@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'IM Fell Great Primer';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4.ttf) format('truetype');
}
:root {
  /*--main-bg-color: brown;*/
  --bs-gutter-x: 25px;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@font-face {
  font-family: "Origin Regular";
  src: url("/site/fonts/Origin-Regular/Origin-Regular.ttf") format("truetype"), url('/site/fonts/Origin-Regular/Origin-Regular.svg') format('svg'), url('/site/fonts/Origin-Regular/Origin-Regular.woff') format('woff'), url('/site/fonts/Origin-Regular/Origin-Regular.eot') format('eot');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Origin Bold";
  src: url("/site/fonts/Origin-Bold/Origin-Bold.ttf") format("truetype"), url('/site/fonts/Origin-Bold/Origin-Bold.svg') format('svg'), url('/site/fonts/Origin-Bold/Origin-Bold.woff') format('woff'), url('/site/fonts/Origin-Bold/Origin-Bold.eot') format('eot');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Origin Heavy";
  src: url("/site/fonts/Origin-Heavy/Origin-Heavy.ttf") format("truetype"), url('/site/fonts/Origin-Heavy/Origin-Heavy.svg') format('svg'), url('/site/fonts/Origin-Heavy/Origin-Heavy.woff') format('woff'), url('/site/fonts/Origin-Heavy/Origin-Heavy.eot') format('eot');
  font-weight: 900;
  font-style: normal;
}
.f-light {
  font-family: 'Origin Light', sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0em;
}
.f-regular {
  font-family: 'Origin Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}
.f-bold {
  font-family: 'Origin Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.f-heavy {
  font-family: 'Origin Heavy', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0em;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
}
.f-huge {
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  color: #FFFFFF;
}
.section-title {
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  letter-spacing: 0;
  color: #FFFFFF;
}
* {
  box-sizing: border-box;
}
.hr-grad {
  width: 100%;
  /*.grad();*/
  height: 20px;
  display: none;
}
.form-control {
  color: #F1F1F1;
  border-radius: 0;
  background-color: #55555520;
  border: solid 1px #2196f378;
}
.form-control:focus {
  color: #FFF;
  background-color: #55555550;
}
/**
    HTML
**/
body,
html {
  min-height: 100%;
  margin: 0;
  font-family: 'Arial', Arial, sans-serif;
}
BODY {
  background-color: #010101;
  color: #8e97a1;
  font-size: 1.1rem;
  overflow-x: hidden !important;
}
A {
  color: #2D4E9F;
  text-decoration: none;
}
A:hover {
  color: #6081d2;
  text-decoration: none;
}
.post A {
  -webkit-transition: filter 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  transition: filter 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}
.post A:hover {
  /*filter: drop-shadow(0px 0px 15px #a4ecf7);*/
}
.ratio.video::after {
  position: absolute;
  top: 0;
  z-index: 4;
  content: "";
  left: 0;
  height: calc(100% - 43px);
  width: 100%;
}
/**

  SCROLLBAR

**/
[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y,
[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
  background-color: #3b3d3f;
}
/**

  SELECT

**/
BODY ::-moz-selection {
  background: #EBD031;
  color: #333;
  text-shadow: none;
}
BODY ::selection {
  background: #EBD031;
  color: #333;
  text-shadow: none;
}
/**
    TRANSITION
**/
A,
A:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), background-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), border-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  -moz-transition: color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), background-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), border-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  -o-transition: color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), background-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), border-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  transition: color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), background-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), border-color 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}
/**
    OUTLINE FIX
**/
A:hover,
A:focus,
A:active,
.form-control:focus,
.form-control:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
}
:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/**
    HTML FIX
**/
H1,
H2,
H3,
H4,
H5,
H6,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Origin Heavy', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0em;
}
FIGURE IMG {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
BUTTON {
  border: none;
  padding: 0;
  background: transparent;
}
P {
  font-size: 1.1rem;
}
/*
  
  header

*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header,
#navbarHeader {
  width: 100vw;
}
header.off,
header.off #navbarHeader {
  overflow: hidden;
}
header:not(.off) {
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.5);
}
.nav-toggle {
  width: 43px;
}
.bar-icon {
  height: 2px;
  width: 100%;
  background-color: #DDD;
  margin: 5px auto;
  display: block;
  transition: margin 0.2s ease-in-out, background-color 0.2s ease-in-out, width 0.2s ease-in-out;
}
.nav-toggle.collapsed:hover .bar-icon {
  margin: 10px auto;
  background-color: #FFF;
}
.nav-toggle:hover .bar-icon {
  background-color: #FFF;
}
.nav-toggle .bar-top {
  width: 0% !important;
}
.nav-toggle.collapsed .bar-top {
  width: 100% !important;
}
header .bg-dark {
  background-color: #101214 !important;
  transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}
header.off.out .bg-dark {
  background-color: rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(10px);
}
header.off .bg-dark {
  background-color: transparent !important;
}
#header-logo {
  display: block;
  background-image: url(../images/logo.svg);
  background-position: 0 10px;
  width: 90px;
  height: 66px;
  background-size: contain;
}
header:not(.off) #navbarHeader {
  max-height: calc(100vh - 78px);
}
/*
  
  MENU

*/
#main-menu li {
  position: relative;
}
#main-menu A {
  color: #DDD;
  display: block;
  position: relative;
  letter-spacing: 0;
}
#main-menu A:hover {
  color: #FFF;
}
.submenu A:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 0%;
  opacity: 0.3;
  background-color: transparent;
  transition: width 1s ease-in-out, background-color 1s ease-in-out;
  z-index: 0;
  letter-spacing: 0;
  backdrop-filter: invert(1);
}
.submenu .submenu-item {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 1s ease-in-out;
  font-size: 24px;
  line-height: 35px;
  margin: 10px 0 15px 20px;
}
.submenu.on .submenu-item {
  display: block;
  height: auto;
}
.submenu.on > A:before {
  width: 100%;
  background-color: #8e97a1;
}
#corporate-menu {
  background: #2d4e9f;
  background: -moz-linear-gradient(90deg, #2D4E9F 0, #CC203C 100%);
  background: -webkit-linear-gradient(90deg, #2D4E9F 0, #CC203C 100%);
  background: linear-gradient(90deg, #2D4E9F 0, #CC203C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d4e9f", endColorstr="#cc203c", GradientType=1);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
#corporate-menu A {
  color: #FFF;
  display: inline-block;
  letter-spacing: 0;
}
#corporate-menu A:after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: transparent;
  transition: width 0.25s ease-in-out, background-color 0.5s ease-in-out;
  transform: translateY(-3px);
}
#corporate-menu A:hover {
  color: #333;
}
#corporate-menu A:hover:after {
  background-color: #8e97a1;
  width: 100%;
}
#extra-menu-top {
  /*position: absolute;
  top: 24px;*/
  min-width: calc(25% - 100px);
  right: 100px;
  font-size: 1rem;
  padding: 6px 12px;
  background-color: #00000070;
  border-radius: 4rem;
}
#extra-menu-top UL {
  margin-bottom: 0;
}
#extra-menu-top li {
  margin: 0 10px;
}
#extra-menu-top li A {
  color: #DDD;
  text-transform: capitalize;
}
#extra-menu A,
#extra-menu-top A {
  font-family: 'Origin Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  letter-spacing: 0;
  color: #2D4E9F;
}
#extra-menu A:hover,
#extra-menu-top A:hover {
  color: #6081d2;
}
/*
  
  SVG

*/
SVG .st0 {
  fill: #FFFFFF;
}
/*
  
  CONTAINER

*/
#container {
  position: relative;
  width: 100vw;
}
#main {
  max-width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
