@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.
 */
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; }

h1,
.t-h1, .c-section--intro_section .b-intro_section .intro p {
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 120%;
  margin: 0 0 40px 0; }
  @media only screen and (min-width: 768px) {
    h1,
    .t-h1, .c-section--intro_section .b-intro_section .intro p {
      font-size: 35px; } }
  @media only screen and (min-width: 992px) {
    h1,
    .t-h1, .c-section--intro_section .b-intro_section .intro p {
      font-size: 40px;
      margin-bottom: 40px; } }

h2,
.t-h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 125%;
  margin: 0 0 40px 0; }
  @media only screen and (min-width: 768px) {
    h2,
    .t-h2 {
      font-size: 35px; } }
  @media only screen and (min-width: 992px) {
    h2,
    .t-h2 {
      font-size: 35px;
      margin-bottom: 40px; } }
  h2 span,
  .t-h2 span {
    border-bottom: 2px solid #16A064; }

h3,
.t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
  font-family: "Helvetica", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 100;
  margin: 0 0 5px 0; }
  @media only screen and (min-width: 768px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
      font-size: 50px; } }
  @media only screen and (min-width: 992px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
      font-size: 66px; } }

h4,
.t-h4, .c-section--media_section .overlay-image-wrapper h3 {
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 100;
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 768px) {
    h4,
    .t-h4, .c-section--media_section .overlay-image-wrapper h3 {
      font-size: 25px; } }
  @media only screen and (min-width: 992px) {
    h4,
    .t-h4, .c-section--media_section .overlay-image-wrapper h3 {
      font-size: 32px; } }
  h4 span,
  .t-h4 span, .c-section--media_section .overlay-image-wrapper h3 span {
    padding: 0px 0 3px; }

h5,
.t-h5 {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    h5,
    .t-h5 {
      font-size: 20px;
      line-height: 27px; } }
  @media only screen and (min-width: 992px) {
    h5,
    .t-h5 {
      font-size: 20px;
      line-height: 27px; } }
  h5 span,
  .t-h5 span {
    border-bottom: 1px solid #16A064; }

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

body, p,
ul,
ol,
li,
address,
.h2-sml, .c-section--content_section .b-content_section .link-container .link a, .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link a, .c-section--projects_section .b-projects_section .link a {
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 140%; }
  @media only screen and (min-width: 768px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml, .c-section--content_section .b-content_section .link-container .link a, .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link a, .c-section--projects_section .b-projects_section .link a {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml, .c-section--content_section .b-content_section .link-container .link a, .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link a, .c-section--projects_section .b-projects_section .link a {
      font-size: 20px; } }

.c-section--developments .b-developments .developments-container .development-tile .description .overview p, .c-section--developments .b-developments .developments-container .development-tile .description .overview a {
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 140%; }
  @media only screen and (min-width: 768px) {
    .c-section--developments .b-developments .developments-container .development-tile .description .overview p, .c-section--developments .b-developments .developments-container .development-tile .description .overview a {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    .c-section--developments .b-developments .developments-container .development-tile .description .overview p, .c-section--developments .b-developments .developments-container .development-tile .description .overview a {
      font-size: 20px; } }

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

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

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

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: "Helvetica", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0; }
  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; }

@media only screen and (min-width: 768px) {
  #main {
    height: 100vh;
    overflow-y: auto;
    scroll-snap-type: y proximity;
    -webkit-overflow-scrolling: touch;
    transition: all 1s ease-in; }
    #main.no-snap {
      scroll-snap-type: none !important; } }

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; }

.bounce {
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.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: 768px) {
    .container-fluid {
      padding-right: 50px !important;
      padding-left: 50px !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);
  cursor: pointer;
  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; }

.animated-line {
  display: block;
  height: 15px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .animated-line {
      margin-bottom: 0; } }
  .animated-line:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.5s;
    transition-delay: 0.8s;
    content: ""; }
  .animated-line.aos-animate:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1); }

