@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ------------------------------------------------------------------------------------------------------
	colours
------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------
	Mixins
------------------------------------------------------------------------------------------------------*/
/* @include transition(all,2s,ease-out); */
/* ------------------------------------------------------------------------------------------------------
	Functions
------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------
	Font sizes are to be in REM unites
	Target Size / Base Size = Value
----------------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 16px;
}

body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  line-height: 1.45;
  color: rgb(47, 58, 60);
}

h1 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
  font-weight: 100;
}

h2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 100;
}

h3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 100;
}

h4 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 100;
}

h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
}

p {
  font-size: 22px;
  font-size: 1.375rem;
}

li {
  font-size: 22px;
  font-size: 1.375rem;
}

ul, ol {
  margin-left: 30px;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
}

abbr, acronym {
  border-bottom-width: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* ------------------------------------------------------------------------------------------------------
	Links styling
------------------------------------------------------------------------------------------------------*/
/* General link styling */
a:link,
a:active,
a:visited {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

a:hover,
a:focus {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

/* ------------------------------------------------------------------------------------------------------
	General Styles
------------------------------------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

article, aside, details, figure, footer, header, hgroup, nav, section {
  display: block;
}

img {
  max-width: 100%;
}

/* main content header and section over hidden to stop floats breaking out */
#main-content header,
#main-content section {
  overflow: hidden;
}

body.is-fixed {
  overflow: hidden;
}
body.is-fixed .main-header::before {
  display: none;
}
body.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  body {
    padding-top: 90px;
  }
  body .main-header {
    transition-property: background-color, padding;
    padding-top: 46px;
    background-color: rgb(47, 58, 60);
  }
  body .main-header.background + .main-navigation {
    top: 64px;
    height: calc(100vh - 64px);
  }
  body .main-header__content-wrapper .main-header__logo.hide {
    opacity: 1;
  }
  body .main-header__content-wrapper .main-header__strapline.hide {
    opacity: 1;
  }
  body .main-navigation {
    top: 90px;
    height: calc(100vh - 90px);
  }
  body .main-navigation nav ul li {
    margin-bottom: 5px;
  }
  body .main-navigation nav ul li.menu-item-has-children::before {
    left: 105%;
  }
  body .main-navigation nav ul li.menu-item-has-children.active.menu-item-has-children::before {
    width: 60%;
  }
  body .main-navigation nav ul li.menu-item-has-children.active > a::after {
    opacity: 0;
  }
  body .main-navigation nav ul li.menu-item-has-children > a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  body .main-navigation nav ul li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/svg/icon-cross-white.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: opacity 0.25s ease-in-out;
  }
  body .main-navigation nav ul li a {
    color: rgb(255, 255, 255);
  }
  body .main-navigation nav ul li ul.sub-menu {
    width: 100px;
    left: 180%;
  }
}
@media screen and (max-width: 560px) and (min-width: 320px) {
  body .main-navigation nav ul li ul.sub-menu {
    width: calc(100px + 150 * (100vw - 320px) / 240);
  }
}
@media screen and (max-width: 560px) and (min-width: 560px) {
  body .main-navigation nav ul li ul.sub-menu {
    width: 250px;
  }
}
@media screen and (max-width: 560px) {
  body .main-navigation nav ul li ul.sub-menu li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
  }
  body .main-navigation__grid-icon {
    width: 95%;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Gravity forms spinner styling (Uncomment if needed */
/* ------------------------------------------------------------------------------------------------------
	Animations
------------------------------------------------------------------------------------------------------*/
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    bottom: 0px;
  }
  25% {
    bottom: 5px;
  }
  50% {
    bottom: 10px;
  }
  75% {
    bottom: 5px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes reveal-x {
  0% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes reveal {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 901px) {
  @keyframes reveal {
    0% {
      transform: translateY(-20%);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@keyframes device-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 901px) {
  @keyframes device-fade-in {
    0% {
      opacity: 0;
      transform: translateY(-50px);
      transform: translateX(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      transform: translateX(0);
    }
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.85s !important;
  transition-timing-function: ease;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1.1);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos=zoom-in] {
  opacity: 1 !important;
  transform: scale(1);
  transition-duration: 2250ms !important;
}

/* ------------------------------------------------------------------------------------------------------
	General styling section for main content area on pages and posts
------------------------------------------------------------------------------------------------------*/
.main-content {
  /* Block Quotes */
}
.main-content blockquote {
  display: block;
  background: rgb(255, 255, 255);
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: rgb(65, 91, 114);
  text-align: justify;
  /*Borders - (Optional)*/
  border-left: 15px solid rgb(148, 97, 42);
  border-right: 2px solid rgb(148, 97, 42);
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px rgb(116, 110, 105);
  -webkit-box-shadow: 2px 2px 15px rgb(116, 110, 105);
  box-shadow: 2px 2px 15px rgb(116, 110, 105);
}
.main-content blockquote::before {
  content: "“"; /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: rgb(116, 110, 105);
  position: absolute;
  left: 10px;
  top: 5px;
}
.main-content blockquote::after {
  /*Reset to make sure*/
  content: "";
}
.main-content {
  /* Definition Lists */
}
.main-content dt {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
}
.main-content dd {
  margin: 0;
  padding: 0 0 10px 15px;
}

/* ------------------------------------------------------------------------------------------------------
	Wordpress image alignment styling
------------------------------------------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* ------------------------------------------------------------------------------------------------------
	Header section styling
------------------------------------------------------------------------------------------------------*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 43px 50px;
  z-index: 9999;
  background-color: rgba(47, 58, 60, 0);
  transition: background-color 0.25s ease-in-out;
}
@media screen and (max-width: 900px) {
  .main-header {
    padding: 20px;
  }
}
.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f3a3c;
  pointer-events: none;
  transform: translateY(-100%);
  transition: 550ms ease transform;
}
.main-header.background {
  padding: 34px 50px;
}
@media screen and (max-width: 900px) {
  .main-header.background {
    padding: 20px;
  }
}
.main-header.background::before {
  transform: translateY(0);
}
.main-header.background .main-header__logo {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 561px) {
  .main-header.background .main-header__logo {
    width: 165px;
    height: auto;
  }
}
@media screen and (min-width: 901px) {
  .main-header.background .main-header__strapline {
    margin-left: 30px;
  }
}
@media screen and (min-width: 901px) {
  .main-header.background .main-header__strapline p {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.main-header.background .main-header__hamburger-icon-wrapper {
  top: 2px;
}
.main-header.background .main-header__searchbutton {
  top: -1px;
}
.main-header__content-wrapper {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 1366px;
  display: flex;
  align-items: flex-end;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 800px) {
  .main-header__content-wrapper {
    height: 43px;
  }
}
@media screen and (max-width: 560px) {
  .main-header__content-wrapper {
    align-items: flex-start;
    height: 24px;
  }
}
.main-header__content-wrapper .main-header__logo {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  width: 240px;
  height: 57px;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .main-header__content-wrapper .main-header__logo {
    width: 180px;
    height: 43px;
  }
}
@media screen and (max-width: 560px) {
  .main-header__content-wrapper .main-header__logo {
    width: 100px;
    height: auto;
  }
}
.main-header__content-wrapper .main-header__logo.hide {
  opacity: 0;
}
.main-header__content-wrapper .main-header__logo svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  transition: all 0.25s ease-in-out;
}
.main-header__content-wrapper .main-header__strapline {
  display: block;
  padding: 0 0 0 0;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  margin-left: 16px;
}
.main-header__content-wrapper .main-header__strapline.hide {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .main-header__content-wrapper .main-header__strapline {
    padding: 0;
  }
}
@media screen and (min-width: 640px) {
  .main-header__content-wrapper .main-header__strapline {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    margin: 18px 0 0 0;
  }
}
@media screen and (min-width: 561px) {
  .main-header__content-wrapper .main-header__strapline {
    margin-left: 20px;
  }
}
@media screen and (min-width: 561px) and (min-width: 561px) {
  .main-header__content-wrapper .main-header__strapline {
    margin-left: calc(20px + 20 * (100vw - 561px) / 879);
  }
}
@media screen and (min-width: 561px) and (min-width: 1440px) {
  .main-header__content-wrapper .main-header__strapline {
    margin-left: 40px;
  }
}
.main-header__content-wrapper .main-header__strapline p {
  margin: 0 0 0 0;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 10px;
  line-height: 1.1;
  color: rgb(255, 255, 255);
  max-width: 130px;
  font-weight: 100 !important;
}
@media screen and (min-width: 640px) {
  .main-header__content-wrapper .main-header__strapline p {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 640px) and (min-width: 561px) {
  .main-header__content-wrapper .main-header__strapline p {
    font-size: calc(14px + 14 * (100vw - 561px) / 879);
  }
}
@media screen and (min-width: 640px) and (min-width: 1440px) {
  .main-header__content-wrapper .main-header__strapline p {
    font-size: 28px;
  }
}
.main-header__content-wrapper .main-header__searchbutton {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 5px;
  right: 58px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main-header__content-wrapper .main-header__searchbutton {
    display: none;
  }
}
.main-header__content-wrapper .main-header__searchbutton.hide {
  opacity: 0;
}
.main-header__content-wrapper .main-header__searchbutton button {
  border: none;
  background: none;
  appearance: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.main-header__content-wrapper .main-header__searchbutton button svg {
  transition: all 0.25s ease-in-out;
}
.main-header__content-wrapper .main-header__searchbutton button svg g path {
  fill: rgb(255, 255, 255);
  transition: fill 0.25s ease-in-out;
}
.main-header__content-wrapper .main-header__searchbutton button:hover svg g path {
  fill: rgb(142, 148, 148);
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper {
  position: relative;
  padding: 2px 0 13px 0;
  transition: 250ms ease-in-out;
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0;
}
@media screen and (max-width: 560px) {
  .main-header__content-wrapper .main-header__hamburger-icon-wrapper {
    top: 2px;
  }
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon {
  width: 29px;
  height: 28px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon {
    width: 19px;
    height: 19px;
  }
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 560px) {
  .main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span {
    height: 2px;
  }
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span:nth-child(1) {
  top: 0px;
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span:nth-child(2), .main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span:nth-child(3) {
  top: 12px;
}
@media screen and (max-width: 560px) {
  .main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span:nth-child(2), .main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span:nth-child(3) {
    top: 8px;
  }
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span:nth-child(4) {
  top: 24px;
}
@media screen and (max-width: 560px) {
  .main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon span:nth-child(4) {
    top: 16px;
  }
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon.open span:nth-child(1) {
  opacity: 0;
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-header__content-wrapper .main-header__hamburger-icon-wrapper #main-hamburger-icon.open span:nth-child(4) {
  opacity: 0;
}

.main-navigation {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: 0 0 0 0;
  padding: 13% 3% 3% 3%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 7;
}
@media screen and (max-width: 900px) {
  .main-navigation {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.main-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(68, 78, 80);
  pointer-events: none;
}
.main-navigation.show {
  display: flex;
}
.main-navigation.show::before {
  animation: reveal 350ms;
}
.main-navigation.show .main-navigation__grid-icon {
  animation: device-fade-in 550ms;
}
.main-navigation nav {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  flex: 1;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .main-navigation nav {
    flex: none;
    width: 100%;
  }
}
.main-navigation nav ul {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 40px 0 0;
}
.main-navigation nav ul.menu > li {
  transform: translateX(30px);
  opacity: 0;
  transition: 350ms ease all;
}
.main-navigation nav ul.menu > li.is-visible {
  transform: translateX(0);
  opacity: 1;
}
.main-navigation nav ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 0;
}
.main-navigation nav ul li a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
}
@media (min-width: 360px) {
  .main-navigation nav ul li a {
    font-size: calc(18px + 24 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .main-navigation nav ul li a {
    font-size: 42px;
  }
}
.main-navigation nav ul li a {
  display: block;
  text-decoration: none;
  color: rgb(142, 148, 148);
  transition: color 0.25s ease-in-out;
  letter-spacing: 1px;
  cursor: pointer;
}
.main-navigation nav ul li a:hover {
  color: rgb(255, 255, 255);
}
.main-navigation nav ul li.menu-item-has-children::before {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  bottom: 42%;
  left: 110%;
  width: 0;
  transition: all 0.25s ease-in-out;
}
.main-navigation nav ul li ul.sub-menu {
  position: absolute;
  display: none;
  left: 200%;
  top: 28%;
  opacity: 0;
  padding: 0 0 0 0;
  width: 200%;
  transition: opacity 0.25s ease-in-out;
  top: 20%;
}
@media screen and (min-width: 561px) {
  .main-navigation nav ul li ul.sub-menu {
    top: 18%;
    top: 18%;
  }
}
@media screen and (min-width: 561px) and (min-width: 561px) {
  .main-navigation nav ul li ul.sub-menu {
    top: calc(18% + 12 * (100vw - 561px) / 879);
  }
}
@media screen and (min-width: 561px) and (min-width: 1440px) {
  .main-navigation nav ul li ul.sub-menu {
    top: 30%;
  }
}
.main-navigation nav ul li ul.sub-menu li a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  font-size: 16px;
}
@media (min-width: 360px) {
  .main-navigation nav ul li ul.sub-menu li a {
    font-size: calc(16px + 8 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .main-navigation nav ul li ul.sub-menu li a {
    font-size: 24px;
  }
}
.main-navigation nav ul li ul.sub-menu li a {
  letter-spacing: 0;
}
.main-navigation nav ul li ul.sub-menu li {
  margin-top: 5px;
}
@media screen and (min-width: 561px) {
  .main-navigation nav ul li ul.sub-menu li {
    margin-top: 10px;
  }
}
.main-navigation nav ul li ul.sub-menu li:first-child {
  margin-top: 0;
}
.main-navigation nav ul li.active > a {
  color: rgb(255, 255, 255);
}
.main-navigation nav ul li.active.menu-item-has-children::before {
  background-color: white;
  width: 80%;
}
.main-navigation nav ul li.active ul.sub-menu {
  display: block;
  opacity: 1;
}
.main-navigation__grid-icon {
  max-width: 680px;
  width: 50%;
  align-self: flex-end;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 680px) {
  .main-navigation__grid-icon {
    margin: 0 auto 0 auto;
  }
}
.main-navigation__grid-icon svg {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.main-navigation {
  /* Mobile search nav item */
}
.main-navigation .mobile-search {
  position: relative;
}
.main-navigation .mobile-search a {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 360px) {
  .main-navigation .mobile-search a {
    font-size: calc(18px + 24 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .main-navigation .mobile-search a {
    font-size: 42px;
  }
}
.main-navigation .mobile-search a {
  cursor: pointer;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .main-navigation .mobile-search a {
    display: none;
  }
}
.main-navigation .mobile-search a::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(../images/svg/icon-search-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 560px) {
  .main-navigation .mobile-search a::after {
    background-image: url(../images/svg/icon-search-grey.svg);
  }
}
.main-navigation .mobile-search.search-visible a::after {
  opacity: 0;
}
.main-navigation {
  /* Mobile search form in main nav */
}
.main-navigation__search {
  position: relative;
  margin: 0 0 0 0;
  flex: 1;
  opacity: 0;
  max-width: 0;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .main-navigation__search {
    display: none;
  }
}
.search-visible .main-navigation__search {
  opacity: 1;
  max-width: 150px;
}
@media screen and (min-width: 410px) {
  .search-visible .main-navigation__search {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .search-visible .main-navigation__search {
    display: none;
  }
}
.main-navigation__search form {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 0 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.main-navigation__search form fieldset {
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 -5px 0;
  width: 100%;
}
.main-navigation__search form label {
  display: none;
}
.main-navigation__search form input {
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  outline: none;
  width: 100%;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  appearance: none;
}
.main-navigation__search form .main-navigation__search-icon {
  display: block;
  border: none;
  background: none;
  appearance: none;
  width: 20px;
  height: 20px;
  padding: 0 0 0 0;
  cursor: pointer;
  top: 5px;
  right: 0;
  position: absolute;
  background-image: url(../images/svg/icon-search-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.search-visible .main-navigation__search form .main-navigation__search-icon {
  opacity: 1;
}
.main-navigation__search form .main-navigation__search-icon:hover svg g path {
  fill: rgb(116, 110, 105);
}
.main-navigation__search form {
  display: inline-block;
}

.main-search {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: 0 0 0 0;
  padding: 17% 3% 3% 3%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 680px) {
  .main-search {
    flex-wrap: wrap;
    padding: 20% 3% 3% 3%;
  }
}
.main-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(68, 78, 80);
  pointer-events: none;
}
.main-search.show {
  display: flex;
}
.main-search.show::before {
  animation: reveal 350ms;
}
.main-search.show form {
  animation: reveal-x 550ms;
}
.main-search.show .main-search__grid-icon {
  animation: device-fade-in 550ms;
}
.main-search__search-form {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 10% 0 0;
  flex: 1;
}
@media screen and (max-width: 680px) {
  .main-search__search-form {
    flex: none;
    width: 100%;
  }
}
.main-search__search-form form {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 0 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.main-search__search-form form fieldset {
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 -5px 0;
  width: 100%;
}
.main-search__search-form form label {
  display: none;
}
.main-search__search-form form input {
  border: none;
  background: none;
  color: rgb(255, 255, 255);
  outline: none;
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
}
.main-search__search-form form button {
  display: block;
  border: none;
  background: none;
  appearance: none;
  width: 32px;
  height: 32px;
  padding: 0 0 0 0;
  cursor: pointer;
}
.main-search__search-form form button svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  transition: all 0.25s ease-in-out;
}
.main-search__search-form form button svg g path {
  fill: rgb(255, 255, 255);
  transition: fill 0.25s ease-in-out;
}
.main-search__search-form form button:hover svg g path {
  fill: rgb(116, 110, 105);
}
.main-search__grid-icon {
  max-width: 680px;
  width: 50%;
  align-self: flex-end;
}
@media screen and (max-width: 680px) {
  .main-search__grid-icon {
    margin: 0 auto 0 auto;
  }
}
.main-search__grid-icon svg {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/*--------------------------------------
    Breadcrumb Styling
---------------------------------------*/
.riddor-breadcrumb-section {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 0 0 0;
  padding: 0 50px 0 50px;
}
@media screen and (max-width: 360px) {
  .riddor-breadcrumb-section {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .riddor-breadcrumb-section {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1900px) {
  .riddor-breadcrumb-section {
    padding: 0 25px 0 25px;
  }
}
.riddor-breadcrumb-section__wrapper {
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: 124px 1fr 234px;
  column-gap: 51px;
  padding: 39px 0 40px 0;
}
@media screen and (max-width: 960px) {
  .riddor-breadcrumb-section__wrapper {
    grid-template-columns: 62px 1fr;
    column-gap: 25px;
  }
}
@media screen and (max-width: 460px) {
  .riddor-breadcrumb-section__wrapper {
    grid-template-columns: 100%;
    column-gap: 0x;
  }
}

/*---------------------------------------
    Content Section General Styling
-----------------------------------------*/
.riddor-content-section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 50px 0 50px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 900px) {
  .riddor-content-section {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1900px) {
  .riddor-content-section {
    padding: 0 25px 0 25px;
  }
}
.riddor-content-section__wrapper {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

/*---------------------------------------
    Content Three Cols Layout
-----------------------------------------*/
.riddor-content-section--three-cols .riddor-content-section__wrapper {
  display: grid;
  grid-template-columns: 124px 1fr 254px;
  column-gap: 51px;
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 1150px) {
  .riddor-content-section--three-cols .riddor-content-section__wrapper {
    padding: 20px 0 51px 0;
  }
}
@media screen and (max-width: 780px) {
  .riddor-content-section--three-cols .riddor-content-section__wrapper {
    column-gap: 25px;
  }
}
.riddor-content-section--three-cols .riddor-content-section__grid-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.riddor-content-section--three-cols .riddor-content-section__grid-icon svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 124px;
  margin: 0 auto 0 auto;
}
.riddor-content-section--three-cols section h1, .riddor-content-section--three-cols section h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}
@media (min-width: 360px) {
  .riddor-content-section--three-cols section h1, .riddor-content-section--three-cols section h2 {
    font-size: calc(26px + 20 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .riddor-content-section--three-cols section h1, .riddor-content-section--three-cols section h2 {
    font-size: 46px;
  }
}
.riddor-content-section--three-cols section p {
  font-size: 14px;
}
@media (min-width: 360px) {
  .riddor-content-section--three-cols section p {
    font-size: calc(14px + 8 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .riddor-content-section--three-cols section p {
    font-size: 22px;
  }
}
.riddor-content-section--three-cols section p:first-of-type {
  margin-top: 0;
}
.riddor-content-section--three-cols section p:last-of-type {
  margin-bottom: 0;
}

/*---------------------------------------
    Content Two Cols Layout
-----------------------------------------*/
.riddor-content-section--two-cols .riddor-content-section__wrapper {
  display: grid;
  grid-template-columns: 124px minmax(320px, 1080px);
  column-gap: 41px;
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 960px) {
  .riddor-content-section--two-cols .riddor-content-section__wrapper {
    grid-template-columns: 62px 1fr;
    column-gap: 15px;
  }
}
@media screen and (max-width: 460px) {
  .riddor-content-section--two-cols .riddor-content-section__wrapper {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 25px;
  }
}
.riddor-content-section--two-cols .riddor-content-section__grid-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 460px) {
  .riddor-content-section--two-cols .riddor-content-section__grid-icon {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.riddor-content-section--two-cols .riddor-content-section__grid-icon svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 124px;
  margin: 0 auto 0 auto;
}

/*---------------------------------------------
  Page Heading Section
-----------------------------------------------*/
.page-header {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1080px) {
  .page-header {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 901px) {
  .page-header {
    height: 100vh;
    min-height: 768px;
  }
}
.page-header.page-header__slider .page-header__header-large-text,
.page-header.page-header__slider .page-header__header-small-text, .page-header.page-header__video-text .page-header__header-large-text,
.page-header.page-header__video-text .page-header__header-small-text {
  opacity: 0;
  transition: 850ms ease all;
  transform: translateY(25px);
}
.page-header.page-header__slider .page-header__header-small-text, .page-header.page-header__video-text .page-header__header-small-text {
  transition-delay: 250ms;
}
.page-header.page-header__slider .init [data-swiper-slide-index="0"] .page-header__header-large-text,
.page-header.page-header__slider .init [data-swiper-slide-index="0"] .page-header__header-small-text, .page-header.page-header__video-text .init [data-swiper-slide-index="0"] .page-header__header-large-text,
.page-header.page-header__video-text .init [data-swiper-slide-index="0"] .page-header__header-small-text {
  opacity: 1;
  transform: translateY(0);
}
.page-header.page-header__slider .init [data-swiper-slide-index="0"] .page-header__img-wrapper img, .page-header.page-header__video-text .init [data-swiper-slide-index="0"] .page-header__img-wrapper img {
  transform: scale(1.1);
}
.page-header.page-header__slider .initialized .swiper-slide-active .page-header__header-large-text,
.page-header.page-header__slider .initialized .swiper-slide-active .page-header__header-small-text, .page-header.page-header__video-text .initialized .swiper-slide-active .page-header__header-large-text,
.page-header.page-header__video-text .initialized .swiper-slide-active .page-header__header-small-text {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .page-header.page-header__slider .swiper, .page-header.page-header__video-text .swiper {
    width: 100%;
    height: 100vh;
    min-height: 768px;
  }
}
@media screen and (min-width: 901px) {
  .page-header.page-header__slider .swiper-slide::before, .page-header.page-header__video-text .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0.4;
    pointer-events: none;
  }
}
@media screen and (min-width: 901px) {
  .page-header.page-header__slider .swiper-slide, .page-header.page-header__video-text .swiper-slide {
    width: 100%;
    height: 100vh;
    min-height: 768px;
  }
}
@media screen and (min-width: 901px) {
  .page-header.page-header__video-text {
    position: relative;
    padding: 56.25% 0 0;
    height: auto;
    min-height: auto;
  }
}
@media screen and (min-width: 901px) {
  .page-header.page-header__video-text .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    z-index: 5;
  }
}
@media screen and (min-width: 901px) {
  .page-header.page-header__video-text .swiper-wrapper,
  .page-header.page-header__video-text .swiper-slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 1;
  }
}
.page-header.page-header__video-text video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
@media screen and (min-width: 901px) {
  .page-header.page-header__video-text video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    padding: 0;
  }
}
.page-header.page-header__video-text .page-header__header-safari-cover {
  padding: 56.25% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.page-header.page-header__video-text .page-header__header-safari-cover div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) {
  .page-header.page-header__video-text .page-header__header-safari-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.page-header video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
@media screen and (min-width: 901px) {
  .page-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    padding: 0;
  }
}
.page-header .page-header__header-safari-cover {
  padding: 56.25% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.page-header .page-header__header-safari-cover div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) {
  .page-header .page-header__header-safari-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.page-header .swiper-pagination-custom {
  z-index: 6;
}
.page-header {
  /*------------------------
      Static Image Styling
  --------------------------*/
}
.page-header__img-wrapper {
  display: block;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 900px) {
  .page-header__img-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
  }
}
.page-header img {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  margin: 0 0 0 0;
  transition: transform ease 2250ms;
}
@media screen and (max-width: 900px) {
  .page-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  .page-header.page-header__static::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
  }
}
.page-header {
  /*------------------------
      Iframe Video Embed
  --------------------------*/
}
.page-header video {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .page-header video {
    width: 100%;
    height: auto;
  }
}
.page-header {
  /*------------------------
      Text Box Styling
  --------------------------*/
}
.page-header__header-text {
  position: absolute;
  margin: 0 auto 0 auto;
  width: 100%;
  left: 0%;
  top: 50%;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1900px) {
  .page-header__header-text {
    padding: 0 25px 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .page-header__header-text--mid-blue {
    background: rgb(65, 91, 114) !important;
  }
}
@media screen and (max-width: 900px) {
  .page-header__header-text--sage-green {
    background: rgb(90, 97, 71) !important;
  }
}
@media screen and (max-width: 900px) {
  .page-header__header-text--ochre {
    background: rgb(148, 97, 42) !important;
  }
}
@media screen and (max-width: 900px) {
  .page-header__header-text--warm-grey {
    background: rgb(116, 110, 105) !important;
  }
}
@media screen and (max-width: 900px) {
  .page-header__header-text {
    position: relative;
    top: 0;
    padding: 40px 20px 43px 20px;
    background-color: rgb(47, 58, 60);
    transform: translateY(0%);
  }
}
.page-header__header-text .page-header__header-text-wrapper {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1366px;
  z-index: 2;
}
.page-header__header-text .page-header__header-large-text {
  position: relative;
  display: block;
  margin-bottom: 30px;
  width: 45%;
  padding: 0 0 0 0;
}
@media screen and (max-width: 900px) {
  .page-header__header-text .page-header__header-large-text {
    width: 100%;
  }
}
.page-header__header-text .page-header__header-large-text p {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
}
@media (min-width: 360px) {
  .page-header__header-text .page-header__header-large-text p {
    font-size: calc(18px + 18 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .page-header__header-text .page-header__header-large-text p {
    font-size: 36px;
  }
}
.page-header__header-text .page-header__header-large-text p {
  color: rgb(255, 255, 255);
}
.page-header__header-text .page-header__header-large-text p:first-of-type {
  margin-top: 0;
}
@media screen and (max-height: 980px) and (min-width: 901px) {
  .page-header__header-text .page-header__header-large-text p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (min-height: 1000px) {
  .page-header__header-text .page-header__header-large-text p {
    font-size: 40px;
  }
}
.page-header__header-text .page-header__header-large-text small {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-header__header-text .page-header__header-large-text small {
    font-size: 18px;
  }
}
@media screen and (min-width: 1040px) {
  .page-header__header-text .page-header__header-large-text small {
    font-size: 24px;
  }
}
.page-header__header-text .page-header__header-small-text {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  width: 45%;
  padding: 0 0 0 0;
}
@media screen and (max-width: 900px) {
  .page-header__header-text .page-header__header-small-text {
    width: 100%;
  }
}
.page-header__header-text .page-header__header-small-text p {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 10px;
}
@media (min-width: 320px) {
  .page-header__header-text .page-header__header-small-text p {
    font-size: calc(10px + 8 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .page-header__header-text .page-header__header-small-text p {
    font-size: 18px;
  }
}
.page-header__header-text .page-header__header-small-text p {
  color: rgb(255, 255, 255);
}
.page-header__header-text .page-header__header-small-text p:first-of-type {
  margin-top: 0;
}
.page-header__header-text .page-header__header-small-text p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.page-header__header-text .page-header__header-small-text p a:hover {
  color: rgb(65, 91, 114);
}
.page-header {
  /*------------------------
      Play Button Overlay
  --------------------------*/
}
.page-header__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.page-header__play-btn svg {
  display: block;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 901px) {
  .page-header__play-btn svg {
    width: 210px;
    height: 210px;
  }
}
.page-header__play-btn svg path {
  transition: stroke 0.25s ease;
}
.page-header__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.page-header__play-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.page-header {
  /*------------------------
      Header Down Arrow
  --------------------------*/
}
.page-header__down-arrow {
  position: absolute;
  display: block;
  top: 93%;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  cursor: pointer;
  z-index: 6;
}
@media screen and (min-width: 901px) {
  .page-header__down-arrow {
    top: inherit;
    bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .page-header__down-arrow {
    top: calc(100% - 34px);
    width: 20px;
    height: 11px;
  }
}
.page-header__down-arrow svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  animation: bounce 1s infinite;
  animation-play-state: paused;
}
.page-header__down-arrow:hover svg {
  animation-play-state: running;
}

/*---------------------------------
    Footer Tiles Styling
----------------------------------*/
.footer-tiles-section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 4% 4% 4% 4%;
  background-color: rgba(47, 58, 58, 0.2);
}
.footer-tiles-section__wrapper {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 0 auto;
  grid-template-columns: 124px 1fr;
  column-gap: 51px;
}
@media screen and (max-width: 1150px) {
  .footer-tiles-section__wrapper {
    grid-template-columns: 62px 1fr;
    column-gap: 31px;
  }
}
@media screen and (max-width: 1150px) {
  .footer-tiles-section__wrapper {
    grid-template-columns: 100%;
    row-gap: 31px;
  }
}
.footer-tiles-section aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1150px) {
  .footer-tiles-section aside {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.footer-tiles-section aside svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 124px;
  margin: 0 auto 0 auto;
}
.footer-tiles-section section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1150px) {
  .footer-tiles-section section {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 570px) {
  .footer-tiles-section section {
    grid-template-columns: 1fr;
  }
}
.footer-tiles-section__tile {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.footer-tiles-section__tile a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.footer-tiles-section__tile a .footer-tiles-section__tile-image {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
}
.footer-tiles-section__tile a .footer-tiles-section__tile-image img {
  display: block;
  margin: 0 0 0 0;
  object-fit: cover;
  transition: all 350ms ease;
  transform: scale(1);
  width: 100%;
  height: auto;
}
.footer-tiles-section__tile a .footer-tiles-section__tile-text {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 22px 15px 22px 45px;
  width: 100%;
  height: 30%;
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text {
    padding: 11px 15px 11px 45px;
  }
}
@media screen and (max-width: 570px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text {
    padding: 22px 15px 22px 45px;
  }
}
.footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(1) {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 5px 0;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1340px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(1) {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 650px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(1) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 570px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(1) {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(1) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(2) {
  margin: 0 0 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1340px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(2) {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1150px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(2) {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text p:nth-of-type(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footer-tiles-section__tile a .footer-tiles-section__tile-text-oval {
  position: absolute;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1150px) {
  .footer-tiles-section__tile a .footer-tiles-section__tile-text-oval {
    width: auto;
    height: 80%;
    max-height: 60px;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.footer-tiles-section__tile a .footer-tiles-section__tile-text-oval circle {
  fill: rgb(213, 216, 216);
}
.footer-tiles-section__tile a:hover {
  text-decoration: none;
}
.footer-tiles-section__tile a:hover .footer-tiles-section__tile-image img {
  transform: scale(1.1);
}

/* ------------------------------------------------------------------------------------------------------
	Footer styling section
------------------------------------------------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 58px 50px 45px 50px;
  margin: 0 0 0 0;
  background-color: rgb(47, 58, 60);
}
@media screen and (max-width: 900px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer__wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 580px) {
  .site-footer__wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
}
.site-footer__col {
  width: 50%;
}
@media screen and (max-width: 580px) {
  .site-footer__col {
    width: 100%;
  }
}
.site-footer__col:nth-child(2) ul:last-child {
  margin-bottom: 0;
}
.site-footer__col:nth-child(2), .site-footer__col:nth-child(3), .site-footer__col:nth-child(4) {
  display: flex;
  flex-wrap: nowrap;
}
.site-footer__col:nth-child(2) .site-footer__col-divider, .site-footer__col:nth-child(3) .site-footer__col-divider, .site-footer__col:nth-child(4) .site-footer__col-divider {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 11px;
}
@media screen and (max-width: 580px) {
  .site-footer__col:nth-child(2) .site-footer__col-divider, .site-footer__col:nth-child(3) .site-footer__col-divider, .site-footer__col:nth-child(4) .site-footer__col-divider {
    display: none;
  }
}
.site-footer__col:nth-child(2) .site-footer__col-dot, .site-footer__col:nth-child(3) .site-footer__col-dot, .site-footer__col:nth-child(4) .site-footer__col-dot {
  display: block;
  width: 11px;
  height: 11px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  flex-grow: 0;
}
.site-footer__col:nth-child(2) .site-footer__col-line, .site-footer__col:nth-child(3) .site-footer__col-line, .site-footer__col:nth-child(4) .site-footer__col-line {
  display: block;
  width: 1px;
  flex: 1;
  margin: 0 auto 0 auto;
  background-color: rgb(255, 255, 255);
}
.site-footer__col:nth-child(2) .site-footer__col-content, .site-footer__col:nth-child(3) .site-footer__col-content, .site-footer__col:nth-child(4) .site-footer__col-content {
  display: block;
  flex: 1;
  margin: 0 0 0 0;
}
@media screen and (min-width: 769px) {
  .site-footer__col:nth-child(2) {
    padding-left: 50px;
  }
}
.site-footer__col:nth-child(3) .site-footer__col-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.site-footer__col:nth-child(3) .site-footer__col-content h4 {
  width: 100%;
  flex-grow: 0;
}
.site-footer {
  /*------------------------------
  	Footer Col General Styling
  --------------------------------*/
}
.site-footer p {
  color: rgb(255, 255, 255);
}
.site-footer h3 {
  margin: 0 0 15px 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 580px) {
  .site-footer h3 {
    text-align: center;
  }
}
.site-footer h4 {
  margin: 0 0 5px 0;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-size: 0.9375rem;
}
.site-footer {
  /*------------------------
  	Footer logo
  -------------------------*/
}
.site-footer__footer-logo {
  margin-bottom: 20px;
}
.site-footer__footer-logo svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 224px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .site-footer__footer-logo {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer {
  /*-----------------------------
  	Footer Navigation
  ------------------------------*/
}
.site-footer__navigation {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1400px) {
  .site-footer__navigation {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 580px) {
  .site-footer__navigation {
    display: none;
  }
}
.site-footer__navigation ul {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 40px 0 0;
}
.site-footer__navigation ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1401px) {
  .site-footer__navigation ul li {
    max-width: 110px;
  }
}
.site-footer__navigation ul li a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: color 0.25s ease-in-out;
}
.site-footer__navigation ul li a:hover {
  color: rgb(142, 148, 148);
}
.site-footer__navigation ul li.menu-item-has-children::before {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  bottom: 34%;
  left: 110%;
  width: 0;
  transition: all 0.25s ease-in-out;
}
.site-footer__navigation ul li ul.sub-menu {
  position: absolute;
  display: none;
  left: 200%;
  top: 28%;
  opacity: 0;
  padding: 0 0 0 0;
  width: 200%;
  transition: opacity 0.25s ease-in-out;
}
.site-footer__navigation ul li ul.sub-menu li a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  font-size: 13px;
  font-size: 0.8125rem;
}
.site-footer__navigation ul li.active.menu-item-has-children::before {
  background-color: white;
  width: 80%;
}
.site-footer__navigation ul li.active ul.sub-menu {
  display: block;
  opacity: 1;
}
.site-footer {
  /*-----------------------------
  	Footer Planning Process
  ------------------------------*/
}
.site-footer__planning-process {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 1400px) {
  .site-footer__planning-process {
    display: none;
  }
}
.site-footer__planning-process ul {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  list-style: none;
}
.site-footer__planning-process ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.site-footer__planning-process ul li:last-child .site-footer__planning-process-line {
  background-color: rgb(47, 58, 60);
}
.site-footer__planning-process ul li:last-child .site-footer__planning-process-content {
  padding: 0 0 0 12px;
}
.site-footer__planning-process-divider {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 11px;
}
.site-footer__planning-process-dot {
  display: block;
  width: 11px;
  height: 11px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  flex-grow: 0;
}
.site-footer__planning-process-line {
  display: block;
  width: 1px;
  flex: 1;
  margin: 0 auto 0 auto;
  background-color: rgb(255, 255, 255);
}
.site-footer__planning-process-content {
  display: block;
  flex: 1;
  padding: 0 0 20px 12px;
  margin: -3px 0 0 0;
}
.site-footer {
  /*--------------------------
  	Footer Recent Tweets
  ---------------------------*/
}
.site-footer__tweets ul {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.site-footer__tweets ul li {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 34px 0;
}
.site-footer__tweets ul li svg {
  position: relative;
  display: block;
  width: 16px;
  margin: 0 0 5px 0;
}
.site-footer__tweets ul li svg path {
  fill: rgb(255, 255, 255);
}
.site-footer__tweets ul li small {
  display: block;
  padding: 10px 0 0 0;
  font-size: 10px;
  font-size: 0.625rem;
}
.site-footer__tweets ul li a {
  color: rgb(142, 148, 148);
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.site-footer__tweets ul li a:hover {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1170px) {
  .site-footer__tweets {
    display: none !important;
  }
}
.site-footer {
  /*------------------------
  	Footer Localtions Col
  -------------------------*/
}
.site-footer__locations ul {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.site-footer__locations ul li {
  display: flex;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-size: 0.9375rem;
}
.site-footer__locations ul li figure {
  width: 30px;
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
}
.site-footer__locations ul li svg {
  display: block;
  position: relative;
  width: 20px;
  height: auto;
  margin: 0 0 0 0;
}
.site-footer__locations ul li a {
  flex: 1;
  color: rgb(255, 255, 255);
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  padding: 0 0 0 0;
  word-wrap: break-word;
}
.site-footer__locations ul li a:hover {
  color: rgb(142, 148, 148);
}
@media screen and (max-width: 930px) {
  .site-footer__locations {
    display: none !important;
  }
}
.site-footer {
  /*------------------------
  	Footer Details Col
  -------------------------*/
}
.site-footer__footer-details nav {
  align-self: flex-end;
  width: 100%;
  flex-grow: 0;
  margin-top: 5px;
}
.site-footer__footer-details nav ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  list-style: none;
}
@media screen and (max-width: 580px) {
  .site-footer__footer-details nav ul {
    text-align: center;
    margin: 0 0 25px 0;
    justify-content: center;
  }
}
.site-footer__footer-details nav ul li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 580px) {
  .site-footer__footer-details nav ul li {
    display: inline;
    padding: 0 5px 0 5px;
  }
  .site-footer__footer-details nav ul li:nth-child(2) {
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    padding: 0 10px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__footer-details nav ul li:after {
    content: "|";
    color: rgb(255, 255, 255);
    padding-left: 5px;
  }
}
.site-footer__footer-details nav ul li:last-child:after {
  display: none;
}
.site-footer__footer-details nav ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.site-footer__footer-details nav ul li a:hover {
  color: rgb(142, 148, 148);
}
.site-footer__footer-details p {
  width: 100%;
  align-self: flex-end;
  margin: 0 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  flex-grow: 0;
}
@media screen and (max-width: 580px) {
  .site-footer__footer-details p {
    text-align: center;
  }
}
.site-footer__footer-details p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.site-footer__footer-details p a:hover {
  color: rgb(142, 148, 148);
}
.site-footer {
  /*-------------------------------------
  	Footer Details Col - Social Links
  --------------------------------------*/
}
.site-footer__social-links {
  position: relative;
  width: 100%;
  margin: 40px 0 15px 0;
  padding: 0 0 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .site-footer__social-links {
    text-align: center;
    justify-content: center;
  }
}
.site-footer__social-links h3 {
  margin-bottom: 0;
}
.site-footer__social-links li {
  display: inline-block;
}
.site-footer__social-links li a {
  display: block;
}
.site-footer__social-links li a svg {
  position: relative;
  display: block;
  width: 25px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.site-footer__social-links li a svg path {
  transition: all 0.25s ease-in-out;
  fill: rgb(255, 255, 255);
}
.site-footer__social-links li a:hover svg path {
  transition: all 0.25s ease-in-out;
  fill: rgb(142, 148, 148);
}

/* ------------------------------------------------------------------------------------------------------
	Team v2 page styling
------------------------------------------------------------------------------------------------------*/
.page-template-page-team-v2 {
  /*----------------------------------
  	Intro text section
  -----------------------------------*/
}
.page-template-page-team-v2 .riddor-content-section--three-cols .riddor-content-section__wrapper {
  padding: 50px 0;
  display: flex;
  text-align: center;
}
.page-template-page-team-v2 .riddor-content-section--three-cols .riddor-content-section__wrapper > section {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .riddor-content-section--three-cols .riddor-content-section__wrapper > section {
    width: 90%;
  }
}
.page-template-page-team-v2 .riddor-content-section--three-cols p {
  font-size: 16px;
  font-size: 1rem;
}
.page-template-page-team-v2 .riddor-content-section--three-cols p:first-of-type {
  font-size: 22px;
  font-size: 1.375rem;
}
.page-template-page-team-v2 {
  /*----------------------------------
  	Filter bar
  -----------------------------------*/
}
.page-template-page-team-v2 .team-v2-filter {
  background-color: #EAEBEC;
}
.page-template-page-team-v2 .team-v2-filter__inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 20px;
}
.page-template-page-team-v2 .team-v2-filter__form {
  padding: 0;
}
.page-template-page-team-v2 .team-v2-filter__controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2-filter__controls {
    gap: 12px;
    padding: 16px 0;
  }
}
.page-template-page-team-v2 .team-v2-filter__label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  color: rgb(47, 58, 60);
  white-space: nowrap;
  padding-right: 10px;
  flex-shrink: 0;
}
.page-template-page-team-v2 .team-v2-filter__dropdown-wrap {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.page-template-page-team-v2 .team-v2-filter__chevron {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgb(47, 58, 60);
  pointer-events: none;
  padding: 0 2px 0 0;
  line-height: 1;
}
.page-template-page-team-v2 .team-v2-filter__select {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  color: rgb(47, 58, 60);
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 8px 6px;
}
.page-template-page-team-v2 .team-v2-filter__select:hover {
  color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .team-v2-filter__select option {
  background: rgb(255, 255, 255);
  color: rgb(47, 58, 60);
  font-weight: normal;
}
.page-template-page-team-v2 .team-v2-filter__name-group {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2-filter__name-group {
    flex: 0 0 100%;
    padding-left: 0;
    order: -1;
  }
}
.page-template-page-team-v2 .team-v2-filter__name-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  color: rgb(47, 58, 60);
  white-space: nowrap;
  flex-shrink: 0;
}
.page-template-page-team-v2 .team-v2-filter__separator {
  color: rgb(142, 148, 148);
  padding: 0 10px;
  flex-shrink: 0;
  line-height: 1;
}
.page-template-page-team-v2 .team-v2-filter__input {
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  background: white;
  border-radius: 4px;
  margin-left: 15px;
  outline: none;
  padding: 8px 4px;
  width: 100%;
  min-width: 140px;
  color: rgb(47, 58, 60);
}
.page-template-page-team-v2 .team-v2-filter__input::placeholder {
  color: rgb(142, 148, 148);
}
.page-template-page-team-v2 .team-v2-filter__input:focus {
  border-bottom-color: rgb(47, 58, 60);
}
.page-template-page-team-v2 .team-v2-filter {
  /*----------------------------------
  	Custom dropdown
  -----------------------------------*/
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown {
  position: relative;
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__trigger {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  color: rgb(47, 58, 60);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 6px;
  line-height: 1;
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__trigger:hover {
  color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__panel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: -20px;
  background: #F6F6F6;
  min-width: 240px;
  z-index: 200;
  border-bottom: 1px solid rgb(47, 58, 60);
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__panel[aria-label=Location] {
    left: initial;
    right: -40px;
  }
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown.is-open .team-v2-custom-dropdown__panel {
  display: block;
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  color: rgb(47, 58, 60);
  background: none;
  border: none;
  padding: 10px 12px;
  cursor: pointer;
  text-align: left;
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__option::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid rgb(47, 58, 60);
  flex-shrink: 0;
  transition: background-color 150ms ease, border-color 150ms ease;
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__option.is-selected::before {
  background-color: rgb(47, 58, 60);
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__option:hover {
  color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__option:hover::before {
  border-color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .team-v2-filter .team-v2-custom-dropdown__option.is-selected:hover::before {
  background-color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .team-v2-filter__submit {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  color: rgb(255, 255, 255);
  background-color: rgb(47, 58, 60);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 16px;
  letter-spacing: 0.03em;
  transition: background-color 200ms ease;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2-filter__submit {
    margin-left: 0;
  }
}
.page-template-page-team-v2 .team-v2-filter__submit:hover {
  background-color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .team-v2-filter__reset {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  color: rgb(47, 58, 60);
  background: none;
  border: none;
  padding: 10px 4px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 200ms ease;
}
.page-template-page-team-v2 .team-v2-filter__reset:hover {
  color: rgb(65, 91, 114);
}
.page-template-page-team-v2 {
  /*----------------------------------
  	Grid section wrapper
  -----------------------------------*/
}
.page-template-page-team-v2 .team-v2-grid-section {
  padding: 80px 0;
  background: #EAEBEC;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2-grid-section {
    padding: 40px 0 60px;
  }
}
.page-template-page-team-v2 .team-v2-grid-section__inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-template-page-team-v2 .team-v2-results {
  position: relative;
  transition: opacity 200ms ease;
}
.page-template-page-team-v2 .team-v2-results.is-loading {
  opacity: 0.4;
  pointer-events: none;
}
.page-template-page-team-v2 .team-v2__section {
  margin-bottom: 40px;
}
.page-template-page-team-v2 .team-v2__section-heading {
  font-size: 32px;
  font-size: 2rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  color: rgb(47, 58, 60);
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2__section-heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.page-template-page-team-v2 .team-v2__divider {
  border: none;
  border-top: 1px solid rgb(47, 58, 60);
  margin: 10px 0 50px;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2__divider {
    margin: 0 0 40px;
  }
}
.page-template-page-team-v2 .team-v2__no-results {
  font-size: 16px;
  font-size: 1rem;
  color: rgb(116, 110, 105);
  text-align: center;
  padding: 40px 0;
}
.page-template-page-team-v2 {
  /*----------------------------------
  	Card grid
  -----------------------------------*/
}
.page-template-page-team-v2 .team-v2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 30px;
}
@media screen and (max-width: 960px) {
  .page-template-page-team-v2 .team-v2__grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-team-v2 .team-v2__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 18x;
    row-gap: 18px;
  }
}
.page-template-page-team-v2 {
  /*----------------------------------
  	Team card
  -----------------------------------*/
}
.page-template-page-team-v2 .team-v2__card {
  display: flex;
  flex-direction: column;
}
.page-template-page-team-v2 .team-v2__card-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: rgb(234, 235, 235);
  margin-bottom: 14px;
}
.page-template-page-team-v2 .team-v2__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.page-template-page-team-v2 .team-v2__card-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: rgb(234, 235, 235);
}
.page-template-page-team-v2 .team-v2__card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-template-page-team-v2 .team-v2__card-name {
  font-size: 20.7px;
  font-size: 1.29375rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  color: rgb(47, 58, 60);
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2__card-name {
    font-size: 15px;
  }
}
.page-template-page-team-v2 .team-v2__card-role {
  font-size: 20.7px;
  font-size: 1.29375rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  color: rgb(47, 58, 60);
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2__card-role {
    font-size: 13px;
  }
}
.page-template-page-team-v2 .team-v2__card-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.page-template-page-team-v2 .team-v2__card-email {
  display: flex;
}
.page-template-page-team-v2 .team-v2__card-linkedin {
  display: inline-flex;
  align-items: center;
  color: rgb(47, 58, 60);
  transition: color 200ms ease;
}
.page-template-page-team-v2 .team-v2__card-linkedin:hover {
  color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .team-v2__card-linkedin svg {
  display: block;
  fill: currentColor;
}
.page-template-page-team-v2 {
  /*----------------------------------
  	Card trigger cursor
  -----------------------------------*/
}
.page-template-page-team-v2 .team-v2__card-trigger {
  display: block;
  cursor: pointer;
}
.page-template-page-team-v2 .team-v2__card-trigger:hover .team-v2__card-image img {
  opacity: 0.85;
}
.page-template-page-team-v2 .team-v2__card-image img {
  transition: opacity 200ms ease;
}
.page-template-page-team-v2 {
  /*----------------------------------
  	Modal
  -----------------------------------*/
}
.page-template-page-team-v2 .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.page-template-page-team-v2 .modal.is-active {
  display: flex;
}
.page-template-page-team-v2 .modal.is-active .modal__wrapper {
  animation: fade-in 250ms;
}
.page-template-page-team-v2 .modal.is-active .modal__bg {
  animation: fade-in 50ms;
}
.page-template-page-team-v2 .modal__wrapper {
  position: relative;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  width: 1260px;
  max-width: 80%;
}
.page-template-page-team-v2 .modal__content {
  display: none;
}
.page-template-page-team-v2 .modal__content.is-active {
  display: block;
}
@media screen and (min-width: 420px) {
  .page-template-page-team-v2 .modal__inner {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .page-template-page-team-v2 .modal__inner {
    padding-left: 400px;
  }
}
.page-template-page-team-v2 .modal__media {
  position: relative;
  display: block;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 420px) {
  .page-template-page-team-v2 .modal__media {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .page-template-page-team-v2 .modal__media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
  }
}
.page-template-page-team-v2 .modal__media::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
@media screen and (min-width: 576px) {
  .page-template-page-team-v2 .modal__media::before {
    display: none;
  }
}
.page-template-page-team-v2 .modal__media img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-team-v2 .modal__text {
  max-height: 80vh;
  overflow-y: auto;
}
.page-template-page-team-v2 .modal__text::-webkit-scrollbar {
  width: 5px;
}
.page-template-page-team-v2 .modal__text::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 0;
}
.page-template-page-team-v2 .modal__text::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgb(47, 58, 60);
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .modal__text {
    border: 20px solid rgb(255, 255, 255);
    border-right-width: 10px;
    max-height: 60vh;
  }
}
.page-template-page-team-v2 .modal .rte {
  padding-right: 15px;
}
@media screen and (min-width: 576px) {
  .page-template-page-team-v2 .modal .rte {
    padding: 40px;
  }
}
.page-template-page-team-v2 .modal .rte h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-page-team-v2 .modal .rte h3 {
  margin-top: 0;
}
.page-template-page-team-v2 .modal .rte p {
  font-size: 1rem;
}
.page-template-page-team-v2 .modal .rte p:last-child {
  margin-bottom: 0;
}
.page-template-page-team-v2 .modal__linkedin {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: rgb(47, 58, 60);
  transition: color 200ms ease;
}
.page-template-page-team-v2 .modal__linkedin:hover {
  color: rgb(65, 91, 114);
}
.page-template-page-team-v2 .modal__linkedin svg {
  display: block;
  fill: currentColor;
}
.page-template-page-team-v2 .modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.page-template-page-team-v2 .modal__close:hover svg {
  transform: scale(0.9);
}
.page-template-page-team-v2 .modal__close svg {
  fill: rgb(255, 255, 255);
  transition: all 250ms ease-in-out;
}
.page-template-page-team-v2 .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 58, 60, 0.98);
}
.page-template-page-team-v2 {
  /*----------------------------------
  	Pagination
  -----------------------------------*/
}
.page-template-page-team-v2 .team-v2-pagination {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-team-v2 .team-v2-pagination {
    padding-top: 36px;
  }
}
.page-template-page-team-v2 .team-v2-pagination__inner {
  display: flex;
  align-items: center;
  gap: 2px;
}
.page-template-page-team-v2 .team-v2-pagination__btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  background: none;
  border: 1px solid transparent;
  color: rgb(47, 58, 60);
  cursor: pointer;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  transition: border-color 200ms ease, background-color 200ms ease;
  letter-spacing: 0.02em;
}
.page-template-page-team-v2 .team-v2-pagination__btn--prev, .page-template-page-team-v2 .team-v2-pagination__btn--next {
  font-size: 18px;
  font-size: 1.125rem;
  min-width: 32px;
  color: rgb(47, 58, 60);
}
.page-template-page-team-v2 .team-v2-pagination__btn--num.is-active {
  border-color: rgb(47, 58, 60);
  background-color: rgb(47, 58, 60);
  color: rgb(255, 255, 255);
}
.page-template-page-team-v2 .team-v2-pagination__btn--num:hover:not(.is-active) {
  border-color: rgb(142, 148, 148);
}
.page-template-page-team-v2 .team-v2-pagination__btn.is-disabled {
  color: rgb(142, 148, 148);
  cursor: default;
  pointer-events: none;
}
/*# sourceMappingURL=team-v2.css.map */
