/********** VARIABLES **********/
/********** RESET **********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: 100%/150%;
  vertical-align: baseline;
  font-family: "Nunito", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efedea;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}
html.menu-open body {
  position: fixed;
  width: 100%;
}
html.open-mobile-nav body {
  overflow: hidden;
}
body.solid .s-page {
  padding-top: 55.22px;
}
@media (min-width: 960px) {
  body.solid .s-page {
    padding-top: 120px;
  }
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/********** LOCOMOTIVE SCROLL **********/
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
  -ms-transform: scaleX(1.45);
  transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/********** GLOBAL **********/
.container {
  width: 85%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-style: normal;
  word-break: break-word;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #cf1016;
}
h1, h1 * {
  font-size: calc(2.25rem + ((1vw - 3.2px) * 3.3333));
  font-family: "Space Grotesk", sans-serif;
  line-height: 1;
  font-weight: bold !important;
}
@media (max-width: 320px) {
  h1, h1 * {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  h1, h1 * {
    font-size: 72px;
  }
}
h2, h2 * {
  font-size: calc(1.875rem + ((1vw - 3.2px) * 2.2222));
  font-family: "Space Grotesk", sans-serif;
  line-height: 1;
  font-weight: normal !important;
}
@media (max-width: 320px) {
  h2, h2 * {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  h2, h2 * {
    font-size: 54px;
  }
}
h3, h3 * {
  font-size: calc(1.5rem + ((1vw - 3.2px) * 1.1111));
  font-family: "Space Grotesk", sans-serif;
  font-weight: normal !important;
  line-height: 1;
}
@media (max-width: 320px) {
  h3, h3 * {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  h3, h3 * {
    font-size: 36px;
  }
}
h4, h4 * {
  font-size: calc(1.3125rem + ((1vw - 3.2px) * 0.8333));
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  margin-bottom: 12px;
}
@media (max-width: 320px) {
  h4, h4 * {
    font-size: 21px;
  }
}
@media (min-width: 1920px) {
  h4, h4 * {
    font-size: 30px;
  }
}
h5, h5 * {
  font-size: calc(1rem + ((1vw - 3.2px) * 0.463));
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  margin-bottom: 8px;
}
@media (max-width: 320px) {
  h5, h5 * {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  h5, h5 * {
    font-size: 21px;
  }
}
p {
  font-size: calc(0.875rem + ((1vw - 3.2px) * 0.1852));
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 320px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  p {
    font-size: 16px;
  }
}
p a {
  color: #cf1016;
}
p.larger-p {
  font-size: calc(1.125rem + ((1vw - 3.2px) * 0.4464));
  font-weight: 300;
}
@media (max-width: 320px) {
  p.larger-p {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  p.larger-p {
    font-size: 23px;
  }
}
.btn {
  text-decoration: none;
  background-color: #cf1016;
  display: table;
  padding: 10px 32px;
  position: relative;
  text-transform: capitalize;
}
.btn span {
  font-family: "Space Grotesk", sans-serif;
  text-transform: capitalize;
  color: white !important;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF181E;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.btn:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.btn.white {
  background-color: white;
}
.btn.white span {
  color: #cf1016 !important;
}
.btn.white:after {
  background-color: white;
}
.wysiwyg {
  max-width: 800px;
}
.wysiwyg h2 {
  margin-bottom: 24px;
}
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.wysiwyg .line-cap {
  position: relative;
}
.wysiwyg .line-cap:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 48px;
  height: 1px;
  background-color: #25282a;
}
.wysiwyg .line-cap-bottom {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.wysiwyg .line-cap-bottom:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 75px;
  height: 2px;
  background-color: #cf1016;
}
.wysiwyg .red-highlight * {
  color: #cf1016;
  font-weight: bold;
}
.wysiwyg .small-title * {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 0;
}
.wysiwyg ul, .wysiwyg ol {
  margin: 24px 0;
  padding-left: 50px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 5px;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg img.aligncenter {
  display: block;
  margin: auto;
}
.wysiwyg .wp-caption {
  margin-bottom: 24px;
  width: 100% !important;
}
.wysiwyg .wp-caption .wp-caption-text {
  margin-top: 16px;
  width: 100%;
  max-width: 400px;
  font-style: italic;
}
.small-red-divider {
  width: 80px;
  height: 2px;
  background-color: #cf1016;
  margin-bottom: 24px;
}
.page-template-default {
  background-color: #efedea;
}
#page-header #no-header {
  padding: 50px 0;
  background-color: #d7d2cc;
}
@media (min-width: 960px) {
  #page-header #no-header {
    padding: 100px 0;
  }
}
#page-header .full-header {
  padding: 70px 0 0;
  min-height: 95vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-header .full-header .background.image span.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#page-header .full-header .background.image span.color-guard {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -o-linear-gradient(top, rgba(37, 40, 42, 0) 0%, #25282a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 40, 42, 0)), to(#25282a));
  background: linear-gradient(to bottom, rgba(37, 40, 42, 0) 0%, #25282a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0025282a", endColorstr="#25282a",GradientType=0);
  opacity: 0.75;
}
#page-header .full-header .background.color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-header .full-header .background.color.dark {
  background-color: #25282a;
}
#page-header .full-header .background.color.red {
  background-color: #cf1016;
}
#page-header .full-header .container {
  margin: auto auto 100px;
  margin-top: auto;
  position: relative;
  z-index: 3;
}
#page-header .full-header .container #content {
  max-width: 750px;
}
#page-header .full-header .container #content * {
  color: white;
}
#page-header .full-header .container #content h1 {
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  #page-header .full-header {
    padding: 0px;
  }
  #page-header .full-header .container {
    width: 75%;
    max-width: none;
  }
}
#blog-filters input[type="text"], #blog-filters select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #cf1016;
  padding: 8px 4px;
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif !important;
}
#blog-filters input[type="text"] {
  padding-left: 42px;
  background-image: url(assets/images/icon-search.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
#blog-filters select {
  padding-right: 42px;
  background-image: url(assets/images/icon-arrow-down-red.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
#blog-filters input[type="submit"] {
  font-family: "Space Grotesk", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #cf1016;
  color: white;
  font-weight: bold;
  display: table;
  padding: 10px 32px;
  border: none;
  cursor: pointer;
}
@media (min-width: 960px) {
  #blog-filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #blog-filters ul li:first-of-type {
    width: 30%;
  }
  #blog-filters ul li {
    width: 25%;
  }
  #blog-filters ul li:last-of-type {
    width: 10%;
  }
}
.ani-fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
.ani-fade-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/********** HEADER **********/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cf1016;
  z-index: 999;
}
@media (min-width: 960px) {
  header {
    padding: 24px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: transparent;
  }
}
header #color-shield {
  display: none;
}
header #logo {
  position: relative;
  z-index: 3;
}
header #logo img {
  width: 131px;
  display: block;
}
@media (min-width: 960px) {
  header #logo img {
    width: 230px;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
header #mobile-toggle {
  margin-left: auto;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
@media (min-width: 960px) {
  header #mobile-toggle {
    display: none;
  }
}
header #mobile-toggle span {
  width: 20px;
  height: 2px;
  background-color: white;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
header #mobile-toggle span:first-of-type {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
header #mobile-toggle span:nth-child(2) {
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
header #mobile-toggle span:nth-child(2):before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
header #mobile-toggle span:last-of-type {
  margin-bottom: 0;
}
body.open-mobile-menu header #mobile-toggle span:first-of-type {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.open-mobile-menu header #mobile-toggle span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.open-mobile-menu header #mobile-toggle span:nth-child(2):before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.open-mobile-menu header #mobile-toggle span:last-of-type {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
header #menu-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
  height: 100vh;
  background-color: #cf1016;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 960px) {
  header #menu-mobile {
    display: none;
  }
}
header #menu-mobile .menu {
  list-style: none;
}
header #menu-mobile .menu * {
  color: white;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}
