/*
Theme Name: RetrofitWest
Author: Stuart Magog for Winter Design
Author URI: https://www.winterdesign.co.uk/
Version: 2.4.2
*/
/* -------------------------------------------------------------------------------------------------------------------
Variables
------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------
Mixins
------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------
Normalize
------------------------------------------------------------------------------------------------------------------- */
html,
mark {
  color: #222;
}

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 {
  -moz-box-sizing: content-box;
  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] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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, .like-h4 {
  font-size: 1.375rem;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  h4, .like-h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h4, .like-h4 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1280px) {
  h4, .like-h4 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  h4, .like-h4 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1600px) {
  h4, .like-h4 {
    font-size: 1.875rem;
  }
}

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

h6, .like-h6 {
  font-size: 0.875rem;
}

small {
  font-size: 0.75rem;
}

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

li {
  margin: 0 0 8px;
}

td {
  margin: 0;
}

/* -------------------------------------------------------------------------------------------------------------------
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,
#bbpress-forums #subscription-toggle a {
  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,
#bbpress-forums #subscription-toggle a:hover,
#bbpress-forums #subscription-toggle a:focus,
#bbpress-forums #subscription-toggle a: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,
  #bbpress-forums #subscription-toggle a {
    height: 52px;
    padding: 0 40px;
  }
}

.btn-header {
  background: #40CC0E;
  color: #222;
  height: 32px;
  padding: 4px 24px;
  margin-top: 24px;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .btn-header {
    margin: 11px 0 0 24px;
    padding: 2px 16px;
  }
}
.btn-header:hover {
  background: #FFF;
  color: #222;
}

#bbpress-forums #subscription-toggle a {
  margin-right: 0;
}

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,
.ga-google-analytics-pro-optin-link {
  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 !important;
}

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

.ga-google-analytics-pro-optin-link {
  padding-right: 64px !important;
}

.arrow-circle-btn {
  background-image: url(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;
  }
}
.email-btn {
  background-image: url(assets/img/i-email-white.svg);
  background-size: 19px 15px;
  background-position: center right 32px;
  padding-left: 32px;
  padding-right: 60px;
}

.website-btn {
  background-image: url(assets/img/i-website.svg);
  background-size: 16px 16px;
  background-position: center left;
  padding-left: 22px;
  border: none;
  font-size: 0.8125rem;
  font-weight: bold;
}
.website-btn span {
  transition: all 0.25s;
}
.website-btn:hover {
  color: #222;
}
.website-btn:hover span {
  border-bottom: 1px solid #222;
  transition: all 0.25s;
}

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

/* -------------------------------------------------------------------------------------------------------------------
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: 64px 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,
.fw + figure.wp-block-embed {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .fw + .fw,
  .fw-split + .cw,
  .fw + figure.wp-block-embed {
    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-block > *:last-child {
  margin-bottom: 0;
}

.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 .col1of5 {
  width: 49.21875%;
  margin: 0 1.5625% 1.5625% 0;
}
.flexcols .col1of5:nth-child(even) {
  margin-right: 0;
}

.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,
  .flexcols .col1of5 {
    width: 32.265625%;
    margin: 0 1.6016% 1.6016% 0 !important;
  }
  .flexcols .col1of3:nth-child(3n),
  .flexcols .col1of5:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flexcols .col1of5 {
    margin-bottom: 4% !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;
  }
}
@media screen and (min-width: 1280px) {
  .flexcols .col1of5 {
    width: 18.7%;
    margin: 0 1.5625% 1.5625% 0 !important;
  }
  .flexcols .col1of5:nth-child(even), .flexcols .col1of5:nth-child(3n) {
    margin-right: 1.5625% !important;
  }
  .flexcols .col1of5:nth-child(5n) {
    margin-right: 0 !important;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
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: 9;
  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;
  }
}
.retro-site-1 .nav-btn {
  display: none !important;
}

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: 8;
}
@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 ul.sub-menu .menu-item-has-children {
    padding-right: 24px;
  }
  .nav-elements ul.sub-menu .sub-menu-arrow {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(assets/img/i-nav-arrow-h.svg) no-repeat;
    background-size: 12px;
    background-position: center center;
  }
  .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;
  }
  .nav-elements #menu-homeowners-top-navigation > li:nth-last-child(-n+2) > ul.sub-menu,
  .nav-elements #menu-header-menu > li:nth-last-child(-n+2) > ul.sub-menu {
    left: auto; /* cancel any left positioning */
    right: 0; /* snap to the right edge of the parent <li> */
  }
  .nav-elements #menu-homeowners-top-navigation > li:nth-last-child(-n+2) > ul.sub-menu ul.sub-menu,
  .nav-elements #menu-header-menu > li:nth-last-child(-n+2) > ul.sub-menu ul.sub-menu {
    left: 0 !important;
    transform: translateX(-100%);
  }
  .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: visibility opacity 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:hover ul.sub-menu {
    display: block;
    left: 100%;
  }
}
@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,
body.post-type-archive-training-event #menu-item-68 > a::before,
body.post-type-archive-event #menu-item-68 > a::before,
body.single-training-event #menu-item-68 > a::before,
body.single-event #menu-item-68 > a::before,
body.bbpress #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: 100px;
  background: #00251A;
}
.mainheader .mainheader-nav {
  height: 100%;
}
.mainheader .container {
  display: flex;
  align-items: center;
}

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

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

.search-icon {
  width: 24px;
  height: 24px;
  padding: 2px;
  box-sizing: border-box;
  right: 72px;
  cursor: pointer;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .search-icon {
    right: 220px;
  }
}
@media screen and (min-width: 1360px) {
  .search-icon {
    right: 220px;
  }
}
.search-icon svg {
  width: 20px;
  height: 20px;
}
.search-icon svg path {
  fill: #fff;
  transition: all 0.25s;
}
.search-icon:hover svg path {
  fill: #40CC0E;
  transition: all 0.25s;
}

@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;
  }
  body.scrolled .mainheader .mainheader-nav {
    transform: translateY(-25px);
  }
  .mainheader-nav {
    display: flex;
  }
}
body.pic-banner:not(.scrolled) .mainheader {
  background: none;
}

/* User activation page */
body.user-activation-page .mainheader {
  background: #00251A !important;
}

body.user-activation-page .widecolumn {
  padding: 0 40px 160px;
}

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

@media (min-width: 1280px) and (max-height: 1024px) {
  .pagetitles {
    height: 360px;
  }
}
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%;
  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;
  }
}

@media screen and (min-width: 1280px) {
  body.bbpress.plain-banner .pagetitles {
    margin: 280px 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;
}
@media screen and (max-width: 767px) {
  .banner-slider .banner-slide .container {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
  }
  .banner-slider .banner-slide .container .banner-slide-content {
    position: relative;
    bottom: auto;
  }
}
.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;
  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;
}

