.abq_pw_wrapper {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .5);
	z-index: 10001;
	display: none;
}
.abq_pw_wrapper img.landscape {
	display: none;
}
.abq_pw_wrapper.popup div.abq_pw_container,
.abq_pw_wrapper.gsurvey div.abq_pw_container
 {
	width: 760px;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	padding: 0px;
}
.abq_pw_wrapper.popup div.abq_pw_container .user-content,
.abq_pw_wrapper.gsurvey div.abq_pw_container .user-content
 {
	height: 430px;
	display: flex;
	flex-flow: row;
	position: relative;
}
.abq_pw_wrapper.popup div.abq_pw_container .image-container {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 480px;
	max-width: 50%;
	overflow-x: hidden;
	position: relative;
	float: left;
}
.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_body,
.abq_pw_wrapper.gsurvey div.abq_pw_container .abq_pw_body
 {
	float: right;
	padding: 50px 30px;
	font-family: 'Lato'!important;
}
.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_body sup {
	top: -1.1em;
}
.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_body h2 {
	font-size: 24px;
	line-height: 24px;
}
.abq_pw_wrapper div.abq_pw_container .abq_pw_body li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #009ABD; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.abq_pw_wrapper div.abq_pw_container .abq_pw_body li {
	font-size: 16px;
	line-height: 35px;
	list-style-type: none;
}
.abq_pw_wrapper div.abq_pw_container .abq_pw_body .price {
	font-size: 16px;
	line-height: 23px;
}
.abq_pw_wrapper div.abq_pw_container .abq_pw_body .price h1 {
	font-size: 32px;
	display: inline;
}
.abq_pw_wrapper div.abq_pw_container .abq_pw_footer {
	background-color: #000000;
	padding: 25px;
	color: #c0c0c0;
	text-align: right;
	clear: both;
	vertical-align: bottom;
}
.abq_pw_wrapper.takeover div.abq_pw_container .abq_pw_footer {
	position: relative;
	margin-top: 20px;
	bottom: 0px;
	width: 100%;
}
.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_footer strong {
	color: #ffffff;
}
.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_footer a {
	color: #ffffff;
	text-decoration: underline;
}
.abq_pw_wrapper.popup div.abq_pw_container .image-container img {
	height: 100%;
}
.abq_pw_wrapper.takeover div.abq_pw_container {
    background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
	width: 100%;
	position: absolute;
    bottom: 0;
}

.abq_pw_wrapper.takeover {
    position: fixed;
    background-color: transparent;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0!important;
    top: auto;
    padding-top: 100px;
    display: none;
    z-index: 10001;
}
.abq_pw_wrapper.active {
    display: block;
}
.abq_pw_wrapper .abq_logo_wrapper {
	padding: 10px;
}
.abq_pw_wrapper .abq_logo_wrapper img {
	width: 122px;
	height: auto;
}
.abq_pw_wrapper .abq_close_wrapper {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
	cursor: pointer;
	z-index: 9999;
}
.abq_pw_wrapper .abq_close_wrapper a {
	padding: 2px;
	text-transform: uppercase;
	color: #A7A7A7;
	cursor: pointer;
}
.abq_pw_wrapper .abq_pw_container .abq_pw_button_container {
	margin-top: 30px;
}
.abq_pw_wrapper .abq_pw_container .abq_pw_button {
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #009ABD;
	border-color: #009ABD;
	color: #ffffff;
	border-radius: 4px;
}

