/* input(9661,26): run-time error CSS1035: Expected colon, found 'height' */
:root {
    --VF_GOLD: #c79e51;
    --VF_CHARCOAL: #333333;
    --VF_WHITE: white;
    --VF_BLACK: black;
    --VF_PRIMARY_FONT_FAMILY: 'Montserrat', sans-serif;
    --VF_SECONDARY_FONT_FAMILY: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf?v=kphyUqyFkvVLC2H4Yng8UzPdL8g') format('truetype-variations');
    font-weight: 200 700; 
    font-stretch: 75% 125%; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf?v=kphyUqyFkvVLC2H4Yng8UzPdL8g') format('truetype-variations');
    font-weight: 200 700; 
    font-stretch: 75% 125%; 
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf?v=kphyUqyFkvVLC2H4Yng8UzPdL8g') format('truetype-variations');
    font-weight: 200 700; 
    font-stretch: 75% 125%; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf?v=kphyUqyFkvVLC2H4Yng8UzPdL8g') format('truetype-variations');
    font-weight: 200 700; 
    font-stretch: 75% 125%; 
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf?v=kphyUqyFkvVLC2H4Yng8UzPdL8g') format('truetype-variations');
    font-weight: 100 900; 
    font-stretch: 75% 125%; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-VariableFont_wdth,wght.ttf?v=kphyUqyFkvVLC2H4Yng8UzPdL8g') format('truetype-variations');
    font-weight: 100 900; 
    font-stretch: 75% 125%; 
    font-style: italic;
    font-display: swap;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('../fonts/fontawesome-webfont.eot?v=zjPw-sku1hiDw2QdNGKMqVojV94&v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?v=zjPw-sku1hiDw2QdNGKMqVojV94&#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=zjPw-sku1hiDw2QdNGKMqVojV94&v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=zjPw-sku1hiDw2QdNGKMqVojV94&v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=zjPw-sku1hiDw2QdNGKMqVojV94&v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=zjPw-sku1hiDw2QdNGKMqVojV94&v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

*,
*: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 {    
    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 {
    object-fit: 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;
}



.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;
}


.Hide {
    display: none;
}
.hide {
    display: none;
}
.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;
}

.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;
    }

/*footer*/
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: 545px;
    }
}

.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;
}
.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;
}


.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;
}

@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 *:not(.no-vertical-alignment),
.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;
}



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;
}

.showTablet {
    display: none !important;
}

@media (max-width: 1170px) {
    .showTablet {
        display: inline-block !important;
    }
}

@media (max-width: 700px) {
    .showTablet {
        display: inline-block !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");
}

.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: -10px;
        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: 28px;
    }

.inlineYTCloseSmall {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .inlineYTCloseSmall::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);
    }

    .inlineYTCloseSmall::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;
    }

.play-button:hover::before {
    background-color: #c79e51;
    border-color: #c79e51;
}

.play-button:active::after {
    border-left-color: #ffffff;
}

.quickLinkNav:hover {
    cursor: pointer;
}
.employee-bio-page > .hero-containe {
    min-height: unset !important;
}
#heroBackground{
    min-height:500px;
}
.bioHero {
    height: 500px;
    padding: 126px 0 68px;
}
.bioHero > .table{
    bottom:100px;
}
.employee-detail > h2 {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
}
.employee-detail > p > span {
    color: white;
}
.employee-detail__positionFix {
    padding-left: 480px;
    padding-bottom: 0px;
}
.employee-detail__positionFix > .employee-detail {
     text-align:left;   
}
@media (max-width: 1170px) {
    #heroBackground {
        min-height: 390px;
    }
    .bioHero {
        max-height: 391px;
        height: 391px;
        padding: 82px 0 54px;
    }
        .employee-detail__positionFix {
        padding-left: 390px;
        padding-bottom: 0px;
    }
    .employee-detail > h2 {
        margin-bottom: 5px;
    }
    .bioHero > .table {
        bottom: 45px;
    }
}
@media (max-width: 700px) {
    #heroBackground {
        display:none;
    }
}
.optionalFormRow{
    display:flex;
    flex-direction:row;
}
.optionalText {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    margin-left: 5px;
    vertical-align: top !important;
    text-indent: 7px;
    line-height: 48px;
}
@media (max-width: 700px) {
    .optionalText {
        text-indent: 4px;
        line-height: 51px;
    }
}
.TopSpacer {
    padding-top: 142px;
}

