@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 Single Img
-----------------------------------------*/
.riddor-content-section--single-img .riddor-content-section__wrapper {
  display: grid;
  grid-template-columns: 124px 1fr;
  column-gap: 51px;
  padding: 20px 0 102px 0;
}
@media screen and (max-width: 1150px) {
  .riddor-content-section--single-img .riddor-content-section__wrapper {
    padding: 20px 0 51px 0;
  }
}
@media screen and (max-width: 780px) {
  .riddor-content-section--single-img .riddor-content-section__wrapper {
    column-gap: 25px;
  }
}
.riddor-content-section--single-img .riddor-content-section__grid-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.riddor-content-section--single-img .riddor-content-section__grid-icon svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 124px;
  margin: 0 auto 0 auto;
}
.riddor-content-section--single-img section img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}

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

/* ------------------------------------------------------------------------------------------------------
	Contact V2 page styling
------------------------------------------------------------------------------------------------------*/
.page-template-page-contact-v2 {
  /*----------------------------------
  	Three Cols Section Styling
  -----------------------------------*/
}
.page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__wrapper {
  padding: 140px 0 65px;
  display: flex;
  text-align: center;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__wrapper > section {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__wrapper > section {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__wrapper {
    padding: 10px 0 20px 0;
  }
}
.page-template-page-contact-v2 .riddor-content-section--three-cols p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .riddor-content-section--three-cols p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .page-template-page-contact-v2 .riddor-content-section--three-cols p:nth-child(odd) {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="tel:"],
.page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="#"] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #343F42;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300 !important;
  transition: background-color 200ms ease;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="tel:"]::before,