header #menu-mobile .menu-main-menu-container ul {
  position: relative;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
header #menu-mobile .menu-main-menu-container li {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header #menu-mobile .menu-main-menu-container li > a {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 14px;
  display: inline-block;
}
header #menu-mobile .menu-main-menu-container li .sub-menu {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 20px 0 0 20px;
}
header #menu-mobile .menu-main-menu-container li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
header #menu-mobile .menu-main-menu-container li.contact-menu-item a {
  background-color: white;
  color: #25282a;
  padding: 4px 36px 4px 14px;
  margin-left: 0;
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container li a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container li:nth-child(1) a {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container li:nth-child(2) a {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container li:nth-child(3) a {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container li:nth-child(4) a {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container li:nth-child(5) a {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
body.open-mobile-menu header #menu-mobile .menu-main-menu-container li:nth-child(6) a {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
header #menu-mobile .menu-main-menu-container li.menu-item-has-children .more {
  background-image: url(assets/images/icon-mobile-menu-arrow.svg);
  display: inline-block;
  background-repeat: no-repeat;
  padding: 8px;
  background-position: center center;
  background-size: 80%;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-left: 5%;
}
header #menu-mobile .menu-main-menu-container li.open-sub .sub-menu {
  display: block;
}
header #menu-mobile .menu-sub-menu-container {
  height: 22px;
  opacity: 1;
  margin-bottom: 25px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header #menu-mobile .menu-sub-menu-container * {
  font-size: 13px;
}
header #menu-mobile .menu-sub-menu-container li {
  margin-bottom: 10px;
  padding-left: 14px;
}
header #menu-mobile .menu-sub-menu-container li > a {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
body.open-mobile-menu header #menu-mobile .menu-sub-menu-container li > a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
body.open-mobile-menu header #menu-mobile .menu-sub-menu-container li:nth-child(1) a {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
body.open-mobile-menu header #menu-mobile .menu-sub-menu-container li:nth-child(2) a {
  -webkit-transition-delay: 0.77s;
  -o-transition-delay: 0.77s;
  transition-delay: 0.77s;
}
body.open-mobile-menu header #menu-mobile .menu-sub-menu-container li:nth-child(3) a {
  -webkit-transition-delay: 0.84s;
  -o-transition-delay: 0.84s;
  transition-delay: 0.84s;
}
body.open-mobile-menu header #menu-mobile {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
header #menu-desktop {
  display: none;
}
@media (min-width: 960px) {
  header #menu-desktop {
    display: block;
    margin-left: auto;
    width: 100%;
    position: relative;
  }
  header #menu-desktop .menu {
    list-style: none;
    text-align: right;
  }
  header #menu-desktop .menu > li {
    display: inline-block;
    margin-right: 4%;
  }
  header #menu-desktop .menu > li:last-of-type {
    margin-right: 0;
  }
  header #menu-desktop .menu > li a {
    color: white;
    font-family: "Space Grotesk", sans-serif;
    text-decoration: none;
  }
  header #menu-desktop .menu-sub-menu-container {
    margin-bottom: 25px;
    opacity: 1;
    height: 22px;
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  }
  header #menu-desktop .menu-sub-menu-container a {
    font-size: 14px;
  }
  header #menu-desktop .menu-sub-menu-container li:last-of-type {
    margin-right: 18px;
  }
  header #menu-desktop .menu-main-menu-container li.contact-menu-item a {
    background-color: #cf1016;
    padding: 6px 16px;
    font-weight: bold;
  }
  header #menu-desktop .menu-main-menu-container a {
    font-size: 17px;
    padding-bottom: 10px;
  }
  header #menu-desktop .menu-main-menu-container li:not(.current-menu-item) > a {
    position: relative;
  }
  header #menu-desktop .menu-main-menu-container li:not(.current-menu-item) > a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  header #menu-desktop .menu-main-menu-container li:not(.current-menu-item) > a:hover:after {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  header #menu-desktop .menu-main-menu-container li.contact-menu-item > a:after, header #menu-desktop .menu-main-menu-container li.current-menu-item > a:after {
    display: none !important;
  }
  header #menu-desktop .menu-main-menu-container li.current-menu-item {
    padding-bottom: 5px;
    border-bottom: 2px solid #cf1016;
  }
}
@media (min-width: 960px) {
  header #color-shield {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150%;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: -o-linear-gradient(top, #25282a 0%, #25282a 1%, rgba(37, 40, 42, 0) 99%, rgba(37, 40, 42, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#25282a), color-stop(1%, #25282a), color-stop(99%, rgba(37, 40, 42, 0)), to(rgba(37, 40, 42, 0)));
    background: linear-gradient(to bottom, #25282a 0%, #25282a 1%, rgba(37, 40, 42, 0) 99%, rgba(37, 40, 42, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25282a", endColorstr="#0025282a",GradientType=0);
    opacity: 1;
  }
  body.shrink header {
    padding: 18px 36px;
    background-color: #25282a;
  }
  body.shrink header #logo img {
    width: 150px;
  }
  body.shrink header #color-shield {
    opacity: 0;
  }
  body.shrink header .menu-sub-menu-container {
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden;
    margin-bottom: 0 !important;
  }
  header.solid {
    background-color: #25282a;
  }
  header.solid #color-shield {
    display: none;
  }
}
/********** FOOTER **********/
footer {
  background-color: #cf1016;
  width: 100%;
}
footer .container {
  padding: 36px 0 18px;
}
@media (min-width: 960px) {
  footer .container {
    padding: 72px 0 15px;
  }
}
footer .container #top #left #footer-logo {
  width: 82px;
}
@media (min-width: 960px) {
  footer .container #top #left #footer-logo {
    width: 110px;
  }
}
footer .container #top #right #contact-info {
  margin-top: 24px;
}
footer .container #top #right #contact-info * {
  color: white;
  text-decoration: none;
}
footer .container #top #right #contact-info h4 a {
  font-size: 30px !important;
}
footer .container #top #right #contact-info h5 {
  font-size: 20px !important;
}
footer .container #top #right #extra-footer-links {
  margin-top: 24px;
}
footer .container #top #right #extra-footer-links a {
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  color: white;
  display: table;
  margin-bottom: 6px;
}
footer .container #top #right #social-media {
  margin-top: 24px;
}
footer .container #top #right #social-media a {
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  color: white;
  display: table;
  margin-bottom: 6px;
}
@media (min-width: 960px) {
  footer .container #top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .container #top #left, footer .container #top #right {
    width: 46%;
  }
  footer .container #top #right #contact-info {
    text-align: right;
    margin-top: 0;
  }
  footer .container #top #right #extra-footer-links {
    text-align: right;
    margin-top: 12px;
  }
  footer .container #top #right #extra-footer-links a {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
  footer .container #top #right #extra-footer-links a:last-of-type {
    margin-right: 0;
  }
  footer .container #top #right #social-media {
    text-align: right;
  }
  footer .container #top #right #social-media a {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
  footer .container #top #right #social-media a:last-of-type {
    margin-right: 0;
  }
}
footer .container #bottom {
  margin-top: 24px;
}
footer .container #bottom #left #legal-links a {
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  color: white;
  display: table;
  margin-bottom: 6px;
}
footer .container #bottom #right #copyright {
  margin-top: 12px;
  color: white;
}
@media (min-width: 960px) {
  footer .container #bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 72px;
  }
  footer .container #bottom #left, footer .container #bottom #right {
    width: 46%;
  }
  footer .container #bottom #left #legal-links a {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
  }
  footer .container #bottom #left #legal-links a:last-of-type {
    margin-right: 0;
  }
  footer .container #bottom #right #copyright {
    text-align: right;
  }
}
/********** HOME PAGE **********/
.home {
  background-color: #25282a;
}
body.safari #page-home, body.ie #page-home {
  background-color: #232628 !important;
}
#page-home #intro {
  width: 100%;
  position: relative;
  padding-top: 55px;
  margin-bottom: 55px;
}
#page-home #intro .video-container {
  position: relative;
}
#page-home #intro .video-container video {
  width: 100%;
}
#page-home #intro .video-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, rgba(37, 40, 42, 0.0001) 0%, #25282A 100%);
}
#page-home #intro .container {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
#page-home #intro .container #contain {
  width: 100%;
  max-width: 550px;
}
#page-home #intro .container #contain * {
  color: white;
}
#page-home #intro .container #contain h1 {
  margin-bottom: 24px;
  -webkit-animation-name: homeHeroFadeup;
  animation-name: homeHeroFadeup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#page-home #intro .container #contain .subline {
  -webkit-animation-name: homeHeroFadeup;
  animation-name: homeHeroFadeup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#page-home #intro .container #contain #stats {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-animation-name: homeHeroFadeup;
  animation-name: homeHeroFadeup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#page-home #intro .container #contain #stats .stat {
  width: 30%;
  max-width: 150px;
}
#page-home #intro .container #contain #stats .stat * {
  font-family: "Space Grotesk", sans-serif;
}
#page-home #intro .container #contain #stats .stat h4 {
  font-weight: bold;
  margin-bottom: 0 !important;
}
#page-home #intro .container #contain #stats .stat h4 * {
  margin-bottom: 0 !important;
}
#page-home #intro .container #contain #stats .stat .text {
  font-size: 17px;
}
@-webkit-keyframes homeHeroFadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes homeHeroFadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 960px) {
  #page-home #intro {
    min-height: 95vh;
    padding: 0;
    margin-bottom: 100px;
    overflow: hidden;
    display: flex;
  }
  #page-home #intro .video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #page-home #intro .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #page-home #intro .container {
    z-index: 142;
    margin: 0 0 0 35px;
    position: static;
    display: flex;
  }
  #page-home #intro .container #contain {
    max-width: none;
    margin-top: auto;
  }
  #page-home #intro .container #contain .wysiwyg {
    max-width: 900px;
  }
  #page-home #intro .container #contain .intro-text {
    position: relative;
    z-index: 50;
  }
  #page-home #intro .container #contain #stats {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 150px;
    display: block;
    z-index: 50;
  }
  #page-home #intro .container #contain #stats .stat {
    width: auto;
    margin-bottom: 50px;
  }
  #page-home #intro .container #contain #stats .stat:last-child {
    margin-bottom: 0;
  }
  #page-home #intro .container #contain #stats .stat .number {
    margin-bottom: 12px !important;
  }
}
#page-home #section-1 {
  position: relative;
  padding: 50px 0;
}
#page-home #section-1 * {
  color: white;
}
#page-home #section-1 #gradient {
  background: -o-linear-gradient(top, rgba(37, 40, 42, 0) 0%, #25282a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 40, 42, 0)), to(#25282a));
  background: linear-gradient(to bottom, rgba(37, 40, 42, 0) 0%, #25282a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0025282a", endColorstr="#25282a",GradientType=0);
  position: absolute;
  top: -25%;
  width: 100%;
  height: 25%;
}
#page-home #section-1 .contain {
  width: 85%;
  margin: auto;
}
#page-home #section-1 .contain #image {
  margin-bottom: 24px;
}
#page-home #section-1 .contain #image img {
  width: 100%;
  height: auto;
  display: block;
}
#page-home #section-1 .contain #content .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
#page-home #section-1 .contain #content .slick-dots li {
  margin-right: 10px;
  cursor: pointer;
}
#page-home #section-1 .contain #content .slick-dots li button {
  background-color: white;
  opacity: 0.19;
  width: 60px;
  height: 5px;
  font-size: 0;
  border: none;
}
#page-home #section-1 .contain #content .slick-dots li.slick-active button {
  opacity: 1;
}
@media (min-width: 960px) {
  #page-home #section-1 .contain {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
  }
  #page-home #section-1 .contain .c-speed-block {
    width: 55%;
  }
  #page-home #section-1 .contain #image {
    margin-bottom: 0;
  }
  #page-home #section-1 .contain #content {
    width: 30%;
    max-width: 750px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: auto;
  }
}
#page-home #section-2 {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}
#page-home #section-2 #mobile-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#page-home #section-2 #mobile-video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#page-home #section-2 #color-guard {
  background-color: #25282A;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  z-index: 2;
}
#page-home #section-2 #text {
  position: relative;
  z-index: 3;
  width: 85%;
  margin: auto;
  padding: 25px 0;
}
#page-home #section-2 #text * {
  color: white;
}
#page-home #section-2 #text #categories {
  margin-top: 40px;
}
#page-home #section-2 #text #categories a {
  display: block;
  background-color: #cf1016;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
  text-decoration: none;
  padding: 10px 0;
}
#page-home #section-2 #text #categories a:last-of-type {
  margin-bottom: 0;
}
#page-home #section-2 #desktop {
  display: none;
}
@media (min-width: 960px) {
  #page-home #section-2 {
    margin-bottom: 100px;
  }
  #page-home #section-2 #contain {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
  }
  #page-home #section-2 #contain #mobile-video, #page-home #section-2 #contain #color-guard {
    display: none;
  }
  #page-home #section-2 #contain #desktop {
    display: block;
    width: 55%;
  }
  #page-home #section-2 #contain #desktop .video-slide {
    display: none;
  }
  #page-home #section-2 #contain #desktop .video-slide video {
    width: 100%;
  }
  #page-home #section-2 #contain #desktop .video-slide.active {
    display: block;
  }
  #page-home #section-2 #contain #text {
    max-width: 575px;
    width: 35%;
    -ms-flex-item-align: top;
    -ms-grid-row-align: top;
    align-self: top;
    margin: 0 auto;
    padding: 0;
  }
  #page-home #section-2 #contain #text #categories a {
    background-color: transparent;
    text-decoration: underline;
    text-align: left;
    padding: 0;
    margin-bottom: 16px;
    display: table;
  }
}
#page-home #section-3 {
  position: relative;
  padding: 45px 0;
}
#page-home #section-3 #bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
#page-home #section-3 #cl-title {
  position: relative;
  z-index: 1;
  color: white;
  padding-left: 7.5%;
}
#page-home #section-3 .image {
  position: relative;
  z-index: 1;
}
#page-home #section-3 .image img {
  width: 100%;
}
#page-home #section-3 .text {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: auto;
}
#page-home #section-3 .text * {
  color: white;
}
@media (min-width: 960px) {
  #page-home #section-3 {
    min-height: 800px;
    margin-bottom: 100px;
  }
  #page-home #section-3 .image {
    position: absolute;
    top: calc(0% - 210px);
    right: 38%;
    z-index: 1;
    transform: scale(0.5) !important;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #page-home #section-3 .image img {
    width: 60vw;
    max-width: 1200px;
    -webkit-animation: float 20s ease-in-out infinite;
    animation: float 20s ease-in-out infinite;
  }
  #page-home #section-3 .image.is-inview {
    transform: scale(1) translateY(-50%) !important;
    top: 50%;
    right: -5%;
  }
  #page-home #section-3 .text {
    max-width: 390px;
    width: auto;
    margin: 58px 0 0 7.5%;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
  }
  #page-home #section-3 .text.is-inview {
    opacity: 1;
  }
}
#page-home #section-4 {
  margin-bottom: 50px;
}
#page-home #section-4 .contain {
  width: 85%;
  margin: auto;
}
#page-home #section-4 .contain #image {
  margin-bottom: 24px;
}
#page-home #section-4 .contain #image img {
  width: 100%;
  height: auto;
  display: block;
}
#page-home #section-4 .contain #text * {
  color: white !important;
}
@media (min-width: 960px) {
  #page-home #section-4 .contain {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
  }
  #page-home #section-4 .contain #image {
    margin-bottom: 0;
    width: 55%;
  }
  #page-home #section-4 .contain #text {
    width: 30%;
    max-width: 750px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: auto;
  }
}
#page-home #section-5 {
  padding: 70px 0 0;
}
#page-home #section-5 .container h2 {
  margin-bottom: 24px;
  color: white;
}
#page-home #section-5 .container #recent-news #post-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#page-home #section-5 .container #recent-news #post-slider a {
  text-decoration: none;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