/*-------------------------------------------------------------------------*/
/* !	Mega Menu
//
/*-------------------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  .nav-elements .mega-menu {
    --grid-gap: 40px;
    position: static !important;
  }
  .nav-elements .mega-menu ul.sub-menu .sub-menu-arrow {
    display: none !important;
    visibility: hidden !important;
  }
  .nav-elements .mega-menu ul.sub-menu li:first-child {
    padding-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .nav-elements .mega-menu ul.sub-menu li:last-of-type {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .nav-elements .mega-menu ul.sub-menu li:last-child {
    padding-bottom: 0px;
  }
  .nav-elements .mega-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
  }
  .nav-elements .mega-menu ul.sub-menu li:hover ul.sub-menu {
    left: auto !important;
  }
  .nav-elements .mega-menu ul.sub-menu li a {
    padding: 10px 0;
  }
  .nav-elements .mega-menu ul.sub-menu a {
    white-space: normal;
    height: auto;
    line-height: 1.2em;
    padding: 10px 0;
  }
  .nav-elements .mega-menu > ul.sub-menu {
    left: 40px;
    right: 40px;
    top: 60px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: var(--grid-gap);
    padding-top: 90px;
  }
  .nav-elements .mega-menu > ul.sub-menu > li > a {
    font-size: 18px;
  }
  .nav-elements .mega-menu .grid-2 > .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--grid-gap);
  }
  .nav-elements .mega-menu .grid-3 > .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--grid-gap);
  }
  .nav-elements .mega-menu .grid-tall {
    grid-row: span 2;
  }
  .nav-elements .mega-menu .sub-menu .sub-menu .sub-menu a {
    font-weight: 300;
  }
  .nav-elements .mega-menu > .sub-menu > li > .sub-menu {
    padding-top: 10px !important;
  }
  .nav-elements .mega-menu > a {
    z-index: 1;
  }
  .nav-elements .mega-menu > .sub-menu:before {
    content: "";
    position: absolute;
    top: -500px;
    bottom: -40px;
    left: -50vw;
    right: -50vw;
    background: #00251A;
  }
  .nav-elements .mega-menu .highlight > a {
    position: relative;
  }
  .nav-elements .mega-menu .highlight > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    height: 2px;
    width: 100%;
    background: #40CC0E;
  }
  .scrolled .nav-elements .mega-menu ul.sub-menu {
    background: none;
    top: 32px;
    min-width: 0;
  }
  .logo {
    z-index: 1;
  }
  .mega-menu .sub-menu {
    display: none;
    transform: translateY(-150%);
  }
  .mega-menu.hover-active .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 1360px) {
  .nav-elements .mega-menu > ul.sub-menu {
    left: 0;
    right: 0;
  }
}
.container-top-bar {
  justify-content: space-between;
  height: auto;
  gap: 20px;
  z-index: 10;
}
.container-top-bar:before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00251A;
}
.container-top-bar .right-side, .container-top-bar .left-side {
  display: flex;
  gap: 20px;
  align-items: center;
}
.container-top-bar .left-side a {
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  z-index: 10;
  border-bottom-width: 0px;
}
.container-top-bar .left-side a:hover {
  border-bottom-width: 2px;
  text-decoration: none;
}
.container-top-bar .left-side a.current-site {
  color: #40CC0E;
}
.container-top-bar .btn-expert {
  z-index: 9;
  border-radius: 0;
}
.container-top-bar .search-icon {
  position: relative;
  right: auto;
}
@media screen and (max-width: 767px) {
  .container-top-bar {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #000;
  }
  .container-top-bar:before {
    background: #000;
  }
}

@media screen and (max-width: 1279px) {
  .mainheader-nav {
    margin-top: 18px;
  }
  .mainheader .btn-expert {
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .mainheader .btn-expert .ico-forum-wrap {
    margin-top: 5px;
  }
  .mainheader .btn-expert .ico-forum-wrap path {
    fill: #FFF;
    transition: all 0.25s;
  }
  .mainheader .btn-expert span {
    display: none;
  }
  .mainheader .btn-expert:hover {
    background: none;
  }
  .mainheader .btn-expert:hover .ico-forum-wrap path {
    fill: #40CC0E;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
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;
}

/* -------------------------------------------------------------------------------------------------------------------
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 .menu li a {
  font-size: 15px;
}
.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 {
  margin-top: 40px;
}
.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: 40%;
    height: fit-content;
  }
  .footercols .footercol2 {
    width: 44%;
    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 + 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;
}

.entry-content > p + h2,
.entry-content > ul + h2,
.entry-content > ol + h2,
.entry-content > table + h2,
.entry-content > figure.wp-block-image + h2 {
  margin-top: 64px;
}

.entry-content > figure.wp-block-embed .videowrapper {
  padding-top: 0;
}

/* -------------------------------------------------------------------------------------------------------------------
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,
#bbp-search-form {
  width: 100%;
  display: flex;
  align-items: center;
}
.searchform > div,
#bbp-search-form > div {
  height: 48px;
  width: 100%;
  border-radius: 8px;
  padding: 8px 16px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #00251A;
  display: flex;
  align-items: center;
}
.searchform input[type=text],
#bbp-search-form input[type=text] {
  border: none;
  width: 100%;
}
.searchform input[type=text]:focus-visible,
#bbp-search-form input[type=text]:focus-visible {
  outline: none;
}
.searchform input[type=submit],
#bbp-search-form 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,
#bbp-search-form input[type=submit]:hover {
  background-position: left -48px center;
}
.searchform input[type=submit]:focus,
#bbp-search-form 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-standout-text .text-block .standout-text-button {
  text-align: center;
}
.acf-standout-text .text-block .standout-text-button .btn {
  margin: 0 auto;
}
.acf-standout-text .text-block .standout-text-button .btn:hover {
  background-color: #40CC0E;
  color: #00251A;
}

/* -------------------------------------------------------------------------------------------------------------------
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 - Links GRID
------------------------------------------------------------------------------------------------------------------- */
.acf-links-grid .chevron-block {
  margin-bottom: 60px;
}
.acf-links-grid .grid-3, .acf-links-grid .grid-4 {
  display: grid;
  gap: 20px;
}
.acf-links-grid .grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.acf-links-grid .grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .acf-links-grid .grid-3, .acf-links-grid .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .acf-links-grid .grid-3, .acf-links-grid .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.acf-links-grid .link-block {
  background: #00251A url("assets/img/link-block-wave.svg") no-repeat;
  background-position-y: 20px;
  background-size: contain;
  padding: 180px 20px 80px;
  position: relative;
  border-radius: 30px;
}
.acf-links-grid .link-block .block-icon {
  position: absolute;
  width: 94px;
  height: 94px;
  top: 20px;
  right: 20px;
}
.acf-links-grid .link-block .block-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "DM Sans", "sans-serif";
  font-weight: bold;
  font-size: 36px;
  color: #40CC0E;
}
.acf-links-grid .link-block h3, .acf-links-grid .link-block p {
  color: #FFF;
}
.acf-links-grid .link-block .btn {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin-right: 0;
}
.acf-links-grid .link-block .btn:hover {
  color: #222 !important;
}

/* -------------------------------------------------------------------------------------------------------------------
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;
    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 {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .acf-service-providers {
    padding: 40px 0 80px;
  }
}
.acf-service-providers .service-provider {
  background-color: #F4F1EA;
  border-radius: 30px;
  padding: 32px 24px 80px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .acf-service-providers .service-provider {
    width: 49.21875%;
    margin: 0 1.5625% 1.5625% 0;
  }
  .acf-service-providers .service-provider:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .acf-service-providers .service-provider {
    width: 32%;
    margin: 0 1.333% 1.333% 0 !important;
  }
  .acf-service-providers .service-provider:nth-child(even) {
    margin-right: 1.333% !important;
  }
}
.acf-service-providers .service-provider.back-soon {
  background-image: url(assets/img/back_soon_tag.svg);
  background-position: top -1px right -1px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
}
.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 .service-provider--contact {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.acf-service-providers .service-provider .service-provider--contact .website-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

/* -------------------------------------------------------------------------------------------------------------------
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 .videowrapper {
  padding: 0;
  padding-bottom: 56.66%;
}
.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,
.search-overlay {
  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 .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 .close {
    top: -20px;
    right: -20px;
    cursor: pointer;
  }
}

/* Search Form Modal */
.search-overlay-form {
  margin: auto;
  width: 90%;
  max-width: 680px;
}

#searchsubmit:focus-visible {
  outline: none !important;
}

.acf-block-media-object-carousel {
  margin-top: 40px;
}
.acf-block-media-object-carousel .acf-media-object, .acf-block-media-object-carousel .carousel-cell {
  width: 100%;
}
.acf-block-media-object-carousel .flickity-page-dots {
  bottom: 5px;
}
.acf-block-media-object-carousel .flickity-page-dots .dot {
  margin: 0 4px;
}

