@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h2,
.t-h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 125%;
  margin: 0 0 40px 0; }
  @media only screen and (min-width: 768px) {
    h2,
    .t-h2 {
      font-size: 35px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h2,
    .t-h2 {
      font-size: 45px;
      margin-bottom: 80px; } }

h3,
.t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 20px 0;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
      font-size: 30px;
      line-height: 35px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
      font-size: 32px;
      line-height: 38px; } }
  h3.coral,
  .coral.t-h3, .coral.c-location__title, .coral.c-location__address, .coral.c-location__telephone, .coral.c-location__map, .c-location__map a.coral {
    color: #FF7060; }

h4,
.t-h4, .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header .accordion-button, .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .title, .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-back .title, .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    h4,
    .t-h4, .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header .accordion-button, .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .title, .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-back .title, .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button {
      font-size: 22px;
      line-height: 29px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h4,
    .t-h4, .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header .accordion-button, .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .title, .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-back .title, .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button {
      font-size: 22px;
      line-height: 29px; } }

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

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

body, p,
ul,
ol,
li,
address,
.h2-sml {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 140%; }
  @media only screen and (min-width: 768px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml {
      font-size: 17px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml {
      font-size: 17px; } }

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

.c-section--content_section .b-content_section .link-container .link a {
  font-family: "Roboto", sans-serif;
  color: #9D929B;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  font-weight: 800; }
  @media only screen and (min-width: 768px) {
    .c-section--content_section .b-content_section .link-container .link a {
      font-size: 20px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .c-section--content_section .b-content_section .link-container .link a {
      font-size: 25px; } }
  .c-section--content_section .b-content_section .link-container .link a:hover {
    color: #C68D8B; }

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

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

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

::placeholder {
  color: #9D929B; }

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: #382D2C;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background: #ffffff;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 100px; } }

*,
*: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; } }

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

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  opacity: 1; }
  .carousel .carousel-control-prev .carousel-control-prev-icon,
  .carousel .carousel-control-prev .carousel-control-next-icon,
  .carousel .carousel-control-next .carousel-control-prev-icon,
  .carousel .carousel-control-next .carousel-control-next-icon {
    background-color: #FF7060;
    opacity: 1;
    padding: 10px;
    width: 40px;
    height: 40px;
    background-size: 55%; }

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

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

strong,
b {
  font-weight: 600; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #FF7060;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  a:hover, a:active, a:focus {
    color: #FF7060; }

p,
ul,
ol,
li,
address,
.h2-sml {
  text-transform: none;
  font-weight: 100;
  margin: 0 0 20px 0; }

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

address {
  font-style: normal; }

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

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

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

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

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

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

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

.cta {
  border: 0;
  border-radius: 6px;
  line-height: 100%;
  letter-spacing: 0;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  background-color: #FF7060;
  text-decoration: none;
  color: #000000;
  pointer-events: all;
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }
  .cta:hover {
    background: #d2d2d2;
    color: #000000; }
  .cta.cta-white {
    background-color: #ffffff; }
    .cta.cta-white:hover {
      background-color: #FF7060;
      color: #382D2C; }

.logo {
  border: 0 !important; }

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

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

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

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

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

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

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

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

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

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

.mob-icon-menu-1:before,
.mobmenu-left-panel .mob-cancel-button:before {
  color: #FF7060; }

.mobmenu-left-panel .mob-cancel-button {
  margin: 10px; }

.mob-menu-header-holder {
  width: 60px !important;
  left: 0; }

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

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

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

.btn-menu {
  position: fixed;
  top: 30px;
  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: 30px;
      right: 40px; } }
  .btn-menu .line {
    width: 28px;
    height: 2px;
    position: relative;
    background-color: #1C1E2B;
    transition: all 0.6s ease-in-out; }
    .btn-menu .line:before {
      background-color: #1C1E2B;
      content: "";
      width: 28px;
      height: 2px;
      position: absolute;
      top: 0px;
      transition: all 0.6s ease-in-out;
      transform: rotateY(0deg) rotate(90deg); }
  .btn-menu.open .line {
    transform: rotateY(0deg) rotate(45deg); }
    .btn-menu.open .line:before {
      transform: rotateY(0deg) rotate(90deg); }

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

#main-navigation {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: -100vh;
  left: 0;
  background-color: #ffffff;
  background-image: url(/wp-content/themes/luminous/build/img/gradient-menu.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 998;
  transition: all 0.6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }
  #main-navigation .menu-container {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #main-navigation .menu-container {
        align-items: center;
        flex-wrap: wrap;
        display: flex;
        width: 80%;
        align-items: flex-start; } }
    #main-navigation .menu-container .menu {
      padding: 10px; }
      @media only screen and (min-width: 768px) {
        #main-navigation .menu-container .menu {
          width: 50%;
          flex-grow: 1; } }
      #main-navigation .menu-container .menu .nav-main-navigation {
        position: relative; }
        #main-navigation .menu-container .menu .nav-main-navigation .global-nav {
          margin: 0;
          padding: 0; }
          #main-navigation .menu-container .menu .nav-main-navigation .global-nav li {
            list-style: none;
            margin: 0 0 10px;
            padding: 0;
            line-height: 100%; }
            #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a {
              margin: 0;
              line-height: 100%;
              color: #1C1E2B;
              border: 0;
              text-decoration: none;
              position: relative;
              white-space: nowrap;
              margin-bottom: 10px;
              transition: all 0.4s ease-in;
              display: block;
              width: 100%;
              font-size: 20px; }
              @media only screen and (min-width: 768px) {
                #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a {
                  font-size: 30px; } }
              @media only screen and (min-width: 992px) {
                #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a {
                  font-size: 36px; } }
              #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a:before {
                position: absolute;
                width: 100%;
                height: 2px;
                background: currentColor;
                top: 56%;
                left: 0;
                pointer-events: none;
                transform-origin: 100% 50%;
                transform: scale3d(0, 1, 1);
                transition: transform 0.2s;
                transition-delay: 0.3s;
                content: "";
                opacity: 0; }
                @media only screen and (min-width: 768px) {
                  #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a:before {
                    max-width: 300px; } }
              #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a:hover {
                border: 0;
                text-decoration: none;
                color: #C68D8B;
                padding-left: 40px; }
                #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a:hover:before {
                  transform-origin: 0% 50%;
                  transform: scale3d(0.05, 1, 1) !important;
                  opacity: 1; }
                  @media only screen and (min-width: 768px) {
                    #main-navigation .menu-container .menu .nav-main-navigation .global-nav li a:hover:before {
                      transform: scale3d(0.1, 1, 1) !important; } }
            #main-navigation .menu-container .menu .nav-main-navigation .global-nav li.current-menu-item a {
              border: 0;
              text-decoration: none;
              color: #C68D8B;
              padding-left: 40px; }
              #main-navigation .menu-container .menu .nav-main-navigation .global-nav li.current-menu-item a:before {
                transform-origin: 0% 50%;
                transform: scale3d(0.05, 1, 1) !important;
                opacity: 1; }
                @media only screen and (min-width: 768px) {
                  #main-navigation .menu-container .menu .nav-main-navigation .global-nav li.current-menu-item a:before {
                    transform: scale3d(0.1, 1, 1) !important; } }
    #main-navigation .menu-container .contact-info {
      padding: 10px; }
      @media only screen and (min-width: 768px) {
        #main-navigation .menu-container .contact-info {
          width: 50%;
          flex-grow: 1; } }
      #main-navigation .menu-container .contact-info .address {
        display: block;
        font-size: 20px;
        line-height: 140%;
        margin: 0 0 20px; }
      #main-navigation .menu-container .contact-info .contact-details {
        display: block;
        font-size: 20px;
        line-height: 140%; }
        #main-navigation .menu-container .contact-info .contact-details .type {
          margin: 0 20px 0 0;
          font-weight: 800; }
        #main-navigation .menu-container .contact-info .contact-details a {
          font-size: 20px;
          line-height: 140%;
          text-decoration: none;
          color: #1C1E2B; }
          #main-navigation .menu-container .contact-info .contact-details a:hover {
            color: #C68D8B; }
  #main-navigation.open {
    top: 0; }

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

