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

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_0_0.eot");
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/taxiapp/src/fonts/338333_0_0.woff2") format("woff2"), url("/wp-content/themes/taxiapp/src/fonts/338333_0_0.woff") format("woff"), url("/wp-content/themes/taxiapp/src/fonts/338333_0_0.ttf") format("truetype"), url("/wp-content/themes/taxiapp/src/fonts/338333_0_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'Gilroy-Regular';
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_1_0.eot");
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_1_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/taxiapp/src/fonts/338333_1_0.woff2") format("woff2"), url("/wp-content/themes/taxiapp/src/fonts/338333_1_0.woff") format("woff"), url("/wp-content/themes/taxiapp/src/fonts/338333_1_0.ttf") format("truetype"), url("/wp-content/themes/taxiapp/src/fonts/338333_1_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_2_0.eot");
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_2_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/taxiapp/src/fonts/338333_2_0.woff2") format("woff2"), url("/wp-content/themes/taxiapp/src/fonts/338333_2_0.woff") format("woff"), url("/wp-content/themes/taxiapp/src/fonts/338333_2_0.ttf") format("truetype"), url("/wp-content/themes/taxiapp/src/fonts/338333_2_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'Gilroy-Bold';
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_3_0.eot");
  src: url("/wp-content/themes/taxiapp/src/fonts/338333_3_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/taxiapp/src/fonts/338333_3_0.woff2") format("woff2"), url("/wp-content/themes/taxiapp/src/fonts/338333_3_0.woff") format("woff"), url("/wp-content/themes/taxiapp/src/fonts/338333_3_0.ttf") format("truetype"), url("/wp-content/themes/taxiapp/src/fonts/338333_3_0.svg#wf") format("svg"); }
h1,
.t-h1 {
  font-family: 'Gilroy-SemiBold';
  font-weight: 400;
  font-size: 23px;
  line-height: 125%;
  margin: 0 0 20px 0;
  color: #F9534B; }
  @media only screen and (min-width: 768px) {
    h1,
    .t-h1 {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    h1,
    .t-h1 {
      font-size: 40px;
      margin: 0 0 40px 0; } }

.glide-wrapper .glide .glide__track .glide__slides .tile .title, .glide-wrapper .glide .glide__track .glide__slides .tile .sub-title, h2,
.t-h2, .c-section--alternating_content_section.type-stats .b-alternating_content_section .alternating-container .alternating-wrapper h3 {
  font-family: 'Gilroy-SemiBold';
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  margin: 0 0 10px 0;
  color: #F9534B; }
  @media only screen and (min-width: 768px) {
    .glide-wrapper .glide .glide__track .glide__slides .tile .title, .glide-wrapper .glide .glide__track .glide__slides .tile .sub-title, h2,
    .t-h2, .c-section--alternating_content_section.type-stats .b-alternating_content_section .alternating-container .alternating-wrapper h3 {
      font-size: 23px; } }
  @media only screen and (min-width: 992px) {
    .glide-wrapper .glide .glide__track .glide__slides .tile .title, .glide-wrapper .glide .glide__track .glide__slides .tile .sub-title, h2,
    .t-h2, .c-section--alternating_content_section.type-stats .b-alternating_content_section .alternating-container .alternating-wrapper h3 {
      font-size: 23px;
      margin: 0 0 10px 0; } }

h3,
.t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
  font-family: 'Gilroy-SemiBold';
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  margin: 0 0 10px 0;
  color: #F9534B; }
  @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: 23px; } }
  @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: 23px;
      margin: 0 0 10px 0; } }

h4,
.t-h4, .c-section--list_section .b-list_section .list-wrapper .list-item .list-content-wrapper .title,
.c-section--list_section .b-list_section .list-wrapper .list-item .list-content-wrapper .content,
.c-section--list_section .b-list_section .list-wrapper .list-item .list-content-wrapper .content p {
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #F9534B;
  letter-spacing: 3px; }
  @media only screen and (min-width: 768px) {
    h4,
    .t-h4, .c-section--list_section .b-list_section .list-wrapper .list-item .list-content-wrapper .title,
    .c-section--list_section .b-list_section .list-wrapper .list-item .list-content-wrapper .content,
    .c-section--list_section .b-list_section .list-wrapper .list-item .list-content-wrapper .content p {
      font-size: 23px;
      line-height: 28px; } }

h5,
.t-h5 {
  font-family: 'Gilroy-SemiBold';
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 3px; }
  @media only screen and (min-width: 768px) {
    h5,
    .t-h5 {
      font-size: 24px;
      line-height: 29px; } }
  @media only screen and (min-width: 1400px) {
    h5,
    .t-h5 {
      font-size: 24px;
      line-height: 29px; } }

h6,
.t-h6 {
  font-family: 'Gilroy-SemiBold';
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 3px; }
  @media only screen and (min-width: 768px) {
    h6,
    .t-h6 {
      font-size: 20px;
      line-height: 27px; } }
  @media only screen and (min-width: 1400px) {
    h6,
    .t-h6 {
      font-size: 20px;
      line-height: 27px; } }

body, p,
ul,
ol,
li,
address,
.h2-sml, .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg .sub-title, .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg a {
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  line-height: 125%; }
  @media only screen and (min-width: 768px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml, .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg .sub-title, .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg a {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml, .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg .sub-title, .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg a {
      font-size: 18px; } }

.c-footer, .c-footer .footer-wrapper {
  font-family: 'Gilroy-SemiBold';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .c-footer, .c-footer .footer-wrapper {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1400px) {
    .c-footer, .c-footer .footer-wrapper {
      font-size: 14px;
      line-height: 20px; } }

.c-header .c-navigation__container #main-menu li a, .c-header .c-navigation__container #main-menu li ul li a, .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter span {
  font-family: 'Gilroy-SemiBold';
  font-size: 14px;
  line-height: 24px; }
  @media only screen and (min-width: 768px) {
    .c-header .c-navigation__container #main-menu li a, .c-header .c-navigation__container #main-menu li ul li a, .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter span {
      font-size: 15px;
      line-height: 28px; } }
  @media only screen and (min-width: 1400px) {
    .c-header .c-navigation__container #main-menu li a, .c-header .c-navigation__container #main-menu li ul li a, .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter span {
      font-size: 15px;
      line-height: 28px; } }

.c-section--statistics_section .grid-wrapper .grid .title {
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .c-section--statistics_section .grid-wrapper .grid .title {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1400px) {
    .c-section--statistics_section .grid-wrapper .grid .title {
      font-size: 20px;
      line-height: 28px; } }

.t-feature {
  font-size: 60px;
  line-height: 50px; }
  @media only screen and (min-width: 1400px) {
    .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: 1400px) {
    .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; }

::placeholder {
  color: #F2F2F2; }

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: #3B3B3C;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white; }
  body.has-menu {
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      body.has-menu {
        overflow-y: auto; } }

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

#main {
  padding-top: 60px; }
  @media only screen and (min-width: 768px) {
    #main {
      padding-top: 80px; } }

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

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

.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: 1400px) {
    .container-fluid {
      padding-right: 150px !important;
      padding-left: 150px !important; } }

