/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

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

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

/**
*
* :: Mixins : Media Queries 
*
* How to use:
*
* .header-title {  
*   font-size: 2rem;  
*   @include for-size(phone-only) {    
*     font-size: 1rem; 
*   }
* }
*
*
*   @include for-size(phone-only) {};               // max-width: 599px
*   @include for-size(tablet-portrait-up) {};       // min-width: 600px
*   @include for-size(tablet-landscape-up) {};      // min-width: 900px
*   @include for-size(desktop-up) {};               // min-width: 1200px
*   @include for-size(big-desktop-up ) {};          // min-width: 1800px
*
*
*/
body .t-p-acf-t2-ly-content-grid:first-of-type {
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  body .t-p-acf-t2-ly-content-grid:first-of-type {
    margin-top: 5rem;
  }
}
/*  
*
* ** Demonstration only **
*
* colours
*
*/
.scaffolding-container {
  max-width: 1600px;
}

/*  
*
* ** Demonstration only **
*
* colours
*
*/
/**
*
* :: Mixins : Media Queries 
*
* How to use:
*
* .header-title {  
*   font-size: 2rem;  
*   @include for-size(phone-only) {    
*     font-size: 1rem; 
*   }
* }
*
*
*   @include for-size(phone-only) {};               // max-width: 599px
*   @include for-size(tablet-portrait-up) {};       // min-width: 600px
*   @include for-size(tablet-landscape-up) {};      // min-width: 900px
*   @include for-size(desktop-up) {};               // min-width: 1200px
*   @include for-size(big-desktop-up ) {};          // min-width: 1800px
*
*
*/
.scaffolding-container {
  max-width: 1600px;
}