/* -------------------------------------------------------------------------------------------------------------------
SEARCH RESULTS PAGE
------------------------------------------------------------------------------------------------------------------- */
.search-result {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.search-result .tagline {
  font-family: "DM Sans", "sans-serif";
  font-size: 0.75rem;
  font-weight: bold;
  background: #40CC0E;
  color: #FFF;
  padding: 1px 8px;
  display: inline-block;
  text-transform: uppercase;
}

.no-results {
  padding-bottom: 80px;
}

/* -------------------------------------------------------------------------------------------------------------------
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 .col1of4 {
  text-align: center;
  margin-bottom: 40px;
}
.acf-contact-details .col1of4 a {
  font-size: 18px;
  border-bottom: 2px solid transparent;
  color: #40CC0E;
  font-weight: 700;
}
.acf-contact-details .col1of4 a:hover {
  border-color: #40CC0E;
}
.acf-contact-details .col1of4 {
  text-align: center;
  margin-bottom: 40px;
}
.acf-contact-details .col1of4 h5 {
  margin-bottom: 16px;
}
.acf-contact-details .col1of4 .contact-details-icon {
  padding: 6px;
  width: 30px;
  height: 28px;
  margin: 0 auto 7px;
}
.acf-contact-details .col1of4 .contact-details-icon svg {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.acf-contact-details .col1of4 .contact-details-icon.new-icon {
  padding: 0;
  width: 40px;
  height: 40px;
}
.acf-contact-details .col1of4 span {
  font-family: "DM Sans", "sans-serif";
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .acf-contact-details .col1of4 span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .acf-contact-details .col1of4 span {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .acf-contact-details .col1of4 span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .acf-contact-details .col1of4 span {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .acf-contact-details .col1of4 span {
    font-size: 1.875rem;
  }
}
.acf-contact-details .col1of4 .social-icons {
  padding-top: 10px;
}
.acf-contact-details .col1of4 .social-icons a {
  border: none;
  margin: 0 10px;
}
.acf-contact-details .col1of4 .social-icons svg path {
  fill: #40CC0E;
}
.acf-contact-details .col1of4 .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 .guide-preview.personnel-advisor {
  cursor: default;
}
.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;
}
.team-members .model .model-content a {
  color: #40CC0E;
}
.team-members .model .model-content a:hover {
  color: #00251A;
}
@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;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
ACF BLOCK - ASSESSMENTS
------------------------------------------------------------------------------------------------------------------- */
.acf-assessments .guide-preview-meta {
  width: 100%;
  box-sizing: border-box;
}
.acf-assessments .guide-preview-meta h5 {
  margin: 0 32px 0 0;
}
.acf-assessments .guide-preview-meta svg {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.acf-assessments .model .videowrapper {
  border: none;
  background: #FFF;
  padding: 0;
  border-radius: 16px;
  max-width: 760px;
}
.acf-assessments .model .videowrapper > div {
  padding: 24px;
}
.acf-assessments .model .videowrapper .assesment-video {
  padding: 0;
  padding-bottom: 56.66%;
  position: relative;
}
.acf-assessments .model .videowrapper * {
  color: #222;
}
.acf-assessments .model .videowrapper .button {
  color: #FFF;
}
.acf-assessments .model .videowrapper .model-titles {
  position: relative;
}
.acf-assessments .model .videowrapper h4 {
  margin: 0 80px 16px 0;
}
.acf-assessments .model .videowrapper .close {
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 16px;
}
.acf-assessments .model .videowrapper .close:hover {
  background: none;
}
.acf-assessments .model .videowrapper .model-content {
  background: #F4F1EA;
}
@media screen and (min-width: 768px) {
  .acf-assessments .model .videowrapper {
    border-radius: 30px;
  }
  .acf-assessments .model .videowrapper > div {
    padding: 40px;
  }
  .acf-assessments .model .videowrapper h4 {
    max-width: 50%;
    margin: 0;
  }
  .acf-assessments .model .videowrapper .button {
    position: absolute;
    top: 32px;
    right: 56px;
  }
}

.assessments-title .jump-link p {
  font-family: "DM Sans", "sans-serif";
}
.assessments-title .jump-link a {
  border: none;
  display: flex;
}
.assessments-title .jump-link a span {
  border-bottom: 1px solid;
  display: inline-block;
  margin-left: 8px;
}
.assessments-title .jump-link a svg path {
  fill: #222;
  transition: fill 0.25s;
}
.assessments-title .jump-link a:hover svg path {
  fill: #40CC0E;
  transition: fill 0.25s;
}

@media (min-width: 1280px) {
  .assessments-title {
    display: flex;
  }
  .assessments-title h2 {
    width: 75%;
  }
  .assessments-title .jump-link {
    width: 25%;
    text-align: right;
    padding-top: 24px;
  }
  .assessments-title .jump-link a {
    flex-direction: row-reverse;
  }
  .assessments-title .jump-link a span {
    margin-left: 0;
    margin-right: 8px;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Embedded Videos & ACF Block - YouTube Embed
------------------------------------------------------------------------------------------------------------------- */
.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,
.videowrapper lite-youtube {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.acf-youtube-embed .videowrapper {
  padding: 0;
}
.acf-youtube-embed .videowrapper.youtube-medium {
  width: 80%;
  margin: 0 auto;
}
.acf-youtube-embed .videowrapper.youtube-small {
  width: 60%;
  margin: 0 auto;
}
.acf-youtube-embed .videowrapper lite-youtube {
  min-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;
}

.acf-course-summary .course-summary-text {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .acf-course-summary .course-summary {
    display: flex;
    flex-wrap: wrap;
  }
  .acf-course-summary .course-summary > div {
    width: 50%;
    box-sizing: border-box;
  }
  .acf-course-summary .course-summary .course-summary-text {
    padding: 0 40px 0 0;
  }
  .acf-course-summary .course-summary .course-summary-text .booking-link {
    margin-top: 40px;
  }
  .acf-course-summary .course-summary.image-left {
    flex-direction: row-reverse;
  }
  .acf-course-summary .course-summary.image-left .course-summary-text {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1280px) {
  .acf-course-summary .course-summary .course-summary-text {
    padding: 0 96px 0 0;
  }
  .acf-course-summary .course-summary.image-left .course-summary-text {
    padding: 0 0 0 96px;
  }
}
.wp-block-gallery {
  margin: 40px 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 70%, transparent);
  padding: 16px 8px 16px;
  font-size: 1rem;
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 16px;
}

.wp-lightbox-container button {
  z-index: 1;
}

.acf-block-button {
  margin-bottom: 24px;
}
.acf-block-button a.btn {
  min-width: 240px;
  text-align: center;
  justify-content: center;
}

p + .acf-block-button,
ul + .acf-block-button,
ol + .acf-block-button {
  margin-top: 40px;
}

.acf-icons-panel .flexcols {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
}
.acf-icons-panel .icon-panel-item {
  padding: 0 40px 0 0;
}
.acf-icons-panel .icon-panel-item .icon-panel-icon {
  max-width: 64px;
  max-height: 64px;
  margin: 0 0 24px;
}
.acf-icons-panel .icon-panel-item .icon-panel-text p {
  font-family: "DM Sans", "sans-serif";
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .acf-icons-panel .icon-panel-item {
    margin-bottom: 48px;
  }
}
.acf-icons-panel .icon-panel-item.col1of5 {
  margin-bottom: 48px !important;
}

.acf-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0 !important;
}
.acf-logo-grid .logo-grid-item {
  width: calc(33.333% - 32px);
  box-sizing: border-box;
  padding: 0;
  margin: 16px;
}
.acf-logo-grid .logo-grid-item .logo-grid-item--logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.acf-logo-grid .logo-grid-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
}
.acf-logo-grid .logo-grid-item a {
  border: none;
}
@media screen and (min-width: 768px) {
  .acf-logo-grid .logo-grid-item {
    width: calc(33.3333% - 32px);
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .acf-logo-grid .logo-grid-item {
    width: calc(25% - 32px);
  }
}

@media (min-width: 1280px) {
  .acf-logo-grid .logo-grid-item.logo-grid-col1of3 {
    width: calc(33.3333% - 32px);
    padding: 80px;
  }
  .acf-logo-grid .logo-grid-item.logo-grid-col1of4 {
    width: calc(25% - 32px);
    padding: 56px;
  }
  .acf-logo-grid .logo-grid-item.logo-grid-col1of5 {
    width: calc(20% - 32px);
    padding: 40px;
  }
  .acf-logo-grid .logo-grid-item.logo-grid-col1of6 {
    width: calc(16.6667% - 32px);
  }
}
.acf-logo-grid.logo-borders .logo-grid-item {
  border: 1px solid #e2e3e2;
  border-radius: 16px;
}

.homeowner-hub-form .homeowner-hub-text {
  margin-bottom: 40px;
}
.homeowner-hub-form .homeowner-hub-form-form {
  background: #FFF;
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .homeowner-hub-form {
    display: flex;
  }
  .homeowner-hub-form .homeowner-hub-text {
    width: 60%;
    margin-right: 7.5%;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .homeowner-hub-form .homeowner-hub-form-form {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .homeowner-hub-form .gform_wrapper, .homeowner-hub-form .gform_confirmation_wrapper {
    padding-bottom: 0px !important;
  }
  .homeowner-hub-form .gfield {
    margin-bottom: 0 !important;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
Cookies Popup
------------------------------------------------------------------------------------------------------------------- */
#ga-pro.ga-google-analytics-pro-optout-open {
  background: none !important;
}

.ga-google-analytics-pro-optout-content {
  text-align: left !important;
  padding: 24px 40px !important;
  /* New layout */
  width: 100% !important;
  max-width: 100% !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  top: auto !important;
  transform: none !important;
  background: #fdfcfa !important;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 1024px) {
  .ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-message {
    display: flex !important;
  }
  .ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-message > div {
    width: 50%;
    box-sizing: border-box;
    padding-right: 24px;
  }
}
.ga-google-analytics-pro-optout-content h5 {
  font-size: 1.1rem;
}
.ga-google-analytics-pro-optout-content h5 a {
  border-bottom: 1px solid !important;
}
.ga-google-analytics-pro-optout-content p {
  font-family: "DM Sans", "sans-serif";
  line-height: 1.2;
  margin-bottom: 24px;
}
.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: 4px !important;
}
.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: none !important;
}
.ga-google-analytics-pro-optout-content .ga-google-analytics-pro-optout-link:hover {
  color: #FFF !important;
  background: #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;
}
.ga-google-analytics-pro-optout-content .group-logos .group-logo {
  padding-right: 16px;
  margin: 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 4px 4px 0;
}

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

@media (max-width: 1023px) {
  .ga-google-analytics-pro-optout-content {
    padding: 40px 24px 4px !important;
  }
  .ga-google-analytics-pro-optout-content p,
  .ga-google-analytics-pro-optout-content .group-logos {
    display: none !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 {
    margin-bottom: 12px !important;
  }
  #ga-pro .ga-google-analytics-pro-optout-icon {
    top: 12px !important;
    right: 12px !important;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Archvie Page Intro
------------------------------------------------------------------------------------------------------------------- */
.archive-page-intro .fw {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}

/* -------------------------------------------------------------------------------------------------------------------
Trade Directory
------------------------------------------------------------------------------------------------------------------- */
.approved-partners {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .approved-partners {
    padding: 40px 0 80px;
  }
}

.approved-partner {
  background: #F4F1EA;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding-bottom: 160px;
}
.approved-partner > div {
  padding-bottom: 8px;
}
.approved-partner > p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.approved-partner .approved-partner--titles {
  display: flex;
}
.approved-partner .approved-partner--name {
  width: calc(100% - 108px);
  padding-right: 16px;
  box-sizing: border-box;
}
.approved-partner .approved-partner--name h5 {
  margin-bottom: 8px;
}
.approved-partner .approved-partner--accreditations {
  display: flex;
  flex-wrap: wrap;
}
.approved-partner .approved-partner--accreditations > div {
  height: 32px;
  margin: 0 8px 8px 0;
  width: 31px;
  background-size: 31px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.approved-partner .approved-partner--accreditations .accreditation-mcs {
  background-image: url(assets/img/a-mcs.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-the-green-register {
  background-image: url(assets/img/a-green.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-retrofit-skills-l2 {
  background-image: url(assets/img/a-retrofit-skills.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-heat-geek-trained {
  background-image: url(assets/img/a-heat-geek.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-heat-geek-approved {
  background-image: url(assets/img/a-heat-geek-approved.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-aecb {
  background-image: url(assets/img/a-aecb.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-passivhaus-certified {
  background-image: url(assets/img/a-passiv.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-the-iaa-the-installation-assurance-authority {
  background-image: url(assets/img/a-iaa.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-trustmark {
  background-image: url(assets/img/a-trust.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-riba-chartered-practice {
  background-image: url(assets/img/a-riba.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-ciat-chartered-practice {
  background-image: url(assets/img/a-ciat.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-fensa {
  background-image: url(assets/img/a-fensa.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-the-retrofit-academy {
  background-image: url(assets/img/a-retrofit-academy.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-fmb {
  background-image: url(assets/img/a-retrofit-fmb.svg);
}
.approved-partner .approved-partner--accreditations .accreditation-pas-2030 {
  width: 39px;
  background: url(assets/img/a-pas2030.svg) no-repeat center center;
  background-size: 39px 32px;
}
.approved-partner .approved-partner--accreditations .accreditation-pas-2035 {
  width: 38px;
  background: url(assets/img/a-pas2035.svg) no-repeat center center;
  background-size: 38px 32px;
}
.approved-partner .approved-partner--logo {
  width: 108px;
  height: 108px;
}
.approved-partner .approved-partner--logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.approved-partner .aprroved-partner--address {
  background-image: url(assets/img/i-location.svg);
  background-size: 13px 16px;
  background-position: center left;
  padding-left: 22px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-top: 12px;
}
.approved-partner .approved-partner--services span {
  background: #40CC0E;
  padding: 4px 8px;
  margin: 0 4px 4px 0;
  border-radius: 1px;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}
.approved-partner .approved-partner--contact {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 430px) {
  .approved-partner .approved-partner--contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.approved-partner .approved-partner--contact .approved-partner--cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.approved-partner .approved-partner--contact .email-btn, .approved-partner .approved-partner--contact .case-study-btn {
  width: 210px;
  box-sizing: border-box;
  margin-right: 0;
}
.approved-partner .approved-partner--contact .case-study-btn {
  margin-right: 0;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  background-image: url(assets/img/i-img-case-study.svg);
  background-size: 21px 21px;
  background-position: center right 28px;
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-right: 60px;
}
@media screen and (max-width: 1279px) {
  .approved-partner .approved-partner--contact .case-study-btn {
    background-size: 19px 18px;
  }
}
.approved-partner .approved-partner--contact .case-study-btn:hover {
  background-color: #40CC0E;
  color: #222;
  border-color: #222;
}
.approved-partner .approved-partner--contact .website-btn {
  margin-right: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .approved-partner {
    width: 49.21875%;
    margin: 0 1.5625% 1.5625% 0;
  }
  .approved-partner:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .approved-partner {
    width: 32%;
    margin: 0 1.333% 1.333% 0 !important;
  }
  .approved-partner:nth-child(even) {
    margin-right: 1.333% !important;
  }
}

.approved-partners-disclaimer {
  padding: 16px 0 40px;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  font-family: "DM Sans", "sans-serif";
  font-size: 0.75rem;
  line-height: 1;
  width: auto;
  background-color: #00251A;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* -------------------------------------------------------------------------------------------------------------------
Approved Partner Profile Page
------------------------------------------------------------------------------------------------------------------- */
.approved-partner-titles {
  margin-bottom: 80px;
}

/* -------------------------------------------------------------------------------------------------------------------
Trade Directory - Filters
------------------------------------------------------------------------------------------------------------------- */
.directory-filters {
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .directory-filters {
    padding: 64px 0 0;
  }
}

.service-checkboxes {
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .service-checkboxes {
    display: flex;
    flex-wrap: wrap;
  }
  .service-checkboxes .service-checkbox {
    width: 50%;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1280px) {
  .service-checkboxes .service-checkbox {
    width: 33.3333%;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .service-checkboxes .service-checkbox {
    width: 25%;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
Gravity Forms (and checkboxes for Trade Directory filters)
------------------------------------------------------------------------------------------------------------------- */
.gform_wrapper,
.gform_confirmation_wrapper {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .gform_wrapper,
  .gform_confirmation_wrapper {
    padding-bottom: 80px !important;
  }
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #40CC0E !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.gfield {
  margin-bottom: 40px !important;
}

.gfield_label {
  font-family: "DM Sans", "sans-serif";
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1280px) {
  .gfield_label {
    font-size: 18px !important;
  }
}

.gfield_description {
  color: #80928D !important;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding-top: 0 !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  padding: 12px !important;
}

.ginput_container {
  padding-top: 16px !important;
}

@media screen and (min-width: 1024px) {
  .gfield_checkbox#input_1_11,
  .gfield_checkbox#input_1_19 {
    column-count: 2;
  }
  .gfield_checkbox#input_1_11 > div,
  .gfield_checkbox#input_1_19 > div {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
    display: table;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1280px) {
  .gfield_checkbox#input_1_11,
  .gfield_checkbox#input_1_19 {
    column-count: 3;
  }
}

.gchoice,
.service-checkbox {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 16px !important;
  padding-left: 0 !important;
  position: relative !important;
  cursor: pointer !important;
}
.gchoice input[type=checkbox],
.gchoice input[type=radio],
.service-checkbox input[type=checkbox],
.service-checkbox input[type=radio] {
  display: none !important;
}
.gchoice label,
.service-checkbox label {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  padding-left: 40px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
.gchoice label::before,
.service-checkbox label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #00251A !important;
  border-radius: 2px !important;
  background: #FFF !important;
}
.gchoice input[type=checkbox]:checked + label::before,
.gchoice input[type=radio]:checked + label::before,
.service-checkbox input[type=checkbox]:checked + label::before,
.service-checkbox input[type=radio]:checked + label::before {
  background: #00251A !important;
  border-color: #00251A !important;
}
.gchoice input[type=checkbox]:checked + label::after,
.gchoice input[type=radio]:checked + label::after,
.service-checkbox input[type=checkbox]:checked + label::after,
.service-checkbox input[type=radio]:checked + label::after {
  content: "" !important;
  position: absolute !important;
  left: 6px !important;
  top: 40% !important;
  transform: translate(50%, -50%) rotate(45deg) scaleX(-1) !important;
  width: 6px !important;
  height: 14px !important;
  border: 2px solid #FFF !important;
  border-top: none !important;
  border-right: none !important;
}

/* File Upload Field */
.gform_wrapper.gravity-theme .gform_delete_file {
  appearance: auto !important;
  -moz-appearance: auto !important;
  -webkit-appearance: auto !important;
  background: #222 !important;
  padding: 0 16px !important;
  margin-left: 24px !important;
}
.gform_wrapper.gravity-theme .gform_delete_file:hover {
  background: #40CC0E !important;
}

#gform_wrapper_5 span.gfield_fileupload_progress {
  display: none !important;
}
#gform_wrapper_5 span.gfield_fileupload_filename {
  display: none !important;
}
#gform_wrapper_5 button.gform_delete_file {
  margin-left: 0 !important;
  margin-top: -40px !important;
}

.current-logo label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
}
.current-logo div {
  max-width: 160px;
  max-height: 160px;
}
.current-logo div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Consent Field */
.gform_wrapper.gravity-theme .gfield_consent_description {
  border: none !important;
  font-size: 1rem !important;
  max-height: 9999px !important;
  padding: 0 !important;
  overflow-y: auto !important;
  color: #222 !important;
}

.gform_wrapper .gform_validation_errors h2 {
  letter-spacing: normal;
}
.gform_wrapper .validation_message.gfield_description {
  background: #c02b0a !important;
  color: #fff !important;
  padding: 16px !important;
  font-weight: 700 !important;
}

/* -------------------------------------------------------------------------------------------------------------------
bbPress Forum
------------------------------------------------------------------------------------------------------------------- */
/* Layout */
.forum-page {
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .forum-page {
    padding: 64px 0 0;
  }
}
.forum-page .forum {
  margin-bottom: 40px;
}

/* General */
#bbpress-forums {
  font-size: 1rem;
  margin-bottom: 40px;
}

li.bbp-forum-info a.bbp-forum-title {
  font-weight: 700;
  font-family: "DM Sans", "sans-serif";
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  li.bbp-forum-info a.bbp-forum-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  li.bbp-forum-info a.bbp-forum-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  li.bbp-forum-info a.bbp-forum-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  li.bbp-forum-info a.bbp-forum-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1600px) {
  li.bbp-forum-info a.bbp-forum-title {
    font-size: 1.375rem;
  }
}

.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-forum-freshness {
  font-family: "DM Sans", "sans-serif";
}

.bbp-topics * {
  font-family: "DM Sans", "sans-serif";
}

/* Search form  */
#bbp-search-form {
  margin-bottom: 40px;
  max-width: 600px;
}
#bbp-search-form #bbp_search {
  box-sizing: border-box;
  font-size: 1.125rem;
  width: 100%;
}

#bbpress-forums div.bbp-search-form {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
#bbpress-forums li.bbp-body ul.forum {
  width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search {
  width: 100%;
}

/* Notices */
div.bbp-template-notice,
div.indicator-hint {
  border-width: 0;
  padding: 8px 16px;
  margin: 8px 0 56px;
  background-color: #40CC0E;
  color: #FFF;
}
div.bbp-template-notice li,
div.bbp-template-notice p,
div.indicator-hint li,
div.indicator-hint p {
  font-size: 1rem;
  font-weight: 700;
}

div.bbp-template-notice.info {
  background-color: #00251A;
}
div.bbp-template-notice.info ul {
  list-style: none;
  margin: 0;
  padding: 24px;
}

/* Forum entry fields */
#bbpress-forums .bbp-topic-form {
  background: #F4F1EA;
  padding: 24px;
  margin-bottom: 40px;
}
#bbpress-forums fieldset.bbp-form {
  font-family: "DM Sans", "sans-serif";
  border: none;
}
#bbpress-forums fieldset.bbp-form legend {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 24px 0 32px;
}
@media screen and (min-width: 768px) {
  #bbpress-forums fieldset.bbp-form legend {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  #bbpress-forums fieldset.bbp-form legend {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #bbpress-forums fieldset.bbp-form legend {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1440px) {
  #bbpress-forums fieldset.bbp-form legend {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #bbpress-forums fieldset.bbp-form legend {
    font-size: 1.75rem;
  }
}
#bbpress-forums fieldset.bbp-form label {
  margin-bottom: 4px;
}
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form input[type=password] {
  width: 99%;
  box-sizing: border-box;
}
#bbpress-forums fieldset.bbp-form textarea {
  border: 1px solid rgb(118, 118, 118);
}
#bbpress-forums fieldset.bbp-form div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 1rem;
}
#bbpress-forums fieldset.bbp-form select {
  height: auto;
  font-size: 1rem;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 2px;
}
#bbpress-forums fieldset.bbp-form div.bbp-submit-wrapper {
  float: none;
  margin-top: 24px;
}
#bbpress-forums p.bbp-topic-meta {
  font-size: 1rem;
  margin-top: 16px;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-name {
  font-weight: 700;
}
#bbpress-forums li.bbp-topic-freshness .bbp-topic-meta {
  display: none;
}

/* Forum entries */
#bbpress-forums ul.bbp-forums {
  border: none;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body {
  background: none;
  border-bottom: 1px solid #222;
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
#bbpress-forums li.bbp-body {
  padding: 32px 0;
}
#bbpress-forums li.bbp-body ul.forum {
  background: none;
  padding: 40px 0 32px;
}
#bbpress-forums li.bbp-body ul.forum:first-of-type {
  border: none;
}
#bbpress-forums li.bbp-footer {
  background: none;
  border: none;
}

/* Forum login form */
#bbpress-forums .bbp-login-form,
.bbpress .bbp-login-form {
  max-width: 460px;
  background: #F4F1EA;
  padding: 24px;
  border-radius: 8px;
}
#bbpress-forums fieldset.bbp-form,
.bbpress fieldset.bbp-form {
  border: none;
  padding: 0;
}
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form input[type=password],
.bbpress fieldset.bbp-form input[type=text],
.bbpress fieldset.bbp-form input[type=password] {
  height: 48px;
  width: 100%;
  box-sizing: border-box;
}
#bbpress-forums label,
.bbpress label {
  display: block;
}
#bbpress-forums .bbp-submit-wrapper,
.bbpress .bbp-submit-wrapper {
  float: none;
  text-align: left;
}

.logout-button-shortcode {
  margin-top: 40px;
}

.forum-button-group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .forum-button-group {
    padding-top: 80px;
  }
}

/* Approved partner icon */
.user-approved-partner,
.user-advisor {
  background: url(assets/img/i-tick-green.svg) no-repeat top left;
  background-size: 16px 16px;
  padding-left: 20px;
}

body.page-template-pagetemplate-forum #bbpress-forums li.bbp-body {
  padding: 0;
}
body.page-template-pagetemplate-forum #bbpress-forums li.bbp-body > ul:first-of-type {
  border: none;
}
body.page-template-pagetemplate-forum #bbpress-forums .bbp-breadcrumb {
  display: none;
}

#loginform {
  max-width: 460px;
  background: #F4F1EA;
  padding: 40px 24px;
  border-radius: 8px;
  margin-bottom: 40px;
}
#loginform * {
  font-family: "DM Sans", "sans-serif";
}
#loginform label {
  display: block;
}
#loginform input[type=text],
#loginform input[type=password] {
  height: 48px;
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 0 8px;
}
#loginform p.login-submit {
  margin-bottom: 0;
}

.login-options {
  display: flex;
  margin-bottom: 80px;
}
.login-options span {
  margin-right: 16px;
}
.login-options span span {
  margin-right: 0;
}

/* -------------------------------------------------------------------------------------------------------------------
// Account activation page
// ------------------------------------------------------------------------------------------------------------------- */
#content.widecolumn {
  max-width: 1280px;
  margin: 280px auto 80px;
}

#signup-welcome span.h3 {
  font-family: "DM Sans", "sans-serif";
}

body.single-forum #bbpress-forums .bbp-pagination {
  font-family: "DM Sans", "sans-serif";
  color: #80928D;
}
body.single-forum #bbpress-forums ul.bbp-topics {
  border: none;
  margin-bottom: 0;
}
body.single-forum #bbpress-forums .bbp-pagination {
  margin-bottom: 40px;
}
body.single-forum #bbpress-forums li.bbp-body {
  padding: 0;
}
body.single-forum #bbpress-forums li.bbp-body ul.topic {
  padding: 40px 0;
  border-color: #222;
}
body.single-forum #bbpress-forums li.bbp-body ul.topic:first-of-type {
  border: none;
}
body.single-forum #bbpress-forums ul.odd {
  background: none;
}
body.single-forum #bbpress-forums li.bbp-topic-title a.bbp-topic-permalink {
  font-family: "DM Sans", "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  body.single-forum #bbpress-forums li.bbp-topic-title a.bbp-topic-permalink {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  body.single-forum #bbpress-forums li.bbp-topic-title a.bbp-topic-permalink {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  body.single-forum #bbpress-forums li.bbp-topic-title a.bbp-topic-permalink {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1440px) {
  body.single-forum #bbpress-forums li.bbp-topic-title a.bbp-topic-permalink {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  body.single-forum #bbpress-forums li.bbp-topic-title a.bbp-topic-permalink {
    font-size: 1.75rem;
  }
}

