/* RESET */

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {
   background: transparent;
   border: 0;
   font-size: 100%;
   margin: 0;
   outline: 0;
   padding: 0;
   vertical-align: baseline;
}

div, section, article, main, aside, header, footer, dialog, figure, figcaption, hgroup {
   display: block;
}

html {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

*, *:before, *:after {
   -webkit-box-sizing: inherit;
   -moz-box-sizing: inherit;
   box-sizing: inherit;
}

blockquote, q {
   quotes: none;
}

br {
   height: 0;
}

ul, ol, dl {
   list-style: none;
}

table {
   border-spacing: 0;
   border-collapse: collapse;
}

td {
   text-align: left;
   font-weight: normal;
}

img {
   border: 0;
   border-style: none;
}

fieldset {
   border: 1px solid transparent;
}

input {
   font-family: 'Montserrat', sans-serif;
}

input[type=submit] {
   letter-spacing: .045em;
   font-family: 'Montserrat', sans-serif;
   cursor: pointer;
   -webkit-appearance: none;
   transition: 300ms ease all;
   -webkit-transition: 300ms ease all;
   -o-transition: 300ms ease all;
}

input[type=text], input[type=email], textarea {
   letter-spacing: .045em;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   border-radius: 0;
   -webkit-appearance: none;
}

span {
   font-family: 'Montserrat', sans-serif;
}

button {
   font-family: 'Montserrat', sans-serif;
   background: none;
   border: none;
   padding: 0;
   cursor: pointer;
   outline: inherit;
}

select {
   -webkit-appearance: none;
   -webkit-border-radius: 0px;
}

/* BASE */

h1, h2, h3, h4, h5, h6 {
   color: #213875;
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
}

p {
   color: #202020;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   font-size: 1.125rem;
   line-height: 2rem;
}

a {
   color: #da1333;
   text-decoration: none;
   cursor: pointer;
   font-weight: 700;
   transition: 300ms ease all;
}

a:hover {
   color: #da1333;
   text-decoration: none;
}

a:active {
   outline: none;
}

a:focus {
   outline: none;
}

strong {
   font-weight: bold;
}

hr {
   border: 0 #000 solid;
   border-top-width: 1px;
   clear: both;
   height: 0;
}

ol {
   list-style: decimal;
}

ul {
   list-style: disc;
}

blockquote {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 32px;
   font-style: italic;
   padding: 15px 80px 15px 80px;
}

html, body, p, a, h1, h2, h3, h4, h5, h6 {
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
}

.title-lrg-1 {
   font-size: 3rem;
   line-height: 3.75rem;
}

.title-med-1 {
   font-size: 1.5rem;
   line-height: 2rem;
   font-weight: 700;
}

/* HELPERS */

.d-ib {
   display: inline-block !important;
}

.m-0a {
   margin: 0 auto;
}

.overlay {
   position: relative;
}

.overlay>div {
   position: relative;
   z-index: 2;
}

.overlay:after {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.overlay.overlay-black-25:after {
   background: rgba(17, 17, 17, 0.25);
}

.overlay.overlay-navy-50:after {
   background: rgba(10, 29, 53, 0.5);
}

.m-content-15 h1, .m-content-15 h2, .m-content-15 h3, .m-content-15 h4, .m-content-15 h5, .m-content-15 h6, .m-content-15 p, .m-content-15 a, .m-content-15 ul, .m-content-15 ol, .m-content-15 img, .m-content-15 blockquote, .m-content-15 div {
   margin-bottom: 15px;
}

.m-content-20 h1, .m-content-20 h2, .m-content-20 h3, .m-content-20 h4, .m-content-20 h5, .m-content-20 h6, .m-content-20 p, .m-content-20 a, .m-content-20 ul, .m-content-20 ol, .m-content-20 img, .m-content-20 blockquote, .m-content-20 div {
   margin-bottom: 20px;
}

.vp-10 {
   padding-top: 10px;
   padding-bottom: 10px;
}

.vp-20 {
   padding-top: 20px;
   padding-bottom: 20px;
}

.vp-40 {
   padding-top: 40px;
   padding-bottom: 40px;
}

.vp-50 {
   padding-top: 50px;
   padding-bottom: 50px;
}

.vp-60 {
   padding-top: 60px;
   padding-bottom: 60px;
}

.vp-80 {
   padding-top: 80px;
   padding-bottom: 80px;
}

.pt-20 {
   padding-top: 20px;
}

.pt-40 {
   padding-top: 40px;
}

.pt-50 {
   padding-top: 50px;
}

.pt-80 {
   padding-top: 80px;
}

.pb-20 {
   padding-bottom: 20px;
}

.pb-30 {
   padding-bottom: 30px;
}

.pb-50 {
   padding-bottom: 50px;
}

.pb-70 {
   padding-bottom: 70px;
}

.pb-80 {
   padding-bottom: 80px;
}

.pb-100 {
   padding-bottom: 100px;
}

.hp-100 {
   padding-left: 9%;
   padding-right: 9%;
}

.hp-180 {
   padding-left: 16%;
   padding-right: 16%;
}

.hp-30 {
   padding-left: 30%;
   padding-right: 30%;
}

.vm-60 {
   margin-top: 60px !important;
   margin-bottom: 60px !important;
}

.mb-10 {
   margin-bottom: 10px;
}

.mb-20 {
   margin-bottom: 20px;
}

.mb-30 {
   margin-bottom: 30px;
}

.mb-50 {
   margin-bottom: 50px;
}

.mb-60 {
   margin-bottom: 60px;
}

.mb-80 {
   margin-bottom: 80px;
}

.is-visible {
   visibility: visible !important;
   opacity: 1 !important;
   transition: 300ms ease all;
}

.is-hidden {
   visibility: hidden;
   opacity: 0;
   transition: 300ms ease all;
}

@media screen and (max-width: 1140px) {
   .vp-50 {
      padding-top: 25px;
      padding-bottom: 25px;
   }
   .vp-60 {
      padding-top: 30px;
      padding-bottom: 30px;
   }
   .hp-100 {
      padding-left: 3%;
      padding-right: 3%;
   }
   .hp-180 {
      padding-left: 10%;
      padding-right: 10%;
   }
   .hp-30 {
      padding-left: 15%;
      padding-right: 15%;
   }
   .vm-60 {
      margin-top: 30px !important;
      margin-bottom: 30px !important;
   }
}

@media screen and (max-width: 960px) {
   .hp-100 {
      padding-left: 0;
      padding-right: 0;
   }
   .hp-180 {
      padding-left: 0;
      padding-right: 0;
   }
   .hp-30 {
      padding-left: 0;
      padding-right: 0;
   }
}

@media screen and (max-width: 600px) {
   .vp-50 {
      padding-top: 15px;
      padding-bottom: 15px;
   }
   .pb-50 {
      padding-bottom: 15px;
   }
   .vp-60 {
      padding-top: 20px;
      padding-bottom: 20px;
   }
   .pt-80 {
      padding-top: 40px;
   }
   .vp-80 {
      padding-top: 40px;
      padding-bottom: 40px;
   }
   .pb-80 {
      padding-bottom: 40px;
   }
   .mb-80 {
      margin-bottom: 40px;
   }
   .pb-100 {
      padding-bottom: 50px;
   }
}

.embed-container {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
   max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.clear {
   clear: both;
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}

.centered {
   text-align: center;
}

.overflow-hidden {
   overflow: hidden !important;
   position: relative;
}

.flex {
   display: flex;
   flex-wrap: wrap;
}

.flex-reverse {
   flex-direction: row-reverse;
}

.flex-align-center {
   align-items: center;
}

.flex-align-bottom {
   align-items: flex-end;
}

.flex-align-top {
   align-items: flex-start;
}

.flex-justify-center {
   justify-content: center;
}

.flex-justify-end {
   justify-content: flex-end;
}

.flex-1 {
   flex: 1;
}

.flex-flow-col {
   flex-flow: column;
}

.visually-hidden {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

.icon {
   display: block;
   text-indent: -9999px;
   background-size: 100%;
   text-indent: -9999px;
   transition: 300ms ease all;
   background-repeat: no-repeat;
}

.icon:hover {
   transition: 300ms ease all;
}

.full-bg {
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}

.full-bg.full-bg-top {
   background-position: top center;
}

.full-bg.full-bg-right {
   background-position: center right;
}

.full-bg.full-bg-top-right {
   background-position: top right;
}

.full-bg.full-bg-top-left {
   background-position: top left;
}

.image-square:after {
   display: block;
   content: "";
   padding-top: 100%;
}

.sixteen-nine:after {
   display: block;
   content: '';
   width: 100%;
   padding-top: 56.25%;
}

.red-line-title {
   position: relative;
   font-size: 13px;
   text-transform: uppercase;
   color: #a9a9a9;
   letter-spacing: 0.3em;
   font-weight: 400;
   line-height: 13px;
   margin-bottom: 20px;
}

.red-line-title:before {
   display: block;
   content: "";
   width: 95px;
   height: 1px;
   background: #da1333;
   position: absolute;
   top: 0;
   left: -225px;
}

.red-line-title.red-line-closer:before {
   top: 5px;
   left: -120px;
}

.list-social li {
   display: inline-block;
   vertical-align: middle;
}

.list-social li .icon {
   display: block;
}

.image-caption {
   font-size: 10px;
   color: #7a7a7a;
   line-height: 18px;
}

.red-border-bottom:after {
   position: relative;
   top: 20px;
   display: block;
   content: "";
   width: 60px;
   height: 3px;
   background: #da1333;
   margin-bottom: 40px;
}

.red-border-bottom.red-border-bottom-center:after {
   position: relative;
   top: 20px;
   display: block;
   content: "";
   width: 60px;
   height: 3px;
   background: #da1333;
   margin: 0 auto 50px auto;
}

.box-shadow {
   padding: 25px;
   background: #fff;
   box-shadow: 0px 0px 5px 0px rgba(148, 148, 158, 0.5);
}

.light-txt h1, .light-txt h2, .light-txt h3, .light-txt h4, .light-txt h5, .light-txt h6, .light-txt p, .light-txt span, .light-txt blockquote, .light-txt li, .light-txt a, .light-txt td {
   color: #fff;
}

.noscroll {
   overflow: hidden;
}

.btn {
   display: inline-block;
   font-size: 13px;
   line-height: 13px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   color: #da1333;
   border: 2px solid #da1333;
   padding: 14px 25px;
   transition: 300ms ease all;
}

.btn.btn-text-white {
   color: #fff;
}

.btn.btn-border-white {
   border-color: #fff;
}

.btn.btn-border-white:hover, .btn.btn-border-white:focus {
   background-color: #fff;
   color: #213875 !important;
}

.btn.btn-filled {
   background-color: #da1333;
   color: #fff !important;
}

.btn.btn-filled.btn-blue {
   background-color: #213875;
   border-color: #213875;
}

.btn.btn-filled.btn-blue:hover, .btn.btn-filled.btn-blue:focus {
   background-color: #da1333;
   border-color: #da1333;
}

.btn.btn-filled:hover, .btn.btn-filled:focus {
   border-color: #213875;
}

.btn:hover, .btn:focus {
   background-color: #da1333;
   color: #fff;
   transition: 300ms ease all;
}

.btn.btn-large {
   font-size: 16px;
   letter-spacing: .14em;
}

.arrow-btn {
   position: relative;
}

.arrow-btn .arrow {
   width: 30px;
   height: 30px;
   background-image: url(/assets/images/icons/arw.svg);
   position: absolute;
   top: 50%;
   margin-top: -15px;
   right: -20px;
   transition: 300ms ease all;
   background-size: 100%;
}

.arrow-btn:hover .arrow, .arrow-btn:focus .arrow {
   right: -30px;
   transition: 300ms ease all;
}

.arrow-btn.arrow-btn-red .arrow {
   background-image: url(/assets/images/icons/arw_red.svg);
}

.submit-arrow-btn {
   position: relative;
   display: inline-block;
}

.submit-arrow-btn .arrow {
   width: 28px;
   height: 13px;
   background-image: url(/assets/images/icons/arrow_button_right_red.png);
   position: absolute;
   top: 50%;
   margin-top: -7px;
   right: -17px;
   transition: 300ms ease all;
}

.submit-arrow-btn:hover .arrow, .submit-arrow-btn:focus .arrow {
   right: -28px;
   transition: 300ms ease all;
}

.link-plus {
   display: inline-block;
   border-bottom: 1px solid #da1333;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 0.16em;
   font-weight: 700;
   padding-bottom: 2px;
}

.link-dash {
   display: inline-block;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 0.16em;
   font-weight: 700;
}

.link-dash:before {
   position: relative;
   bottom: 3px;
   margin-right: 8px;
   display: inline-block;
   content: "";
   width: 30px;
   height: 1px;
   background: #da1333;
}

.bg-red {
   background-color: #da1333;
}

.bg-blue {
   background-color: #213875;
}

.bg-black {
   background-color: #202020;
}

.narrow-text {
   max-width: 850px;
   margin: 0 auto;
}

@media screen and (max-width: 768px) {
   .red-line-title.red-line-closer:before {
      top: 5px;
      left: -105px;
   }
}

/* LAYOUT */

html, body {
   height: 100%;
   font-size: 1em;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400
}

body.no-banner #wrapper {
   padding-top: 105px;
}

body.no-banner #wrapper:before {
   display: none;
}

#wrapper {
   position: relative;
   min-height: 100%;
   height: auto !important;
   margin: 0 auto;
   overflow: hidden;
}

#wrapper:before {
   display: block;
   content: '';
   width: 100%;
   height: 105px;
   background: rgb(0, 0, 0);
   background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
   position: absolute;
   top: 0;
   left: 0;
   opacity: .75;
   z-index: 2;
}

