#maincontent,
body,
html,
html a {
    top: 0;
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased!important
}

html {
    background: #104c7f;
}

body {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.35em;
    color: #2f2f2f;
    font-weight: 400
}

::-moz-selection {
    color: #fff;
    background: #67b1b8
}

::selection {
    color: #fff;
    background: #67b1b8
}

:focus {
    outline: 0!important
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0!important;
    -webkit-appearance: none
}

h1,
h2,
h3,
h4 {
    color: #2f2f2f;
    font-weight: 700
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

a {
    /* color: #f27e22; */
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

a:hover {
    text-decoration: none
}
/* Footer update css */
.FooterHeaderimg {
    display: flex;
    justify-content: space-between;
}
.FooterLogo {
    margin-left: 15px;
    max-height: 32px;
    max-width: 80%;
}
.footerSequreLogo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.FooterLink ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
    font-weight: 700;
    text-align: justify;
    padding-top: 20px;
}
.FooterLink ul li {
    margin-right: 10px;
    padding-top: 5px;
}
.logtextSize {
    width: 250px !important;
}
/* //////////////////////////// */

.btn {
    font-size: 20px;
    color: #fff;
    background: #184b7e;
    border: 1px solid #184b7e;
    font-weight: 700;
    padding: 8px 27px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.btn:active,
.btn:focus,
.btn:hover {
    background: #f27e22;
    color: #fff;
    border: 1px solid #f27e22
}
.contact_form_box input,textarea{
    margin-bottom: 14px;
}

#mainnav {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    background: 0 0;
    border: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#mainnav #nav-container {
    position: relative;
    top: 0;
    left: 0
}

#mainnav .nav-logo {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25px
}

#mainnav .nav-logo .logo-dark,
#mainnav .nav-logo .logo-white {
    display: none
}

#mainnav .nav-logo .logo-dark {
    display: inline-block
}

#mainnav .nav-toggle {
    display: none;
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 17px;
    text-align: right
}

#mainnav .nav-toggle .mob-nav-toggle {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 36px;
    height: 30px;
    margin-right: 10px;
    background: 0 0;
    position: relative;
    border: none
}

#mainnav .nav-toggle .mob-nav-toggle .icon-bar {
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#mainnav .nav-toggle .mob-nav-toggle .top-bar {
    position: absolute;
    top: 8px;
    left: 8px
}

#mainnav .nav-toggle .mob-nav-toggle .middle-bar {
    position: absolute;
    top: 14px;
    left: 8px;
    opacity: 1
}

#mainnav .nav-toggle .mob-nav-toggle .bottom-bar {
    position: absolute;
    top: 20px;
    left: 8px
}

#mainnav .nav-toggle .mob-nav-toggle.menu-animation .top-bar {
    transform: rotate(45deg);
    top: 14px;
    width: 14px;
    left: 12px
}

#mainnav .nav-toggle .mob-nav-toggle.menu-animation .middle-bar {
    opacity: 0
}

#mainnav .nav-toggle .mob-nav-toggle.menu-animation .bottom-bar {
    transform: rotate(-45deg);
    top: 14px;
    width: 14px;
    left: 12px
}

#mainnav .nav-links {
    z-index: 997;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 15px;
    text-align: right;
    transition: transform .3s linear;
}

#mainnav .nav-links a li {
    color: #fff;
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 800;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#mainnav .nav-links a:active li,
#mainnav .nav-links a:focus li,
#mainnav .nav-links a:hover li {
    transform: translateY(4px)
}

#mainnav .nav-links .btn-nav li {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 15px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#mainnav .nav-links .btn-nav:active li,
#mainnav .nav-links .btn-nav:focus li,
#mainnav .nav-links .btn-nav:hover li {
    background: #f27e22;
    color: #fff;
    border: 1px solid #f27e22;
    transform: translateY(0)
}

.lock-body {
    overflow: hidden!important;
    position: fixed;
    width: 100%
}

.fixed-nav {
    position: fixed!important
}

#home header {
    position: relative;
    padding: 7% 0 10%;
    text-align: left;
    background: #67b1b8;
    background-image: url("../images/bg-homepage.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#home header .header-introduction {
    margin-top: 95px;
}

#home header h1,
#home header h2 {
    color: #fff
}

#home header h1 {
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 55px;
    line-height: 1.05em
}

#home header h1 span {
    color: #184b7e;
    font-size:65px;
}

#home header h3 {
    color: #fff;
    font-weight: 400
}

#home header p.header-points {
    color: #184b7e;
    display: inline-block;
    font-size: 25px;
    margin-top: 15px;
}

#home header p.header-points i {
    padding-right: 10px
}

#home header p.header-points:nth-of-type(1) i {
    padding-right: 5px
}

#home header p.header-points:nth-of-type(2) {
    margin-left: 35px
}

#home header #registration {
    margin-top: 30px;
    width: 100%;
    padding: 25px;
    position: relative;
    background: #000;
    background: rgba(0, 0, 0, .15)
}

#home header #registration h3 {
    font-size: 22px;
    margin: 0;
    padding: 0 1% 10px
}

#home header #registration .amount-radio {
    width: 18%;
    margin: 1%;
    float: left;
    display: block;
    position: relative;
    height: 55px;
    cursor: pointer;
    color: #fff
}

#home header #registration .amount-radio label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    color: inherit;
    background: #edb400;
    border-radius: 30px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 55px;
    text-align: center
}

#home header #registration .amount-radio input {
    width: 100%;
    height: 100%;
    background: #184b7e;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

#home header #registration .amount-radio input[type=radio] {
    background: 0 0
}

#home header #registration .amount-radio input:focus,
#home header #registration .amount-radio input:focus+label,
#home header #registration .amount-radio.active input,
#home header #registration .amount-radio:hover,
#home header #registration .amount-radio:hover input,
#home header #registration .amount-radio:hover label {
    background: #164b7e;;
    border-radius: 28px
}

#home #how {
    position: relative;
    padding: 35px 0;
    text-align: center
}

#home #how .header-slice {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    border-top: 100%;
}

#home #how .header-slice img {
    width: 100%
}

#home #how h2 {
    margin: 0 0 5px;
    text-align: center;
    font-size: 34px;
    font-weight: 900
}

#home #how h2 br {
    display: none
}

#home #how h2 span {
    color: #184b7e
}

#home #how .points-subheader {
    color: grey;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px
}

#home #how .point-content {
    padding: 10px 0 20px;
    position: relative
}

#home #how .point-content h3 {
    font-size: 20px;
    color: #2f2f2f;
    font-weight: 900
}

#home #how .point-content h3 span {
    display: block;
    color: #184b7e;
    font-size: .65em;
    text-transform: uppercase
}

#home #how .point-content p {
    font-size: 16px;
    color: grey
}

#home #how .point-content p span {
    display: block
}

#home #how .point-content img {
    display: inline-block;
    width: 100%;
    margin: 0;
    max-width: 175px;
    padding: 0 0 15px
}

#home #how .point-content .step-arrow {
    position: absolute;
    top: 45%;
    right: -10px
}

#home #how .point-content .step-arrow img {
    width: 20px
}

#home #how .points-section-security {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 55px 0 100px
}

#home #how .points-section-security .security-box {
    float: left;
    width: calc(50% - 10px);
    height: 100%;
    background: #f5f5f5;
    border: 1px solid #aaa;
    border-radius: 15px;
    position: relative;
    padding: 45px 35px;
    text-align: center
}

#home #how .points-section-security .security-box h2 {
    font-size: 14px;
    margin-bottom: 15px
}

#home #how .points-section-security .security-box h2 span {
    font-size: 24px;
    display: block;
    color: #2f2f2f
}

#home #how .points-section-security .security-box p {
    color: grey;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5em
}

#home #how .points-section-security .security-box img {
    display: inline-block
}

#home #how .points-section-security .security-box img.security-256 {
    width: auto;
    height: 80px
}

#home #how .points-section-security .security-box img.security-ola {
    width: auto;
    height: 80px
}

#home #how .points-section-security .security-left {
    margin-right: 10px
}

#home #how .points-section-security .security-right {
    margin-left: 10px
}

#home #optional {
    background: linear-gradient(-90deg,#ffb100,#ffb300,#ffb100);
    padding: 100px 0;
    position: relative;
    margin-top:40px;
}

#home #optional .optional-image {
    position: relative
}

#home #optional .optional-image img {
    position: absolute;
    width: 600px;
    top: -200px;
    right: 0
}

#home #optional h2 {
    margin: 0 0 10px;
    color: #fff;
    /* text-align: center; */
    font-size: 34px;
    font-weight: 900
}

