/*body {
    background-color: #fff3e7;
    font-family: 'Nanum Gothic', arial, sans-serif;
}
header {
    background-color: #e8f7ff;
}*/

/* BEGIN Overlay Popup  */
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.6);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 0;
  width: 35%;
  max-width: 600px;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  padding-top: 100px;
  color: #000000;
}
.overlay-content .overlay-x {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 50px;
  color: #cccccc;
  font-weight: bold;
}
.overlay-hdr {
    padding: 20px 40px 30px 40px;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0;
}
.overlay-terms {
    font-size: 0.9em;
    color: #999999;
}
.overlay-closebutton {
    padding: 15px 60px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #25dae4;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
    font-family: 'Nanum Gothic', arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.overlay-closebutton:hover {
    background-color: #26e3ed;
    color: #ffffff !important;
}
@media screen and (max-width: 1024px) {
    .overlay-content { width: 100%; }
}

/* END Overlay Popup  */


.cobrandlogo {
    max-height: 65px;
    max-width: 125px !important;
    margin-bottom: 5px;
}
.mainform {
    background-color: #477aff;
    padding: 10px 0;
    width: 100% !important;
}
.conctr {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: #294693 solid 5px;
    padding: 30px 0;
    margin-top: 10px;
}
.srchTxt {
    font-family: Lora, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #cccccc;
    height: 50px;
    margin-bottom: 20px;
}
.conok { color: #1a2a8c; }
.conokg { color: #19be25; }

.searchchk {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: bottom;
}
.searchtxt {
    display: inline-block;
    height: 50px;
    vertical-align: bottom;
}
@media screen and (max-width: 525px) {
    .form_text.mb { margin-bottom: 10px !important; }
    .conctr {width: 95%; margin: 0 auto; border-width: 3px;}
    .searchtxt {
        font-size: 18px;
        padding-top: 12px;
    }
    .searchtxt.mb {
        font-size: 32px;
        padding-top: 3px;
    }
    .srchTxt {
        margin-bottom: 6px;
        text-align: left;
        margin-left: 6px;
    }
}
#vaBenTxt {
    display:none;
    color:#fffc00;
    font-size:1em;
    padding: 10px;
    font-weight:bold;
    text-align:center;
}
#callCTAM {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#callCTAM a {
    display: block;
    width: 200px;
    height: 50px;
    font-size: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #1cb841;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    margin: 10px auto 0;
    padding: 13px 0 0 69px;
    cursor: pointer;
    background: url('images/call-now.png') no-repeat 30px 9px #1cb841;
}
#currloc { color: #ffffff; }
#rq9, #rqtfa {
    background-color: rgba(51,102,235,.75);
    width: 640px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px 10px 40px;
}
.mainform.laststep {
    /*background-image: url('images/last-step.jpg');*/
    background-repeat: no-repeat;
    background-position: 50% 30px;
}
.pgdisc {
    color: #666666;
    font-family: arial,sans-serif;
    font-size: 12px;
    text-align: center;
}
.headerlogo { padding: 30px 0 16px 0 !important; text-align: center; }
.logo a { padding: 0 !important; }
.ratezip_logo_02 {
  width: 186px;
  height: 65px;
  object-fit: contain;
}
.ic_housing {
  width: 71px;
  height: 77px;
  object-fit: contain;
}
.ic_shopper {
  width: 160px;
  height: 77px;
  object-fit: contain;
}
.ic_norton {
  width: 133px;
  height: 77px;
  object-fit: contain;
}
ul.footer-menu {
    list-style-type: none;
    margin: 25px 0 20px 0;
    padding: 0;
    overflow: hidden;
}
ul.footer-menu li { float: left; }
li.menu-item-blue a, li.menu-item-blue a:visited, li.menu-item-blue a:active {
    color: #0a51ed;
}
li.menu-item-gray a, li.menu-item-gray a:visited, li.menu-item-gray a:active {
  opacity: 0.5;
  color: #041238;
}
li.menu-item-blue, li.menu-item-gray {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 12px;
}
ul.footer-menu li:first-child { margin-left: 0; }
.form_element.ctr { text-align: center; }
.form_element.dd { margin-top: 45px; }
.prod-btn {
  display: block;
  float: left;
  width: 350px;
  height: 106px;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  text-align: left;
  margin: 120px 23px 0;
  cursor:pointer;
}
#prodctr { width: 796px; margin: 0 auto; }
.prod-btn:hover {
    margin: 116px 23px 0 !important;
    box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.prod-btn span {
    display: inline-block;
    vertical-align: top;
    font-family: 'Nanum Gothic', arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: -0.8px;
    text-align: center;
    color: #2140ff;
    margin: 42px 0 0 20px;
}
.prod-btn span.fq {
    display: inline-block;
    vertical-align: top;
    font-family: 'Nanum Gothic', arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1em;
    letter-spacing: -0.8px;
    text-align: left;
    color: #2140ff;
    margin: 27px 0 0 20px;
    width: 220px;
}
.prod-btn span.fq.tall {
    margin: 14px 0 0 20px;
}

.sbih{
   width: 106px;
   height: 106px;
   background-image: url('images/lander-sprite.png');
   background-repeat: no-repeat;
   background-color: #25dae4;
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
   display: inline-block;
}
.sbih.purch{ background-position:-444px -22px;}
.sbih.refi{  background-position:-444px -128px;}


select.flydropdown {
  margin: 0px;
  margin-top: 12px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 440px;
  padding: 30px;
  border: none !important;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url('images/dropdown.png') no-repeat 94% 50% #ffffff;
  background-size: 53px 50px;
  cursor: pointer;
}



#formBody {
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 980px;
}
.form_text {
  font-family: Lora;
  font-size: 56px;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#formbg {
    margin: 20px 0;
    padding: 0;
}
#nortonseal {
    background: transparent url("images/lander-sprite.png") no-repeat scroll 0 -383px;
    display: inline-block;
    height: 60px;
    width: 105px;
}
#ffLogos {
    margin: 42px 0 42px 0px;
    text-align: center;
}
#callCTA, #callCTA a, #callCTA a:visited {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#verisign {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
    width: 135px;
}
footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    width: 840px !important;
    margin: 0 auto !important;
}
.sitecopy { margin-top: 20px;}
.footdisclaimer { font-size: 12px; }
.footdisc {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: justify;
  color: #050d3a;
}
.footdisc a:hover {
    background: none !important;
}
.fixedheight{min-height:470px;}
#backbtn, #backbtn2 {
  opacity: 0.5;
  font-family: 'Nanum Gothic', arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.7px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  display: inline-block;
}
#backbtn:hover, #backbtn2:hover {
  opacity: 1;
}
#lblOPT {
   display: inline;
}
.required {
   color: #000000 !important;
}