.container {
   width: 92%;
   max-width: 1180px;
   margin: auto;
   position: relative;
}

#skipnav {
   position: absolute;
   z-index: 99999;
   clip: rect(0 0 0 0);
   height: 1px;
   width: 1px;
   padding-bottom: 25px;
   transition: none;
}

#skipnav:hover, #skipnav:focus, #skipnav:active {
   text-transform: uppercase;
   font-size: 15px;
   letter-spacing: .03em;
   clip: auto;
   left: 0;
   top: 0;
   width: 100%;
   height: auto;
   margin: 0;
   padding: 10px 0;
   background: #213875;
   border-left: none;
   border-right: none;
   text-align: center;
   font-weight: bold;
   color: #fff;
}

@media screen and (max-width: 1024px) {
   .container {
      width: 100%;
      padding: 0 5%;
      margin: 0 auto;
   }
}

@media screen and (max-width: 768px) {
   html, body {
      font-size: .9em
   }
}

@media screen and (max-width: 500px) {
   html, body {
      font-size: .8em
   }
}

/* HEADER */

#header {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   height: 105px;
   background-color: transparent;
}

#header #header-logo {
   width: 170px;
   height: 75px;
   background-image: url(/assets/images/logo_white.svg);
   position: relative;
   z-index: 5;
}

