html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

i, em {
	font-style: italic
}

html {
	height: 100%
}

body {
	height:100%;
	line-height: 1;
	/*background:#efefef;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

b {
	font-weight: bold;
	color: #d2328a;
}

strong {
	font-weight: bold;
}

html {
	height:100%;
	font-family:'Lucida Sans';
}

/*@font-face {
    font-family: 'futura_md_btbold';
    src: url('/cssjs/futura/futura-md-bt-bold-webfont.eot');
    src: url('/cssjs/futura/futura-md-bt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/cssjs/futura/futura-md-bt-bold-webfont.woff2') format('woff2'),
         url('/cssjs/futura/futura-md-bt-bold-webfont.woff') format('woff'),
         url('/cssjs/futura/futura-md-bt-bold-webfont.ttf') format('truetype'),
         url('/cssjs/futura/futura-md-bt-bold-webfont.svg#futura_md_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

.secure-data {
	color: #8D255F;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
}

.hideOpt {
	display:none;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -82px;
	overflow: hidden;
}

#banner {
	/*background: url('/funnelAssets/mdmexclusives/common/images/mdmSSWeeklyHdr.jpg');*/
	/*background-repeat: no-repeat;*/
	background-color: #30272c;
	width:inherit;
	height: 90px;
	background-image: -webkit-linear-gradient(left, #1A0811, #d93891);
	background-image: -moz-linear-gradient(left, #1A0811, #d93891);
	background-image: -o-linear-gradient(left, #1A0811, #d93891);
	background-image: -ms-linear-gradient(left, #1A0811, #d93891);
	background-image: linear-gradient(to right, #1A0811, #d93891);
	position: relative;
}

#banner .banner_container {
	width:1024px;
	height:90px;
	margin: auto;
	position: relative;
	overflow:hidden;
}

/* anything below 1024 increase banner_container to 100% for width issues */
@media (max-width: 1025px) {
	#banner .banner_container {
		width:100%;
	}

	#banner .motto_two {
		display:none!important;
	}

	#questions .offers {
		background:transparent!important;
	}

	#questions .help {
		background:transparent!important;
	}

	#questions .offers .personal {
		margin: 0 auto 0 auto!important;
		font-size: 16px!important;
	}

	#questions .offers .personal p {
		font-size: 12px!important;
		top: -1px!important;
	}

	#questions .middle {
		margin: 25px auto 0 auto!important;
	}

	#questions .offer {
		font: normal 13px/16px 'Lucida Sans', verdana, arial, sans-serif!important;
	}

}

/* anything below 1280 hide free image */
@media (max-width: 1279px) {
	#banner .free {
		display:none;
	}
}

@media (min-width: 1440px) {
	#questions div.offers {
		width:50%!important;
	}

	#questions .offers {
		/*background: url('/funnelAssets/mdmexclusives/common/images/winbig.png') no-repeat 115px 100px!important;*/
	}

	.help {
		/*height:91.1%!important;
		min-height: 91.1%!important;*/
		/*height:100%;
		min-height:100%;*/
	}
}

#banner #logo {
	background: url('/funnelAssets/mdmexclusives/common/images/logo.png') no-repeat;
	background-position: 18px -5px;
	width: 250px;
	height: 90px;
	float:left;
	padding-right: 1.5em;
	/*margin-top: .75em;*/
}

#banner .motto {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #99647E;
	float:left;
	padding: 0 24px;
	margin: 1.75em 0 10px;
	text-align: center;
}

#banner .motto h2{
	font-size: 26px;
	text-transform: uppercase;
	padding: 0 0 10px 0!important;
	margin: 0;
	font-weight: normal;
	color: #fff!important;
	font-weight: 800;
	line-height: 14px;
	text-shadow: 3px 4px 38px rgba(0,0,0,.23);
}

#banner .motto h2 + p{
	/*font-family: "Futura Md BT";*/
	font-size: 14px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #c3b5bc;
	margin: 0;
	text-align: center;
	padding: 0;
	line-height: 14px;
}

#banner .motto_two {
	float: left;
	border-left: 1px solid #99647E;
	padding-left: 24px;
	margin: 1.75em 0 10px;
}

#banner .motto_two p {
	font-size:14px;
	color:#FFF;
	text-align: center;
	margin-bottom: 5px;
}

