*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#biop {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  #biop {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  #biop {
    font-size: 13px;
    line-height: 19px;
  }
}

h1 {
  font-size: 48px;
  line-height: initial;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

@media (max-width: 1170px) {
  h1 {
    font-size: 45px;
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 30px;
  }
}

h1 .bold {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 38px;
  line-height: 40px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

@media (max-width: 1170px) {
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 700px) {
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
}

h2 .bold {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

h2.title {
  font-size: 48px;
  line-height: 45px;
}

@media (max-width: 1170px) {
  h2.title {
    font-size: 45px;
    line-height: 42px;
  }
}

@media (max-width: 700px) {
  h2.title {
    font-size: 30px;
    line-height: 31px;
  }
}

.hero-container h1,
.hero-container h2 {
  color: white;
  font-size: 48px;
  line-height: 58px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: white;
}

@media (max-width: 1170px) {
  .hero-container h1,
  .hero-container h2 {
    font-size: 45px;
  }
}

@media (max-width: 700px) {
  .hero-container h1,
  .hero-container h2 {
    font-size: 30px;
    line-height: 29px;
  }
}

.hero-container h1 .bold,
.hero-container h2 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h3,
h4,
h5,
h6 {
  font-size: 36px;
  line-height: 47px;
  margin-top: 18px;
  margin-bottom: 9px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 1170px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 33px;
    line-height: 43px;
    margin-top: 14px;
    margin-bottom: 5px;
  }
}

@media (max-width: 700px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 22px;
    line-height: 30px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
  color: inherit;
  text-decoration: none;
}
p > .gold:hover {
    color: #c79e51;
    text-decoration: underline;
}

.no-touch h1 a:hover,
.is-touch h1 a:active, .no-touch
h2 a:hover,
.is-touch
h2 a:active, .no-touch
h3 a:hover,
.is-touch
h3 a:active, .no-touch
h4 a:hover,
.is-touch
h4 a:active, .no-touch
h5 a:hover,
.is-touch
h5 a:active, .no-touch
h6 a:hover,
.is-touch
h6 a:active, .no-touch
p a:hover,
.is-touch
p a:active {
  text-decoration: underline;
}

.sub-headline {
  display: block;
  font-size: 22px;
  line-height: 40px;
  margin-top: 10px;
  color: #333;
  opacity: 0.55;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.hero-container .sub-headline {
  color: white;
  opacity: 1;
}

@media (max-width: 1170px) {
  .sub-headline {
    font-size: 19px;
    line-height: 32px;
    margin-top: 17px;
  }
}

@media (max-width: 700px) {
  .sub-headline {
    font-size: 16px;
    line-height: 23px;
    margin-top: 14px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  p {
    font-size: 13px;
    line-height: 19px;
  }
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: inherit;
}

.h1BodyFix {
  font-size: 48px;
  line-height: initial;
  font-weight: 300;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

@media (max-width: 1170px) {
  .h1BodyFix {
    font-size: 45px;
  }
}

@media (max-width: 700px) {
  .h1BodyFix {
    font-size: 30px;
  }
}

html,
body {
  min-width: 320px;
  width: 100%;
  overflow-x:hidden;
}

#loadOverlay {
  display: none;
}

body.disable-scroll {
  overflow: hidden;
}

#app {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#page-content {
  opacity: 0;
  color: #666666;
}

#page-content h1,
#page-content h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 17px;
}

#page-content ul:not([class]),
#page-content ol:not([class]),
#page-content ul[class=""],
#page-content ol[class=""],
ul.checkmark,
ul.checklist {
  margin-bottom: 46px;
}

@media (max-width: 1170px) {
  #page-content ul:not([class]),
  #page-content ol:not([class]),
  #page-content ul[class=""],
  #page-content ol[class=""],
  ul.checkmark,
  ul.checklist {
    margin-bottom: 40px;
  }
}

@media (max-width: 700px) {
  #page-content ul:not([class]),
  #page-content ol:not([class]),
  #page-content ul[class=""],
  #page-content ol[class=""],
  ul.checkmark,
  ul.checklist {
    margin-bottom: 28px;
  }
}

#page-content ul:not([class]) li,
#page-content ol:not([class]) li,
#page-content ul[class=""] li,
#page-content ol[class=""] li,
ul.checkmark li,
ul.checklist li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
   
}
.checklist>li > label > .copy {
    color: #666666;
}
@media (max-width: 1170px) {
  #page-content ul:not([class]) li,
  #page-content ol:not([class]) li,
  #page-content ul[class=""] li,
  #page-content ol[class=""] li,
  ul.checkmark li,
  ul.checklist li {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  #page-content ul:not([class]) li,
  #page-content ol:not([class]) li,
  #page-content ul[class=""] li,
  #page-content ol[class=""] li,
  ul.checkmark li,
  ul.checklist li {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 7px;
  }
}

#page-content p {
  margin-bottom: 21px;
}

@media (max-width: 1170px) {
  #page-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  #page-content p {
    margin-bottom: 19px;
  }
}

#page-content p:last-child {
  margin-bottom: 0;
}

#page-content .start-your-loan-page .privacy {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 20px;
  margin-left: 0 !important;
  margin-top: 20px;
}

#page-content ul:not([class]) li,
#page-content ul[class=""] li,
ul.checkmark li {
  padding-left: 30px;
  position: relative;
}

@media (max-width: 700px) {
  #page-content ul:not([class]) li,
  #page-content ul[class=""] li,
  ul.checkmark li {
    padding-left: 27px;
  }
}

#page-content ul:not([class]) li:before,
#page-content ul[class=""] li:before,
ul.checkmark li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
}

@media (max-width: 700px) {
  #page-content ul:not([class]) li:before,
  #page-content ul[class=""] li:before,
  ul.checkmark li:before {
    top: 6px;
    left: 9px;
  }
}

#page-content ul:not([class]).white li:before,
#page-content ul[class=""].white li:before,
ul.checkmark.white li:before {
  background-color: white;
}

#page-content ul:not([class]) ul:not([class]) li:before,
#page-content ul:not([class]) ul[class=""] li:before,
#page-content ul[class=""] ul:not([class]) li:before,
#page-content ul[class=""] ul[class=""] li:before,
ul.checkmark ul:not([class]) li:before,
ul.checkmark ul[class=""] li:before {
  border: 1px solid #808080;
  background-color: #ffffff;
}

ul.checkmark li:before {
  /*@include pseudo-block;*/
  /*width: 7px;
        height: 4px;
        border-bottom: 1px solid $lightGrey;
        border-left: 1px solid $lightGrey;
        transform: rotate(-45deg);
        position: absolute;
        top: 12px;
        left: 13px;
        content: '';
        display: inline-block;*/
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
}

@media (max-width: 1170px) {
  ul.checkmark li:before {
    top: 9px;
  }
}

@media (max-width: 700px) {
  ul.checkmark li:before {
    top: 7px;
    left: 12px;
  }
}

ul.checkmark li:after {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 11px;
}

@media (max-width: 1170px) {
  ul.checkmark li:after {
    top: 11px;
    left: 11px;
  }
}

@media (max-width: 700px) {
  ul.checkmark li:after {
    top: 9px;
    left: 13px;
  }
}

ul.checkmark.white li:after {
  border-color: #6b6b6b;
}

ul.checklist li {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 43px;
  margin-bottom: 10px;
  pointer-events: none;
}

@media (max-width: 1170px) {
  ul.checklist li {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  ul.checklist li {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 1170px) {
  ul.checklist li {
    padding-left: 30px;
  }
}

@media (max-width: 700px) {
  ul.checklist li {
    padding-left: 23px;
  }
}

ul.checklist li .checkmark {
  top: 3px;
}

@media (max-width: 1170px) {
  ul.checklist li .checkmark {
    top: 6px;
  }
}

@media (max-width: 700px) {
  ul.checklist li .checkmark {
    top: 5px;
  }
}

ul.checklist label {
  cursor: pointer;
  pointer-events: auto;
}

#page-content ol:not([class]),
#page-content ol[class=""] {
  list-style-type: decimal;
  list-style-position: inside;
}

#page-content ol:not([class]) li:before,
#page-content ol[class=""] li:before {
  content: '';
  display: inline-block;
  width: 6px;
}

.content.top {
  padding-top: 56px;
}

@media (max-width: 1170px) {
  .content.top {
    padding-top: 44px;
  }
}

@media (max-width: 1170px) {
  .content.top {
    padding-top: 26px;
  }
}

@media (min-width: 701px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .mobile-hide {
    display: none !important;
  }
}

.tablet-only {
  display: none !important;
}

@media (max-width: 1170px) {
  .tablet-only {
    display: block !important;
  }
}

@media (max-width: 700px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 1170px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (max-width: 1170px) {
  .desktop-only.desktop-only {
    display: none;
  }
}

.not-desktop.not-desktop {
  display: none;
}

@media (max-width: 1170px) {
  .not-desktop.not-desktop {
    display: block;
  }
}

@media (min-width: 1171px) {
  .desktop-hide {
    display: none;
  }
}

.gold {
  color: #c79e51;
}

.black {
  color: #000000;
}

.left {
  float: left;
}

.right {
  float: right;
}

.constrain {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 700px) {
  .constrain {
    padding: 0 20px;
  }
}

.constrainLand {
  width: 100%;
  /*margin: 0 auto;*/
  /*padding: 0 $gutter;*/
}

@media (max-width: 700px) {
  .constrainLand {
    /*padding: 0 $mobileGutter;*/
  }
}

.constrainLand.top {
  padding-top: 54px;
}

@media (max-width: 1170px) {
  .constrainLand.top {
    padding-top: 48px;
  }
}

@media (max-width: 700px) {
  .constrainLand.top {
    padding-top: 28px;
  }
}

.constrain.top {
  padding-top: 54px;
}

@media (max-width: 1170px) {
  .constrain.top {
    padding-top: 48px;
  }
}

@media (max-width: 700px) {
  .constrain.top {
    padding-top: 28px;
  }
}

.constrain.bottom {
  padding-bottom: 58px;
}

@media (max-width: 1170px) {
  .constrain.bottom {
    padding-bottom: 66px;
  }
}

@media (max-width: 700px) {
  .constrain.bottom {
    padding-bottom: 40px;
  }
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.middle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.background-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr.ib-line {
  border: 0;
  height: 1px;
  background-color: #ababab;
  margin-top: 48px;
}

.cta-button {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #c79e51;
  color: white;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  min-width: 250px;
  max-width: 100%;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
}

@media (max-width: 1170px) {
  .cta-button {
    height: 46px;
    font-size: 16px;
    line-height: 18px;
    padding: 14px 22px;
  }
}

@media (max-width: 700px) {
  .cta-button {
    height: 40px;
    width: auto;
    min-width: 0;
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
}

.no-touch .cta-button:hover,
.is-touch .cta-button:active {
  background-color: #333333;
}

.cta-button.blue {
  background-color: #2f78b6;
}

.cta-button.border {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #c79e51;
  color: white;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  min-width: 250px;
  max-width: 100%;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  border: 2px solid #c79e51;
  background-color: transparent;
  color: #c79e51;
  line-height: 18px;
  -webkit-transition: border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  .cta-button.border {
    height: 46px;
    font-size: 16px;
    line-height: 18px;
    padding: 14px 22px;
  }
}

@media (max-width: 700px) {
  .cta-button.border {
    height: 40px;
    width: auto;
    min-width: 0;
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
}

.no-touch .cta-button.border:hover,
.is-touch .cta-button.border:active {
  background-color: #333333;
}

@media (max-width: 1170px) {
  .cta-button.border {
    line-height: 14px;
  }
}

@media (max-width: 700px) {
  .cta-button.border {
    line-height: 12px;
  }
}

.no-touch .cta-button.border:hover,
.is-touch .cta-button.border:active {
  background-color: transparent;
}

.cta-button.border.white {
  color: #ffffff;
}

.play-button {
  width: 90px;
  height: 90px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .play-button {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 700px) {
  .play-button {
    width: 70px;
    height: 70px;
  }
}

.no-touch .play-button:hover:before,
.is-touch .play-button:active:before {
  background-color: #c79e51;
  border-color: #c79e51;
}

.no-touch .play-button:hover:after,
.is-touch .play-button:active:after {
  border-left-color: #ffffff;
}

.play-button:before,
.play-button:after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
}

.play-button:before {
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.play-button:after {
  width: 0;
  height: 0;
  border-left: 16px solid #ffffff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  top: 32px;
  left: 40px;
}

@media (max-width: 1170px) {
  .play-button:after {
    border-left-width: 14px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    top: 29px;
    left: 37px;
  }
}

@media (max-width: 700px) {
  .play-button:after {
    border-left-width: 14px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    top: 24px;
    left: 32px;
  }
}

.close-button {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.no-touch .close-button:hover:before,
.is-touch .close-button:active:before {
  background-color: #c79e51;
  border-color: #c79e51;
}

.close-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.close-button:after {
  content: "\F00D";
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-family: FontAwesome;
  width: 100%;
  height: 100%;
  line-height: 20px;
  text-align: center;
  padding-left: 1px;
  position: relative;
}

.next-button,
.prev-button {
  width: 40px;
  height: 40px;
  background-color: #c79e51;
  position: relative;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.next-button:after,
.prev-button:after {
  content: '';
  display: block;
  width: 12px;
  height: 22px;
  background: url(/assets/images/icons/arrow.svg);
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
}

.next-button:after {
  left: 13px;
}

.prev-button:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 15px;
}

.hero-container {
  width: 100%;
  min-height: 500px;
  color: #ffffff;
  position: relative;
}

.hero-container .middle > div {
  padding-top: 66px;
  padding-bottom: 66px;
}

@media (max-width: 1170px) {
  .hero-container .middle > div {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .hero-container .middle > div br {
    display: none;
  }
}

@media (max-width: 700px) {
  .hero-container .middle > div {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

@media (max-width: 700px) {
  .hero-container {
    min-height: 370px;
  }
}

.hero-container.alt {
  min-height: 0;
}

.hero-container.alt .middle > div {
  padding-top: 63px;
  padding-bottom: 63px;
}

@media (max-width: 1170px) {
  .hero-container.alt .middle > div {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 700px) {
  .hero-container.alt .middle > div {
    padding: 0;
  }
}

@media (max-width: 700px) {
  .hero-container.alt .background-cover {
    display: none;
  }
}

.hero-container.flex-height {
  min-height: 314px;
}

@media (max-width: 1170px) {
  .hero-container.flex-height {
    min-height: 255px;
  }
}

@media (max-width: 700px) {
  .hero-container.flex-height {
    min-height: 224px;
  }
}

.hero-container .table {
  position: relative;
  min-height: inherit;
}

.hero-container .cta-container {
  margin-top: 63px;
}

@media (max-width: 700px) {
  .hero-container .cta-container {
    margin-top: 38px;
  }
}

.hero-container .left-cell,
.hero-container .right-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: initial;
}

@media (max-width: 700px) {
  .hero-container .left-cell,
  .hero-container .right-cell {
    display: block;
    width: 100%;
    text-align: center;
  }
}

#page-content .hero-container .left-cell h1, #page-content .hero-container .left-cell h2,
#page-content .hero-container .right-cell h1,
#page-content .hero-container .right-cell h2 {
  text-align: initial;
}

@media (max-width: 700px) {
  #page-content .hero-container .left-cell h1, #page-content .hero-container .left-cell h2,
  #page-content .hero-container .right-cell h1,
  #page-content .hero-container .right-cell h2 {
    text-align: center;
  }
}

.hero-container .left-cell {
  padding-right: 20px;
}

@media (min-width: 701px) {
  .hero-container .left-cell {
    background-image: none !important;
  }
}

@media (max-width: 700px) {
  .hero-container .left-cell {
    -moz-background-size: cover;
         background-size: cover;
    backgground-position: center center;
    background-repeat: no-repeat;
    padding: 75px 20px;
  }
}

.hero-container .right-cell {
  padding-left: 20px;
}

@media (max-width: 700px) {
  .hero-container .right-cell {
    padding: 0;
  }
}

.hero-container .block-bg {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 24px;
  width: 100%;
}

@media (max-width: 700px) {
  .hero-container .block-bg {
    background-color: #333333;
  }
}

.hero-container .block-bg * {
  color: white;
  font-weight: 400;
}

.hero-container .block-bg .cta-container {
  margin-top: 8px;
}

@media (max-width: 1170px) {
  .hero-pullquote {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .hero-pullquote .middle {
    vertical-align: bottom;
  }
}

.hero-pullquote .pullquote-outer-wrap {
  padding-left: -webkit-calc(100% - 660px);
  padding-left: -moz-calc(100% - 660px);
  padding-left: calc(100% - 660px);
}

@media (max-width: 700px) {
  .hero-pullquote .pullquote-outer-wrap {
    padding-left: 0;
    padding-top: 140px;
  }
}

.hero-pullquote .pullquote-inner-wrap {
  display: inline-block;
  position: relative;
}

@media (max-width: 700px) {
  .hero-pullquote .pullquote-inner-wrap {
    max-width: 300px;
  }
}

.hero-pullquote .pullquote-inner-wrap:before {
  content: '\201D';
  display: block;
  color: #fefefe;
  font-family: 'Georgia', serif;
  font-size: 1100px;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-24%) rotateY(180deg);
     -moz-transform: translateY(-24%) rotateY(180deg);
          transform: translateY(-24%) rotateY(180deg);
  text-align: center;
  width: 100%;
}

@media (max-width: 1170px) {
  .hero-pullquote .pullquote-inner-wrap:before {
    font-size: 950px;
  }
}

@media (max-width: 700px) {
  .hero-pullquote .pullquote-inner-wrap:before {
    font-size: 600px;
  }
}

.hero-pullquote h4,
.hero-pullquote h6,
.hero-pullquote p {
  color: white;
}

.hero-pullquote h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  margin: 34px 0 0;
}

@media (max-width: 1170px) {
  .hero-pullquote h4 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 700px) {
  .hero-pullquote h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 14px 0 0;
  }
}

.hero-pullquote h6 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  .hero-pullquote h6 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 700px) {
  .hero-pullquote h6 {
    font-size: 10px;
    line-height: 20px;
    margin-top: 0;
  }
}

.hero-pullquote h6 span {
  position: relative;
}

.hero-pullquote h6 span:before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 2px;
  margin: 0 10px;
  background-color: white;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
}

@media (max-width: 1170px) {
  .hero-pullquote h6 span:before {
    height: 19px;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@media (max-width: 700px) {
  .hero-pullquote h6 span:before {
    width: 1px;
    height: 11px;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
         -o-transform: translateY(2px);
            transform: translateY(2px);
    margin: 0 4px;
  }
}

.hero-pullquote p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  max-width: 740px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .hero-pullquote p {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 700px) {
  .hero-pullquote p {
    font-size: 22px;
    line-height: 24px;
  }
}

.hero-pullquote p:before {
  content: '\201C';
}

.hero-pullquote p:after {
  content: '\201D';
}

.cta-container {
  text-align: center;
}

.cta-container .cta-button:not(:last-of-type) {
  margin-right: 30px;
}

@media (max-width: 700px) {
  .cta-container .cta-button:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 700px) {
  .cta-container {
    width: 250px;
    margin: 0 auto;
  }
  .cta-container .cta-button {
    width: 100%;
  }
}

.column-2-container,
.column-3-container,
.col-2 {
  width: 100%;
}

.column-2-container:after,
.column-3-container:after,
.col-2:after {
  clear: both;
  content: "";
  display: table;
}

.column-2-container > div,
.col-2 > div {
  width: -webkit-calc(50% - 13px);
  width: -moz-calc(50% - 13px);
  width: calc(50% - 13px);
  float: left;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 700px) {
  .column-2-container > div,
  .col-2 > div {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}

.column-2-container > div:first-child,
.col-2 > div:first-child {
  margin-right: 26px;
}

@media (max-width: 700px) {
  .column-2-container > div:first-child,
  .col-2 > div:first-child {
    margin-right: 0;
  }
}

.column-2-container.alt > div {
  float: right;
}

.column-2-container.alt > div:first-child {
  margin-right: 0;
}

.column-2-container.alt > div:nth-child(2) {
  margin-right: 30px;
}

@media (max-width: 1170px) {
  .column-2-container.alt > div:nth-child(2) {
    margin-right: 0;
  }
}

.column-2-container img {
  width: 100%;
}

@media (max-width: 1170px) {
  .column-2-container img {
    margin-bottom: 23px;
  }
}

.column-2-container h3:not(:first-child) {
  margin-top: 56px;
}

.column-3-container > div {
  width: 33.3333%;
  float: left;
}

@media (max-width: 700px) {
  .column-3-container > div {
    width: 100%;
  }
}

.wide-image {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  width: 100%;
  height: 380px;
  margin: 20px 0;
}

@media (max-width: 1170px) {
  .wide-image {
    height: 276px;
  }
}

.contain-image {
  background-color: white;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 380px;
  margin: 20px 0;
}

@media (max-width: 1170px) {
  .contain-image {
    height: 276px;
  }
}

.full-width-image {
  width: 100%;
}

.max-width-full {
  display: block;
  max-width: 100%;
  margin: 23px auto;
}

@media (max-width: 700px) {
  .max-width-full {
    margin: 43px auto;
  }
}

@media (max-width: 700px) {
  .max-width-full.mobile-hide {
    display: none;
  }
}

.image-copy-block {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 45px 0 25px;
}

@media (max-width: 1170px) {
  .image-copy-block {
    margin: 0;
  }
}

@media (max-width: 700px) {
  .image-copy-block {
    margin: 10px 0;
    float: left;
  }
}

@media (max-width: 1170px) {
  .image-copy-block .middle {
    text-align: initial;
  }
}

.image-copy-block p {
  margin-bottom: 30px;
}

.image-copy-block:first-child h3 {
  margin-top: 0;
}

@media (min-width: 1171px) {
  .image-copy-block .copy-container,
  .image-copy-block .background-cover {
    width: 50%;
    height: 100%;
  }
}

@media (max-width: 1170px) {
  .image-copy-block .background-cover {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 276px;
    margin: 20px 0;
  }
}

@media (min-width: 1171px) {
  .image-copy-block .copy-container {
    float: right;
    color: #ffffff;
    padding: 60px;
    background-color: #333333;
    min-height: 420px;
  }
  .image-copy-block .copy-container .table {
    height: auto;
  }
  .image-copy-block .copy-container .table .middle {
    text-align: left;
  }
  .image-copy-block .copy-container h2, .image-copy-block .copy-container h3 {
    color: inherit;
  }
  .image-copy-block .copy-container .tab-headline {
    text-align: left !important;
  }
}

.top-padding {
    /*TODO: check if this is changing any other pages and makings stuff to small if it is i need to change it back and fix the email 3 box page*/
    /*padding-top: 68px;*/
    padding-top: 50px;
}

@media (max-width: 1170px) {
  .top-padding {
    padding-top: 28px;
  }
}

.bottom-padding {
  padding-bottom: 68px;
}

.centered-text {
  text-align: center;
}

.form-container .column-2-container > div {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-bottom: 0;
}

@media (max-width: 1170px) {
  .form-container .column-2-container > div {
    width: -webkit-calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    width: calc(50% - 7px);
  }
}

@media (max-width: 700px) {
  .form-container .column-2-container > div {
    width: 100%;
  }
}

.form-container .column-2-container > div:first-child {
  margin-right: 20px;
}

@media (max-width: 1170px) {
  .form-container .column-2-container > div:first-child {
    margin-right: 14px;
  }
}

.input-text-wrapper input,
.checkbox-wrapper .checkmark,
ul.checklist .checkmark,
.select-wrapper select {
  background-color: white;
  border: 2px solid #bfbfbf;
  margin-bottom: 0;
  color: #000;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-text-wrapper input,
.select-wrapper select {
  width: 100%;
  height: 44px;
  padding-left: 18px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
}

@media (max-width: 1170px) {
  .input-text-wrapper input,
  .select-wrapper select {
    height: 30px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 8px;
  }
}

.input-wrapper label,
.input-text-wrapper label,
.select-wrapper label {
  height: 44px;
  font-size: 16px;
  line-height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

@media (max-width: 1170px) {
  .input-wrapper label,
  .input-text-wrapper label,
  .select-wrapper label {
    height: 40px;
    font-size: 10px;
    line-height: 40px;
  }
}

.select-wrapper {
  position: relative;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-inner-wrapper {
  position: relative;
}

.select-inner-wrapper:before {
  content: "\F078";
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  color: #c79e51;
  padding-right: 20px;
  position: absolute;
  bottom: 3px;
  right: 0;
  line-height: 44px;
  pointer-events: none;
}

@media (max-width: 1170px) {
  .select-inner-wrapper:before {
    font-size: 12px;
    line-height: 28px;
    padding-right: 12px;
  }
}

.select-wrapper select {
  padding-right: 50px;
}

.checkbox-wrapper {
  position: relative;
  padding-left: 40px;
  min-height: 24px;
  margin-top: 27px;
}

@media (max-width: 1170px) {
  .checkbox-wrapper {
    margin-top: 20px;
    padding-left: 24px;
  }
}

.checkbox-wrapper input,
.checkbox-wrapper .checkmark,
.checkbox-wrapper .checkmark:after,
ul.checklist input,
ul.checklist .checkmark,
ul.checklist .checkmark:after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .checkbox-wrapper input,
  .checkbox-wrapper .checkmark,
  .checkbox-wrapper .checkmark:after,
  ul.checklist input,
  ul.checklist .checkmark,
  ul.checklist .checkmark:after {
    width: 15px;
    height: 15px;
  }
}

.checkbox-wrapper input,
.checklist input {
  opacity: 0;
}

.checkbox-wrapper .checkmark:after,
ul.checklist .checkmark:after {
  content: '';
  display: none;
  width: 5px;
  height: 10px;
  top: 4px;
  left: 8px;
  border: solid #c79e51;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1170px) {
  .checkbox-wrapper .checkmark:after,
  ul.checklist .checkmark:after {
    height: 8px;
    top: 0;
    left: 3px;
  }
}

.checkbox-wrapper,
ul.checklist li {
  display: inline-block;
  cursor: pointer;
}

.checkbox-wrapper input:checked ~ .checkmark:after,
ul.checklist input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrapper span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-left: 0 !important;
}

@media (max-width: 1170px) {
  .checkbox-wrapper span {
    font-family: 9px;
    line-height: 13px;
  }
}

.checkbox-wrapper a {
  font-weight: 700;
  text-decoration: none;
}

.checkbox-wrapper .error-message {
  visibility: hidden;
  margin-top: 7px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .call-now {
    padding: 86px 0;
  }
}

.tile-infographic {
  width: 100%;
}

.tile-infographic .tile {
  background-color: white;
  border: 1px solid #707171;
}

.expand-collapse-toggles,
.expand-collapse-toggles li {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  .expand-collapse-toggles,
  .expand-collapse-toggles li {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  .expand-collapse-toggles,
  .expand-collapse-toggles li {
    font-size: 13px;
    line-height: 19px;
  }
}

.expand-collapse-toggles .target > div,
.expand-collapse-toggles .toggle-button,
.expand-collapse-toggles .toggle-button:after {
  padding: 23px 45px;
}

@media (max-width: 700px) {
  .expand-collapse-toggles .target > div,
  .expand-collapse-toggles .toggle-button,
  .expand-collapse-toggles .toggle-button:after {
    padding: 15px;
  }
}

.expand-collapse-toggles .toggle-button {
  background-color: white;
  border: 1px solid #bebebe;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  padding-right: 140px;
}

.expand-collapse-toggles .toggle-button:after {
  content: '\F067';
  display: block;
  position: absolute;
  font-size: 18px;
  color: #c79e51;
  font-family: FontAwesome;
  top: 0;
  right: 0;
}

@media (max-width: 1170px) {
  .expand-collapse-toggles .toggle-button:after {
    font-size: 15px;
    line-height: 27px;
  }
}

@media (max-width: 700px) {
  .expand-collapse-toggles .toggle-button:after {
    font-size: 13px;
    line-height: 25px;
  }
}

.expand-collapse-toggles .expanded .toggle-button:after {
  content: '\F068';
}

.expand-collapse-toggles .target {
  height: 0;
  overflow: hidden;
}

.infographic-tiles-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .infographic-tiles-wrap {
    max-width: 290px;
  }
}

.infographic-tiles-wrap.full-width {
  max-width: none;
}

.infographic-tiles-wrap hr {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #8a8b8b;
  margin: 10px 0;
}

.infographic-tiles-wrap .title-block {
  width: 100%;
  background-color: #333333;
  text-align: center;
  margin-bottom: 25px;
  padding: 17px 20px;
}

.infographic-tiles-wrap .title-block * {
  color: #ffffff;
}

.infographic-tiles-wrap .title-block h4 {
  margin: 0;
}

.infographic-tiles-wrap .tiles {
  width: 100%;
}

.infographic-tiles-wrap .tiles:after {
  clear: both;
  content: "";
  display: table;
}

.infographic-tiles-wrap .tiles.col-3 .tile {
  width: -webkit-calc(33.3333% - 17px);
  width: -moz-calc(33.3333% - 17px);
  width: calc(33.3333% - 17px);
}

@media (max-width: 880px) {
  .infographic-tiles-wrap .tiles.col-3 .tile {
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: calc(50% - 13px);
    margin-right: 20px;
    padding: 0 10px;
  }
}

.infographic-tiles-wrap .tiles.col-3 .tile:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 880px) {
  .infographic-tiles-wrap .tiles.col-3 .tile:nth-child(3n) {
    margin-right: 20px;
  }
}

@media (max-width: 880px) {
  .infographic-tiles-wrap .tiles.col-3 .tile:nth-child(2n) {
    margin-right: 0;
  }
}

.infographic-tiles-wrap .tiles.col-4 .tile {
  width: -webkit-calc(25% - 19px);
  width: -moz-calc(25% - 19px);
  width: calc(25% - 19px);
}

@media (max-width: 880px) {
  .infographic-tiles-wrap .tiles.col-4 .tile {
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: calc(50% - 13px);
    margin-right: 20px;
    padding: 0 10px;
  }
}

.infographic-tiles-wrap .tiles.col-4 .tile:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 880px) {
  .infographic-tiles-wrap .tiles.col-4 .tile:nth-child(2n) {
    margin-right: 0;
  }
}

.infographic-tiles-wrap .tile {
  width: 100%;
  background-color: white;
  border: 1px solid #8a8b8b;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.infographic-tiles-wrap .tile.dark {
  background-color: #333333;
}

.infographic-tiles-wrap .tile.dark * {
  color: white;
}

.infographic-tiles-wrap .tiles:not(.col-1) .tile h4 {
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 700px) {
  .infographic-tiles-wrap .tiles:not(.col-1) .tile h4 {
    font-size: 15px;
    line-height: 20px;
  }
}

.infographic-tiles-wrap .title-block *,
.infographic-tiles-wrap .tile *,
.infographic-tiles-wrap td * {
  font-weight: 300;
}

.infographic-tiles-wrap .title-block * strong,
.infographic-tiles-wrap .tile * strong,
.infographic-tiles-wrap td * strong {
  font-weight: 700;
}

.infographic-tiles-wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 22px;
  table-layout: fixed;
  position: relative;
  width: -webkit-calc(100% + 44px);
  width: -moz-calc(100% + 44px);
  width: calc(100% + 44px);
  left: -22px;
}

@media (max-width: 700px) {
  .infographic-tiles-wrap table {
    border-spacing: 0;
    width: 100%;
    left: 0;
    border-collapse: collapse;
  }
}

.infographic-tiles-wrap td {
  background-color: white;
  border: 1px solid #8a8b8b;
  padding: 20px;
}

@media (max-width: 700px) {
  .infographic-tiles-wrap td {
    display: block;
    width: 100%;
    margin-bottom: 22px;
  }
}

.infographic-tiles-wrap td h4,
.infographic-tiles-wrap td h5 {
  margin: 0 0 10px;
}

.infographic-tiles-wrap td h4 {
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 700px) {
  .infographic-tiles-wrap td h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

.infographic-tiles-wrap td h5 {
  font-size: 19px;
  line-height: 25px;
}

.infographic-tiles-wrap .tile p,
.infographic-tiles-wrap .tile li,
.infographic-tiles-wrap td p,
.infographic-tiles-wrap td li {
  font-size: 14px;
}

.infographic-tiles-wrap td ul:last-child {
  margin-bottom: 0;
}

.infographic-tiles-wrap td li {
  padding-left: 12px;
}

.infographic-tiles-wrap td li:before {
  width: 3px;
  height: 3px;
  left: 0;
  background-color: #8a8b8b;
}

.infographic-tiles-wrap img {
  max-height: 70px;
  width: auto;
  margin: 10px auto 0;
}

@media (max-width: 700px) {
  .infographic-tiles-wrap img {
    max-height: 40px;
    margin-top: 0;
  }
}

.h2-fix {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 17px;
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#page-content {
    /*TODO: chekc for issues changing this form 160 to 0 might cause*/
  padding-top: 160px;
}

@media (max-width: 700px) {
  #page-content {
    padding-top: 60px;
  }
}

#header-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#header-wrapper .headers {
  width: 100%;
}

@media (max-width: 700px) {
  #header-wrapper .headers {
    position: relative;
    overflow: hidden;
  }
}

#header-wrapper a {
  text-decoration: none;
}

#header-wrapper .content {
  height: 100%;
  padding-top: 20px;
}

@media (max-width: 700px) {
  #header-wrapper .content {
    padding-top: 10px;
  }
}

#header-wrapper .top-header {
  color: white;
  background-color: #000000;
  height: 60px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 700px) {
  #header-wrapper .top-header {
    height: 30px;
    -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
    -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
    -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    position: absolute;
  }
}

#header-wrapper .top-header .constrain {
  position: relative;
  height: 100%;
}

@media (max-width: 700px) {
  #header-wrapper .top-header .constrain {
    text-align: center;
  }
}

#header-wrapper .top-header .menu-icon {
  display: none;
}

@media (max-width: 1170px) {
  #header-wrapper .top-header .menu-icon {
    display: block;
    position: absolute;
    top: 16px;
    right: 80px;
    -webkit-transform: translateY(60px);
       -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
         -o-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

@media (max-width: 700px) {
  #header-wrapper .top-header .menu-icon {
    right: 20px;
    top: 6px;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

#header-wrapper .top-header .menu-icon div {
  background-color: white;
}

#header-wrapper .bottom-header {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 1170px) {
  #header-wrapper .bottom-header {
    -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
    -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
    -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
  }
}

@media (max-width: 700px) {
  #header-wrapper .bottom-header {
    height: 60px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    position: relative;
    top: 0;
    bottom: auto;
  }
}

@media (max-width: 700px) {
  #header-wrapper.on-scroll .headers {
    height: 30px;
  }
}

#header-wrapper .bottom-header .constrain {
  height: 100%;
}

#header-wrapper .logos-container {
  display: none;
}

@media (max-width: 1170px) {
  #header-wrapper .logos-container {
    display: block;
    height: 100%;
    float: left;
    padding-top: 6px;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

@media (max-width: 700px) {
  #header-wrapper .logos-container {
    padding-top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    margin-top: -2px;
  }
}

#header-wrapper .mobile-nav {
  background-color: black;
  padding: 0 80px;
  width: 100vw;
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  overflow: hidden;
  position: absolute;
  top: 160px;
  left: 0;
  display: none;
  opacity: 0;
}

@media (max-width: 700px) {
  #header-wrapper .mobile-nav {
    padding: 0 20px;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    top: 60px;
  }
}

#header-wrapper .mobile-nav li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  opacity: 0;
  color: white;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.no-touch #header-wrapper .mobile-nav li:hover,
.is-touch #header-wrapper .mobile-nav li:active {
  color: #c79e51;
}

#header-wrapper .call-us-text-wrap {
  float: right;
  width: 240px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  #header-wrapper .call-us-text-wrap {
    width: auto;
  }
}

@media (max-width: 700px) {
  #header-wrapper .call-us-text-wrap {
    display: inline-block;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    padding-left: 22px;
    position: relative;
    float: none;
  }
  #header-wrapper .call-us-text-wrap:before {
    content: "\F095";
    display: inline-block;
    font-family: FontAwesome;
    color: #c79e51;
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 0;
  }
}

#header-wrapper .call-us-text-wrap a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 60px;
}

@media (max-width: 700px) {
  #header-wrapper .call-us-text-wrap a {
    line-height: 30px;
    font-size: 13px;
  }
}

.no-touch #header-wrapper .call-us-text-wrap a:hover,
.is-touch #header-wrapper .call-us-text-wrap a:active {
  text-decoration: underline;
}

#header-wrapper .logo-wrap,
#header-wrapper .nav-wrap,
#header-wrapper .start-wrap {
  float: left;
}

@media (max-width: 1170px) {
  #header-wrapper .nav-wrap {
    display: none;
  }
}

#header-wrapper .start-wrap {
  float: right;
  height: 60px;
}

@media (max-width: 1170px) {
  #header-wrapper .start-wrap {
    display: none;
  }
}

#header-wrapper .start-wrap .cta-button {
  width: 240px;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 5px;
}

#header-wrapper .bottom-header .logo-wrap {
  width: 250px;
  margin-top: -4px;
  -webkit-transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

@media (max-width: 700px) {
  #header-wrapper .bottom-header .logo-wrap {
    width: 175px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

#header-wrapper .bottom-header .logo-wrap img {
  width: 100%;
}

#header-wrapper .nav-wrap {
  margin: 0;
  text-align: center;
  width: -webkit-calc(100% - 490px);
  width: -moz-calc(100% - 490px);
  width: calc(100% - 490px);
}

#header-wrapper .bottom-header nav li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 3.73%;
}

#header-wrapper .bottom-header nav li:first-of-type {
  margin-left: 0px;
}

#header-wrapper .bottom-header nav li:last-of-type {
  margin-right: 0px;
}

#header-wrapper .bottom-header nav li a {
  font-size: 18px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
}

.no-touch #header-wrapper .bottom-header nav li a:hover,
.is-touch #header-wrapper .bottom-header nav li a:active {
  color: #c79e51;
}

#header-wrapper .bottom-header nav li span {
  font-size: 18px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
}

.no-touch #header-wrapper .bottom-header nav li span:hover,
.is-touch #header-wrapper .bottom-header nav li span:active {
  color: #c79e51;
  cursor: pointer;
}

/*#GlobalHeaderBurger.close {
    cursor: pointer;
    float: right;
    height: 28px;
    width: 38px;

    @include is-desktop {
        display: none;
    }

    @include is-mobile {
        width: 22px;
        height: 18px;
    }

    .no-touch &:hover div,
    .is-touch &:active div {
        background-color: $gold;
    }

    div {
        border-radius: 3px;
        background-color: black;
        height: 6px;
        width: 100%;
        transition: background-color 300ms;

        @include is-mobile {
            height: 3px;
        }

        &::before,
        &::after {
            border-radius: inherit;
            background-color: inherit;
            content: ' ';
            display: block;
            height: inherit;
            position: relative;
            width: inherit;
        }

        &::before {
            top: 10px;

            @include is-mobile {
                top: 6px;
            }
        }

        &::after {
            top: 14px;

            @include is-mobile {
                top: 9px;
            }
        }
    }


    .open {
    }
}*/
#header-wrapper .menu-icon.menu-burger.close {
  cursor: pointer;
  float: right;
  height: 28px;
  width: 38px;
}

@media (min-width: 1171px) {
  #header-wrapper .menu-icon.menu-burger.close {
    display: none;
  }
}

@media (max-width: 700px) {
  #header-wrapper .menu-icon.menu-burger.close {
    width: 22px;
    height: 18px;
  }
}

.no-touch #header-wrapper .menu-icon.menu-burger.close:hover div,
.is-touch #header-wrapper .menu-icon.menu-burger.close:active div {
  background-color: #c79e51;
}

#header-wrapper .menu-icon.menu-burger.close div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: black;
  height: 6px;
  width: 100%;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media (max-width: 700px) {
  #header-wrapper .menu-icon.menu-burger.close div {
    height: 3px;
  }
}

#header-wrapper .menu-icon.menu-burger.close div::before, #header-wrapper .menu-icon.menu-burger.close div::after {
  -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
          border-radius: inherit;
  background-color: inherit;
  content: ' ';
  display: block;
  height: inherit;
  position: relative;
  width: inherit;
}

#header-wrapper .menu-icon.menu-burger.close div::before {
  top: 10px;
}

@media (max-width: 700px) {
  #header-wrapper .menu-icon.menu-burger.close div::before {
    top: 6px;
  }
}

#header-wrapper .menu-icon.menu-burger.close div::after {
  top: 14px;
}

@media (max-width: 700px) {
  #header-wrapper .menu-icon.menu-burger.close div::after {
    top: 9px;
  }
}

#header-wrapper .menu-icon.menu-burger.open {
  cursor: pointer;
  float: right;
  height: 28px;
  width: 38px;
  /*.no-touch &:hover div,
    .is-touch &:active div {
        color: $gold;
    }*/
}

@media (min-width: 1171px) {
  #header-wrapper .menu-icon.menu-burger.open {
    display: none;
  }
}

@media (max-width: 700px) {
  #header-wrapper .menu-icon.menu-burger.open {
    width: 22px;
    height: 18px;
  }
}

#header-wrapper .menu-icon.menu-burger.open div {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}

#header-wrapper .menu-icon.menu-burger.open div:hover {
  opacity: 1;
}

#header-wrapper .menu-icon.menu-burger.open div:before, #header-wrapper .menu-icon.menu-burger.open div:after {
  position: absolute;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #c79e51;
}

@media (max-width: 700px) {
  #header-wrapper .menu-icon.menu-burger.open div:before, #header-wrapper .menu-icon.menu-burger.open div:after {
    height: 25px;
    margin-top: -3px;
    margin-left: 5px;
  }
}

#header-wrapper .menu-icon.menu-burger.open div:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header-wrapper .menu-icon.menu-burger.open div:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header-wrapper .bottom-header .menu-icon {
  margin-top: 15px;
}

@media (max-width: 700px) {
  #header-wrapper .bottom-header .menu-icon {
    margin-top: 3px;
  }
}

#header-wrapper .bottom-header .phone-menu-wrap {
  display: none;
}

@media (max-width: 1170px) {
  #header-wrapper .bottom-header .phone-menu-wrap {
    float: right;
    display: block;
  }
}

@media (max-width: 700px) {
  #header-wrapper .bottom-header .phone-menu-wrap {
    padding-top: 7px;
  }
}

#header-wrapper .phone-menu-wrap .phone-icon {
  display: none;
  margin-right: 15px;
}

#header-wrapper .phone-menu-wrap .phone-icon i.fa-phone {
  color: #c79e51;
  font-size: 24px;
  vertical-align: middle;
}

@media (max-width: 700px) {
  #header-wrapper .phone-menu-wrap .phone-icon {
    display: inline-block;
  }
}

@media (max-width: 1170px) {
  #header-wrapper.on-scroll .bottom-header {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 700px) {
  #header-wrapper.on-scroll .bottom-header {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 1170px) {
  #header-wrapper.on-scroll .call-us-text-wrap {
    -webkit-transform: translateX(-70px);
       -moz-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
         -o-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}

@media (max-width: 700px) {
  #header-wrapper.on-scroll .call-us-text-wrap {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

.no-touch #header-wrapper.on-scroll .logos-container:hover,
.is-touch #header-wrapper.on-scroll .logos-container:active, .no-touch
#header-wrapper.on-scroll .header-pointer:hover,
.is-touch
#header-wrapper.on-scroll .header-pointer:active {
  cursor: pointer;
}

@media (max-width: 1170px) {
  #header-wrapper.on-scroll .logos-container,
  #header-wrapper.on-scroll .top-header .menu-icon {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 700px) {
  #header-wrapper.on-scroll .logos-container,
  #header-wrapper.on-scroll .top-header .menu-icon {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media (max-width: 1170px) {
  #header-wrapper.on-scroll .bottom-header .logo-wrap {
    width: 190px;
  }
}

@media (max-width: 700px) {
  #header-wrapper.on-scroll .bottom-header .logo-wrap {
    width: 175px;
  }
}

@media (max-width: 1170px) {
  #header-wrapper.on-scroll .mobile-nav {
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    top: 60px;
  }
}

@media (max-width: 700px) {
  #header-wrapper.on-scroll .mobile-nav {
    height: -webkit-calc(100vh - 30px);
    height: -moz-calc(100vh - 30px);
    height: calc(100vh - 30px);
    top: 30px;
  }
}

@media (max-width: 700px) {
  #header-wrapper.on-scroll .top-header {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

body.landing-page #page-content {
  padding: 0;
}

body.landing-page #header-wrapper,
body.landing-page #header-wrapper .bottom-header {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}

body.landing-page #header-wrapper .bottom-header {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

@media (max-width: 1170px) {
  body.landing-page #header-wrapper .bottom-header {
    height: 74px;
  }
}

body.landing-page #header-wrapper .bottom-header .logo-wrap {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  cursor: pointer;
}

@media (max-width: 1170px) {
  body.landing-page #header-wrapper .bottom-header .logo-wrap {
    width: 214px;
  }
}

@media (max-width: 700px) {
  body.landing-page #header-wrapper .bottom-header .logo-wrap {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 1170px) {
  body.landing-page #header-wrapper .content {
    padding-top: 11px;
  }
}

@media (max-width: 700px) {
  body.landing-page #header-wrapper .content {
    text-align: center;
  }
}

body.landing-page .phone {
  float: right;
  font-size: 18px;
  line-height: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1170px) {
  body.landing-page .phone {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  body.landing-page .phone {
    display: none;
  }
}

body.landing-page #header-wrapper .top-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
  -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
  -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0ms;
}

@media (max-width: 1170px) {
  body.landing-page #header-wrapper .top-header {
    display: block;
  }
}

body.landing-page #header-wrapper .logos-container {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

body.landing-page #header-wrapper.on-scroll .top-header {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

body.landing-page #header-wrapper.on-scroll .call-us-text-wrap,
body.landing-page #header-wrapper.on-scroll .logos-container {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.creditKarmaIcon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/CreditKarmaGreen.png");
  height: 22px;
  width: 147px;
  background-repeat: no-repeat;
  /* @include is-tablet {
        background-image: url('~/App_Themes/VeteransFirst/assets/images/icons/CreditKarmaGreenTablet.png');
        width: 175px;
        background-repeat: no-repeat;
        margin-top: 10px;
    }*/
}

@media (max-width: 700px) {
  .creditKarmaIcon {
    background-image: url("/App_Themes/VeteransFirst/assets/images/icons/CreditKarmaGreenMobile.png");
    width: 110px;
    height: 16px;
    background-repeat: no-repeat;
  }
}

.constrainCKAdjust {
  width: 100%;
}

@media (max-width: 1170px) {
  .constrainCKAdjust {
    padding: 0 60px;
  }
}

@media (max-width: 700px) {
  .constrainCKAdjust {
    padding: 0px 8px;
  }
}

.holder__creditKarmaIcon {
  padding: 0 22px;
  margin-top: 16px;
  margin-left: 44px;
}

@media (max-width: 1170px) {
  .holder__creditKarmaIcon {
    margin-top: 16px;
    margin-left: 5px;
  }
}

@media (max-width: 700px) {
  .holder__creditKarmaIcon {
    padding: 0 0 0 8px;
    margin-left: unset;
  }
}

.creditKarmaHeader {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jointLogoHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .jointLogoHeader {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer {
  padding: 50px 0;
}

footer a {
  text-decoration: none;
}

.no-touch footer a:hover,
.is-touch footer a:active {
  text-decoration: underline;
}

footer .logo-social-wrap {
  height: 96px;
  position: relative;
  margin-bottom: 39px;
}

@media (max-width: 700px) {
  footer .logo-social-wrap {
    height: auto;
    text-align: center;
    margin-bottom: 55px;
  }
}

footer .logo-social-wrap .logo-wrap,
footer .logo-social-wrap .social-links-wrap {
  display: inline-block;
  float: left;
}

footer .logo-social-wrap .logo-wrap {
  max-width: 265px;
  width: 33.3333%;
  padding-right: 20px;
}

footer .logo-social-wrap .logo-wrap img {
  width: 100%;
}

@media (max-width: 700px) {
  footer .logo-social-wrap .logo-wrap {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto 29px;
  }
  footer .logo-social-wrap .logo-wrap img {
    max-width: 245px;
  }
}

footer .logo-social-wrap .social-links-wrap {
  position: absolute;
  top: 10px;
  left: 60%;
}

@media (max-width: 1170px) {
  footer .logo-social-wrap .social-links-wrap {
    left: 33.3333%;
  }
}

@media (max-width: 700px) {
  footer .logo-social-wrap .social-links-wrap {
    position: relative;
    top: auto;
    left: auto;
    float: none;
  }
}

footer .logo-social-wrap .social-links-wrap p.connect {
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}

footer .social-links-wrap li {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 44px;
  margin-right: 12px;
  width: 44px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #8c8c8c;
  text-align: center;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  footer .social-links-wrap li {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 700px) {
  footer .social-links-wrap li {
    width: 34px;
    height: 34px;
  }
}

footer .social-links-wrap li:last-of-type {
  margin-right: 0;
}

.no-touch footer .social-links-wrap li:hover,
.is-touch footer .social-links-wrap li:active {
  background-color: #333333;
}

footer .social-links-wrap li i {
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
  line-height: 44px;
  color: #ffffff;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  footer .social-links-wrap li i {
    line-height: 38px;
  }
}

@media (max-width: 700px) {
  footer .social-links-wrap li i {
    line-height: 34px;
  }
}

footer .footer-links .links-wrap {
  margin-top: 25px;
  width: 100%;
}

footer .footer-links .links-wrap:after {
  clear: both;
  content: "";
  display: table;
}

footer .column-wrap {
  float: left;
}

@media (max-width: 700px) {
  footer .column-wrap {
    float: none;
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }
}

footer .column-wrap:first-child {
  width: 20%;
}

@media (max-width: 1170px) {
  footer .column-wrap:first-child {
    width: 33.3333%;
  }
}

@media (max-width: 700px) {
  footer .column-wrap:first-child {
    width: 100%;
  }
}

footer .column-wrap:first-child .links-group-column {
  width: 100%;
}

footer .column-wrap:nth-child(2) {
  width: 80%;
}

@media (max-width: 1170px) {
  footer .column-wrap:nth-child(2) {
    width: 66.6667%;
  }
}

@media (max-width: 700px) {
  footer .column-wrap:nth-child(2) {
    width: 100%;
  }
}

footer .column-wrap:nth-child(2) .links-group-column {
  width: 25%;
}

@media (max-width: 1170px) {
  footer .column-wrap:nth-child(2) .links-group-column {
    display: inline-block;
    width: 50%;
  }
}

@media (max-width: 700px) {
  footer .column-wrap:nth-child(2) .links-group-column {
    width: 100%;
  }
}

@media (max-width: 1170px) {
  footer .column-wrap:nth-child(2) .links-group-column:nth-child(odd) {
    float: none;
  }
}

@media (max-width: 1170px) {
  footer .column-wrap:nth-child(2) .links-group-column:nth-child(even) {
    float: right;
  }
}

@media (max-width: 700px) {
  footer .column-wrap:nth-child(2) .links-group-column:nth-child(even) {
    float: none;
  }
}

footer .links-group-column {
  float: left;
  padding: 0 32px 13px 0;
}

footer .contact-us .phone-number a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

footer .contact-us .phone-number,
footer .contact-us .address {
  margin-bottom: 8px;
}

footer .contact-us p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
}

footer .contact-us p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

footer .community {
  float: right;
}

@media (max-width: 1170px) {
  footer .community {
    float: left;
  }
}

@media (max-width: 1170px) {
  footer .licensing-state-disclosures {
    min-height: 121px;
  }
}

footer p.list-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #c79e51;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

footer .links-group-column li {
  padding-bottom: 10px;
}

footer .links-group-column a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  text-decoration: none;
}

footer .links-group-column span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  text-decoration: none;
}

.no-touch footer .links-group-column span:hover,
.is-touch footer .links-group-column span:active {
  cursor: pointer;
  text-decoration: underline;
}

footer .legal-wrap {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
}

.landing-page footer .legal-wrap {
  text-align: left;
}

footer .legal-wrap.dark {
  background-color: #242424;
  width: 100%;
}

footer .legal-wrap.dark p {
  color: #FFFFFF;
}

footer .legal-wrap.dark ul li::before {
  display: none !important;
}

footer .legal-wrap p {
  font-size: 15px;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #7d7d7d;
}

.landing-page footer .legal-wrap p {
  text-align: left;
}

footer .legal-wrap ul {
  padding: 40px 0;
}

footer .legal-wrap li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 700px) {
  footer .legal-wrap li {
    margin-right: 10px;
  }
}

footer .legal-wrap li:last-child {
  margin-right: 0;
}

footer .legal-wrap img {
  height: 85px;
}

@media (max-width: 700px) {
  footer .legal-wrap img {
    height: 35px;
  }
}

footer .legal-outer-wrap {
  text-align: center;
}

footer .copyright {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.bbb-height {
  width: 120px;
  height: 85px;
}

@media (max-width: 700px) {
  .bbb-height {
    width: 50px;
    height: 39px;
  }
}

.norton-footer {
  height: 78px;
  margin-left: -5px;
}

@media (max-width: 700px) {
  .norton-footer {
    height: 33px;
  }
}

.star-reviews-container {
  background-color: #f4f4f4;
  padding: 44px 0;
  height: 210px;
}

@media (max-width: 1170px) {
  .star-reviews-container {
    padding: 35px 0 0;
    height: 200px;
  }
}

@media screen and (min-width: 10px) {
  .star-reviews-container {
    height: 100%;
    padding: 25px 0 25px;
  }
}

@media screen and (min-width: 577px) {
  .star-reviews-container {
    padding: 35px 0 0;
    height: 200px;
  }
}

.star-reviews-container .star-reviews {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 0;
}

.star-reviews-container .star-reviews:after {
  clear: both;
  content: "";
  display: table;
}

.star-reviews-container li {
  display: inline-block;
  height: 98px;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 0 0 34px 0;
  font-size: inherit;
}

@media (max-width: 1170px) {
  .star-reviews-container li {
    padding-bottom: 0px;
  }
}

@media (max-width: 700px) {
  .star-reviews-container li {
    width: 50%;
  }
}

.star-reviews-container li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.star-reviews-container li:after {
  content: '';
  display: block;
  width: 137px;
  height: 24px;
  background-image: url(/assets/images/reviews/stars.png);
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -68px;
}

@media (max-width: 1170px) {
  .star-reviews-container li:after {
    -webkit-transform: scale(0.65);
       -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
         -o-transform: scale(0.65);
            transform: scale(0.65);
  }
}

.star-reviews-container img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 1170px) {
  .star-reviews-container img {
    -webkit-transform: scale(0.65);
       -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
         -o-transform: scale(0.65);
            transform: scale(0.65);
  }
}

.three-column-links {
  padding: 68px 0;
}

@media (max-width: 1170px) {
  .three-column-links {
    padding: 44px 0;
  }
}

@media (max-width: 700px) {
  .three-column-links {
    padding: 38px 0;
  }
}

.three-column-links > div {
  width: -webkit-calc(33.3333% - 20px);
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  height: 182px;
  position: relative;
  margin-right: 30px;
  text-align: center;
}

@media (max-width: 1170px) {
  .three-column-links > div {
    height: 114px;
  }
}

@media (max-width: 700px) {
  .three-column-links > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.three-column-links > div:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.three-column-links > div a,
.three-column-links > div > div {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 14px;
  position: relative;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media (max-width: 1170px) {
  .three-column-links > div a,
  .three-column-links > div > div {
    padding: 16px 10px;
  }
}

.three-column-links > div a:before,
.three-column-links > div > div:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #595959;
}

.three-column-links > div > div {
  opacity: 0.5;
}

.three-column-links > div a:hover svg {
  fill: #c79e51;
}

.three-column-links > div a:hover .icon-container.animate-stroke svg {
  fill: none;
  stroke: #c79e51;
}
.three-column-links > div:hover {
    background-color: #f7f7f7;
}
.three-column-links > div:hover > a > span {
    color: #c79e51
}
.no-touch .three-column-links > div a:hover,
.is-touch .three-column-links > div a:active {
    background-color: #f7f7f7;
}

.no-touch .three-column-links > div a:hover span,
.is-touch .three-column-links > div a:active span {
  color: #c79e51;
}

.three-column-links > div span {
  display: block;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
}

@media (max-width: 1170px) {
  .three-column-links > div span {
    font-size: 11px;
    line-height: 13px;
  }
}

.three-column-links > div .icon-container {
  height: 112px;
  width: 100%;
  padding: 22px 0;
}

@media (max-width: 1170px) {
  .three-column-links > div .icon-container {
    height: 64px;
    padding: 2px 0 14px;
  }
}

.three-column-links > div .icon-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

.three-column-links > div .icon-container.animate-stroke svg {
  stroke: #080808;
}

.three-column-links > div img,
.three-column-links > div svg {
  max-height: 100%;
  height: 192px;
  vertical-align: bottom;
}

.three-column-links > div svg {
  fill: black;
  -webkit-transition: fill 300ms, stroke 300ms;
  -o-transition: fill 300ms, stroke 300ms;
  -moz-transition: fill 300ms, stroke 300ms;
  transition: fill 300ms, stroke 300ms;
}

.videos-carousel-container {
  width: 100%;
  max-width: 1900px;
  position: relative;
  padding-bottom: 30px;
  margin: 0 auto;
}

.videos-carousel-container .iframe {
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.videos-carousel-container .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.videos-carousel-container .white-bars {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videos-carousel-container .white-bars:before, .videos-carousel-container .white-bars:after {
  content: '';
  display: block;
  height: 100%;
  width: -webkit-calc(50vw - 50%);
  width: -moz-calc(50vw - 50%);
  width: calc(50vw - 50%);
  max-width: -webkit-calc(950px - 50%);
  max-width: -moz-calc(950px - 50%);
  max-width: calc(950px - 50%);
  background-color: white;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition: all 400ms ease-out 250ms, width 0ms;
  -o-transition: all 400ms ease-out 250ms, width 0ms;
  -moz-transition: all 400ms ease-out 250ms, width 0ms;
  transition: all 400ms ease-out 250ms, width 0ms;
}

.videos-carousel-container .white-bars:before {
  left: 100%;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.videos-carousel-container .white-bars:after {
  right: 100%;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.videos-carousel-container .player-outer-container {
  background-color: black;
  width: 100%;
  height: 494px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 1170px) {
  .videos-carousel-container .player-outer-container {
    height: 430px;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container .player-outer-container {
    height: 276px;
  }
}

.videos-carousel-container .player-inner-container {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
}

.videos-carousel-container .player {
  padding-top: 56.4102564%;
  height: 0;
  position: relative;
}

.videos-carousel-container .player .iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  transition: opacity 250ms;
}

.videos-carousel-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.videos-carousel-container .carousel {
  width: 100%;
  height: 494px;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: black;
}

@media (max-width: 1170px) {
  .videos-carousel-container .carousel {
    height: 430px;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container .carousel {
    height: 276px;
  }
}

.videos-carousel-container .carousel li {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 110px;
  color: #ffffff;
  position: relative;
  white-space: normal;
  overflow: hidden;
  vertical-align: top;
}

@media (max-width: 1170px) {
  .videos-carousel-container .carousel li {
    padding-top: 80px;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container .carousel li {
    padding-top: 0;
  }
}

.videos-carousel-container.alt .carousel li {
  padding-top: 0;
}

.videos-carousel-container .carousel li .constrain > div {
  width: 100%;
}

@media (max-width: 700px) {
  .videos-carousel-container .carousel li .constrain > div {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container .carousel li .constrain > div:first-child {
    z-index: 2;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container .carousel li .constrain {
    position: initial;
  }
  .videos-carousel-container .carousel li .constrain h4,
  .videos-carousel-container .carousel li .constrain h6,
  .videos-carousel-container .carousel li .constrain p {
    display: none;
  }
  .videos-carousel-container .carousel li .constrain .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
  }
}

.videos-carousel-container .constrain {
  position: relative;
}

.videos-carousel-container .play-button {
  margin: 0 auto;
}

.videos-carousel-container h4,
.videos-carousel-container h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.videos-carousel-container h4,
.videos-carousel-container h6,
.videos-carousel-container p {
  color: white;
}

@media (max-width: 700px) {
  .videos-carousel-container h4,
  .videos-carousel-container h6,
  .videos-carousel-container p {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.videos-carousel-container h4 {
  font-size: 20px;
  line-height: 22px;
  margin: 24px 0 8px;
  font-weight: 400;
}

@media (max-width: 1170px) {
  .videos-carousel-container h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

.videos-carousel-container.alt h4 {
  text-transform: none;
  font-size: 36px;
  line-height: 38px;
}

@media (max-width: 1170px) {
  .videos-carousel-container.alt h4 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container.alt h4 {
    font-size: 32px;
    line-height: 34px;
  }
}

.videos-carousel-container h6 {
  font-size: 13px;
  line-height: 16px;
}

.videos-carousel-container h6 span {
  position: relative;
}

.videos-carousel-container h6 span:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 1px;
  margin: 0 10px;
  background-color: white;
}

.videos-carousel-container p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  max-width: 740px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .videos-carousel-container p {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 700px) {
  .videos-carousel-container p {
    font-size: 20px;
    line-height: 26px;
  }
}

.videos-carousel-container p:before {
  content: '\201C';
}

.videos-carousel-container p:after {
  content: '\201D';
}

.videos-carousel-container .swiper-pagination {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  position: relative;
}

@media (max-width: 700px) {
  .videos-carousel-container .swiper-pagination {
    padding-top: 18px;
  }
}

.videos-carousel-container .swiper-pagination span {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  margin-right: 2px;
  cursor: pointer;
}

.videos-carousel-container .swiper-pagination span:last-child {
  margin-right: 0;
}

.videos-carousel-container .swiper-pagination span:before {
  content: '';
  display: block;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 17px;
  left: 17px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: background-color 265ms;
     -moz-transform: background-color 265ms;
      -ms-transform: background-color 265ms;
       -o-transform: background-color 265ms;
          transform: background-color 265ms;
}

.videos-carousel-container .swiper-pagination span:after {
  content: '';
  display: block;
  border: 11px solid #c79e51;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.videos-carousel-container .swiper-pagination .swiper-pagination-bullet-active:before {
  background-color: #c79e51;
  -webkit-transition-delay: 35ms;
     -moz-transition-delay: 35ms;
       -o-transition-delay: 35ms;
          transition-delay: 35ms;
}

.videos-carousel-container .swiper-pagination .swiper-pagination-bullet-active:after {
  border-width: 2px;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.videos-carousel-container .mobile-copy-slides {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 700px) {
  .videos-carousel-container .mobile-copy-slides {
    display: block;
  }
}

.videos-carousel-container .mobile-copy-slides li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 28px 20px 0;
  color: #000000;
  text-align: center;
}

.videos-carousel-container .mobile-copy-slides .active {
  z-index: 1;
  position: relative;
}

.videos-carousel-container .mobile-copy-slides .active h4,
.videos-carousel-container .mobile-copy-slides .active h6,
.videos-carousel-container .mobile-copy-slides .active p {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.videos-carousel-container .mobile-copy-slides .active h4 {
  -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.videos-carousel-container .mobile-copy-slides .active h6 {
  -webkit-transition-delay: 350ms;
     -moz-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}

.videos-carousel-container .mobile-copy-slides .active p {
  -webkit-transition-delay: 400ms;
     -moz-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

.videos-carousel-container .mobile-copy-slides .play-button {
  display: none;
}

.videos-carousel-container .mobile-copy-slides h4 {
  color: #c79e51;
  margin-top: 0;
}

.videos-carousel-container .mobile-copy-slides h6 {
  color: #cccccc;
}

.videos-carousel-container .mobile-copy-slides h6 span:before {
  background-color: #cccccc;
}

.videos-carousel-container .mobile-copy-slides p {
  color: #000000;
}

.videos-carousel-container.player-open .white-bars:before,
.videos-carousel-container.player-open .white-bars:after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.videos-carousel-container.player-open .iframe,
.videos-carousel-container.player-open .close-button {
  opacity: 1;
  -webkit-transition-delay: 800ms;
     -moz-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

.inline-video {
  height: 464px;
  position: relative;
}

@media (max-width: 1170px) {
  .inline-video {
    height: 354px;
  }
}

@media (max-width: 700px) {
  .inline-video {
    height: 276px;
  }
}

.inline-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
}

.inline-video .player-container,
.inline-video .iframe,
.inline-video .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inline-video .player-container {
  /*display: none;*/
  opacity: 0;
  background-color: black;
}

.inline-video .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
}

.tabbed-content-container {
  background-color: #f4f4f4;
  padding-top: 68px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1170px) {
  .tabbed-content-container {
    padding-top: 66px;
  }
}

.tabbed-content-container .tabs-container {
  display: inline-block;
  width: 100%;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs-container {
    height: 66px;
  }
}

.tabbed-content-container.is-sticky .tabs-container {
  position: fixed;
  /*uncomment next line when corona header is done*/
  /*top: 190px;*/
  top: 160px;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

@media (max-width: 1170px) {
  .tabbed-content-container.is-sticky .tabs-container {
    /*uncomment next line when corona header is done*/
    /*top: 60px;*/
    top: 60px;
  }
}

@media (max-width: 700px) {
  .tabbed-content-container.is-sticky .tabs-container {
    /*uncomment next line when corona header is done*/
    /*top: 30px;*/
    top: 30px;
  }
}

@media (max-width: 1170px) {
  .on-scroll > #headerAnnouncement {
    display: none;
  }
}

@media (max-width: 1170px) {
  .tabbed-content-container.is-sticky .tabs-container:before {
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.33);
       -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.33);
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.33);
  }
}

.tabbed-content-container .tabs-container:before {
  content: '';
  display: block;
  width: 100%;
  height: -webkit-calc(100% - 4px);
  height: -moz-calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #c4c4c4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.33);
     -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  -moz-transition: box-shadow 300ms, -moz-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms, -moz-box-shadow 300ms;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs-container:before {
    background-color: white;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
}

.tabbed-content-container .tabs-inner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tabbed-content-container .tabs {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs {
    height: 100px;
    padding: 0 80px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .tabbed-content-container .tabs ::-webkit-scrollbar {
    height: 0;
    background-color: transparent;
  }
}

@media (max-width: 700px) {
  .tabbed-content-container .tabs {
    padding: 0 20px;
  }
}

.tabbed-content-container .tabs li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  min-width: 20%;
  height: 66px;
  color: black;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs li {
    font-size: 10px;
    min-width: 0;
    height: 60px;
    padding: 0 15px 0 0;
    line-height: 60px;
  }
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs li:last-child span {
    padding-right: 0;
  }
}

.tabbed-content-container .tabs span {
  display: inline-block;
  height: 100%;
  padding: 14px 30px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs span {
    padding: 0;
  }
}

.tabbed-content-container .tabs span.top {
  padding-top: 24px;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs span.top {
    padding: 0;
  }
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs br {
    display: none;
  }
}

.tabbed-content-container .tabs li.active span {
  background-color: #f4f4f4;
  cursor: default;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs li.active span {
    background-color: transparent;
  }
  .tabbed-content-container .tabs li.active span:before {
    opacity: 1;
  }
}

.tabbed-content-container .tabs li span:before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: -2px;
  left: 30px;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  .tabbed-content-container .tabs li span:before {
    background-color: #c79e51;
    width: 100%;
    height: 4px;
    bottom: -1px;
    left: 0;
  }
}

.no-touch .tabbed-content-container .tabs li:not(.active) span:hover:before,
.is-touch .tabbed-content-container .tabs li:not(.active) span:active:before {
  opacity: 1;
}

.tabbed-content-container .tab-content {
  position: relative;
}

.tabbed-content-container .tab-content > li {
  padding-top: 54px;
  padding-bottom: 58px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tab-content > li {
    padding-top: 48px;
    padding-bottom: 66px;
  }
}

@media (max-width: 700px) {
  .tabbed-content-container .tab-content > li {
    padding-top: 28px;
    padding-bottom: 40px;
  }
}

.tabbed-content-container .tab-content > li > *:first-child {
  margin-top: 0;
}

.tabbed-content-container .tab-content > li .videos-carousel-container .white-bars:before,
.tabbed-content-container .tab-content > li .videos-carousel-container .white-bars:after {
  background-color: #f4f4f4;
}

.tabbed-content-container .tab-content > li.active {
  position: relative;
  z-index: 1;
}

.tabbed-content-container .tab-content h2 {
  margin-bottom: 18px;
}

.tabbed-content-container .tab-content h3.top {
  margin-top: 50px;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tab-content h3.top {
    margin-top: 46px;
  }
}

@media (max-width: 700px) {
  .tabbed-content-container .tab-content h3.top {
    margin-top: 20px;
  }
}

.tabbed-content-container .wide-image.top {
  margin-top: 55px;
}

@media (max-width: 1170px) {
  .tabbed-content-container .wide-image.top {
    margin-top: 45px;
  }
}

@media (max-width: 700px) {
  .tabbed-content-container .wide-image.top {
    margin-top: 25px;
  }
}

@media (max-width: 700px) {
  .tabbed-content-container .tab-content .cta-container {
    width: 100%;
    text-align: center;
  }
  .tabbed-content-container .tab-content .cta-container .cta-button {
    width: auto;
  }
}

.tabbed-content-container .tab-content > li > h3:not(:first-child),
.tabbed-content-container .tab-content > li > .constrain > h3:not(:first-child) {
  margin-top: 55px;
}

@media (max-width: 1170px) {
  .tabbed-content-container .tab-content > li > h3:not(:first-child),
  .tabbed-content-container .tab-content > li > .constrain > h3:not(:first-child) {
    margin-top: 45px;
  }
}

@media (max-width: 700px) {
  .tabbed-content-container .tab-content > li > h3:not(:first-child),
  .tabbed-content-container .tab-content > li > .constrain > h3:not(:first-child) {
    margin-top: 25px;
  }
}

.inline-start-form {
  margin: 30px 0;
  color: #ffffff;
}

@media (max-width: 700px) {
  .inline-start-form .constrain {
    padding: 0;
  }
}

.inline-start-form .page-title {
  position: relative;
  width: 100%;
  padding: 0 40px;
}

.inline-start-form .page-title .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
}

@media (max-width: 1170px) {
  .inline-start-form .page-title .title {
    font-size: 36px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

@media (max-width: 700px) {
  .inline-start-form .page-title .title {
    font-size: 30px;
    line-height: 32px;
    padding: 0 40px;
  }
}

@media (max-width: 700px) {
  .inline-start-form .page-title {
    padding: 0 0;
  }
}

.inline-start-form .page-title span.form-progress {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: white;
  position: absolute;
  bottom: 4px;
  right: 0;
}

@media (max-width: 700px) {
  .inline-start-form .page-title span.form-progress {
    position: relative;
    font-size: 15px;
  }
}

.inline-start-form label {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  /*text-transform: uppercase;*/
  cursor: pointer;
  margin-right: 33px;
  text-align: left;
}

.inline-start-form label:after {
  clear: both;
  content: "";
  display: table;
}

.inline-start-form label:last-child {
  margin-right: 0;
}

@media (max-width: 1170px) {
  .inline-start-form label {
    font-size: 11px;
    margin-right: 20px;
  }
}

@media (max-width: 700px) {
  .inline-start-form label {
    font-size: 11px;
    margin-right: 0;
  }
}

.inline-start-form .radio-wrapper {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px !important;
  width: 100% !important;
}

@media (max-width: 1170px) {
  .inline-start-form .radio-wrapper {
    margin-bottom: 18px;
  }
}

@media (max-width: 700px) {
  .inline-start-form .radio-wrapper label {
    margin-left: 0 !important;
  }
}

.inline-start-form .radio-wrapper label.error {
  text-align: center;
}

.inline-start-form .radio-wrapper input {
  position: absolute;
  opacity: 0;
}

.inline-start-form .radio-wrapper span {
  float: right;
  line-height: 30px !important;
  font-size: 18px;
  text-align: left;
}

@media (max-width: 1170px) {
  .inline-start-form .radio-wrapper span {
    line-height: 20px !important;
    font-size: 15px !important;
    margin-left: 10px;
  }
}

.inline-start-form .radio-wrapper .checkmark {
  width: 30px;
  height: 30px;
  background-color: white;
  position: relative;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-right: 18px;
}

@media (max-width: 1170px) {
  .inline-start-form .radio-wrapper .checkmark {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}

.inline-start-form .radio-wrapper input:checked ~ .checkmark:before {
  content: '';
  display: block;
  background-color: #c79e51;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

@media (max-width: 1170px) {
  .inline-start-form .radio-wrapper input:checked ~ .checkmark:before {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
  }
}

.inline-start-form .field-wrapper input:first-child {
  margin-right: 26px;
}

@media (max-width: 1170px) {
  .inline-start-form .field-wrapper input:first-child {
    margin-right: 14px;
  }
}

@media (max-width: 700px) {
  .inline-start-form .field-wrapper input:first-child {
    margin-right: auto;
    margin-bottom: 18px;
  }
}

@media (max-width: 1170px) {
  .inline-start-form .field-label {
    line-height: 24px !important;
    font-size: 15px !important;
    margin-bottom: 6px;
  }
}

@media (max-width: 700px) {
  .inline-start-form .field-label {
    margin-right: 10px;
  }
}

.inline-start-form .cta-button:hover {
  background-color: #ffffff;
  color: #c79e51;
}

.inline-start-form .pages {
  position: relative;
  height: 650px;
  background-color: #4d4d4d;
}

.inline-start-form .hide {
  display: none !important;
}

.inline-start-form .page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 130px;
  display: table;
}

.inline-start-form .page .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.inline-start-form .page .vf-form {
  margin-top: 30px;
}

@media (max-width: 700px) {
  .inline-start-form .page .vf-form {
    margin-top: 10px;
  }
}

.inline-start-form .page .field-wrapper {
  width: 48%;
  display: inline-block;
  margin: 0 10px 0 0;
}

@media (max-width: 700px) {
  .inline-start-form .page .field-wrapper {
    width: 100vw;
    padding: 0 20px;
    margin-top: 20px;
  }
}

.inline-start-form .page p {
  margin-top: 26px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff !important;
}

@media (max-width: 1170px) {
  .inline-start-form .page p {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 40px;
  }
}

@media (max-width: 700px) {
  .inline-start-form .page p {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 20px;
  }
}

.inline-start-form .page p.secure {
  margin-top: 5px;
  font-size: 14px;
}

@media (max-width: 700px) {
  .inline-start-form .page p.secure {
    font-size: 13px;
    margin: 12px 0 0 0 !important;
    padding: 0 0;
  }
}

.inline-start-form .page .cta-button {
  margin-top: 40px;
}

.inline-start-form .page .cta-button:focus {
  outline: 0;
}

.inline-start-form .page .disclaimer {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 0 90px;
}

@media (max-width: 1170px) {
  .inline-start-form .page .disclaimer {
    padding: 0 0;
  }
}

@media (max-width: 700px) {
  .inline-start-form .page .disclaimer {
    padding: 0 20px;
  }
}

.inline-start-form .page .disclaimer a {
  text-decoration: underline;
  color: #4a90e2;
  font-weight: bold;
}

@media (max-width: 1170px) {
  .inline-start-form .page {
    padding: 30px 46px;
  }
}

@media (max-width: 700px) {
  .inline-start-form .page {
    margin: 0;
    padding: 0;
  }
}

.loan-links {
  width: 100%;
  margin: 80px 0;
}

@media (max-width: 1170px) {
  .loan-links {
    margin: 40px 0;
  }
}

@media (max-width: 700px) {
  .loan-links {
    margin: 20px 0;
  }
}

.loan-links .links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 700px) {
  .loan-links .links-list {
    display: block;
  }
}

.loan-links .links-list li {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  border: 1px solid #707070;
  padding: 40px;
  position: relative;
}

@media (max-width: 1170px) {
  .loan-links .links-list li {
    width: -webkit-calc(50% - 9px);
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
    padding: 26px;
  }
}

@media (max-width: 700px) {
  .loan-links .links-list li {
    width: 100%;
    padding: 20px;
  }
}

.loan-links .links-list li > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.loan-links .links-list li > div figure {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 54px;
  width: 54px;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .loan-links .links-list li > div figure {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 700px) {
  .loan-links .links-list li:first-child {
    margin-bottom: 20px;
  }
}

.loan-links h3 {
  margin-top: 0;
}

.loan-links .cta {
  color: #c79e51;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1170px) {
  .loan-links .cta {
    font-size: 15px;
    line-height: 27px;
  }
}

@media (max-width: 700px) {
  .loan-links .cta {
    font-size: 13px;
    line-height: 25px;
  }
}

.loan-links-anchorHelper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  height: 54px;
  cursor: pointer;
}

@media (max-width: 700px) {
  .loan-links-anchorHelper {
    height: 35px;
  }
}

.loan-links-img {
  height: 54px;
  width: 54px;
}

@media (max-width: 700px) {
  .loan-links-img {
    height: 35px;
    width: 35px;
  }
}

.loan-links-fix {
  color: #c79e51;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 80px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  bottom: 0;
  left: 0;
}

@media (max-width: 1170px) {
  .loan-links-fix {
    font-size: 15px;
    line-height: 83px;
  }
}

@media (max-width: 700px) {
  .loan-links-fix {
    font-size: 13px;
    line-height: 50px;
  }
}

.div-fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.certificate-of-eligibility-page .content.top {
  padding-top: 0px;
}

.coe-desktop-fix {
  padding-top: 0px !important;
}

#page-content .single-page .content .coe-wrap .th-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}

.coe-wrap {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 700px) {
  .coe-wrap {
    padding: 25px 0;
  }
}

.coe-wrap h2 {
  margin-bottom: 17px;
}

.coe-wrap h3 {
  margin-top: 30px;
  margin-bottom: 24px;
}

.coe-wrap table {
  width: 100%;
  color: #666666;
  border: 2px solid #8e8e8e;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  table-layout: fixed;
}

.coe-wrap .mobile-table {
  text-align: center;
}

.coe-wrap .option {
  width: 100%;
  border: 1px solid #8e8e8e;
}

.coe-wrap th, .coe-wrap td {
  padding: 0;
}

.coe-wrap th,
.coe-wrap .th {
  background-color: #333333;
  color: #ffffff;
  border-bottom: 1px solid #8e8e8e;
}

.coe-wrap .th-content {
  padding: 34px 30px;
  position: relative;
}

@media (max-width: 1170px) {
  .coe-wrap .th-content {
    padding: 18px 24px;
  }
}

.coe-wrap .th-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: -webkit-calc(50% - 40px);
  height: -moz-calc(50% - 40px);
  height: calc(50% - 40px);
  bottom: 0;
  right: -1px;
  background-color: #474747;
}

@media (max-width: 1170px) {
  .coe-wrap .th-content:before {
    height: -webkit-calc(50% - 26px);
    height: -moz-calc(50% - 26px);
    height: calc(50% - 26px);
  }
}

@media (max-width: 700px) {
  .coe-wrap .th-content:before {
    display: none;
  }
}

.coe-wrap th:nth-child(3) .th-content:before {
  display: none;
}

.coe-wrap .th-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1170px) {
  .coe-wrap .th-content h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 700px) {
  .coe-wrap .th-content h4 {
    margin-bottom: 4px;
  }
}

.coe-wrap th p,
.coe-wrap td p,
.coe-wrap .th p,
.coe-wrap .td p {
  font-size: 18px;
  margin: 0 !important;
  line-height: 22px;
}

@media (max-width: 1170px) {
  .coe-wrap th p,
  .coe-wrap td p,
  .coe-wrap .th p,
  .coe-wrap .td p {
    line-height: 13px;
    font-size: 11px;
  }
}

.coe-wrap .th-content i {
  margin-right: 6px;
}

.coe-wrap .fa-check-circle {
  color: #84dd6f;
}

.coe-wrap .fa-plus-circle {
  color: #e1e742;
}

.coe-wrap .fa-minus-circle {
  color: #ff6666;
}

.coe-wrap figure {
  display: inline-block;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-bottom: 10px;
}

.coe-wrap .phone-icon {
  /*background-image: url(/APP_Themes/VeteransFirst/assets/images/icons/phone.png);*/
  width: 28px;
  height: 32px;
}

@media (max-width: 1170px) {
  .coe-wrap .phone-icon {
    width: 18px;
    height: 18px;
  }
}

.coe-wrap .mouse-icon {
  /*background-image: url(/APP_Themes/VeteransFirst/assets/images/icons/mouse.png);*/
  width: 22px;
  height: 31px;
}

@media (max-width: 1170px) {
  .coe-wrap .mouse-icon {
    width: 14px;
    height: 20px;
  }
}

.coe-wrap .envelope-icon {
  /*background-image: url(/APP_Themes/VeteransFirst/assets/images/icons/envelope.png);*/
  width: 33px;
  height: 32px;
}

@media (max-width: 1170px) {
  .coe-wrap .envelope-icon {
    width: 19px;
    height: 14px;
  }
}

.coe-wrap .or-container {
  width: 46px;
  height: 46px;
  background-color: #666666;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -26px;
  margin-right: -26px;
  text-transform: uppercase;
  text-align: center;
  line-height: 46px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #cccccc;
}

@media (max-width: 1170px) {
  .coe-wrap .or-container {
    font-size: 9px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-right: -14px;
    line-height: 28px;
  }
}

@media (max-width: 700px) {
  .coe-wrap .or-container {
    position: relative;
    top: auto;
    right: auto;
    margin: 8px auto;
  }
}

.coe-wrap td,
.coe-wrap .td {
  background-color: #ffffff;
  border-left: 1px solid #8e8e8e;
  position: relative;
}

@media (max-width: 700px) {
  .coe-wrap td,
  .coe-wrap .td {
    border: none;
  }
}

.coe-wrap td > div,
.coe-wrap .td {
  padding: 20px;
}

.coe-wrap .td-content {
  position: relative;
}

.coe-wrap .td-content:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e2e2e2;
}

@media (max-width: 700px) {
  .coe-wrap .td-content:before {
    top: -20px;
  }
}

.coe-wrap .left-block:before,
.coe-wrap .right-block:before {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media (max-width: 1170px) {
  .coe-wrap .left-block:before,
  .coe-wrap .right-block:before {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }
}

.coe-wrap .left-block:before {
  left: auto;
  right: 0;
}

.coe-wrap .td-content strong {
  display: block;
}

.coe-wrap .cta-wrapper {
  display: inline-block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 700px) {
  .coe-wrap .cta-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 16px 0 0;
  }
}

.coe-wrap .cta-wrapper a {
  display: inline-block;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  background-color: #1d7ab6;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  vertical-align: bottom;
}

@media (max-width: 1170px) {
  .coe-wrap .cta-wrapper a {
    font-size: 10px;
    padding: 9px 14px;
  }
}

.coe-wrap tr:last-child td {
  padding-bottom: 64px;
}

@media (max-width: 1170px) {
  .coe-wrap tr:last-child td {
    padding-bottom: 36px;
  }
}

.vf-form {
  margin: 40px auto;
  max-width: 768px;
}

.vf-form h2.form-section-header {
  font-size: 37px;
  text-align: left !important;
  color: #151515;
}

@media (max-width: 1170px) {
  .vf-form h2.form-section-header {
    font-size: 33px;
  }
}

@media (max-width: 700px) {
  .vf-form h2.form-section-header {
    font-size: 30px;
  }
}

.vf-form h2.form-section-header-center {
  font-size: 37px;
  text-align: center !important;
  color: #151515;
}

@media (max-width: 1170px) {
  .vf-form h2.form-section-header-center {
    font-size: 33px;
  }
}

@media (max-width: 700px) {
  .vf-form h2.form-section-header-center {
    font-size: 30px;
  }
}

.vf-form h3.form-section-header-center {
  font-size: 37px;
  text-align: center !important;
  color: #151515;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

@media (max-width: 1170px) {
  .vf-form h3.form-section-header-center {
    font-size: 33px;
  }
}

@media (max-width: 700px) {
  .vf-form h3.form-section-header-center {
    font-size: 30px;
  }
}

.vf-form *,
.vf-form *:before,
.vf-form *:after {
  vertical-align: top !important;
}

.vf-form .hide {
  display: none !important;
}

.vf-form label {
  display: block;
  color: #333;
  font-size: 16px;
  margin: 6px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 700px) {
  .vf-form label {
    font-size: 14px;
  }
}

.vf-form.light label {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 700px) {
  .vf-form.light label {
    font-size: 14px;
  }
}

.vf-form.light .input-text-wrapper input,
.vf-form.light .checkbox-wrapper .checkmark,
.vf-form.light ul.checklist .checkmark,
.vf-form.light .select-wrapper select {
  color: #000;
}

.vf-form.dark .form-inner-wrapper {
  background-color: white !important;
  padding: 46px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1170px) {
  .vf-form.dark .form-inner-wrapper {
    padding: 60px;
  }
}

.vf-form.dark h3 {
  color: #000 !important;
}

.vf-form.dark label {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 700px) {
  .vf-form.dark label {
    font-size: 14px;
  }
}

.vf-form.dark .form-container {
  background-color: white !important;
}

.vf-form.dark .input-text-wrapper input,
.vf-form.dark .checkbox-wrapper .checkmark,
.vf-form.dark ul.checklist .checkmark,
.vf-form.dark .select-wrapper select {
  color: #000;
}

.vf-form.caps label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #898989;
}

.vf-form label.error {
  color: #ca0a37;
  text-transform: none;
  font-weight: 700;
}

.vf-form label.landing-error {
  color: #ca0a37;
  text-transform: none;
  font-weight: 700;
}

@media (max-width: 1170px) {
  .vf-form label.landing-error {
    font-size: 9px !important;
  }
}

@media (max-width: 700px) {
  .vf-form label.landing-error {
    font-size: 14px;
  }
}

.vf-form div.error {
  color: #ca0a37;
  text-transform: none;
  font-weight: 700 !important;
  display: block;
  font-size: 16px;
  margin: 6px 0 0 0;
  height: 44px;
  line-height: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 700px) {
  .vf-form div.error {
    font-size: 14px;
  }
}

.vf-form label span {
  font-size: 11px;
  margin-left: 5px;
}

.vf-form input:not([type='submit']):not([type='checkbox']),
.vf-form select {
  background-color: white;
  height: 52px;
  width: 100%;
  border: 2px solid #c1c1c1;
  font-size: 18px;
  padding: 0 10px;
  line-height: 46px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.vf-form input:not([type='submit']):not([type='checkbox']):focus,
.vf-form select:focus {
  outline: none;
}

@media (max-width: 1170px) {
  .vf-form input:not([type='submit']):not([type='checkbox']),
  .vf-form select {
    height: 58px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 14px;
  }
}

.vf-form input:not([type='submit']):not([type='checkbox']).error,
.vf-form select.error {
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

.vf-form input:not([type='submit']):not([type='checkbox']).valid,
.vf-form select.valid {
  border-color: #5eb95e;
  background-color: white;
}

.vf-form input:not([type='submit']):not([type='checkbox'])::-webkit-input-placeholder,
.vf-form select::-webkit-input-placeholder {
  color: #dddddd;
  opacity: 1;
}

.vf-form input:not([type='submit']):not([type='checkbox']):-moz-placeholder,
.vf-form select:-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

.vf-form input:not([type='submit']):not([type='checkbox'])::-moz-placeholder,
.vf-form select::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

.vf-form input:not([type='submit']):not([type='checkbox']):-ms-input-placeholder,
.vf-form select:-ms-input-placeholder {
  color: #dddddd;
  opacity: 1;
}

.vf-form input:not([type='submit']):not([type='checkbox'])::placeholder,
.vf-form select::placeholder {
  color: #dddddd;
  opacity: 1;
}

.vf-form input:not([type='submit']):not([type='checkbox']):-ms-input-placeholder,
.vf-form select:-ms-input-placeholder {
  color: #dddddd;
}

.vf-form input:not([type='submit']):not([type='checkbox'])::-ms-input-placeholder,
.vf-form select::-ms-input-placeholder {
  color: #dddddd;
}

.vf-form .select-inner-wrapper:before {
  line-height: 47px;
}

@media (max-width: 1170px) {
  .vf-form .select-inner-wrapper:before {
    line-height: 54px;
  }
}

.vf-form .select-wrapper.is-error:before {
  color: #ca0a37;
}

.vf-form .select-wrapper.is-valid:before {
  color: #5eb95e;
}

.vf-form .radio-wrapper {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 28px;
  text-align: center;
}

@media (max-width: 1170px) {
  .vf-form .radio-wrapper {
    margin-bottom: 18px;
  }
}

.vf-form .radio-wrapper.is-error .checkmark:after {
  border-color: #ca0a37;
}

.vf-form .radio-wrapper.is-error .field-label {
  color: #ca0a37;
}

.vf-form .radio-wrapper.is-error .coe-checkmark:after {
  border-color: #ca0a37;
}

.vf-form .radio-wrapper.is-error .field-label {
  color: #ca0a37;
}

.vf-form .radio-wrapper .inner-wrapper {
  display: inline-block;
}

.vf-form .radio-wrapper label {
  display: inline-block;
  margin-left: 30px;
}

.vf-form .radio-wrapper label:first-child {
  margin-left: 0;
}

.vf-form .radio-wrapper label.error {
  display: block;
  margin-left: 0;
  margin-top: 30px;
}

.vf-form .radio-wrapper input {
  position: absolute;
  opacity: 0;
}

.vf-form .radio-wrapper .field-label {
  display: block;
  font-size: 16px;
  line-height: 44px;
}

@media (max-width: 700px) {
  .vf-form .radio-wrapper .field-label {
    font-size: 14px;
  }
}

.vf-form .radio-wrapper .checkmark {
  display: block;
  width: 30px;
  height: 30px;
  background-color: white;
  position: relative;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .vf-form .radio-wrapper .checkmark {
    width: 20px;
    height: 20px;
  }
}

.vf-form .radio-wrapper .checkmark:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.vf-form .radio-wrapper input:checked ~ .checkmark:before {
  content: '';
  display: block;
  background-color: #c79e51;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

@media (max-width: 1170px) {
  .vf-form .radio-wrapper input:checked ~ .checkmark:before {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
  }
}

.vf-form .radio-wrapper .coe-checkmark {
  display: block;
  width: 30px;
  height: 30px;
  background-color: white;
  position: relative;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .vf-form .radio-wrapper .coe-checkmark {
    width: 20px;
    height: 20px;
  }
}

.vf-form .radio-wrapper .coe-checkmark:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.vf-form .radio-wrapper input:checked ~ .coe-checkmark:before {
  content: '';
  display: block;
  background-color: #c79e51;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-top: 13px;
}

@media (max-width: 1170px) {
  .vf-form .radio-wrapper input:checked ~ .coe-checkmark:before {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
  }
}

.vf-form .checkbox-wrapper {
  text-transform: none;
}

.vf-form .checkbox-wrapper .copy {
  font-size: 12px;
  line-height: 30px;
}

.vf-form .checkbox-wrapper .checkmark {
  margin-top: 2px;
}

@media (max-width: 1170px) {
  .vf-form .checkbox-wrapper .checkmark {
    margin-top: 7px;
  }
}

.vf-form .checkbox-wrapper.is-error .checkmark {
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

.vf-form .checkbox-wrapper.is-error .copy,
.vf-form .checkbox-wrapper.is-error .gold {
  color: #ca0a37;
  font-size: 12px;
}

.vf-form .checkbox-wrapper.is-error label.error {
  font-size: 12px;
}

.vf-form .checkbox-wrapper.is-valid .checkmark {
  border-color: #5eb95e;
}

.vf-form .checkbox-wrapper.is-valid .copy,
.vf-form .checkbox-wrapper.is-valid .gold {
  color: #5eb95e;
  font-size: 12px;
}

.vf-form .checkbox-wrapper.is-valid label.error {
  font-size: 12px;
}

.vf-form .cta-wrapper {
  text-align: center;
}

.vf-form .cta-wrapper .cta-button {
  margin-top: 20px;
}

@media (max-width: 700px) {
  .vf-form .cta-mobile-wide-button {
    min-width: 250px !important;
  }
}

.vf-form .cta-button {
  margin-top: 40px;
}

.vf-form .padding-left-10 {
  padding-left: 10px;
}

.vf-form .loadingSpinner {
  border: 4px solid #FFF;
  border-top-color: transparent;
  border-left-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -moz-animation: loadingSpinner 0.7s infinite linear;
    -o-animation: loadingSpinner 0.7s infinite linear;
       animation: loadingSpinner 0.7s infinite linear;
  -webkit-animation: loadingSpinner 0.7s infinite linear;
}

.vf-form button .loadingSpinner {
  position: absolute;
}

@-moz-keyframes loadingSpinner {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes loadingSpinner {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes loadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.vf-form .form-group {
  margin-bottom: 60px;
}

.vf-form .form-intro {
  margin: 60px 0;
  text-align: center;
}

@media (max-width: 1170px) {
  .vf-form .form-intro {
    margin: 40px 0;
  }
}

@media (max-width: 700px) {
  .vf-form .form-intro {
    margin: 40px 0;
  }
}

.vf-form .form-disclaimer {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #333;
  margin: 24px 0;
}

.vf-form .form-disclaimer a {
  font-weight: bold;
}

@media (max-width: 1170px) {
  .vf-form .form-disclaimer {
    font-size: 10px;
    line-height: 14px;
    margin: 14px 0;
  }
}

#page-content .home-page h1 {
  margin-top: 101px;
  margin-bottom: 101px;
}

#page-content .home-page h2.top {
  margin-top: 57px;
}

#page-content .home-page h2.bottom {
  margin-bottom: 57px;
}

.reasons-infographic-container {
  width: 100%;
  position: relative;
}

@media (max-width: 700px) {
  .reasons-infographic-container {
    padding: 0 30px;
  }
}

.reasons-infographic {
  display: table;
  width: 100%;
  font-size: 0;
  margin-top: 33px;
}

@media (max-width: 850px) {
  .reasons-infographic {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 851px) {
  .reasons-infographic {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.reasons-infographic li {
  display: table-cell;
  width: 20%;
  height: 100%;
  position: relative;
  vertical-align: top;
}

@media (max-width: 850px) {
  .reasons-infographic li {
    display: inline-block;
    width: 100%;
    height: 380px;
    margin-right: 30px;
  }
}

.reasons-infographic li:before {
  display: block;
  content: '';
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
  height: 100%;
  border: 1px solid #595959;
}

@media (max-width: 1170px) {
  .reasons-infographic li:before {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:before {
    width: 100%;
  }
}

.reasons-infographic li:first-child {
  padding-right: 28px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:first-child {
    padding-right: 16px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:first-child {
    padding: 0;
  }
}

.reasons-infographic li:nth-child(2) {
  padding-left: 7px;
  padding-right: 21px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(2) {
    padding-left: 4px;
    padding-right: 12px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(2) {
    padding: 0;
  }
}

.reasons-infographic li:nth-child(2):before {
  left: 7px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(2):before {
    left: 4px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(2):before {
    left: 0;
  }
}

.reasons-infographic li:nth-child(3) {
  padding-left: 14px;
  padding-right: 14px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(3) {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(3) {
    padding-left: 0;
    padding: 0;
  }
}

.reasons-infographic li:nth-child(3):before {
  left: 14px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(3):before {
    left: 8px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(3):before {
    left: 0;
  }
}

.reasons-infographic li:nth-child(4) {
  padding-left: 21px;
  padding-right: 7px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(4) {
    padding-left: 12px;
    padding-right: 4px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(4) {
    padding: 0;
  }
}

.reasons-infographic li:nth-child(4):before {
  left: 21px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(4):before {
    left: 12px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(4):before {
    left: 0;
  }
}

.reasons-infographic li:nth-child(5) {
  padding-left: 28px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(5) {
    padding-left: 16px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(5) {
    padding: 0;
  }
}

.reasons-infographic li:nth-child(5):before {
  left: 28px;
}

@media (max-width: 1170px) {
  .reasons-infographic li:nth-child(5):before {
    left: 16px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li:nth-child(5):before {
    left: 0;
  }
}

.reasons-infographic li:last-child {
  padding-right: 0;
}

.reasons-infographic li > div {
  height: 100%;
  padding: 0 10px 30px;
  text-align: center;
  position: relative;
}

@media (max-width: 1170px) {
  .reasons-infographic li > div {
    padding-bottom: 20px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic li > div {
    white-space: normal;
    padding-bottom: 10px;
  }
}

.reasons-infographic .image-wrapper {
  height: 132px;
  width: 100%;
}

@media (max-width: 1170px) {
  .reasons-infographic .image-wrapper {
    height: 78px;
    -webkit-transform: scale(0.62);
       -moz-transform: scale(0.62);
        -ms-transform: scale(0.62);
         -o-transform: scale(0.62);
            transform: scale(0.62);
  }
}

@media (max-width: 850px) {
  .reasons-infographic .image-wrapper {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    height: 132px;
  }
}

.reasons-infographic .image-wrapper img {
  max-width: 100%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}

.reasons-infographic h4 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 150px;
  min-height: 90px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  .reasons-infographic h4 {
    font-size: 20px;
    line-height: 20px;
    min-height: 60px;
    max-width: 96px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic h4 {
    font-size: 30px;
    line-height: 30px;
    min-height: 90px;
    max-width: 150px;
  }
}

.reasons-infographic p {
  font-size: 16px;
  line-height: 22px;
  color: #808080;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .reasons-infographic p {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    max-width: 100px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic p {
    font-size: 16px;
    line-height: 22px;
    min-height: 88px;
    max-width: 160px;
  }
}

.reasons-infographic p:before {
  content: '';
  display: block;
  max-width: 140px;
  width: 100%;
  height: 1px;
  background-color: #aeafaf;
  margin: 15px auto 12px;
}

@media (max-width: 1170px) {
  .reasons-infographic p:before {
    margin: 10px auto 5px;
  }
}

@media (max-width: 850px) {
  .reasons-infographic p:before {
    margin: 15px auto 12px;
  }
}

.reasons-infographic-container .navigation {
  display: none;
}

@media (max-width: 850px) {
  .reasons-infographic-container .navigation {
    display: block;
  }
}

.reasons-infographic-container .navigation .arrow {
  width: 40px;
  height: 40px;
  background-color: #c79e51;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.no-touch .reasons-infographic-container .navigation .arrow:hover,
.is-touch .reasons-infographic-container .navigation .arrow:active {
  background-color: #333333;
}

.reasons-infographic-container .navigation .arrow.inactive {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.reasons-infographic-container .navigation .arrow i {
  color: white;
  font-size: 26px;
  line-height: 42px;
  width: 100%;
  text-align: center;
}

.reasons-infographic-container .navigation .prev {
  left: -26px;
}

@media (max-width: 700px) {
  .reasons-infographic-container .navigation .prev {
    left: 6px;
  }
}

.reasons-infographic-container .navigation .prev i {
  padding-right: 5px;
}

.reasons-infographic-container .navigation .next {
  right: -26px;
}

@media (max-width: 700px) {
  .reasons-infographic-container .navigation .next {
    right: 6px;
  }
}

.reasons-infographic-container .navigation .next i {
  padding-left: 5px;
}

#page-content .home-page .inline-video-container {
  padding-top: 64px;
}

@media (max-width: 1170px) {
  #page-content .home-page .inline-video-container {
    padding-top: 50px;
  }
}

@media (max-width: 700px) {
  #page-content .home-page .inline-video-container {
    padding-top: 44px;
  }
}

#page-content .home-page .inline-video-container .cta-button,
#page-content .home-page .inline-video-container .cta-container {
  margin-bottom: 0;
}

#page-content .home-page .inline-video-container > div {
  margin-bottom: 0px;
}

.heritage-speaks {
  padding-bottom: 82px;
}

@media (max-width: 1170px) {
  .heritage-speaks {
    padding-bottom: 65px;
    padding-top: 30px;
  }
}

@media (max-width: 700px) {
  .heritage-speaks {
    padding-bottom: 33px;
  }
}

.heritage-speaks-div-spacer {
  height: 16px;
}

@media (max-width: 1170px) {
  .heritage-speaks-div-spacer {
    height: 10px;
  }
}

@media (max-width: 700px) {
  .heritage-speaks-div-spacer {
    height: 8px;
  }
}

.heritage-speaks .column-3-container {
  text-align: center;
}

.heritage-speaks .column-3-container > div {
  padding: 0 10px;
}

@media (max-width: 700px) {
  .heritage-speaks .column-3-container > div {
    width: 100%;
    padding-bottom: 20px;
  }
}

.heritage-speaks h2 {
  margin-top: 35px;
  margin-bottom: 57px;
}

@media (max-width: 1170px) {
  .heritage-speaks h2 {
    margin-top: 0;
    margin-bottom: 53px;
  }
}

@media (max-width: 700px) {
  .heritage-speaks h2 {
    margin-bottom: 42px;
  }
}

.heritage-speaks .gold-circle,
.heritage-speaks .circle-figure {
  display: inline-block;
  width: 238px;
  height: 238px;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 6px solid #2f78b6;
  color: #2f78b6;
  margin-bottom: 22px;
}

@media (max-width: 1170px) {
  .heritage-speaks .gold-circle,
  .heritage-speaks .circle-figure {
    width: 170px;
    height: 170px;
    margin-bottom: 12px;
  }
}

.heritage-speaks .gold-circle span,
.heritage-speaks .circle-figure span {
  display: block;
  line-height: 225px;
  font-size: 70px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

@media (max-width: 1170px) {
  .heritage-speaks .gold-circle span,
  .heritage-speaks .circle-figure span {
    line-height: 158px;
    font-size: 50px;
  }
}

.heritage-speaks .gold-circle .small,
.heritage-speaks .circle-figure .small {
  font-size: 52px;
  line-height: 48px;
  margin-top: 53px;
}

@media (max-width: 1170px) {
  .heritage-speaks .gold-circle .small,
  .heritage-speaks .circle-figure .small {
    font-size: 40px;
    line-height: 37px;
    margin-top: 33px;
  }
}

#page-content .thank-you-page .phone-number {
  margin: 0 0 26px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 1170px) {
  .employee-search-page .hero-container {
    min-height: 456px;
  }
}

.hide {
  display: none;
}

.employee-result-detail a {
  text-decoration: none;
}

#page-content .employee-bio-page .hero-container {
  padding: 126px 0 68px;
}

@media (max-width: 1170px) {
  #page-content .employee-bio-page .hero-container {
    padding: 82px 0 54px;
  }
}

@media (max-width: 700px) {
  #page-content .employee-bio-page .hero-container {
    display: none;
  }
}

#page-content .employee-bio-page .hero-container h2 {
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}

@media (max-width: 1170px) {
  #page-content .employee-bio-page .hero-container h2 {
    margin-bottom: 5px;
  }
}

#page-content .employee-bio-page .hero-container .middle {
  text-align: left;
}

#page-content .employee-bio-page .hero-container .constrain {
  padding-left: 480px;
}

@media (max-width: 1170px) {
  #page-content .employee-bio-page .hero-container .constrain {
    padding-left: 390px;
  }
}

.employee-bio-page .bio-content {
  position: relative;
}

.employee-bio-page .bio-content .constrain {
  padding-left: 480px;
  position: relative;
}

@media (max-width: 1170px) {
  .employee-bio-page .bio-content .constrain {
    padding-left: 390px;
  }
}

@media (max-width: 700px) {
  .employee-bio-page .bio-content .constrain {
    padding-left: 20px;
  }
}

.employee-bio-page .bio-image {
  width: 370px;
  height: 370px;
  border: 1px solid #c3c3c3;
  background-color: white;
  position: relative;
}

@media (max-width: 1170px) {
  .employee-bio-page .bio-image {
    width: 100%;
    max-width: 280px;
    height: 280px;
  }
}

@media (max-width: 700px) {
  .employee-bio-page .bio-image {
    margin: 24px auto 29px;
  }
}

.employee-bio-page .bio-copy {
  min-height: 440px;
  padding: 60px 0;
}

@media (max-width: 1170px) {
  .employee-bio-page .bio-copy {
    padding: 34px 0;
  }
}

@media (max-width: 700px) {
  .employee-bio-page .bio-copy {
    padding-top: 0;
    min-height: 0px;
  }
}

.employee-bio-page .sidebar {
  width: 400px;
  position: absolute;
  top: -180px;
  left: 80px;
  padding-right: 30px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1170px) {
  .employee-bio-page .sidebar {
    width: 310px;
  }
}

@media (max-width: 700px) {
  .employee-bio-page .sidebar {
    width: -webkit-calc(100% + (20px * 2));
    width: -moz-calc(100% + (20px * 2));
    width: calc(100% + (20px * 2));
    top: auto;
    left: -20px;
    position: relative;
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  .employee-bio-page .bio-heading {
    background-color: #666666;
    background-image: url("/App_Themes/VeteransFirst/assets/images/EmployeeBioHeroImage_Mobile.jpg");
    display: inline-block;
    width: 100%;
    padding: 8px 22px 28px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
         background-size: cover;
  }
}

.employee-bio-page .sidebar h3 {
  display: none;
}

@media (max-width: 700px) {
  .employee-bio-page .sidebar h3 {
    display: block;
    color: white;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
}

.employee-bio-page .sidebar .employee-detail {
  display: none;
}

@media (max-width: 700px) {
  .employee-bio-page .sidebar .employee-detail {
    display: block;
    color: white;
  }
}

.employee-bio-page .sidebar-detail {
  display: inline-block;
  padding-top: 40px;
}

@media (max-width: 700px) {
  .employee-bio-page .sidebar-detail {
    max-width: 100%;
    padding: 19px 20px 7px;
  }
}

.employee-bio-page .sidebar-detail span,
.employee-bio-page .sidebar-detail a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.employee-bio-page span:before,
.employee-bio-page a:before {
  display: block;
  color: #959595;
  font-size: 15px;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}

.employee-bio-page .sidebar-detail a {
  text-decoration: none;
}

.employee-bio-page .sidebar-detail a:hover {
  text-decoration: underline;
}

.employee-bio-page .phone:before {
  content: "\F095";
}

.employee-bio-page .email:before {
  content: "\F0E0";
}

.employee-bio-page .twitter:before {
  content: "\F099";
}

.employee-bio-page .fax svg {
  width: 18px;
  fill: #959595;
  position: absolute;
  top: 0;
  left: 0;
}

.employee-search-page .not-found-container {
  display: none;
}

.employee-search-page .results-container.null-results .not-found-container {
  display: block;
}

.employee-search-page .not-found-container > div {
  display: inline-block;
}

.employee-search-page .not-found-icon {
  width: -webkit-calc(33.3333% - 20px);
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin-right: 20px;
}

@media (max-width: 1170px) {
  .employee-search-page .not-found-icon {
    width: -webkit-calc(33.3333% - 30px);
    width: -moz-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
    margin-right: 30px;
  }
}

@media (max-width: 700px) {
  .employee-search-page .not-found-icon {
    display: none !important;
  }
}

.employee-search-page .not-found-icon img {
  display: block;
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
}

.employee-search-page .not-found-message {
  width: -webkit-calc(66.6666% - 20px);
  width: -moz-calc(66.6666% - 20px);
  width: calc(66.6666% - 20px);
}

@media (max-width: 1170px) {
  .employee-search-page .not-found-message {
    width: -webkit-calc(66.6666% - 30px);
    width: -moz-calc(66.6666% - 30px);
    width: calc(66.6666% - 30px);
  }
}

@media (max-width: 700px) {
  .employee-search-page .not-found-message {
    width: 100%;
  }
}

.employee-search-page .not-found-message h3 {
  padding-left: 40px;
  position: relative;
}

@media (max-width: 700px) {
  .employee-search-page .not-found-message h3 {
    text-align: center;
    padding: 33px 0 0;
  }
}

.employee-search-page .not-found-message h3:before {
  display: block;
  content: "\F071";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}

@media (max-width: 700px) {
  .employee-search-page .not-found-message h3:before {
    width: 100%;
    text-align: center;
  }
}

.employee-search-page label,
.employee-bio-page label {
  /* if there are any problems with this not being uppercase just up comment the line.  you will then have to make a new class for the employee search or it will be uppercase on the first and last name*/
  display: block;
  /*text-transform: uppercase;*/
  font-size: 18px;
  text-align: left;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  .employee-search-page label,
  .employee-bio-page label {
    font-size: 13px;
    padding-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .employee-search-page label,
  .employee-bio-page label {
    padding-bottom: 13px;
  }
}

.employee-search-page input,
.employee-bio-page input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 20px;
}

@media (max-width: 1170px) {
  .employee-search-page input,
  .employee-bio-page input {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .employee-search-page input,
  .employee-bio-page input {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.employee-search-page .cta-button,
.employee-bio-page .cta-button {
  margin-top: 41px;
  width: auto;
  padding: 0 40px;
}

@media (max-width: 700px) {
  .employee-search-page .cta-button,
  .employee-bio-page .cta-button {
    margin-top: 30px;
  }
}

.employee-search-page .fields-container,
.employee-bio-page .fields-container {
  width: 100%;
  margin-top: 66px;
}

.employee-search-page .fields-container:after,
.employee-bio-page .fields-container:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1170px) {
  .employee-search-page .fields-container,
  .employee-bio-page .fields-container {
    margin-top: 24px;
  }
}

.employee-search-page .fields-container > div,
.employee-bio-page .fields-container > div {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  float: left;
}

@media (max-width: 1170px) {
  .employee-search-page .fields-container > div,
  .employee-bio-page .fields-container > div {
    width: -webkit-calc(50% - 9px);
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
  }
}

@media (max-width: 700px) {
  .employee-search-page .fields-container > div,
  .employee-bio-page .fields-container > div {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}

.employee-search-page .fields-container > div:first-child,
.employee-bio-page .fields-container > div:first-child {
  margin-right: 30px;
}

@media (max-width: 1170px) {
  .employee-search-page .fields-container > div:first-child,
  .employee-bio-page .fields-container > div:first-child {
    margin-right: 18px;
  }
}

@media (max-width: 700px) {
  .employee-search-page .fields-container > div:first-child,
  .employee-bio-page .fields-container > div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.employee-search-page .nav-container,
.employee-bio-page .nav-container {
  text-align: center;
  margin-bottom: 68px;
}

@media (max-width: 1170px) {
  .employee-search-page .nav-container,
  .employee-bio-page .nav-container {
    margin-bottom: 36px;
  }
}

.employee-search-page .page-label,
.employee-bio-page .page-label {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

@media (max-width: 1170px) {
  .employee-search-page .page-label,
  .employee-bio-page .page-label {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .employee-search-page .page-label,
  .employee-bio-page .page-label {
    font-size: 14px;
  }
}

.employee-search-page nav,
.employee-bio-page nav {
  margin-top: 27px;
}

@media (max-width: 1170px) {
  .employee-search-page nav,
  .employee-bio-page nav {
    margin-top: 15px;
  }
}

.employee-search-page .nav-container a,
.employee-bio-page .nav-container a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #c79e51;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
}

@media (max-width: 700px) {
  .employee-search-page .nav-container a,
  .employee-bio-page .nav-container a {
    font-size: 14px;
  }
}

.employee-search-page .nav-container .previous,
.employee-bio-page .nav-container .previous {
  padding: 0 14px 0 20px;
}

.employee-search-page .nav-container .previous:after,
.employee-bio-page .nav-container .previous:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #333333;
  position: absolute;
  top: 0;
  right: 0;
}

.employee-search-page .nav-container .previous figure,
.employee-bio-page .nav-container .previous figure {
  left: 0;
}

.employee-search-page .nav-container .previous figure:before,
.employee-bio-page .nav-container .previous figure:before {
  content: "\F060";
}

.employee-search-page .nav-container .next,
.employee-bio-page .nav-container .next {
  padding: 0 20px 0 13px;
}

.employee-search-page .nav-container .next figure,
.employee-bio-page .nav-container .next figure {
  right: 0;
}

.employee-search-page .nav-container .next figure:before,
.employee-bio-page .nav-container .next figure:before {
  content: "\F061";
  padding-left: 2px;
}

.employee-search-page .nav-container figure,
.employee-bio-page .nav-container figure {
  width: 14px;
  height: 14px;
  background-color: #c79e51;
  position: absolute;
  top: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}

.employee-search-page .nav-container figure:before,
.employee-bio-page .nav-container figure:before {
  display: block;
  font-family: FontAwesome;
  line-height: 13px;
  font-size: 9px;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 300;
}

.employee-search-page .nav-container a.disabled,
.employee-bio-page .nav-container a.disabled {
  color: #cccccc;
  pointer-events: none;
}

.employee-search-page .nav-container a.disabled figure,
.employee-bio-page .nav-container a.disabled figure {
  background-color: #cccccc;
}

.employee-search-page .nav-container a:not(.disabled):hover,
.employee-bio-page .nav-container a:not(.disabled):hover {
  color: #333333;
}

.employee-search-page .nav-container a:not(.disabled):hover figure,
.employee-bio-page .nav-container a:not(.disabled):hover figure {
  background-color: #333333;
}

.employee-search-page .results-container,
.employee-search-page .results-list,
.employee-bio-page .results-container,
.employee-bio-page .results-list {
  width: 100%;
}

.employee-search-page .results-container:after,
.employee-search-page .results-list:after,
.employee-bio-page .results-container:after,
.employee-bio-page .results-list:after {
  clear: both;
  content: "";
  display: table;
}

.employee-search-page .results-container,
.employee-bio-page .results-container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media (max-width: 1170px) {
  .employee-search-page .results-container,
  .employee-bio-page .results-container {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.employee-search-page .results-container:before,
.employee-search-page .bio-content > .constrain:before,
.employee-bio-page .results-container:before,
.employee-bio-page .bio-content > .constrain:before {
  content: '';
  display: block;
  height: 1px;
  width: -webkit-calc(100% - (80px * 2));
  width: -moz-calc(100% - (80px * 2));
  width: calc(100% - (80px * 2));
  background-color: #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 80px;
}

@media (max-width: 700px) {
  .employee-search-page .results-container:before,
  .employee-search-page .bio-content > .constrain:before,
  .employee-bio-page .results-container:before,
  .employee-bio-page .bio-content > .constrain:before {
    width: -webkit-calc(100% - (20px * 2));
    width: -moz-calc(100% - (20px * 2));
    width: calc(100% - (20px * 2));
    left: 20px;
  }
}

.employee-search-page .results-list li,
.employee-bio-page .results-list li {
  width: -webkit-calc(50% - 23px);
  width: -moz-calc(50% - 23px);
  width: calc(50% - 23px);
  float: left;
  text-align: center;
}

@media (max-width: 1170px) {
  .employee-search-page .results-list li,
  .employee-bio-page .results-list li {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media (max-width: 700px) {
  .employee-search-page .results-list li,
  .employee-bio-page .results-list li {
    width: 100%;
    float: none;
  }
}

.employee-search-page .results-list li:nth-child(2n),
.employee-bio-page .results-list li:nth-child(2n) {
  margin-left: 46px;
}

@media (max-width: 1170px) {
  .employee-search-page .results-list li:nth-child(2n),
  .employee-bio-page .results-list li:nth-child(2n) {
    margin-left: 30px;
  }
}

@media (max-width: 700px) {
  .employee-search-page .results-list li:nth-child(2n),
  .employee-bio-page .results-list li:nth-child(2n) {
    margin-left: 0;
  }
}

.employee-search-page .results-list .image-outer-container,
.employee-bio-page .results-list .image-outer-container {
  padding-top: 100%;
  height: 0;
  position: relative;
}

.employee-search-page .results-list .image-inner-container,
.employee-bio-page .results-list .image-inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.employee-search-page .results-list .image-inner-container:after,
.employee-bio-page .results-list .image-inner-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c3c3c3;
}

.employee-search-page .results-list .employee-detail,
.employee-bio-page .results-list .employee-detail {
  margin: 38px 0 28px;
  height: 168px;
  overflow: hidden;
}

@media (max-width: 1170px) {
  .employee-search-page .results-list .employee-detail,
  .employee-bio-page .results-list .employee-detail {
    height: 108px;
    margin: 10px 0 14px;
  }
}

@media (max-width: 700px) {
  .employee-search-page .results-list .employee-detail,
  .employee-bio-page .results-list .employee-detail {
    height: auto;
    margin: 16px 0 45px;
  }
}

.employee-search-page .employee-detail h3,
.employee-bio-page .employee-detail h3 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 16px;
}

@media (max-width: 1170px) {
  .employee-search-page .employee-detail h3,
  .employee-bio-page .employee-detail h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

@media (max-width: 700px) {
  .employee-search-page .employee-detail h3,
  .employee-bio-page .employee-detail h3 {
    font-size: 21px;
    line-height: 25px;
  }
}

.employee-search-page .employee-detail p,
.employee-bio-page .employee-detail p {
  font-size: 26px;
  line-height: 30px;
}

@media (max-width: 1170px) {
  .employee-search-page .employee-detail p,
  .employee-bio-page .employee-detail p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 700px) {
  .employee-search-page .employee-detail p,
  .employee-bio-page .employee-detail p {
    font-size: 14px;
    line-height: 18px;
  }
}

.employee-search-page .results-list p,
.employee-bio-page .results-list p {
  color: #8c8c8c;
}

.employee-search-page .employee-detail span:nth-child(n + 1):not(:last-child):after,
.employee-bio-page .employee-detail span:nth-child(n + 1):not(:last-child):after {
  content: '|';
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 1170px) {
  .employee-search-page .employee-detail span:nth-child(n + 1):not(:last-child):after,
  .employee-bio-page .employee-detail span:nth-child(n + 1):not(:last-child):after {
    margin-left: 5px;
  }
}

.employee-search-page .empty-search,
.employee-bio-page .empty-search {
  color: #ca0a37;
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
}

.employee-search-page .error-holder,
.employee-bio-page .error-holder {
  margin: 24px auto 40px auto;
}

.employee-search-page .BioReviewSection--title,
.employee-bio-page .BioReviewSection--title {
  text-align: center;
  margin: 55px auto 25px auto;
}

.employee-search-page .BioReviewSection,
.employee-bio-page .BioReviewSection {
  height: auto;
  margin: 45px 0 0 0;
}

.employee-search-page .EmployeeBioHero,
.employee-bio-page .EmployeeBioHero {
  background-image: url("/App_Themes/VeteransFirst/assets/images/EmployeeBioHeroImage.jpg");
}

body.landing-page #page-content {
  opacity: 1;
}

body.landing-page .spaceMaker {
  height: 84px;
}

@media (max-width: 700px) {
  body.landing-page .spaceMaker {
    height: 0px;
  }
}

body.landing-page .hero-container {
  background-color: #6b6b6b;
  padding: 40px 0;
}

@media (max-width: 700px) {
  body.landing-page .hero-container {
    padding: 10px 0;
  }
}

body.landing-page .hero-content {
  display: inline-block;
}

body.landing-page #page-content .hero-container h2,
body.landing-page .hero-container .detail {
  text-align: left;
}

body.landing-page .hero-container ul.checkmark {
  margin-bottom: 0;
}

body.landing-page #page-content .hero-container h2 {
  font-size: 40px;
  line-height: 54px;
  margin: 0 0 44px;
}

@media (max-width: 1170px) {
  body.landing-page #page-content .hero-container h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

@media (max-width: 700px) {
  body.landing-page #page-content .hero-container h2 {
    margin-bottom: 4px;
  }
}

body.landing-page #page-content .checkbox-wrapper a {
  text-decoration: underline;
  font-weight: inherit;
}

body.landing-page #page-content p.landing-privacy {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-left: 0 !important;
  margin-top: 20px;
}

body.landing-page #page-content p.landing-privacy a {
  text-decoration: underline;
}

body.landing-page .jornaya-label {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-left: 0 !important;
  margin-top: 20px;
}

body.landing-page .jornaya-label a {
  text-decoration: underline;
}

body.landing-page #page-content .hero-container .bold {
  display: inline-block;
}

@media (max-width: 700px) {
  body.landing-page #page-content .hero-container .bold {
    display: block;
  }
}

body.landing-page .right-arrow {
  display: inline-block;
  width: 50px;
  height: 36px;
  background-image: url(/App_Themes/VeteransFirst/assets/images/icons/right-arrow.png);
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  margin-left: 4px;
}

@media (max-width: 1170px) {
  body.landing-page .right-arrow {
    width: 30px;
    height: 22px;
  }
}

@media (max-width: 700px) {
  body.landing-page .right-arrow {
    display: none;
  }
}

body.landing-page #page-content .hero-container br {
  display: block;
}

body.landing-page .detail,
body.landing-page .form-container {
  display: table-cell;
  vertical-align: middle;
}

body.landing-page .detail {
  width: 43%;
  max-width: 310px;
  padding-right: 30px;
}

@media (max-width: 700px) {
  body.landing-page .detail {
    display: block;
    width: 100%;
    max-width: none;
  }
}

body.landing-page .form-container {
  width: 57%;
  color: white;
}

body.landing-page .form-container label.error {
  font-size: 12px;
}

@media (max-width: 700px) {
  body.landing-page .form-container {
    /* this stops the form in the header from showing up in mobile if this causes problems will have to fix elsewhere*/
    display: none !important;
  }
}

body.landing-page .form-inner-wrapper {
  background-color: rgba(0, 0, 0, 0.56);
  padding: 46px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1170px) {
  body.landing-page .form-inner-wrapper {
    padding: 60px;
  }
}

body.landing-page .form-container h3 {
  color: inherit;
  font-size: 28px;
  line-height: initial;
  margin-top: 0;
}

@media (max-width: 1170px) {
  body.landing-page .form-container h3 {
    font-size: 23px;
  }
}

body.landing-page .select-inner-wrapper:before {
  bottom: 1px;
  padding-right: 16px;
}

body.landing-page .form-container .cta-container {
  margin-top: 14px;
}

body.landing-page footer .logo-social-wrap,
body.landing-page footer .footer-links {
  display: none;
}

body.landing-page footer,
body.landing-page footer .legal-wrap {
  padding-top: 0;
  text-align: center;
}

body.landing-page footer .legal-wrap p {
  text-align: center;
}

body.landing-page footer .constrain > span,
body.landing-page footer .bottom-links {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-transform: none;
}

body.landing-page footer .bottom-links .fa-circle {
  display: inline-block;
  color: #c79e51;
  font-size: 6px;
  line-height: 30px;
  margin: 0 4px;
  position: relative;
  top: -4px;
}

body.landing-page footer .bottom-links a {
  text-decoration: none;
}

.no-touch body.landing-page footer .bottom-links a:hover,
.is-touch body.landing-page footer .bottom-links a:active {
  text-decoration: underline;
}

body.landing-page .phone-container {
  background-color: white;
  height: 66px;
  width: 100%;
  text-align: center;
}

body.landing-page .phone-container .phone {
  display: inline-block;
  color: black;
  line-height: 66px;
  float: none;
  text-decoration: none;
  font-size: 22px;
  text-transform: none;
}

body.landing-page .mobile-form-container {
  display: inline-block;
  background-color: #333333;
  color: white;
}

body.landing-page .mobile-form-container .vf-form {
  margin-top: 20px;
}

body.landing-page .mobile-form-container h3 {
  color: inherit;
  margin: 30px 0 0 0;
}

body.landing-page .mobile-form-container label.error {
  color: red;
}

body.landing-page .mobile-form-container select.error,
body.landing-page .mobile-form-container input.error {
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

body.landing-page .mobile-form-container select:focus, body.landing-page .mobile-form-container input:focus {
  outline: none;
}

body.landing-page .heading-container.alt .background-cover {
  display: none;
}

body.landing-page .heading-container.alt .form-container {
  color: black;
}

body.landing-page .heading-container.alt .form-inner-wrapper {
  background-color: white;
}

body.landing-page .heading-container.alt .phone-container {
  background-color: #333333;
}

body.landing-page .heading-container.alt .phone-container .phone {
  color: white;
}

body.landing-page .heading-container.alt .mobile-form-container {
  background-color: white;
  color: black;
}

body.landing-page .nlp__detail,
body.landing-page .form-container {
  display: table-cell;
  vertical-align: middle;
}

body.landing-page .nlp__detail {
  width: 61%;
  max-width: 310px;
  padding: 0 30px;
}

@media (max-width: 700px) {
  body.landing-page .nlp__detail {
    display: block;
    width: 100%;
    max-width: none;
    padding: 38px 7px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1170px) {
  .landing-button-adjust {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 1019px) {
  .landing-button-adjust {
    padding-top: 0px;
    /*padding-bottom: 2px;*/
  }
}

#bubbleSubmit {
  height: 50px;
}

@media only screen and (max-width: 1170px) {
  #bubbleSubmit {
    height: 50px;
  }
}

@media only screen and (max-width: 1019px) {
  #bubbleSubmit {
    height: 60px;
  }
}

.nlp__header {
  height: 680px;
  width: 100%;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/web166Desktop.png");
}

@media (max-width: 700px) {
  .nlp__header {
    height: 324px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/web166Mobile.png");
  }
}

.purchase1001 {
  height: 680px;
  width: 100%;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Purchase-1001.jpg");
}

@media (max-width: 700px) {
  .purchase1001 {
    height: 324px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Purchase-1001_mobile.jpg");
  }
}

.nlp__detail__textarea {
  width: 100%;
  min-width: 280px;
  max-width: 474px;
  margin: 0 auto;
  color: #ffffff;
  text-align: left;
}

@media (max-width: 700px) {
  .nlp__detail__textarea {
    min-width: 280px;
    max-width: 358px;
  }
}

.nlp__detail__textarea > ul.checkmark > li {
  padding-left: 45px;
}

@media (max-width: 700px) {
  .nlp__detail__textarea > ul.checkmark > li {
    padding-left: 40px;
  }
}

.nlp__detail__textarea > ul > li {
  font-size: 24px;
  line-height: 36px;
  /* margin-bottom: 4px; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1241px) and (min-width: 1171px) {
  .nlp__detail__textarea > ul > li {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 700px) {
  .nlp__detail__textarea > ul > li {
    font-size: 15px;
    line-height: 30px;
  }
}

.nlp__detail__textarea > ul > li::after {
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 16.5px;
}

@media (max-width: 700px) {
  .nlp__detail__textarea > ul > li::after {
    width: 10px;
    height: 5px;
    top: 12px;
    left: 17.5px;
  }
}

.nlp__detail__textarea > ul > li::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  /* top: 8px; */
  /* left: 10px; */
}

@media (max-width: 700px) {
  .nlp__detail__textarea > ul > li::before {
    width: 15px;
    height: 15px;
    top: 8px;
    left: 16px;
  }
}

@media (max-width: 1170px) {
  .nlp__formInput {
    display: none;
  }
}

@media (max-width: 700px) {
  .nlp__formInput {
    display: none;
  }
}

.nlp__formInput > .component > .vf-form {
  margin: 0 0 0px auto;
  min-width: 720px;
}

@media (max-width: 700px) {
  .nlp__formInput > .component > .vf-form {
    display: none;
  }
}

.nlp__formInput > .component > .vf-form.validate-form > .form-container > .form-inner-wrapper {
  /*background-color: black;*/
  color: white;
  background: rgba(0, 0, 0, 0.65);
  /*opacity:.65;*/
}

.nlp__formInput > .component > .vf-form.validate-form > .form-container > .form-inner-wrapper > .select-wrapper > .field-label {
  color: white;
}

.nlp__formInput > .component > .vf-form.validate-form > .form-container > .form-inner-wrapper > .column-2-container > .select-wrapper > .field-label {
  color: white;
}

.nlp__formInput > .component > .vf-form.validate-form > .form-container > .form-inner-wrapper > .column-2-container > .input-wrapper > .field-label {
  color: white;
}

.nlp__formInput > .component > .vf-form.validate-form > .form-container > .form-inner-wrapper > .jornaya-label {
  color: white;
}

.nlp__detail__textarea h2 {
  color: #ffffff;
  text-align: left;
}

.nlp__detail__textarea > #BubbleTop {
  text-align: left;
}

@media screen and (max-width: 1241px) and (min-width: 1171px) {
  .nlp__detail__textarea > #BubbleTop {
    font-size: 32px;
  }
}

@media (max-width: 700px) {
  .nlp__detail__textarea > #BubbleTop {
    text-align: center;
  }
}

.nlp__phone {
  background-color: white;
  text-align: center;
}

.nlp__phone > .constrain > .phone {
  color: black;
}

#nlp__black {
  color: black;
}

.nlp__darkBackground {
  background-color: #333333 !important;
}

.nlp__darkBackground > .component > .vf-form > h3 {
  color: white;
}

.showTablet {
  display: none !important;
}

@media (max-width: 1170px) {
  .showTablet {
    display: inline-block !important;
  }
}

@media (max-width: 700px) {
  .showTablet {
    display: inline-block !important;
  }
}

/*Styles for web-232 Landing Page*/
/*.vf-form--White {
    background-color: rgba(255, 255, 255, 1) !important;
}
.vf-form--White > h3 {
    color: #ffffff !important;
}*/
.cta-button-blue {
  background-color: #4a90e2;
  display: inline-block;
  -webkit-appearance: none;
  color: white;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  min-width: 250px;
  max-width: 100%;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 20px;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  .cta-button-blue {
    height: 46px;
    font-size: 9px;
    line-height: 18px;
    padding: 14px 22px;
  }
}

@media (max-width: 700px) {
  .cta-button-blue {
    height: 40px;
    width: 334px !important;
    min-width: 0;
    font-size: 11px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
}

.no-touch .cta-button-blue:hover,
.is-touch .cta-button-blue:active {
  background-color: #333333;
}

.whiteBG {
  background-color: #FFFFFF !important;
}

.iconList {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

@media (max-width: 1170px) {
  .iconList {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .iconList {
    font-size: 18px;
  }
}

.iconList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 45px;
  margin: 0 0 10px 0;
}

@media (max-width: 1170px) {
  .iconList li {
    line-height: 35px;
  }
}

@media (max-width: 700px) {
  .iconList li {
    line-height: 35px;
  }
}

.iconList--icon {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  height: 45px;
  width: 45px;
  margin-right: 10px;
}

@media (max-width: 1170px) {
  .iconList--icon {
    height: 35px;
    min-width: 35px;
  }
}

@media (max-width: 700px) {
  .iconList--icon {
    margin-right: 5px;
  }
}

.blueCircle--cash {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/blueCircle-cash-icon.png");
}

.blueCircle--chart {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/blueCircle-chart-icon.png");
}

.blueCircle--medal {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/blueCircle-medal-icon.png");
}

/*Styles for Transparent Hero Landing Page*/
.vaLoanLP {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1922px;
  margin: 0 auto;
}

.vaLoanLP--column {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .vaLoanLP--column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .vaLoanLP--column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.vaLoanLP__head {
  height: 681px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1170px) {
  .vaLoanLP__head {
    display: none;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__head {
    display: none;
  }
}

.vaLoanLP__head--column {
  height: auto;
  width: 100%;
  background-color: lightblue;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vaLoanLP__head--Tablet {
  min-width: 701px;
  max-width: 1170px;
  background-color: thistle;
}

.vaLoanLP__head--mobile {
  height: auto;
}

.vaLoanLP__head__left {
  width: 60%;
  position: inherit;
}

@media (max-width: 1170px) {
  .vaLoanLP__head__left {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__head__left {
    width: 100%;
  }
}

.vaLoanLP__head__left__box {
  max-width: 733px;
  min-width: 400px;
  position: relative;
  top: 213px;
  margin-left: 25%;
  margin-right: 5%;
}

.vaLoanLP__head__left--title {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 50.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 24px;
}

.vaLoanLP__head__left--subtitle {
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.56px;
  color: #ffffff;
  text-align: left;
}

@media (max-width: 1170px) {
  .vaLoanLP__head__left--subtitle {
    font-size: 21.5px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__head__left--subtitle {
    font-size: 21px;
    text-align: center;
  }
}

.formA__textArea__adjust {
  top: 102px !important;
}

@media (max-width: 1170px) {
  .formA__textArea__adjust {
    top: 102px !important;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .formA__textArea__adjust {
    top: 107px !important;
    text-align: center;
  }
}

.vaLoanLP__head--Tablet .vaLoanLP__head__left--title {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 50.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.vaLoanLP__head--mobile .vaLoanLP__head__left--title {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.28px;
  text-align: center;
  color: #ffffff;
}

.vaLoanLP__head__left--list {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: 1.09px;
  text-align: left;
  color: #ffffff;
}

.vaLoanLP__head--Tablet .vaLoanLP__head__left--list {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: 1.09px;
  text-align: left;
  color: #ffffff;
}

.vaLoanLP__head__left__box .vaLoanLP__head__left--list ul li {
  font-size: 28px;
}

.vaLoanLP__head--mobile .vaLoanLP__head__left--list {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.59px;
  text-align: left;
  color: #ffffff;
}

.vaLoanLP__head__right {
  background: rgba(0, 0, 0, 0.5);
  max-width: 738px;
  height: 100%;
  min-width: 666px;
  width: 40%;
}

.vaLoanLP__body {
  background-color: #ffffff;
  width: 1171px;
  margin: 0 auto;
}

.vaLoanLP__body--title {
  font-family: 'Montserrat';
  font-size: 52px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 1.04px;
  text-align: center;
  color: #cba251;
  margin: 76px 0 50px 0;
}

/*.vaLoanLP__infoGraphic {
    max-width: 1171px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #333333;
}*/
.vaLoanLP__infoGraphic__titleRow {
  height: 65px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #333333;
  color: #ffffff;
  font-size: 22px;
  line-height: 65px;
}

.vaLoanLP__infoGraphic__titleRow--right {
  width: 50%;
  height: 100%;
  text-align: center;
}

.vaLoanLP__infoGraphic__titleRow--left {
  width: 50%;
  height: 100%;
  text-align: center;
}

.vaLoanLP__infoGraphic__row {
  height: 170px;
  width: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: darkgoldenrod;
}

.row--grey {
  background-color: #f3f3f4;
}

.row--white {
  background-color: #ffffff;
}

.vaLoanLP__infoGraphic__row__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

.vaLoanLP__infoGraphic__row__left {
  border-right-style: dashed;
  border-right-color: #cbcbcb;
  border-right-width: 2px;
  width: 529px;
}

.vaLoanLP__infoGraphic__row__right {
  width: 528px;
}

.vaLoanLP__infoGraphic__row__box__copy {
  padding: 50px 0 10px 0px;
  width: 389px;
}

.vaLoanLP__infoGraphic__row__box__copy--title {
  font-weight: 600;
  margin-bottom: 12px;
}

.vaLoanLP__infoGraphic__row__box__iconHolder {
  width: 140px;
  height: 100%;
}

.vaLoanLP__infoGraphic__row__box__iconHolder--icon {
  height: 90px;
  width: 96px;
  margin: 40px auto;
  background-color: crimson;
}

/* styles for form */
.vaLoanLP__form {
  height: 90%;
  width: 80%;
  margin: 5% 10% 5% 10%;
}

.vaLoanLP__head__form--mobile {
  background-color: #333333;
  min-width: 320px;
  max-width: 1170px;
  padding: 14px;
}

@media (max-width: 1170px) {
  .vaLoanLP__head__form--mobile {
    padding: 14px 66px;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__head__form--mobile {
    padding: 14px;
  }
}

.vaLoanLP__form--title {
  font-size: 29.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 25px 0;
  font-family: 'Montserrat';
}

@media (max-width: 1170px) {
  .vaLoanLP__form--title {
    margin: 21px 0 21px 0;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__form--title {
    margin: 31px 0 25px 0;
    font-size: 26px;
  }
}

.vaLoanLP__form--title--smaller {
  font-size: 25.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 25px 0;
  font-family: 'Montserrat';
}

@media (max-width: 1170px) {
  .vaLoanLP__form--title--smaller {
    font-size: 29.5px;
    margin: 21px 0 21px 0;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__form--title--smaller {
    margin: 31px 0 25px 0;
    font-size: 26px;
  }
}

.vaLoanLP__form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0;
  height: 80px;
}

@media (max-width: 700px) {
  .vaLoanLP__form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 135px;
    margin: 0 0 0 0;
  }
}

.halfHeight {
  height: 80px;
}

@media (max-width: 700px) {
  .halfHeight {
    height: 66px;
  }
}

.vaLoanLP__form__row__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vaLoanLP__form__row__question--name {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  text-align: left;
  color: #ffffff;
  height: 18px;
  margin: 0 0 10px 0;
}

@media (max-width: 1170px) {
  .vaLoanLP__form__row__question--name {
    height: 21px;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__form__row__question--name {
    height: 14px;
    font-size: 10px;
  }
}

.vaLoanLP__form__row__question--input {
  height: 49px;
  background-color: #ffffff;
  border: solid #bdbdbd 1px;
  font-size: 18px;
  text-indent: 7px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 700px) {
  .vaLoanLP__form__row__question--input {
    margin-bottom: 15px;
    height: 28px;
    font-size: 10px;
  }
}

.input--small {
  width: 47%;
}

@media (max-width: 700px) {
  .input--small {
    width: 100%;
    margin-bottom: 0px;
  }
}

.input--full {
  width: 100%;
}

.vaLoanLP__form--disclosure {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.23px;
  text-align: left;
  color: #ffffff;
  margin: 20px 0;
}

@media (max-width: 1170px) {
  .vaLoanLP__form--disclosure {
    margin: 22px 0;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__form--disclosure {
    font-size: 7.5px;
    margin: 7px 0 26px 0;
  }
}

.vaLoanLP__form__buttonRow {
  height: 57px;
  width: 100%;
}

@media (max-width: 1170px) {
  .vaLoanLP__form__buttonRow {
    margin-bottom: 32px;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__form__buttonRow {
    height: 47px;
    width: 100%;
    margin-bottom: 16px;
  }
}

.vaLoanLP__form__buttonRow--button {
  width: 359px;
  height: 57px;
  -webkit-border-radius: 28.5px;
     -moz-border-radius: 28.5px;
          border-radius: 28.5px;
  background-color: #cba251;
  color: #ffffff;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-size: 23.5px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  min-width: 244px;
  cursor: pointer;
}

@media (max-width: 700px) {
  .vaLoanLP__form__buttonRow--button {
    width: 244px;
    height: 47px;
    font-size: 15px;
    line-height: 46px;
  }
}

.vaLoanLP__head__callnow--href {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  max-width: 320px;
}

.vaLoanLP__head__callnow {
  height: 64px;
  width: 100%;
  font-size: 22px;
  text-align: center;
  background-color: #ffffff;
}

.vaLoanLP__head__callnow--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 60px;
}

/* .vaLoanLP__head__callnow p{
        margin: unset;
    } */
.callNow--black {
  margin-right: 5px;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  margin-left: 0 0 0 3px;
}

.callNow--gold {
  margin-right: 5px;
  font-size: 28px;
  font-weight: 600;
  color: #c79e51;
  margin-right: 0 3px 0 0;
}

.error {
  color: #ca0a37;
}

.error span {
  color: #ca0a37;
}

.error select {
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

.error input {
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

.valid select {
  border-color: #5eb95e;
  background-color: white;
}

.valid input {
  border-color: #5eb95e;
  background-color: white;
}

.vaLoanLP__Column {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (max-width: 1170px) {
  .vaLoanLP__Column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__Column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vaLoanLP__Column__Hero {
  height: 330px;
  position: inherit;
}

.vaLoanLP__Column__Hero__textArea {
  position: relative;
  top: 65px;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .vaLoanLP__Column__Hero__textArea {
    width: 550px;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__Column__Hero__textArea {
    width: 80%;
    top: 65px;
  }
}

.vaLoanLP__Column__Hero__textArea--title {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 50.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.28px;
  color: #ffffff;
}

@media (max-width: 1170px) {
  .vaLoanLP__Column__Hero__textArea--title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__Column__Hero__textArea--title {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.vaLoanLP__Column__Hero__textArea--list {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.59px;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 1170px) {
  .vaLoanLP__Column__Hero__textArea--list {
    font-size: 24px;
  }
}

.vaLoanLP__body--title {
  font-family: 'Montserrat';
  font-size: 52px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 1.04px;
  text-align: center;
  color: #cba251;
  margin: 76px 0 50px 0;
}

@media (max-width: 1170px) {
  .vaLoanLP__body--title {
    font-size: 36px;
    line-height: 26px;
    margin: 35px 0 31px 0;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__body--title {
    height: auto;
    font-size: 30px;
    margin: 27px 0 20px 0;
    line-height: 30px;
  }
}

.vaLoanLP__infoGraphic {
  max-width: 1171px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}

@media (max-width: 1170px) {
  .vaLoanLP__infoGraphic {
    display: none;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__infoGraphic {
    display: none;
  }
}

.vaLoanLP__infoGraphic--mobile {
  max-width: 1171px;
  margin: 0 auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #333333;
}

@media (max-width: 1170px) {
  .vaLoanLP__infoGraphic--mobile {
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 700px) {
  .vaLoanLP__infoGraphic--mobile {
    min-width: 320px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1170px) {
  #page-content ~ .vaLoanLP__Column__Hero__textArea--list > ul > li {
    font-size: 22px;
  }
}

#page-content ~ #vaLoannLP__list li {
  font-size: 24px !important;
}

#vaLoannLP__list li {
  font-size: 28px !important;
  line-height: 27px !important;
  margin-bottom: 20px !important;
}

#vaLoannLP__list {
  margin-bottom: 0px;
}

.vaLoanLP__column__hero__textarea--listarea {
  list-style: disc;
  list-style-position: inside;
  margin-left: 10px;
  width: 100%;
}

@media (max-width: 700px) {
  .vaLoanLP__column__hero__textarea--listarea {
    list-style: disc;
    list-style-position: outside;
    width: 100%;
    margin: 0 auto;
    max-width: 355px;
    margin-left: 16px;
  }
}

.vaLoanLP__Column__Hero__textArea--listArea__element {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 700px) {
  .vaLoanLP__Column__Hero__textArea--listArea__element {
    font-size: 15px;
  }
}

.loan-features-1001 {
  background-image: url("/App_Themes/VeteransFirst/assets/images/va-loan-features-1001-Hero-Desktop.png");
  background-repeat: no-repeat;
}

@media (max-width: 1170px) {
  .loan-features-1001 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/va-loan-features-1001-Hero-Tablet.png");
    -moz-background-size: cover;
         background-size: cover;
  }
}

@media (max-width: 700px) {
  .loan-features-1001 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/va-loan-features-1001-Hero-Mobile.png");
    -moz-background-size: cover;
         background-size: cover;
  }
}

.background--grey {
  background-color: #6b6b6b;
}

.fiveStar--title {
  font-family: 'Montserrat';
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1.58px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

#fiveStar p {
  margin-bottom: unset;
}

.fiveStar__copy {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0 0 44px 0;
  width: 102%;
}

.fiveStar--bold {
  font-weight: 600;
}

.fiveStar--gold {
  font-size: 27.5px;
  font-weight: 500;
  color: #cba251;
}

.fiveStar--ascription {
  font-family: 'Montserrat';
  font-size: 14.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: 2.9px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.fiveStar__stars {
  height: 48px;
  width: 284px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/5-stars.png");
  margin: 0 0 43px 0;
}

@media (max-width: 1170px) {
  .fiveStar__stars {
    width: 169px;
  }
}

@media (max-width: 700px) {
  .fiveStar__stars {
    margin: 43px 0 43px 0;
    width: 284px;
  }
}

.fiveStarInverse {
  background-color: #ffffff !important;
}

@media (max-width: 700px) {
  .fiveStarInverse {
    padding: 18px !important;
  }
}

.fiveStarInverse h3 {
  color: #000000 !important;
}

.fiveStarButton {
  font-size: 18px !important;
  padding: 14px 22px;
}

@media (max-width: 1170px) {
  .fiveStarButton {
    font-size: 14px !important;
    max-width: 290px;
    padding: 6px 22px;
    width: unset;
  }
}

@media (max-width: 700px) {
  .fiveStarButton {
    font-size: 12px !important;
    max-width: 600px !important;
    padding: 13px 12px !important;
    width: 300px !important;
  }
}

.landerBHero {
  /*height: 812px;*/
  height: 608px;
  width: 100%;
  margin: 0 auto;
  padding: 182px 0 0 0;
  min-width: 1171px;
}

@media (max-width: 1170px) {
  .landerBHero {
    height: 376px;
    min-width: 701px;
    padding: unset;
  }
}

@media (max-width: 700px) {
  .landerBHero {
    height: 500px;
    min-width: 320px;
    padding: unset;
  }
}

.landerBHeroV2 {
  /*height: 812px;*/
  height: 608px;
  width: 100%;
  margin: 0 auto;
  padding: 182px 0 0 0;
  min-width: 1171px;
}

@media (max-width: 1170px) {
  .landerBHeroV2 {
    height: 412px;
    min-width: 701px;
    padding-top: 126px;
  }
}

@media (max-width: 700px) {
  .landerBHeroV2 {
    height: 305px;
    min-width: 320px;
    padding-top: 102px;
  }
}

@media (max-width: 700px) {
  .decisionsHero {
    height: 330px;
  }
}

@media (max-width: 700px) {
  .decisionsHero > .landerBHeroV2__copy > .landerBHeroV2__copy--title {
    margin: 0 0 24px 0;
  }
}

.landerBHeroV3 {
  /*height: 812px;*/
  height: 608px;
  width: 100%;
  margin: 0 auto;
  padding: 182px 0 0 0;
  min-width: 1171px;
}

@media (max-width: 1170px) {
  .landerBHeroV3 {
    height: 412px;
    min-width: 701px;
    padding-top: 126px;
  }
}

@media (max-width: 700px) {
  .landerBHeroV3 {
    height: 415px;
    min-width: 320px;
    padding-top: 102px;
  }
}

.landerBHero__copy {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1170px) {
  .landerBHero__copy {
    padding: 60px 0 37px 0;
  }
}

@media (max-width: 700px) {
  .landerBHero__copy {
    padding: 80px 0 32px 0;
    width: 94%;
  }
}

.landerBHeroV2__copy {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1170px) {
  .landerBHeroV2__copy {
    padding: unset;
  }
}

@media (max-width: 700px) {
  .landerBHeroV2__copy {
    padding: unset;
  }
}

.landerBHero__copy--title {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-size: 63px;
  margin: 0 0 29px 0;
}

@media (max-width: 1170px) {
  .landerBHero__copy--title {
    font-size: 38.5px;
    margin: 0 0 32px 0;
  }
}

@media (max-width: 700px) {
  .landerBHero__copy--title {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
}

.landerBHeroV2__copy--title {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-size: 63px;
  margin: 0 0 29px 0;
}

@media (max-width: 1170px) {
  .landerBHeroV2__copy--title {
    font-size: 38.5px;
    margin: 0 0 29px 0;
  }
}

@media (max-width: 700px) {
  .landerBHeroV2__copy--title {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
}

.landerBHero__copy--sub {
  color: #ffffff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 28px;
}

@media (max-width: 1170px) {
  .landerBHero__copy--sub {
    font-size: 21.5px;
  }
}

@media (max-width: 700px) {
  .landerBHero__copy--sub {
    font-size: 21px;
  }
}

.landerBHero__buttonRow {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 56px auto 0 auto;
  max-width: 650px;
}

@media (max-width: 1170px) {
  .landerBHero__buttonRow {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0px auto 0 auto;
  }
}

@media (max-width: 700px) {
  .landerBHero__buttonRow {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset;
  }
}

.landerBHero__buttonRow--button {
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  height: 63px;
  font-size: 28px;
  line-height: 63px;
}

@media (max-width: 1170px) {
  .landerBHero__buttonRow--button {
    font-size: 28px;
    height: 63px;
    line-height: 63px;
  }
}

@media (max-width: 700px) {
  .landerBHero__buttonRow--button {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 22px auto;
  }
}

.goldbutton {
  background-color: #c79e51;
  color: #ffffff;
  width: 292px;
}

@media (max-width: 1170px) {
  .goldbutton {
    width: 292px;
  }
}

@media (max-width: 700px) {
  .goldbutton {
    width: 244px;
  }
}

.goldbutton--single {
  background-color: #c79e51;
  color: #ffffff;
  width: 389px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .goldbutton--single {
    width: 389px;
  }
}

@media (max-width: 700px) {
  .goldbutton--single {
    width: 275px;
  }
}

.goldbutton--inverse {
  border: 2px solid #c79e51;
  color: #FFFFFF;
  width: 292px;
}

@media (max-width: 1170px) {
  .goldbutton--inverse {
    color: #FFFFFF;
    width: 292px;
  }
}

@media (max-width: 700px) {
  .goldbutton--inverse {
    color: #c79e51;
    width: 244px;
  }
}

.landerB__intouch__box__buttonrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1170px) {
  .landerB__intouch__box__buttonrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (max-width: 700px) {
  .landerB__intouch__box__buttonrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.landerB__intouch__box__buttonrow--button {
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  height: 63px;
  line-height: 60px;
  margin: 0 25px;
  text-decoration: none;
}

@media (max-width: 1170px) {
  .landerB__intouch__box__buttonrow--button {
    font-size: 28px;
    height: 63px;
    line-height: 60px;
    margin: unset;
  }
}

@media (max-width: 700px) {
  .landerB__intouch__box__buttonrow--button {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 22px auto;
  }
}

.landerB__requirements__buttonrow--button {
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  height: 63px;
  line-height: 63px;
  width: 364px;
}

@media (max-width: 1170px) {
  .landerB__requirements__buttonrow--button {
    font-size: 28px;
    height: 63px;
    line-height: 63px;
    width: 364px;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__buttonrow--button {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 22px auto;
    display: none;
  }
}

.landerB__questions__buttonrow--button {
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  height: 63px;
  line-height: 63px;
}

@media (max-width: 1170px) {
  .landerB__questions__buttonrow--button {
    font-size: 28px;
    height: 63px;
    line-height: 63px;
  }
}

@media (max-width: 700px) {
  .landerB__questions__buttonrow--button {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: 39px auto 45px auto;
  }
}

.landerB__questions__buttonrow {
  margin: 64px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1170px) {
  .landerB__questions__buttonrow {
    margin: 45px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 700px) {
  .landerB__questions__buttonrow {
    margin: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landerB__benifits {
  padding: 43px 0 57px 0;
}

@media (max-width: 1170px) {
  .landerB__benifits {
    padding: unset;
  }
}

@media (max-width: 700px) {
  .landerB__benifits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: unset;
  }
}

.landerB__benifits__copy {
  color: #333333;
  width: 100%;
}

.landerB__benifits__tilearea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .landerB__benifits__tilearea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin: unset;
  }
}

@media (max-width: 700px) {
  .landerB__benifits__tilearea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin: unset;
  }
}

.landerB__benifits__copy--title {
  font-family: 'Montserrat';
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

@media (max-width: 1170px) {
  .landerB__benifits__copy--title {
    font-size: 48px;
    font-weight: 300;
    margin: 40px auto 20px auto;
  }
}

@media (max-width: 700px) {
  .landerB__benifits__copy--title {
    font-size: 26px;
    margin: 40px auto 20px auto;
    font-weight: 600;
  }
}

.landerB__benifits__copy--sub {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  padding: 0 5% 0 5%;
  font-size: 18px;
  margin: 0px auto 33px auto;
  line-height: 26px;
}

@media (max-width: 1170px) {
  .landerB__benifits__copy--sub {
    font-size: 18px;
    margin: 0px auto 39px auto;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .landerB__benifits__copy--sub {
    font-size: 15px;
    margin: 0px auto 39px auto;
    line-height: 30px;
  }
}

.landerB__benifits__tile {
  margin: 0 auto;
}

.landerB__benifits__tile--picture {
  height: 216px;
  width: 368px;
  margin: 0 auto 28px auto;
}

@media (max-width: 1170px) {
  .landerB__benifits__tile--picture {
    height: 216px;
    width: 368px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__benifits__tile--picture {
    height: 216px;
    width: 320px;
    margin: 0 auto;
  }
}

.landerB__benifits__tile__copy {
  text-align: center;
  max-width: 368px;
}

@media (max-width: 1170px) {
  .landerB__benifits__tile__copy {
    padding: 30px 0% 33px 0%;
  }
}

@media (max-width: 700px) {
  .landerB__benifits__tile__copy {
    padding: 30px 5% 33px 5%;
  }
}

.landerB__benifits__tile__copy--main {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 21px;
  margin: 0 auto 11px auto;
}

@media (max-width: 1170px) {
  .landerB__benifits__tile__copy--main {
    font-size: 21px;
    margin: unset;
  }
}

@media (max-width: 700px) {
  .landerB__benifits__tile__copy--main {
    font-size: 18px;
    margin: 0 auto 11px auto;
  }
}

.landerB__benifits__tile__copy--sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

@media (max-width: 1170px) {
  .landerB__benifits__tile__copy--sub {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .landerB__benifits__tile__copy--sub {
    font-size: 15px;
  }
}

.landerB__requirements {
  background-color: #4d4d4d;
  width: 100%;
  padding: 59px 0% 68px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1170px) {
  .landerB__requirements {
    padding: 51px 5% 57px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .landerB__requirements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}

.landerB__requirements--dark {
  background-color: #e1e0e4;
  width: 100%;
  padding: 59px 0% 68px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #333333 !important;
}

@media (max-width: 1170px) {
  .landerB__requirements--dark {
    padding: 51px 5% 57px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .landerB__requirements--dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}

.landerB__requirements__copy--title {
  font-family: 'Montserrat';
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  margin: 0px auto 35px auto;
}

@media (max-width: 1170px) {
  .landerB__requirements__copy--title {
    font-size: 36px;
    font-weight: 500;
    margin: 0px auto 35px auto;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__copy--title {
    font-size: 26px;
    margin: 40px auto 35px auto;
  }
}

.landerB__requirements__copy--sub {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin: 0px auto 52px auto;
}

@media (max-width: 1170px) {
  .landerB__requirements__copy--sub {
    font-size: 18px;
    margin: 0px auto 39px auto;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__copy--sub {
    font-size: 15px;
    margin: 0px auto 39px auto;
    line-height: 26px;
  }
}

.landerB__requirements__iconrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto 54px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
}

@media (max-width: 1170px) {
  .landerB__requirements__iconrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset;
    max-width: unset;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__iconrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset;
    max-width: unset;
  }
}

.landerB__requirements--dark > .landerB__requirements__iconrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 40px auto 40px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
}

@media (max-width: 1170px) {
  .landerB__requirements--dark > .landerB__requirements__iconrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset;
    max-width: unset;
  }
}

@media (max-width: 700px) {
  .landerB__requirements--dark > .landerB__requirements__iconrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset;
    max-width: unset;
  }
}

.landerB__requirements--dark > .landerB__requirements__iconrow > .landerB__requirements__iconrow__iconbox {
  width: 84%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 244px;
  max-width: 290px;
  margin: 0 2%;
}

@media (max-width: 1170px) {
  .landerB__requirements--dark > .landerB__requirements__iconrow > .landerB__requirements__iconrow__iconbox {
    height: unset;
    margin: 0 auto 44px auto;
    max-width: unset;
  }
}

@media (max-width: 700px) {
  .landerB__requirements--dark > .landerB__requirements__iconrow > .landerB__requirements__iconrow__iconbox {
    height: unset;
    margin: 0 auto 44px auto;
    max-width: unset;
  }
}

.landerB__requirements__iconrow__iconbox__textbox {
  text-align: center;
}

.landerB__requirements__iconrow__iconbox__textbox--title {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 21px;
}

@media (max-width: 1170px) {
  .landerB__requirements__iconrow__iconbox__textbox--title {
    font-size: 21px;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__iconrow__iconbox__textbox--title {
    font-size: 18px;
  }
}

.landerB__requirements--dark > .landerB__requirements__iconrow > .landerB__requirements__iconrow__iconbox > .landerB__requirements__iconrow__iconbox__textbox > .landerB__requirements__iconrow__iconbox__textbox--title {
  color: #333333 !important;
}

.landerB__requirements__iconrow__iconbox__textbox--sub {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 1170px) {
  .landerB__requirements__iconrow__iconbox__textbox--sub {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__iconrow__iconbox__textbox--sub {
    font-size: 15px;
    line-height: 26px;
  }
}

.landerB__requirements--dark > .landerB__requirements__iconrow > .landerB__requirements__iconrow__iconbox > .landerB__requirements__iconrow__iconbox__textbox > .landerB__requirements__iconrow__iconbox__textbox--sub {
  color: #333333 !important;
}

.landerB__requirements__iconrow__iconbox {
  width: 84%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 210px;
  max-width: 290px;
  margin: 0 2%;
}

@media (max-width: 1170px) {
  .landerB__requirements__iconrow__iconbox {
    height: unset;
    margin: 0 auto 44px auto;
    max-width: unset;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__iconrow__iconbox {
    height: unset;
    margin: 0 auto 44px auto;
    max-width: unset;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__iconrow__iconbox--icon {
    height: 88px;
    margin: 0 auto 44px auto;
  }
}

.landerB__requirements__buttonrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1170px) {
  .landerB__requirements__buttonrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 700px) {
  .landerB__requirements__buttonrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.icon--mapLocator {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/map locator.png");
  background-repeat: no-repeat;
  margin: 0 auto 24px auto;
  width: 60px;
  height: 88px;
}

.icon--us {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/us icon.png");
  background-repeat: no-repeat;
  margin: 0 auto 24px auto;
  width: 85px;
  height: 76px;
}

.icon--starpaper {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/star paper.png");
  background-repeat: no-repeat;
  margin: 0 auto 24px auto;
  width: 75px;
  height: 80px;
}

.icon--house {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/house.png");
  background-repeat: no-repeat;
  margin: 0 auto 24px auto;
  width: 83px;
  height: 76px;
}

.landerB__quotebox {
  width: 100%;
}

.quotebox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 62px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/quotebackground--desktop.png");
  height: 593px;
}

@media (max-width: 1170px) {
  .quotebox {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/quotebackground--tablet.png");
    padding: 0 3%;
    height: unset;
  }
}

@media (max-width: 700px) {
  .quotebox {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/quotebackground--mobile.png");
    height: unset;
  }
}

.quotebox__navButton {
  width: 46px;
  margin: auto;
}

@media (max-width: 1170px) {
  .quotebox__navButton {
    width: 56px;
  }
}

@media (max-width: 700px) {
  .quotebox__navButton {
    display: none;
  }
}

.navButtonPad {
  padding: 0 0 0 10px;
}

.quotebox__navButton__arrow {
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 19px;
  cursor: pointer;
}

.navButton--right {
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.navButton--left {
  -moz-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
       transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.quotebox__quotes {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 700px) {
  .quotebox__quotes {
    width: 90%;
  }
}

.quote {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quote__image {
  -webkit-border-radius: 75px;
     -moz-border-radius: 75px;
          border-radius: 75px;
  height: 122px;
  width: 122px;
  margin: 57px auto 34px auto;
}

@media (max-width: 1170px) {
  .quote__image {
    height: 122px;
    width: 122px;
    margin: 57px auto 34px auto;
  }
}

@media (max-width: 700px) {
  .quote__image {
    height: 74px;
    width: 74px;
  }
}

.quoteImage--Daveid {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-David-Desktop.png");
}

@media (max-width: 700px) {
  .quoteImage--Daveid {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-David-Mobile.png");
  }
}

.quoteImage--Ed {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Ed-Desktop.png");
}

@media (max-width: 700px) {
  .quoteImage--Ed {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Ed-Mobile.png");
  }
}

.quoteImage--Paul {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Paul-Desktop.png");
}

@media (max-width: 700px) {
  .quoteImage--Paul {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Paul-Mobile.png");
  }
}

.quoteImage--Tim {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Tim-Desktop.png");
}

@media (max-width: 700px) {
  .quoteImage--Tim {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Tim-Mobile.png");
  }
}

.quoteImage--Michael {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Michael-Desktop.png");
}

@media (max-width: 700px) {
  .quoteImage--Michael {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Michael-MOBILE.png");
  }
}

.quote__text {
  text-align: center;
  position: relative;
}

@media (max-width: 1170px) {
  .quote__text {
    margin: 0 auto 31px auto;
  }
}

.quote__text__text {
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  font-style: italic;
  font-size: 32px;
  line-height: 43px;
  padding: 5px 10px;
  margin: 0 0 30px 0;
  font-family: 'Montserrat';
}

@media (max-width: 1170px) {
  .quote__text__text {
    font-size: 32px;
    line-height: 43px;
    padding: 5px 10px;
    margin: unset;
  }
}

@media (max-width: 700px) {
  .quote__text__text {
    font-size: 18px;
    line-height: 23px;
    margin: unset;
  }
}

.quote__ascription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-family: 'Montserrat';
  font-weight: 500;
  text-align: center;
  font-size: 26px;
  margin: 0 auto 48px auto;
  text-align: center;
}

@media (max-width: 1170px) {
  .quote__ascription {
    font-size: 26px;
    margin: 0 auto 48px auto;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .quote__ascription {
    font-size: 15px;
    text-align: center;
  }
}

.quote__hide {
  display: none;
}

.quote__active {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -moz-animation-name: fade;
    -o-animation-name: fade;
       animation-name: fade;
  -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
       animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/*.quote__text__text:before {
    display: block;
    content: "\201C";
    position: absolute;
    color: #ffffff;
    font-size: 76px;
    left: -24px;
    top: 9px;

    @include is-tablet {
        font-size: 76px;
        left: -24px;
        top: 9px;
    }

    @include is-mobile {
        font-size: 36px;
        left: -10px;
        top: 2px;
    }
}

.quote__text__text:after {
    display: block;
    content: "\201C";
    position: absolute;
    color: #ffffff;
    transform: rotateY( 180deg);
    font-size: 76px;
    right: -28px;
    bottom: -21px;

    @include is-tablet {
        font-size: 76px;
        right: -28px;
        bottom: -21px;
    }

    @include is-mobile {
        font-size: 36px;
        right: -10px;
        bottom: -6px;
    }
}*/
.landerB__questions {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .landerB__questions {
    width: 85%;
  }
}

@media (max-width: 700px) {
  .landerB__questions {
    width: 100%;
  }
}

.questions--dark {
  background-color: #242424;
  color: #ffffff;
}

.landerB__questions__title {
  text-align: left;
  font-size: 36px;
  font-weight: 500;
  margin: 42px auto 11px auto;
  font-family: 'Montserrat';
}

@media (max-width: 1170px) {
  .landerB__questions__title {
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    margin: 42px auto 11px auto;
  }
}

@media (max-width: 700px) {
  .landerB__questions__title {
    text-align: center;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    margin: 42px auto 10px auto;
  }
}

.landerB__questions__zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1170px) {
  .landerB__questions__zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.landerB__questions__zone__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47%;
}

@media (max-width: 1170px) {
  .landerB__questions__zone__column {
    width: 100%;
  }
}

.landerB__questions__zone__column__questionBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(140, 140, 140, 0.5);
}

@media (max-width: 700px) {
  .landerB__questions__zone__column__questionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}

questions--dark > .landerB__questions__zone__column__questionBox {
  border-bottom: 1px solid white;
}

.landerB__questions__zone__column__questionBox--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  width: 90%;
  margin: 42px 0 0 0;
}

@media (max-width: 700px) {
  .landerB__questions__zone__column__questionBox--text {
    margin: 29px 0 0 0;
    width: 100%;
  }
}

.landerB__questions__zone__column__questionBox--question {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 25px;
}

@media (max-width: 700px) {
  .landerB__questions__zone__column__questionBox--question {
    text-align: center;
  }
}

.landerB__questions__zone__column__questionBox--answer {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  height: 0px;
  overflow-y: hidden;
}

.landerB__questions__zone__column__questionBox__button {
  margin: auto 2px;
  color: #cba251;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  cursor: pointer;
  font-size: 23px;
  line-height: 14px;
  height: 20px;
  width: 20px;
  border: 2px solid #cba251;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 700px) {
  .landerB__questions__zone__column__questionBox__button {
    margin: 0 auto 32px auto;
  }
}

.showAnswerPlus {
  line-height: 16.5px;
}

@media (max-width: 700px) {
  .showAnswerPlus {
    line-height: 15px;
  }
}

.showAnswerMinus {
  line-height: 10.5px;
}

@media (max-width: 700px) {
  .showAnswerMinus {
    line-height: 10px;
  }
}

.hideAnswer {
  display: none;
}

.showAnswer {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.landerB__questions__zone__column--extra {
  display: none;
}

.landerB__questions__zone__column--extraShow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landerB__intouch__box {
  background-color: #ffffff;
  margin: 0 auto 65px auto;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  height: 606px;
  padding: 137px 0 0 13%;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/coupleWall--desktop1.png");
}

@media (max-width: 1170px) {
  .landerB__intouch__box {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/coupleWall--tablet.png");
    height: 637px;
    padding: 53px 0 0 0;
  }
}

@media (max-width: 700px) {
  .landerB__intouch__box {
    margin: 0 auto 65px auto;
    background-image: unset;
    height: unset;
    padding: unset;
  }
}

@media (max-width: 700px) {
  .landerB__intouch__box--imgMobile {
    background-color: aqua;
    width: 100%;
    height: 272px;
  }
}

.landerB__intouch__box--copy {
  color: #ffffff;
  font-family: 'Montserrat';
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  width: 685px;
  margin: 0 0 53px 0;
}

@media (max-width: 1170px) {
  .landerB__intouch__box--copy {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin: 0px auto 53px auto;
    width: unset;
  }
}

@media (max-width: 700px) {
  .landerB__intouch__box--copy {
    color: #333333;
    line-height: 1.38;
    margin: 45px auto 38px auto;
    font-size: 26px;
    font-weight: 600;
    width: unset;
  }
}

.coupleWall {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/coupleWall--desktop1.png");
}

@media (max-width: 1170px) {
  .coupleWall {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/coupleWall--tablet.png");
  }
}

@media (max-width: 700px) {
  .coupleWall {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/coupleWall--mobile.png");
    background-position: top;
  }
}

.porchFamily {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/porchFamily--desktop.png");
}

@media (max-width: 1170px) {
  .porchFamily {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/porchFamily--tablet.png");
    background-position: top;
  }
}

@media (max-width: 700px) {
  .porchFamily {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/porchFamily--mobile.png");
    background-position: center;
  }
}

.airborneSmile {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: right;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/AirborneSmile_desktop.jpg");
}

@media (max-width: 1170px) {
  .airborneSmile {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/AirborneSmile_tablet.jpg");
  }
}

@media (max-width: 700px) {
  .airborneSmile {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/AirborneSmile_mobile.jpg");
  }
}

.blueHouse {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/BlueHouse_desktop.jpg");
}

@media (max-width: 1170px) {
  .blueHouse {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/BlueHouse_tablet.jpg");
  }
}

@media (max-width: 700px) {
  .blueHouse {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/BlueHouse_mobile.jpg");
  }
}

.blackBackground {
  background-color: #000000;
}

.grayBungalow {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/GrayBungalow--small.png");
}

.hatKidSwing {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/HatKidSwing--small.png");
}

.manOnCouchChildDrawing {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/ManOnCouchChildDrawing--small.png");
}

.coupleConvertible {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/coupleConvertible.png");
}

.coupleKitchen {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/CoupleNewKitchen.png");
}

/*MODAL*/
.landerB__fadeOut {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  position: absolute;
  top: 0;
}

.landerB__modal {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  z-index: 11;
  position: fixed;
  top: 100px;
  padding: 58px 14%;
}

@media (max-width: 700px) {
  .landerB__modal {
    top: 74px;
    padding: 58px 10%;
    max-height: -webkit-calc(100vh - 100px);
    max-height: -moz-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
  }
}

.dark__modal {
  background-color: #333333;
}

.dark__modal > .landerB__modal__pageArea {
  color: #ffffff !important;
}

.backGroudLock {
  position: absolute !important;
}

/*Modal Close styles*/
.landerB__modal--close {
  line-height: 22px;
  height: 26px;
  width: 26px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  cursor: pointer;
  border: 2px solid #c79e51;
  position: absolute;
  top: 25px;
  right: 25px;
  color: #c79e51;
  padding: 0px 5px;
}

@media (max-width: 1170px) {
  .landerB__modal--close {
    right: 25px;
  }
}

@media (max-width: 700px) {
  .landerB__modal--close {
    top: 15px;
    right: 22px;
  }
}

.landerB__modal--close:before,
.landerB__modal--close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #c79e51;
  top: 3px;
}

.landerB__modal--close:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.landerB__modal--close:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*Modal tracker styles*/
.landerB__modal__circleNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 375px;
  margin: 0 0 51px 0;
}

@media (max-width: 700px) {
  .landerB__modal__circleNav {
    display: none;
  }
}

.landerB__modal__circleNav--circle {
  height: 19px;
  width: 19px;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
}

.blueDot {
  background-color: #00427a;
}

.landerB__modal__circleNav--dash {
  height: 2px;
  width: 26px;
  background-color: #cbcbcb;
  margin-top: 8px;
}

.landerB__modal__circleNav--circle active {
  height: 9px;
  width: 9px;
  border: 1px solid #333333;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  background-color: aqua;
}

/*Modal Button styles*/
.landerB__modal__buttonRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 3px 0;
}

.landerB__modal__buttonRow--button {
  height: 50px;
  width: 150px;
  font-family: 'Open Sans', sans-serif;
  /*border: 1px solid #00427a;
    background-color*/
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 700px) {
  .landerB__modal__buttonRow--button {
    height: 41px !important;
    width: 116px;
    font-size: 15px;
    line-height: 41px !important;
  }
}

.formB__blueButton {
  height: 50px;
  background-color: #00427a;
  color: #f0f0f0;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  line-height: 46px;
  cursor: pointer;
}

.formB__inverseButton {
  border: 1px solid #00427a;
  background-color: #f0f0f0;
  height: 48px;
  color: #00427a;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  line-height: 46px;
  cursor: pointer;
}

.formB__fakeButton {
  width: 150px;
  height: 50px;
}

.formB__Hide {
  display: none;
}

.landerB__modal__page__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  margin: 0 0 42px 0;
}

@media (max-width: 700px) {
  .landerB__modal__page__title {
    line-height: 1.27;
  }
}

.landerB__modal__page__questionBox {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 675px;
}

@media (max-width: 700px) {
  .landerB__modal__page__questionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset !important;
  }
}

.activePage {
  display: block;
}

/* INPUT STYLES */
.input--question {
  height: 56px;
  width: 319px;
  border: solid 1px #c4c4c4;
  text-indent: 8px;
}

.landerB__modal__page__questionBox--input {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landerB__modal__page__questionBox--input p {
  margin-bottom: 9px !important;
  font-size: 18px;
}

@media (max-width: 700px) {
  .landerB__modal__page__questionBox--input p {
    font-size: 15px;
  }
}

.landerB__modal__page__questionBox--input input {
  height: 56px;
  width: 319px;
  border: solid 1px #c4c4c4;
  text-indent: 8px;
  font-size: 18px;
}

@media (max-width: 1170px) {
  .landerB__modal__page__questionBox--input input {
    height: 56px;
    width: 264px;
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .landerB__modal__page__questionBox--input input {
    width: 100%;
    height: 52px;
    min-width: 244px;
    font-size: 15px;
  }
}

.landerB__modal__page__questionBox--input error input {
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

.landerB__modal__page__questionBox--input error > errorArea {
  display: block;
}

.errorArea {
  display: none;
}

.inputError input {
  border: solid 2px #bd1b21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
  color: #bd1b21;
  font-weight: 600;
}

.inputError input::-webkit-input-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input:-moz-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input::-moz-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input:-ms-input-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input::placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError p {
  color: #bd1b21;
  font-weight: 600;
}

.inputValid input {
  border: solid 2px #00427a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
  color: #00427a;
  font-weight: 600;
}

.inputValid input::-webkit-input-placeholder {
  color: #00427a;
}

.inputValid input:-moz-placeholder {
  color: #00427a;
}

.inputValid input::-moz-placeholder {
  color: #00427a;
}

.inputValid input:-ms-input-placeholder {
  color: #00427a;
}

.inputValid input::placeholder {
  color: #00427a;
}

.inputValid p {
  color: #333333;
}

.errorAreaInput {
  display: none;
  color: #bd1b21;
}

.inputError .errorAreaInput {
  display: inline;
  color: #bd1b21;
  font-weight: 600;
}

/*Questions styles*/
.eligibility__QuestionBox {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-family: 'Open Sans';
  margin-bottom: 28px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox {
    font-size: 16px;
    line-height: 24px;
    margin: 28px 15px 28px 15px;
  }
}

.eligibility__QuestionBox--radio {
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox--radio {
    text-align: center;
  }
}

.eligibility__radio__container {
  width: 244px;
  height: 52px;
}

.radio--question {
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .radio--question {
    text-align: center;
  }
}

.radioRow {
  margin: 1px 0 8px 0;
}

.radioRow p {
  margin-bottom: 17px;
  line-height: 26px;
}

.radioButton {
  width: 244px;
  height: 52px;
  margin: 0 15px 0 0;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 700px) {
  .radioButton {
    margin: 0 0 23px 0;
  }
}

.radioButton__toggle {
  display: none;
}

.radioButton span {
  text-align: center;
  width: 244px;
  height: 52px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background-color: #f0f0f0;
  border: solid 1px #c4c4c4;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  /* TODO:check font size */
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.54px;
}

@media (max-width: 700px) {
  .radioButton span {
    font-size: 15px;
  }
}

.radioButton span:hover {
  background-color: #d8e1f3;
  border: solid 2px #00427a;
  color: #00427a;
}

.radioButton__toggle:checked + span {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #f0f0f0;
  border: solid 2px #00427a;
  color: #00427a;
}

/* Radio select error styles */
.radioError {
  color: #bd1b21;
  font-weight: 600;
  font-size: 18px;
}

.radioError .radioButton span {
  border: solid 2px #bd1b21;
  color: #bd1b21;
}

.radioError > .errorArea {
  display: block !important;
}

.eligibility__QuestionBox--radio .errorArea {
  display: none;
}

.radioError > .radioCircle__container > .radioCircle__checkmark {
  border: 2px solid #bd1b21;
}

.eligibility__QuestionBox--date {
  margin-bottom: 24px;
}

.eligibility__QuestionBox--date p {
  margin-bottom: 9px !important;
  font-size: 18px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox--date p {
    font-size: 15px;
  }
}

.eligibility__QuestionBox--date input {
  height: 56px;
  width: 319px;
  border: solid 1px #c4c4c4;
  text-indent: 8px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox--date input {
    width: 288px;
  }
}

.landerB__modal__disclaimer {
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
}

.disabled_submit {
  background-color: #F0F0F0;
  color: lightgray;
  border: none;
  cursor: default;
  line-height: 56px;
  height: 50px;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  line-height: 46px;
  cursor: pointer;
  width: 150px;
  font-family: 'Open Sans', sans-serif;
  /*border: 1px solid #00427a;
    background-color*/
  font-size: 18px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 700px) {
  .disabled_submit {
    height: 41px !important;
    width: 116px;
    font-size: 15px;
    line-height: 41px !important;
  }
}

.landerB__saying {
  background-color: #333333;
  padding-top: 58px;
}

.landerB__saying__title {
  height: 163px;
}

.landerB__saying__title--main {
  font-family: 'Montserrat';
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 23px 0;
}

.landerB__saying__title--sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.black-bars::before {
  background-color: #333333 !important;
}

.black-bars::after {
  background-color: #333333 !important;
}

.ed__quoteVideoBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Ed-Desktop.jpg");
}

@media (max-width: 1170px) {
  .ed__quoteVideoBackground {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Ed-Tablet.jpg");
    background-position: top;
  }
}

@media (max-width: 700px) {
  .ed__quoteVideoBackground {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Ed-Mobile.jpg");
    background-position: top;
  }
}

.igor__quoteVideoBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Igor-Desktop.jpg");
}

@media (max-width: 1170px) {
  .igor__quoteVideoBackground {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Igor-Tablet.jpg");
    background-position: top;
  }
}

@media (max-width: 700px) {
  .igor__quoteVideoBackground {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Igor-Mobile.jpg");
    background-position: top;
  }
}

.tim__quoteVideoBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Tim-Desktop.jpg");
}

@media (max-width: 1170px) {
  .tim__quoteVideoBackground {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Tim-Tablet.jpg");
    background-position: top;
  }
}

@media (max-width: 700px) {
  .tim__quoteVideoBackground {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/OuoteVideoImages/J0183-Quote-Hero-Tim-Mobile.jpg");
    background-position: top;
  }
}

.fitnessBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/fitness--desktop.png");
}

@media (max-width: 1170px) {
  .fitnessBackground {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/fitness--tablet.png");
  }
}

@media (max-width: 700px) {
  .fitnessBackground {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/fitness--mobile.png");
  }
}

.soundBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/sound--desktop.png");
}

@media (max-width: 1170px) {
  .soundBackground {
    /*TODO Need Image*/
  }
}

@media (max-width: 700px) {
  .soundBackground {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/sound--mobile.png");
  }
}

.footballBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/football--desktop.png");
}

@media (max-width: 1170px) {
  .footballBackground {
    /*TODO Need Image*/
  }
}

@media (max-width: 700px) {
  .footballBackground {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/football--mobile.png");
  }
}

.basketballBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/basketball--desktop.jpg");
}

@media (max-width: 1170px) {
  .basketballBackground {
    /*TODO Need Image*/
  }
}

@media (max-width: 700px) {
  .basketballBackground {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/basketball--mobile.png");
  }
}

.autoBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/auto--desktop.png");
}

@media (max-width: 1170px) {
  .autoBackground {
    /*TODO Need Image*/
  }
}

@media (max-width: 700px) {
  .autoBackground {
    background-position: bottom;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/auto--mobile.png");
  }
}

.petBackground {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/pet--desktop.jpg");
}

@media (max-width: 1170px) {
  .petBackground {
    /*TODO Need Image*/
  }
}

@media (max-width: 700px) {
  .petBackground {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/pet--mobile.png");
  }
}

.motherDaughterCouch {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: top;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/motherDaughterCouch--desktop.png");
}

@media (max-width: 1170px) {
  .motherDaughterCouch {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/motherDaughterCouch--tablet.png");
  }
}

@media (max-width: 700px) {
  .motherDaughterCouch {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/motherDaughterCouch--mobile.png");
  }
}

.quoteWhite {
  color: unset;
}

@media (max-width: 1170px) {
  .quoteWhite {
    color: unset;
  }
}

@media (max-width: 700px) {
  .quoteWhite {
    color: #ffffff !important;
  }
}

.landerB__saying__trustPilot {
  width: 100%;
  height: 190px;
}

@media (max-width: 700px) {
  .landerB__saying__trustPilot {
    height: 330px;
  }
}

.landerBHero__customerStories {
  background-color: #4d4d4d;
  padding: 40px 0 75px 0;
  margin: 0 auto;
}

.customerStories--dark {
  background-color: #000000 !important;
  padding: 40px 0 30px 0;
}

@media (max-width: 700px) {
  .customerStories--dark {
    padding: 40px 0 20px 0;
  }
}

.landerBHero__customerStories__title {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: auto 0 48px auto;
}

.customerStories--dark > .landerBHero__customerStories__title {
  margin: auto 0 13px auto;
}

.landerBHero__customerStories__subTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 48px auto;
}

@media (max-width: 1170px) {
  .landerBHero__customerStories__subTitle {
    font-size: 21px;
    width: 80%;
  }
}

@media (max-width: 700px) {
  .landerBHero__customerStories__subTitle {
    font-size: 15px;
    width: 90%;
    margin: 0 auto 48px auto;
  }
}

.landerBHero__customerStories__tileRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1172px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 1170px) {
  .landerBHero__customerStories__tileRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 700px) {
  .landerBHero__customerStories__tileRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.landerBHero__customerStories__tileRow__tile {
  width: 380px;
  text-align: center;
  margin: 0 0 32px 0;
  height: auto;
}

@media (max-width: 1170px) {
  .landerBHero__customerStories__tileRow__tile {
    margin: 0 auto 32px auto;
  }
}

@media (max-width: 700px) {
  .landerBHero__customerStories__tileRow__tile {
    width: 320px;
    margin: 0 auto 32px auto;
  }
}

.landerBHero__customerStories__extra--hide {
  display: none;
}

.landerBHero__customerStories__extra--show {
  display: contents;
}

.landerBHero__customerStories__tileRow__tile--image {
  height: 250px;
  width: 100%;
  border: 1px solid #ffffff;
  margin: 0 0 21px 0;
  position: initial;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
}

.landerBHero__customerStories__tileRow__tile--playButton {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/playButton.png");
  height: 81px;
  width: 81px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  position: relative;
  left: 148px;
  top: 83px;
  cursor: pointer;
}

@media (max-width: 700px) {
  .landerBHero__customerStories__tileRow__tile--playButton {
    left: 121px;
    top: 82px;
  }
}

.landerBHero__customerStories__tileRow__tile--quote {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 13px;
  font-style: italic;
}

@media (max-width: 700px) {
  .landerBHero__customerStories__tileRow__tile--quote {
    font-size: 18px;
  }
}

.landerBHero__customerStories__tileRow__tile--ascription {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 700px) {
  .landerBHero__customerStories__tileRow__tile--ascription {
    font-size: 15px;
  }
}

.landerBHero__customerStories__tileRow__tile--date {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 700px) {
  .landerBHero__customerStories__tileRow__tile--date {
    font-size: 15px;
  }
}

.landerBHero__customerStories__buttonRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0 auto;
}

@media (max-width: 1170px) {
  .landerBHero__customerStories__buttonRow {
    margin: 50px auto 0 auto;
  }
}

@media (max-width: 700px) {
  .landerBHero__customerStories__buttonRow {
    margin: 0 auto;
  }
}

.landerBHero__customerStories__buttonRow--button {
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  height: 63px;
  line-height: 63px;
}

@media (max-width: 1170px) {
  .landerBHero__customerStories__buttonRow--button {
    font-size: 28px;
    height: 63px;
    line-height: 63px;
  }
}

@media (max-width: 700px) {
  .landerBHero__customerStories__buttonRow--button {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: 39px auto 0px auto;
  }
}

.downArrow {
  width: 32px;
  height: 21px;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/scrolldown.png");
}

.downArrow--gold {
  width: 32px;
  height: 21px;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/scrolldown--gold.png");
}

.customerStoreies--background {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: top;
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/CustomerStories--desktop.png");
}

@media (max-width: 1170px) {
  .customerStoreies--background {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/CustomerStories--tablet.png");
  }
}

@media (max-width: 700px) {
  .customerStoreies--background {
    background-position: top;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/CustomerStories--mobile.png");
  }
}

.arrowAlignCenter {
  margin: 0 auto;
}

#customerStoriesVideo {
  height: 480px;
  width: 853px;
  margin: 50px auto;
}

@media (max-width: 1170px) {
  #customerStoriesVideo {
    height: 432px;
    width: 768px;
  }
}

@media (max-width: 700px) {
  #customerStoriesVideo {
    height: 300px;
    width: 100%;
  }
}

.videoOpen {
  display: block;
}

.videoClosed {
  display: none;
}

.alvin--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Alvin-M_Thumbnail.jpg");
}

.david--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/David-D_Thumbnail.jpg");
}

.ed--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Ed-C_Thumbnail.jpg");
}

.felton--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Felton-C_Thumbnail.jpg");
}

.george--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/George-C_Thumbnail.jpg");
}

.igor--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Igor-R_Thumbnail.jpg");
}

.josh--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Josh-P_Thumbnail.jpg");
}

.kyle--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Kyle-K_Thumbnail.jpg");
}

.michael--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Michael-D_Thumbnail.jpg");
}

.mike--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Mike-B_Thumbnail.jpg");
}

.paul--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Paul-B_Thumbnail.jpg");
}

.tim--thumbnail {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/YoutubeThumbnail/Tim-H_Thumbnail.jpg");
}

.noDecoration {
  text-decoration: none;
}

.landerB__questions--differentBackground {
  background-color: #f0f0f0;
  padding: 57px 0;
}

@media (max-width: 1170px) {
  .landerB__questions--differentBackground {
    padding: 42px 0;
  }
}

@media (max-width: 700px) {
  .landerB__questions--differentBackground {
    padding: 42px 0 0 0;
  }
}

.landerB__questions--differentBackground--marginfix {
  margin: 0px auto 11px auto !important;
}

@media (max-width: 1170px) {
  .landerB__questions--differentBackground--marginfix {
    margin: 0px auto 11px auto !important;
  }
}

@media (max-width: 700px) {
  .landerB__questions--differentBackground--marginfix {
    margin: 0px auto 10px auto !important;
  }
}

.landerBHero__customerStories__tileZone {
  overflow: hidden;
  height: 841px;
}

@media (max-width: 1170px) {
  .landerBHero__customerStories__tileZone {
    height: 827px;
  }
}

@media (max-width: 700px) {
  .landerBHero__customerStories__tileZone {
    height: 1178px;
  }
}

.customerStories--dark > .landerBHero__customerStories__tileZone {
  overflow: hidden;
  height: 575px;
}

@media (max-width: 1170px) {
  .customerStories--dark > .landerBHero__customerStories__tileZone {
    height: 603px;
  }
}

@media (max-width: 700px) {
  .customerStories--dark > .landerBHero__customerStories__tileZone {
    height: 907px;
  }
}

.tileZone--autoheight {
  height: auto;
}

.landerB__questions__buttonrow--marginfix {
  margin: 64px auto 0 auto;
}

@media (max-width: 1170px) {
  .landerB__questions__buttonrow--marginfix {
    margin: 45px auto 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__questions__buttonrow--marginfix {
    margin: unset;
  }
}

/* Web-236 styles */
.landerBHero--vfIcon {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 97px;
  margin: 0 auto 25px auto;
  width: 407px;
}

@media (max-width: 1170px) {
  .landerBHero--vfIcon {
    height: 68px;
    width: 284px;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 700px) {
  .landerBHero--vfIcon {
    height: 53px;
    width: 222px;
  }
}

.whiteVfIcon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/VF_logo_white.png");
}

.landerB__intro {
  background-color: #e1e0e4;
  width: 100%;
}

.landerB__intro__textArea {
  width: 100%;
  max-width: 1128px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .landerB__intro__textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .landerB__intro__textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.landerB__intro__textArea--text {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-align: left;
  padding: 150px 0;
  max-width: 924px;
}

@media (max-width: 1170px) {
  .landerB__intro__textArea--text {
    font-size: 26px;
    padding: 60px 0 0 0;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__intro__textArea--text {
    font-size: 15px;
    padding: 41px 0 0 0;
    width: 90%;
    margin: 0 auto;
  }
}

.landerB__intro__textArea--text b {
  font-weight: 600;
}

.landerB__intro__icon {
  height: 235px;
  width: 133px;
  margin: 150px 0 0 25px;
}

@media (max-width: 1170px) {
  .landerB__intro__icon {
    width: 87px;
    height: 154px;
    margin: 50px auto 66px auto;
  }
}

@media (max-width: 700px) {
  .landerB__intro__icon {
    width: 49px;
    height: 86px;
    margin: 21px auto 41px auto;
  }
}

.landerB__benifitsV2 {
  width: 100%;
  background-color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.landerB__benifitsV2--positionBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 1170px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1554px;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2--positionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 700px;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2--positionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 320px;
  }
}

.landerB__benifitsV2__left {
  color: #ffffff;
  margin: 0 20px 0 20px;
  width: 50%;
  min-width: 600px;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__left {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__left {
    width: 100%;
    min-width: 320px;
  }
}

.landerB__benifitsV2__left__textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px auto 0 0;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__left__textbox {
    margin: 0px auto 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__left__textbox {
    margin: 0px auto 0 auto;
  }
}

.landerB__benifitsV2__list {
  color: #c79e51;
  list-style-type: disc;
  list-style-position: initial;
  margin: 0 0 0 25px;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__list {
    width: 485px;
    margin: 0 auto;
    padding: 0 8%;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__list {
    width: auto;
    margin: unset;
    padding: 0 8%;
  }
}

.landerB__benifitsV2__left__textbox--title {
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.96px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 50px 0;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__left__textbox--title {
    font-size: 45px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__left__textbox--title {
    font-size: 26px;
    text-align: center;
  }
}

.landerB__benifitsV2__left__textbox__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 45px 0;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__left__textbox__row {
    width: 575px;
    margin: 0 auto 45px auto;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__left__textbox__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.landerB__benifitsV2__list--listElement > .landerB__benifitsV2__left__textbox__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 45px 12px;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__list--listElement > .landerB__benifitsV2__left__textbox__row {
    width: 575px;
    margin: 0 auto 45px auto;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__list--listElement > .landerB__benifitsV2__left__textbox__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.landerB__benifitsV2__left__textbox__row--icon {
  height: 71px;
  width: 73px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 25px 0 0;
}

@media (max-width: 700px) {
  .landerB__benifitsV2__left__textbox__row--icon {
    margin: 0 auto 26px auto;
  }
}

.landerB__benifitsV2__left__textbox__row--rowText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.landerB__benifitsV2__left__textbox__row--rowText--rowTitle {
  font-size: 29px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__left__textbox__row--rowText--rowTitle {
    font-size: 26px;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__left__textbox__row--rowText--rowTitle {
    font-size: 18px;
    text-align: center;
  }
}

.landerB__benifitsV2__left__textbox__row--rowText--rowSub {
  font-size: 25px;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__left__textbox__row--rowText--rowSub {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__left__textbox__row--rowText--rowSub {
    font-size: 15px;
    text-align: center;
  }
}

.landerB__benifitsV2__list--listElement > .landerB__benifitsV2__left__textbox__row > .landerB__benifitsV2__left__textbox__row--rowText > .landerB__benifitsV2__left__textbox__row--rowText--rowTitle {
  text-align: left;
}

.landerB__benifitsV2__list--listElement > .landerB__benifitsV2__left__textbox__row > .landerB__benifitsV2__left__textbox__row--rowText > .landerB__benifitsV2__left__textbox__row--rowText--rowSub {
  text-align: left;
}

.landerB__benifitsV2__img {
  width: 877px;
  height: auto;
  background-repeat: no-repeat;
  -moz-background-size: inherit;
       background-size: inherit;
  margin: 0 0 0 20px;
}

@media (max-width: 1170px) {
  .landerB__benifitsV2__img {
    width: 607px;
    height: 417px;
    margin: 0 auto 30px auto;
    -moz-background-size: contain;
         background-size: contain;
  }
}

@media (max-width: 700px) {
  .landerB__benifitsV2__img {
    width: 100%;
    height: 417px;
    margin: 0 auto 0 auto;
    -moz-background-size: contain;
         background-size: contain;
  }
}

.bigMedal {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/bigGoldMedal.png");
}

@media (max-width: 1170px) {
  .bigMedal {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/bigGoldMedal--med.png");
  }
}

@media (max-width: 700px) {
  .bigMedal {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/bigGoldMedal--small.png");
  }
}

.goldHouseIcon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/goldHouseIcon.png");
}

.goldPercent {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/goldPercent.png");
}

.goldWallet {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/goldWallet.png");
}

.hatSwingKid--big {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/HatKidSwing--big.png");
}

/* Awareness designs*/
.landerB__intouchV2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #000000;
}

@media (max-width: 1170px) {
  .landerB__intouchV2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.landerB__intouchV2--positionBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .landerB__intouchV2--positionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2--positionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.landerB__intouchV2--img {
  height: 567px;
  width: 650px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

@media (max-width: 1170px) {
  .landerB__intouchV2--img {
    height: 412px;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2--img {
    height: 280px;
    width: 100%;
  }
}

.landerB__intouchV2--right {
  width: 65%;
  min-width: 680px;
  background-color: #000000;
}

@media (max-width: 1170px) {
  .landerB__intouchV2--right {
    width: 100%;
    height: 255px;
    min-width: 700px;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2--right {
    min-width: 320px;
    width: 100%;
    height: auto;
  }
}

.landerB__intouchV2__textArea {
  width: 640px;
  height: 159px;
  margin: 200px auto 0 auto;
}

@media (max-width: 1170px) {
  .landerB__intouchV2__textArea {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2__textArea {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
}

.landerB__intouchV2__textArea--text {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.96px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 50px 0;
}

@media (max-width: 1170px) {
  .landerB__intouchV2__textArea--text {
    font-size: 36px;
    margin: 45px 0 0 0;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2__textArea--text {
    font-size: 26px;
    margin: 41px 0 0 0;
  }
}

.landerB__intouchV2__textArea__buttonRow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: 'Montserrat';
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1170px) {
  .landerB__intouchV2__textArea__buttonRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 640px;
    margin: 50px auto 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2__textArea__buttonRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto 15px auto;
  }
}

.landerB__intouchV2__textArea__buttonRow--button {
  text-transform: uppercase;
  width: 292px;
  height: 63px;
  color: #ffffff;
  background-color: #cba251;
  font-size: 28px;
  font-weight: 600;
  -webkit-border-radius: 31.5px;
     -moz-border-radius: 31.5px;
          border-radius: 31.5px;
  text-align: center;
  line-height: 61px;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .landerB__intouchV2__textArea__buttonRow--button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2__textArea__buttonRow--button {
    margin: 32px auto 0 auto;
    width: 247px;
    height: 54px;
    font-size: 23px;
    line-height: 55px;
  }
}

.landerB__intouchV2__textArea__buttonRow--buttonInverse {
  text-transform: uppercase;
  width: 292px;
  height: 63px;
  -webkit-border-radius: 31.5px;
     -moz-border-radius: 31.5px;
          border-radius: 31.5px;
  border: solid 3px #cba251;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 57px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1170px) {
  .landerB__intouchV2__textArea__buttonRow--buttonInverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 700px) {
  .landerB__intouchV2__textArea__buttonRow--buttonInverse {
    margin: 29px auto;
    width: 247px;
    height: 54px;
    font-size: 23px;
    line-height: 50px;
  }
}

.coupleWall--small {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/coupleWall--small.png");
}

.camoBackground {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/CamoBackground.png");
}

.camoBackground--black {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/CamoBackground--Black.png");
}

.landerB__quotesV2 {
  width: 100%;
  height: 445px;
  padding: 75px 0 75px 0;
  background-color: black;
}

@media (max-width: 1170px) {
  .landerB__quotesV2 {
    height: auto;
    padding: 2% 0 2% 0;
  }
}

@media (max-width: 700px) {
  .landerB__quotesV2 {
    height: auto;
    padding: 5% 0 5% 0;
  }
}

.landerB__quotesV2__body {
  position: relative;
}

@media (max-width: 1170px) {
  .landerB__quotesV2__body {
    min-height: 540px;
    height: auto;
  }
}

@media (max-width: 700px) {
  .landerB__quotesV2__body {
    min-height: 265px;
    height: auto;
  }
}

.landerB__quotesV2__body__quoteZone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1170px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*transition: position 2s;*/
  margin: 0 auto;
  position: fixed;
  left: -100%;
  -webkit-animation: slideOut 1s backwards;
     -moz-animation: slideOut 1s backwards;
       -o-animation: slideOut 1s backwards;
          animation: slideOut 1s backwards;
}

@media (max-width: 1170px) {
  .landerB__quotesV2__body__quoteZone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 700px;
  }
}

@media (max-width: 700px) {
  .landerB__quotesV2__body__quoteZone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*min-width: 320px;*/
    width: 100%;
    /*max-width:500px;*/
  }
}

.quoteV2--active {
  -webkit-animation: slide 1s forwards;
     -moz-animation: slide 1s forwards;
       -o-animation: slide 1s forwards;
          animation: slide 1s forwards;
  /*animation-delay: 1s;*/
  width: 1170px;
  position: inherit;
  right: 0%;
}

@media (max-width: 1170px) {
  .quoteV2--active {
    width: 700px;
  }
}

@media (max-width: 700px) {
  .quoteV2--active {
    width: 95%;
    margin: 0 auto 0 auto;
  }
}

.quoteV2--unActive {
  position: absolute;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  right: -100%;
  -webkit-animation: slideOut 1s forwards;
     -moz-animation: slideOut 1s forwards;
       -o-animation: slideOut 1s forwards;
          animation: slideOut 1s forwards;
}

@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}

@-moz-keyframes slide {
  100% {
    left: 0;
  }
}

@-o-keyframes slide {
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    left: 0;
  }
}

@-webkit-keyframes slideOut {
  100% {
    right: -300%;
  }
}

@-moz-keyframes slideOut {
  100% {
    right: -300%;
  }
}

@-o-keyframes slideOut {
  100% {
    right: -300%;
  }
}

@keyframes slideOut {
  100% {
    right: -300%;
  }
}

.landerB__quotesV2__body__quoteZone activeV2Quote {
  position: center;
}

.landerB__quotesV2__body__quoteZone__quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*margin: 94px 75px 0 25px;*/
  width: 680px;
  padding: 35px 25px 0px 0;
}

@media (max-width: 1170px) {
  .landerB__quotesV2__body__quoteZone__quote {
    padding: 3% 25px 50px 0;
  }
}

@media (max-width: 700px) {
  .landerB__quotesV2__body__quoteZone__quote {
    padding: 2% 0 5% 0;
    /*min-width: 320px;*/
    width: 95%;
    /*max-width: 500px;*/
  }
}

.landerB__quotesV2__body__quoteZone__quote--quote {
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (max-width: 700px) {
  .landerB__quotesV2__body__quoteZone__quote--quote {
    font-size: 18px;
  }
}

.landerB__quotesV2__body__quoteZone__quote--ascription {
  font-family: 'Montserrat';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 700px) {
  .landerB__quotesV2__body__quoteZone__quote--ascription {
    font-size: 13.5px;
  }
}

.landerB__quotesV2__body__quoteZone__quote--date {
  font-family: 'Montserrat';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 700px) {
  .landerB__quotesV2__body__quoteZone__quote--date {
    font-size: 13.5px;
  }
}

.landerB__quotesV2__body__quoteZone--quoteImg {
  height: 290px;
  width: 290px;
}

@media (max-width: 1170px) {
  .landerB__quotesV2__body__quoteZone--quoteImg {
    height: 187px;
    width: 187px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__quotesV2__body__quoteZone--quoteImg {
    height: 88px;
    width: 88px;
    margin: 0 auto;
  }
}

.landerDark {
  background-color: #242424;
}

/*translucentHeader styles*/
.translucentHeader {
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  margin: 44px auto 0 auto;
}

@media (max-width: 1170px) {
  .translucentHeader {
    height: 40px;
    margin: 31px auto 0 auto;
  }
}

@media (max-width: 700px) {
  .translucentHeader {
    height: 33px;
    margin: 17px auto 0 auto;
  }
}

.translucentHeader__startYourLoanButton {
  height: 40px;
  width: 198px;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
  border: solid 2px #caa251;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 37px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px 0px 0px 11px;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .translucentHeader__startYourLoanButton {
    line-height: 37px;
    margin: unset;
    position: initial;
  }
}

@media (max-width: 700px) {
  .translucentHeader__startYourLoanButton {
    line-height: 30px;
    height: 33px;
    width: 147px;
    font-size: 14.5px;
    margin: unset;
    position: absolute;
    left: 10px;
  }
}

.translucentHeader__callIcon {
  height: 40px;
  width: 40px;
  margin: 2px 0px 0px 11px;
  cursor: pointer;
  position: initial;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

@media (max-width: 1170px) {
  .translucentHeader__callIcon {
    margin: unset;
    position: absolute;
    right: 10px;
  }
}

@media (max-width: 700px) {
  .translucentHeader__callIcon {
    margin: unset;
    height: 33px;
    width: 33px;
  }
}

.telephoneIcon--gold {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/phoneIcon--gold.png");
}

.awareness-optionB--background {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Backgrounds/Awareness--optionB--Desktop.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.icon--gear {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  margin: 11px auto 0px auto;
  width: 103px;
}

.icon--houseHeart {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  margin: 0 auto 0px auto;
  width: 97px;
}

.icon--personHeart {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  margin: 21px auto 0px auto;
  width: 92px;
}

/*Iconrow styles*/
.landerIconRow {
  background-color: #e1e0e4;
  width: 100%;
  padding: 59px 0% 68px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1170px) {
  .landerIconRow {
    padding: 36px 0 57px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .landerIconRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 23px 0 38px 0;
  }
}

.landerIconRow__tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333333;
  width: 400px;
}

@media (max-width: 1170px) {
  .landerIconRow__tile {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 700px) {
  .landerIconRow__tile {
    width: 90%;
    margin: 0 auto 10px auto;
  }
}

.landerIconRow__tile__iconHolder {
  width: 100%;
  height: 118px;
  margin: 0 0 25px 0;
}

@media (max-width: 700px) {
  .landerIconRow__tile__iconHolder {
    margin: 0 0 20px 0;
  }
}

.landerIconRow__tile__copy {
  width: 90%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.landerIconRow__tile__copy--title {
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 0 10px 0;
}

@media (max-width: 1170px) {
  .landerIconRow__tile__copy--title {
    font-size: 21px;
  }
}

@media (max-width: 700px) {
  .landerIconRow__tile__copy--title {
    font-size: 18px;
    margin: 0 0 3px 0;
  }
}

.landerIconRow__tile__copy--subtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 1170px) {
  .landerIconRow__tile__copy--subtext {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .landerIconRow__tile__copy--subtext {
    font-size: 15px;
    line-height: 26px;
  }
}

.removePadding {
  padding: unset;
}

/*Eligibility Request Area*/
.landerB__eligibility {
  width: 100%;
  height: auto;
  background-color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1170px) {
  .landerB__eligibility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.landerB__eligibility__left {
  width: 50%;
  position: inherit;
  padding: 86px 0 0px 0;
}

@media (max-width: 1170px) {
  .landerB__eligibility__left {
    width: 100%;
    padding: 53px 0 12px 0;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility__left {
    width: 100%;
    padding: 37px 0 2px 0;
  }
}

.landerB__eligibility__right {
  height: 674px;
  width: 50%;
  margin: 0 auto;
  -moz-background-size: cover;
       background-size: cover;
  background: no-repeat;
  position: inherit;
  /*background-image: url('~/App_Themes/VeteransFirst/assets/images/new-landers/Images/HatKidSwing--big.png');*/
}

@media (max-width: 1170px) {
  .landerB__eligibility__right {
    width: 100%;
    height: 417px;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility__right {
    width: 100%;
    height: 214px;
  }
}

.landerB__eligibility__left__spacer {
  position: relative;
  left: 20%;
  max-width: 750px;
}

@media (max-width: 1550px) {
  .landerB__eligibility__left__spacer {
    left: 5%;
    max-width: 525px;
    width: 525px;
  }
}

@media (max-width: 1170px) {
  .landerB__eligibility__left__spacer {
    max-width: 525px;
    position: unset;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility__left__spacer {
    max-width: 310px;
    margin: 0 auto;
  }
}

.landerB__eligibility__left__spacer__copy__list {
  color: #c79e51;
  list-style-type: disc;
  list-style-position: initial;
  margin: 0 0 0 25px;
}

@media (max-width: 1170px) {
  .landerB__eligibility__left__spacer__copy__list {
    margin: 0 0 0 39px;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility__left__spacer__copy__list {
    margin: 0px 0 0 26px;
  }
}

.landerB__eligibility__left__spacer__copy--title {
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.96px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 50px 0;
}

@media (max-width: 1170px) {
  .landerB__eligibility__left__spacer__copy--title {
    font-size: 45px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility__left__spacer__copy--title {
    font-size: 26px;
    text-align: center;
    margin: 0 0 31px 0;
  }
}

.landerB__eligibility__left__spacer__copy__list-element {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 45px 12px;
}

@media (max-width: 700px) {
  .landerB__eligibility__left__spacer__copy__list-element {
    margin: 0 0 27px 12px;
  }
}

.landerB__eligibility__left__spacer__copy__list-element--title {
  color: #ffffff;
  font-size: 29px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

@media (max-width: 1170px) {
  .landerB__eligibility__left__spacer__copy__list-element--title {
    font-size: 26px;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility__left__spacer__copy__list-element--title {
    font-size: 18px;
    margin: 0 0 7px 0;
  }
}

.landerB__eligibility__left__spacer__copy__list-element--sub {
  color: #ffffff;
  font-size: 25px;
}

@media (max-width: 1170px) {
  .landerB__eligibility__left__spacer__copy__list-element--sub {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .landerB__eligibility__left__spacer__copy__list-element--sub {
    font-size: 15px;
  }
}

.footerSpaceMaker {
  width: 100%;
  margin-top: 66px;
}

@media (max-width: 700px) {
  .darkerSlides {
    background-color: #242424 !important;
    margin: 0px 0px 28px;
  }
}

.hatKidSwingV2 {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/hatKidSwingV2--desktop.png");
  height: 674px;
  width: 100%;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1170px) {
  .hatKidSwingV2 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/hatKidSwingV2--tablet.png");
    background-position: center;
    height: 100%;
  }
}

@media (max-width: 700px) {
  .hatKidSwingV2 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/hatKidSwingV2--mobile.png");
    height: 100%;
  }
}

.coupleWallV2 {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/coupleWallV2--desktop.png");
  background-position: right;
}

@media (max-width: 1170px) {
  .coupleWallV2 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/coupleWallV2--tablet.png");
    background-position: inherit;
  }
}

@media (max-width: 700px) {
  .coupleWallV2 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Images/coupleWallV2--mobile.png");
    background-position: top;
  }
}

.logo__bbb--white {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/bbb-logo-white.png");
  height: 85px;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  width: 53px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.logo__bbb--blue {
  background-image: url("/App_Themes/VeteransFirst/assets/images/BBBAccreditedBusinessARating.png");
  height: 85px;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  width: 121px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}

.logo__ehl--white {
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/Icons/EHL-white.png");
  height: 85px;
  width: 80px;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}

.column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1170px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.colmun--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1170px) {
  .colmun--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 700px) {
  .colmun--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.relativePosition {
  position: relative;
}

#swiperPaginationOverImage {
  position: absolute;
  bottom: 35px;
}

@media (max-width: 700px) {
  #swiperPaginationOverImage {
    position: relative;
    background-color: #242424;
    bottom: -1px;
  }
}

.hidePagination {
  display: none !important;
}

.quoteImage--Tim2 {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  /*background-image: url('~/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Tim-Desktop.png');*/
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/Tim-H-2.png");
}

@media (max-width: 700px) {
  .quoteImage--Tim2 {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Tim-Mobile.png");
  }
}

.quoteImage--Ed2 {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  /*background-image: url('~/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Ed-Desktop.png');*/
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/Ed-C-2.png");
}

@media (max-width: 700px) {
  .quoteImage--Ed2 {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Ed-Mobile.png");
  }
}

.quoteImage--Michael2 {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  /*background-image: url('~/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Michael-Desktop.png');*/
  background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/Michael-D-2.png");
}

@media (max-width: 700px) {
  .quoteImage--Michael2 {
    background-position: center;
    background-image: url("/App_Themes/VeteransFirst/assets/images/new-landers/QuoteImages/J0183-Profile-Img-Michael-MOBILE.png");
  }
}

#page-content .single-page .content h1 {
  font-size: 48px;
  line-height: initial;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

@media (max-width: 1170px) {
  #page-content .single-page .content h1 {
    font-size: 45px;
  }
}

@media (max-width: 700px) {
  #page-content .single-page .content h1 {
    font-size: 30px;
  }
}

#page-content .single-page .content h2 {
  margin-left: 0;
  margin-right: 0;
  text-align: initial;
  max-width: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
  font-size: 33px;
}

@media (max-width: 1170px) {
  #page-content .single-page .content h2 {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  #page-content .single-page .content h2 {
    font-size: 22px;
  }
}

#page-content .single-page .content h4 {
  font-size: 36px;
  line-height: 47px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
  margin: 30px 0 24px;
}

@media (max-width: 1170px) {
  #page-content .single-page .content h4 {
    font-size: 33px;
    line-height: 43px;
  }
}

@media (max-width: 700px) {
  #page-content .single-page .content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

#page-content .single-page .content .sub-headline {
  opacity: 1;
}

#page-content .single-page .content .header-wrapper {
  position: relative;
  width: 100%;
  /*padding-right: 135px;*/
  margin-bottom: 44px;
  text-align: center;
  /* padding-left: 135px; */
  margin-top: 40px;
}

@media (max-width: 1170px) {
  #page-content .single-page .content .header-wrapper {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 43px;
  }
}

@media (max-width: 700px) {
  #page-content .single-page .content .header-wrapper {
    margin-top: 40px;
    padding-right: 0;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 28px;
  }
}

#page-content .single-page .content .header-wrapper h1, #page-content .single-page .content .header-wrapper h2 {
  margin-bottom: 0px;
}

@media (max-width: 700px) {
  #page-content .single-page .content .header-wrapper h1, #page-content .single-page .content .header-wrapper h2 {
    text-align: center;
    margin-bottom: 15px;
  }
}

#page-content .single-page .content .sub-headline {
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  margin-top: 0;
}

@media (max-width: 1170px) {
  #page-content .single-page .content .sub-headline {
    font-size: 25px;
  }
}

@media (max-width: 700px) {
  #page-content .single-page .content .sub-headline {
    font-size: 20px;
  }
}

#page-content .single-page .content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
  padding: 0;
  margin-bottom: 30px;
}

#page-content .single-page .content p:last-child {
  margin-bottom: 0;
}

#page-content .single-page .content .wide-image {
  margin: 30px 0;
}

.single-page .start-your-loan {
  margin-bottom: 0;
}

.single-page .share-wrapper {
  position: relative;
  top: 13px;
  right: 0;
}

@media (max-width: 1170px) {
  .single-page .share-wrapper {
    position: relative;
    top: 15px;
  }
}

@media (max-width: 700px) {
  .single-page .share-wrapper {
    position: relative;
    top: 0;
  }
}

.single-page .share-wrapper a {
  display: inline-block;
  color: #c79e51;
  margin-right: 30px;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  cursor: pointer;
}

.single-page .share-wrapper a:last-child {
  margin-right: 0;
}

.single-page .share-wrapper a:hover {
  color: #333333;
}

#page-content .error-page .content {
  text-align: center;
}

@media (max-width: 700px) {
  #page-content .error-page p br {
    display: none;
  }
}

#page-content .error-page .phone-number {
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#page-content .legal-page .content {
  padding-top: 56px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  #page-content .legal-page .content {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  #page-content .legal-page .content {
    font-size: 13px;
    line-height: 19px;
  }
}

#page-content .legal-page .content:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1170px) {
  #page-content .legal-page .content {
    padding-top: 44px;
  }
}

@media (max-width: 1170px) {
  #page-content .legal-page .content {
    padding-top: 26px;
  }
}

#page-content .legal-page .content h1,
#page-content .legal-page .content h2 {
  text-align: initial;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 17px;
  max-width: none;
}

#page-content .legal-page .content h1:not(:first-child),
#page-content .legal-page .content h2:not(:first-child) {
  margin-top: 47px;
}

#page-content .legal-page .content a {
  color: #c79e51;
  font-weight: 700;
}

#page-content .legal-page p {
  padding: 0;
}

#page-content .legal-page hr {
  border: 0;
  height: 1px;
  background-color: #ababab;
  margin-top: 48px;
}

#page-content .legal-page .content ul:not([class]),
#page-content .legal-page .content ol:not([class]),
#page-content .legal-page .content ul[class=""],
#page-content .legal-page .content ol[class=""] {
  margin: 10px 0 30px;
}

@media (max-width: 700px) {
  #page-content .legal-page .content ul:not([class]),
  #page-content .legal-page .content ol:not([class]),
  #page-content .legal-page .content ul[class=""],
  #page-content .legal-page .content ol[class=""] {
    margin: 5px 0;
  }
}

#page-content .legal-page .content ul:not([class]) li,
#page-content .legal-page .content ol:not([class]) li,
#page-content .legal-page .content ul[class=""] li,
#page-content .legal-page .content ol[class=""] li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  #page-content .legal-page .content ul:not([class]) li,
  #page-content .legal-page .content ol:not([class]) li,
  #page-content .legal-page .content ul[class=""] li,
  #page-content .legal-page .content ol[class=""] li {
    font-size: 15px;
    line-height: 27px;
  }
}

@media (max-width: 700px) {
  #page-content .legal-page .content ul:not([class]) li,
  #page-content .legal-page .content ol:not([class]) li,
  #page-content .legal-page .content ul[class=""] li,
  #page-content .legal-page .content ol[class=""] li {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0;
  }
}

#page-content .legal-page .content ul:not([class]) li,
#page-content .legal-page .content ul[class=""] li {
  padding-left: 20px;
  position: relative;
}

#page-content .legal-page .content ul:not([class]) li:before,
#page-content .legal-page .content ul[class=""] li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #666666;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 8px;
}

#page-content .legal-page .content ol:not([class]),
#page-content .legal-page .content ol[class=""] {
  list-style-type: decimal;
  list-style-position: inside;
}

#page-content .legal-page .content ol:not([class]) li:before,
#page-content .legal-page .content ol[class=""] li:before {
  content: '';
  display: inline-block;
  width: 6px;
}

#page-content .legal-page table {
  width: 100%;
  margin: 30px 0;
}

#page-content .legal-page td, #page-content .legal-page th {
  border: 2px solid #414141;
  padding-left: 12px;
  padding-right: 28px;
  vertical-align: middle;
}

#page-content .legal-page th {
  background-color: #333333;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

#page-content .legal-page td {
  padding-top: 16px;
  padding-bottom: 16px;
}

#page-content .legal-page .question,
#page-content .legal-page .answer {
  display: block;
  margin-bottom: 30px;
  padding-left: 23px;
  position: relative;
}

#page-content .legal-page .question:before,
#page-content .legal-page .answer:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#page-content .legal-page .question:before {
  content: 'Q. ';
}

#page-content .legal-page .answer:before {
  content: 'A. ';
}

#page-content .careers-page {
  margin-bottom: 60px;
}

#page-content .careers-page .hero-container h2 {
  max-width: none;
  margin-bottom: 0;
}

#page-content .careers-page .hero-container p {
  margin-top: 16px;
}

#page-content .careers-page .content h1, #page-content .careers-page h2 {
  line-height: 72px;
}

@media (max-width: 1170px) {
  #page-content .careers-page .content h1, #page-content .careers-page h2 {
    line-height: 48px;
  }
}

@media (max-width: 700px) {
  #page-content .careers-page .content h1, #page-content .careers-page h2 {
    line-height: 30px;
  }
}

#page-content .careers-page .content h4 {
  font-size: 28px;
  line-height: 37px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  #page-content .careers-page .content h4 {
    font-size: 22px;
    line-height: 31px;
  }
}

#page-content .careers-page .content {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  #page-content .careers-page .content {
    padding-bottom: 30px;
  }
}

#page-content .careers-page .group a {
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 1170px) {
  #page-content .careers-page .group a {
    font-size: 15px;
    line-height: 22px;
  }
}

#page-content .careers-page .content a:not(.cta-button) {
  color: #c79e51;
  text-decoration: none;
}

.no-touch #page-content .careers-page .content a:not(.cta-button):hover,
.is-touch #page-content .careers-page .content a:not(.cta-button):active {
  text-decoration: underline;
}

#page-content .careers-page .header h4,
#page-content .careers-page .group h4 {
  text-align: center;
}

#page-content .careers-page .group h4 {
  text-transform: uppercase;
}

#page-content .careers-page .header {
  text-align: center;
}

#page-content .careers-page .inline-links {
  display: inline-block;
}

#page-content .careers-page .inline-links:after {
  clear: both;
  content: "";
  display: table;
}

#page-content .careers-page .inline-links li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #c79e51;
}

@media (max-width: 1170px) {
  #page-content .careers-page .inline-links li {
    float: none;
    padding: 0;
    border: none;
    line-height: 33px;
  }
}

#page-content .careers-page .inline-links li:last-child {
  border-right: none;
}

#page-content .careers-page .group {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  #page-content .careers-page .group {
    padding: 0;
  }
}

#page-content .careers-page .group-item {
  line-height: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  margin: 14px 0;
}

#page-content .careers-page .group-item a {
  display: inline-block;
  max-width: 70%;
}

@media (max-width: 1170px) {
  #page-content .careers-page .group-item a {
    max-width: -webkit-calc(50% - 5px);
    max-width: -moz-calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 700px) {
  #page-content .careers-page .group-item a {
    max-width: none;
  }
}

#page-content .careers-page .group-item .location {
  font-size: 14px;
  float: right;
  color: #c4c4c4;
  max-width: 25%;
}

@media (max-width: 1170px) {
  #page-content .careers-page .group-item .location {
    display: block;
    font-size: 12px;
    max-width: -webkit-calc(50% - 5px);
    max-width: -moz-calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 1170px) {
  #page-content .careers-page .group-item .location {
    float: none;
    max-width: none;
    line-height: 22px;
  }
}

#page-content .careers-page .share-wrapper {
  margin-top: 25px;
  height: 40px;
  border-top: 1px solid #c4c4c4;
  position: relative;
}

@media (max-width: 1170px) {
  #page-content .careers-page .share-wrapper {
    text-align: center;
    height: auto;
  }
}

#page-content .careers-page .share-wrapper > div {
  display: inline-block;
  background-color: white;
  position: absolute;
  top: -11px;
  right: 0;
}

#page-content .careers-page .share-wrapper > div:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1170px) {
  #page-content .careers-page .share-wrapper > div {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 20px;
  }
}

#page-content .careers-page .share-wrapper .label,
#page-content .careers-page .share-wrapper a {
  float: left;
  padding: 0 10px;
  line-height: 20px;
  color: #c79e51;
}

#page-content .careers-page .share-wrapper .label {
  color: #c79e51;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 1170px) {
  #page-content .careers-page .share-wrapper .label {
    display: none;
  }
}

#page-content .careers-page .share-wrapper a {
  cursor: pointer;
}

#page-content .careers-page .careers-carousel {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 42px;
  position: relative;
}

#page-content .careers-page .careers-carousel .inner-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#page-content .careers-page .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#page-content .careers-page .swiper-slide {
  display: inline-block;
  width: -webkit-calc(33.3333% - 22px);
  width: -moz-calc(33.3333% - 22px);
  width: calc(33.3333% - 22px);
  text-align: center;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

#page-content .careers-page .swiper-slide img {
  width: 100%;
}

#page-content .careers-page .swiper-slide .icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-color: #c79e51;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 14px;
}

@media (max-width: 1170px) {
  #page-content .careers-page .swiper-slide .icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

#page-content .careers-page .swiper-slide .icon figure {
  width: 100%;
  height: 100%;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
}

#page-content .careers-page .swiper-slide h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #707171;
}

@media (max-width: 1170px) {
  #page-content .careers-page .swiper-slide h4 {
    font-size: 18px;
    line-height: 27px;
  }
}

#page-content .careers-page .careers-carousel .arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #c79e51;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-top: -30px;
  cursor: pointer;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1170px) {
  #page-content .careers-page .careers-carousel .arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

#page-content .careers-page .careers-carousel .arrow i {
  color: white;
  font-size: 26px;
  line-height: 60px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1170px) {
  #page-content .careers-page .careers-carousel .arrow i {
    line-height: 40px;
  }
}

#page-content .careers-page .careers-carousel .prev {
  left: -30px;
}

@media (max-width: 1170px) {
  #page-content .careers-page .careers-carousel .prev {
    left: -20px;
  }
}

@media (max-width: 700px) {
  #page-content .careers-page .careers-carousel .prev {
    left: -10px;
  }
}

#page-content .careers-page .careers-carousel .prev i {
  padding-right: 5px;
}

@media (max-width: 1170px) {
  #page-content .careers-page .careers-carousel .prev i {
    padding-right: 4px;
  }
}

#page-content .careers-page .careers-carousel .next {
  right: -30px;
}

@media (max-width: 1170px) {
  #page-content .careers-page .careers-carousel .next {
    right: -20px;
  }
}

@media (max-width: 700px) {
  #page-content .careers-page .careers-carousel .next {
    right: -10px;
  }
}

#page-content .careers-page .careers-carousel .next i {
  padding-left: 5px;
}

@media (max-width: 1170px) {
  #page-content .careers-page .careers-carousel .next i {
    padding-left: 4px;
  }
}

#page-content .careers-page .socialHolder {
  color: #c79e51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

#page-content .careers-page .socialBar {
  width: 88%;
  height: 50px;
  border-top: 1px solid #c4c4c4;
  margin-top: 12px;
}

#page-content .careers-page .socialShare {
  color: #c79e51;
  font-size: 12px;
  width: 38px;
  margin-right: 12px;
  margin-left: 12px;
  margin-top: 3px;
  font-weight: 600;
}

#page-content .careers-page .socialArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 25px;
  color: #c79e51;
}

.no-touch #page-content .careers-page .careers-carousel .arrow:hover,
.is-touch #page-content .careers-page .careers-carousel .arrow:active {
  background-color: #333333;
}

.happyEmployeesBackground {
  background-image: url("/App_Themes/VeteransFirst/assets/images/careers/Happy-Employees_OPT.png");
}

#page-content .buy-a-home-page h1 {
  margin-top: 57px;
  margin-bottom: 16px;
}

#page-content .buy-a-home-page h3.less-bold-centered {
  text-align: center;
  font-weight: 500;
}

#page-content .buy-a-home-page .sub-headline {
  margin-bottom: 57px;
  text-align: center;
}

#page-content .buy-a-home-page .above-coi-tool {
  margin-bottom: 40px;
}

#page-content .buy-a-home-page .tab-content > li > h3:not(:first-child) {
  margin: 30px 0 24px;
}

#page-content .buy-a-home-page .tabbed-content-container .tabs li {
  min-width: 13.2%;
}

@media (max-width: 1170px) {
  #page-content .buy-a-home-page .tabbed-content-container .tabs li {
    min-width: 0;
  }
}

#page-content .buy-a-home-page ul > li > a {
  text-decoration: none;
}

#page-content .buy-a-home-page ul > li > a:hover {
  text-decoration: underline;
}

#page-content .buy-a-home-page .certificate-of-eligibility {
  padding-bottom: 0;
}

@media (max-width: 1170px) {
  #page-content .buy-a-home-page .certificate-of-eligibility {
    padding-top: 0;
  }
}

#page-content .buy-a-home-page .certificate-of-eligibility .constrain {
  padding: 0;
}

#page-content .buy-a-home-page .quick-facts-infographic .tile {
  height: 360px;
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .quick-facts-infographic .tile {
    width: 100%;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0;
  }
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .quick-facts-infographic .tile.dark {
    display: none;
  }
}

#page-content .buy-a-home-page .quick-facts-infographic h4 {
  font-size: 34px;
  line-height: 35px;
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .quick-facts-infographic h4 {
    color: white;
  }
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .quick-facts-infographic p {
    padding: 10px 15px 0;
  }
}

#page-content .buy-a-home-page .quick-facts-infographic img {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 63px;
  max-height: none;
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .quick-facts-infographic img {
    height: 60px;
  }
}

#page-content .buy-a-home-page .quick-facts-infographic .subheader-wrap {
  display: inline-block;
  width: 100%;
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .quick-facts-infographic .subheader-wrap {
    background-color: #333333;
  }
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .quick-facts-infographic hr {
    display: none;
  }
}

#page-content .buy-a-home-page .five-steps-infographic h4 {
  margin-top: 0;
  font-weight: 400;
}

#page-content .buy-a-home-page .five-steps-infographic img {
  max-height: none;
}

#page-content .buy-a-home-page .five-steps-infographic .tile {
  padding: 30px 60px;
}

@media (max-width: 700px) {
  #page-content .buy-a-home-page .five-steps-infographic .tile {
    padding: 20px 25px;
  }
}

#page-content .buy-a-home-page .five-steps-infographic .tile:first-child img {
  height: 114px;
}

@media (max-width: 700px) {
  #page-content .buy-a-home-page .five-steps-infographic .tile:first-child img {
    height: 56px;
  }
}

#page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(2) img {
  height: 96px;
}

@media (max-width: 700px) {
  #page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(2) img {
    height: 48px;
  }
}

#page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(3) img {
  height: 238px;
}

@media (max-width: 700px) {
  #page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(3) img {
    height: 119px;
  }
}

#page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(4) img {
  height: 153px;
}

@media (max-width: 700px) {
  #page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(4) img {
    height: 78px;
  }
}

#page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(5) img {
  height: 96px;
}

@media (max-width: 700px) {
  #page-content .buy-a-home-page .five-steps-infographic .tile:nth-child(5) img {
    height: 49px;
  }
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .five-benefits-infographic .infographic-tiles-wrap {
    max-width: 290px;
  }
}

#page-content .buy-a-home-page .five-benefits-infographic .tile {
  height: 258px;
  /*text-align: left;*/
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .five-benefits-infographic .tile {
    height: 160px;
  }
}

#page-content .buy-a-home-page .five-benefits-infographic h4 {
  font-size: 28px;
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .five-benefits-infographic h4 {
    font-size: 18px;
    line-height: 19px;
    text-align: left;
  }
}

#page-content .buy-a-home-page .five-benefits-infographic h4 strong {
  font-weight: 400;
}

#page-content .buy-a-home-page .five-benefits-infographic img {
  height: 56px;
  margin-top: 19px;
}

@media (max-width: 880px) {
  #page-content .buy-a-home-page .five-benefits-infographic img {
    height: 35px;
    margin-top: 0px;
  }
}

.hidden {
  display: none;
}

.loadingSpinner {
  border: 4px solid #FFF;
  border-top-color: transparent;
  border-left-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -moz-animation: loadingSpinner 0.7s infinite linear;
    -o-animation: loadingSpinner 0.7s infinite linear;
       animation: loadingSpinner 0.7s infinite linear;
  -webkit-animation: loadingSpinner 0.7s infinite linear;
}

button .loadingSpinner {
  position: absolute;
}

@keyframes loadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* styles used stop replace infographics content this page*/
.BuyAHomeEligble {
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 36px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  line-height: 38px;
  font-weight: 500;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: auto;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 1171px) and (max-width: 1320px) {
  .BuyAHomeEligble {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 1170px) {
  .BuyAHomeEligble {
    font-size: 18px;
    line-height: 19px;
    font-size: 18px;
    line-height: 19px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 700px) {
  .BuyAHomeEligble {
    font-size: 18px;
    line-height: 20px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 315px;
  }
}

.BuyAHomeEligble__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.BuyAHomeEligble__title__text {
  font-size: 33px;
  line-height: 72px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 42px;
}

@media (min-width: 1171px) and (max-width: 1320px) {
  .BuyAHomeEligble__title__text {
    font-size: 32px;
    line-height: 70px;
  }
}

@media (max-width: 1170px) {
  .BuyAHomeEligble__title__text {
    font-size: 27px;
    line-height: 60px;
  }
}

.BuyAHomeEligble__square {
  border: 1px;
  border-style: solid;
  background-color: #FFFFFF;
  color: #333333;
  border-color: #4A4A4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 15px 25px 15px;
  text-align: center;
  width: 265px;
  height: 330px;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 1171px) and (max-width: 1320px) {
  .BuyAHomeEligble__square {
    width: 235px;
  }
}

@media (max-width: 1170px) {
  .BuyAHomeEligble__square {
    width: 142px;
    height: 167px;
    padding: 23px 11px 13px 11px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 700px) and (max-width: 800px) {
  .BuyAHomeEligble__square {
    width: 125px;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .BuyAHomeEligble__square {
    width: 137px;
    height: 166px;
    padding: 25px 12px 12px 12px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.BuyAHomeEligble__square--inverse {
  border: 1px;
  border-style: solid;
  background-color: #333333;
  border-color: #4A4A4A;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 15px;
  text-align: center;
  width: 265px;
  height: 330px;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 1171px) and (max-width: 1320px) {
  .BuyAHomeEligble__square--inverse {
    width: 235px;
  }
}

@media (max-width: 1170px) {
  .BuyAHomeEligble__square--inverse {
    width: 142px;
    height: 167px;
    padding: 23px 17px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 700px) and (max-width: 800px) {
  .BuyAHomeEligble__square--inverse {
    width: 125px;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .BuyAHomeEligble__square--inverse {
    width: 137px;
    height: 166px;
    padding: 12px 12px 12px 12px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.square__Image {
  height: 128px;
  width: 128px;
  margin-left: auto;
  margin-right: auto;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1170px) {
  .square__Image {
    height: 60px;
    width: 60px;
  }
}

@media (max-width: 700px) {
  .square__Image {
    height: 55px;
    width: 55px;
  }
}

#icon--Medal {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/MedalOfHonor_Gold5.png");
  height: 100px;
  width: 71px;
  margin-bottom: 10px;
}

@media (max-width: 1170px) {
  #icon--Medal {
    height: 54px;
    width: 39px;
    margin-bottom: 2px;
  }
}

@media (max-width: 700px) {
  #icon--Medal {
    height: 54px;
    width: 39px;
    margin-bottom: 2px;
  }
}

#icon--Soldier {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/SoldierIcon_Gold5.png");
  height: 125px;
  width: 100px;
}

@media (max-width: 1170px) {
  #icon--Soldier {
    height: 65px;
    width: 55px;
  }
}

@media (max-width: 700px) {
  #icon--Soldier {
    height: 65px;
    width: 55px;
  }
}

#icon--Spouse {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/spouse.png");
  height: 130px;
  width: 130px;
  margin-bottom: -8px;
}

@media (max-width: 1170px) {
  #icon--Spouse {
    height: 75px;
    width: 75px;
  }
}

@media (max-width: 700px) {
  #icon--Spouse {
    height: 75px;
    width: 75px;
  }
}

#icon--Reservist {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/SoldierIconGold2.png");
  height: 90px;
  width: 73px;
  margin-bottom: 10px;
}

@media (max-width: 1170px) {
  #icon--Reservist {
    height: 51px;
    width: 36px;
    margin-bottom: 0px;
  }
}

@media (max-width: 700px) {
  #icon--Reservist {
    height: 51px;
    width: 36px;
    margin-bottom: 0px;
  }
}

#icon--Midshipman {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/MidshipmanCadet_Gold5.png");
  height: 113px;
  margin-top: 55px;
  width: 166px;
}

@media (min-width: 1171px) and (max-width: 1320px) {
  #icon--Midshipman {
    height: 178px;
    margin-top: 46px;
    width: 152px;
  }
}

@media (max-width: 1170px) {
  #icon--Midshipman {
    height: 65px;
    margin-top: 8px;
    width: 90px;
    margin-bottom: -10px;
  }
}

@media (max-width: 700px) {
  #icon--Midshipman {
    height: 65px;
    margin-top: 8px;
    width: 90px;
    margin-bottom: -10px;
  }
}

#icon--NOAA {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/NOAAofficer_Gold5.png");
  height: 141px;
  width: 110px;
}

@media (max-width: 1170px) {
  #icon--NOAA {
    height: 80px;
    width: 65px;
  }
}

#icon--USPHS {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/HealthOfficer_Gold5.png");
  height: 130px;
  width: 130px;
  margin-top: 70px;
}

@media (max-width: 1170px) {
  #icon--USPHS {
    margin-top: 0px;
    height: 73px;
    width: 82px;
  }
}

.maybeeligible {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 36px;
}

@media (max-width: 1170px) {
  .maybeeligible {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 700px) {
  .maybeeligible {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.maybeeligible__box {
  height: 322px;
  width: 460px;
  min-width: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #707171;
  border-width: 1px;
  border-style: solid;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 1170px) {
  .maybeeligible__box {
    height: auto;
    width: 240px;
    min-width: 240px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .maybeeligible__box {
    width: 317px;
    min-width: 310px;
  }
}

@media (max-width: 700px) {
  .maybeeligible__box {
    width: 93%;
    height: auto;
    max-width: 350px;
  }
}

.maybeeligible__title {
  height: 100px;
  width: 100%;
  background-color: #343433;
  color: #ffffff;
  font-size: 36px;
  /* line-height: 85px; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  /* text-indent: 40px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1170px) {
  .maybeeligible__title {
    height: 75px;
    font-size: 16px;
    max-height: 46px;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .maybeeligible__title {
    font-size: 18px;
    max-height: 55px;
  }
}

@media (max-width: 700px) {
  .maybeeligible__title {
    font-size: 17px;
  }
}

.maybeeligible__body {
  height: 220px;
  width: 100%;
  background-color: #ffffff;
  color: #707171;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

@media (max-width: 1170px) {
  .maybeeligible__body {
    height: auto;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 0px 5px 0px;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .maybeeligible__body {
    font-size: 12px;
    line-height: 13px;
  }
}

@media (max-width: 700px) {
  .maybeeligible__body {
    height: auto;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0px 5px 0px;
  }
}

.maybeeligible__icon--medal {
  height: 65%;
  width: 14%;
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/MedalOfHonor_Gold.png");
  -moz-background-size: cover;
       background-size: cover;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2%;
  margin-left: 2%;
}

@media (max-width: 1170px) {
  .maybeeligible__icon--medal {
    width: 43px;
    height: 50px;
    margin-top: 2%;
    margin-left: 1%;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .maybeeligible__icon--medal {
    margin-left: 0%;
    margin-right: 1%;
  }
}

@media (max-width: 700px) {
  .maybeeligible__icon--medal {
    height: 55px;
    width: 46px;
    margin-left: -.5%;
  }
}

.maybeeligible__icon--calander {
  height: 90%;
  width: 17%;
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/Calendar_Gold.png");
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  margin-top: -2%;
}

@media (max-width: 1170px) {
  .maybeeligible__icon--calander {
    margin-top: -2%;
    margin-left: -2.5%;
    width: 55px;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .maybeeligible__icon--calander {
    margin-bottom: 6px;
  }
}

@media (max-width: 700px) {
  .maybeeligible__icon--calander {
    margin-left: -3%;
    height: 56px;
    width: 55px;
  }
}

.maybeeligible__body__row {
  height: 100px;
  width: 94%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFFFFF;
  margin: 10px auto 0 auto;
}

@media (max-width: 1170px) {
  .maybeeligible__body__row {
    height: 56px;
    margin: 6px auto 0 auto;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .maybeeligible__body__row {
    height: 63px;
  }
}

@media (max-width: 700px) {
  .maybeeligible__body__row {
    height: auto;
    margin: 5px auto 5px auto;
  }
}

.maybeeligible__body__row:nth-child(2) {
  margin: 0px auto 10px auto;
}

@media (max-width: 1170px) {
  .maybeeligible__body__row:nth-child(2) {
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 700px) {
  .maybeeligible__body__row:nth-child(2) {
    margin: 10px auto 5px auto;
  }
}

.row__copy {
  font-weight: 300;
  margin-left: 27px;
  /* margin-left: 40px; */
}

@media (max-width: 1170px) {
  .row__copy {
    margin-left: 13px;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .row__copy {
    margin-left: 14px;
  }
}

@media (max-width: 700px) {
  .row__copy {
    margin-left: 27px;
  }
}

.row__textarea {
  width: 100%;
}

@media (max-width: 1170px) {
  .row__textarea {
    width: 95%;
  }
}

@media (max-width: 700px) {
  .row__textarea {
    width: 95%;
  }
}

.maybeeligible__list {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 25px;
     -moz-margin-start: 25px;
          margin-inline-start: 25px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
     -moz-padding-start: 0px;
          padding-inline-start: 0px;
  margin-bottom: 7px;
}

@media (max-width: 1170px) {
  .maybeeligible__list {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    -webkit-margin-start: 13px;
       -moz-margin-start: 13px;
            margin-inline-start: 13px;
    margin-bottom: 2px;
  }
}

@media (min-width: 940px) and (max-width: 1171px) {
  .maybeeligible__list {
    margin-bottom: 5px;
  }
}

@media (max-width: 700px) {
  .maybeeligible__list {
    -webkit-margin-before: 2px;
    margin-block-start: 6px;
    -webkit-margin-start: 25px;
    -moz-margin-start: 25px;
    margin-inline-start: 25px;
    margin-bottom: 4px;
  }
}

.maybeeligible__title__text {
  margin-left: 40px;
}

@media (max-width: 1170px) {
  .maybeeligible__title__text {
    margin-left: 15px;
  }
}

@media (max-width: 700px) {
  .maybeeligible__title__text {
    margin-left: 15px;
  }
}

.homeloanfees {
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homeloanfees__title {
  height: 71px;
  width: auto;
  margin: 10px auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.homeloanfees__title--main {
  font-size: 30px;
  line-height: 40px;
}

.homeloanfees__title--line {
  height: 1px;
  background-color: black;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}

.homeloanfees__title--sub {
  font-size: 15px;
  line-height: 30px;
  color: #707171;
}

.homeloanfees__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  height: auto;
  width: 100%;
  background-color: #F4F4F4;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 1170px) {
  .homeloanfees__body {
    font-size: 14px;
    line-height: 16px;
  }
}

.homeloanfees__body__row {
  background-color: #ffffff;
  border: #898A8A;
  color: #898A8A;
  border-width: 1px;
  border-style: solid;
  height: auto;
  min-height: 70px;
  width: 35%;
  min-width: 345px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 5px 2% 5px 2%;
}

@media (max-width: 1170px) {
  .homeloanfees__body__row {
    min-width: 337px;
  }
}

@media (min-width: 700px) and (max-width: 910px) {
  .homeloanfees__body__row {
    min-width: 241px;
  }
}

@media (max-width: 700px) {
  .homeloanfees__body__row {
    width: 45%;
    min-width: 125px;
    padding: 5px 5px;
  }
}

.homeloanfees__body__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.homeloanfees__body__row__text {
  width: 80%;
  margin: auto;
}

@media (max-width: 700px) {
  .homeloanfees__body__row__text {
    width: 70%;
  }
}

.homeloanfees__body__row__icon--check {
  height: 25px;
  width: 25px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/check2.png");
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
}

.homeloanfees__body__row__icon--close {
  height: 25px;
  width: 25px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/close4.png");
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
}

.homeloanfees__body__disclosure {
  text-align: center;
  margin: 15px auto 0px auto;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #898A8A;
  padding: 0 3%;
}

.vafundingtable {
  border: #333333;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}

.vafundingtable__title {
  background-color: #333333;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1170px) {
  .vafundingtable__title {
    height: 90px;
  }
}

.vafundingtable__title__text {
  width: 40%;
  height: auto;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 47px;
  font-weight: 300;
}

@media (max-width: 1170px) {
  .vafundingtable__title__text {
    width: 70%;
    font-size: 23px;
    line-height: 27px;
    font-weight: 300;
  }
}

.vafundingtable__body {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #F4F4F4;
}

@media (max-width: 700px) {
  .vafundingtable__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vafundingtable__footer {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
}

.vafundingtable__body__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (max-width: 700px) {
  .vafundingtable__body__column {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.column__image {
  height: 150px;
  width: 150px;
  margin: 25px auto 15px auto;
}

@media (max-width: 700px) {
  .column__image {
    height: 100px;
    width: 100px;
  }
}

.column__top {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.column__image__text {
  font-size: 28px;
  height: auto;
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto 0px auto;
}

@media (max-width: 1170px) {
  .column__image__text {
    font-size: 18px;
  }
}

.column__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #333333;
  border-width: 1px;
  border-style: solid;
  width: auto;
  padding: 25px;
  margin-top: 25px;
  background-color: #FFFFFF;
}

@media (max-width: 1170px) {
  .column__box {
    font-size: 18px;
    padding: 15px 5px;
  }
}

@media (max-width: 700px) {
  .column__box {
    padding: 10px 5px;
  }
}

.column__box__title {
  font-size: 24px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 10px;
}

@media (max-width: 1170px) {
  .column__box__title {
    font-size: 18px;
    width: auto;
    height: auto;
    margin-bottom: 4px;
  }
}

.column__box__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-family: 'Montserrat', sans-serif;
}

.column__box__body--divide {
  background-color: #C4C4C4;
  height: auto;
  width: 2px;
  margin-right: 4%;
  margin-left: 0%;
}

@media (max-width: 1170px) {
  .column__box__body--divide {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .column__box__body--divide {
    margin-right: auto;
    margin-left: auto;
  }
}

.column__box__body--left {
  height: auto;
  width: 40%;
  font-size: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1170px) {
  .column__box__body--left {
    width: 46%;
  }
}

.column__box__body--right {
  height: auto;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1170px) {
  .column__box__body--right {
    width: 48%;
  }
}

.body__percent {
  font-size: 35px;
}

@media (max-width: 1170px) {
  .body__percent {
    font-size: 20px;
  }
}

.column__box__body__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1170px) {
  .column__box__body__top {
    height: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.body__smalltext {
  font-size: 18px;
  color: #A4A4A4;
  margin-top: 13px;
}

@media (max-width: 1170px) {
  .body__smalltext {
    font-size: 10px;
    margin-top: 0px;
    text-align: center;
  }
}

.body__bigtext {
  font-size: 65px;
  font-weight: 300;
}

@media (max-width: 1170px) {
  .body__bigtext {
    font-size: 40px;
  }
}

#icon--threePeople {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/ThreePeopleClear1.png");
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

#icon--military {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/SoldierIconClear.png");
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

#icon--calendar {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/Calendar2_Gold.svg");
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

#page-content .refinance-page h1 {
  margin-top: 57px;
  margin-bottom: 57px;
}

#page-content .refinance-page .tabbed-content-container .tabs li {
  min-width: 13.2%;
}

@media (max-width: 1170px) {
  #page-content .refinance-page .tabbed-content-container .tabs li {
    min-width: 0;
  }
}

#page-content .refinance-page .loan-differences-infographic {
  margin: 40px 0;
}

#page-content .refinance-page .loan-differences-infographic .tile {
  padding: 25px 20px;
  margin-bottom: 34px;
  position: relative;
  min-height: 132px;
}

#page-content .refinance-page .loan-differences-infographic .tile:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 700px) {
  #page-content .refinance-page .loan-differences-infographic .tile {
    padding: 20px 0;
  }
}

#page-content .refinance-page .loan-differences-infographic .tile:last-child {
  margin-bottom: 0;
}

#page-content .refinance-page .loan-differences-infographic .center {
  display: inline-block;
  width: 324px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -162px;
  margin-top: -35px;
}

@media (max-width: 1170px) {
  #page-content .refinance-page .loan-differences-infographic .center {
    width: 270px;
    margin-left: -135px;
  }
}

@media (max-width: 700px) {
  #page-content .refinance-page .loan-differences-infographic .center {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
  }
}

#page-content .refinance-page .loan-differences-infographic .left,
#page-content .refinance-page .loan-differences-infographic .right {
  width: -webkit-calc(50% - 162px);
  width: -moz-calc(50% - 162px);
  width: calc(50% - 162px);
  position: relative;
}

@media (max-width: 1170px) {
  #page-content .refinance-page .loan-differences-infographic .left,
  #page-content .refinance-page .loan-differences-infographic .right {
    width: -webkit-calc(50% - 135px);
    width: -moz-calc(50% - 135px);
    width: calc(50% - 135px);
  }
}

@media (max-width: 700px) {
  #page-content .refinance-page .loan-differences-infographic .left,
  #page-content .refinance-page .loan-differences-infographic .right {
    width: 50%;
    padding: 0 15px;
  }
}

#page-content .refinance-page .loan-differences-infographic .left {
  text-align: right;
}

@media (max-width: 700px) {
  #page-content .refinance-page .loan-differences-infographic .left:before,
  #page-content .refinance-page .loan-differences-infographic .right:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #707171;
    position: absolute;
    top: 0;
  }
}

#page-content .refinance-page .loan-differences-infographic .left:before {
  right: 0;
}

#page-content .refinance-page .loan-differences-infographic .right:before {
  left: -1px;
}

#page-content .refinance-page .loan-differences-infographic .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1170px) {
  #page-content .refinance-page .loan-differences-infographic .title {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  #page-content .refinance-page .loan-differences-infographic .title {
    font-size: 13px;
    line-height: 19px;
  }
}

#page-content .refinance-page .loan-differences-infographic h4 {
  font-weight: 400;
}

@media (max-width: 700px) {
  #page-content .refinance-page .loan-differences-infographic h4 {
    color: #c79e51;
    margin-top: 0;
  }
  #page-content .refinance-page .loan-differences-infographic h4 span {
    display: none;
  }
}

#page-content .refinance-page .inline-video {
  margin: 30px 0;
}

#page-content .refinance-page .how-much-is-the-fee {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  #page-content .refinance-page .how-much-is-the-fee {
    max-width: 290px;
  }
}

#page-content .refinance-page .how-much-is-the-fee td p,
#page-content .refinance-page .how-much-is-the-fee td li {
  font-size: 14px;
}

#page-content .refinance-page .how-much-is-the-fee td ul:last-child {
  margin-bottom: 0;
}

#page-content .refinance-page .how-much-is-the-fee td li {
  padding-left: 12px;
}

#page-content .refinance-page .how-much-is-the-fee td li:before {
  width: 3px;
  height: 3px;
  left: 0;
  background-color: #8a8b8b;
}

#page-content .refinance-page .how-much-is-the-fee .max-width-full {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  #page-content .refinance-page .how-much-is-the-fee .max-width-full {
    margin-bottom: 22px;
  }
}

#page-content .refinance-page .fee-notes {
  max-width: 720px;
  margin: 0 auto;
}

#page-content .refinance-page .fee-notes:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 700px) {
  #page-content .refinance-page .fee-notes {
    max-width: 250px;
  }
}

#page-content .refinance-page .fee-notes .left {
  width: -webkit-calc(33.3333% - 11px);
  width: -moz-calc(33.3333% - 11px);
  width: calc(33.3333% - 11px);
}

@media (max-width: 700px) {
  #page-content .refinance-page .fee-notes .left {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
    max-width: 228px;
  }
}

#page-content .refinance-page .fee-notes .right {
  width: -webkit-calc(66.6667% - 11px);
  width: -moz-calc(66.6667% - 11px);
  width: calc(66.6667% - 11px);
}

@media (max-width: 700px) {
  #page-content .refinance-page .fee-notes .right {
    float: none;
    width: 100%;
  }
}

#page-content .refinance-page .fee-notes .right p {
  font-size: 8px;
  line-height: 16px;
}

#page-content .refinance-page .fee-notes .right > p {
  margin-bottom: 8px;
}

#page-content .refinance-page .fee-notes .right div {
  position: relative;
  padding-right: 50px;
}

#page-content .refinance-page .fee-notes .right div:after {
  content: '';
  display: block;
  width: 28px;
  height: 29px;
  background-image: url(/assets/images/EHL.png);
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 0;
}

@media (max-width: 880px) {
  #page-content .refinance-page .why-need-cash-infographic .infographic-tiles-wrap,
  #page-content .refinance-page .must-haves-infographic .infographic-tiles-wrap,
  #page-content .refinance-page .five-advantages-infographic .infographic-tiles-wrap {
    max-width: 290px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  #page-content .refinance-page .why-need-cash-infographic .tile,
  #page-content .refinance-page .must-haves-infographic .tile,
  #page-content .refinance-page .five-advantages-infographic .tile {
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: calc(50% - 13px);
    margin-right: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 880px) {
  #page-content .refinance-page .why-need-cash-infographic .tile:nth-child(2n),
  #page-content .refinance-page .must-haves-infographic .tile:nth-child(2n),
  #page-content .refinance-page .five-advantages-infographic .tile:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 880px) {
  #page-content .refinance-page .why-need-cash-infographic .tile h4,
  #page-content .refinance-page .must-haves-infographic .tile h4,
  #page-content .refinance-page .five-advantages-infographic .tile h4 {
    font-size: 15px;
    line-height: 20px;
  }
}

#page-content .refinance-page .why-need-cash-infographic .tile {
  height: 190px;
}

@media (max-width: 880px) {
  #page-content .refinance-page .why-need-cash-infographic .tile {
    height: 130px;
  }
  #page-content .refinance-page .why-need-cash-infographic .tile img {
    position: absolute;
    left: 50%;
    bottom: 4px;
    -webkit-transform: translateX(-50%) scale(0.6);
       -moz-transform: translateX(-50%) scale(0.6);
        -ms-transform: translateX(-50%) scale(0.6);
         -o-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
}

@media (max-width: 700px) {
  #page-content .refinance-page .why-need-cash-infographic .tile img {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

#page-content .refinance-page .must-haves-infographic .tile {
  height: 208px;
}

@media (max-width: 880px) {
  #page-content .refinance-page .must-haves-infographic .tile {
    height: 175px;
  }
}

#page-content .refinance-page .must-haves-infographic .tile h4 {
  font-size: 20px;
  line-height: 23px;
}

@media (max-width: 880px) {
  #page-content .refinance-page .must-haves-infographic .tile h4 {
    font-size: 18px;
    line-height: 21px;
  }
}

#page-content .refinance-page .must-haves-infographic img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 880px) {
  #page-content .refinance-page .must-haves-infographic img {
    max-height: none;
    bottom: 15px;
    -webkit-transform: translateX(-50%) scale(0.8);
       -moz-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
         -o-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
}

#page-content .refinance-page .special-qualifications-infographic p:first-of-type {
  margin-bottom: 0;
}

#page-content .refinance-page .five-advantages-infographic .tile {
  height: 255px;
}

@media (max-width: 880px) {
  #page-content .refinance-page .five-advantages-infographic .tile {
    height: 175px;
  }
}

#page-content .refinance-page .five-advantages-infographic img {
  margin-top: 20px;
  max-height: 60px;
}

@media (max-width: 880px) {
  #page-content .refinance-page .five-advantages-infographic img {
    max-height: 38px;
  }
}

@media (min-width: 701px) {
  #page-content .refinance-page .common-checkpoints-infographic .title-block {
    margin-bottom: 0;
  }
}

/*styles form html stop replace thead infographic*/
.calculate {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  margin-top: 25px;
}

@media (max-width: 700px) {
  .calculate__mobilebox {
    border-style: solid;
    border-width: 1px;
  }
}

.calculate__top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 700px) {
  .calculate__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calculate__title {
  width: 100%;
  height: auto;
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*@include is-mobile {
        height: 150px;
    }*/
}

.calculate__title__text {
  color: #ffffff;
  width: 60%;
  line-height: 36px;
  font-size: 38px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 20px 0;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  font-weight: 300;
}

@media (max-width: 700px) {
  .calculate__title__text {
    font-size: 28px;
    width: 85%;
  }
}

.calculate__column {
  width: 48%;
  margin-bottom: 20px;
  margin-top: 25px;
}

@media (max-width: 1170px) {
  .calculate__column {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 700px) {
  .calculate__column {
    width: 100%;
    margin-top: 0px;
  }
}

.calculate__column__iconarea {
  width: 100%;
  height: 300px;
}

@media (max-width: 700px) {
  .calculate__column__iconarea {
    width: 100%;
    margin-top: 0px;
    height: 310px;
  }
}

calculate__column__iconarea__bottom {
  width: 100%;
  height: 270px;
}

@media (max-width: 700px) {
  calculate__column__iconarea__bottom {
    width: 100%;
    margin-top: 0px;
    height: 310px;
  }
}

.calculate__column__row {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.calculate__column__row__top {
  padding: 15px 0;
  width: 100%;
  margin: auto;
  color: #ffffff;
  text-align: center;
}

.calculate__text--large {
  font-size: 25px;
}

.calculate__text--med {
  font-size: 17px;
}

.calculate__text--small {
  font-size: 8px;
  text-align: left;
  padding-top: 7px;
  margin-left: 5px;
}

.calculate__column__row__bottom {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculate__column__row__bottom__section {
  padding: 15px 0;
  width: 47%;
  background-color: #F3F3F4;
  text-align: center;
}

.calculate__column__divide {
  height: 818px;
  width: 2px;
  background-color: #CECFCF;
  margin-top: 5%;
}

@media (max-width: 700px) {
  .calculate__column__divide {
    display: none;
    margin-top: 2%;
  }
}

.calculate__column__divide__bottom {
  height: 341px;
  width: 2px;
  background-color: #CECFCF;
  margin-top: 2%;
}

@media (max-width: 1170px) {
  .calculate__column__divide__bottom {
    height: 319px;
  }
}

@media (max-width: 700px) {
  .calculate__column__divide__bottom {
    display: none;
  }
}

.calculate__bottom {
  width: 100%;
  /* height: auto; */
  height: 367px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

@media (max-width: 1170px) {
  .calculate__bottom {
    height: 345px;
    margin-top: 15px;
  }
}

@media (max-width: 700px) {
  .calculate__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.singleDarkGray {
  background-color: #5C5C5C;
  text-align: center;
  color: #ffffff;
}

.golden {
  background-color: #C8A251;
  color: #ffffff;
}

.addSmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 10%;
  margin: 0 auto;
}

.calculate__horizontaldivider {
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-color: #CECFCF;
}

.calculate__horizontaldivider--bottom {
  width: 100%;
  height: 1px;
  background-color: #A9A9A9;
  margin-top: 10px;
}

.calculate__footer__text {
  font-size: 11px;
  margin-top: 12px;
  padding: 0 20px;
}

.calculate__footer__text__marginbottom {
  margin-bottom: 12px;
}

.calculate__threeboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F4F4F4;
  padding-top: 20px;
}

@media (max-width: 700px) {
  .calculate__threeboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calculate__threeboxes__box {
  width: 30%;
  height: auto;
  border: #A9A9A9;
  border-width: 1px;
  border-style: solid;
  padding: 15px 25px;
  background-color: #ffffff;
}

@media (max-width: 700px) {
  .calculate__threeboxes__box {
    width: 100%;
    margin-bottom: 25px;
  }
}

.calculate__threeboxes__box__title__text {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .calculate__threeboxes__box__title__text {
    font-size: 17px;
    font-weight: 400;
  }
}

.calculate__threeboxes__box__divider {
  height: 2px;
  width: 94%;
  margin: 10px auto;
  background-color: #8E8F8F;
}

@media (max-width: 700px) {
  .calculate__threeboxes__box__divider {
    height: 1px;
  }
}

.calculate__threeboxes__box__text {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-size: 13px;
}

.calculate__column__iconarea__toparea {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

.calculate__column__iconarea__toparea__icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.calculate__column__iconarea__toparea__icon--single {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.calculate__column__iconarea__centerarea {
  width: 100%;
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calculate__column__iconarea__centerarea__text {
  font-size: 32px;
  width: 60%;
  line-height: 30px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
}

@media (max-width: 1170px) {
  .calculate__column__iconarea__centerarea__text {
    font-size: 25px;
    width: 85%;
  }
}

@media (max-width: 700px) {
  .calculate__column__iconarea__centerarea__text {
    width: 80%;
  }
}

.calculate__column__iconarea__centerarea__text--dates {
  font-size: 25px;
  width: 60%;
  line-height: 30px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 5px;
}

@media (max-width: 1170px) {
  .calculate__column__iconarea__centerarea__text--dates {
    font-size: 25px;
    width: 65%;
  }
}

@media (max-width: 700px) {
  .calculate__column__iconarea__centerarea__text--dates {
    width: 80%;
  }
}

.calculate__column__iconarea__centerarea__text--sub {
  font-size: 16px;
  width: 60%;
  line-height: 16px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 1170px) {
  .calculate__column__iconarea__centerarea__text--sub {
    width: 80%;
  }
}

@media (max-width: 700px) {
  .calculate__column__iconarea__centerarea__text--sub {
    width: 70%;
  }
}

.calculate__column__iconarea__bottomarea {
  width: 100%;
  height: 121px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1170px) {
  .calculate__column__iconarea__bottomarea {
    height: 90px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

@media (max-width: 700px) {
  .calculate__column__iconarea__bottomarea {
    height: 90px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.calculate__column__iconarea__bottomarea__block {
  width: 47%;
}

.calculate__column__iconarea__bottomarea__block__icon {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.calculate__column__iconarea__bottomarea__block__text {
  text-align: center;
  margin-top: -10px;
  font-weight: 600;
  font-size: 15px;
}

.calculate__column__iconarea__centerarea__lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 15px;
}

.line2right {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 35px;
  border-top: 5px dotted #ADADAD;
  color: #fff;
}

.line2left {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 35px;
  border-top: 5px dotted #ADADAD;
  color: #fff;
}

.line2strait {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 35px;
  border-top: 5px dotted #ADADAD;
  color: #fff;
}

#goldHouse {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/GoldHouse.png");
}

#goldCalendar_Left {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/Calendar2_Gold.svg");
}

#goldCalendar_Right {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/Calendar2_Gold.svg");
}

#grayHouse {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/GrayHouse.png");
}

#soldier {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/GoldSoldier.png");
}

#reserve {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/reserve.png");
}

#manicon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/ManIcon2.png");
  width: 85px;
  height: 85px;
  margin-top: 0px;
}

#dricon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/DoctorIcon2.png");
  height: 85px;
  width: 85px;
}

#soldierhalficon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/SoldierIconGold2.png");
  height: 75px;
  margin-top: 5px;
  width: 55px;
}

#spouse {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/spouse.png");
}

#disabled {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/disabled.png");
}

.calculate__ul li {
  font-size: 13px;
}

.calculate__ul ul:last-child {
  margin-bottom: 0;
}

.calculate__ul li {
  padding-left: 12px;
}

.calculate__ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: 11px;
  left: -13px;
}

.refinanceSmallDisclaimer {
  font-size: 15px;
  margin: 15px 0 0 11px;
}

@media (max-width: 1170px) {
  .refinanceSmallDisclaimer {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .refinanceSmallDisclaimer {
    font-size: 12px;
  }
}

.refinancePreventSquish {
  min-width: unset;
}

@media (max-width: 1170px) {
  .refinancePreventSquish {
    min-width: 129px;
  }
}

@media (max-width: 700px) {
  .refinancePreventSquish {
    min-width: unset;
  }
}

#page-content .get-to-know-us-page h1 {
  margin-top: 57px;
  margin-bottom: 57px;
}

#page-content .get-to-know-us-page .tabbed-content-container .tabs li {
  min-width: 16.6%;
  float: left;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .tabbed-content-container .tabs li {
    float: none;
    min-width: 0;
  }
}

#page-content .get-to-know-us-page .videos-carousel-container {
  margin-top: 40px;
}

#page-content .get-to-know-us-page .tab-content > li > .constrain > h5 {
  font-size: 30px;
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .tab-content > li > .constrain > h5 {
    font-size: 20px;
  }
}

#page-content .get-to-know-us-page .timeline {
  width: 100%;
  position: relative;
  padding: 50px 0 30px;
}

#page-content .get-to-know-us-page .timeline:before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 50%;
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline:before {
    width: 1px;
    left: 83px;
  }
}

#page-content .get-to-know-us-page .timeline .endpoint {
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .endpoint {
    left: 83px;
  }
}

#page-content .get-to-know-us-page .timeline .endpoint span {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  padding: 0 6px;
  background-color: #c4c4c4;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 4px solid #eaeaea;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .endpoint span {
    font-size: 8px;
    line-height: 16px;
    border-width: 2px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
}

#page-content .get-to-know-us-page .timeline .today {
  top: auto;
  bottom: 0;
}

#page-content .get-to-know-us-page .timeline .segment {
  position: relative;
  margin-bottom: 70px;
}

#page-content .get-to-know-us-page .timeline .segment:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline .segment {
    margin-bottom: 40px;
  }
}

#page-content .get-to-know-us-page .timeline .segment:last-child {
  margin-bottom: 0;
}

#page-content .get-to-know-us-page .timeline .segment > div {
  float: right;
}

#page-content .get-to-know-us-page .timeline .date {
  width: -webkit-calc(50% + 56px);
  width: -moz-calc(50% + 56px);
  width: calc(50% + 56px);
  padding: 0 112px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

#page-content .get-to-know-us-page .timeline .date:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline .date {
    width: -webkit-calc(50% + 34px);
    width: -moz-calc(50% + 34px);
    width: calc(50% + 34px);
    padding: 0 68px 0;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .date {
    width: 100px;
    padding: 0 36px 0 0;
    text-align: right;
    margin-top: -15px;
  }
}

#page-content .get-to-know-us-page .timeline .date:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #c79e51;
  border: 2px solid #f4f4f4;
  position: absolute;
  top: 50%;
  right: 46px;
  margin-top: -11px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline .date:before {
    right: 24px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .date:before {
    width: 9px;
    height: 9px;
    margin-top: -4px;
    right: 12px;
  }
}

#page-content .get-to-know-us-page .timeline .date figure {
  position: absolute;
  bottom: -webkit-calc(100% + 15px);
  bottom: -moz-calc(100% + 15px);
  bottom: calc(100% + 15px);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 110px;
  height: 100px;
  right: 112px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline .date figure {
    width: 56px;
    height: 56px;
    right: 68px;
    bottom: 100%;
    -moz-background-size: contain;
         background-size: contain;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .date figure {
    width: 35px;
    height: 35px;
    right: 36px;
  }
}

#page-content .get-to-know-us-page .timeline h5 {
  margin: 0;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline h5 {
    font-size: 22px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline h5 {
    font-size: 13px;
  }
}

#page-content .get-to-know-us-page .timeline .copy {
  width: -webkit-calc(50% - 56px);
  width: -moz-calc(50% - 56px);
  width: calc(50% - 56px);
  position: relative;
  background-color: white;
  border: 1px solid #dfdfdf;
  padding: 30px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline .copy {
    width: -webkit-calc(50% - 34px);
    width: -moz-calc(50% - 34px);
    width: calc(50% - 34px);
    padding: 20px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .copy {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 12px;
  }
  #page-content .get-to-know-us-page .timeline .copy p {
    font-size: 10px;
    line-height: 14px;
  }
}

#page-content .get-to-know-us-page .timeline .copy .middle {
  text-align: left;
}

#page-content .get-to-know-us-page .timeline .copy:before,
#page-content .get-to-know-us-page .timeline .copy:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 100%;
}

#page-content .get-to-know-us-page .timeline .copy:before {
  border: 26px solid transparent;
  border-right: 20px solid #dfdfdf;
  margin-top: -26px;
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .copy:before {
    border-width: 10px;
    border-right-width: 8px;
    margin-top: -10px;
  }
}

#page-content .get-to-know-us-page .timeline .copy:after {
  border: 24px solid transparent;
  border-right: 18px solid white;
  margin-top: -24px;
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .copy:after {
    border-width: 8px;
    border-right-width: 6px;
    margin-top: -8px;
  }
}

@media (min-width: 701px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(odd) .date {
    text-align: right;
  }
}

@media (min-width: 701px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) > div {
    float: left;
  }
}

@media (min-width: 701px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .date {
    left: auto;
    right: 0;
  }
}

@media (min-width: 701px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .date:before {
    right: auto;
    left: 48px;
  }
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .date:before {
    left: 26px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .date:before {
    left: auto;
  }
}

@media (min-width: 701px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .date figure {
    right: auto;
    left: 112px;
    background-position: left bottom;
  }
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .date figure {
    left: 68px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .date figure {
    left: auto;
  }
}

@media (min-width: 701px) {
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .copy:before, #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .copy:after {
    right: auto;
    left: 100%;
  }
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .copy:before {
    border-right-color: transparent;
    border-left: 20px solid #dfdfdf;
  }
  #page-content .get-to-know-us-page .timeline .segment:nth-child(even) .copy:after {
    border-right-color: transparent;
    border-left: 18px solid white;
  }
}

#page-content .get-to-know-us-page .team-list {
  width: 100%;
  max-width: 778px;
  margin: 0 auto;
}

#page-content .get-to-know-us-page .team-list:after {
  clear: both;
  content: "";
  display: table;
}

#page-content .get-to-know-us-page .team-list li {
  width: -webkit-calc(50% - 22px);
  width: -moz-calc(50% - 22px);
  width: calc(50% - 22px);
  float: left;
  margin-right: 44px;
  text-align: center;
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .team-list li {
    width: 100%;
    max-width: 334px;
    margin: 0 auto;
    float: none;
  }
}

@media (min-width: 701px) {
  #page-content .get-to-know-us-page .team-list li:nth-child(2n) {
    margin-right: 0;
  }
}

#page-content .get-to-know-us-page .team-list .image-wrapper {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

#page-content .get-to-know-us-page .team-list .background-cover:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bbbbbb;
}

#page-content .get-to-know-us-page .team-list .detail {
  width: 100%;
  height: 172px;
  padding-top: 24px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .team-list .detail {
    padding-top: 14px;
    height: 150px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .team-list .detail {
    padding-top: 0;
    height: auto;
    min-height: 110px;
    padding: 20px 0;
  }
}

#page-content .get-to-know-us-page .team-list h4 {
  margin: 0 0 5px;
  font-weight: 400;
}

#page-content .get-to-know-us-page .team-list p {
  font-size: 22px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .team-list p {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .team-list p {
    font-size: 15px;
  }
}

#page-content .get-to-know-us-page .contact-options {
  width: -webkit-calc(100% + 60px);
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  position: relative;
  margin-left: -30px;
  margin-bottom: 30px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .contact-options {
    width: -webkit-calc(100% + 36px);
    width: -moz-calc(100% + 36px);
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .contact-options {
    width: 100%;
    margin-left: 0;
  }
}

#page-content .get-to-know-us-page .contact-options .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px;
  table-layout: fixed;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .contact-options .table {
    border-spacing: 18px;
    max-width: 830px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .contact-options .table {
    max-width: 218px;
    display: block;
    border-spacing: unset;
  }
}

#page-content .get-to-know-us-page .contact-options .row {
  display: table-row;
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .contact-options .row {
    display: block;
  }
}

#page-content .get-to-know-us-page .contact-options .cell {
  display: table-cell;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  background: white;
  padding: 20px 15px 30px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .contact-options .cell {
    padding: 15px 7px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .contact-options .cell {
    display: inline-block;
    min-height: 170px;
    width: 100%;
    margin-bottom: 26px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .contact-options .cell:last-child {
    margin-bottom: 0;
  }
}

#page-content .get-to-know-us-page .contact-options .cell > div {
  height: 100%;
  text-align: center;
}

#page-content .get-to-know-us-page .contact-options .image-wrap {
  height: 70px;
  width: 90px;
  margin: 0 auto 10px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .contact-options .image-wrap {
    height: 30px;
  }
}

#page-content .get-to-know-us-page .contact-options img {
  max-height: 100%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}

#page-content .get-to-know-us-page .contact-options h5 {
  margin: 0 0 3px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .contact-options h5 {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .contact-options p {
    font-size: 10px;
    line-height: 16px;
  }
}

#page-content .get-to-know-us-page .our-loan-centers {
  text-align: center;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .our-loan-centers h2 {
    font-size: 28px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .our-loan-centers h2 {
    font-size: 20px;
  }
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .our-loan-centers h3 {
    font-size: 22px;
  }
}

@media (max-width: 700px) {
  #page-content .get-to-know-us-page .our-loan-centers h3 {
    font-size: 15px;
    line-height: 23px;
    margin: 5px 0;
  }
}

#page-content .get-to-know-us-page .loan-center {
  margin-top: 38px;
}

@media (max-width: 1170px) {
  #page-content .get-to-know-us-page .loan-center {
    margin-top: 18px;
  }
}

#page-content .get-to-know-us-page .loan-center span {
  display: block;
}

.workday {
  border-bottom: solid 1px #999999;
  margin-bottom: 34px;
}

@media (max-width: 1170px) {
  .workday {
    margin-bottom: 34px;
  }
}

@media (max-width: 700px) {
  .workday {
    margin-bottom: 14px;
  }
}

.workday__section {
  text-align: left;
  margin: 0 0 25px 0;
}

@media (max-width: 1170px) {
  .workday__section {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 700px) {
  .workday__section {
    margin: 0 0 25px 0;
  }
}

.workday__section--topMargin {
  margin: 35px 0 25px 0;
}

@media (max-width: 1170px) {
  .workday__section--topMargin {
    margin: 25px 0 30px 0;
  }
}

@media (max-width: 700px) {
  .workday__section--topMargin {
    margin: 23px 0 25px 0;
  }
}

.workday__section--title {
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.56px;
  color: #333333;
  margin: 0 0 16px 0;
}

@media (max-width: 1170px) {
  .workday__section--title {
    font-size: 21px;
    margin: 0 0 8px 0;
  }
}

@media (max-width: 700px) {
  .workday__section--title {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
}

.workday__section--copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73 !important;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
}

@media (max-width: 1170px) {
  .workday__section--copy {
    font-size: 12px;
    line-height: 1.25 !important;
  }
}

@media (max-width: 700px) {
  .workday__section--copy {
    font-size: 12px;
    line-height: 21px !important;
  }
}

.workday__link {
  color: #4187c7 !important;
  text-decoration: none;
}

.workday__buttonRow {
  width: 100%;
  margin: 0 0 70px 0;
}

@media (max-width: 1170px) {
  .workday__buttonRow {
    margin: 0 0 46px 0;
  }
}

@media (max-width: 700px) {
  .workday__buttonRow {
    margin: 0 0 35px 0;
  }
}

#workday__buttonRow__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 43px;
  -webkit-border-radius: 21.5px;
     -moz-border-radius: 21.5px;
          border-radius: 21.5px;
  background-color: #00427a;
  margin: 31px auto 0 auto;
  text-transform: uppercase;
  font-family: 'Montserrat';
  color: #ffffff;
  padding: 0 30px;
  line-height: 43px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 1170px) {
  #workday__buttonRow__button {
    line-height: 32px;
    font-size: 14px;
    height: 32px;
  }
}

@media (max-width: 700px) {
  #workday__buttonRow__button {
    line-height: 32px;
    font-size: 14px;
    height: 32px;
  }
}

.workday--noDecoration {
  text-decoration: none !important;
  color: #ffffff !important;
}

#page-content .va-loan-limits-page .hero-calculator {
  color: #333333;
}

#page-content .va-loan-limits-page .hero-calculator * {
  color: inherit;
}

#page-content .va-loan-limits-page .hero-calculator h2,
#page-content .va-loan-limits-page .hero-calculator h3 {
  font-weight: 300;
}

#page-content .va-loan-limits-page .hero-calculator h3 {
  margin: 0;
}

#page-content .va-loan-limits-page .hero-calculator h4 {
  font-size: 29px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .hero-calculator h4 {
    font-size: 22px;
  }
}

#page-content .va-loan-limits-page .hero-calculator .block-bg {
  background-color: white;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .hero-calculator .block-bg {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}

#page-content .va-loan-limits-page .hero-calculator .constrain {
  padding-top: 31px;
  padding-bottom: 65px;
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .hero-calculator .constrain {
    padding: 0;
  }
}

#page-content .va-loan-limits-page .hero-calculator .vf-form {
  margin: 8px 0 0;
}

#page-content .va-loan-limits-page .hero-calculator .vf-form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .hero-calculator .vf-form label {
    font-size: 10px;
    line-height: 14px;
  }
}

#page-content .va-loan-limits-page .hero-calculator .vf-form label span {
  color: #999999;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .hero-calculator .vf-form label span {
    font-size: inherit;
  }
}

#page-content .va-loan-limits-page .hero-calculator .vf-form select {
  height: 47px;
  line-height: 43px;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .hero-calculator .vf-form select {
    height: 30px;
    line-height: 26px;
  }
}

#page-content .va-loan-limits-page .hero-calculator .vf-form .select-wrapper {
  margin-bottom: 0;
}

#page-content .va-loan-limits-page .hero-calculator .vf-form .select-wrapperInput {
  margin-bottom: 0;
  line-height: 46px;
}

#page-content .va-loan-limits-page .hero-calculator .vf-form .select-inner-wrapper:before {
  line-height: 40px;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .hero-calculator .vf-form .select-inner-wrapper:before {
    line-height: 28px;
  }
}

#page-content .va-loan-limits-page .hero-calculator .right-cell p {
  margin-bottom: 0;
}

#page-content .va-loan-limits-page .hero-calculator .cta-button {
  color: white;
  background-color: #2f78b6;
  margin-top: 0;
}

#page-content .va-loan-limits-page .hero-calculator .cta-buttonGrey {
  color: white;
  background-color: #666666;
  opacity: .75;
}

#page-content .va-loan-limits-page .hero-calculator .disclaimer {
  display: block;
  font-style: italic;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: 300;
  color: #666666;
  margin: 28px 0;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .hero-calculator .disclaimer {
    font-size: 10px;
    line-height: 14px;
    margin: 14px 0;
  }
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .hero-calculator .left-cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .hero-calculator .right-cell {
    text-align: left;
  }
}

#page-content .va-loan-limits-page .off-white-bg {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .off-white-bg {
    padding: 20px 0;
  }
}

#page-content .va-loan-limits-page .map-infographic {
  width: 100%;
  margin-bottom: 40px;
}

#page-content .va-loan-limits-page .map-infographic .max-width-full {
  margin-top: 0;
}

#page-content .va-loan-limits-page section {
  padding: 20px 0;
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page section {
    padding: 0;
  }
}

#page-content .va-loan-limits-page .search-by-state {
  margin-bottom: 30px;
}

#page-content .va-loan-limits-page .search-by-state .dropdown-wrapper span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-right: 20px;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .search-by-state .dropdown-wrapper span {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .search-by-state .dropdown-wrapper span {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .search-by-state .dropdown-wrapper span {
    display: block;
  }
}

#page-content .va-loan-limits-page .search-by-state .select-wrapper {
  display: inline-block;
  width: 474px;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .search-by-state .select-wrapper {
    display: block;
    width: 100%;
    max-width: 474px;
  }
}

#page-content .va-loan-limits-page .loan-limit-table {
  color: #666666;
  width: 100%;
  font-size: 0;
}

#page-content .va-loan-limits-page .loan-limit-table .table-data {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

#page-content .va-loan-limits-page .loan-limit-table .header {
  background: black;
  color: white;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .loan-limit-table .header {
    display: none;
  }
}

#page-content .va-loan-limits-page .loan-limit-table .header span {
  font-weight: 600;
}

#page-content .va-loan-limits-page .loan-limit-table .row {
  padding: 8px 0;
}

#page-content .va-loan-limits-page .loan-limit-table .row:nth-of-type(2n) {
  background-color: #eff0f0;
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .loan-limit-table .row:nth-of-type(2n) {
    background-color: white;
  }
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .loan-limit-table .row:nth-of-type(2n - 1) {
    background-color: #eff0f0;
  }
}

#page-content .va-loan-limits-page .loan-limit-table .cell {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-right: 10px;
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .loan-limit-table .cell {
    width: 50%;
    padding: 0;
  }
}

#page-content .va-loan-limits-page .loan-limit-table .cell:last-child {
  padding-right: 0;
}

#page-content .va-loan-limits-page .loan-limit-table .cell-label {
  display: none;
}

#page-content .va-loan-limits-page .loan-limit-table .cell-label span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .loan-limit-table .cell-label {
    display: inline-block;
    width: 50%;
  }
}

#page-content .va-loan-limits-page .loan-limit-table span {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 1170px) {
  #page-content .va-loan-limits-page .loan-limit-table span {
    font-size: 11px;
  }
}

@media (max-width: 700px) {
  #page-content .va-loan-limits-page .loan-limit-table span {
    font-size: 13px;
    line-height: 18px;
  }
}

#page-content .va-loan-limits-page .loan-limit-table .green,
#page-content .va-loan-limits-page .loan-limit-table .green span {
  color: #339900;
}

.LoanLimitResult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.heightAdjust {
  margin-bottom: 17px;
  height: 47px !important;
  width: 100%;
}

@media (max-width: 1170px) {
  .heightAdjust {
    height: 30px !important;
    margin-bottom: 0px;
  }
}

@media (max-width: 700px) {
  .heightAdjust {
    height: 30px !important;
    margin-bottom: 0px;
  }
}

.map {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  margin-bottom: 40px;
}

.map__title {
  width: 100%;
  height: auto;
  padding: 25px 35px;
  background-color: #333333;
  text-align: center;
}

@media (max-width: 1170px) {
  .map__title {
    padding: 10px 20px;
  }
}

@media (max-width: 700px) {
  .map__title {
    padding: 15px 10px;
  }
}

.map__title__text {
  color: #ffffff;
  font-size: 48px;
}

@media (max-width: 1170px) {
  .map__title__text {
    font-size: 26px;
    font-weight: 300;
  }
}

@media (max-width: 700px) {
  .map__title__text {
    font-size: 17px;
    font-weight: 300;
  }
}

.map__subtitle {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 25px 0;
}

@media (max-width: 1170px) {
  .map__subtitle {
    margin: 15px 0;
  }
}

@media (max-width: 700px) {
  .map__subtitle {
    margin: 14px 0;
  }
}

.map__subtitle__text {
  font-size: 20px;
  color: #9F9F9F;
  line-height: 28px;
}

@media (max-width: 1170px) {
  .map__subtitle__text {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  .map__subtitle__text {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0 5px 10px 5px;
  }
}

.map__maparea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.map__maparea__key {
  height: 80px;
  width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 5px;
  right: 55px;
}

@media (max-width: 1170px) {
  .map__maparea__key {
    height: 62px;
    width: 160px;
    top: 5px;
    right: 25px;
  }
}

@media (max-width: 700px) {
  .map__maparea__key {
    top: 0px;
    right: 18px;
    height: 50px;
    width: 135px;
  }
}

.map__maparea__key__text {
  margin: 4px 0;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #848484;
  text-align: center;
}

@media (max-width: 1170px) {
  .map__maparea__key__text {
    font-size: 13px;
    margin: 0px 0;
  }
}

@media (max-width: 700px) {
  .map__maparea__key__text {
    font-size: 12px;
    line-height: 13px;
    margin-top: 2px;
    font-weight: 600;
  }
}

@media (max-width: 700px) {
  #mobileSmalltext {
    font-size: 11px;
    line-height: 7px;
    margin-top: 2px;
  }
}

.map__maparea__key__line {
  height: 1px;
  width: 98%;
  background-color: #707070;
  margin: 3px auto;
}

.map__maparea__key__line__colorbox {
  height: 14px;
  width: 14px;
  margin-right: 11px;
  margin-top: 2px;
}

@media (max-width: 1170px) {
  .map__maparea__key__line__colorbox {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 700px) {
  .map__maparea__key__line__colorbox {
    height: 10px;
    width: 10px;
    margin-right: 8px;
    margin-top: 0px;
  }
}

.map__maparea__img {
  background-image: url("/App_Themes/VeteransFirst/assets/images/va-loan-limits/LoanLimits_Map-Desktop-2023.png");
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  /*height: 736px;*/
  height: 52vw;
  width: 100%;
}

@media (min-width: 1420px) {
  .map__maparea__img {
    height: 739px;
  }
}

@media (max-width: 1170px) {
  .map__maparea__img {
    height: 50vw;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .map__maparea__img {
    height: 60vw;
    width: 100%;
  }
}

.map__maparea__margin {
  height: 87%;
  width: 3%;
}

.map__middle {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1054px;
}

@media (max-width: 1170px) {
  .map__middle {
    max-width: 791px;
  }
}

@media (max-width: 700px) {
  .map__middle {
    max-width: 559px;
  }
}

.map__middle__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

@media (max-width: 700px) {
  .map__middle__holder {
    margin-top: 0px;
  }
}

.map__middle__squaretitle {
  height: 125px;
  width: 422px;
  font-size: 23px;
  margin: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*@include is-tablet {
        height: 75px;
        width: 273px;
        font-size: 16px;
    }*/
}

@media (min-width: 950px) and (max-width: 1170px) {
  .map__middle__squaretitle {
    height: 75px;
    width: 305px;
    font-size: 17px;
  }
}

@media (min-width: 701px) and (max-width: 949px) {
  .map__middle__squaretitle {
    height: 75px;
    width: 273px;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .map__middle__squaretitle {
    font-size: 11px;
    height: 60px;
    width: 200px;
    margin: 5px;
  }
}

.map__middle__squaretitle__icon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/Info-graphic-icons/UpChart_Icon_Gold.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin: auto;
}

@media (max-width: 1170px) {
  .map__middle__squaretitle__icon {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 700px) {
  .map__middle__squaretitle__icon {
    height: 25px;
    width: 25px;
  }
}

.map__middle__square {
  height: 125px;
  width: 125px;
  margin: 12px;
  background-color: #E3E3E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*@include is-tablet {
        height: 75px;
        width: 75px;
        font-size: 10px;
        word-break: break-word;
    }*/
}

@media (min-width: 950px) and (max-width: 1170px) {
  .map__middle__square {
    height: 85px;
    width: 85px;
    font-size: 11px;
  }
}

@media (min-width: 701px) and (max-width: 949px) {
  .map__middle__square {
    height: 75px;
    width: 75px;
    font-size: 10px;
    word-break: break-word;
  }
}

@media (max-width: 700px) {
  .map__middle__square {
    height: 60px;
    width: 60px;
    margin: 5px;
    font-size: 8px;
    word-break: break-word;
  }
}

.map__middle__square__text {
  margin: auto;
  text-align: center;
}

.map__bottom {
  height: auto;
  width: 96%;
  margin: 12px auto;
}

.map__bottom__text {
  text-align: justify;
  font-size: 24px;
  margin: 0 auto;
  line-height: 32px;
}

@media (max-width: 1170px) {
  .map__bottom__text {
    text-align: justify;
    font-size: 15px;
    margin: 0 auto;
    line-height: 22px;
  }
}

@media (max-width: 700px) {
  .map__bottom__text {
    text-align: center;
    font-size: 11px;
    margin: 0 auto;
    line-height: 16px;
  }
}

.map__horazontalLine {
  width: 96%;
  height: 2px;
  background-color: #707070;
  margin: 25px auto;
}

#page-content .communication-preferences-page .constrain .content {
  padding-bottom: 38px;
}

#page-content .communication-preferences-page hr {
  border: 0;
  height: 1px;
  background-color: #ababab;
  margin-top: 48px;
}

#page-content .communication-preferences-page .vf-form .checkbox-wrapper,
#page-content .communication-preferences-page .vf-form .select-label {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 700px) {
  #page-content .communication-preferences-page .vf-form .checkbox-wrapper,
  #page-content .communication-preferences-page .vf-form .select-label {
    max-width: none;
    margin: 0;
  }
}

#page-content .communication-preferences-page .vf-form .checkbox-wrapper .copy,
#page-content .communication-preferences-page .vf-form .select-label {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
}

@media (max-width: 1170px) {
  #page-content .communication-preferences-page .vf-form .checkbox-wrapper .copy,
  #page-content .communication-preferences-page .vf-form .select-label {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  #page-content .communication-preferences-page .vf-form .checkbox-wrapper .copy,
  #page-content .communication-preferences-page .vf-form .select-label {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 700px) {
  #page-content .communication-preferences-page .vf-form .checkbox-wrapper .copy,
  #page-content .communication-preferences-page .vf-form .select-label {
    margin-bottom: 15px;
  }
}

#page-content .communication-preferences-page .vf-form .select-label {
  padding-left: 40px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

@media (max-width: 1170px) {
  #page-content .communication-preferences-page .vf-form .select-label {
    padding-left: 24px;
  }
}

@media (max-width: 700px) {
  #page-content .communication-preferences-page .vf-form .select-label {
    text-align: center;
    padding-left: 0;
    margin-bottom: 35px;
  }
}

#page-content .communication-preferences-page .vf-form input {
  margin-bottom: 36px;
}

#page-content .communication-preferences-page .vf-form input[type='submit'] {
  margin-bottom: 0;
}

#page-content .communication-preferences-page .vf-form .cta-wrapper {
  width: 100%;
  max-width: 296px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 700px) {
  #page-content .communication-preferences-page .vf-form .cta-wrapper {
    max-width: none;
    text-align: center;
  }
}

.coe-request-by-mail-form .cta-info {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 16px;
}

.coe-request-by-mail-form .spouse {
  margin-top: 20px;
}

.coe-request-by-mail-form .radio-wrapper {
  margin-top: 0;
}

.coe-request-by-mail-form .form-group.last {
  margin-bottom: 30px;
}

#landingBlur {
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: .3;
  z-index: 8;
  position: absolute;
}

.blurBars {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page-content .emperitas__header .videos-carousel-container .carousel li {
  padding-top: 0px;
}

@media (max-width: 1170px) {
  #page-content .emperitas__header .videos-carousel-container .carousel li {
    padding-top: 25px;
  }
}

@media (max-width: 700px) {
  #page-content .emperitas__header .videos-carousel-container .carousel li {
    padding-top: 10px;
  }
}

#page-content .emperitas__header .videos-carousel-container .player-outer-container {
  background-color: #ffffff !important;
}

.raise {
  z-index: 9;
}

.hideThis {
  display: none;
}

.emperitas__lander {
  font-size: 20px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
}

/*.emperitas__header {
    margin-top: 30px;
}*/
.emperitas__DynamicHeader {
  background-repeat: no-repeat;
  background-position: 50% 26%;
  -moz-background-size: cover;
       background-size: cover;
  max-width: 100%;
  height: 494px;
  font-size: 16px;
  font-family: 'open-sans',sans-serif;
}

@media (max-width: 1170px) {
  .emperitas__DynamicHeader {
    -moz-background-size: cover;
         background-size: cover;
    height: 430px;
  }
}

@media (max-width: 700px) {
  .emperitas__DynamicHeader {
    -moz-background-size: cover;
         background-size: cover;
    height: 276px;
  }
}

.defaultImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/TRUSTPLAY-orig.jpg");
}

@media (max-width: 700px) {
  .defaultImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/TRUSTPLAY-hero_overlay_Optimiz-Mobile.jpg");
  }
}

.trustImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/trustPlay-desktop.jpg");
}

@media (max-width: 700px) {
  .trustImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/trustPlay-mobile.jpg");
  }
}

.evpImage {
  /*these use the ceo image*/
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/CEO-desktop.jpg");
}

@media (max-width: 700px) {
  .evpImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/CEO-mobile.jpg");
    background-position: unset;
  }
}

.unknowingImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/unknowing-desktop.jpg");
  background-position: inherit;
}

@media (max-width: 1170px) {
  .unknowingImage {
    background-position-x: 28%;
  }
}

@media (max-width: 700px) {
  .unknowingImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/unknowing-mobile.jpg");
    background-position: top center;
  }
}

.obstaclesLandingImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/obstaclesLandingImage-desktop.jpg");
}

@media (max-width: 1170px) {
  .obstaclesLandingImage {
    background-position-x: 35%;
  }
}

@media (max-width: 700px) {
  .obstaclesLandingImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/obstaclesLandingImage-mobile.jpg");
    background-position-y: 36%;
  }
}

.missionLandingImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/missionLandingImage-desktop.jpg");
  background-position-y: 0%;
  background-position-x: 39%;
}

@media (max-width: 700px) {
  .missionLandingImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/missionLandingImage-mobile.jpg");
    background-position-y: 0%;
    background-position-x: 39%;
  }
}

/*background images for new landers 1-30-20*/
.beyondBarracksImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/beyondBarracks-desktop-LoRes.jpg");
}

@media (max-width: 700px) {
  .beyondBarracksImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/beyondBarracks-mobile-LoRes.jpg");
  }
}

.mythsLandingImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/mythsImage-desktop-LoRes.jpg");
}

@media (max-width: 700px) {
  .mythsLandingImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/mythsImage-mobile-LoRes.jpg");
  }
}

/*End of background images for new landers 1-30-20*/
.onboardingPurchase {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/onboardingPurchase-desktop-LoRes.jpg");
}

@media (max-width: 1170px) {
  .onboardingPurchase {
    background-position-x: 80%;
  }
}

@media (max-width: 700px) {
  .onboardingPurchase {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/onboardingPurchase-mobile-Lores.jpg");
    background-position-x: 81%;
  }
}

.obstaclesMissionImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/obstaclesMission-desktop-LoRes.jpg");
}

@media (max-width: 1170px) {
  .obstaclesMissionImage {
    background-position-x: 28%;
  }
}

@media (max-width: 700px) {
  .obstaclesMissionImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/obstaclesMission-mobile-LoRes.jpg");
    background-position-y: 8%;
  }
}

/*Background image for directmail landers 3-25-20*/
.directmailEligibilityHero {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/DirectMail-PurchOnboarding-eligibilityhero-DESKTOP.jpg");
}

@media (max-width: 700px) {
  .directmailEligibilityHero {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/DirectMail-PurchOnboarding-eligibilityhero-MOBILE.jpg");
  }
}

/*newlander 4-1-20*/
.obstaclesLandingImageTouchPoint3 {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Obstacles-Touchpt3-DESKTOP.jpg");
}

@media (max-width: 700px) {
  .obstaclesLandingImageTouchPoint3 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Obstacles-Touchpt3-MOBILE.jpg");
  }
}

.trustLandingImageTouchPoint3 {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Trust-Touchpt3-DESKTOP.jpg");
  background-position-y: 0%;
}

@media (max-width: 700px) {
  .trustLandingImageTouchPoint3 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Trust-Touchpt3-MOBILE.jpg");
    background-position-y: 0%;
  }
}

.missionLandingImageTouchPoint3 {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Mission-Touchpt3-DESKTOP.jpg");
  background-position-y: top;
}

@media (max-width: 700px) {
  .missionLandingImageTouchPoint3 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Mission-Touchpt3-MOBILE.jpg");
    background-position-y: top;
  }
}

.processLandingImageTouchPoint3 {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Process-Touchpt3-DESKTOP.jpg");
}

@media (max-width: 700px) {
  .processLandingImageTouchPoint3 {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/Process-Touchpt3-MOBILE.jpg");
    background-position-y: 7%;
  }
}

/* Omni Channel Background images 4-2-20**/
.statusCheckL1BackgroundImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL1-DESKTOP.png");
}

@media (max-width: 700px) {
  .statusCheckL1BackgroundImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL1-MOBILE.png");
  }
}

.statusCheckL2BackgroundImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL2-DESKTOP.png");
}

@media (max-width: 700px) {
  .statusCheckL2BackgroundImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL2-MOBILE.png");
  }
}

.statusCheckL3BackgroundImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL3-DESKTOP.png");
}

@media (max-width: 700px) {
  .statusCheckL3BackgroundImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL3-MOBILE.png");
  }
}

.statusCheckL4BackgroundImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL4-DESKTOP.png");
}

@media (max-width: 700px) {
  .statusCheckL4BackgroundImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL4-MOBILE.png");
  }
}

.statusCheckL5BackgroundImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL5-DESKTOP.png");
}

@media (max-width: 700px) {
  .statusCheckL5BackgroundImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL5-MOBILE.png");
  }
}

.statusCheckL6BackgroundImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL6-DESKTOP.png");
}

@media (max-width: 700px) {
  .statusCheckL6BackgroundImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/StatusCheckL6-MOBILE.png");
  }
}

/*stlyes used in omni channel lander*/
.emailTwo__box__pHandler {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.emailTwo__box__pHandler p {
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1170px) {
  .emailTwo__box__pHandler p {
    font-size: 18px;
  }
}

.emailTwo__title {
  font-size: 38px;
  text-align: center;
  margin: 50px auto 30px auto;
  line-height: 52px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

@media (max-width: 700px) {
  .emailTwo__title {
    font-size: 32px;
    text-align: center;
    margin: 50px auto 35px auto;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 25px !important;
  }
}

.emailTwo__subtitle {
  display: block;
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
  color: #666;
  opacity: 0.75;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 700px) {
  .emailTwo__subtitle {
    font-size: 16px;
    padding: 0 15px;
  }
}

.emailTwo__boxRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 60px 0;
}

@media (max-width: 1170px) {
  .emailTwo__boxRow {
    padding: 0 0 35px 0;
  }
}

@media (max-width: 700px) {
  .emailTwo__boxRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 35px 0;
  }
}

.emailTwo__boxRow__box {
  width: 100%;
  border: 1px solid #666666;
  padding: 30px 15px 20px;
  max-width: 570px;
  min-width: 320px;
  margin: 0 15px;
}

@media (max-width: 1170px) {
  .emailTwo__boxRow__box {
    max-width: 317px;
    min-width: 168px;
  }
}

@media (max-width: 700px) {
  .emailTwo__boxRow__box {
    width: 60.5%;
    padding: 15px 15px 18px;
    margin: 10px auto 20px;
    max-width: 275px;
    min-width: 230px;
  }
}

.emailTwo__box {
  cursor: pointer;
  text-decoration: none;
}

.emailTwo__image-wrap {
  height: 59px;
  width: 60px;
  margin: 10px auto 10px;
}

/* end of omni channel styles */
@media (max-width: 1170px) {
  .emperitas__CircleArea {
    width: 90%;
    margin: 0 auto 0 auto;
  }
}

@media (max-width: 700px) {
  .emperitas__CircleArea {
    width: 90%;
    margin: 0 auto 0 auto;
  }
}

#page-content .emperitas__CircleArea p {
  margin-bottom: 50px;
}

@media (max-width: 1170px) {
  #page-content .emperitas__CircleArea p {
    margin-bottom: 35px;
  }
}

@media (max-width: 700px) {
  #page-content .emperitas__CircleArea p {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
  }
}

.emperitas__CircleRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: gray;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media (max-width: 1170px) {
  .emperitas__CircleRow {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .emperitas__CircleRow {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.emperitas__CircleRow__number {
  font-size: 40px;
  height: 57px;
  width: 57px;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  line-height: 51px;
  margin-right: 25px;
  color: gray;
  border-color: gray;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 700px) {
  .emperitas__CircleRow__number {
    margin: 0 auto 20px auto;
  }
}

.emperitas__CircleRow__textarea {
  width: 92%;
  font-size: 17px;
}

@media (max-width: 1170px) {
  .emperitas__CircleRow__textarea {
    width: 85%;
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .emperitas__CircleRow__textarea {
    text-align: center;
    width: 100%;
    font-size: 13px;
  }
}

.emperitas__CircleRow__textarea__title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1170px) {
  .emperitas__CircleRow__textarea__title {
    margin-bottom: 4px;
  }
}

@media (max-width: 700px) {
  .emperitas__CircleRow__textarea__text {
    margin: 0 auto 0 auto;
    line-height: 20px;
  }
}

#page-content .emperitas__header h1 {
  text-shadow: 2px 2px 6px #000;
  font-size: 48px;
  line-height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

@media (max-width: 1170px) {
  #page-content .emperitas__header h1 {
    font-size: 45px;
    margin-bottom: 0px;
  }
}

@media (max-width: 700px) {
  #page-content .emperitas__header h1 {
    display: none;
  }
}

.headline_mobile span {
  display: none;
  color: aqua;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1170px) {
  .headline_mobile span {
    display: none;
  }
}

@media (max-width: 700px) {
  .headline_mobile span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-shadow: 2px 2px 8px #000;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 30px;
    font-size: 30px;
  }
}

#page-content .emperitas__lander h2 {
  text-align: center;
  font-size: 48px;
  margin: 50px auto 30px auto;
  line-height: 52px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1170px) {
  #page-content .emperitas__lander h2 {
    font-size: 45px;
    margin-bottom: 24px;
    line-height: 52px;
  }
}

@media (max-width: 700px) {
  #page-content .emperitas__lander h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.emperitas__lander .table {
  position: relative;
  min-height: inherit;
  display: table;
  width: 100%;
  height: 100%;
}

.emperitas__Mid {
  margin-bottom: 45px;
}

@media (max-width: 1170px) {
  .emperitas__Mid {
    margin-bottom: 35px;
  }
}

#page-content .emperitas__lander .sub-headline {
  display: block;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
  color: #333;
  opacity: 0.55;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1170px) {
  #page-content .emperitas__lander .sub-headline {
    font-size: 15px;
    line-height: 30px;
  }
}

#page-content .emperitas__lander__h2 h2 {
  text-align: left;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
}

@media (max-width: 700px) {
  #page-content .emperitas__lander__h2 h2 {
    font-size: 20px;
    margin: 0 auto 0 auto;
  }
}

@media (max-width: 700px) {
  #page-content .emperitas__lander__h2 h2 {
    font-size: 20px;
    margin: 0 auto 30px auto;
    text-align: center;
  }
}

#page-content .get-to-know-us-page .emperitas__lander .contact-options .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px;
  table-layout: fixed;
}

#page-content .emperitas__lander .get-to-know-us-page .contact-options h5 {
  font-size: 30px;
}

@media (max-width: 1170px) {
  #page-content .emperitas__lander .get-to-know-us-page .contact-options h5 {
    font-size: 20px;
  }
}

#page-content .emperitas__header .videos-carousel-container {
  padding-bottom: 0px;
}

#page-content .emperitas__header .videos-carousel-container .player-outer-container {
  background-color: #B3B3B3;
}

#page-content .emperitas__header .videos-carousel-container .mobile-copy-slides li {
  padding: 0;
}

#page-content .emperitas__header .videos-carousel-container .mobile-copy-slides {
  height: 0px;
}

#page-content .emperitas__header .videos-carousel-container .carousel li .constrain > div:nth-child(2) {
  z-index: 3;
}

#page-content .emperitas__header .videos-carousel-container .constrain {
  margin-top: 0px;
}

@media (max-width: 1170px) {
  #page-content .emperitas__header .videos-carousel-container .constrain {
    margin-top: 0px;
  }
}

@media (max-width: 700px) {
  #page-content .emperitas__header .videos-carousel-container .constrain {
    margin-top: 30px;
  }
}

.emperitas__lander__headlineHolder {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10%;
  margin-left: 10%;
}

.emperitas__lander__headline {
  margin: auto;
}

.emperitas__videolander__headlineHolder {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10%;
  margin-left: 10%;
}

.emperitas__videolander__headline {
  margin: auto;
}

.emperitas__videolander__headline h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}

@media (max-width: 700px) {
  .emperitas__videolander__headline h1 {
    display: none;
  }
}

.emailTwo__thankyou__mainTitle {
  font-size: 48px;
  text-align: center;
  margin: 60px auto 30px auto;
  line-height: 52px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  min-width: 280px;
  max-width: 725px;
  width: 100%;
}

@media (max-width: 700px) {
  .emailTwo__thankyou__mainTitle {
    font-size: 33px;
    margin: 30px auto 0px auto;
  }
}

.emailTwo__thankyou__subTitle {
  font-size: 36px;
  text-align: center;
  margin: 25px auto 10px auto;
  line-height: 53px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  min-width: 280px;
  max-width: 725px;
  width: 100%;
}

@media (max-width: 700px) {
  .emailTwo__thankyou__subTitle {
    font-size: 28px;
    line-height: 45px;
    margin: 15px auto 0px auto;
  }
}

.emailTwo__thankyou__textBody {
  text-align: center;
  margin: 30px auto 0px auto;
  line-height: 29px;
  font-family: 'open-sans',sans-serif;
  color: #333333;
  padding: 0 5px;
  max-width: 800px;
}

@media (max-width: 700px) {
  .emailTwo__thankyou__textBody {
    line-height: 22px;
    margin: 35px auto 0px auto;
  }
}

.emailTwo__thankyou__textBody p {
  font-size: 21px;
}

@media (max-width: 700px) {
  .emailTwo__thankyou__textBody p {
    font-size: 15px;
  }
}

.thankyou__bold {
  font-weight: 700;
}

.thankyouEmailBackgroundImage {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/ThankyouEmailImage.png");
  margin: 0 auto;
  -moz-background-size: cover;
       background-size: cover;
}

@media (max-width: 1170px) {
  .thankyouEmailBackgroundImage {
    -moz-background-size: cover;
         background-size: cover;
    background-position: 100% 26%;
  }
}

@media (max-width: 700px) {
  .thankyouEmailBackgroundImage {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/ThankyouEmailImage-Mobile.png");
  }
}

.emailLandingPage__headLineArea {
  padding: 0px;
  margin: 55px 0 60px 0;
}

@media (max-width: 1170px) {
  .emailLandingPage__headLineArea {
    margin: 38px 0 28px 0;
    padding: 0 80px;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__headLineArea {
    margin: 38px 0 28px 0;
  }
}

.emailLandingPage__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  line-height: 2.26;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 1170px) {
  .emailLandingPage__title {
    line-height: 1.24;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__title {
    font-size: 30.5px;
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: 0.61px;
    margin: 0px 0 28px 0;
  }
}

.emailLandingPageQR__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 25px;
}

@media (max-width: 1170px) {
  .emailLandingPageQR__title {
    line-height: 1.24;
    padding: unset;
  }
}

@media (max-width: 700px) {
  .emailLandingPageQR__title {
    font-size: 30.5px;
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: 0.61px;
    margin: 0px 0 28px 0;
    padding: unset;
  }
}

.emailLandingPage__subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 20.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: 0.39px;
  text-align: center;
  color: #333333;
  text-align: center;
}

@media (max-width: 1170px) {
  .emailLandingPage__subtitle {
    line-height: 1.49;
    margin: 0 0 14px 0;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__subtitle {
    font-size: 14.5px;
    line-height: 2.1;
    letter-spacing: 0.29px;
    text-align: center;
  }
}

.emailLandingPage__boxArea--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.61px;
  text-align: left;
  color: #333333;
  margin: 0 0 35px 0;
}

@media (max-width: 1170px) {
  .emailLandingPage__boxArea--title {
    margin: 0 0 29px 0;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__boxArea--title {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.46px;
    margin: 0px 0 18px 0;
  }
}

.emailLandingPage__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 71px 0;
}

@media (max-width: 1170px) {
  .emailLandingPage__row {
    height: 1095px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__row {
    height: 1019px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.emailLandingPage__box {
  width: 366px;
  height: 337px;
  padding: 24px;
  border: solid 1px #5e5e5e;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1170px) {
  .emailLandingPage__box {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__box {
    height: 319px;
    width: 290px;
    padding: 26px;
  }
}

.emailLandingPage__box--black {
  border: solid 1px #5e5e5e;
  color: #333333;
}

.emailLandingPage__box--gold {
  border: solid 1px #caa251;
  color: #333333;
}

.emailLandingPage__box--icon {
  height: 93px;
  margin: 0 auto 28px auto;
  background-repeat: no-repeat;
}

@media (max-width: 1170px) {
  .emailLandingPage__box--icon {
    width: 89px;
    height: 93px;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__box--icon {
    margin: 0 auto 26px auto;
    height: 70px;
  }
}

.emailLandingPage__box--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 13px 0;
}

@media (max-width: 700px) {
  .emailLandingPage__box--title {
    line-height: 27px;
  }
}

.goldText {
  color: #caa251;
}

.boxTextGrow {
  font-size: 18.5px;
}

@media (max-width: 1170px) {
  .boxTextGrow {
    font-size: 18.5px;
  }
}

@media (max-width: 700px) {
  .boxTextGrow {
    font-size: 14.5px;
    line-height: 1.93;
  }
}

.emailLandingPage__box--text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.51;
  letter-spacing: normal;
  text-align: center;
}

@media (max-width: 700px) {
  .emailLandingPage__box--text {
    font-size: 14.5px;
    line-height: 1.93;
  }
}

.emailLandingPage__boxArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.emailLandingPage--HouseIcon {
  width: 90px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-HouseIcon.png");
}

@media (max-width: 700px) {
  .emailLandingPage--HouseIcon {
    width: 66px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-HouseIcon-Mobile.png");
  }
}

.emailLandingPage--HouseIcon--Gold {
  width: 90px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-HouseIcon-Gold.png");
}

@media (max-width: 700px) {
  .emailLandingPage--HouseIcon--Gold {
    width: 66px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-HouseIcon-Mobile.png");
  }
}

.emailLandingPage--MailIcon {
  width: 80px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-MailIcon.png");
}

@media (max-width: 700px) {
  .emailLandingPage--MailIcon {
    width: 67px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-MailIcon-Mobile.png");
  }
}

.emailLandingPage--MailIcon--Gold {
  width: 80px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-MailIcon-Gold.png");
}

@media (max-width: 700px) {
  .emailLandingPage--MailIcon--Gold {
    width: 67px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-MailIcon-Mobile.png");
  }
}

.emailLandingPage--PhoneIcon {
  width: 87px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-PhoneIcon.png");
}

@media (max-width: 700px) {
  .emailLandingPage--PhoneIcon {
    width: 66px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-PhoneIcon-Mobile.png");
  }
}

.emailLandingPage--PhoneIcon--Gold {
  width: 87px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-PhoneIcon-Gold.png");
}

@media (max-width: 700px) {
  .emailLandingPage--PhoneIcon--Gold {
    width: 66px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-PhoneIcon-Mobile.png");
  }
}

.emailLandingPage--Banner {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-tim_Desktop.png");
  background-position-y: center;
  /*max-width: 1920px;*/
  height: 600px;
}

@media (max-width: 1170px) {
  .emailLandingPage--Banner {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-tim_Tablet.png");
    background-position-y: center;
    height: 330px;
    background-position-y: -107px;
  }
}

@media (max-width: 700px) {
  .emailLandingPage--Banner {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/EmailLander-tim_Mobile.png");
    height: 256px;
    background-position-y: -77px;
  }
}

.flexDisplay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.emailLandingPage__cashoutHero {
  width: 100%;
  height: 593px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

@media (max-width: 1170px) {
  .emailLandingPage__cashoutHero {
    height: 609px;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__cashoutHero {
    height: 390px;
  }
}

.sofaCouple {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/SofaCouple-Desktop.jpg");
  background-position: center;
}

@media (max-width: 1170px) {
  .sofaCouple {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/SofaCouple-Tablet.jpg");
  }
}

@media (max-width: 700px) {
  .sofaCouple {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/SofaCouple-Mobile.jpg");
    background-position-y: -60px;
  }
}

.dadandBoys {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/DadAndBoys_Desktop.jpg");
  background-position: center;
}

@media (max-width: 1170px) {
  .dadandBoys {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/DadAndBoys_Tablet.jpg");
    background-position-y: 22%;
  }
}

@media (max-width: 700px) {
  .dadandBoys {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/DadAndBoys_Mobile.jpg");
    background-position-y: 22%;
  }
}

.emailLandingPage__chatbox {
  height: auto;
  width: auto;
  position: relative;
  top: 62%;
  left: 62%;
  max-width: 430px;
  -webkit-border-radius: 15px 15px 15px 0;
     -moz-border-radius: 15px 15px 15px 0;
          border-radius: 15px 15px 15px 0;
  max-height: 210px;
}

@media (max-width: 1170px) {
  .emailLandingPage__chatbox {
    left: unset;
    margin: 0 10% 0 auto;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__chatbox {
    left: unset;
    max-width: 249px;
    margin: 0 10% 0 auto;
  }
}

.emailLandingPage__chatbox__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 90%;
  padding: 26px 24px 42px 18px;
  color: #FFFFFF;
  position: relative;
}

@media (max-width: 700px) {
  .emailLandingPage__chatbox__content {
    padding: 13px 15px 18px 11px;
  }
}

.emailLandingPage__chatbox__content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 12px 0;
}

@media (max-width: 700px) {
  .emailLandingPage__chatbox__content__top {
    margin: 0 0 5px 0;
  }
}

.emailLandingPage__chatbox__content__top--logo {
  height: 28px;
  width: 17px;
  margin: 0 11px 0 0;
}

@media (max-width: 700px) {
  .emailLandingPage__chatbox__content__top--logo {
    height: 17px;
    width: 11px;
    margin: 0 8px 0 0;
  }
}

.emailLandingPage__chatbox__content__top--agentName {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin: 5px 0 0 0;
}

@media (max-width: 700px) {
  .emailLandingPage__chatbox__content__top--agentName {
    font-size: 9px;
    margin: 3px 0 0 0;
  }
}

.emailLandingPage__chatbox__content__top--time {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin: 5px 0 0 auto;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .emailLandingPage__chatbox__content__top--time {
    font-size: 9px;
    margin: 3px 0 0 auto;
  }
}

.emailLandingPage__chatbox__content--message {
  font-size: 20px;
  font-family: 'Open Sans';
  width: 92%;
  margin: 0 0px 0 28px;
  line-height: 28px;
}

@media (max-width: 700px) {
  .emailLandingPage__chatbox__content--message {
    font-size: 11px;
    margin: 0 0 0 19px;
    line-height: 18px;
  }
}

.emailLandingPage__chatbox--tail {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid #4990e1;
  position: absolute;
  bottom: 0px;
  left: -15px;
  mix-blend-mode: multiply;
}

.emailLandingPage__subtitle--maxwidth {
  max-width: 1161px;
  margin: 0 auto;
}

.emailLandingPage__center {
  text-align: center;
}

.emailLandingPage__tinyIcon {
  background-image: url("/App_Themes/VeteransFirst/assets/images/icons/TinyWhiteVFIcon.png");
  height: 28px;
  width: 17px;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .emailLandingPage__tinyIcon {
    height: 17px;
    width: 11px;
  }
}

.cashout__headLineArea {
  padding: 0px;
  margin: 69px 0 82px 0;
}

@media (max-width: 1170px) {
  .cashout__headLineArea {
    margin: 51px 0 62px 0;
    padding: 0 80px;
  }
}

@media (max-width: 700px) {
  .cashout__headLineArea {
    margin: 30px 0 71px 0;
    padding: 0 17px;
  }
}

.cashout__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 58px;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 25px;
  font-size: 44px;
}

@media (max-width: 1170px) {
  .cashout__title {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 47px;
  }
}

@media (max-width: 700px) {
  .cashout__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0px 0 24px 0;
  }
}

.cashout__subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 0.39px;
  text-align: center;
  color: #333333;
  text-align: center;
}

@media (max-width: 1170px) {
  .cashout__subtitle {
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 14px 0;
  }
}

@media (max-width: 700px) {
  .cashout__subtitle {
    font-size: 14.5px;
    line-height: 1.93;
    letter-spacing: 0.29px;
    text-align: center;
  }
}

.emailLandingPage__chatbox--background {
  background-color: #4990e1;
  height: 100%;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  -webkit-border-radius: 15px 15px 15px 0;
     -moz-border-radius: 15px 15px 15px 0;
          border-radius: 15px 15px 15px 0;
}

.emailLandingPage__hero {
  width: 100%;
  max-width: 1920px;
  height: 600px;
  background-color: #ffffff;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

@media (max-width: 1170px) {
  .emailLandingPage__hero {
    height: 450px;
    background-position-x: 26%;
  }
}

@media (max-width: 700px) {
  .emailLandingPage__hero {
    height: 300px;
  }
}

.QRHeroImageV1A {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1A-desktop.jpg");
  background-position: center;
}

@media (max-width: 1170px) {
  .QRHeroImageV1A {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1A-tablet.jpg");
  }
}

@media (max-width: 700px) {
  .QRHeroImageV1A {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1A-mobile.jpg");
  }
}

.QRHeroImageV1B {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1B-desktop.jpg");
  background-position: center;
}

@media (max-width: 1170px) {
  .QRHeroImageV1B {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1B-tablet.jpg");
  }
}

@media (max-width: 700px) {
  .QRHeroImageV1B {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1B-mobile.jpg");
  }
}

.QRHeroImageV1C {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1C-desktop.jpg");
  background-position: center;
}

@media (max-width: 1170px) {
  .QRHeroImageV1C {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1C-tablet.jpg");
  }
}

@media (max-width: 700px) {
  .QRHeroImageV1C {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1C-mobile.jpg");
  }
}

.QRHeroImageV1D {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1D-desktop.jpg");
  background-position: center;
}

@media (max-width: 1170px) {
  .QRHeroImageV1D {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1D-tablet.jpg");
    background-position: top;
  }
}

@media (max-width: 700px) {
  .QRHeroImageV1D {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1D-mobile.jpg");
    background-position: top;
  }
}

.QRHeroImageV1E {
  background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1E-desktop.jpg");
  background-position: center;
}

@media (max-width: 1170px) {
  .QRHeroImageV1E {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1E-tablet.jpg");
  }
}

@media (max-width: 700px) {
  .QRHeroImageV1E {
    background-image: url("/App_Themes/VeteransFirst/assets/images/email-lander/QR Hero Images/QRHero-V1E-mobile.jpg");
  }
}

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #000000;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 8px 0px 0px 0px;
     -moz-border-radius: 8px 0px 0px 0px;
          border-radius: 8px 0px 0px 0px;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #3B78B6;
}

#liveagent_button_online_5731K000000PjzG {
  background-color: #000;
  color: #fff;
  height: 35px;
  width: 300px;
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 35px;
  font-size: 15px;
  -webkit-border-radius: 8px 0px 0px 0px;
     -moz-border-radius: 8px 0px 0px 0px;
          border-radius: 8px 0px 0px 0px;
  text-indent: 11px;
  text-decoration: unset;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 700px) {
  #liveagent_button_online_5731K000000PjzG {
    font-size: 13px;
    width: 260px;
  }
}

.LiveChatIcon {
  z-index: 22;
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: 6px;
  margin-left: 254px;
}

@media (max-width: 700px) {
  .LiveChatIcon {
    margin-top: 7px;
    margin-left: 218px;
  }
}

.embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader {
  bottom: 0 !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  height: 35px !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  padding: 0 0px !important;
  font-size: 15px !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
     -moz-box-shadow: 0 0 0 0 transparent !important;
          box-shadow: 0 0 0 0 transparent !important;
  text-decoration: none !important;
}

@media (max-width: 700px) {
  .embeddedServiceHelpButton .helpButton .uiButton {
    font-size: 15px !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
       -moz-border-radius: 0px 0px 0px 0px !important;
            border-radius: 0px 0px 0px 0px !important;
  }
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel .message:focus {
  text-decoration: none !important;
}

.embeddedServiceHelpButton .uiButton {
  min-width: 300px !important;
  max-width: 300px !important;
}

@media (max-width: 700px) {
  .embeddedServiceHelpButton .uiButton {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

.helpButton {
  min-width: 300px !important;
  max-width: 300px !important;
}

@media (max-width: 700px) {
  .helpButton {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 1170px) {
  .embeddedServiceSidebarMinimizedDefaultUI.helpButton {
    background-color: #000000 !important;
    border-color: #000000 !important;
    /*display: flex !important;
        justify-content: center !important;*/
  }
}

@media (max-width: 700px) {
  .embeddedServiceSidebarMinimizedDefaultUI.helpButton {
    background-color: #000000 !important;
    border-color: #000000 !important;
    /*display: flex !important;
        justify-content: center !important;*/
  }
}

@media (max-width: 700px) {
  .embeddedServiceSidebarMinimizedDefaultUI .minimizedImage, .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon {
    margin-left: 8px !important;
  }
}

@media (max-width: 1170px) {
  .embeddedServiceSidebarMinimizedDefaultUI .minimizedImage, .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon {
    margin-left: 8px !important;
  }
}

.embeddedServiceHelpButton .helpButton {
  right: 0px !important;
  height: 35px !important;
}

@media (max-width: 1170px) {
  .embeddedServiceHelpButton .helpButton {
    bottom: 0 !important;
  }
}

@media (max-width: 700px) {
  .embeddedServiceHelpButton .helpButton {
    bottom: 0 !important;
    width: 100% !important;
  }
}

.embeddedServiceSidebarMinimizedDefaultUI {
  background-color: #000 !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-border-radius: 8px 0px 0px 0px !important;
     -moz-border-radius: 8px 0px 0px 0px !important;
          border-radius: 8px 0px 0px 0px !important;
  right: 0px !important;
  height: 35px !important;
  width: 225px !important;
  background-color: #000 !important;
  min-width: 300px !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

@media (max-width: 700px) {
  .embeddedServiceSidebarMinimizedDefaultUI {
    bottom: 0 !important;
    min-width: 100% !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
       -moz-border-radius: 0px 0px 0px 0px !important;
            border-radius: 0px 0px 0px 0px !important;
  }
}

.embeddedServiceSidebar {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-decoration: none !important;
}

.embeddedServiceSidebarMinimizedDefaultUI.helpButton .messageContent {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

@media (max-width: 1170px) {
  .embeddedServiceSidebarMinimizedDefaultUI.helpButton .messageContent {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media (max-width: 700px) {
  .embeddedServiceSidebarMinimizedDefaultUI.helpButton .messageContent {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media (max-width: 1170px) {
  .minimizedText {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 700px) {
  .minimizedText {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.embeddedServiceSidebarMinimizedDefaultUI .minimizedImage, .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon {
  margin-right: 0 !important;
}

span .message {
  text-decoration: none !important;
}

.embeddedServiceSidebarHeader .shortHeaderContent {
  background-color: #000 !important;
}

.embeddedServiceLiveAgentStateChatHeaderOption .embeddedServiceIcon {
  border: 1px solid #000 !important;
}

.embeddedServiceLiveAgentStateChatHeaderOption .embeddedServiceIcon svg path {
  fill: #000 !important;
}

.embeddedServiceSidebarButton {
  background-color: #C49E51 !important;
  -webkit-border-radius: 25px !important;
     -moz-border-radius: 25px !important;
          border-radius: 25px !important;
  border: none !important;
}

.embeddedServiceSidebarButton .label {
  color: #ffffff !important;
}

.embeddedServiceSidebarButton.uiButton--inverse {
  background-color: #ffffff !important;
  -webkit-border-radius: 25px !important;
     -moz-border-radius: 25px !important;
          border-radius: 25px !important;
  border: 2px solid #c79e51 !important;
}

.embeddedServiceSidebarButton.uiButton--inverse .label {
  color: #c79e51 !important;
}

.embeddedServiceSidebarButton:focus {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
}

.embeddedServiceLiveAgentStateChatHeaderOption {
  display: none !important;
}

.embeddedServiceSidebarHeader.extended .fade {
  display: none !important;
}

.embeddedServiceLiveAgentQueuePosition .queuePositionChatIcon svg path {
  fill: #c79e51 !important;
}

.backgroundPattern {
  /*height: 90px !important;*/
  margin-top: 26px !important;
  z-index: 1 !important;
}

.embeddedServiceLiveAgentStateChat .messageArea:focus {
  border: none !important;
}

.embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled {
  display: none;
}

.embeddedServiceLiveAgentStateChat .messageArea {
  font-family: 'Open Sans', sans-serif !important;
}

.BlueBox {
  height: auto;
  width: 200px;
  background-color: #2f78b6;
  position: fixed;
  z-index: 11;
  bottom: 47px;
  right: 15px;
  color: white;
  padding: 8px 10px;
  font-size: 13px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.Hide {
  display: none;
}

.blackOut {
  height: 0px;
  width: 0px;
  bottom: 0px;
  right: 0px;
  background-color: black;
  position: fixed;
  z-index: 9;
  opacity: .3;
}

@media (max-width: 1170px) {
  .blackOut {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .blackOut {
    height: 100%;
    width: 100%;
  }
}

.embeddedServiceLiveAgentStateWaitingHeader .content {
  display: none !important;
}

.waitingStateButtonContainer {
  margin-top: 85px !important;
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.plaintextContent {
  margin-left: 0px !important;
}

.embeddedServiceLiveAgentStateChatHeader .content {
  height: 0px !important;
}

.embeddedServiceLiveAgentStateChatItem .isLightningOutContext .avatar.iconAvatar {
  display: none !important;
}

.dockableContainer {
  max-width: 320px !important;
  max-height: 498px !important;
  position: fixed !important;
}

@media (max-width: 1170px) {
  .dockableContainer {
    max-height: 100% !important;
    width: 100% !important;
    position: fixed !important;
  }
}

@media (max-width: 700px) {
  .dockableContainer {
    max-height: 100% !important;
    width: 100% !important;
    position: fixed !important;
  }
}

.embeddedServiceSidebar.layout-docked .dockableContainer {
  right: 20px !important;
  bottom: 0px !important;
  margin: 12px auto !important;
}

@media (max-width: 1170px) {
  .embeddedServiceSidebar.layout-docked .dockableContainer {
    left: 0px !important;
    top: 0px !important;
    max-width: 80% !important;
    margin: auto auto !important;
    height: 80% !important;
  }
}

@media (max-width: 700px) {
  .embeddedServiceSidebar.layout-docked .dockableContainer {
    left: 0px !important;
    top: 0px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: 100% !important;
  }
}

.blinking {
  -webkit-animation: blinkingText 1.5s infinite;
     -moz-animation: blinkingText 1.5s infinite;
       -o-animation: blinkingText 1.5s infinite;
          animation: blinkingText 1.5s infinite;
}

@-webkit-keyframes blinkingText {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .25;
  }
  37.5% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  87.5% {
    opacity: .25;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blinkingText {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .25;
  }
  37.5% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  87.5% {
    opacity: .25;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes blinkingText {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .25;
  }
  37.5% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  87.5% {
    opacity: .25;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blinkingText {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .25;
  }
  37.5% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  87.5% {
    opacity: .25;
  }
  100% {
    opacity: 0;
  }
}

.embeddedServiceLiveAgentStateChatBubble.agent .chatContent {
  margin-left: 0px !important;
}

.embeddedServiceLiveAgentStateChatItem.agent .agentName {
  margin-left: 0px !important;
}

.embeddedServiceLiveAgentStateChatItem.agent .timeContent.onlyTimeDisplayed {
  margin-left: 0px !important;
}

.ui-dialog-buttonset.modalspeedbump__button button {
  color: #FFFFFF;
  background-color: #C49E51;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.ui-dialog-buttonset.modalspeedbump__button button:hover {
  color: #FFFFFF;
  background-color: #333333;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.ui-dialog-buttonpane.modalspeedbump__buttonpane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-dialog-titlebar.modalspeedbump__titlebar {
  background-color: #333333;
  font-size: 20px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  /*@include is-mobile {
        font-size: 18px;
    }
@media (min-width: 1171px) and (max-width: 1320px) {
    font-size: 32px;
    line-height: 36px;
}*/
}

ui-dialog-titlebar-close.modalspeedbump__close {
  display: none;
}

.modalspeedbump__close {
  display: none !important;
}

.ui-dialog.modalspeedbump__dialog {
  border: 2px solid #c49e51 !important;
  -webkit-border-radius: 5px !important;
     -moz-border-radius: 5px !important;
          border-radius: 5px !important;
  height: 300px;
}

.eligibility {
  width: 75%;
  max-width: 1161px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .eligibility {
    width: 90%;
  }
}

@media (max-width: 700px) {
  .eligibility {
    width: 100%;
    position: inherit;
  }
}

.eligibility__Title {
  font-size: 47.5px;
  text-align: center;
  color: #000000;
  font-family: 'Montserrat';
  margin: 30px 0 38px 0;
}

@media (max-width: 700px) {
  .eligibility__Title {
    width: 100%;
    height: 59px;
    background-color: #00427a;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 55px;
    position: fixed;
    z-index: 3;
  }
}

@media (max-width: 700px) {
  .shortNavTop {
    top: 30px;
  }
}

.eligibility__Subtitle {
  font-size: 21px;
  text-align: left;
  color: #333333;
  font-family: 'Open Sans';
  margin-bottom: 35px;
}

@media (max-width: 700px) {
  .eligibility__Subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: unset;
    margin: 0 6% 25px 6%;
  }
}

/* Mobile Nav */
.eligibility__Header__Nav--mobile {
  display: none;
}

@media (max-width: 1170px) {
  .eligibility__Header__Nav--mobile {
    display: none;
  }
}

@media (max-width: 700px) {
  .eligibility__Header__Nav--mobile {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
       -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: 'Montserrat';
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 9;
  }
}

.eligibility__Header__Nav--mobile__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
}

.eligibility__Header__Nav--mobile__left--active {
  color: #333333;
  text-transform: uppercase;
}

.eligibility__Header__Nav--mobile__left--step {
  color: #00427a;
}

.eligibility__Header__Nav--mobile--dropdownIcon {
  width: auto;
  margin: 27px auto;
  cursor: pointer;
}

@media (max-width: 700px) {
  .eligibility__Header__Nav--mobile__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 75px;
    background-color: #c4c4c4;
    padding: 0 10px;
    margin-top: 59px;
  }
}

@media (max-width: 700px) {
  .eligibility__Header__Nav--mobile__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: auto;
    background-color: #f0f0f0;
    padding: 0 10px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .mobile__bottom__element {
    height: auto;
    border-bottom: solid 1px #777777;
  }
}

@media (max-width: 700px) {
  .mobile__bottom__element div {
    height: 60px;
    line-height: 60px;
    color: #999999;
    cursor: pointer;
    text-transform: uppercase;
  }
}

@media (max-width: 700px) {
  .mobile__bottom__element:last-child {
    height: auto;
    border-bottom: unset;
  }
}

.mobileNavDisabled div {
  color: #d1d1d1 !important;
}

.mobileActive div {
  color: #00427a;
  font-weight: 600;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  -moz-transform: rotate(-135deg);
   -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
       transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.down {
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.eligibility__Subtitle--mobile {
  display: none;
}

@media (max-width: 1170px) {
  .eligibility__Subtitle--mobile {
    display: none;
  }
}

@media (max-width: 700px) {
  .eligibility__Subtitle--mobile {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13% 15px 28px 15px;
  }
}

/* Desktop Nav */
.eligibility__Header {
  margin-bottom: 55px;
}

@media (max-width: 700px) {
  .eligibility__Header {
    margin-bottom: 38px;
  }
}

.eligibility__Header__Nav--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 700px) {
  .eligibility__Header__Nav--desktop {
    display: none;
  }
}

.eligibility__Header__Nav--desktop__item {
  font-size: 16px;
  width: auto;
  font-family: 'Montserrat';
}

@media (max-width: 1170px) {
  .eligibility__Header__Nav--desktop__item {
    font-size: 14px;
  }
}

.desktop__item--top {
  height: 31px;
  margin-right: 10px;
}

.desktop__item--top--icon {
  display: none;
  margin-right: 6px;
  margin-top: 4px;
}

.greyCircle {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 90px;
     -moz-border-radius: 90px;
          border-radius: 90px;
  background-color: #4d4d4d;
  -ms-transform: rotate(45deg);
  /*IE 9 */
  -webkit-transform: rotate(45deg);
  /*Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

@media (max-width: 1170px) {
  .greyCircle {
    height: 16px;
    width: 16px;
  }
}

.greyCircle .checkmark_stem {
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  left: 10px;
  top: 3px;
}

@media (max-width: 1170px) {
  .greyCircle .checkmark_stem {
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #ffffff;
    left: 8px;
    top: 3px;
  }
}

.greyCircle .checkmark_kick {
  position: absolute;
  width: 4px;
  height: 2px;
  background-color: #ffffff;
  left: 6px;
  top: 13px;
}

@media (max-width: 1170px) {
  .greyCircle .checkmark_kick {
    position: absolute;
    width: 4px;
    height: 2px;
    background-color: #ffffff;
    left: 6px;
    top: 10px;
  }
}

.desktop__item--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.desktop__item--top--name {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
}

@media (max-width: 1170px) {
  .desktop__item--top--name {
    line-height: 14px;
  }
}

/* DESKTOP NAV ACTIVE*/
.active .desktop__item--bottom {
  width: 100%;
  height: 10px;
  background-color: #00427a;
}

.active .desktop__item--top--icon {
  display: none;
}

.active .desktop__item--top--name {
  color: #00427a;
  margin-left: 10px;
}

.desktop__item--top {
  cursor: pointer;
}

/* DESKTOP NAV COMPLETED*/
.completed .desktop__item--top--icon {
  display: inline;
}

.eligibility__Header__Nav--line {
  width: 100%;
  height: 1px;
  margin-top: -10px;
  background-color: #cbcbcb;
}

.navline-normal {
  margin-top: -10px;
}

.navline-complete {
  margin-top: 0px;
}

/* DESKTOP NAV DISABLED*/
.disabled .desktop__item--top--name {
  color: lightgray;
  cursor: default;
}

/* bottom text area */
.eligibility__TextArea {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  color: #333333;
  font-family: 'Open Sans';
  padding: 30px 0;
}

.eligibility__TextArea__holder {
  width: 75%;
  max-width: 1161px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .eligibility__TextArea__holder {
    margin: 0 19px 0 19px;
  }
}

.eligibilityy__TextArea--title {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .eligibilityy__TextArea--title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.eligibility__TextArea__holder p {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 700px) {
  .eligibility__TextArea__holder p {
    font-size: 15px;
    line-height: 24px;
  }
}

.eligibility__QuestionBox {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-family: 'Open Sans';
  margin-bottom: 28px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox {
    font-size: 16px;
    line-height: 24px;
    margin: 28px 15px 28px 15px;
  }
}

.eligibility__QuestionBox--question {
  margin-bottom: 25px;
}

.eligibility__QuestionBox--date {
  margin-bottom: 24px;
}

.eligibility__QuestionBox--date p {
  margin-bottom: 9px !important;
  font-size: 18px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox--date p {
    font-size: 15px;
  }
}

.eligibility__QuestionBox--date input {
  height: 56px;
  width: 319px;
  border: solid 1px #c4c4c4;
  text-indent: 8px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox--date input {
    width: 288px;
  }
}

.deactivated__date input {
  background-color: #f0f0f0;
  cursor: default;
}

.deactivated__date input::-webkit-input-placeholder {
  color: #777777;
}

.deactivated__date input:-moz-placeholder {
  color: #777777;
}

.deactivated__date input::-moz-placeholder {
  color: #777777;
}

.deactivated__date input:-ms-input-placeholder {
  color: #777777;
}

.deactivated__date input::placeholder {
  color: #777777;
}

.deactivated__date p {
  color: #777777;
}

.inputError input {
  border: solid 2px #bd1b21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
  color: #bd1b21;
  font-weight: 600;
}

.inputError input::-webkit-input-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input:-moz-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input::-moz-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input:-ms-input-placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError input::placeholder {
  color: #bd1b21;
  font-weight: 600;
}

.inputError p {
  color: #bd1b21;
  font-weight: 600;
}

.inputValid input {
  border: solid 2px #00427a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
  color: #00427a;
  font-weight: 600;
}

.inputValid input::-webkit-input-placeholder {
  color: #00427a;
}

.inputValid input:-moz-placeholder {
  color: #00427a;
}

.inputValid input::-moz-placeholder {
  color: #00427a;
}

.inputValid input:-ms-input-placeholder {
  color: #00427a;
}

.inputValid input::placeholder {
  color: #00427a;
}

.inputValid p {
  color: #333333;
}

.errorAreaInput {
  display: none;
  color: #bd1b21;
}

.inputError .errorAreaInput {
  display: inline;
  color: #bd1b21;
  font-weight: 600;
}

.eligibility__checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  /*    TODO: check to make sure spacing works*/
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 28px;
}

/* Hide the browser's default checkbox */
.eligibility__checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.eligibilityCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: solid 2px #c4c4c4;
}

/* On mouse-over, add a grey background color */
.eligibility__checkbox__container:hover input ~ .eligibilityCheckmark {
  background-color: #f0f0f0;
}

/* When the checkbox is checked, add a blue background */
.eligibility__checkbox__container input:checked ~ .eligibilityCheckmark {
  background-color: #f0f0f0;
  border: solid 2px #00427a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.eligibilityCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.eligibility__checkbox__container input:checked ~ .eligibilityCheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.eligibility__checkbox__container .eligibilityCheckmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid #00427a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

.eligibility__QuestionBox--radio {
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox--radio {
    text-align: center;
  }
}

.eligibility__radio__container {
  width: 244px;
  height: 52px;
}

.radio--question {
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .radio--question {
    text-align: center;
  }
}

.radioRow {
  margin: 1px 0 8px 0;
}

.radioRow p {
  margin-bottom: 17px;
  line-height: 26px;
}

.radioButton {
  width: 244px;
  height: 52px;
  margin: 0 15px 0 0;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 700px) {
  .radioButton {
    margin: unset;
    margin: 0 8px 0 8px;
  }
}

.radioButton__toggle {
  display: none;
}

.radioButton span {
  text-align: center;
  width: 244px;
  height: 52px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background-color: #f0f0f0;
  border: solid 1px #c4c4c4;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  /* TODO:check font size */
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.54px;
}

@media (max-width: 700px) {
  .radioButton span {
    font-size: 15px;
  }
}

.radioButton span:hover {
  background-color: #d8e1f3;
  border: solid 2px #00427a;
  color: #00427a;
}

.radioButton__toggle:checked + span {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #f0f0f0;
  border: solid 2px #00427a;
  color: #00427a;
}

/* Radio select error styles */
.radioError {
  color: #bd1b21;
  font-weight: 600;
  font-size: 18px;
}

.radioError .radioButton span {
  border: solid 2px #bd1b21;
  color: #bd1b21;
}

.radioError > .errorArea {
  display: block !important;
}

.eligibility__QuestionBox--radio .errorArea {
  display: none;
}

.radioError > .radioCircle__container > .radioCircle__checkmark {
  border: 2px solid #bd1b21;
}

.eligibility__QuestionBox--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
}

.eligibility__QuestionBox--link {
  color: #00427a;
  padding-left: 31px;
}

@media (max-width: 700px) {
  .eligibility__QuestionBox--link {
    margin-left: 31px;
  }
}

.eligibility__Body__Buttonrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Open Sans';
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .eligibility__Body__Buttonrow {
    padding: 0 15px;
  }
}

.buttonRow__button {
  text-align: center;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 0 28px;
  /* CHECK  this might need to be changed back to 56px */
  height: 56px;
  min-width: 135px;
}

@media (max-width: 700px) {
  .buttonRow__button {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    height: 41px;
    min-width: 116px;
    padding: 0 14px;
  }
}

.blueButton {
  background-color: #00427a;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 56px;
  height: 56px;
}

@media (max-width: 700px) {
  .blueButton {
    height: 41px;
    width: 116px;
    line-height: 41px;
  }
}

.whiteButton {
  color: #00427a;
  border: #00427a;
  border-style: solid;
  border-width: 2px;
  font-weight: 600;
  background-color: #ffffff;
  cursor: pointer;
  /* TODO: check to see if this messes up anywhere */
  line-height: 52px;
  height: 52px;
}

@media (max-width: 700px) {
  .whiteButton {
    height: 41px;
    width: 112px;
    line-height: 37px;
  }
}

.grayButton {
  background-color: #F0F0F0;
  color: lightgray;
  border: none;
  cursor: default;
  line-height: 56px;
  height: 56px;
}

@media (max-width: 700px) {
  .grayButton {
    height: 41px;
    width: 116px;
    line-height: 41px;
  }
}

.eligibility__result {
  padding: 0px 3% 0 3%;
}

.eligibility__result--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 32px;
}

@media (max-width: 700px) {
  .eligibility__result--title {
    text-align: center;
    margin-bottom: 36px;
    font-size: 29px;
  }
}

.eligibility__result--subtitle {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.27px;
  text-align: left;
  color: #333333;
  margin-bottom: 21px;
}

@media (max-width: 700px) {
  .eligibility__result--subtitle {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

.eligibility__result p {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.27px;
  text-align: left;
  color: #333333;
}

@media (max-width: 700px) {
  .eligibility__result p {
    font-size: 15px;
  }
}

.getStartedNow {
  width: 300px;
  height: 56px;
  -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
          border-radius: 28px;
  background-color: #cba251;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 2.3;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 700px) {
  .getStartedNow {
    font-size: 15px;
    width: 198px;
    height: 45px;
    line-height: 3;
    margin: 35px auto 20px auto;
  }
}

.eligibility__QuestionBox--info--icon {
  color: #00427A;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  height: 20px;
  width: 20px;
  border: #00427a;
  border-style: solid;
  border-width: 2px;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  padding: 0 4px 0 5px;
  line-height: 17px;
  margin-top: 4px;
}

.returnToTop {
  display: none;
}

@media (max-width: 700px) {
  .returnToTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    width: 52px;
    -webkit-border-radius: 45px;
       -moz-border-radius: 45px;
            border-radius: 45px;
    background-color: #FFFFFF;
    cursor: pointer;
    border: solid 1px #c4c4c4;
    position: inherit;
  }
}

@media (max-width: 700px) {
  .returnToTop .stem1 {
    position: relative;
    width: 2px;
    height: 10px;
    background-color: #00427a;
    left: 21px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
  }
}

@media (max-width: 700px) {
  .returnToTop .stem2 {
    position: relative;
    width: 2px;
    height: 10px;
    background-color: #00427a;
    left: 25px;
    top: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
         transform: rotate(135deg);
  }
}

@media (max-width: 700px) {
  .returnToTop .centerStem {
    position: relative;
    width: 2px;
    height: 16px;
    background-color: #00427a;
    left: 20px;
    top: 17px;
  }
}

/*.eligibility__QuestionBox--info--icon::after {
    position:center;
}*/
.blankSpace {
  height: 56px;
  min-width: 135px;
}

.eligibilityList {
  padding-left: 18px;
  margin-bottom: 17px;
  color: #333333;
}

@media (max-width: 700px) {
  .eligibilityList {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.eligibilityList li {
  list-style-type: disc;
  /* padding-left: 30px; */
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  list-style-position: outside;
}

@media (max-width: 700px) {
  .eligibilityList li {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  #ResultsBody ul li {
    font-size: 15px;
  }
}

.hide {
  display: none !important;
}

@-webkit-keyframes spinDown {
  from {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  to {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

@-webkit-keyframes spinUp {
  from {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  to {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}

#ActiveDutyLength {
  font-weight: 600;
}

@media screen and (min-width: 701px) and (max-width: 796px) {
  .eligibility__Header__Nav--desktop__item {
    width: 15%;
  }
}

@media screen and (min-width: 926px) and (max-width: 1170px) {
  .desktop__item--top--name {
    line-height: 25px;
  }
}

@media screen and (min-width: 701px) and (max-width: 925px) {
  .desktop__item--top--name {
    line-height: 14px;
  }
}

@media screen and (min-width: 1170px) and (max-width: 1259px) {
  .desktop__item--top--name {
    line-height: 16px;
  }
}

@media screen and (min-width: 1260px) {
  /*.eligibility__Header__Nav--desktop__item{
        font-size:18px;
    }*/
}

.wmvf__hero {
  width: 100%;
  height: 625px;
  background-color: #9999a0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.wmvf {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.wmvf-michael {
  background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/PeopleOnPorch-Desktop.png");
}

.wmvf-tim {
  background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/wmvfTim--desktop.png");
}

.wmvf-coupleCouch {
  background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/CoupleCouch-desktop.png");
  background-position: right;
}

.wmvf__head__blueBar {
  width: 100%;
  height: 18px;
  background-color: #013e7d;
}

.wmvf__hero__box {
  max-width: 771px;
  background-color: rgba(1, 62, 125, 0.85);
  padding: 22px 87px;
  height: -webkit-fill-available;
  display: block;
  position: relative;
  left: 10%;
}

.wmvf__hero__box--fix {
  max-width: 771px;
  background-color: rgba(1, 62, 125, 0.85);
  padding: 40px 87px;
  height: -webkit-fill-available;
  display: block;
}

.wmvf__hero__box--tablet {
  width: 100%;
  background-color: #013e7d;
  padding: 44px 0px;
  display: block;
  position: relative;
}

.wmvf__hero__box__head {
  margin: 0 0 23px 0;
}

.wmvf__hero__box__head--title {
  font-family: "Agenda";
  font-size: 28.5px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.57px;
  color: #ffffff;
  margin: 0 0 8px 0px;
  text-transform: uppercase;
}

.wmvf__hero__box__head--subTitle {
  font-family: "Whitney SSm a","Whitney SSm b";
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.44px;
  text-align: left;
  color: #ffffff;
}

.wmvf__hero__box__form {
  font-family: "Whitney SSm a","Whitney SSm b";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.wmvf__hero__box__form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 18px 0;
}

.wmvf__hero__box__form__input > span {
  font-family: "Whitney SSm a","Whitney SSm b";
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 18.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.05;
  letter-spacing: 0.35px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 19px 0;
}

.wmvf-error > span {
  color: #ca0a37;
  font-weight: 600;
}

.wmvf--valid > span {
  color: #ffffff;
  font-weight: 500;
}

.wmvf__hero__box__form__input > input {
  width: 263px;
  height: 46px;
  border: solid 1px lightgray;
  text-indent: 5px;
  font-size: 18px;
}

.wmvf-error > input {
  border: solid 1px #ca0a37;
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

.wmvf--valid > input {
  border-color: #5eb95e;
}

.wmvf__hero__box__form__input > select {
  width: 263px;
  height: 46px;
  border: solid 1px lightgray;
  text-indent: 5px;
  font-size: 18px;
}

.wmvf-error > select {
  border: solid 1px #ca0a37;
  border-color: #ca0a37;
  background-color: #f7d9d9;
}

.wmvf--valid > select {
  border-color: #5eb95e;
}

#selfCredit-desktop {
  width: 596px;
  height: 46px;
  border: solid 1px lightgray;
  text-indent: 5px;
  font-size: 18px;
}

.wmvf__hero__box__legal {
  font-family: "Whitney SSm a","Whitney SSm b";
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 11.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: left;
  color: #ffffff;
}

.wmvf__hero__box__buttonRow--button {
  width: 171px;
  height: 46px;
  margin: 24px 112px 0 1px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: solid 3px #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  font-family: "Agenda";
  cursor: pointer;
}

.wmvf__hero__box__buttonRow--buttonBigger {
  width: 265px;
  height: 46px;
  margin: 14px 112px 0 1px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: solid 3px #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  font-family: "Agenda";
  cursor: pointer;
}

.wmvf__desktop {
  display: block;
}

.wmvf__tablet {
  display: none;
}

.wmvf__tablet--positionBox {
  max-width: 547px;
  margin: 0 auto;
}

.mobileFlip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wmvf__head {
  width: 100%;
  height: 164px;
  background-color: #ffffff;
}

.wmvf__head__bar {
  width: 100%;
  max-width: 1175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wmvf__head__bar--phone {
  font-size: 18px;
  font-family: "Whitney SSm a","Whitney SSm b";
  font-weight: 600;
  margin: 57px 10px 0 0;
  color: #013e7d;
  text-decoration: none;
  cursor: pointer;
}

.wmvf__head__bar--logo {
  height: 67px;
  width: 225px;
  background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/WintrustMortgageLogo_225x67.png");
  margin: 25px 0 0 10px;
  /*background-image: url('~/App_Themes/VeteransFirst/assets/images/wmvf/WintrustLogo--desktop.png');*/
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.wmvf__thankyouHero {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/wmvfThankYouHero--desktop.png");
  background-position-y: 20%;
}

.wmvf__thankyouBody {
  width: 100%;
  padding: 48px 0;
}

.wmvf__thankyouBody--bodyBlock {
  width: 80%;
  margin: 0 auto;
  max-width: 1205px;
}

.wmvf__thankyouBody--title {
  font-family: "Agenda";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: 0.64px;
  text-align: left;
  color: #000;
}

.wmvf__thankyouBody--blueLine {
  width: 64px;
  height: 2px;
  background-color: green;
  margin: 10px 0 10px 0;
}

.wmvf__thankyouBody--copy {
  font-family: "Whitney SSm a","Whitney SSm b";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 0.54px;
  text-align: left;
  color: #343a40;
}

.wmvf__thankyouBody__buttonRow {
  width: 100%;
  margin: 32px auto 32px auto;
}

.wmvf__thankyouBody__buttonRow--button > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.wmvf__thankyouBody__buttonRow--button {
  width: 238px;
  height: 50px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #00427a;
  text-align: center;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 17px;
  font-family: "Agenda";
  line-height: 48px;
  text-decoration: none;
  cursor: pointer;
}

.wmvf__thankyouBody__phoneRow {
  width: 100%;
  margin: 25px 0 25px 0;
  text-align: center;
}

.wmvf__thankyouBody__phoneRow--phone {
  font-size: 32px;
  color: #343a40;
  font-family: "Agenda";
  font-weight: bold;
}

.wmvf__phone--blue {
  color: #00427a;
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  font-family: "Agenda";
}

/* web-242 styles */
.wmvf__hero__box2 {
  width: 771px;
  background-color: rgba(1, 62, 125, 0.75);
  padding: 21px 140px 21px 21px;
  height: 554px;
  display: block;
  position: relative;
  left: 15%;
  top: 70px;
}

.wmvf__hero__box__scheduleHead--title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 45px;
  margin: 0 0 18px 0;
  line-height: 55px;
  text-transform: uppercase;
}

.wmvf__hero__box__scheduleHead--titleV2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 42px;
  margin: 0 0 18px 0;
  line-height: 55px;
  text-transform: uppercase;
}

.wmvf__hero__box__scheduleHead--subTitle {
  font-family: "Whitney SSm a","Whitney SSm b";
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 300;
  color: #ffffff;
  font-size: 24px;
  margin: 0 0 18px 0;
}

.wmvf__hero__box__buttonRow--scheduleButton {
  width: 244px;
  height: 48px;
  margin: 32px 112px 0 1px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: solid 3px #ffffff;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 41px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

.wmvf__tablet--scheduleBox {
  width: 94%;
  margin: 0px 3% 0 3%;
}

.wmvf__available {
  width: 100%;
  /*height: 272px;*/
  background-color: #ffffff;
}

.wmvf__available__box {
  width: 80%;
  margin: 60px auto 60px 15%;
  /*padding: 60px 0;*/
}

.wmvf__available__box--title {
  font-size: 26px;
  font-weight: bold;
  font-family: "Whitney SSm a","Whitney SSm b";
  /*font-family: 'Open Sans', sans-serif;*/
  margin: 0 0 10px 0px;
}

.wmvf__available__box--subtitle {
  font-size: 21px;
  font-weight: 500;
  font-family: "Whitney SSm a","Whitney SSm b";
  /*font-family: 'Open Sans', sans-serif;*/
  margin: 0 0 32px 0px;
}

.wmvf__available__box--subButtonText {
  font-size: 21px;
  font-weight: 500;
  font-family: "Whitney SSm a","Whitney SSm b";
  /*font-family: 'Open Sans', sans-serif;*/
  margin: 32px 0 32px 0px;
}

.wmvf__available__box__buttonRow {
  width: 100%;
  width: 246px;
  margin: 0 auto 0 0;
}

.wmvf__available__box__buttonRow--button {
  width: 246px;
  height: 46px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #013e7d;
  color: #ffffff;
  line-height: 46px;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-family: "Whitney SSm a","Whitney SSm b";
}

.wmvf--noDecoration {
  text-decoration: none;
}

.wmvf__body {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 45px 25px 45px 25px;
}

.wmvf__body__copySection {
  font-family: "Whitney SSm a","Whitney SSm b";
  font-size: 18px;
  margin: 0 0 28px 0;
}

.wmvf__body__copySection__list {
  list-style-type: circle;
  list-style: outside;
  margin: 0 0 0 18px;
}

.wmvf__body__copySection__list--item {
  font-family: "Whitney SSm a","Whitney SSm b";
  font-size: 18px;
  margin: 0 0 3px 0;
}

.wmvf__hero--placement {
  max-width: 1175px;
  margin: 0 auto;
}

.wmvf__body__copySection--headline {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.wmvf__body__buttonRow {
  width: 100%;
}

.wmvf__body__buttonRow--button {
  width: 238px;
  height: 50px;
  text-align: center;
  background-color: #00427a;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 50px;
  font-family: "Agenda";
  font-size: 18px;
  font-weight: bold;
}

.returnToTop {
  cursor: pointer;
}

/* tablet sizes */
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .wmvf__hero {
    height: 332px;
  }
  .wmvf-michael {
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/PeopleOnPorch-Tablet.png");
  }
  .wmvf-tim {
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/wmvfTim--tablet.png");
    background-position-y: 24%;
  }
  .wmvf-coupleCouch {
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/CoupleCouch-tablet.png");
  }
  .wmvf__head__blueBar {
    height: 14px;
  }
  .wmvf__desktop {
    display: none;
  }
  .wmvf__tablet {
    display: block;
  }
  .wmvf__hero__box__head--title {
    text-align: center;
    margin: 0 0 24px 0px;
  }
  .wmvf__hero__box__head--subTitle {
    text-align: center;
  }
  .wmvf__hero__box__buttonRow--button {
    margin: 25px auto 0 auto;
    line-height: 36px;
  }
  .wmvf__hero__box__buttonRow--buttonBigger {
    margin: 25px auto 0 auto;
    line-height: 36px;
  }
  .wmvf__head {
    height: 200px;
  }
  .wmvf__head__bar {
    max-width: 701px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 0 auto;
  }
  .wmvf__head__bar--phone {
    margin: 16px auto 0 auto;
  }
  .wmvf__head__bar--logo {
    margin: 30px auto 0 auto;
    height: 67px;
    width: 225px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/WintrustMortgageLogo_225x67.png");
  }
  /* web-242 tablet  styles */
  .wmvf__hero__box__scheduleHead {
    height: auto;
    width: 100%;
  }
  .wmvf__hero__box--tablet {
    padding: 31px 0px 34px 0;
  }
  .wmvf__hero__box__scheduleHead--title {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    margin: 0px 0 17px 0;
  }
  .wmvf__hero__box__scheduleHead--titleV2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    margin: 0px 0 17px 0;
  }
  .wmvf__hero__box__scheduleHead--subTitle {
    text-align: center;
    font-size: 24px;
    margin: 0 0 23px 0;
  }
  .wmvf__hero__box__buttonRow--scheduleButton {
    margin: 0 auto;
  }
  .wmvf__available__box {
    margin: 46px auto 46px auto;
  }
  .wmvf__available__box--title {
    text-align: center;
    font-size: 24px;
  }
  .wmvf__available__box--subtitle {
    text-align: center;
    font-size: 21px;
  }
  .wmvf__available__box--subButtonText {
    font-size: 21px;
    text-align: center;
  }
  .wmvf__available__box__buttonRow {
    width: 246px;
    margin: 0 auto;
  }
  .wmvf__available__box__buttonRow--button {
    margin: 0 auto;
  }
  .wmvf__thankyouHero {
    height: 330px;
  }
  .wmvf__thankyouBody {
    padding: 38px 0;
  }
  .wmvf__thankyouBody--bodyBlock {
    width: 90%;
    max-width: unset;
  }
  .wmvf__thankyouBody__phoneRow {
    text-align: left;
    margin: 25px 0 25px 0;
  }
  .wmvf__body {
    width: 90%;
    padding: 34px 0px 45px 0px;
  }
  .wmvf__body__buttonRow--button {
    margin: 0 auto;
  }
  #selfCredit-mobile {
    width: 547px;
  }
}

/* mobile sizes */
@media only screen and (max-width: 600px) {
  .wmvf-michael {
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/PeopleOnPorch-Mobile.png");
  }
  .wmvf-tim {
    background-position-y: 34%;
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/wmvfTim--mobile.png");
  }
  .wmvf-coupleCouch {
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/CoupleCouch-mobile.png");
    background-position-y: top;
  }
  .wmvf__head__blueBar {
    height: 10px;
  }
  .wmvf__desktop {
    display: none;
  }
  .wmvf__tablet {
    display: block;
  }
  .wmvf__hero {
    height: 171px;
  }
  .wmvf__hero__box--tablet {
    padding: 29px 0px;
  }
  .wmvf__hero__box__head {
    margin: 0px 0 30px 0;
  }
  .wmvf__hero__box__head--title {
    text-align: center;
    font-size: 22px;
    margin: 0 0 19px 0px;
  }
  .wmvf__hero__box__head--subTitle {
    text-align: center;
    font-size: 18px;
  }
  .wmvf__hero__box__form__input > span {
    font-size: 16.5px;
  }
  .wmvf__hero__box__form__input > input {
    min-width: 241px;
    width: 80%;
    height: 41px;
    text-indent: 5px;
    font-size: 16px;
  }
  .wmvf__hero__box__form__input > select {
    min-width: 241px;
    width: 80%;
    height: 41px;
    text-indent: 5px;
    font-size: 16px;
  }
  #selfCredit-mobile {
    min-width: 241px;
  }
  .wmvf__hero__box__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wmvf__hero__box__form__input {
    margin: 12px auto 16px auto;
  }
  .wmvf__tablet--positionBox {
    width: 90%;
  }
  .wmvf__hero__box__buttonRow--button {
    margin: 17px auto 24px auto;
    width: 143px;
    font-size: 17.5px;
    height: 38px;
    line-height: 33px;
  }
  .wmvf__hero__box__buttonRow--buttonBigger {
    margin: 17px auto 24px auto;
    width: 239px;
    font-size: 17.5px;
    height: 40px;
    line-height: 33px;
  }
  .mobileFlip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wmvf__head {
    height: 150px;
  }
  .wmvf__head__bar {
    max-width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 0 auto;
  }
  .wmvf__head__bar--phone {
    margin: 18px auto 18px auto;
    font-size: 16px;
  }
  .wmvf__head__bar--logo {
    height: 67px;
    width: 225px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/WintrustMortgageLogo_225x67.png");
    margin: 18px auto 0 auto;
  }
  /* web-242 mobile styles */
  .wmvf__tablet--scheduleBox {
    width: 90%;
    margin: 0px auto 0 auto;
  }
  .wmvf__hero__box__scheduleHead--title {
    font-size: 28px;
    text-align: center;
    margin: 0 0 17px 0;
    line-height: 36px;
  }
  .wmvf__hero__box__scheduleHead--titleV2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 17px 0;
    line-height: 36px;
  }
  .wmvf__hero__box__scheduleHead--subTitle {
    font-size: 18px;
    text-align: center;
    margin: 0 15px 25px 15px;
  }
  .wmvf__hero__box__buttonRow--scheduleButton {
    margin: 0 auto;
    height: 40px;
    width: 197px;
    font-size: 17.5px;
    line-height: 34px;
  }
  .wmvf__available__box {
    width: 90%;
    margin: 27px auto 27px auto;
  }
  .wmvf__available__box--title {
    font-size: 21px;
    text-align: center;
  }
  .wmvf__available__box--subtitle {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
  }
  .wmvf__available__box--subButtonText {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
  }
  .wmvf__available__box__buttonRow {
    margin: 0 auto;
    width: 204px;
  }
  .wmvf__available__box__buttonRow--button {
    width: 204px;
    height: 46px;
    font-size: 16.5px;
    margin: 0 auto;
  }
  .wmvf__thankyouHero {
    height: 185px;
    background-image: url("/App_Themes/VeteransFirst/assets/images/wmvf/wmvfThankYouHero--mobile.png");
  }
  .wmvf__thankyouBody {
    padding: 24px 0;
  }
  .wmvf__thankyouBody--bodyBlock {
    width: 90%;
    max-width: unset;
  }
  .wmvf__thankyouBody--title {
    font-size: 24px;
    text-align: center;
  }
  .wmvf__thankyouBody--blueLine {
    margin: 10px auto 15px auto;
  }
  .wmvf__thankyouBody--copy {
    font-size: 15px;
    text-align: center;
  }
  .wmvf__thankyouBody__buttonRow {
    margin: 20px auto 20px auto;
  }
  .wmvf__thankyouBody__buttonRow--button {
    width: 198px;
    height: 50px;
    font-size: 15px;
    line-height: 48px;
  }
  .wmvf__thankyouBody__phoneRow {
    text-align: center;
    margin: 25px 0 25px 0;
  }
  .wmvf__thankyouBody__phoneRow--phone {
    font-size: 24px;
  }
  .wmvf__phone--blue {
    font-size: 24px;
  }
  .wmvf__body {
    width: 90%;
    padding: 32px 0px 32px 0px;
  }
  .wmvf__body__copySection {
    font-size: 15px;
    margin: 0 0 26px 0;
  }
  .wmvf__body__buttonRow--button {
    margin: 0 auto;
    width: 198px;
    height: 50px;
    font-size: 16px;
  }
  .wmvf__body__copySection__list {
    margin: 0 0 0 18px;
  }
  .wmvf__body__copySection__list--item {
    font-size: 15px;
    margin: 0 0 3px 0;
  }
}

.insights {
  width: 100%;
  max-width: 955px;
  margin: 11px auto 12px auto;
}

@media (max-width: 1170px) {
  .insights {
    margin: 0px auto 12px auto;
    max-width: 634px;
  }
}

@media (max-width: 700px) {
  .insights {
    margin: 7px auto -21px auto;
    min-width: 267px;
    width: 90%;
  }
}

.insightsThankYou {
  width: 100%;
  max-width: 1116px;
  margin: 11px auto 12px auto;
}

@media (max-width: 1170px) {
  .insightsThankYou {
    margin: 0px auto 12px auto;
    max-width: 86%;
  }
}

@media (max-width: 700px) {
  .insightsThankYou {
    margin: 7px auto -21px auto;
    min-width: 267px;
    width: 90%;
  }
}

.insights__spacer {
  width: 100%;
  height: 54px;
}

@media (max-width: 1170px) {
  .insights__spacer {
    height: 40px;
  }
}

@media (max-width: 700px) {
  .insights__spacer {
    height: 18px;
  }
}

.insightsThankYou__spacer {
  width: 100%;
  height: 35px;
}

@media (max-width: 1170px) {
  .insightsThankYou__spacer {
    height: 35px;
  }
}

@media (max-width: 700px) {
  .insightsThankYou__spacer {
    height: 18px;
  }
}

.insights__headline {
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin: 0px 0 42px 0;
}

@media (max-width: 1170px) {
  .insights__headline {
    font-size: 40px;
    margin: 0px 0 19px 0;
  }
}

@media (max-width: 700px) {
  .insights__headline {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px 0 21px 0;
  }
}

.insights__tagline {
  font-family: 'Open Sans';
  font-size: 21px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
  margin: 0 0 28px 0;
}

@media (max-width: 1170px) {
  .insights__tagline {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .insights__tagline {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 22px 0;
  }
}

.insights__tagline > b {
  font-weight: 800;
}

.insights__tagline > a {
  text-decoration: none;
  color: #00427a;
  font-weight: 600;
}

.insights__phoneBox {
  font-family: 'Open Sans';
  font-size: 26px;
  font-weight: 900;
  color: #00427a !important;
  line-height: 29px;
}

@media (max-width: 1170px) {
  .insights__phoneBox {
    font-size: 21px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .insights__phoneBox {
    font-size: 16px;
    line-height: 22px;
  }
}

.insights__phoneBox > a {
  color: #00427a !important;
}

.referral__hero {
  width: 100%;
  max-width: 1920px;
  height: 613px;
  background-color: #ffffff;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

@media (max-width: 1170px) {
  .referral__hero {
    height: 450px;
    background-position-x: 26%;
  }
}

@media (max-width: 700px) {
  .referral__hero {
    height: 300px;
  }
}

.ReferAFriendHero {
    background-image: url("/getmedia/6d472d0b-1b78-4cb2-a4fe-8a89d5f02717/ReferAFriendHero-desktop.png");
}

@media (max-width: 700px) {
    .ReferAFriendHero {
        background-image: url("/getmedia/412144c4-13da-4942-af2b-060a31971966/ReferAFriendHero-mobile.png");
    }
}

.referral {
  width: 90%;
  max-width: 1160px;
  margin: 52px auto 2px auto;
}

@media (max-width: 1170px) {
  .referral {
    width: 90%;
    margin: 32px auto 32px auto;
  }
}

.referral__thankyou__single {
  width: 90%;
  max-width: 1160px;
  margin: 52px auto 0px auto;
}

@media (max-width: 1170px) {
  .referral__thankyou__single {
    width: 90%;
    margin: 32px auto 32px auto;
  }
}

.referral__headline--title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 48px;
  text-align: center;
  color: #333333;
  font-weight: 300;
  line-height: 58px;
  margin: 0 0 55px 0;
}

@media (max-width: 1170px) {
  .referral__headline--title {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 55px 0;
  }
}

@media (max-width: 700px) {
  .referral__headline--title {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 32px 0;
  }
}

.referral__headline--copy {
  font-family: 'Open Sans';
  font-size: 29px;
  text-align: center;
  color: #333333;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 44px 0;
}

@media (max-width: 1170px) {
  .referral__headline--copy {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .referral__headline--copy {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 32px 0;
  }
}

.referral__headline--copy--small > a {
  color: #00427a;
  text-decoration: underline;
}

.referral__headline--copy--small {
  font-family: 'Open Sans';
  font-size: 18px;
  text-align: center;
  color: #333333;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 44px 0;
  max-width: 1156px;
}

@media (max-width: 1170px) {
  .referral__headline--copy--small {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .referral__headline--copy--small {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 32px 0;
  }
}

.referral__form {
  margin: 0 0 20px 0;
}

.referral__form--headline {
  font-family: 'Open Sans';
  font-size: 26px;
  text-align: left;
  color: #333333;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 19px 0;
}

@media (max-width: 700px) {
  .referral__form--headline {
    font-size: 22px;
  }
}

.referral__form__inputs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 8px 0;
}

.referral__form__inputs__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 28px 0;
}

@media (max-width: 700px) {
  .referral__form__inputs__input {
    margin: 0 0 24px 0;
  }
}

.referral__form__inputs__input > label {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  text-align: left;
  margin: 0 0 17px 0;
  font-family: 'Open Sans';
}

@media (max-width: 700px) {
  .referral__form__inputs__input > label {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
}

.referral__form__inputs__input > input {
  width: 100%;
  height: 56px;
  border: solid 2px #333333;
  margin: 0 0 0 0;
  font-size: 18px;
  text-indent: 16px;
  font-family: 'Open Sans';
}

@media (max-width: 700px) {
  .referral__form__inputs__input > input {
    font-size: 15px;
  }
}

.referral__form__inputs__input > select {
  width: 100%;
  height: 56px;
  border: solid 2px #333333;
  margin: 0 0 0 0;
  font-size: 18px;
  text-indent: 16px;
  font-family: 'Open Sans';
}

@media (max-width: 700px) {
  .referral__form__inputs__input > select {
    font-size: 15px;
  }
}

/* valid input styles */
.validReferralInput > label {
  /*color: #00427a;*/
}

.validReferralInput > input {
  color: #00427a;
  border: solid 2px #00427a;
  font-weight: 600;
}

.validReferralSelect > select {
  color: #00427a;
  border: solid 2px #00427a;
  font-weight: 600;
}

/* error input styles */
.invalidReferralSelect > select {
  color: #bd1b21;
  border: solid 2px #bd1b21;
  font-weight: 600;
}

.inValidReferralInput > input {
  color: #bd1b21;
  border: solid 2px #bd1b21;
  font-weight: 600;
}

/* email form styles */
.referral__form__emailMessage {
  margin: 0 0 50px 0;
}

.referral__form__emailMessage--headline {
  font-family: 'Open Sans';
  font-size: 26px;
  text-align: left;
  color: #333333;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 20px 0;
}

@media (max-width: 700px) {
  .referral__form__emailMessage--headline {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
}

.referral__form__emailMessage--outerBlock {
  background-color: #f0f0f0;
  width: 95%;
  padding: 35px 30px;
}

@media (max-width: 700px) {
  .referral__form__emailMessage--outerBlock {
    width: 110%;
    padding: 15px 9px;
    margin-left: -5.5%;
    min-width: 320px;
  }
}

.referral__form__emailMessage--outerBlock > p {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #333333;
  margin: 0 0 24px 0;
  width: 93%;
}

@media (max-width: 700px) {
  .referral__form__emailMessage--outerBlock > p {
    font-size: 15px;
    line-height: 22px;
    width: 80%;
    margin: 0 auto 9px 0;
  }
}

.referral__form__emailMessage--outerBlock > b {
  font-weight: 700;
}

.referral__form__emailMessage--outerBlock > p > a {
  color: #333333;
  text-decoration: underline;
  cursor: pointer;
}

.referral__form__emailMessage--innerBlock {
  background-color: #ffffff;
  width: 96%;
  margin: 0 auto 26px auto;
  padding: 25px 24px 25px 24px;
  height: 162px;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-family: 'Open Sans';
}

@media (max-width: 1170px) {
  .referral__form__emailMessage--innerBlock {
    height: 183px;
  }
}

@media (max-width: 700px) {
  .referral__form__emailMessage--innerBlock {
    margin: 16px auto 13px auto;
    min-width: 274px;
    font-size: 15px;
    line-height: 22px;
    height: 183px;
  }
}

.referral__form__emailMessage--innerBlock > p {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #333333;
  margin: 0 0 24px 0;
}

@media (max-width: 700px) {
  .referral__form__emailMessage--innerBlock > p {
    font-size: 15px;
    line-height: 22px;
  }
}

/* loan guide form styles */
.referral__form__loanGuide {
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 175px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1170px) {
  .referral__form__loanGuide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 700px) {
  .referral__form__loanGuide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.referral__form__loanGuide--thumbnail {
  height: 175px;
  width: 150px;
  margin: 0 0 0 0;
  background-color: rebeccapurple;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/App_Themes/VeteransFirst/assets/images/Referral/VAHomeLoanGuideCover.png");
}

@media (max-width: 700px) {
  .referral__form__loanGuide--thumbnail {
    height: 129px;
    width: 102px;
  }
}

.referral__form__loanGuide__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 625px;
  margin: 0 0 0 0;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (max-width: 1170px) {
  .referral__form__loanGuide__address {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 139px;
  }
}

@media (max-width: 700px) {
  .referral__form__loanGuide__address {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}

.referral__form__loanGuide__address__top {
  margin: 0 0 0 0;
}

.referral__form__loanGuide__address__input {
  height: 56px;
  border: solid 2px #333333;
  margin: 0 0 0 0;
  font-size: 18px;
  text-indent: 16px;
  font-family: 'Open Sans';
  font-weight: 600;
}

.referral__address__input--error {
  border: solid 2px #bd1b21;
  font-weight: 600;
}

.referral__address__input--error::-webkit-input-placeholder {
  color: #bd1b21;
}

.referral__address__input--error:-moz-placeholder {
  color: #bd1b21;
}

.referral__address__input--error::-moz-placeholder {
  color: #bd1b21;
}

.referral__address__input--error:-ms-input-placeholder {
  color: #bd1b21;
}

.referral__address__input--error::placeholder {
  color: #bd1b21;
}

.refereeStreetInput {
  width: 100%;
}

@media (max-width: 700px) {
  .refereeStreetInput {
    margin: 0 0 15px 0;
  }
}

.refereeCityInput {
  width: 319px;
}

@media (max-width: 700px) {
  .refereeCityInput {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.refereeStateInput {
  width: 71px;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .refereeStateInput {
    width: 47%;
    margin: 0 0 15px 0;
  }
}

.refereeZIPInput {
  width: 205px;
  margin: 0 0 0 10px;
}

@media (max-width: 1170px) {
  .refereeZIPInput {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 700px) {
  .refereeZIPInput {
    width: 47%;
    margin: 0 0 15px 0;
  }
}

.referral__form__loanGuide__address__bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 700px) {
  .referral__form__loanGuide__address__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.referral__form__loanGuide__address__bottom--mobile {
  display: block;
}

@media (max-width: 700px) {
  .referral__form__loanGuide__address__bottom--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.referral__form__loanGuide__copy--desktop {
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 350px;
  padding: 10px 0 10px 0;
}

@media (max-width: 1170px) {
  .referral__form__loanGuide__copy--desktop {
    display: none;
  }
}

@media (max-width: 700px) {
  .referral__form__loanGuide__copy--desktop {
    display: none;
  }
}

.referral__form__loanGuide__mobileHandler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1170px) {
  .referral__form__loanGuide__mobileHandler {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 28px 0;
  }
}

@media (max-width: 700px) {
  .referral__form__loanGuide__mobileHandler {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.referral__form__loanGuide__copy--mobile {
  display: none;
}

@media (max-width: 1170px) {
  .referral__form__loanGuide__copy--mobile {
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 415px;
    padding: 10px 0 10px 0;
    margin: 0 0 0 25px;
  }
}

@media (max-width: 700px) {
  .referral__form__loanGuide__copy--mobile {
    min-width: 152px;
    margin: 0 0 0 14px;
    width: 54%;
    padding: 0px 0 0px 0;
  }
}

.referral__form__loanGuide__copy--headline {
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  color: #333333;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0 0 20px 0;
}

@media (max-width: 700px) {
  .referral__form__loanGuide__copy--headline {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 11px 0;
  }
}

.referral__form__loanGuide__copy--tag {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #333333;
  font-family: 'Open Sans';
}

@media (max-width: 700px) {
  .referral__form__loanGuide__copy--tag {
    font-size: 15px;
    line-height: 22px;
  }
}

/* Button styles */
.referral__form__buttonRow {
  width: 100%;
  margin: 0 0 52px 0;
  display:flex;
  justify-content:center;
}

.referral__form__buttonRow--button {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    max-width: 246px;
    height: 51px;
    line-height: 51px;
    background-color: #00427a;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 auto 0 auto;
    cursor: pointer;
    font-family: 'Open Sans';
    text-transform: uppercase;
    min-width: 200px;
    width: 100%;
}

/* Privacy Policy styles */
.referral__form__privacyPolicy {
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 23px;
  color: #333333;
  margin: 0 0 50px 0;
}

@media (max-width: 1170px) {
  .referral__form__privacyPolicy {
    margin: 0 0 50px 0;
  }
}

@media (max-width: 700px) {
  .referral__form__privacyPolicy {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 37px 0;
  }
}

.referral__form__privacyPolicy > a {
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 23px;
  color: #00427a;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

@media (max-width: 700px) {
  .referral__form__privacyPolicy > a {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Error box style*/
.referral__form__error {
  margin: 0 0 0 0;
  text-align: center;
  font-size: 20px;
  color: #bd1b21;
  font-family: 'Open Sans';
  margin: 0 0 52px 0;
  display: none;
}

@media (max-width: 1170px) {
  .referral__form__error {
    font-size: 20px;
  }
}

.referral__form__error > p {
  font-size: 20px;
}

@media (max-width: 1170px) {
  .referral__form__error > p {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .referral__form__error > p {
    font-size: 15px;
    line-height: 22px;
  }
}

.referral__form__error > p > a {
  font-weight: 700;
  text-decoration: underline;
  color: #bd1b21;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .referral__form__error > p > a {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .referral__form__error > p > a {
    font-size: 15px;
    line-height: 22px;
  }
}

.referral__heritage--bar {
  width: 354%;
  height: 1px;
  background-color: #c4c4c4;
  margin: 0 0% 50px -100%;
}

@media (max-width: 700px) {
  .referral__heritage--bar {
    display: none;
  }
}

.referral__heritage {
  width: 100%;
  margin: 0 0 60px 0;
}

@media (max-width: 700px) {
  .referral__heritage {
    margin: 0 0 45px 0;
  }
}

.referral__heritage__title {
  font-size: 48px;
  text-align: center;
  line-height: 48px;
  color: #333333;
  font-family: 'Montserrat';
  margin: 0 0 32px 0;
}

@media (max-width: 1170px) {
  .referral__heritage__title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 700px) {
  .referral__heritage__title {
    font-size: 26px;
    line-height: 36px;
  }
}

.referral__heritage__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1007px;
  margin: 0 auto 0 auto;
}

@media (max-width: 1170px) {
  .referral__heritage__row {
    max-width: 915px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 296px;
  }
}

@media (max-width: 700px) {
  .referral__heritage__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 279px;
  }
}

.referral__heritage__row__block {
  width: 296px;
  height: 350px;
}

@media (max-width: 1170px) {
  .referral__heritage__row__block {
    width: 296px;
    margin: 46px 0 0 0;
  }
}

@media (max-width: 700px) {
  .referral__heritage__row__block {
    width: 279px;
    margin: 40px 0 0 0;
    height: 260px;
  }
}

.referral__heritage__row__block__blueCircle {
  height: 181px;
  width: 181px;
  border: solid 7px #2f78b6;
  -webkit-border-radius: 90px;
     -moz-border-radius: 90px;
          border-radius: 90px;
  margin: 0 auto 42px auto;
}

@media (max-width: 1170px) {
  .referral__heritage__row__block__blueCircle {
    margin: 0 auto 39px auto;
  }
}

@media (max-width: 700px) {
  .referral__heritage__row__block__blueCircle {
    height: 144px;
    width: 144px;
    border: solid 5px #2f78b6;
    margin: 0 auto 30px auto;
  }
}

.referral__heritage__row__block__blueCircle--inner {
  color: #2f78b6;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
}

.referral__heritage__row__block--copy {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-family: 'Open Sans';
}

@media (max-width: 700px) {
  .referral__heritage__row__block--copy {
    font-size: 15px;
    line-height: 21px;
  }
}

.onehundredEighty {
  font-size: 56px;
  line-height: 166px;
  letter-spacing: -3.39px;
}

@media (max-width: 700px) {
  .onehundredEighty {
    font-size: 47px;
    line-height: 136px;
  }
}

.thirtyYears {
  font-size: 42px;
  line-height: 39px;
  margin-top: 42px;
  letter-spacing: -2.49px;
}

@media (max-width: 700px) {
  .thirtyYears {
    font-size: 36px;
    line-height: 31px;
    margin-top: 36px;
  }
}

.APlus {
  font-size: 58px;
  line-height: 159px;
  margin: 0 0px 0 14px;
  letter-spacing: -3.39px;
}

@media (max-width: 700px) {
  .APlus {
    font-size: 49px;
    line-height: 128px;
    margin: 0 0px 0 9px;
  }
}

.referral__headline__thankyou--copy > p {
  font-family: 'Open Sans';
  font-size: 18px;
  text-align: center;
}

.referral__headline__thankyou--copy > p > a {
  font-family: 'Open Sans';
  font-size: 18px;
  color: #00427a;
  text-decoration: underline;
}

#referalErrorZone {
  display: none;
}

.referral__form__emailMessage--counter {
  position: relative;
  top: -25px;
  width: 96%;
  font-size: 12px;
  font-family: 'Open Sans';
  text-align: right;
}

@media (max-width: 700px) {
  .referral__form__emailMessage--counter {
    top: -15px;
    width: 96%;
  }
}

.referral__thankyou {
  margin: 55px 0 55px 0;
}

@media (max-width: 1170px) {
  .referral__thankyou {
    margin: 48px 0 48px 0;
  }
}

@media (max-width: 700px) {
  .referral__thankyou {
    margin: 40px 0 40px 0;
  }
}

@media only screen and (min-width: 1171px) and (max-width: 1277px) {
  .referral__form__loanGuide__copy--desktop {
    width: 250px;
  }
}
.TopSpacer {
    padding-top: 142px;
}

/*.grecaptcha-badge {
    position: fixed;
    bottom: initial;

    @include is-tablet {
        bottom: initial;
    }

    @include is-mobile {
        bottom: 50px !important;
    }
}*/
.showVideo {
    display: contents !important;
}
.hideVideo{
    display:none !important;
}
.inlineYTClose {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
    .inlineYTClose::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .inlineYTClose::after {
        content: "\F00D";
        display: block;
        color: #ffffff;
        font-size: 15px;
        font-family: FontAwesome;
        width: 100%;
        height: 100%;
        line-height: 20px;
        text-align: center;
        padding-left: 1px;
        position: relative;
        bottom: 18px;
    }

.play-button:hover::before {
    background-color: #c79e51;
    border-color: #c79e51;
}

.play-button:active::after {
    border-left-color: #ffffff;
}
.quickLinkNav:hover{
    cursor:pointer;
}

button[disabled] {
    background-color: var(--VF_CHARCOAL);
}

.radio-group {
    display: flex;
    gap: 40px;
    margin: 0 0 20px 0;
    justify-content: center;
}

.radio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .radio-item input[type="radio"] {
        width: 30px !important;
        height: 30px !important;
        cursor: pointer;
    }

.has-error label {
    color: #ca0a37 !important;
    font-weight: bold;
    font-size: 16px;
}

.input-validation-error {
    color: #ca0a37;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

.vf-radio-input:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    border: 2px solid #FFFFFF !important;
    outline: 1px solid #c1c1c1 !important;
    border-radius: 50% !important;
    cursor: pointer;
    overflow: visible;
    background-color: #c79e51 !important;
}

.has-error > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #ca0a37 !important;
    border-radius: 50% !important;
    cursor: pointer;
}

.radio-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
}