#header nav ul li {
   list-style: none;
}

#header>.container {
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

#header.is-fixed {
   position: fixed;
   height: 70px;
   box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
   z-index: 1000;
   border-bottom: 1px solid #ddd;
   background-color: #fff;
}

#header.is-fixed #header-logo {
   width: 113px;
   height: 50px;
   background-image: url(/assets/images/logo_color.svg) !important;
}

#header .mobile-buttons ul li {
   margin-left: 15px;
}

#header .mobile-buttons ul li:first-child {
   margin-left: 0;
}

.no-banner #header #header-logo {
   background-image: url(/assets/images/logo_color.svg);
}

.no-banner #header nav>ul li.level-1 a {
   color: #213875;
}

.no-banner #header nav>ul li.level-1 a:hover, .no-banner #header nav>ul li.level-1 a:focus {
   color: #da1333;
}

.no-banner #header nav>ul li.level-1 .btn.btn-text-white.btn-border-white {
   border-color: #213875;
}

.no-banner #header nav>ul li.level-1 .btn.btn-text-white.btn-border-white:hover, .no-banner #header nav>ul li.level-1 .btn.btn-text-white.btn-border-white:focus {
   background-color: #213875;
   color: #fff !important;
}

.no-banner #header .mobile-buttons ul li .btn.btn-text-white.btn-border-white {
   border-color: #213875;
   color: #213875;
}