.animated-arrow {
  display: inline-block;
  color: #333333;
  font-size: 1.25em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 50px;
  border: 0;
  text-decoration: none; }
  .animated-arrow .the-arrow {
    width: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .animated-arrow .the-arrow.-left {
      position: absolute;
      top: 50%;
      left: 0;
      width: 40px; }
      .animated-arrow .the-arrow.-left .shaft {
        width: 0;
        background-color: #333333; }
        .animated-arrow .the-arrow.-left .shaft:before {
          width: 0;
          background-color: #333333;
          -webkit-transform: rotate(0);
          transform: rotate(0); }
        .animated-arrow .the-arrow.-left .shaft:after {
          width: 0;
          background-color: #333333;
          -webkit-transform: rotate(0);
          transform: rotate(0); }
    .animated-arrow .the-arrow.-right {
      top: 3px;
      display: none; }
      .animated-arrow .the-arrow.-right .shaft {
        width: 1px;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        .animated-arrow .the-arrow.-right .shaft:before {
          width: 8px;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }
        .animated-arrow .the-arrow.-right .shaft:after {
          width: 8px;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg); }
    .animated-arrow .the-arrow .shaft {
      background-color: #333333;
      display: block;
      height: 2px;
      position: relative;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0;
      transition-delay: 0;
      will-change: transform; }
      .animated-arrow .the-arrow .shaft:before {
        background-color: #333333;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transform-origin: top right;
        transform-origin: top right; }
      .animated-arrow .the-arrow .shaft:after {
        background-color: #333333;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right; }
  .animated-arrow .default {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333333;
    transition: all 1s ease-in-out;
    opacity: 1; }
  .animated-arrow .main .text {
    font-weight: 800; }
  .animated-arrow:hover {
    color: #B73C24; }
    .animated-arrow:hover .default {
      opacity: 0;
      transition: all 0s ease-in-out; }
    .animated-arrow:hover .the-arrow.-left .shaft {
      width: 100%;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
      background-color: #B73C24; }
      .animated-arrow:hover .the-arrow.-left .shaft:before {
        width: 8px;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background-color: #B73C24;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg); }
      .animated-arrow:hover .the-arrow.-left .shaft:after {
        width: 8px;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background-color: #B73C24;
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg); }
    .animated-arrow:hover .main {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .animated-arrow:hover .main .text {
        margin: 0; }
      .animated-arrow:hover .main .the-arrow {
        position: relative; }
        .animated-arrow:hover .main .the-arrow.-right .shaft {
          width: 0;
          -webkit-transform: translateX(200%);
          transform: translateX(200%);
          -webkit-transition-delay: 0;
          transition-delay: 0; }
          .animated-arrow:hover .main .the-arrow.-right .shaft:before {
            width: 0;
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            -webkit-transform: rotate(0);
            transform: rotate(0); }
          .animated-arrow:hover .main .the-arrow.-right .shaft:after {
            width: 0;
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            -webkit-transform: rotate(0);
            transform: rotate(0); }
  .animated-arrow.sml {
    padding-left: 34px;
    font-size: 20px; }
    .animated-arrow.sml .the-arrow.-left {
      width: 24px; }
    .animated-arrow.sml .default {
      width: 24px; }
    .animated-arrow.sml:hover .the-arrow.-left .shaft {
      background-color: #B73C24; }
      .animated-arrow.sml:hover .the-arrow.-left .shaft:before {
        background-color: #B73C24; }
      .animated-arrow.sml:hover .the-arrow.-left .shaft:after {
        background-color: #B73C24; }

.btn-wrapper {
  display: block; }
  .btn-wrapper.lrg {
    margin-top: 60px; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  top: auto;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00a7b4;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  height: 46px; }

.cta {
  border: 0;
  border-radius: 30px;
  line-height: 100%;
  letter-spacing: 0;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  background-color: #000000;
  pointer-events: all;
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 46px;
  height: 46px; }
  @media only screen and (min-width: 768px) {
    .cta {
      min-width: 166px;
      padding: 16px 38px;
      font-size: 18px; } }
  .cta:hover {
    background: #d2d2d2; }
  .cta.cta-green {
    color: #1E4A40; }
    .cta.cta-green:hover {
      background-color: #1E4A40; }
  .cta.cta-orange {
    color: #BC6C49; }
    .cta.cta-orange:hover {
      background-color: #BC6C49; }

.logo {
  border: 0 !important; }

.back-button-container {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0 0 40px; }

.button {
  background-color: #000000;
  display: inline-block;
  color: #BC6C49;
  cursor: pointer;
  margin: 5px;
  overflow: hidden;
  padding: 0 22px;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-in-out; }
  .button:hover {
    border: 2px solid #000000; }
    .button:hover .roll-text:first-child {
      margin-top: -46px; }
  .button .roll-text {
    display: block;
    position: relative;
    transition: all 420ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .button .roll-text:last-child {
    color: #000000; }

.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;
    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;
    border-radius: 50%; }

.c-section--footer-nav {
  position: relative;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .c-section--footer-nav {
      padding-bottom: 0; } }
  .c-section--footer-nav .b-footer-nav p {
    margin-bottom: 20px; }
  .c-section--footer-nav .b-footer-nav a {
    text-decoration: none; }
    .c-section--footer-nav .b-footer-nav a.social {
      display: inline-block;
      margin: 0 10px 20px 0; }
      .c-section--footer-nav .b-footer-nav a.social svg path {
        fill: #ffffff; }
      .c-section--footer-nav .b-footer-nav a.social:hover {
        border: 0 !important; }
        .c-section--footer-nav .b-footer-nav a.social:hover svg path {
          fill: #16A064; }
    .c-section--footer-nav .b-footer-nav a.mail:hover span {
      border-bottom: 1px solid #ffffff; }
  .c-section--footer-nav .b-footer-nav .footer-logo {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--footer-nav .b-footer-nav .footer-logo {
        position: relative;
        left: auto;
        right: auto;
        width: 70px;
        margin-top: 40px; } }
    @media only screen and (min-width: 992px) {
      .c-section--footer-nav .b-footer-nav .footer-logo {
        margin-top: 80px; } }
    .c-section--footer-nav .b-footer-nav .footer-logo svg {
      width: 100%; }
      .c-section--footer-nav .b-footer-nav .footer-logo svg path {
        fill: #16A064; }
  .c-section--footer-nav .b-footer-nav .logo {
    width: 160px;
    margin-bottom: 20px; }
  .c-section--footer-nav .b-footer-nav .menu-container {
    display: block;
    margin: 4px 0 0 0; }
    .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation {
      position: relative; }
      .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav {
        margin: 0;
        padding: 0; }
        .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li {
          list-style: none;
          margin: 0 0 10px;
          padding: 0;
          line-height: 100%; }
          .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li a {
            margin: 0;
            line-height: 100%;
            color: #ffffff;
            border: 0;
            text-decoration: none;
            position: relative;
            white-space: nowrap;
            margin-bottom: 10px;
            transition: all 0.4s ease-in;
            display: block;
            width: 100%;
            font-size: 20px; }
            .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li a:hover span {
              border-bottom: 1px solid #ffffff; }
          .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li.current-menu-item a span {
            border-bottom: 1px solid #ffffff; }
    .c-section--footer-nav .b-footer-nav .menu-container.sml .nav-main-navigation .global-nav li {
      margin: 0 0 5px; }
      .c-section--footer-nav .b-footer-nav .menu-container.sml .nav-main-navigation .global-nav li a {
        font-size: 14px;
        margin: 0; }
  .c-section--footer-nav .b-footer-nav .address {
    display: block;
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 20px; }
  .c-section--footer-nav .b-footer-nav .contact-details {
    display: block;
    font-size: 20px;
    line-height: 140%; }
    .c-section--footer-nav .b-footer-nav .contact-details .type {
      margin: 0 20px 0 0;
      font-weight: 800; }
    .c-section--footer-nav .b-footer-nav .contact-details a {
      font-size: 20px;
      line-height: 140%;
      text-decoration: none; }
      .c-section--footer-nav .b-footer-nav .contact-details a:hover {
        color: #B73C24; }

.c-footer {
  width: 100%;
  padding: 20px 0 !important;
  text-align: center; }
  .c-footer .copyright {
    font-size: 14px;
    color: #ffffff; }

.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: .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 .2s ease-out;
    transition: all .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: .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 .2s ease-out;
  transition: all .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; } }
    @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: !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; }

#responsive-menu-pro-button {
  display: block; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #responsive-menu-pro-button {
      display: none !important; } }
  #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: !important; }
    #responsive-menu-pro-button .responsive-menu-pro-inner:before {
      background-color: #ffffff !important; }
    #responsive-menu-pro-button .responsive-menu-pro-inner:after {
      opacity: 1;
      background-color: #ffffff !important; }
  #responsive-menu-pro-button:hover .responsive-menu-pro-inner {
    background-color: #600F27 !important; }

.page-theme-grey #responsive-menu-pro-button {
  background-color: !important; }
  .page-theme-grey #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: !important; }

.page-theme-light #responsive-menu-pro-button {
  background-color: !important; }
  .page-theme-light #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: !important; }

.btn-menu {
  position: fixed;
  z-index: 10;
  top: 30px;
  right: 20px;
  z-index: 10002;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .btn-menu {
      top: 30px;
      right: 40px; } }
  .btn-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #000000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .btn-menu span:nth-child(even) {
    left: 50%; }
  .btn-menu span:nth-child(odd) {
    left: 0px; }
  .btn-menu span:nth-child(1),
  .btn-menu span:nth-child(2) {
    top: 0px; }
  .btn-menu span:nth-child(3),
  .btn-menu span:nth-child(4) {
    top: 12px; }
  .btn-menu span:nth-child(5),
  .btn-menu span:nth-child(6) {
    top: 24px; }
  .btn-menu.open span {
    background: #16A064; }
  .btn-menu.open span:nth-child(1),
  .btn-menu.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-menu.open span:nth-child(2),
  .btn-menu.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .btn-menu.open span:nth-child(1) {
    left: 5px;
    top: 7px; }
  .btn-menu.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px; }
  .btn-menu.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .btn-menu.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .btn-menu.open span:nth-child(5) {
    left: 5px;
    top: 17px; }
  .btn-menu.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 17px; }

#responsive-menu-pro-container {
  font-weight: 400; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #responsive-menu-pro-container {
      display: none !important; } }
  #responsive-menu-pro-container .responsive-menu-pro-item-link:focus {
    outline: none; }
  #responsive-menu-pro-container #responsive-menu-pro li {
    font-weight: 400; }
    #responsive-menu-pro-container #responsive-menu-pro li .responsive-menu-pro-back {
      font-weight: 400;
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-left.svg);
      background-position: 5% center;
      background-repeat: no-repeat;
      background-size: 30px;
      text-indent: 4000px; }
    #responsive-menu-pro-container #responsive-menu-pro li a {
      font-weight: 400; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg);
      background-position: 85% center;
      background-repeat: no-repeat;
      background-size: 30px; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item a {
      background-image: none; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg); }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item a {
      background-image: none; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg); }
  #responsive-menu-pro-container #responsive-menu-pro-title {
    padding: 16px 0 0 25px !important;
    height: 81px;
    border-bottom: 1px solid #ffffff61;
    margin: 0 0 20px 0; }
    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image {
      width: 100px; }
      #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
        width: 100%; }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content {
    display: block;
    margin: 20px 0; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-contact-details {
      display: block;
      margin: 0 0 40px 0; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-contact-details a {
        font-weight: 400;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        display: block; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-careers {
      display: inline-block;
      color: #ffffff;
      padding: 10px 20px;
      border: 1px solid #ffffff;
      margin: 0 0 20px 0;
      font-size: 22px;
      line-height: 100%; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-careers:hover {
        background-color: #ffffff;
        color: #8a1538;
        text-decoration: none; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social {
      display: inline-block;
      margin: 0 0 0 20px; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social svg {
        padding: 1px; }
        #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social svg path {
          fill: #ffffff; }

#main-navigation {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  right: -100%;
  background-color: #1E4A40;
  z-index: 998;
  transition: all 0.6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    #main-navigation {
      width: 50%; } }
  #main-navigation .menu-container {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #main-navigation .menu-container {
        align-items: center;
        flex-wrap: wrap;
        display: flex;
        width: 80%;
        align-items: flex-start; } }
    #main-navigation .menu-container .menu {
      padding: 10px; }
      @media only screen and (min-width: 768px) {
        #main-navigation .menu-container .menu {
          width: 50%;
          flex-grow: 1; } }
      #main-navigation .menu-container .menu .nav-main-navigation {
        position: relative; }
        #main-navigation .menu-container .menu .nav-main-navigation .global-nav {
          margin: 0;
          padding: 0; }
          #main-navigation .menu-container .menu .nav-main-navigation .global-nav li {
            list-style: none;
            margin: 0 0 15px;
            padding: 0;
            line-height: 100%; }
            #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a {
              text-align: center;
              margin: 0;
              line-height: 100%;
              color: #ffffff;
              border: 0;
              text-decoration: none;
              position: relative;
              white-space: nowrap;
              margin-bottom: 10px;
              transition: all 0.4s ease-in;
              display: block;
              width: 100%;
              font-size: 20px; }
              @media only screen and (min-width: 768px) {
                #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a {
                  font-size: 30px; } }
              @media only screen and (min-width: 992px) {
                #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a {
                  font-size: 36px; } }
              #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a:hover span {
                border-bottom: 2px solid #16A064; }
            #main-navigation .menu-container .menu .nav-main-navigation .global-nav li.current-menu-item a span {
              border-bottom: 2px solid #16A064; }
    #main-navigation .menu-container .contact-info {
      padding: 10px; }
      @media only screen and (min-width: 768px) {
        #main-navigation .menu-container .contact-info {
          width: 50%;
          flex-grow: 1; } }
      #main-navigation .menu-container .contact-info .address {
        display: block;
        font-size: 20px;
        line-height: 140%;
        margin: 0 0 20px; }
      #main-navigation .menu-container .contact-info .contact-details {
        display: block;
        font-size: 20px;
        line-height: 140%; }
        #main-navigation .menu-container .contact-info .contact-details .type {
          margin: 0 20px 0 0;
          font-weight: 800; }
        #main-navigation .menu-container .contact-info .contact-details a {
          font-size: 20px;
          line-height: 140%;
          text-decoration: none; }
          #main-navigation .menu-container .contact-info .contact-details a:hover {
            color: #B73C24; }
  #main-navigation.open {
    right: 0; }