BODY:not(.home) #page {
  /*padding-bottom: 80px;*/
}
/*
  
  FOOTER

*/
footer A {
  font-size: 11px !important;
  white-space: nowrap;
}
footer {
  text-transform: uppercase;
  background-color: #18166b80;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFFF;
}
footer P,
footer A {
  white-space: nowrap;
}
footer .social LI {
  display: inline-block;
}
footer .social LI A {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFF;
}
footer .social LI A:hover {
  background-color: #6081d2;
}
BODY.home footer {
  margin-top: 0;
}
/*
  
  POST

*/
/*BODY:not(.home) .container{
  max-width: 800px;
}*/
.post .post-head {
  min-height: 50vh;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.post .post-head .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(../images/default-bg.jpg);
  opacity: 0.9;
}
.post .post-head .container {
  padding-top: 110px;
  margin-bottom: 50px;
}
.post .post-head .post-secondary-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  font-size: 5rem;
  line-height: 0.8;
}
.post .post-head:after {
  z-index: -1;
}
.post .post-head .post-title {
  /*text-transform: uppercase;*/
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.post .post-secondary-title {
  color: #FFFFFF;
  font-family: 'Origin Light', sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.post .post-intro {
  margin-top: 80px;
}
.post .post-intro P {
  font-family: 'Origin Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 3rem;
  line-height: 1.1;
  color: #DDD;
}
.post H2,
.post .h2 {
  color: #FFFFFF;
}
.post .post-content {
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
  word-break: break-word;
}
.post .post-content P,
.post .post-content h2,
.post .post-content h3,
.post .post-content h4,
.post .post-content UL:not(.list-alternate) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.post .post-content H3,
.post .post-content .h3 {
  font-size: 1.5rem;
  color: #DDD;
  font-family: 'Origin Heavy', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0em;
}
.post .post-content H4,
.post .post-content .h4 {
  font-family: 'Origin Light', sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.1rem;
  color: #8e97a1;
  text-transform: uppercase;
  /* filter: brightness(1.20); */
}
.post .post-content P + H3 {
  margin-top: 30px;
}
.post .post-content P A {
  color: #DDD;
  text-decoration: underline;
}
.post .post-content P A:hover {
  text-decoration: none;
}
.post .post-content BLOCKQUOTE {
  font-family: 'IM Fell Great Primer', serif;
  max-width: 1100px;
  margin: 50px auto;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #cdf2f2;
}
.max-800 {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.white {
  color: #FFFFFF !important;
}
.post .post-read .white-block,
.white-block {
  width: 100vw;
  transform: translateX(-50%);
  color: #000;
  background: #f1f1f1;
  padding: 50px 25px 50px;
  margin: 50px 0 0;
  position: relative;
  margin-left: 50%;
}
.post .post-read .white-block h1,
.white-block h1,
.post .post-read .white-block h2,
.white-block h2,
.post .post-read .white-block h3,
.white-block h3,
.post .post-read .white-block h4,
.white-block h4,
.post .post-read .white-block A,
.white-block A,
.post .post-read .white-block P,
.white-block P {
  color: #000 !important;
}
.post .post-read .white-block h1,
.white-block h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  font-size: 6rem;
  margin-bottom: 50px;
}
.post .post-read .white-block:before,
.white-block:before {
  position: absolute;
  top: 0;
  content: "";
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #f1f1f1;
  transform: translateX(-50vw);
  z-index: -1;
}
.post .post-read .white-block .gal-cnt:not(#gal-4) .media-item.media-file,
.white-block .gal-cnt:not(#gal-4) .media-item.media-file,
.post .post-read .white-block .btn.btn-outline-primary,
.white-block .btn.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.post .post-read .white-block .gal-cnt:not(#gal-4) .media-item.media-file:hover,
.white-block .gal-cnt:not(#gal-4) .media-item.media-file:hover,
.post .post-read .white-block .btn.btn-outline-primary:hover,
.white-block .btn.btn-outline-primary:hover {
  color: #f1f1f1;
  background-color: #FFFFFF;
}
.caption {
  display: block;
  text-align: left;
  font-size: 13px;
}
.white-block + *:not(.gal-cnt) {
  margin-top: 50px !important;
}
/**
  
  GALLERY
  
*/
/*
.white-block + .gal-full-width{
  margin-top: -50px;
}*/
.row .gal-cnt {
  height: 100%;
}
.row .gal-cnt .gallery {
  height: 100%;
}
.row .gal-cnt .gallery .media-item {
  height: 100%;
  min-height: 400px;
  position: relative;
}
.row .gal-cnt .gallery .media-item.media-file {
  height: auto;
  min-height: 0;
}
.media-video {
  position: relative;
}
.media-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 2;
}
.scrolling .media-video:before {
  height: 100%;
  background-color: #00000020;
}
.list-item-gallery .media-video:before {
  display: none;
}
.gal-list,
.gal-player {
  max-width: 800px;
  margin: auto;
}
model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}
.gallery-full-width .media-item {
  position: relative;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  padding-bottom: 56.25vw;
}
.gallery-full-width .media-item IMG {
  width: 100%;
  height: 100%;
  position: absolute;
}
.white-block .gallery-full-width {
  margin-top: -50px;
}
.media-item.media-file A,
.btn.btn-outline-primary {
  font-family: 'Origin Heavy', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0em;
  width: auto;
  border: solid 2px #FFF;
  border-radius: 2px;
  border-width: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: 15px;
  padding: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.media-item.media-file A:hover,
.btn.btn-outline-primary:hover {
  color: #000;
  background-color: #FFFFFF;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 10px;
}
.video-bg {
  height: 0;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  position: relative;
  padding-bottom: 56vw;
  margin-top: 50px;
  margin-bottom: 50px;
}
.video-bg VIDEO {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
BODY.systems-components .video-bg{
 margin-left: calc(50% + 40px);
}*/
.btn-arrow-end {
  display: block;
  position: relative;
  padding-bottom: 50px;
}
.btn-arrow {
  width: 50px;
  height: 50px;
  margin: auto;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/arrow.svg);
}
.btn-arrow SPAN {
  display: none;
}
/*
  LIST
  
*/
.list .list-item-in {
  border-top: solid 1px #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px;
}
.list .list-item-in .icon {
  width: 60px;
  flex: 0 0 60px;
}
.list .list-item .list-item-body {
  width: 100%;
  margin: auto;
  max-width: 800px;
}
.list .list-item A {
  color: #DDD;
}
.list .list-item A:hover {
  color: #000;
}
.list .list-item A:hover H3 {
  color: #FFF;
}
.list .list-item A H3 {
  font-family: 'Origin Light', sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.list .list-item A H4 {
  font-family: 'Origin Light', sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #8e97a1;
}
BODY.press .list .list-item A:hover {
  color: #FFF;
}
#updates .list-item-in {
  border-top: solid 1px #6E3B76;
}
#updates h4 {
  color: #FFF;
}
#updates > .head {
  max-width: 800px;
  margin: auto;
}
TABLE TD {
  border-top: solid 1px #6081d2;
  vertical-align: top;
  color: #8e97a1;
  padding-top: 5px;
  padding-bottom: 5px;
}
TABLE TD + TD {
  padding-left: 25px;
}
/*

  HOME
  
*/
.playerVideo {
  height: 100%;
}
.playerVideo .video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
BODY.mission-updates .post-head,
BODY.home .post-head {
  height: 100vh;
  display: grid;
  align-content: end;
}
#home .post-head .post-title {
  display: none;
}
.sec {
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  width: 100%;
  align-content: center;
}
.sec .sec-title {
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
}
#home-about .post-content {
  margin-top: 0;
}
#home-about .post-content:before {
  display: none;
}
#home-about .post-content P {
  font-family: 'Origin Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 3rem;
  line-height: 1;
}
/*
  BLOACK
*/
.blocks {
  padding: 0px !important;
  /*.call-to-action{
    max-width: 460px;
    margin: auto;
  }*/
}
.blocks .row [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.blocks .row {
  overflow: hidden;
}
.blocks .block {
  height: 100%;
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 25px;
}
.blocks .block P {
  color: #DDD;
  line-height: 1.4rem;
  min-height: 50px;
}
.blocks .block IMG {
  max-width: 100%;
  margin-bottom: 25px;
  opacity: 0.8;
  display: block;
}
.blocks .block .call-to-action {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.blocks .block .btn-arrow {
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(70%);
}
.blocks .block A:hover P,
.blocks .block A:hover .call-to-action {
  color: #FFFFFF;
}
.blocks .block A:hover .btn-arrow {
  filter: brightness(100%);
}
#home-services .block IMG {
  max-width: 100px;
  margin: auto;
}
/*
  COUNTER
*/
#counter {
  margin: 50px 0;
  width: 100%;
}
#counter .cell {
  border-top: solid 1px #f1f1f1;
  padding-top: 15px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 10px;
}
#counter .label {
  font-family: 'Origin Light', sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  height: 30px;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#counter .value {
  font-family: 'Origin Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 19px;
  display: box;
  display: -webkit-box;
  position: absolute;
  top: 55px;
  color: #FFF;
  max-height: 57px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis "...";
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
BODY.home #counter .value {
  font-size: 2rem;
}
/*
  
  TEAM
  
**/
.team-item {
  margin-bottom: 30px;
}
.team-item IMG {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  filter: grayscale(1);
}
.team-item:hover IMG {
  filter: grayscale(0);
}
.team-item h3 {
  letter-spacing: 0.05rem;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #DDD;
}
.team-item h4 {
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  color: #8e97a1;
}
.team-item .fa {
  opacity: 0;
  margin-top: 10px;
  padding-left: 15px;
  border-left: solid 1px #FFF;
  font-size: 2rem;
  color: #FFF;
  margin-right: 20px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}