#home #optional h2 span {
    color: #ea7b23;
    display: block
}

#home #optional p {
    font-size: 19px;
    color: #fff
}

#home #optional .btn {
    margin-top: 20px;
    background: #184b7e;
    border: none
}

#home #optional .btn:hover {
    background: #eb7c23
}

#home #optional .points-subheader {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px
}

#home #optional .text-col {
    text-align: center
}

#home #benefits {
    background: #fff;
    padding: 60px 0 40px;
    position: relative
}

#home #benefits h2 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 34px;
    font-weight: 900
}

#home #benefits h2 span {
    color: #184b7e
}

#home #benefits .points-subheader {
    color: grey;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px
}

#home #benefits .points-section-item {
    position: relative;
    text-align: left;
    padding-left: 55px;
    padding-right: 75px
}

#home #benefits .points-section-item i {
    /* position: absolute;
    top: 20px; */
    left: -15px;
    color: #184b7e;
    font-size: 36px
}

#home #benefits .points-section-item h3 {
    color: #2f2f2f
}

#home #benefits .points-section-item h3 span {
    display: block;
    color: #67b1b8
}

#home #benefits .points-section-item p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: grey
}
.form-block__content {
  padding: 38px 40px 3px;
  /* background: #fff; */
  }
  input.register-input, select.register-input {
      width: 100%!important;
      height: 50px;
      padding-left: 4%!important;
      padding-right: 4%!important;
      margin-top: 7px!important;
      margin-bottom: 7px!important;
      color: #545454;
      border: 2px solid #e5e5e5!important;
      background-color: #fff!important;
      font-size: 16px!important;
      border-radius: 7px!important;
  }
.calculator-block .form-block {
  margin-bottom: 0;
}
.form-block__content {
  padding: 8px 1px 30px;
  max-width: 390px;
}
.form-block__content p{
    color:#fff;
    font-size: 14px;
    margin: 10px 0 5px;
}
.form-block__content p a{color: #23527c;}
.calculator-block .form-block__content {
  /* padding-bottom: 55px; */
  /* background: #ffffff; */
  border-radius: 15px;
  max-width: 400px;
}
.row_no-indents {
  margin-left: 0;
  margin-right: 0;
}
.calculator-block .input-group {
  margin-bottom: 26px;
}
.input-group_row .input-group__label {
  width: 100px;
  /* background: #ddd; */
}
.input-group_row .input-group__label.btn_txt{background: #33cc99;color: #fff;border-radius: 6px;text-align: center;padding: 5px 5px 5px;margin: 21px 0 0 16px;font-weight: 600;width: 90px;height: 30px;}
.input-group__label {  font-size: 16px;  display: block;  line-height: 1.2;  padding-top: 3px;}
.input-group_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group_row .input-group__input {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.input-group input, .input-group textarea {
  background: #fff;  border: 1px solid rgba(255, 255, 255, 0.36);  padding: 10px 14px;  -webkit-box-shadow: inset 0 2px 6px 0 rgba(161, 179, 179, 0.35);
  box-shadow: inset 0 2px 6px 0 rgba(161, 179, 179, 0.35);  -webkit-border-radius: 8px;  border-radius: 8px;  font-size: 15px;
  color: #000;  line-height: 1.5;  width: 100%;  -webkit-transition: all .2s ease;  -o-transition: all .2s ease;
  transition: all 0.2s ease;
}
.input-group:after {
  content: attr(data-error);  position: absolute;  top: 100%;  right: 0;  padding-top: 5px;  line-height: 1.2;
  color: red;  font-size: 12px;  opacity: 0;}
.submit-btn {
  cursor: pointer;
  background: #fff;
  line-height: 1;
  color: #fff;
  background: #104c7f;
  padding: 16px 50px 15px;
  margin: 17px auto 0px;
  display: block;
  width: 94%;
  -webkit-border-radius: 40px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 600;
  transition: all .2s ease;
  /* box-shadow: 0 2px 6px 5px rgba(204, 204, 204, 0.52); */
  border: none;
}
.submit-btn:hover{
  background: #ec7d24;
}
#full {
    position: relative
}

#full #mainnav {
    text-align: center
}

#full #mainnav .nav-logo {
    position: relative;
    margin-top: 15px
}

#full #mainnav .logo-dark {
    display: inline-block
}

#full #mainnav .logo-white {
    display: none
}

#full .form-background {
    position: absolute;
    width: 800px;
    top: -100px;
    left: -450px
}

#full .form-background img {
    width: 100%;
    height: auto
}

#full #fullform {
    padding: 80px 0 0;
    position: relative;
    width: 100%;
    height: auto
}

#full #fullform #form-steps #form-progress .form-step-location {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-indent: 0;
    font-size: 0;
    text-align: center
}

#full #fullform #form-steps #form-progress .form-step-location i {
    display: none
}

#full #fullform #form-steps #form-progress .form-step-location h4 {
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1
}

#full #fullform #form-steps #form-progress .form-step-location:hover h4 {
    color: #e5a300
}

#full #fullform #form-steps #form-progress .form-step-location.current h4 {
    color: #184b7e
}

#full #fullform #form-steps #form-progress .completed-step i {
    display: inline
}

#full #fullform #form-steps #progress-fullbar {
    width: 100%;
    height: 16px;
    position: relative;
    background: #e1e1e1
}

#full #fullform #form-steps #progress-fullbar .progress-pips {
    z-index: 10;
    position: absolute;
    top: -6px;
    height: 28px;
    width: 2px;
    background: #9f9f9f
}

#full #fullform #form-steps #progress-fullbar #pip-step1 {
    left: 50%
}

#full #fullform #form-steps #progress-fullbar .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    background: #184b7e;
    height: 100%;
    width: 0%;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    -ms-transition: all 1.25s ease;
    transition: all 1.25s ease
}

#full #fullform #form-steps #progress-fullbar .oneoftwo {
    width: 50%
}

#full #fullform #form-steps #progress-fullbar .twooftwo {
    width: 100%
}

#full #fullform #form-steps #progress-fullbar .pip-reached {
    background: #184b7e
}

#full #fullform #full-layout {
    padding: 0 5% 70px
}

#full #fullform .full-left {
    width: 70%;
    min-height: 620px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 60px
}

#full #fullform .full-right {
    width: 30%;
    display: block;
    float: right;
    text-align: center;
    margin: 0;
    padding-right: 2%;
    margin-top: 80px
}

#full #fullform .helper-container {
    background: #e5e5e5;
    background: rgba(0, 0, 0, .05);
    padding: 3% 10%;
    border-radius: 15px
}

#full #fullform .panel-block-section {
    position: relative;
    margin-bottom: 25px
}

#full #fullform .panel-block-section #icon-helper {
    border: 1px solid #e1e1e1;
    color: #67b1b8;
    padding: 15px;
    font-size: 24px
}

#full #fullform .panel-block-section h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15em
}

#full #fullform .panel-block-section p {
    font-size: 14px;
    color: #7c7c7c
}

#full #fullform .panel-block-section ul {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#full #fullform .panel-block-section ul i {
    color: #67b1b8;
    font-size: 14px;
    margin-right: 3px
}

#full #fullform .panel-block-section ul li {
    font-size: 14px;
    margin-bottom: 5px
}

#full #fullform .panel-block-section .helper-image {
    width: 100%;
    margin-top: 15px
}

#full #fullform .panel-block-section .form-security {
    margin-top: 10px;
    display: inline-block;
    height: 75px
}

#full #fullform .panel-block-section .form-security:last-child {
    margin-left: 20px
}

#full #fullform .mobile-form-security {
    display: none
}

#full #fullform #form-helper {
    border: 1px solid #7c7c7c;
    border-radius: 8px;
    padding: 0 25px 10px
}

#full #fullform #helper-nav ul {
    margin: 0;
    padding: 0 0 15px
}

#full #fullform #helper-nav ul li {
    color: #2f2f2f;
    cursor: pointer;
    font-size: 12px;
    list-style-type: none;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    margin: 2px;
    display: inline-block
}

#full #fullform #helper-nav ul li:hover {
    color: #f27e22;
    border: 1px solid #f27e22
}

#full #fullform .form-helper-close {
    display: none
}

#full #fullform .mob-helper-copy {
    font-size: 12px;
    line-height: 1.25em;
    margin-top: 10px
}

#full #fullform .toggle-help {
    display: none;
    opacity: .35;
    font-size: .8em;
    padding-left: 3px;
    padding-right: 10px
}

#full #fullform form .form-group {
    position: relative;
    margin-bottom: 20px
}

#full #fullform form .form-section {
    display: none;
    margin: 0
}

#full #fullform form .form-section.current {
    display: block
}