.bbp-topic-revision-log {
  clear: both !important;
  padding-top: 40px !important;
}

body.single-topic .forum-introduction {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.single-topic #bbpress-forums {
  margin-bottom: 80px;
}
body.single-topic #bbpress-forums .bbp-pagination {
  display: none;
}
body.single-topic #bbpress-forums ul.bbp-replies {
  border: none;
  margin-bottom: 80px;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-header,
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-footer,
body.single-topic #bbpress-forums ul.bbp-replies .bbp-reply-permalink {
  display: none;
}
body.single-topic #bbpress-forums ul.bbp-replies .bbp-reply-post-date {
  color: #80928D;
  margin-right: 24px;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header {
  background: none;
  border: none;
  padding: 40px 0 0;
}
@media screen and (min-width: 1280px) {
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header {
    padding: 40px 40px 0;
  }
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type {
  background: #F4F1EA;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div {
  background: #F4F1EA;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body div.hentry {
  padding: 0;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body p {
  line-height: 1.4;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body span.bbp-admin-links a {
  font-size: 0.75rem;
}
body.single-topic #bbpress-forums ul.bbp-replies div.bbp-reply-author {
  float: none;
  text-align: left;
  width: 100%;
  display: flex;
  padding: 24px 0 16px;
}
@media screen and (min-width: 1280px) {
  body.single-topic #bbpress-forums ul.bbp-replies div.bbp-reply-author {
    padding: 24px 40px 16px;
  }
}
body.single-topic #bbpress-forums ul.bbp-replies div.bbp-reply-author .bbp-author-name {
  display: inline;
  margin-left: 0;
  margin-right: 6px;
  font-weight: 700;
}
body.single-topic #bbpress-forums ul.bbp-replies div.bbp-reply-author .bbp-author-name::before {
  content: "Posted by ";
  font-weight: normal;
}
body.single-topic #bbpress-forums ul.bbp-replies div.bbp-reply-author .bbp-reply-user-role {
  margin-right: 6px;
  color: #80928D;
}
body.single-topic #bbpress-forums ul.bbp-replies div.odd {
  background: #FFF;
}
body.single-topic #bbpress-forums ul.bbp-replies div.bbp-reply-content {
  margin-left: 0;
  padding: 16px 0 40px;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 1280px) {
  body.single-topic #bbpress-forums ul.bbp-replies div.bbp-reply-content {
    padding: 16px 40px 40px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 480px) {
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: 0;
    min-height: 0;
    border: none;
  }
  #bbpress-forums .bbp-body span.bbp-admin-links {
    display: block;
    padding-top: 12px;
  }
}
#bbpress-forums div.bbp-breadcrumb {
  padding-top: 16px;
}
#bbpress-forums div.bbp-breadcrumb > p {
  font-family: "DM Sans", "sans-serif";
  font-size: 0.8125rem;
  margin-bottom: 40px;
}
#bbpress-forums div.bbp-breadcrumb > p a {
  border-bottom: 1px solid;
}

