﻿html,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #404041;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
}
.panel-collapse {
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 0;
}

.panel-collapse.open {
  max-height: 1000px; /* large enough to fit your content */
}
/* 
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
} */
/* .navbar-collapse a.active, */
.modal-body a.active {
  text-decoration: underline;
}

*:focus {
  outline: 0 !important;
}
.navbar a:focus,
.navbar a:active,
.navbar button:focus,
.navbar button:active {
  outline: none;
  box-shadow: none;
  background-color: inherit;
  color: inherit;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
}
.hl {
  color: #7baf9e;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 0;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  margin-top: 30px;
}
.btn-default {
  color: white;
  background: #468ee5;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #3276c9;
  padding: 14px 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23),
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23),
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23),
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
}
.btn-default:hover {
  background: #3276c9;
  color: white;
  border: 1px solid #3276c9;
  transition: all, 0.2s, ease-in;
}
.btn-default:active {
  background: #3276c9;
  color: white;
  border: 1px solid #3276c9;
  transition: all, 0.2s, ease-in;
}
.btn-default:focus {
  background: #3276c9;
  color: white;
  border: 1px solid #3276c9;
  transition: all, 0.2s, ease-in;
}
.btn-ghost {
  font-size: 16px;
  border: 1px solid #468ee5;
  color: #468ee5;
  transition: all, 0.2s, ease-in;
}
.btn-ghost:hover {
  color: white;
  background: #468ee5;
}
.btn-nav {
  color: #468ee5;
  border: 1px solid #468ee5;
  padding: 10px;
  margin-top: 15px;
  border-radius: 4px;
}
.btn-nav:hover {
  color: white;
  background: #468ee5;
  opacity: 1;
}
#howitworks .btn-nav,
#ratesfees .btn-nav,
#privacy .btn-nav,
#econsent .btn-nav,
#terms .btn-nav,
#default .btn-nav,
#faqs .btn-nav {
  color: #468ee5;
  border: 1px solid #468ee5;
  padding: 10px;
  margin-top: 15px;
  border-radius: 4px;
}
#howitworks .btn-nav:hover,
#ratesfees .btn-nav:hover,
#privacy .btn-nav:hover,
#econsent .btn-nav:hover,
#faqs .btn-nav:hover,
#default .btn-nav:hover,
#terms .btn-nav:hover,
#newhome .btn-nav:hover {
  color: white !important;
  background: #468ee5 !important;
  opacity: 1 !important;
}
.btn-modal {
  background: white;
  color: #468ee5;
  font-weight: 800;
}
.btn-submit {
  padding: 22px 30px;
  font-size: 24px;
}
.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #333;
}
.fullscreen .navbar-brand {
  padding-top: 4px;
  padding-left: 0px;
}
.fullscreen .modal-backdrop {
  background: none;
  height: 2000px !important;
}
.fullscreen .close {
  color: white;
  opacity: 1;
  margin-top: 9px;
  margin-right: 5px;
}
.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  color: #333;
  background: #468ee5;
  overflow:hidden;
  border: 0;
  box-shadow: inset 0px 0px 28px 0px rgba(0, 0, 0, 0.5);
}
.fullscreen .modal-body ul {
  padding: 70px 0 0 0;
  overflow: auto;
  clear: both;
}
.fullscreen .modal-body li {
  padding: 15px 0 15px 0;
}
.fullscreen .modal-body li .btn-cta {
  color: blue;
  margin-top: 0;
}
.fullscreen .modal-footer {
  border: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.fullscreen.fade:not(.in) .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.fullscreen .modal-header {
  min-height: 50px;
}
.fullscreen .modal-body a {
  color: white;
  padding: 15px 0 15px 0;
  font-size: 28px;
  font-weight: 400;
}
.fullscreen .modal-body a:hover {
  opacity: 0.5;
}
.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
}

.content-box {
  border-radius: 4px;
  border: 1px solid #d6e6ec;
  background: white;
}
.content-box h3 {
  margin-top: 0;
  color: #336a80;
  border-bottom: 1px solid #d6e6ec;
}
.content-box h3,
.content-box p {
  padding: 15px;
  margin: 0;
}
.content-box-spaced {
  margin-bottom: 20px;
}
.subheader {
  background: #f3f8fa;
  margin-bottom: 20px;
  padding: 20px 0;
}
.subheader h1 {
  color: #7baf9e;
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.subheader h4 {
  margin-top: 0;
}
#cta {
  padding: 50px 0;
}
#cta h3 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}
#accepted .logo-white,
#complete .logo-white,
#form .logo-white,
#processing .logo-white {
  display: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-toggle {
  border: none;
  background: transparent !important;
  padding: 0px 0px 0px 10px !important;
  margin-top: 28px;
  margin-right: 0;
  color: blue !important;
}
.navbar .navbar-toggle:hover {
  background: transparent !important;
}
.navbar .navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  color: #404041 !important;
}
.navbar .navbar-toggle .top-bar {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #404041;
  transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
}
.navbar .navbar-toggle .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #404041;
}
.navbar .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  background: #404041;
}
.navbar .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}
.navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}
.navbar-default {
  min-height: 70px;
  font-size: 16px;
  font-weight: bold;
  background: white;
  color: #404041;
  box-shadow: none;
  border: 0;
  z-index: 99;
  font-family: "Open Sans", sans-serif;
}
.navbar-default .navbar-nav .active a {
  background-color: transparent !important;
  color: #404041;
  transition: all, 0.1s, ease-in;
}
.navbar-default .navbar-nav .active a:hover {
  opacity: 0.75;
  transition: all, 0.1s, ease-in;
  color: #707070;
}
.navbar-default .navbar-nav li a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #404041;
  transition: all, 0.1s, ease-in;
}
.navbar-default .navbar-nav li a:hover {
  opacity: 0.75;
  color: #707070;
  transition: all, 0.1s, ease-in;
}
.navbar-default .navbar-brand {
  color: white;
  padding: 18px 0 0 0;
}
.navbar-default .navbar-brand .btn-nav:hover {
  opacity: 0.75 !important;
  background: none !important;
}
#newhome .navbar-default .navbar-nav li a {
  color: white !important; /* Changed from #404041 to white */
  /* font-weight: 600; */
  /* font-weight: bold; */
}
/* ✅ Base nav link styling */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  background-color: transparent !important;
  color: #404041;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}

/* ✅ Hover effect - light grey text */
.navbar-default .navbar-nav > li > a:hover {
  color: #999999 !important; /* Light grey tone */
  background-color: transparent !important;
}

/* ✅ Active link - also light grey */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #999999 !important; /* Light grey tone for active */
  font-weight: 700;
}

/* ✅ Clean up global focus/active reset */
.navbar a:focus,
.navbar a:active,
.navbar button:focus,
.navbar button:active {
  background-color: transparent !important;
  color: inherit;
  outline: none;
  box-shadow: none;
}

.nav-nolinks {
  margin-top: 20px;
  text-align: center;
  border-radius: 0;
  border: none;
}
.nav-nolinks .nav-message {
  color: white;
  float: left;
  position: relative;
  top: 17px;
  left: 10px;
  font-size: 16px;
}
.nav-nolinks .nav-message span {
  color: #144e8c;
  font-size: 32px;
  font-weight: 100;
}
#home header {
  /* background: url(../images/header8.jpg) right top no-repeat #d7d7d7; */
  background-position-y: -30px;
  height: 550px;
}
#home header h1 {
  font-size: 40px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  padding-top: 100px;
  text-shadow: 0px 0px 10px #fff;
}
#home header h2 {
  font-size: 20px;
  line-height: 24px;
}
#home header .slider_holder {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-top: 20px;
}
#home header .slider_holder p {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 5px;
  position: relative;
  line-height: 0;
  padding-top: 6px;
  top: 16px;
  font-weight: 200;
  font-size: 20px;
}
#home header .slider_holder p span {
  color: #46ab8a;
  font-weight: 800;
}
#home header .slider_holder #slider {
  bottom: -40px;
}
#home header .slider_holder #main_btn {
  padding: 10px 5px;
  font-size: 14px;
}
#home header .slider_holder #main_btn span {
  display: block;
  font-weight: 800;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#home .noUi-tooltip {
  width: 175px;
  background: #7baf9e;
  color: white;
  font-weight: 200;
  border-radius: 4px;
  bottom: 135%;
  font-size: 20px;
}
#home .noUi-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #7baf9e;
  border-width: 8px;
  margin-left: -8px;
}
#home .noUi-target {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  background: #cbcece;
}
#home .noUi-handle {
  background: #468ee5;
  border: 1px solid #2d74ca;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
}
#home .noUi-handle:hover {
  cursor: pointer;
  background: #2d74ca;
}
#home .noUi-handle:before {
  content: "" !important;
  font-family: FontAwesome;
  background: none;
  color: white;
  left: 7px;
  top: 3px;
  font-size: 19px;
}
#home .noUi-handle:after {
  content: none;
  background: none;
}
#home .noUi-marker-large {
  height: 5px;
}
#home .noUi-value-horizontal {
  font-size: 12px;
  margin-top: -10px;
  color: #404041;
  font-weight: 600;
}
#home .noUi-connect {
  background: #46ab8a;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
}
#home .noUi-pips {
  color: #404041;
}
#home #levels {
  background: #fff;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6e6ec;
}
#home .steps {
  background: url("../images/whitephone.jpg") #f3f8fa no-repeat;
  background-position: right;
  padding: 40px 0 60px 0;
}
#home .steps h2 {
  margin-top: 20px;
  margin-bottom: 35px;
}
.logo-white {
  display: none;
}
#newhome {
  margin-bottom: 50px;
}
#newhome .logo-dark {
  display: none;
}
#newhome .logo-white {
  display: block;
  padding: 0;
}
#newhome .navbar-default {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background: transparent;
}
#newhome .navbar-default .navbar-nav li a {
  color: #404041;
  /* font-weight: 600;
  font-weight: bold; */
}
#newhome .btn-nav {
  padding: 12px 25px;
  border: 1px solid white;
  color: white;
}

#newhome header {
  position: relative;
  background: url(/assets/images/bg-homepage.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 850px;
  padding-top: 220px;
}
/*
@media (max-width: 1024px) {
  #newhome header {
    background-size: contain;  no crop on tall phones 
    background-position: top center;
    min-height: 100vh;
    height: auto;  override fixed height 
  }
}*/


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}