.team-item:hover .fa {
  opacity: 1;
}
BODY.extra-pages .post-head .post-title {
  display: none;
}
/*
  
  PRESS
  
*/
BODY.press .post .post-head,
BODY.mission-updates .post-list .post-head {
  height: 200px;
}
BODY.press .post .post-head:after,
BODY.mission-updates .post-list .post-head:after {
  display: none;
}
BODY.press .post .post-head .post-title,
BODY.mission-updates .post-list .post-head .post-title {
  margin-top: 0 !important;
}
BODY.press .post .post-head .post-secondary-title.grey,
BODY.mission-updates .post-list .post-head .post-secondary-title.grey {
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.white-block .list-item A > * {
  color: #111;
}
.endline {
  width: 100%;
  border-bottom: solid 1px #DDD;
  padding-bottom: 10px;
}
.endarrow {
  padding-right: 30px;
}
.endarrow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.white-block .call-to-action {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  -webkit-transition: padding-left 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  transition: padding-left 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}
.white-block .call-to-action:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 0%;
  overflow: hidden;
  height: auto;
  white-space: nowrap;
  left: 0;
  bottom: 0px;
  padding: 10px 0;
  content: attr(text);
  color: #f1f1f1;
  -webkit-transition: width 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), padding-left 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  transition: width 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), padding-left 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}