.glide-wrapper {
  position: relative; }
  .glide-wrapper .glide {
    display: block; }
    .glide-wrapper .glide .glide__track {
      overflow: hidden; }
      .glide-wrapper .glide .glide__track .glide__slides {
        display: flex; }
        .glide-wrapper .glide .glide__track .glide__slides .tile {
          padding: 0 20px; }
          .glide-wrapper .glide .glide__track .glide__slides .tile .testimonial-content {
            display: block;
            color: #004238;
            font-size: 23px; }
            .glide-wrapper .glide .glide__track .glide__slides .tile .testimonial-content p {
              font-size: 23px; }
          .glide-wrapper .glide .glide__track .glide__slides .tile .title {
            display: block;
            color: #004238;
            margin: 0; }
          .glide-wrapper .glide .glide__track .glide__slides .tile .sub-title {
            display: block;
            color: #F9534B; }
    .glide-wrapper .glide .glide__arrows {
      margin: 20px 0;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .glide-wrapper .glide .glide__arrows {
          position: absolute;
          top: 50%;
          margin: -20px 0 0 0;
          left: -50px;
          width: calc(100% + 100px);
          display: flex;
          display: flex;
          justify-content: space-between; } }
      .glide-wrapper .glide .glide__arrows .glide__arrow {
        overflow: hidden;
        border-radius: 10px;
        line-height: 100%;
        letter-spacing: 0;
        user-select: none;
        display: inline-block;
        cursor: pointer;
        pointer-events: all;
        transition: all 0.15s ease-out;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        color: #004238;
        transition: all 0.2s ease-in;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        height: 40px;
        width: 40px;
        background-size: 28px;
        text-indent: -999px; }
        .glide-wrapper .glide .glide__arrows .glide__arrow:hover {
          color: #F9534B; }
        .glide-wrapper .glide .glide__arrows .glide__arrow svg path {
          fill: #ffffff; }
        .glide-wrapper .glide .glide__arrows .glide__arrow.glide__arrow--left {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2338632a'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }
        .glide-wrapper .glide .glide__arrows .glide__arrow.glide__arrow--right {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2338632a'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
      @media only screen and (min-width: 768px) {
        .glide-wrapper .glide .glide__arrows.no-nav {
          display: none; } }

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

strong,
b {
  font-weight: 700; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #F9534B;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  transition: border-color 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  a:hover, a:active, a:focus {
    text-decoration: none;
    color: #F9534B;
    border-color: inherit; }
  .current-menu-item a {
    border-color: inherit; }

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

.accordion-wrapper .drawer {
  border-bottom: 2px solid #3B3B3C;
  padding: 0; }
  .accordion-wrapper .drawer .header {
    padding: 0; }
    .accordion-wrapper .drawer .header h5 {
      padding: 20px 0;
      cursor: pointer;
      position: relative; }
      .accordion-wrapper .drawer .header h5 .line {
        width: 24px;
        height: 2px;
        position: absolute;
        right: 20px;
        top: 50%;
        background-color: #3B3B3C;
        transition: all 0.6s ease-in-out; }
        .accordion-wrapper .drawer .header h5 .line:after {
          background-color: #3B3B3C;
          transform: rotateY(0deg) rotate(0deg);
          content: "";
          width: 24px;
          height: 2px;
          position: absolute;
          top: 0px;
          transition: all 0.4s ease-in-out; }
      .accordion-wrapper .drawer .header h5.collapsed .line:after {
        transform: rotateY(0deg) rotate(90deg); }
  .accordion-wrapper .drawer .body {
    padding: 0 0 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr); }
    .accordion-wrapper .drawer .body .details {
      grid-column: span 12; }
      @media only screen and (min-width: 768px) {
        .accordion-wrapper .drawer .body .details {
          grid-column: span 6; } }
      @media only screen and (min-width: 992px) {
        .accordion-wrapper .drawer .body .details {
          grid-column: span 4; } }
      .accordion-wrapper .drawer .body .details.default {
        grid-column: span 12; }
    .accordion-wrapper .drawer .body .map {
      grid-column: span 12; }
      @media only screen and (min-width: 768px) {
        .accordion-wrapper .drawer .body .map {
          grid-column: span 6; } }
      @media only screen and (min-width: 992px) {
        .accordion-wrapper .drawer .body .map {
          grid-column: span 8; } }

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

.back-to-top {
  position: relative;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: #000000;
  cursor: pointer;
  padding: 0;
  border-radius: 100%;
  text-align: left;
  display: block; }
  .back-to-top svg {
    display: inline-block;
    margin: 0 10px 0 0; }
    .back-to-top svg circle {
      transition: 0.2s all ease-in; }
  .back-to-top span {
    text-decoration: underline; }
  .back-to-top:hover svg circle {
    fill: #000000; }

.cta {
  border: 0;
  border-radius: 0;
  line-height: 100%;
  letter-spacing: 0;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.15s ease-out;
  text-align: center;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .cta {
      min-width: 166px;
      padding: 16px 38px;
      font-size: 18px; } }
  .cta:hover {
    background: #3B3B3C;
    color: #ffffff; }
  .cta.theme-green-dark {
    border: 1px solid; }
    .cta.theme-green-dark:hover {
      color: #ffffff; }

.cta-v2 {
  border-radius: 5px;
  background-color: #F9534B;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none !important; }
  .cta-v2:hover {
    background-color: #004238;
    color: #ffffff; }

.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;
  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-footer {
  width: 100%;
  color: #ffffff;
  background-color: #004238;
  position: relative;
  padding: 20px !important;
  display: flex;
  align-items: center; }
  .c-footer #footer-logo {
    width: 160px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .c-footer #footer-logo {
        width: 50%;
        max-width: 200px;
        height: auto;
        float: left; } }
  .c-footer .footer-social-container a {
    display: inline-block;
    margin: 0 10px 10px 0; }
    .c-footer .footer-social-container a svg {
      width: 20px;
      height: auto; }
  .c-footer .footer-wrapper {
    display: block;
    align-items: center;
    height: 100%;
    padding: 20px 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-footer .footer-wrapper {
        text-align: left; } }
    .c-footer .footer-wrapper .copyright {
      display: block;
      margin: 10px 0; }
    .c-footer .footer-wrapper .tel,
    .c-footer .footer-wrapper .email {
      display: block;
      color: #3B3B3C; }
    .c-footer .footer-wrapper .c-navigation__container-footer {
      width: 100%;
      display: block;
      text-align: center; }
      .c-footer .footer-wrapper .c-navigation__container-footer .footer-nav {
        margin: 0; }
        .c-footer .footer-wrapper .c-navigation__container-footer .footer-nav li {
          display: block;
          margin: 0 0 5px;
          text-align: center;
          line-height: 100%; }
          @media only screen and (min-width: 768px) {
            .c-footer .footer-wrapper .c-navigation__container-footer .footer-nav li {
              text-align: left; } }
          .c-footer .footer-wrapper .c-navigation__container-footer .footer-nav li a {
            font-family: 'Gilroy-Regular';
            color: #ffffff;
            font-size: 15px;
            line-height: 110%;
            padding: 0; }
            .c-footer .footer-wrapper .c-navigation__container-footer .footer-nav li a:hover {
              color: #F9534B; }
        .c-footer .footer-wrapper .c-navigation__container-footer .footer-nav.main li {
          display: block;
          margin: 0; }
          .c-footer .footer-wrapper .c-navigation__container-footer .footer-nav.main li a {
            text-transform: uppercase; }

.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; }
    .theme-navy .c-form__label {
      color: #F2F2F2; }
  .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; }

.corner {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 200px;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .corner {
      width: 260px; } }
  @media only screen and (min-width: 992px) {
    .corner {
      width: 325px; } }
  .corner path {
    transition: all 0.6s ease-in-out; }
  .corner.search path {
    fill: #F9534B; }

#header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 999;
  transition: all 0.3s ease-in; }
  #header-container #temple-logo {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 10000;
    height: auto;
    width: 200px;
    transition: 0.6s all ease-in; }
  #header-container .btn-menu {
    position: absolute;
    top: 20px;
    left: 0;
    height: 70px;
    width: 70px;
    transition: all 0.6s ease-in-out !important;
    z-index: 10001;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 992px) and (min-height: 600px) {
      #header-container .btn-menu {
        height: 70px;
        width: 70px; } }
    #header-container .btn-menu .line {
      width: 24px;
      height: 2px;
      position: relative;
      transition: all 0.6s ease-in-out; }
      #header-container .btn-menu .line:before {
        content: "";
        width: 24px;
        height: 2px;
        position: absolute;
        top: -7px;
        transition: all 0.6s ease-in-out; }
      #header-container .btn-menu .line:after {
        content: "";
        width: 24px;
        height: 2px;
        position: absolute;
        top: 7px;
        transition: all 0.6s ease-in-out; }
    #header-container .btn-menu.open .line {
      transform: rotateY(0deg) rotate(45deg); }
      #header-container .btn-menu.open .line:before {
        top: 0px;
        transform: rotateY(0deg) rotate(90deg); }
      #header-container .btn-menu.open .line:after {
        opacity: 0; }
  #header-container #form-wrapper {
    position: relative;
    margin-top: 20px; }
    #header-container #form-wrapper .expand {
      position: absolute;
      right: -23px;
      top: 0;
      width: 55px;
      height: 55px;
      z-index: 4;
      cursor: pointer; }
      #header-container #form-wrapper .expand.show {
        display: none; }
    #header-container #form-wrapper form {
      float: right; }
      #header-container #form-wrapper form ul {
        padding: 0;
        position: relative; }
        #header-container #form-wrapper form ul li label {
          display: block; }
          #header-container #form-wrapper form ul li label .sf-input-text {
            display: block;
            width: 100%;
            border-radius: 0;
            border: 1px solid #ccc;
            padding: 13px;
            margin-top: 1px; }
        #header-container #form-wrapper form ul li.sf-field-submit input {
          position: absolute;
          right: -22px;
          top: 10px;
          border-radius: 100%;
          border: 0;
          text-indent: -1000px;
          height: 52px;
          width: 52px;
          transition: all 0.3s ease-in;
          background-image: url(/wp-content/themes/temple/build/img/search.svg);
          background-position: center center;
          background-size: 20px;
          background-repeat: no-repeat; }
    #header-container #form-wrapper.hide form ul li label .sf-input-text {
      opacity: 0; }
  #header-container.open #temple-logo path {
    fill: #ffffff; }
  #header-container.scroll {
    background-color: #ffffff; }

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

#search-container {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: -100vh;
  left: 0;
  z-index: 998;
  transition: all 0.6s ease-in-out;
  display: none;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #search-container {
      display: flex; } }
  #search-container form {
    position: relative;
    width: 50%; }
    #search-container form ul li {
      padding: 0; }
      #search-container form ul li label {
        width: 100%; }
        #search-container form ul li label input {
          padding: 10px;
          background: transparent;
          border: 0;
          border-bottom: 1px solid;
          width: 100%;
          font-weight: 800;
          font-size: 20px; }
          #search-container form ul li label input:focus {
            outline: none; }
        #search-container form ul li label ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          opacity: 1;
          /* Firefox */ }
        #search-container form ul li label :-ms-input-placeholder {
          /* Internet Explorer 10-11 */ }
        #search-container form ul li label ::-ms-input-placeholder {
          /* Microsoft Edge */ }
      #search-container form ul li input[type=submit] {
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        border: 0;
        color: transparent;
        width: 40px;
        height: 40px;
        background-image: url(/wp-content/themes/temple/build/img/search_icon_navy.svg);
        background-size: 40px;
        background-repeat: no-repeat; }
        #search-container form ul li input[type=submit]:hover {
          background-image: url(/wp-content/themes/temple/build/img/search_icon_cyan.svg); }
  #search-container.open {
    top: 0; }