/*.grecaptcha-badge {
    position: fixed;
    bottom: initial;

    @include is-tablet {
        bottom: initial;
    }

    @include is-mobile {
        bottom: 50px !important;
    }
}*/


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;
}

.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;
}

.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;
}
.onetrustBtn_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: fit-content;
    margin: 30px auto 25px auto;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('head/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('head/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('head/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('head/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('head/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

h2 {
    text-align: center;
}

h3 {
    margin-top: 55px;
}
.homebullet {
    margin-bottom: 46px;
}

    .homebullet > li {
        padding-left: 30px;
        position: relative;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 4px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color:#666666;
    }
@media (max-width: 700px) {
    .homebullet > li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 7px;
        padding-left: 27px;
    }
}
.checkmark > li {
    color: #666666;
}
.homebullet > 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;
}

.homePositionFix {
    margin: 24px 0;
}

p {
    margin-bottom: 21px;
}

.imagetopfix {
    margin-top: 55px;
}

.imageBottomFix {
    margin-top: 55px;
}

.homeBottomSpace {
    margin: 0 0 55px 0;
}

.homeOrderedBullet {
    margin-bottom: 46px;
    list-style-type: decimal;
    list-style-position: inside;
}

    .homeOrderedBullet > li {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 4px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #666666;
    }

        .homeOrderedBullet > li::marker {
            unicode-bidi: isolate;
            font-variant-numeric: tabular-nums;
            text-transform: none;
            text-indent: 0px !important;
            text-align: start !important;
            text-align-last: start !important;
        }

        .homeOrderedBullet > li:before {
            content: '';
            display: inline-block;
            width: 6px;
        }
@media (max-width: 700px) {
    .homeOrderedBullet > li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 7px;
    }
}
    .homeTitleCenter {
        text-align: center;
        margin-top: 101px;
        margin-bottom: 101px;
    }

    .heritage-speaks > h2, h1 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 17px;
    }
    /* h3{
    margin-top:55px;
} */
    .bulletFix {
        margin-bottom: 46px;
    }

        .bulletFix > li {
            padding-left: 30px;
            position: relative;
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 4px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            color: #666666;
        }

            .bulletFix > li::target-text {
                color: #333333 !important;
            }

            .bulletFix > 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;
            }

            .bulletFix > li > a {
                text-decoration: none;
            }

    @media (max-width: 700px) {
        .bulletFix > li {
            font-size: 13px;
            line-height: 23px;
            margin-bottom: 7px;
            padding-left: 27px;
        }
    }

    .homePositionFix {
        margin: 24px 0;
    }

    p {
        margin-bottom: 21px;
        color: #666666;
    }

        p.error {
            color: #ca0a37;
        }

    .imagetopfix {
        margin-top: 55px;
    }

    .imageBottomFix {
        margin-top: 55px;
    }

    .homeBottomSpace {
        margin: 0 0 55px 0;
    }

    .orderedBulletFix {
        margin-bottom: 46px;
        list-style-type: decimal;
        list-style-position: inside;
    }

        .orderedBulletFix > li {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 4px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            color: #666666;
        }

    @media (max-width: 700px) {
        .orderedBulletFix > li {
            font-size: 13px;
            line-height: 23px;
            margin-bottom: 7px;
            color: #666666;
        }
    }

    .orderedBulletFix > li::marker {
        unicode-bidi: isolate;
        font-variant-numeric: tabular-nums;
        text-transform: none;
        text-indent: 0px !important;
        text-align: start !important;
        text-align-last: start !important;
    }

    .orderedBulletFix > li:before {
        content: '';
        display: inline-block;
        width: 6px;
    }

    .buyahomeHeightFix {
        height: fit-content;
    }
    /* .tile{
    height:258px;
} */
    .whatIsVALoanHeightFix {
        height: fit-content;
    }

    .lightGray {
        background-color: #f4f4f4;
    }

    .column__image__text {
        width: 265px;
    }

    .consolidationTextFix {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .consolidationTextFix > h4 {
            font-size: 20px !important;
            line-height: 23px !important;
        }

        .consolidationTextFix > img {
            margin-bottom: 10px;
        }

    .titleBlockH3Fix > h3 {
        margin-top: 0px !important;
    }

    .marginbottomFix {
        margin-bottom: 55px;
    }

    .vaCashOutTiles > .tiles > .tile {
        height: 190px;
    }

    .debtConsolidationTiles > .tiles > .tile {
        height: 208px;
    }

    #page-content .refinance-page .how-much-is-the-fee {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .how-much-is-the-fee {
        width: auto;
        margin: 0 auto;
    }

    @media only screen and (max-width: 700px) {
        .vaCashOutTiles > .tiles > .tile {
            height: 141px;
        }

            .vaCashOutTiles > .tiles > .tile > img {
                position: absolute;
                top: 50%;
                left: 35%;
            }

        .how-much-is-the-fee {
            width: auto;
            margin: 0 auto;
        }
    }

    @media only screen and (min-width: 701px) and (max-width: 1170px) {
        .vaCashOutTiles > .tiles > .tile > img {
            position: absolute;
            top: 42%;
            left: 35%;
        }
    }

    .calculate__column {
        width: 92%;
        margin: 25px auto 20px;
    }

    .tile-infographic > .tile {
        padding: 25px 20px;
        margin-bottom: 34px;
        position: relative;
        min-height: 132px;
        background-color: white;
        border: 1px solid #707171;
    }

        .tile-infographic > .tile > .center {
            display: inline-block;
            width: 324px;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -162px;
            margin-top: -35px;
        }

        .tile-infographic > .tile > .left {
            width: calc(50% - 162px);
            position: relative;
            text-align: right;
        }

            .tile-infographic > .tile > .left > p {
                font-size: 15px;
                line-height: 24px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
            }

            .tile-infographic > .tile > .left > .title {
                display: block;
                font-size: 18px;
                line-height: 24px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                text-transform: uppercase;
                color: #000000;
            }

        .tile-infographic > .tile > .right {
            width: calc(50% - 162px);
            position: relative;
            float: right;
        }

            .tile-infographic > .tile > .right > .title {
                display: block;
                font-size: 18px;
                line-height: 24px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                text-transform: uppercase;
                color: #000000;
            }

    @media only screen and (max-width: 885px) {
        .tile-infographic > .tile {
            display: flex;
            flex-direction: column;
            padding: 20px 20px;
        }

            .tile-infographic > .tile > .center {
                position: relative;
                top: unset;
                left: unset;
                margin: auto;
                width: 100%;
            }

                .tile-infographic > .tile > .center > h4 {
                    margin-top: 0px;
                }

            .tile-infographic > .tile > .left {
                width: 100%;
            }

                .tile-infographic > .tile > .left > .title {
                    text-align: left
                }

                .tile-infographic > .tile > .left > p {
                    text-align: left
                }

            .tile-infographic > .tile > .right {
                width: 100%;
            }
    }

    @media only screen and (max-width: 700px) {
        .tile-infographic > .tile > .left > .title {
            font-size: 16px;
        }

        .tile-infographic > .tile > .left > p {
            font-size: 13px;
            line-height: 19px;
        }

        .tile-infographic > .tile > .right > .title {
            font-size: 16px;
        }
    }
    /*  */
    .fiveAdvantagesInfographic {
        height: auto;
        width: 100%;
    }

    .fiveAdvantagesInfographic__tiles {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 750px;
        margin: 0 auto;
        /* width: calc(33.3333% - 17px); */
    }

    .fiveAdvantagesInfographic__tiles--tile {
        height: 255px;
        width: 223px;
        background-color: white;
        border: 1px solid #8a8b8b;
        margin-right: 25px;
        margin-bottom: 25px;
        position: relative;
        text-align: center;
        padding: 0 20px;
    }

        .fiveAdvantagesInfographic__tiles--tile > img {
            height: 60px;
            width: 60px;
            margin-top: 20px;
            max-height: 60px;
        }

        .fiveAdvantagesInfographic__tiles--tile > h4 {
            font-weight: 300;
            font-size: 25px;
            line-height: 30px;
            color: #333333;
        }

        .fiveAdvantagesInfographic__tiles--tile:first-child {
            background-color: #333333 !important;
        }

    .fiveAdvantagesInfographic__tiles :first-child > h4 {
        margin-top: 85px;
        color: white !important;
    }

    @media only screen and (max-width: 880px) {
        .fiveAdvantagesInfographic__tiles {
            width: 304px;
            /* width: calc(33.3333% - 17px); */
        }

        .fiveAdvantagesInfographic__tiles--tile {
            height: 180px;
            /* width: calc(50% - 13px); */
            margin-right: 20px;
            padding: 0 10px;
            width: 132px;
        }

            .fiveAdvantagesInfographic__tiles--tile > h4 {
                font-size: 15px;
                line-height: 20px;
            }

            .fiveAdvantagesInfographic__tiles--tile > img {
                height: 38px;
                width: 38px;
                margin-top: 20px;
                max-height: 38px;
            }

        .fiveAdvantagesInfographic__tiles :first-child > h4 {
            margin-top: 58px;
        }
    }
    /*  */

    @media only screen and (min-width: 1170px) {
        .tile-infographic > .tile > .center > h4 {
            font-weight: 400 !important;
            font-size: 33px !important;
            line-height: 43px;
            margin-top: 14px;
            margin-bottom: 5px;
        }

        .tile-infographic > .tile > .center {
            width: 270px;
            margin-left: -135px;
        }

        .tile-infographic > .tile > .left {
            width: calc(50% - 135px);
        }

            .tile-infographic > .tile > .left > p {
                font-size: 18px;
                line-height: 21px;
            }
    }

    @media only screen and (min-width: 700px) (max-width: 1169px) {
        .tile-infographic > .tile > .left > p {
            font-size: 15px;
            line-height: 21px;
        }

        .tile-infographic > .tile > .right > p {
            font-size: 15px;
            line-height: 21px;
        }
    }

    .contactOptions {
        width: 100%;
        height: auto;
        margin-bottom: 45px;
    }

    .contactOptionsRow {
        display: flex;
        flex-direction: row;
    }

    .contactOptionsRow__option {
        display: block;
        /* vertical-align: top; */
        border: 1px solid #e0e0e0;
        background: white;
        padding: 20px 15px 30px;
        max-width: 370px;
        min-width: 313px;
        width: auto;
        text-align: center;
        height: 278px;
        margin-right: 30px;
    }

        .contactOptionsRow__option > .image-wrap {
            height: 70px;
            width: 90px;
            margin: 0 auto 0px;
        }

        .contactOptionsRow__option > h5 {
            margin-top: 9px;
        }

    @media only screen and (max-width: 1170px) {
        .contactOptionsRow {
            display: flex;
            flex-direction: row;
        }

        .contactOptionsRow__option {
            width: 33%;
            padding: 15px 7px;
            margin-right: 15px;
            height: auto;
            max-width: unset;
            min-width: unset;
        }

            .contactOptionsRow__option > .image-wrap {
                height: 30px;
            }

                .contactOptionsRow__option > .image-wrap > img {
                    width: 40px;
                }

            .contactOptionsRow__option > p {
                font-size: 10px;
                line-height: 16px;
            }

            .contactOptionsRow__option > h5 {
                font-size: 21px;
                line-height: 31px;
            }
    }

    @media only screen and (max-width: 700px) {
        .contactOptions {
            width: 218px;
            height: auto;
            margin: 0 auto 15px auto;
        }

        .contactOptionsRow {
            flex-direction: column;
        }

        .contactOptionsRow__option {
            height: 170px;
            width: 218px;
            margin: 0 auto 30px auto;
        }

            .contactOptionsRow__option > .image-wrap > img {
                width: 40px;
            }

        .twoBoxHeightAdjust {
            max-height: 226px
        }
    }
    /*  */
    .contact-options {
        width: calc(100% + 60px);
        position: relative;
        margin-left: -30px;
        margin-bottom: 30px;
    }

        .contact-options > table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 30px;
            table-layout: fixed;
            display: table;
            height: 100%;
        }

        .contact-options > .table > .row {
            display: table-row;
        }

            .contact-options > .table > .row > .cell {
                display: table-cell;
                vertical-align: top;
                border: 1px solid #e0e0e0;
                background: white;
                padding: 20px 15px 30px;
            }
    /*  */
    .our-loan-centers {
        text-align: center;
    }

    .loan-center {
        margin-top: 38px;
    }

        .loan-center > p > span {
            display: block;
        }

    .timeline:before {
        content: '';
        width: 2px;
        height: 100%;
        background-color: black;
        position: absolute;
        top: 0;
        left: 50%;
    }

    .timeline {
        width: 100%;
        position: relative;
        padding: 50px 0 30px;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        box-sizing: border-box;
    }

    .heritage {
        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%);
    }

    .today {
        top: auto;
        bottom: 0;
        display: inline-block;
        position: absolute;
        left: 47%;
    }

    .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;
    }

    .timeline > .segment {
        position: relative;
        margin-bottom: 70px;
    }

        .timeline > .segment > .date {
        }

        .timeline > .segment:nth-child(odd) > .date {
            text-align: right;
        }

        .timeline > .segment > .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%;
        }

        .timeline > .segment > .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;
        }

    .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;
    }

    .timeline > .segment:after {
        clear: both;
        content: "";
        display: table;
    }

    .timeline > .segment > .copy:before {
        border: 26px solid transparent;
        border-right: 20px solid #dfdfdf;
        margin-top: -26px;
    }

    .timeline > .segment > .copy > .table {
        display: table;
        width: 100%;
        height: 100%;
    }

        .timeline > .segment > .copy > .table > .middle {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
        }

    .timeline > .segment > .copy:after {
        border: 24px solid transparent;
        border-right: 18px solid white;
        margin-top: -24px;
    }

    @media (min-width: 701px) {
        .timeline > .segment:nth-child(odd) > .date {
            text-align: right;
        }
    }


    /*More Than a Loan CSS*/
    @keyframes fadein {
        0% {
            opacity: 0;
            display: block;
        }

        50% {
            opacity: .5;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeout {
        0% {
            opacity: 1;
        }

        50% {
            opacity: .5;
            display: none
        }

        100% {
            opacity: 0;
        }
    }

    .mtalVideoOpen {
        animation: fadein;
        animation-duration: .25s;
        opacity: 1 !important;
        display: block !important;
    }

    .mtalVideoClose {
        animation: fadeout;
        animation-duration: .25s;
        opacity: 0 !important;
        display: none !important;
    }

    .inline-video-container {
        padding-top: 64px;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 76%;
        /* padding-bottom: 56.25%;*/
        max-width: 572px;
        width: auto;
        height: auto;
        justify-content: center;
        max-height: unset;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    @media (max-width: 700px) {
        .inline-video-container {
            padding-top: 0px;
            margin-bottom: 25px;
        }

        .videoWrapper {
            max-height: 276px
        }
    }
    /*Policy pages styles*/
    .policyAdjust {
        padding-top: 56px;
    }

        .policyAdjust > .constrain > h2 {
            text-align: left;
            margin-bottom: 17px;
        }

            .policyAdjust > .constrain > h2:not(:first-child) {
                margin-top: 47px;
            }

        .policyAdjust > .constrain > hr {
            border: 0;
            height: 1px;
            background-color: #ababab;
            margin-top: 48px;
        }

    @media (max-width: 1170px) {
        .policyAdjust {
            padding-top: 26px;
        }
    }
    /*Coe style*/
    .coeTop {
        margin-top: 56px;
    }

    .coeMid {
    }

        .coeMid > p {
            text-align: left;
        }

        .coeMid > ul {
            list-style: none;
            margin-bottom: 46px;
        }

            .coeMid > ul > li {
                padding-left: 30px;
                position: relative;
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 4px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                color: #666666;
                text-align: left;
            }

                .coeMid > ul > 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;
                }

    .coeBottom > h3 {
        text-align: left;
    }

    .coeBottom > p {
        text-align: left;
    }

    .coeBottom {
    }

    .ds_topSpace {
        margin-top: 40px;
    }

    .ShareLinks_center {
        display: flex;
        justify-content: center;
    }

    .ds_body > h2 {
        text-align: left;
        font-weight: 700;
        font-size: 33px;
    }

    /*inside page nav space*/
    .sixTabs > li {
        min-width: 16.6% !important;
    }

    .sevenTabs > li {
        min-width: 13.2% !important;
    }

    .expanded > .target {
        height: auto;
    }

    @media only screen and (max-width: 850px) {
        .reasons-infographic {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: scroll;
        }

            .reasons-infographic > li > div {
                width: 230px;
            }
    }

    .tab-content > li {
        padding-bottom: 0px;
    }

    .tabbed-content-container .tab-content > li {
        padding-bottom: 0px;
    }

    @media only screen and (max-width: 850px) {
        .five-benefits-infographic > .infographic-tiles-wrap > .tiles > .tile {
            height: 250px;
        }

            .five-benefits-infographic > .infographic-tiles-wrap > .tiles > .tile > img {
                position: absolute;
                top: 52%;
                left: 36%;
            }
    }

    .quick-facts-infographic > .infographic-tiles-wrap > .tiles > .tile {
        position: relative
    }

        .quick-facts-infographic > .infographic-tiles-wrap > .tiles > .tile > img {
            position: relative;
            top: 7%;
        }

    .quick-facts-infographic__hourGlass {
        margin-top: 25px !important;
    }

    @media only screen and (max-width: 700px) {
        .quick-facts-infographic__chartDown {
            margin-top: 18px !important;
        }
    }
.IsFixedLocation {
    position: fixed !important;
    top: 40px !important;
}
@media (max-width: 1170px) {
    .IsFixedLocation {
        top: 60px !important;
    }
}
@media (max-width: 700px) {
    .IsFixedLocation {
        top: 40px !important;
    }
}
/* _content/VeteransFirst/Views/Shared/Components/Header/Header.cshtml.rz.scp.css */
.vf-container[b-d5xvziwjyt] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}

/* Top black bar with phone number */
.vf-top-bar[b-d5xvziwjyt] {
    background-color: var(--VF_BLACK);
    color: var(--VF_WHITE);
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
    font-family: var(--VF_PRIMARY_FONT_FAMILY);
}

.vf-phone-number[b-d5xvziwjyt] {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}
    .vf-phone-number a[b-d5xvziwjyt] {
        text-decoration: none;
    }

    .vf-phone-number a:hover[b-d5xvziwjyt] {
        text-decoration: underline;
    }

/* Main navigation */
.vf-nav-container[b-d5xvziwjyt] {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.vf-main-nav[b-d5xvziwjyt] {
    background-color: var(--VF_WHITE);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

    .vf-main-nav .vf-container[b-d5xvziwjyt] {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 80px;
    }

.vf-navbar-brand[b-d5xvziwjyt] {
    display: flex;
    width: 250px;
    align-items: center;
    padding-bottom: 10px;
}

    .vf-navbar-brand img[b-d5xvziwjyt] {
        height: 45px;
    }

/* Desktop navigation */
.vf-desktop-nav[b-d5xvziwjyt] {
    display: flex;
    align-items: center;
}

.vf-nav-links[b-d5xvziwjyt] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

    .vf-nav-links li[b-d5xvziwjyt] {
        margin-left: 30px;
    }
    .vf-nav-links li:first-of-type[b-d5xvziwjyt] {
        margin-left: 5px;
    }

    .vf-nav-links a[b-d5xvziwjyt] {
        color: var(--VF_BLACK);
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        transition: color 0.3s;
        font-family: var(--VF_PRIMARY_FONT_FAMILY)
    }

        .vf-nav-links a:hover[b-d5xvziwjyt] {
            color: var(--VF_GOLD);
        }

.vf-cta-button[b-d5xvziwjyt] {
    background-color: var(--VF_GOLD);
    color: var(--VF_WHITE) !important;
    /*padding: 12px 20px;*/
    border-radius: 30px;
    margin-left: 15px;
    width: 240px;
    display: inline-block;
    text-align: center;
}

    .vf-cta-button:hover[b-d5xvziwjyt] {
        background-color: var(--VF_CHARCOAL);
        transition: background-color 0.3s;
    }

.vf-phone-icon[b-d5xvziwjyt] {
    display: none;
    margin-right: 5px;
    color: var(--VF_GOLD);
}

/* Mobile menu */
.vf-mobile-nav-menu[b-d5xvziwjyt] {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 24px;
}

/* Mobile menu toggle button */
.vf-mobile-menu-toggle[b-d5xvziwjyt] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;

}

    .vf-mobile-menu-toggle span[b-d5xvziwjyt] {
        display: block;
        width: 25px;
        height: 3px;
        background-color: var(--VF_BLACK);
        margin: 5px 0;
        transition: all 0.3s;
    }

        .vf-mobile-menu-toggle:hover span[b-d5xvziwjyt] {
            background-color: var(--VF_GOLD);
        }

/* Mobile navigation flyout */
.vf-mobile-nav[b-d5xvziwjyt] {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--VF_BLACK);
    z-index: 99;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: none;
}

    .vf-mobile-nav.active[b-d5xvziwjyt] {
        transform: translateX(0);
    }
    .vf-mobile-nav:hover[b-d5xvziwjyt] {
        color: var(--VF_PRIMARY_FONT_FAMILY);
    }

.vf-mobile-nav-links[b-d5xvziwjyt] {
    list-style: none;
    padding: 30px 20px 0;
    margin: 0;
}

    .vf-mobile-nav-links li[b-d5xvziwjyt] {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
        font-family: var(--VF_PRIMARY_FONT_FAMILY);
    }

    .vf-mobile-nav-links a[b-d5xvziwjyt] {
        color: var(--VF_WHITE);
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        display: block;
        transition: color 0.3s;
    }

        .vf-mobile-nav-links a:hover[b-d5xvziwjyt] {
            color: var(--VF_GOLD);
            transition: color 0.3s;
        }

/* Responsive styles */
@media (max-width: 1090px) {
    .vf-nav-links li:nth-child(4)[b-d5xvziwjyt] {
        display: none; /* Hide the START A LOAN button */
    }

    .vf-desktop-nav[b-d5xvziwjyt] {
        display: none;
    }

    .vf-mobile-menu-toggle[b-d5xvziwjyt] {
        display: block;
    }

    .vf-mobile-nav[b-d5xvziwjyt] {
        display: block;
    }

    .vf-navbar-brand[b-d5xvziwjyt] {
        width: 175px;
    }

        .vf-navbar-brand img[b-d5xvziwjyt] {
            vf-container height: 40px;
        }

    .vf-main-nav .vf-container[b-d5xvziwjyt] {
        height: 70px;
        justify-content: space-between;
    }
}

@media (max-width: 970px) {
    .vf-top-bar[b-d5xvziwjyt] {
        display: block;
    }

    .vf-phone-icon[b-d5xvziwjyt] {
        display: block;
    }
}

/* Active state for the mobile menu toggle */
.vf-mobile-menu-toggle.active span:nth-child(1)[b-d5xvziwjyt] {
    transform: rotate(45deg) translate(5px, 6px);
}

.vf-mobile-menu-toggle.active span:nth-child(2)[b-d5xvziwjyt] {
    opacity: 0;
}

.vf-mobile-menu-toggle.active span:nth-child(3)[b-d5xvziwjyt] {
    transform: rotate(-45deg) translate(5px, -6px);
}

.vf-mobile-menu-toggle.active span[b-d5xvziwjyt] {
    background-color: var(--VF_GOLD);
    
}

.vf-mobile-menu-toggle.active[b-d5xvziwjyt] {
    opacity: 0.5;
}

    .vf-mobile-menu-toggle.active:hover[b-d5xvziwjyt] {
        opacity: 1;
    }

#headerSpacer[b-d5xvziwjyt]{
    height:114px;
    width:100%;
}
/*.vf-top-bar__iconLink {
    display: none;
}*/
.vf-top-bar__iconLink[b-d5xvziwjyt] {
    display: block;
    height: 50px;
    width: 100%;
}
@media (min-width: 1091px) {
    .vf-top-bar__iconLink[b-d5xvziwjyt] {
        /*display: none;*/
    }
    .vf-phone-number__link[b-d5xvziwjyt] {
        display: block;
    }

    .vf-phone-number__link--mobile[b-d5xvziwjyt] {
        display: none;
    }
    .vf-phone-number__icon[b-d5xvziwjyt] {
        display: none;
    }
}
@media (max-width: 1090px) and (min-width:701px ) {
    .vf-top-bar[b-d5xvziwjyt]{
        height:60px;
    }
    .vf-phone-number__link[b-d5xvziwjyt] {
        display: block;
    }

    .vf-phone-number__link--mobile[b-d5xvziwjyt] {
        display: none;
    }
    .vf-top-bar__iconLink[b-d5xvziwjyt] {
        display: flex;
        height: 50px;
        width: 191px;
    }

    .vf-top-bar__iconLink__icon[b-d5xvziwjyt] {
        background-image: url("/getmedia/2eb67ab0-0b56-4542-bb21-d7f354390e16/VF_logo_white.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 46px;
        width: 191px;
    }
    .vf-phone-number__icon[b-d5xvziwjyt]{
        display:none;
    }
}
@media (max-width: 700px) {
    .vf-top-bar[b-d5xvziwjyt] {
        height: 40px;
    }
    .vf-container[b-d5xvziwjyt] {
        line-height: 30px;
    }
    .vf-phone-number__link[b-d5xvziwjyt] {
        display: none;
    }
    .vf-phone-number__link--mobile[b-d5xvziwjyt]{
        text-decoration:none;
        display:block;
    }
    .vf-top-bar__iconLink[b-d5xvziwjyt] {
        display: flex;
        height: 30px;
        width: 22px;
    }
    .vf-top-bar__iconLink__icon[b-d5xvziwjyt] {
        background-image: url("/getmedia/b68a7aa5-ce9a-49e0-937c-2fb10bb86235/logo-white-small-header.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 30px;
        width: 22px;
    }
    .vf-phone-number__icon[b-d5xvziwjyt] {
        display: block;
        margin: 8px 10px;
    }
    .vf-phone-number[b-d5xvziwjyt] {
        display: flex;
        flex-direction: row;
        margin-right: calc(50% - 50px);
    }
    #headerSpacer[b-d5xvziwjyt] {
        height: 70px;
    }
}
/* _content/VeteransFirst/Views/Shared/Components/Header/LandingHeader.cshtml.rz.scp.css */
.LandingHeader[b-s2o61q3r8e]{
    width:100%;
    background-color:#ffffff;
}
.LandingHeader__header[b-s2o61q3r8e] {
    height: 100px;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    padding-top:25px;
}
.LandingHeader__header__logo[b-s2o61q3r8e] {
    height: 64px;
    width: 250px;
    cursor:pointer;
}
.LandingHeader__header__phone[b-s2o61q3r8e] {
}
.LandingHeader__header__phone__number[b-s2o61q3r8e] {
    font-size: 18px;
    line-height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration:none;
    cursor:pointer;
}
@media (max-width: 700px) {
    .LandingHeader__header[b-s2o61q3r8e] {
        justify-content: center;
        height: 73px;
    }
    .LandingHeader__header__logo[b-s2o61q3r8e] {
        height: 52px;
        width: 214px;

    }
    .LandingHeader__header__phone[b-s2o61q3r8e] {
        display: none;
    }
}
/* _content/VeteransFirst/Views/Shared/Components/WebParts/VideoSlide.cshtml.rz.scp.css */
/* Video Slider Styles */

h2[b-yl6nytixc0], p[b-yl6nytixc0] {
    color: var(--VF_WHITE);
}

.testimonial-slider-container[b-yl6nytixc0] {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #2d2d2d;
    color: white;
    touch-action: pan-y;
    cursor: grab;
}

    .testimonial-slider-container:active[b-yl6nytixc0] {
        cursor: grabbing;
    }

.testimonial-slider[b-yl6nytixc0] {
    position: relative;
    height: 500px;
}

.slide[b-yl6nytixc0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease;
}

    .slide.active[b-yl6nytixc0] {
        display: block;
        z-index: 2;
    }

.slide-content[b-yl6nytixc0] {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

.play-button-container[b-yl6nytixc0] {
    margin-bottom: 20px;
}

.video-play-button[b-yl6nytixc0] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

    .video-play-button:hover[b-yl6nytixc0] {
        background-color: rgba(255, 255, 255, 0.3);
        transform: scale(1.05);
    }

    .video-play-button svg[b-yl6nytixc0] {
        width: 40px;
        height: 40px;
    }

.person-info[b-yl6nytixc0] {
    margin-bottom: 15px;
}

.person-name[b-yl6nytixc0] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.person-details[b-yl6nytixc0] {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    opacity: 0.9;
}

.testimonial-quote[b-yl6nytixc0] {
    font-size: 28px;
    font-weight: 500;
    max-width: 800px;
    line-height: 1.4;
}

/* Slider Navigation */
.slider-navigation[b-yl6nytixc0] {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
    gap: 15px;
}

.slider-indicators[b-yl6nytixc0] {
    display: flex;
    gap: 10px;
    padding-top: 6px;
}

.indicator[b-yl6nytixc0] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--VF_WHITE);
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .indicator.active[b-yl6nytixc0] {
        background-color: var(--VF_GOLD);
        border: 2px solid var(--VF_GOLD);
    }

/* Pause/Play Button */
.pause-play-button[b-yl6nytixc0] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

    .pause-play-button:hover[b-yl6nytixc0] {
        background-color: rgba(255, 255, 255, 0.3);
    }


/* Video Modal */
.video-modal[b-yl6nytixc0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .video-modal.open[b-yl6nytixc0] {
        opacity: 1;
        visibility: visible;
    }

.modal-content[b-yl6nytixc0] {
    position: relative;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16/9;
}

.close-modal[b-yl6nytixc0] {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 32px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
}

.video-container[b-yl6nytixc0] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.modal-open[b-yl6nytixc0] {
    overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .testimonial-slider[b-yl6nytixc0] {
        height: 400px;
    }

    .video-play-button[b-yl6nytixc0] {
        width: 60px;
        height: 60px;
    }

        .video-play-button svg[b-yl6nytixc0] {
            width: 30px;
            height: 30px;
        }

    .person-name[b-yl6nytixc0] {
        font-size: 24px;
    }

    .testimonial-quote[b-yl6nytixc0] {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .testimonial-slider[b-yl6nytixc0] {
        height: 350px;
    }

    .video-play-button[b-yl6nytixc0] {
        width: 50px;
        height: 50px;
    }

        .video-play-button svg[b-yl6nytixc0] {
            width: 24px;
            height: 24px;
        }

    .person-name[b-yl6nytixc0] {
        font-size: 20px;
    }

    .testimonial-quote[b-yl6nytixc0] {
        font-size: 18px;
    }
}
.video-play-button:hover[b-yl6nytixc0] {
    background-color: #c79e51;
    border: 2px solid #c79e51;
}