#banner .motto_two p b {
	color:#FFF;
}

#banner .free {
	background: url('/funnelAssets/mdmexclusives/common/images/free.png') no-repeat;
	width: 215px;
	height: 180px;
	position: absolute;
	float: right;
	right: 30px;
	top: -30px;
}

#landingq {
	width:980px;
	margin:20px auto 0 auto;
}

li.bull3 input {
	outline:none;
}

.mdmSSFrmGroup {
	padding-top:20px;
}

.mdmSSMain {
	padding: 0px 12px 15px;
	background: url('/funnelAssets/mdmexclusives/common/images/mdmSSLightSliceBck.png') repeat-y top center;
	border: 1px solid #E0E0E0;
	border-top: none;
	/*background-color: #d9dbde;*/
}

div.floater {
	position: relative;
	width: 112px;
	text-align: center;
	float: right;
	right: 4px;
	bottom: 100px;
	background-image: -webkit-linear-gradient(top, #e4318e, #a02565);
	background-image: -moz-linear-gradient(top, #e4318e, #a02565);
	background-image: -o-linear-gradient(top, #e4318e, #a02565);
	background-image: -ms-linear-gradient(top, #e4318e, #a02565);
	background-image: linear-gradient(to bottom, #e4318e, #a02565);
	padding: 10px 20px 10px 15px;
	color:#FFF;
	-webkit-box-shadow: -4px 2px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 2px 13px 0px rgba(0,0,0,0.75);
	box-shadow: -4px 2px 13px 0px rgba(0,0,0,0.75);
}

div.floater b {
	color:#FFF;
}

i.corner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 0 0;
	border-color: #A42567 transparent transparent transparent;
	float:right;
	position: absolute;
	left: 138px;
	bottom: -9px;
}
/*.mdmSSMainInner {
	text-align: left;
	background: transparent url('/funnelAssets/mdmexclusives/common/images/mdmSSLightMainBck1Off.jpg') no-repeat top center;
	padding: 265px 370px 0 20px;
	position: relative;
}*/

#nap {
	min-height:776px;
}

.mdmSSMainInner {
	text-align: left;
	background: transparent url('/funnelAssets/mdmexclusives/common/images/mdmSSLightMainBck1Off.jpg') no-repeat top center;
	padding: 185px 370px 0 20px;
	position: relative;
}

.mdmSSOffRules {
	position: absolute;
	top: 0;
	left: -7px;
}

.mdmSSFrmGroup li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 18px;
}

.mdmSSFrmGroup .frmFld {
	font-size: 14px;
	border: 1px solid #CCC;
	padding: 2px 4px;
	width: 325px;
	height: 30px;
}

.state {
	width:335px!important;
}

.mdmSSMainInnerText {
	padding: 0 45px 0 10px;
}

#landingq .index {
	text-align: left;
	background: transparent url('/funnelAssets/mdmexclusives/common/images/mdmSSLightMainBckOpt2.jpg') no-repeat top center;
	padding: 110px 420px 25px 23px;
	position: relative;
	font: normal 13px/15px 'Lucida Sans', verdana, arial, sans-serif;
	-webkit-box-shadow: 0px 0px 19px 9px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 19px 9px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 19px 9px rgba(0,0,0,0.23);
}

#landingq .index .mdmSSMainInnerText {
	padding:0;
}

.mdmSSAltColor2 {
	color: #DB5FBC;
}

li.bull1 {
	background-image: url('/funnelAssets/mdmexclusives/common/images/mdmSSBullet1.png');
	overflow: hidden;
	background-position-y: 14px!important;
}

li.bull2 {
	background-image: url('/funnelAssets/mdmexclusives/common/images/mdmSSBullet2.png');
	padding: 0 0 0 67px!important;
}

li.bull2 div {
	margin-top: 16px;
	width: 90%;
}

li.bull3 {
	/* updated when offers removed from LP
	background-image: url('/funnelAssets/mdmexclusives/common/images/mdmSSBullet3.png'); */
	background-image: url('/funnelAssets/mdmexclusives/common/images/mdmSSBullet2.png');
}

#em {
	margin: 6px 0 13px;
	padding: 7px 2px 7px 7px;
}

.mdmSSBullet li {
	margin: 14px 0 0 0;
	padding: 12px 0 0 67px;
	background-repeat: no-repeat;
	background-position: center left;
}

