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;
}

html {
  height: 100%
}

body {
  height:100%;
  line-height: 1;
  background:url(../img/ss_bg.png);
}
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';
}

.image-yesno, .image-default, .image-else, .infoimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 400px;
}
#questions div.offers {
  width: 1% !important;
}
#questions .offers {
  display:table-cell;
}
#questions .offer {
  padding: 1em;
  font: normal 14px/17px 'Lucida Sans', verdana, arial, sans-serif;
}
#questions div.offer p {
  margin: 2em auto;
  line-height: 1.2em;
}
#step3 {
  font-size: 2rem !important;
  color: #0067b0;
  border-right:1px solid #bbbbbb;
}
.pull-left {
  font-size: 17px;
}
.offer.lo,
.offer.co {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#flow-skip {
  background: none;
  border: none;
  color: gray;
  cursor:pointer;
  font-size: 12px;
}
.secondLine {
  font-size: 17px;
}
.offer_text strong, .offer_text b {
  font-size: 17px !important;
}
.head_with_sub h1 {
  border-right:1px solid #dbdbdb;
}

#flow-continue {
  width:200px;
  background:#482339 url('../img/min1BtnLight.png') repeat-x;
  outline:none;
  padding: .5em;
  font-size: 1em;
  border: 1px solid #000;
  border-radius: 10px 10px;
  color:#FFF;
  cursor: pointer;
}
.middle {
  width: 50%;
  padding: 25px 45px;
  background: #FFF !important;
  border: 3px solid #0067B0;
  margin: 25px auto 0 auto;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.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-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;
}

#header .logo a img {
  height: 65px;
  margin-top: 15px;
}

.image img {
  max-height: 120px;
}
@media (max-width: 1150px) {
  #header .logo.pull-left {
    float: none;
    margin: 0 auto;
    clear: both;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: static;
    top: 0;
    padding: 0;
    text-align: center;
  }
  #header .logo a {
    display: block;
    width: 100%;
    max-width: 217px;
    margin: 0 auto;
    overflow: hidden;
    height: 50px;
  }
  #header .logo a img {
    position: relative !important;
    display: block;
    top: -15px;
    height: 50px;
    left: 0;
  }
  #header ul.steps.pull-right {
    float: none;
    clear: both;
    margin: 5px auto;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
  }
  html, body {
    height: auto;
  }
  footer {
    font-size: 11px;
    margin-left: 0;
    margin-right: 0;
    position: static !important;
    float: none;
    margin: 0 !important;
    padding: 10px !important;
    height: auto !important;
  }
  footer p {
    padding: 0 !important; 
  }
  /*
  #questions .middle {
    width: 100% !important;
    box-sizing: border-box;
    padding: 20px 0 !important;
    background-color: #f3f3f3e0 !important;
    max-width: 605px;
    margin: 0 auto !important;
  }
  */
  #questions .offers {
  /*  display: block !important; */
    padding: 20px 10px !important;
/*    width: 100%; */
    box-sizing: border-box;
    background-position: center top !important;
  }
}

@media (max-width: 820px) {
  #header ul.steps.pull-right {
    display: none;
  }
  #header {
    padding: 5px 0 !important;
  }
  .image img {
    height: inherit;
  }
  #header .logo {
    top: 0px;
  }
  .middle {
    margin: 5px auto 0 auto;
  }
  #questions .offers {
      padding: 10px 10px !important;
  }
  #questions div.offer p {
    margin: 1em auto;
  }

}

@media (max-width: 600px) {
  #step3 {
    font-size: 1.5rem !important;
  }
  .head_with_sub h1 {
    display: block !important;
    width: 100%;
    font-size: 25px !important;
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
    border: none;
    float: none !important;
    clear: both;
    border-right: none;
  }
  .head_with_sub .offer_num {
    width: 100%;
    display: block;
  }
  .head_with_sub {
    padding: 20px 0 0 0;
  }
}
/* 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 .middle {
    margin: 25px auto 0 auto !important;
  }
  */
}

/* anything below 1280 hide free image */
@media (max-width: 1279px) {
  #banner .free {
    display:none;
  }
}

  @media (min-width: 1150px) {
    .help {
  }
}

#banner #logo {
  background: url('./logo.png') no-repeat; 
  background-position: 18px -5px;
  width: 250px;
  height: 90px;
  float:left;
  padding-right: 1.5em;
}

#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-size: 14px;
  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('./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('./mdmSSLightSliceBck.png') repeat-y top center;
  border: 1px solid #E0E0E0;
  border-top: none;
}

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;
}

#nap {
  min-height:776px;
}

