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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
.t-h1 {
  font-family: "Lexend Peta", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #356D44; }
  @media only screen and (min-width: 992px) {
    h1,
    .t-h1 {
      font-size: 2.6vw;
      margin: 0 0 20px 0; } }

h2,
.t-h2 {
  font-family: "Lexend Peta", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #356D44; }
  @media only screen and (min-width: 768px) {
    h2,
    .t-h2 {
      margin: 0 0 40px 0; } }
  @media only screen and (min-width: 992px) {
    h2,
    .t-h2 {
      font-size: 2.6vw; } }

h3,
.t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
  font-family: "Lexend Peta", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #356D44; }
  @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 {
      margin: 0 0 40px 0; } }
  @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: 2.6vw; } }

h4,
.t-h4 {
  font-family: "Lexend Peta", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 125%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #356D44; }
  @media only screen and (min-width: 992px) {
    h4,
    .t-h4 {
      font-size: 2.6vw;
      margin: 0 0 20px 0; } }

h5,
.t-h5 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 20px 0;
  font-weight: 400; }
  @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: "Frank Ruhl Libre", serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 400; }
  @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 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1400px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml {
      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; }

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

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

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

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

@keyframes hideshow {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.swirl-container {
  position: absolute;
  z-index: 1; }
  .swirl-container svg {
    width: 100%;
    height: auto; }
  .swirl-container.orange-1 {
    display: none;
    width: 30vw;
    right: -5%;
    top: 37%;
    height: auto; }
    .swirl-container.orange-1 .cls-1 {
      fill: #d2740a; }
    @media only screen and (min-width: 768px) {
      .swirl-container.orange-1 {
        display: block; } }
  .swirl-container.orange-2 {
    display: none;
    width: 38vw;
    left: -20%;
    top: 32%;
    height: auto; }
    .swirl-container.orange-2 .cls-1 {
      fill: #d2740a; }
    @media only screen and (min-width: 768px) {
      .swirl-container.orange-2 {
        display: block; } }
  .swirl-container.orange-3 {
    display: none;
    transform: rotate(180deg);
    width: 59vw;
    right: -25%;
    top: 0;
    height: auto; }
    .swirl-container.orange-3 .cls-1 {
      fill: #d2740a; }
    @media only screen and (min-width: 768px) {
      .swirl-container.orange-3 {
        display: block; } }
  .swirl-container.orange-4 {
    display: none;
    width: 55vw;
    left: -20%;
    top: 30%;
    height: auto; }
    .swirl-container.orange-4 .cls-1 {
      fill: #d2740a; }
    @media only screen and (min-width: 768px) {
      .swirl-container.orange-4 {
        display: block; } }
  .swirl-container.blue-1 {
    display: none;
    width: 71vw;
    right: -25%;
    top: 44%;
    height: auto; }
    .swirl-container.blue-1 .cls-1 {
      fill: #1d3557; }
    @media only screen and (min-width: 768px) {
      .swirl-container.blue-1 {
        display: block; } }
  .swirl-container.green-1 {
    overflow: hidden;
    display: none;
    transform: rotate(180deg);
    left: -55%;
    width: 100vw;
    top: 0;
    height: 350px; }
    .swirl-container.green-1 .cls-1 {
      fill: #366e45; }
    @media only screen and (min-width: 768px) {
      .swirl-container.green-1 {
        display: block; } }
  .swirl-container.green-2 {
    display: none;
    width: 50vw;
    right: -20%;
    top: 55%;
    height: auto; }
    .swirl-container.green-2 .cls-1 {
      fill: #366e45; }
    @media only screen and (min-width: 768px) {
      .swirl-container.green-2 {
        display: block; } }
  .swirl-container.green-3 {
    display: none;
    left: -44%;
    width: 79vw;
    top: -60%;
    height: auto; }
    .swirl-container.green-3 .cls-1 {
      fill: #366e45; }
    @media only screen and (min-width: 768px) {
      .swirl-container.green-3 {
        display: block; } }
  .swirl-container.pink-1 {
    display: none;
    width: 103vw;
    right: -40%;
    top: 55%;
    height: auto; }
    .swirl-container.pink-1 .cls-1 {
      fill: #f2b0b0; }
    @media only screen and (min-width: 768px) {
      .swirl-container.pink-1 {
        display: block; } }
  .swirl-container.pink-2 {
    display: none;
    width: 54vw;
    right: -25%;
    top: 25%;
    height: auto; }
    .swirl-container.pink-2 .cls-1 {
      fill: #f2b0b0; }
    @media only screen and (min-width: 768px) {
      .swirl-container.pink-2 {
        display: block; } }
  .swirl-container.pink-3 {
    display: none;
    transform: rotate(180deg);
    left: -15%;
    width: 45vw;
    top: 0;
    height: 400px; }
    .swirl-container.pink-3 .cls-1 {
      fill: #f2b0b0; }
    @media only screen and (min-width: 768px) {
      .swirl-container.pink-3 {
        display: block; } }
  .swirl-container.swirl-2 {
    display: none; }
    @media only screen and (min-width: 768px) {
      .swirl-container.swirl-2 {
        display: block; } }
  .swirl-container.swirl-3 {
    bottom: -6%;
    right: -18%;
    display: none;
    width: 60vw;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .swirl-container.swirl-3 {
        display: block; } }

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

strong,
b {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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 {
    border-color: inherit;
    text-decoration: none; }
  .current-menu-item a {
    border-color: inherit; }

p,
ul,
ol,
li,
address,
.h2-sml {
  text-transform: none;
  font-weight: 300;
  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;
  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%;
        transition: all 0.6s ease-in-out; }
        .accordion-wrapper .drawer .header h5 .line:after {
          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: 1px solid #1D3556;
  background-color: #1D3556;
  color: #ffffff;
  padding: 5px 20px;
  min-width: 180px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400; }
  .cta:hover {
    background-color: #ffffff;
    color: #1D3556;
    border: 1px solid #1D3556; }

.logo {
  border: 0 !important; }

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

.button {
  background-color: #000000;
  display: inline-block;
  color: #D2740A;
  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 #1D3556;
    border-radius: 50%;
    position: relative; }
  .c-face__iris {
    background-color: transparent;
    width: 15px;
    height: 15px;
    padding: 3px 0 0 0;
    position: absolute;
    left: calc(50% - 7px);
    top: -3.5px;
    transform-origin: bottom;
    display: flex;
    justify-content: center; }
  .c-face__pupil {
    width: 10px;
    height: 10px;
    background-color: #1D3556;
    border-radius: 50%; }

.c-footer {
  width: 100%;
  color: #ffffff;
  background-color: #1D3556;
  position: relative;
  padding: 40px 0 !important;
  display: flex;
  align-items: center; }
  .c-footer .footer-email-title,
  .c-footer .footer-email {
    display: block;
    color: #ffffff;
    font-size: 15px; }
  .c-footer .footer-logo {
    display: inline-block;
    width: 100%;
    max-width: 120px; }
    .c-footer .footer-logo img {
      width: 100%; }
  .c-footer .footer-wrapper {
    display: flex;
    align-items: center;
    height: 100%; }
  .c-footer .c-navigation__container {
    text-align: center;
    width: 100%; }
    .c-footer .c-navigation__container .footer-nav li {
      display: inline-block;
      margin-right: 10px;
      padding-right: 10px;
      border-right: 1px solid #F2AFAF;
      line-height: 13px; }
      .c-footer .c-navigation__container .footer-nav li a {
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        font-family: "Lexend Deca", sans-serif;
        font-weight: 400; }
        .c-footer .c-navigation__container .footer-nav li a:hover {
          color: #F2AFAF; }
      .c-footer .c-navigation__container .footer-nav li.current_page_item a {
        color: #F2AFAF; }
      .c-footer .c-navigation__container .footer-nav li:last-child {
        border: 0; }
  .c-footer .footer-menu {
    text-align: center;
    width: 100%; }
    .c-footer .footer-menu li {
      display: inline-block;
      margin-right: 10px;
      padding-right: 10px;
      border-right: 1px solid #F2AFAF;
      line-height: 13px; }
      .c-footer .footer-menu li a {
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        font-family: "Lexend Deca", sans-serif;
        font-weight: 400; }
        .c-footer .footer-menu li a:hover {
          color: #F2AFAF; }
      .c-footer .footer-menu li.current_page_item a {
        color: #F2AFAF; }
      .c-footer .footer-menu li:last-child {
        border: 0; }
  .c-footer .footer-joint-venture {
    display: block;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    margin: 40px 0 0 0; }
    .c-footer .footer-joint-venture .logos {
      display: block;
      margin: 20px 0; }
      @media only screen and (min-width: 768px) {
        .c-footer .footer-joint-venture .logos {
          display: flex;
          align-items: center;
          justify-content: center; } }
      .c-footer .footer-joint-venture .logos img {
        width: auto;
        height: auto;
        max-width: 180px;
        margin: 0 auto 20px;
        display: block; }
        @media only screen and (min-width: 768px) {
          .c-footer .footer-joint-venture .logos img {
            margin: 0 30px; } }

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

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

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

.c-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .c-grid {
      display: grid;
      grid-gap: 20px;
      grid-auto-flow: dense;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto; } }
  .c-grid audio, .c-grid video {
    width: 100%; }
  .c-grid img {
    display: inherit; }
  .c-grid__item {
    margin: 0 0 15px 0;
    padding: 0;
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .c-grid__item {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .c-grid__item.is-hidden-mobile {
        display: none; } }
    .c-grid__item.is-width-half {
      grid-column: span 2; }
    .c-grid__item.is-width-three_quarters {
      grid-column: span 3; }
    .c-grid__item.is-width-full {
      grid-column: span 4; }
    .c-grid__item.is-height-double {
      grid-row: span 2; }
    .c-grid__item.is-type-blank {
      display: none;
      background-color: transparent; }
      @media only screen and (min-width: 768px) {
        .c-grid__item.is-type-blank {
          display: block; } }
      .c-grid__item.is-type-blank:hover, .c-grid__item.is-type-blank:active, .c-grid__item.is-type-blank:focus {
        background-color: transparent; }
    .c-grid__item.is-type-text {
      pointer-events: none; }
  .c-grid__el {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%; }
    .is-width-three_quarters.is-height-double .c-grid__el {
      padding-bottom: 50%; }
    .is-width-quarter.is-height-double .c-grid__el {
      padding-bottom: 177%; }
    .is-type-blank.is-width-quarter.is-height-double .c-grid__el {
      padding-bottom: 100%; }
    .is-width-full .c-grid__el {
      padding-bottom: 50%; }
    @media only screen and (max-width: 767px) {
      .is-type-statistic .c-grid__el {
        padding-bottom: 0;
        height: auto; } }
  .c-grid .is-subtype-testimonial .c-grid__el {
    padding: 0 !important;
    position: relative;
    height: auto; }
    .c-grid .is-subtype-testimonial .c-grid__el .c-grid__content {
      position: relative; }
    .c-grid .is-subtype-testimonial .c-grid__el .wrapper {
      max-width: 1600px; }
    .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
      margin-right: auto;
      margin-left: auto;
      padding-right: 40px !important;
      padding-left: 40px !important; }
      @media only screen and (min-width: 768px) {
        .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
          padding-right: 100px !important;
          padding-left: 100px !important; } }
      @media only screen and (min-width: 992px) {
        .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
          padding-right: 150px !important;
          padding-left: 150px !important; } }
  .c-grid .is-subtype-testimonial .theme-grey {
    color: #1D3556 !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; }

#sml-logo {
  position: absolute;
  width: 130px;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -65px;
  z-index: 3; }
  #sml-logo svg {
    width: 100%;
    height: auto; }

#header-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  z-index: 1000;
  background-color: #134736;
  display: flex;
  justify-content: center;
  align-items: center; }
  #header-global #acton-w3 {
    position: absolute;
    left: 20px;
    top: 11px;
    width: 100px;
    display: none; }
    @media only screen and (min-width: 768px) {
      #header-global #acton-w3 {
        display: block;
        left: 50px;
        top: 9px; } }
    #header-global #acton-w3 img {
      width: 100%; }
  #header-global #bookbinder-point {
    width: 180px;
    text-align: center; }
    #header-global #bookbinder-point img {
      width: 100%; }

.btn-menu {
  position: fixed;
  top: 3px;
  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 {
      top: 3px;
      right: 20px; } }
  .btn-menu .line {
    width: 22px;
    height: 2px;
    position: relative;
    background-color: #ffffff;
    transition: all 0.6s ease-in-out; }
    .btn-menu .line:before {
      background-color: #ffffff;
      content: "";
      width: 22px;
      height: 2px;
      position: absolute;
      top: -8px;
      transition: all 0.6s ease-in-out; }
    .btn-menu .line:after {
      background-color: #ffffff;
      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 {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: -100vh;
  left: 0;
  background-color: #134736;
  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; }
  #main-navigation .nav-main-navigation {
    height: 100%;
    margin: 0;
    padding: 0; }
    #main-navigation .nav-main-navigation ul {
      height: calc(100% - 160px);
      margin-top: 80px;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        #main-navigation .nav-main-navigation ul {
          height: calc(100% - 80px); } }
      #main-navigation .nav-main-navigation ul li {
        list-style: none;
        margin: 0 0 10px;
        padding: 0;
        line-height: 100%;
        text-align: center; }
        #main-navigation .nav-main-navigation ul li a {
          margin: 0;
          line-height: 100%;
          color: #ffffff;
          border: 0;
          text-decoration: none;
          position: relative;
          white-space: nowrap;
          margin-bottom: 10px;
          transition: all 0.2s ease-in;
          display: inline-block;
          width: auto;
          font-size: 4vh;
          font-weight: 400;
          font-family: "Lexend Deca", sans-serif;
          text-transform: uppercase; }
          #main-navigation .nav-main-navigation ul li a:hover {
            color: #D2740A; }
        #main-navigation .nav-main-navigation ul li.current-menu-item a {
          color: #D2740A; }
  #main-navigation.open {
    top: 0; }

.logo-icon {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 10002;
  cursor: pointer;
  width: 20px; }
  @media only screen and (min-width: 768px) {
    .logo-icon {
      top: 26px;
      left: 30px;
      width: 28px; } }
  @media only screen and (min-width: 992px) {
    .logo-icon {
      top: 26px;
      left: 50px;
      width: 28px; } }

.c-header {
  position: relative;
  top: 0;
  padding: 0 !important;
  width: 100%;
  display: flex;
  height: 70px;
  background-color: transparent;
  transition: all 0.6s ease-in-out;
  align-items: center;
  z-index: 10001;
  background: #eed4c1;
  background: linear-gradient(180deg, rgba(238, 212, 193, 0.2989010989) 0%, white 100%); }
  @media only screen and (min-width: 768px) {
    .c-header {
      position: absolute;
      background: transparent;
      height: 100px; } }
  .c-header .logo {
    display: block;
    margin-top: 0;
    margin-left: 30px;
    border: 0 !important;
    width: 120px;
    transition: all 0.2s ease-in; }
    .c-header .logo svg {
      padding: 1px;
      width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-header .logo {
        width: 180px;
        margin-left: 30px; } }
    @media only screen and (min-width: 992px) {
      .c-header .logo {
        width: 200px;
        margin-left: 40px; } }
    .c-header .logo img {
      display: block;
      width: 100%; }
  .c-header .wrapper {
    width: 100%;
    max-width: 1800px; }
  .c-header.open {
    background-color: transparent; }
  .c-header__brand {
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .c-header__brand a {
      display: block;
      padding: 0;
      border: none; }
      .c-header__brand a img {
        max-width: 200px; }
        @media only screen and (min-width: 992px) {
          .c-header__brand a img {
            max-width: 300px; } }
  .c-header__navigation {
    float: right;
    margin: 6px 0 0 0;
    display: flex;
    align-items: center; }
  .c-header__hamburger {
    z-index: 10000;
    margin: 0 -15px 0 0; }
    @media only screen and (min-width: 992px) {
      .c-header__hamburger {
        display: none; } }
  .c-header #header-social {
    position: absolute;
    top: 15px;
    right: 150px;
    display: flex;
    justify-content: flex-end; }
    .c-header #header-social .social {
      width: 28px;
      margin: 0 10px;
      text-decoration: none;
      border: 0; }
      .c-header #header-social .social svg {
        width: 100%; }
      .c-header #header-social .social:hover {
        text-decoration: none;
        border: 0; }
  .c-header .btn-search {
    display: none;
    position: absolute;
    top: 8px;
    right: 25px;
    width: 14px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .c-header .btn-search {
        display: block; } }
    .c-header .btn-search img {
      width: 100%; }
  .c-header.scroll {
    padding: 0;
    transition: all 0.3s ease-in-out; }
    .c-header.scroll .logo {
      display: inline-block;
      margin-top: 5px;
      border: 0 !important;
      width: 160px; }
      .c-header.scroll .logo svg {
        padding: 1px;
        width: 100%; }
      @media only screen and (min-width: 768px) {
        .c-header.scroll .logo {
          width: 204px; } }
      @media only screen and (min-width: 992px) {
        .c-header.scroll .logo {
          width: 204px; } }
      .c-header.scroll .logo img {
        display: block;
        width: 100%; }
  .c-header .header-social {
    display: none;
    float: right;
    margin-top: 14px; }
    @media only screen and (min-width: 768px) {
      .c-header .header-social {
        display: inline-block; } }
    .c-header .header-social a {
      margin: 0 0 0 15px;
      text-decoration: none;
      border: 0; }
      .c-header .header-social a:hover {
        text-decoration: none;
        border: 0; }
      .c-header .header-social a svg {
        padding: 1px;
        width: 16px; }
        .c-header .header-social a svg path {
          fill: #ffffff; }
  .c-header .cta {
    float: right;
    margin: 2px 0 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-header .cta {
        display: block; } }

.page-template-home .c-header,
.page-template-careers .c-header {
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 81px; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .page-template-home .c-header,
    .page-template-careers .c-header {
      height: 119px; } }
  .page-template-home .c-header .bg,
  .page-template-careers .c-header .bg {
    background-color: #000000;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    opacity: 0.2; }
    @media screen and (min-width: 992px) and (min-height: 600px) {
      .page-template-home .c-header .bg,
      .page-template-careers .c-header .bg {
        height: 119px; } }

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

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

.search-header {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #002A3A;
  padding: 10px 0; }
  .search-header .search-form {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .search-header .search-form input {
      border: 1px solid #ffffff;
      color: #000000;
      font-size: 16px;
      padding: 7px 5px 5px;
      outline: 0 !important; }
    .search-header .search-form .search-submit {
      color: #ffffff;
      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; }

[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(29, 53, 86, 0.2);
  border-right: 4px solid rgba(29, 53, 86, 0.2);
  border-bottom: 4px solid rgba(29, 53, 86, 0.2);
  border-left: 4px solid #1D3556;
  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%; }

#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: 40px 0;
  color: #1D3556; }
  @media only screen and (min-width: 768px) {
    .c-section {
      padding: 60px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .c-section {
      padding: 100px 0; } }
  .c-section.padding-none {
    padding: 0 !important; }
  .c-section.padding-top {
    padding-bottom: 0 !important; }
  .c-section.padding-bottom {
    padding-top: 0 !important; }
  .c-section .wrapper {
    width: 100%;
    max-width: 1800px; }
  .c-section.theme-white {
    background-color: #ffffff;
    color: #000000; }
  .c-section.theme-cream {
    background-color: #FCFAF2;
    color: #000000; }
    .c-section.theme-cream .cta {
      border: 1px solid; }
      .c-section.theme-cream .cta:hover {
        color: #ffffff; }
  .c-section.theme-green-dark {
    background-color: #134736;
    color: #ffffff; }
    .c-section.theme-green-dark h1, .c-section.theme-green-dark h2 {
      color: #ffffff; }
  .c-section.theme-coral {
    color: #ffffff; }
  .c-section.theme-orange {
    background-color: #D2740A;
    color: #ffffff; }
    .c-section.theme-orange h1, .c-section.theme-orange h2, .c-section.theme-orange h3, .c-section.theme-orange h4 {
      color: #ffffff; }
    .c-section.theme-orange .cta:hover {
      background-color: #D2740A; }
  .c-section.theme-navy {
    color: #ffffff; }
  .c-section.theme-turquoise {
    color: #ffffff; }
    .c-section.theme-turquoise h1 {
      color: #ffffff; }
  .c-section.theme-black {
    background-color: #000000;
    color: #ffffff; }

.contact-person.theme-white {
  background-color: #ffffff;
  color: #000000; }
.contact-person.theme-cyan {
  color: #ffffff; }
.contact-person.theme-orange {
  background-color: #D2740A;
  color: #ffffff; }
.contact-person.theme-navy {
  color: #ffffff; }
.contact-person.theme-red {
  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 {
  background-color: #1D3556;
  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 #1D3556;
    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_section {
  position: relative;
  overflow: hidden; }
  .c-section--alternating_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_section .alternating-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px; }
    .c-section--alternating_section .alternating-container:last-child {
      margin-bottom: 0; }
    .c-section--alternating_section .alternating-container .b-alternating_section {
      position: relative;
      z-index: 2; }
      .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(12, 1fr); }
        .c-section--alternating_section .alternating-container .b-alternating_section .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_section .alternating-container .b-alternating_section .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_section .alternating-container .b-alternating_section .alternating-wrapper .image {
              grid-column: span 6;
              min-height: 360px;
              max-height: 400px; } }
          .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .image.expand {
            cursor: pointer;
            position: relative;
            background-position: right; }
            .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .image.expand .plus {
              color: #ffffff;
              position: absolute;
              top: 20px;
              right: 20px;
              font-size: 60px;
              line-height: 19px;
              padding: 0;
              margin: 0; }
              .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .image.expand .plus.blue {
                color: #1D3556; }
          .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .image.mobile {
            display: block; }
            @media only screen and (min-width: 768px) {
              .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .image.mobile {
                display: none; } }
          .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .image.desktop {
            display: none; }
            @media only screen and (min-width: 768px) {
              .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .image.desktop {
                display: block; } }
        .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .content-wrapper {
          grid-column: span 12; }
          @media only screen and (min-width: 768px) {
            .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .content-wrapper {
              grid-column: span 6; } }
          @media only screen and (min-width: 992px) {
            .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .content-wrapper {
              grid-column: span 6;
              padding-top: 8px; } }
          .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper .content-wrapper .content {
            border-left: 1px solid #F2AFAF;
            padding: 0 0 0 20px;
            margin: 0 0 30px; }
        @media only screen and (min-width: 768px) {
          .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper.align-left .content-wrapper {
            padding-left: 40px; } }
        @media only screen and (min-width: 768px) {
          .c-section--alternating_section .alternating-container .b-alternating_section .alternating-wrapper.align-right .content-wrapper {
            padding-right: 40px; } }

.c-section--availability_table_section {
  padding-top: 140px;
  text-align: center;
  padding-top: 0; }
  .c-section--availability_table_section .c-section--articles-header {
    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 li.sf-field-post-meta-beds ul {
      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 4; } }
        .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: 1px solid #1D3556;
          background-color: #1D3556;
          color: #ffffff;
          padding: 5px 20px;
          min-width: 180px;
          text-align: center;
          display: inline-block;
          width: 100%;
          font-family: "Lexend Deca", sans-serif;
          font-weight: 400;
          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 {
            background-color: #D2740A;
            color: #ffffff;
            border: 1px solid #D2740A; }
        .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 {
          background-color: #D2740A;
          color: #ffffff;
          border: 1px solid #D2740A; }
    .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 .meta-slider .noUi-connect {
        background-color: #134736; }
    .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;
      color: #1D3556;
      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%;
      background-color: #134736;
      color: white;
      padding: 20px;
      border: 0;
      text-transform: uppercase; }
  .c-section--availability_table_section .b-availability_table_section .dataTable {
    border: 0; }
    .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th {
      border: 0;
      font-size: 14px;
      font-weight: 100;
      color: #1D3556;
      padding: 10px 14px;
      font-family: "Lexend Deca", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
      .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.apt-column {
        width: 70px; }
      .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.floor-column, .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.baths-column {
        width: 70px; }
        @media only screen and (max-width: 767px) {
          .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.floor-column, .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.baths-column {
            display: none; } }
      .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.beds-column {
        width: 70px; }
      .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.int-column, .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.ext-column {
        width: 180px; }
        @media only screen and (max-width: 767px) {
          .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.int-column, .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.ext-column {
            display: none; } }
      .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.status-column {
        width: 100px; }
      .c-section--availability_table_section .b-availability_table_section .dataTable thead tr th.cta-column {
        width: 80px; }
    .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td {
      color: #1D3556;
      font-size: 14px;
      padding: 20px 0; }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.sorting_1 {
        background-color: inherit; }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.floor-value, .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.baths-value {
        width: 70px; }
        @media only screen and (max-width: 767px) {
          .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.floor-value, .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.baths-value {
            display: none; } }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.beds-value {
        width: 70px; }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.int-value, .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.ext-value {
        width: 180px; }
        @media only screen and (max-width: 767px) {
          .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.int-value, .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.ext-value {
            display: none; } }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td.status-value {
        text-transform: capitalize; }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td a {
        border: 1px solid #1D3556;
        background-color: #1D3556;
        color: #ffffff;
        padding: 5px 10px;
        text-align: center;
        display: inline-block;
        font-family: "Lexend Deca", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        width: 80px;
        cursor: pointer; }
        .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr td a:hover {
          background-color: #D2740A;
          color: #ffffff;
          border: 1px solid #D2740A; }
    .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr.odd {
      background-color: #FCFAF2; }
      .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr.odd td {
        background-color: #FCFAF2; }
        .c-section--availability_table_section .b-availability_table_section .dataTable tbody tr.odd td.sorting_1 {
          background-color: #FCFAF2; }

.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 .header-specification {
  display: block;
  margin: 0 0 40px; }
  .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 #F2AFAF;
    font-family: "Lexend Deca", sans-serif;
    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-family: "Lexend Deca", sans-serif;
  font-weight: 400; }
.c-section--c-apartment-header .wrapper .header-dimensions {
  display: flex;
  margin: 0 0 20px; }
  .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper {
    flex: 1; }
    .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper:first-child {
      padding: 0 20px;
      border-left: 1px solid #F2AFAF; }
    .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-family: "Lexend Deca", sans-serif;
        font-weight: 400; }
      .c-section--c-apartment-header .wrapper .header-dimensions .details-wrapper .detail .detail-value {
        display: block; }
      .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: 40px;
    background-color: #FAF4E8;
    border: 1px solid #cccccc; }
    .c-apartment-floorplan-container .floorplan-wrapper img {
      width: 100%; }
  .c-apartment-floorplan-container .dimensions-table .dimensions-row {
    display: block; }
    .c-apartment-floorplan-container .dimensions-table .dimensions-row .dimensions-title {
      display: inline-block;
      margin: 0 10px 0 0; }
    .c-apartment-floorplan-container .dimensions-table .dimensions-row .dimensions-value {
      display: inline-block; }

.c-apartment-accordion .wrapper {
  position: relative; }
.c-apartment-accordion #accordionPropertyDescription {
  display: block; }
  .c-apartment-accordion #accordionPropertyDescription .accordion-item {
    background-color: transparent;
    margin-bottom: 2px;
    border-radius: 0;
    border: 0;
    border: 1px solid #F2AFAF;
    margin: 0 0 20px; }
    .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header {
      margin: 0; }
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header:focus {
        outline: 0; }
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button {
        background-color: transparent;
        display: block;
        border: 0;
        color: #1D3556;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.66' height='6.33' viewBox='0 0 11.66 6.33'%3E%3Cpath id='Path_3190' data-name='Path 3190' d='M4573.047,495.214l5.477,5.476,5.477-5.476' transform='translate(-4572.693 -494.86)' fill='none' stroke='%23060a1a' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A") !important;
        background-position: 95% 52%;
        background-repeat: no-repeat;
        z-index: 1;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Lexend Deca", sans-serif;
        font-weight: 400;
        line-height: 115%;
        box-shadow: none; }
        @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; }
        .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button:after {
          display: none; }
        .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-header .accordion-button.collapsed {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.203' height='15.577' viewBox='0 0 9.203 15.577'%3E%3Cpath id='Path_196' data-name='Path 196' d='M0,7.082,7.082,0l7.082,7.082' transform='translate(7.789 0.707) rotate(90)' fill='none' stroke='%231d3556' stroke-width='2'/%3E%3C/svg%3E") !important; }
    @media screen and (max-width: 767px) {
      .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-collapse .accordion-body {
        padding-left: 50px; } }
    .c-apartment-accordion #accordionPropertyDescription .accordion-item .accordion-collapse .accordion-body ul {
      margin: 0; }
.c-apartment-accordion .specification-image {
  display: none;
  width: 100%; }
  .c-apartment-accordion .specification-image.sticky {
    position: fixed;
    top: 60px; }
  .c-apartment-accordion .specification-image.past {
    position: absolute;
    bottom: 0; }
  .c-apartment-accordion .specification-image.selected {
    display: block; }

.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: transparent;
        color: #1D3556;
        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 {
          border: 1px solid #F2AFAF;
          padding: 20px;
          margin: 0 0 20px; }
          .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 .title {
          text-transform: uppercase;
          display: block;
          font-family: "Lexend Deca", sans-serif;
          font-weight: 400; }
        .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .header-specification {
          display: block;
          margin: 0 0 40px; }
          .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .header-specification span {
            display: inline-block;
            padding: 0 3px 0 0;
            margin: 0 3px 0 0;
            border-right: 1px solid #F2AFAF;
            font-size: 15px;
            text-transform: uppercase;
            font-family: "Lexend Deca", sans-serif;
            font-weight: 400; }
            .c-section--apartment-related_section .b-apartment_related_section .grid-container .article-tile .header-specification span:last-child {
              border: 0; }

.c-section--carousel_section {
  display: flex;
  align-items: center;
  position: relative; }
  .c-section--carousel_section .b-carousel_section {
    width: 100%; }

.carousel .carousel-indicators {
  bottom: 30px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .carousel .carousel-indicators {
      bottom: -30px; } }
  .carousel .carousel-indicators button {
    background-color: transparent;
    border: 1px solid #1D3556;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    opacity: 1; }
    .carousel .carousel-indicators button.active {
      background-color: #1D3556; }
.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) {
    .carousel .carousel-inner .carousel-item .carousel-bg {
      height: 400px; } }

@media only screen and (min-width: 992px) {
  .c-section--content_block_section .b-content_block_section .image-wrapper {
    display: flex;
    gap: 60px; } }
.c-section--content_block_section .b-content_block_section .image-wrapper .image-sml {
  display: block;
  margin: 0 0 20px;
  max-width: 200px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  height: 100px; }
.c-section--content_block_section .b-content_block_section .image-wrapper .content-container {
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (min-width: 992px) {
    .c-section--content_block_section .b-content_block_section .image-wrapper .content-container {
      height: auto;
      width: 50%;
      margin: 0;
      padding: 0 0 40px; } }
  .c-section--content_block_section .b-content_block_section .image-wrapper .content-container .content {
    border-left: 1px solid #F2AFAF;
    padding: 0 0 0 20px;
    margin: 0 0 30px; }
    .c-section--content_block_section .b-content_block_section .image-wrapper .content-container .content a {
      font-family: "Lexend Deca", sans-serif;
      color: #356D44;
      font-weight: 400; }
      .c-section--content_block_section .b-content_block_section .image-wrapper .content-container .content a:hover {
        color: #D2740A; }
  @media only screen and (min-width: 992px) {
    .c-section--content_block_section .b-content_block_section .image-wrapper .content-container .cta {
      position: absolute;
      bottom: 0;
      left: 0; } }

.c-section--form_section .b-form_section div.wpforms-container-full .wpforms-form input[type=text],
.c-section--form_section .b-form_section div.wpforms-container-full .wpforms-form input[type=email],
.c-section--form_section .b-form_section div.wpforms-container-full .wpforms-form textarea,
.c-section--form_section .b-form_section div.wpforms-container-full .wpforms-form input[type=checkbox] {
  border: 1px solid #F2AFAF;
  background-color: transparent;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300; }
.c-section--form_section .b-form_section div.wpforms-container-full .wpforms-form button[type=submit] {
  border: 1px solid #1D3556;
  background-color: #1D3556;
  color: #ffffff;
  padding: 5px 20px;
  min-width: 180px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400; }
  .c-section--form_section .b-form_section div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #ffffff;
    color: #1D3556;
    border: 1px solid #1D3556; }

.c-section--icon_description_section .b-icon_description_section .icon-block-wrapper {
  padding: 20px 20px 0;
  border: 1px solid #F2AFAF;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px; }
  .c-section--icon_description_section .b-icon_description_section .icon-block-wrapper .icon-block {
    grid-column: span 12;
    display: flex;
    align-items: center;
    margin: 0 0 20px; }
    .c-section--icon_description_section .b-icon_description_section .icon-block-wrapper .icon-block .icon {
      display: inline-block;
      border: 1px solid #F2AFAF;
      padding: 10px;
      height: 90px;
      width: 90px;
      flex: 0 0 90px;
      border-radius: 100%;
      background-size: 40px;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0 20px 0 0; }
      @media only screen and (min-width: 992px) {
        .c-section--icon_description_section .b-icon_description_section .icon-block-wrapper .icon-block .icon {
          margin: 0; } }
    .c-section--icon_description_section .b-icon_description_section .icon-block-wrapper .icon-block .description {
      display: inline-block; }
      .c-section--icon_description_section .b-icon_description_section .icon-block-wrapper .icon-block .description p {
        margin: 0; }
    @media only screen and (min-width: 992px) {
      .c-section--icon_description_section .b-icon_description_section .icon-block-wrapper .icon-block {
        grid-column: span 6;
        padding: 40px 40px 0;
        grid-column-gap: 40px; } }
  @media only screen and (min-width: 992px) {
    .c-section--icon_description_section .b-icon_description_section .icon-block-wrapper {
      grid-column-gap: 40px;
      padding: 0 0 20px; } }

.c-section--image_and_content_section {
  position: relative;
  overflow: hidden; }
  .c-section--image_and_content_section .b-image_and_content_section {
    position: relative;
    z-index: 2; }
    .c-section--image_and_content_section .b-image_and_content_section .image-wrapper {
      width: 100%;
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat;
      height: 300px;
      margin: 40px 0 40px; }
      @media only screen and (min-width: 768px) {
        .c-section--image_and_content_section .b-image_and_content_section .image-wrapper {
          margin: 0;
          height: 100%; } }
      .c-section--image_and_content_section .b-image_and_content_section .image-wrapper.expand {
        cursor: pointer;
        position: relative;
        background-position: right; }
        .c-section--image_and_content_section .b-image_and_content_section .image-wrapper.expand .plus {
          color: #ffffff;
          position: absolute;
          top: 20px;
          right: 20px;
          font-size: 60px;
          line-height: 19px;
          padding: 0;
          margin: 0; }
          .c-section--image_and_content_section .b-image_and_content_section .image-wrapper.expand .plus.blue {
            color: #1D3556; }
      @media only screen and (min-width: 768px) {
        .c-section--image_and_content_section .b-image_and_content_section .image-wrapper.height-large {
          height: 100%;
          max-height: 400px; } }
      @media only screen and (min-width: 992px) {
        .c-section--image_and_content_section .b-image_and_content_section .image-wrapper.height-large {
          height: 500px; } }
    .c-section--image_and_content_section .b-image_and_content_section img.full-img {
      display: none; }
    .c-section--image_and_content_section .b-image_and_content_section .img-width-12 .image-wrapper {
      display: none; }
    .c-section--image_and_content_section .b-image_and_content_section .img-width-12 img.full-img {
      display: block;
      width: 100%; }
    .c-section--image_and_content_section .b-image_and_content_section .content-wrapper {
      padding: 0;
      max-width: 550px;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .c-section--image_and_content_section .b-image_and_content_section .content-wrapper {
          padding: 0 8%; } }
      .c-section--image_and_content_section .b-image_and_content_section .content-wrapper .small-image {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 40px; }
      .c-section--image_and_content_section .b-image_and_content_section .content-wrapper h2 {
        color: #356D44; }
      .c-section--image_and_content_section .b-image_and_content_section .content-wrapper.align-center {
        text-align: center; }
        .c-section--image_and_content_section .b-image_and_content_section .content-wrapper.align-center h2 {
          border-bottom: 1px solid #F2AFAF;
          padding: 0 0 20px; }
      .c-section--image_and_content_section .b-image_and_content_section .content-wrapper.align-left {
        text-align: left;
        margin: 0;
        padding: 0; }
        @media only screen and (min-width: 992px) {
          .c-section--image_and_content_section .b-image_and_content_section .content-wrapper.align-left {
            padding: 0 8% 0 0; } }
        .c-section--image_and_content_section .b-image_and_content_section .content-wrapper.align-left .content {
          border-left: 1px solid #F2AFAF;
          padding: 0 0 0 20px; }
      .c-section--image_and_content_section .b-image_and_content_section .content-wrapper.image-left {
        padding: 0; }
        @media only screen and (min-width: 992px) {
          .c-section--image_and_content_section .b-image_and_content_section .content-wrapper.image-left {
            padding: 0 0%; } }
    .c-section--image_and_content_section .b-image_and_content_section .col-width-12 .content-wrapper {
      padding: 0;
      max-width: inherit;
      margin: 0 0 40px; }

.expanded-image .modal-dialog {
  height: 92vh;
  width: 80vw;
  max-width: 80vw;
  padding: 0; }
  .expanded-image .modal-dialog .modal-content {
    background-color: transparent;
    max-width: 100%;
    max-height: 92vh;
    margin: auto;
    border: 0; }
    .expanded-image .modal-dialog .modal-content .close {
      position: absolute;
      right: 0;
      top: 2px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 60px;
      background-color: #1D3556;
      color: #ffffff; }
      .expanded-image .modal-dialog .modal-content .close span {
        font-size: 32px;
        line-height: 32px; }
    .expanded-image .modal-dialog .modal-content img {
      max-width: 100%;
      max-height: 80vh;
      margin: auto; }
    .expanded-image .modal-dialog .modal-content .carousel {
      width: 100%;
      max-width: 100%;
      max-height: 80vh;
      margin: auto;
      text-align: center; }

.c-section--image_section {
  position: relative;
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 768px) {
    .c-section--image_section {
      display: block; } }
  .c-section--image_section .b-image_section {
    position: relative;
    z-index: 2; }
    .c-section--image_section .b-image_section .image-wrapper {
      display: flex;
      gap: 40px; }
      .c-section--image_section .b-image_section .image-wrapper .image-container {
        flex: 1;
        height: auto;
        width: 50%;
        display: flex;
        align-items: center; }
        .c-section--image_section .b-image_section .image-wrapper .image-container img {
          width: 100%; }

.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: left; }
    .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter {
      font-size: 20px;
      color: #1D3556;
      display: block;
      cursor: pointer;
      font-family: "Lexend Deca", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      padding: 10px 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.172' height='17.516' viewBox='0 0 10.172 17.516'%3E%3Cpath id='Path_191' data-name='Path 191' d='M3340.46,834.476l8.051-8.051,8.051,8.051' transform='translate(835.183 -3339.753) rotate(90)' fill='none' stroke='%23f2b0b0' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: 95% 16px; }
      .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter.all {
        background-image: none !important; }
      .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.516' height='10.172' viewBox='0 0 17.516 10.172'%3E%3Cpath id='Path_190' data-name='Path 190' d='M3340.46,834.476l8.051-8.051,8.051,8.051' transform='translate(3357.268 835.183) rotate(180)' fill='none' stroke='%23f2b0b0' stroke-width='2'/%3E%3C/svg%3E"); }
        .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter.active .locations {
          display: block;
          cursor: default; }
      .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter .locations {
        display: none;
        padding-left: 40px;
        border-left: 1px solid #F2AFAF;
        margin: 0;
        list-style: none;
        padding: 0 0 0 10px; }
        .c-section--map_section .b-map_section .virtual-map-filter-container .virtual-map-filter .locations li {
          font-size: 14px;
          color: #1D3556; }

.c-section--offices_section {
  position: relative; }
  .c-section--offices_section .b-offices_section .offices-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr); }
    .c-section--offices_section .b-offices_section .offices-wrapper .office {
      grid-column: span 6; }
      .c-section--offices_section .b-offices_section .offices-wrapper .office .location {
        display: block;
        text-transform: uppercase;
        margin: 0 0 20px;
        font-family: "Lexend Deca", sans-serif;
        font-weight: 400; }
      .c-section--offices_section .b-offices_section .offices-wrapper .office .details {
        font-size: 17px;
        line-height: 120%; }
        .c-section--offices_section .b-offices_section .offices-wrapper .office .details p {
          font-size: 17px;
          line-height: 120%; }
          .c-section--offices_section .b-offices_section .offices-wrapper .office .details p:last-child {
            margin: 0; }
      .c-section--offices_section .b-offices_section .offices-wrapper .office .tel {
        display: block;
        font-size: 17px;
        line-height: 120%; }
      .c-section--offices_section .b-offices_section .offices-wrapper .office .email {
        display: block;
        font-size: 17px;
        line-height: 120%;
        color: #1D3556; }

.c-section--transport_section .b-transport_section .routes-wrapper-nav {
  display: flex;
  margin: 0 0 40px; }
  .c-section--transport_section .b-transport_section .routes-wrapper-nav .line {
    flex: 1;
    border: 1px solid #F2AFAF;
    background-color: transparent;
    color: #1D3556;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 1px;
    padding: 8px;
    font-size: 13px;
    line-height: 120%;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .c-section--transport_section .b-transport_section .routes-wrapper-nav .line {
        padding: 10px 20px;
        margin: 10px;
        font-size: 20px;
        line-height: 28px; } }
    .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: "Lexend Deca", 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: #D2740A;
      color: #ffffff;
      border: 1px solid #D2740A; }
.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.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; }
    @media only screen and (min-width: 768px) {
      .c-section--transport_section .b-transport_section .routes-wrapper img.mobile.selected {
        display: none; } }

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