.noOff {
	margin: 20px 0 0 0!important;
	padding: 12px 0 0 20px!important;
	background-repeat: no-repeat;
	background-position: center left;
}

.noOff .lpSub {
	margin-left: 94px;
	margin-top: 20px;
}

.mdmSSNote {
	padding-left: 10px;
	font: normal 11px/13px arial, verdana, sans-serif;
	margin-top: 1px;
}

li.phone { padding-right: 225px; }
li.phone input { width: 110px!important; text-align: center; }
li.gender { padding-right: 209px; }
li.gender span{ font-size:14px; }
li.gender label + span{left: 5px; position: relative;}
li.dob { padding-right:37px; }
li.dob .frmFldMonth {width:125px!important;}
li.dob .frmFldDay, .mdmSSFrmGroup .frmFldYear {width:85px!important;}

#questions {
	/*padding-bottom:20px;*/
	/* padding-bottom: 90px; */
	height: 100%;
	/*padding-bottom: 32000px;
	margin-bottom: -32000px;*/
}

.help {
	/*background: url('/funnelAssets/mdmexclusives/common/images/bg.png') repeat;*/
	/*overflow: hidden;*/
	/*width:100%;
	min-height:100%;*/
	/*height: 73.1%;
	min-height: 73.1%;*/
	/*height:100%;
	min-height:100%;*/
	/*padding-bottom: 32000px;*/
	/*margin-bottom: -32000px;*/
	/*margin-top: -90px;*/
	/*height: inherit;*/
	background: url('/funnelAssets/mdmexclusives/common/images/winbig.png') no-repeat 115px 100px;
	min-height: 100%;
}

#wrapper:after {
	content: "";
	display: block;
}

footer, #wrapper:after {
	height:77px;
}

#questions .triangles span {
	background: url('/funnelAssets/mdmexclusives/common/images/triangle_left.png') repeat-y;
	display: block;
	float: left;
	padding-bottom: 32000px;
	margin-bottom: -32000px;
	width: 30px;
	z-index: 1;
	position: relative;
}

#questions .triangles span + span {
	float:right;
	background: url('/funnelAssets/mdmexclusives/common/images/triangle_right.png') repeat-y;
	width: 20px;
}

.image {
	float: left;
	padding: 1px 15px 1px 0;
	height: 90px;
}

#landingq .opt {
	/*float: left;*/
	margin: 5px 0;
	width: 100%;
	/*margin-left: 135px;*/
}

.opt > label + input {
	margin-left: 10px;
}

.offers .offer > .extras .opt input[type=radio] {
	display: none;
}

.offers .offer_details+.opt label,
.offers .offer > .extras .opt input[type=button],
.offers .offer > .extras .opt input[type=radio] + label,
.offers .extras a.next {
	/* text-shadow: 1px 1px 1px #FFF; */
	/* margin: 0 25px 0 5px!important; */
	font-size: 1.6em;
	background: #f1e4eb;
	border: 1px solid #CCA1B8!important;
	cursor: pointer!important;
	border-radius: 15px!important;
	/* height: 30px;
	width: 155px; */
	display: inline-block;
	vertical-align: middle;
	/* padding: 8px 0; */
	text-align: center;
	/* color: #CCA1B8; */
	font-weight: bold;
	padding: 20px 32px;
}

.offers .offer > .extras .opt input[type=button],
/* .offers .offer > .extras .opt input[type=radio] + label, */
.offers .extras a.next {
	 margin: 0 25px 0 5px!important;
}

.offers .offer > .extras .opt input[type=button],
.offers .offer > .extras .opt input[type=radio] + label,
.offers .extras a.next {
	/* padding: 8px 0; */
	/* line-height: 30px; */
}

.offers .offer_details+.opt label:hover,
.offers .offer_details+.opt input[type=radio]:checked + label,
.offers .offer > .extras .opt input[type=button]:hover,
.offers .offer > .extras .opt input[type=radio] + label:hover,
.offers .extras a.next:hover,
.offers .offer > .extras .opt input[type=radio]:checked + label {
	text-shadow: 1px 1px 1px #000;
	background: #651B43!important;
	color: #FFF!important;
}

/* #questions div.offer div.opt {
	width: auto!important;
	min-width: 154px!important;
} */