#full #fullform form .form-section-intro {
    display: inline-block;
    position: relative;
    padding-bottom: 25px
}

#full #fullform form .form-section-intro h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1em;
    color: #1d1d21;
    margin-top: 0;
    margin-bottom: 5px
}

#full #fullform form .form-section-intro p {
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    color: #2f2f2f;
    margin-top: 2px
}

#full #fullform form .form-section-container {
    position: relative
}

#full #fullform form .form-section-container h3 {
    margin: 25px 0 2px;
    padding: 0;
    font-size: 18px;
    font-weight: 900;
    color: #f27e22;
    line-height: 1.1em
}

#full #fullform form .form-section-container p.sub-section-description {
    margin-bottom: 20px;
    font-size: 16px;
    color: grey
}

#full #fullform form .form-section-container h3.first-instance {
    margin: 0 0 2px
}

#full #fullform form .form-section-container .row {
    position: relative
}

#full #fullform form .form-control {
    height: 50px;
    line-height: 34px;
    padding: 8px 5px 8px 15px;
    font-size: 15px;
    border: 1px solid #999;
    box-shadow: none
}

#full #fullform form .form-control:focus {
    box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, .025)
}

#full #fullform form label {
    font-weight: 700;
    font-size: 15px
}

#full #fullform form label small {
    font-size: .85em
}

#full #fullform form label br {
    display: none
}

#full #fullform form input,
#full #fullform form select {
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#full #fullform form input:focus,
#full #fullform form select:focus {
    border: 1px solid #67b1b8
}

#full #fullform form input:focus+.input-icon,
#full #fullform form input:focus+.parsley-errors-list+.input-icon,
#full #fullform form select:focus+.input-icon,
#full #fullform form select:focus+.parsley-errors-list+.input-icon {
    border-left: 1px solid #67b1b8;
    color: #67b1b8
}

#full #fullform form .form-content-container {
    height: 50px;
    position: relative;
    background: 0 0
}

#full #fullform form .form-content-container input,
#full #fullform form .form-content-container select {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0
}

#full #fullform form .form-content-container input:focus+.input-icon,
#full #fullform form .form-content-container select:focus+.input-icon {
    border-left: 1px solid #67b1b8;
    color: #67b1b8
}

#full #fullform form .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 #e1e1e1
}

#full #fullform form .form-content-container .input-icon.fa-lock {
    border: none!important;
    color: #e1e1e1
}

#full #fullform form .form-content-container-noheight {
    position: relative
}

#full #fullform form #populator-placement {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 15px;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #67b1b8;
    font-weight: 700;
    cursor: default
}

#full #fullform form p.form-element-text {
    margin: 5px 0 0 15px;
    color: #1d1d21;
    font-size: 12px;
    font-style: italic
}

#full #fullform form #state-city-slide {
    display: none
}

#full #fullform form .form-continue-button {
    width: 100%;
    margin: 35px 0 25px;
    padding: 20px 10px;
    background: #184b7e;
    border: 1px solid #184b7e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

#full #fullform form .form-continue-button:focus,
#full #fullform form .form-continue-button:hover {
    background: #f27e22;
    border: 1px solid #f27e22;
    box-shadow: 0 4px 15px grey
}

#full #fullform form .form-back-button {
    font-size: 12px;
    color: #1d1d21;
    padding: 18px 0;
    background: 0 0;
    border: none;
    box-shadow: none
}

#full #fullform form .form-back-button:focus,
#full #fullform form .form-back-button:hover {
    color: #f27e22
}

#full #fullform form #submitbutton {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0;
    width: 100%;
    margin: 25px 0 0;
    background: #184b7e;
    border: 1px solid #184b7e
}

#full #fullform form #submitbutton:focus,
#full #fullform form #submitbutton:hover {
    background: #f27e22;
    border: 1px solid #f27e22
}

#full #fullform form .submit-confirm {
    padding-top: 15px
}

#full #fullform form .submit-confirm p {
    font-size: 11px;
    line-height: 1.3em
}

#full #fullform form #form-submit-legal {
    padding: 12px;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
    border: 1px solid #e1e1e1
}

#full #fullform form #form-submit-legal label {
    width: 95%;
    float: right;
    margin: 0;
    color: #2f2f2f;
    font-weight: 400;
    font-size: 11px
}

#full #fullform form #form-submit-legal label p {
    margin: 0;
    color: grey;
    font-weight: 400;
    font-size: 11px
}

#full #fullform form #tcpa-checkbox,
#full #fullform form #tcpa-checkbox:focus,
#full #fullform form #tcpa-checkbox:hover {
    border: none!important;
    background: 0 0!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-left: 1%;
    margin-top: 5px;
    float: left;
    text-align: left;
    outline: 0;
    position: relative
}

#full #fullform form #tcpa-checkbox:before,
#full #fullform form #tcpa-checkbox:focus:before,
#full #fullform form #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: #fff;
    border: 1px solid #e1e1e1
}

#full #fullform form #tcpa-checkbox:after,
#full #fullform form #tcpa-checkbox:focus:after,
#full #fullform form #tcpa-checkbox:hover:after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 2px;
    top: -3px;
    background: #fff;
    width: 14px;
    height: 14px;
    background: url(../images/fullform-checkbox-check.png);
    background-size: contain;
    background-position: center center
}

#full #fullform form #tcpa-checkbox:checked:after,
#full #fullform form #tcpa-checkbox:focus:checked:after,
#full #fullform form #tcpa-checkbox:hover:checked:after {
    opacity: 1
}

#full #fullform form #parsley-id-multiple-tcpa-checkbox .parsley-custom-error-message {
    position: relative
}

#full #fullform form .tcpa-focus {
    border: 1px solid #67b1b8!important
}

#full #fullform form .form-control[readonly] {
    cursor: pointer!important
}

#full #fullform form #emp_slide {
    width: 100%;
    display: none
}

#full #fullform form #emp_status_group,
#full #fullform form #rent_own_group {
    width: 100%
}

#full #fullform form #emp_status_group .btn-group,
#full #fullform form #rent_own_group .btn-group {
    width: 100%
}

#full #fullform form #emp_status_group .btn-group .btn-radio,
#full #fullform form #emp_status_group .btn-group .emp-btn-radio,
#full #fullform form #rent_own_group .btn-group .btn-radio,
#full #fullform form #rent_own_group .btn-group .emp-btn-radio {
    padding: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    background: #e1e1e1;
    color: #1d1d21;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400
}

#full #fullform form #emp_status_group .btn-group .btn-radio input,
#full #fullform form #emp_status_group .btn-group .emp-btn-radio input,
#full #fullform form #rent_own_group .btn-group .btn-radio input,
#full #fullform form #rent_own_group .btn-group .emp-btn-radio input {
    height: 50px;
    margin: 0;
    width: 50%!important
}

#full #fullform form #emp_status_group .btn-group .btn-radio input,
#full #fullform form #emp_status_group .btn-group .emp-btn-radio input,
#full #fullform form #rent_own_group .btn-group .btn-radio input,
#full #fullform form #rent_own_group .btn-group .emp-btn-radio input {
    width: 100%!important;
    left: 0;
    top: 0
}

#full #fullform form #emp_status_group .btn-group .btn-radio:hover,
#full #fullform form #emp_status_group .btn-group .emp-btn-radio:hover,
#full #fullform form #rent_own_group .btn-group .btn-radio:hover,
#full #fullform form #rent_own_group .btn-group .emp-btn-radio:hover {
    background: #f27e22;
    color: #fff
}

#full #fullform form #emp_status_group .btn-group .emp-btn-radio,
#full #fullform form #rent_own_group .btn-group .emp-btn-radio {
    width: 23.5%;
    position: relative
}

#full #fullform form #emp_status_group .btn-group .emp-btn-radio:first-child,
#full #fullform form #rent_own_group .btn-group .emp-btn-radio:first-child {
    margin-right: 2%
}

#full #fullform form #emp_status_group .btn-group .emp-btn-radio:nth-child(2),
#full #fullform form #rent_own_group .btn-group .emp-btn-radio:nth-child(2) {
    margin-right: 2%
}

#full #fullform form #emp_status_group .btn-group .emp-btn-radio:nth-child(3),
#full #fullform form #rent_own_group .btn-group .emp-btn-radio:nth-child(3) {
    margin-right: 2%
}

#full #fullform form #emp_status_group .btn-group .rentown-radio,
#full #fullform form #rent_own_group .btn-group .rentown-radio {
    width: 49%
}

#full #fullform form #emp_status_group .btn-group .rentown-radio:first-child,
#full #fullform form #rent_own_group .btn-group .rentown-radio:first-child {
    margin-right: 1%
}