#page-home #section-5 .container #recent-news #post-slider a .post-image {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  width: 100%;
  height: 100%;
}
#page-home #section-5 .container #recent-news #post-slider a .post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-home #section-5 .container #recent-news #post-slider a .meta {
  background-color: #25282a;
  display: block;
  padding: 24px 24px 24px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page-home #section-5 .container #recent-news #post-slider a .meta .learn-more {
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  display: block;
  font-weight: bold;
  width: auto;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  text-decoration: none;
}
#page-home #section-5 .container #recent-news #post-slider .slick-dots {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#page-home #section-5 .container #recent-news #post-slider .slick-dots li {
  margin-right: 10px;
  cursor: pointer;
}
#page-home #section-5 .container #recent-news #post-slider .slick-dots li button {
  opacity: 0.25;
  width: 60px;
  height: 5px;
  font-size: 0;
  border: none;
}
#page-home #section-5 .container #recent-news #post-slider .slick-dots li.slick-active button {
  opacity: 1;
}
@media (min-width: 960px) {
  #page-home #section-5 {
    padding: 100px 0 0;
  }
  #page-home #section-5 #recent-news {
    position: relative;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.2);
  }
  #page-home #section-5 #recent-news .color-gradient-top {
    background: -o-linear-gradient(top, rgba(37, 40, 42, 0) 0%, #25282a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 40, 42, 0)), to(#25282a));
    background: linear-gradient(to bottom, rgba(37, 40, 42, 0) 0%, #25282a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0025282a", endColorstr="#25282a",GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #page-home #section-5 #recent-news #post-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #page-home #section-5 #recent-news #post-slider .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #page-home #section-5 #recent-news #post-slider .slick-list a {
    position: relative;
  }
  #page-home #section-5 #recent-news #post-slider .slick-list a .post-image {
    position: relative;
    display: block;
    padding-bottom: 0;
    height: 100%;
  }
  #page-home #section-5 #recent-news #post-slider .slick-list a .post-image img {
    width: 100%;
    height: 100%;
    position: static;
  }
  #page-home #section-5 #recent-news #post-slider .slick-list a .meta {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: 40px;
    right: 40px;
    background-color: transparent;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #page-home #section-5 #recent-news #post-slider .slick-list a .meta h4 {
    width: 100%;
    max-width: 600px;
  }
  #page-home #section-5 #recent-news #post-slider .slick-list a .color-gradient-bottom {
    background: -o-linear-gradient(top, rgba(37, 40, 42, 0) 0%, #25282a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 40, 42, 0)), to(#25282a));
    background: linear-gradient(to bottom, rgba(37, 40, 42, 0) 0%, #25282a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0025282a", endColorstr="#25282a",GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 1;
  }
  #page-home #section-5 #recent-news #post-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    z-index: 3;
    left: 40px;
    list-style: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #page-home #section-5 #recent-news #post-slider .slick-dots li {
    margin-right: 10px;
  }
  #page-home #section-5 #recent-news #post-slider .slick-dots li button {
    background-color: white !important;
    opacity: 0.19;
    width: 60px;
    height: 7px;
    font-size: 0;
    border: none;
    cursor: pointer;
  }
  #page-home #section-5 #recent-news #post-slider .slick-dots li.slick-active button {
    opacity: 1;
  }
}
#page-home #section-6 {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
#page-home #section-6 .cb {
  margin-top: 0 !important;
}
#page-home #section-6 .container {
  position: relative;
  z-index: 2;
}
#page-home #section-6 .container #text * {
  color: white;
}
@media (min-width: 960px) {
  #page-home #section-6 .container #text {
    width: 45%;
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  #page-home #section-6 video {
    height: 98vw;
    left: -79vw;
  }
}
@media (min-width: 1400px) {
  #page-home #section-6 video {
    height: 85vw;
    left: -63vw;
  }
}
@media (min-width: 1600px) {
  #page-home #section-6 video {
    height: 78vw;
    left: -52vw;
  }
}
.cb {
  margin-bottom: 50px;
}
.cb:first-of-type {
  margin-top: 50px;
}
.cb:last-of-type {
  margin-bottom: 0;
}
.cb:last-of-type:not(.cta) {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .cb {
    margin-bottom: 100px;
  }
  .cb:first-of-type {
    margin-top: 100px;
  }
  .cb:last-of-type {
    margin-bottom: 0px;
  }
  .cb:last-of-type:not(.cta) {
    margin-bottom: 100px;
  }
}
.cb#cb-images .image {
  margin: 50px auto;
}
.cb#cb-images .image .media-caption {
  margin-top: 16px;
  width: 100%;
  max-width: 400px;
}
.cb#cb-images .attached-left, .cb#cb-images .attached-right {
  width: 85%;
  height: auto;
}
.cb#cb-images img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 960px) {
  .cb#cb-images .image {
    width: auto;
  }
  .cb#cb-images .image.attached-left, .cb#cb-images .image.attached-right {
    width: 50%;
  }
  .cb#cb-images .image.attached-left {
    margin-left: 0;
  }
  .cb#cb-images .image.attached-left .media-caption {
    margin-left: 16px;
  }
  .cb#cb-images .image.attached-right {
    margin-right: 0;
  }
  .cb#cb-images .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cb#cb-images .group .half {
    width: 48%;
    margin: 50px 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .cb#cb-images .group .half img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cb#cb-images .group .third {
    width: 31%;
    margin: 50px 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .cb#cb-images .group .third img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cb#cb-divider .container hr {
  width: 100%;
  height: 2px;
  background-color: red;
  border: none;
}
.cb#cb-text-image .container .image {
  margin-bottom: 24px;
}
.cb#cb-text-image .container .image img {
  width: 100%;
  height: auto;
}
.cb#cb-text-image .container .image.two-images {
  position: relative;
}
.cb#cb-text-image .container .image.two-images .image-1 {
  width: 75%;
  position: relative;
  z-index: 2;
  padding: 25% 0 12.5%;
}
.cb#cb-text-image .container .image.two-images .image-2 {
  position: absolute;
  z-index: 1;
  top: 0%;
  width: 50%;
  right: 0;
}
.cb#cb-text-image .container .text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .cb#cb-text-image .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cb#cb-text-image .container.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cb#cb-text-image .container .image {
    width: 55%;
    margin-bottom: 0;
  }
  .cb#cb-text-image .container .text {
    width: 40%;
  }
  .cb#cb-text-image .container .text.top {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .cb#cb-text-image .container .text.middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cb#cb-text-image .container .text.bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.cb#cb-video .container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.cb#cb-video .container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cb#cb-video .container h5 {
  margin-top: 16px;
}
.cb#cb-cta-block {
  position: relative;
}
.cb#cb-cta-block.color.gray {
  background-color: #25282a;
}
.cb#cb-cta-block.color.gray .btn {
  background-color: white !important;
}
.cb#cb-cta-block.color.gray .btn span {
  color: #cf1016 !important;
}
.cb#cb-cta-block.color.gray .btn:hover span {
  color: white !important;
}
.cb#cb-cta-block.color.red {
  background-color: #cf1016;
}
.cb#cb-cta-block.color.red .btn {
  background-color: white !important;
}
.cb#cb-cta-block.color.red .btn span {
  color: #cf1016 !important;
}
.cb#cb-cta-block.color.red .btn:hover span {
  color: white !important;
}
.cb#cb-cta-block.color.warm {
  background-color: #d7d2cb;
}
.cb#cb-cta-block.color.warm .content {
  border-top: 2px solid #25282a !important;
}
.cb#cb-cta-block.color.warm .content h4 {
  color: #25282a !important;
}
.cb#cb-cta-block.color.warm .btn {
  background-color: #cf1016;
  color: white;
}
.cb#cb-cta-block.image .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cb#cb-cta-block.image .bg-image .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.cb#cb-cta-block.image .bg-image .color-guard {
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  position: relative;
  z-index: 2;
  background-color: #25282a;
  opacity: 0.5;
}
.cb#cb-cta-block .container {
  padding: 50px 0;
  position: relative;
  z-index: 3;
}
.cb#cb-cta-block .container .content {
  border-top: 2px solid white;
  padding: 12px 0;
}
.cb#cb-cta-block .container .content .text {
  color: white;
}
.cb#cb-cta-block .container .content .btn {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .cb#cb-cta-block .container {
    padding: 6% 0;
  }
  .cb#cb-cta-block .container .content {
    padding: 3% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cb#cb-cta-block .container .content .text {
    max-width: 500px;
    width: 75%;
    margin-bottom: 0;
  }
  .cb#cb-cta-block .container .content .btn {
    margin-left: auto;
    margin-top: 0;
    align-self: baseline;
  }
}
.cb#cb-block-callout .container .content .text p {
  font-size: calc(1.3125rem + ((1vw - 3.2px) * 0.8333));
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  margin-bottom: 12px;
}
@media (max-size: 320px) {
  .cb#cb-block-callout .container .content .text p {
    font-size: 21px;
  }
}
@media (min-size: 1400px) {
  .cb#cb-block-callout .container .content .text p {
    font-size: 30px;
  }
}
.cb#cb-block-callout .container .content .btn {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .cb#cb-block-callout .container .content {
    max-width: 800px;
  }
  .cb#cb-block-callout .container .content.small {
    width: 40%;
  }
}
.cb#cb-cards .container h2 {
  margin-bottom: 24px;
}
.cb#cb-cards .container .card {
  background-color: white;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.cb#cb-cards .container .card.has-link:hover {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.cb#cb-cards .container .card .image {
  display: block;
}
.cb#cb-cards .container .card .image img {
  width: 100%;
  height: auto;
  display: block;
}
.cb#cb-cards .container .card .text {
  padding: 24px;
  display: block;
}
.cb#cb-cards .container .card .text * {
  color: #25282a;
}
.cb#cb-cards .container .card .text P:last-of-type {
  margin-bottom: 0;
}
.cb#cb-cards .container .card .hype-link {
  margin-top: auto;
  padding: 0 24px 24px;
  display: block;
}
.cb#cb-cards .container .card .hype-link.link > span {
  margin-left: auto;
  display: table;
}
.cb#cb-cards .container .card .hype-link .btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .cb#cb-cards .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cb#cb-cards .container h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 36px;
  }
  .cb#cb-cards .container .card {
    width: 23%;
    margin-right: 2.667%;
  }
  .cb#cb-cards .container .card:nth-child(4n+1) {
    margin-right: 0;
  }
}
.cb#cb-science-cards .container .card {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  text-decoration: none;
  color: white;
  height: 430px;
}
.cb#cb-science-cards .container .card video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cb#cb-science-cards .container .card .color-guard {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  opacity: 0.5;
  background: -o-linear-gradient(top, rgba(37, 40, 42, 0) 0%, #25282a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 40, 42, 0)), to(#25282a));
  background: linear-gradient(to bottom, rgba(37, 40, 42, 0) 0%, #25282a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0025282a", endColorstr="#25282a",GradientType=0);
}
.cb#cb-science-cards .container .card .row {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 20px;
}
.cb#cb-science-cards .container .card .row h4 {
  margin-bottom: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}
