@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Poppins:wght@400;500&display=swap");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Degular-Med";
  src: url("/wp-content/themes/trigon/build/webfonts/Degular_Text-Medium.woff2") format("woff2"), url("/wp-content/themes/trigon/build/webfonts/Degular_Text-Medium.woff") format("woff");
}
@font-face {
  font-family: "Degular-Light";
  src: url("/wp-content/themes/trigon/build/webfonts/Degular_Text-Light.woff2") format("woff2"), url("/wp-content/themes/trigon/build/webfonts/Degular_Text-Light.woff") format("woff");
}
h1,
.t-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
h1.white,
.white.t-h1 {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  h1,
  .t-h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  h1,
  .t-h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.c-section--homepage_content .b-homepage_content .image-content-container p, .c-section--homepage_content .b-homepage_content .image-content-container, h2,
.t-h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 18px 0;
}
.c-section--homepage_content .b-homepage_content .image-content-container p.white, .c-section--homepage_content .b-homepage_content .white.image-content-container, h2.white,
.white.t-h2 {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .c-section--homepage_content .b-homepage_content .image-content-container p, .c-section--homepage_content .b-homepage_content .image-content-container, h2,
  .t-h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .c-section--homepage_content .b-homepage_content .image-content-container p, .c-section--homepage_content .b-homepage_content .image-content-container, h2,
  .t-h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.c-section--testimonial .author, .c-location__map a, .c-location__map, .c-location__telephone, .c-location__address, .c-location__title, h3,
.t-h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 20px 0;
  color: #111E3C;
}
.c-section--testimonial .white.author, .c-location__map a.white, .white.c-location__map, .white.c-location__telephone, .white.c-location__address, .white.c-location__title, h3.white,
.white.t-h3 {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .c-section--testimonial .author, .c-location__map a, .c-location__map, .c-location__telephone, .c-location__address, .c-location__title, h3,
  .t-h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .c-section--testimonial .author, .c-location__map a, .c-location__map, .c-location__telephone, .c-location__address, .c-location__title, h3,
  .t-h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

h4,
.t-h4 {
  font-family: "Degular-Med", sans-serif;
  color: #8B8A8A;
  font-weight: 100;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  h4,
  .t-h4 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  h4,
  .t-h4 {
    font-size: 20px;
    line-height: 35px;
  }
}

h5,
.t-h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  h5,
  .t-h5 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  h5,
  .t-h5 {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 20px 0;
  }
}

h6,
.t-h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  h6,
  .t-h6 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  h6,
  .t-h6 {
    font-size: 20px;
    line-height: 27px;
  }
}

p,
ul,
ol,
li,
address,
.h2-sml, body {
  font-family: "Degular-Light", sans-serif;
  color: #8B8A8A;
  font-weight: 100;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  p,
  ul,
  ol,
  li,
  address,
  .h2-sml, body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  p,
  ul,
  ol,
  li,
  address,
  .h2-sml, body {
    font-size: 16px;
    line-height: 26px;
  }
}

.t-feature {
  font-size: 60px;
  line-height: 50px;
}
@media (min-width: 992px) and (min-height: 720px) {
  .t-feature {
    font-size: 100px;
    line-height: 90px;
  }
}

.c-career__experience, .c-career__location, .t-caps {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.c-form__message, .c-form__label, .c-form .errMsg,
.c-form .lengthIndicator, .t-small {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .c-form__message, .c-form__label, .c-form .errMsg,
  .c-form .lengthIndicator, .t-small {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .c-form__message, .c-form__label, .c-form .errMsg,
  .c-form .lengthIndicator, .t-small {
    font-size: 16px;
    line-height: 26px;
  }
}

[data-src] {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-src].lazyloaded {
  opacity: 1;
}

.hamburger-box {
  margin: 5px 0 0 0;
}

::selection {
  color: white;
  background-color: rgba(17, 30, 60, 0.99);
}

html {
  box-sizing: border-box;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  width: 100%;
  height: 100%;
}

body {
  color: #002A3A;
  font-family: "Degular-Light", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white;
}
body.has-menu {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body.has-menu {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 992px) {
  body {
    padding: 0;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  outline: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: 0.1em;
}

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

.content-center {
  text-align: center !important;
}

.mrgn-lrg {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .mrgn-lrg {
    margin: 0 0 60px 0;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .mrgn-lrg {
    margin: 0 0 100px 0;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: inherit;
  letter-spacing: 0;
}

h1,
.t-h1 {
  text-transform: none;
}

strong,
b {
  font-weight: 600;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #4D8BB0;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  transition: border-color 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
p,
ul,
ol,
li,
address,
.h2-sml {
  text-transform: none;
  font-weight: 100;
  margin: 0 0 20px 0;
}

.h2-sml {
  margin: 20px 0;
}

address {
  font-style: normal;
}

ul,
ol {
  padding: 0 0 0 20px;
  margin: 20px 0;
}
ul li,
ol li {
  margin: 5px 0;
}

blockquote,
cite {
  font-style: normal;
  padding: 0;
  display: block;
}

blockquote {
  margin: 0;
  quotes: "“" "”" "‘" "’";
}
@media only screen and (min-width: 768px) {
  blockquote {
    padding: 0 0 0 30px;
  }
}
blockquote > p {
  position: relative;
}
blockquote > p::before, blockquote > p::after {
  color: inherit;
  font-size: inherit;
}
@media only screen and (min-width: 768px) {
  blockquote > p::before, blockquote > p::after {
    position: absolute;
  }
}
blockquote > p::before {
  content: open-quote;
}
@media only screen and (min-width: 768px) {
  blockquote > p::before {
    left: -30px;
  }
}
blockquote > p::after {
  content: close-quote;
}

.page-theme-navy {
  background-color: #111E3C;
}

.page-theme-light {
  background-color: #EFEFEF;
}

.page-theme-grey {
  background-color: #E4E8E5;
}

.c-section {
  width: 100%;
  padding: 40px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-section {
    padding: 80px 0;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .c-section {
    padding: 100px 0;
  }
}
.c-section.padding-none {
  padding: 0 !important;
}
.c-section.padding-top {
  padding-bottom: 0 !important;
}
.c-section.padding-bottom {
  padding-top: 0 !important;
}
.c-section .wrapper {
  width: 100%;
  max-width: 1800px;
}
.c-section.theme-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: white;
}
.c-section.theme-none + .c-section.theme-none {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-light {
  background-color: #EFEFEF;
}
.theme-light + .theme-light {
  padding-top: 0;
}
.theme-light h1, .theme-light h2, .theme-light h3, .theme-light h4, .theme-light h5, .theme-light p, .theme-light a, .theme-light li {
  color: #111E3C;
}

.theme-grey_light {
  background-color: #E4E8E5;
}
.theme-grey_light + .theme-grey_light {
  padding-top: 0;
}

.theme-navy {
  background-color: #111E3C;
  color: #ffffff;
}
.theme-navy h1, .theme-navy h2, .theme-navy h3, .theme-navy h4, .theme-navy h5, .theme-navy p, .theme-navy li {
  color: #ffffff;
}
.theme-navy a {
  color: #ffffff;
}
.theme-navy a:hover {
  color: #ffffff;
}

.theme-blue {
  color: #EFEFEF;
}
.theme-blue h1, .theme-blue h2, .theme-blue h3, .theme-blue h4, .theme-blue h5, .theme-blue p {
  color: #EFEFEF;
}
.theme-blue a {
  color: #EFEFEF;
}
.bg-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
}
.bg-left.mob {
  display: block;
}
@media only screen and (min-width: 768px) {
  .bg-left {
    display: block;
  }
}

.bg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
}
.bg-right.mob {
  display: block;
}
@media only screen and (min-width: 768px) {
  .bg-right {
    display: block;
  }
}

.width-10 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-10 {
    width: 10%;
  }
}

.width-20 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-20 {
    width: 20%;
  }
}

.width-25 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-25 {
    width: 25%;
  }
}

.width-30 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-30 {
    width: 30%;
  }
}

.width-40 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-40 {
    width: 40%;
  }
}

.width-50 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-50 {
    width: 50%;
  }
}