/* 100% width for the initial post */
body.single-topic #bbpress-forums {
  overflow: visible;
}
body.single-topic #bbpress-forums ul.bbp-replies {
  overflow: visible;
}
body.single-topic #bbpress-forums div.bbp-topic-tags {
  width: 100vw;
  background: #F4F1EA;
  padding: 24px 24px 0;
  margin-left: -24px;
  float: none;
}
@media screen and (min-width: 1024px) {
  body.single-topic #bbpress-forums div.bbp-topic-tags {
    padding: 24px 40px 0;
  }
}
body.single-topic #bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 0;
}
body.single-topic #bbpress-forums div.bbp-topic-tags a {
  font-family: "DM Sans", "sans-serif";
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0 8px 8px 0;
  background-color: #40CC0E;
  padding: 4px 16px;
  border-radius: 2px;
}
body.single-topic #bbpress-forums div.bbp-topic-tags a:hover {
  color: #FFF;
  background-color: #00251A;
}
body.single-topic #bbpress-forums div.bbp-breadcrumb {
  width: 100vw;
  margin-left: -24px;
  background: #F4F1EA;
}
body.single-topic #bbpress-forums div.bbp-breadcrumb > p {
  padding: 24px 24px 0;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.single-topic #bbpress-forums div.bbp-breadcrumb > p {
    padding: 24px 40px 24px;
  }
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type,
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div {
  width: 100vw;
  margin-left: -24px;
  padding-left: 0;
  padding-right: 0;
}
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type > div,
body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div > div {
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}
@media screen and (min-width: 1024px) {
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type > div,
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type div.bbp-reply-author,
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div div.bbp-reply-author {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type,
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div {
    margin-left: calc(-50vw + 50%);
  }
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type > div,
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div > div {
    max-width: 1280px;
    box-sizing: border-box;
    margin: auto;
  }
  body.single-topic #bbpress-forums div.bbp-topic-tags,
  body.single-topic #bbpress-forums div.bbp-breadcrumb {
    margin-left: calc(-50vw + 50%);
  }
  body.single-topic #bbpress-forums div.bbp-topic-tags > p,
  body.single-topic #bbpress-forums div.bbp-breadcrumb > p {
    max-width: 1280px;
    margin: auto;
  }
}
@media (min-width: 1440px) {
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type,
  body.single-topic #bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header:first-of-type + div,
  body.single-topic #bbpress-forums div.bbp-topic-tags,
  body.single-topic #bbpress-forums div.bbp-breadcrumb {
    width: 100vw;
    margin-left: calc(-100vw + 1280px + (100vw - 1280px) / 2);
  }
}
/* Subscribe button */
body.single-topic #bbpress-forums span#subscription-toggle {
  width: 100vw;
  margin-left: -24px;
  padding: 16px 0;
  background: #F4F1EA;
  float: none;
  display: block;
  clear: both;
}
body.single-topic #bbpress-forums span#subscription-toggle > span {
  display: block;
}
@media screen and (min-width: 768px) {
  body.single-topic #bbpress-forums span#subscription-toggle {
    margin-left: calc(-50vw + 50%);
    padding: 16px 24px;
  }
  body.single-topic #bbpress-forums span#subscription-toggle > span {
    max-width: 1280px;
    box-sizing: border-box;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  body.single-topic #bbpress-forums span#subscription-toggle {
    padding: 16px 40px;
  }
}
@media screen and (min-width: 1440px) {
  body.single-topic #bbpress-forums span#subscription-toggle {
    margin-left: calc(-100vw + 1280px + (100vw - 1280px) / 2);
  }
}