#full #fullform form #emp_status_group .btn-group .rentown-radio:nth-child(2),
#full #fullform form #rent_own_group .btn-group .rentown-radio:nth-child(2) {
    margin-left: 1%
}

#full #fullform form #emp_status_group .btn-group .btn-radio.active,
#full #fullform form #emp_status_group .btn-group .emp-btn-radio.active,
#full #fullform form #rent_own_group .btn-group .btn-radio.active,
#full #fullform form #rent_own_group .btn-group .emp-btn-radio.active {
    background: #f27e22;
    color: #fff
}

#full #fullform form .bank-toggle,
#full #fullform form .cheque-toggle {
    cursor: pointer;
    color: #f27e22
}

.error-space-adjustment {
    margin-bottom: 40px!important
}

.helper-error-space-adjustment {
    padding-top: 20px!important
}

.parsley-error {
    border-color: #cc1e47!important;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.parsley-errors-list {
    width: 100%;
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: 0
}

.parsley-errors-list li {
    width: 100%;
    list-style-type: none;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: #cc1e47;
    border: 1px solid #cc1e47;
    background: #cc1e47;
    color: #fff;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.modal-content {
    padding: 15px
}

.modal-header {
    border-bottom: 0;
    padding: 15px 15px 0
}

.datepicker.dropdown-menu {
    z-index: 5000!important
}

.datepicker td {
    color: #f27e22;
    font-weight: 700
}

.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: #184b7e!important;
    background-image: #f27e22!important;
    color: #fff!important
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #f2f2f2!important
}

#processing #mainnav {
    text-align: center;
    position: relative
}

#processing #mainnav .nav-logo {
    position: relative;
    margin-top: 15px
}

#processing #mainnav .logo-white {
    display: none
}

#processing #mainnav .logo-dark {
    display: inline-block
}

#processing h2 {
    margin-top: 60px;
    font-weight: 400
}

#processing h4 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.35em;
    margin: 10px auto;
    max-width: 640px
}

#processing strong {
    font-weight: 800
}

#processing #progressbar {
    position: relative;
    margin: 0 0 20px 0;
    border: 1px solid #a7a7a7!important;
    background: #e1e1e1!important;
    border-radius: 2px;
    padding: 0;
    height: 35px
}

#processing .progress-label {
    font-size: 0;
    height: 100%;
    width: 100%;
    background: #67b1b8;
    border: 0!important;
    margin: 0!important;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    transition: all .75s ease
}

#processing .checks {
    margin-bottom: 100px
}

#processing .checks .hideit {
    display: none
}

#processing .checks p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 0
}

#processing .checks .grey {
    color: grey
}

#processing .checks .fa {
    color: #67b1b8;
    padding-right: 8px;
    transition: all, .5s, ease-in
}

#processing #processing-waves {
    height: 300px;
    padding: 0 0 100px
}

#processing .pulse {
    -webkit-animation-name: pulsate;
    -moz-animation-name: pulsate;
    -o-animation-name: pulsate;
    animation-name: pulsate;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulsate {
    0% {
        opacity: .25
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .25
    }
}

@-moz-keyframes pulsate {
    0% {
        opacity: .25
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .25
    }
}

@-o-keyframes pulsate {
    0% {
        opacity: .25
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .25
    }
}

@keyframes pulsate {
    0% {
        opacity: .25
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .25
    }
}

#complete #mainnav {
    text-align: center
}

#complete #mainnav .nav-logo {
    position: relative;
    margin-top: 15px
}

#complete #mainnav .logo-white {
    display: none
}

#complete #mainnav .logo-dark {
    display: inline-block
}

#complete .complete-page-container {
    padding: 160px 0 100px;
    position: relative
}

#complete #complete-container {
    margin-top: 40px
}

#complete .complete-holder {
    padding-right: 80px
}

#complete h3 {
    font-size: 18px;
    line-height: 1.25em;
    color: #184b7e;
    margin-top: 0;
    padding-left: 0!important;
    font-weight: 400;
    text-align: left
}

#complete h4 {
    font-size: 16px;
    line-height: 1.4em;
    color: #1d1d21;
    font-weight: 400
}

#complete p {
    font-size: 14px;
    line-height: 1.55em
}

#complete form {
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px
}

#complete form .form-content-container {
    position: relative
}

#complete form label {
    font-size: 14px
}

#complete form select {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#complete form i {
    padding-left: 5px
}

#complete form .btn {
    font-size: 18px
}

#complete .alert-warning {
    border: none;
    background: 0 0;
    padding: 3px 20px
}

#complete .alert-warning p {
    color: #2f2f2f;
    font-size: 12px
}

#complete #nothanks-btn {
    margin-top: 20px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid grey;
    color: grey;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase
}

#complete #nothanks-btn:hover {
    color: #e1e1e1;
    border: 1px solid #e1e1e1
}

#complete footer {
    padding-bottom: 35px;
    margin-top: 60px
}

#complete .show-desktop-complete {
    display: block
}

#complete .show-mobile-complete {
    display: none
}

#exit {
    position: relative;
    height: auto
}

#exit #mainnav .navbar-fixed-top {
    position: absolute
}

#exit #mainnav .nav-logo {
    background: 0 0!important;
    z-index: 99;
    box-shadow: none;
    position: absolute;
    width: 100%
}

#exit #mainnav .nav-logo .main-logo {
    padding-left: 35px
}

#exit #mainnav .nav-logo .main-logo img {
    height: auto!important;
    margin-left: -5px
}

#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: #fff;
    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: #fff;
    position: relative
}

#exit-page #exit-header {
    min-height: 320px;
    width: 100%;
    position: relative;
    background: url(../images/bg-exit.jpg);
    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: 700
}

#exit-page #exit-header h1,
#exit-page #exit-header h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.45em
}

#exit-page #exit-header h1 span,
#exit-page #exit-header h2 span {
    color: #f27e22
}

#exit-page #exit-header h1 {
    margin-top: 120px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700
}

#exit-page #exit-header h2 {
    font-size: 17px;
    font-weight: 300
}

#exit-page #exit-header h2 span {
    color: #fff
}

#exit-page #exit-header h2 .remove-part {
    color: #fff
}

#exit-page #exit-header #exit-shroud {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05)
}

#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, .35)
}

#exit-page #exit-steps .exit-step {
    display: inline;
    margin-right: 25px;
    font-size: 15px;
    color: #fff
}

#exit-page #exit-steps .exit-step span {
    font-weight: 700;
    margin-right: 3px
}

#exit-page #exit-steps .exit-step .step-divider {
    margin-left: 25px;
    color: #fff
}

#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: 365px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    box-shadow: 0 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: 700;
    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: 112px;
    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: 14px;
    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-cta {
    text-align: center;
    margin-top: 15px
}

#offers .exit-offer .exit-cta .exit-btn {
    display: block;
    margin: 0 15px 8px;
    padding: 15px 5px;
    background: #007ca3;
    color: #fff;
    border: 1px solid #007ca3;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 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 20px;
    font-size: 11px;
    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-dark {
    opacity: 1!important;
    display: block!important;
    margin-top: 25px
}

#exit .logo-white {
    opacity: 0!important;
    display: none!important
}

@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
    }
    #exit-page #exit-header h1 {
        text-shadow: 0 1px 5px #444
    }
    #exit-page #exit-header h1 span {
        text-shadow: none
    }
    #exit-page #exit-header h2 {
        text-shadow: 0 1px 5px #444
    }
}

@media (max-width:767px) {
    #exit-page #exit-header {
        text-align: center;
        min-height: 245px;
        height: auto;
        padding-bottom: 25px
    }
    .FooterHeaderimg {
        display: block;
    }
    .footerSequreLogo{
        padding-top: 15px;
    }
    #exit-page #exit-header h1 {
        margin-top: 70px;
        margin-bottom: 15px;
        color: #fff;
        font-size: 25px;
        line-height: 1.05em
    }
    #exit-page #exit-header h1 span {
        display: block
    }
    #exit-page #exit-header h2 {
        font-size: 14px;
        color: #fff
    }
    #exit-page #exit-header h2 .remove-part,
    #exit-page #exit-header h2 span {
        color: #fff
    }
    #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 #mainnav .logo-white {
        margin-top: 0;
        display: inline-block
    }
    #exit #mainnav .nav-logo {
        margin-top: 10px
    }
    #exit #mainnav .nav-logo .main-logo {
        float: none;
        margin-top: 15px;
        width: 100%;
        padding: 0;
        text-align: center
    }
    #exit #mainnav .nav-logo .main-logo img {
        margin-left: auto;
        margin-right: auto;
        width: 220px
    }
    #exit #mainnav .navbar-header {
        background: 0 0
    }
    .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: 700;
        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
    }
}