.c-header {
  display: none;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  padding: 0 !important;
  width: 100%;
  height: 100px;
  transition: all 0.6s ease-in-out;
  align-items: center;
  z-index: 10001;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 768px) {
    .c-header {
      display: flex; } }
  .c-header .wrapper {
    max-width: 1800px;
    position: relative; }
  .c-header .main-menu {
    float: right;
    list-style: none;
    margin: 25px 0 0 0; }
    .c-header .main-menu li {
      padding: 0;
      display: inline-block;
      margin: 0 0 0 6px; }
      @media only screen and (min-width: 992px) {
        .c-header .main-menu li {
          margin: 0 0 0 20px; } }
      .c-header .main-menu li a {
        color: #FF7060;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        line-height: 23px;
        cursor: pointer;
        text-decoration: none;
        letter-spacing: 0.1rem; }
  .c-header .logo {
    display: inline-block;
    float: left;
    margin-top: 0;
    margin-left: 70px;
    border: 0 !important;
    width: 120px;
    transition: all 0.2s ease-in; }
    .c-header .logo svg {
      padding: 1px;
      width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-header .logo {
        width: 180px;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      .c-header .logo {
        width: 200px; } }
    .c-header .logo img {
      display: block;
      width: 100%; }

.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 #1C1E2B; }
  @media only screen and (min-width: 768px) {
    .page-theme-light .c-header {
      border-bottom: none; } }

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

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

.breadcrumbs-container {
  position: relative;
  display: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs-container {
      display: block; } }
  .breadcrumbs-container .wrapper {
    width: 100%;
    max-width: 1800px; }
  .breadcrumbs-container .border-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid #1C1E2B; }
  .breadcrumbs-container .border-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid #1C1E2B; }
  .breadcrumbs-container .breadcrumbs {
    display: flex;
    align-items: center;
    height: 62px; }
    .breadcrumbs-container .breadcrumbs a, .breadcrumbs-container .breadcrumbs span {
      display: inline-block;
      margin-right: 10px;
      color: #1C1E2B; }
      .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 {
  background-color: #1C1E2B; }
  .page-theme-grey .btn-menu:hover {
    background-color: #600F27; }
.page-theme-grey .breadcrumbs-container .border-t {
  border-top: 1px solid #1C1E2B; }
.page-theme-grey .breadcrumbs-container .border-b {
  border-top: 1px solid #1C1E2B; }
.page-theme-grey .breadcrumbs-container .breadcrumbs a, .page-theme-grey .breadcrumbs-container .breadcrumbs span {
  color: #1C1E2B; }

#header-search {
  float: right;
  width: 340px;
  display: none; }
  @media only screen and (min-width: 768px) {
    #header-search {
      display: inline-block;
      margin: 0 100px 0 20px; } }
  @media only screen and (min-width: 1200px) {
    #header-search {
      margin: 0 0 0 20px; } }
  #header-search .searchandfilter-wrapper {
    position: relative; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1 {
      float: left;
      position: relative;
      width: 140px;
      padding: 5px 10px;
      margin: 5px 10px 0 0;
      color: #ffffff;
      outline: none;
      cursor: pointer; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span {
        display: block; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
        margin: 0;
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-weight: normal;
        opacity: 0;
        pointer-events: none;
        padding: 0; }
        #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
          display: block;
          margin: 0; }
          #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
            background-color: #ffffff;
            display: block;
            text-decoration: none;
            color: #1C1E2B;
            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;
        color: #1C1E2B;
        padding: 10px;
        min-width: 200px;
        text-decoration: none; }
        #header-search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
          background-color: #1C1E2B;
          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%;
    background-color: #1C1E2B; }
  .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;
  color: #1C1E2B;
  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+ */
  color: #1C1E2B;
  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;
          color: #1C1E2B;
          padding: 10px;
          min-width: 200px;
          text-decoration: none; }
          #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
            background-color: #1C1E2B;
            color: #ffffff; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-all {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-people {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 {
        float: left;
        position: relative;
        width: 140px;
        padding: 5px;
        margin: 5px 10px 0 0;
        color: #ffffff;
        outline: none;
        text-align: left;
        cursor: pointer; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
          opacity: 0.1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #ffffff; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 span {
          display: block;
          text-align: left; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
          margin: 0;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          font-weight: normal;
          opacity: 0;
          pointer-events: none;
          padding: 0; }
          #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
            display: block;
            margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
              background-color: #f8f8f8;
              display: block;
              text-decoration: none;
              padding: 10px;
              margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
              background: #f1f1f1; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0px 6px;
        border-style: solid;
        border-color: #ffffff transparent; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
        border-color: #ffffff transparent;
        border-width: 0px 6px 6px 6px;
        margin-top: -3px; }
    #header-search-additional .search ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
  #header-search-additional.open {
    opacity: 1;
    max-height: 400px;
    display: block; }

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