.logo-icon {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
  width: 40px;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .logo-icon {
      width: 70px;
      left: 30px;
      top: 26px; } }
  @media only screen and (min-width: 992px) {
    .logo-icon {
      left: 50px; } }
  .logo-icon svg {
    width: 100%; }
    .logo-icon svg path {
      fill: #000000; }

.c-header {
  position: absolute;
  top: 0;
  padding: 0 !important;
  width: 100%;
  display: flex;
  height: 100px;
  background-color: transparent;
  transition: all 0.6s ease-in-out;
  align-items: center;
  z-index: 10001; }
  .c-header .logo {
    display: block;
    margin-top: 0;
    margin-left: 70px;
    border: 0 !important;
    width: 120px;
    transition: all 0.2s ease-in; }
    .c-header .logo svg {
      padding: 1px;
      width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-header .logo {
        width: 180px;
        margin-left: 30px; } }
    @media only screen and (min-width: 992px) {
      .c-header .logo {
        width: 200px;
        margin-left: 40px; } }
    .c-header .logo img {
      display: block;
      width: 100%; }
  .c-header .wrapper {
    width: 100%;
    max-width: 1800px; }
  .c-header.open {
    background-color: transparent; }
  .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 #header-social {
    position: absolute;
    top: 15px;
    right: 150px;
    display: flex;
    justify-content: flex-end; }
    .c-header #header-social .social {
      width: 28px;
      margin: 0 10px;
      text-decoration: none;
      border: 0; }
      .c-header #header-social .social svg {
        width: 100%; }
      .c-header #header-social .social:hover {
        text-decoration: none;
        border: 0; }
  .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 {
        padding: 1px;
        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 {
        padding: 1px;
        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: 81px; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .page-template-home .c-header,
    .page-template-careers .c-header {
      height: 119px; } }
  .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: 80px;
    opacity: 0.2; }
    @media screen and (min-width: 992px) and (min-height: 600px) {
      .page-template-home .c-header .bg,
      .page-template-careers .c-header .bg {
        height: 119px; } }

.page-theme-light .c-header {
  border-bottom: 1px solid; }
  @media only screen and (min-width: 768px) {
    .page-theme-light .c-header {
      border-bottom: none; } }

#responsive-menu-button {
  display: none;
  background: transparent !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: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs-container {
      display: block; } }
  .breadcrumbs-container .wrapper {
    width: 100%;
    max-width: 1800px; }
  .breadcrumbs-container .border-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid; }
  .breadcrumbs-container .border-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid; }
  .breadcrumbs-container .breadcrumbs {
    display: flex;
    align-items: center;
    height: 62px; }
    .breadcrumbs-container .breadcrumbs a, .breadcrumbs-container .breadcrumbs span {
      display: inline-block;
      margin-right: 10px; }
      .breadcrumbs-container .breadcrumbs a.mobile, .breadcrumbs-container .breadcrumbs span.mobile {
        display: none; }
        @media only screen and (min-width: 768px) {
          .breadcrumbs-container .breadcrumbs a.mobile, .breadcrumbs-container .breadcrumbs span.mobile {
            display: inline-block; } }
      .breadcrumbs-container .breadcrumbs a.client-breadcrumb, .breadcrumbs-container .breadcrumbs span.client-breadcrumb {
        display: none; }
        .breadcrumbs-container .breadcrumbs a.client-breadcrumb.show, .breadcrumbs-container .breadcrumbs span.client-breadcrumb.show {
          display: inline-block; }
    .breadcrumbs-container .breadcrumbs svg {
      padding: 1px;
      display: inline-block;
      margin-right: 10px; }
      .breadcrumbs-container .breadcrumbs svg.client-breadcrumb {
        display: none; }
        .breadcrumbs-container .breadcrumbs svg.client-breadcrumb.show {
          display: inline-block; }

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

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

#header-search {
  float: right;
  width: 340px;
  display: none; }
  @media only screen and (min-width: 768px) {
    #header-search {
      display: inline-block;
      margin: 0 100px 0 20px; } }
  @media only screen and (min-width: 1200px) {
    #header-search {
      margin: 0 0 0 20px; } }
  #header-search .searchandfilter-wrapper {
    position: relative; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1 {
      float: left;
      position: relative;
      width: 140px;
      padding: 5px 10px;
      margin: 5px 10px 0 0;
      color: #ffffff;
      outline: none;
      cursor: pointer; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span {
        display: block; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
        margin: 0;
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-weight: normal;
        opacity: 0;
        pointer-events: none;
        padding: 0; }
        #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
          display: block;
          margin: 0; }
          #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
            background-color: #ffffff;
            display: block;
            text-decoration: none;
            padding: 10px;
            margin: 0; }
          #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
            background: #f3f8f8; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
        opacity: 1;
        pointer-events: auto; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -3px;
      border-width: 6px 6px 0px 6px;
      border-style: solid;
      border-color: #fff transparent; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
      border-color: #fff transparent;
      border-width: 0px 6px 6px 6px;
      margin-top: -3px; }
    #header-search .searchandfilter-wrapper .search-header-form {
      display: none;
      float: left;
      width: 160px; }
      #header-search .searchandfilter-wrapper .search-header-form.show {
        display: inline-block; }
    #header-search .searchandfilter-wrapper .tt-menu .tt-dataset {
      background-color: #ffffff; }
      #header-search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
        position: relative;
        display: block;
        color: #002A3A;
        background-color: #ffffff;
        padding: 10px;
        border-bottom: 1px solid black;
        font-size: 16px;
        margin: 0;
        line-height: 100%; }
      #header-search .searchandfilter-wrapper .tt-menu .tt-dataset a {
        display: block;
        margin-bottom: 5px;
        padding: 10px;
        min-width: 200px;
        text-decoration: none; }
        #header-search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
          color: #ffffff; }
    #header-search .searchandfilter-wrapper #btn-search-all {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      cursor: pointer;
      z-index: 2; }
    #header-search .searchandfilter-wrapper #btn-search-people {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      cursor: pointer;
      z-index: 2; }
    #header-search .searchandfilter-wrapper .searchandfilter {
      width: 100%;
      min-width: 150px; }
      #header-search .searchandfilter-wrapper .searchandfilter ul {
        padding-left: 0; }
      #header-search .searchandfilter-wrapper .searchandfilter label {
        width: 100%; }
      #header-search .searchandfilter-wrapper .searchandfilter .twitter-typeahead {
        width: 100%; }
      #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 100%;
        color: #ffffff;
        background-image: url(/wp-content/themes/boodle/build/img/search-white.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 992px) {
          #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
            width: 100%; } }
        #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text:active, #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text:focus {
          outline: 0;
          -moz-outline-style: none; }
        #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #ffffff;
          opacity: 1;
          /* Firefox */ }
  #header-search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }

.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 {
  float: left;
  position: relative;
  width: 140px;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  outline: none;
  cursor: pointer; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span {
    display: block; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    padding: 0; }
    .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li,
    .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
      display: block;
      margin: 0; }
      .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a,
      .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
        background-color: #f8f8f8;
        display: block;
        text-decoration: none;
        padding: 10px;
        margin: 0; }
      .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a,
      .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
        background: #f1f1f1; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto; }
.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0px 6px;
  border-style: solid;
  border-color: transparent; }
.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
  border-color: transparent;
  border-width: 0px 6px 6px 6px;
  margin-top: -3px; }
.page-theme-light #header-search .searchandfilter-wrapper .sf-input-text,
.page-theme-grey #header-search .searchandfilter-wrapper .sf-input-text {
  border-bottom: 1px solid;
  background-image: url(/wp-content/themes/boodle/build/img/search.svg); }
.page-theme-light #header-search .searchandfilter-wrapper ::placeholder,
.page-theme-grey #header-search .searchandfilter-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */ }

#header-strapline {
  float: right;
  display: none; }
  @media only screen and (min-width: 992px) {
    #header-strapline {
      display: inline-block; } }
  #header-strapline h4 {
    margin: 5px 0 0 0;
    color: #ffffff; }

.mobile-search {
  position: absolute;
  right: 100px;
  top: 0px;
  padding: 10px;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .mobile-search {
      display: none; } }

#header-search-additional {
  position: absolute;
  top: 81px;
  width: 100%;
  max-height: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid #ffffff;
  display: none; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    #header-search-additional {
      display: none !important; } }
  #header-search-additional .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #header-search-additional .strapline {
    text-align: center;
    padding: 0 0 20px 0; }
    #header-search-additional .strapline h4 {
      color: #ffffff; }
  #header-search-additional .search {
    padding: 0 0 20px 0;
    text-align: center; }
    #header-search-additional .search .searchandfilter-wrapper {
      position: relative; }
      #header-search-additional .search .searchandfilter-wrapper label {
        width: 100%; }
      #header-search-additional .search .searchandfilter-wrapper .sf-input-text {
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 100%;
        color: #ffffff;
        background-image: url(/wp-content/themes/boodle/build/img/search-white.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat; }
      #header-search-additional .search .searchandfilter-wrapper ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      #header-search-additional .search .searchandfilter-wrapper .search-header-form {
        display: none; }
        #header-search-additional .search .searchandfilter-wrapper .search-header-form.show {
          display: inline-block;
          width: calc(100% - 150px); }
          #header-search-additional .search .searchandfilter-wrapper .search-header-form.show .twitter-typeahead {
            width: 100%; }
      #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset {
        background-color: #ffffff; }
        #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
          position: relative;
          display: block;
          color: #002A3A;
          background-color: #ffffff;
          padding: 10px;
          border-bottom: 1px solid black;
          font-size: 16px;
          margin: 0;
          line-height: 100%; }
        #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset a {
          display: block;
          margin-bottom: 5px;
          padding: 10px;
          min-width: 200px;
          text-decoration: none; }
          #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
            color: #ffffff; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-all {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-people {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 {
        float: left;
        position: relative;
        width: 140px;
        padding: 5px;
        margin: 5px 10px 0 0;
        color: #ffffff;
        outline: none;
        text-align: left;
        cursor: pointer; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
          opacity: 0.1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #ffffff; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 span {
          display: block;
          text-align: left; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
          margin: 0;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          font-weight: normal;
          opacity: 0;
          pointer-events: none;
          padding: 0; }
          #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
            display: block;
            margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
              background-color: #f8f8f8;
              display: block;
              text-decoration: none;
              padding: 10px;
              margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
              background: #f1f1f1; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0px 6px;
        border-style: solid;
        border-color: #ffffff transparent; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
        border-color: #ffffff transparent;
        border-width: 0px 6px 6px 6px;
        margin-top: -3px; }
    #header-search-additional .search ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
  #header-search-additional.open {
    opacity: 1;
    max-height: 400px;
    display: block; }