.width-60 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-60 {
    width: 60%;
  }
}

.width-70 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-70 {
    width: 70%;
  }
}

.width-80 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .width-80 {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .width-80 {
    width: 80%;
  }
}

.width-90 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .width-90 {
    width: 90%;
  }
}

.width-100 {
  width: 100%;
}

.border-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff;
  opacity: 0.3;
}

.border-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff;
  opacity: 0.3;
}

.cta {
  flex: 1 1 auto;
  margin: 0;
  padding: 10px 30px;
  background-color: #ffffff;
  color: #111E3C;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
}
.cta span {
  position: relative;
  z-index: 2;
}
.cta:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #111E3C;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: 0;
}
.cta:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
.cta:hover:after {
  width: 100%;
  left: 0;
  color: #ffffff;
  left: -10%;
  width: 120%;
}
.cta.grey:after {
  background: #8B8A8A;
}

.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 50%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #111E3C;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #111E3C;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 0px;
}
.the-arrow.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #111E3C;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #111E3C;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: block;
  color: #111E3C !important;
  font-size: 19px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  text-decoration: none;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}
.animated-arrow.white {
  color: #ffffff !important;
}
.animated-arrow.white .the-arrow.-left > .shaft {
  background-color: #ffffff;
}
.animated-arrow.white .the-arrow.-left > .shaft:before, .animated-arrow.white .the-arrow.-left > .shaft:after {
  background-color: #ffffff;
}
.animated-arrow.white .the-arrow > .shaft {
  background-color: #ffffff;
}
.animated-arrow.white .the-arrow > .shaft:before, .animated-arrow.white .the-arrow > .shaft:after {
  background-color: #ffffff;
}