.white-block .endline {
  border-bottom: solid 1px #111;
}
.white-block .endarrow {
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), right 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
  transition: filter 0.5s cubic-bezier(0.21, 0.61, 0.35, 1), right 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}
.white-block .endarrow:after {
  filter: brightness(-100%);
}
.white-block A:hover .call-to-action {
  padding-left: 4px;
}
.white-block A:hover .call-to-action:before {
  padding-left: 4px;
  width: 100%;
}
.white-block A:hover .endarrow:after {
  right: 4px;
  filter: brightness(100%);
}
.capitalize,
BODY.press .list .list-item A H4,
BODY.press .list .list-item A H3 {
  text-transform: capitalize;
}
BODY.press .press-highlights {
  padding: 80px 0;
}
BODY.press .press-highlights .block {
  padding-top: 0;
  padding-bottom: 80px;
}
BODY.press .press-highlights .block IMG {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 20px;
  opacity: 1;
}
BODY.press .press-highlights .block H3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 0;
}
BODY.press .press-sponsors {
  padding: 60px 0;
}
BODY.press .press-sponsors IMG {
  width: 100%;
  height: auto;
  display: block;
}
/*
  
  PANELS
  
*/
.panels {
  position: relative;
  overflow: hidden;
  min-height: 250px;
}
.panels .panels-container {
  white-space: nowrap;
  position: relative;
}
.panels .panel {
  will-change: transform;
  width: calc(100vw - 50px);
  display: flex;
  white-space: normal;
  display: inline-block;
}
.panels .panels-nav {
  max-width: 800px;
  margin: auto;
}
.panels .anchor {
  display: inline-block;
  padding: 5px 3px 3px;
  color: #8e97a1;
}
.panels .anchor:hover {
  color: #DDD;
}
.panels .anchor.active {
  color: #FFFFFF;
  font-weight: bold;
}
/*
  
  utilities

*/
.container {
  width: 100%;
  margin: auto;
}
.upc {
  text-transform: uppercase;
}
.chart-cnt CANVAS {
  max-width: 800px;
  margin: auto;
  width: 100% !important;
}
.chart-legend UL {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  transform: translateX(50%);
}
.chart-legend UL LI {
  margin: 2px 0;
  width: 50%;
}
.chart-legend UL LI P {
  text-transform: uppercase;
  font-size: 14px;
}
/*
  
  MEDIA QUERIES

*/
@media screen and (max-width: 768px) {
  .post .post-head {
    /*align-content: center;*/
  }
  .post .post-head .post-title {
    font-size: 1.2rem;
  }
  .post .post-head .post-secondary-title {
    font-size: 3rem;
  }
  .post .post-intro {
    max-width: none;
  }
  .post .post-intro P {
    font-size: 2rem;
  }
  .post .post-content {
    align-items: start !important;
  }
  .post .post-content:before {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
  }
  #home .sec {
    min-height: none;
    margin-bottom: 50px;
  }
  #fake-counters {
    display: none;
  }
  #home-about {
    align-items: start !important;
  }
  #home-about .post-content P {
    font-size: 2.4rem;
  }
  .team-item h3 {
    font-size: 1.1rem;
  }
  .team-item h4 {
    font-size: 1rem;
  }
  .sec .sec-title {
    font-size: 3.2rem;
  }
  .f-huge {
    font-size: 3.2rem;
  }
}
.list-alternate {
  max-width: 1100px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.list-alternate li {
  min-width: 400px;
  padding: 180px 0 60px;
  text-align: center;
}
.list-alternate li .async-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  top: 60px;
  padding-bottom: 0;
  background-position: center top;
}
.list-alternate li B,
.list-alternate li STRONG {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Origin Light', sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 5px;
}
footer .terms-menu LI + LI {
  border-left: solid 1px #2D4E9F;
  margin-left: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .list-alternate li {
    width: calc(50% + 50px);
    position: relative;
    padding: 60px 0;
  }
  .list-alternate li .async-image {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0;
    background-position: center top;
  }
  .list-alternate li:nth-child(odd) {
    text-align: right;
    padding-right: 120px;
  }
  .list-alternate li:nth-child(odd) .async-image {
    right: 0;
    left: auto;
  }
  .list-alternate li:nth-child(even) {
    text-align: left;
    margin-left: auto;
    padding-left: 120px;
  }
  .list-alternate li:nth-child(even) .async-image {
    left: 0;
  }
}
@media (min-width: 576px) {
  .max-800 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 776px) {
  header.off .bg-dark {
    background-color: rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
  }
  .container,
  .container-sm {
    max-width: 800px;
  }
  header:not(.off) #navbarHeader {
    max-height: calc(100vh - 78px);
    overflow-y: scroll;
  }
  #offices H3 {
    padding-top: 30px;
    border-top: solid 1px #FFFFFF;
  }
  .list-alternate li {
    min-width: 0;
    max-width: 100%;
  }
  .post .post-read .white-block h1,
  .white-block h1 {
    font-size: 4rem;
  }
}
/*
  ASYNC IMAGES
*/
#about-info .async-image,
#about-info img {
  max-width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  display: block;
  filter: brightness(0);
}
/*
  
  ALONI

*/
#aloni {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#aloni .al {
  position: absolute;
  width: 1600px;
  height: 1600px;
  background: #3f5efb;
  background: radial-gradient(circle, #3f5efb 0%, rgba(63, 94, 251, 0) 40%);
}
#aloni .al-1 {
  left: -600px;
  top: calc(100vh - 800px);
}
#aloni .al-2 {
  right: -800px;
  top: 100vh;
}
.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 11px;
}
.modal-body P {
  font-size: 11px;
}
.grey {
  color: #8e97a1 !important;
}
.page-link {
  font-size: 16px;
  background-color: #222;
  color: #555;
  border-color: transparent !important;
}
.page-link:hover {
  background-color: #555;
  color: #999;
}
.page-item.active .page-link {
  background-color: #2e4ea0;
}
.list-item-gallery .gallery {
  width: 100%;
}
.list-item-gallery IMG {
  max-height: calc(100vh - 280px);
}
.list-item-gallery .media-item {
  text-align: left !important;
}
@media screen and (min-width: 1200px) {
  .list-item .list-item-title {
    position: absolute;
    left: 0;
  }
  .list-item .list-item-gallery {
    width: 100%;
    max-width: calc(50vw - 460px);
    position: absolute;
    top: 30px;
    right: 0;
  }
}
/**
    CONTACT FORM TOAST
    Slide-in notification for the contact form's sending / success / error
    states. Fixed to the viewport top-right; off-canvas + transparent until
    .is-visible is toggled by the inline script in contact.astro.
**/
.toast-notify {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 340px;
  max-width: calc(100vw - 3rem);
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: #181818;
  color: #FFFFFF;
  border: solid 1px rgba(255, 255, 255, 0.08);
  border-left: solid 3px #2D4E9F;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transform: translateX(120%);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.45s;
}
.toast-notify.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
}
.toast-notify .ico {
  flex: 0 0 auto;
  font-size: 1.3rem;
  line-height: 1.4;
}
.toast-notify .txt {
  flex: 1 1 auto;
  min-width: 0;
}
.toast-notify .title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.toast-notify .msg {
  display: block;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #DDD;
}
.toast-notify .close-btn {
  flex: 0 0 auto;
  margin: -0.25rem -0.25rem 0 0.25rem;
  padding: 0 0.25rem;
  background: none;
  border: 0;
  color: #8e97a1;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.toast-notify .close-btn:hover {
  color: #FFFFFF;
}
.toast-notify.is-loading {
  border-left-color: #2D4E9F;
}
.toast-notify.is-loading .ico {
  color: #2D4E9F;
}
.toast-notify.is-success {
  border-left-color: #6081d2;
}
.toast-notify.is-success .ico {
  color: #6081d2;
}
.toast-notify.is-error {
  border-left-color: #CC203C;
}
.toast-notify.is-error .ico {
  color: #CC203C;
}
@media (max-width: 575.98px) {
  .toast-notify {
    top: 1rem;
    right: 1rem;
    left: 1rem;
    width: auto;
    max-width: none;
  }
}