.no-banner #header .mobile-buttons ul li .btn.btn-text-white.btn-border-white:hover, .no-banner #header .mobile-buttons ul li .btn.btn-text-white.btn-border-white:focus {
   background-color: #213875;
   color: #fff !important;
}

.is-header-desktop.no-banner #header #header-logo {
   background-image: url(/assets/images/logo_color.svg);
}

.is-header-desktop.no-banner #header nav>ul li.level-1 a {
   color: #213875;
}

.is-header-desktop.no-banner #header nav>ul li.level-1 a:hover, .is-header-desktop.no-banner #header nav>ul li.level-1 a:focus {
   color: #da1333;
}

.is-header-desktop #header nav {
   display: flex;
   flex-wrap: wrap;
}

.is-header-desktop #header nav>ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
}

.is-header-desktop #header nav>ul li.level-1 {
   list-style: none;
   position: relative;
   margin-left: 15px;
}

.is-header-desktop #header nav>ul li.level-1:first-child {
   margin-left: 0;
}

.is-header-desktop #header nav>ul li.level-1 a {
   position: relative;
   font-size: 14px;
   line-height: 14px;
   letter-spacing: 0.04em;
   color: #fff;
}

.is-header-desktop #header nav>ul li.level-1 a:hover, .is-header-desktop #header nav>ul li.level-1 a:focus {
   color: #da1333;
}

.is-header-desktop #header nav>ul li.level-1 a.active {
   text-decoration: underline;
}

.is-header-desktop #header .button-container {
   display: none;
}

.is-header-desktop #header .mobile-buttons {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
}

.is-header-desktop #header.is-fixed nav>ul li.level-1 a {
   color: #213875;
}

.is-header-desktop #header.is-fixed nav>ul li.level-1 a:hover, .is-header-desktop #header.is-fixed nav>ul li.level-1 a:focus {
   color: #da1333;
}

.is-header-desktop #header.is-fixed nav>ul li.level-1 .btn.btn-text-white.btn-border-white {
   border-color: #213875;
}

.is-header-desktop #header.is-fixed nav>ul li.level-1 .btn.btn-text-white.btn-border-white:hover, .is-header-desktop #header.is-fixed nav>ul li.level-1 .btn.btn-text-white.btn-border-white:focus {
   background-color: #213875;
   color: #fff !important;
}