#econsent h1,
#faq h1,
#howitworks h1,
#privacy h1,
#ratesfees h1,
#terms h1 {
    font-size: 50px;
    margin-top: 0;
    color: #fff
}

#econsent h2,
#faq h2,
#howitworks h2,
#privacy h2,
#ratesfees h2,
#terms h2 {
    font-size: 18px;
    padding: 0 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff
}

#econsent h3,
#faq h3,
#howitworks h3,
#privacy h3,
#ratesfees h3,
#terms h3 {
    font-size: 34px
}

#econsent header,
#faq header,
#howitworks header,
#privacy header,
#ratesfees header,
#terms header {
    padding: 160px 0 160px
}

#econsent img,
#faq img,
#howitworks img,
#privacy img,
#ratesfees img,
#terms img {
    max-width: 100%
}

#howitworks header {
    background: #67b1b8;
    background: url(../images/bg-hiw.jpg);
    background-size: cover;
    background-position: 0 -80px
}

#howitworks header h1 {
    margin-bottom: 10px;
    text-shadow: 0 1px 4px #444
}

#howitworks header h2 {
    margin-top: 0;
    background: rgba(0, 0, 0, .25);
    display: inline-block;
    padding: 8px 16px
}

#howitworks #hiw-steps {
    padding: 40px 0
}

#howitworks #hiw-steps .hiw-headline {
    text-align: center;
    margin-bottom: 20px
}

#howitworks #hiw-steps .hiw-headline .points-subheader {
    font-size: 18px;
    color: grey
}

#howitworks #hiw-steps .hiw-headline h3 {
    position: relative;
    margin-bottom: 10px;
    font-weight: 900
}

#howitworks #hiw-steps .hiw-headline h3 span {
    color: #184b7e;
    display: block
}

#howitworks #hiw-steps .hiw-main-bg {
    text-align: right
}

#howitworks #hiw-steps .hiw-main-bg img {
    width: 320px
}

#howitworks #hiw-steps .hiw-content {
    float: right;
    margin-top: 50px
}

#howitworks #hiw-steps .hiw-content .hiw-step h4 {
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 900;
    line-height: 1em;
    margin: 5px 0;
    padding: 0
}

#howitworks #hiw-steps .hiw-content .hiw-step h4 span {
    color: #184b7e;
    display: block;
    font-size: .65em;
    text-transform: uppercase
}

#howitworks #hiw-steps .hiw-content .hiw-step p {
    color: grey;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0
}

#howitworks #hiw-benefits h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 900
}

#howitworks #hiw-benefits h3 span {
    color: #184b7e
}

#howitworks #hiw-benefits h4,
#howitworks #hiw-benefits p {
    text-align: center
}

#howitworks #hiw-benefits h4 {
    margin-bottom: 10px
}

#howitworks #hiw-benefits p {
    font-size: 14px;
    color: grey
}

#howitworks #hiw-benefits .points-subheader {
    font-size: 18px;
    margin-bottom: 45px
}

#howitworks #hiw-benefits .benefits-box {
    background: 0 0;
    padding: 25px;
    margin: 0 30px;
    width: calc(33% - 60px);
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 10px;
    overflow: hidden
}

#howitworks #hiw-benefits .benefits i {
    font-size: 3em;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #184b7e
}

#howitworks #hiw_security {
    padding: 40px 0 80px;
    text-align: center
}

#howitworks #hiw_security h3 {
    margin: 10px 0 10px
}

#howitworks #hiw_security p {
    color: grey
}

#howitworks #hiw_security img {
    margin-top: 10px
}

#howitworks #hiw_security .bit {
    height: 90px;
    width: auto
}

#howitworks #hiw_security .ola {
    height: 90px;
    width: auto
}

#howitworks #hiw_security .security {
    padding: 25px;
    width: calc(50% - 60px);
    height: 250px;
    margin: 0 30px
}

#howitworks #loan-requirements {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #e1e1e1
}

#howitworks #loan-requirements h3 {
    margin-bottom: 35px;
    padding-left: 20px
}

#howitworks #loan-requirements h3 span {
    display: block;
    color: #184b7e
}

#howitworks #loan-requirements li {
    line-height: 1.5em
}

#faq header {
    background: #fdbc20;
    background-size: cover;
    background-position: 0 -80px
}

#faq header h1 {
    margin-bottom: 10px;
    text-shadow: 0 1px 4px #444
}

#faq header h2 {
    margin-top: 0;
    background: rgba(0, 0, 0, .25);
    display: inline-block;
    padding: 8px 16px
}

#faq #faq-container {
    padding: 50px 0;
    position: relative
}

#faq h1 {
    margin-bottom: 5px
}

#faq h2 {
    margin: 0
}

#faq h3 {
    margin: 0;
    padding: 0 0 5px;
    font-weight: 900
}

#faq .q-re-align {
    top: 65%!important
}

#faq .panel {
    position: relative;
    height: 100%;
    border: 1px solid #e1e1e1
}

#faq .question-box {
    width: 12%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-right: 1px solid #e1e1e1
}

#faq .question-box h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 400
}

#faq .panel-default>.panel-heading {
    padding: 25px;
    background: 0 0;
    cursor: pointer
}

#faq .panel-default>.panel-heading span {
    display: inline-block;
    width: 85%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 25px;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: 1.5em
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body ul {
    margin-top: 10px
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    margin: 0 0 0 14%
}

#faq .panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px
}

#faq .panel-title {
    line-height: 1.35em;
    margin: 0 0 0 12%
}

#econsent header,
#privacy header,
#terms header {
    padding: 120px 0 60px;
    background: #67b1b8
}

#econsent .legal-container,
#privacy .legal-container,
#terms .legal-container {
    padding-top: 25px
}

#econsent h1,
#privacy h1,
#terms h1 {
    font-size: 28px
}

#econsent h2,
#privacy h2,
#terms h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

#econsent h3,
#privacy h3,
#terms h3 {
    font-size: 18px
}

#econsent p,
#privacy p,
#terms p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 20px
}

#footer-cta {
    text-align: center;
    padding: 50px 0 180px;
    background-color: #67b1b8;
    background: url(../images/bg-bottomcta.jpg);
    background-size: cover;
    background-position: top
}

#footer-cta h2 {
    color: #2f2f2f;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 12px;
    margin-top: 0;
    text-shadow: none!important
}

#footer-cta h2 span {
    color: #184b7e
}

#footer-cta p {
    color: grey;
    font-size: 18px;
    margin-bottom: 35px
}

#footer-cta .btn {
    margin-bottom: 30px
}

footer {
    background: #fdbc20;
    padding: 35px 20px 20px;
    margin-top: 0;
    font-size: 13px;
    text-align: left
}

footer .footer-top {
    padding: 0
}

footer .footer_nav {
    text-align: left;
    padding: 0
}

footer .footer_nav li {
    display: block;
    list-style-type: none;
    padding: 8px 0 0 0;
    font-size: 16px;
    line-height: 1.35em
}

footer .footer_nav li a {
    color: #fff
}

footer .footer_nav li a:focus,
footer .footer_nav li a:hover {
    color: #184b7e
}

footer .footer_nav h4 {
    font-size: 16px;
    color: #1d1d21
}

footer .footer-legal {
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

footer .logo-container {
    padding: 0 0 15px
}

footer .logo-container .logo-dark,
footer .logo-container .logo-white {
    display: none
}

footer .logo-container .logo-dark {
    display: block
}

footer .logo-container p {
    color: #fff;
    font-size: 18px;
    padding: 8px 0 0
}

#complete footer,
#exit footer,
#full footer,
#processing footer {
    text-align: center
}

#complete footer .logo-container,
#exit footer .logo-container,
#full footer .logo-container,
#processing footer .logo-container {
    width: 100%;
    text-align: center
}

#complete footer .logo-container .logo-dark,
#exit footer .logo-container .logo-dark,
#full footer .logo-container .logo-dark,
#processing footer .logo-container .logo-dark {
    display: inline-block
}

@media (min-width:1700px) {
    #full #fullform #full-layout {
        padding: 0 10% 70px;
        margin: 0 auto
    }
}

@media (max-width:1470px) {
    #footer-cta {
        background-size: cover
    }
}

