@import url("//hello.myfonts.net/count/342e18");
@font-face {
  font-family: "Axiforma";
  src: url("../webfonts/342E18_0_0.eot");
  src: url("../webfonts/342E18_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/342E18_0_0.woff2") format("woff2"), url("../webfonts/342E18_0_0.woff") format("woff"), url("../webfonts/342E18_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../webfonts/342E18_1_0.eot");
  src: url("../webfonts/342E18_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/342E18_1_0.woff2") format("woff2"), url("../webfonts/342E18_1_0.woff") format("woff"), url("../webfonts/342E18_1_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Axiforma", sans-serif;
  color: white;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.section {
  padding: 50px;
}
@media (min-width: 768px) {
  .section {
    padding: 100px;
  }
}

.sr-only, form .gfield_label,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.5;
}
address p {
  margin: 0;
}

a {
  transition: all 0.3s ease;
}

.sr-only, form .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.hidden-on-mobile {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .hidden-on-mobile {
    display: none !important;
  }
}

.post-list a {
  color: currentColor;
}
.post-list article:not(last-of-type) {
  margin-bottom: 3rem;
}

.pagination a {
  color: currentColor;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: orange;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 3.5rem;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.social-links {
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
  text-align: center;
}
.social-links a {
  position: relative;
  width: 28px;
  height: 28px;
  color: black;
  margin: 0 6px;
  display: block;
}
.social-links a::before {
  content: "";
  position: absolute;
  display: block;
  line-height: 28px;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 22px;
  transition: all 0.25s ease;
}
.social-links a.facebook::before {
  content: "\f230";
}
.social-links a.facebook:hover {
  color: #3b5998;
}
.social-links a.twitter::before {
  content: "\f099";
}
.social-links a.twitter:hover {
  color: #1da1f2;
}
.social-links a.linkedin::before {
  content: "\f0e1";
}
.social-links a.linkedin:hover {
  color: #0077b5;
}
.social-links a.pinterest::before {
  content: "\f0d2";
}
.social-links a.pinterest:hover {
  color: #bd081c;
}
.social-links a.youtube::before {
  content: "\f16a";
}
.social-links a.youtube:hover {
  color: #cd201f;
}
.social-links a.google_plus::before {
  content: "\f0d5";
}
.social-links a.google_plus:hover {
  color: #db4437;
}

.contact-us-tel {
  height: 95px;
  display: flex;
  align-items: center;
  z-index: 1000;
  font-size: 1.5rem;
  backface-visibility: hidden;
}
.contact-us-tel .fa {
  font-size: 24px;
  margin-right: 15px;
  color: #db4437;
}
.contact-us-tel a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 550px) {
  .contact-us-tel {
    display: none;
  }
}
body:not(.home) .background-video:before,
body.home.nav-open .background-video:before {
  background: rgba(1, 33, 45, 0.8);
}

.background-video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .background-video {
    display: none;
  }
}
.background-video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.background-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(11, 35, 44, 0), #0b232c);
}
.background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  header {
    height: 95px;
  }
  .page-container {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-height: 766px) {
  header {
    height: 95px;
  }
  .page-container {
    margin-top: 0;
  }
}
.page-container {
  overflow: hidden;
  position: relative;
  z-index: 100;
  background-image: linear-gradient(129deg, #073649, #01212d);
}

.fixed-header header {
  position: fixed;
  width: 100%;
}

header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.gform_wrapper ul,
.gform_wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

.btnCta {
  appearance: none;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px 12px;
  display: inline-block;
  font-size: 0.625rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease;
  margin: 2em 0;
  background: #f27608;
  color: white;
  font-size: 1.25rem;
  padding: 1.5rem 2.5rem;
  border-radius: 35px;
}
.btnCta:hover {
  background: white;
  color: #151b31;
}
.btnCta.p1 {
  background: #f27608;
  color: #151b31;
}
.btnCta.p1:hover {
  background: #cdb281;
  color: white;
}

@media (max-width: 768px) {
  .btnCta {
    font-size: 1rem;
    padding: 1.15rem 2rem;
  }
}
.btn {
  appearance: none;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px 12px;
  display: inline-block;
  font-size: 0.625rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease;
  margin: 1.5em 0;
  background: #f27608;
  color: white;
  font-size: 1rem;
  padding: 1.2rem 2rem;
  border-radius: 30px;
}
.btn:hover {
  background: white;
  color: #151b31;
}
.btn.p1 {
  background: #f27608;
  color: #151b31;
}
.btn.p1:hover {
  background: #cdb281;
  color: white;
}

@media (max-width: 768px) {
  .btn {
    font-size: 0.85rem;
    padding: 1rem 1.5rem;
  }
}
.arrow-btn {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  border: 1px solid white;
  border-radius: 50%;
  background: url("../img/chevron-left.svg") center center/1.35rem no-repeat;
}
.arrow-btn.left {
  transform: rotate(0deg);
}
.arrow-btn.right {
  transform: rotate(180deg);
}
.arrow-btn.down {
  transform: rotate(270deg);
}
.arrow-btn.up {
  transform: rotate(90deg);
}

form .gfield {
  margin-bottom: 1rem;
}
form input:not(.search-submit),
form textarea {
  display: block;
  line-height: 1;
  width: 100%;
  border: 1px solid white;
  border-radius: 4px;
  background: transparent;
  outline: none;
}
form textarea {
  padding: 13px;
}
form input:not(.search-submit) {
  height: 34px;
  line-height: 34px;
  padding: 0 13px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1100;
  overflow: hidden;
  transition: all 0.3s ease;
  background-image: linear-gradient(129deg, #073649, #01212d);
}
header .background-video {
  position: absolute;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
header .side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .side .btn-link-toggle {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header {
    padding: 10px 10px;
  }
  header h1,
  header .client-login {
    display: none;
  }
  header .search-form {
    position: fixed;
    background: #00161d;
    padding: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    text-align: center;
  }
  header .search-form input[type=submit] {
    appearance: none;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 10px 12px;
    display: inline-block;
    font-size: 0.625rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s ease;
  }
  header .search-form input[type=submit]:hover {
    background: white;
    color: #151b31;
  }
  header .search-form input[type=submit],
  header .search-form label {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  header {
    padding-left: 100px;
  }
  header form {
    margin-right: 3rem;
    position: relative;
  }
  header form label {
    display: block;
  }
  header form input[type=search] {
    display: block;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding: 0;
    padding-right: 40px;
    width: 100px;
    transition: all 0.3s ease;
  }
  header form input[type=search]::-webkit-input-placeholder {
    color: white;
  }
  header form input[type=search]:-moz-placeholder {
    color: white;
  }
  header form input[type=search]::-moz-placeholder {
    color: white;
  }
  header form input[type=search]:-ms-input-placeholder {
    color: white;
  }
  header form input[type=search]:focus {
    width: 200px;
  }
  header form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    padding: 0;
    border: none;
    text-indent: -999999px;
    background: url("../img/search.svg") center center/1.2rem no-repeat;
    transform: rotate(90deg);
    display: inline-block;
  }
  header .side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .side h1,
  header .side h1 a,
  header .side h1 a img {
    display: block;
    margin: 0;
  }
}
header .menu-toggle {
  position: relative;
  appearance: none;
  margin: 12px 24px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
}
header .menu-toggle::before, header .menu-toggle::after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease-in-out;
}
header .menu-toggle::before {
  top: 3px;
  transform-origin: top left;
}
header .menu-toggle::after {
  bottom: 3px;
  transform-origin: bottom left;
}
header .menu-toggle::before, header .menu-toggle::after, header .menu-toggle .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
}
header .menu-toggle .line {
  transition: opacity 0.25s ease-in-out, transform 0.35s ease-in-out;
}
.nav-open header .menu-toggle {
  height: 24px;
}
.nav-open header .menu-toggle .line {
  opacity: 0;
  transform: translateX(-100%);
}
.nav-open header .menu-toggle::before {
  transform: rotate(45deg);
}
.nav-open header .menu-toggle::after {
  transform: rotate(-45deg);
}

body.search-open header .search-form {
  transform: translateY(0);
}

.logo-wrapper {
  position: relative;
}
.logo-wrapper .animation {
  position: absolute;
  top: 0;
  right: 13px;
  max-height: 100%;
  width: auto;
}

.main-nav .who-we-are {
  background-image: linear-gradient(132deg, #cdb27f, #a18e65);
}
.main-nav .what-we-do {
  background-image: linear-gradient(132deg, #046563, #014c4b);
}
.main-nav .framework {
  background-image: linear-gradient(151deg, rgb(5.5, 77.5, 86), rgb(1, 54.5, 60));
}
.main-nav .how-we-do-it {
  background-image: linear-gradient(151deg, #073649, #01212d);
}
.main-nav form input::-webkit-input-placeholder, .main-nav form textarea::-webkit-input-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

.main-nav form input:-moz-placeholder, .main-nav form textarea:-moz-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

.main-nav form input::-moz-placeholder, .main-nav form textarea::-moz-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

.main-nav form input:-ms-input-placeholder, .main-nav form textarea:-ms-input-placeholder {
  color: white;
  font-size: 10px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .mobile-nav {
    display: none !important;
  }
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .nav-container {
    display: block;
    opacity: 1;
    animation: fade-in-from-block 0.3s 0s 1 forwards ease;
    pointer-events: none;
  }
  body.nav-open .nav-container * {
    pointer-events: auto;
  }
  body.nav-open .nav-container .who-we-are,
  body.nav-open .nav-container .what-we-do {
    animation: slide-in-from-left-layer-1 0.5s 0s 1 forwards ease-in-out;
  }
  body.nav-open .nav-container .how-we-do-it,
  body.nav-open .nav-container .framework {
    animation: slide-in-from-left-layer-2 0.75s 0s 1 forwards ease-in-out;
  }
  body.nav-open .nav-container .get-in-touch {
    animation: slide-in-from-left-layer-3 1s 0s 1 forwards ease-in-out;
  }
  .nav-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 95px;
    padding-top: 95px;
    color: white;
    font-size: 0.75rem;
    display: none;
    opacity: 0;
  }
  .nav-container h3 span,
  .nav-container a {
    text-decoration: none;
    border-bottom: 1px solid white;
  }
  .nav-container a {
    color: white;
  }
  .nav-container h3 {
    font-size: 22px;
    margin: 0 0 0.5em;
  }
  .nav-container nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .nav-container .block {
    padding: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    overflow: scroll;
    width: 33.3333333333%;
    height: 100%;
  }
  .nav-container .block .block-cta {
    margin-top: auto;
  }
  .nav-container .block address.block-cta {
    font-size: 12px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (min-height: 770px) and (min-width: 1000px) {
  .nav-container .block {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .nav-container .who-we-are,
  .nav-container .what-we-do {
    height: 50%;
    z-index: 30;
    transform: translateX(-100%);
  }
  .nav-container .how-we-do-it,
  .nav-container .framework {
    height: 100%;
    transform: translateX(-200%);
    z-index: 20;
  }
  .nav-container .get-in-touch {
    transform: translateX(-300%);
    background-color: #00161d;
    z-index: 10;
    overflow: scroll;
  }
  .nav-container .get-in-touch .gform_wrapper {
    margin-bottom: 24px;
  }
  .nav-container .get-in-touch .phone {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .nav-open .mobile-nav {
    transform: translate(0);
  }
  .main-nav,
  .mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .main-nav li,
  .mobile-nav li {
    margin: 0.5em 0;
  }
  .main-nav {
    z-index: 2000;
    transform: translateX(100%);
    transition: all 0.3s ease;
    padding-left: 50px;
    background: #00161d;
  }
  .main-nav .block {
    display: none;
    padding: 50px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    overflow: scroll;
  }
  .main-nav .block .close-submenu {
    appearance: none;
    display: block;
    height: 42px;
    width: 37px;
    background: url("../img/chevron-left.svg") center center/35px no-repeat;
    border: none;
    outline: none;
    flex-shrink: 0;
  }
  .main-nav .block .btn {
    margin-top: auto;
  }
  .main-nav .block a {
    color: white;
  }
  .mobile-nav {
    background: #00161d;
    z-index: 1000;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 150px;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-nav .lower {
    font-size: 1rem;
  }
  .mobile-nav .logo {
    width: 93px;
  }
  .mobile-nav a {
    color: white;
    text-decoration: none;
  }
  .mobile-nav a:not(.logo) {
    text-decoration: none;
    border-bottom: 1px solid white;
  }
  .subnav-open .main-nav {
    transform: translateX(0);
  }
  .page-1-open .page-1-block {
    display: flex;
  }
  .page-2-open .page-2-block {
    display: flex;
  }
  .page-3-open .page-3-block {
    display: flex;
  }
}
@keyframes fade-in-from-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-from-left-layer-1 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-from-left-layer-2 {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-from-left-layer-3 {
  from {
    transform: translateX(-300%);
  }
  to {
    transform: translateX(0);
  }
}
footer {
  color: white;
  background-color: #00161d;
}
footer a {
  color: white;
}
footer .logo {
  margin-bottom: 1.5rem;
}
footer .logo img {
  width: 95px;
}
footer nav {
  font-size: 0.875rem;
}
footer nav ul {
  display: flex;
}
footer nav li {
  flex-grow: 1;
  margin-right: 3rem;
}
footer nav a {
  text-decoration: none;
  border-bottom: 1px solid white;
  display: inline-block;
}
footer .company-meta {
  font-size: 0.625rem;
}
footer .company-meta p:last-child {
  margin-bottom: 0;
}
footer .barques {
  margin-left: auto;
  font-size: 0.56rem;
}
@media (max-width: 767px) {
  footer {
    padding: 50px;
  }
  footer nav {
    display: none;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 100px;
  }
  footer .row {
    display: flex;
    align-items: flex-end;
  }
  footer address,
  footer .logo {
    width: 222px;
  }
}

.fp-section {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px;
}
.fp-section nav:not(.section-nav) a {
  color: white;
  text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid white;
  font-size: 1.2rem;
  margin-right: 1.5em;
}
.fp-section .section-nav {
  display: flex;
}
.fp-section .section-nav-item {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  margin-right: 1.5em;
}
.fp-section .section-nav-item a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.fp-section .section-nav-item.current {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.fp-section .additional-link {
  display: block;
  margin: 12px 0 0;
  color: currentColor;
  font-size: 85%;
}
@media (min-width: 768px) {
  .fp-section {
    padding: 100px;
  }
  .fp-section .tagline {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 2em 0;
  }
  .fp-section .tagline.homepageHeading {
    font-size: 3rem;
    font-weight: 700;
  }
  .fp-section .tagline.p1 {
    font-size: 1.35rem;
  }
  .fp-section .tagline .additional-link {
    margin: 24px 0 0;
  }
}
.fp-section * {
  position: relative;
}
.fp-section .inner-background-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 792px) {
  .fp-section .inner-background-video {
    display: none;
  }
}
.fp-section .inner-background-video .pad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fp-section:first-of-type {
  background-position: center;
}
@supports (background-attachment: fixed) {
  .fp-section:first-of-type {
    background-attachment: fixed;
  }
}
.fp-section:first-of-type .tagline {
  max-width: 675px;
}
.fp-section .tagline {
  max-width: 420px;
}
.fp-section h1 {
  margin-bottom: 2em;
  max-width: 675px;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
}
.fp-section h1 span,
.fp-section h2:not(.section-nav-item) span {
  text-decoration: none;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  .fp-section .section-nav-item:not(.current) {
    display: none;
  }
}

.home .page-container {
  background: none;
}
@media (max-width: 767px) {
  .home .fp-section.first.mobile-only h1 {
    width: auto;
    font-size: 3rem;
    line-height: 130%;
    margin-top: 5rem;
    margin-bottom: 0em;
  }
  .home .fp-section.main-first .homepageHeading {
    display: none;
  }
}

#time {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 200;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: black;
}

#scroll {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 200;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: white;
}

@media (min-width: 768px) {
  .singular-content {
    display: flex;
    width: 100%;
  }
}
.singular-content aside .pull {
  font-size: 2rem;
}
@media (min-width: 1600px) {
  .singular-content article {
    width: 60%;
  }
  .singular-content aside {
    width: calc(40% - 100px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
  }
  .singular-content aside .pull {
    margin-bottom: auto;
  }
}

.block-links .block-link {
  overflow: hidden;
  position: relative;
}
.block-links .block-link:hover .image {
  transform: scale(1.05);
}
.block-links .block-link .title span {
  text-decoration: none;
  border-bottom: 1px solid white;
}
.block-links .block-link .content {
  position: relative;
  font-size: 1.5rem;
  padding: 50px;
}
@media (min-width: 768px) {
  .block-links .block-link .content {
    padding: 100px;
  }
}
.block-links .block-link .content .description {
  max-width: 400px;
}
.block-links .block-link .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 1s ease;
}
@media (min-width: 768px) {
  .block-links {
    display: flex;
    flex-wrap: wrap;
  }
  .block-links .block-link {
    width: 50%;
    flex: 1 0 50%;
  }
}

@media (max-width: 767px) {
  .page-header-section nav {
    margin-bottom: 3rem;
  }
  .page-header-section .btn {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .page-header-section nav ul {
    display: flex;
    flex-flow: row wrap;
  }
}
.page-header-section nav li:not(.current_page_item):not(:hover) a {
  color: black;
  border-color: black;
  opacity: 0.3;
}

.team-members {
  position: relative;
}
@media (max-width: 767px) {
  .team-members .title {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .team-members .title {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 100px;
    margin: 0;
  }
}
.team-members .title span {
  text-decoration: none;
  border-bottom: 1px solid white;
}
.team-members .team-member {
  position: relative;
  background-size: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #733e2c;
  background-blend-mode: lighten;
}
.team-members .team-member.cover {
  background-size: cover;
}
.team-members .team-member h2,
.team-members .team-member h3 {
  margin: 0;
}
.team-members .team-member:before {
  content: "";
  background-image: linear-gradient(to right, #cdb27f, transparent);
  background-size: 200% auto;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
}
.team-members .team-member:hover:before {
  background-position: left center;
}
.team-members .team-member .col {
  position: relative;
}
@media (max-width: 767px) {
  .team-members .team-member {
    padding: 50px;
    background-position: right center !important;
  }
}
@media (min-width: 768px) {
  .team-members .team-member {
    display: flex;
    padding: 200px 100px 100px;
    align-items: flex-end;
  }
  .team-members .team-member .col {
    width: 50%;
  }
  .team-members .team-member .bio {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .team-members .team-member:hover .bio {
    transform: translateY(0);
    opacity: 1;
  }
}

.bcc-banner {
  z-index: 9999;
  background: #1e524c;
  color: white;
}
.bcc-banner__action {
  background: transparent;
  border-color: white;
  color: white;
}
.bcc-banner__action:hover {
  background: white;
  color: #05161d;
}
/*# sourceMappingURL=style.css.map */
