@font-face {
  font-family: "Museo Slab";
  src: url("../fonts/museo/MuseoSlab-900.woff2") format("woff2"), url("../fonts/museo/MuseoSlab-900.woff") format("woff"), url("../fonts/museo/MuseoSlab-900.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-ExtraBold.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
}

/*MEDIA QUERIES*/
/*BOOTSTRAP OVERWRITES*/
/*COLORS*/
.font-main {
  font-family: "Gilroy", HelveticaNeue, Arial, sans-serif !important;
}

body {
  font-size: 16px;
  font-family: "Gilroy", HelveticaNeue, Arial, sans-serif;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.ttf?jabr8h") format("truetype"), url("../fonts/icons/icons.woff?jabr8h") format("woff"), url("../fonts/icons/icons.svg?jabr8h#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-times-solid:before {
  content: "\e900";
}

.ic-twitter-brands:before {
  content: "\e901";
}

.ic-chevron-down-solid:before {
  content: "\e902";
}

.ic-arrow-right-solid:before {
  content: "\e903";
}

.ic-bars-solid:before {
  content: "\e904";
}

.ic-facebook-f-brands:before {
  content: "\e905";
}

.ic-instagram-brands:before {
  content: "\e906";
}

footer {
  background-color: #01123d;
  color: #818487;
  padding: 30px 0;
  font-size: 14px;
}

footer .note {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

footer .social-list {
  margin-bottom: 40px;
}

footer .join-us {
  margin-bottom: 60px;
}

footer .note {
  color: #e5e1e6;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 20px;
  line-height: 1;
  display: inline-block;
  border: 2px solid #e5e1e6;
  cursor: default;
}

footer .note {
  font-size: 16px !important;
}

@media screen and (min-width: 539px) {
  footer .note {
    font-size: calc(16px + 6.5 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  footer .note {
    font-size: 22.5px !important;
  }
}

.footer-nav {
  font-weight: 500;
  margin-bottom: 40px;
}

.footer-nav {
  font-size: 16px !important;
}

@media screen and (min-width: 539px) {
  .footer-nav {
    font-size: calc(16px + 6.5 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .footer-nav {
    font-size: 22.5px !important;
  }
}

.footer-nav ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-nav ul li {
  margin: 5px 10px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.footer-nav ul li a {
  display: block;
  color: #e5e1e6;
}

.footer-nav ul li a:hover {
  text-decoration: none;
  color: #fff;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.ttf?jabr8h") format("truetype"), url("../fonts/icons/icons.woff?jabr8h") format("woff"), url("../fonts/icons/icons.svg?jabr8h#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-times-solid:before {
  content: "\e900";
}

.ic-twitter-brands:before {
  content: "\e901";
}

.ic-chevron-down-solid:before {
  content: "\e902";
}

.ic-arrow-right-solid:before {
  content: "\e903";
}

.ic-bars-solid:before {
  content: "\e904";
}

.ic-facebook-f-brands:before {
  content: "\e905";
}

.ic-instagram-brands:before {
  content: "\e906";
}

.hdbtn {
  cursor: pointer;
  display: inline-block;
  font-family: "Gilroy", HelveticaNeue, Arial, sans-serif;
  border-radius: 4px;
  line-height: 1;
  border: 2px solid transparent;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.hdbtn ._text, .hdbtn .ic, .hdbtn button, .hdbtn a {
  transition: 0.2s ease;
}

.hdbtn .ic {
  position: relative;
  left: 0;
}

.hdbtn.hdbtn-contribute {
  border-radius: 10px;
  font-size: 22px;
  line-height: 22px;
  padding: 15.5px 24px;
  letter-spacing: 3.2px;
  font-weight: 700;
}

.hdbtn.transparent {
  border: none;
  background-color: transparent;
  text-transform: none;
  padding: 0;
}

.hdbtn.lg {
  letter-spacing: 2px;
  padding: 0.66em 2em;
  border-radius: 10px;
}

.hdbtn.lg {
  font-size: 24px !important;
}

@media screen and (min-width: 767px) {
  .hdbtn.lg {
    font-size: calc(24px + 6 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .hdbtn.lg {
    font-size: 30px !important;
  }
}

.hdbtn.lg .ic {
  font-size: 0.8em;
}

.hdbtn.md {
  letter-spacing: 1px;
  padding: 0.66em 2em;
}

.hdbtn.md {
  font-size: 20px !important;
}

@media screen and (min-width: 767px) {
  .hdbtn.md {
    font-size: calc(20px + 4 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .hdbtn.md {
    font-size: 24px !important;
  }
}

.hdbtn.md .ic {
  font-size: 0.8em;
}

.hdbtn.small {
  padding: 0.5em 0.6em 0.4em 0.6em;
}

.hdbtn.small {
  font-size: 18px !important;
}

@media screen and (min-width: 767px) {
  .hdbtn.small {
    font-size: calc(18px + 6 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .hdbtn.small {
    font-size: 24px !important;
  }
}

.hdbtn.small .ic {
  font-size: 0.8em;
}

.hdbtn.yellow-black {
  background-color: #f5d500;
  color: #000;
  border: none;
}

.hdbtn.yellow-black:hover {
  background-color: #000;
  color: #f5d500;
}

.hdbtn.yellow-black:hover button, .hdbtn.yellow-black:hover a {
  background-color: #000;
  color: #f5d500;
}

.hdbtn.yellow-black button, .hdbtn.yellow-black a {
  background-color: #f5d500;
  color: #000;
  border: none;
}

.hdbtn.red-black {
  background-color: #eb212e;
  color: #000;
  border: none;
}

.hdbtn.red-black:hover {
  background-color: #000;
  color: #eb212e;
}

.hdbtn.red-black:hover button, .hdbtn.red-black:hover a {
  background-color: #000;
  color: #eb212e;
}

.hdbtn.red-black button, .hdbtn.red-black a {
  background-color: #eb212e;
  color: #000;
  border: none;
}

.hdbtn.white-grey {
  background-color: #fff;
  color: #818487;
  border-color: #d5dbe5;
}

.hdbtn.white-grey:hover {
  background-color: #818487;
  color: #fff;
  border-color: #818487;
}

.hdbtn.white-grey:hover button, .hdbtn.white-grey:hover a {
  background-color: #818487;
  color: #fff;
  border-color: #818487;
}

.hdbtn.white-grey button, .hdbtn.white-grey a {
  background-color: #fff;
  color: #818487;
  border-color: #d5dbe5;
}

.hdbtn.transparent-grenadier {
  color: #c04c36;
  border: none;
  padding: 0 !important;
}

.hdbtn.transparent-grenadier:hover ._text {
  text-decoration: underline;
}

.hdbtn.transparent-grenadier:hover .ic {
  left: 5px;
}

.hdbtn.grenadier-white {
  background-color: #c04c36;
  color: #fff;
  border: none;
}

.hdbtn.grenadier-white:hover {
  background-color: #fff;
  color: #c04c36;
}

.hdbtn.grenadier-white:hover button, .hdbtn.grenadier-white:hover a {
  background-color: #fff;
  color: #c04c36;
}

.hdbtn.grenadier-white button, .hdbtn.grenadier-white a {
  background-color: #c04c36;
  color: #fff;
  border: none;
}

.hero-vid-wrap {
  position: relative;
  overflow: hidden;
}

.hero-vid-wrap .video-bg-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

._bg-cover {
  background-size: cover;
  background-position: center center;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gap-20 {
  width: 100%;
  height: 20px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

a {
  display: inline-block;
  word-break: break-all;
  max-width: 100%;
}

.copy-right {
  margin-top: 40px;
  text-transform: uppercase;
}

.copy-right span, .copy-right a {
  margin: 0 30px 20px 30px;
  display: inline-block;
}

.copy-right a {
  color: #818487;
}

#header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background-color: #01123d;
}

nav {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 35px 0 35px;
}

nav .navigation {
  margin: 25px 25px;
}

.navbar-shown #header {
  position: -webkit-sticky;
  position: sticky;
}

.navbar-shown .navbar {
  height: 100vh !important;
}

.navbar-toggler {
  -ms-flex: none;
  flex: none;
  border: none;
  padding: 15px;
  margin-left: -15px;
  outline: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #e5e1e6;
}

.navbar-toggler:hover {
  color: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon .line {
  background-color: #fff;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  width: 33px;
  height: 27px;
  position: relative;
}

.navbar-toggler-icon .line {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 1px;
  background-color: #e5e1e6;
  transition: 0.2s ease;
}

.navbar-toggler-icon .line-top {
  top: 0;
}

.navbar-shown .navbar-toggler-icon .line-top {
  opacity: 0;
}

.navbar-toggler-icon .line-center {
  top: 11px;
}

.navbar-shown .navbar-toggler-icon .line-center.line-first {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-shown .navbar-toggler-icon .line-center.line-second {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler-icon .line-bottom {
  top: 22px;
}

.navbar-shown .navbar-toggler-icon .line-bottom {
  opacity: 0;
}

.navbar-toggler-text {
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: 3.2px;
  font-family: "Gilroy", HelveticaNeue, Arial, sans-serif;
  font-weight: 700;
  margin-left: 16px;
  opacity: 1;
  transition: 0.2s ease;
  text-transform: uppercase;
}

@media (max-width: 399px) {
  .navbar-toggler-text {
    display: none;
  }
}

.navbar-brand {
  position: relative;
  transition: 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767px) {
  .navbar-brand {
    display: none !important;
  }
}

.navbar-brand .header-logo {
  position: absolute;
  transition: 0.2s ease;
  height: 86px;
  width: 207px;
  z-index: 10;
  background-image: url("../images/logo/scalise-white.svg");
  background-size: 100% 100%;
  background-position: center center;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.box-logo {
  height: 86px;
}

.navbar-brand {
  height: 86px;
  width: 207px;
}

.navbar {
  min-height: 127px;
  font-family: "Gilroy", HelveticaNeue, Arial, sans-serif;
  transition: 0.2s ease;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.navbar .top-container {
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 127px;
  position: relative;
  transition: 0.2s ease;
}

.navbar .top-container .box {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 33.33333%;
}

.navbar .top-container .box.box-contribute {
  text-align: right;
}

@media (max-width: 767px) {
  .navbar .top-container .box.box-logo {
    display: none;
  }
  .navbar-shown .navbar .top-container .box.box-logo {
    display: block;
  }
}

@media (max-width: 399px) {
  .navbar .top-container .box.box-menu {
    width: 33px;
  }
  .navbar .top-container .box.box-contribute {
    width: calc(100% - 40px);
  }
  .navbar-shown .navbar .top-container .box.box-contribute {
    width: 33px;
  }
}

@media (max-width: 991px) {
  .navbar .top-container {
    width: 100% !important;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 90px;
  }
  .navbar .top-container {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 70px;
  }
  .navbar .header-logo {
    height: 66px;
    width: 158.860465116px;
  }
  .navbar .box-logo {
    height: 66px;
  }
  .navbar .navbar-brand {
    height: 66px;
    width: 158.860465116px;
  }
}

.navbar .navbar-nav {
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.navbar .navbar-max-width {
  display: -ms-flexbox;
  display: flex;
  max-width: 1310px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-max-width {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.navbar .nav-item {
  display: block;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .navbar .nav-item {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.navbar .nav-item a:not(.hdbtn) {
  overflow: hidden;
  transition: 0.2s ease;
  font-size: inherit;
  margin: 0;
  padding: 15px 10px;
  color: #e5e1e6;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.navbar .nav-item a:not(.hdbtn):hover {
  opacity: 1;
  color: #fff;
}

.navbar .nav-item .hdbtn {
  margin-top: 25px;
  font-size: inherit;
  line-height: 1;
  letter-spacing: inherit;
}

@media (max-width: 767px) {
  .navbar .top-container .hdbtn-contribute {
    font-size: 16px;
    padding: 10px 15px;
    letter-spacing: 2px;
  }
  .navbar .navbar-collapse .hdbtn-contribute {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar .header-logo {
    height: 51.6px !important;
    width: 124.2px !important;
  }
  .navbar .box-logo {
    height: 51.6px !important;
  }
  .navbar .navbar-brand {
    height: 51.6px !important;
    width: 124.2px !important;
  }
}

#header .navbar-collapse {
  height: 0 !important;
}

.navbar-shown #header {
  bottom: 0;
}

.navbar-shown #header .navbar-toggler-text {
  display: none;
}

.navbar-shown #header .navbar {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  background-color: transparent !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  overflow: auto;
  height: 100%;
}

.navbar-shown #header .navbar .hdbtn-contribute {
  display: none;
}

.navbar-shown #header .navbar .navbar-brand {
  display: block !important;
}

.navbar-shown #header .navbar-collapse {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.navbar-shown #header .navbar-collapse.collapsing, .navbar-shown #header .navbar-collapse.show {
  height: auto !important;
}

.navbar-shown #header .navbar-collapse .hdbtn-contribute {
  display: inline-block;
}

.navbar-shown #header .header-logo {
  display: block;
}

.navbar-shown #header .social-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.navbar-shown #header .social-list .ic {
  font-size: 36px;
}

.hero-img-wrapper {
  margin-top: 0;
}

.hero-img-wrapper + * {
  position: relative;
}

.hero-img-wrapper {
  margin-top: 0;
}

.hero-img-wrapper + * {
  position: relative;
}

.img-bg {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}

.img-bg.type-join-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-bg.type-join-us .heading {
  text-transform: none;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .img-bg.type-join-us .hdbtn {
    font-size: 16px !important;
    padding: 0.8em 1.2em;
  }
}

.img-bg.type-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-bg.type-text .wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.img-bg.gradient-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-image: linear-gradient(to left, #01123d, transparent);
}

.img-bg.gradient-overlay.from-top:before {
  background-image: linear-gradient(to bottom, #01123d, transparent);
}

.img-bg.gradient-overlay.from-right:before {
  background-image: linear-gradient(to left, #01123d, transparent 50%);
}

.img-bg.gradient-overlay.from-bottom:before {
  background-image: linear-gradient(to top, #01123d, transparent);
}

.img-bg.gradient-overlay.from-left:before {
  background-image: linear-gradient(to right, #01123d, transparent 50%);
}

.img-bg .img-bg-content {
  position: relative;
  z-index: 1;
}

.img-bg.lg {
  padding: 80px 0;
  position: relative;
  min-height: 670px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-bg.lg {
    padding: 30px 0;
    min-height: 470px;
  }
}

@media (max-width: 767px) {
  .img-bg.lg {
    padding: 20px 0;
    min-height: 350px;
  }
  .img-bg.lg.type-join-us {
    min-height: 400px;
  }
}

.img-bg.lg .subheading {
  font-weight: 400;
}

.img-bg.md {
  padding: 80px 0;
  position: relative;
  min-height: 470px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-bg.md {
    padding: 30px 0;
    min-height: 370px;
  }
}

@media (max-width: 767px) {
  .img-bg.md {
    padding: 20px 0;
    min-height: 280px;
  }
}

.img-bg.md .img-bg-content {
  margin-top: 0;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .img-bg.md .img-bg-content {
    margin-bottom: 40px;
  }
}

.img-bg .plane-icon {
  margin-top: 80px;
  width: 60px;
  height: 62px;
}

.img-bg-content {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 64%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-bg-content {
    max-width: 85%;
  }
}

@media (max-width: 767px) {
  .img-bg-content {
    max-width: 95%;
  }
}

.img-bg-content .join-us {
  margin-bottom: 0;
}

.img-bg-content.text-position-left {
  margin-left: 0;
  margin-right: auto;
}

.img-bg-content.text-position-right {
  margin-left: auto;
  margin-right: 0;
  max-width: 550px;
}

.img-bg-content.text-position-center {
  margin-left: auto;
  margin-right: auto;
}

.img-bg-content.text-alignment-left {
  text-align: left;
}

.img-bg-content.text-alignment-center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .img-bg-content.text-alignment-center {
    max-width: 540px;
  }
}

.img-bg-content.text-color-white .heading {
  color: #fff;
}

.img-bg-content.text-color-white .subheading {
  color: #d5dbe5;
}

.img-bg-content.text-color-blue-black .heading {
  color: #005cf5;
}

.img-bg-content.text-color-blue-black .subheading {
  color: #000;
}

.img-bg-content .preheading {
  max-width: 530px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3em;
  letter-spacing: 0.14em;
}

.img-bg-content .preheading {
  font-size: 22px !important;
}

@media screen and (min-width: 767px) {
  .img-bg-content .preheading {
    font-size: calc(22px + 13 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .img-bg-content .preheading {
    font-size: 35px !important;
  }
}

.img-bg-content .heading {
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9;
  font-weight: 800;
  font-family: "Museo Slab", Impact, sans-serif;
  letter-spacing: 0.03em;
}

.img-bg-content .heading {
  font-size: 36px !important;
}

@media screen and (min-width: 767px) {
  .img-bg-content .heading {
    font-size: calc(36px + 36 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .img-bg-content .heading {
    font-size: 72px !important;
  }
}

.img-bg-content .subheading {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
}

.img-bg-content .subheading {
  font-size: 28px !important;
}

@media screen and (min-width: 767px) {
  .img-bg-content .subheading {
    font-size: calc(28px + 22 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .img-bg-content .subheading {
    font-size: 50px !important;
  }
}

.img-bg-content .description {
  margin-top: 1em;
  width: 80%;
  max-width: 460px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.3em;
  letter-spacing: 0.02em;
}

.img-bg-content .description {
  font-size: 16px !important;
}

@media screen and (min-width: 767px) {
  .img-bg-content .description {
    font-size: calc(16px + 14 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .img-bg-content .description {
    font-size: 30px !important;
  }
}

.img-bg-content .cta-btns {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .img-bg-content .cta-btns {
    margin-top: 3vmax;
    margin-bottom: -15px;
  }
}

.IE .img-bg {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}

.IE .img-bg.type-join-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.IE .img-bg.type-join-us .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.IE .img-bg.type-join-us .img-bg-content {
  display: -ms-flexbox;
  display: flex;
}

.IE .img-bg.type-join-us .logo-mobile, .IE .img-bg.type-join-us .img-bg-content {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.IE .img-bg.type-join-us .logo-mobile {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .IE .img-bg.type-join-us .logo-mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 567px) {
  .IE .img-bg.type-join-us .logo-mobile {
    margin-top: 105px;
  }
}

@media (max-width: 499px) {
  .IE .img-bg.type-join-us .logo-mobile {
    margin-top: 40px;
  }
}

@media (max-width: 567px) {
  .IE .img-bg.type-join-us .img-bg-content {
    min-height: 100px !important;
    height: auto !important;
  }
}

.IE .img-bg.type-join-us .heading {
  text-transform: none;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .IE .img-bg.type-join-us .hdbtn {
    font-size: 16px !important;
    padding: 0.8em 1.2em;
  }
}

.IE .img-bg.type-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.IE .img-bg.type-text .wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.IE .img-bg.gradient-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-image: linear-gradient(to left, #01123d, transparent);
}

.IE .img-bg.gradient-overlay.from-top:before {
  background-image: linear-gradient(to bottom, #01123d, transparent);
}

.IE .img-bg.gradient-overlay.from-right:before {
  background-image: linear-gradient(to left, #01123d, transparent 50%);
}

.IE .img-bg.gradient-overlay.from-bottom:before {
  background-image: linear-gradient(to top, #01123d, transparent);
}

.IE .img-bg.gradient-overlay.from-left:before {
  background-image: linear-gradient(to right, #01123d, transparent 50%);
}

.IE .img-bg .img-bg-content {
  position: relative;
  z-index: 1;
}

.IE .img-bg.lg {
  position: relative;
  padding: 80px 0;
  min-height: 670px;
}

.IE .img-bg.lg .img-bg-content {
  min-height: 510px;
  /* IE11 */
  height: 510px;
  /* IE11 */
}

@media (min-width: 768px) and (max-width: 991px) {
  .IE .img-bg.lg {
    padding: 30px 0;
    min-height: 470px;
  }
  .IE .img-bg.lg .img-bg-content {
    min-height: 410px;
    /* IE11 */
    height: 410px;
    /* IE11 */
  }
}

@media (max-width: 767px) {
  .IE .img-bg.lg {
    padding: 20px 0;
    min-height: 350px;
  }
  .IE .img-bg.lg .img-bg-content {
    min-height: 310px;
    /* IE11 */
    height: 310px;
    /* IE11 */
  }
  .IE .img-bg.lg.type-join-us {
    padding: 20px 0;
    min-height: 400px;
    /* IE11 */
  }
  .IE .img-bg.lg.type-join-us .img-bg-content {
    min-height: 360px;
    /* IE11 */
    height: 360px;
    /* IE11 */
  }
}

.IE .img-bg.lg .subheading {
  font-weight: 400;
}

.IE .img-bg.md {
  position: relative;
  padding: 80px 0;
  min-height: 470px;
}

.IE .img-bg.md .img-bg-content {
  min-height: 310px;
  /* IE11 */
  height: 310px;
  /* IE11 */
}

@media (min-width: 768px) and (max-width: 991px) {
  .IE .img-bg.md {
    padding: 30px 0;
    min-height: 370px;
  }
  .IE .img-bg.md .img-bg-content {
    min-height: 310px;
    /* IE11 */
    height: 310px;
    /* IE11 */
  }
}

@media (max-width: 767px) {
  .IE .img-bg.md {
    padding: 20px 0;
    min-height: 280px;
  }
  .IE .img-bg.md .img-bg-content {
    min-height: 240px;
    /* IE11 */
    height: 240px;
    /* IE11 */
  }
}

.IE .img-bg.md .img-bg-content {
  margin-top: 0;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .IE .img-bg.md .img-bg-content {
    margin-bottom: 40px;
  }
}

.IE .img-bg .plane-icon {
  margin-top: 80px;
  width: 60px;
  height: 62px;
}

.IE .img-bg-content {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 64%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .IE .img-bg-content {
    max-width: 85%;
  }
}

@media (max-width: 767px) {
  .IE .img-bg-content {
    max-width: 95%;
  }
}

.IE .img-bg-content .join-us {
  width: 100%;
  margin-bottom: 0;
}

.IE .img-bg-content.text-position-left {
  margin-left: 0;
  margin-right: auto;
}

.IE .img-bg-content.text-position-right {
  margin-left: auto;
  margin-right: 0;
  max-width: 550px;
}

.IE .img-bg-content.text-position-center {
  margin-left: auto;
  margin-right: auto;
}

.IE .img-bg-content.text-alignment-left {
  text-align: left;
}

.IE .img-bg-content.text-alignment-center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .IE .img-bg-content.text-alignment-center {
    max-width: 540px;
  }
}

.IE .img-bg-content.text-color-white .heading {
  color: #fff;
}

.IE .img-bg-content.text-color-white .subheading {
  color: #d5dbe5;
}

.IE .img-bg-content.text-color-blue-black .heading {
  color: #005cf5;
}

.IE .img-bg-content.text-color-blue-black .subheading {
  color: #000;
}

.IE .img-bg-content .preheading {
  width: 100%;
  max-width: 530px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3em;
  letter-spacing: 0.14em;
}

.IE .img-bg-content .preheading {
  font-size: 22px !important;
}

@media screen and (min-width: 767px) {
  .IE .img-bg-content .preheading {
    font-size: calc(22px + 13 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .IE .img-bg-content .preheading {
    font-size: 35px !important;
  }
}

.IE .img-bg-content .heading {
  width: 100%;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9;
  font-weight: 800;
  font-family: "Museo Slab", Impact, sans-serif;
  letter-spacing: 0.03em;
}

.IE .img-bg-content .heading {
  font-size: 36px !important;
}

@media screen and (min-width: 767px) {
  .IE .img-bg-content .heading {
    font-size: calc(36px + 36 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .IE .img-bg-content .heading {
    font-size: 72px !important;
  }
}

.IE .img-bg-content .subheading {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
}

.IE .img-bg-content .subheading {
  font-size: 28px !important;
}

@media screen and (min-width: 767px) {
  .IE .img-bg-content .subheading {
    font-size: calc(28px + 22 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .IE .img-bg-content .subheading {
    font-size: 50px !important;
  }
}

.IE .img-bg-content .description {
  margin-top: 1em;
  width: 80%;
  max-width: 460px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.3em;
  letter-spacing: 0.02em;
}

.IE .img-bg-content .description {
  font-size: 16px !important;
}

@media screen and (min-width: 767px) {
  .IE .img-bg-content .description {
    font-size: calc(16px + 14 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .IE .img-bg-content .description {
    font-size: 30px !important;
  }
}

.IE .img-bg-content .cta-btns {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .IE .img-bg-content .cta-btns {
    margin-top: 3vmax;
    margin-bottom: -15px;
  }
}

.priorities .priorities-heading {
  width: calc(33.33333% - 9px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .priorities .priorities-heading {
    width: calc(50% - 9px);
  }
}

@media (max-width: 767px) {
  .priorities .priorities-heading {
    width: 100%;
  }
}

.priorities-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4.5px;
  margin-right: -4.5px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.priority-card {
  min-height: 100vh;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: none;
  flex: none;
  margin: 20px 4.5px;
  width: calc(33.33333% - 9px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .priority-card {
    width: calc(50% - 9px);
  }
}

@media (max-width: 767px) {
  .priority-card {
    margin: 0;
    width: 100%;
  }
  .IE .priority-card {
    margin-bottom: 10px !important;
  }
}

.priorities {
  margin-top: -230px;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .priorities {
    margin-top: -150px;
  }
}

.priorities .priorities-heading {
  margin-left: 0;
  border-radius: 8px 50px 8px 8px;
  background-color: #c04c36;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 30px 30px 30px 50px;
  line-height: 1;
}

.priorities .priorities-heading {
  font-size: 16px !important;
}

@media screen and (min-width: 767px) {
  .priorities .priorities-heading {
    font-size: calc(16px + 14 * ((100vw - 767px) / 432)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .priorities .priorities-heading {
    font-size: 30px !important;
  }
}

@media (max-width: 1199px) {
  .priorities .priorities-heading {
    margin-top: 95px;
  }
}

@media (max-width: 767px) {
  .priorities .priorities-heading {
    margin: 0;
    font-size: 24px !important;
    padding-left: 15px;
  }
  .IE .priorities .priorities-heading {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .priorities {
    margin-top: 0 !important;
  }
}

@supports ((display: -ms-grid) or (display: grid)) {
  .priorities {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 9px;
    grid-row-gap: 10px;
  }
  .priorities .priorities-heading {
    -ms-grid-column: span 3;
    grid-column: span 3;
    width: auto !important;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .priorities {
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
    }
  }
  @media (max-width: 767px) {
    .priorities {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 10px;
    }
  }
  .priorities-cards {
    grid-column: 1 / -1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 9px;
    grid-row-gap: 40px;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .priorities-cards {
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
    }
  }
  @media (max-width: 767px) {
    .priorities-cards {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 10px;
    }
  }
  .priority-card {
    width: 100%;
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
    grid-column: span 3;
  }
}

.priority-card {
  min-height: 410px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .priority-card:before, .priority-card:after {
    position: absolute;
    display: block;
    content: '';
    background-size: 100% 100%;
    height: 110%;
    width: 100%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
  }
  .priority-card:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='122' height='131' viewBox='0 0 122 131'%3E%3Cpath fill='rgb(2, 27, 91)' d='M117.391 4.1c-2.9-2.7-6.8-4.1-11.8-4.1H2.99c-.8 0-1.6.3-2.1 1a3.008 3.008 0 0 0-.8 2.874V124.1c-.1 1.8.4 3.5 1.5 4.9 1.1 1.2 2.7 1.9 4.3 1.8 1.8-.1 3.5-.7 5-1.8 1.9-1.2 3.7-2.5 5.3-4 2.2-1.8 4.6-3.1 7.3-4 3.5-1.2 7.1-1.8 10.8-1.8h71.3c5 0 8.9-1.4 11.8-4.1 2.9-2.8 4.4-6.6 4.4-11.5v-88c0-4.9-1.5-8.8-4.4-11.5'/%3E%3C/svg%3E");
  }
  .priority-card:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='122' height='131' viewBox='0 0 122 131'%3E%3Cpath fill='rgb(1, 18, 61)' d='M117.391 4.1c-2.9-2.7-6.8-4.1-11.8-4.1H2.99c-.8 0-1.6.3-2.1 1a3.008 3.008 0 0 0-.8 2.874V124.1c-.1 1.8.4 3.5 1.5 4.9 1.1 1.2 2.7 1.9 4.3 1.8 1.8-.1 3.5-.7 5-1.8 1.9-1.2 3.7-2.5 5.3-4 2.2-1.8 4.6-3.1 7.3-4 3.5-1.2 7.1-1.8 10.8-1.8h71.3c5 0 8.9-1.4 11.8-4.1 2.9-2.8 4.4-6.6 4.4-11.5v-88c0-4.9-1.5-8.8-4.4-11.5'/%3E%3C/svg%3E");
  }
}

.priority-card .content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 357px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.priority-card .ic-wrapper {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex: none;
  flex: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 4px #e5e1e6;
  color: #e5e1e6;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  transition: 0.2s ease;
  margin-left: 20px;
}

.priority-card .ic-wrapper .ic {
  display: inline-block;
  transition: 0.2s ease;
}

@media (max-width: 767px) {
  .priority-card .ic-wrapper {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.priority-card:hover .ic-wrapper {
  border-color: #fff;
  color: #fff;
}

.priority-card:hover .heading {
  color: #fff;
}

@media (min-width: 768px) {
  .priority-card:hover .heading {
    margin-bottom: 15px;
  }
}

.priority-card:hover .heading:before {
  width: 150px;
}

.priority-card .heading {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  text-transform: uppercase;
  color: #e5e1e6;
  line-height: 1;
  letter-spacing: 2.4px;
  font-weight: 800;
  margin: 0;
  transition: 0.2s ease;
  word-break: initial;
  word-break: break-word;
}

.priority-card .heading {
  font-size: 24px !important;
}

@media screen and (min-width: 320px) {
  .priority-card .heading {
    font-size: calc(24px + 8 * ((100vw - 320px) / 447)) !important;
  }
}

@media screen and (min-width: 767px) {
  .priority-card .heading {
    font-size: 32px !important;
  }
}

@media (min-width: 992px) {
  .priority-card .heading {
    font-size: 39px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .priority-card .heading {
    font-size: 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .priority-card .heading {
    font-size: 35px !important;
  }
}

.priority-card .heading:before {
  transition: 0.2s ease;
  display: block;
  position: absolute;
  top: -26px;
  height: 6px;
  width: 100px;
  background-color: #d6533b;
  content: '';
}

@media (min-width: 992px) {
  .priority-card:nth-child(6n+1):before, .priority-card:nth-child(6n+3):before {
    display: block;
  }
  .priority-card:nth-child(6n+1):after, .priority-card:nth-child(6n+3):after {
    display: none;
  }
  .priority-card:nth-child(6n+2):before {
    display: none;
  }
  .priority-card:nth-child(6n+2):after {
    display: block;
  }
  .priority-card:nth-child(6n+1):before, .priority-card:nth-child(6n+1):after, .priority-card:nth-child(6n+2):before, .priority-card:nth-child(6n+2):after, .priority-card:nth-child(6n+3):before, .priority-card:nth-child(6n+3):after {
    bottom: -10%;
  }
  .priority-card:nth-child(6n+4):before, .priority-card:nth-child(6n+4):after, .priority-card:nth-child(6n+5):before, .priority-card:nth-child(6n+5):after, .priority-card:nth-child(6n):before, .priority-card:nth-child(6n):after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -10%;
  }
  .priority-card:nth-child(3n+2):before {
    display: none;
  }
  .priority-card:nth-child(3n+2):after {
    display: block;
  }
  .priority-card:nth-child(6n+4):before, .priority-card:nth-child(6n):before {
    display: block;
  }
  .priority-card:nth-child(6n+4):after, .priority-card:nth-child(6n):after {
    display: none;
  }
  .priority-card:nth-child(6n+5):before {
    display: none;
  }
  .priority-card:nth-child(6n+5):after {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .priority-card {
    min-height: 298px;
  }
  .priority-card .content {
    min-height: 298px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .priority-card {
    min-height: 335px;
  }
  .priority-card .content {
    min-height: 335px;
  }
  .priority-card:nth-child(4n+1):before, .priority-card:nth-child(4n+1):after, .priority-card:nth-child(4n+2):before, .priority-card:nth-child(4n+2):after {
    bottom: -10%;
  }
  .priority-card:nth-child(4n+3):before, .priority-card:nth-child(4n+3):after, .priority-card:nth-child(4n):before, .priority-card:nth-child(4n):after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -10%;
  }
  .priority-card:nth-child(3n+2):before {
    display: none;
  }
  .priority-card:nth-child(3n+2):after {
    display: block;
  }
  .priority-card:nth-child(2n+1):before {
    display: none;
  }
  .priority-card:nth-child(2n+1):after {
    display: block;
  }
  .priority-card:nth-child(2n):before {
    display: block;
  }
  .priority-card:nth-child(2n):after {
    display: none;
  }
}

@media (max-width: 767px) {
  .priority-card {
    background-color: #021b5b;
    border-radius: 10px !important;
    min-height: 230px;
  }
  .priority-card:nth-child(2n) {
    background-color: #01123d;
  }
  .priority-card .content {
    min-height: 230px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .priority-card {
    min-height: 150px;
  }
  .priority-card .content {
    min-height: 150px;
    padding: 30px 15px;
  }
}

.quote {
  margin-bottom: 40px;
  width: 100%;
}

.quote .stripe {
  margin-bottom: 30px;
}

.quote.bg {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  padding: 60px;
  background-color: #d8d8d8;
  min-height: 630px;
}

@media (max-width: 767px) {
  .quote.bg {
    min-height: 350px;
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .quote.bg {
    padding: 45px;
    min-height: 500px;
  }
}

.quote.bg .img-bg-content {
  padding: 0 !important;
}

.quote.bg.has-gradient:before {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 72, 191, 0), #003fa7);
}

.quote.bg blockquote {
  margin: 100px 0 0 0;
}

.quote.text {
  margin-top: 100px;
  padding: 15px;
}

@media (max-width: 767px) {
  .quote.text {
    margin-top: 50px;
  }
}

.quote .heading {
  font-family: "Museo Slab", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: 1.3px;
  margin: 0;
  margin-bottom: 0.6em;
  line-height: 1;
  color: #021b5b;
  max-width: 550px;
  text-transform: uppercase;
}

.quote .heading {
  font-size: 36px !important;
}

@media screen and (min-width: 767px) {
  .quote .heading {
    font-size: calc(36px + 29 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .quote .heading {
    font-size: 65px !important;
  }
}

.quote blockquote {
  position: relative;
  color: #c04c36;
  text-align: left;
  z-index: 1;
  padding: 0;
}

@media (max-width: 767px) {
  .quote blockquote {
    margin-top: 50px;
  }
}

.quote blockquote p {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

.quote blockquote p {
  font-size: 26px !important;
}

@media screen and (min-width: 767px) {
  .quote blockquote p {
    font-size: calc(26px + 13 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .quote blockquote p {
    font-size: 39px !important;
  }
}

.quote blockquote p:last-child {
  margin-bottom: 0;
}

.quote blockquote p .author {
  font-size: 0.7em;
  letter-spacing: 0.6px;
  color: #021b5b;
  font-weight: 500;
  white-space: nowrap;
}

.quote .the-quote {
  position: relative;
  z-index: 1;
}

.big-cta-wrapper-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .big-cta-wrapper-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.big-cta-wrapper {
  background-color: #01123d;
  transition: 0.5s ease;
  border-radius: 10px;
  padding: 100px 100px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .big-cta-wrapper {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .big-cta-wrapper {
    padding: 40px 20px;
  }
}

.big-cta-wrapper.one-big-cta {
  cursor: pointer;
}

.big-cta-wrapper.one-big-cta .ic-wrapper {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 4px #e5e1e6;
  color: #e5e1e6;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  transition: 0.2s ease;
}

@media (max-width: 767px) {
  .big-cta-wrapper.one-big-cta .ic-wrapper {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 10px;
  }
}

.big-cta-wrapper.one-big-cta .ic-wrapper .ic {
  display: inline-block;
  transition: 0.2s ease;
  -ms-transform: scale(1);
  transform: scale(1);
}

.big-cta-wrapper.one-big-cta:hover {
  background-color: #021b5b;
}

.big-cta-wrapper.one-big-cta:hover .ic-wrapper {
  border-color: #fff;
  color: #fff;
}

.big-cta-wrapper.one-big-cta:hover .ic-wrapper .ic {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.big-cta-wrapper.one-big-cta:hover .heading {
  color: #fff;
}

.big-cta-wrapper .content {
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-cta-wrapper .preheading {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #c04c36;
  margin-bottom: 0.3em;
  text-align: center;
}

.big-cta-wrapper .preheading {
  font-size: 20px !important;
}

@media screen and (min-width: 767px) {
  .big-cta-wrapper .preheading {
    font-size: calc(20px + 10 * ((100vw - 767px) / 432)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .big-cta-wrapper .preheading {
    font-size: 30px !important;
  }
}

.big-cta-wrapper .heading {
  width: 100%;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #e5e1e6;
  font-family: "Museo Slab", Impact, sans-serif;
  font-weight: 800;
  margin-bottom: 0.3em;
  text-align: center;
  transition: 0.2s ease;
}

.big-cta-wrapper .heading {
  font-size: 26px !important;
}

@media screen and (min-width: 489px) {
  .big-cta-wrapper .heading {
    font-size: calc(26px + 39 * ((100vw - 489px) / 710)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .big-cta-wrapper .heading {
    font-size: 65px !important;
  }
}

.big-cta-wrapper .cta-btns {
  width: 100%;
  text-align: center;
}

.big-cta-wrapper .cta-btns .hdbtn {
  border-radius: 10px;
  margin: 13px;
  min-width: 230px;
  text-align: center;
}

.social-news {
  padding: 15px 15px;
  margin-top: 45px;
}

.social-news .heading {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.3px;
  font-weight: 800;
  font-family: "Museo Slab", Impact, sans-serif;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
  color: #021b5b;
}

.social-news .heading {
  font-size: 36px !important;
}

@media screen and (min-width: 767px) {
  .social-news .heading {
    font-size: calc(36px + 29 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .social-news .heading {
    font-size: 65px !important;
  }
}

.social-news .posts {
  font-family: "Gilroy", HelveticaNeue, Arial, sans-serif;
  margin-top: 55px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .social-news .posts {
    margin-top: 20px;
  }
  .social-news .posts .post {
    width: 100% !important;
  }
}

.social-news .posts .post {
  width: 50%;
  -ms-flex: none;
  flex: none;
  padding: 20px;
  min-height: 180px;
  position: relative;
}

@media (min-width: 992px) {
  .social-news .posts .post:nth-child(2n+1) {
    padding-right: 100px;
  }
  .social-news .posts .post:nth-child(2n) {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .social-news .posts .post:nth-child(2n):before {
    display: block;
    content: '';
    position: absolute;
    height: 178px;
    width: 6px;
    left: -3px;
    background-color: rgba(2, 27, 91, 0.2);
    top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .social-news .posts .post:nth-child(2n+1) {
    padding-right: 40px;
  }
  .social-news .posts .post:nth-child(2n) {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .social-news .posts .post:nth-child(n+2):before {
    display: block;
    content: '';
    position: absolute;
    height: 4px;
    width: 80%;
    left: 20px;
    background-color: rgba(2, 27, 91, 0.2);
    top: -2px;
  }
}

.social-news .posts .post .content {
  color: #c04c36;
  font-weight: 700;
  margin-bottom: 0.7em;
  line-height: 1.2;
}

.social-news .posts .post .content {
  font-size: 24px !important;
}

@media screen and (min-width: 539px) {
  .social-news .posts .post .content {
    font-size: calc(24px + 15 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .social-news .posts .post .content {
    font-size: 39px !important;
  }
}

.social-news .posts .post .content a {
  word-break: break-all;
}

.social-news .posts .post .meta {
  font-weight: 500;
  color: #021b5b;
}

.social-news .posts .post .meta {
  font-size: 16px !important;
}

@media screen and (min-width: 539px) {
  .social-news .posts .post .meta {
    font-size: calc(16px + 16 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .social-news .posts .post .meta {
    font-size: 32px !important;
  }
}

.social-news .posts .post .meta .date {
  text-transform: uppercase;
}

.join-us {
  max-width: 540px;
  margin: 0 auto;
  padding: 15px;
}

.join-us .inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.join-us .inputs input {
  min-width: 100px;
  color: #454546;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0.8em 1.2em;
  border-radius: 10px;
  border: none;
  margin-bottom: 20px;
}

.join-us .inputs input {
  font-size: 16px !important;
}

@media screen and (min-width: 539px) {
  .join-us .inputs input {
    font-size: calc(16px + 8 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .join-us .inputs input {
    font-size: 24px !important;
  }
}

.join-us .inputs input:focus {
  outline: none;
}

.join-us .inputs input#email {
  width: calc(100% - 153px);
}

@media (max-width: 499px) {
  .join-us .inputs input#email {
    width: 100%;
    margin-right: 0;
  }
}

.join-us .inputs input#zip {
  width: 140px;
}

@media (max-width: 499px) {
  .join-us .inputs input#zip {
    width: 100%;
  }
}

.join-us .hdbtn {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
}

.social-list {
  max-width: 240px;
  padding: 0;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
}

.social-list a {
  display: block;
  line-height: 1;
  font-size: 45px;
  height: 45px;
  width: 45px;
  margin: 0;
  padding: 0;
  color: #e5e1e6;
}

.social-list a:hover, .social-list a:focus {
  color: #fff !important;
}

.social-list .social-icon {
  display: block;
  margin: 5px 10px;
}

.social-list .social-icon:first-child {
  margin-left: 0;
}

.social-list .social-icon:last-child {
  margin-right: 0;
}

.text-image {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #021b5b;
}

.text-image .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-image .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.text-image .img img {
  margin-bottom: 40px;
  border-radius: 10px 50px 10px 10px;
}

@media (min-width: 768px) {
  .text-image.by-half {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .text-image.by-half .container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-image.by-half .text {
    width: 50%;
    padding: 0 10px 0 100px;
  }
  .text-image.by-half .img {
    width: 50%;
    padding: 0 10px;
  }
  .text-image.by-half .img img {
    margin-bottom: 0;
    margin-left: -100px;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    border-radius: 0 50px 0 0;
  }
  .text-image.by-half:nth-of-type(2n+1) .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .text-image.by-half:nth-of-type(2n+1) .text {
    padding: 0 65px 0 15px;
  }
  .text-image.by-half:nth-of-type(2n+1) .img img {
    margin-left: 0;
    margin-right: -100px;
    border-radius: 0 0 0 50px;
  }
}

.text-image.by-half .subheading, .text-image.by-half .description {
  text-transform: none;
  font-family: "Gilroy", HelveticaNeue, Arial, sans-serif;
}

.text-image .heading {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.3px;
  font-weight: 800;
  font-family: "Museo Slab", Impact, sans-serif;
  margin-top: 0.4em;
  margin-bottom: 1em;
}

.text-image .heading {
  font-size: 28px !important;
}

@media screen and (min-width: 539px) {
  .text-image .heading {
    font-size: calc(28px + 37 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .text-image .heading {
    font-size: 65px !important;
  }
}

.text-image .subheading {
  font-family: "Museo Slab", Impact, sans-serif;
  font-weight: 800;
  margin-bottom: 0.6em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-image .subheading {
  font-size: 30px !important;
}

@media screen and (min-width: 539px) {
  .text-image .subheading {
    font-size: calc(30px + 15 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .text-image .subheading {
    font-size: 45px !important;
  }
}

.text-image .description {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0;
}

.text-image .description {
  font-size: 16px !important;
}

@media screen and (min-width: 539px) {
  .text-image .description {
    font-size: calc(16px + 14 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .text-image .description {
    font-size: 30px !important;
  }
}

.text-image .description p {
  margin-bottom: 40px;
}

.text-image .stripe {
  margin-top: 0;
}

.text-image .cta-btns {
  margin-top: 30px;
}

.text-image .cta-btns .hdbtn {
  text-transform: none;
  line-height: 0.08em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-id-101 .text-image + .text-image .container {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-id-101 .text-image + .text-image .container .text {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .page-id-101 .text-image + .text-image .container {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-id-101 .text-image + .text-image .container .text {
    margin-top: 70px;
  }
}

.form {
  padding: 0 100px;
  margin-bottom: 50px;
}

.form .warningTextareaInfo {
  display: none;
}

.form .validation_error {
  display: block;
  background: #a81a1a;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 60px;
}

.form .gfield_description.validation_message {
  color: #a81a1a;
}

.form .form-section-heading, .form .form-heading {
  line-height: 1;
  margin-bottom: 0.8em;
  letter-spacing: 0.02em;
  color: #021b5b;
  font-weight: 800;
  font-family: "Museo Slab", Impact, sans-serif;
  text-transform: uppercase;
}

.form .form-section-heading {
  margin-left: -100px;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}

.form .form-section-heading {
  font-size: 32px !important;
}

@media screen and (min-width: 539px) {
  .form .form-section-heading {
    font-size: calc(32px + 8 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .form .form-section-heading {
    font-size: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form {
    padding: 0 60px;
  }
  .form .form-section-heading {
    margin-left: -60px;
  }
}

@media (max-width: 767px) {
  .form {
    padding: 0 15px;
  }
  .form .form-section-heading {
    margin-left: -15px;
  }
}

.form select {
  line-height: 30px;
  color: #021b5b;
  margin-bottom: 0.4em;
  letter-spacing: 0.02em;
  font-weight: 500;
  border: 3px solid #021b5b;
  padding: 0.2em;
  width: 545px;
  max-width: 100%;
}

.form select {
  font-size: 20px !important;
}

@media screen and (min-width: 539px) {
  .form select {
    font-size: calc(20px + 0 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .form select {
    font-size: 20px !important;
  }
}

.form select:focus {
  outline: none;
}

.form input::-webkit-input-placeholder {
  color: #454546;
}

.form input:-ms-input-placeholder {
  color: #454546;
}

.form input::placeholder {
  color: #454546;
}

.form textarea::-webkit-input-placeholder {
  color: #454546 !important;
}

.form textarea:-ms-input-placeholder {
  color: #454546 !important;
}

.form textarea::placeholder {
  color: #454546 !important;
}

.form input, .form textarea {
  max-width: none;
  display: block;
  width: 100%;
  color: #021b5b;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0.8em 1.2em;
  border-radius: 10px;
  border: 3px solid #021b5b;
}

.form input, .form textarea {
  font-size: 16px !important;
}

@media screen and (min-width: 539px) {
  .form input, .form textarea {
    font-size: calc(16px + 0 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .form input, .form textarea {
    font-size: 16px !important;
  }
}

.form input:focus, .form textarea:focus {
  outline: none;
}

.form input[aria-invalid="true"], .form textarea[aria-invalid="true"] {
  border-color: #a81a1a !important;
}

.form textarea {
  resize: none;
}

.form textarea::-webkit-input-placeholder {
  color: #021b5b;
}

.form textarea:-ms-input-placeholder {
  color: #021b5b;
}

.form textarea::placeholder {
  color: #021b5b;
}

.form .inputs {
  margin-bottom: 30px;
}

.form .form-heading {
  font-size: 24px !important;
}

@media screen and (min-width: 539px) {
  .form .form-heading {
    font-size: calc(24px + 6 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .form .form-heading {
    font-size: 30px !important;
  }
}

.form .radio-wrapper {
  margin-bottom: 40px;
}

.form .radio-wrapper .radio-item {
  display: -ms-flexbox;
  display: flex;
}

.form .radio-wrapper .radio-item input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.form .radio-wrapper .radio-item input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  line-height: 30px;
  color: #021b5b;
  margin-bottom: 0.4em;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-left: 50px;
}

.form .radio-wrapper .radio-item input[type="radio"] + label {
  font-size: 20px !important;
}

@media screen and (min-width: 539px) {
  .form .radio-wrapper .radio-item input[type="radio"] + label {
    font-size: calc(20px + 0 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .form .radio-wrapper .radio-item input[type="radio"] + label {
    font-size: 20px !important;
  }
}

.form .radio-wrapper .radio-item input[type="radio"] + label:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #000;
}

.form .radio-wrapper .radio-item input[type="radio"] + label:after {
  position: absolute;
  display: block;
  content: '';
  top: 3px;
  left: 0;
  margin-top: 6px;
  margin-left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.2s ease;
}

.form .radio-wrapper .radio-item input[type="radio"]:checked + label:after {
  background-color: #000;
}

.IE .field-wrapper {
  margin-bottom: 20px;
  margin-left: 21px;
  margin-right: 21px;
}

.info-form {
  margin-top: 20px;
}

.info-form .form-heading {
  display: none;
}

.info-form .inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px;
}

.IE .info-form .inputs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info-form .inputs .field-wrapper {
  width: calc(33.3333% - 42px);
}

.info-form .inputs .field-wrapper.wrapper-zip, .info-form .inputs .field-wrapper.wrapper-input_3_11, .info-form .inputs .field-wrapper.wrapper-input_3_28_5, .info-form .inputs .field-wrapper.wrapper-input_2_11 {
  width: calc(16.6666% - 42px);
}

@media (max-width: 1199px) {
  .info-form .inputs .field-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}

@supports ((display: -ms-grid) or (display: grid)) {
  .info-form .inputs {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 21px;
    grid-row-gap: 18px;
  }
  @media (max-width: 1199px) {
    .info-form .inputs {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .info-form .inputs .field-wrapper {
    width: auto !important;
    -ms-grid-column: span 4;
    grid-column: span 4;
  }
  .info-form .inputs .field-wrapper.wrapper-zip, .info-form .inputs .field-wrapper.wrapper-input_3_11, .info-form .inputs .field-wrapper.wrapper-input_3_28_5, .info-form .inputs .field-wrapper.wrapper-input_2_11 {
    -ms-grid-column: span 2;
    grid-column: span 2;
  }
  @media (max-width: 1199px) {
    .info-form .inputs .field-wrapper.wrapper-zip, .info-form .inputs .field-wrapper.wrapper-input_3_11, .info-form .inputs .field-wrapper.wrapper-input_3_28_5, .info-form .inputs .field-wrapper.wrapper-input_2_11 {
      -ms-grid-column: span 4;
      grid-column: span 4;
    }
  }
  @media (min-width: 1200px) and (max-width: 1380px) {
    .info-form .inputs .field-wrapper {
      -ms-grid-column: span 6;
      grid-column: span 6;
    }
  }
  .info-form .inputs .hdbtn {
    -ms-grid-column: span 4;
    grid-column: span 4;
  }
  .info-form .inputs input, .info-form .inputs textarea {
    width: 100% !important;
  }
  .info-form .inputs input, .info-form .inputs textarea, .info-form .inputs .hdbtn {
    margin: 0;
  }
}

#field_2_23 p.note {
  font-size: 18px !important;
}

.info-form .hdbtn.lg {
  font-size: 24px !important;
}

@media screen and (min-width: 767px) {
  .info-form .hdbtn.lg {
    font-size: calc(24px + -4 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .info-form .hdbtn.lg {
    font-size: 20px !important;
  }
}

#field_3_27 {
  width: 100%;
}

#field_3_27 .radio-wrapper {
  margin-bottom: 0;
}

#field_3_27 textarea {
  width: calc(100% - 42px);
}

#field_2_5 .radio-wrapper {
  margin-bottom: 0;
}

@supports ((display: -ms-grid) or (display: grid)) {
  #field_3_27 {
    -ms-grid-column: span 12;
    grid-column: span 12;
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    #field_3_27 {
      -ms-grid-column: span 8;
      grid-column: span 8;
    }
  }
  @media (max-width: 767px) {
    #field_3_27 {
      -ms-grid-column: span 4;
      grid-column: span 4;
    }
  }
  #field_3_27 textarea {
    margin-bottom: 0;
    width: calc(100% - 42px);
  }
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .info-form .inputs input {
    -ms-grid-column: span 6;
    grid-column: span 6;
  }
}

#field_2_23 p.note {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .IE .info-form {
    padding: 0 21px;
  }
}

.info-form .hdbtn.lg {
  font-size: 24px !important;
}

@media screen and (min-width: 767px) {
  .info-form .hdbtn.lg {
    font-size: calc(24px + -4 * ((100vw - 767px) / 433)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .info-form .hdbtn.lg {
    font-size: 20px !important;
  }
}

#field_3_27 {
  -ms-grid-column: span 12;
  grid-column: span 12;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #field_3_27 {
    -ms-grid-column: span 8;
    grid-column: span 8;
  }
}

@media (max-width: 767px) {
  #field_3_27 {
    -ms-grid-column: span 4;
    grid-column: span 4;
  }
}

#field_3_27 .radio-wrapper {
  margin-bottom: 0;
}

#field_3_27 textarea {
  margin-bottom: 0;
}

html {
  min-width: 320px;
}

p, h1, h2, h3, h4, h5, h6, a {
  word-break: normal;
}

.html-text {
  color: #021b5b;
  padding: 60px 0;
  font-weight: 500;
}

.html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5, .html-text h6 {
  line-height: 1.2;
  margin-bottom: 1.2em;
  font-weight: 700;
}

.html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5, .html-text h6 {
  font-size: 24px !important;
}

@media screen and (min-width: 768px) {
  .html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5, .html-text h6 {
    font-size: calc(24px + 18 * ((100vw - 768px) / 432)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5, .html-text h6 {
    font-size: 42px !important;
  }
}

.html-text p {
  line-height: 1.5;
  margin-bottom: 1.3em;
  letter-spacing: 0.02em;
}

.html-text p {
  font-size: 20px !important;
}

@media screen and (min-width: 768px) {
  .html-text p {
    font-size: calc(20px + 10 * ((100vw - 768px) / 432)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .html-text p {
    font-size: 30px !important;
  }
}

@media (max-width: 991px) {
  .html-text p {
    line-height: 1.6;
    font-size: 16px;
  }
}

.html-text p:last-of-type {
  margin-bottom: 0;
}

.html-text.text-align-left {
  text-align: left;
}

.html-text.text-align-right {
  text-align: right;
}

.html-text.text-align-center {
  text-align: center;
}

.gap {
  width: 100%;
  display: block;
}

.gap-10 {
  height: 10px;
}

@media (max-width: 767px) {
  .gap-10 {
    height: 5px;
  }
}

.gap-20 {
  height: 20px;
}

@media (max-width: 767px) {
  .gap-20 {
    height: 10px;
  }
}

.gap-30 {
  height: 30px;
}

@media (max-width: 767px) {
  .gap-30 {
    height: 15px;
  }
}

.gap-40 {
  height: 40px;
}

@media (max-width: 767px) {
  .gap-40 {
    height: 20px;
  }
}

.gap-50 {
  height: 50px;
}

@media (max-width: 767px) {
  .gap-50 {
    height: 25px;
  }
}

.gap-60 {
  height: 60px;
}

@media (max-width: 767px) {
  .gap-60 {
    height: 30px;
  }
}

.gap-70 {
  height: 70px;
}

@media (max-width: 767px) {
  .gap-70 {
    height: 35px;
  }
}

.gap-80 {
  height: 80px;
}

@media (max-width: 767px) {
  .gap-80 {
    height: 40px;
  }
}

.gap-90 {
  height: 90px;
}

@media (max-width: 767px) {
  .gap-90 {
    height: 45px;
  }
}

.gap-100 {
  height: 100px;
}

@media (max-width: 767px) {
  .gap-100 {
    height: 50px;
  }
}

.gap.lg {
  height: 90px;
}

@media (max-width: 991px) {
  .gap.lg {
    height: 45px;
  }
}

.gap.md {
  height: 60px;
}

@media (max-width: 991px) {
  .gap.md {
    height: 30px;
  }
}

.gap.sm {
  height: 40px;
}

@media (max-width: 991px) {
  .gap.sm {
    height: 20px;
  }
}

.gap.xs {
  height: 20px;
}

@media (max-width: 991px) {
  .gap.xs {
    height: 10px;
  }
}

._p {
  padding: 0px;
}

._pt-0 {
  padding-top: 0px;
}

._pr-0 {
  padding-right: 0px;
}

._pb-0 {
  padding-bottom: 0px;
}

._pl-0 {
  padding-left: 0px;
}

._p {
  padding: 10px;
}

._pt-10 {
  padding-top: 10px;
}

._pr-10 {
  padding-right: 10px;
}

._pb-10 {
  padding-bottom: 10px;
}

._pl-10 {
  padding-left: 10px;
}

._p {
  padding: 20px;
}

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

._pr-20 {
  padding-right: 20px;
}

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

._pl-20 {
  padding-left: 20px;
}

._p {
  padding: 30px;
}

._pt-30 {
  padding-top: 30px;
}

._pr-30 {
  padding-right: 30px;
}

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

._pl-30 {
  padding-left: 30px;
}

._p {
  padding: 40px;
}

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

._pr-40 {
  padding-right: 40px;
}

._pb-40 {
  padding-bottom: 40px;
}

._pl-40 {
  padding-left: 40px;
}

._p {
  padding: 50px;
}

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

._pr-50 {
  padding-right: 50px;
}

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

._pl-50 {
  padding-left: 50px;
}

._p {
  padding: 60px;
}

._pt-60 {
  padding-top: 60px;
}

._pr-60 {
  padding-right: 60px;
}

._pb-60 {
  padding-bottom: 60px;
}

._pl-60 {
  padding-left: 60px;
}

._p {
  padding: 70px;
}

._pt-70 {
  padding-top: 70px;
}

._pr-70 {
  padding-right: 70px;
}

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

._pl-70 {
  padding-left: 70px;
}

._p {
  padding: 80px;
}

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

._pr-80 {
  padding-right: 80px;
}

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

._pl-80 {
  padding-left: 80px;
}

._p {
  padding: 90px;
}

._pt-90 {
  padding-top: 90px;
}

._pr-90 {
  padding-right: 90px;
}

._pb-90 {
  padding-bottom: 90px;
}

._pl-90 {
  padding-left: 90px;
}

._m {
  margin: 0px;
}

._mt-0 {
  margin-top: 0px;
}

._mr-0 {
  margin-right: 0px;
}

._mb-0 {
  margin-bottom: 0px;
}

._ml-0 {
  margin-left: 0px;
}

._m {
  margin: 10px;
}

._mt-10 {
  margin-top: 10px;
}

._mr-10 {
  margin-right: 10px;
}

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

._ml-10 {
  margin-left: 10px;
}

._m {
  margin: 20px;
}

._mt-20 {
  margin-top: 20px;
}

._mr-20 {
  margin-right: 20px;
}

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

._ml-20 {
  margin-left: 20px;
}

._m {
  margin: 30px;
}

._mt-30 {
  margin-top: 30px;
}

._mr-30 {
  margin-right: 30px;
}

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

._ml-30 {
  margin-left: 30px;
}

._m {
  margin: 40px;
}

._mt-40 {
  margin-top: 40px;
}

._mr-40 {
  margin-right: 40px;
}

._mb-40 {
  margin-bottom: 40px;
}

._ml-40 {
  margin-left: 40px;
}

._m {
  margin: 50px;
}

._mt-50 {
  margin-top: 50px;
}

._mr-50 {
  margin-right: 50px;
}

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

._ml-50 {
  margin-left: 50px;
}

._m {
  margin: 60px;
}

._mt-60 {
  margin-top: 60px;
}

._mr-60 {
  margin-right: 60px;
}

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

._ml-60 {
  margin-left: 60px;
}

._m {
  margin: 70px;
}

._mt-70 {
  margin-top: 70px;
}

._mr-70 {
  margin-right: 70px;
}

._mb-70 {
  margin-bottom: 70px;
}

._ml-70 {
  margin-left: 70px;
}

._m {
  margin: 80px;
}

._mt-80 {
  margin-top: 80px;
}

._mr-80 {
  margin-right: 80px;
}

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

._ml-80 {
  margin-left: 80px;
}

._m {
  margin: 90px;
}

._mt-90 {
  margin-top: 90px;
}

._mr-90 {
  margin-right: 90px;
}

._mb-90 {
  margin-bottom: 90px;
}

._ml-90 {
  margin-left: 90px;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px;
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper.ratio-16-9 {
  padding-bottom: 56.25% !important;
}

.iframe-wrapper.ratio-1-1 {
  padding-bottom: 100% !important;
}

.iframe-wrapper.ratio-4-3 {
  padding-bottom: 75% !important;
}

.iframe-wrapper.ratio-3-2 {
  padding-bottom: 66.666666% !important;
}

.take-action {
  margin-top: 90px;
}

.take-action .heading {
  text-transform: uppercase;
  color: #c04c36;
  font-family: "Museo Slab", Impact, sans-serif;
  font-weight: 800;
  max-width: 660px;
  line-height: 1.1;
  margin-bottom: 1.25em;
  letter-spacing: 0.02em;
}

.take-action .heading {
  font-size: 20px !important;
}

@media screen and (min-width: 539px) {
  .take-action .heading {
    font-size: calc(20px + 20 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .take-action .heading {
    font-size: 40px !important;
  }
}

.take-action p {
  max-width: 930px;
  line-height: 1.1;
  margin-bottom: 0.7em;
  color: #021b5b;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.take-action p {
  font-size: 20px !important;
}

@media screen and (min-width: 539px) {
  .take-action p {
    font-size: calc(20px + 20 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .take-action p {
    font-size: 40px !important;
  }
}

.take-action p.note {
  margin-top: 20px;
  max-width: 100%;
}

.take-action p.note {
  font-size: 16px !important;
}

@media screen and (min-width: 539px) {
  .take-action p.note {
    font-size: calc(16px + 7 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .take-action p.note {
    font-size: 23px !important;
  }
}

.stripe {
  width: 166px;
  height: 50px;
  display: block;
  content: '';
  background-size: contain;
  background-image: url("../images/logo/stripe.svg");
}

.stripe.centered {
  margin: 40px auto;
}

._uppercase {
  text-transform: uppercase !important;
}

@media (min-width: 1380px) {
  .container {
    max-width: 1310px;
  }
}

/*.admin-bar #header{
    margin-top: 0;
}

@media screen and (max-width: 782px) {
    .admin-bar #header {
        margin-top: 0;
        position: sticky;
    }
}*/
.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.take-action {
  margin-bottom: 100px;
}

@media (min-width: 767px) {
  .row-left-aligned .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.logo-mobile {
  display: none;
}

@media (max-width: 567px) {
  .img-bg.gradient-overlay.from-bottom:before {
    background-image: none !important;
  }
  .video-bg-wrapper {
    display: none !important;
  }
  .row-right-aligned .img {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
}

@media (max-width: 567px) {
  .hero-vid-wrap .img-bg {
    background-color: #021b5b !important;
  }
  .hero-vid-wrap .heading {
    display: none;
  }
  .page-id-15 .img-bg.type-text {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .img-bg.type-join-us .heading {
    max-width: 100%;
  }
  .page-id-15 .img-bg.type-text {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (max-width: 1024px) {
  .page-id-15 .img-bg.type-text {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-id-15 .img-bg.type-text {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .text-image.by-half.row-left-aligned .heading {
    word-break: initial !important;
  }
  .text-image .subheading {
    font-size: calc(30px + 1 * ((100vw - 539px) / 660)) !important;
  }
  .img-bg.type-join-us .heading {
    max-width: 100%;
  }
}

.text-image ._text {
  letter-spacing: 1.8px;
}

.home .text-image .subheading {
  font-size: 20px !important;
}

@media screen and (min-width: 539px) {
  .home .text-image .subheading {
    font-size: calc(20px + 10 * ((100vw - 539px) / 660)) !important;
  }
}

@media screen and (min-width: 1199px) {
  .home .text-image .subheading {
    font-size: 30px !important;
  }
}

.page-id-13 .img-bg.gradient-overlay.from-left:before {
  background-image: linear-gradient(to right, #01123d, transparent 150%);
}

.page-id-13 .form-heading::before {
  width: 166px;
  height: 50px;
  display: inline-block;
  content: '';
  background-size: contain;
  background-image: url(../images/logo/stripe.svg);
  margin-left: -100px;
  margin-right: 20px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page-id-13 .form-heading::before {
    margin-left: -60px;
    background-size: cover;
    width: 106px;
    height: 32px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .page-id-13 .form-heading::before {
    display: none;
  }
}

@media (min-width: 920px) and (max-width: 1200px) {
  .page-id-15 .gradient-overlay .wrapper {
    text-align: right !important;
  }
}

@media (max-width: 990px) {
  .info-form .inputs {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .home .text-image .heading {
    margin-bottom: 0 !important;
  }
  .home .row-left-aligned {
    margin-bottom: 20px;
  }
  .home .priorities-heading {
    margin-bottom: 0;
  }
}

.priorities-container {
  z-index: 1;
  position: relative;
}

.img-animate {
  transition: 1s all ease-out;
  opacity: 0;
}

.img-animate.in-view {
  opacity: 1;
}

.hdbtn.grenadier-white a {
  color: #ffffff !important;
}

.hdbtn.grenadier-white a:hover {
  color: #c04c36 !important;
}

.hdbtn.grenadier-white:hover a {
  color: #c04c36 !important;
}

.social-news .post .content a {
  word-break: break-word;
}

/*# sourceMappingURL=app.css.map */