.c-career {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-career .back-col {
    text-align: right;
  }
}
.c-career__title {
  margin: 40px 0 0 0;
}
.c-career__experience {
  margin: 10px 0 40px 0;
}
.c-career__apply {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .c-career__apply {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .c-career__apply .c-button {
    width: 100%;
  }
}

.c-face {
  width: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-face__eye {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 4px solid #4D8BB0;
  border-radius: 50%;
  position: relative;
}
.c-face__iris {
  background-color: transparent;
  width: 15px;
  height: 15px;
  padding: 3px 0 0 0;
  position: absolute;
  left: calc(50% - 7px);
  top: -3.5px;
  transform-origin: bottom;
  display: flex;
  justify-content: center;
}
.c-face__pupil {
  width: 10px;
  height: 10px;
  background-color: #4D8BB0;
  border-radius: 50%;
}

.c-footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-footer .footer-sub {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub {
    margin: 0;
    padding: 0;
  }
}
.c-footer .footer-sub .footer-logo {
  display: block;
  margin: 40px auto;
  max-width: 120px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-logo {
    margin: 90px auto 40px;
    max-width: 175px;
  }
}
.c-footer .footer-sub .footer-logo svg {
  display: block;
  width: 100%;
}
.c-footer .footer-sub .footer-logo svg path, .c-footer .footer-sub .footer-logo svg rect {
  fill: #ffffff;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-container {
    display: flex;
  }
}
.c-footer .footer-sub .footer-container .footer-content {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-container .footer-content {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-container .footer-content.center {
    justify-content: center;
  }
}
.c-footer .footer-sub .footer-container .footer-content .content {
  display: block;
}
.c-footer .footer-sub .footer-container .footer-content .content svg {
  display: inline-block;
  width: 30px;
  margin: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-container .footer-content .content svg {
    display: block;
    margin: 0 auto 20px;
  }
}
.c-footer .footer-sub .footer-container .footer-content .content .title {
  font-weight: bold;
  display: block;
}
.c-footer .footer-sub .footer-container .footer-content .content span, .c-footer .footer-sub .footer-container .footer-content .content a {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-container .footer-content .content span, .c-footer .footer-sub .footer-container .footer-content .content a {
    display: block;
  }
}
.c-footer .footer-sub .footer-container .footer-content .content span.tel, .c-footer .footer-sub .footer-container .footer-content .content span.email, .c-footer .footer-sub .footer-container .footer-content .content a.tel, .c-footer .footer-sub .footer-container .footer-content .content a.email {
  display: block;
}
.c-footer .footer-sub .footer-container .footer-content .share {
  display: block;
  width: 100%;
}
.c-footer .footer-sub .footer-container .footer-content .share svg {
  float: left;
  margin: 0 20px 0 0;
  width: 30px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-container .footer-content .share svg {
    float: right;
    margin: 0 0 0 20px;
  }
}
.c-footer .footer-sub .footer-copyright {
  display: block;
  margin: 60px 0 20px;
}
@media only screen and (min-width: 768px) {
  .c-footer .footer-sub .footer-copyright {
    text-align: right;
  }
}

.c-form {
  position: relative;
  overflow: hidden;
}
.c-form .errMsg,
.c-form .lengthIndicator {
  display: block;
  padding: 10px 0 0 0;
  font-weight: 600;
}
.c-form [disabled] {
  opacity: 0.2;
  user-select: none;
  cursor: not-allowed;
}
.c-form__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.c-form__label {
  display: block;
  padding: 0;
  color: #ffffff;
}
.c-form__field {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .c-form__field {
    width: 48%;
    margin: 0 1% 10px;
  }
}
.c-form__field:last-child {
  margin-bottom: 0;
}
.c-form__field.full-width {
  width: 98%;
  margin: 0 1% 10px;
  text-align: center !important;
}
.c-form__input, .c-form__textarea, .c-form__select {
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #FEE4DA;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .c-form__input, .c-form__textarea, .c-form__select {
    padding: 0 20px;
  }
}
.c-form__input, .c-form__select {
  height: 42px;
}
@media only screen and (min-width: 768px) {
  .c-form__input, .c-form__select {
    font-size: 16px;
    line-height: 22px;
    height: 42px;
  }
}
.c-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='12' xmlns='http://www.w3.org/2000/svg'><path d='M8 12L0 0h16z' fill='#FFF' fill-rule='evenodd'/></svg>");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
.c-form__textarea {
  height: 160px;
  padding: 20px;
}
.c-form__button {
  border: 2px solid red;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  background: red;
  pointer-events: all;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-form .actions {
  float: left;
  width: 100%;
  text-align: center;
}

.c-form__multiple-select {
  min-height: 350px;
  padding: 20px;
}

.login-block .c-section {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .login-block .c-section {
    padding: 80px 0;
  }
}
.login-block .title_row {
  text-align: center;
  margin-bottom: 80px;
}
.login-block .title_row h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.login-block .title_row h1 {
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .login-block .title_row h1 {
    font-size: 60px;
  }
}
.login-block .login_field {
  text-align: right;
}
.login-block .login {
  max-width: 150px;
}
.login-block .c-button {
  border: 2px solid red;
  border-radius: 5px !important;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.login-block .c-button:hover {
  color: white;
}

.c-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .c-grid {
    display: grid;
    grid-gap: 20px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
}
.c-grid audio, .c-grid video {
  width: 100%;
}
.c-grid img {
  display: inherit;
}
.c-grid__item {
  margin: 0 0 15px 0;
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .c-grid__item {
    margin: 0;
  }
}
.c-grid__item.theme-blue {
  background-color: #4D8BB0;
  color: white;
}
.c-grid__item.theme-blue:hover, .c-grid__item.theme-blue:active, .c-grid__item.theme-blue:focus {
  background-color: #0b1428;
}
@media only screen and (max-width: 767px) {
  .c-grid__item.is-hidden-mobile {
    display: none;
  }
}
.c-grid__item.is-width-half {
  grid-column: span 2;
}
.c-grid__item.is-width-three_quarters {
  grid-column: span 3;
}
.c-grid__item.is-width-full {
  grid-column: span 4;
}
.c-grid__item.is-height-double {
  grid-row: span 2;
}
.c-grid__item.is-type-blank {
  display: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .c-grid__item.is-type-blank {
    display: block;
  }
}
.c-grid__item.is-type-blank:hover, .c-grid__item.is-type-blank:active, .c-grid__item.is-type-blank:focus {
  background-color: transparent;
}
.c-grid__item.is-type-text {
  pointer-events: none;
}
.c-grid__el {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.is-width-three_quarters.is-height-double .c-grid__el {
  padding-bottom: 50%;
}
.is-width-quarter.is-height-double .c-grid__el {
  padding-bottom: 177%;
}
.is-type-blank.is-width-quarter.is-height-double .c-grid__el {
  padding-bottom: 100%;
}
.is-width-full .c-grid__el {
  padding-bottom: 50%;
}
@media only screen and (max-width: 767px) {
  .is-type-statistic .c-grid__el {
    padding-bottom: 0;
    height: auto;
  }
}
.c-grid .is-subtype-testimonial .c-grid__el {
  padding: 0 !important;
  position: relative;
  height: auto;
}
.c-grid .is-subtype-testimonial .c-grid__el .c-grid__content {
  position: relative;
}
.c-grid .is-subtype-testimonial .c-grid__el .wrapper {
  max-width: 1600px;
}
.c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px !important;
  padding-left: 40px !important;
}
@media only screen and (min-width: 768px) {
  .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
}
@media only screen and (min-width: 992px) {
  .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
}
.c-grid .is-subtype-testimonial .theme-grey {
  color: #4D8BB0 !important;
}
.c-grid__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.is-type-statistic .c-grid__content {
  display: flex;
  flex-direction: column;
  padding: 20px 15px 0 15px;
}
@media only screen and (max-width: 767px) {
  .is-type-statistic .c-grid__content {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .is-type-statistic .c-grid__content {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .is-type-statistic .c-grid__content {
    padding: 20px 20px;
  }
}
.is-type-statistic .c-grid__content p {
  margin-top: 0;
}
.is-type-statistic .c-grid__content .t-feature {
  margin-bottom: 5px;
}
.is-type-text .c-grid__content {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .is-type-text .c-grid__content {
    padding: 0 20px;
  }
}
.c-grid__image, .c-grid__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-grid a {
  color: white;
}
.c-grid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 84, 188, 0.8);
  padding: 0 15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 992px) {
  .c-grid__overlay {
    padding: 0 20px;
  }
}
.c-grid__item:hover .c-grid__overlay {
  opacity: 1;
}
.c-grid__overlay * {
  pointer-events: auto;
}
.c-grid__overlay .project-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.c-grid__logo {
  margin: 20px 0;
  display: block;
  border: none;
  width: auto;
  height: 40px;
}
.c-grid__pp {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1;
}

.width-max {
  padding: 0 !important;
}
.width-max .wrapper {
  max-width: 100%;
  padding: 0 !important;
}
.width-max .container-fluid {
  padding: 0;
}
.width-max .container-fluid .c-grid {
  grid-gap: 0;
}
.width-max .container-fluid .c-grid li {
  margin: 0;
}
.width-max .container-fluid .c-grid .is-type-text .c-grid__content {
  padding: 30px 20px;
}
@media only screen and (min-width: 576px) {
  .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
    padding: 80px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
    max-width: 800px;
    right: 0;
    padding-right: 46px;
    left: auto;
    padding-left: 46px;
    padding-top: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
    max-width: 800px;
    right: 0;
    padding-right: 80px;
    left: auto;
    padding-left: 46px;
    padding-top: 80px;
  }
}

.is-type-text .c-grid__el {
  padding: 0;
  height: auto;
}
.is-type-text .c-grid__content {
  position: relative;
  height: auto;
  overflow: hidden;
}

.c-header {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 !important;
  width: 100%;
  display: flex;
  height: 80px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  align-items: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .c-header {
    position: fixed;
  }
}
.c-header .wrapper {
  width: 100%;
  max-width: 1800px;
}
@media only screen and (min-width: 768px) {
  .c-header {
    height: 80px;
  }
}
.c-header__brand {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-header__brand a {
  display: block;
  padding: 0;
  border: none;
}
.c-header__brand a img {
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .c-header__brand a img {
    max-width: 300px;
  }
}
.c-header__navigation {
  float: right;
  margin: 6px 0 0 0;
  display: flex;
  align-items: center;
}
.c-header__hamburger {
  z-index: 10000;
  margin: 0 -15px 0 0;
}
@media only screen and (min-width: 992px) {
  .c-header__hamburger {
    display: none;
  }
}
.c-header .logo {
  position: absolute;
  top: -27px;
  display: inline-block;
  margin-top: 0;
  border: 0 !important;
  width: 103px;
  transition: all 0.2s ease-in;
}
.c-header .logo svg {
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .c-header .logo {
    width: 103px;
    top: 0;
  }
}
.c-header .logo svg {
  display: block;
  width: 100%;
}
.c-header .logo svg path, .c-header .logo svg rect {
  fill: #111E3C;
}
.c-header .btn-search {
  display: none;
  position: absolute;
  top: 8px;
  right: 25px;
  width: 14px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .c-header .btn-search {
    display: block;
  }
}
.c-header .btn-search img {
  width: 100%;
}
.c-header.scroll {
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.c-header.scroll .logo {
  display: inline-block;
  margin-top: 5px;
  border: 0 !important;
  width: 160px;
}
.c-header.scroll .logo svg {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-header.scroll .logo {
    width: 204px;
  }
}
@media only screen and (min-width: 992px) {
  .c-header.scroll .logo {
    width: 204px;
  }
}
.c-header.scroll .logo img {
  display: block;
  width: 100%;
}
.c-header .header-social {
  display: none;
  float: right;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .c-header .header-social {
    display: inline-block;
  }
}
.c-header .header-social a {
  margin: 0 0 0 15px;
  text-decoration: none;
  border: 0;
}
.c-header .header-social a:hover {
  text-decoration: none;
  border: 0;
}
.c-header .header-social a svg {
  width: 16px;
}
.c-header .header-social a svg path {
  fill: #ffffff;
}
.c-header .cta {
  float: right;
  margin: 2px 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-header .cta {
    display: block;
  }
}

.page-template-home .c-header,
.page-template-careers .c-header {
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 120px;
}
.page-template-home .c-header .bg,
.page-template-careers .c-header .bg {
  background-color: #000000;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  opacity: 0.2;
}

#responsive-menu-button {
  display: none;
  background: #111E3C !important;
}

#responsive-menu {
  padding-top: 40px !important;
}

.search-header {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #002A3A;
  padding: 10px 0;
}
.search-header .search-form {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-header .search-form input {
  border: 1px solid #ffffff;
  color: #000000;
  font-family: "UniversLTPro-45Light", sans-serif;
  font-size: 16px;
  padding: 7px 5px 5px;
  outline: 0 !important;
}
.search-header .search-form .search-submit {
  color: #ffffff;
  font-family: "UniversLTPro-45Light", sans-serif;
  margin: 5px 10px 0;
}
.search-header.open {
  display: block;
}

.breadcrumbs-container {
  position: relative;
  display: block;
}
.breadcrumbs-container .border-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  border-top: 1px solid #111E3C;
}
.breadcrumbs-container .border-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  border-top: 1px solid #111E3C;
}
.breadcrumbs-container .breadcrumbs {
  display: flex;
  align-items: center;
  height: 62px;
}
.breadcrumbs-container .breadcrumbs a, .breadcrumbs-container .breadcrumbs span {
  display: inline-block;
  margin-right: 10px;
  color: #111E3C;
}
.breadcrumbs-container .breadcrumbs svg {
  display: inline-block;
  margin-right: 10px;
}

.page-theme-navy .btn-menu:hover {
  background-color: #600F27;
}
.page-theme-navy .breadcrumbs-container .border-t {
  border-top: 1px solid #EFEFEF;
}
.page-theme-navy .breadcrumbs-container .border-b {
  border-top: 1px solid #EFEFEF;
}
.page-theme-navy .breadcrumbs-container .breadcrumbs a, .page-theme-navy .breadcrumbs-container .breadcrumbs span {
  color: #EFEFEF;
}

.page-theme-light .logo svg {
  width: 100%;
}
.page-theme-light .logo svg path, .page-theme-light .logo svg rect {
  fill: #111E3C;
}
@media only screen and (min-width: 768px) {
  .page-theme-light .logo {
    width: 103px;
  }
}
@media only screen and (min-width: 992px) {
  .page-theme-light .logo {
    width: 103px;
  }
}
.page-theme-light .logo img {
  display: block;
  width: 100%;
}
[data-inview] {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.95);
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-inview].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.c-loader {
  display: none;
  margin: 50px auto;
  position: relative;
  border-top: 4px solid rgba(17, 30, 60, 0.2);
  border-right: 4px solid rgba(17, 30, 60, 0.2);
  border-bottom: 4px solid rgba(17, 30, 60, 0.2);
  border-left: 4px solid #111E3C;
  transform: translate3d(0, 0, 0);
  animation: spinner 0.5s infinite linear;
}
.is-loading .c-loader {
  display: block;
}
.c-loader, .c-loader::after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-location a {
  color: inherit;
}
.c-location__address {
  margin: 0;
}
.c-location__separator {
  margin: 0 0 5px 0;
}
.c-location__telephone {
  margin: 0;
}
.c-location__map {
  margin-top: 10px;
}
.c-location__map a {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  color: #000000;
  border: 0;
}
.c-location__map a .icn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  height: 100%;
  width: 29px;
  left: -29px;
  top: -4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c-location__map a .title {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.c-location__map a:hover .title, .c-location__map a.selected .title {
  -webkit-transform: translateX(44px);
  -moz-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
  color: #000000;
}
.c-location__map a:hover .icn, .c-location__map a.selected .icn {
  left: 0;
}
.c-location__map a:hover {
  text-decoration: none;
}
.c-location .embed-container {
  margin-top: 20px;
}
.c-location .embed-container iframe {
  width: 100%;
  height: 200px;
}

#navigation-footer {
  display: block;
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 768px) {
  #navigation-footer {
    margin: 0;
  }
}
#navigation-footer li {
  width: auto;
  margin: 0 0 10px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #navigation-footer li {
    text-align: right;
  }
}