@media (max-width:1199px) {
    #home header h1 {
        font-size: 60px
    }
    #home header p.header-points {
        font-size: 18px
    }
    #home header #registration {
        margin-top: 15px
    }
    #home header #registration .amount-radio {
        height: 50px
    }
    #home header #registration .amount-radio label {
        line-height: 50px;
        font-size: 17px
    }
    #home #optional .optional-image img {
        width: 500px;
        top: -150px
    }
    #full .form-background {
        left: -490px;
        top: -170px
    }
    #full #fullform .full-left {
        width: 65%
    }
    #full #fullform .full-right {
        width: 35%
    }
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio,
    #full #fullform form #rent_own_group .btn-group .emp-btn-radio {
        width: 48.75%;
        position: relative;
        margin: 0;
        margin-bottom: 2.5%;
        margin-left: 1.25%
    }
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio:first-child,
    #full #fullform form #rent_own_group .btn-group .emp-btn-radio:first-child {
        margin: 0;
        margin-right: 1.25%
    }
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio:nth-child(2),
    #full #fullform form #rent_own_group .btn-group .emp-btn-radio:nth-child(2) {
        margin-right: 0
    }
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio:nth-child(3),
    #full #fullform form #rent_own_group .btn-group .emp-btn-radio:nth-child(3) {
        margin: 0;
        margin-right: 1.25%
    }
    #faq header,
    #howitworks header,
    #ratesfees header {
        background-position: center right
    }
}

@media (max-width:991px) {
    #mainnav .nav-logo img {
        width: 290px;
        padding-top: 8px
    }
    #mainnav .nav-links a li {
        font-size: 14px
    }
    #home header {
        padding: 70px 0 80px
    }
    #home header h1 {
        font-size: 52px
    }
    #home header .header-introduction {
        margin-top: 75px;
        margin-bottom: 15px
    }
    #home header p.header-points {
        font-size: 18px
    }
    #home header #registration {
        margin-top: 15px
    }
    #home header #registration h3 {
        font-size: 20px
    }
    #home header #registration .amount-radio {
        height: 45px
    }
    #home header #registration .amount-radio label {
        line-height: 45px;
        font-size: 17px
    }
    #home #how .how-left {
        display: none
    }
    #home #how h2 br {
        display: block
    }
    #home #how .point-content .step-arrow {
        display: none
    }
    #home #optional {
        padding: 50px 0 0
    }
    #home #optional .optional-image {
        margin-top: 40px;
        text-align: center;
        height: 350px;
        overflow: hidden
    }
    #home #optional .optional-image img {
        position: relative;
        top: 0;
        left: 50px
    }
    #home #benefits .points-section-item i {
        top: 0
    }
    #howitworks h3 {
        font-size: 28px
    }
    #howitworks #hiw-steps {
        padding: 20px 0 40px
    }
    #howitworks #hiw-steps .hiw-header-intro {
        margin-top: 5px;
        margin-left: 15%
    }
    #howitworks #hiw-steps .hiw-main-bg {
        position: relative
    }
    #howitworks #hiw-steps .hiw-main-bg img {
        position: absolute;
        right: 10px;
        top: 15px
    }
    #howitworks #hiw-steps .hiw-header-intro:nth-child(4) p {
        margin-bottom: 40px
    }
    #howitworks #hiw-benefits .benefits-box {
        width: calc(33% - 30px);
        margin: 0 15px
    }
    #howitworks #hiw_security .security {
        width: 100%;
        margin: 0;
        height: auto
    }
    #howitworks #hiw_security .part-1 {
        border-bottom: 1px solid #cecece;
        padding-top: 0
    }
    #howitworks #hiw_security h3 {
        margin: 5px 0 15px
    }
    #faq header h1 {
        font-size: 35px
    }
    #full #fullform form #submitbutton {
        font-size: 26px
    }
    #full #fullform form .form-control {
        font-size: 13px
    }
    #full #fullform form #form-submit-legal {
        margin-top: 15px
    }
    #full #fullform .panel-block-section .form-security {
        height: 50px
    }
    #ratesfees .callout {
        margin-bottom: 40px
    }
    #complete .complete-holder {
        padding-right: 15px
    }
    #complete .complete-page-container {
        padding: 90px 0
    }
    #complete form {
        margin-top: 20px
    }
    footer .footer-col {
        margin-bottom: 25px;
        padding-left: 0
    }
}

@media (max-width:900px) {
    #full #fullform .col-full,
    #full #fullform .col-left,
    #full #fullform .col-right {
        width: 100%
    }
}