body, td{line-height:normal;}
#maincontainer, #maincontainerbr{
   clear:both;margin:0;padding:0;
}
#maincontainerbr{background:url('images/bg2br.jpg') no-repeat 0 0 #ededed}
#maincontainer{

}
#frmMain{margin:80px 0 0;padding:0;}
#formFoot{
    color: #666666;
    font-size: 0.85em;
    margin: 10px auto 0;
    text-align: center;
}
#formFoot a {
    color: #009;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#formFoot p {
    font-family: inherit;
    font-size: 0.97em;
    font-weight: normal;
    line-height: 1.5;
    width: 475px;
    margin: 0 auto 1.25em;
}
#LT-banner-ad {
   margin: 10px auto;
}
#LT-banner-ad a {
   display: inline-block;
   background-color: #ffffff;
   padding: 0;
}
#LT-banner-ad a img {
   border: 0;
}
.footerimg img {
    margin: -15px 0 0 6px;
}
.footerimg {
    background-color: #ffffff;
    border-radius: 10px;
    height: 50px;
    margin: 10px auto;
    width: 200px;
}
#disc {
    color: #ccc;
    float: right;
    margin: 20px 40px 0 0;
    text-align: right;
    width: 250px;
}
#pghead {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 30px solid #d2d2d2;
    box-shadow: 0 4px 5px 0 rgba(50, 50, 50, 0.75);
    margin: 0;
    padding: 10px 0 45px;
}
#pghead img {
    margin-top: -20px;
}
#pgheadcont {
   max-width: 62.5em;
   width: 100%;
   margin: 0 auto;
}
.costcoexlink {
   text-align:center;
   font-style: italic;
   font-size: 12px;
   color: #999999;
   font-weight: bold;
}
#CostcoExternalLink { display:none; }
.cancelbtn {
   width: 150px !important;
}
.visitbtn {
   width: 350px !important;
   background-color: #00b0ed;
   color: #ffffff;
   font-weight: bold;
}
.visitbtn:hover {
   background-color: #02bfff;
   color: #ffffff;
   font-weight: bold;
}
#smpgheader { width: 375px; float: right; margin: 20px 0 0 0; }
#ffLinks{float:left;text-align:left;width:400px;margin:8px 0 0;}
.clear{clear:both;}
#ffLinks a{color:#5D85B2;text-decoration:underline;}
#s1header{color:#000000;font-size:18px;font-weight:bold;text-align:center;}
#s1header span{color:#ff8400;font-size:18px;}
#s1terms{margin:8px 0 0 0;text-align:center;}
#s1terms a{text-decoration:none;color:#000000;}
#s1terms a:hover{text-decoration:underline;}
#s1subheader{color:#000000;font-size:18px;font-weight:bold;margin-bottom:20px;text-align:center;}
#s1spr{margin:15px auto 0;width:572px;height:22px;background:url('images/lander-sprite.png') no-repeat 0 0 transparent;}