.c-loader {
  display: none;
  margin: 50px auto;
  position: relative;
  transform: translate3d(0, 0, 0);
  animation: spinner 0.5s infinite linear; }
  .is-loading .c-loader {
    display: block; }
  .c-loader, .c-loader::after {
    border-radius: 50%;
    width: 30px;
    height: 30px; }

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

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

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

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

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

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

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

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

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

.c-section {
  width: 100%;
  padding: 40px 0;
  color: #000000; }
  @media only screen and (min-width: 768px) {
    .c-section {
      padding: 60px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .c-section {
      padding: 100px 0; } }
  .c-section.padding-none {
    padding: 0 !important; }
  .c-section.padding-top {
    padding-bottom: 0 !important; }
  .c-section.padding-bottom {
    padding-top: 0 !important; }
  .c-section .wrapper {
    width: 100%;
    max-width: 1800px; }
  .c-section.theme-salmon {
    color: #1C1E2B; }
  .c-section.theme-white {
    background-color: #ffffff;
    color: #000000; }
  .c-section.theme-black {
    background-color: #000000;
    color: #ffffff; }

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

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

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

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

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

.c-section--footer-nav {
  background-color: #382D2C;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .c-section--footer-nav {
      padding-left: 30px;
      padding-right: 30px; } }
  .c-section--footer-nav .b-footer-nav .logo {
    display: block;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 2px;
    color: #FF7060;
    margin-bottom: 60px; }
  .c-section--footer-nav .b-footer-nav .menu-container {
    display: block;
    margin: 0 0 0 0; }
    .c-section--footer-nav .b-footer-nav .menu-container .copy {
      margin: 0 10px 10px 0;
      line-height: 100%;
      color: #ffffff;
      border: 0;
      position: relative;
      white-space: nowrap;
      margin-bottom: 10px;
      transition: all 0.4s ease-in;
      display: inline-block;
      font-size: 12px; }
    .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation {
      position: relative;
      display: inline-block; }
      .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav {
        margin: 0;
        padding: 0; }
        .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li {
          display: inline-block;
          list-style: none;
          margin: 0 10px 10px 0;
          padding: 0;
          line-height: 100%; }
          .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li a {
            margin: 0;
            line-height: 100%;
            color: #ffffff;
            border: 0;
            text-decoration: underline;
            position: relative;
            white-space: nowrap;
            margin-bottom: 10px;
            transition: all 0.4s ease-in;
            display: inline-block;
            width: 100%;
            font-size: 12px; }
    .c-section--footer-nav .b-footer-nav .menu-container.desktop-menu {
      display: none; }
      @media only screen and (min-width: 992px) {
        .c-section--footer-nav .b-footer-nav .menu-container.desktop-menu {
          display: block; } }
    .c-section--footer-nav .b-footer-nav .menu-container.mobile-menu {
      display: block; }
      @media only screen and (min-width: 992px) {
        .c-section--footer-nav .b-footer-nav .menu-container.mobile-menu {
          display: none; } }
  .c-section--footer-nav .b-footer-nav .address {
    display: block;
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 20px;
    color: #ffffff; }
    .c-section--footer-nav .b-footer-nav .address p {
      display: block;
      font-size: 18px;
      line-height: 160%;
      margin: 0 0 20px;
      color: #ffffff; }
  .c-section--footer-nav .b-footer-nav .contact-details {
    display: block;
    font-size: 18px;
    line-height: 160%;
    color: #ffffff; }
    .c-section--footer-nav .b-footer-nav .contact-details .type {
      margin: 0 20px 0 0;
      font-weight: 800; }
    .c-section--footer-nav .b-footer-nav .contact-details a {
      font-size: 18px;
      line-height: 160%;
      text-decoration: none;
      color: #ffffff; }
      .c-section--footer-nav .b-footer-nav .contact-details a:hover {
        color: #FF7060; }

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

.c-section--banner_section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 60px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px) {
    .c-section--banner_section {
      padding: 100px 0 60px; } }
  .c-section--banner_section .sticker {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #DBE1E9;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    z-index: 1000; }
    .c-section--banner_section .sticker .inner {
      text-align: center; }
      .c-section--banner_section .sticker .inner svg {
        width: 50px;
        height: auto;
        display: none; }
      .c-section--banner_section .sticker .inner span {
        display: block;
        color: #FF7060;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        margin: 0;
        letter-spacing: 2px;
        text-decoration: none !important; }
    @media only screen and (min-width: 992px) {
      .c-section--banner_section .sticker {
        position: absolute;
        top: 40px;
        right: 40px;
        left: auto;
        background-color: #DBE1E9;
        width: 170px;
        height: 170px;
        border-radius: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(20deg) !important; }
        .c-section--banner_section .sticker .inner svg {
          display: inline-block; }
        .c-section--banner_section .sticker .inner span {
          margin: 10px 0 0 0; } }
  .c-section--banner_section .b-banner_section .banner-content {
    position: relative;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr); }
    .c-section--banner_section .b-banner_section .banner-content .logo {
      grid-column: span 12;
      padding: 0 25% 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .b-banner_section .banner-content .logo {
          grid-column: span 4;
          padding: 0; } }
      .c-section--banner_section .b-banner_section .banner-content .logo svg {
        width: 100%;
        height: auto; }
    .c-section--banner_section .b-banner_section .banner-content .content {
      grid-column: span 12; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .b-banner_section .banner-content .content {
          grid-column: span 8;
          padding-left: 10%;
          padding-top: 15%; } }
      .c-section--banner_section .b-banner_section .banner-content .content .content-large {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        max-width: 440px;
        margin-bottom: 80px;
        font-weight: 700;
        font-size: 37px;
        line-height: 120%;
        letter-spacing: 0.3rem; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .b-banner_section .banner-content .content .content-large {
            font-size: 65px; } }
        .c-section--banner_section .b-banner_section .banner-content .content .content-large .bar {
          display: block;
          width: 50%;
          height: 8px;
          background-color: #FF7060;
          margin: 20px 0 0 0; }
      .c-section--banner_section .b-banner_section .banner-content .content .content-small {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        max-width: 440px;
        margin-bottom: 100px;
        font-weight: 700;
        font-size: 22px;
        line-height: 120%; }
  .c-section--banner_section .chevron-down {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer; }
    .c-section--banner_section .chevron-down svg {
      animation: hover-me .5s infinite ease-in-out alternate; }

#wpforms-form-431 {
  background-color: #ffffff; }
  #wpforms-form-431 textarea.wpforms-field-large {
    height: 70px !important; }
  #wpforms-form-431 .wpforms-is-recaptcha {
    padding: 10px 0 !important; }
  #wpforms-form-431 .wpforms-submit-container {
    padding: 0 !important; }

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

.c-section--card_section {
  position: relative;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 767px) {
    .c-section--card_section {
      padding-left: 30px;
      padding-right: 30px; } }
  .c-section--card_section .b-card_section h3 {
    color: #ffffff;
    text-align: center; }
  .c-section--card_section .b-card_section #accordionWhatWeDo {
    display: block; }
    @media only screen and (min-width: 768px) {
      .c-section--card_section .b-card_section #accordionWhatWeDo {
        display: none; } }
    .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item {
      background-color: transparent;
      margin-bottom: 20px;
      border: 0; }
      .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header:focus {
        outline: 0; }
      .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header .accordion-button {
        background-color: #DBE1E9;
        border: 3px solid #FF7060;
        color: #FF7060;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39.979' height='31.818' viewBox='0 0 39.979 31.818'%3E%3Cdefs%3E%3Cfilter id='Path_116' x='0' y='0' width='39.979' height='31.818' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_116)'%3E%3Cpath id='Path_116-2' data-name='Path 116' d='M942.5,964.5l9.576,9.576,9.576-9.576' transform='translate(-932.09 -957.09)' fill='none' stroke='%23ff7060' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
        background-position: 95% 60%;
        background-repeat: no-repeat;
        box-shadow: 0; }
        .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header .accordion-button:focus {
          outline: 0; }
        .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header .accordion-button:after {
          display: none; }
        .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-header .accordion-button.collapsed {
          color: #ffffff;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39.979' height='31.818' viewBox='0 0 39.979 31.818'%3E%3Cdefs%3E%3Cfilter id='Path_114' x='0' y='0' width='39.979' height='31.818' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_114)'%3E%3Cpath id='Path_114-2' data-name='Path 114' d='M942.5,964.5l9.576,9.576,9.576-9.576' transform='translate(-932.09 -957.09)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
      .c-section--card_section .b-card_section #accordionWhatWeDo .accordion-item .accordion-collapse {
        background-color: #DBE1E9; }
  .c-section--card_section .b-card_section .card-wrapper {
    display: none;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr); }
    @media only screen and (min-width: 768px) {
      .c-section--card_section .b-card_section .card-wrapper {
        display: grid; } }
    .c-section--card_section .b-card_section .card-wrapper .flip-card {
      grid-column: span 4;
      background-color: transparent;
      width: 100%;
      perspective: 1000px;
      position: relative; }
      .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d; }
        .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front, .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-back {
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
          /* Safari */
          backface-visibility: hidden;
          padding: 20px;
          top: 0; }
        .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front {
          position: absolute;
          color: #ffffff;
          border: 5px solid #FF7060;
          display: flex;
          align-items: center;
          justify-content: center; }
          .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner {
            display: block;
            height: 100%;
            position: relative; }
            .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .title {
              display: block;
              margin: 0 0 50px; }
            .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner img {
              position: absolute;
              width: 140px;
              height: auto;
              left: 50%;
              top: 50%;
              margin: -70px 0 0 -70px; }
        .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-back {
          position: relative;
          background-color: #ffffff;
          transform: rotateY(180deg); }
          .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-back .title {
            display: block;
            color: #FF7060;
            margin: 0 0 50px; }
          .c-section--card_section .b-card_section .card-wrapper .flip-card .flip-card-inner .flip-card-back .content {
            text-align: left; }
      .c-section--card_section .b-card_section .card-wrapper .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg); }