#questions div.offer div.fourPanel div.opt {
	min-width: auto!important;
}

.offers .offer > .extras .opt {
	background: none!important;
}

.opt > label + input + label{
	margin-right: 5px!important;
}

.opt > label {
	margin: 0 5px;
}

#offers b {
	color:#000;
}

#offers .mdmSSAltColor2 {
	font-weight: bold;
	margin: 20px 0 6px 0!important;
	color: #DB5FBC;
	font-size:14px;
}

#offers > div {
	margin: 0px 0 25px 0;
	font: normal 14px/16px 'Lucida Sans', verdana, arial, sans-serif;
}

#offers .ioffer {
	border-bottom: 1px solid #ccc;
	padding: 15px 10px 10px 0;
	font-size:14px;
}

#offers .ioffer:last-child {
	/*border:none;*/
}

.mdmSSFrmGroup .finep {
	font-size:12px;
	padding:1em 0 2em;
}

.mdmSSFrmFlds {
	width: 400px;
	padding: 20px 7px 17px 5px;
	border: 1px solid #c8a4bf;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	margin: 10px 0 0 0;
	float: left;
	font: normal 20px/22px arial, verdana, sans-serif;
	box-shadow: 3px 2px 10px rgba(0,0,0,.75), inset -3px -1px 7px rgba(0,0,0,.05);
	-webkit-box-shadow: 3px 2px 10px rgba(0,0,0,.75), inset -3px -1px 7px rgba(0,0,0,.05);
	-moz-box-shadow: 3px 2px 10px rgba(0,0,0,.75), inset -3px -1px 7px rgba(0,0,0,.05);

}

#questions .header {
	font-size: 22px;
	color: #d2328a;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: .5em;
}

#questions .clear {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
    /* margin-bottom: -89px; */
}

@media only screen and (max-height: 700px) {
	#questions .clear {
		margin-bottom:0;
	}
}

#questions .offers .personal {
	/* text-align: left; */
	width: 50%;
	color: #d2328a;
	font-weight: bold;
	margin: 0px 10% 0 auto;
	font-size: 26px;
	/* float: right; */
	border-bottom: 1px solid;
	padding: 0 40px 20px;
	text-align: center;
}

#questions .offers .personal p {
	color: #999999;
	font-size: 20px;
	display: inline-block;
	font-weight: 100;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

#questions .offers {
    display: table-cell;
    /*vertical-align: middle;*/
    /*background: url('/funnelAssets/mdmexclusives/common/images/winbig.png') no-repeat 85px 100px;*/
    padding-top: 95px;
}

#questions .middle {
    /*margin-left: auto;
    margin-right: auto; */
    width: 50%;
    border: 3px solid #d5d5d5;
	padding: 25px 38px;
	background: #FFF;
	/*float: right;*/
	margin-right: 10%;
	background-color:#f3f3f3;
	margin: 25px 10% 0 auto;
}

#questions .offer {
	display:none;
	padding: 1em;
	font: normal 14px/17px 'Lucida Sans', verdana, arial, sans-serif;
}

#questions .offers .extras a.submit, #questions .offers .extras a.submit2, #questions .offers .extras a.skip2 {
	text-shadow: 1px 1px 1px #FFF;
    margin: 0 auto!important;
    font-size: 1.6em!important;
    background: #f1e4eb!important;
    border: 1px solid #CCA1B8!important;
    cursor: pointer!important;
    border-radius: 15px!important;
    /* height: 30px; */
    /* width: 155px; */
    display: inline-block;
    vertical-align: middle;
    padding-top: 14px;
    text-align: center;
    color: #d2328a;
    text-decoration: none;
	padding: 20px 32px;
 	font-weight: bold;
}

#questions .offers .extras a.submit:hover, #questions .offers .extras a.submit2:hover, #questions .offers .extras a.skip2:hover {
    text-shadow: 1px 1px 1px #000;
    background: #651B43!important;
    color: #FFF!important;
}

.offer input[type="button"] {
	background-color: purple;
	outline:none;
	padding: .5em;
	font-size: 1em;
	border: 1px solid #000;
	border-radius: 10px 10px;
	color:#FFF;
	cursor: pointer;
}

.skipTempOfferCont {
	display: block;
	text-align: center;
}

.skipTempOffer {
	font-size: 18px;
	position: relative;
	/* right: 20px; */
	top: 74px;
}