#main-navigation {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: -100vh;
  left: 0;
  z-index: 998;
  transition: all 0.6s ease-in-out;
  display: none; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #main-navigation {
      display: block;
      padding: 10% 0 0; } }
  #main-navigation .menu-container {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(12, 1fr); }
    #main-navigation .menu-container .main-menu-container {
      grid-column: span 12; }
  #main-navigation .nav-social.small {
    display: inline-block;
    margin: 0 10px 0 0; }
    #main-navigation .nav-social.small svg {
      padding: 1px;
      width: 16px; }
      #main-navigation .nav-social.small svg path, #main-navigation .nav-social.small svg rect, #main-navigation .nav-social.small svg circle {
        fill: #ffffff; }
    @media only screen and (min-width: 992px) {
      #main-navigation .nav-social.small {
        display: none; } }
  #main-navigation .nav-search.small {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 7px 8px 8px !important; }
    #main-navigation .nav-search.small svg {
      padding: 1px;
      width: 26px !important;
      height: 28px !important; }
      #main-navigation .nav-search.small svg .st0 {
        fill: #121226; }
      #main-navigation .nav-search.small svg .st1 {
        fill: none; }
      #main-navigation .nav-search.small svg .st2 {
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 2; }
      #main-navigation .nav-search.small svg path, #main-navigation .nav-search.small svg rect, #main-navigation .nav-search.small svg circle {
        fill: #ffffff; }
    @media only screen and (min-width: 992px) {
      #main-navigation .nav-search.small {
        display: none; } }
  #main-navigation.open {
    top: 0; }
  #main-navigation .nav-logo {
    margin: 40px 0 20px;
    display: block; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-logo {
        margin: 40px 0 80px; } }
  #main-navigation .cookie-settings {
    display: block;
    margin: 20px 0; }
    #main-navigation .cookie-settings a {
      margin: 0 !important; }
  #main-navigation .nav-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-search {
        height: 160px; } }
    #main-navigation .nav-search .searchandfilter-wrapper {
      position: relative;
      width: 40%;
      min-width: 330px; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 {
        float: left;
        position: relative;
        width: 140px;
        padding: 5px 10px;
        margin: 5px 10px 0 0;
        outline: none;
        cursor: pointer; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
          opacity: 0.1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        #main-navigation .nav-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; }
          #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
            display: block;
            margin: 0; }
            #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
              background-color: #f8f8f8;
              display: block;
              text-decoration: none;
              padding: 10px;
              margin: 0; }
            #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
              background: #f1f1f1; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0px 6px;
        border-style: solid;
        border-color: transparent; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
        border-color: transparent;
        border-width: 0px 6px 6px 6px;
        margin-top: -3px; }
      #main-navigation .nav-search .searchandfilter-wrapper .search-header-form {
        display: none;
        float: left;
        width: 160px; }
        #main-navigation .nav-search .searchandfilter-wrapper .search-header-form.show {
          display: inline-block; }
      #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset {
        background-color: #ffffff; }
        #main-navigation .nav-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%; }
        #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset a {
          display: block;
          margin-bottom: 5px;
          padding: 10px;
          min-width: 165px;
          text-decoration: none; }
          #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
            color: #ffffff; }
      #main-navigation .nav-search .searchandfilter-wrapper #btn-search {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter {
        width: 100%;
        min-width: 150px; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter ul {
          padding-left: 0; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter label {
          width: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .twitter-typeahead {
          width: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
          border: 0;
          border-bottom: 1px solid;
          border-radius: 0;
          padding: 5px 0;
          background-color: transparent;
          width: 100%;
          background-image: url(/wp-content/themes/boodle/build/img/search.svg);
          background-size: 16px;
          background-position: right center;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 992px) {
            #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
              width: 100%; } }
          #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text:active, #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text:focus {
            outline: 0;
            -moz-outline-style: none; }
          #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            opacity: 1;
            /* Firefox */ }
    #main-navigation .nav-search .nav-social {
      display: none;
      margin: 0 20px 0 0;
      padding: 6px 11px 8px 10px;
      border-radius: 15px;
      border: 1px solid #ffffff;
      transition: all 0.2s ease-in-out; }
      @media only screen and (min-width: 992px) {
        #main-navigation .nav-search .nav-social {
          margin: 0 5px;
          display: inline-block; } }
      @media screen and (min-width: 1200px) {
        #main-navigation .nav-search .nav-social {
          margin: 0 10px; } }
      #main-navigation .nav-search .nav-social svg {
        padding: 1px;
        width: 20px;
        height: 14px; }
        #main-navigation .nav-search .nav-social svg path {
          fill: #ffffff;
          transition: all 0.2s ease-in-out; }
      #main-navigation .nav-search .nav-social:hover {
        border: 1px solid; }
    #main-navigation .nav-search .nav-search {
      cursor: pointer;
      display: none;
      margin: 0 20px 0 0;
      padding: 6px 11px 8px 10px;
      height: 40px;
      border-radius: 15px;
      border: 1px solid #ffffff;
      transition: all 0.2s ease-in-out; }
      @media only screen and (min-width: 992px) {
        #main-navigation .nav-search .nav-search {
          margin: 0 5px;
          display: inline-block; } }
      @media screen and (min-width: 1200px) {
        #main-navigation .nav-search .nav-search {
          margin: 0 10px; } }
      #main-navigation .nav-search .nav-search svg {
        padding: 1px;
        width: 20px;
        height: 14px; }
        #main-navigation .nav-search .nav-search svg path {
          fill: #ffffff;
          transition: all 0.2s ease-in-out; }
      #main-navigation .nav-search .nav-search:hover {
        border: 1px solid; }
  #main-navigation h3 {
    margin: 0 0 20px 0; }
    @media screen and (min-height: 730px) {
      #main-navigation h3 {
        margin: 0 0 40px 0; } }
  #main-navigation h4 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 20px; }
    #main-navigation h4 a {
      font-weight: 700;
      margin: 0 0 10px;
      font-size: 15px;
      line-height: 20px; }
    #main-navigation h4.services-header {
      font-weight: 400;
      font-size: 26px;
      line-height: 36px; }
  #main-navigation .nav-focus .c-navigation__list {
    margin: 0 0 20px;
    padding: 0; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-focus .c-navigation__list {
        margin: 0 0 40px 0; } }
    #main-navigation .nav-focus .c-navigation__list li {
      list-style: none;
      margin: 0;
      padding: 0; }
      #main-navigation .nav-focus .c-navigation__list li a {
        font-weight: 400;
        margin: 0 0 6px;
        font-size: 15px;
        line-height: 20px;
        display: block; }

.c-header {
  position: fixed;
  top: 0;
  padding: 0 !important;
  width: 100%;
  display: flex;
  height: 60px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  align-items: center;
  z-index: 999;
  background-color: #FFFFFF; }
  @media only screen and (min-width: 768px) {
    .c-header {
      border-bottom: none;
      height: 78px; } }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .c-header {
      height: 78px; } }
  .c-header .wrapper {
    width: 100%;
    max-width: 1800px; }
  .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 {
        height: 78px; }
        @media only screen and (min-width: 992px) {
          .c-header__brand a img {
            height: 78px; } }
  .c-header__navigation {
    float: right;
    margin: 6px 0 0 0;
    display: flex;
    align-items: center; }
  .c-header__hamburger {
    z-index: 10000;
    margin: 0 -15px 0 0; }
    @media only screen and (min-width: 992px) {
      .c-header__hamburger {
        display: none; } }
  .c-header .logo {
    position: absolute;
    top: 10px;
    display: inline-block;
    margin-top: 0px;
    border: 0 !important;
    height: 38px;
    transition: all 0.2s ease-in;
    text-align: center; }
    .c-header .logo svg {
      padding: 1px;
      height: 100%; }
    @media only screen and (min-width: 768px) {
      .c-header .logo {
        text-align: left;
        height: 58px;
        width: auto; } }
    @media only screen and (min-width: 992px) {
      .c-header .logo {
        height: 58px; } }
    .c-header .logo img {
      display: block;
      height: 100%; }
  .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 .c-navigation__container {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center; }
    .c-header .c-navigation__container #main-menu {
      margin: 0;
      text-align: right;
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-header .c-navigation__container #main-menu {
          display: block; } }
      .c-header .c-navigation__container #main-menu li {
        display: inline-block;
        margin-left: 12px; }
        .c-header .c-navigation__container #main-menu li a {
          position: relative;
          padding: 0 0 3px;
          color: #3B3B3C; }
          .c-header .c-navigation__container #main-menu li a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #3B3B3C;
            transform: scaleX(0);
            transform-origin: bottom right;
            transition: transform .25s ease-out; }
          .c-header .c-navigation__container #main-menu li a:hover {
            color: #3B3B3C; }
            .c-header .c-navigation__container #main-menu li a:hover:after {
              transform: scaleX(1);
              transform-origin: bottom left; }
        .c-header .c-navigation__container #main-menu li.current_page_item a:hover {
          color: #3B3B3C; }
          .c-header .c-navigation__container #main-menu li.current_page_item a:hover:after {
            transform: scaleX(1);
            transform-origin: bottom left; }
        .c-header .c-navigation__container #main-menu li ul {
          display: none;
          position: absolute;
          top: 50px;
          margin: 0 0 0 0;
          padding: 10px 0 0 0;
          font-size: 15px; }
          .c-header .c-navigation__container #main-menu li ul li {
            background-color: #0f6f61;
            margin: 0;
            padding: 5px 10px;
            display: block;
            text-align: left; }
            .c-header .c-navigation__container #main-menu li ul li a {
              color: #ffffff; }
              .c-header .c-navigation__container #main-menu li ul li a:hover {
                color: #ffffff !important; }
              .c-header .c-navigation__container #main-menu li ul li a:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background: #ffffff;
                transform: scaleX(0);
                transform-origin: bottom right;
                transition: transform .25s ease-out; }
            .c-header .c-navigation__container #main-menu li ul li.current_page_item a {
              color: #ffffff !important; }
        .c-header .c-navigation__container #main-menu li:hover ul {
          display: block; }
  .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: 1400px) {
    #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; }

.btn-menu {
  display: none;
  position: fixed;
  top: 17px;
  right: 20px;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease-in-out;
  z-index: 10002;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .btn-menu {
      display: none; } }
  .btn-menu .line {
    width: 22px;
    height: 2px;
    position: relative;
    background-color: #F9534B;
    transition: all 0.6s ease-in-out; }
    .btn-menu .line:before {
      background-color: #F9534B;
      content: "";
      width: 22px;
      height: 2px;
      position: absolute;
      top: -8px;
      transition: all 0.6s ease-in-out; }
    .btn-menu .line:after {
      background-color: #F9534B;
      content: "";
      width: 22px;
      height: 2px;
      position: absolute;
      top: 8px;
      transition: all 0.6s ease-in-out; }
  .btn-menu.open .line {
    transform: rotateY(0deg) rotate(45deg); }
    .btn-menu.open .line:before {
      transform: rotateY(0deg) rotate(90deg);
      top: 0; }
    .btn-menu.open .line:after {
      opacity: 0; }

#main-navigation {
  display: block;
  position: fixed;
  height: 40px;
  overflow: hidden;
  width: 100%;
  top: 60px;
  left: 0;
  background-color: #004238;
  background-size: cover;
  background-position: center center;
  z-index: 998;
  transition: all 0.6s ease-in-out;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    #main-navigation {
      display: none; } }
  #main-navigation .nav-main-navigation {
    height: 100%;
    margin: 0;
    padding: 0; }
    #main-navigation .nav-main-navigation ul {
      height: 30px;
      margin: 0;
      display: flex;
      justify-content: space-around;
      padding: 0; }
      #main-navigation .nav-main-navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 100%;
        text-align: center; }
        #main-navigation .nav-main-navigation ul li a {
          margin: 0;
          line-height: 100%;
          padding: 13px 0;
          color: #ffffff;
          border: 0;
          text-decoration: none;
          position: relative;
          white-space: nowrap;
          transition: all 0.2s ease-in;
          display: inline-block;
          width: auto;
          font-size: 13px;
          font-weight: 700;
          font-family: "Space Grotesk", sans-serif;
          text-transform: uppercase; }
          #main-navigation .nav-main-navigation ul li a:hover {
            color: #F9534B; }
        #main-navigation .nav-main-navigation ul li.current-menu-item a {
          color: #ffffff; }
          #main-navigation .nav-main-navigation ul li.current-menu-item a:hover {
            color: #F9534B; }
  #main-navigation.open {
    top: 0; }