.page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="#"]::before {
  content: "";
  display: block;
  width: 26px;
  height: 46px;
  flex-shrink: 0;
  background-color: rgb(255, 255, 255);
  mask-image: url(../images/svg/phone.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url(../images/svg/phone.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="tel:"]:hover,
.page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="#"]:hover {
  background-color: rgb(74.4745762712, 90.2288135593, 94.5254237288);
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="tel:"],
  .page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="#"] {
    font-size: 16px;
    font-size: 1rem;
    padding: 4px 15px;
  }
  .page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="tel:"]::before,
  .page-template-page-contact-v2 .riddor-content-section--three-cols a[href^="#"]::before {
    width: 18px;
    height: 38px;
  }
}
@media screen and (max-width: 960px) {
  .page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__sidebar {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 460px) {
  .page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__sidebar {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.page-template-page-contact-v2 .riddor-content-section--three-cols h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 5px;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form {
  padding-top: 20px;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form label {
  display: block;
  margin: 0 0 20px 0;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form span.gfield_required {
  margin-left: 3px;
  color: #dc2f02;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form div.gfield_validation_message {
  margin-bottom: 20px;
  color: #dc2f02;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form input[type=text],
.page-template-page-contact-v2 .riddor-content-section--three-cols form input[type=email],
.page-template-page-contact-v2 .riddor-content-section--three-cols form input[type=tel] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: rgb(234, 235, 235);
  padding: 20px 18px 14px 18px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1rem;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: rgb(234, 235, 235);
  padding: 20px 18px 14px 18px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1rem;
  resize: none;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form button.gform_button {
  border: none;
  background-color: rgb(47, 58, 60);
  color: rgb(255, 255, 255);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 20px 0;
  width: auto;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form button.gform_button .gform_button_icon {
  width: 49px;
  padding: 21px 0 21px 18px;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form button.gform_button .gform_button_icon svg {
  display: block;
  width: 28px;
  height: auto;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form button.gform_button .gform_button_text {
  flex: 1;
  padding: 21px 18px 21px 18px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-template-page-contact-v2 .riddor-content-section--three-cols form button.gform_button:hover {
  background-color: rgb(90, 97, 71);
}
.page-template-page-contact-v2 {
  /*--------------------------------------
  	Sidebar Location Information
  ---------------------------------------*/
}
.page-template-page-contact-v2 .riddor-content-section__sidebar h4 {
  margin: 0 0 8px 0;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .page-template-page-contact-v2 .riddor-content-section__sidebar ul {
    margin: 0 0 35px 0;
  }
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li {
  display: flex;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: rgb(47, 58, 60);
  font-size: 18px;
}
@media (min-width: 360px) {
  .page-template-page-contact-v2 .riddor-content-section__sidebar ul li {
    font-size: calc(18px + -2 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .page-template-page-contact-v2 .riddor-content-section__sidebar ul li {
    font-size: 16px;
  }
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li.riddor-content-section__sidebar-phone {
  font-size: 20px;
}
@media (min-width: 360px) {
  .page-template-page-contact-v2 .riddor-content-section__sidebar ul li.riddor-content-section__sidebar-phone {
    font-size: calc(20px + -2 * (100vw - 360px) / 1080);
  }
}
@media (min-width: 1440px) {
  .page-template-page-contact-v2 .riddor-content-section__sidebar ul li.riddor-content-section__sidebar-phone {
    font-size: 18px;
  }
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li.riddor-content-section__sidebar-address {
  padding: 12px 0 12px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li.riddor-content-section__sidebar-map {
  padding: 0 0 0 30px;
  font-size: 12px;
  font-size: 0.75rem;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li.riddor-content-section__sidebar-map a {
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li.riddor-content-section__sidebar-map a:hover {
  color: rgb(90, 97, 71);
  text-decoration: none;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li figure {
  width: 30px;
  margin: 3px 0 0 0;
  padding: 0 10px 0 0;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li svg {
  display: block;
  position: relative;
  width: 20px;
  height: auto;
  margin: 0 0 0 0;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li a {
  flex: 1;
  color: rgb(47, 58, 60);
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  padding: 0 0 0 0;
  word-wrap: break-word;
}
.page-template-page-contact-v2 .riddor-content-section__sidebar ul li a:hover {
  color: rgb(90, 97, 71);
}
.page-template-page-contact-v2 {
  /*--------------------------------------
  	Single Image Section
  ---------------------------------------*/
}
@media screen and (max-width: 960px) {
  .page-template-page-contact-v2 .riddor-content-section--single-img .riddor-content-section__wrapper {
    grid-template-columns: 62px 1fr;
    column-gap: 25px;
  }
}
@media screen and (max-width: 460px) {
  .page-template-page-contact-v2 .riddor-content-section--single-img .riddor-content-section__wrapper {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 25px;
  }
}
@media screen and (max-width: 460px) {
  .page-template-page-contact-v2 .riddor-content-section--single-img .riddor-content-section__grid-icon {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 460px) {
  .page-template-page-contact-v2 .riddor-content-section--single-img section {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__grid-icon .supergraphic {
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__grid-icon .supergraphic {
    position: absolute;
    top: 0;
    display: block;
    width: 124px;
    height: 124px;
    z-index: 2;
    background-image: url(../images/svg/square-supergraphic-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 100ms ease;
  }
  .page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__grid-icon .supergraphic.grey {
    background-image: url(../images/svg/square-supergraphic-grey.svg);
  }
  .page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__grid-icon .supergraphic.white {
    background-image: url(../images/svg/square-supergraphic-white.svg);
  }
}
.page-template-page-contact-v2 .riddor-content-section--three-cols .riddor-content-section__grid-icon svg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-template-page-contact-v2 .riddor-content-section--single-img svg {
    display: none;
  }
}
.page-template-page-contact-v2 {
  /*--------------------------------------
  	Gravity Form Section
  ---------------------------------------*/
}
.page-template-page-contact-v2 .c-contact-form {
  background-color: #EAEBEC;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form {
    padding: 40px 0;
  }
}
.page-template-page-contact-v2 .c-contact-form__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-template-page-contact-v2 .c-contact-form__p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form__p {
    font-size: 14px;
    font-size: 0.875rem;
    width: 80%;
    margin: auto;
  }
}
.page-template-page-contact-v2 .c-contact-form .gform_confirmation_message {
  text-align: center;
}
.page-template-page-contact-v2 .c-contact-form .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 5px;
}
.page-template-page-contact-v2 .c-contact-form .gform_fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 100px !important;
  row-gap: 5px !important;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form .gform_fields {
    grid-template-columns: 1fr !important;
  }
}
.page-template-page-contact-v2 .c-contact-form .gform_fields .gfield {
  grid-column: 1 !important;
  --gf-field-width: auto !important;
  width: auto !important;
}
.page-template-page-contact-v2 .c-contact-form .gform_fields .gfield:has(textarea) {
  grid-column: 2 !important;
  grid-row: 1/span 10 !important;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form .gform_fields .gfield:has(textarea) {
    grid-column: 1 !important;
    grid-row: auto !important;
    order: 99;
  }
}
.page-template-page-contact-v2 .c-contact-form .gform_fields .gfield--type-submit,
.page-template-page-contact-v2 .c-contact-form .gform_fields .gform_footer,
.page-template-page-contact-v2 .c-contact-form .gform_fields .gform_page_footer {
  grid-column: 2 !important;
  grid-row: 11 !important;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form .gform_fields .gfield--type-submit,
  .page-template-page-contact-v2 .c-contact-form .gform_fields .gform_footer,
  .page-template-page-contact-v2 .c-contact-form .gform_fields .gform_page_footer {
    grid-column: 1 !important;
    grid-row: auto !important;
    margin-top: 0;
    padding-top: 0;
    order: 100;
  }
}
.page-template-page-contact-v2 .c-contact-form .gform_fields .gform_footer {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form .gform_fields .gform_footer {
    margin-top: -20px;
  }
}
.page-template-page-contact-v2 .c-contact-form .gform_fields .gform_footer {
  padding: 0;
}
.page-template-page-contact-v2 .c-contact-form .gform_fields .ginput_container > * {
  margin-bottom: 0;
}
.page-template-page-contact-v2 .c-contact-form form {
  padding-top: 20px;
}
.page-template-page-contact-v2 .c-contact-form form label {
  display: block;
  margin: 0 0 20px 0;
}
.page-template-page-contact-v2 .c-contact-form form span.gfield_required {
  margin-left: 3px;
  color: #dc2f02;
}
.page-template-page-contact-v2 .c-contact-form form div.gfield_validation_message {
  margin-bottom: 20px;
  color: #dc2f02;
}
.page-template-page-contact-v2 .c-contact-form form input[type=text],
.page-template-page-contact-v2 .c-contact-form form input[type=email],
.page-template-page-contact-v2 .c-contact-form form input[type=tel],
.page-template-page-contact-v2 .c-contact-form form input[type=number],
.page-template-page-contact-v2 .c-contact-form form select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: rgb(255, 255, 255);
  padding: 15px 8px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1rem;
  color: rgb(47, 58, 60);
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form form input[type=text],
  .page-template-page-contact-v2 .c-contact-form form input[type=email],
  .page-template-page-contact-v2 .c-contact-form form input[type=tel],
  .page-template-page-contact-v2 .c-contact-form form input[type=number],
  .page-template-page-contact-v2 .c-contact-form form select {
    padding: 8px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.page-template-page-contact-v2 .c-contact-form form select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.page-template-page-contact-v2 .c-contact-form form select.is-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.page-template-page-contact-v2 .c-contact-form form textarea::placeholder,
.page-template-page-contact-v2 .c-contact-form form input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form form select.is-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .page-template-page-contact-v2 .c-contact-form form select {
    height: 42px;
  }
  .page-template-page-contact-v2 .c-contact-form form textarea {
    font-size: 13px !important;
  }
  .page-template-page-contact-v2 .c-contact-form form textarea::placeholder,
  .page-template-page-contact-v2 .c-contact-form form input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.page-template-page-contact-v2 .c-contact-form form select option {
  color: rgb(47, 58, 60);
}
.page-template-page-contact-v2 .c-contact-form form .gfield--large {
  height: auto !important;
}
.page-template-page-contact-v2 .c-contact-form form textarea {
  display: block;
  width: 100%;
  min-height: 200px;
  border: none;
  outline: none;
  background-color: rgb(255, 255, 255);
  padding: 15px 8px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1rem;
  resize: none;
}
.page-template-page-contact-v2 .c-contact-form form button.gform_button {
  border: none;
  background-color: rgb(47, 58, 60);
  color: rgb(255, 255, 255);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  width: auto;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}
.page-template-page-contact-v2 .c-contact-form form button.gform_button .gform_button_icon {
  width: 49px;
  padding: 21px 0 21px 18px;
}
.page-template-page-contact-v2 .c-contact-form form button.gform_button .gform_button_icon svg {
  display: block;
  width: 28px;
  height: auto;
}
.page-template-page-contact-v2 .c-contact-form form button.gform_button .gform_button_text {
  flex: 1;
  padding: 21px 18px 21px 18px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-template-page-contact-v2 .c-contact-form form button.gform_button:hover {
  background-color: rgb(90, 97, 71);
}
.page-template-page-contact-v2 .c-contact-form .gform_button[type=submit] {
  background: #2F3A3C;
  font-size: 14px;
  font-weight: 700;
  color: white;
  border: 0;
  padding: 15px;
  max-width: 120px;
  width: 100%;
  transition: all 130ms ease;
}
.page-template-page-contact-v2 .c-contact-form .gform_button[type=submit]:hover {
  background-color: rgb(69.4018691589, 85.6448598131, 88.5981308411);
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-contact-form .gform_button[type=submit] {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.page-template-page-contact-v2 .c-map {
  background: linear-gradient(to right, #9EA4AF, #9EA4AF 50%, #FFF 50%, #FFF);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map {
    background: none;
    padding: 30px 0;
  }
}
.page-template-page-contact-v2 .c-map .container {
  max-width: 1060px;
  margin: auto;
  width: 100%;
  display: grid;
  padding: 0 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map .container {
    grid-template-columns: 1fr;
  }
}
.page-template-page-contact-v2 .c-map__map {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map__map {
    padding: 50px 20px;
    background-color: #9EA4AF;
  }
}
.page-template-page-contact-v2 .c-map__locations {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map__locations {
    padding: 50px 20px;
  }
}
.page-template-page-contact-v2 .c-map .c-locations-list__grid {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map .c-locations-list__grid {
    row-gap: 30px;
    column-gap: 15px;
    width: 80%;
    margin: auto;
  }
}
.page-template-page-contact-v2 .c-map .c-locations-list__name {
  font-weight: 500;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-align: left;
  display: block;
  cursor: pointer;
}
.page-template-page-contact-v2 .c-map .c-locations-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map .c-locations-list__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map .c-locations-list__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map .c-locations-list__phone {
    font-size: 14px;
  }
}
.page-template-page-contact-v2 .c-map .c-locations-list__heading {
  font-size: 53px;
  line-height: 65px;
}
.page-template-page-contact-v2 .c-map .c-locations-list__heading--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-template-page-contact-v2 .c-map .c-locations-list__heading {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
  }
  .page-template-page-contact-v2 .c-map .c-locations-list__heading--desktop {
    display: none;
  }
  .page-template-page-contact-v2 .c-map .c-locations-list__heading--mobile {
    display: block;
  }
}
/*# sourceMappingURL=contact-v2.css.map */