.c-section--carousel_section {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  background-color: #382D2C; }
  .c-section--carousel_section .carousel {
    width: 100%; }
    .c-section--carousel_section .carousel .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      padding: 0;
      margin-right: 15%;
      margin-bottom: 0;
      margin-left: 15%;
      list-style: none; }
    .c-section--carousel_section .carousel .carousel-control-next, .c-section--carousel_section .carousel .carousel-control-prev {
      height: 300px;
      bottom: 0;
      top: auto; }
      @media only screen and (min-width: 768px) {
        .c-section--carousel_section .carousel .carousel-control-next, .c-section--carousel_section .carousel .carousel-control-prev {
          height: 100%;
          bottom: auto;
          top: 0; } }
    .c-section--carousel_section .carousel .carousel-inner {
      transition: all 1s ease-in; }
      .c-section--carousel_section .carousel .carousel-inner .carousel-item {
        position: relative;
        overflow: hidden;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .c-section--carousel_section .carousel .carousel-inner .carousel-item {
            min-height: 600px;
            padding-bottom: 100px; } }
        @media only screen and (min-width: 768px) {
          .c-section--carousel_section .carousel .carousel-inner .carousel-item {
            min-height: 600px; } }
        .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-bg {
          position: relative;
          width: 100%;
          height: 300px;
          background-size: cover;
          background-position: center center; }
          @media only screen and (min-width: 768px) {
            .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-bg {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; } }
        .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content {
          padding: 20px 30px;
          background-color: #382D2C;
          color: #ffffff;
          width: 100%;
          float: right;
          z-index: 2;
          position: relative; }
          @media only screen and (min-width: 768px) {
            .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content {
              padding: 80px 40px 40px;
              color: #ffffff;
              width: 80%;
              max-width: 600px;
              margin-right: 40px; } }
          @media only screen and (min-width: 992px) {
            .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content {
              margin-right: 0; } }