#bbpress-forums div.bbp-reply-content img,
#bbpress-forums div.bbp-topic-content img {
  display: none;
}
#bbpress-forums div.bbp-reply-content .forum-topic-image,
#bbpress-forums div.bbp-topic-content .forum-topic-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
#bbpress-forums div.bbp-reply-content .forum-topic-image:first-of-type,
#bbpress-forums div.bbp-topic-content .forum-topic-image:first-of-type {
  margin-top: 24px;
}
#bbpress-forums div.bbp-reply-content .forum-topic-image img,
#bbpress-forums div.bbp-topic-content .forum-topic-image img {
  width: 100%;
  height: auto;
  display: block;
}
#bbpress-forums div.bbp-reply-content .forum-topic-image::after,
#bbpress-forums div.bbp-topic-content .forum-topic-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
}
#bbpress-forums div.bbp-reply-content .forum-topic-image::before,
#bbpress-forums div.bbp-topic-content .forum-topic-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background: url(assets/img/i-zoom.svg) no-repeat center center;
  background-size: 30px 30px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
#bbpress-forums div.bbp-reply-content .forum-topic-image:hover::after, #bbpress-forums div.bbp-reply-content .forum-topic-image:hover::before,
#bbpress-forums div.bbp-topic-content .forum-topic-image:hover::after,
#bbpress-forums div.bbp-topic-content .forum-topic-image:hover::before {
  opacity: 1;
  transition: all 0.25s;
}
@media screen and (min-width: 768px) {
  #bbpress-forums div.bbp-reply-content .forum-topic-image,
  #bbpress-forums div.bbp-topic-content .forum-topic-image {
    float: left;
    max-width: calc(50% - 24px);
    margin-right: 24px;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  #bbpress-forums div.bbp-reply-content .forum-topic-image,
  #bbpress-forums div.bbp-topic-content .forum-topic-image {
    max-width: calc(25% - 24px);
  }
}

/* Lightbox */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 37, 26, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.lightbox-container {
  position: relative;
  text-align: center;
}

#lightbox img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

#close-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: white;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #40CC0E;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all 0.25s;
}
#close-btn:hover {
  color: #00251A;
  transition: all 0.25s;
}

body.bbp-search .bbp-pagination {
  margin-bottom: 32px;
  font-family: "DM Sans", "sans-serif";
  font-weight: 700;
}

