/*
Theme Name: RetrofitWest
Author: Stuart Magog for Winter Design
Author URI: https://www.winterdesign.co.uk/
Version: 1.1

*/
/* -------------------------------------------------------------------------------------------------------------------
Variables
------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------
Mixins
------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------
Normalize
------------------------------------------------------------------------------------------------------------------- */
html,
mark {
  color: #000;
}

body,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  padding: 0;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
}

dl,
menu,
ol,
p,
pre,
ul {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 16px;
}

nav ol,
nav ul {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.nomargin {
  margin: 0 !important;
}

* {
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------------------------------------------------
General
------------------------------------------------------------------------------------------------------------------- */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  html {
    scroll-padding-top: 140px;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
Typography
------------------------------------------------------------------------------------------------------------------- */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01rem;
  overflow-x: hidden;
}

p,
li,
td {
  font-size: 1rem;
  margin: 0 0 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", "sans-serif";
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #00251A;
  letter-spacing: -0.05rem;
}

.fw-dark h1,
.fw-dark h2,
.fw-dark h3,
.fw-dark h4,
.fw-dark h5,
.fw-dark h6 {
  color: #fff;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 3.625rem;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 3.625rem;
  }
}

h2 {
  font-size: 1.875rem;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 2.875rem;
  }
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.375rem;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  h5 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 0.875rem;
}

small {
  font-size: 0.75rem;
}

ul,
ol {
  margin-bottom: 32px;
}

li {
  margin: 0 0 8px;
}

td {
  margin: 0;
}