.is-header-desktop #mobile-menu-trigger {
   display: none;
}

@media screen and (max-width: 960px) {
   .no-banner #header #mobile-menu-trigger span {
      background-color: #213875;
   }
   #header nav ul li.level-1 {
      border-top: 1px solid #c8c8c8;
   }
   #header nav ul li.level-1 a {
      text-align: left;
      display: block;
      border-width: 0;
      padding: 15px 30px;
      color: #202020;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
   }
   #header nav ul li.level-1 a:hover, #header nav ul li.level-1 a:focus, #header nav ul li.level-1 a.active {
      color: #da1333;
   }
   #header nav ul li.level-1.btn {
      padding: 20px 30px;
   }
   #header nav ul li.level-1.btn.btn-text-white.btn-border-white {
      background-color: #213875;
      color: #fff !important;
   }
   #header .button-container {
      display: flex;
      flex-wrap: wrap;
   }
   #header .mobile-buttons {
      padding-right: 5%;
      position: relative;
      z-index: 3;
   }
   #header .mobile-buttons li {
      list-style: none;
   }
   #header>.container {
      align-items: center;
   }
   #header #mobile-menu-trigger {
      touch-action: manipulation;
      user-select: none;
      white-space: nowrap;
      z-index: 9999;
      display: block;
      width: 35px;
      height: 25px;
      transform: rotate(0deg);
      transition: 0.5s ease-in-out;
      cursor: pointer;
   }
   #header #mobile-menu-trigger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background-color: #fff;
      border-radius: 0;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
   }
   #header #mobile-menu-trigger span:nth-child(1) {
      top: 0px;
   }
   #header #mobile-menu-trigger span:nth-child(2), #header #mobile-menu-trigger span:nth-child(3) {
      top: 10px;
   }
   #header #mobile-menu-trigger span:nth-child(4) {
      top: 20px;
   }
   #header #mobile-menu-trigger.is-open span {
      background-color: #213875;
   }
   #header #mobile-menu-trigger.is-open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
   }
   #header #mobile-menu-trigger.is-open span:nth-child(2) {
      transform: rotate(45deg);
   }
   #header #mobile-menu-trigger.is-open span:nth-child(3) {
      transform: rotate(-45deg);
   }
   #header #mobile-menu-trigger.is-open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
   }
   #header #header-nav {
      position: fixed;
      top: 0;
      left: 100%;
      bottom: 0;
      right: -50%;
      z-index: 1;
      width: calc(90% - 170px);
      height: 100vh;
      overflow: scroll;
      padding-top: 110px;
      background-color: #fff;
      transition: all 500ms ease;
   }
   #header #header-nav:before {
      display: block;
      content: "";
      width: calc(90% - 170px);
      height: 110px;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 100%;
      right: -100%;
      z-index: 2;
      transition: all 500ms ease;
   }
   #header #header-nav.overflow-hidden {
      overflow: hidden;
      height: 100%;
   }
   #header.is-mobile-open #header-nav {
      left: calc(10% + 170px);
      right: 0;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
   }
   #header.is-mobile-open #header-nav:before {
      left: calc(10% + 170px);
      right: 0;
   }
   #header.is-mobile-open .mobile-buttons ul li .btn.btn-text-white.btn-border-white {
      border-color: #213875;
      color: #213875;
   }
   #header.is-mobile-open .mobile-buttons ul li .btn.btn-text-white.btn-border-white:hover, #header.is-mobile-open .mobile-buttons ul li .btn.btn-text-white.btn-border-white:focus {
      background-color: #213875;
      color: #fff !important;
   }
   #header.is-fixed #mobile-menu-trigger span {
      background-color: #213875;
   }
}

@media screen and (max-width: 600px) {
   #header #header-nav {
      width: 100%;
   }
   #header #header-nav:before {
      width: 100%;
   }
   #header #header-nav.is-mobile-open #header-nav {
      left: 0;
      box-shadow: none;
   }
   #header #header-nav.is-mobile-open #header-nav:before {
      left: 0;
   }
   #header #header-nav.is-mobile-open #header-logo {
      background-image: url(/assets/images/logo_color.svg);
   }
   #header .mobile-buttons {
      display: none;
   }
   #header .button-container {
      display: flex;
      justify-content: flex-end;
      flex: 1;
   }
}

/* FOOTER */

#footer {
   padding-top: 60px;
   background: #213875;
   overflow: hidden;
   z-index: 2;
   position: relative;
}

#footer a, #footer input {
   letter-spacing: 0;
}

#footer p, #footer li {
   font-size: 11px;
   letter-spacing: .08em;
   line-height: 16px;
}

#footer a:hover, #footer a:focus {
   text-decoration: underline;
}