[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;
  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; }

.main-menu-wrapper {
  display: block; }

.c-navigation {
  width: auto;
  display: inline-block;
  margin-right: 45px; }
  @media only screen and (min-width: 768px) {
    .c-navigation.footer {
      float: right; } }
  .c-navigation.search {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .c-navigation {
      overflow: visible; } }
  .has-menu .c-navigation {
    transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .c-navigation {
      position: static;
      background-color: transparent;
      transform: translate3d(0, 0, 0); } }
  .c-navigation__container {
    width: 100%;
    margin: 0;
    padding: 0; }
  .c-navigation__list {
    position: relative;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-navigation__list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
    .c-navigation__list li {
      font-size: 16px;
      line-height: 26px;
      color: #002A3A;
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0;
      white-space: nowrap;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .c-navigation__list li {
          width: auto;
          margin: 5px 0 0 38px;
          text-align: center; } }
      .c-navigation__list li.current-menu-item a {
        border-bottom-color: #000000; }
    .c-navigation__list a {
      font-size: 16px;
      font-weight: 700;
      color: #000000;
      padding: 0 0 5px;
      width: auto;
      border-bottom-color: transparent; }
      .c-navigation__list a:hover {
        text-decoration: none;
        border-bottom-color: #000000; }

.footer-nav {
  list-style: none; }
  .footer-nav li {
    text-align: left;
    margin: 0 0 25px;
    background-image: url("/wp-content/themes/montum/build/img/arrow-right.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px; }
    .footer-nav li a {
      font-weight: 700;
      color: #ffffff;
      font-size: 20px;
      line-height: 115%; }
      @media only screen and (min-width: 768px) {
        .footer-nav li a {
          font-size: 24px; } }
      @media only screen and (min-width: 992px) {
        .footer-nav li a {
          font-size: 30px; } }

#responsive-menu-container #responsive-menu-wrapper {
  padding: 20px 0;
  background-color: #002a3a !important; }

.responsive-menu-search-box {
  border: 1px solid #ffffff !important;
  height: 40px !important;
  padding: 0 10px !important; }

button#responsive-menu-button {
  z-index: 10001;
  display: inline-block;
  right: 20px !important; }

@media only screen and (max-width: 920px) {
  #navigation-header {
    display: none !important; } }

.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-section {
  width: 100%;
  scroll-snap-align: start;
  padding: 40px 0;
  color: #000000; }
  @media only screen and (min-width: 768px) {
    .c-section {
      padding: 60px 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-green {
    background-color: #1E4A40;
    color: #ffffff; }
    .c-section.theme-green a {
      color: #ffffff; }
  .c-section.theme-cream {
    background-color: #F1EBDF;
    color: #000000; }
  .c-section.theme-white {
    background-color: #ffffff;
    color: #000000; }
  .c-section.theme-black {
    background-color: #000000;
    color: #ffffff; }

.theme-options.theme-white {
  background-color: #ffffff; }
.theme-options.theme-black {
  background-color: #000000; }

.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 {
  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;
    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--accordion_section {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh; }
  .c-section--accordion_section .b-accordion_section {
    width: 100%; }
    .c-section--accordion_section .b-accordion_section .content {
      color: #1E4A40;
      font-size: 20px;
      line-height: 115%; }
      @media only screen and (min-width: 768px) {
        .c-section--accordion_section .b-accordion_section .content {
          font-size: 29px; } }
      @media only screen and (min-width: 992px) {
        .c-section--accordion_section .b-accordion_section .content {
          font-size: 29px; } }
    .c-section--accordion_section .b-accordion_section .accordion .accordion-item {
      border: 0;
      background: transparent;
      margin-bottom: 10px; }
      .c-section--accordion_section .b-accordion_section .accordion .accordion-item .accordion-button {
        background: transparent;
        box-shadow: none;
        padding-left: 50px;
        font-size: 22px;
        color: #16A064;
        letter-spacing: 0; }
        .c-section--accordion_section .b-accordion_section .accordion .accordion-item .accordion-button svg {
          position: absolute;
          width: 30px;
          left: 0;
          height: 30px;
          top: 14px;
          transform: rotate(45deg);
          transition: 0.3s all ease-in; }
          .c-section--accordion_section .b-accordion_section .accordion .accordion-item .accordion-button svg circle,
          .c-section--accordion_section .b-accordion_section .accordion .accordion-item .accordion-button svg line {
            stroke: #16A064; }
        .c-section--accordion_section .b-accordion_section .accordion .accordion-item .accordion-button.collapsed svg {
          transform: rotate(0deg); }
        .c-section--accordion_section .b-accordion_section .accordion .accordion-item .accordion-button:after {
          position: absolute;
          left: 0;
          background-image: none; }
      .c-section--accordion_section .b-accordion_section .accordion .accordion-item .accordion-body {
        padding-left: 50px; }

.c-section--banner_section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 60px; }
  @media only screen and (min-width: 768px) {
    .c-section--banner_section {
      padding: 100px 0 60px; } }
  .c-section--banner_section .banner-image {
    position: relative;
    height: 400px;
    width: 90%;
    margin-left: 10%;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .banner-image {
        height: calc(100vh - 160px); } }
  .c-section--banner_section .details {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 10%;
    color: #ffffff; }
    .c-section--banner_section .details .title {
      font-weight: 800; }
  .c-section--banner_section .chevron-down {
    position: absolute;
    bottom: 100px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer; }
    .c-section--banner_section .chevron-down svg {
      animation: hover-me .5s infinite ease-in-out alternate; }
  .c-section--banner_section.left .banner-image {
    width: 95%;
    margin-left: 0; }

@keyframes hover-me {
  100% {
    transform: translate3d(0, 25px, 0); } }
.c-section--big_link_section {
  padding-top: 140px;
  text-align: center;
  padding: 60px 0; }
  @media only screen and (min-width: 768px) {
    .c-section--big_link_section {
      padding: 200px 0; } }
  .c-section--big_link_section .b-big_link_section h2 {
    font-size: 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--big_link_section .b-big_link_section h2 {
        font-size: 60px; } }
    @media only screen and (min-width: 992px) {
      .c-section--big_link_section .b-big_link_section h2 {
        font-size: 80px; } }
  .c-section--big_link_section .b-big_link_section a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    line-height: 100%;
    font-size: 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--big_link_section .b-big_link_section a {
        font-size: 60px; } }
    @media only screen and (min-width: 992px) {
      .c-section--big_link_section .b-big_link_section a {
        font-size: 80px; } }
    .c-section--big_link_section .b-big_link_section a:hover {
      color: #ffffff; }

.c-section--carousel_section {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  height: 500px;
  min-height: 100vh; }
  .c-section--carousel_section .carousel {
    margin: 0;
    height: 100%;
    width: 100%; }
    .c-section--carousel_section .carousel .carousel-inner {
      height: 100%;
      width: 100%; }
      .c-section--carousel_section .carousel .carousel-inner .carousel-item {
        height: 100%; }
        .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-image {
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 60%;
          background-position: center center;
          background-size: cover; }
          @media only screen and (min-width: 768px) {
            .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-image {
              width: 70%;
              height: 100%; } }
        .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          min-height: 50%;
          padding: 20px;
          color: #ffffff;
          border-radius: 0 20% 0 0;
          display: flex;
          align-items: center; }
          @media only screen and (min-width: 768px) {
            .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description {
              width: 50%;
              height: 100%; } }
          .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description.theme-green {
            background-color: #1E4A40; }
          .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description.theme-red {
            background-color: #B73C24; }
          .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description.theme-orange {
            background-color: #BC6C49; }
          .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details {
            display: block;
            text-align: center;
            padding: 20px 20px 60px;
            transition: all 0.6s ease-in;
            margin-top: 60px;
            opacity: 0;
            color: #F1EBDF;
            display: table;
            height: 100%; }
            @media only screen and (min-width: 768px) {
              .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details {
                padding: 20px 12%; } }
            .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details .wrapper {
              display: table-row; }
              .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details .wrapper .title {
                display: table-cell;
                vertical-align: top;
                padding: 0 0 20px;
                transition-delay: 0.2s !important;
                transition: all 0.6s ease-in;
                font-size: 24px;
                line-height: 120%;
                font-weight: 100;
                letter-spacing: 0.5px; }
                @media only screen and (min-width: 768px) {
                  .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details .wrapper .title {
                    padding: 80px 0 20px;
                    font-size: 30px; } }
              .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details .wrapper .sub-title {
                display: table-cell;
                vertical-align: middle;
                padding: 0 0 20px;
                transition-delay: 0.4s !important;
                transition: all 0.6s ease-in;
                font-size: 24px;
                line-height: 120%;
                font-weight: 300; }
                @media only screen and (min-width: 768px) {
                  .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details .wrapper .sub-title {
                    font-size: 30px; } }
              .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-description .details .wrapper .description {
                display: table-cell;
                vertical-align: bottom; }
        .c-section--carousel_section .carousel .carousel-inner .carousel-item .read-more {
          position: absolute;
          z-index: 10;
          right: 0;
          bottom: 0;
          background-color: #ffffff;
          color: #1E4A40;
          padding: 20px 40px;
          border: 0;
          text-decoration: none; }
          .c-section--carousel_section .carousel .carousel-inner .carousel-item .read-more:hover {
            text-decoration: none; }
        .c-section--carousel_section .carousel .carousel-inner .carousel-item.active .carousel-description {
          bottom: 0;
          opacity: 1; }
          .c-section--carousel_section .carousel .carousel-inner .carousel-item.active .carousel-description .details {
            margin-top: 0;
            opacity: 1; }
            .c-section--carousel_section .carousel .carousel-inner .carousel-item.active .carousel-description .details .title {
              margin-top: 0; }
            .c-section--carousel_section .carousel .carousel-inner .carousel-item.active .carousel-description .details .sub-title {
              margin-top: 0; }
    .c-section--carousel_section .carousel .carousel-indicators {
      bottom: 40px;
      margin: 0;
      width: 100%;
      left: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--carousel_section .carousel .carousel-indicators {
          bottom: 60px;
          width: 50%;
          left: 50%; } }
    .c-section--carousel_section .carousel .carousel-indicators [data-bs-target] {
      width: 9px;
      height: 9px;
      margin: 0 5px;
      border-radius: 100%;
      border: 1px solid #fff;
      opacity: 1;
      background-color: transparent; }
      .c-section--carousel_section .carousel .carousel-indicators [data-bs-target]:hover, .c-section--carousel_section .carousel .carousel-indicators [data-bs-target].active {
        background-color: #ffffff; }
    .c-section--carousel_section .carousel .carousel-control-next,
    .c-section--carousel_section .carousel .carousel-control-prev {
      top: 40%;
      bottom: 40%;
      width: 40px !important; }
      @media only screen and (min-width: 768px) {
        .c-section--carousel_section .carousel .carousel-control-next,
        .c-section--carousel_section .carousel .carousel-control-prev {
          width: 100px !important; } }
  .c-section--carousel_section.type-full .carousel .carousel-inner .carousel-item .carousel-image {
    width: 100%; }
  .c-section--carousel_section.type-full .carousel .carousel-indicators {
    width: 100%;
    left: 0%; }

.c-section--content_section {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .c-section--content_section {
      min-height: 100vh; } }
  .c-section--content_section .b-content_section {
    font-size: 40px;
    text-align: center; }
    .c-section--content_section .b-content_section h4 {
      margin-top: 40px; }
      .c-section--content_section .b-content_section h4:first-of-type {
        margin-top: 0; }
    .c-section--content_section .b-content_section p {
      font-family: "Helvetica", sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #1E4A40; }
      @media only screen and (min-width: 768px) {
        .c-section--content_section .b-content_section p {
          font-size: 29px; } }
      .c-section--content_section .b-content_section p strong {
        font-weight: 400;
        color: #16A064; }
      .c-section--content_section .b-content_section p a {
        font-weight: 400;
        color: #16A064;
        text-decoration: none; }
        .c-section--content_section .b-content_section p a:hover {
          text-decoration: underline; }
    .c-section--content_section .b-content_section .link-container {
      display: block;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--content_section .b-content_section .link-container {
          margin: 0; } }
      .c-section--content_section .b-content_section .link-container .link {
        display: block;
        margin: 0 0 10px; }
        .c-section--content_section .b-content_section .link-container .link a {
          position: relative;
          padding-right: 50px; }
          .c-section--content_section .b-content_section .link-container .link a svg {
            position: absolute;
            right: 0;
            height: 22px;
            top: 3px;
            width: 60px;
            transition: 250ms all ease;
            cursor: pointer;
            display: flex;
            align-items: center; }
            .c-section--content_section .b-content_section .link-container .link a svg path {
              transition: 250ms all ease;
              height: 18px; }
          .c-section--content_section .b-content_section .link-container .link a:hover svg path {
            d: path("M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z");
            d: "M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z"; }
    .c-section--content_section .b-content_section .icon-container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 20px;
      width: 100%;
      margin: 40px 0 0 0; }
      .c-section--content_section .b-content_section .icon-container .icon-wrapper {
        grid-column: span 12;
        text-align: center;
        display: block;
        text-decoration: none;
        margin: 0 0 20px; }
        @media only screen and (min-width: 768px) {
          .c-section--content_section .b-content_section .icon-container .icon-wrapper {
            grid-column: span 4;
            margin: 0; } }
        .c-section--content_section .b-content_section .icon-container .icon-wrapper img {
          display: block;
          margin: 0 auto 5px;
          width: 100%;
          max-width: 60px; }
          @media only screen and (min-width: 768px) {
            .c-section--content_section .b-content_section .icon-container .icon-wrapper img {
              margin: 0 auto 20px; } }
        .c-section--content_section .b-content_section .icon-container .icon-wrapper .title {
          font-size: 18px;
          color: #1E4A40; }
        .c-section--content_section .b-content_section .icon-container .icon-wrapper:hover .title span {
          border-bottom: 2px solid #16A064; }
    .c-section--content_section .b-content_section .list-container .list {
      display: flex;
      margin-bottom: 20px; }
      .c-section--content_section .b-content_section .list-container .list .icon {
        display: inline-block;
        width: 80px;
        height: 100%;
        margin-right: 20px;
        margin-top: 10px; }
        .c-section--content_section .b-content_section .list-container .list .icon img {
          width: 70px;
          height: auto; }
      .c-section--content_section .b-content_section .list-container .list .content {
        display: inline-block; }
  .c-section--content_section.theme-white h4 span {
    border-bottom: 2px solid #16A064; }
  .c-section--content_section.theme-white .link-container .link a {
    color: #16A064; }
    .c-section--content_section.theme-white .link-container .link a svg path,
    .c-section--content_section.theme-white .link-container .link a svg line {
      fill: #16A064; }
  .c-section--content_section.theme-cream h4 span {
    border-bottom: 2px solid #BC6C49; }
  .c-section--content_section.theme-cream .link-container .link a {
    color: #BC6C49; }
    .c-section--content_section.theme-cream .link-container .link a svg path,
    .c-section--content_section.theme-cream .link-container .link a svg line {
      fill: #BC6C49; }

.c-section--content_two_column_section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .c-section--content_two_column_section {
      min-height: 100vh;
      padding: 40px 0; } }
  .c-section--content_two_column_section .wrapper {
    padding: 0 !important; }
  .c-section--content_two_column_section .cta-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--content_two_column_section .cta-bg {
        display: block; } }
    .c-section--content_two_column_section .cta-bg.theme-green {
      background-color: #16A064; }
      .c-section--content_two_column_section .cta-bg.theme-green .description {
        color: #ffffff; }
    .c-section--content_two_column_section .cta-bg.theme-cream {
      background-color: #F1EBDF; }
      .c-section--content_two_column_section .cta-bg.theme-cream .description {
        color: #1E4A40; }
    .c-section--content_two_column_section .cta-bg.theme-orange {
      background-color: #BC6C49; }
      .c-section--content_two_column_section .cta-bg.theme-orange .description {
        color: #ffffff; }
    .c-section--content_two_column_section .cta-bg:nth-child(2) {
      left: 50%; }
  .c-section--content_two_column_section .b-content_two_column_section {
    position: relative;
    text-align: center; }
    .c-section--content_two_column_section .b-content_two_column_section .column-wrapper {
      text-align: left;
      color: #1E4A40;
      padding: 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--content_two_column_section .b-content_two_column_section .column-wrapper {
          padding: 20px 40px; } }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper h4 {
        font-size: 20px;
        line-height: 115%;
        font-weight: 400; }
        @media only screen and (min-width: 768px) {
          .c-section--content_two_column_section .b-content_two_column_section .column-wrapper h4 {
            font-size: 29px; } }
        @media only screen and (min-width: 992px) {
          .c-section--content_two_column_section .b-content_two_column_section .column-wrapper h4 {
            font-size: 29px; } }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.color-green {
        color: #ffffff; }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.color-cream {
        color: #1E4A40; }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.color-orange {
        color: #1E4A40; }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-green {
        background-color: #16A064; }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream {
        background-color: #F1EBDF; }
        .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .description {
          color: #1E4A40; }
        .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .link {
          color: #16A064; }
          .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .link a {
            color: #16A064; }
            .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .link a svg path {
              fill: #16A064; }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-orange {
        background-color: #BC6C49; }
        .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-orange .link {
          color: #ffffff; }
          .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-orange .link a {
            color: #ffffff; }
            .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-orange .link a svg path {
              fill: #ffffff; }
      .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream {
        background-color: #F1EBDF; }
        .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .description {
          color: #1E4A40; }
        .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .link {
          color: #16A064; }
          .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .link a {
            color: #16A064; }
            .c-section--content_two_column_section .b-content_two_column_section .column-wrapper.theme-cream .link a svg path {
              fill: #16A064; }

.c-section--cta_block {
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .c-section--cta_block {
      padding: 40px 0; } }
  .c-section--cta_block .wrapper {
    padding: 0 !important; }
  .c-section--cta_block .cta-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--cta_block .cta-bg {
        display: block; } }
    .c-section--cta_block .cta-bg.theme-green {
      background-color: #16A064; }
      .c-section--cta_block .cta-bg.theme-green .description {
        color: #ffffff; }
    .c-section--cta_block .cta-bg.theme-cream {
      background-color: #F1EBDF; }
      .c-section--cta_block .cta-bg.theme-cream .description {
        color: #1E4A40; }
    .c-section--cta_block .cta-bg.theme-orange {
      background-color: #BC6C49; }
      .c-section--cta_block .cta-bg.theme-orange .description {
        color: #ffffff; }
    .c-section--cta_block .cta-bg:nth-child(2) {
      left: 50%; }
  .c-section--cta_block .b-cta_block .ctas-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .c-section--cta_block .b-cta_block .ctas-container {
        margin: 40px 0 0 0;
        grid-gap: 20px; } }
    .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper {
      min-height: 100px;
      grid-column: span 12;
      color: #ffffff;
      position: relative;
      transition: all 0.4s ease-in-out;
      padding: 30px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media only screen and (min-width: 768px) {
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper {
          grid-column: span 6;
          padding: 20px 20px 60px; } }
      @media only screen and (min-width: 992px) {
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper {
          grid-column: span 6; } }
      .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner {
        text-align: left; }
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .description {
          font-size: 20px;
          line-height: 115%;
          color: #ffffff; }
          @media only screen and (min-width: 768px) {
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .description {
              font-size: 29px; } }
          @media only screen and (min-width: 992px) {
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .description {
              font-size: 29px; } }
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link {
          display: block;
          margin: 20px 0 10px; }
          @media only screen and (min-width: 768px) {
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link {
              margin: 40px 0 10px; } }
          .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link a {
            position: relative;
            padding-right: 50px;
            padding-left: 0;
            color: #1E4A40; }
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link a svg {
              position: absolute;
              right: 0;
              height: 22px;
              top: 3px;
              width: 60px;
              transition: 250ms all ease;
              cursor: pointer;
              display: flex;
              align-items: center; }
              .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link a svg path {
                transition: 250ms all ease;
                height: 18px;
                fill: #1E4A40; }
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper .inner .link a:hover svg path {
              d: path("M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z");
              d: "M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z"; }
      .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-green {
        background-color: #16A064; }
      .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream {
        background-color: #F1EBDF; }
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .description {
          color: #1E4A40; }
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .link {
          color: #16A064; }
          .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .link a {
            color: #16A064; }
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .link a svg path {
              fill: #16A064; }
      .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-orange {
        background-color: #BC6C49; }
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-orange .link {
          color: #ffffff; }
          .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-orange .link a {
            color: #ffffff; }
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-orange .link a svg path {
              fill: #ffffff; }
      .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream {
        background-color: #F1EBDF; }
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .description {
          color: #1E4A40; }
        .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .link {
          color: #16A064; }
          .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .link a {
            color: #16A064; }
            .c-section--cta_block .b-cta_block .ctas-container .cta-wrapper.theme-cream .link a svg path {
              fill: #16A064; }

.c-section--development_gallery {
  display: flex;
  align-items: center;
  position: relative; }
  .c-section--development_gallery .b-development_gallery {
    width: 100%; }
    .c-section--development_gallery .b-development_gallery .carousel .carousel-item {
      position: relative;
      overflow: hidden; }
      .c-section--development_gallery .b-development_gallery .carousel .carousel-item .details {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80%;
        width: 80%;
        left: 10%;
        top: 10%;
        color: #ffffff; }
        .c-section--development_gallery .b-development_gallery .carousel .carousel-item .details .title {
          text-transform: uppercase;
          font-weight: 800; }

.c-section--developments {
  padding-top: 0; }
  .c-section--developments .b-developments {
    width: 100%; }
    .c-section--developments .b-developments .developments-container .development-tile {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr);
      margin-bottom: 60px; }
      .c-section--developments .b-developments .developments-container .development-tile .thumbnails {
        grid-column: span 6; }
        .c-section--developments .b-developments .developments-container .development-tile .thumbnails .animated-line {
          margin: 0 0 20px; }
        .c-section--developments .b-developments .developments-container .development-tile .thumbnails img {
          width: 100%;
          margin: 0 0 15px; }
      .c-section--developments .b-developments .developments-container .development-tile .description {
        grid-column: span 6; }
        .c-section--developments .b-developments .developments-container .development-tile .description h4 .location {
          text-transform: none; }

.details {
  display: block; }

.c-section--back-section {
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-section--back-section .back-btn {
    text-decoration: none; }

.related-developments .grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .related-developments .grid-container .development-tile {
    grid-column: span 12; }
    @media only screen and (min-width: 768px) {
      .related-developments .grid-container .development-tile {
        grid-column: span 6; } }
    @media only screen and (min-width: 992px) {
      .related-developments .grid-container .development-tile {
        grid-column: span 4; } }
    .related-developments .grid-container .development-tile .tile-image-wrapper {
      position: relative;
      height: 300px;
      background-size: cover;
      background-position: center center; }
      @media only screen and (min-width: 768px) {
        .related-developments .grid-container .development-tile .tile-image-wrapper {
          height: 400px; } }
    .related-developments .grid-container .development-tile .information {
      padding: 20px 40px; }

.c-section--form_section {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-section--form_section .b-form_section .wpforms-form input.wpforms-field-large {
    border: 0;
    padding: 17px;
    height: auto; }
  .c-section--form_section .b-form_section .wpforms-form textarea {
    border: 0;
    padding: 17px; }
  .c-section--form_section .b-form_section .wpforms-form button[type=submit] {
    float: right;
    border: 0 !important;
    background-color: transparent !important;
    color: #1E4A40;
    font-size: 18px;
    background-position: right center;
    background-size: 14px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.384' height='19.092' viewBox='0 0 19.384 19.092'%3E%3Cg id='Group_49' data-name='Group 49' transform='translate(0 0.626)'%3E%3Cg id='Group_170' data-name='Group 170'%3E%3Cpath id='Path_18' data-name='Path 18' d='M7.167,0,0,8.92l7.167,8.919' transform='translate(18.102 17.839) rotate(180)' fill='none' stroke='%23204a40' stroke-width='2'/%3E%3Cline id='Line_3' data-name='Line 3' x1='18.12' transform='translate(0 8.92)' fill='none' stroke='%23204a40' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.c-section--gallery {
  display: flex;
  align-items: center;
  position: relative; }
  .c-section--gallery .b-gallery {
    width: 100%; }
    .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item {
      position: relative;
      overflow: hidden;
      width: 100%;
      background-size: cover;
      background-position: center center;
      height: 400px; }
      @media only screen and (min-width: 768px) {
        .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item {
          height: 600px; } }
      @media only screen and (min-width: 992px) {
        .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item {
          height: 900px; } }
      .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item .details {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80%;
        width: 80%;
        left: 10%;
        top: 10%;
        color: #ffffff; }
        .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item .details .title {
          font-weight: 800; }

.c-section--image_rows_section .b-image_rows_section .image-rows-container {
  display: flex;
  flex-wrap: wrap; }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container .image-row {
    width: 100%;
    flex-grow: 1;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .c-section--image_rows_section .b-image_rows_section .image-rows-container .image-row {
        width: 50%; } }
    .c-section--image_rows_section .b-image_rows_section .image-rows-container .image-row img {
      width: 100%; }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container.align-top {
    align-items: flex-start; }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container.align-bottom {
    align-items: flex-end; }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container.count-1 .image-row {
    width: 100%; }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container.count-2 .image-row {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-section--image_rows_section .b-image_rows_section .image-rows-container.count-2 .image-row {
        width: 50%; } }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container.count-3 .image-row {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-section--image_rows_section .b-image_rows_section .image-rows-container.count-3 .image-row {
        width: 33.3333%; } }

.c-section--intro_section {
  position: relative; }
  .c-section--intro_section.type-desc {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-image: url(/wp-content/themes/montum/build/img/gradient-menu.jpg);
    min-height: calc(100vh); }
  .c-section--intro_section .b-intro_section h1 {
    text-transform: uppercase; }
  .c-section--intro_section .chevron-down {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer; }
    .c-section--intro_section .chevron-down svg {
      animation: hover-me .5s infinite ease-in-out alternate; }
      .c-section--intro_section .chevron-down svg path {
        stroke: #9D929B; }

@media only screen and (min-width: 768px) {
  .c-section--list_section {
    min-height: 100vh; } }
.c-section--list_section .b-list_section {
  text-align: center; }
  .c-section--list_section .b-list_section #list-table_wrapper {
    margin-top: 40px; }
    .c-section--list_section .b-list_section #list-table_wrapper #list-table {
      border: 0; }
      .c-section--list_section .b-list_section #list-table_wrapper #list-table th {
        text-transform: uppercase;
        font-size: 18px;
        text-align: left;
        font-weight: 400;
        border-bottom: 1px solid #1E4A40;
        padding: 5px 0;
        background-image: none;
        background-size: 14px !important;
        background-position: 95% center;
        min-width: 70px; }
        .c-section--list_section .b-list_section #list-table_wrapper #list-table th.sorting_asc {
          background-image: url("/wp-content/themes/montum/build/img/arrow-down.png") !important; }
        .c-section--list_section .b-list_section #list-table_wrapper #list-table th.sorting_desc {
          background-image: url("/wp-content/themes/montum/build/img/arrow-up.png") !important; }
      .c-section--list_section .b-list_section #list-table_wrapper #list-table tr {
        background: transparent !important; }
        .c-section--list_section .b-list_section #list-table_wrapper #list-table tr td {
          padding: 5px 0;
          background: transparent !important;
          text-align: left;
          font-size: 16px;
          border-top: 0;
          border-bottom: 1px solid #1E4A40; }
        .c-section--list_section .b-list_section #list-table_wrapper #list-table tr.link td {
          text-align: left;
          font-size: 16px; }
          .c-section--list_section .b-list_section #list-table_wrapper #list-table tr.link td a {
            font-size: 16px;
            text-decoration: none;
            color: #16A064; }
            .c-section--list_section .b-list_section #list-table_wrapper #list-table tr.link td a:hover {
              text-decoration: underline; }
        .c-section--list_section .b-list_section #list-table_wrapper #list-table tr:hover {
          background: transparent !important; }

.c-section--link_list_section .b-link_list_section .links-container .link {
  display: block;
  margin: 0 0 20px;
  border-bottom: 1px solid #cecece; }
  .c-section--link_list_section .b-link_list_section .links-container .link a {
    display: block;
    padding: 20px 0;
    border: 0; }
    .c-section--link_list_section .b-link_list_section .links-container .link a:hover {
      border: 0; }

.c-section--map_region_selector .b-map_region_selector .map-container {
  position: relative;
  overflow: hidden; }
  .c-section--map_region_selector .b-map_region_selector .map-container svg {
    width: 100%;
    height: auto; }
    .c-section--map_region_selector .b-map_region_selector .map-container svg g {
      opacity: 1; }
      .c-section--map_region_selector .b-map_region_selector .map-container svg g path {
        cursor: pointer; }
.c-section--map_region_selector .b-map_region_selector .button-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: -20px; }
  .c-section--map_region_selector .b-map_region_selector .button-container .map-button {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .c-section--map_region_selector .b-map_region_selector .button-container .map-button {
        height: 120px;
        width: 120px; } }
    @media only screen and (min-width: 992px) {
      .c-section--map_region_selector .b-map_region_selector .button-container .map-button {
        height: 160px;
        width: 160px; } }
    .c-section--map_region_selector .b-map_region_selector .button-container .map-button:hover {
      border: 0;
      text-decoration: none; }

.c-section--media_section {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-section--media_section .banner-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .c-section--media_section .overlay-image-wrapper {
    margin: 0 20px;
    width: 100%;
    max-width: 800px; }
    .c-section--media_section .overlay-image-wrapper .overlay-image {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      max-width: 300px;
      margin: 0 auto 40px; }
      @media only screen and (min-width: 768px) {
        .c-section--media_section .overlay-image-wrapper .overlay-image {
          max-width: 550px; } }
    .c-section--media_section .overlay-image-wrapper h3 {
      text-align: center; }
  .c-section--media_section h3 {
    z-index: 2;
    display: block;
    position: relative;
    color: #ffffff;
    padding: 0 20px;
    text-align: center; }
  .c-section--media_section a {
    z-index: 2;
    display: block;
    position: relative;
    padding-right: 70px;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .c-section--media_section a {
        padding-right: 75px; } }
    .c-section--media_section a svg {
      position: absolute;
      right: 0px;
      top: 13px;
      height: 25px;
      width: 90px;
      transition: 250ms all ease; }
      @media only screen and (min-width: 768px) {
        .c-section--media_section a svg {
          top: 19px;
          height: 30px; } }
      @media only screen and (min-width: 992px) {
        .c-section--media_section a svg {
          top: 27px;
          height: 35px; } }
      .c-section--media_section a svg path,
      .c-section--media_section a svg line {
        transition: 250ms all ease;
        fill: #ffffff; }
    .c-section--media_section a:hover svg path {
      d: path("M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z");
      d: "M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z"; }
  .c-section--media_section a {
    text-decoration: none; }
  .c-section--media_section .chevron-down {
    position: absolute;
    bottom: 85px;
    margin-left: -42px;
    left: 50%;
    z-index: 2;
    transform: rotate(90deg);
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .c-section--media_section .chevron-down {
        bottom: 65px;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important; } }
    @media only screen and (min-width: 768px) {
      .c-section--media_section .chevron-down {
        margin-left: -31px; } }
    .c-section--media_section .chevron-down svg {
      width: 90px;
      height: 35px;
      transition: 250ms all ease;
      transform: rotate(90deg); }
      .c-section--media_section .chevron-down svg path,
      .c-section--media_section .chevron-down svg line {
        transition: 250ms all ease;
        fill: #ffffff; }
    .c-section--media_section .chevron-down:hover svg path {
      d: path("M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z");
      d: "M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z"; }

.c-section--projects_section {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh; }
  .c-section--projects_section .b-projects_section {
    width: 100%; }
    .c-section--projects_section .b-projects_section .project-title,
    .c-section--projects_section .b-projects_section .project-link {
      text-align: center; }
    .c-section--projects_section .b-projects_section .project-title {
      color: #1E4A40; }
    .c-section--projects_section .b-projects_section .projects-container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 20px;
      width: 100%; }
      .c-section--projects_section .b-projects_section .projects-container .project-wrapper {
        position: relative;
        text-decoration: none;
        color: #000000;
        grid-column: span 12;
        margin-bottom: 40px; }
        @media only screen and (min-width: 768px) {
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper {
            grid-column: span 4;
            margin-bottom: 60px; } }
        .c-section--projects_section .b-projects_section .projects-container .project-wrapper .title {
          display: block;
          color: #1E4A40;
          margin: 0 0 20px;
          position: relative; }
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .title .project-title,
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .title .project-location {
            display: block;
            text-align: center; }
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .title svg {
            position: absolute;
            right: 0;
            right: -12px;
            height: 22px;
            top: 17px;
            width: 60px;
            transition: 250ms all ease;
            cursor: pointer;
            display: flex;
            align-items: center; }
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .title svg path {
              transition: 250ms all ease;
              height: 18px;
              fill: #1E4A40; }
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .title:hover svg path {
            d: path("M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z");
            d: "M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z"; }
        .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb {
          position: relative;
          display: block;
          height: 350px;
          background-size: cover;
          background-position: center center; }
          @media (min-height: 720px) {
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb {
              height: 450px; } }
          @media (min-height: 900px) {
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb {
              height: 500px; } }
          @media (min-height: 1200px) {
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb {
              height: 600px; } }
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overlay-toggle {
            position: absolute;
            top: 20px;
            right: 40px;
            width: 30px;
            z-index: 4;
            transition: all 0.4s ease-in;
            cursor: pointer; }
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overlay-toggle svg {
              width: 100%; }
              .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overlay-toggle svg line {
                stroke: #ffffff; }
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overview {
            background-color: #BC6C49;
            color: #ffffff;
            display: flex;
            align-items: flex-end;
            height: 100%;
            padding: 0 20px 20px;
            opacity: 0;
            transition: all 0.3s ease-in; }
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overview p:last-child {
              margin: 0; }
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overview ul {
              margin: 0; }
              .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overview ul li {
                margin: 0;
                font-size: 18px; }
            .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overview .link {
              color: #ffffff; }
              .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overview .link a {
                color: #ffffff;
                padding-left: 0; }
                .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb .overview .link a svg path {
                  fill: #ffffff; }
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb.selected .overlay-toggle {
            transform: rotate(45deg); }
          .c-section--projects_section .b-projects_section .projects-container .project-wrapper .project-thumb.selected .overview {
            opacity: 1; }
        .c-section--projects_section .b-projects_section .projects-container .project-wrapper:hover .overview {
          opacity: 1; }
      .c-section--projects_section .b-projects_section .projects-container.short .project-wrapper {
        margin-bottom: 40px; }
        @media only screen and (min-width: 768px) {
          .c-section--projects_section .b-projects_section .projects-container.short .project-wrapper {
            margin-bottom: 20px; } }
    .c-section--projects_section .b-projects_section .link {
      display: block;
      margin: 0 0 10px; }
      .c-section--projects_section .b-projects_section .link a {
        position: relative;
        padding-right: 50px;
        color: #16A064; }
        .c-section--projects_section .b-projects_section .link a svg {
          position: absolute;
          right: 0;
          height: 22px;
          top: 3px;
          width: 60px;
          transition: 250ms all ease;
          cursor: pointer;
          display: flex;
          align-items: center; }
          .c-section--projects_section .b-projects_section .link a svg path {
            transition: 250ms all ease;
            height: 18px;
            fill: #16A064; }
        .c-section--projects_section .b-projects_section .link a:hover svg path {
          d: path("M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z");
          d: "M42.1,11.5L34.4,21l-1.6-1.3l5.9-7.3H2v-2h36.7l-5.9-7.3L34.4,2L42.1,11.5z"; }

.c-section--projects_filter {
  padding: 10px 0; }
  .c-section--projects_filter .b-projects_filter ul {
    padding: 0;
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .c-section--projects_filter .b-projects_filter ul {
        display: flex; } }
    .c-section--projects_filter .b-projects_filter ul li {
      display: inline-block;
      margin: 0 20px;
      min-width: calc(15% - 1px); }
      .c-section--projects_filter .b-projects_filter ul li .sf-input-radio {
        display: none; }
      .c-section--projects_filter .b-projects_filter ul li .sf-label-radio {
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 20px;
        color: #BC6C49;
        cursor: pointer;
        text-transform: uppercase; }
      .c-section--projects_filter .b-projects_filter ul li:hover .sf-label-radio, .c-section--projects_filter .b-projects_filter ul li.sf-option-active .sf-label-radio {
        border-bottom: 1px solid #BC6C49; }

.c-section--profiles_section {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .c-section--profiles_section {
      padding-bottom: 0; } }
  .c-section--profiles_section .b-profiles_section {
    width: 100%; }
    .c-section--profiles_section .b-profiles_section .project-title,
    .c-section--profiles_section .b-profiles_section .project-link {
      text-align: center; }
    .c-section--profiles_section .b-profiles_section .project-title {
      color: #1E4A40; }
    .c-section--profiles_section .b-profiles_section .profiles-container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 20px;
      width: 100%; }
      .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper {
        grid-column: span 12;
        position: relative;
        text-decoration: none;
        color: #000000;
        background-position: top center;
        background-size: cover;
        height: 550px;
        overflow: hidden;
        margin: 0 0 20px; }
        @media screen and (min-width: 1070px) {
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper {
            grid-column: span 6;
            margin: 0; } }
        @media (min-height: 720px) {
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper {
            height: 600px; } }
        @media (min-height: 900px) {
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper {
            height: 700px; } }
        @media (min-height: 1200px) {
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper {
            height: 800px; } }
        .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .overlay-toggle {
          position: absolute;
          top: 20px;
          right: 40px;
          width: 30px;
          z-index: 4;
          transition: all 0.4s ease-in;
          cursor: pointer; }
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .overlay-toggle svg {
            width: 100%; }
            .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .overlay-toggle svg line {
              stroke: #ffffff; }
        .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .details {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          display: grid;
          grid-template-columns: repeat(12, 1fr);
          grid-column-gap: 20px; }
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .details .info {
            grid-column: span 8;
            padding: 20px;
            color: #ffffff; }
            .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .details .info .name {
              font-size: 28px;
              display: block; }
            .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .details .info .role {
              font-size: 20px;
              display: block; }
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .details .social {
            grid-column: span 4;
            padding: 0 10px 20px 0;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            z-index: 3; }
            .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .details .social .icon {
              display: flex;
              width: 40px;
              margin: 0 10px 0 0;
              height: 40px;
              align-items: center;
              justify-content: center;
              border-radius: 40px;
              border: 1px solid #fff; }
              .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .details .social .icon svg {
                width: 18px;
                height: auto;
                fill: #ffffff; }
        .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay {
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #1E4A40;
          color: #ffffff;
          display: grid;
          grid-template-columns: repeat(12, 1fr);
          grid-column-gap: 20px;
          top: 100%;
          transition: all 0.4s ease-in; }
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .overlay {
            padding: 20px 20px 60px;
            color: #ffffff;
            margin-bottom: 40px;
            height: 100%;
            display: flex;
            align-items: flex-end;
            grid-column: span 12; }
            @media only screen and (min-width: 768px) {
              .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .overlay {
                grid-column: span 9;
                padding: 20px; } }
            .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .overlay .info {
              position: absolute;
              top: 20px;
              left: 20px;
              color: #ffffff; }
              .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .overlay .info .name {
                font-size: 28px;
                display: block; }
              .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .overlay .info .role {
                font-size: 20px;
                display: block; }
          .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .social {
            display: none !important;
            grid-column: span 3;
            padding: 0 10px 20px 0;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end; }
            .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .social .icon {
              display: flex;
              width: 40px;
              margin: 0 10px 0 0;
              height: 40px;
              align-items: center;
              justify-content: center;
              border-radius: 40px;
              border: 1px solid #fff; }
              .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper .profile-overlay .social .icon svg {
                width: 18px;
                height: auto;
                fill: #ffffff; }
        .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper.selected .overlay-toggle {
          transform: rotate(45deg); }
        .c-section--profiles_section .b-profiles_section .profiles-container .profile-wrapper.selected .profile-overlay {
          top: 0; }

.c-section--two-column-intro {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .c-section--two-column-intro {
      height: 500px;
      min-height: 100vh; } }
  .c-section--two-column-intro .b-two-column-intro .intro-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .c-section--two-column-intro .b-two-column-intro .intro-wrapper h4 {
      color: #1E4A40; }
      .c-section--two-column-intro .b-two-column-intro .intro-wrapper h4 span {
        border-bottom: 2px solid #16A064; }
    .c-section--two-column-intro .b-two-column-intro .intro-wrapper.pull-quote h4 {
      padding: 0 15%;
      text-align: center; }
  .c-section--two-column-intro .b-two-column-intro a {
    color: #16A064; }
  .c-section--two-column-intro .b-two-column-intro .project-details {
    display: block;
    margin: 40px 0 0 0; }
    .c-section--two-column-intro .b-two-column-intro .project-details .detail {
      display: block;
      margin: 0 0 5px; }
      .c-section--two-column-intro .b-two-column-intro .project-details .detail .title {
        color: #1E4A40;
        border-bottom: 1px solid #1E4A40; }

.social-share-btns-container {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .social-share-btns-container .social-share-btns {
    display: inline-block;
    overflow: hidden; }
    .social-share-btns-container .social-share-btns .share-btn {
      float: left;
      margin: 0 5px;
      padding: 8px 16px;
      border-radius: 3px;
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      vertical-align: middle;
      -moz-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      -webkit-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out;
      background-color: #95a5a6; }
      .social-share-btns-container .social-share-btns .share-btn i {
        margin-right: 5px;
        display: inline-block;
        font-size: 18px;
        vertical-align: middle; }
      .social-share-btns-container .social-share-btns .share-btn:hover {
        background-color: #798d8f;
        border: 0; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-twitter {
        background-color: #00aced; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-twitter:hover {
          background-color: #0087ba; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-facebook {
        background-color: #3b5998; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-facebook:hover {
          background-color: #2d4373; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-linkedin {
        background-color: #007bb6; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-linkedin:hover {
          background-color: #005983; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-mail {
        background-color: #f1c40f; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-mail:hover {
          background-color: #dab10d; }

.c-section--team_section {
  display: flex;
  align-items: center;
  position: relative; }
  .c-section--team_section .b-team_section {
    width: 100%; }
    .c-section--team_section .b-team_section h1 {
      text-transform: uppercase; }
    .c-section--team_section .b-team_section .team-members-accordion {
      display: block; }
      @media only screen and (min-width: 768px) {
        .c-section--team_section .b-team_section .team-members-accordion {
          display: none; } }
      .c-section--team_section .b-team_section .team-members-accordion .accordion-item {
        border: 0;
        border-top: 1px solid;
        border-radius: 0;
        background-color: transparent;
        margin-top: 1px; }
        .c-section--team_section .b-team_section .team-members-accordion .accordion-item .accordion-button {
          background-color: transparent;
          display: block;
          position: relative;
          outline: none; }
          .c-section--team_section .b-team_section .team-members-accordion .accordion-item .accordion-button .name {
            text-transform: uppercase;
            display: block; }
          .c-section--team_section .b-team_section .team-members-accordion .accordion-item .accordion-button .role {
            display: block; }
          .c-section--team_section .b-team_section .team-members-accordion .accordion-item .accordion-button:after {
            position: absolute;
            top: 24px;
            right: 10px; }
          .c-section--team_section .b-team_section .team-members-accordion .accordion-item .accordion-button:focus {
            outline: none !important; }
          .c-section--team_section .b-team_section .team-members-accordion .accordion-item .accordion-button:not(.collapsed):after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
    .c-section--team_section .b-team_section .team-members-container {
      display: none;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr); }
      @media only screen and (min-width: 768px) {
        .c-section--team_section .b-team_section .team-members-container {
          display: grid; } }
      .c-section--team_section .b-team_section .team-members-container .team-members-selector {
        grid-column: span 5;
        list-style: none;
        padding: 0;
        margin: 0; }
        .c-section--team_section .b-team_section .team-members-container .team-members-selector li {
          display: flex;
          cursor: pointer;
          margin-bottom: 15px; }
          .c-section--team_section .b-team_section .team-members-container .team-members-selector li .animated-line {
            width: 45px;
            height: 15px;
            margin-right: 5px; }
            .c-section--team_section .b-team_section .team-members-container .team-members-selector li .animated-line:before {
              transition-delay: 0.2s; }
          .c-section--team_section .b-team_section .team-members-container .team-members-selector li .name-role .name {
            text-transform: uppercase;
            display: block; }
          .c-section--team_section .b-team_section .team-members-container .team-members-selector li:hover .animated-line:before, .c-section--team_section .b-team_section .team-members-container .team-members-selector li.selected .animated-line:before {
            transform-origin: 0% 50%;
            transform: scale3d(1, 1, 1); }
      .c-section--team_section .b-team_section .team-members-container .team-members-details {
        grid-column: span 7; }
        .c-section--team_section .b-team_section .team-members-container .team-members-details .member-detail {
          opacity: 0;
          height: 0;
          transition: all 0s ease-in-out; }
          .c-section--team_section .b-team_section .team-members-container .team-members-details .member-detail.sticky {
            position: fixed;
            top: 20px; }
          .c-section--team_section .b-team_section .team-members-container .team-members-details .member-detail.selected {
            opacity: 1;
            height: auto; }

.c-section--two_column_with_image {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 100vh; }
  @media screen and (max-width: 767px) {
    .c-section--two_column_with_image {
      padding: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .c-section--two_column_with_image {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .c-section--two_column_with_image .image {
    position: relative;
    margin: 0 0 40px;
    width: 100%;
    height: 300px;
    background-position: center bottom;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .c-section--two_column_with_image .image {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
        height: 100%;
        margin: 0; } }
    @media only screen and (min-width: 768px) {
      .c-section--two_column_with_image .image.right {
        left: auto;
        right: 0; } }
  .c-section--two_column_with_image .b-two_column_with_image .icon {
    display: inline-block;
    width: 50px;
    margin: 0 20px 0 0; }
  .c-section--two_column_with_image .b-two_column_with_image .title {
    display: inline-block;
    color: #1E4A40; }
  .c-section--two_column_with_image .b-two_column_with_image .introduction {
    display: block;
    margin: 40px 0 20px 0; }
  .c-section--two_column_with_image .b-two_column_with_image .list-title {
    display: block;
    margin: 0 0 20px;
    font-weight: 100; }
  .c-section--two_column_with_image .b-two_column_with_image .list-value {
    display: block;
    margin: 0;
    font-weight: 100; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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