.c-section--contact_section {
  background-color: #ffffff; }
  @media screen and (max-width: 767px) {
    .c-section--contact_section {
      padding-left: 30px;
      padding-right: 30px; } }
  .c-section--contact_section .b-contact_section {
    width: 100%;
    text-align: center; }
    .c-section--contact_section .b-contact_section .map-wrapper {
      position: relative;
      overflow: hidden;
      margin: 0 0 40px;
      border-radius: 8px; }
      .c-section--contact_section .b-contact_section .map-wrapper .acf-map {
        position: relative;
        width: 100%;
        height: 300px; }
        @media only screen and (min-width: 768px) {
          .c-section--contact_section .b-contact_section .map-wrapper .acf-map {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 70%;
            z-index: 2; } }
      .c-section--contact_section .b-contact_section .map-wrapper .map-overlay {
        position: relative; }
        @media only screen and (min-width: 768px) {
          .c-section--contact_section .b-contact_section .map-wrapper .map-overlay {
            background-color: #DBE1E9; } }
        @media only screen and (min-width: 768px) {
          .c-section--contact_section .b-contact_section .map-wrapper .map-overlay {
            padding-left: 70%; } }
        .c-section--contact_section .b-contact_section .map-wrapper .map-overlay .inner {
          text-align: left; }
          @media only screen and (min-width: 768px) {
            .c-section--contact_section .b-contact_section .map-wrapper .map-overlay .inner {
              padding: 20px; } }
          .c-section--contact_section .b-contact_section .map-wrapper .map-overlay .inner h3 {
            color: #FF7060; }
          .c-section--contact_section .b-contact_section .map-wrapper .map-overlay .inner .cta.cta-white {
            background-color: #FF7060; }
            @media only screen and (min-width: 768px) {
              .c-section--contact_section .b-contact_section .map-wrapper .map-overlay .inner .cta.cta-white {
                background-color: #ffffff; } }
      .c-section--contact_section .b-contact_section .map-wrapper .address {
        margin-top: 60px; }
    .c-section--contact_section .b-contact_section .contact-form-wrapper {
      display: block;
      border-radius: 8px;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--contact_section .b-contact_section .contact-form-wrapper {
          background-color: #DBE1E9;
          padding: 20px 40px; } }
      .c-section--contact_section .b-contact_section .contact-form-wrapper .mandatory {
        display: block;
        text-align: right; }
      .c-section--contact_section .b-contact_section .contact-form-wrapper .wpforms-confirmation-container-full,
      .c-section--contact_section .b-contact_section .contact-form-wrapper div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
        background: none;
        border: 0;
        display: block;
        align-items: center;
        justify-content: center;
        padding-top: 40%;
        background-image: url("/wp-content/themes/chalk/build/img/paper-plane.svg");
        background-repeat: no-repeat;
        background-position: center 30%;
        background-size: 30%; }
      .c-section--contact_section .b-contact_section .contact-form-wrapper div.wpforms-container-full .wpforms-form button[type=submit] {
        background-color: #FF7060;
        border-radius: 8px;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 2px;
        padding: 15px 30px; }

.c-section--content_section {
  position: relative;
  background-size: cover;
  background-position: center center; }
  .c-section--content_section .b-content_section {
    font-size: 40px; }
    .c-section--content_section .b-content_section .left-content {
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--content_section .b-content_section .left-content {
          margin: 0; } }
      .c-section--content_section .b-content_section .left-content .t-h3 {
        margin-bottom: 60px; }
      .c-section--content_section .b-content_section .left-content table.cookielawinfo-classic td, .c-section--content_section .b-content_section .left-content table.cookielawinfo-classic th {
        font-size: 14px; }
    .c-section--content_section .b-content_section .link-container {
      display: block;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--content_section .b-content_section .link-container {
          margin: 0; } }
      .c-section--content_section .b-content_section .link-container .link {
        display: block;
        margin: 0 0 10px; }
    .c-section--content_section .b-content_section .list-container .list {
      display: flex;
      margin-bottom: 20px; }
      .c-section--content_section .b-content_section .list-container .list .icon {
        display: inline-block;
        width: 80px;
        height: 100%;
        margin-right: 20px;
        margin-top: 10px; }
        .c-section--content_section .b-content_section .list-container .list .icon img {
          width: 70px;
          height: auto; }
      .c-section--content_section .b-content_section .list-container .list .content {
        display: inline-block; }

.c-section--cta_section {
  position: relative;
  overflow: hidden; }
  .c-section--cta_section .theme-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0; }
  .c-section--cta_section .theme-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0; }
  .c-section--cta_section .b-cta_section {
    width: 100%; }
    .c-section--cta_section .b-cta_section h2 {
      position: relative;
      z-index: 2; }
    .c-section--cta_section .b-cta_section .cta-rows-container .cta-row {
      position: relative;
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr);
      border-top: 1px solid;
      padding: 40px 0;
      z-index: 2; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .number {
        grid-column: span 2;
        font-size: 40px;
        line-height: 110%;
        font-weight: 800; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .title {
        grid-column: span 3;
        font-size: 40px;
        line-height: 110%;
        font-weight: 800; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .description {
        grid-column: span 4;
        font-size: 40px;
        line-height: 110%;
        font-weight: 800; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link {
        grid-column: span 3;
        display: flex;
        justify-content: center; }
        .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link a {
          border-radius: 100%;
          border: 1px solid #ffffff;
          color: #ffffff;
          width: 100px;
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.6s ease-in-out; }
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link a:hover {
            background-color: #ffffff;
            color: #1C1E2B; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .ctarow-background-image {
        width: 200px;
        height: 200px;
        margin: -100px 0 0 60px;
        position: absolute;
        display: none;
        z-index: 2;
        background-size: cover;
        background-position: center center; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row:hover .ctarow-background-image {
        display: block; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.link .ctarow-background-image {
        display: none !important; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row:last-child {
        border-bottom: 1px solid; }
  .c-section--cta_section .boxes-container {
    display: block;
    position: relative;
    text-decoration: none;
    border: 0;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .c-section--cta_section .boxes-container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end; } }
    .c-section--cta_section .boxes-container .box {
      position: relative;
      width: calc(100%);
      min-height: 140px;
      padding: 20px;
      margin: 0 0 20px;
      transition: all 0.6s ease-in-out; }
      @media only screen and (min-width: 768px) {
        .c-section--cta_section .boxes-container .box {
          margin: 0 0 0 30px;
          width: calc(33% - 40px);
          max-width: 400px;
          min-height: 400px;
          padding: 60px 20px; } }
      @media only screen and (min-width: 992px) {
        .c-section--cta_section .boxes-container .box {
          width: calc(26% - 40px);
          max-width: 400px;
          min-height: 550px;
          margin: 0 0 0 50px;
          padding: 80px 40px; } }
      .c-section--cta_section .boxes-container .box .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center center;
        transition: all 0.6s ease-in-out; }
      .c-section--cta_section .boxes-container .box .title {
        position: relative;
        z-index: 2;
        color: #ffffff;
        font-size: 20px;
        line-height: 110%;
        font-weight: 800;
        font-style: italic; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .boxes-container .box .title {
            font-size: 30px; } }
        @media only screen and (min-width: 992px) {
          .c-section--cta_section .boxes-container .box .title {
            font-size: 40px; } }
      .c-section--cta_section .boxes-container .box:hover .background-image {
        opacity: 0; }
    .c-section--cta_section .boxes-container:hover {
      border: 0;
      text-decoration: none; }
    .c-section--cta_section .boxes-container.single {
      cursor: url(/wp-content/themes/luminous/build/img/cursor.svg) 64 64, auto; }

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

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

.details {
  display: block;
  color: #9D929B; }

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

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

.c-section--gallery {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .c-section--gallery {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .c-section--gallery {
      padding: 100px 0; } }
  .c-section--gallery .wrapper {
    padding: 0 !important; }
    @media only screen and (min-width: 768px) {
      .c-section--gallery .wrapper {
        padding-right: 20px !important;
        padding-left: 20px !important; } }
  .c-section--gallery .bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffffff; }
  .c-section--gallery .bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #382D2C; }
  .c-section--gallery .b-gallery {
    width: 100%; }
    .c-section--gallery .b-gallery .carousel .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      padding: 0;
      margin-right: 15%;
      margin-bottom: 0;
      margin-left: 15%;
      list-style: none; }
      @media only screen and (min-width: 768px) {
        .c-section--gallery .b-gallery .carousel .carousel-indicators {
          bottom: -40px; } }
    .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item {
      position: relative;
      overflow: hidden;
      width: 100%;
      background-size: cover;
      background-position: center center;
      height: 300px; }
      @media only screen and (min-width: 768px) {
        .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item {
          height: 460px; } }
      @media only screen and (min-width: 992px) {
        .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item {
          height: 460px; } }
      .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item .details {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80%;
        width: 80%;
        left: 10%;
        top: 10%;
        color: #ffffff; }
        .c-section--gallery .b-gallery .carousel .carousel-inner .carousel-item .details .title {
          font-weight: 800; }

.c-section--image_grid {
  background-color: #DBE1E9; }
  @media screen and (max-width: 767px) {
    .c-section--image_grid {
      padding-left: 30px;
      padding-right: 30px; } }
  .c-section--image_grid .b-image_grid {
    width: 100%;
    text-align: center; }
    .c-section--image_grid .b-image_grid .content {
      display: block;
      margin: 0 auto;
      max-width: 500px; }
    .c-section--image_grid .b-image_grid .image-grid-wrapper {
      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--image_grid .b-image_grid .image-grid-wrapper {
          margin: 80px 0 0 0; } }
      .c-section--image_grid .b-image_grid .image-grid-wrapper .image-container {
        grid-column: span 3;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (min-width: 768px) {
          .c-section--image_grid .b-image_grid .image-grid-wrapper .image-container {
            grid-column: span 4; } }
        @media only screen and (min-width: 992px) {
          .c-section--image_grid .b-image_grid .image-grid-wrapper .image-container {
            grid-column: span 3; } }
        .c-section--image_grid .b-image_grid .image-grid-wrapper .image-container img {
          object-fit: cover;
          width: 100%;
          max-height: 100%;
          margin: 0 10%;
          max-width: 200px; }

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

.c-section--image_with_content_squares {
  position: relative; }
  .c-section--image_with_content_squares.theme-coral {
    background-color: #FF7060; }
    .c-section--image_with_content_squares.theme-coral.open {
      min-height: 550px; }
    @media only screen and (min-width: 768px) {
      .c-section--image_with_content_squares.theme-coral {
        background-color: #DBE1E9; } }
  .c-section--image_with_content_squares.theme-brown {
    background-color: #382D2C; }
    @media only screen and (min-width: 768px) {
      .c-section--image_with_content_squares.theme-brown {
        background-color: #DBE1E9; } }
  .c-section--image_with_content_squares.theme-grey {
    background-color: #DBE1E9; }
    @media only screen and (min-width: 768px) {
      .c-section--image_with_content_squares.theme-grey {
        background-color: #ffffff; } }
  .c-section--image_with_content_squares .arrange-a-callback-wrapper {
    position: relative;
    padding-right: 40px; }
  .c-section--image_with_content_squares .arrange-a-callback-form {
    transition: all 0.5s ease-in;
    position: fixed;
    left: 0;
    background-color: #ffffff;
    z-index: 10002;
    top: 100px;
    height: calc(100% - 200px);
    min-height: 450px;
    border: 8px solid #382D2C;
    width: 90%;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .c-section--image_with_content_squares .arrange-a-callback-form {
        border: 8px solid #FF7060;
        width: 75%;
        padding: 20px; } }
    @media only screen and (min-width: 992px) {
      .c-section--image_with_content_squares .arrange-a-callback-form {
        width: 60%; } }
    .c-section--image_with_content_squares .arrange-a-callback-form.hide-ele {
      left: -90%; }
      @media only screen and (min-width: 768px) {
        .c-section--image_with_content_squares .arrange-a-callback-form.hide-ele {
          left: -75%; } }
      @media only screen and (min-width: 992px) {
        .c-section--image_with_content_squares .arrange-a-callback-form.hide-ele {
          left: -60%; } }
    .c-section--image_with_content_squares .arrange-a-callback-form .wpforms-confirmation-container-full,
    .c-section--image_with_content_squares .arrange-a-callback-form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
      background: none;
      border: 0;
      display: block;
      align-items: center;
      justify-content: center;
      padding-top: 40%;
      background-image: url("/wp-content/themes/chalk/build/img/paper-plane.svg");
      background-repeat: no-repeat;
      background-position: center 30%;
      background-size: 30%; }
  .c-section--image_with_content_squares .btn-arrange-a-callback {
    transition: all 0.5s ease-in;
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0;
    transform: rotate(90deg);
    width: 240px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
    left: calc(90% - 101px);
    background-color: #382D2C;
    color: #ffffff;
    -webkit-box-shadow: 0px 1px 13px 0px #000000;
    box-shadow: 0px 1px 13px 0px #000000; }
    @media only screen and (min-width: 768px) {
      .c-section--image_with_content_squares .btn-arrange-a-callback {
        left: calc(75% - 100px);
        background-color: #FF7060;
        color: #382D2C;
        padding: 12px 15px; } }
    @media only screen and (min-width: 992px) {
      .c-section--image_with_content_squares .btn-arrange-a-callback {
        left: calc(60% - 100px); } }
    .c-section--image_with_content_squares .btn-arrange-a-callback.hide-ele {
      left: -101px; }
      @media only screen and (min-width: 768px) {
        .c-section--image_with_content_squares .btn-arrange-a-callback.hide-ele {
          left: -100px; } }
  .c-section--image_with_content_squares .b-image_with_content_squares {
    position: relative; }
    .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper {
      position: relative;
      float: left;
      width: 100%; }
      .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .image {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%;
        transition: all 0.3s ease-in;
        background-size: cover;
        background-position: center center;
        display: none; }
        @media only screen and (min-width: 768px) {
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .image {
            display: block; } }
      .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square {
        position: relative;
        z-index: 2;
        margin: 4% 20px 4% 20px;
        float: right;
        padding: 20px;
        transition: all 0.3s ease-in; }
        @media only screen and (min-width: 768px) {
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square {
            width: 50%;
            margin: 4% 5% 4% 0; } }
        .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.grey {
          background-color: #DBE1E9; }
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.grey h3 {
            color: #FF7060; }
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.grey p {
            color: #382D2C; }
        .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.coral {
          background-color: #FF7060; }
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.coral h3 {
            color: #ffffff; }
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.coral p {
            color: #382D2C; }
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.coral .cta {
            background-color: #DBE1E9; }
            .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.coral .cta:hover {
              background-color: #382D2C;
              color: #ffffff; }
        .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.brown {
          background-color: #382D2C; }
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.brown h3 {
            color: #ffffff; }
          .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper .square.brown p {
            color: #ffffff; }
      .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper.align-right .square {
        margin: 4% 0 4% 20px; }
      .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper.align-right .image {
        left: auto;
        right: 0; }
      .c-section--image_with_content_squares .b-image_with_content_squares .square-wrapper.align-right .square {
        float: left; }

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

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

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

.c-section--profile_section {
  position: relative; }
  .c-section--profile_section .b-profile_section .profile-container {
    display: block; }
    .c-section--profile_section .b-profile_section .profile-container .name {
      display: block;
      font-size: 50px;
      font-weight: 700;
      margin-bottom: 10px; }
    .c-section--profile_section .b-profile_section .profile-container .job-title {
      display: block;
      font-weight: 700;
      margin: 0 0 20px; }
    .c-section--profile_section .b-profile_section .profile-container .contact-container {
      background-color: #000000;
      display: block;
      margin: 0 0 20px 0;
      padding: 20px;
      text-align: right;
      width: 100%;
      max-width: 420px; }
      @media only screen and (min-width: 768px) {
        .c-section--profile_section .b-profile_section .profile-container .contact-container {
          width: 100%;
          max-width: 100%; } }
      .c-section--profile_section .b-profile_section .profile-container .contact-container .circular {
        width: 80%;
        height: 0;
        padding-top: 80%;
        background-size: cover;
        background-position: center center;
        display: block;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border: 2px solid #ffffff; }
      .c-section--profile_section .b-profile_section .profile-container .contact-container .email {
        background-image: url("/wp-content/themes/temple/build/img/arrow-right.svg");
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position: left 6px; }
        @media only screen and (min-width: 768px) {
          .c-section--profile_section .b-profile_section .profile-container .contact-container .email {
            background-position: left 12px; } }
        .c-section--profile_section .b-profile_section .profile-container .contact-container .email a {
          color: #ffffff;
          display: inline-block;
          margin: 0;
          font-weight: 700; }
          @media only screen and (min-width: 768px) {
            .c-section--profile_section .b-profile_section .profile-container .contact-container .email a {
              margin: 20px 0; } }
    @media only screen and (min-width: 768px) {
      .c-section--profile_section .b-profile_section .profile-container {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(10, 1fr); }
        .c-section--profile_section .b-profile_section .profile-container .left {
          grid-column: span 4; }
        .c-section--profile_section .b-profile_section .profile-container .right {
          grid-column: span 6;
          padding-left: 40px; } }

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

.c-section--tab_section {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #DBE1E9; }
  @media only screen and (min-width: 768px) {
    .c-section--tab_section {
      padding-top: 20px; } }
  .c-section--tab_section #accordionTabs {
    display: block; }
    @media only screen and (min-width: 768px) {
      .c-section--tab_section #accordionTabs {
        display: none; } }
    .c-section--tab_section #accordionTabs .accordion-item {
      background-color: transparent;
      margin-bottom: 0px;
      border: 0; }
      .c-section--tab_section #accordionTabs .accordion-item .accordion-header:focus {
        outline: 0; }
      .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button {
        background-color: #FF7060;
        color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.937' height='13.797' viewBox='0 0 21.937 13.797'%3E%3Cpath id='Path_126' data-name='Path 126' d='M942.5,964.5l9.554,9.554,9.554-9.554' transform='translate(963.022 976.883) rotate(180)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E%0A");
        background-position: 93% 54%;
        background-repeat: no-repeat;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button {
            padding-left: 50px;
            padding-right: 30px; } }
        .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button:focus {
          outline: 0; }
        .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button:after {
          display: none; }
        .c-section--tab_section #accordionTabs .accordion-item .accordion-header .accordion-button.collapsed {
          margin: 0;
          border-radius: 0;
          -webkit-box-shadow: 0px 4px 15px -4px #000000;
          box-shadow: 0px 4px 15px -4px #000000;
          background-position: 95% 60%;
          color: #ffffff;
          background-color: #FF7060;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39.979' height='31.818' viewBox='0 0 39.979 31.818'%3E%3Cdefs%3E%3Cfilter id='Path_114' x='0' y='0' width='39.979' height='31.818' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_114)'%3E%3Cpath id='Path_114-2' data-name='Path 114' d='M942.5,964.5l9.576,9.576,9.576-9.576' transform='translate(-932.09 -957.09)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
      .c-section--tab_section #accordionTabs .accordion-item .accordion-collapse {
        background-color: #DBE1E9; }
        @media screen and (max-width: 767px) {
          .c-section--tab_section #accordionTabs .accordion-item .accordion-collapse .accordion-body {
            padding-left: 50px; } }
  .c-section--tab_section .carousel-mob {
    display: block;
    margin-bottom: 20px; }
    .c-section--tab_section .carousel-mob .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      padding: 0;
      margin-right: 15%;
      margin-bottom: 0;
      margin-left: 15%;
      list-style: none; }
    .c-section--tab_section .carousel-mob .carousel-inner {
      transition: all 1s ease-in; }
      .c-section--tab_section .carousel-mob .carousel-inner .carousel-item {
        position: relative;
        overflow: hidden;
        width: 100%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        height: 300px; }
        .c-section--tab_section .carousel-mob .carousel-inner .carousel-item .slide-content {
          padding: 80px 40px 40px;
          background-color: #382D2C;
          color: #ffffff;
          width: 80%;
          max-width: 600px;
          float: right; }
    @media only screen and (min-width: 768px) {
      .c-section--tab_section .carousel-mob {
        display: none; } }
  .c-section--tab_section .b-tab_section #officeTabs {
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--tab_section .b-tab_section #officeTabs {
        display: flex; } }
    .c-section--tab_section .b-tab_section #officeTabs li {
      padding: 0;
      margin: 0 2px; }
      @media only screen and (min-width: 992px) {
        .c-section--tab_section .b-tab_section #officeTabs li {
          margin: 0 5px; } }
      .c-section--tab_section .b-tab_section #officeTabs li .nav-link {
        background-color: #FF7060;
        padding: 10px 15px;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        border: 0;
        height: 63px;
        color: #000000; }
        @media only screen and (min-width: 768px) {
          .c-section--tab_section .b-tab_section #officeTabs li .nav-link {
            padding: 10px 5px;
            max-width: 100px; } }
        @media only screen and (min-width: 992px) {
          .c-section--tab_section .b-tab_section #officeTabs li .nav-link {
            padding: 10px 15px;
            max-width: 120px; } }
        .c-section--tab_section .b-tab_section #officeTabs li .nav-link.active {
          background-color: #ffffff; }
        .c-section--tab_section .b-tab_section #officeTabs li .nav-link:hover {
          border: 0;
          background-color: #ffffff; }
  .c-section--tab_section #officeTabsContent {
    background-color: #ffffff;
    padding: 80px 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--tab_section #officeTabsContent {
        display: block; } }
    .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr); }
      .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .content-wrapper {
        grid-column: span 6;
        padding-right: 40px; }
        .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .content-wrapper .content-bordered {
          border: 3px solid #FF7060;
          padding: 20px;
          margin: 0 0 40px; }
          .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .content-wrapper .content-bordered h4 {
            color: #FF7060;
            margin: 0 0 20px; }
      .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .carousel {
        grid-column: span 6;
        display: flex;
        align-items: center; }
        .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .carousel .carousel-indicators {
          position: absolute;
          right: 0;
          bottom: 20px;
          left: 0;
          z-index: 2;
          display: flex;
          justify-content: center;
          padding: 0;
          margin-right: 15%;
          margin-bottom: 0;
          margin-left: 15%;
          list-style: none; }
        .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .carousel .carousel-inner {
          transition: all 1s ease-in; }
          .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .carousel .carousel-inner .carousel-item {
            position: relative;
            overflow: hidden;
            width: 100%;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            padding-bottom: 0; }
            @media only screen and (min-width: 768px) {
              .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .carousel .carousel-inner .carousel-item {
                min-height: 600px; } }
            @media only screen and (min-width: 768px) {
              .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .carousel .carousel-inner .carousel-item {
                min-height: 600px; } }
            .c-section--tab_section #officeTabsContent .tab-pane .tab-wrapper .carousel .carousel-inner .carousel-item .slide-content {
              padding: 80px 40px 40px;
              background-color: #382D2C;
              color: #ffffff;
              width: 80%;
              max-width: 600px;
              float: right; }

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

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

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