#questions div.offer p {
	/*width: 60%;*/
	/*text-align: center;*/
	margin: 1em auto;
	line-height: 1.2em;
}

#questions div.offer .extras p {
	text-align: center;
}

#questions div.offer p br {
	line-height: 1.5em;
}

#questions div.offer input[type="radio"] + label {
	color: #d2328a;
}

#questions div.offer div.opt {
	text-align: center;
/* padding: 10px 0 0; */
	background: #f1e4eb;
	margin-top: 15px;
	/* width: 154px; */
	margin-left: auto;
	margin-right: auto;
	/* padding: 15px; */
	/* color: #d2328a; */
	font-weight: bold;
	border-radius: 4px;
}

.offer > .extras a.next {
	color: #d2328a;
	font-weight: bold;
}

#questions div.offer div.opt label {
	margin: 0 25px 0 5px;
}

#questions div.offer div span {
	padding:0 .5em;
}

#thankyou {
	width: 980px;
    margin: auto;
    display: table;
    min-height: 100%;
    margin-bottom: -200px;
    overflow: hidden;
    padding-bottom: 200px;
}

#thankyou .congrats {
	padding: 0;
	background: transparent url('/funnelAssets/mdmexclusives/common/images/thankyou_bg.png') no-repeat top center;
	border-bottom: 1px solid #cecece;
}

#thankyou .congrats p:first-child{
	text-align: center;
	padding: 30px 30px 20px 30px;
	width: 75%;
	margin: auto;
	font-size: 18px;
	/*border-top: 1px solid #fdb5f9;*/
	/*border-bottom: 1px solid #fdb5f9;*/
}

#thankyou .congrats p:last-child{
	text-align: center;
	margin-bottom: 10px;
	/*padding-top: 35px;*/
}

#thankyou .link_out {
	padding: 30px 0;
}

#thankyou .link_out p {
	font-size: 26px;
	text-align: center;
}

#skip, #PD_SubmitButtonContainer{
	font: normal 16px/19px 'Lucida Sans', verdana, arial, sans-serif;
}


footer {
	margin: 2em 0 0;
	margin-left: 40px;
	margin-right: 40px;
	padding: 1em 0 0;
	text-align: center;
	background:#f8f8f8;
	font-size:12px;
	z-index: 2;
	position:relative;
}

footer p {
	padding:.2em 0;
}

footer a {
	color: #df5fc6;
	text-decoration: none;
}

/* ========================= */
/* HEADER */
/* ========================= */
#header {
	background: #5d1e3d;
	padding: 15px 0;
    overflow: hidden;
	position: relative;
	border-bottom: 1px solid #67284a;
}
#header .container {
    width: 1100px;
    margin: auto;
}
#header .logo {
	/*width:194px;*/
	height:50px;
	position: relative;
    top: -25px;
    padding-left: 25px;
	display: inline-block;
}
#header .steps {
	display: inline-block;
    position: relative;
    top: 5px;
    width: auto!important;
    min-width: 820px;
}
.steps{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	/*width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: -o-calc(100% - 210px);
	width: calc(100% - 210px);*/
	overflow:hidden;
	font-size:0;
}
.steps li{
	display:inline-block;
	font-size:16px;
	color:#776565;
	line-height:42px;
	margin:0;
	padding: 0 1% 0 3%;
	position:relative;
	overflow:hidden;
}
.steps li:first-child{
	padding-left:0;
}
.steps li:last-child{
	padding-right:0;
}
.steps li.active{
	color:#FFF;
	background:url(/funnelAssets/mdmexclusives/common/images/arrow.png) no-repeat left center;;
}
.steps em{
	font-size:35px;
	display:inline-block;
	border:1px solid #776565;
	width:42px;
	height:42px;
	text-align:center;
	font-family: 'Martel Sans', sans-serif;
	font-weight:bold;
	float:right;
	font-style:normal;
}
.steps li.active em{
	border-color:#FFF;
}
.steps span{
	float:right;
	text-transform:uppercase;
	margin-left:15px;
}

#moe-push-div {
	display: none;
}

.readonly-item input, .readonly-item select {
	background: #8e8b8b;
	color: #FFF;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

#nextMessage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#nextMessage .backdrop {
	background: #000;
    width: inherit;
	height: inherit;
    filter: alpha(opacity=50);
	opacity: .5;
    position: absolute;
}