.cb#cb-science-cards .container .card .row img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .cb#cb-science-cards .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cb#cb-science-cards .container .card {
    width: 31%;
  }
}
.cb#cb-form .container {
  padding: 75px 0;
}
.cb#cb-form .container form * {
  font-family: "Space Grotesk", sans-serif;
}
.cb#cb-form .container .form-field {
  margin-bottom: 30px !important;
}
.cb#cb-form .container .wysiwyg {
  margin-bottom: 36px;
}
.cb#cb-form .container input[type="text"], .cb#cb-form .container input[type="email"], .cb#cb-form .container input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  margin-top: 20px;
  font-size: 21px;
  border-bottom: 2px solid;
}
.cb#cb-form .container textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
  border-bottom: 2px solid;
}
.cb#cb-form .container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 21px;
  height: auto !important;
  margin-top: 20px;
  border-bottom: 2px solid;
}
.cb#cb-form .container .frm_button_submit {
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 0;
  background-color: #cf1016;
  color: white;
  height: auto !important;
  font-weight: bold;
  display: inline;
  font-size: 21px;
  padding: 10px 32px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 80px;
}
.cb#cb-form .container *::-webkit-input-placeholder {
  font-size: 21px;
}
.cb#cb-form .container *::-moz-placeholder {
  font-size: 21px;
}
.cb#cb-form .container *:-ms-input-placeholder {
  font-size: 21px;
}
.cb#cb-form .container *::-ms-input-placeholder {
  font-size: 21px;
}
.cb#cb-form .container *::placeholder {
  font-size: 21px;
}
.cb#cb-form .container .frm_primary_label {
  font-size: 21px;
  margin-bottom: 10px;
}
.cb#cb-form .container .frm_checkbox, .cb#cb-form .container .frm_radio {
  margin-left: 0px;
  margin-bottom: 15px !important;
}
.cb#cb-form .container .frm_checkbox label, .cb#cb-form .container .frm_radio label {
  position: relative;
  padding: 0;
  cursor: pointer;
  vertical-align: bottom;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox], .cb#cb-form .container .frm_radio input[type=radio] {
  position: absolute !important;
  margin-left: -9999px;
  visibility: hidden;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox] + span, .cb#cb-form .container .frm_radio input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox] + span, .cb#cb-form .container .frm_radio input[type=radio] + span {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 8px;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox] + span:before, .cb#cb-form .container .frm_checkbox input[type=checkbox] + span:after, .cb#cb-form .container .frm_radio input[type=radio] + span:before, .cb#cb-form .container .frm_radio input[type=radio] + span:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  -o-transition-property: transform, border-color;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox] + span:before, .cb#cb-form .container .frm_checkbox input[type=checkbox] + span:after {
  border-radius: 0 !important;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox]:checked + span:before, .cb#cb-form .container .frm_radio input[type=radio]:checked + span:before {
  border-color: #e03c83;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox] + span:before, .cb#cb-form .container .frm_radio input[type=radio] + span:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.cb#cb-form .container .frm_checkbox input[type=checkbox] + span:after, .cb#cb-form .container .frm_radio input[type=radio] + span:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: #e03c83;
}
.cb#cb-form .container .frm_checkbox input[type=checkbox]:checked + span:after, .cb#cb-form .container .frm_radio input[type=radio]:checked + span:after {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.cb#cb-form .container .frm_error_style {
  border-radius: 0;
  font-weight: bold;
}
.cb#cb-form .container .frm_error {
  background-color: #f2dede;
  padding: 10px;
  margin-top: 0px;
  font-weight: bold;
  letter-spacing: 0.6px;
}
.cb#cb-form.grey {
  background-color: #25282a;
}
.cb#cb-form.grey * {
  color: #d7d2cb;
}
.cb#cb-form.grey input[type="text"], .cb#cb-form.grey input[type="email"], .cb#cb-form.grey input[type="tel"] {
  border-bottom-color: #979797;
}
.cb#cb-form.grey textarea {
  border-bottom: 2px solid #979797;
}
.cb#cb-form.grey select {
  border-bottom: 2px solid #979797;
  background-image: url(assets/images/icon-arrow-down-white.svg);
  background-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.cb#cb-form.grey *::-webkit-input-placeholder {
  color: #d2cec7;
  opacity: 0.6;
}
.cb#cb-form.grey *::-moz-placeholder {
  color: #d2cec7;
  opacity: 0.6;
}
.cb#cb-form.grey *:-ms-input-placeholder {
  color: #d2cec7;
  opacity: 0.6;
}
.cb#cb-form.grey *::-ms-input-placeholder {
  color: #d2cec7;
  opacity: 0.6;
}
.cb#cb-form.grey *::placeholder {
  color: #d2cec7;
  opacity: 0.6;
}
.cb#cb-form.grey .frm_checkbox input[type=checkbox] + span:before, .cb#cb-form.grey .frm_radio input[type=radio] + span:before {
  border: 2px solid #979797;
}
.cb#cb-form.grey .frm_checkbox input[type=checkbox]:checked + span:before, .cb#cb-form.grey .frm_radio input[type=radio]:checked + span:before {
  border-color: #979797;
}
.cb#cb-form.grey .frm_checkbox input[type=checkbox] + span:after, .cb#cb-form.grey .frm_radio input[type=radio] + span:after {
  background: #979797;
}
.cb#cb-form.off-white * {
  color: #25282a;
}
.cb#cb-form.off-white input[type="text"], .cb#cb-form.off-white input[type="email"], .cb#cb-form.off-white input[type="tel"] {
  border-bottom-color: #25282a;
}
.cb#cb-form.off-white textarea {
  border-bottom: 2px solid #25282a;
}
.cb#cb-form.off-white select {
  border-bottom: 2px solid #25282a;
  background-image: url(assets/images/icon-arrow-down-red.svg);
  background-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.cb#cb-form.off-white *::-webkit-input-placeholder {
  color: #25282a;
  opacity: 0.6;
}
.cb#cb-form.off-white *::-moz-placeholder {
  color: #25282a;
  opacity: 0.6;
}
.cb#cb-form.off-white *:-ms-input-placeholder {
  color: #25282a;
  opacity: 0.6;
}
.cb#cb-form.off-white *::-ms-input-placeholder {
  color: #25282a;
  opacity: 0.6;
}
.cb#cb-form.off-white *::placeholder {
  color: #25282a;
  opacity: 0.6;
}
.cb#cb-form.off-white .frm_checkbox input[type=checkbox] + span:before, .cb#cb-form.off-white .frm_radio input[type=radio] + span:before {
  border: 2px solid #25282a;
}
.cb#cb-form.off-white .frm_checkbox input[type=checkbox]:checked + span:before, .cb#cb-form.off-white .frm_radio input[type=radio]:checked + span:before {
  border-color: #25282a;
}
.cb#cb-form.off-white .frm_checkbox input[type=checkbox] + span:after, .cb#cb-form.off-white .frm_radio input[type=radio] + span:after {
  background: #25282a;
}
.cb#cb-accordion .container .intro {
  margin-bottom: 75px;
}
.cb#cb-accordion .container .accordion {
  max-width: 800px;
  margin-bottom: 30px;
}
.cb#cb-accordion .container .accordion:last-of-type {
  margin-bottom: 0;
}
.cb#cb-accordion .container .accordion .title {
  border-bottom: 2px solid #25282a;
  position: relative;
  padding-left: 5px;
  padding-bottom: 8px;
}
.cb#cb-accordion .container .accordion .title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(assets/images/icon-arrow-down-red.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: 0.25s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.25s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.25s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cb#cb-accordion .container .accordion .content {
  padding: 10px;
  display: none;
}
.cb#cb-accordion .container .accordion.active .title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cb#cb-accordion.grey {
  background-color: #25282a;
}
.cb#cb-accordion.grey * {
  color: #d7d2cb;
}
.cb#cb-accordion.grey .title {
  border-bottom: 2px solid #d7d2cc !important;
}
.cb#cb-accordion.grey .title:after {
  background-image: url(assets/images/icon-arrow-down-white.svg) !important;
}
.cb#cb-pull-quote .container #contain {
  width: 50%;
  max-width: 528px;
}
.cb#cb-pull-quote .container #contain #quote p {
  font-size: calc(1.3125rem + ((1vw - 3.2px) * 0.8333));
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  color: #cf1016;
}
@media (max-width: 320px) {
  .cb#cb-pull-quote .container #contain #quote p {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .cb#cb-pull-quote .container #contain #quote p {
    font-size: 30px;
  }
}
.cb#cb-pull-quote .container #contain .cite {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 100;
  color: #cf1016;
  font-size: 16px;
}
@media (min-width: 960px) {
  .cb#cb-pull-quote .container #contain .cite {
    font-size: 21px;
  }
}
#page-blog-lp {
  padding-top: 120px;
}
@media (min-width: 960px) {
  #page-blog-lp {
    padding-top: 220px;
  }
}
.blog-format #top {
  margin-bottom: 50px;
}
.blog-format #top h1 {
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .blog-format #top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
  }
  .blog-format #top h1 {
    margin-bottom: 0;
  }
  .blog-format #top #blog-filters {
    margin-left: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0.9;
    -ms-flex: 0.9;
    flex: 0.9;
  }
}
.blog-format #blog-posts, .blog-format .blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*&:after {
			content: "";
			-webkit-box-flex: 0;
			-ms-flex: 0 0 31%;
			flex: 0 0 31%;
			
			@media(min-width:960px) {
				-ms-flex: 0 0 23%;
				flex: 0 0 23%;
			}
		} */
}
.blog-format #blog-posts .post, .blog-format .blog-posts .post {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-format #blog-posts .post:hover, .blog-format .blog-posts .post:hover {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.blog-format #blog-posts .featured-post, .blog-format .blog-posts .featured-post {
  width: 100%;
  display: inline-block;
}
.blog-format #blog-posts .featured-post .wrapper, .blog-format .blog-posts .featured-post .wrapper {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
  display: block;
}
.blog-format #blog-posts .featured-post .wrapper .post-image, .blog-format .blog-posts .featured-post .wrapper .post-image {
  width: 100%;
}
.blog-format #blog-posts .featured-post .wrapper .post-image span.image, .blog-format .blog-posts .featured-post .wrapper .post-image span.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.blog-format #blog-posts .featured-post .wrapper .post-image span.color-guard, .blog-format .blog-posts .featured-post .wrapper .post-image span.color-guard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 2;
  background: -o-linear-gradient(top, #25282a 0%, rgba(37, 40, 42, 0) 50%, #25282a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#25282a), color-stop(50%, rgba(37, 40, 42, 0)), to(#25282a));
  background: linear-gradient(to bottom, #25282a 0%, rgba(37, 40, 42, 0) 50%, #25282a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25282a", endColorstr="#25282a",GradientType=0);
}
.blog-format #blog-posts .featured-post .wrapper .date, .blog-format .blog-posts .featured-post .wrapper .date {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 3;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
}
.blog-format #blog-posts .featured-post .wrapper .featured-tag, .blog-format .blog-posts .featured-post .wrapper .featured-tag {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 0px;
  background-color: #25282a;
  color: white;
  padding: 8px 24px 8px 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
}
.blog-format #blog-posts .featured-post .wrapper .content, .blog-format .blog-posts .featured-post .wrapper .content {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 24px;
  width: 100%;
}
.blog-format #blog-posts .featured-post .wrapper .content h4, .blog-format .blog-posts .featured-post .wrapper .content h4 {
  color: white;
  width: 80%;
  margin-bottom: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
  font-size: 28px;
  width: 80%;
}
.blog-format #blog-posts .featured-post .wrapper .content img, .blog-format .blog-posts .featured-post .wrapper .content img {
  margin-left: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 960px) {
  .blog-format #blog-posts .featured-post, .blog-format .blog-posts .featured-post {
    width: 74.333%;
  }
}
.blog-format #blog-posts .card-post, .blog-format .blog-posts .card-post {
  width: 100%;
  position: relative;
  background-color: white;
  text-decoration: none;
  color: #25282a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-format #blog-posts .card-post .post-image, .blog-format .blog-posts .card-post .post-image {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #25282a;
}
.blog-format #blog-posts .card-post .post-image span.image, .blog-format .blog-posts .card-post .post-image span.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.blog-format #blog-posts .card-post .post-image span.color-guard, .blog-format .blog-posts .card-post .post-image span.color-guard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  opacity: 0.8;
  z-index: 2;
  background: -o-linear-gradient(top, #25282a 0%, rgba(37, 40, 42, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#25282a), to(rgba(37, 40, 42, 0)));
  background: linear-gradient(to bottom, #25282a 0%, rgba(37, 40, 42, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25282a", endColorstr="#0025282a",GradientType=0);
}
.blog-format #blog-posts .card-post .date, .blog-format .blog-posts .card-post .date {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
}
.blog-format #blog-posts .card-post .content, .blog-format .blog-posts .card-post .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
}
.blog-format #blog-posts .card-post .content h4, .blog-format .blog-posts .card-post .content h4 {
  line-height: 1.25;
  margin-bottom: 0;
  width: 100%;
}
.blog-format #blog-posts .card-post .arrow, .blog-format .blog-posts .card-post .arrow {
  margin-top: auto;
  margin-left: auto;
  padding: 0px 24px 24px 24px;
}
.blog-format #blog-posts .card-post.mission-post, .blog-format .blog-posts .card-post.mission-post {
  background-color: black;
  background-image: url(assets/images/ST_PatchTemplate_Tiled.jpg);
  background-size: cover;
}
.blog-format #blog-posts .card-post.mission-post .date, .blog-format .blog-posts .card-post.mission-post .date {
  display: block;
  position: static;
  padding: 24px;
}
.blog-format #blog-posts .card-post.mission-post .mission-badge, .blog-format .blog-posts .card-post.mission-post .mission-badge {
  width: 75%;
  max-width: 225px;
  height: auto;
  display: block;
  margin: auto;
}
.blog-format #blog-posts .card-post.mission-post .content, .blog-format .blog-posts .card-post.mission-post .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: auto;
}
.blog-format #blog-posts .card-post.mission-post .content h4, .blog-format .blog-posts .card-post.mission-post .content h4 {
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
  width: 80%;
  margin-bottom: 0;
}
.blog-format #blog-posts .card-post.mission-post .content img, .blog-format .blog-posts .card-post.mission-post .content img {
  margin-top: auto;
  margin-left: auto;
}
.blog-format #blog-posts .card-post.no-feat-img, .blog-format .blog-posts .card-post.no-feat-img {
  min-height: 415px;
}
.blog-format #blog-posts .card-post.no-feat-img .date, .blog-format .blog-posts .card-post.no-feat-img .date {
  color: #25282a;
  display: block;
  position: static;
  padding: 24px 24px 0;
}
.blog-format #blog-posts .card-post.no-feat-img .content, .blog-format .blog-posts .card-post.no-feat-img .content {
  margin: auto;
}
@media (min-width: 960px) {
  .blog-format #blog-posts .card-post, .blog-format .blog-posts .card-post {
    width: 23%;
    /* &:after {
					content: "";
					-webkit-box-flex: 0;
					-ms-flex: 0 0 23%;
					flex: 0 0 23%;
				} */
  }
}
.blog-format .navigation {
  margin: 50px 0 85px;
}
.blog-format .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.blog-format .navigation ul li {
  background-color: none;
  padding: 0 16px;
  margin: 0 5px;
}
.blog-format .navigation ul li a {
  font-family: "Space Grotesk", sans-serif;
  color: #25282a;
  text-decoration: none;
  font-size: 20px;
}
.blog-format .navigation ul li.active {
  border-bottom: 2px solid #cf1016;
}
.blog-format .navigation ul li.active a {
  color: #cf1016;
}
.blog-format .pr-pill {
  font-size: 9px;
  background: #25282a;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: white;
  padding: 3px 8px;
  font-weight: bold;
  margin-bottom: 5px;
  opacity: 0.35;
}
#single-article #hero {
  position: relative;
}
#single-article #hero #featured-image {
  background-size: cover;
  display: block;
  padding-bottom: 56.25%;
}
#single-article #hero #content {
  background-color: #25282a;
  padding: 20px;
}
#single-article #hero #content * {
  color: white;
}
#single-article #hero #content h1 {
  font-size: calc(1.875rem + ((1vw - 3.2px) * 2.2222));
}
@media (max-width: 320px) {
  #single-article #hero #content h1 {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  #single-article #hero #content h1 {
    font-size: 54px;
  }
}
#single-article #hero #content #date {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
}
#single-article #hero #content #terms {
  margin-top: 18px;
}
#single-article #hero #content #terms a {
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  font-weight: bold;
  display: table;
}
@media (min-width: 960px) {
  #single-article #hero {
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #single-article #hero #featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-bottom: 0;
    background-position: center center;
  }
  #single-article #hero #color-shield {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 2;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: -o-linear-gradient(top, #25282a 0%, rgba(37, 40, 42, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#25282a), to(rgba(37, 40, 42, 0)));
    background: linear-gradient(to bottom, #25282a 0%, rgba(37, 40, 42, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25282a", endColorstr="#0025282a",GradientType=0);
  }
  #single-article #hero #content {
    position: relative;
    z-index: 3;
    background-color: transparent;
    width: 75%;
    padding: 0;
    margin: auto;
    margin-top: auto;
    margin-bottom: 36px;
  }
  #single-article #hero #content #date {
    font-size: 16px;
  }
  #single-article #hero #content #terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
  }
  #single-article #hero #content #terms a {
    margin-right: 30px;
    font-size: 18px;
  }
}
#single-article #hero.no-feat-img {
  background-color: #d7d2cc;
  height: auto;
  min-height: auto;
  padding: 150px 0;
}
#single-article #hero.no-feat-img * {
  color: #25282a !important;
}
#single-article #hero.no-feat-img #color-shield {
  display: none;
}
#single-article #hero.no-feat-img #content {
  margin-top: 0;
  margin-bottom: 0;
}
#single-article #content-blocks {
  margin-top: 75px;
}
.similar .container {
  padding-top: 50px;
  border-top: 2px solid #cf1016;
}
.similar .container h2 {
  margin-bottom: 32px;
}
#single-mission #intro #badge {
  background-size: cover;
  background-image: url(assets/images/ST_PatchTemplate_Tiled.jpg);
  padding-bottom: 65px;
}
#single-mission #intro #badge #contain {
  margin: auto;
  max-width: 780px;
}
#single-mission #intro #badge #contain img {
  display: block;
  margin: auto;
  margin-bottom: 65px;
  width: 85%;
  height: auto;
}
#single-mission #intro #badge #contain #group {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#single-mission #intro #badge #contain #group span {
  font-family: "Space Grotesk", sans-serif;
  color: white;
}
#single-mission #intro #meta {
  background-color: #d7d2cb;
}
#single-mission #intro #meta #contain {
  width: 80%;
  margin: auto;
  padding: 60px 0;
  max-width: 700px;
}
#single-mission #intro #meta #contain h1 {
  margin-bottom: 18px;
}
#single-mission #intro #meta #contain #short-desc .wysiwyg p {
  font-family: "Space Grotesk", sans-serif !important;
}
#single-mission #intro #meta #contain #cats h5 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 34px;
  font-weight: 500;
}
#single-mission #intro #meta #contain #cats h5:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 77.5px;
  height: 1px;
  background-color: #cf1016;
}
#single-mission #intro #meta #contain #cats #term_links {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
#single-mission #intro #meta #contain #cats #term_links a {
  display: table;
  font-family: "Space Grotesk", sans-serif;
  color: #25282a;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 18px;
}
@media (min-width: 960px) {
  #single-mission #intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 875px;
  }
  #single-mission #intro .col {
    width: 50%;
  }
  #single-mission #intro #badge {
    padding: 75px 0;
  }
  #single-mission #intro #meta #contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  #single-mission #intro #meta #cats {
    margin-top: auto;
  }
}
#single-mission .similar {
  margin-top: 100px;
}
#single-mission .similar .container {
  padding-top: 75px;
  border-top: 1px solid #cf1016;
}
#single-mission .similar .container h2 {
  margin-bottom: 50px;
}
#single-science #intro #video video {
  width: 100%;
}
#single-science #intro #text #contain {
  width: 80%;
  margin: auto;
  padding: 60px 0;
  max-width: 700px;
}
#single-science #intro #text #contain h1 {
  margin-bottom: 18px;
}
@media (min-width: 960px) {
  #single-science #intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
    min-height: 940px;
  }
  #single-science #intro .col {
    width: 50%;
  }
  #single-science #intro #video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#single-science #content-blocks .cb {
  margin-top: 50px;
}
/********** STATIC TECH PAGES **********/
#page-static-tech {
  background-color: #18181b;
}
#page-static-tech #intro {
  padding: 75px 0 50px;
  margin-bottom: 100px;
  position: relative;
}
#page-static-tech #intro #bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#page-static-tech #intro #contain {
  margin: 0 7.5%;
  position: relative;
  z-index: 2;
}
#page-static-tech #intro #contain #image img {
  width: 100%;
  max-width: 770px;
  margin: auto;
  display: block;
}
#page-static-tech #intro #contain #text {
  max-width: 500px;
  margin-top: 25px;
}
#page-static-tech #intro #contain #text * {
  color: white;
}
#page-static-tech #intro #contain #text h1 {
  margin-bottom: 20px;
}
#page-static-tech #intro #scroll-indicator {
  margin: 45px auto 0;
  display: table;
}
#page-static-tech #intro #scroll-indicator img {
  width: 20px;
  display: block;
  -webkit-animation: down 2s infinite;
  animation: down 2s infinite;
}
#page-static-tech #intro #scroll-indicator img:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#page-static-tech #intro #scroll-indicator img:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#page-static-tech #intro #scroll-indicator img:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 960px) {
  #page-static-tech #intro {
    padding: 0px;
    height: 95vh;
    min-height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page-static-tech #intro #contain {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
  }
  #page-static-tech #intro #contain #image {
    width: 55%;
  }
  #page-static-tech #intro #contain #image img {
    max-width: none;
    -webkit-animation: float 20s ease-in-out infinite;
    animation: float 20s ease-in-out infinite;
  }
  @-webkit-keyframes float {
    0% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(-50px);
      transform: translatey(-50px);
    }
    100% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
  }
  @keyframes float {
    0% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(-50px);
      transform: translatey(-50px);
    }
    100% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
  }
  body.page-st-42 #page-static-tech #intro #contain #image {
    position: absolute;
    width: 70vw;
  }
  body.page-st-42 #page-static-tech #intro #contain #text {
    margin-right: auto;
  }
  #page-static-tech #intro #scroll-indicator {
    position: absolute;
    bottom: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 75px 0 0;
  }
  #page-static-tech #intro #scroll-indicator img {
    margin: auto;
  }
}
#page-static-tech #features {
  padding-bottom: 100px;
}
#page-static-tech #features .section {
  margin: 0 7.5% 25px;
}
#page-static-tech #features .section * {
  color: white;
}
#page-static-tech #features .section .media video {
  width: 100%;
}
#page-static-tech #features .section .media.image img {
  width: 100%;
  height: auto;
}
#page-static-tech #features .section .media.video .replay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
#page-static-tech #features .section .media.video .replay span {
  color: #cf1016;
  margin-right: 7px;
}
#page-static-tech #features .section .media.video .replay img {
  width: 14px;
}
#page-static-tech #features .section .media.video .replay.active {
  opacity: 1;
}
#page-static-tech #features .section .text {
  margin-top: 25px;
}
@media (min-width: 960px) {
  #page-static-tech #features .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 7.5% 25px;
  }
  #page-static-tech #features .section:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #page-static-tech #features .section:nth-child(even) .text .contain {
    margin-left: auto;
  }
  #page-static-tech #features .section .media {
    width: 55%;
  }
  #page-static-tech #features .section .text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    width: 40%;
  }
  #page-static-tech #features .section .text .contain {
    max-width: 550px;
  }
}
#page-static-tech .cta.cb {
  margin-bottom: 0;
}
/********** CUSTOM CONTACT PAGE **********/
#custom-contact {
  min-height: 95vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#custom-contact #bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}