#responsive-menu-search-box {
  display: none !important;
}

.nav-main-navigation {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 150px;
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-main-navigation {
    display: inline-block;
  }
}
.nav-main-navigation .c-navigation__list {
  margin: 0;
  padding: 0;
}
.nav-main-navigation .c-navigation__list li {
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
  display: inline-block;
}
.nav-main-navigation .c-navigation__list li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 20px 0 2px;
  font-size: 16px;
  line-height: 26px;
  color: #111E3C;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.nav-main-navigation .c-navigation__list li a:hover {
  text-decoration: none;
}
.nav-main-navigation .c-navigation__list li:hover, .nav-main-navigation .c-navigation__list li.current-menu-item, .nav-main-navigation .c-navigation__list li.current_page_item {
  text-decoration: none;
  border-bottom: 1px solid #111E3C;
}

.page-theme-light .nav-main-navigation .c-navigation__list li a {
  color: #111E3C;
}
.page-theme-light .nav-main-navigation .c-navigation__list li:hover, .page-theme-light .nav-main-navigation .c-navigation__list li.current-menu-item, .page-theme-light .nav-main-navigation .c-navigation__list li.current_page_item {
  text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #111E3C;
}

.c-pp {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pp__icon {
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  box-sizing: border-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}
.c-pp.is-play .c-pp__icon {
  width: 30px;
  border-right: 15px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  transform: translate3d(30%, 0, 0);
}

.c-slider, .c-slider__wrapper, .c-slider__slide {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.c-slider__pp {
  left: 50%;
  bottom: auto;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.c-slider__button {
  background-color: #4D8BB0;
  width: 50px;
  height: 50px;
  background-image: none;
  text-indent: -9999em;
  overflow: hidden;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-slider__button::before {
  content: "";
  position: absolute;
  border: 1px solid white;
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.c-slider__button--prev {
  right: 53px;
}
.c-slider__button--prev::before {
  transform: rotate(-45deg);
  left: 23px;
}
.c-slider__button--next::before {
  transform: rotate(135deg);
  left: 13px;
}
.c-slider__button.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: auto;
}
.c-slider__title {
  padding: 80px 0 0 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.theme-blue .c-slider__button, .theme-red .c-slider__button {
  background: white;
}
.theme-blue .c-slider__button:before, .theme-red .c-slider__button:before {
  border: 1px solid #4D8BB0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.is-subtype-image .c-slider, .is-subtype-image .c-slider__wrapper, .is-subtype-image .c-slider__slide, .is-subtype-video .c-slider, .is-subtype-video .c-slider__wrapper, .is-subtype-video .c-slider__slide {
  width: 100%;
  height: 100% !important;
  background-color: transparent;
}

.is-subtype-testimonial {
  transition: none;
}
.is-subtype-testimonial.c-grid__item {
  background: none !important;
}
.is-subtype-testimonial.c-grid__item:hover {
  background: none !important;
}
.is-subtype-testimonial blockquote {
  padding: 0;
}
.is-subtype-testimonial blockquote p:before {
  left: -1rem;
}
.is-subtype-testimonial blockquote footer {
  margin-top: 40px;
  font-size: 1rem;
}
.is-subtype-testimonial .c-section {
  padding-bottom: 160px;
}
.is-subtype-testimonial .c-slider__title {
  padding-bottom: 0;
}

.c-section--about_content .bg-image {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-section--about_content .bg-image.one {
  left: -35%;
  top: 10%;
  width: 60%;
  height: 600px;
}
.c-section--about_content .bg-image.two {
  left: -15%;
  bottom: 0;
  width: 70%;
  height: 700px;
}
.c-section--about_content .b-about_content .text-container-one {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-section--about_content .b-about_content .text-container-one {
    margin: 0 0 100px;
  }
}
.c-section--about_content .b-about_content .text-container-three {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-section--about_content .b-about_content .text-container-three {
    margin: 100px 0;
  }
}
.c-section--about_content .b-about_content .image-content-container {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.c-section--about_content .b-about_content img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 40px auto;
}
@media only screen and (min-width: 768px) {
  .c-section--about_content .b-about_content img {
    max-width: 100%;
  }
}

.c-section--accordion_services_block .b-accordion_services_block #accordion-section {
  display: block;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card {
  border: 0;
  border-bottom: 1px solid #111E3C;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header {
  background-color: transparent;
  border: 0;
  padding: 0 0 20px;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2 {
  padding: 0 60px 20px 0;
  display: block;
  text-align: left;
  color: #ffffff;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 18px 0;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2.white {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2 svg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: auto;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2 svg.card-close {
  display: block;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2 svg.card-open {
  display: none;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2.collapsed svg {
  transform: rotate(0deg);
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2.collapsed svg.card-close {
  display: none;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-header h2.collapsed svg.card-open {
  display: block;
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-body {
  padding: 0 0 40px;
  color: #111E3C;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, 1fr);
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-body .service {
  grid-column: span 12;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-body .service {
    grid-column: span 6;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-body .service {
    grid-column: span 3;
  }
}
.c-section--accordion_services_block .b-accordion_services_block #accordion-section .card .card-body .service img {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  max-width: 140px;
}

.c-section--banner_section {
  padding: 0;
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  .c-section--banner_section {
    height: 90vh;
    min-height: 600px;
  }
}
.c-section--banner_section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.c-section--banner_section .banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 5%;
}
@media only screen and (min-width: 768px) {
  .c-section--banner_section .banner-content {
    height: 75vh;
    min-height: 500px;
  }
}
.c-section--banner_section .banner-content h1 {
  color: #ffffff;
  margin: 0;
  width: 100%;
  max-width: 500px;
}
.c-section--banner_section .arrow-scroll {
  position: absolute;
  text-align: center;
  z-index: 9;
  right: 0;
  left: 50%;
  bottom: -30px;
  width: 60px;
  height: 60px;
  margin: 0 0 0 -20px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  justify-content: center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 9px -2px #000000;
  box-shadow: 0px 3px 9px -2px #000000;
}
.c-section--banner_section .arrow-scroll__wrap {
  display: inline-block;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  margin-top: 10px;
}
.c-section--banner_section .arrow-scroll__wrap:hover {
  opacity: 0.5;
}
.c-section--banner_section .arrow-scroll__wrap_animated {
  animation: arrow-scroll 1.7s infinite ease;
}
@keyframes arrow-scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  55% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}

.c-section--carousel h3 {
  color: #ffffff;
}
.c-section--carousel .slick-slide {
  height: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.c-section--carousel .slick-slide a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-section--content_section .b-content_section h2 {
  margin-bottom: 60px;
}

.c-section--cta_section {
  margin: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-section--cta_section {
    display: flex;
  }
}
.c-section--cta_section .cta-wrapper {
  display: block;
  padding: 5%;
  background-color: #4D8BB0;
}
@media only screen and (min-width: 768px) {
  .c-section--cta_section .cta-wrapper {
    flex-basis: 100%;
  }
}
.c-section--cta_section .cta-wrapper h2 {
  position: relative;
  z-index: 2;
  color: #111E3C;
}
.c-section--cta_section .cta-wrapper h2 .date {
  display: block;
}
.c-section--cta_section .cta-wrapper .cta {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .c-section--cta_section .cta-wrapper .cta {
    margin-top: 40px;
  }
}
.c-section--cta_section .cta-wrapper:nth-child(1) {
  background: #4D8BB0;
}
.c-section--cta_section .cta-wrapper:nth-child(1) h2 {
  color: #ffffff;
}
.c-section--cta_section .cta-wrapper:nth-child(2) {
  background: #E4E8E5;
}

@media only screen and (max-width: 767px) {
  .c-section--form .b-form .wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100%;
    margin-left: 0;
  }
  .c-section--form .b-form .wpforms-container-full .wpforms-form .wpforms-one-half.wpforms-first {
    margin-bottom: 20px;
  }
}

.wpforms-confirmation-container-full {
  background-color: transparent !important;
  border: 0 !important;
  padding: 20px 0 !important;
}

.c-section--homepage_content .bg-image {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-section--homepage_content .bg-image.one {
  left: -25%;
  top: 10%;
  width: 60%;
  height: 600px;
}
.c-section--homepage_content .bg-image.two {
  left: -15%;
  bottom: 0;
  width: 70%;
  height: 700px;
}
.c-section--homepage_content .b-homepage_content .text-container-intro {
  display: block;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .c-section--homepage_content .b-homepage_content .text-container-intro {
    margin: 0 0 80px;
  }
}
.c-section--homepage_content .b-homepage_content .image-content-container {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.c-section--homepage_content .b-homepage_content img {
  display: block;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .c-section--homepage_content .b-homepage_content img {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-section--map_section {
    padding-top: 180px;
  }
}
.c-section--map_section .b-map_section .text-container {
  display: block;
}
.c-section--map_section .b-map_section .acf-map {
  display: block;
  width: 100%;
  height: 300px;
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .c-section--map_section .b-map_section .acf-map {
    height: 500px;
    margin: 0;
  }
}
.c-section--map_section .b-map_section .acf-map img {
  max-width: inherit !important;
}

.c-section--news_container {
  margin-top: 80px;
  padding-bottom: 60px;
}
.c-section--news_container .b-news_container h1, .c-section--news_container .b-news_container h2, .c-section--news_container .b-news_container h3, .c-section--news_container .b-news_container h4, .c-section--news_container .b-news_container p, .c-section--news_container .b-news_container a, .c-section--news_container .b-news_container li {
  color: #111E3C;
}
.c-section--news_container .b-news_container .detail {
  display: block;
  font-size: 20px;
  margin: 0 0 20px;
}
.c-section--news_container .b-news_container .detail .label {
  display: inline-block;
  width: 80px;
}
.c-section--news_container .b-news_container .detail .value {
  display: inline-block;
}
.c-section--news_container .b-news_container .article-image {
  display: block;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .c-section--news_container .b-news_container .article-image {
    margin: 20px 0;
  }
}
.c-section--news_container .b-news_container .more-news {
  margin: 80px 0 0;
}

.related-articles-wrapper {
  margin: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .related-articles-wrapper {
    display: flex;
  }
}
.related-articles-wrapper .article {
  position: relative;
  flex-basis: 100%;
  padding: 20px;
  background-color: #EFEFEF;
  height: 300px;
  display: block;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .related-articles-wrapper .article {
    flex-basis: 100%;
    height: 420px;
    margin: 0;
    display: flex;
    align-items: flex-end;
  }
}
.related-articles-wrapper .article .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.related-articles-wrapper .article h2 {
  position: relative;
  z-index: 2;
  color: #111E3C;
}
.related-articles-wrapper .article h2 .date {
  display: block;
}
.related-articles-wrapper .article:hover {
  text-decoration: none;
}
.related-articles-wrapper .article:hover .bg-image {
  opacity: 1;
}

.c-section--articles {
  background-image: url(/wp-content/themes/trigon/build/img/infinite_one.png);
  background-size: 60%;
  background-position: -40% 60%;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .c-section--articles {
    padding-top: 180px;
  }
}
.c-section--articles .b-articles .articles-grid-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, 1fr);
}
.c-section--articles .b-articles .articles-grid-container .article-tile {
  position: relative;
  overflow: hidden;
  grid-column: span 12;
  height: 260px;
  background-color: #111E3C;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .c-section--articles .b-articles .articles-grid-container .article-tile {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .c-section--articles .b-articles .articles-grid-container .article-tile {
    grid-column: span 6;
  }
}
.c-section--articles .b-articles .articles-grid-container .article-tile .tile-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}
.c-section--articles .b-articles .articles-grid-container .article-tile .infobox {
  position: relative;
  display: block;
  padding: 20px;
  color: #111E3C;
}
.c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info {
  width: 100%;
  padding-bottom: 20px;
}
.c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info .title {
  display: block;
  color: #ffffff;
  margin: 0;
  line-height: 110%;
}
.c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info .date {
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  line-height: 110%;
}
.c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info.image {
  width: 50%;
}
.c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info.image .intro {
  width: 100%;
}
.c-section--articles .b-articles .articles-grid-container .article-tile:hover {
  text-decoration: none;
}
.c-section--articles .b-articles .articles-grid-container .article-tile:hover .tile-thumbnail {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .c-section--articles .b-articles .articles-grid-container .article-tile:nth-child(1n) {
    height: 450px;
    grid-column: span 8;
  }
  .c-section--articles .b-articles .articles-grid-container .article-tile:nth-child(2n) {
    height: 300px;
    grid-column: span 4;
  }
  .c-section--articles .b-articles .articles-grid-container .article-tile:nth-child(3n) {
    height: 450px;
    grid-column: span 12;
    margin-left: 40%;
  }
  .c-section--articles .b-articles .articles-grid-container .article-tile:nth-child(4n) {
    height: 300px;
    grid-column: span 4;
  }
  .c-section--articles .b-articles .articles-grid-container .article-tile:nth-child(5n) {
    height: 300px;
    grid-column: span 4;
  }
}

.article-tile {
  background-color: #111E3C;
}
.article-tile.first {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 10px;
  height: 260px;
  margin-top: 40px;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .article-tile.first {
    height: 450px;
    margin-top: 0;
  }
}
.article-tile.first .tile-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}
.article-tile.first .infobox {
  display: block;
  padding: 20px;
  height: 100%;
  color: #111E3C;
}
.article-tile.first .infobox .info {
  width: 100%;
  padding-bottom: 20px;
}
.article-tile.first .infobox .info .title {
  display: block;
  color: #ffffff;
  margin: 0;
  line-height: 110%;
}
.article-tile.first .infobox .info .date {
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  line-height: 110%;
}
.article-tile.first .infobox .info.image {
  width: 50%;
}
.article-tile.first .infobox .info.image .intro {
  width: 100%;
}
.article-tile.first:hover {
  text-decoration: none;
}
.article-tile.first:hover .tile-thumbnail {
  opacity: 1;
}

.social {
  display: block;
  margin: 40px 0;
}
.social svg {
  display: inline-block;
  width: 30px;
  margin: 0 20px 0 0;
}

#misha_loadmore_news {
  margin-top: 40px;
}

.c-section--project_container {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .c-section--project_container {
    margin-top: 100px;
  }
}
.c-section--project_container .project-image {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
}
.c-section--project_container .b-project_container #carouselExampleControls {
  margin: 0 0 40px;
}
.c-section--project_container .b-project_container .project-detail-container {
  margin: 40px 0;
}
.c-section--project_container .b-project_container .project-detail-container .project-detail {
  display: block;
  font-size: 20px;
  margin: 0 0 5px;
}
.c-section--project_container .b-project_container .project-detail-container .project-detail .label {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.c-section--project_container .b-project_container .project-detail-container .project-detail .value {
  display: inline-block;
}
.c-section--project_container .b-project_container .animated-arrow {
  margin: 40px 0 0 0;
}

.filter-container {
  display: flex;
}
.filter-container a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  margin: 0 5px 20px;
  padding: 4px 15px;
  font-size: 14px;
  text-align: center;
  flex: 1 1 0px;
}
.filter-container a:hover {
  background-color: #ffffff;
  color: #111E3C;
  text-decoration: none;
}
.filter-container a.selected {
  background-color: #ffffff;
  color: #111E3C;
}

.c-section--project_key_challenges {
  margin: 0;
}

.carousel-content {
  position: relative;
  width: 100%;
  padding-top: 56.4%;
  background-size: cover;
  background-position: center;
}

.related-projects-wrapper {
  margin: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .related-projects-wrapper {
    display: flex;
  }
}
.related-projects-wrapper .project {
  position: relative;
  height: 300px;
  display: block;
  padding: 20px;
  margin: 0 0 20px;
  background-color: #111E3C;
}
@media only screen and (min-width: 768px) {
  .related-projects-wrapper .project {
    flex-basis: 100%;
    height: 420px;
    margin: 0;
    display: flex;
    align-items: flex-end;
  }
}
.related-projects-wrapper .project .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.related-projects-wrapper .project h2 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}
.related-projects-wrapper .project h2 .location {
  display: block;
}
.related-projects-wrapper .project:hover {
  text-decoration: none;
}
.related-projects-wrapper .project:hover .bg-image {
  opacity: 0.1;
}

.project-tile.first {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 10px;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .project-tile.first {
    height: 550px;
  }
}
.project-tile.first .tile-thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .project-tile.first .tile-thumbnail {
    height: 80%;
  }
}
.project-tile.first .infobox {
  display: block;
  padding: 10px 0 0;
  color: #ffffff;
}
.project-tile.first .infobox .info {
  width: 100%;
  padding-bottom: 20px;
}
.project-tile.first .infobox .info .title {
  display: block;
  line-height: 26px;
}
.project-tile.first .infobox .info .location {
  display: block;
  line-height: 26px;
}
.project-tile.first:hover {
  text-decoration: none;
}
.project-tile.first:hover .tile-thumbnail {
  opacity: 0.4;
}

.c-section--projects {
  background-image: url(/wp-content/themes/trigon/build/img/infinite_one.png);
  background-size: 60%;
  background-position: -60% 70%;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}
.c-section--projects .b-projects .project-grid-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, 1fr);
}
.c-section--projects .b-projects .project-grid-container .project-tile {
  position: relative;
  overflow: hidden;
  grid-column: span 12;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .c-section--projects .b-projects .project-grid-container .project-tile {
    grid-column: span 6;
  }
}
.c-section--projects .b-projects .project-grid-container .project-tile .tile-thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .c-section--projects .b-projects .project-grid-container .project-tile .tile-thumbnail {
    height: 80%;
  }
}
.c-section--projects .b-projects .project-grid-container .project-tile .infobox {
  position: relative;
  display: block;
  padding: 10px 0 0;
  color: #ffffff;
}
.c-section--projects .b-projects .project-grid-container .project-tile .infobox .info {
  width: 100%;
  padding-bottom: 20px;
}
.c-section--projects .b-projects .project-grid-container .project-tile .infobox .info .title {
  display: block;
  line-height: 26px;
}
.c-section--projects .b-projects .project-grid-container .project-tile .infobox .info .location {
  display: block;
  line-height: 26px;
}
.c-section--projects .b-projects .project-grid-container .project-tile .infobox .info.image {
  width: 50%;
}
.c-section--projects .b-projects .project-grid-container .project-tile .infobox .info.image .intro {
  width: 100%;
}
.c-section--projects .b-projects .project-grid-container .project-tile:hover {
  text-decoration: none;
}
.c-section--projects .b-projects .project-grid-container .project-tile:hover .tile-thumbnail {
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .c-section--projects .b-projects .project-grid-container .project-tile:nth-child(1n) {
    height: 550px;
    grid-column: span 8;
  }
  .c-section--projects .b-projects .project-grid-container .project-tile:nth-child(2n) {
    height: 450px;
    grid-column: span 4;
  }
  .c-section--projects .b-projects .project-grid-container .project-tile:nth-child(3n) {
    height: 550px;
    grid-column: span 12;
    margin-left: 40%;
  }
  .c-section--projects .b-projects .project-grid-container .project-tile:nth-child(4n) {
    height: 400px;
    grid-column: span 4;
  }
  .c-section--projects .b-projects .project-grid-container .project-tile:nth-child(5n) {
    height: 400px;
    grid-column: span 4;
  }
}

.c-section--projects-intro {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c-section--projects-intro {
    padding-top: 180px;
  }
}

.c-section--projects_section {
  background-image: url(/wp-content/themes/trigon/build/img/infinite_one.png);
  background-size: 60%;
  background-position: -60% 70%;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
}
.c-section--projects_section .b-projects_section .project-grid-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, 1fr);
}
.c-section--projects_section .b-projects_section .project-grid-container .projects-content {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .c-section--projects_section .b-projects_section .project-grid-container .projects-content {
    grid-column: span 4;
  }
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile {
  position: relative;
  overflow: hidden;
  grid-column: span 12;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .c-section--projects_section .b-projects_section .project-grid-container .project-tile {
    grid-column: span 6;
  }
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile .tile-thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .c-section--projects_section .b-projects_section .project-grid-container .project-tile .tile-thumbnail {
    height: 80%;
  }
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile .infobox {
  position: relative;
  display: block;
  padding: 10px 0 0;
  color: #ffffff;
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile .infobox .info {
  width: 100%;
  padding-bottom: 20px;
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile .infobox .info .title {
  display: block;
  line-height: 26px;
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile .infobox .info .location {
  display: block;
  line-height: 26px;
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile .infobox .info.image {
  width: 50%;
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile .infobox .info.image .intro {
  width: 100%;
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile:hover {
  text-decoration: none;
}
.c-section--projects_section .b-projects_section .project-grid-container .project-tile:hover .tile-thumbnail {
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .c-section--projects_section .b-projects_section .project-grid-container .project-tile:nth-child(2n) {
    height: 550px;
    grid-column: span 7;
    margin-left: 10%;
  }
  .c-section--projects_section .b-projects_section .project-grid-container .project-tile:nth-child(3n) {
    height: 550px;
    grid-column: span 8;
    margin-left: 30%;
  }
  .c-section--projects_section .b-projects_section .project-grid-container .project-tile:nth-child(4n) {
    height: 400px;
    grid-column: span 4;
  }
}

.c-section--services_section {
  padding-top: 0;
}
.c-section--services_section .bg-image {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-section--services_section .bg-image.one {
  left: -25%;
  top: 0%;
  width: 80%;
  height: 1000px;
}
.c-section--services_section .bg-image.two {
  left: -25%;
  top: 10%;
  width: 50%;
  height: 700px;
}
.c-section--services_section .b-services_section h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
.c-section--services_section .b-services_section .services-grid-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (min-width: 768px) {
  .c-section--services_section .b-services_section .services-grid-wrapper {
    grid-column-start: span 3;
  }
}
.c-section--services_section .b-services_section .services-grid-wrapper .service {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .c-section--services_section .b-services_section .services-grid-wrapper .service {
    grid-column: span 6;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .c-section--services_section .b-services_section .services-grid-wrapper .service {
    grid-column: span 3;
    padding-bottom: 40px;
  }
}
.c-section--services_section .b-services_section .services-grid-wrapper .service h2 {
  text-align: left;
}
.c-section--services_section .b-services_section .services-grid-wrapper .service img {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto 60px;
}
.c-section--services_section .b-services_section .services-grid-wrapper .service.placeholder {
  display: none;
}
@media only screen and (min-width: 992px) {
  .c-section--services_section .b-services_section .services-grid-wrapper .service.placeholder {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .c-section--services_section .b-services_section .services-grid-wrapper.project-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .c-section--services_section .b-services_section .services-grid-wrapper.project-wrapper .service {
    flex-grow: 1;
    width: 45%;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .c-section--services_section .b-services_section .services-grid-wrapper.project-wrapper .service {
    flex-grow: 1;
    width: 25%;
  }
}

.expanding-grid {
  position: relative;
  width: 100%;
  margin: 80px 0;
}
.expanding-grid .links {
  display: block;
  margin: 0 -1em;
  overflow: hidden;
  padding: 0;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 0 2% 40px;
  list-style: none;
  width: 96%;
}
@media only screen and (min-width: 768px) {
  .expanding-grid .links > li {
    width: 46%;
  }
}
.expanding-grid .links > li a {
  color: #fff;
  display: block;
  font-size: 2em;
  line-height: 1;
  padding: 0;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin: 0 1em;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 120%;
  left: -10%;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 27, 0, 1);
  transition: opacity 0.35s ease-out 0.35s, transform 0.35s ease-out 0.35s;
}
@media screen and (max-width: 991px) {
  .expanding-grid .expanding-container {
    margin: 0 10%;
    width: 100%;
  }
}
.expanding-grid .expanding-container.expanded, .expanding-grid .expanding-container:target {
  display: block;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.expanding-grid .close-button {
  background-image: url(/wp-content/themes/trigon/build/img/close.svg);
  background-position: center;
  background-size: contain;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 1;
  overflow: hidden;
  margin: 10px;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 20px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .close-button.active {
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .expanding-grid .close-button {
    right: 0% !important;
  }
}

.team-member {
  position: relative;
}
.team-member .team-member-profile {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 320px;
  max-width: 450px;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
}
.team-member .member-name,
.team-member .member-position {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.team-member-bio {
  background-color: #ffffff;
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  padding: 40px;
  margin-bottom: 40px;
}
.team-member-bio .details {
  grid-column: span 12;
  color: #111E3C;
}
@media only screen and (min-width: 768px) {
  .team-member-bio .details {
    grid-column: span 6;
  }
}
.team-member-bio .details .name, .team-member-bio .details .position {
  display: block;
}
.team-member-bio .details .position {
  margin-bottom: 20px;
}
.team-member-bio .image {
  display: none;
  grid-column: span 6;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .team-member-bio .image {
    display: block;
  }
}
.team-member-bio .image img {
  width: 100%;
}

.c-section--testimonial {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 0;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) {
  .c-section--testimonial {
    background-size: contain;
    padding: 200px 0;
  }
}
.c-section--testimonial .author {
  display: block;
}
.c-section--testimonial .author-role {
  display: block;
}
.c-section--testimonial .author-company {
  display: block;
}
.c-section--testimonial .carousel-inner {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .c-section--testimonial .carousel-inner {
    padding: 0;
  }
}
.c-section--testimonial .carousel-inner .carousel-item {
  padding: 0 40px;
}
@media only screen and (min-width: 768px) {
  .c-section--testimonial .carousel-inner .carousel-item {
    padding: 0 15%;
  }
}
.c-section--testimonial.theme-blue {
  background-color: #111E3C;
  color: #ffffff;
  background-image: url("/wp-content/themes/trigon/build/img/blue-mask.png");
}
.c-section--testimonial.theme-blue .author {
  color: #ffffff;
  margin: 0 0 20px;
}
.c-section--testimonial.theme-grey {
  background-color: #EAE9E8;
  color: #111E3C;
  background-image: url("/wp-content/themes/trigon/build/img/grey-mask.png");
}
.c-section--testimonial.theme-grey .author {
  color: #111E3C;
  margin: 0 0 20px;
}

.c-section--content_alternating_section {
  position: relative;
  overflow: hidden;
}
.c-section--content_alternating_section .b-content_alternating_section .content-wrapper {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-wrapper {
    margin-bottom: 100px;
  }
}
.c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
}
.c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell {
  grid-column: span 12;
  margin-bottom: 40px;
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell {
    padding: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell {
    padding: 20px;
  }
}
.c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell.split {
  display: flex;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  padding: 0;
}
.c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell.split .content {
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 380px;
}
@media only screen and (min-width: 768px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell.split .content p {
    text-align: justify;
    text-justify: inter-word;
  }
}
@media only screen and (min-width: 768px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell.split .content {
    grid-column: span 6;
  }
}
.c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell.split img {
  grid-column: span 12;
  border-radius: 20px;
  max-width: 100%;
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell.split img {
    grid-column: span 3;
    width: 220px;
  }
}
.c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell:nth-child(2n) {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell:nth-child(2n).split .content {
    justify-content: flex-end;
  }
}
.c-section--content_alternating_section .b-content_alternating_section .content-alternating-wrapper .cell:nth-child(2n).split img {
  order: 2;
}
.c-section--content_alternating_section.theme-blue {
  background-color: #111E3C;
  color: #ffffff;
}
.c-section--content_alternating_section.theme-blue h3 {
  color: #ffffff;
}
.c-section--content_alternating_section.theme-grey {
  background-color: #EAE9E8;
  color: #111E3C;
}
.c-section--content_alternating_section.theme-grey h3 {
  color: #111E3C;
}

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