.theme-font {
  font-family: "AvenirLTPro-Light", sans-serif;
}
.theme-font-bold {
  font-family: "AvenirLTPro-Medium", sans-serif !important;
}
.system-page {
  background: #000 url(../images/system-page.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.system-page:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
}
.system-page > div {
  position: relative;
  z-index: 3;
}
.system-page .content h1,
.system-page .content h2,
.system-page .content h3,
.system-page .content h4,
.system-page .content h5,
.system-page .content h6,
.system-page .content p {
  color: white !important;
}
/**
 * @license
 * MyFonts Webfont Build ID 3723442, 2019-02-22T06:52:04-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTPro-Light by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-35-light/
 * Copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3723442
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AvenirLTPro-Light';
  src: url('webfonts/38D0B2_0_0.eot');
  src: url('webfonts/38D0B2_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/38D0B2_0_0.woff2') format('woff2'), url('webfonts/38D0B2_0_0.woff') format('woff'), url('webfonts/38D0B2_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTPro-Medium';
  src: url('webfonts/390E04_0_0.eot');
  src: url('webfonts/390E04_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/390E04_0_0.woff2') format('woff2'), url('webfonts/390E04_0_0.woff') format('woff'), url('webfonts/390E04_0_0.ttf') format('truetype');
}
.uk-button {
  border: 1px solid #E7E5D5;
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-transform: none !important;
  color: white;
  transition: all 0.2s linear;
}
@media (min-width: 640px) {
  .uk-button {
    height: 50px;
    line-height: 50px;
  }
}
.uk-button.border {
  border: 1px solid white;
}
@media (min-width: 1200px) {
  .uk-button.border:hover {
    color: white;
  }
}
.uk-button span {
  color: inherit;
}
.uk-button.buttonWithBackgroundColor {
  color: #001C2F;
  background: #E7E5D5;
  border-color: white;
}
@media (min-width: 1200px) {
  .uk-button.buttonWithBackgroundColor:hover {
    background: white;
  }
}
.uk-button.buttonWithBorder {
  background: transparent;
  color: white;
  border-color: white;
}
@media (min-width: 1200px) {
  .uk-button.buttonWithBorder:hover {
    background: white;
    color: #001C2F;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "AvenirLTPro-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #484848;
  background: black;
  height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
ul,
span,
a,
address,
blockquote,
i,
b,
strong,
input,
label,
div,
button,
abbr {
  font-family: "AvenirLTPro-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
}
h1,
h2 {
  font-size: 24px;
  line-height: normal;
  margin: 0 0 20px;
}
@media (min-width: 640px) {
  h1,
  h2 {
    font-size: 48px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  h1,
  h2 {
    font-size: 48px;
    line-height: normal;
  }
}
p {
  font-size: 14px;
  line-height: normal;
  color: #1D1E1F;
  margin: 0 0 20px;
}
@media (min-width: 640px) {
  p {
    font-size: 18px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: normal;
  }
}
.overlay {
  position: relative;
}
.overlay:after {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.55);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  pointer-events: none;
}
.overlay div,
.overlay ul,
.overlay section {
  position: relative;
  z-index: 5;
}
img.background {
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  overflow: hidden;
  opacity: 1;
  display: block;
  z-index: -1;
}
.home.hero img.background {
  position: absolute;
}
.home.hero:after {
  position: absolute;
}
@media (min-width: 1200px) {
  .left-line:before {
    content: '';
    background: #E7E5D5;
    left: 7vw;
    top: 0;
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 1px;
  }
}
.uk-container-expand {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 640px) {
  .uk-container-expand {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 960px) {
  .uk-container-expand {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (min-width: 1200px) {
  .uk-container-expand {
    padding-left: calc( 7vw + 50px);
    padding-right: calc( 7vw + 50px);
  }
}
ul.sub-menu {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  list-style-type: none;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
}
ul.sub-menu:before {
  background: rgba(231, 229, 213, 0.6);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in 0.3s;
}
@media (min-width: 640px) {
  ul.sub-menu {
    padding: 0;
  }
  ul.sub-menu:before {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu {
    width: calc( ( 100vw - 7vw ) / 4 );
    height: calc(100vh - 160px);
  }
}
ul.sub-menu li {
  flex-grow: 1;
  width: 100%;
  display: flex;
  border: 1px solid transparent;
  border-top: 0px solid transparent;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  height: 0;
  border-width: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}
ul.sub-menu li:first-child {
  border: 1px solid #E7E5D5 !important;
  position: relative;
  height: 55px;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
}
ul.sub-menu li:first-child span.default {
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  opacity: 0;
  transition: opacity 0.2s linear 0.2s;
}
ul.sub-menu li:first-child span.active-item-text {
  position: absolute;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  left: 25px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
ul.sub-menu li:first-child span.icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
ul.sub-menu li:first-child span.icon svg {
  transform: rotate(180deg);
}
ul.sub-menu li:first-child span.icon svg polyline {
  stroke-width: 1.3;
}
@media (min-width: 640px) {
  ul.sub-menu li {
    width: 33.33%;
    height: 120px;
    text-align: center;
    border-left: 0px solid #E7E5D5;
    border-bottom: 0px solid #E7E5D5;
    border-top: 1px solid #E7E5D5;
    border-right: 1px solid #E7E5D5;
  }
  ul.sub-menu li:nth-child(3n + 1) {
    border-right: 0px solid transparent;
  }
  ul.sub-menu li.solutions-menu {
    height: 240px;
  }
}
ul.sub-menu li a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #E7E5D5;
  text-decoration: none !important;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, background 0.2s linear;
}
@media (min-width: 640px) {
  ul.sub-menu li a {
    font-size: 16px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu li a {
    font-size: 16px;
    line-height: normal;
  }
}
@media (min-width: 640px) {
  ul.sub-menu li a {
    opacity: 1;
    transform: translateX(0px);
    justify-content: center;
  }
}
ul.sub-menu li a span {
  display: inline-block;
  position: relative;
}
@media (min-width: 1200px) {
  ul.sub-menu li a span:before {
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    width: 25px;
    background: #E7E5D5;
    left: -45px;
    top: 50%;
    margin-top: -1px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.2s ease-in;
  }
}
ul.sub-menu li a.active {
  background: rgba(231, 229, 213, 0.45);
}
@media (min-width: 1200px) {
  ul.sub-menu li a:hover span:before {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (min-width: 1200px) {
  ul.sub-menu li {
    width: 100% !important;
    border-right: 0px solid transparent !important;
    border-left: 1px solid #E7E5D5;
    height: auto !important;
  }
}
ul.sub-menu li.menu-title {
  text-transform: uppercase;
  color: #E7E5D5;
  line-height: 55px;
  text-align: left;
  padding: 0 25px;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media (min-width: 640px) {
  ul.sub-menu li.menu-title {
    display: none;
    visibility: hidden;
  }
}
header,
.page-hero {
  transition: opacity 0.2s ease-in 0.3s;
}
@media (max-width: 639px) {
  body.sub-menu-open header,
  body.sub-menu-open .page-hero {
    opacity: 0.2;
    transition: opacity 0.2s linear 0s;
    pointer-events: none;
  }
  body.sub-menu-open ul.sub-menu:before {
    opacity: 1;
    transition-delay: 0s;
  }
  body.sub-menu-open ul.sub-menu li {
    height: 55px;
    border: 1px solid #E7E5D5;
    border-top-width: 0px;
    transition-delay: 0.2s;
  }
  body.sub-menu-open ul.sub-menu li:first-child span.default {
    opacity: 1;
    transition: opacity 0.2s linear 0s;
  }
  body.sub-menu-open ul.sub-menu li:first-child span.active-item-text {
    opacity: 0;
    transition: opacity 0.2s linear 0.2s;
  }
  body.sub-menu-open ul.sub-menu li:first-child span.uk-icon svg {
    transform: rotate(0deg);
  }
  body.sub-menu-open ul.sub-menu li a {
    opacity: 1;
    transform: translateX(0);
  }
  body.sub-menu-open ul.sub-menu li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  body.sub-menu-open ul.sub-menu li:nth-child(3) a {
    transition-delay: 0.35s;
  }
  body.sub-menu-open ul.sub-menu li:nth-child(4) a {
    transition-delay: 0.4s;
  }
  body.sub-menu-open ul.sub-menu li:nth-child(5) a {
    transition-delay: 0.45s;
  }
  body.sub-menu-open ul.sub-menu li:nth-child(6) a {
    transition-delay: 0.5s;
  }
  body.sub-menu-open ul.sub-menu li:nth-child(7) a {
    transition-delay: 0.55s;
  }
  body.sub-menu-open ul.sub-menu li:nth-child(8) a {
    transition-delay: 0.6s;
  }
}
#loader {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader img#loader_image {
  padding: 1px;
  display: block;
  width: 80%;
  max-width: 100px;
  opacity: 0;
  position: relative;
  z-index: -1;
}
@media (min-width: 640px) {
  #loader img#loader_image {
    max-width: 150px;
  }
}
#loader img#loader_image.loaded {
  transition: opacity 0.2s linear;
  opacity: 1;
  z-index: 2;
}
#loader.vertical img#loader_image {
  display: none !important;
}
#loader.uncover {
  transition: transform 0.4s cubic-bezier(0.91, 0.27, 0.18, 0.78) 0.3s;
  transform: scale(0, 1);
  transform-origin: right center;
}
#loader.uncover img#loader_image {
  opacity: 0 !important;
}
#loader.vertical.uncover {
  transform: scale(1, 0);
  transform-origin: top center;
}
#loader.vertical.uncover img#loader_image {
  opacity: 0 !important;
}
body:before,
body:after {
  display: block;
  content: '';
  background: white;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  transition: transform 0.4s cubic-bezier(0.91, 0.27, 0.18, 0.78);
}
body:before {
  transform: scaleX(0);
  transform-origin: left center;
}
body:after {
  transform: scaleY(0);
  transform-origin: bottom center;
}
body.cover {
  transform-origin: left center;
}
body.cover:before {
  transform: scaleX(1);
}
body.cover-vertical {
  transform-origin: bottom center;
}
body.cover-vertical:after {
  transform: scaleY(1);
}
.home {
  position: relative;
}
.home h2 {
  color: #005795;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 67px;
  margin-bottom: 40px;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .home h2 {
    font-size: 16px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .home h2 {
    font-size: 16px;
    line-height: normal;
  }
}
@media (min-width: 640px) {
  .home h2 {
    margin-bottom: 50px;
    padding-left: 85px;
  }
}
.home h2:before {
  content: '';
  display: inline-block;
  margin-right: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.home h2:after {
  display: block;
  content: '';
  position: absolute;
  left: 22px;
  top: 9.5px;
  height: 2px;
  width: 25px;
  background: #A91938;
}
@media (min-width: 640px) {
  .home h2:after {
    width: 35px;
    left: 30px;
  }
}
.home .custom-ul-container {
  padding: 0;
}
@media (min-width: 640px) {
  .home .custom-ul-container {
    padding: 0 100px;
  }
}
.home .home-vh {
  height: 100vh;
  min-height: 400px;
  position: relative;
}
@media (min-width: 1200px) {
  .home .home-vh {
    height: calc( 100vh + 6vh);
  }
}
.home .home-vh > .phone {
  position: absolute;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  top: 80px;
  transform: translateY(-50%);
  left: 175px;
}
@media (min-width: 1200px) {
  .home .home-vh > .phone {
    left: calc( 7vw + 50px);
  }
}
.home .home-vh > .phone a {
  color: inherit;
}
.home.hero {
  z-index: 1;
}
.home.hero h1,
.home.hero h2,
.home.hero h3,
.home.hero h4,
.home.hero h5,
.home.hero h6,
.home.hero p,
.home.hero span,
.home.hero a {
  color: white;
}
.home.hero .inner {
  max-width: 500px;
}
@media (min-width: 1920px) {
  .home.hero .inner {
    max-width: 35vw;
  }
}
.home.hero .inner P,
.home.hero .inner h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .home.hero .inner P,
  .home.hero .inner h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .home.hero .inner P,
  .home.hero .inner h1 {
    margin-bottom: 20px;
  }
}
.home.hero .inner span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.home.hero ul.nav {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% + 1px);
  width: 40vw;
  padding: 0;
  margin: 0;
}
.home.hero ul.nav li {
  display: block;
  width: 20vw;
  height: calc( 50vh + 1px);
  min-height: 200px;
  text-align: center;
  float: left;
  border: 1px solid #E7E5D5;
  border-right-width: 0;
  border-top-width: 0;
  box-sizing: border-box;
  position: relative;
}
.home.hero ul.nav li a {
  color: #E7E5D5;
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}
@media (min-width: 1200px) {
  .home.hero ul.nav li a:hover {
    background: rgba(231, 229, 213, 0.4);
  }
}
.home.hero ul.nav:after {
  content: '';
  background: #FAFAFA;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6vh;
  position: absolute;
  display: block;
}
.home.intro {
  padding: 100px 0;
  background: #FAFAFA;
}
@media (min-width: 640px) {
  .home.intro {
    padding: 170px 0;
  }
}
@media (min-width: 1200px) {
  .home.intro {
    padding: 250px 0;
  }
}
.home.intro h2:before {
  content: '1';
}
.home.intro p {
  max-width: 700px;
}
@media (min-width: 1200px) {
  .home.intro p {
    padding-left: 85px;
  }
}
.home.services {
  padding: 100px 0 0;
}
@media (min-width: 640px) {
  .home.services {
    padding-bottom: 35px;
  }
}
.home.services h2 {
  margin-bottom: 80px;
}
.home.services h2:before {
  content: '2';
}
@media (min-width: 1200px) {
  .home.services .custom-ul-container {
    padding: 0;
  }
}
.home.services ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 640px) {
  .home.services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .home.services ul {
    display: block;
    flex-wrap: none;
    padding-bottom: calc( 100% * 450 / 280 / 6);
  }
}
.home.services ul li {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc( 100% * 280 / 376 );
  position: relative;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home.services ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .home.services ul li {
    flex: 0 calc( 50% - 37.5px );
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .home.services ul li {
    width: 16.666%;
    display: block;
    float: left;
    margin: 0 !important;
    padding-bottom: calc( 100% * 450 / 280 / 6);
  }
}
.home.services ul li:before {
  display: block;
  position: absolute;
  content: '';
  background: rgba(231, 229, 213, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.home.services ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  color: white !important;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
@media (min-width: 1200px) {
  .home.services ul li:hover:before {
    opacity: 1;
  }
}
.home.center {
  padding: 100px 0 0;
}
.home.center h2 {
  padding-left: 0;
  display: inline-block;
  padding-right: 35px;
}
.home.center h2:before {
  display: none;
}
.home.center h2:after {
  left: auto;
  right: 0;
}
@media (min-width: 1200px) {
  .home.center .uk-container-expand {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home.solutions {
  padding: 100px 0 20px;
}
.home.solutions h2 {
  margin-bottom: 80px;
}
.home.solutions h2:before {
  content: '3';
}
@media (min-width: 640px) {
  .home.solutions {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .home.solutions .custom-ul-container {
    padding: 0 7vw;
  }
}
.home.solutions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .home.solutions ul {
    display: flex;
  }
}
.home.solutions ul li {
  display: block;
  width: calc(100% - 50px);
  height: 0;
  padding-bottom: calc((100% - 50px) * 210 / 325);
  position: relative;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home.solutions ul li {
    width: 100%;
    padding-bottom: calc( 100% * 360 / 625);
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .home.solutions ul li {
    margin-right: 60px;
    padding-bottom: calc( (100% - 120px) * 665 / 413 / 3);
  }
  .home.solutions ul li:last-child {
    margin-right: 0;
  }
}
.home.solutions ul li:last-child {
  margin-bottom: 0;
}
.home.solutions ul li:before {
  display: block;
  position: absolute;
  content: '';
  background: rgba(231, 229, 213, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.home.solutions ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  color: white !important;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
@media (min-width: 640px) {
  .home.solutions ul li a {
    font-size: 20px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .home.solutions ul li a {
    font-size: 20px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .home.solutions ul li:hover:before {
    opacity: 1;
  }
}
.home.clients {
  background: white;
}
@media (min-width: 640px) {
  .home.clients {
    padding: 0;
    background: #FAFAFA;
  }
}
.home.clients .uk-container-expand {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.home.clients .uk-container-expand h2 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
}
.home.clients .uk-container-expand h2 span {
  max-width: 100%;
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  display: block;
}
@media (min-width: 640px) {
  .home.clients .uk-container-expand h2 span {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .home.clients .uk-container-expand h2 span {
    max-width: 400px;
  }
}
@media (min-width: 640px) {
  .home.clients .uk-container-expand {
    flex-direction: row;
    align-items: center;
  }
  .home.clients .uk-container-expand h2 {
    flex: 0 35%;
    margin: 0;
  }
  .home.clients .uk-container-expand ul {
    flex: 0 65%;
  }
}
@media (min-width: 1200px) {
  .home.clients .uk-container-expand h2 {
    margin-left: 7vw;
  }
  .home.clients .uk-container-expand h2 span {
    max-width: 350px;
  }
}
.home.clients ul {
  margin: 0;
  padding: 80px 0;
  list-style-type: none;
  background: #005795;
  position: relative;
}
@media (min-width: 640px) {
  .home.clients ul {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .home.clients ul {
    padding: 120px 0;
  }
}
.home.clients ul li {
  display: inline-block;
  width: 49%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 5px;
}
@media (min-width: 640px) {
  .home.clients ul li {
    padding: 30px 5px;
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .home.clients ul li {
    padding: 60px 10px;
    width: 49.6%;
  }
}
.home.clients ul li a {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100px;
  text-decoration: none !important;
}
@media (min-width: 640px) {
  .home.clients ul li a {
    max-width: 110px;
  }
}
@media (min-width: 1200px) {
  .home.clients ul li a {
    max-width: 160px;
  }
}
.home.clients ul li a img {
  display: block;
  height: auto;
  width: 100%;
  margin: auto;
}
.home.clients ul li a > span {
  color: white;
  text-decoration: none !important;
  font-size: 12px;
  display: block;
  text-align: center;
  padding-top: 5px;
  white-space: nowrap;
}
.home.clients ul li a > span span {
  display: block;
}
@media (min-width: 1200px) {
  .home.clients ul li a > span {
    position: absolute;
    top: 0;
    left: 50%;
    background: #002742;
    padding: 10px 15px;
    transform: translate(-50%, calc( -100% - 20px));
    opacity: 0;
    border-radius: 5px;
    pointer-events: none;
    transition: opacity 0.2s linear;
  }
  .home.clients ul li a > span:after {
    display: block;
    background: #002742;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 10px;
    width: 10px;
    bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .home.clients ul li a:hover span {
    opacity: 0;
  }
}
.home.clients ul li:last-child {
  display: block !important;
  width: 100% !important;
  color: white;
  font-size: 12px;
  line-height: normal;
  padding: 0 15px !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
footer {
  padding: 20px 0;
}
@media (min-width: 640px) {
  footer {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 80px 0;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  footer ul {
    flex-direction: row;
    justify-content: space-around;
  }
}
footer ul li {
  display: block;
  color: #1D1E1F;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  padding: 7px;
}
@media (min-width: 640px) {
  footer ul li {
    font-size: 18px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  footer ul li {
    font-size: 18px;
    line-height: normal;
  }
}
footer ul li a {
  color: #1D1E1F !important;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  footer ul li a:hover {
    text-decoration: underline !important;
  }
}
footer ul li.uppercase {
  text-transform: uppercase;
}
footer ul li.uppercase a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  footer ul li {
    width: 100%;
  }
  footer ul li:nth-child(1) {
    order: 2;
  }
  footer ul li:nth-child(2) {
    order: 3;
    text-align: right;
  }
  footer ul li:nth-child(3) {
    order: 1;
    text-align: left;
  }
}
.underline {
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: none;
}
.underline:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1D1E1F;
  width: 100%;
  height: 1px;
  transform-origin: 0 0;
  transition: transform 0.3s ease;
}
.underline.white:before {
  background: white;
}
@media (min-width: 1200px) {
  .underline:before {
    transform: scaleX(0);
  }
  .underline:hover {
    text-decoration: none !important;
  }
  .underline:hover:before {
    transform: scaleX(1);
  }
}
.page-hero {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.page-hero > div,
.page-hero > section {
  position: relative;
  z-index: 5;
}
.page-hero > div h1,
.page-hero > section h1,
.page-hero > div h2,
.page-hero > section h2,
.page-hero > div h3,
.page-hero > section h3,
.page-hero > div h4,
.page-hero > section h4,
.page-hero > div h5,
.page-hero > section h5,
.page-hero > div h6,
.page-hero > section h6,
.page-hero > div p,
.page-hero > section p,
.page-hero > div span,
.page-hero > section span,
.page-hero > div address,
.page-hero > section address {
  color: white;
}
.page-hero > div > .inner,
.page-hero > section > .inner {
  width: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
}
.page-hero > div > .inner h1,
.page-hero > section > .inner h1,
.page-hero > div > .inner p,
.page-hero > section > .inner p,
.page-hero > div > .inner .rich-text,
.page-hero > section > .inner .rich-text {
  max-width: 780px;
}
@media (min-width: 1600px) {
  .page-hero > div > .inner h1,
  .page-hero > section > .inner h1,
  .page-hero > div > .inner p,
  .page-hero > section > .inner p,
  .page-hero > div > .inner .rich-text,
  .page-hero > section > .inner .rich-text {
    max-width: 50vw;
  }
}
.page-hero > div > .inner p,
.page-hero > section > .inner p {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .page-hero > div > .inner p,
  .page-hero > section > .inner p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .page-hero > div > .inner p,
  .page-hero > section > .inner p {
    margin-bottom: 30px;
  }
}
.page-hero > div > .inner .rich-text,
.page-hero > section > .inner .rich-text {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .page-hero > div > .inner .rich-text,
  .page-hero > section > .inner .rich-text {
    margin-top: 40px;
  }
}
#cc-container {
  width: 100%;
  overflow: auto;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: calc( 100vh - 120px);
  height: calc(var(--vh, 1vh) * 100 - 120px);
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  #cc-container {
    height: calc( 100vh - 250px);
    top: 175px;
    bottom: auto;
  }
}
#cc-container.has-sub-menu {
  height: calc( 100vh - 225px);
  height: calc(var(--vh, 1vh) * 100 - 225px);
  bottom: 100px;
}
@media (min-width: 640px) {
  #cc-container.has-sub-menu {
    height: calc( 100vh - 400px);
    bottom: 250px;
  }
}
@media (min-width: 1200px) {
  #cc-container.has-sub-menu {
    height: calc( 100vh - 250px);
    top: 175px;
    bottom: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cc-container {
    /* IE10+ CSS */
    display: block !important;
  }
}
#cc-container #cc {
  margin: auto 0;
}
.page-title {
  position: absolute;
  color: #E7E5D5 !important;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.05em;
  z-index: 5;
  left: 3.5vw;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page-title-inside {
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #E7E5D5 !important;
  font-size: 15px;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .page-title-inside {
    font-size: 18px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .page-title-inside {
    font-size: 18px;
    line-height: normal;
  }
}
.sub-page p,
.sub-page li {
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 640px) {
  .sub-page p,
  .sub-page li {
    font-size: 18px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .sub-page p,
  .sub-page li {
    font-size: 20px;
    line-height: normal;
  }
}
.sub-page a {
  font-size: 14px;
}
@media (min-width: 640px) {
  .sub-page a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .sub-page a {
    font-size: 20px;
  }
}
.sub-page h1,
.sub-page h2,
.sub-page h3,
.sub-page h4,
.sub-page h5,
.sub-page h6 {
  font-family: "AvenirLTPro-Medium", sans-serif !important;
}
.sub-page h1 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .sub-page h1 {
    margin-bottom: 20px;
  }
}
.sub-page h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .sub-page h2 {
    margin-bottom: 20px;
  }
}
.sub-page h3 {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .sub-page h3 {
    margin-bottom: 20px;
  }
}
.sub-page h3:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: white;
}
@media (min-width: 1200px) {
  .sub-page h3:before {
    width: 135px;
  }
}
.sub-page h4 {
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .sub-page h4 {
    margin-bottom: 20px;
  }
}
.sub-page ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: white;
}
.sub-page ul li {
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  .sub-page ul li {
    padding-left: 30px;
  }
}
.sub-page ul li:before {
  display: inline-block;
  content: '';
  height: 1px;
  width: 8px;
  background: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .sub-page ul li:before {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .sub-page .page-logos {
    margin-top: 20px;
  }
}
.sub-page .page-logos img {
  display: inline-block;
  height: 100px;
  width: 100px;
  object-fit: center;
  margin-right: 10px;
}
.sub-page .page-logos img:last-child {
  margin-right: 0 !important;
}
@media (min-width: 640px) {
  .sub-page .page-logos img {
    height: 130px;
    width: 130px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .sub-page .page-logos img {
    margin-right: 80px;
    max-height: 100px;
    height: 100%;
    width: auto;
  }
}
.contact-info h4 {
  margin-top: 40px;
}
.contact-info h4:first-child {
  margin-top: 30px;
}
.contact-info p,
.contact-info address {
  margin: 0 !important;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 640px) {
  .contact-info p,
  .contact-info address {
    font-size: 20px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .contact-info p,
  .contact-info address {
    font-size: 20px;
    line-height: normal;
  }
}
.contact-info p a,
.contact-info address a {
  color: inherit;
  font-weight: 300;
  text-decoration: none !important;
}
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  z-index: 5;
  pointer-events: none;
}
header + section,
header + div {
  background: black;
}
header + section > div,
header + div > div,
header + section > section,
header + div > section,
header + section > ul,
header + div > ul {
  z-index: 5;
}
@media (min-width: 1200px) {
  header {
    height: 160px;
  }
}
@media (max-width: 1199px) {
  header.header-fixed {
    position: fixed;
  }
}
header > a {
  width: 60px;
  height: auto;
  margin: 0px 25px;
  text-decoration: none !important;
  display: flex;
  pointer-events: all;
  position: relative;
  z-index: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header > a {
    /* IE10+ CSS */
    display: block;
  }
}
@media (min-width: 360px) {
  header > a {
    width: 72px;
    margin: 10px 25px;
  }
}
@media (min-width: 640px) {
  header > a {
    width: 90px;
    margin: 25px 40px;
  }
}
header > a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 1200px) {
  header > a {
    width: calc( 7vw - 30px);
    margin: 30px 15px;
  }
}
@media (min-width: 1440px) {
  header > a {
    width: calc( 7vw - 40px);
    margin: 30px 20px;
  }
}
header ul.nav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  flex-grow: 1;
  z-index: 2;
  position: relative;
  pointer-events: all;
}
header ul.nav li {
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.nav li a {
  text-decoration: none !important;
  color: #E7E5D5;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "AvenirLTPro-Light", sans-serif;
  position: relative;
}
header ul.nav li a:before {
  position: absolute;
  display: block;
  content: '';
  background: #E7E5D5;
  left: -45px;
  height: 2px;
  margin-top: -1px;
  width: 25px;
  top: 50%;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease-in;
}
@media (min-width: 1200px) {
  header ul.nav li a:hover:before {
    opacity: 1;
    transform: translateX(0px);
  }
}
header button {
  pointer-events: all;
  margin-left: auto;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  border: none !important;
  outline: none !important;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  z-index: 2;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 640px) {
  header button {
    right: 40px;
  }
}
header button span {
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  margin: 6px 0;
  transform-origin: left center;
  transition: transform 0.2s linear;
}
header button span:nth-child(1) {
  margin-top: 0;
  transition-delay: 0.6s;
}
header button span:nth-child(2) {
  transition-delay: 0.7s;
}
header button span:nth-child(3) {
  margin-bottom: 0;
  transition-delay: 0.8s;
}
header button span:nth-child(4) {
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
header button span:nth-child(4):before,
header button span:nth-child(4):after {
  background: white;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.2s linear;
}
header button span:nth-child(4):before {
  width: 100%;
  height: 2px;
  transform-origin: left center;
  transform: translate(-50%, -50%) scaleX(0);
}
header button span:nth-child(4):after {
  transition-delay: 0.2s;
  height: 100%;
  width: 2px;
  transform-origin: top center;
  transform: translate(-50%, -50%) scaleY(0);
}
header button.active span:nth-child(1) {
  transform: scaleX(0);
  transition-delay: 0s;
}
header button.active span:nth-child(2) {
  transform: scaleX(0);
  transition-delay: 0.1s;
}
header button.active span:nth-child(3) {
  transform: scaleX(0);
  transition-delay: 0.2s;
}
header button.active span:nth-child(4):before {
  transform: translate(-50%, -50%) scaleX(1);
  transition-delay: 0.7s;
}
header button.active span:nth-child(4):after {
  transform: translate(-50%, -50%) scaleY(1);
  transition-delay: 0.9s;
}
.mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: all;
  z-index: -100;
  transform: translate(100%);
  opacity: 0;
  transition: z-index 0s linear 0.75s, transform 0s linear 0.75s, opacity 0.3s ease-in 0.4s;
}
@media (min-width: 960px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  list-style-type: none;
}
.mobile-nav ul li {
  position: relative;
  padding-right: 55px;
  margin-bottom: 6px;
  transform: translateX(15px);
  opacity: 0;
  transition: all ease-in 0.3s;
}
@media (min-width: 640px) {
  .mobile-nav ul li {
    padding-right: 85px;
    margin-bottom: 10px;
  }
}
.mobile-nav ul li:last-child {
  margin-bottom: 0px;
}
.mobile-nav ul li:after {
  display: none;
  position: absolute;
  right: 25px;
  width: 20px;
  height: 2px;
  margin-top: -2px;
  top: 50%;
  content: '';
  background: #E7E5D5;
}
@media (min-width: 640px) {
  .mobile-nav ul li:after {
    right: 40px;
  }
}
.mobile-nav ul li a {
  color: #E7E5D5 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .mobile-nav ul li a {
    font-size: 24px;
  }
}
.mobile-nav ul li.active:after {
  display: block;
}
.mobile-nav.show {
  z-index: 1;
  opacity: 1;
  transform: translate(0);
  transition: z-index 0s linear 0s, transform 0s linear 0s, opacity 0.3s ease-in 0s;
}
.mobile-nav.show ul li {
  opacity: 1;
  transform: translateX(0);
  transition: all ease-out 0.4s;
}
.mobile-nav.show ul li:nth-child(1) {
  transition-delay: 0.4s;
}
.mobile-nav.show ul li:nth-child(2) {
  transition-delay: 0.55s;
}
.mobile-nav.show ul li:nth-child(3) {
  transition-delay: 0.7s;
}
.mobile-nav.show ul li:nth-child(4) {
  transition-delay: 0.85s;
}
.mobile-nav.show ul li:nth-child(5) {
  transition-delay: 1s;
}
.mobile-nav.show ul li:nth-child(6) {
  transition-delay: 1.15s;
}