[data-inview] {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.95);
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  [data-inview].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

.c-loader {
  display: none;
  margin: 50px auto;
  position: relative;
  border-top: 4px solid rgba(59, 59, 60, 0.2);
  border-right: 4px solid rgba(59, 59, 60, 0.2);
  border-bottom: 4px solid rgba(59, 59, 60, 0.2);
  border-left: 4px solid #3B3B3C;
  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; }

.nav-main-navigation {
  position: relative;
  margin: 20px 0 0 0; }
  @media screen and (min-height: 730px) {
    .nav-main-navigation {
      margin: 40px 0 0 0; } }
  .nav-main-navigation .c-navigation__list {
    margin: 0;
    padding: 0; }
    .nav-main-navigation .c-navigation__list li {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 300px;
      margin: 0 0 15px; }
      @media only screen and (min-width: 768px) {
        .nav-main-navigation .c-navigation__list li {
          width: 300px; } }
      @media only screen and (min-width: 992px) {
        .nav-main-navigation .c-navigation__list li {
          width: 330px; } }
      @media only screen and (min-width: 1400px) {
        .nav-main-navigation .c-navigation__list li {
          width: 400px; } }
      .nav-main-navigation .c-navigation__list li ul {
        display: none;
        position: absolute;
        top: 0;
        left: 300px;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .nav-main-navigation .c-navigation__list li ul {
            left: 300px; } }
        @media only screen and (min-width: 992px) {
          .nav-main-navigation .c-navigation__list li ul {
            left: 330px; } }
        @media only screen and (min-width: 1400px) {
          .nav-main-navigation .c-navigation__list li ul {
            left: 400px; } }
        .nav-main-navigation .c-navigation__list li ul.open {
          display: block; }
        .nav-main-navigation .c-navigation__list li ul li {
          margin: 0 0 10px; }
          .nav-main-navigation .c-navigation__list li ul li a:before {
            background-image: none !important; }
          .nav-main-navigation .c-navigation__list li ul li ul {
            display: block;
            position: relative;
            left: 0;
            padding: 0; }
            .nav-main-navigation .c-navigation__list li ul li ul li {
              margin: 0 0 20px; }
              .nav-main-navigation .c-navigation__list li ul li ul li a:before {
                background-image: none !important; }
          .nav-main-navigation .c-navigation__list li ul li.menu-item-has-children {
            float: left;
            width: 400px; }
      .nav-main-navigation .c-navigation__list li.menu-item a {
        padding-right: 0; }
        .nav-main-navigation .c-navigation__list li.menu-item a:before {
          background-image: none; }
      .nav-main-navigation .c-navigation__list li.menu-item-has-children a {
        padding-right: 25px; }
        .nav-main-navigation .c-navigation__list li.menu-item-has-children a:before {
          content: '';
          background-image: url(/wp-content/themes/temple/build/img/right-chevron.svg);
          position: absolute;
          right: 0;
          top: 7px;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 6px; }