.selbtn {
  width: 250px;
  height: 84px;
  display: inline-block;
  margin: 36px 12px 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-image: url("images/lander-sprite.png");
  background-repeat: no-repeat;
  background-position: -805px -665px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.selbtn:hover, .selbtn.sel {
  background-position: -506px -665px;
  background-color: #25dae4;
}
.selbtn span {
    font-family: 'Nanum Gothic', arial, sans-serif;
    font-size: 20px;
    letter-spacing: -0.7px;
    font-weight: bold;
    text-align: center;
    color: #2140ff !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
}
.selbtn.yesno {  width: 177px; }
.selbtn.yesno span {
    left: 65%;
    transform: translateY(-50%) translateX(-50%);
}

.propbtn {
    width: 216px;
    height: 233px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 36px 6px 0;
    background-color: #ffffff;
    cursor: pointer;
}
.propbtn.sel, .propbtn:hover {
    background-color: #25dae4;
}
.propbtn .sbip {
    background-image: url("images/lander-sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 95px;
    width: 88px;
    margin: 40px auto 50px;
}
.sbip.sf     {  background-position: -998px 0px; }
.sbip.multi  {  background-position: -827px 0px; }
.sbip.condo  {  background-position: -652px 0px; }
.sbip.mobile {  background-position: -544px 0px; }
.propbtn span {
  font-family: 'Nanum Gothic', arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.7px;
  text-align: center;
  color: #3a00ff;
}
.credbtn {
  width: 187px;
  height: 233px;
  display: inline-block;
  margin: 36px 6px 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-image: url("images/lander-sprite.png");
  background-repeat: no-repeat;
  background-position: -294px -465px;
  background-color: #ffffff;
  border: solid 4px #ffffff;
  cursor: pointer;
}
.bdr {
    height: 8px;
    border-radius: 3px;
    width: 175px;
    margin: 3px auto 0;
}
.credbtn:hover, .credbtn.sel {
  border-color: #1a2a8c;
  background-position: 11px -465px;
}
.crgr .bdr { background-color: #46c617; }
.cryl .bdr { background-color: #ffe400; }
.cror .bdr { background-color: #ffa200; }
.crrd .bdr { background-color: #ff1200; }

.credbtn span {
  font-family: 'Nanum Gothic', arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.7px;
  text-align: center;
  color: #2140ff;
  padding-top: 24px;
  display: inline-block;
}
.credesc {
  font-family: 'Nanum Gothic', arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.4px;
  color: #505050;
  padding: 0 10px;
  height: 160px;
  overflow: hidden;
}
.credesc strong {
    display:block;
    margin: 15px 0 5px;
    font-family: 'Nanum Gothic', arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: -0.5px;
    text-align: center;
    color: #505050;
}




 {

}
.finishbtn { margin-top: 40px; }
.finishbtn, .continuebtn {
    width: 262px;
    height: 84px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #25dae4;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
}
.finishbtn:hover, .continuebtn:hover {
    background-color: #26e3ed;
    color: #ffffff !important;
}
.continuebtn span {
    font-family: 'Nanum Gothic', arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.finishbtn span {
    font-family: 'Nanum Gothic', arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    margin: 30px auto 0;
}




.form_text span{
    display:block;
    font-family: Lora, arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.form_text.pii{margin:20px 0 5px;}
label.error{color:#fffc00;font-family:Arial,Helvetica,sans-serif;font-size:14px;margin-top:5px;padding-left:20px;font-weight:bold;}
.error input, input.error, .error textarea, textarea.error {
    border-color: #fffc00 !important;
    background-color: rgb(255, 252, 194) !important;
}
.hidden{display:none;}
div.form_element.stxt{margin:35px auto 0;}

div.form_element input[type="text"],
div.form_element select{
    display:block;
    margin:0 auto;
    font-size: 20px;
    font-family: 'Nanum Gothic', arial, sans-serif;
    padding:40px 7px 40px 25px;
    width:440px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight:bold;
}

div.form_element.pii {
    margin-top: 35px;
}
#zip_out{color:#ffffff;font-size:14px;margin:10px auto; height: 50px;}
#zip_out a{color:#fffc00;font-size:14px;text-decoration:underline;}


.submitbtn{background-position:-229px -521px;}
.submitbtn:hover{background-position:-412px -521px;}
.errbox{text-align:center;min-height:30px;margin:6px 0 0;}
#slider, #sliderb{
        width:570px;
        height:9px;
        margin:0 auto;
        position:relative;
        background-color: #1a2a8c;
        border-radius: 6px;
        border: none !important;
}
#slwin, #slbwin{width:570px;height:62px;margin:45px auto 17px;position:relative;}
#slVal, #slbVal{

    display:block;
    height:64px;
    width:114px;
    margin:0 0 0 -57px;
    position:absolute;
    z-index:2;
    background:url('images/lander-sprite.png') no-repeat -534px -234px transparent;
    padding:15px 0 0 0;
    text-align:center;
    font-weight:bold;
    font-size:18px;
  font-family: 'Nanum Gothic', arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #1a2a8c;
}

.ui-slider .ui-slider-handle{
    display: block;
    height: 32px;
    width: 32px;
    top: -13px;
    margin: 0 0 0 -13px;
    position: absolute;
    z-index: 2;
    border: none;
    cursor: pointer;
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.ui-slider .ui-slider-handle.ui-state-default{ border:none;}
.ui-slider .ui-slider-handle.ui-state-active{  border:none;}


#laststeplbl{
    margin: 0 auto;
    padding: 0;
    width: 70%;
    text-align: left;
    color: #fff;
    font-size: 12px;
}
#laststeptxt{
    margin: 40px auto 0;
    padding: 0;
    width: 70%;
    text-align: justify;
}
#laststeptxt, #laststeptxt a {font-size:12px; color: #fffc00; }
#laststeptxt label {color:#ffffff !important;}
.placeholder{color:#666666;}
#matchedBrand{margin:10px 0 20px 0;}
#matchedImg{margin:0px auto 0;width:250px;}
#matchedTxt{font-size:17px;font-weight:bold;color:#1a6cc4;text-align:center;width:400px;margin:10px auto 0;}
.form_obh{width:450px;margin:0 auto 20px;}
.form_texth{font-weight:bold;font-size:20px;color:#666666;}
.radio_opt{font-size:16px;margin:5px 0 6px 15px;}
.harpnothanks{text-align:center;margin:50px 0 0 0;}
.harpnothanks a{color:#5D85B2;text-decoration:underline;}
#secrtrust{background:url("../securerights/securerights.png") no-repeat scroll 0 0 transparent;height:13px;margin:20px auto;width:133px;}
#btmfooter img{border:0 none;}
.fo_mort_type_rad{color:#666666;margin:25px auto 0;width:175px;}
#cred_err{display:block;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#F6F6F6;border:4px solid #EEEEEE;padding:10px 20px 0;color:#FF8400;font-size:13px;font-weight:bold;}
.piidescbox{width:316px;padding:0;height:20px;overflow:hidden;}
.piidescbox.left{float:left;margin:0 20px 0 85px;}
.piidescbox.right{float:left;}
.error.withdesc{display:block;text-align:left;margin:0 0 20px 0;padding:0;}
.fieldhelper.btn{text-align:center;font-style:italic;margin:5px 0;}
.fieldhelper {
   color: #000000;
   font-weight: bold;
   font-size: 9pt;
   font-family: arial, sans-serif;
   width: 170px;
   float: right;
   margin: 10px 0 0 0;
}
.fieldhelper.tall { margin: 0 !important; }
div.form_element.stxt.pii { width: 612px; }
#srDisclosure {
   margin-top: 15px;
}
#srDisclosure, #srDisclosure a {
   font-family: arial, sans-serif;
   font-size: 8pt;
   color: #666666;
}
#srDisclosure a {
   color: #5087BE;
   text-decoration: none;
}
#backcontainer {
   position: relative;
   margin: 0 auto;
   width: 320px;
   display: none;
}
.maincontinuebutton {
    margin: 10px 0 40px 0;
    text-align:center;
}
#tfaErr a {
    color: #ffffff !important;
    text-decoration: underline;
    display: block;
    font-size: 1.3em;
    margin: 20px 0;
}
#tfaNbrMsg a {
    color: #fffc00 !important;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
#tfaConfirmBtn {
     margin: 20px auto 40px
}
#rqtfa {
    min-height: 730px;
}
#tfaFinishMsg {
    margin: 20px 0;
}
#tfaFinishMsg label {
    font-weight: bold;
    color:#fffc00;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 18px;
}

.finishbtn.tfagreen {
    background-color: #40e425;
}

#DOBMM, #DOBDD, #DOBYYYY {
    width: 20%;
    display: inline-block;
    margin: 0 10px;
}
@media screen and (max-width: 525px) {
    #DOBMM, #DOBDD, #DOBYYYY {
        width: 90%;
        margin: 0 0 15px 0;
    }
}