#newhome header h1,
#newhome header h2,
#newhome header h3,
#newhome header p {
  color: white;
  padding: 0;
  margin: 0;
}
#newhome header h1 {
  font-size: 75px;
  line-height: 1.1em;
  color: #0db1c0;
  text-transform: uppercase;
}
#newhome header h1 span {
  display: block;
  color: white;
}
#newhome header h1 span.change-up {
  display: inline;
  color: #0db1c0;
}
#newhome header h2 {
  margin-top: 15px;
  font-size: 24px;
}
#newhome header h2 i {
  margin-right: 8px;
}
#newhome header h2 span {
  margin-left: 40px;
}
#newhome header .mf-mob-header {
  display: none;
}
#newhome header form {
  margin-top: 50px;
  width: 100%;
  position: relative;
}
#newhome header form h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
#newhome header form .amount-radio {
  width: 23%;
  margin: 1%;
  float: left;
  display: block;
  position: relative;
  height: 55px;
  cursor: pointer;
  color: white;
}
#newhome header form .amount-radio label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
}
#newhome header form .amount-radio input {
  width: 100%;
  height: 100%;
  background: #1a8791;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#newhome header form .amount-radio:hover,
#newhome header form .amount-radio:hover input,
#newhome header form .amount-radio input:focus,
#newhome header form .amount-radio input:focus + label,
#newhome header form .amount-radio.active input {
  background: #ffde00;
  color: #404041 !important;
  border-radius: 6px;
} /* ✅ Default navbar link style — dark gray, clean */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  color: #404041;
  background-color: transparent !important;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}

/* ✅ Hover: text turns light grey only */
.navbar-default .navbar-nav > li > a:hover {
  color: #bbbbbb !important; /* Light grey on hover */
  background-color: transparent !important;
}

/* ✅ Active/Clicked state also light grey */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #bbbbbb !important;
  background-color: transparent !important;
  font-weight: 700;
}

/* ✅ Don't override color or add shadow on focus/active */
.navbar a:focus,
.navbar a:active,
.navbar button:focus,
.navbar button:active {
  background-color: transparent !important;
  color: inherit;
  outline: none;
  box-shadow: none;
}

#newhome header #header-bottom-sticky {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.35);
}
#newhome header #header-bottom-sticky p {
  font-size: 20px;
}
#newhome header #header-bottom-sticky p i {
  margin-right: 10px;
}
#newhome header #header-bottom-sticky p span {
  margin-left: 50px;
}
#newhome #levels {
  background: white;
  padding: 20px 0 80px;
  border-bottom: 1px solid #d6e6ec;
}
#newhome .steps {
  background: url("../images/whitephone.jpg");
  background-color: #f3f8fa;
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px 0 60px 0;
}
#newhome .steps h2 {
  margin-top: 20px;
  margin-bottom: 35px;
}
#newhome .el-alert-message {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 21;
  height: 35px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  background: #0e484d;
  color: #fff;
  box-shadow: 0 0 8px #2d2d2d;
}
#newhome .el-alert-message p {
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
#newhome .el-alert-message p span {
  padding-left: 10px;
}
#newhome .el-alert-message strong {
  text-transform: uppercase;
}
#newhome .el-alert-message .container {
  height: 35px;
  padding: 0 0 0 25px;
  position: relative;
}
#newhome .el-alert-message a {
  color: #fff;
}
#newhome .el-alert-message a:hover {
  cursor: pointer;
}
#newhome .el-alert-message #hide-alert {
  font-size: 11px;
  font-weight: bold;
  padding: 0 10px;
  cursor: pointer;
  z-index: 20;
  position: absolute;
  left: -15px;
  top: 5px;
  height: 25px;
  line-height: 25px;
  background: #0e484d;
}
#newhome .el-alert-message #hide-alert:hover {
  background: #0e484d;
}
#newhome .el-alert-message .el-alert-btn.mobile-alert {
  display: none;
}
#newhome .el-alert-full {
  position: fixed;
  bottom: -100%;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 20;
  width: 100%;
  height: auto;
  padding: 15px;
  line-height: 1.35em !important;
  font-size: 13px;
}
#newhome .el-alert-full h4 {
  color: white;
  font-weight: bold;
  margin-top: 10px;
}
#newhome .el-alert-full .container {
  background: #0e484d;
  color: #fff;
  padding: 15px 25px 25px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px #2d2d2d;
}
#newhome .el-alert-btn {
  font-weight: bold;
  padding: 0 25px;
  border-radius: 0 5px 0 0;
}
#newhome .el-alert-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}
#newhome .el-alert-active {
  bottom: 15px !important;
}
#newhome #el-alert-close {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  border: 1px solid white;
  padding: 4px 8px;
  display: inline-block;
  float: right;
}
#newhome #el-alert-close:hover {
  opacity: 0.6;
  cursor: pointer;
}
#form_progress {
  background: white;
  box-shadow: none;
  height: auto;
  margin-bottom: 0;
}
.progress-steps {
  margin-top: 20px;
  margin-bottom: 20px;
}
.progress-steps .step-container {
  text-align: center;
  border-top: 2px solid #d6e6ec;
  height: 45px;
  width: 100%;
}
.progress-steps .step-container.active {
  border-color: #7baf9e;
}
.progress-steps .step-container.active p {
  color: #7baf9e;
}
.progress-steps .step-container p {
  margin-top: 10px;
  color: #d6e6ec;
  text-transform: uppercase;
}
.form-header {
  text-align: center;
}
.form-header h3 {
  margin-bottom: 30px;
}
.form-header p {
  margin-bottom: 30px;
  color: #7baf9e;
  font-size: 24px;
  font-weight: 700;
}
.form-control {
  margin-bottom: 0px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #d6e6ec;
  font-weight: 700;
  transition: border 200ms ease;
  box-shadow: none;
}
.control-label {
  font-weight: 400;
}
.form-radio {
  padding: 10px 0px 0 20px;
  border: 1px solid #d6e6ec;
  height: 50px;
  border-radius: 4px;
}
.is_focused {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.pay-details .detail {
  display: none;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: 700;
}
.alert-warning {
  background: none;
  color: #404041;
  border-color: #d6e6ec;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
.submit-confirm {
  margin-bottom: 20px;
}
.submit-confirm .legal {
  font-size: 12px;
}
.submit-confirm strong {
  margin-top: 8px;
  display: block;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #404041;
  border: 1px solid #77b17b;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #404041;
  background-color: #eed3d7;
  border: 1px solid #eed3d7;
}
input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {
  border-color: #bb838b;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.form-section {
  display: none;
}
.form-section.current {
  display: inherit;
}
.form-navigation {
  margin-top: 20px;
}
.form-navigation .next,
.form-navigation .previous {
  cursor: pointer;
  text-decoration: none;
}
.res_year_output {
  border: none;
  color: #468ee5;
  font-weight: 700;
  width: 125px;
}
.ui-widget-content {
  border: 1px solid #d6e6ec !important;
  margin-top: 15px;
}
.ui-slider-handle {
  height: 30px !important;
  width: 30px !important;
  top: -0.6em !important;
  border-radius: 3px !important;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25) !important;
  background: #7baf9e !important;
  border: 1px solid #569a84 !important;
}
.ui-slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 12px;
  top: 7px;
}
.ui-slider-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 15px;
  top: 7px;
}
.ui-slider-handle:focus {
  gradient: top, #51ba9b, #359771 !important;
}
.ui-slider-handle:hover {
  gradient: top, #51ba9b, #359771 !important;
  cursor: ew-resize !important;
}
#fullform footer {
  border-top: 1px solid #d6e6ec;
  padding-top: 20px;
}
#fullform .toggle-location {
  cursor: pointer;
}
#form-desktop {
  margin-bottom: 60px;
}
#form-desktop .form-welcome {
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 1px solid #d6e6ec;
}
#form-desktop .form-welcome h3 {
  margin-top: 0;
}
#form-desktop .form-welcome h2 {
  font-size: 32px;
}
#form-desktop #pay_date {
  cursor: pointer !important;
  background: white;
}
#form-desktop .btn-default {
  margin: 17px 0;
}
.labellink {
  display: inline-block;
}
.extra {
  font-size: 11px;
  float: right;
  color: #337ab7;
  display: block;
  margin-bottom: 0;
}
.extra:hover {
  cursor: pointer;
  color: #23527c;
}
.ssnlegal {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
}
#form-mobile .form-control {
  height: 50px;
}
#form-mobile .sliderframe {
  padding: 10px 15px 15px 15px;
  border-radius: 4px;
  border: 1px solid #d6e6ec;
}
#form-mobile .sliderframe p {
  float: left;
  font-weight: 700;
}
#form-mobile .subtle {
  font-size: 10px;
  line-height: 11px;
}
#form-mobile .form-navigation {
  margin-top: 10px;
}
#form-mobile .top {
  margin-top: 0px;
  margin-bottom: 5px;
}
#form-mobile .bottom {
  margin-top: 0px;
  margin-bottom: 10px;
}
#form-mobile .control-label {
  font-size: 12px;
  margin-bottom: 0px;
}
#form-mobile .form-group {
  margin-bottom: 10px;
}
#form-mobile .form-radio {
  text-align: center;
  padding: 10px 0 0 0;
  height: 50px;
}
#form-mobile #res_year_slider {
  margin-right: 10px;
}
#form-mobile .form-header h3 {
  margin-bottom: 20px;
}
#form-mobile .form-header p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
#form-mobile .form-welcome h1 {
  font-size: 38px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}
#form-mobile .form-welcome h2 {
  font-size: 24px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}
#form-mobile #pay_date {
  cursor: pointer !important;
  background: white;
}
#form-mobile .btn-default {
  margin: 17px 0;
}
.labellink {
  display: inline-block;
}
.extra {
  font-size: 11px;
  float: right;
  display: block;
  margin-bottom: 0;
}
.extra:hover {
  cursor: pointer;
}
.ssnlegal {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
}
#newform {
  position: relative;
  padding: 0 !important;
}
#newform .mobile-center {
  position: absolute;
  padding-bottom: 45px;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
#newform #newform-container {
  position: relative;
  background: url(../images/bg-homepage.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 850px;
  z-index: 10;
}
#newform .form-section {
  text-align: center;
}
#newform #confirm h2,
#newform #confirm h3,
#newform #confirm p {
  color: white;
}
#newform #confirm h2 {
  padding: 0 15px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.15em;
}
#newform #confirm h2 span {
  display: block;
}
#newform #confirm h3 {
  padding: 0 15px;
  max-width: 650px;
  margin: 0 auto 20px;
  font-size: 22px;
  line-height: 1.25em;
  margin-bottom: 20px;
}
#newform #confirm h3 span {
  display: block;
}
#newform #confirm h3.modal-bump {
  margin-bottom: 35px;
}
#newform #confirm .newform-radio {
  width: 23%;
  margin: 1%;
  float: left;
  display: block;
  border-radius: 6px;
  position: relative;
  height: 55px;
  cursor: pointer;
  color: white;
}
#newform #confirm .newform-radio label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: inherit;
  border: 1px solid #1a8791;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
}
#newform #confirm .newform-radio input {
  width: 100%;
  height: 100%;
  background: #1a8791;
  border: 1px solid #1a8791;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#newform #confirm .newform-radio input:checked,