.mdmSSMainInner {
  text-align: left;
  background: transparent url('./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('./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('./mdmSSBullet1.png');
  overflow: hidden;
  background-position-y: 14px!important;
}

li.bull2 {
  background-image: url('./mdmSSBullet2.png');
  padding: 0 0 0 67px!important;
}

li.bull2 div {
  margin-top: 16px;
  width: 90%;
}

li.bull3 {
  background-image: url('./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;}

.help {
  background: url('./winbig.png') no-repeat 115px 100px;
  min-height: 100%;
}

#wrapper:after {
  content: "";
  display: block;
}

footer, #wrapper:after {
  height:77px;
}

.image {
  float: left;
  padding: 1px 15px 1px 0;
  max-height: 120px;
}

#landingq .opt {
  /*float: left;*/
  margin: 5px 0;
  width: 100%;
  /*margin-left: 135px;*/
}

.opt > label + input {
  margin-left: 10px;
}

.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;
}

.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);

}

.offer input[type="button"] {
  background:#482339 url('../img/min1BtnLight.png') repeat-x;
  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;
  top: 74px;
}

.offer > .extras a.next {
  color: #d2328a;
  font-weight: bold;
}

#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('./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;
}

#thankyou .congrats p:last-child{
  text-align: center;
  margin-bottom: 10px;
}

#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;
  padding: 5px;
}

/* ========================= */
/* HEADER */
/* ========================= */
#header {
  background: white;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #0067b0;
}
#header .container {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
#header .logo {
  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;
  overflow:hidden;
  font-size:0;
}
.steps li {
  display:inline-block;
  font-size:16px;
  color:#0067b0;
  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:#009bde;
  background:url(./arrow.png) no-repeat left center;
}
.steps em {
  font-size:35px;
  display:inline-block;
  border:1px solid #0067b0;
  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:#009bde;
}
.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;
}

@media (max-width: 580px) {
  .offer_details {
    text-align: center;
  }
  .image {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
/* Portrait and Landscape */
@media only screen and (max-device-width: 736px) {
  .middle {
    width: 100%;
    padding: 20px 0;
  }
}
/* TMG STYLING */

/* POI STYLING */
.offer_border_dyn {
  width: 100%;
  max-width: 500px;
  padding: 0;
  margin: 20px auto 0;
  position: relative;
  background: 0 0;
}
.dyn2{
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  background:transparent;
  text-align: left;
  height: 100%;
  bottom:0;
}
.dyn2-frm{
  position: absolute;
  display: block;
  top:70%;
}
.dyn2c4r .dyn2-frm,
.dyn2cag .dyn2-frm
{
    top:71%;
}
.dyn2pfg .dyn2-frm,
.dyn2omg .dyn2-frm,
.dyn2hmg .dyn2-frm
{
    top:74%;
}
@media (min-width : 410px) {
  .dyn2acg .dyn2-frm,
  .dyn2c2w .dyn2-frm
  {
      top:72%;
  }
}

@media (min-width : 768px) {
  .dyn2fmgtag .dyn2-frm
  {
      top: 72%;
  }
  .dyn2c4r .dyn2-frm,
  .dyn2omg .dyn2-frm{
      top:73%;
  }
  .dyn2acg .dyn2-frm,
  .dyn2c2w .dyn2-frm,
  .dyn2cag .dyn2-frm,
  .dyn2omg .dyn2-frm,
  .dyn2fsg .dyn2-frm{
      top:74%;
  }
}
.dyn2-l {
    float: left;
    width: 40%;
    margin-left: 3%;
    margin-right: 2%;
}
.dyn2-r {
    float: right;
    width: 40%;
    margin-left: 3%;
    margin-right: 2%;
}

.dyn2 input[type="text"]:disabled{
    width: 100%;
    height: 30px !important;
    padding: 0 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ebebeb;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing : border-box;
    opacity:1;
    -webkit-text-fill-color:#555; /*iOS*/
    -webkit-opacity:1; /*iOS*/
}
@media (max-width: 470px) {
  .dyn2 input[type="text"] {
      margin-bottom: 0px;
  }
  .dyn2 label {
      font-size: 10px;
  }
  .dyn2-frm {
      top: 61%;
  }
  .infoimg {
      min-width: 100%
  }
}

@media(max-width:820px){
  #header .logo {
    top: 0px;
  }
  .middle {
    margin: 5px auto 0 auto;
  }
  #questions .offers {
      padding: 10px 10px !important;
  }
  #questions div.offer p {
    margin: 1em auto;
  }
  .offer_text strong {
    font-size: 15px !important;
  }
  
}
.cont-btn {
  margin-top: 15px;
}
.button:hover {
  background-color: #ecae1d;
  color: #FFF;
}