/* BEGIN MOBILE STYLE ADJUSTMENTS */
@media screen and (max-width: 980px) {
    #formBody, footer { width: 100% !important; }
    #frmMain { margin: 30px 0 0; }
    li.menu-item-blue, li.menu-item-gray { margin-left: 0; margin-right: 10px; line-height: 2em; }
    #callCTA, #callCTA a, #callCTA a:visited { line-height: 1.25em; font-size: 20px; }
    #callCTA { padding: 0 20px; }
    .form_text { font-size: 35px; margin-bottom: 50px; padding: 0 5px 0; }
    #prodctr { width: 100%; }
    .prod-btn, .prod-btn:hover { display: block; float: none; margin: 20px auto 0 !important; }
    div.form_element input[type="text"], div.form_element select { width: 90%; }
    .credbtn { width: 310px; height: 154px; display: block; margin: 0 auto 15px; }
    .credbtn span { padding-top: 6px; }
    .creddesc strong { margin: 5px 0 5px; }

    .form_text span { font-size: 16px; }
    .propbtn { width: 90%; height: 100px; display: block; margin: 0 auto 20px; text-align: left; }
    .sbip.condo { background-position: -652px -2px; }
    .sbip.sf    { background-position: -998px -10px; }
    .sbip.multi { background-position: -827px -9px; }
    .sbip.mobile { background-position: -544px -16px; }
    .propbtn .sbip { height: 100px; display: inline-block; margin: 0 20px 0 15px; }
    .propbtn span { display: inline-block; height: 100px; vertical-align: middle; }
    .selbtn, .selbtn.yesno { width: 300px; background-image: none; text-align: center; }
    .selbtn { margin: 0 auto 20px; display: block; }
    .selbtn.yesno span {  left: auto; transform: none; }
    .selbtn span { position: relative; top: auto; transform: none; left: auto; padding-top: 30px; }
    #laststeptxt, #laststeplbl {  width: 90%; }
    .mainform.laststep { background-position: -96px -50px; border-top: #477aff solid 6px; }
    div.form_element.stxt.pii { width: auto; }
    #rq9, #rqtfa {
        background-color: rgba(51,102,235,.65);
        width: 85%;
        margin: 0 auto;
        border-radius: 10px;
        padding: 10px 5px 40px;
    }
}
#slwin, #slbwin  { width: 88%; text-align: center; }
#slider, #sliderb { width: 88%; }
#slVal, #slbVal {
    width: auto;
    margin: 0 auto;
    position: relative;
    background: none;
    padding: 0;
    font-size: 32px;
    color: #fffc00;
}


.regCtrlWaiting {
    width: 200px;
    text-align:right;
    margin: 40px auto;
    font-style: italic;
    font-size: 24px;
    color: #ffffff;
    background-color: #477aff;
    padding: 10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #163158;
  border-right: 6px solid #25dae4;
  border-bottom: 6px solid #ff4c55;
  border-left: 6px solid #ffffff;
  width: 25px;
  height: 25px;
  float: left;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