#newform #confirm .newform-radio input:checked + label {
  background: #ffde00;
  border: 1px solid #ffde00;
  color: #404041 !important;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 #333;
}
#newform #confirm .newform-radio.parsley-error input:focus + label {
  background: #1a8791;
  color: white !important;
}
#newform #confirm .newform-radio.parsley-error {
  border: none !important;
}
#newform #confirm .submit-contain {
  margin: 0 15px;
}
#newform #confirm .btn-submit {
  display: inline-block;
  padding: 16px 0;
  margin: 0;
  margin-top: 20px;
  background: #ffde00;
  border: 1px solid #ffde00;
  color: #404041;
  text-transform: uppercase;
  font-weight: bold;
}
#newform #confirm .btn-submit:hover,
#newform #confirm .btn-submit:focus {
  background: #1a8791;
  border: 1px solid #1a8791;
  color: white;
}
#newform #confirm .form-content-container {
  height: 50px;
  position: relative;
  background: white;
  border-radius: 6px;
}
#newform #confirm .form-content-container select,
#newform #confirm .form-content-container input {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#newform #confirm .form-content-container select:focus,
#newform #confirm .form-content-container input:focus {
  border: 1px solid #1a8791;
}
#newform #confirm .form-content-container select:focus + .input-icon,
#newform #confirm .form-content-container input:focus + .input-icon {
  border-left: 1px solid #1a8791;
  color: #1a8791;
}
#newform #confirm .form-content-container .input-icon {
  z-index: 19;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 15px;
  border-left: 1px solid grey;
}
#newform #confirm .form-content-container .parsley-errors-list {
  position: absolute;
  bottom: -10px;
  right: 10px;
  z-index: 20;
}
#newform #confirm #parsley-id-multiple-tcpa-checkbox {
  position: absolute;
  bottom: -10px;
  right: 25px;
}
#newform #confirm #form-submit-legal {
  padding: 12px;
  margin-bottom: 0;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  border: 1px solid grey;
}
#newform #confirm #form-submit-legal .form-content-container-noheight {
  background: transparent !important;
  border: none !important;
  margin-bottom: 0;
}
#newform #confirm #form-submit-legal a {
  color: #1a8791;
}
#newform #confirm #form-submit-legal label {
  width: 95%;
  float: right;
  margin: 0;
  color: #404041;
  font-weight: 400;
}
#newform #confirm #form-submit-legal label p {
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45em;
}
#newform #confirm #tcpa-checkbox,
#newform #confirm #tcpa-checkbox:focus,
#newform #confirm #tcpa-checkbox:hover {
  border: none !important;
  background: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none;
  display: inline;
  margin: 0;
  padding: 0;
  height: 12px;
  width: 3%;
  margin-right: 2%;
  margin-top: 5px;
  float: left;
  text-align: left;
  outline: none;
  position: relative;
}
#newform #confirm #tcpa-checkbox:before,
#newform #confirm #tcpa-checkbox:focus:before,
#newform #confirm #tcpa-checkbox:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 2px;
  display: inline-block;
  vertical-align: text-top;
  width: 11px;
  height: 11px;
  background: white;
  border: 1px solid grey;
}
#newform #confirm #tcpa-checkbox:after,
#newform #confirm #tcpa-checkbox:focus:after,
#newform #confirm #tcpa-checkbox:hover:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 2px;
  top: -3px;
  background: white;
  width: 14px;
  height: 14px;
  background: url("/assets/images/fullform-checkbox-check.webp");
  background-size: contain;
  background-position: center center;
}
#newform #confirm #tcpa-checkbox:checked:after,
#newform #confirm #tcpa-checkbox:focus:checked:after,
#newform #confirm #tcpa-checkbox:hover:checked:after {
  opacity: 1;
}
#newform #confirm .tcpa-focus {
  border: 1px solid #1a8791 !important;
}
#newform .scrollable {
  position: relative;
}
#newform .scroll-indicator {
  display: none;
}
#newform #logo-progress-container {
  padding: 0;
  position: relative;
}
#newform .top-logo {
  text-align: left;
  padding-top: 45px;
  width: 200px;
}
#newform .top-logo img {
  display: inline-block;
}
#newform #full-progress-bar {
  height: 24px;
  position: absolute;
  top: 68px;
  right: 0;
  width: calc(100% - 250px);
  background: #1a8791;
  border-radius: 6px;
}
#newform #full-progress-bar .progress-marker {
  height: 34px;
  line-height: 34px;
  background: none;
  z-index: 98;
  position: absolute;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  top: -5px;
  left: 0;
  width: 50%;
  border-right: 1px solid white;
  color: white;
}
#newform #full-progress-bar .progress-marker span {
  font-weight: bold;
}
#newform #full-progress-bar .progress-marker.stepone {
  border-radius: 6px 0 0 6px;
}
#newform #full-progress-bar .progress-marker.steptwo {
  left: 50%;
  width: 36%;
}
#newform #full-progress-bar .progress-marker.stepthree {
  left: 86%;
  width: 14%;
  border: none;
  border-radius: 0 6px 6px 0;
}
#newform #full-progress-bar .progress-fill {
  height: 24px;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  border-radius: 6px 0 0 6px;
  background: #ffde00;
  transition: all, 0.75s, ease;
  box-shadow: 0 0 8px 0 #1d1d21;
}
#newform #full-progress-bar .progress-percentage {
  height: 24px;
  line-height: 24px;
  margin: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 10px;
  font-size: 11px;
  text-align: center;
  color: #404041;
  font-weight: bold;
}
#newform #full-progress-bar .progress-bg {
  z-index: 97;
  position: absolute;
  top: 0;
  height: 100%;
  border-right: 1px solid white;
  background: #1a8791;
  transition: all, 0.25s, ease;
}
#newform #full-progress-bar .progress-bg.bg-1 {
  left: 0;
  width: 50%;
  border-radius: 6px 0 0 6px;
}
#newform #full-progress-bar .progress-bg.bg-2 {
  left: 50%;
  width: 36%;
}
#newform #full-progress-bar .progress-bg.bg-3 {
  left: 86%;
  width: 14%;
  border: none;
  border-radius: 0 6px 6px 0;
}
#newform #newform-nav-position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
}
#newform #newform-nav-position #newform-nav {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
#newform #newform-nav-position #newform-nav .newform-nav-btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #1a8791;
  color: white;
  text-align: center;
  border: none;
}
#newform #newform-nav-position #newform-nav .newform-nav-btn i {
  font-size: 30px;
  height: 60px;
  line-height: 60px;
}
#newform #newform-nav-position #newform-nav .newform-nav-btn:hover,
#newform #newform-nav-position #newform-nav .newform-nav-btn:focus {
  background: #ffde00;
  color: #404041;
}
#newform #newform-nav-position #newform-nav .newform-back {
  float: left;
}
#newform #newform-nav-position #newform-nav .newform-continue {
  float: right;
}
#newform .newform-field {
  padding-top: 15px;
}
#newform .newform-field label {
  color: white;
  font-size: 16px;
}
#newform .newform-field label.field-more-info {
  position: absolute;
  top: -25px;
  right: 0;
  margin-bottom: 0;
}
#newform .newform-field label.field-more-info a {
  font-size: 12px;
  color: white;
}
#newform .newform-field #pay_date {
  cursor: pointer !important;
}
#newform .newform-btn {
  padding: 20px 75px;
  margin-top: 35px;
  margin-left: 15px;
  background: #1a8791;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
}
#newform .newform-btn:hover,
#newform .newform-btn:focus {
  background: #ffde00;
  color: #404041;
}
#newform .custom-error-container {
  margin: 5px 10px 0;
}
#newform .parsley-error {
  border: 1px solid #f5004b !important;
  background: white;
  margin-bottom: 10px;
}
#newform .parsley-errors-list {
  background: #f5004b;
  color: white;
  padding: 6px 8px;
  margin: 0;
  font-size: 12px;
  border-radius: 0 0 4px 4px;
  border-radius: 0;
}
#newform .modal-header .close {
  opacity: 0.75;
}
#newform .modal.fade.in {
  padding: 0 !important;
}
#newform .datepicker {
  z-index: 1999;
}
#newform #nob {
  margin: 5px 0 25px;
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
#newform #nob .nob-button {
  text-align: center;
}
#newform #nob .nob-button a {
  display: inline-block;
  margin-top: 5px;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 14px;
  background: #0e484d;
  color: white;
  border: 0;
  border-radius: 4px;
}
#newform #nob .nob-button a:hover {
  background: #676c76;
}
#newform #nob .nob-copy {
  font-size: 13px;
  line-height: 1.35em;
  text-align: left;
}
#newform #nob .nob-copy p {
  margin: 0;
}
#newform #nob .nob-copy a {
  color: #1a8791;
  font-weight: bold;
}
#newform #nob .nob-copy a:hover {
  color: #676c76;
}
#newform #nocs-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#newform #nocs {
  padding: 15px 20px;
  margin: 10px 0 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 90%;
}
#newform #nocs .nocs-button {
  text-align: center;
}
#newform #nocs .nocs-button a {
  display: inline-block;
  padding: 0 40px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  background: #0e484d;
  color: white;
  border: 0;
  border-radius: 4px;
}
#newform #nocs .nocs-button a:hover {
  background: #008dae;
}
#newform #nocs .nocs-copy {
  font-size: 13px;
  line-height: 1.35em;
  text-align: left;
}
#newform #nocs .nocs-copy p {
  margin: 0;
  color: white;
}
#newform #nocs .nocs-copy a {
  color: #1a8791;
  font-weight: bold;
}
#newform #nocs .nocs-copy a:hover {
  color: #008dae;
}
#newform.form2 .top-logo {
  padding-top: 25px;
}
#newform.form2 #full-progress-bar {
  top: 48px;
}
#newform.form2 #full-progress-bar .progress-marker {
  color: #969696;
  height: 45px;
  top: -21px;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 900;
}
#newform.form2 #full-progress-bar .progress-marker.active {
  color: white;
}
#newform.form2 #full-progress-bar .progress-marker.stepone {
  width: 33%;
  border-right: 1px solid #969696;
}
#newform.form2 #full-progress-bar .progress-marker.steptwo {
  width: 34%;
  left: 33%;
  border-right: 1px solid #969696;
}
#newform.form2 #full-progress-bar .progress-marker.stepthree {
  width: 33%;
  left: 67%;
}
#newform.form2 #full-progress-bar .progress-marker:hover {
  color: #ffde00;
}
#newform.form2 #full-progress-bar .progress-bg.bg-1 {
  width: 33%;
}
#newform.form2 #full-progress-bar .progress-bg.bg-2 {
  width: 34%;
  left: 33%;
}
#newform.form2 #full-progress-bar .progress-bg.bg-3 {
  width: 33%;
  left: 67%;
}
#newform.form2 #full-progress-bar .progress-rounded {
  border-radius: 6px !important;
}
#newform.form2 #full-progress-bar i {
  display: none;
}
#newform.form2 #full-progress-bar .progress-marker.pip-reached i {
  display: inline;
}
#newform.form2 #newform-container {
  height: 950px;
}
#newform.form2 #newform-container.steptwo-height {
  height: 950px;
}
#newform.form2 #newform-container.stepthree-height {
  height: 1350px;
}
#newform.form2 .mobile-center {
  padding-bottom: 0;
  padding-top: 60px;
}
#newform.form2 #confirm .form-section-intro {
  text-align: left;
}
#newform.form2 #confirm .form-section-intro h2 {
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}
#newform.form2 #confirm h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  padding: 0;
  margin: 0;
}
#newform.form2 #confirm .sub-section-description {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}
#newform.form2 #confirm .form-section-container {
  background: rgba(0, 0, 0, 0.4);
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
}
#newform.form2 #confirm .form-section-container .form-group {
  text-align: left;
  margin-bottom: 12px;
}
#newform.form2
  #confirm
  .form-section-container
  .form-group
  .form-content-container {
  height: 50px;
}
#newform.form2
  #confirm
  .form-section-container
  .form-group
  .form-content-container
  .form-control {
  height: 50px;
}
#newform.form2
  #confirm
  .form-section-container
  .form-group
  .form-content-container
  .input-icon {
  height: 50px;
}
#newform.form2 #confirm .form-section-container .form-group label {
  color: white;
  font-size: 15px;
}
#newform.form2 #confirm .form-section-container .form-group #pay_date {
  cursor: pointer !important;
}
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle {
  width: 100%;
}
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle
  .emp-btn-radio {
  width: 23.5%;
  background: #1a8791;
  height: 50px;
  line-height: 48px;
  position: relative;
  padding: 0;
  border-radius: 5px;
}
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle
  .emp-btn-radio
  input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle
  .emp-btn-radio:hover {
  background: #ffde00;
  color: black;
}
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle
  .emp-btn-radio.active {
  background: #ffde00;
  color: black;
}
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle
  .emp-btn-radio:nth-child(1),
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle
  .emp-btn-radio:nth-child(2),