@media (max-width:767px) {
    h3 {
        font-size: 18px
    }
    #econsent #mainnav .nav-logo,
    #faq #mainnav .nav-logo,
    #home #mainnav .nav-logo,
    #howitworks #mainnav .nav-logo,
    #privacy #mainnav .nav-logo,
    #ratesfees #mainnav .nav-logo,
    #terms #mainnav .nav-logo {
        margin-left: 20px
    }
    #mainnav {
        padding: 0
    }
    #mainnav .nav-logo {
        margin-top: 20px
    }
    #mainnav .nav-logo .main-logo img {
        padding-top: 0
    }
    #mainnav .nav-toggle {
        display: block
    }
    #mainnav .nav-links {
        display: none;
    }
    #mainnav .nav-links1 {
        display: table;
        position: relative;
        top: 70px;
        left: 0px;
        width: 100%;
        height: 60%;
        margin-top: 0;
        background: #67b1b8;
        /* -webkit-transform: translateX(100%);
        transform: translateX(100%); */
        transition: transform .3s linear
    }
    .padding-remove{
        padding: 0px !important;
    }

    
 

   
    #mainnav .nav-links .nav-links-content {
        width: 100%;
        height: 100px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }
    #mainnav .nav-links .nav-links-content a li {
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase
    }
    #mainnav .nav-links .nav-links-content .btn-nav {
        width: 100%
    }
    #mainnav .nav-links .nav-links-content .btn-nav li {
        display: block;
        width: 280px;
        margin: 0 auto;
        padding: 20px 0;
        background: #184b7e;
        border: 1px solid #184b7e;
        font-size: 18px
    }
    #mainnav .nav-links.open-menu {
        -webkit-transform: none;
        transform: none;
        transition: transform .3s linear
    }
    #home header {
        padding: 60px 0 70px
    }
    #home header h1 {
        font-size: 50px
    }
    #home header h3 {
        margin-bottom: 40px
    }
    #home header .header-introduction {
        border: none;
        margin-top: 50px;
        text-align: center
    }
    #home header p.header-points:nth-of-type(2) {
        display: none
    }
    #home header #registration {
        text-align: center
    }
    #home header #registration .amount-radio {
        width: 48%
    }
    #home header #registration #registration select,
    #home header #registration input {
        height: 50px
    }
    #home #how {
        text-align: center
    }
    #home #how h2 {
        font-size: 26px;
        margin-top: 0
    }
    #home #how .points-section-security .security-box {
        width: 100%;
        margin: 0 0 20px
    }
    #home #optional h2 {
        font-size: 26px
    }
    #home #optional .optional-image img {
        left: 0;
        width: 450px
    }
    #home #benefits h2 {
        font-size: 26px
    }
    #home #benefits h2 span {
        display: block
    }
    #home #benefits p.points-subheader {
        font-size: 16px;
        margin: 10px 0 35px
    }
    #home #benefits p.points-subheader span {
        display: block
    }
    #home #benefits .points-section-item {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 25px;
        text-align: center
    }
    #home #benefits .points-section-item i {
        font-size: 35px;
        position: relative;
        left: 0;
        top: 0
    }
    #full .form-background {
        display: none
    }
    #full #fullform {
        padding: 50px 0 0
    }
    #full #fullform #form-steps #form-progress .form-step-location h4 {
        font-size: 11px;
        text-transform: uppercase
    }
    #full #fullform #form-steps #form-progress .form-step-location h4 span {
        display: none
    }
    #full #fullform #form-steps #progress-fullbar {
        height: 10px
    }
    #full #fullform #form-steps #progress-fullbar .progress-pips {
        height: 14px;
        top: -2px
    }
    #full #fullform .full-left {
        width: 100%;
        border-right: none;
        margin-top: 40px
    }
    #full #fullform .full-right {
        display: none;
        position: fixed;
        top: 0;
        right: -400px;
        width: 320px;
        height: 100%;
        background: #fff;
        margin: 0;
        padding: 75px 25px 0;
        -webkit-transition: all .75s ease;
        -moz-transition: all .75s ease;
        -o-transition: all .75s ease;
        -ms-transition: all .75s ease;
        transition: all .75s ease
    }
    #full #fullform .mobile-security-container {
        text-align: center;
        margin-top: 10px
    }
    #full #fullform .mobile-security-container .mobile-form-security {
        display: inline-block;
        height: 50px;
        width: auto
    }
    #full #fullform .mobile-security-container .mobile-form-security:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px
    }
    #full #fullform form .form-section-intro h2 {
        font-size: 24px;
        margin-bottom: 5px
    }
    #full #fullform form .form-section-intro p {
        font-size: 15px
    }
    #full #fullform form .form-section-container h3 {
        font-size: 18px
    }
    #full #fullform form #submitbutton {
        font-size: 26px
    }
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio #rdio-first-btn {
        outline: 1px solid #f27e22!important
    }
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio .android-tab {
        cursor: pointer;
        position: absolute;
        z-index: 9;
        width: 100%!important;
        height: 100%!important;
        left: 0;
        top: 0;
        background: 0 0!important;
        border-radius: 4px!important;
        border: none!important;
        color: transparent!important
    }
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio .android-tab:focus {
        outline: 0!important
    }
    #full #fullform .form-helper-close {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        padding: 8px 12px;
        margin: 0;
        margin-bottom: 20px;
        background: #67b1b8;
        color: #fff
    }
    .helpshift {
        right: 0!important;
        box-shadow: 0 0 15px #777
    }
    #econsent header,
    #faq header,
    #howitworks header,
    #privacy header,
    #ratesfees header,
    #terms header {
        padding: 110px 0 75px
    }
    #econsent header h1,
    #faq header h1,
    #howitworks header h1,
    #privacy header h1,
    #ratesfees header h1,
    #terms header h1 {
        font-size: 40px
    }
    #econsent header h2,
    #faq header h2,
    #howitworks header h2,
    #privacy header h2,
    #ratesfees header h2,
    #terms header h2 {
        margin-top: 5px
    }
    #howitworks h3 {
        font-size: 24px
    }
    #howitworks header {
        position: relative
    }
    #howitworks header h1 {
        font-size: 35px
    }
    #howitworks #hiw-steps {
        padding: 20px 0 0
    }
    #howitworks #hiw-steps .hiw-main-bg {
        text-align: center
    }
    #howitworks #hiw-steps .hiw-main-bg img {
        position: relative;
        width: 240px;
        right: 0;
        top: 0
    }
    #howitworks #hiw-steps .hiw-content {
        float: none;
        margin-top: 30px
    }
    #howitworks #hiw-steps .hiw-content .hiw-step {
        text-align: center
    }
    #howitworks #hiw-steps .hiw-headline .points-subheader {
        font-size: 15px;
        padding: 0 15px
    }
    #howitworks #hiw-benefits {
        padding-bottom: 10px
    }
    #howitworks #hiw-benefits .points-subheader {
        font-size: 15px;
        padding: 0 15px
    }
    #howitworks #hiw-benefits .benefits-box {
        width: 65%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px
    }
    #howitworks #hiw_security {
        padding: 20px 0
    }
    #faq header h1 {
        font-size: 35px
    }
    #faq header,
    #howitworks header,
    #ratesfees header {
        position: relative
    }
    #faq header:before,
    #howitworks header:before,
    #ratesfees header:before {
        content: '';
        background: rgba(255, 187, 0, .15);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none
    }
    #ratesfees .callout {
        margin-bottom: 40px
    }
    #ratesfees .ratesfees-content {
        padding: 0 50px
    }
    #ratesfees p {
        font-size: 14px
    }
    #ratesfees li {
        font-size: 14px
    }
    #processing #mainnav {
        padding-top: 35px
    }
    #processing h2 strong {
        display: block
    }
    #processing h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.15em;
        margin-bottom: 40px
    }
    #processing .checks p {
        font-size: 14px
    }
    #processing .checks i.hideit {
        display: none!important
    }
    #processing .checks i {
        display: inline-block
    }
    #processing .checks span.grey {
        color: #000
    }
    #complete .complete-page-container {
        padding: 60px 0 40px
    }
    #complete h1 {
        font-size: 20px;
        margin-top: 15px
    }
    #complete h3 {
        font-size: 13px
    }
    #complete h4 {
        font-size: 13px
    }
    #complete label {
        font-size: 12px
    }
    #complete p {
        font-size: 13px;
        line-height: 1.4em
    }
    #complete hr {
        margin-top: 15px;
        margin-bottom: 15px
    }
    #complete .alert p {
        font-size: 10px
    }
    #complete .show-desktop-complete {
        display: none
    }
    #complete .show-mobile-complete {
        display: block;
        line-height: 1.25em;
        margin-bottom: 10px
    }
    #complete .navbar-default .navbar-brand {
        margin: 5px auto 0;
        display: inline-block;
        float: none;
        text-align: center
    }
    #complete form {
        background: #f6faff
    }
    #complete footer {
        border-top: 1px solid #e2e2e2;
        margin-top: 25px
    }
    #footer-cta {
        padding: 45px 0 100px
    }
    #footer-cta h2 {
        font-size: 24px;
        margin-bottom: 10px
    }
    #footer-cta p {
        font-size: 15px
    }
    footer {
        text-align: center
    }
    footer p {
        text-align: center
    }
    footer .footer-col {
        margin-bottom: 25px;
        text-align: center;
        padding-right: 0
    }
    footer .footer-col h4 {
        margin-bottom: 0
    }
    footer .logo-container .logo-dark {
        width: 100%;
        text-align: center
    }
    footer .logo-container .logo-dark img {
        display: inline-block
    }
}
@media (min-width: 767px){
.AddStyle {
    -webkit-transform: translateX(0%) !important;
}
}



@media (min-width:481px) {
    #full #fullform form .form-content-container input:hover,
    #full #fullform form .form-content-container select:hover {
        border: 1px solid #67b1b8
    }
    #full #fullform form .form-content-container input:hover+.input-icon,
    #full #fullform form .form-content-container select:hover+.input-icon {
        border-left: 1px solid #67b1b8;
        color: #67b1b8
    }
    #full #fullform form .form-content-container input:hover+.parsley-errors-list+.input-icon,
    #full #fullform form .form-content-container select:hover+.parsley-errors-list+.input-icon {
        border-left: 1px solid #67b1b8;
        color: #67b1b8
    }
    #full #fullform form #form-submit-legal:hover {
        border: 1px solid #67b1b8
    }
}