#custom-contact .container {
  position: relative;
  z-index: 2;
  padding: 100px 0 50px;
  margin: auto auto 0 !important;
}
#custom-contact .container .cb {
  margin-bottom: 0;
}
#custom-contact .container .cb * {
  color: white;
  border-color: white;
}
#custom-contact .container .cb *:after, #custom-contact .container .cb *:before {
  border-color: white !important;
}
/********** CUSTOM THANK YOU PAGE **********/
#custom-ty {
  min-height: 95vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#custom-ty #bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}
#custom-ty #color-guard {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -o-linear-gradient(top, #25282a 0%, rgba(37, 40, 42, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#25282a), to(rgba(37, 40, 42, 0)));
  background: linear-gradient(to bottom, #25282a 0%, rgba(37, 40, 42, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25282a", endColorstr="#0025282a",GradientType=0);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#custom-ty .container {
  position: relative;
  z-index: 3;
  padding: 100px 0;
  margin: auto auto 0 !important;
}
#custom-ty .container * {
  color: white;
}
/********** COOKIE CONSENT **********/
#consent-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: black;
  z-index: 999;
}
#consent-bar #consent-wrapper {
  width: 65%;
  margin: auto;
  padding: 12px 0;
}
#consent-bar #consent-wrapper * {
  color: white;
}
#consent-bar #consent-wrapper p {
  margin-bottom: 0;
  font-size: 12px;
}
#consent-bar #consent-wrapper span.btn {
  cursor: pointer;
  margin-top: 12px;
}
#consent-bar #consent-wrapper #consent_close_btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 960px) {
  #consent-bar #consent-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #consent-bar #consent-wrapper p {
    font-size: 14px;
    margin-right: 5%;
  }
  #consent-bar #consent-wrapper span.btn {
    margin-top: 0px;
  }
}
/********** 404 **********/
#page_404 {
  background-image: url(assets/images/ST_Space_404_bg.png);
  background-size: cover;
  background-position: center center;
  background-color: #25282a;
}
#page_404 .container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page_404 .container #contain {
  width: 90%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
#page_404 .container #contain img {
  margin-bottom: 50px;
  width: 100%;
}
#page_404 .container #contain h4 {
  color: white;
  margin-bottom: 50px;
}
#page_404 .container #contain #buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