#footer .footer-bottom {
   padding: 25px 0;
}

#footer .footer-bottom .footer-legal {
   border: 1px solid #fff;
   padding: 5px 10px;
   display: flex;
   justify-content: space-around;
}

#footer .footer-bottom .footer-links li {
   list-style: none;
   margin-left: 25px;
}

#footer .footer-top {
   position: relative;
   border-bottom: 1px solid #fff;
   padding-bottom: 50px;
}

#footer .footer-top p.title {
   margin-bottom: 20px;
   font-size: 16px;
   letter-spacing: 0;
   font-weight: 600;
}

#footer .footer-top .footer-social li {
   margin-left: 5px;
}

#footer .footer-top .footer-social li a {
   width: 36px;
   height: 36px;
}

#footer .footer-top .footer-social li a.facebook {
   background-image: url(/assets/images/icons/facebook.svg);
}

#footer .footer-top .footer-social li a.instagram {
   background-image: url(/assets/images/icons/instagram.svg);
}

.ftd-footer {
   background-color: #da1333;
}

.ftd-footer h2 {
   margin-right: 12px;
   display: inline-block;
   color: #fff;
   font-size: 24px;
   line-height: 24px;
   font-weight: 700;
   letter-spacing: 0.02em;
   text-transform: none;
   margin-bottom: 12px;
}

.ftd-footer p {
   display: inline-block;
   font-size: 14px;
   line-height: 14px;
   color: #fff;
}

.ftd-footer .dform {
   display: flex;
   flex-wrap: wrap;
}

.ftd-footer .dform label {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

.ftd-footer .dform .dform_email, .ftd-footer .dform .dform_text_input, .ftd-footer .dform .submit_button {
   width: 20%
}

.ftd-footer .dform input[type="text"], .ftd-footer .dform input[type="email"], .ftd-footer .dform input[type="tel"] {
   color: #fff;
   text-transform: uppercase;
   font-size: 12px;
   padding: 0 12px;
   border-left: 1px solid #fff;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   height: 45px;
   line-height: 45px;
   width: 100%;
}

.ftd-footer .dform input[type="submit"] {
   height: 45px;
   background-color: #fff;
   text-transform: uppercase;
   color: #da1333;
   font-weight: 700;
   width: 100%;
   font-size: 14px;
   line-height: 14px;
   text-align: center;
   border: 1px solid #fff;
}

.ftd-footer .dform input[type="submit"]:hover, .ftd-footer .dform input[type="submit"]:focus {
   background-color: #213875;
   color: #fff;
}

.ftd-footer ::placeholder {
   color: #fff;
   opacity: 1;
}

.ftd-footer :-ms-input-placeholder {
   color: #fff;
}

.ftd-footer ::-ms-input-placeholder {
   color: #fff;
}

@media screen and (max-width: 1320px) {
   #footer .footer-top .footer-text {
      padding: 0 5%;
   }
}

@media (max-width: 1104px) {
   .ftd-footer .container {
      padding: 0 24px;
   }
}

@media screen and (max-width: 768px) {
   #footer {
      padding-top: 25px;
   }
   #footer .footer-top {
      padding-bottom: 25px;
   }
   #footer .footer-bottom {
      text-align: center;
   }
   #footer .footer-bottom .footer-legal {
      display: block;
      width: 100%;
      flex: 0 1 auto;
      margin-bottom: 25px;
   }
   #footer .footer-bottom .footer-links {
      width: 100%;
      justify-content: center;
   }
   #footer .footer-bottom .footer-links li {
      margin: 0 10px;
   }
   .ftd-footer h2 {
      display: block;
      font-size: 17px;
      line-height: 17px;
   }
   .ftd-footer p {
      display: block;
      margin-bottom: 12px;
   }
   .ftd-footer .dform .dform_email, .ftd-footer .dform .dform_text_input {
      width: calc(50% - 6px);
      margin-bottom: 12px;
   }
   .ftd-footer .dform .dform_text_input.field_first_name, .ftd-footer .dform .dform_email.field_email {
      margin-right: 12px;
   }
   .ftd-footer .dform .submit_button {
      width: calc(50% - 6px);
   }
   .ftd-footer .dform input[type="text"], .ftd-footer .dform input[type="email"], .ftd-footer .dform input[type="tel"] {
      border: 1px solid #fff;
   }
}

@media screen and (max-width: 500px) {
   #footer .footer-top {
      text-align: center;
   }
   #footer .footer-top .footer-signup {
      display: block;
      width: 100%;
      flex: 0 1 auto;
   }
   #footer .footer-top .footer-signup .signup-form form {
      margin: 0 auto;
   }
   #footer .footer-top .footer-social {
      width: 100%;
      padding-top: 25px;
   }
   #footer .footer-top .footer-social li {
      margin: 0 5px;
   }
   #footer .footer-bottom .footer-links li {
      margin: 5px 10px;
   }
}