#newform.form2
  #confirm
  .form-section-container
  #emp_status_group
  #emp_status_toggle
  .emp-btn-radio:nth-child(3) {
  margin-right: 2%;
}
#newform.form2
  #confirm
  .form-section-container
  #rent_own_group
  #rent_own_toggle {
  width: 100%;
}
#newform.form2
  #confirm
  .form-section-container
  #rent_own_group
  #rent_own_toggle
  .rentown-radio {
  width: 48%;
  background: #1a8791;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border-radius: 5px;
}
#newform.form2
  #confirm
  .form-section-container
  #rent_own_group
  #rent_own_toggle
  .rentown-radio:hover {
  background: #ffde00;
  color: black;
}
#newform.form2
  #confirm
  .form-section-container
  #rent_own_group
  #rent_own_toggle
  .rentown-radio.active {
  background: #ffde00;
  color: black;
}
#newform.form2
  #confirm
  .form-section-container
  #rent_own_group
  #rent_own_toggle
  .rentown-radio:nth-child(1) {
  margin-right: 4%;
}
#newform.form2 #confirm .btn-submit,
#newform.form2 #confirm .continue-btn {
  width: 100%;
  padding: 20px 30px;
  margin: 10px 0 20px;
}
#newform.form2 #confirm .form-back-button {
  color: white;
  padding: 0;
  margin: 0;
}
#newform.form2 #confirm .btn-submit {
  margin-bottom: 20px;
  margin-top: 25px;
}
#newform.form2 #confirm .cheque-toggle,
#newform.form2 #confirm .bank-toggle {
  color: #1a8791;
  cursor: pointer;
}
#newform.form2 #confirm .toggle-help {
  display: none;
  margin-left: 5px;
  color: white;
  cursor: pointer;
  font-size: 13px;
}
#newform.form2 #confirm #mob-help-credit,
#newform.form2 #confirm #mob-help-license,
#newform.form2 #confirm #mob-help-ssn {
  display: inline;
}
#newform.form2 #confirm .mob-helper-copy {
  font-size: 12px;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
#newform.form2 #confirm #form-submit-legal {
  margin-top: 0;
}
#newform.form2 #confirm #form-submit-legal label {
  width: 97%;
}
#newform.form2 #confirm #tcpa-checkbox,
#newform.form2 #confirm #tcpa-checkbox:focus,
#newform.form2 #confirm #tcpa-checkbox:hover {
  width: 2%;
  margin-right: 1%;
}
#newform #confirm .newform-radio input[type="radio"],
#newhome header form .amount-radio input[type="radio"] {
  background: transparent;
}
#newform #confirm .newform-radio label,
#newhome header form .amount-radio label {
  background: #1a8791;
  border-radius: 6px;
}
.datepicker td {
  color: #1a8791;
  font-weight: bold;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #ffde00 !important;
  background-image: #ffde00 !important;
  color: #000 !important;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #f2f2f2 !important;
}
#processing .resume-shroud {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#processing .resume-shroud .resume-msg {
  display: block;
  width: 290px;
  background: white;
  border: 2px #999 solid;
  border-radius: 10px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#processing .resume-shroud .resume-msg .pause-txt {
  font-size: 11px;
  padding: 0 0 5px;
  color: grey;
}
#processing .resume-shroud .resume-msg h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
#processing .resume-shroud .resume-msg p {
  color: grey;
  font-size: 13px;
  line-height: 1.45em;
  padding: 12px 0;
  margin: 0;
}
#processing .resume-shroud .resume-msg .resume-btn {
  display: inline-block;
  background: #1a8791;
  padding: 10px 18px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}
#processing #approved-response {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#processing #approved-response .approved-msg {
  padding: 55px 50px 100px;
  position: relative;
  width: 1200px;
  height: 410px;
  margin: 85px auto 0;
  text-align: center;
  background: white;
  box-shadow: 0 5px 5px #d2d2d2;
  border: 2px solid grey;
  border-radius: 10px;
}
#processing #approved-response .approved-msg h1 {
  font-size: 25px;
  margin: 0;
  padding: 0;
  color: #1a8791;
  line-height: 1.1em;
}
#processing #approved-response .approved-msg h2 {
  font-size: 29px;
  margin: 15px 0 0;
  color: #404041;
  padding: 0;
  font-weight: bold;
  line-height: 1.1em;
}
#processing #approved-response .approved-msg h2 span {
  display: block;
  color: #1a8791;
}
#processing #approved-response .approved-msg p {
  font-size: 21px;
  line-height: 1.3em;
  margin: 20px 0 0;
  padding: 0;
  color: #404041;
}
#processing #approved-response .approved-msg a {
  background: #1a8791;
  margin: 50px 0 0;
  padding: 18px 70px;
  display: inline-block;
  border-radius: 5px;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
#processing #approved-response .approved-msg a i {
  margin-left: 5px;
}
#processing #approved-response .approved-msg a:hover {
  background: #ffde00;
  text-decoration: none;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
#processing #approved-response .approved-msg .approved-text {
  padding: 70px 50px 0;
  width: 62%;
  float: left;
}
#processing #approved-response.revealinter {
  display: block;
}
#processing h1 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1.15em;
  color: #0e484d;
  font-weight: bold;
}
#processing h1,
#processing h3 {
  text-align: center;
}
#processing h3 {
  font-weight: 500;
  color: #404041;
  font-size: 19px;
  line-height: 1.35em;
  margin: 18px auto 35px;
  text-transform: none;
  max-width: 820px;
}
#processing h3 span {
  display: block;
  padding-top: 15px;
}
#processing #progressbar {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
  border: 1px solid grey !important;
  background: #f3f8fa !important;
  border-radius: 18px;
  padding: 0px;
  height: 28px;
}
#processing .progress-label {
  font-size: 0;
  height: 100%;
  width: 100%;
  background: #1a8791;
  border: 0 !important;
  border-radius: 18px;
  margin: 0 !important;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#processing #processing_header {
  margin-top: 40px;
}
#processing #processing_header .firstsub {
  display: block;
}
#processing #processing_header .resub {
  display: none;
}
#processing #processing_header.autores .firstsub {
  display: none;
}
#processing #processing_header.autores .resub {
  display: block;
}
#processing .checks {
  margin-bottom: 150px;
}
#processing .checks p {
  font-size: 18px;
  text-align: center;
  padding-bottom: 0px;
}
#processing .checks .fa {
  color: #468ee5;
  padding-right: 5px;
  transition: all, 0.5s, ease-in;
}
#processing .pulse {
  animation: pulsate, 1.5s, 0, ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-mox-keyframes pulsate {
  #processing 0% {
    opacity: 0.25;
  }
  #processing 50% {
    opacity: 1;
  }
  #processing 100% {
    opacity: 0.25;
  }
}
@-o-keyframes pulsate {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
#processing .grey {
  opacity: 0.25;
  transition: all, 0.5s, ease-in;
}
#complete {
  padding-bottom: 40px;
}
#complete h1 {
  font-size: 32px;
  margin-bottom: 0;
}
#complete h3,
#complete h4 {
  font-size: 16px;
  line-height: 1.35em;
  margin-top: 15px;
  margin-bottom: 0;
}
#complete p {
  font-size: 14px;
  line-height: 1.35em;
  font-weight: 300;
}
#complete .complete-holder {
  padding-top: 15px;
  padding-right: 100px;
}
#complete .show-desktop-complete {
  display: block;
}
#complete .show-mobile-complete {
  display: none;
}
#complete form {
  border: 1px solid #d6e6ec;
  padding: 20px;
  border-radius: 4px;
  margin-top: 20px;
}
#complete form .form-control {
  height: 34px;
  margin-bottom: 0;
  box-shadow: none;
}
#exit {
  position: relative;
  height: auto;
}
#exit .navbar-fixed-top {
  position: absolute;
}
#exit .nav-nolinks {
  background: transparent !important;
  z-index: 99;
  box-shadow: none;
  position: absolute;
  width: 100%;
}
#exit .nav-nolinks .navbar-brand img {
  height: auto !important;
  margin-left: -10px;
}
#exit .shift-right {
  right: -100%;
}
.see-more-offers {
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  color: white;
  background: #0a3e51;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
#exit-page {
  background: white;
  position: relative;
}
#exit-page #exit-header {
  min-height: 300px;
  width: 100%;
  position: relative;
  background: url(../images/exit-header-bg.webp);
  background-size: cover;
  background-position: center top;
}
#exit-page #exit-header h1,
#exit-page #exit-header h2,
#exit-page #exit-header h3,
#exit-page #exit-header h4 {
  font-weight: bold;
}
#exit-page #exit-header h1,
#exit-page #exit-header h2 {
  margin: 0;
  padding: 0;
  color: white;
  line-height: 1.15em;
}
#exit-page #exit-header h1 span,
#exit-page #exit-header h2 span {
  color: #4bd6de;
}
#exit-page #exit-header h1 {
  margin-top: 135px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}