.template-partial-header .scaffolding-row {
  position: unset !important;
}
.template-partial-header__navigation-primary-toggle-control {
  margin-left: auto !important;
}
@media (min-width: 1200px) {
  .template-partial-header__navigation-primary-toggle-control {
    margin-left: 0;
  }
}
.template-partial-header__navigation-primary-group a {
  font-size: 15px !important;
  color: var(--c-header-link, #fff);
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.template-partial-header__navigation-primary-group a:hover {
  color: var(--c-header-link-hover, #a5a5a5) !important;
}
@media (min-width: 1200px) {
  .template-partial-header__navigation-primary-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-partial-header__navigation-primary-group ul {
    list-style: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 20px;
  }
  .template-partial-header__navigation-primary-group ul.template-partial-header__navigation-primary-list {
    margin: 0 0 0 3rem;
  }
}
.template-partial-header__navigation-primary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.template-partial-header__group {
  padding: 0;
}
@media (min-width: 1200px) {
  .template-partial-header__group #menu-main-menu > .menu-item {
    height: 100% !important;
  }
}
@media (max-width: 1199px) {
  .template-partial-header__group .template-partial-header__navigation-primary-toggle-control {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .template-partial-header__group #menu-main-menu {
    height: 0;
    display: none;
  }
  .template-partial-header__group #menu-main-menu > .menu-item {
    height: unset;
  }
}
.template-partial-header__group.closed > .template-partial-header__navigation-primary-group {
  display: none;
  height: 0;
}
.template-partial-header__group.closed .template-partial-header__navigation-primary-group {
  display: none;
}
.template-partial-header__group.open #menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-partial-header__group.open .mobile-cta-search {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .template-partial-header__group.open .sub-menu_lvl__back-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .template-partial-header__group.open .mobile-cta-search {
    display: none;
  }
  .template-partial-header__group.open .sub-menu_lvl__back-link {
    display: none !important;
  }
  .template-partial-header__group.open #navigation-languages {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .template-partial-header #menu-main-menu {
    top: 80px;
  }
}
@media (max-width: 900px) {
  .template-partial-header #menu-main-menu.open {
    top: 90px !important;
  }
}
@media (max-width: 1199px) {
  .template-partial-header #menu-main-menu.open {
    position: absolute;
    top: 90px;
    height: calc(100dvh - 60px);
    width: 100%;
    background-color: #1d1d1d !important;
    left: 0;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: left;
        align-content: left;
    padding: 30px 15px 0;
    overflow-y: hidden;
    opacity: 1;
  }
  .template-partial-header #menu-main-menu.open::after {
    content: "";
    position: absolute;
    bottom: -150px;
    opacity: 0.2;
  }
  .template-partial-header #menu-main-menu.open .main-menu-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
  }
  .template-partial-header #menu-main-menu.open .main-menu-title p {
    color: #fff;
    font-weight: 400;
    font-size: 13px !important;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .template-partial-header #menu-main-menu.open .main-menu-title p::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--c-header-link, #fff);
    -webkit-mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    margin-right: 10px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .template-partial-header #menu-main-menu.open li {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .template-partial-header #menu-main-menu.open.hide .main-menu-title {
    display: none;
  }
  .template-partial-header #menu-main-menu.open > li {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .template-partial-header #menu-main-menu.open a {
    color: var(--c-header-link, #fff);
  }
}
@media (max-width: 1199px) {
  .template-partial-header .top_lvl_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-partial-header .top_lvl_item > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: var(--c-header-link, #fff);
  }
  .template-partial-header .top_lvl_item.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--c-header-link, #fff);
    -webkit-mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.2s ease, transform 0.3s ease;
    transition: background-color 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .template-partial-header .top_lvl_item.menu-item-has-children > a:hover::after {
    background-color: var(--c-header-link-hover, #a5a5a5);
  }
  .template-partial-header .top_lvl_item.not-clicked {
    padding-bottom: 0 !important;
    margin: 0;
  }
  .template-partial-header .top_lvl_item.not-clicked > a {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .template-partial-header .top_lvl_item.open.clicked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-partial-header .top_lvl_item.open.clicked > a {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .template-partial-header .top_lvl_item.open.clicked.sub-menu_lvl__1 > li:last-of-type {
    padding-bottom: 0 !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px !important;
    -ms-flex-item-align: start;
        align-self: flex-start;
    overflow-y: auto;
    max-height: none;
    width: 100%;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open.closed {
    display: none;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .parent-link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .scaffolding-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    position: relative;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .scaffolding-container .column-break-ul:last-child li:last-child {
    padding-bottom: 0 !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .column-break-ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open li {
    width: 100%;
    padding-right: 0 !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open.menu-item:last-child {
    padding-bottom: 0 !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .sub-menu_lvl__back-link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .sub-menu_lvl__back-link > a {
    font-size: 13px !important;
    color: var(--c-header-link, #fff) !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .sub-menu_lvl__back-link > a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--c-header-link, #fff);
    -webkit-mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    margin-right: 10px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .sub-menu_lvl__back-link > a:hover::before {
    background-color: var(--c-header-link-hover, #a5a5a5);
  }
  .template-partial-header .parent-link {
    position: relative;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    width: 90%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
  }
  .template-partial-header .parent-link a {
    text-decoration: underline;
    color: var(--c-header-link, #fff);
  }
  .template-partial-header .parent-link::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--c-header-link, #fff);
    -webkit-mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    position: relative;
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transition: margin 0.3s ease-in-out, background-color 0.2s ease;
    transition: margin 0.3s ease-in-out, background-color 0.2s ease;
  }
  .template-partial-header .parent-link:hover::after {
    background-color: var(--c-header-link-hover, #a5a5a5);
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .template-partial-header .top_lvl_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: unset;
    padding-right: 20px;
  }
  .template-partial-header .top_lvl_item > a {
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto;
    color: var(--c-header-link, #fff);
  }
  .template-partial-header .top_lvl_item.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--c-header-link, #fff);
    -webkit-mask: url(/wp-content/themes/wp_parent_theme/img/icon-downwards-chevron-white.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wp_parent_theme/img/icon-downwards-chevron-white.svg) no-repeat center/contain;
    margin-left: 10px;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, background-color 0.2s ease;
    transition: transform 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .template-partial-header .top_lvl_item.menu-item-has-children > a:hover::after {
    background-color: var(--c-header-link-hover, #a5a5a5);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .template-partial-header .top_lvl_item.open.menu-item-has-children > a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .template-partial-header ul.sub-menu_lvl__1 {
    display: none;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    top: 90px !important;
    left: 0;
    z-index: -2;
    background-color: #1d1d1d !important;
    mix-blend-mode: overlay;
    white-space: nowrap;
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link {
    position: absolute;
    top: 50px;
    padding-left: 0 !important;
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link a {
    font-size: 1.5rem !important;
    padding-left: 0 !important;
    text-transform: capitalize;
    color: var(--c-header-link, #fff);
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--c-header-link, #fff);
    -webkit-mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wp_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    position: relative;
    margin-left: 20px;
    -webkit-transition: margin 0.3s ease-in-out, background-color 0.2s ease;
    transition: margin 0.3s ease-in-out, background-color 0.2s ease;
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link a:hover::after {
    background-color: var(--c-header-link-hover, #a5a5a5);
    margin-left: 30px;
  }
  .template-partial-header ul.sub-menu_lvl__1 li {
    width: 100%;
  }
  .template-partial-header ul.sub-menu_lvl__1 li a:hover {
    background-color: rgb(127.5, 127.5, 127.5);
    color: var(--c-header-link, #a5a5a5) !important;
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul {
    margin-top: 3rem;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul:first-of-type {
    border-left: solid 1px white;
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul li {
    margin-bottom: 0.5rem;
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul li:last-child {
    margin-bottom: 0;
  }
  .template-partial-header ul.sub-menu_lvl__1 a {
    color: var(--c-header-link, #fff);
    padding: 0 20px;
  }
  .template-partial-header .top_lvl_item.active > ul {
    display: block;
  }
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group {
  margin: auto 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 1200px) {
  .template-partial-header .t-p-header__navigation-primary-toggle-control-group {
    display: none !important;
  }
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger {
  height: 25px;
  width: 25px;
  position: relative;
  margin: auto;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines, .template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::after, .template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: var(--c-header-link, #fff);
  height: 0.15em;
  position: absolute;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::after {
  left: 0;
  top: -8px;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::before {
  left: 0;
  top: 8px;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::after,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::before {
  -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s, 0.2s -webkit-transform;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::after,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::before {
  width: 25px;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::after,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s, 0.2s -webkit-transform 0.15s;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines {
  background-color: transparent;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::before,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::after {
  left: 0;
  top: 0;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.template-partial-footer .custom-logo {
  max-height: 70px;
  width: auto;
}
.template-partial-footer .template-partial-footer__top-footer-container {
  margin-bottom: 1rem !important;
}
.template-partial-footer__sub-footer-group {
  border-top: solid 1px rgba(0, 0, 0, 0.1450980392);
}

.template-partial-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.template-partial-footer__site-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .template-partial-footer__site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: initial;
  }
}
.template-partial-footer__site-info-name {
  margin-bottom: 2rem;
}
.template-partial-footer__site-info-accreditations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
@media (min-width: 1200px) {
  .template-partial-footer__site-info-accreditations-list {
    gap: 2rem;
  }
}
.template-partial-footer__site-info-accreditations-image {
  max-width: 54px;
  height: auto;
}
@media (min-width: 1200px) {
  .template-partial-footer__site-info-accreditations-image {
    max-width: 80px;
  }
}

.template-partial-footer__contact-information {
  color: inherit;
}

/**

Gotcha alert !!


Because this is purely for styling in line we can use @extend in the layout that needs it

*/
.t-p-acf-t2-ly-content-grid--padding-top-none {
  padding-top: 0;
}
.t-p-acf-t2-ly-content-grid--padding-top-small {
  padding-top: 15px;
}
.t-p-acf-t2-ly-content-grid--padding-top-small .yellow-feature-bar {
  top: 15px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-top-small {
    padding-top: 32px;
  }
  .t-p-acf-t2-ly-content-grid--padding-top-small .yellow-feature-bar {
    top: 32px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-top-small-to-zero {
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-top-small-to-zero {
    padding-top: 15px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-top-medium {
  padding-top: 24px;
}
.t-p-acf-t2-ly-content-grid--padding-top-medium .yellow-feature-bar {
  top: 24px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-top-medium {
    padding-top: 60px;
  }
  .t-p-acf-t2-ly-content-grid--padding-top-medium .yellow-feature-bar {
    top: 60px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-top-large {
  padding-top: 70px;
}
.t-p-acf-t2-ly-content-grid--padding-top-large .yellow-feature-bar {
  top: 70px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-top-large {
    padding-top: 130px;
  }
  .t-p-acf-t2-ly-content-grid--padding-top-large .yellow-feature-bar {
    top: 130px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-top-x-large {
  padding-top: 150px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-top-x-large {
    padding-top: 250px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-bottom-none {
  padding-bottom: 0;
}
.t-p-acf-t2-ly-content-grid--padding-bottom-small {
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-bottom-small {
    padding-bottom: 32px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-bottom-medium {
  padding-bottom: 24px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-bottom-medium {
    padding-bottom: 60px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-bottom-large {
  padding-bottom: 70px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-bottom-large {
    padding-bottom: 130px;
  }
}
.t-p-acf-t2-ly-content-grid--padding-bottom-x-large {
  padding-bottom: 150px;
}
@media (min-width: 1200px) {
  .t-p-acf-t2-ly-content-grid--padding-bottom-x-large {
    padding-bottom: 250px;
  }
}

#custom-accreditations--images {
  margin-top: 5.6rem;
}

@media (min-width: 1200px) {
  #custom-accreditations--images {
    margin-top: 5.6rem;
  }
}
#custom-accreditations--images .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
@media (min-width: 1200px) {
  #custom-accreditations--images .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#custom-accreditations--images .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item .col-nested-4 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}
#custom-accreditations--images .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item .col-nested-4 .t-p-acf-t2-ct-image {
  min-width: 54px !important;
  max-width: 54px !important;
}
@media (min-width: 600px) {
  #custom-accreditations--images .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item .col-nested-4 .t-p-acf-t2-ct-image {
    min-width: 76px !important;
    max-width: 76px !important;
  }
}

#accreditaions-and-cover .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
@media (min-width: 1200px) {
  #accreditaions-and-cover .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item {
    gap: 3rem;
    row-gap: 1rem;
  }
}
#accreditaions-and-cover .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item .col-nested-4 {
  -webkit-box-flex: initial !important;
      -ms-flex: initial !important;
          flex: initial !important;
}
@media (min-width: 1200px) {
  #accreditaions-and-cover .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item .col-nested-4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
#accreditaions-and-cover .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item .col-nested-4 .t-p-acf-t2-ct-image {
  max-width: 54px !important;
}
@media (min-width: 600px) {
  #accreditaions-and-cover .t-p-acf-t2-ly-content-grid__grid .t-p-acf-t2-ly-content-grid__grid-item .col-nested-4 .t-p-acf-t2-ct-image {
    max-width: 100% !important;
  }
}