/* BANNERS */

.banner {
   position: relative;
   max-height: calc(100vh - 105px);
   overflow: hidden;
}

.banner .container {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   height: 100%;
   z-index: 2;
}

.banner .video-container {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
}

.banner .video-container video {
   min-width: 100%;
   min-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.banner.flex-align-bottom .content {
   padding-bottom: 50px;
}

.banner:before {
   display: block;
   content: "";
}

.banner.banner-tall {
   min-height: 600px;
}

.banner.banner-tall:before {
   padding-top: 45%;
}

.banner.banner-tall h1 {
   margin-bottom: 35px;
}

.banner.banner-image-light h1 {
   text-shadow: 0px 0px 10px rgba(33, 56, 117, 0.25);
}

.banner.banner-image-light .btn {
   background-color: rgba(33, 56, 117, 0.05);
   text-shadow: 0px 0px 5px rgba(33, 56, 117, 0.25);
   box-shadow: 0px 0px 5px 0px rgba(33, 56, 117, 0.15);
}

.banner.banner-image-light .btn:hover, .banner.banner-image-light .btn:focus {
   background-color: #fff;
   text-shadow: none;
}

.banner.banner-med :before {
   padding-top: 33%;
}

.banner.banner-med .banner-med-text .content {
   padding-top: 105px;
}

.banner.section-banner :before {
   padding-top: 50%;
}

@media screen and (max-width: 960px) {
   .banner.banner-med .banner-med-text {
      min-height: 400px;
   }
}

@media screen and (max-width: 768px) {
   .banner.banner-tall {
      min-height: 500px;
      max-height: 500px;
   }
}

@media screen and (max-width: 600px) {
   .banner.banner-tall .container .content {
      padding-top: 105px;
   }
   .banner.banner-med .banner-med-text {
      min-height: 300px;
   }
   .banner .container.flex-align-bottom .content {
      padding-bottom: 0;
   }
   .banner .container.flex-align-bottom {
      align-items: center;
   }
}

@media screen and (max-width: 500px) {
   .banner.banner-tall {
      min-height: 410px;
      max-height: 410px;
   }
   .banner.banner-tall h1 {
      font-size: 8vw;
      line-height: 10vw;
      margin-bottom: 25px;
   }
   .banner.banner-med .banner-med-text {
      min-height: 250px;
   }
}

@media screen and (max-width: 415px) {
   .banner.banner-tall.full-bg.full-bg-top-right {
      background-position: top right -70px;
   }
}

@media screen and (max-width: 375px) {
   .banner.banner-tall.full-bg.full-bg-top-right {
      background-position: top right -85px;
   }
}

@media screen and (max-width: 320px) {
   .banner.banner-tall.full-bg.full-bg-top-right {
      background-position: top right -110px;
   }
}

/* CALLOUTS */

.callout {
   position: relative;
   overflow: hidden;
}

.callout a.btn {
   margin-top: 15px;
   margin-bottom: 0;
}

.callout .signup-form {
   margin-top: 15px;
   margin-bottom: 0;
}

.callout .image {
   opacity: .05;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.callout .container {
   z-index: 2;
}

.callout.light-txt .btn {
   border-color: #fff;
}

.callout.light-txt .btn:hover, .callout.light-txt .btn:focus {
   background-color: #fff;
   color: #213875;
}

/* IMAGE TEXT */

.image-text .image {
   width: 43%;
}

.image-text .text {
   padding-left: 6%;
}

.image-text .image img {
   width: 100%;
   display: block;
}

@media screen and (max-width: 768px) {
   .image-text .image {
      width: 35%;
   }
}

@media screen and (max-width: 600px) {
   .image-text .image {
      width: 100%;
      order: 2;
   }
   .image-text .text {
      order: 1;
      padding-bottom: 15px;
   }
}

/* BACKGROUND */

.background #wrapper main {
   padding-top: 105px;
}

.background #wrapper main .content {
   display: flex;
   flex-wrap: wrap;
   flex: 1;
   position: relative;
   z-index: 2;
}

.background #wrapper main .content .container {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.background #wrapper main .content .container .inner {
   max-width: 750px;
}

@media screen and (max-width: 768px) {
   .background #wrapper main .content .container .inner h1 {
      font-size: 7vw;
      line-height: 8vw;
   }
   .background #wrapper main .content .container .inner p {
      font-size: 4vw;
      line-height: 5vw;
   }
}

/* TWO COL */

.layout-two-col {
   column-count: 2;
   column-gap: 30px;
}

.layout-two-col p, .layout-two-col a, .layout-two-col li, .layout-two-col span {
   font-size: 15px;
   line-height: 21px;
}