#bbpress-forums ul.bbp-search-results {
  border: none;
}
#bbpress-forums ul.bbp-search-results li.bbp-header,
#bbpress-forums ul.bbp-search-results div.bbp-reply-ip,
#bbpress-forums ul.bbp-search-results li.bbp-footer {
  display: none;
}
#bbpress-forums ul.bbp-search-results li.bbp-body {
  padding: 0;
  border: none;
}
#bbpress-forums ul.bbp-search-results div.bbp-topic-header,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header {
  font-family: "DM Sans", "sans-serif";
  background: #F4F1EA;
  border: none;
  padding: 24px;
}
#bbpress-forums ul.bbp-search-results div.bbp-topic-header a.bbp-reply-permalink,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header a.bbp-reply-permalink,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header a.bbp-reply-permalink {
  display: none;
}
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-meta,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-meta,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-meta {
  font-size: 0.8125rem;
  color: #80928D;
}
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-topic-title,
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-reply-title,
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-forum-title,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-topic-title,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-reply-title,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-forum-title,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-topic-title,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-reply-title,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-forum-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 0;
}
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-topic-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-reply-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-forum-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-topic-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-reply-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-forum-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-topic-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-reply-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-forum-title h3 {
  font-size: 1rem;
  line-height: 24px;
  margin: 0 6px 0 0;
}
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-topic-title a,
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-reply-title a,
#bbpress-forums ul.bbp-search-results div.bbp-topic-header div.bbp-forum-title a,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-topic-title a,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-reply-title a,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header div.bbp-forum-title a,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-topic-title a,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-reply-title a,
#bbpress-forums ul.bbp-search-results div.bbp-forum-header div.bbp-forum-title a {
  border-bottom: 1px solid !important;
}
#bbpress-forums ul.bbp-search-results div.hentry {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #F4F1EA;
}
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-topic-author,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-reply-author {
  float: none;
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-topic-author .bbp-author-name,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-reply-author .bbp-author-name {
  display: inline-block;
  margin-left: 0;
  margin-right: 4px;
  font-family: "DM Sans", "sans-serif";
  font-weight: 700;
}
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-topic-author .bbp-author-role,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-reply-author .bbp-author-role {
  font-size: 1rem;
  color: #80928D;
  font-style: normal;
  display: inline-block;
}
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-topic-content,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-reply-content,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-forum-content {
  margin-left: 0;
}
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-topic-content p,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-reply-content p,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-forum-content p {
  line-height: 1.4;
}
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-topic-content .forum-topic-image:first-of-type,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-reply-content .forum-topic-image:first-of-type,
#bbpress-forums ul.bbp-search-results div.hentry div.bbp-forum-content .forum-topic-image:first-of-type {
  margin-top: 0;
}

#bbpress-forums ul.bbp-search-results + .bbp-pagination {
  display: none;
}

@media (max-width: 480px) {
  #bbpress-forums .bbp-body div.bbp-topic-author,
  #bbpress-forums .bbp-body div.bbp-reply-author {
    min-height: 0;
    margin: 0;
    border: none;
    padding-left: 0;
  }
}
.training-event-previews {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .training-event-previews {
    padding: 64px 0;
  }
}
.training-event-previews .col1of3 {
  background: #F4F1EA;
  position: relative;
}
.training-event-previews .col1of3 .post-preview-image {
  overflow: hidden;
}
.training-event-previews .col1of3 .post-preview-text {
  padding: 24px 24px 96px;
}
.training-event-previews .col1of3 .post-preview-text * {
  margin-bottom: 16px;
}
.training-event-previews .col1of3 .post-preview-text .post-preview-text-meta p {
  line-height: 1.3;
  margin-bottom: 0;
}
.training-event-previews .col1of3 .btn {
  display: inline-flex;
  width: calc(100% - 48px);
  box-sizing: border-box;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 24px;
  z-index: 1;
}
.training-event-previews .col1of3:hover .btn {
  background-color: #40CC0E !important;
}

body.single-training-event .training-event-meta p:not(.booking-button),
body.single-event .training-event-meta p:not(.booking-button) {
  font-family: "DM Sans", "sans-serif";
  margin-bottom: 4px;
}
body.single-training-event .training-event-meta p.booking-button,
body.single-event .training-event-meta p.booking-button {
  margin-top: 16px;
}
body.single-training-event .related-training-event-courses,
body.single-event .related-training-event-courses {
  padding: 40px 0;
}
body.single-training-event .related-training-event-courses .training-event-previews,
body.single-event .related-training-event-courses .training-event-previews {
  padding: 0;
}
body.single-training-event .related-training-event-courses .col1of3,
body.single-event .related-training-event-courses .col1of3 {
  background: #FFF;
}
@media screen and (min-width: 768px) {
  body.single-training-event .related-training-event-courses,
  body.single-event .related-training-event-courses {
    padding: 64px 0;
  }
}

.approved-partner-profile {
  padding-top: 80px;
}

.registration-popup {
  cursor: pointer;
}
.registration-popup span {
  border-bottom: 1px solid;
  transition: all 0.25s;
}
.registration-popup span:hover {
  color: #40CC0E;
  transition: all 0.25s;
}

.registration-form-modal {
  max-width: 924px;
  top: 40px;
  bottom: auto;
  background: #FFF;
  overflow-y: scroll;
}
.registration-form-modal .form-wrapper {
  padding: 40px;
}
.registration-form-modal .form-wrapper h3 {
  padding-right: 80px;
}
.registration-form-modal .form-wrapper .close {
  top: 16px;
  right: 16px;
}
.registration-form-modal .gform_wrapper {
  margin-top: 64px;
}

.start-here {
  display: none;
}