@media (min-width: 768px) {
  h1,
  h2,
  h3 {
    margin-bottom: 32px;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Common styles and classes
------------------------------------------------------------------------------------------------------------------- */
::-moz-selection {
  background: #40CC0E;
  text-shadow: none;
}

::selection {
  background: #40CC0E;
  text-shadow: none;
}

a {
  color: #222;
  border-bottom: 1px solid;
  outline: 0 !important;
  text-decoration: none;
  transition: all 0.25s;
}
a:hover, a:active {
  color: #40CC0E;
  text-decoration: none;
}

.fw-dark a {
  color: #fff;
}
.fw-dark a:hover, .fw-dark a:active {
  color: #40CC0E;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.highlight {
  color: #40CC0E;
}

.bdrs {
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .bdrs {
    border-radius: 30px;
  }
}

a.link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

hr {
  border: none;
  border-top: 2px solid #00251A;
  margin: 0 0 40px;
}

@media (max-width: 1023px) {
  .m1024 {
    display: none !important;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border-bottom: none !important;
}

/* -------------------------------------------------------------------------------------------------------------------
Buttons
------------------------------------------------------------------------------------------------------------------- */
.btn,
a.button,
button,
input[type=submit],
.ga-google-analytics-pro-optin-link,
.ga-google-analytics-pro-optout-link {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #00251A;
  border: none;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  transition: all 0.25s;
  border-radius: 50px;
  margin: 0 8px 0 0;
  transition: all 0.25s;
  line-height: 1;
}
.btn:hover, .btn:focus, .btn:active,
a.button:hover,
a.button:focus,
a.button:active,
button:hover,
button:focus,
button:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.ga-google-analytics-pro-optin-link:hover,
.ga-google-analytics-pro-optin-link:focus,
.ga-google-analytics-pro-optin-link:active,
.ga-google-analytics-pro-optout-link:hover,
.ga-google-analytics-pro-optout-link:focus,
.ga-google-analytics-pro-optout-link:active {
  color: #fff;
  background-color: #40CC0E;
  transition: all 0.25s;
}
@media screen and (min-width: 1280px) {
  .btn,
  a.button,
  button,
  input[type=submit],
  .ga-google-analytics-pro-optin-link,
  .ga-google-analytics-pro-optout-link {
    height: 52px;
    padding: 0 40px;
  }
}

button.filter {
  padding: 0 16px;
  height: 36px;
  border-radius: 3px;
  margin: 0 8px 8px 0;
}
button.filter.is-checked {
  background-color: #40CC0E;
}

.btn-light,
a.button-light,
button.button-light,
input[type=submit].button-light,
.arrow-btn {
  background-color: #FFF;
  color: #00251A !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active,
a.button-light:hover,
a.button-light:focus,
a.button-light:active,
button.button-light:hover,
button.button-light:focus,
button.button-light:active,
input[type=submit].button-light:hover,
input[type=submit].button-light:focus,
input[type=submit].button-light:active,
.arrow-btn:hover,
.arrow-btn:focus,
.arrow-btn:active {
  background-color: #40CC0E;
  color: #FFF !important;
}

.arrow-btn {
  background-image: url(assets/img/i-arrow-r-dark.svg);
  background-size: 20px 14px;
  background-position: center right 32px;
  background-repeat: no-repeat;
  padding-right: 84px;
}

.arrow-btn-dark {
  background-image: url(assets/img/i-arrow-r.svg);
  background-color: #00251A !important;
  color: #FFF !important;
}
.arrow-btn-dark:hover {
  background-color: #40CC0E !important;
  color: #FFF !important;
}

.arrow-circle-btn {
  background-image: url(https://www.retrofitwest.co.uk/wp-content/themes/retrofitwest/assets/img/i-arrow-circle-r.svg);
  background-size: 24px 24px;
  background-position: center right 32px;
  background-repeat: no-repeat;
  padding-right: 84px;
  background-color: #40CC0E;
}
@media screen and (min-width: 1280px) {
  .arrow-circle-btn {
    background-size: 30px 30px;
  }
}
.arrow-circle-btn:hover {
  background-color: #00251A;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .arrow-btn {
    background-image: none;
    padding-right: 24px;
  }
}
.fancy-link,
.mainfooter a {
  color: #222;
  border: none;
  position: relative;
}
.fancy-link::before,
.mainfooter a::before {
  content: "";
  background: #222;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  transition: all 0.25s ease-in-out;
}
.fancy-link:hover::before,
.mainfooter a:hover::before {
  left: 0;
  width: 100%;
}

.ui-primary,
.ui-white,
.ui-highlight,
.ui-darkgreen {
  stroke-width: 0px;
  transition: all 0.25s;
}

.ui-primary {
  fill: #222;
}

.ui-white {
  fill: #fff;
}

.ui-highlight {
  fill: #40CC0E;
}

.ui-darkgreen {
  fill: #00251A;
}

a.social-icon::before {
  display: none !important;
}

/* -------------------------------------------------------------------------------------------------------------------
Flickity
------------------------------------------------------------------------------------------------------------------- */
.flickity-prev-next-button {
  width: 20px !important;
  height: 20px !important;
  background: none !important;
  background-size: 40px 14px !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: none !important;
  box-shadow: none !important;
}
.flickity-prev-next-button:hover {
  background-position: right center !important;
}
.flickity-prev-next-button svg {
  display: none;
}

/* -------------------------------------------------------------------------------------------------------------------
Layout Sections
------------------------------------------------------------------------------------------------------------------- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1360px) {
  .container {
    padding: 0;
  }
}
.bg-dark {
  background-color: #222;
  color: #fff;
}

.cw {
  padding: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .cw {
    padding: 0 0 80px;
  }
}

.fw {
  box-sizing: border-box;
  width: 100vw;
  margin-left: -24px;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .fw {
    margin-left: calc(-50vw + 50%);
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .fw {
    margin-left: calc(-100vw + 1280px + (100vw - 1280px) / 2);
  }
}

.fw-light {
  background: #F4F1EA;
}

.fw-split {
  background: linear-gradient(#F4F1EA 50%, #FFF 50%);
}

.fw-light + .fw-light,
.fw-light + .fw-split {
  padding-top: 1px;
}

.fw + .fw,
.fw-split + .cw {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .fw + .fw,
  .fw-split + .cw {
    margin-top: -80px;
  }
}

.fw-dark {
  background: #00251A;
  color: #fff;
}
.fw-dark + *:not(.acf-block) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .fw-dark + *:not(.acf-block) {
    margin-top: 80px;
  }
}

.text-block {
  max-width: 924px;
}

.chevron-block > * {
  margin-left: 36px;
}
.chevron-block > *:first-child {
  background-image: url(assets/img/i-chevron-green.svg);
  background-size: 18px 33px;
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  padding-left: 36px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .chevron-block > *:first-child {
    background-position: top 0.2rem left;
  }
}
@media screen and (min-width: 1024px) {
  .chevron-block > *:first-child {
    background-position: top 0.25rem left;
  }
}
@media screen and (min-width: 1280px) {
  .chevron-block > *:first-child {
    background-position: top 0.4rem left;
  }
}
@media screen and (min-width: 1440px) {
  .chevron-block > *:first-child {
    background-position: top 0.6rem left;
  }
}

.chevron-stripe {
  background-image: url(assets/img/i-chevron-white.svg);
  background-size: 25px 30px;
  background-position: top 0 left;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .chevron-stripe {
    background-size: 50px 59px;
  }
}

.fw-light.chevron-stripe {
  background-image: url(assets/img/i-chevron-white-50.svg);
}

/* -------------------------------------------------------------------------------------------------------------------
Flexible Column Layouts
------------------------------------------------------------------------------------------------------------------- */
.flexcols {
  width: 100%;
  clear: both;
}
.flexcols > * {
  box-sizing: border-box;
  margin-bottom: 24px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .flexcols {
    display: flex;
    flex-wrap: wrap;
  }
  .flexcols .col1of2,
  .flexcols .col1of4 {
    width: 49.21875%;
    margin: 0 1.5625% 1.5625% 0;
  }
  .flexcols .col1of2:nth-child(even),
  .flexcols .col1of4:nth-child(even) {
    margin-right: 0;
  }
  .flexcols .col1of3 {
    width: 32.265625%;
    margin: 0 1.6016% 1.6016% 0 !important;
  }
  .flexcols .col1of3:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .flexcols .col1of4 {
    width: 23.828125%;
    margin: 0 1.5625% 1.5625% 0;
  }
  .flexcols .col1of4:nth-child(even) {
    margin-right: 1.5625%;
  }
  .flexcols .col1of4:nth-child(4n) {
    margin-right: 0;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
Utility Bar
------------------------------------------------------------------------------------------------------------------- */
.utility-bar {
  width: 100%;
  height: 30px;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.utility-bar * {
  color: #fff;
}
.utility-bar .contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.utility-bar .contact-details span.contact-detail {
  font-family: "DM Sans", "sans-serif";
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 0 6px;
}
.utility-bar .contact-details span.contact-detail::before {
  content: "";
  display: inline-block;
  background-image: url(assets/img/i-arrow-r.svg);
  background-size: 15px 12px;
  background-position: top 1px left;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .utility-bar .contact-details span.contact-detail::before {
    background-image: url(assets/img/i-arrow-r-darkgreen.svg);
  }
}
.utility-bar a {
  border: none;
}
.utility-bar a:hover {
  color: #00251A;
  border-bottom: 1px solid #00251A;
}
@media screen and (min-width: 1024px) {
  .utility-bar {
    width: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 10px;
    background: #40CC0E;
    left: auto;
    right: 40px;
  }
  .utility-bar * {
    color: #00251A;
  }
}

@media (min-width: 640px) {
  .utility-bar {
    top: 36px;
  }
}
@media (min-width: 1024px) {
  .utility-bar {
    top: 0;
  }
}
@media (min-width: 1360px) {
  .utility-bar {
    right: 0;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Mobile Navigation Button
------------------------------------------------------------------------------------------------------------------- */
.nav-btn {
  width: 24px;
  height: 22px;
  position: absolute;
  top: 4px;
  right: 24px;
  left: auto;
  z-index: 99;
  cursor: pointer;
  transition: all 0.25s;
}
@media screen and (min-width: 768px) {
  .nav-btn {
    right: 40px;
  }
}
.nav-btn .line1,
.nav-btn .line2,
.nav-btn .line3 {
  width: 24px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background: #FFF;
  opacity: 1;
  transition: all 0.25s;
  border-radius: 50px;
}
.nav-btn .line2 {
  margin-left: auto;
  margin-right: auto;
}
.nav-btn .line3 {
  margin-bottom: 0;
}
.nav-btn .line1-alt {
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  background: #fff;
}
.nav-btn .line2-alt {
  opacity: 0;
}
.nav-btn .line3-alt {
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .nav-btn {
    display: none;
  }
}

body.nav-open .nav-btn {
  background: #00251A;
}

/* -------------------------------------------------------------------------------------------------------------------
Navigation Menu
------------------------------------------------------------------------------------------------------------------- */
.nav-elements {
  position: absolute;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 0;
  transition: right 0.25s;
  padding: 136px 24px 68px 40px;
}

.nav-elements.nav-active {
  position: fixed;
  padding: 136px 24px 68px 40px;
  background: #00251A;
  right: 0;
  opacity: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
  height: 100%;
  overflow-y: scroll;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .nav-elements.nav-active {
    border-bottom-left-radius: 10px;
  }
}

.nav-elements.nav-active::-webkit-scrollbar {
  display: none;
}

.nav-elements .nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-elements ul {
  margin: 0;
  padding: 0;
}
.nav-elements ul li {
  font-family: "DM Sans", "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
}
.nav-elements ul li,
.nav-elements ul p {
  margin: 0;
}

.nav-elements li a {
  color: #fff;
  text-decoration: none;
  border: none;
  display: block;
  padding: 12px 0;
}
.nav-elements li a:hover {
  color: #40CC0E;
}

.nav-elements ul.sub-menu {
  margin: 12px 0;
}
.nav-elements ul.sub-menu li {
  margin-bottom: 12px;
  border: none;
}
.nav-elements ul.sub-menu li a {
  padding: 0;
}

/* Dropdowns */
.nav-elements ul.sub-menu {
  display: none;
}

.nav-elements ul li.menu-item-has-children {
  position: relative;
}

.nav-elements ul li.menu-item-has-children > a {
  width: 85%;
}
@media screen and (min-width: 1280px) {
  .nav-elements ul li.menu-item-has-children > a {
    width: 100%;
  }
}

.sub-menu-arrow {
  content: "";
  width: 15%;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(assets/img/i-nav-arrow.svg) no-repeat;
  background-size: 16px;
  background-position: center center;
  transition: all 0.25s;
  cursor: pointer;
}

.sub-menu-arrow.sma-active {
  transform: rotate(180deg);
  transition: all 0.25s;
}

.nav-elements ul.sub-menu {
  padding-bottom: 8px;
}
.nav-elements ul.sub-menu .sub-menu-arrow {
  height: 26px;
}

.nav-elements ul.sub-menu li {
  padding-left: 16px;
}

.nav-elements ul.sub-menu li:last-child {
  border-bottom: none;
}

@media (min-width: 1280px) {
  .nav-elements.nav-active {
    left: -3000px !important;
  }
  .sub-menu-arrow {
    display: none;
  }
  .nav-elements {
    position: unset;
    opacity: 1;
    width: auto;
    display: flex;
    transition: none;
    align-items: center;
    padding: 0;
  }
  .nav-elements ul {
    margin: 0;
    padding: 16px 0 0;
    text-align: right;
  }
  .nav-elements ul li {
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 0 24px;
    padding: 0;
    border: none;
    position: relative;
  }
  .nav-elements ul li:first-child {
    margin-left: 0;
  }
  .nav-elements ul li a {
    border: none;
    display: inline-block;
    padding: 0 0 4px;
    position: relative;
  }
  .nav-elements ul li a {
    color: #fff;
  }
  .nav-elements ul li a:hover {
    color: #FFF;
  }
  .nav-elements ul li a::before {
    background: #fff;
  }
  .nav-elements li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    transition: all 0.25s ease-in-out;
  }
  .nav-elements li:hover a::before,
  .nav-elements li.current_page_item a::before,
  .nav-elements li.current-menu-parent a::before,
  .nav-elements li.current_page_parent a::before {
    width: 100% !important;
    left: 0;
  }
  /* Dropdowns */
  .nav-elements ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding: 32px 0;
    border-radius: 11px;
  }
  .nav-elements ul.sub-menu ul.submenu {
    border-top-left-radius: 0;
  }
  .scrolled .nav-elements ul.sub-menu,
  .plain-banner .nav-elements ul.sub-menu {
    background: #00251A;
    padding: 32px 0 0;
    left: -24px;
    min-width: 240px;
  }
  .nav-elements ul.sub-menu li {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #00251A;
  }
  .nav-elements ul.sub-menu li:first-child {
    padding-top: 16px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .nav-elements ul.sub-menu li:last-child {
    padding-bottom: 16px;
  }
  .nav-elements ul.sub-menu li a {
    padding: 0 24px;
    box-sizing: border-box;
  }
  .nav-elements ul.sub-menu li:last-of-type {
    margin-bottom: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .nav-elements li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.25s;
  }
  .nav-elements ul.sub-menu li a {
    border: none;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
  }
  .nav-elements ul.sub-menu li a::before {
    display: none;
  }
  .nav-elements ul.sub-menu li a:hover {
    color: #40CC0E;
  }
  /* 3rd level dropdowns */
  .nav-elements ul li.menu-item-has-children > ul.sub-menu li ul.sub-menu {
    top: 0;
    z-index: 2;
    display: none;
    background: #00251A;
    padding: 0 0;
  }
  .nav-elements ul li.menu-item-has-children > ul.sub-menu li ul.sub-menu li a {
    height: 40px;
  }
  .nav-elements ul li.menu-item-has-children > ul.sub-menu li:hover ul.sub-menu {
    display: block;
  }
}
@media (min-width: 1280px) {
  body.scrolled .nav-elements ul {
    padding-top: 16px;
    transition: all 0.35s;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Active menu states
------------------------------------------------------------------------------------------------------------------- */
body.post-type-archive-news-event #menu-item-68 > a::before,
body.single-news-event #menu-item-68 > a::before,
body.single-case-study #menu-item-68 > a::before,
body.single-knowledge-guide #menu-item-68 > a::before,
body.single-vacancy #menu-item-68 > a::before,
body.post-type-archive-vacancy #menu-item-68 > a::before,
body.category #menu-item-68 > a::before,
body.tax-case-studies-category #menu-item-68 > a::before {
  width: 0 !important;
}

body.post-type-archive-news-event #menu-item-88 > a::before,
body.single-news-event #menu-item-88 > a::before,
body.single-case-study #menu-item-89 > a::before,
body.single-knowledge-guide #menu-item-67 > a::before,
body.single-vacancy #menu-item-64 > a::before,
body.tax-case-studies-category #menu-item-89 > a::before {
  width: 100% !important;
  left: 0 !important;
}

body li#menu-item-68:hover > a::before {
  width: 100% !important;
}

/* -------------------------------------------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------------------------------------------- */
.mainheader {
  width: 100%;
  clear: both;
  top: 0;
  z-index: 4;
  box-sizing: border-box;
  transition: all 0.25s;
  position: fixed;
  height: 80px;
  background: #00251A;
}
.mainheader .mainheader-nav {
  height: 100%;
}
.mainheader .container {
  display: flex;
  align-items: center;
}

.admin-bar .mainheader {
  margin-top: 46px;
}

.scrolled .mainheader {
  background: #00251A;
}

@media (max-width: 1279px) {
  .scrolled.admin-bar .mainheader {
    margin-top: 0;
  }
  .mainheader-nav {
    margin-top: 30px;
    padding-top: 8px;
  }
}
@media (min-width: 783px) {
  .admin-bar .mainheader {
    margin-top: 32px;
  }
}
.mainheader .container {
  position: relative;
  overflow: visible;
  width: 100%;
}

@media (min-width: 1280px) {
  .mainheader {
    height: 182px;
  }
  body.scrolled .mainheader {
    height: 108px;
  }
  .mainheader-nav {
    display: flex;
  }
}
body.pic-banner:not(.scrolled) .mainheader {
  background: none;
}

/* -------------------------------------------------------------------------------------------------------------------
Header Logo
------------------------------------------------------------------------------------------------------------------- */
.mainheader-nav .container {
  display: flex;
}
.mainheader-nav .logo {
  width: 98px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .mainheader-nav .logo {
    margin: 0 auto 0 0;
    width: 210px;
    height: 62px;
  }
}
.mainheader-nav a {
  border: none;
}

@media (min-width: 1280px) {
  body.scrolled .mainheader-nav .container .logo {
    width: 160px;
    height: 47px;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Page titles
------------------------------------------------------------------------------------------------------------------- */
.pagetitles {
  position: relative;
  box-sizing: border-box;
  height: 420px;
}
.pagetitles .container {
  position: relative;
  height: 100%;
  z-index: 1;
}

body.home .pagetitles {
  height: 620px;
  min-height: 400px;
  max-height: 100vh;
}

body.pic-banner .pagetitles {
  overflow: hidden;
  background: #00251A;
}
body.pic-banner .pagetitles .banner-content {
  height: 100%;
  position: relative;
}
body.pic-banner .pagetitles .banner-content h1 {
  position: absolute;
  bottom: 64px;
  margin-bottom: 0;
  color: #FFF;
}
body.pic-banner .pagetitles .bannerpic {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
body.pic-banner .pagetitles .bannerpic img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pic-banner .pagetitles .bannerpic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0));
}
body.pic-banner .pagetitles .bannerpic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

@media (min-width: 420px) {
  body.pic-banner .pagetitles .bannerpic img {
    left: 50% !important;
  }
}
body.plain-banner .pagetitles {
  height: auto;
  margin: 160px 0 40px;
}
@media screen and (min-width: 768px) {
  body.plain-banner .pagetitles {
    margin: 160px 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  body.plain-banner .pagetitles {
    margin: 280px 0 80px;
  }
}

body.single.plain-banner .pagetitles {
  margin: 80px 0 0;
  height: 0;
}
@media screen and (min-width: 1280px) {
  body.single.plain-banner .pagetitles {
    margin: 182px 0 0;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
Banner Slider
------------------------------------------------------------------------------------------------------------------- */
.banner-slider {
  position: relative;
}
.banner-slider .carousel {
  height: 620px;
  position: relative;
  overflow: hidden;
}
.banner-slider .flickity-viewport {
  height: 620px !important;
}
.banner-slider .banner-slide {
  width: 100%;
  height: 620px !important;
}
.banner-slider .banner-slide .container {
  height: 100%;
  position: relative;
}
.banner-slider .banner-slide .banner-slide-content {
  max-width: 560px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 88px;
  left: 0;
  z-index: 1;
  padding: 0 24px;
}
.banner-slider .banner-slide .banner-slide-content h1 {
  color: #FFF;
}
.banner-slider .banner-slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  mix-blend-mode: multiply;
}
.banner-slider .banner-slide-image {
  height: 620px !important;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.banner-slider .banner-slide-image img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider .banner-slide-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33%;
  background: linear-gradient(rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0));
  mix-blend-mode: multiply;
}
.banner-slider .banner-slide-image::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33%;
  background: linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.8));
  mix-blend-mode: multiply;
}
.banner-slider .flickity-prev-next-button {
  background-image: url(assets/img/i-arrow-r-white.svg) !important;
  bottom: 20px !important;
  top: auto !important;
  left: auto !important;
  right: 20px !important;
  z-index: 1 !important;
}
@media screen and (min-width: 768px) {
  .banner-slider .flickity-prev-next-button {
    left: auto !important;
    right: calc(50% - 36px) !important;
  }
}
.banner-slider .flickity-prev-next-button.previous {
  background-image: url(assets/img/i-arrow-l-white.svg) !important;
  right: 56px !important;
}
@media screen and (min-width: 768px) {
  .banner-slider .flickity-prev-next-button.previous {
    right: auto !important;
    left: calc(50% - 36px) !important;
  }
}
.banner-slider .flickity-page-dots {
  width: auto;
  left: 24px;
  bottom: 32px;
}
@media screen and (min-width: 768px) {
  .banner-slider .flickity-page-dots {
    left: 40px;
  }
}
.banner-slider .flickity-page-dots .dot {
  background: #FFF;
  opacity: 0.5;
  margin: 0 5px;
}
.banner-slider .flickity-page-dots .dot:first-of-type {
  margin-left: 0;
}
.banner-slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.banner-slide-logo {
  background: #222;
  padding: 24px;
  display: flex;
}
.banner-slide-logo .banner-slide-logo-inner {
  width: 140px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .banner-slide-logo {
    position: absolute;
    top: auto;
    right: 40px;
    bottom: 33px;
    left: auto;
    z-index: 1;
    padding: 0;
    background: none;
  }
  .banner-slide-logo .banner-slide-logo-inner {
    width: 156px;
  }
  .banner-slide-logo .banner-slide-logo-inner:last-child {
    width: 196px;
    margin-left: 56px;
  }
}
.banner-slide-logo p {
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 4px;
  line-height: 1;
}
.banner-slide-logo p small {
  font-size: 0.6rem;
}

@media (min-width: 768px) {
  .banner-slider .banner-slide .banner-slide-content {
    padding: 0 40px;
  }
}
@media (min-width: 1360px) {
  .banner-slider .banner-slide .banner-slide-content {
    padding: 0;
  }
  .banner-slider .flickity-page-dots {
    left: calc((100vw - 1280px) * 0.5);
  }
  .banner-slide-logo {
    right: calc((100vw - 1280px) * 0.5);
  }
}
@media (max-width: 767px) {
  .banner-slider .btn {
    display: inline-flex;
    justify-content: center;
    min-width: 200px;
    margin-bottom: 8px;
  }
}
/* Flickity fade fixes */
.banner-slide {
  transition: opacity 1s ease-in-out;
  opacity: 0 !important;
}
.banner-slide.is-selected {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in-out;
}

.banner-slide-content {
  transition: opacity 0.35s;
  opacity: 0 !important;
}

.banner-slide.is-selected .banner-slide-content {
  opacity: 1 !important;
  transition: opacity 1s;
}

/* -------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------- */
.mainfooter {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 40px 0;
  background: #FDFCFB;
}
.mainfooter ul {
  margin: 0;
  padding: 0;
}
.mainfooter p,
.mainfooter li {
  font-size: 0.8125rem;
  line-height: 1.6;
}
.mainfooter li {
  margin-bottom: 0;
}
.mainfooter h6 {
  margin-bottom: 8px;
}
.mainfooter .contact-details span {
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
.mainfooter .group-logos {
  display: flex;
  flex-wrap: wrap;
}
.mainfooter .group-logo {
  padding-right: 20px;
  max-width: 100px;
  padding-left: 24px;
  border-left: 1px solid #222;
}
@media screen and (min-width: 1280px) {
  .mainfooter .group-logo {
    max-width: 120px;
  }
}
.mainfooter .group-logo img {
  width: 100%;
  height: auto;
}
.mainfooter .group-logo:first-child {
  padding-left: 0;
  border-left: none;
}
.mainfooter .group-logo:last-child {
  padding-right: 0;
}
.mainfooter .group-logo p {
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footercols > div {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footercols > div {
    margin-bottom: 64px;
  }
  .footercols > div p {
    max-width: 400px;
  }
}

.footer-socials p {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .mainfooter {
    padding: 80px 0 0;
  }
  .footercols {
    display: flex;
  }
  .footercols > div {
    box-sizing: border-box;
  }
  .footercols .footercol1 {
    width: 42%;
  }
  .footercols .footercol2 {
    width: 42%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .footercols .footercol3 {
    width: 16%;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Page content & Gutenberg tweaks
------------------------------------------------------------------------------------------------------------------- */
.entry-content .wp-block-table table th {
  background: #e3e5e7;
  text-align: left;
}
.entry-content .wp-block-table table thead {
  border-bottom: none;
}
.entry-content > figure,
.entry-content > .wp-block-cover,
.entry-content > pre,
.entry-content > .wp-block-media-text {
  margin-bottom: 40px;
}
.entry-content > .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.entry-content > .wp-block-pullquote {
  padding: 0;
}
.entry-content .wp-block-image {
  margin: 24px 0;
}
.entry-content .wp-block-image .alignright {
  margin: 0 0 24px 40px;
}
.entry-content .wp-block-image .alignleft {
  margin: 0 40px 24px 0;
}
@media (max-width: 767px) {
  .entry-content .wp-block-image .alignright,
  .entry-content .wp-block-image .alignleft {
    clear: both !important;
    float: none !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry-content .wp-block-image.is-style-rounded img {
  border-radius: 30px;
}
.entry-content .wp-block-embed__wrapper span {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}
.entry-content .wp-block-embed__wrapper span iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content > *:not(.fw):first-child {
  margin-top: 80px;
}
.entry-content > *:not(.acf-block):last-child {
  margin-bottom: 80px;
}
.entry-content > .fw:last-child {
  margin-bottom: 0;
}
.entry-content blockquote {
  text-align: center;
  margin: 64px auto;
}
@media screen and (min-width: 768px) {
  .entry-content blockquote {
    padding: 0 40px;
  }
}
.entry-content blockquote p {
  font-family: "DM Sans", "sans-serif";
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .entry-content blockquote p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .entry-content blockquote p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .entry-content blockquote p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .entry-content blockquote p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .entry-content blockquote p {
    font-size: 1.5rem;
  }
}
.entry-content blockquote cite {
  font-style: normal;
}
.entry-content > .wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.entry-content > .wp-caption img {
  max-width: 100%;
  height: auto;
}
.entry-content > img {
  max-width: 100%;
  height: auto;
}

.entry-content > p + h2,
.entry-content > p + h3,
.entry-content > p + h4,
.entry-content > p + h5,
.entry-content > p + h6,
.entry-content > ul + h2,
.entry-content > ul + h3,
.entry-content > ul + h4,
.entry-content > ul + h5,
.entry-content > ul + h6,
.entry-content > ol + h2,
.entry-content > ol + h3,
.entry-content > ol + h4,
.entry-content > ol + h5,
.entry-content > ol + h6,
.entry-content > table + h2,
.entry-content > table + h3,
.entry-content > table + h4,
.entry-content > table + h5,
.entry-content > table + h6,
.entry-content > figure.wp-block-image + h2,
.entry-content > figure.wp-block-image + h3,
.entry-content > figure.wp-block-image + h4,
.entry-content > figure.wp-block-image + h5,
.entry-content > figure.wp-block-image + h6,
.entry-content > figure.wp-block-image + p,
.entry-content > p + .cw,
.entry-content > h2 + .cw,
.entry-content > h3 + .cw,
.entry-content > h4 + .cw,
.entry-content > h5 + .cw,
.entry-content > h6 + .cw,
.entry-content > ul + .cw,
.entry-content > ol + .cw,
.entry-content > table + .cw {
  margin-top: 40px;
}

/* -------------------------------------------------------------------------------------------------------------------
Image Effects
------------------------------------------------------------------------------------------------------------------- */
.zoom-on-hover {
  position: relative;
  overflow: hidden;
}
.zoom-on-hover img {
  transition: all 0.35s ease-in-out;
}
.zoom-on-hover:hover img {
  transform: scale(1.03);
}
.zoom-on-hover .modal-inner img {
  transform: none;
}

.image-overlay {
  position: relative;
}
.image-overlay::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .image-overlay::after {
    width: 100%;
    height: 75%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  }
}

@media (min-width: 768px) {
  .signpost-image.image-overlay::after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
  }
}
@media (min-width: 1024px) {
  .signpost-image.image-overlay::after {
    width: 100%;
    height: 75%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - ARCHIVE SEARCH
------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .search-block {
    padding: 48px 0;
  }
}
.search-block .container .chevron-block {
  margin-right: auto;
}
.search-block .container .chevron-block h2 {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .search-block .container {
    display: flex;
  }
  .search-block .container h2 {
    margin: 0 24px 0 0 !important;
  }
}

.searchform {
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: center;
}
.searchform > div {
  height: 48px;
  width: 100%;
  border-radius: 50px;
  padding: 8px 16px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #00251A;
  display: flex;
  align-items: center;
}
.searchform input[type=text] {
  border: none;
  width: 100%;
}
.searchform input[type=text]:focus-visible {
  outline: none;
}
.searchform input[type=submit] {
  text-indent: -3000px;
  background: url(assets/img/i-search.svg) no-repeat;
  background-size: 96px 48px;
  background-position: left 0 center;
  height: 48px;
  width: 48px;
  padding: 0;
  margin-right: 0;
  transition: none;
}
.searchform input[type=submit]:hover {
  background-position: left -48px center;
}
.searchform input[type=submit]:focus {
  background-position: left 0 center;
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - RELATED POSTS & POST PREVIEWS FOR ARCHIVES, ETC
------------------------------------------------------------------------------------------------------------------- */
.post-preview-meta p,
.post-preview-meta a {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0;
}

.related-posts-title {
  display: flex;
  flex-wrap: wrap;
}
.related-posts-title h2 {
  margin-right: auto;
}
.related-posts-title .btn {
  margin: 0 0 24px;
}

.post-previews .post-preview {
  background-color: #F4F1EA;
  overflow: hidden;
}
.post-previews .post-preview .post-preview-image {
  overflow: hidden;
}
.post-previews .post-preview a.post-preview-image {
  display: block;
  border: none;
}
.post-previews .post-preview .read-more {
  font-family: "DM Sans", "sans-serif";
  font-size: 0.8125rem;
  font-weight: 700;
}
.post-previews .post-preview .read-more-fancy {
  position: relative;
}
.post-previews .post-preview .read-more-fancy::before {
  content: "";
  background: #222;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  transition: all 0.25s ease-in-out;
}
.post-previews .post-preview:hover .read-more-fancy::before {
  left: 0;
  width: 100%;
}
.post-previews .post-preview h3 {
  margin-bottom: 16px;
}
.post-previews .post-preview .post-preview-meta {
  padding: 0 20px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 0;
  z-index: 2;
}
.post-previews .photo-preview {
  position: relative;
}
.post-previews .photo-preview .post-preview-image {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.post-previews .photo-preview .post-preview-text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 48px;
}
.post-previews .photo-preview .post-preview-text * {
  color: #fff;
}
.post-previews .photo-preview .post-preview-text p {
  font-weight: bold;
}
.post-previews .photo-preview .post-preview-meta {
  display: none;
}
.post-previews .col1of3 .post-preview-text {
  padding: 20px 20px 80px;
}
@media screen and (min-width: 768px) {
  .post-previews .col1of3 .post-preview-text {
    padding: 20px 20px 88px;
  }
  .post-previews .col1of3 .post-preview-text p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-previews .col1of3 .post-preview-text p {
    font-size: 1rem;
  }
}
.post-previews .col1of3 .image-overlay::after {
  display: none;
}
.post-previews .col1of3 .btn {
  display: none;
}
.post-previews .col1of4 .post-preview-text {
  padding: 24px 24px 80px;
  margin: 0 16px 0 28px;
  background-image: url(assets/img/i-chevron-green.svg);
  background-size: 12px 22px;
  background-position: top 22px left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .post-previews .col1of4 .post-preview-text {
    background-position: top 26px left;
  }
}
@media screen and (min-width: 1024px) {
  .post-previews .col1of4 .post-preview-text {
    background-position: top 30px left;
  }
}
.post-previews .col1of4 .post-preview-text p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .post-previews .col1of4 .post-preview-text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-previews .col1of4 .post-preview-text p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1280px) {
  .post-previews .col1of4 .post-preview-text p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .post-previews .col1of4 .post-preview-text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .post-previews .col1of4 .post-preview-text p {
    font-size: 1rem;
  }
}
.post-previews .col1of4 .image-overlay::after {
  display: none;
}
.post-previews .col1of4 .post-preview-meta {
  display: none;
}
.post-previews .col1of4 .btn {
  padding: 0 !important;
  background: none !important;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 24px;
  left: 52px;
  z-index: 2;
}

.fw-light .post-preview {
  background: #FFF;
}

@media (max-width: 1279px) {
  .post-previews .photo-preview .post-preview-text {
    padding: 24px;
  }
  .post-previews .photo-preview .post-preview-text h3 {
    margin-bottom: 12px;
  }
  .post-previews .photo-preview .post-preview-text p {
    font-size: 0.875rem;
    margin-bottom: 12px;
    line-height: 1.2;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - POSTS ARCHIVE - CASE STUDY PREVIEWS
------------------------------------------------------------------------------------------------------------------- */
.case-study-previews {
  padding-bottom: 0;
}
.case-study-previews .post-preview {
  background: none;
  border-radius: 0;
  margin-bottom: 64px;
}
.case-study-previews .post-preview .case-study-measures {
  margin-bottom: 24px;
}
.case-study-previews .post-preview .post-preview-image {
  margin-bottom: 24px;
}
.case-study-previews .post-preview .post-preview-text {
  padding: 0;
}
.case-study-previews .post-preview .post-preview-meta {
  position: unset;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
}
.case-study-previews .post-preview .case-study-measure {
  width: 32px;
  height: 32px;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .case-study-previews .post-preview {
    margin-bottom: 80px;
  }
  .case-study-previews .post-preview .post-preview-data {
    display: flex;
  }
  .case-study-previews .post-preview .case-study-measures {
    margin: -4px 0 0;
  }
}

.case-study-previews .post-preview-meta,
.single-case-study .post-preview-meta {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .case-study-previews .post-preview-meta,
  .single-case-study .post-preview-meta {
    margin-bottom: 24px;
  }
}
.case-study-previews .post-preview-meta a,
.single-case-study .post-preview-meta a {
  border: none;
  background: #40CC0E;
  padding: 4px 16px;
  margin: 0 8px 8px 0;
  border-radius: 1px;
}
.case-study-previews .post-preview-meta a:hover,
.single-case-study .post-preview-meta a:hover {
  background: #00251A;
  color: #FFF;
}

/* -------------------------------------------------------------------------------------------------------------------
SINGLE - CASE STUDY
------------------------------------------------------------------------------------------------------------------- */
.case-study-measures {
  display: flex;
}

.single-case-study .post-preview-meta {
  display: flex;
  flex-wrap: wrap;
}

.single-case-study .case-study-measure {
  width: 48px;
  height: 48px;
  margin-left: 4px;
}

@media (min-width: 768px) {
  .case-study-titles {
    display: flex;
  }
  .single-case-study .case-study-measures {
    padding: 12px 0 0 40px;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - POSTS ARCHIVE - ADVICE PREVIEWS
------------------------------------------------------------------------------------------------------------------- */
.advice-previews .read-more {
  position: absolute !important;
  bottom: 40px;
  left: 52px;
  z-index: 2;
}

/* -------------------------------------------------------------------------------------------------------------------
SINGLE - KNOWLEDGE GUIDE
------------------------------------------------------------------------------------------------------------------- */
.knowledge-guide-meta {
  margin: 8px 0 0;
}
.knowledge-guide-meta .difficulty {
  display: flex;
}
.knowledge-guide-meta p {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.knowledge-guide-meta img {
  margin-right: 3px;
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - Social Share Icons
------------------------------------------------------------------------------------------------------------------- */
.acf-social-share {
  display: flex;
}
@media screen and (min-width: 768px) {
  .acf-social-share {
    padding-bottom: 40px;
  }
}
.acf-social-share .share-icons {
  padding-top: 24px;
  margin-right: auto;
}
.acf-social-share .share-icons p {
  margin-bottom: 4px;
}
.acf-social-share .share-icons a {
  display: inline-block;
  margin-right: 8px;
  border: none;
}
.acf-social-share .share-icons a.share-email {
  position: relative;
  top: 2px;
}
.acf-social-share .share-icons a:hover svg path {
  fill: #40CC0E;
  transition: all 0.25s;
}
@media screen and (min-width: 768px) {
  .acf-social-share .share-icons a {
    margin-right: 32px;
  }
}

@media (max-width: 767px) {
  .acf-social-share .footer-mascot {
    transform: scale(0.5) translateY(-25%);
    transform-origin: center right;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - STANDOUT TEXT
------------------------------------------------------------------------------------------------------------------- */
.acf-standout-text .text-block {
  margin: 0 auto;
}
.acf-standout-text .text-block *:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - SIGNPOSTS
------------------------------------------------------------------------------------------------------------------- */
.acf-signposts {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .acf-signposts {
    padding-bottom: 64px;
  }
}
.acf-signposts .signpost {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.acf-signposts .signpost a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.acf-signposts .signpost .signpost-text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.acf-signposts .signpost .signpost-text h3 {
  color: #FFF;
  margin-bottom: 16px;
}
.acf-signposts .signpost .signpost-text p {
  color: #FFF;
}
.acf-signposts .signpost:hover .arrow-btn {
  background-color: #40CC0E;
}
.acf-signposts .col1of3 .arrow-btn {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .acf-signposts .signpost .signpost-text p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF Block - ACCORDIONS
------------------------------------------------------------------------------------------------------------------- */
.accordion {
  margin-top: -2px;
}

.accordion-title {
  position: relative;
  cursor: pointer;
  border-top: 2px solid #00251A;
  border-bottom: 2px solid #00251A;
  padding: 24px 0;
}
.accordion-title p.tag {
  font-family: "DM Sans", "sans-serif";
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #40CC0E;
}
.accordion-title h3 {
  margin: 0;
  padding-right: 30px;
}
.accordion-title::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(assets/img/i-arrow-large-r-dark.svg) no-repeat center center;
  background-size: 16px 16px;
  transition: transform 0.25s ease;
}

.accordion-content {
  padding: 40px 0 64px;
  display: none;
}

.accordion:first-of-type .accordion-title {
  border-top: none;
}

.accordion:last-of-type .accordion-title {
  border-bottom: none;
}

.accordion.active .accordion-title::after {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .accordion-title::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 40px;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - CURRENT JOBS & VACANCIES ARCHIVE
------------------------------------------------------------------------------------------------------------------- */
.acf-current-jobs {
  padding-bottom: 20px;
}
.acf-current-jobs .job-preview {
  margin-bottom: 40px;
}
.acf-current-jobs .job-preview h4 {
  margin-bottom: 4px;
}

.post-type-archive-vacancy .job-preview {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .job-preview {
    position: relative;
    padding-bottom: 64px;
  }
  .job-preview .btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - TEXT BLOCK
------------------------------------------------------------------------------------------------------------------- */
.acf-text-block .btn {
  margin-top: 16px;
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - CONTENT GRID
------------------------------------------------------------------------------------------------------------------- */
.acf-content-grid {
  padding-bottom: 0;
}
.acf-content-grid .col1of2 {
  margin-bottom: 40px;
}
.acf-content-grid .col1of2 img {
  border-radius: 15px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .acf-content-grid .col1of2 {
    margin-bottom: 80px;
  }
  .acf-content-grid .col1of2 .btn {
    margin-top: 16px;
  }
  .acf-content-grid .col1of2 img {
    border-radius: 30px;
    margin-bottom: 40px;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - IMAGE OVERLAY
------------------------------------------------------------------------------------------------------------------- */
.acf-image-overlay {
  padding-top: 0;
}
.acf-image-overlay img {
  margin-bottom: 24px;
  display: block;
}
@media screen and (min-width: 768px) {
  .acf-image-overlay {
    padding-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    max-height: 760px;
  }
  .acf-image-overlay img {
    margin-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .acf-image-overlay .container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .acf-image-overlay .overlay-text {
    background-color: #00251A;
    padding: 24px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    max-width: 420px;
    box-sizing: border-box;
    padding-bottom: 80px;
  }
  .acf-image-overlay .overlay-text.overlay-text-right {
    left: auto;
    right: 24px;
    position: absolute;
  }
  .acf-image-overlay .overlay-text-btn {
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 0;
    box-sizing: border-box;
    padding: 0 24px;
    width: 100%;
  }
  .acf-image-overlay .overlay-text-btn .arrow-btn {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .acf-image-overlay .overlay-text {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .acf-image-overlay .overlay-text {
    padding: 40px 40px 120px;
  }
}

@media (min-width: 1360px) {
  .acf-image-overlay .overlay-text.overlay-text-right {
    right: 0;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - IMAGE OVERLAY
------------------------------------------------------------------------------------------------------------------- */
.service-providers-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 24px;
}
.service-providers-title h2 {
  margin: 12px auto 12px 0;
  padding-right: 16px;
}

.acf-service-providers .service-provider {
  background: #F4F1EA;
  border-radius: 30px;
  padding: 32px 24px 80px;
  position: relative;
}
.acf-service-providers .service-provider .post-preview-meta {
  display: flex;
  flex-wrap: wrap;
}
.acf-service-providers .service-provider .post-preview-meta a {
  background: #40CC0E;
  padding: 4px 16px;
  border: none;
  margin: 0 8px 5px 0;
  border-radius: 1px;
}
.acf-service-providers .service-provider .post-preview-meta a:hover {
  background: #00251A;
  color: #FFF;
}
.acf-service-providers .service-provider h4 {
  margin: 12px 0 20px;
}
.acf-service-providers .service-provider .service-provider-content {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.acf-service-providers .service-provider .service-provider-content p {
  width: calc(100% - 122px);
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.acf-service-providers .service-provider .service-provider-logo {
  width: 122px;
  max-height: 122px;
}
.acf-service-providers .service-provider .service-provider-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.acf-service-providers .service-provider a.btn {
  display: flex;
  position: absolute;
  top: auto;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - ICONS LIST
------------------------------------------------------------------------------------------------------------------- */
.acf-icons-list + .acf-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .acf-icons-list + .acf-block {
    margin-top: 80px;
  }
}

.acf-icons-list {
  margin: 40px 0;
}
.acf-icons-list .icon-list-item {
  display: flex;
  margin-bottom: 40px;
}
.acf-icons-list .icon-list-item .icon-list-icon {
  width: 48px;
  min-width: 48px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .acf-icons-list .icon-list-item .icon-list-icon {
    width: 80px;
    min-width: 80px;
  }
}
.acf-icons-list .icon-list-item .icon-list-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.acf-icons-list .icon-list-item .icon-list-text p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .acf-icons-list .icon-list-item {
    width: auto;
    max-width: 30%;
    margin-right: 5%;
  }
  .acf-icons-list .icon-list-item:last-child {
    margin-right: 0;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - COMPARISON TABLE
------------------------------------------------------------------------------------------------------------------- */
.acf-comparison-table table {
  font-family: "DM Sans", "sans-serif";
}
@media screen and (min-width: 768px) {
  .acf-comparison-table table {
    table-layout: fixed;
    width: 100%;
  }
}
.acf-comparison-table table td {
  text-align: center;
  border-bottom: 1px solid #222;
  padding: 16px 8px;
  line-height: 1.2;
  font-weight: 500;
}
.acf-comparison-table table td:nth-child(odd) {
  background: #FDFCFB;
}
.acf-comparison-table table td:nth-child(1) {
  background: #F4F1EA;
}
.acf-comparison-table table td::before {
  content: attr(data-header);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-weight: bold;
}
.acf-comparison-table table tr:first-child td {
  font-weight: 700;
  border-bottom: 2px solid #222;
}
.acf-comparison-table table tr:last-child td {
  border-bottom: none;
}

/* Responsive styles for narrow screens */
@media (max-width: 767px) {
  .acf-comparison-table {
    overflow-x: scroll;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - MEDIA OBJECT
------------------------------------------------------------------------------------------------------------------- */
.media-object .media-object-text {
  margin-bottom: 40px;
}
.media-object .mascot {
  margin-bottom: 0;
}
.media-object .mascot img {
  transform: scale(0.5);
}
.media-object .media-object-media {
  position: relative;
}
.media-object .media-object-media img {
  border-radius: 15px;
}
.media-object .media-object-media .play-icon {
  border-radius: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .media-object .media-object-media .play-icon {
    top: calc(50% + 20px);
  }
}

@media (min-width: 768px) {
  .media-object {
    display: flex;
  }
  .media-object .media-object-text {
    width: 60%;
    margin-right: 7.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .media-object .media-object-text.with-mascot {
    display: block;
  }
  .media-object .media-object-text .mascot {
    text-align: right;
  }
  .media-object .media-object-text .btn {
    margin-top: 16px;
  }
  .media-object .media-object-media {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .media-object.image-left {
    flex-direction: row-reverse;
  }
  .media-object.image-left .media-object-text {
    margin-right: 0;
    margin-left: 7.5%;
  }
  .media-object.image-left .media-object-text .mascot {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .media-object .mascot img {
    transform: none;
  }
}
@media (min-width: 1280px) {
  .media-object .mascot {
    margin-bottom: 16px;
  }
  .media-object .mascot img {
    transform: none;
  }
  .media-object .media-object-media.with-mascot {
    padding-top: 40px;
  }
  .media-object .media-object-media img {
    border-radius: 30px;
  }
}
.screenoverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(0, 37, 26, 0.85);
  display: none;
}

.model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: none;
}
.model .videowrapper {
  box-sizing: border-box;
}
.model .videowrapper .close {
  position: absolute;
  top: -16px;
  right: 16px;
  bottom: auto;
  left: auto;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .model {
    max-width: 80%;
  }
  .model .videowrapper {
    padding: 40px;
    background: #fff;
  }
  .model .videowrapper .close {
    top: -20px;
    right: -20px;
    cursor: pointer;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - iFRAME EMBED
------------------------------------------------------------------------------------------------------------------- */
.acf-iframe-embed iframe {
  width: 100%;
}

.fw + .acf-iframe-embed {
  margin-top: -40px;
}
@media screen and (min-width: 1024px) {
  .fw + .acf-iframe-embed {
    margin-top: -80px;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
ISOTOPE FILTERS
------------------------------------------------------------------------------------------------------------------- */
.post-filters {
  margin-bottom: 40px;
  padding: 0 0.8%;
}

body.post-type-archive-news-event .post-filters,
body.blog .post-filters {
  margin-top: 40px;
}

body.post-type-archive-news-event .post-previews .post-preview,
body.search-results .post-previews .post-preview,
body.blog .post-previews .post-preview {
  margin: 0 0 24px;
  width: 100%;
}

@media (min-width: 768px) {
  body.post-type-archive-news-event .post-previews .post-preview,
  body.search-results .post-previews .post-preview,
  body.blog .post-previews .post-preview {
    float: left;
    width: 31.733333%;
    margin: 0 0.8% 1.6%;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - CONTACT DETAILS
------------------------------------------------------------------------------------------------------------------- */
.acf-contact-details .col1of3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .acf-contact-details .col1of3 {
    margin-bottom: 0;
  }
}
.acf-contact-details .col1of3 h5 {
  margin-bottom: 16px;
}
.acf-contact-details .col1of3 .contact-details-icon {
  width: 30px;
  height: 28px;
  margin: 0 auto 16px;
}
.acf-contact-details .col1of3 .contact-details-icon svg {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.acf-contact-details .col1of3 span {
  font-family: "DM Sans", "sans-serif";
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .acf-contact-details .col1of3 span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .acf-contact-details .col1of3 span {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .acf-contact-details .col1of3 span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .acf-contact-details .col1of3 span {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .acf-contact-details .col1of3 span {
    font-size: 1.875rem;
  }
}
.acf-contact-details .col1of3 a {
  border-bottom: 2px solid transparent;
  color: #40CC0E;
  font-weight: 700;
}
.acf-contact-details .col1of3 a:hover {
  border-color: #40CC0E;
}
.acf-contact-details .col1of3 .social-icons a {
  border: none;
  margin: 0 10px;
}
.acf-contact-details .col1of3 .social-icons svg path {
  fill: #40CC0E;
}
.acf-contact-details .col1of3 .social-icons svg:hover path {
  fill: #00251A;
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - SEARCH FOR A PROFESSIONAL
------------------------------------------------------------------------------------------------------------------- */
.acf-search-for-professional h2 {
  margin-top: 24px;
}
.acf-search-for-professional hr {
  border-top: 2px solid #FFF;
}
.acf-search-for-professional input[type=submit] {
  display: block;
  margin-top: 40px;
}
.acf-search-for-professional #submit-message {
  margin-top: 40px;
  font-family: "DM Sans", "sans-serif";
  font-size: 1.125rem;
  font-weight: 700;
  color: #40CC0E;
}

/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - CAROUSEL
------------------------------------------------------------------------------------------------------------------- */
.acf-posts-carousel .loading {
  height: 420px;
  overflow: hidden;
}
.acf-posts-carousel .flickity-prev-next-button {
  background-image: url(assets/img/i-carousel-arrow-r.svg) !important;
  bottom: 24px !important;
  top: auto !important;
  left: 38px !important;
}
@media screen and (min-width: 1024px) {
  .acf-posts-carousel .flickity-prev-next-button {
    bottom: 64px !important;
  }
}
.acf-posts-carousel .flickity-prev-next-button.previous {
  background-image: url(assets/img/i-carousel-arrow-l.svg) !important;
  left: 10px !important;
}
.acf-posts-carousel .arrows {
  position: relative;
}

.acf-posts-carousel .container {
  padding-right: 0;
}
.acf-posts-carousel .posts-carousel-text {
  margin-bottom: 80px;
}
.acf-posts-carousel .carousel-cell {
  width: 240px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .acf-posts-carousel .carousel-cell {
    width: 320px;
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .acf-posts-carousel .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 9999px;
    margin: 0;
  }
  .acf-posts-carousel .carousel-cell {
    width: 400px;
  }
  .acf-posts-carousel .posts-carousel-text {
    width: 340px;
    margin-bottom: 0;
  }
  .acf-posts-carousel .arrows {
    width: 96px;
  }
  .acf-posts-carousel .posts-carousel-carousel {
    width: auto;
    flex: 1;
  }
}
@media (min-width: 1360px) {
  .acf-posts-carousel .container {
    padding-left: calc((100vw - 1280px) / 2);
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - POSTS ARCHIVE - KNOWLEDGE GUIDE PREVIEWS (ALSO USED IN THE CAROUSEL BLOCK)
------------------------------------------------------------------------------------------------------------------- */
.guide-preview {
  position: relative;
}
.guide-preview .guide-preview-inner {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.guide-preview h3 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  padding: 20px 20px 0;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .guide-preview h3 {
    padding: 32px 32px 0;
  }
}
.guide-preview .guide-preview-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 75%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.guide-preview .guide-preview-image img {
  display: block;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .flexcols .col1of3.guide-preview {
    margin-bottom: 40px !important;
  }
}
.guide-preview-meta {
  display: flex;
  padding-top: 8px;
}
.guide-preview-meta .meta-category {
  text-transform: uppercase;
}
.guide-preview-meta > p {
  margin-right: auto;
  padding-left: 2px;
  margin-bottom: 0;
  line-height: 1;
}
.guide-preview-meta .difficulty {
  display: flex;
  padding-left: 8px;
}
.guide-preview-meta .difficulty img {
  margin: 0 2px;
}

@media (max-width: 767px) {
  .guide-preview-meta .difficulty img {
    width: 14px;
    height: 14px;
    margin: 0 1px;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - TEAM MEMBERS
------------------------------------------------------------------------------------------------------------------- */
.team-members .guide-preview {
  cursor: pointer;
}
.team-members .guide-preview .guide-preview-image::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 75%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.team-members .guide-preview .guide-preview-meta {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 24px;
  display: block;
}
.team-members .guide-preview .guide-preview-meta * {
  color: #FFF;
}
.team-members .guide-preview .guide-preview-meta h4 {
  margin-bottom: 8px;
}
.team-members .model {
  width: 90%;
  box-sizing: border-box;
  max-width: 960px;
}
.team-members .model .videowrapper {
  padding: 0;
  text-align: left;
  background: none;
  max-height: 90vh;
  overflow-y: auto;
}
.team-members .model .videowrapper .close {
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .team-members .model .videowrapper {
    padding: 40px;
    border: 1px solid #fff;
    border-radius: 16px;
  }
  .team-members .model .videowrapper .close {
    top: 40px;
    right: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.25s;
  }
  .team-members .model .videowrapper .close:hover {
    background: #40CC0E;
    transition: all 0.25s;
  }
}
.team-members .model .videowrapper > div {
  position: unset;
  padding: 0;
  height: auto;
}
.team-members .model .videowrapper * {
  color: #FFF;
}
.team-members .model .model-image {
  width: 220px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}
.team-members .model .model-meta h4 {
  margin-bottom: 8px;
}
.team-members .model .model-content *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .team-members .model .model-titles {
    display: flex;
    align-items: center;
  }
  .team-members .model .model-image {
    margin-right: 40px;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .team-members.flexcols {
    display: flex;
    flex-wrap: wrap;
  }
  .team-members.flexcols .col1of4 {
    width: 48%;
    margin-right: 4%;
  }
  .team-members.flexcols .guide-preview-meta {
    padding: 12px;
  }
  .team-members.flexcols .guide-preview-meta h4 {
    line-height: 1;
  }
  .team-members.flexcols .col1of4:nth-child(2n) {
    margin-right: 0;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Embedded Videos
------------------------------------------------------------------------------------------------------------------- */
.videowrapper {
  clear: both;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 40px 0;
}

.videowrapper > div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.videowrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* -------------------------------------------------------------------------------------------------------------------
Form elements
------------------------------------------------------------------------------------------------------------------- */
form select {
  height: 48px;
  width: 100%;
  max-width: 740px;
  font-family: "DM Sans", "sans-serif";
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  form select {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  form select {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  form select {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  form select {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  form select {
    font-size: 1.25rem;
  }
}

.omnisend-form-65af9dc778922b196b7c2263-content {
  margin: 0 !important;
}

#omnisend-form-65af9dc778922b196b7c2263-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-65af9dc778922b196b7c2263-field-container-62a3147776d81914aa87ed98-input {
  padding-left: 0 !important;
  padding-bottom: 4px !important;
}

#omnisend-form-65af9dc778922b196b7c2263-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-65af9dc778922b196b7c2263-field-container-62a3147776d81914aa87ed98-input:focus {
  outline: none !important;
}

@media (max-width: 767px) {
  .omnisend-form-65af9dc778922b196b7c2263-action-container-627932485028ebd8c6660c51 {
    display: block !important;
    padding-left: 0 !important;
  }
  .omnisend-form-65af9dc778922b196b7c2263-action-container-627932485028ebd8c6660c51 button {
    max-width: 120px !important;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Social Media
------------------------------------------------------------------------------------------------------------------- */
.social-icon {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
}
.social-icon svg {
  height: 100%;
  width: auto;
}
.social-icon svg path {
  fill: #222;
  stroke-width: 0px;
}
.social-icon:hover svg path {
  fill: #40CC0E;
  transition: fill 0.3s ease;
}

/* -------------------------------------------------------------------------------------------------------------------
Cookies Popup
------------------------------------------------------------------------------------------------------------------- */
.ga-google-analytics-pro-optout-content {
  border-radius: 16px !important;
  width: 96% !important;
  max-width: 720px !important;
  text-align: left !important;
  padding: 40px !important;
}
@media screen and (min-width: 1280px) {
  .ga-google-analytics-pro-optout-content {
    padding: 64px 64px 40px !important;
  }
}
.ga-google-analytics-pro-optout-content h5 {
  margin-bottom: 32px;
}
.ga-google-analytics-pro-optout-content p {
  font-family: "DM Sans", "sans-serif";
  font-weight: 700;
  margin-top: 16px;
}
.ga-google-analytics-pro-optout-content .greenlink {
  color: #40CC0E !important;
}
.ga-google-analytics-pro-optout-content .greenlink:hover {
  border-bottom: 1px solid #40CC0E !important;
}
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optin-link,
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-link {
  border: 1px solid #00251A !important;
  display: inline-flex;
  margin-bottom: 16px;
}
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optin-link:hover,
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-link:hover {
  border-color: #40CC0E !important;
}
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optin-link {
  color: #FFF !important;
}
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-link {
  color: #00251A !important;
  background-color: #FFF !important;
}
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-link:hover {
  color: #FFF !important;
  background-color: #40CC0E !important;
}
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-message {
  font-family: "DM Sans", "sans-serif";
}
.ga-google-analytics-pro-optout-content .group-logos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
.ga-google-analytics-pro-optout-content .group-logos .group-logo {
  padding-right: 16px;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 768px) {
  .ga-google-analytics-pro-optout-content .group-logos .group-logo:first-child {
    border-right: 1px solid #222;
  }
}
.ga-google-analytics-pro-optout-content .group-logos .group-logo:last-child {
  margin-right: 0;
  padding-left: 16px;
}
.ga-google-analytics-pro-optout-content .group-logos p {
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 8px;
}

#ga-pro .ga-google-analytics-pro-optout-icon {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  top: 16px !important;
  right: 16px !important;
}

/* -------------------------------------------------------------------------------------------------------------------
Archvie Page Intro
------------------------------------------------------------------------------------------------------------------- */
.archive-page-intro .fw {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}/*# sourceMappingURL=style.css.map */