.abq_pw_wrapper.popup.noimage div.abq_pw_container {
	max-width: 700px;
}
.abq_pw_wrapper.popup.noimage div.abq_pw_container .image-container {
	height: auto;
}
.abq_pw_wrapper.popup.noimage div.abq_pw_container .abq_pw_body {
	text-align: center;
	width: 100%;
}
.abq_pw_wrapper div.abq_pw_container .abq_pw_body ul {
	list-style-position: inside;
}
.abq_pw_wrapper.popup.noimage div.abq_pw_container .abq_pw_body ul {
	text-align: center;
}
.abq_diffuser {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .53);
}
.abq_pw_takeover_container {
	max-height: 200px;
}
.abq_pw_wrapper.login-form .abq_pw_body {
	text-align: center;
	width: 100%;
}
.abq_pw_wrapper.login-form .abq_pw_body .login {
	width: 250px;
	max-width: 100%;
	margin: 0 auto;
}
.abq_pw_wrapper.login-form .abq_pw_body h1 {
	font-size: 18px;
	font-family: Palatino !important;
}
.abq_pw_wrapper.login-form .abq_pw_body input.form-control {
	min-height: 30px;
    color: #9b9b9b;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    background-color: #f2f2f2;
	padding: 0 10px;
    width: 100%;
    margin: 10px 0;
    font-size: 11px;
}

.abq_pw_wrapper.login-form .abq_pw_body .links {
	text-align: left;
}
.abq_pw_wrapper.login-form .abq_pw_body .error {
	color: #b40000;
	text-transform: none;
	margin-top: 5px;
	text-align: left;
	display: block;
}
.abq_pw_wrapper.login-form .abq_pw_body a {
	color: #0099bd;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.abq_pw_wrapper.login-form .abq_pw_body button {
	margin-top: 15px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
    letter-spacing: .035rem;
    color: #fff;
    background-color: #0099bd;
    border-color: #0099bd;
    display: inline-block;
    font-family: sans-serif;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.3rem 1.2rem;
}
@media screen and (max-width: 768px) {
	.abq_pw_wrapper.popup div.abq_pw_container {
		width: 80%;
		height: auto;
		max-height: 80%;
		overflow-y: auto; 
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-color: #ffffff;
		border: 1px solid #c0c0c0;
		padding: 0px;
	}
	.abq_pw_wrapper.takeover div.abq_pw_container {
		padding-top: 100%;
	}
	.abq_pw_wrapper .abq_logo_wrapper img {
		width: 80px;
		height: auto;
	}
	.abq_pw_wrapper img {
		max-width: 100%;
		height: auto!important;
	}
	.abq_pw_wrapper.popup div.abq_pw_container .user-content {
		display: block;
		height: 100%;
	}
	.abq_pw_wrapper.popup div.abq_pw_container .image-container {
		max-width: 100%;
		display: block;
	}
	.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_body {
		width: 100%;
		padding: 25px 30px;
		font-family: 'Lato'!important;
		float: none;
	}

	.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_body h2 {
		text-align: center;
	}

	.abq_pw_wrapper.popup div.abq_pw_container .image-container {
		height: auto;
		width: 100%;
		overflow-y: hidden;
		position: relative;
		float: none;
	}

	.abq_pw_wrapper.popup div.abq_pw_container .image-container img {
		width: 100%;
		height: auto;
	}

	.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_body li {
		line-height: 22px;
		margin-bottom: 10px;
	}

	.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_body .price {
		text-align: center;
	}

	.abq_pw_wrapper .abq_pw_container .abq_pw_button_container {
		text-align: center;
	}

	.abq_pw_wrapper.popup div.abq_pw_container .abq_pw_footer {
		font-size: 13px;
		text-align: center;
	}
	.abq_pw_wrapper img.portrait {
		display: none;
	}
	.abq_pw_wrapper img.landscape {
		display: inline;
	}
	.abq_pw_takeover_container {
		max-height: 200px;
	}
    #secondary.abq_pw_takeover_container {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
	.abq_pw_wrapper.popup div.abq_pw_container,
	.abq_pw_wrapper.gsurvey div.abq_pw_container {
		width: 930px;
	}

	.abq_pw_wrapper.login-form div.abq_pw_container {
		width: 600px;
	}

	.abq_pw_wrapper.popup div.abq_pw_container .user-content,
	.abq_pw_wrapper.gsurvey div.abq_pw_container .user-content {
		height: 400px;
	}
}