@media (min-width: 768px) {
  .start-here {
    font-family: "DM Sans", "sans-serif";
    display: block;
    position: fixed;
    top: 200px;
    right: 0;
    background-color: #40CC0E;
    background-image: url(assets/img/i-arrow-r.svg);
    background-position: center right 16px;
    background-size: 15px 10.5px;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 12px 36px 12px 16px;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    transition: all 0.25s;
    z-index: 1;
  }
  .start-here:hover {
    background-color: #00251A;
    transition: all 0.25s;
  }
  .start-here-modal {
    width: 90%;
    height: auto;
    box-sizing: border-box;
    max-width: 1280px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .start-here-modal .videowrapper {
    background: #FFF;
    padding: 40px;
    border-radius: 16px;
    text-align: left;
    max-height: 90vh;
    overflow-y: auto;
  }
  .start-here-modal .videowrapper h1,
  .start-here-modal .videowrapper h2,
  .start-here-modal .videowrapper h3,
  .start-here-modal .videowrapper h4,
  .start-here-modal .videowrapper h5,
  .start-here-modal .videowrapper h6 {
    margin-bottom: 24px;
  }
  .start-here-modal .videowrapper .close {
    top: 4px;
    right: 4px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.25s;
  }
  .start-here-modal .videowrapper .close:hover {
    background: #40CC0E;
    transition: all 0.25s;
  }
  .start-here-modal .videowrapper > div {
    position: unset;
    padding: 0;
    height: auto;
  }
  .start-here-modal .start-here-modal-image {
    overflow: hidden;
    margin-bottom: 40px;
    aspect-ratio: 4/3;
    border-radius: 16px;
  }
}
@media (min-width: 1024px) {
  .start-here-modal .videowrapper .close {
    top: 12px;
    right: 12px;
  }
  .start-here-modal .videowrapper .start-here-modal-content {
    display: flex;
  }
  .start-here-modal .videowrapper .start-here-modal-content > div {
    width: 50%;
    box-sizing: border-box;
  }
  .start-here-modal .videowrapper .start-here-modal-content .start-here-modal-text {
    padding-left: 40px;
  }
  .start-here-modal .videowrapper .start-here-modal-content .start-here-modal-image {
    overflow: auto;
    margin-bottom: 0;
    aspect-ratio: unset;
    border-radius: 0;
  }
  .start-here-modal .videowrapper .start-here-modal-content .start-here-modal-image img {
    border-radius: 16px;
  }
}
footer.mainfooter .gform_wrapper {
  padding-bottom: 0 !important;
}
footer.mainfooter .gform-body .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
footer.mainfooter .gform-body .gfield_radio div {
  margin-right: 12px;
  box-sizing: border-box;
}
footer.mainfooter .gform-body .ginput_container {
  padding-top: 0 !important;
}
footer.mainfooter .gform-body .ginput_container.ginput_container_radio {
  padding-top: 8px !important;
}
footer.mainfooter .gform-body .gfield {
  margin-bottom: 0 !important;
}
footer.mainfooter .gform_footer {
  padding-bottom: 8px 0 0 !important;
}
footer.mainfooter .gform_footer input[type=submit] {
  margin-bottom: 0 !important;
}
footer.mainfooter .gfield_label,
footer.mainfooter .gchoice label {
  font-size: 0.8125rem !important;
}
footer.mainfooter .gchoice label {
  padding-left: 32px !important;
}
footer.mainfooter .gform_wrapper.gravity-theme input[type=email], footer.mainfooter .gform_wrapper.gravity-theme input[type=text], footer.mainfooter .gform_wrapper.gravity-theme select {
  padding: 8px !important;
  border-radius: 4px !important;
  border: 1px solid #222 !important;
  line-height: 1em;
  height: 40px;
}

/* ---------------------------------------------------------------------------------------------
// Footer Logos Carousel
-----------------------------------------------------------------------------------------------*/
.logos-carousel.loading {
  height: 0 !important;
  overflow: hidden;
}

.logos-carousel {
  background: transparent;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin: 80px 0;
}
.logos-carousel .flickity-viewport {
  overflow: visible;
}
.logos-carousel .logos-carousel-item {
  box-sizing: border-box;
  height: 40px;
  width: auto;
  display: inline-block;
  padding: 0 24px;
}
.logos-carousel .logos-carousel-item > div {
  padding: 0;
  width: auto;
  display: block;
}
.logos-carousel .logos-carousel-item > div p {
  margin: 0;
  position: absolute;
  top: -18px;
  text-transform: uppercase;
  line-height: 0.7rem;
}
.logos-carousel .logos-carousel-item > div p small {
  font-size: 0.65rem;
}
.logos-carousel .logos-carousel-item svg,
.logos-carousel .logos-carousel-item img {
  width: auto !important;
  height: 40px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.logos-carousel .logos-carousel-item a {
  border: none;
}

@media (min-width: 1024px) {
  .logos-carousel {
    margin: 40px 0 104px;
  }
  .logos-carousel .logos-carousel-item {
    height: 60px;
    padding: 0 48px;
  }
  .logos-carousel .logos-carousel-item svg,
  .logos-carousel .logos-carousel-item img {
    height: 60px !important;
  }
}
.slider-paused {
  transform: none !important;
  display: flex !important;
  justify-content: center !important;
}

.slide-paused {
  transform: none !important;
  position: unset !important;
}

/* ---------------------------------------------------------------------------------------------
// ACF BLOCK - Steps
-----------------------------------------------------------------------------------------------*/
.acf-steps {
  margin: 40px 0;
}
.acf-steps .steps-step h4 {
  border-bottom: 2px solid;
  padding-bottom: 16px;
}
.acf-steps .steps-step-number {
  color: #40CC0E;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 16px;
}

/*-------------------------------------------------------------------------*/
/* !	NK Styles
//
/*-------------------------------------------------------------------------*/
.btn-expert {
  display: inline-flex;
  flex-basis: fit-content;
  gap: 15px;
  padding: 8px 20px;
  border-radius: 8px;
  background: #40CC0E;
  align-items: center;
  font-family: "DM Sans", "sans-serif";
  font-size: 0.8125rem;
  font-weight: 700;
  border: none;
}
.btn-expert:hover {
  color: #000;
  background: rgb(56.5137614679, 180.1376146789, 12.3623853211);
}
.btn-expert .ico-forum-wrap path {
  fill: #1C1B1F;
}

/*-------------------------------------------------------------------------*/
/* !	Modal
//
/*-------------------------------------------------------------------------*/
.nk-modal {
  position: fixed;
  inset: 0;
  display: flex;
  background: rgba(0, 37, 26, 0.85);
  z-index: 99;
}
.nk-modal .nk-modal-inner {
  position: absolute;
  width: 90%;
  height: auto;
  max-height: 80vh;
  box-sizing: border-box;
  max-width: 846px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F4F1EA;
  overflow-y: auto;
}
.nk-modal .nk-modal-inner .image-wrap {
  aspect-ratio: 850/260;
  position: relative;
  overflow: hidden;
}
.nk-modal .nk-modal-inner .image-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.nk-modal .nk-modal-inner .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nk-modal .nk-modal-inner .image-wrap h2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #FFF;
  font-size: 36px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .nk-modal .nk-modal-inner .image-wrap {
    aspect-ratio: 16/6;
  }
  .nk-modal .nk-modal-inner .image-wrap h2 {
    bottom: 20px;
    font-size: 28px;
  }
}
.nk-modal .nk-modal-inner .popup-text {
  padding: 40px;
  background: #F4F1EA;
}
.nk-modal .nk-modal-inner .popup-text h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.nk-modal .nk-modal-inner .popup-text .btn-expert {
  display: inline-flex;
  position: relative;
  width: auto;
}
.nk-modal .nk-modal-inner .close-nk-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}
.nk-modal .nk-modal-inner .close-nk-modal:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.nk-modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.nk-modal.modal-open {
  visibility: visible;
  opacity: 1;
}

.modal-contact {
  margin-top: 60px;
}
.modal-contact .modal-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .modal-contact .modal-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-contact .modal-cols .nk-col {
  border: 1px solid rgb(220, 217, 211);
  border-radius: 8px;
  text-align: center;
  padding: 20px;
}
.modal-contact .modal-cols .nk-col h3 {
  margin-bottom: 20px;
}
.modal-contact .modal-cols .nk-col .contact-details-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
.modal-contact .modal-cols .nk-col.modal-tel .contact-details-icon svg {
  width: 18px;
  height: 28px;
}
.modal-contact .modal-cols .nk-col.modal-mail .contact-details-icon svg {
  width: 28px;
  height: 18px;
}
.modal-contact .modal-cols .nk-col.modal-mail a, .modal-contact .modal-cols .nk-col.modal-tel a {
  font-size: 22px;
  font-weight: 600;
  color: #40CC0E;
  text-decoration: none;
  border-bottom: none;
}
.modal-contact .modal-cols .nk-col.modal-visit, .modal-contact .modal-cols .nk-col.modal-call {
  padding-bottom: 40px;
  background: #FFF;
}

/*-------------------------------------------------------------------------*/
/* !	HUB CTA
//
/*-------------------------------------------------------------------------*/
.acf-hub-block {
  background: #40CC0E;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  text-align: center;
}
.acf-hub-block p, .acf-hub-block a {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0;
  transition: none;
}
.acf-hub-block a {
  color: #00251A;
  border-bottom: none;
}
.acf-hub-block a:hover {
  border-bottom: 1px solid;
}
.acf-hub-block a span {
  color: #FFF;
}

.hub-banner {
  background: #00251A;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 50px;
}
.hub-banner:last-child {
  margin-bottom: 0;
}
.hub-banner p {
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0;
}
.hub-banner a {
  color: #40CC0E;
  border-bottom: none;
  transition: none;
}
.hub-banner a:hover {
  border-bottom: 1px solid;
}
.hub-banner a span {
  color: #FFF;
}

.nk-arrow a:after {
  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-left: 8px;
}
@media screen and (max-width: 768px) {
  .nk-arrow a:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .signpost-excerpt {
    display: none;
  }
}
#ga-pro.ga-google-analytics-pro-optout-open {
  top: auto;
}

#ga-pro.ga-google-analytics-pro-optout-closed {
  z-index: 999;
}

.trustpilot-wrap {
  max-width: 220px;
  margin-top: 30px;
}
.trustpilot-wrap .trustpilot-widget {
  transform: translateX(-18px);
}

.cky-notice-btn-wrapper .cky-btn {
  height: auto !important;
  justify-content: center !important;
  margin-right: 0 !important;
}

.main-home-split {
  background: #00251A url(assets/img/home-split-bg.svg) no-repeat center;
  background-size: 100%;
  position: relative;
}
.main-home-split:before {
  content: "";
  display: block;
  left: 50%;
  width: 2px;
  background: #FFF;
  top: 140px;
  bottom: 40px;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .main-home-split:before {
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .main-home-split:before {
    display: none;
  }
}
.main-home-split .split-mobile {
  padding-top: 180px;
  padding-bottom: 100px;
}
.main-home-split .split-mobile h2 {
  color: #FFF;
  font-size: 38px;
}
.main-home-split .split-mobile .split-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 420px;
}
.main-home-split .split-mobile .split-links a {
  text-decoration: none;
  border-bottom: none;
}
.main-home-split .split-mobile .split-links a:hover {
  text-decoration: none;
  border-bottom: none;
}
.main-home-split .split-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px;
  padding-top: 220px;
  padding-bottom: 180px;
  position: relative;
}
.main-home-split .split-columns h2, .main-home-split .split-columns p {
  color: #FFF;
}
.main-home-split .split-columns h2 {
  font-size: 64px;
  line-height: 0.9em;
}
.main-home-split .split-columns p {
  font-weight: 700;
  max-width: 80%;
}
.main-home-split .split-columns .btn {
  font-size: 22px;
  background: #40CC0E;
  color: #222;
}
.main-home-split .split-columns .btn:hover {
  background: #FFF;
}
@media screen and (max-width: 1023px) {
  .main-home-split .split-columns {
    padding-bottom: 20px;
    gap: 60px;
  }
  .main-home-split .split-columns h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .main-home-split .split-columns {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.main-home-split .title-chevron {
  width: 17px;
  height: 33px;
  background: transparent url(assets/img/i-chevron-green.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .main-home-split {
    background: #00251A url(assets/img/home-split-bg-mobile.svg) no-repeat center;
    background-size: 100%;
  }
}

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