ul.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.footer-nav li {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    list-style: none; }
    ul.footer-nav li a {
      font-size: 16px;
      line-height: 110%;
      color: #3B3B3C; }

#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%;
  padding: 60px 0;
  color: #000000; }
  @media only screen and (min-width: 768px) {
    .c-section {
      padding: 80px 0; } }
  @media only screen and (min-width: 992px) {
    .c-section {
      padding: 80px 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-white {
    background-color: #ffffff;
    color: #004238; }
    .c-section.theme-white h2.single-content {
      color: #004238; }
      .c-section.theme-white h2.single-content .sub-title {
        color: #F9534B; }
  .c-section.theme-grey {
    background-color: #F2F2F2;
    color: #004238; }
    .c-section.theme-grey .cta-v2 {
      color: #004238; }
      .c-section.theme-grey .cta-v2:after {
        background: #004238; }
      .c-section.theme-grey .cta-v2:hover {
        color: #004238; }
  .c-section.theme-green {
    background-color: #004238;
    color: #ffffff; }
    .c-section.theme-green .cta-v2 {
      color: #ffffff; }
      .c-section.theme-green .cta-v2:after {
        background: #ffffff; }
    .c-section.theme-green p {
      color: #ffffff; }
    .c-section.theme-green h2.single-content {
      color: #ffffff; }
      .c-section.theme-green h2.single-content .sub-title {
        color: #F9534B; }
  .c-section.theme-red {
    background-color: #F9534B;
    color: #ffffff; }
    .c-section.theme-red .cta-v2 {
      background-color: #004238;
      color: #ffffff; }
      .c-section.theme-red .cta-v2:hover {
        background: #ffffff;
        color: #004238; }
    .c-section.theme-red p {
      color: #ffffff; }
    .c-section.theme-red h2 {
      color: #ffffff; }

.contact-person.theme-white {
  background-color: #ffffff;
  color: #000000; }
.contact-person.theme-cyan {
  color: #ffffff; }
.contact-person.theme-orange {
  color: #ffffff; }
.contact-person.theme-navy {
  color: #ffffff; }
.contact-person.theme-red {
  background-color: #F9534B;
  color: #ffffff; }
.contact-person.theme-black {
  background-color: #000000;
  color: #ffffff; }

.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--alternating_content_section {
  position: relative;
  overflow: hidden; }
  .c-section--alternating_content_section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 130%;
    mix-blend-mode: multiply;
    z-index: 1; }
  .c-section--alternating_content_section .b-alternating_content_section {
    position: relative;
    z-index: 2; }
    .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr);
      margin-bottom: 40px; }
      .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .image {
        grid-column: span 12;
        background-size: cover;
        background-position: center center;
        min-height: 240px;
        max-height: 400px; }
        @media only screen and (min-width: 768px) {
          .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .image {
            grid-column: span 6;
            margin: 20px;
            min-height: 300px;
            max-height: 400px; } }
        @media only screen and (min-width: 992px) {
          .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .image {
            grid-column: span 6;
            min-height: 360px;
            max-height: 400px; } }
        .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .image.mobile {
          display: block; }
          @media only screen and (min-width: 768px) {
            .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .image.mobile {
              display: none; } }
        .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .image.desktop {
          display: none; }
          @media only screen and (min-width: 768px) {
            .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .image.desktop {
              display: block; } }
      .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .content {
        grid-column: span 12; }
        @media only screen and (min-width: 768px) {
          .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .content {
            grid-column: span 6; } }
        @media only screen and (min-width: 992px) {
          .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper .content {
            grid-column: span 6;
            padding-top: 40px; } }
      @media only screen and (min-width: 768px) {
        .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper.align-left .content {
          padding-left: 40px; } }
      @media only screen and (min-width: 768px) {
        .c-section--alternating_content_section .b-alternating_content_section .alternating-container .alternating-wrapper.align-right .content {
          padding-right: 40px; } }
    .c-section--alternating_content_section .b-alternating_content_section .alternating-container .secondary-image {
      width: 100%;
      margin: 0 0 40px; }
  .c-section--alternating_content_section.type-stats .b-alternating_content_section .alternating-container .alternating-wrapper {
    text-align: center; }
    .c-section--alternating_content_section.type-stats .b-alternating_content_section .alternating-container .alternating-wrapper h3 {
      color: #ffffff; }

.c-section--c-apartment-header {
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .c-section--c-apartment-header {
      margin-top: 20px; } }
  .c-section--c-apartment-header .wrapper .floorplan-large {
    display: block;
    width: 100%;
    margin: 20px 0; }
    @media only screen and (min-width: 768px) {
      .c-section--c-apartment-header .wrapper .floorplan-large {
        margin: 80px 0; } }
  .c-section--c-apartment-header .wrapper .cta-v2.desktop {
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--c-apartment-header .wrapper .cta-v2.desktop {
        display: inline-block; } }
  .c-section--c-apartment-header .wrapper .cta-v2.mobile {
    display: inline-block;
    margin: 0 0 30px; }
    @media only screen and (min-width: 768px) {
      .c-section--c-apartment-header .wrapper .cta-v2.mobile {
        display: none; } }
  .c-section--c-apartment-header .wrapper .mobile-flip {
    flex-direction: column-reverse; }
    @media only screen and (min-width: 768px) {
      .c-section--c-apartment-header .wrapper .mobile-flip {
        flex-direction: inherit; } }
  .c-section--c-apartment-header .wrapper h1 {
    margin: 0; }
  .c-section--c-apartment-header .wrapper .carousel .carousel-inner .carousel-item .carousel-bg {
    height: 300px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .c-section--c-apartment-header .wrapper .carousel .carousel-inner .carousel-item .carousel-bg {
        height: 400px; } }
  .c-section--c-apartment-header .wrapper .carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 0;
    margin-left: 5%;
    list-style: none; }
    .c-section--c-apartment-header .wrapper .carousel .carousel-indicators button {
      background-color: transparent;
      border: 1px solid;
      width: 15px;
      height: 15px;
      border-radius: 15px;
      opacity: 1; }
  .c-section--c-apartment-header .wrapper .header-specification {
    display: block;
    margin: 10px 0 30px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .c-section--c-apartment-header .wrapper .header-specification span {
      display: inline-block;
      padding: 0 10px 0 0;
      margin: 0 10px 0 0;
      text-transform: uppercase;
      border-right: 1px solid;
      font-weight: 400; }
      .c-section--c-apartment-header .wrapper .header-specification span:last-child {
        border: 0; }
  .c-section--c-apartment-header .wrapper .header-dimensions-title {
    display: block;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 400; }
  .c-section--c-apartment-header .wrapper .header-dimensions {
    display: block;
    margin: 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .c-section--c-apartment-header .wrapper .header-dimensions {
        display: flex; } }
    .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper {
      flex: 1; }
      .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper .detail {
        display: block;
        margin: 0 0 20px; }
        .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper .detail .detail-title {
          display: block;
          text-transform: uppercase;
          font-weight: 400; }
        .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper .detail .detail-value {
          display: block;
          font-size: 16px; }
        .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper .detail:last-child {
          margin: 0; }
  .c-section--c-apartment-header .wrapper .header-links .cta {
    margin: 0 0 20px; }

.c-apartment-details {
  padding-bottom: 0; }
  .c-apartment-details .details-grid {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    margin: 40px 0; }
    .c-apartment-details .details-grid .detail {
      grid-column: span 12;
      margin: 0 0 20px; }
      @media only screen and (min-width: 768px) {
        .c-apartment-details .details-grid .detail {
          grid-column: span 6;
          margin: 0 0 40px; } }
      @media only screen and (min-width: 992px) {
        .c-apartment-details .details-grid .detail {
          grid-column: span 4; } }
      .c-apartment-details .details-grid .detail .detail-title {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 115%; }
      .c-apartment-details .details-grid .detail .detail-value {
        display: block;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 115%; }

.c-apartment-floorplan-container {
  padding: 0; }
  .c-apartment-floorplan-container .apartment-seperator {
    display: block;
    height: 1px;
    background-color: #415244;
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .c-apartment-floorplan-container .apartment-seperator {
        margin-bottom: 60px; } }
  .c-apartment-floorplan-container .floorplan-wrapper {
    padding: 0;
    border: 1px solid #cccccc; }
    .c-apartment-floorplan-container .floorplan-wrapper img {
      width: 100%; }
  .c-apartment-floorplan-container .dimensions-table .dimensions-row {
    display: block;
    margin: 0 0 10px; }
    .c-apartment-floorplan-container .dimensions-table .dimensions-row .dimensions-title {
      display: block;
      margin: 0 0 0 0; }
    .c-apartment-floorplan-container .dimensions-table .dimensions-row .dimensions-value {
      display: block; }

.c-apartment-accordion #accordionPropertyDescription {
  display: block; }
  .c-apartment-accordion #accordionPropertyDescription .accordion-item {
    background-color: transparent;
    border: 1px solid #F2F2F2;
    margin: 0 0 -1px;
    border-radius: 0; }
    .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header:focus {
      outline: 0; }
    .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button {
      display: block;
      background-color: #FFFFFF;
      color: #3B3B3C;
      text-align: left;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.113' height='18.178' viewBox='0 0 32.113 18.178'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-1796.8,19.086l15,15,15-15' transform='translate(1797.864 -18.025)' fill='none' stroke='%23d9d7ce' stroke-width='3'/%3E%3C/svg%3E%0A");
      background-position: 94.3% 50%;
      background-repeat: no-repeat;
      z-index: 1;
      font-size: 20px;
      text-transform: uppercase;
      line-height: 115%;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 700;
      box-shadow: none;
      padding: 20px 5%; }
      @media screen and (max-width: 767px) {
        .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button {
          padding-left: 50px;
          padding-right: 30px; } }
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button:focus {
        outline: 0 !important;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; }
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button:after {
        display: none; }
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button.collapsed {
        margin: 0;
        border-radius: 0;
        color: #3B3B3C;
        background-color: #FFFFFF; }
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background-color: #F2F2F2;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.113' height='18.178' viewBox='0 0 32.113 18.178'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-1796.8,19.086l15,15,15-15' transform='translate(-1765.751 36.203) rotate(180)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A"); }
    .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-body {
      background-color: #F2F2F2;
      padding: 20px 5%; }
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-body ul {
        margin: 0; }
    @media screen and (max-width: 767px) {
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-collapse .accordion-body {
        padding-left: 50px;
        background-color: #F2F2F2; } }

.c-section--apartment-related_section {
  position: relative;
  overflow: hidden; }
  .c-section--apartment-related_section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 140%;
    mix-blend-mode: multiply;
    z-index: 1; }
  .c-section--apartment-related_section .b-apartment_related_section {
    position: relative;
    z-index: 2;
    text-align: center; }
    .c-section--apartment-related_section .b-apartment_related_section .grid-container {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr);
      margin: 20px 0 0 0; }
      @media only screen and (min-width: 768px) {
        .c-section--apartment-related_section .b-apartment_related_section .grid-container {
          margin: 60px 0 0 0; } }
      .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile {
        grid-column: span 12;
        position: relative;
        min-height: 240px;
        background-color: #F2EEE6;
        color: #000000;
        padding: 20px;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile {
            grid-column: span 6;
            min-height: 380px;
            padding: 40px; } }
        @media only screen and (min-width: 992px) {
          .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile {
            grid-column: span 4;
            min-height: 420px; } }
        .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .tile-image-wrapper img {
          width: 100%; }
        .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .details-grid {
          display: grid;
          grid-gap: 0;
          grid-template-columns: repeat(12, 1fr);
          margin: 0; }
          .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .details-grid .detail {
            grid-column: span 12;
            margin: 0; }
            @media only screen and (min-width: 768px) {
              .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .details-grid .detail {
                grid-column: span 6;
                margin: 0 0 20px; } }
            @media only screen and (min-width: 992px) {
              .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .details-grid .detail {
                grid-column: span 6; } }
            .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .details-grid .detail .detail-title {
              display: block;
              text-transform: uppercase;
              font-size: 15px;
              line-height: 115%; }
            .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .details-grid .detail .detail-value {
              display: block;
              text-transform: uppercase;
              font-size: 36px;
              line-height: 115%; }

.c-section--availability_table_section {
  padding-top: 140px;
  text-align: center;
  padding-top: 0;
  background-color: #fff; }
  .c-section--availability_table_section .c-section--articles-header {
    background-color: #F2F2F2;
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .c-section--availability_table_section .c-section--articles-header {
        margin: 0 0 60px; } }
    .c-section--availability_table_section .c-section--articles-header .filter-container form ul {
      margin: 0;
      padding: 0; }
      .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr); }
        @media only screen and (min-width: 768px) {
          .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul {
            grid-gap: 20px; } }
        .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul li {
          grid-column: span 12; }
          @media only screen and (min-width: 768px) {
            .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul li {
              grid-column: span 3; } }
          .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul li input {
            display: none; }
          .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul li label {
            border: 0;
            color: #3B3B3C;
            padding: 5px 20px;
            text-align: center;
            display: inline-block;
            width: 100%;
            font-family: "Space Grotesk", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            cursor: pointer; }
            .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul li label:hover {
              text-decoration: underline; }
          .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds ul li.sf-option-active label {
            text-decoration: underline; }
      .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds .meta-slider {
        max-width: 300px;
        margin: 10px 5% 0; }
      .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds .sf-meta-range-slider {
        color: #ffffff; }
      .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds .sf-input-select {
        max-width: 300px;
        width: 100%;
        padding: 10px 40px 10px 20px;
        background-position: 90% center;
        background-repeat: no-repeat;
        background-size: 12px;
        border: 0;
        height: 60px;
        background-image: url(/wp-content/themes/bookbinders/build/img/down-chevron.png);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds.sf-field-post-meta-beds .sf-meta-range-slider .sf-range-values-seperator {
        margin: 0 5px; }
      .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds.sf-field-post-meta-beds .sf-meta-range-slider:before {
        content: 'Beds'; }
      .c-section--availability_table_section .c-section--articles-header .filter-container form ul li.sf-field-post-meta-beds.sf-field-submit input {
        width: 100%;
        color: white;
        padding: 20px;
        border: 0;
        text-transform: uppercase; }
  .c-section--availability_table_section .b-availability_table_section .dataTable {
    border-bottom: 1px solid; }
    .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th {
      border-bottom: 1px solid;
      font-size: 20px;
      font-weight: 100;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.mob-hide {
          display: none; } }
    .c-section--availability_table_section .b-availability_table_section .dataTable thead .sorting {
      background-image: url(/wp-content/themes/43/build/img/chevron-both.png) !important;
      background-size: 12px; }
    .c-section--availability_table_section .b-availability_table_section .dataTable thead .sorting_asc {
      background-image: url(/wp-content/themes/43/build/img/chevron-up.png) !important;
      background-size: 12px; }
    .c-section--availability_table_section .b-availability_table_section .dataTable thead .sorting_desc {
      background-image: url(/wp-content/themes/43/build/img/chevron-down.png) !important;
      background-size: 12px; }
    .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr {
      background-color: #ffffff; }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td {
        background-color: #ffffff;
        border-top: 1px solid;
        font-size: 20px;
        padding: 20px 0; }
        .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.sorting_1 {
          background-color: #ffffff; }
        @media only screen and (max-width: 767px) {
          .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.mob-hide {
            display: none; } }
        .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td a {
          display: block;
          text-decoration: none;
          color: #3B3B3C;
          padding: 10px;
          margin: 0 10px;
          border: 1px solid #3B3B3C;
          font-weight: 700;
          text-transform: uppercase;
          font-family: "Space Grotesk", sans-serif;
          font-weight: 700; }
          .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td a:hover {
            color: #FFFFFF;
            background-color: #3B3B3C; }

.c-section--banner_section {
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-section--banner_section h1 {
    padding: 0 20px;
    z-index: 2;
    margin: 0 0 10px;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section h1 {
        margin: 0 0 20px; } }
  .c-section--banner_section .banner-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .banner-bg-image {
        background-attachment: fixed;
        background-position: center 0px; } }
  .c-section--banner_section .image {
    z-index: 2;
    width: 100%; }
    .c-section--banner_section .image.mobile {
      display: block; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .image.mobile {
          display: none; } }
    .c-section--banner_section .image.desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .image.desktop {
          display: block; } }
  .c-section--banner_section .content {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: 10px;
    color: #004238;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .content {
        margin-top: 40px; } }
  .c-section--banner_section .links {
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .links {
        display: flex;
        justify-content: center; } }
    .c-section--banner_section .links .link {
      border-radius: 5px;
      background-color: #F9534B;
      color: #ffffff;
      padding: 10px 20px;
      margin: 20px;
      display: block; }
      .c-section--banner_section .links .link:hover {
        background-color: #004238;
        color: #ffffff; }
  .c-section--banner_section .chevron-down {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: none;
    justify-content: center;
    width: 100%;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .chevron-down {
        display: flex; } }
    .c-section--banner_section .chevron-down svg {
      animation: hover-me .5s infinite ease-in-out alternate; }
      .c-section--banner_section .chevron-down svg path {
        stroke: #ffffff; }

@keyframes hover-me {
  100% {
    transform: translate3d(0, 25px, 0); } }
.c-section--carousel_section {
  display: flex;
  align-items: center;
  position: relative; }
  .c-section--carousel_section .b-carousel_section {
    width: 100%; }

.c-section--contact_section {
  position: relative;
  overflow: hidden; }
  .c-section--contact_section .mandatory {
    color: #F9534B; }
  .c-section--contact_section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 140%;
    mix-blend-mode: multiply;
    z-index: 1; }
  .c-section--contact_section .b-contact_section {
    position: relative;
    z-index: 2; }
    .c-section--contact_section .b-contact_section .wpforms-field-container label.wpforms-error {
      color: #ffffff; }
    .c-section--contact_section .b-contact_section .wpforms-field-container input {
      color: #004238 !important;
      background-color: #ffffff !important;
      padding: 12px !important;
      border: 1px solid #F9534B !important;
      border-radius: 0 !important;
      font-family: 'Gilroy-Regular'; }
      .c-section--contact_section .b-contact_section .wpforms-field-container input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #B7B7B7;
        opacity: 1;
        /* Firefox */ }
      .c-section--contact_section .b-contact_section .wpforms-field-container input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #B7B7B7; }
      .c-section--contact_section .b-contact_section .wpforms-field-container input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #B7B7B7; }
    .c-section--contact_section .b-contact_section .wpforms-field-container textarea {
      border: 1px solid #F9534B !important;
      color: #004238 !important;
      background-color: #ffffff !important;
      padding: 12px !important;
      border-radius: 0 !important;
      font-family: 'Gilroy-Regular';
      min-height: 160px; }
      .c-section--contact_section .b-contact_section .wpforms-field-container textarea::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #B7B7B7;
        opacity: 1;
        /* Firefox */ }
      .c-section--contact_section .b-contact_section .wpforms-field-container textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #B7B7B7; }
      .c-section--contact_section .b-contact_section .wpforms-field-container textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #B7B7B7; }
    .c-section--contact_section .b-contact_section .wpforms-recaptcha-container {
      display: block;
      text-align: left; }
      .c-section--contact_section .b-contact_section .wpforms-recaptcha-container .g-recaptcha {
        display: inline-block;
        margin: 0; }
    .c-section--contact_section .b-contact_section .wpforms-required-label {
      color: #004238 !important; }
    .c-section--contact_section .b-contact_section label.wpforms-error {
      color: #F9534B !important; }
    .c-section--contact_section .b-contact_section .wpforms-submit-container {
      display: block; }
      .c-section--contact_section .b-contact_section .wpforms-submit-container .wpforms-submit {
        border-radius: 5px;
        background-color: #F9534B;
        color: #ffffff;
        padding: 10px 20px;
        text-decoration: none !important;
        border: 0 !important; }
        .c-section--contact_section .b-contact_section .wpforms-submit-container .wpforms-submit:hover {
          background-color: #004238;
          color: #ffffff; }
    .c-section--contact_section .b-contact_section div.wpforms-container-full .wpforms-form * {
      overflow: hidden;
      height: inherit; }

.c-section--cta_banner_section {
  text-align: center;
  padding: 40px 0; }
  .c-section--cta_banner_section .b-cta_banner_section .cta-banner {
    display: block;
    width: 100%;
    margin: 0 0 40px; }
  .c-section--cta_banner_section .b-cta_banner_section h2 {
    margin-bottom: 30px; }
  .c-section--cta_banner_section.theme-red .cta-v2 {
    background-color: #004238;
    color: #ffffff;
    display: inline-block; }
    .c-section--cta_banner_section.theme-red .cta-v2:hover {
      background: #ffffff;
      color: #004238; }

.c-section--cta_squares {
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .c-section--cta_squares {
      padding: 40px 0; } }
  .c-section--cta_squares .wrapper {
    padding: 0 !important; }
  .c-section--cta_squares .cta-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--cta_squares .cta-bg {
        display: block; } }
    .c-section--cta_squares .cta-bg.theme-dark {
      background-color: #3B3B3C; }
    .c-section--cta_squares .cta-bg:nth-child(2) {
      left: 50%; }
  .c-section--cta_squares .b-cta_squares .ctas-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .c-section--cta_squares .b-cta_squares .ctas-container {
        margin: 40px 0 0 0;
        grid-gap: 20px; } }
    .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper {
      min-height: 100px;
      grid-column: span 12;
      background-color: #3B3B3C;
      color: #ffffff;
      position: relative;
      transition: all 0.4s ease-in-out;
      padding: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper {
          grid-column: span 6;
          padding: 20px 20px 60px; } }
      @media only screen and (min-width: 992px) {
        .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper {
          grid-column: span 6; } }
      .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper .inner {
        text-align: center; }
        .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper .inner .description {
          color: #ffffff; }
      .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-dark {
        background-color: #3B3B3C; }
        .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-dark .cta {
          color: #ffffff;
          border: 1px solid #ffffff; }
          .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-dark .cta p {
            color: #ffffff; }
          .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-dark .cta:hover {
            background-color: #ffffff;
            color: #3B3B3C; }
      .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-green-dark .cta {
        color: #ffffff;
        border: 1px solid #ffffff; }
        .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-green-dark .cta p {
          color: #ffffff; }
        .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-green-dark .cta:hover {
          background-color: #ffffff; }
      .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-cream .cta {
        border: 1px solid #3B3B3C; }
        .c-section--cta_squares .b-cta_squares .ctas-container .cta-wrapper.theme-cream .cta:hover {
          color: #ffffff; }

.c-section--cta_tiles {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover; }
  .c-section--cta_tiles .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 150%;
    mix-blend-mode: multiply;
    z-index: 1; }
  .c-section--cta_tiles .b-cta_tiles {
    position: relative;
    z-index: 2;
    text-align: center; }
    .c-section--cta_tiles .b-cta_tiles .tile-container {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr);
      margin: 0 0 0 0; }
      @media only screen and (min-width: 768px) {
        .c-section--cta_tiles .b-cta_tiles .tile-container {
          margin: 0 0 0 0; } }
      .c-section--cta_tiles .b-cta_tiles .tile-container .tile {
        grid-column: span 12;
        padding: 0 20px;
        color: #3B3B3C;
        margin: 0 0 40px; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_tiles .b-cta_tiles .tile-container .tile:first-child {
            border-right: 1px solid #3B3B3C; } }
        @media only screen and (min-width: 768px) {
          .c-section--cta_tiles .b-cta_tiles .tile-container .tile {
            grid-column: span 6;
            margin: 0;
            padding: 0 20px; } }
        @media only screen and (min-width: 992px) {
          .c-section--cta_tiles .b-cta_tiles .tile-container .tile {
            padding: 0 5vw; } }
        .c-section--cta_tiles .b-cta_tiles .tile-container .tile .image {
          display: block;
          width: 100%;
          height: 260px;
          background-position: center center;
          background-size: cover;
          margin: 0 0 20px; }
          @media only screen and (min-width: 768px) {
            .c-section--cta_tiles .b-cta_tiles .tile-container .tile .image {
              height: 300px;
              margin: 0 0 40px; } }
          @media only screen and (min-width: 992px) {
            .c-section--cta_tiles .b-cta_tiles .tile-container .tile .image {
              height: 340px; } }

.c-section--developer_section {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .c-section--developer_section .b-developer_section .developer-grid-container {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: repeat(12, 1fr); } }
  .c-section--developer_section .b-developer_section .developer-grid-container .developer-container {
    margin: 0; }
    .c-section--developer_section .b-developer_section .developer-grid-container .developer-container .logo {
      max-width: 200px; }
    .c-section--developer_section .b-developer_section .developer-grid-container .developer-container.dev-image {
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position: center center;
      margin: 0 0 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--developer_section .b-developer_section .developer-grid-container .developer-container.dev-image {
          height: 400px;
          margin: 0; } }
  @media only screen and (min-width: 768px) {
    .c-section--developer_section .b-developer_section .developer-grid-container.style-one .developer-container:nth-child(1) {
      grid-column: span 5; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-one .developer-container:nth-child(2) {
      grid-column: span 7; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-one .developer-container:nth-child(3) {
      grid-column: span 9;
      margin-left: 200px; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-one .developer-container:nth-child(4) {
      grid-column: span 4; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-one .developer-container:nth-child(5) {
      grid-column: span 4; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-one .developer-container:nth-child(6) {
      grid-column: span 4; } }
  @media only screen and (min-width: 768px) {
    .c-section--developer_section .b-developer_section .developer-grid-container.style-two .developer-container:nth-child(1) {
      grid-column: span 7; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-two .developer-container:nth-child(2) {
      grid-column: span 5; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-two .developer-container:nth-child(3) {
      grid-column: span 4; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-two .developer-container:nth-child(4) {
      grid-column: span 4; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-two .developer-container:nth-child(5) {
      grid-column: span 4; }
    .c-section--developer_section .b-developer_section .developer-grid-container.style-two .developer-container:nth-child(6) {
      grid-column: span 7; } }

[data-scroll] {
  transition: opacity 4s; }

[data-scroll="in"] {
  opacity: 1; }

[data-scroll="out"] {
  opacity: 0; }

.c-section--list_section {
  position: relative; }
  .c-section--list_section .b-list_section h2 {
    color: #F9534B; }
  .c-section--list_section .b-list_section .disclaimer {
    display: block; }
  .c-section--list_section .b-list_section .list-wrapper {
    position: relative;
    overflow: hidden; }
    .c-section--list_section .b-list_section .list-wrapper .list-item {
      margin: 0;
      display: block;
      grid-template-columns: repeat(12, 1fr);
      position: relative;
      margin: 0 0 40px; }
      @media only screen and (min-width: 768px) {
        .c-section--list_section .b-list_section .list-wrapper .list-item {
          display: grid;
          grid-gap: 40px; } }
      .c-section--list_section .b-list_section .list-wrapper .list-item .list-image {
        grid-column: span 4;
        height: 130px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0 0 20px; }
        @media only screen and (min-width: 768px) {
          .c-section--list_section .b-list_section .list-wrapper .list-item .list-image {
            height: 200px;
            margin: 0; } }
        .c-section--list_section .b-list_section .list-wrapper .list-item .list-image.desktop {
          display: none; }
          @media only screen and (min-width: 768px) {
            .c-section--list_section .b-list_section .list-wrapper .list-item .list-image.desktop {
              display: block; } }
        .c-section--list_section .b-list_section .list-wrapper .list-item .list-image.mobile {
          display: block; }
          @media only screen and (min-width: 768px) {
            .c-section--list_section .b-list_section .list-wrapper .list-item .list-image.mobile {
              display: none; } }
      .c-section--list_section .b-list_section .list-wrapper .list-item .list-content-wrapper {
        grid-column: span 8;
        display: flex;
        align-items: center; }

.c-section--image_grid_section {
  position: relative; }
  .c-section--image_grid_section .theme-bg {
    position: absolute;
    width: 100%;
    height: 50%; }
    .c-section--image_grid_section .theme-bg.theme-white {
      background-color: #FFFFFF; }
    .c-section--image_grid_section .theme-bg.theme-grey {
      background-color: #F2F2F2; }
    .c-section--image_grid_section .theme-bg.top {
      top: 0; }
    .c-section--image_grid_section .theme-bg.bottom {
      bottom: 0; }
  .c-section--image_grid_section .b-image_grid_section {
    width: 100%;
    font-family: 'Open Sans', sans-serif; }
    .c-section--image_grid_section .b-image_grid_section .image-wrapper {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(12, 1fr); }
      @media only screen and (min-width: 768px) {
        .c-section--image_grid_section .b-image_grid_section .image-wrapper {
          grid-gap: 40px; } }
      .c-section--image_grid_section .b-image_grid_section .image-wrapper.align-top {
        align-items: flex-start; }
      .c-section--image_grid_section .b-image_grid_section .image-wrapper.align-center {
        align-items: center; }
      .c-section--image_grid_section .b-image_grid_section .image-wrapper.align-bottom {
        align-items: flex-end; }
      .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile {
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        border: 0;
        grid-column: span 12;
        padding: 0; }
        .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile .image {
          display: block;
          width: 100%;
          height: 300px;
          background-size: cover;
          background-position: center center;
          margin: 0 0 20px; }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile .image {
              height: 375px;
              margin: 0; } }
          @media only screen and (min-width: 992px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile .image {
              height: 450px; } }
        .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3 {
          grid-column: span 12; }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3 {
              grid-column: span 6; } }
          @media only screen and (min-width: 992px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3 {
              grid-column: span 3; } }
          .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3 .image {
            height: 200px; }
            @media only screen and (min-width: 768px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3 .image {
                height: 300px; } }
            @media only screen and (min-width: 992px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3 .image {
                height: 375px; } }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3.grid-offset-3 {
              grid-column-start: 3;
              grid-column-end: 6; }
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3.grid-offset-4 {
              grid-column-start: 4;
              grid-column-end: 7; }
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-3.grid-offset-6 {
              grid-column-start: 6;
              grid-column-end: 9; } }
        .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4 {
          grid-column: span 12; }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4 {
              grid-column: span 6; } }
          @media only screen and (min-width: 992px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4 {
              grid-column: span 4; } }
          .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4 .image {
            height: 200px; }
            @media only screen and (min-width: 768px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4 .image {
                height: 300px; } }
            @media only screen and (min-width: 992px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4 .image {
                height: 450px; } }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4.grid-offset-3 {
              grid-column-start: 3;
              grid-column-end: 7; }
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4.grid-offset-4 {
              grid-column-start: 4;
              grid-column-end: 8; }
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-4.grid-offset-6 {
              grid-column-start: 6;
              grid-column-end: 10; } }
        .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6 {
          grid-column: span 12; }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6 {
              grid-column: span 6; } }
          @media only screen and (min-width: 992px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6 {
              grid-column: span 6; } }
          .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6 .image {
            height: 200px; }
            @media only screen and (min-width: 768px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6 .image {
                height: 450px; } }
            @media only screen and (min-width: 992px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6 .image {
                height: 600px; } }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6.grid-offset-3 {
              grid-column-start: 3;
              grid-column-end: 9; }
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6.grid-offset-4 {
              grid-column-start: 4;
              grid-column-end: 10; }
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-6.grid-offset-6 {
              grid-column-start: 6;
              grid-column-end: 12; } }
        .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-12 {
          grid-column: span 12; }
          @media only screen and (min-width: 768px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-12 {
              grid-column: span 12; } }
          @media only screen and (min-width: 992px) {
            .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-12 {
              grid-column: span 12; } }
          .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-12 .image {
            height: 200px; }
            @media only screen and (min-width: 768px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-12 .image {
                height: 450px; } }
            @media only screen and (min-width: 992px) {
              .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile.width-12 .image {
                height: 600px; } }
        .c-section--image_grid_section .b-image_grid_section .image-wrapper .image-tile .description {
          display: block; }

.c-section--image_block {
  background-size: cover;
  background-position: center center;
  min-height: 300px; }
  @media only screen and (min-width: 768px) {
    .c-section--image_block {
      min-height: 500px;
      background-attachment: fixed; } }
  .c-section--image_block .b-image_block img {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
    max-width: 600px; }

.c-section--map_section {
  position: relative;
  padding: 0; }
  .c-section--map_section .acf-map {
    position: relative;
    height: 300px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-section--map_section .acf-map {
        position: relative;
        height: 500px;
        width: 100%; } }
    .c-section--map_section .acf-map img {
      max-width: inherit !important; }
    .c-section--map_section .acf-map .gm-ui-hover-effect {
      opacity: 0 !important; }
  .c-section--map_section .b-map_section .virtual-map-filter-container {
    display: block;
    padding: 20px 0;
    text-align: center;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(6, 1fr); }
    .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter {
      grid-column: span 6; }
      @media only screen and (min-width: 768px) {
        .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter {
          grid-column: span 1; } }
      .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter span {
        font-size: 20px;
        color: #707070;
        font-family: "Space Grotesk", sans-serif;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        padding: 0 0 3px;
        color: #3B3B3C; }
        .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter span:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background: #3B3B3C;
          transform: scaleX(0);
          transform-origin: bottom right;
          transition: transform .25s ease-out; }
        .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter span:hover {
          color: #3B3B3C; }
          .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter span:hover:after {
            transform: scaleX(1);
            transform-origin: bottom left; }
      .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter.active span:after {
        transform: scaleX(1);
        transform-origin: bottom left; }

.c-section--media_section {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px; }
  @media only screen and (min-width: 768px) {
    .c-section--media_section {
      min-height: 550px; } }
  @media only screen and (min-width: 992px) {
    .c-section--media_section {
      min-height: 750px; } }
  .c-section--media_section .media-image.large .img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 300px; }
    @media only screen and (min-width: 768px) {
      .c-section--media_section .media-image.large .img {
        min-height: 550px; } }
    @media only screen and (min-width: 992px) {
      .c-section--media_section .media-image.large .img {
        min-height: 750px; } }
  .c-section--media_section .media-image.large img {
    width: 100%; }
  .c-section--media_section .b-media_section .media-wrapper {
    display: flex;
    width: 100%; }
    .c-section--media_section .b-media_section .media-wrapper .media-content {
      flex: 1; }
      .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg {
        display: block;
        visibility: visible !important;
        position: relative; }
        .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg.style-default {
          padding: 40px 0; }
        .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg .sub-title {
          position: absolute;
          top: 20px;
          left: 20px; }
        .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg .title {
          display: block;
          position: relative;
          text-transform: uppercase; }
        .c-section--media_section .b-media_section .media-wrapper .media-content .media-bg a {
          position: absolute;
          bottom: 20px;
          left: 20px;
          color: #ffffff;
          text-decoration: underline; }
    .c-section--media_section .b-media_section .media-wrapper .media-image {
      visibility: visible !important;
      padding: 28px;
      position: relative;
      overflow: hidden;
      flex: 1; }
      .c-section--media_section .b-media_section .media-wrapper .media-image img {
        position: relative;
        width: 100%; }
      .c-section--media_section .b-media_section .media-wrapper .media-image .video-play {
        border-radius: 100%;
        position: absolute;
        left: 40px;
        bottom: 40px;
        height: 108px;
        width: 108px;
        cursor: pointer; }
        .c-section--media_section .b-media_section .media-wrapper .media-image .video-play svg {
          width: 100%; }
          .c-section--media_section .b-media_section .media-wrapper .media-image .video-play svg circle {
            transition: all 0.3s ease-in; }
  .c-section--media_section.style-large {
    padding: 0; }
  .c-section--media_section.theme-green-dark .b-media_section .media-wrapper .media-content .media-bg {
    color: #ffffff; }

.c-section--single_content {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .c-section--single_content {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .c-section--single_content .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 140%;
    mix-blend-mode: multiply;
    z-index: 1; }
  .c-section--single_content .b-single_content {
    text-align: left;
    position: relative;
    z-index: 2; }
    .c-section--single_content .b-single_content .content {
      margin: 0;
      padding: 0 0 10px;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .c-section--single_content .b-single_content .content {
          margin: 0; } }
      .c-section--single_content .b-single_content .content.sub {
        text-align: center; }
      .c-section--single_content .b-single_content .content img {
        width: 200px;
        height: auto; }
        @media only screen and (min-width: 768px) {
          .c-section--single_content .b-single_content .content img {
            width: auto;
            height: 60px; } }
    .c-section--single_content .b-single_content table {
      border: 1px solid #ffffff;
      margin: 0 0 20px; }
      .c-section--single_content .b-single_content table tr td {
        padding: 10px;
        border: 1px solid #ffffff; }
    @media only screen and (min-width: 768px) {
      .c-section--single_content .b-single_content .links {
        display: flex;
        justify-content: center; } }
    .c-section--single_content .b-single_content .links .link {
      color: #ffffff;
      display: block;
      margin: 0 0 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--single_content .b-single_content .links .link {
          margin: 20px; } }

.c-section--slideshow {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0; }
  .c-section--slideshow .carousel {
    width: 100%; }
    .c-section--slideshow .carousel .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      padding: 0;
      margin-right: 5%;
      margin-bottom: 0;
      margin-left: 5%;
      list-style: none; }
      .c-section--slideshow .carousel .carousel-indicators button {
        background-color: transparent;
        border: 1px solid;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        margin: 0 4px;
        opacity: 1; }
    .c-section--slideshow .carousel .carousel-inner .carousel-item .carousel-bg {
      height: 250px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) {
        .c-section--slideshow .carousel .carousel-inner .carousel-item .carousel-bg {
          height: 300px; } }
      @media only screen and (min-width: 992px) {
        .c-section--slideshow .carousel .carousel-inner .carousel-item .carousel-bg {
          height: 400px; } }
    .c-section--slideshow .carousel .carousel-control-next, .c-section--slideshow .carousel .carousel-control-prev {
      height: 300px;
      bottom: 0;
      top: auto;
      opacity: 1; }
      @media only screen and (min-width: 768px) {
        .c-section--slideshow .carousel .carousel-control-next, .c-section--slideshow .carousel .carousel-control-prev {
          height: 100%;
          bottom: auto;
          top: 0;
          width: 60px; } }
      @media only screen and (min-width: 992px) {
        .c-section--slideshow .carousel .carousel-control-next, .c-section--slideshow .carousel .carousel-control-prev {
          width: 80px; } }
      .c-section--slideshow .carousel .carousel-control-next .carousel-control-prev-icon, .c-section--slideshow .carousel .carousel-control-prev .carousel-control-prev-icon {
        opacity: 1;
        width: 50px;
        height: 50px;
        background-size: contain;
        background-image: url("/wp-content/themes/43/build/img/chevron-gold-left.png"); }
      .c-section--slideshow .carousel .carousel-control-next .carousel-control-next-icon, .c-section--slideshow .carousel .carousel-control-prev .carousel-control-next-icon {
        opacity: 1;
        width: 50px;
        height: 50px;
        background-size: contain;
        background-image: url("/wp-content/themes/43/build/img/chevron-gold-right.png"); }
    .c-section--slideshow .carousel .carousel-inner {
      transition: all 1s ease-in;
      width: 100%;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--slideshow .carousel .carousel-inner {
          width: calc(100% - 150px);
          margin: 0 75px; } }
      @media only screen and (min-width: 992px) {
        .c-section--slideshow .carousel .carousel-inner {
          width: calc(100% - 200px);
          margin: 0 100px; } }
      .c-section--slideshow .carousel .carousel-inner .carousel-item {
        position: relative;
        overflow: hidden;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .c-section--slideshow .carousel .carousel-inner .carousel-item {
            min-height: 400px;
            padding-bottom: 100px; } }
        @media only screen and (min-width: 992px) {
          .c-section--slideshow .carousel .carousel-inner .carousel-item {
            min-height: 550px; } }
        .c-section--slideshow .carousel .carousel-inner .carousel-item .carousel-bg {
          position: relative;
          width: 100%;
          height: 300px;
          background-size: cover;
          background-position: center center; }
          @media only screen and (min-width: 768px) {
            .c-section--slideshow .carousel .carousel-inner .carousel-item .carousel-bg {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; } }

.c-section--statistics_section {
  position: relative;
  text-align: center; }
  .c-section--statistics_section .grid-wrapper {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    margin: 40px 0; }
    @media only screen and (min-width: 992px) {
      .c-section--statistics_section .grid-wrapper {
        display: flex; }
        .c-section--statistics_section .grid-wrapper.style-columns {
          display: grid; } }
    .c-section--statistics_section .grid-wrapper .grid {
      grid-column: span 12;
      flex-grow: 1;
      flex-basis: 0;
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .c-section--statistics_section .grid-wrapper .grid {
          grid-column: span 4; }
          .c-section--statistics_section .grid-wrapper .grid:nth-child(1) {
            padding: 0 10px 0 0; }
          .c-section--statistics_section .grid-wrapper .grid:nth-child(2) {
            padding: 0 10px; }
          .c-section--statistics_section .grid-wrapper .grid:nth-child(3) {
            padding: 0 0 0 10px; } }
      @media only screen and (min-width: 992px) {
        .c-section--statistics_section .grid-wrapper .grid {
          grid-column: span 4; } }
      .c-section--statistics_section .grid-wrapper .grid .img {
        display: block;
        margin: 0 auto 40px;
        border-radius: 100%;
        width: 140px;
        height: 140px;
        border: 1px solid #F2F2F2;
        background-size: cover; }
      .c-section--statistics_section .grid-wrapper .grid .title {
        display: block;
        margin-bottom: 20px; }
      .c-section--statistics_section .grid-wrapper .grid .description {
        display: block;
        font-size: 20px; }

.c-section--transport_section .b-transport_section .routes-wrapper-nav {
  display: flex;
  margin: 0 0 40px;
  justify-content: center; }
  .c-section--transport_section .b-transport_section .routes-wrapper-nav .line {
    flex: 1;
    border: 1px solid #3B3B3C;
    background-color: transparent;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1px;
    padding: 8px;
    text-align: center;
    background-color: #ffffff;
    color: #3B3B3C;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .c-section--transport_section .b-transport_section .routes-wrapper-nav .line {
        font-size: 20px;
        padding: 10px 20px;
        margin: 10px; } }
    @media only screen and (min-width: 992px) {
      .c-section--transport_section .b-transport_section .routes-wrapper-nav .line {
        min-width: 210px;
        font-size: 20px;
        min-width: 210px;
        padding: 10px 20px;
        margin: 10px; } }
    .c-section--transport_section .b-transport_section .routes-wrapper-nav .line:first-child {
      margin-left: 0; }
    .c-section--transport_section .b-transport_section .routes-wrapper-nav .line:last-child {
      margin-right: 0; }
    .c-section--transport_section .b-transport_section .routes-wrapper-nav .line .title {
      display: block;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
    .c-section--transport_section .b-transport_section .routes-wrapper-nav .line .duration {
      display: block;
      font-size: 15px; }
    .c-section--transport_section .b-transport_section .routes-wrapper-nav .line.selected, .c-section--transport_section .b-transport_section .routes-wrapper-nav .line:hover {
      background-color: #3B3B3C;
      color: #ffffff; }
.c-section--transport_section .b-transport_section .routes-wrapper {
  margin: 0 0 20px; }
  .c-section--transport_section .b-transport_section .routes-wrapper img {
    display: none;
    width: 100%; }
    .c-section--transport_section .b-transport_section .routes-wrapper img.desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--transport_section .b-transport_section .routes-wrapper img.desktop {
          width: auto;
          max-width: 100%;
          max-height: 110px; }
          .c-section--transport_section .b-transport_section .routes-wrapper img.desktop.selected {
            display: block; } }
    .c-section--transport_section .b-transport_section .routes-wrapper img.mobile {
      display: none; }
      .c-section--transport_section .b-transport_section .routes-wrapper img.mobile.selected {
        display: block;
        max-width: 160px;
        margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .c-section--transport_section .b-transport_section .routes-wrapper img.mobile.selected {
          display: none; } }
.c-section--transport_section .b-transport_section .disclaimer {
  display: block; }

.c-section--two_column_content_section {
  position: relative; }
  .c-section--two_column_content_section .b-two_column_content_section {
    position: relative;
    overflow: hidden; }
    .c-section--two_column_content_section .b-two_column_content_section .mobile-section {
      display: block; }
      @media only screen and (min-width: 768px) {
        .c-section--two_column_content_section .b-two_column_content_section .mobile-section {
          display: none !important; } }
    .c-section--two_column_content_section .b-two_column_content_section .desktop-section {
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--two_column_content_section .b-two_column_content_section .desktop-section {
          display: block; } }
    .c-section--two_column_content_section .b-two_column_content_section .content {
      text-align: left;
      display: flex;
      height: 100%;
      align-items: flex-end; }
      .c-section--two_column_content_section .b-two_column_content_section .content.alignment-top {
        align-items: flex-start; }
      .c-section--two_column_content_section .b-two_column_content_section .content .content-inner {
        display: block; }
      .c-section--two_column_content_section .b-two_column_content_section .content .cta-v2 {
        display: inline-block;
        margin-top: 10px; }
    .c-section--two_column_content_section .b-two_column_content_section h2 {
      margin: 0 0 20px; }
    .c-section--two_column_content_section .b-two_column_content_section a {
      text-decoration: underline; }
      .c-section--two_column_content_section .b-two_column_content_section a:hover {
        text-decoration: underline; }
    .c-section--two_column_content_section .b-two_column_content_section .image {
      display: block;
      width: 100%;
      margin: 0 0 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--two_column_content_section .b-two_column_content_section .image {
          margin: 0; } }
    .c-section--two_column_content_section .b-two_column_content_section .image-cols {
      display: block;
      width: 100%;
      max-width: 250px;
      margin: 0 0 40px; }
    .c-section--two_column_content_section .b-two_column_content_section img {
      max-width: 100%; }

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