#nextMessage .nextModal {
    position: relative;
    /*margin: 15% auto 0;*/
    text-overflow: center;
    width: 100%;
	height: 100%;
}

#nextMessage .tableDiv {
	display: table;
    width: 100%;
	height: 100%;
}

#nextMessage .centerDiv {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#nextMessage .nextModal a {
	font-size: 3rem;
    padding: 25px;
    background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #337ab7;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
}

#questions {
	height: auto;
	min-height: 100%;
	padding-bottom: 60px;
}

#questions > .help {
	padding: 20px;
	padding-bottom: 60px;
}

#questions .offers {
	padding-bottom: 90px;
}

#footer {
	background: #fff;
	width: 100%;
	margin: -60px auto 0;
	height: 60px;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body:not(.mobile) #footer,
body:not(.mobile) #footer > p {
	text-align: center;
}

body:not(.mobile) #footer ul:before {
	content: "\0307";
    position: absolute;
    left: 0px;
    top: 4px;
}

body:not(.mobile) #footer ul {
	padding-left: 8px;
	display: inline-block;
}

body:not(.mobile) #footer > p:first-child,
body:not(.mobile) #footer > ul,
body:not(.mobile) #footer > ul > li {
	display: inline-block;
}

body:not(.mobile) #footer > p,
body:not(.mobile) #footer > ul {
	margin-bottom: 10px;
}

body.mobile #footer {
	text-align: center;
	height: auto!important;
}

body.mobile.OF #footer,
body.mobile.OF #dp_wrapper {
	position: initial;
}

body.mobile.OF .offer_details + .opt > label {
	display: inline-block;
	padding: 14px!important;
	/* margin: auto!important; */
	height: auto!important;
	width: auto!important;
	min-width: 52px!important;
}

body.mobile.OF .extras > div > p {
	text-align: center;
}

body.mobile .grey_box input[type='text'],
body.mobile .grey_box input[type='email'],
body.mobile .grey_box input[type='number'],
body.mobile .grey_box input[type='password'],
body.mobile .grey_box input[type='tel'],
body.mobile .grey_box textarea,
body.mobile .grey_box select {
	height: auto!important;
	width: 100%!important;
	margin: auto!important;
	border: 1px solid #cacac9;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

body.mobile.OF .offer .offer_text {
	width: 100%;
}

body.mobile.OF .offer > .offer_details > .image,
body.mobile.OF .offer > .offer_details img {
	display: none!important;
}

[id$="Language"][class="tcpa-language"],
[id$="Langauge"][class="tcpa-language"] {
  font-size: 11px;
  display: block;
  margin: 20px 0;
  text-align: center;
  line-height: 16px!important;
}

[id$="Language"][class="tcpa-language"] > p,
[id$="Langauge"][class="tcpa-language"] > p {
    margin: auto;
    text-align: inherit;
}

[id$="_Extras"] div.extras.skipOffer {
    /* margin-top: 20px; */
    /* text-align: center!important; */
}

[id$="_Extras"] div.extras {
    margin-top: 20px;
    text-align: center;
}

#questions:not([data-offer-type="SOI_LO"]) div.offer:not([data-show-img="true"]) .image {
    display: none!important;
}

#questions:not([data-offer-type="SOI_LO"]) div[data-device="desktop"][data-show-img="true"] .image {
    display: block!important;
    width: fit-content!important;
    height: fit-content!important;
	min-width: fit-content !important;
  	min-height: fit-content !important;
    float: none;
}

#questions:not([data-offer-type="SOI_LO"]) div[data-device="desktop"][data-show-img="true"] .image > img {
    display: block!important;
    margin: auto 20px!important;
}

#questions:not([data-offer-type="SOI_LO"]) div[data-device="desktop"][data-show-img="true"] > .offer_details {
    display: flex;
    justify-content: center;
    align-items: center;
}

#questions:not([data-offer-type="SOI_LO"]) div[data-device="desktop"][data-show-img="true"] > .offer_details .offer_text {
    width: calc(100% - 200px)!important;
}

#questions:not([data-offer-type="SOI_LO"]) div[data-device="desktop"][data-show-img="true"] > .offer_details .offer_text > p {
    text-align: left!important;
}