#exit-page #exit-header h2 {
  font-size: 18px;
  font-weight: 300;
}
#exit-page #exit-header h2 span {
  color: white;
}
#exit-page #exit-header h2 .remove-part {
  color: white;
}
#exit-page #exit-header #exit-shroud {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
#exit-page #exit-steps {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
}
#exit-page #exit-steps .exit-step {
  display: inline;
  margin-right: 25px;
  font-size: 15px;
  color: white;
}
#exit-page #exit-steps .exit-step span {
  font-weight: bold;
  margin-right: 3px;
}
#exit-page #exit-steps .exit-step .step-divider {
  margin-left: 25px;
  color: #4bd6de;
}
#exit-page #exit-steps .exit-step:nth-of-type(3) {
  margin: 0;
}
#offers {
  width: 1270px;
  text-align: center;
  color: grey;
  padding-top: 45px;
  margin-bottom: 45px;
}
#offers .exit-offer {
  width: 230px;
  height: 370px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-shadow: 0px 2px 6px #d9d9d9;
}
#offers .exit-offer .exit-title {
  width: 100%;
  height: 60px;
  position: relative;
  padding: 0 10px 0;
  overflow: hidden;
}
#offers .exit-offer .exit-title h4 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 10px;
  text-align: center;
  font-family: Arial, sans-serif !important;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  color: grey;
}
#offers .exit-offer .exit-image {
  margin-top: 0;
  padding: 0;
  height: 70px;
  width: 100%;
  position: relative;
  border-top: 1px solid #d9d9d9;
}
#offers .exit-offer .exit-image a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#offers .exit-offer .exit-image img {
  width: 180px;
  height: auto;
  vertical-align: middle;
}
#offers .exit-offer .exit-copy {
  margin-top: 10px;
  padding: 0 15px 0 35px;
  height: 130px;
  overflow: hidden;
  text-align: left;
}
#offers .exit-offer .exit-copy ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#offers .exit-offer .exit-copy li {
  padding-bottom: 13px;
  font-size: 13px;
  line-height: 14px;
  position: relative;
  font-family: Tahoma, Arial, sans-serif !important;
}
#offers .exit-offer .exit-copy i {
  color: #04c416;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: -20px;
}
#offers .exit-offer .exit-copy p {
  margin: 0;
  font-size: 9px;
  font-family: arial, sans-serif;
  line-height: 1em;
}
#offers .exit-offer .exit-cta {
  text-align: center;
  margin-top: 15px;
}
#offers .exit-offer .exit-cta .exit-btn {
  display: block;
  margin: 0 15px 6px;
  padding: 15px 5px;
  background: #007ca3;
  color: white;
  border: 1px solid #007ca3;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0px 2px 6px #d9d9d9;
}
#offers .exit-offer .exit-cta .exit-btn i {
  margin-left: 5px;
}
#offers .exit-offer .exit-cta .exit-btn:hover {
  text-decoration: none;
  background: #04c416;
  border: 1px solid #04c416;
}
#offers .exit-offer .exit-cta .exit-secured {
  margin: 0 0 10px;
  font-size: 9px;
  color: grey;
  font-weight: 400;
  text-transform: uppercase;
}
#offers .exit-offer .exit-cta .exit-secured i {
  margin-right: 3px;
}
#offers .force-break {
  display: none;
}
#exit .logo-white {
  opacity: 1 !important;
  display: block !important;
  margin-top: 25px;
}
#exit .logo-full {
  opacity: 0 !important;
  display: none !important;
}
#exit-page .mobile-offers {
  display: none;
}
#offers .exit-mobile-title {
  display: none;
}
#offers .exit-offer .exit-image .exit-mobile-img {
  display: none;
}
#offers .special-offer,
#offers .force-break {
  display: none;
}
@media (min-width: 1500px) {
  #offers {
    width: 1500px;
  }
}
@media (max-width: 1300px) {
  #offers {
    width: 100%;
  }
  #offers .force-break {
    display: block;
  }
}
@media (max-width: 991px) {
  #exit-page #exit-steps .exit-step {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #exit-page #exit-header {
    text-align: center;
    min-height: 225px;
    height: auto;
    padding-bottom: 25px;
  }
  #exit-page #exit-header h1 {
    margin-top: 85px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.05em;
  }
  #exit-page #exit-header h1 span {
    display: block;
  }
  #exit-page #exit-header h2 {
    font-size: 14px;
  }
  #exit-page #exit-header #exit-shroud {
    display: block;
  }
  #exit-page #exit-steps .exit-step {
    font-size: 12px;
    margin-right: 10px;
  }
  #exit-page #exit-steps .exit-step .step-divider {
    margin-left: 10px;
  }
  #offers .force-break {
    display: none;
  }
  #exit .logo-white {
    margin-top: 0px;
    display: inline-block;
  }
  #exit .nav-nolinks {
    margin-top: 10px;
  }
  #exit .nav-nolinks .navbar-brand {
    float: none;
    margin-top: 0;
  }
  #exit .nav-nolinks .navbar-brand img {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
  #exit .navbar-header {
    background: transparent;
  }
  .see-more-offers {
    display: block;
  }
}
@media (max-width: 600px) {
  #exit .newhome-logo {
    margin-top: 8px;
  }
  #exit-page #exit-header {
    min-height: 195px;
    padding-bottom: 20px;
  }
  #exit-page #exit-header h2 {
    font-size: 14px;
  }
  #exit-page #exit-header h2 .remove-part {
    display: none;
  }
  #exit-page #exit-steps {
    display: none;
  }
}
@media (max-width: 480px) {
  #exit-page #exit-header {
    min-height: 140px;
    padding-top: 70px;
    padding-bottom: 10px;
  }
  #exit-page #exit-header h1 {
    display: none;
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.15em;
  }
  #exit-page #exit-header h2 {
    font-size: 13px;
    line-height: 1.25em;
    margin-bottom: 10px;
  }
  #exit-page #exit-header h2 span {
    display: block;
  }
  #exit-page #exit-header h2.topline {
    font-weight: bold;
    font-size: 15px;
  }
  #offers {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 40px;
  }
  #offers .exit-offer {
    height: 335px;
    width: 100%;
    max-width: 290px;
    margin: 0 0 20px;
    border-radius: 10px;
  }
  #offers .exit-offer .exit-title {
    display: none;
  }
  #offers .exit-offer .exit-image {
    border-top: 0;
    height: 75px;
  }
  #offers .exit-offer .exit-image a img {
    width: 190px;
  }
  #offers .exit-offer .exit-copy {
    padding: 20px 0 0;
    border-top: 1px solid #d9d9d9;
    height: auto;
    margin-top: 0;
  }
  #offers .exit-offer .exit-copy ul {
    max-width: 205px;
    margin: 0 auto;
    padding: 0 0 0 25px;
    height: 112px;
  }
  #offers .exit-offer .exit-cta {
    padding: 0 35px;
  }
  #offers .exit-offer .exit-cta .exit-btn {
    padding: 20px 5px;
    font-size: 22px;
    margin: 0 0 8px;
  }
}
@media (max-width: 360px) {
  #exit-page #exit-header h2 span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .see-more-offers {
    display: none !important;
  }
}
@media (max-width: 520px) {
  #exit .navbar {
    position: absolute;
    width: 100%;
    margin-top: 0;
  }
  #exit .navbar .navbar-brand {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  #exit .navbar .navbar-brand img {
    position: absolute;
    width: 90px !important;
    height: auto;
    top: 10px;
    right: 0px;
    left: auto;
  }
  #exit .mobile-remove {
    display: none !important;
  }
  #exit-page #exit-header {
    min-height: 100px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
    background-position: right;
  }
  #exit-page #exit-header .container {
    padding: 0;
  }
  #exit-page #exit-header h1,
  #exit-page #exit-header h2 {
    display: none;
  }
  #exit-page #exit-header h3.mobile-offers {
    display: block;
    font-size: 18px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: white;
    width: 60%;
  }
  #exit-page #exit-header p.mobile-offers {
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    color: white;
    max-width: 360px;
  }
  #offers {
    padding-top: 0;
  }
  #offers .mobile-container {
    padding-left: 0;
    padding-right: 0;
  }
  #offers .exit-offer {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid grey;
  }
  #offers .exit-offer .exit-desktop-title {
    display: none;
  }
  #offers .exit-offer .exit-mobile-title {
    display: block;
  }
  #offers .exit-offer .exit-title {
    height: auto;
    overflow: auto;
    padding: 0;
  }
  #offers .exit-offer .exit-title h4 {
    font-size: 12px;
    text-align: left;
    padding: 0 0 5px;
    line-height: 1em;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  #offers .exit-offer .exit-image {
    width: 25%;
    display: inline-block;
    border-top: 0;
    height: auto;
  }
  #offers .exit-offer .exit-image a {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }
  #offers .exit-offer .exit-image a img {
    width: 80%;
  }
  #offers .exit-offer .exit-image .exit-desktop-img {
    display: none;
  }
  #offers .exit-offer .exit-image .exit-mobile-img {
    display: block;
  }
  #offers .exit-offer .exit-copy {
    width: 47%;
    display: inline-block;
    padding: 0 4px;
    border-top: none;
    height: auto;
    vertical-align: middle;
  }
  #offers .exit-offer .exit-copy ul {
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
  #offers .exit-offer .exit-copy ul li {
    padding-left: 18px;
    font-size: 11px;
    padding-bottom: 0;
    line-height: 14px;
  }
  #offers .exit-offer .exit-copy ul li:nth-child(3) {
    display: none;
  }
  #offers .exit-offer .exit-copy i {
    left: 0;
    line-height: 14px;
    padding-top: 1px;
  }
  #offers .exit-offer .exit-copy p {
    margin: 6px 0 0;
  }
  #offers .exit-offer .exit-cta {
    width: 25%;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    text-align: center;
  }
  #offers .exit-offer .exit-cta .exit-btn {
    padding: 6px 4px;
    width: 85%;
    font-size: 8px;
    margin: 0;
    display: inline-block;
  }
  #offers .exit-offer .exit-cta .exit-btn i {
    margin-left: 2px;
  }
  #offers .exit-offer .exit-cta .exit-secured {
    display: none;
  }
  #offers .exit-offer.highlight {
    border: 4px solid #ffb504;
  }
  #offers .exit-offer.highlight .special-offer {
    display: block;
    color: #ffb504;
    font-size: 9px;
    line-height: 1em;
    font-weight: bold;
    padding: 0 0 3px;
    margin: 0;
  }
  #offers .exit-offer.highlight .exit-btn {
    background: #ffb504;
    border: 1px solid #ffb504;
  }
}
@media (max-width: 380px) {
  #exit-page #exit-header {
    background-position: -150px;
  }
}
@media (max-width: 360px) {
  #exit-page .exit-offer .exit-image {
    width: 22%;
  }
  #exit-page .exit-offer .exit-copy {
    width: 50%;
  }
  #exit-page .exit-offer .exit-copy .exit-title h4 {
    font-size: 11px;
  }
  #exit-page .exit-offer .exit-copy ul li {
    font-size: 10px;
  }
  #exit-page .exit-offer .exit-cta {
    width: 25%;
  }
  #exit-page .exit-offer .exit-cta .exit-btn {
    font-size: 7px;
    width: 90%;
  }
}
#howitworks header {
  background: url("../images/hiw_header1.webp") top right no-repeat #f3f8fa;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-size: cover;
  background-position-x: 100px;
}
#howitworks header h1 {
  margin-top: 60px;
}
#howitworks header h1 span {
  font-weight: 500;
}
#howitworks header h2 {
  margin: 20px 0 30px 0;
}
#howitworks .how_perks h2 {
  margin-bottom: 40px;
}
#howitworks .how_perks .holder {
  text-align: center;
  border: 1px solid #d6e6ec;
  padding: 20px;
}
#howitworks .how_perks .holder .fa {
  color: #7baf9e;
  font-size: 30px;
}
#howitworks .how_perks .holder h3 {
  font-size: 16px;
  color: #336a80;
  text-transform: uppercase;
  font-weight: 900;
  margin: 10px 0;
}
#faqs header {
  background: url("../images/faq_header.jpg") top right no-repeat #f3f8fa;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#faqs header h1 {
  margin-top: 60px;
}
#faqs header h2 {
  margin: 20px 0 30px 0;
}
#faqs .panel-default {
  border: 0;
}
#faqs .panel {
  box-shadow: none;
}
#faqs .panel .panel-heading {
  background: white;
  color: #336a80;
  border: 1px solid #d6e6ec;
  padding: 20px 15px;
  border-radius: 4px;
}
#faqs .panel .panel-heading:hover {
  cursor: pointer;
}
#faqs .panel .panel-heading:hover .fa {
  opacity: 0.5;
}
#faqs .panel .panel-heading:focus {
  border: 1px solid #336a80;
}
#faqs .panel .panel-heading p {
  margin-bottom: 0;
}
#faqs .panel .panel-heading .accordion-toggle {
  position: relative;
}
#faqs .panel .panel-heading .accordion-toggle .fa {
  opacity: 0.25;
  position: absolute;
  top: 7px;
  right: 0;
}
#faqs .panel .panel-body {
  border-radius: 0 0 4px 4px;
}
#faqs .panel .active {
  border-radius: 4px 4px 0 0;
}
footer {
  padding: 40px 0 25px 0;
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid #d6e6ec;
}
footer .bit {
  margin-right: 30px;
}
footer .Godaddy {
  margin-left: 30px;
}
footer ul {
  padding: 0;
}
footer .footer_nav {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
footer .footer_nav li {
  display: inline;
  list-style-type: none;
  padding: 0 15px;
  line-height: 22px;
}
footer .footer_nav li a {
  color: #404041;
}
footer .footer_nav li a:hover {
  color: #404041;
  text-decoration: underline;
}
footer .legal {
  font-size: 10px !important;
  line-height: 12px !important;
  padding-top: 0px;
  color: #9d9d9d;
  font-weight: 600;
}
@media (max-width: 1200px) {
  #newhome .el-alert-message .container {
    padding: 0 0 0 55px;
    width: 100%;
  }
  #newhome .el-alert-message p span {
    padding-left: 3px;
    display: none;
  }
  #newhome .el-alert-message .pull-left {
    width: 70%;
    text-align: left;
  }
  #newhome .el-alert-message #hide-alert {
    left: 10px;
  }
}
@media (max-width: 767px) {
  #newhome footer {
    margin-bottom: 45px;
  }
  #newhome .el-alert-message {
    right: 45px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 5px 0 0 0;
  }
  #newhome .el-alert-message .container {
    padding: 0;
    height: inherit;
    line-height: inherit;
  }
  #newhome .el-alert-message p {
    height: inherit;
    line-height: inherit;
  }
  #newhome .el-alert-message .pull-left,
  #newhome .el-alert-message .el-alert-btn.pull-right {
    display: none;
  }
  #newhome .el-alert-message .el-alert-btn.mobile-alert {
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    border-radius: 5px 0 0 0;
  }
  #newhome .el-alert-message #hide-alert {
    right: -30px;
    left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    padding: 0;
    background: #336a80;
    border-radius: 0 5px 0 0;
  }
  #newhome .el-alert-message #el-alert-btn {
    font-size: 12px;
    padding: 0 20px;
  }
  #newhome .el-alert-active {
    bottom: 0 !important;
  }
  #newhome .el-alert-full {
    padding: 0;
  }
  #newhome .el-alert-full .container {
    padding-bottom: 20px;
  }
  #newhome .el-alert-full .container h4 span {
    display: block;
  }
  #newhome #el-alert-close {
    float: left;
  }
}
@media (min-width: 1200px) {
  #home header h1 {
    font-size: 52px;
  }
  #home #main_btn span {
    font-size: 24px !important;
  }
  #howitworks header {
    background-size: auto;
    background-position-x: right;
  }
  #faqs .btn-default {
    padding: 14px 15px !important;
    font-size: 16px !important;
  }
  #newform #confirm .newform-radio.big-field {
    width: 48%;
  }
}
@media (max-width: 1200px) {
  #form-desktop .btn-default {
    padding: 14px 20px;
    font-size: 15px;
  }
  #newhome header {
    height: 750px;
    padding-top: 170px;
  }
  #newhome header h1 {
    font-size: 60px;
  }
  #newhome header h2 {
    font-size: 20px;
  }
  #newhome header form h3 {
    font-size: 18px;
  }
  #newhome header form .amount-radio label {
    font-size: 16px;
  }
  #newhome header #header-bottom-sticky p {
    font-size: 18px;
  }
  html {
    height: 100%;
  }
  #newform {
    height: 100%;
    min-height: 800px;
  }
  #newform #newform-container {
    padding-top: 0;
    min-height: 720px;
    height: 100%;
  }
  #newform #newform-container .form-mobcontainer {
    padding: 0;
  }
  #newform #confirm h2 {
    font-size: 32px;
  }
  #newform #confirm h3 {
    font-size: 18px;
  }
  #newform #confirm .newform-radio {
    width: 48%;
    height: 50px;
  }
  #newform #confirm .newform-radio label {
    line-height: 50px;
  }
  #newform #newform-nav-position {
    padding: 25px;
  }
  #newform #newform-nav-position #newform-nav {
    width: 100%;
  }
  #newform .top-logo {
    padding-top: 25px;
  }
  #newform .top-logo img {
    width: 150px;
    height: 49px;
  }
  #newform #full-progress-bar {
    width: calc(100% - 200px);
    top: 41px;
  }
  #newform #full-progress-bar .progress-marker span {
    display: none;
  }
  #newform.form2 .top-logo {
    padding-top: 32px;
  }
  #newform.form2 #newform-container.stepthree-height {
    height: 1420px;
  }
  #newform.form2 #full-progress-bar .progress-marker span {
    display: inline;
  }
  #processing #approved-response .approved-msg {
    width: 980px;
    height: 400px;
    margin: 85px auto 0;
  }
}
@media (min-width: 980px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #home header {
    height: auto;
    /* background: url(../images/header8-mid.jpg) right top no-repeat; */
    background-size: cover;
  }
  #home header h1 {
    padding-top: 10px;
    text-align: center;
    font-size: 50px;
    line-height: 54px;
  }
  #home header h2 {
    text-align: center;
  }
  #home header .slider_holder {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #home header .slider_holder p {
    padding-bottom: 20px;
  }
  #home header .slider_holder .btn {
    margin-top: 20px;
  }
  #home header .slider_holder #slider {
    bottom: auto;
    margin-bottom: 45px;
    margin-top: 20px;
  }
  #cta {
    text-align: center;
    padding: 25px 0;
  }
  #howitworks header {
    background-size: auto;
  }
}
@media (max-width: 991px) {
  #levels .p-t-20:nth-of-type(3) {
    padding-top: 0;
  }
  #complete .complete-holder {
    padding-right: 15px;
  }
  #newhome header {
    height: 700px;
    padding-top: 160px;
  }
  #newhome header h1 {
    font-size: 50px;
  }
  #newhome header h2 {
    font-size: 18px;
  }
  #newhome header h2 span {
    margin-left: 20px;
  }
  #newhome header form h3 {
    font-size: 16px;
  }
  #newhome header form .amount-radio label {
    font-size: 14px;
  }
  #newhome header #header-bottom-sticky p {
    font-size: 16px;
  }
  #newform #confirm .space-adjust {
    margin-top: 20px;
  }
  #newform.form2 #newform-container {
    height: 900px;
  }
  #newform.form2 #newform-container.steptwo-height {
    height: 900px;
  }
  #newform.form2 #newform-container.stepthree-height {
    height: 1550px;
  }
  #newform.form2 #full-progress-bar .progress-marker span {
    display: none;
  }
  #newform.form2 #confirm .form-section-intro h2 {
    font-size: 28px;
  }
  #newform.form2 #confirm .form-section-container .form-group label {
    font-size: 13px;
    margin-bottom: 2px;
  }
  #newform.form2
    #confirm
    .form-section-container
    .form-group
    .form-content-container
    .form-control {
    font-size: 14px;
  }
  #processing #approved-response .approved-msg {
    width: 760px;
    height: 400px;
    margin: 85px auto 0;
  }
  #processing #approved-response .approved-msg h1 {
    font-size: 22px;
  }
  #processing #approved-response .approved-msg p {
    font-size: 19px;
  }
  #processing #approved-response .approved-msg .approved-bg {
    background-position: -500px;
  }
  #processing #approved-response .approved-msg .approved-text {
    padding: 50px 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #home header {
    height: auto;
    /* background: url(../images/header8-mid.jpg) right top no-repeat; */
    background-size: cover;
  }
  #home header h1 {
    padding-top: 10px;
    text-align: center;
    font-size: 50px;
    line-height: 54px;
  }
  #home header h2 {
    text-align: center;
  }
  #home header .slider_holder {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #home header .slider_holder p {
    padding-bottom: 20px;
  }
  #home header .slider_holder .btn {
    margin-top: 20px;
  }
  #home header .slider_holder #slider {
    bottom: auto;
    margin-bottom: 45px;
    margin-top: 20px;
  }
  #cta {
    text-align: center;
    padding: 25px 0;
  }
  #faqs header {
    background: url("../images/faq_header_mobile.jpg") top right no-repeat
      #f3f8fa;
  }
  .content-box {
    margin-bottom: 10px;
  }
  #howitworks header {
    background: url("../images/how_header_mobile.jpg") top right no-repeat
      #f3f8fa;
    background-attachment: fixed;
  }
}
@media (min-width: 768px) {
  .btn-nav {
    margin-left: 15px;
  }
  #newform #confirm .newform-radio:hover,
  #newform #confirm .newform-radio:hover input,
  #newform #confirm .newform-radio input:checked,
  #newform #confirm .newform-radio input:checked + label {
    background: #ffde00;
    color: #404041 !important;
    border-radius: 6px;
  }
  #newform #confirm .newform-radio input:checked,
  #newform #confirm .newform-radio input:checked + label {
    border: 1px solid #0db1c0;
  }
  #newform #confirm .radio-focus {
    border: 1px solid grey !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #home header {
    height: auto;
    gradient: top, #c5d3da, #f3f8fa;
    background-position-y: 0;
    border-bottom: 1px solid #d6e6ec;
  }
  #home header h1 {
    padding-top: 20px;
    text-align: center;
    font-size: 42px;
    line-height: 44px;
    margin-top: 0;
  }
  #home header h2 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
  #home header .slider_holder {
    margin-top: 0;
    background: none;
  }
  #home header .slider_holder #main_btn span {
    font-size: 30px;
  }
  #home header .slider_holder p {
    padding-bottom: 30px;
  }
  #home header .slider_holder .btn {
    margin-top: 20px;
  }
  #home header .slider_holder #slider {
    bottom: auto;
    margin-bottom: 45px;
    margin-top: 10px;
  }
  #home .steps {
    background: #f3f8fa;
    padding: 20px 0;
  }
  #home #levels {
    padding-bottom: 10px;
  }
  .content-box {
    margin-bottom: 10px;
  }
  #howitworks header {
    gradient: top, #f3f8fa, white;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #howitworks header h1 {
    margin-top: 20px;
  }
  #howitworks .how_perks .holder {
    margin-bottom: 10px;
  }
  #faqs header {
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: url("../images/faq_header_mobile.jpg") top right no-repeat
      #f3f8fa;
  }
  #faqs header h1 {
    margin-top: 20px;
  }
  #cta {
    text-align: center;
    padding: 25px 0;
  }
  .step-container {
    height: 20px !important;
  }
  #form-mobile .form-welcome h1 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  #form-mobile .form-welcome h2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #form-mobile .form-navigation {
    margin-bottom: 20px;
  }
  #form-desktop .form-welcome h2 {
    font-size: 24px;
    padding-top: 20px;
  }
  .btn-submit {
    padding: 20px;
    font-size: 16px;
  }
  .btn-modal {
    margin: 0;
  }
  #newhome .logo-white img {
    width: 150px;
    height: auto;
  }
  #newhome .navbar-default {
    top: 10px;
  }
  #newhome .navbar .navbar-toggle {
    margin-top: 18px;
  }
  #newhome .navbar .navbar-toggle .top-bar,
  #newhome .navbar .navbar-toggle .middle-bar,
  #newhome .navbar .navbar-toggle .bottom-bar {
    background: white;
  }
  #newhome .fullscreen .modal-content {
    background: #1a8791;
  }
  #newhome .fullscreen .btn-modal {
    background: #ffde00;
    color: #404041;
  }
  #newhome header {
    height: 700px;
    padding-top: 140px;
  }
  #newhome header h1 {
    font-size: 40px;
  }
  #newhome header h2 {
    font-size: 15px;
  }
  #newhome header h2 span {
    margin-left: 10px;
  }
  #newhome header form {
    margin-top: 30px;
  }
  #newhome header form h3 {
    font-size: 14px;
  }
  #newhome header form .amount-radio {
    width: 48%;
  }
  #newhome header form .amount-radio label {
    font-size: 15px;
  }
  #newhome header #header-bottom-sticky p {
    font-size: 14px;
  }
  #newhome .steps {
    background: #f3f8fa;
    padding: 20px 0;
  }
  #newform {
    min-height: 560px;
  }
  #newform .form-section {
    width: 100%;
  }
  #newform #full-progress-bar {
    height: 12px;
    top: 42px;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100;
  }
  #newform #full-progress-bar .progress-marker,
  #newform #full-progress-bar .progress-bg,
  #newform #full-progress-bar .progress-fill {
    border-radius: 0px;
  }
  #newform #full-progress-bar .progress-marker,
  #newform #full-progress-bar .progress-bg {
    display: none !important;
  }
  #newform #full-progress-bar .progress-fill {
    height: 12px;
  }
  #newform #full-progress-bar .progress-percentage {
    line-height: 12px;
    height: 12px;
    margin: 0;
    font-size: 10px;
    right: 5px;
  }
  #newform .mobile-center {
    width: 420px;
    padding-bottom: 25px;
  }
  #newform .top-logo {
    padding-top: 2px;
    width: 100%;
    text-align: center;
  }
  #newform .top-logo img {
    width: 110px;
    height: auto;
  }
  #newform #confirm {
    text-align: center;
  }
  #newform #confirm h2 {
    font-size: 22px;
    padding: 0;
  }
  #newform #confirm h3 {
    font-size: 13px;
    margin-top: 10px;
    max-width: 100%;
  }
  #newform #confirm .newform-field {
    padding-top: 5px;
    margin-bottom: 12px;
    text-align: center;
  }
  #newform #confirm .newform-field .form-control {
    height: 42px;
    font-size: 14px;
  }
  #newform #confirm .newform-radio {
    width: 260px;
    height: 42px;
    margin: 0 auto 15px;
    float: none;
  }
  #newform #confirm .newform-radio label {
    font-size: 13px;
    line-height: 42px;
  }
  #newform #confirm .form-content-container {
    height: 42px;
  }
  #newform #confirm .form-content-container .input-icon {
    height: 42px;
    line-height: 42px;
  }
  #newform #confirm .mob-col-left {
    padding-right: 8px;
  }
  #newform #confirm .mob-col-right {
    padding-left: 8px;
  }
  #newform #confirm #form-submit-legal {
    margin-top: 15px;
  }
  #newform #confirm #form-submit-legal label {
    width: 92%;
  }
  #newform #confirm #form-submit-legal label p {
    font-size: 10px;
    line-height: 1.35em;
  }
  #newform #confirm .btn-submit {
    margin-top: 15px;
    padding: 14px 0;
  }
  #newform #confirm #tcpa-checkbox,
  #newform #confirm #tcpa-checkbox:focus,
  #newform #confirm #tcpa-checkbox:hover {
    width: 4%;
    margin-right: 4%;
  }
  #newform .newform-btn {
    padding: 0 60px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 0;
    background: #ffde00;
    color: #404041;
    border: none;
  }
  #newform .scrollable {
    max-height: 248px;
    overflow: scroll;
    width: 100%;
    /* border: none !important; */
  }
  #newform .scroll-indicator {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
  }
  #newform .scroll-indicator i {
    font-weight: bold;
  }
  #newform .scroll-indicator i.scroll-up {
    margin-right: 10px;
  }
  #newform .scroll-indicator i.scroll-down {
    margin-left: 10px;
  }
  #newform #newform-nav-position {
    padding: 15px;
  }
  #newform #newform-nav-position #newform-nav {
    height: 40px;
  }
  #newform #newform-nav-position #newform-nav .newform-nav-btn {
    width: 50px;
    height: 50px;
  }
  #newform #newform-nav-position #newform-nav .newform-nav-btn i {
    height: 50px;
    line-height: 50px;
  }
  #newform .custom-error-container {
    width: 260px;
    margin: 5px auto 0;
  }
  #newform #nob {
    padding: 0 15px;
    margin: 5px 0 20px;
    background: transparent;
  }
  #newform #nob .nob-button {
    text-align: center;
    padding: 0;
  }
  #newform #nob .nob-button a {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #newform #nob .nob-copy {
    padding: 0;
  }
  #newform #nob .nob-copy p {
    font-size: 12px;
    line-height: 1.2em;
  }
  #newform #nocs {
    width: 85%;
    padding: 20px;
  }
  #newform #nocs .nocs-copy {
    padding: 0;
  }
  #newform #nocs .nocs-copy p {
    font-size: 12px !important;
  }
  #newform #nocs .nocs-button {
    padding: 0;
    display: block;
    text-align: left;
    margin-top: 15px;
  }
  #newform.form2 #full-progress-bar {
    height: 14px;
    top: 70px;
    border-radius: 0;
    width: 100%;
    overflow: visible;
    z-index: 100;
  }
  #newform.form2 #full-progress-bar .progress-marker,
  #newform.form2 #full-progress-bar .progress-bg,
  #newform.form2 #full-progress-bar .progress-fill {
    border-radius: 0px;
  }
  #newform.form2 #full-progress-bar .progress-marker,
  #newform.form2 #full-progress-bar .progress-bg {
    display: block;
  }
  #newform.form2 #full-progress-bar .progress-marker {
    height: 31px;
    font-size: 10px;
    line-height: 10px;
    top: -17px;
  }
  #newform.form2 #full-progress-bar .progress-marker.active {
    font-weight: bold;
  }
  #newform.form2 #full-progress-bar .progress-bg {
    background: #969696;
    height: 14px;
  }
  #newform.form2 #full-progress-bar .progress-fill,
  #newform.form2 #full-progress-bar .progress-percentage {
    height: 14px;
    line-height: 14px;
  }
  #newform.form2 #full-progress-bar .progress-rounded {
    border-radius: 0 !important;
  }
  #newform.form2 .top-logo {
    padding-top: 6px;
  }
  #newform.form2 .mobile-center {
    width: 100%;
  }
  #newform.form2 #newform-container {
    height: 1075px;
    background: url("../images/bg-homepage-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #newform.form2 #newform-container.stepthree-height {
    height: 1900px;
  }
  #newform.form2 #newform-container.stepthree-height-ssn {
    height: 1925px;
  }
  #newform.form2 #newform-container.stepthree-height-license {
    height: 1925px;
  }
  #newform.form2 #newform-container.stepthree-height-both {
    height: 1965px;
  }
  #newform.form2 #newform-container.stepone-height {
    height: 1075px;
  }
  #newform.form2 #newform-container.steptwo-height {
    height: 950px;
  }
  #newform.form2 #newform-container.steptwo-height-income {
    height: 1250px;
  }
  #newform.form2 #confirm .form-section-intro h2 {
    font-size: 25px;
  }
  #newform.form2 #confirm h3 {
    font-size: 18px;
  }
  #newform.form2
    #confirm
    .form-section-container
    .form-group
    .form-content-container {
    height: 42px;
  }
  #newform.form2
    #confirm
    .form-section-container
    .form-group
    .form-content-container
    .form-control {
    height: 42px;
  }
  #newform.form2
    #confirm
    .form-section-container
    .form-group
    .form-content-container
    .input-icon {
    height: 42px;
  }
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio {
    width: 48.5%;
    height: 42px;
    line-height: 40px;
  }
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(1),
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(3) {
    margin: 0 0 15px;
    margin-right: 1.5%;
  }
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(2),
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(4) {
    margin: 0 0 15px;
    margin-left: 1.5%;
  }
  #newform.form2
    #confirm
    .form-section-container
    #rent_own_group
    #rent_own_toggle
    .rentown-radio {
    height: 42px;
    line-height: 40px;
  }
  #newform.form2 #confirm #form-submit-legal label {
    width: 95%;
  }
  #newform.form2 #confirm #tcpa-checkbox,
  #newform.form2 #confirm #tcpa-checkbox:focus,
  #newform.form2 #confirm #tcpa-checkbox:hover {
    width: 4%;
    margin-right: 1%;
  }
  #newform.form2 #confirm .continue-btn {
    border: none;
  }
  #newform.form2 .newform-btn {
    height: auto;
    line-height: 14px;
  }
  #processing h1 {
    font-size: 22px;
    margin-top: 25px;
  }
  #processing h1 strong {
    display: block;
  }
  #processing h3,
  #processing .checks p {
    font-size: 16px;
  }
  #processing #approved-response .approved-msg {
    width: 96%;
    height: 450px;
    margin: 65px auto 0;
  }
  #processing #approved-response .approved-msg p {
    font-size: 19px;
  }
  #processing #approved-response .approved-msg p br {
    display: none;
  }
  #processing #approved-response .approved-msg .approved-bg {
    width: 100%;
    height: 125px;
    background-position: center;
  }
  #processing #approved-response .approved-msg .approved-text {
    width: 100%;
    padding: 40px 20px 0;
  }
  #processing #approved-response .approved-msg .approved-text h1 {
    font-size: 18px;
  }
  #processing #approved-response .approved-msg .approved-text h2 {
    font-size: 30px;
  }
  #processing #approved-response .approved-msg .approved-text p {
    font-size: 14px;
    margin-top: 25px;
  }
  #complete .complete-holder {
    padding-top: 5px;
  }
  #complete .show-desktop-complete {
    display: none;
  }
  #complete .show-mobile-complete {
    display: block;
    line-height: 1.25em;
    margin-bottom: 10px;
  }
  #complete form {
    background: #eff5f7;
  }
  #complete form .form-control {
    height: 45px;
  }
  #complete form button {
    margin: 0 0 10px;
  }
  #complete .alert {
    margin-bottom: 5px;
  }
  #complete .alert-warning {
    border-color: white;
  }
}
@media (max-width: 480px) {
  #ratesfees table {
    font-size: 11px;
  }
  #home header .slider_holder p {
    padding-bottom: 40px;
  }
  #home header .slider_holder #main_btn span {
    font-size: 30px;
  }
  #home header h2 {
    font-size: 12px;
    line-height: 14px;
  }
  #home header #slider {
    margin-bottom: 30px !important;
  }
  #home header .noUi-handle {
    height: 34px;
    top: -10px;
  }
  #home header .noUi-handle:after,
  #home header .noUi-handle:before {
    top: 6px;
  }
  #home .noUi-value-horizontal {
    display: none;
  }
  #howitworks header {
    gradient: top, #f3f8fa, white;
  }
  #faqs .panel-heading p {
    font-size: 14px;
    width: 85%;
  }
  #faqs .accordion-toggle .fa {
    top: 7px !important;
  }
  #faqs .accordion-toggle .q3 {
    top: 20px !important;
  }
  #cta p {
    font-size: 14px;
  }
  footer .footer_nav li {
    padding: 0 3px;
    font-size: 11px;
  }
  .progress-steps {
    margin-top: 5px;
  }
  .progress-steps .step-container p {
    font-size: 10px;
    margin-top: 0px;
  }
  #form-mobile .form-welcome h1 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #form-mobile .form-welcome h2 {
    font-size: 11px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #newhome header {
    height: 600px;
    padding-top: 130px;
    background: url("../images/bg-homepage-mob.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #newhome header h1 {
    font-size: 34px;
    text-align: center;
    text-transform: none;
  }
  #newhome header h1 span.change-up {
    color: white;
  }
  #newhome header h2 {
    font-size: 16px;
    text-align: center;
  }
  #newhome header .mf-mob-header {
    display: block;
  }
  #newhome header .mf-desktop-header {
    display: none;
  }
  #newhome header .mini-form {
    padding: 0;
  }
  #newhome header form {
    text-align: center;
    margin-top: 30px;
  }
  #newhome header form h3 {
    font-size: 16px;
    font-weight: 900;
  }
  #newhome header form .amount-radio {
    width: 48%;
    height: 45px;
  }
  #newhome header form .amount-radio label {
    font-size: 14px;
    line-height: 45px;
  }
  #newhome header #header-bottom-sticky {
    display: none;
  }
  #newform .mobile-center {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #newform #confirm h3.modal-bump {
    margin-bottom: 26px;
  }
  #newform #confirm .space-adjust {
    margin-top: 30px;
  }
  #newform #confirm #form-submit-legal {
    margin-top: 5px;
  }
  #newform #confirm #form-submit-legal label p {
    font-size: 9px;
    line-height: 1.35em;
  }
  #newform #confirm .newform-field label {
    font-size: 13px;
  }
  #newform #confirm .newform-field label.field-more-info {
    top: -22px;
  }
  #newform #confirm .newform-field label.field-more-info a {
    font-size: 12px;
    color: white;
  }
  #newform.form2 #newform-container {
    height: 1000px;
  }
  #newform.form2 #newform-container.stepthree-height {
    height: 1840px;
  }
  #newform.form2 #newform-container.stepthree-height-ssn {
    height: 1900px;
  }
  #newform.form2 #newform-container.stepthree-height-license {
    height: 1900px;
  }
  #newform.form2 #newform-container.stepthree-height-both {
    height: 1950px;
  }
  #newform.form2 #newform-container.stepone-height {
    height: 1000px;
  }
  #newform.form2 #newform-container.steptwo-height {
    height: 920px;
  }
  #newform.form2 #newform-container.steptwo-height-income {
    height: 1235px;
  }
  #newform.form2 #confirm .form-section-intro h2 {
    font-size: 20px;
  }
  #newform.form2 #confirm h3 {
    font-size: 15px;
  }
  #newform.form2 #confirm .sub-section-description {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 1.35em;
    margin-top: 4px;
  }
  #newform.form2 #confirm .form-section-container {
    padding: 15px;
  }
  #newform.form2
    #confirm
    .form-section-container
    .form-group
    .form-content-container
    .form-control {
    font-size: 13px;
  }
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    .control-label
    small {
    display: block;
    line-height: 1em;
    margin-bottom: 8px;
  }
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio {
    font-size: 12px;
  }
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(1),
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(2),
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(3),
  #newform.form2
    #confirm
    .form-section-container
    #emp_status_group
    #emp_status_toggle
    .emp-btn-radio:nth-child(4) {
    margin-bottom: 8px;
  }
  #newform.form2 #confirm #form-submit-legal label {
    width: 94%;
  }
  #newform.form2 #confirm #tcpa-checkbox,
  #newform.form2 #confirm #tcpa-checkbox:focus,
  #newform.form2 #confirm #tcpa-checkbox:hover {
    width: 4%;
    margin-top: 2px;
    margin-right: 2%;
  }
  #newform.form2 .newform-btn {
    height: auto;
    line-height: 14px;
  }
  .subheader h1 {
    font-size: 20px;
  }
  .subheader h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #complete h1 {
    font-size: 20px;
    margin-top: 0px;
  }
  #complete h3,
  #complete h4 {
    font-size: 14px;
  }
  #complete hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #complete p {
    font-size: 13px;
    line-height: 1.35em;
  }
  #complete form label {
    font-size: 13px;
  }
  #complete form .alert p {
    font-size: 11px;
  }
  footer .bit {
    margin-right: 6px;
  }
  footer .Godaddy {
    margin-left: 6px;
  }
  #processing h1 span {
    display: block;
  }
  #processing h3 {
    font-size: 15px;
  }
  #processing .checks {
    margin-bottom: 150px;
  }
  #processing #approved-response .approved-msg {
    padding: 75px 40px 75px;
  }
  #processing #approved-response .approved-msg h2 {
    font-size: 24px;
    line-height: 1.05em;
  }
  #processing #approved-response .approved-msg p {
    font-size: 15px;
  }
}
@media (max-width: 447px) {
  #faqs .accordion-toggle .q6 {
    top: 20px !important;
  }
}
@media (max-width: 428px) {
  #faqs .accordion-toggle .q1 {
    top: 20px !important;
  }
}
@media (max-width: 413px) {
  #faqs .accordion-toggle .q4 {
    top: 20px !important;
  }
}
@media (max-width: 400px) {
  footer .bit {
    margin: 0 auto;
    display: block;
  }
  footer .Godaddy {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 391px) {
  #faqs .accordion-toggle .q5 {
    top: 20px !important;
  }
}
@media (max-width: 380px) {
  #newform #confirm h3 {
    padding: 0;
  }
}
@media (max-width: 370px) {
  #rent-own-mobile .radio-inline {
    display: block;
  }
  #rent-own-mobile {
    height: auto !important;
    padding: 10px 0 12px 20px !important;
    font-size: 14px;
    text-align: left !important;
  }
  .rent-own-space {
    display: none;
  }
  #newform #confirm h2 {
    font-size: 19px;
  }
  #processing h2 br {
    display: none;
  }
  #processing h2 strong {
    display: inline;
  }
  #processing .progress-update {
    font-size: 13px;
  }
}
@media (max-width: 353px) {
  #faqs .accordion-toggle .q4 {
    top: 20px !important;
  }
}
@media (max-width: 338px) {
  #faqs .accordion-toggle .q9 {
    top: 20px !important;
  }
}