@media (max-width:480px) {
    #mainnav .nav-logo {
        margin-top: 20px
    }
    #mainnav .nav-logo .main-logo img {
        width: 220px;
        height: auto
    }
    #home header {
        padding: 70px 0 40px
    }
    #home header h1 {
        font-size: 34px
    }
    #home header h1 span {
   
        font-size: 40px;
    }
    #home header h3 {
        font-size: 15px;
        margin-bottom: 15px
    }
    #home header .header-introduction {
        border: none;
        margin-top: 15px;
        text-align: center
    }
    #home header p.header-points {
        font-size: 16px;
        margin-top: 5px
    }
    #home header #registration {
        margin-top: 10px;
        border-radius: 10px;
        padding-top: 20px
    }
    #home header #registration h3 {
        font-size: 18px
    }
    #home header #registration .amount-radio {
        height: 45px
    }
    #home header #registration .amount-radio label {
        line-height: 45px;
        font-size: 15px
    }
    #home #how h2 {
        font-size: 22px
    }
    #home #how .points-subheader {
        font-size: 16px;
        padding: 0 15px
    }
    #home #how .point-content {
        padding: 10px 0
    }
    #home #how .point-content h3 {
        margin-bottom: 5px
    }
    #home #how .point-content img {
        padding-bottom: 5px
    }
    #home #how .points-section-security {
        margin: 40px 0 0
    }
    #home #optional h2 {
        font-size: 22px;
        color: #fff
    }
    #home #optional p {
        font-size: 16px;
        color: #fff
    }
    #home #optional .btn {
        padding: 12px 35px;
        font-size: 20px
    }
    #home #optional .optional-image {
        height: 280px
    }
    #home #optional .optional-image img {
        left: -10px;
        width: 390px
    }
    #home #benefits {
        padding: 50px 0 35px
    }
    #home #benefits h2 {
        font-size: 22px
    }
    #home #benefits p {
        font-size: 16px
    }
    #home #benefits .points-section-item h3 {
        font-size: 16px
    }
    #home #benefits .points-section-item p {
        font-size: 14px
    }
    #full #fullform {
        padding: 45px 0 0
    }
    #full #fullform #form-steps #form-progress .form-step-location h4 {
        margin-bottom: 5px
    }
    #full #fullform .full-left {
        margin-top: 25px;
        padding: 0
    }
    #full #fullform form .form-section-intro {
        padding-bottom: 15px
    }
    #full #fullform form .form-section-intro h2 {
        font-size: 20px
    }
    #full #fullform form .form-section-container p.sub-section-description {
        margin-bottom: 15px;
        font-size: 12px
    }
    #full #fullform form .form-section-container h3 {
        font-size: 16px
    }
    #full #fullform form label {
        font-size: 13px;
        line-height: 1em;
        margin-bottom: 0
    }
    #full #fullform form label small,
    #full #fullform form label span {
        display: block
    }
    #full #fullform form label span.hide-symbol {
        display: none
    }
    #full #fullform form label br {
        display: block
    }
    #full #fullform form .helper-label-special {
        padding-top: 9px!important
    }
    #full #fullform form .helper-label-special label {
        display: inline;
        line-height: 1em
    }
    #full #fullform form .form-content-label {
        height: 44px;
        width: 35%;
        line-height: 40px;
        padding: 0 10px;
        float: left;
        border: 1px solid #999;
        border-right: none;
        border-radius: 5px 0 0 5px
    }
    #full #fullform form .form-content-container {
        height: 44px;
        width: 65%;
        float: left
    }
    #full #fullform form .form-content-container input,
    #full #fullform form .form-content-container select {
        border-radius: 0 5px 5px 0
    }
    #full #fullform form .form-control {
        font-size: 13px;
        height: 44px;
        line-height: 22px;
        padding: 10px 25px 10px 15px;
        border-left: 1px solid #e2e2e2
    }
    #full #fullform form .form-content-container .input-icon {
        height: 44px;
        line-height: 44px;
        border: none;
        padding: 0 10px
    }
    #full #fullform form #populator-placement {
        height: 44px;
        line-height: 44px;
        font-size: 10px;
        display: none
    }
    #full #fullform form .form-content-label.form-content-large {
        height: 60px;
        padding-top: 13px;
        line-height: 1.2em
    }
    #full #fullform form .form-content-label.form-content-large label {
        line-height: 1.2em
    }
    #full #fullform form .form-content-container.form-content-large {
        height: 60px
    }
    #full #fullform form .form-content-container.form-content-large input,
    #full #fullform form .form-content-container.form-content-large select {
        height: 60px;
        line-height: 22px;
        padding: 18px 25px 18px 15px
    }
    #full #fullform form .form-content-container.form-content-large .input-icon {
        height: 60px;
        line-height: 60px
    }
    #full #fullform form .form-content-container.form-content-large select {
        padding: 0 30px 0 15px
    }
    #full #fullform form .form-continue-button {
        font-size: 15px;
        width: 100%
    }
    #full #fullform form #submitbutton {
        font-size: 19px;
        text-transform: uppercase
    }
    #full #fullform form #form-submit-legal label {
        width: 91.5%;
        line-height: 1.35em
    }
    #full #fullform form #emp_status_group,
    #full #fullform form #rent_own_group {
        margin-bottom: 15px
    }
    #full #fullform form #emp_status_group label small,
    #full #fullform form #rent_own_group label small {
        display: block;
        font-weight: 400;
        margin-top: 3px;
        margin-bottom: 5px
    }
    #full #fullform form #emp_status_group .btn-group .btn-radio,
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio,
    #full #fullform form #rent_own_group .btn-group .btn-radio,
    #full #fullform form #rent_own_group .btn-group .emp-btn-radio {
        height: 42px;
        line-height: 42px;
        font-size: 12px
    }
    #full #fullform form #emp_status_group .btn-group .btn-radio input,
    #full #fullform form #emp_status_group .btn-group .emp-btn-radio input,
    #full #fullform form #rent_own_group .btn-group .btn-radio input,
    #full #fullform form #rent_own_group .btn-group .emp-btn-radio input {
        height: 40px
    }
    #full #fullform form .mobile-security-container {
        margin-top: 5px
    }
    #full #fullform form .mobile-security-container .mobile-form-security:nth-child(2) {
        margin-left: 20px;
        margin-right: 0
    }
    #full #fullform form .bank-toggle,
    #full #fullform form .cheque-toggle {
        position: absolute;
        top: -18px;
        right: 0;
        font-size: 12px;
        line-height: 14px
    }
    #full #fullform form .form-group {
        margin-bottom: 10px
    }
    #full #fullform form .mobile-group-spacing {
        margin-top: 30px
    }
    #full #fullform #mob-help-credit,
    #full #fullform #mob-help-license,
    #full #fullform #mob-help-ssn {
        display: inline
    }
    #howitworks header h1 {
        font-size: 30px
    }
    #howitworks #hiw-steps .hiw-headline h3 {
        font-size: 20px
    }
    #howitworks #hiw-steps .hiw-headline .points-subheader {
        font-size: 14px
    }
    #howitworks #hiw-steps .hiw-content .hiw-step h4 {
        font-size: 18px
    }
    #howitworks #hiw-steps .hiw-content .hiw-step p {
        font-size: 14px
    }
    #howitworks #hiw-benefits .benefits-box {
        width: 100%
    }
    #howitworks #hiw-benefits h3 {
        font-size: 20px
    }
    #howitworks #hiw_security {
        padding: 10px 0
    }
    #howitworks #hiw_security p {
        font-size: 14px
    }
    #faq header h1 {
        font-size: 30px
    }
    #faq #faq-container {
        padding: 25px 0
    }
    #faq h3 {
        font-size: 22px
    }
    #faq .question-box {
        width: 16%
    }
    #faq .question-box h3 {
        font-size: 14px
    }
    #faq .panel-default>.panel-heading,
    #faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 20px
    }
    #faq .panel-default>.panel-heading+.panel-collapse>.panel-body p,
    #faq .panel-title {
        margin: 0 0 0 20%
    }
    #faq .panel-default>.panel-heading span {
        font-size: 14px
    }
    #ratesfees .ratesfees-content {
        padding: 0 25px
    }
    #ratesfees h1 {
        font-size: 30px!important
    }
    #ratesfees h2 {
        font-size: 15px
    }
    #ratesfees h3 {
        font-size: 20px
    }
    #ratesfees table {
        font-size: 11px;
        margin-bottom: 0
    }
    #ratesfees table tr td,
    #ratesfees table tr th {
        padding: 8px 6px 8px 0
    }
    #faq header h1,
    #howitworks header h1,
    #ratesfees header h1 {
        font-size: 25px
    }
    #faq header h2,
    #howitworks header h2,
    #ratesfees header h2 {
        font-size: 13px;
        padding: 3px 6px;
        line-height: 1.35em
    }
    #econsent h2,
    #privacy h2,
    #terms h2 {
        font-size: 15px
    }
    #econsent h3,
    #privacy h3,
    #terms h3 {
        font-size: 15px;
        line-height: 1.15em
    }
    #econsent header,
    #privacy header,
    #terms header {
        padding: 90px 0 40px
    }
    #econsent header h1,
    #privacy header h1,
    #terms header h1 {
        font-size: 22px
    }
    #econsent header h1 span,
    #privacy header h1 span,
    #terms header h1 span {
        display: block
    }
    #econsent .legal-container,
    #privacy .legal-container,
    #terms .legal-container {
        padding-top: 10px
    }
    #processing h2 {
        font-size: 22px
    }
    #processing h4 {
        margin-bottom: 20px
    }
    #processing #progressbar {
        height: 25px
    }
    #complete h1 {
        font-size: 20px;
        margin-top: 5px
    }
    #complete h3 {
        font-size: 13px
    }
    #complete h4 {
        font-size: 13px
    }
    #complete form label {
        font-size: 12px
    }
    #complete p {
        font-size: 13px;
        line-height: 1.4em
    }
    #complete hr {
        margin-top: 15px;
        margin-bottom: 15px
    }
    #complete .alert p {
        font-size: 10px
    }
    #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 {
        overflow: visible;
        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
    }
    #footer-cta {
        padding: 25px 0 130px;
        background-size: cover;
        background-position: center center
    }
    #footer-cta h2 {
        font-size: 22px
    }
    #footer-cta h2 span {
        display: block
    }
    #footer-cta p {
        font-size: 16px;
        margin-bottom: 25px
    }
    #footer-cta .btn {
        padding: 12px 35px;
        font-size: 20px
    }
    footer .logo-container img {
        width: 260px
    }
    footer .footer-col h4 {
        font-size: 14px
    }
    footer .footer_nav li {
        font-size: 13px
    }
    footer .footer-legal p.copyright-symbol,
    footer .footer-legal p.fine {
        font-size: 11px!important
    }
}

@media (max-width:400px) {
    #full #fullform form .form-content-label {
        width: 40%
    }
    #full #fullform form .form-content-container {
        width: 60%
    }
}

@media (max-width:370px) {
    #full #fullform form .form-content-label {
        width: 45%
    }
    #full #fullform form .form-content-container {
        width: 55%
    }
    #faq header,
    #howitworks header,
    #ratesfees header {
        background-position: -190px 0
    }
}