@media screen and (max-width: 768px) {
   .layout-two-col {
      column-count: 1;
      column-gap: 0;
   }
}

/* BODY */

.body p, .body h1, .body h2, .body h3, .body h4, .body h5, .body h6, .body ul, .body ol, .body img {
   margin-bottom: 25px;
}

.body h1 {
   font-size: 4rem;
   line-height: 4.625rem;
   letter-spacing: 0.02em;
}

.body h2 {
   font-size: 2.25rem;
   line-height: 3.125rem;
}

.body h3 {
   font-size: 1.9rem;
   line-height: 2.75rem;
}

.body h4 {
   font-size: 20px;
   line-height: 24px;
}

.body h5 {
   font-size: 16px;
   line-height: 18px;
}

.body h6 {
   font-size: 14px;
   letter-spacing: 0.2em;
   text-transform: uppercase;
}

.body img {
   max-width: 100%;
}

.body ul li, .body ol li {
   margin-left: 20px;
   color: #202020;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   font-size: 15px;
   line-height: 20px;
   margin-bottom: 25px;
}

/* SIGNUP FORM */

.signup-form .dform {
   display: flex;
   flex-wrap: wrap;
   position: relative;
   align-items: center;
   width: 100%;
   max-width: 550px;
   height: 40px;
}

.signup-form .dform label {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

.signup-form .dform .dform_email {
   width: calc(40% - 15px);
   margin-right: 5px;
}

.signup-form .dform .dform_email input[type=email] {
   width: 100%;
   height: 40px;
   padding: 0 10px;
   line-height: 45px;
   text-transform: uppercase;
   font-size: 11px;
   letter-spacing: 0.12em;
   border: 1px solid #fff;
   color: #fff;
}

.signup-form .dform .dform_text_input.field_phone {
   width: calc(40% - 15px);
   margin-right: 5px;
}

.signup-form .dform .dform_text_input.field_zip {
   width: calc(20% - 15px);
   margin-right: 5px;
}

.signup-form .dform input[type=text] {
   width: 100%;
   height: 40px;
   padding: 0 10px;
   line-height: 45px;
   text-transform: uppercase;
   font-size: 11px;
   letter-spacing: 0.12em;
   border: 1px solid #fff;
   color: #fff;
}

.signup-form .dform .submit_button {
   width: 30px;
}

.signup-form .dform .submit_button input[type=submit] {
   width: 100%;
   height: 30px;
   text-indent: -9999px;
   background-image: url(/assets/images/icons/arw.svg);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 100%;
   display: block;
}

.signup-form .dform ::placeholder {
   color: #fff;
   opacity: 1;
}

.signup-form.dark input[type=email], .signup-form.dark input[type=text] {
   border-color: #213875;
   color: #213875;
}

.signup-form.dark input[type=submit] {
   background-image: url(/assets/images/icons/arw_blue.svg);
}

.signup-form.dark ::placeholder {
   color: #213875;
   opacity: 1;
}

@media screen and (max-width: 500px) {
   .signup-form {
      width: 100%;
   }
   .signup-form .dform {
      max-width: 100%;
      height: auto;
   }
   .signup-form .dform .dform_email {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px;
   }
   .signup-form .dform .dform_text_input.field_phone {
      width: calc(60% - 20px);
   }
   .signup-form .dform .dform_text_input.field_zip {
      width: calc(40% - 20px);
   }
}

/* popup */
.popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   z-index: 99999;
   background-color: rgba(0,0,0,.85);
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   transition: 300ms ease all;
 }
 .popup .content-wrapper {
   padding: 20px;
   width: 100%;
   max-width: 800px;
 }
 .popup .content-wrapper .content {
   background-color: #fff;
   padding: 20px;
   text-align: center;
   position: relative;
 }
 .popup .content-wrapper .content button {
   position: absolute;
   top: 5px;
   right: 5px;
   width: 15px;
   height: 15px;
   background-image: url(/assets/images/close.svg);
 }
 .popup .content-wrapper .content .title {
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
   margin-bottom: 20px;
 }
 .popup .content-wrapper .content .text {
   padding-bottom: 20px;
 }
 .popup .content-wrapper .content .image {
   display: block;
 }
 .popup .content-wrapper .content .image img {
   display: block;
   max-width: 760px;
   width: 100%;
 }
 .popup .content-wrapper .content .button {
   padding-top: 20px;
 }
 .popup[aria-hidden="false"] {
   opacity: 1;
   visibility: visible;
   pointer-events: all;
 }
 .popup[aria-hidden="true"] {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
 }
 .popup .embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
 .popup .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
 .popup .popup-youtube-video[aria-hidden="true"] {display: none}
 .popup .popup-youtube-video[aria-hidden="false"] {display: block}
 