/*
Theme Name: Nexia
Theme URI: https://api.modulestudio.co.uk
Details URI: https://api.modulepreview.co.uk/?action=get_metadata&slug=cla
Author: Module Studio
Author URI: https://modulestudio.co.uk
Description: Nexia FSI Theme
Requires at least: 6.1
Tested up to: 6.22
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: Nexia
*/
@font-face {
  font-family: "Effra";
  src: url("../fonts/effra-light/effra-light.woff") format("woff"),
       url("../fonts/effra-light/effra-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/effra-regular/effra-regular.woff") format("woff"),
       url("../fonts/effra-regular/effra-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/effra-medium/effra-medium.woff") format("woff"),
       url("../fonts/effra-medium/effra-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/effra-heavy/effra-heavy.woff") format("woff"),
       url("../fonts/effra-heavy/effra-heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Change the WordPress default css to a 1023px media query */
@media (min-width: 1023px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
/* Remove the WordPress default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .wp-block-site-logo a img {
    width: 145px;
  }
}
.wp-block-site-logo a img {
  width: 175px;
  height: auto;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-block-start: 0px !important;
}
p {
  font-size: 18px;
}
@media only screen and (max-width: 780px) {
  p {
    font-size: 18px !important;
  }
}
h1, h2, h3, h4, h5, h6, p, span, strong, .wp-block-buttons {
  font-family: "Effra", sans-serif;
  margin-bottom: 24px;
}
.bolder {
  font-weight: 600;
}
.current-menu-item a {
  border-bottom: 4px solid rgba(125, 210, 211, 0);
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  border-color: #00B9B9;
}
nav li a {
  border-bottom: 4px solid rgba(125, 210, 211, 0);
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
nav li a:hover {
  border-color: #00B9B9;
}
.nav-has-dropdown {
  position: relative;
}
.menu-item-has-children {
  position: relative;
}
.nav-has-dropdown > a::after,
.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.nav-dropdown,
.sub-menu {
  list-style: none;
  margin: 0 !important;
  padding: 22px 0 !important;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 290px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
}
.nav-dropdown.services-dropdown {
  min-width: 360px;
}
.nav-dropdown.sectors-dropdown {
  min-width: 290px;
}
.nav-dropdown li,
.sub-menu li {
  display: block;
  width: 100%;
}
.nav-dropdown li a,
.sub-menu li a {
  display: block;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #00323C !important;
  padding: 10px 28px;
  border-bottom: none !important;
  text-decoration: none !important;
  line-height: 1.2;
}
.nav-dropdown li a:hover,
.nav-dropdown li.current-menu-item a,
.sub-menu li a:hover,
.sub-menu li.current-menu-item a {
  color: #00B9B9 !important;
}
.nav-has-dropdown:hover .nav-dropdown,
.nav-has-dropdown:focus-within .nav-dropdown,
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 1023px) {
  .nav-has-dropdown > a::after,
  .menu-item-has-children > a::after {
    display: none;
  }
  .nav-dropdown,
  .sub-menu {
    position: static;
    min-width: 100%;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 8px 0 0 18px !important;
  }
  .nav-dropdown li a,
  .sub-menu li a {
    color: #ffffff !important;
    padding: 8px 0;
  }
}
.service-directory {
  padding: 60px 0;
}
@media (max-width: 1350px) {
  .service-directory {
    padding: 40px 20px;
  }
}
.service-directory .service-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.service-directory .service-card {
  background: #ffffff;
  border: 1px solid rgba(0, 50, 60, 0.12);
  border-radius: 0 28px 0 28px;
  padding: 28px 26px;
  scroll-margin-top: 140px;
}
.service-directory .service-card h3 {
  margin: 0 0 10px;
  color: #00323C;
  font-size: 28px;
  line-height: 1.15;
}
.service-directory .service-card h3 a {
  color: inherit;
  text-decoration: none;
}
.service-directory .service-card h3 a:hover {
  color: #00B9B9;
}
.service-directory .service-card p {
  margin: 0;
  color: #00323C;
}
@media only screen and (max-width: 780px) {
  .service-directory .service-directory-grid {
    grid-template-columns: 1fr;
  }
  .service-directory .service-card {
    padding: 24px 20px;
  }
}
header .header-wrap {
  border-bottom: none !Important;
}
@media (max-width: 1350px) {
  header .header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .header-wrap .wp-block-group {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  align-items: flex-end !important;
}
@media (min-width: 1024px) {
  header .header-wrap .wp-block-group {
    justify-content: space-between !important;
    gap: 24px;
  }
  header .header-wrap nav.wp-block-navigation {
    width: auto !important;
    margin-left: auto;
    flex: 0 1 auto;
  }
  header .header-wrap .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    width: auto;
  }
  header .header-wrap .wp-block-navigation__container {
    justify-content: flex-end !important;
  }
}
footer .wp-block-columns, footer .wp-block-site-logo {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1350px) {
  footer .wp-block-columns, footer .wp-block-site-logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .wp-block-columns, footer .wp-block-site-logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
footer .wp-block-columns:first-of-type, footer .wp-block-site-logo:first-of-type {
  padding-top: 0px;
}
footer .wp-block-columns:last-of-type, footer .wp-block-site-logo:last-of-type {
  padding-bottom: 0px;
}
footer .bottom-footer {
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  footer .bottom-footer {
    flex-direction: column;
    gap: 50px;
  }
}
footer .bottom-footer .page-list {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  footer .bottom-footer .page-list {
    flex-direction: column;
    gap: 10px;
  }
}
footer .bottom-footer .page-list p {
  margin: 0 !important;
}
footer .bottom-footer .page-list a,
footer .bottom-footer .page-list a:visited,
footer .bottom-footer .page-list a:hover,
footer .bottom-footer .page-list a:active,
footer .bottom-footer .page-list a:focus {
  color: inherit !important;
  text-decoration: none !important;
}
footer .bottom-footer .col2 {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  footer .bottom-footer .col2 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .bottom-footer .col2 .social-icons {
  display: flex;
  gap: 20px;
}
footer .bottom-footer .col2 .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
footer .bottom-footer .col2 .social-icons figure {
  margin: 0 !important;
}
.wp-block-navigation__responsive-container {
  background-color: #00323C !important;
  color: #ffffff !important;
}
.wp-block-buttons .wp-block-button a {
  padding-left: 40px;
  padding-right: 40px;
}
.clear-white .wp-block-button a {
  border-radius: 0;
  background-color: #ffffff;
  color: #00323C;
  border: 1px solid #00323C;
}
.contact-hero p {
  margin-bottom: 5px !important;
}
.contact-hero .extra-pad {
  padding-bottom: 20px;
}
.home-hero {
  align-items: flex-end;
  padding: 0 !Important;
  height: 800px;
  position: relative;
  overflow: hidden;
  background-color: #00323C;
  box-shadow: inset 0 0 0 1000px rgba(0, 50, 60, 0.42);
}
.page-id-16 .home-hero {
  height: 560px;
}
.home-hero .wp-block-cover__background {
  background: rgba(0, 50, 60, 0.42) !important;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.home-hero .wp-block-cover__image-background {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.page-id-16 .home-hero .wp-block-cover__image-background {
  object-position: center 38%;
}
.home-hero .wp-block-cover__inner-container {
  max-width: 1350px;
  margin-left: -80px !important;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1530px) {
  .home-hero .wp-block-cover__inner-container {
    margin-left: 0px !important;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.home-hero .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a {
  border-radius: 0;
  background-color: #00B9B9;
  color: #00323C;
}
.home-hero .wp-block-cover__inner-container .wp-block-group {
  width: min(64%, 760px);
  margin: 0 !important;
  border-radius: 0px 40px 0px 0px;
  padding: 48px 50px 34px 34px;
  box-shadow: 0 18px 40px rgba(0, 50, 60, 0.15);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.page-id-16 .home-hero .wp-block-cover__inner-container .wp-block-group {
  width: 54%;
  max-width: 560px;
  padding: 42px 44px 30px 32px;
}
.page-id-16 .home-hero .wp-block-cover__inner-container .wp-block-group .bolder {
  margin-bottom: 14px !important;
}
.page-id-16 .home-hero .wp-block-cover__inner-container .wp-block-group .wp-block-buttons {
  margin-top: 0 !important;
}
.service-subpage-hero {
  align-items: flex-end;
  padding: 0 !important;
  min-height: 620px;
  height: 620px;
  position: relative;
  overflow: hidden;
  background-color: #00323C;
}
.service-subpage-hero .wp-block-cover__background {
  background: rgba(0, 50, 60, 0.34) !important;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.service-subpage-hero .wp-block-cover__image-background {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.service-subpage-hero .wp-block-cover__inner-container {
  max-width: 1350px;
  margin: 0 auto !important;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
}
.service-subpage-hero .service-hero-card {
  width: min(760px, 72%);
  margin: 0 0 72px !important;
  border-radius: 0 40px 0 0;
  padding: 46px 52px 42px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(4px);
  box-shadow: 0 20px 44px rgba(0, 50, 60, 0.12);
}
.service-subpage-hero .service-hero-eyebrow {
  margin: 0 0 10px !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.service-subpage-hero .service-hero-card h1 {
  margin: 0 !important;
  color: #00323C;
  font-size: 46px !important;
  line-height: 1.08;
  font-weight: 500;
}
.service-subpage-hero .service-hero-summary {
  margin: 22px 0 0 !important;
  max-width: 620px;
  color: #00323C;
  font-size: 18px;
  line-height: 1.65;
}
.service-subpage-hero .service-hero-accent-word {
  position: relative;
  display: inline-block;
}
.service-subpage-hero .service-hero-accent-word::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 3px;
  background: #00B9B9;
}
.service-detail-layout {
  padding-top: 84px;
}
@media only screen and (max-width: 780px) {
  .home-hero .wp-block-cover__inner-container .wp-block-group {
    width: 100%;
    padding: 64px 20px 44px 20px;
  }
  .home-hero .home-hero-list {
    max-width: 100%;
  }
  .home-hero .home-hero-list li {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 980px) {
  .service-subpage-hero {
    min-height: 520px;
    height: 520px;
  }
  .service-subpage-hero .service-hero-card {
    width: min(92%, 100%);
    padding: 34px 28px 30px;
    margin-bottom: 44px !important;
  }
  .service-subpage-hero .service-hero-card h1 {
    font-size: 34px !important;
  }
  .service-subpage-hero .service-hero-summary {
    font-size: 16px;
    line-height: 1.7;
  }
  .service-detail-layout {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 780px) {
  .page-id-16 .home-hero .wp-block-cover__inner-container .wp-block-group {
    max-width: 100%;
    padding: 34px 20px 24px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .service-subpage-hero {
    min-height: 450px;
    height: 450px;
  }
  .service-subpage-hero .service-hero-card {
    width: 100%;
    padding: 26px 20px 24px;
    border-radius: 0 28px 0 0;
    margin-bottom: 24px !important;
  }
  .service-subpage-hero .service-hero-card h1 {
    font-size: 29px !important;
  }
  .service-subpage-hero .service-hero-accent-word::after {
    bottom: -12px;
  }
}
@media only screen and (max-width: 780px) {
  .page-id-16 .home-hero {
    height: 430px;
  }
}
.home-hero .wp-block-cover__inner-container .wp-block-group h1 {
  font-size: 48px !important;
  max-width: 560px;
  margin-bottom: 12px !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-self: flex-start;
}
.home-hero .home-hero-list {
  list-style: none;
  margin: 14px 0 20px !important;
  padding: 0 !important;
  max-width: 430px;
  align-self: flex-start;
}
.home-hero .wp-block-cover__inner-container .wp-block-group .wp-block-buttons {
  align-self: flex-start;
  justify-content: flex-start;
  margin-left: 0 !important;
}
.home-hero .home-hero-list li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 9px;
  color: #00323C;
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
}
.home-hero .home-hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00B9B9;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .home-hero .wp-block-cover__inner-container .wp-block-group h1 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 780px) {
  .home-hero .wp-block-cover__inner-container .wp-block-group h1 {
    font-size: 30px !important;
  }
}
.home-hero .wp-block-cover__inner-container .flex-this {
  display: flex;
  padding: 0px !important;
  gap: 20px;
  justify-content: center;
  margin-top: 50px !important;
}
.home-hero .wp-block-cover__inner-container .flex-this p {
  margin: 0;
}
.home-hero .wp-block-cover__inner-container .flex-this .arrows {
  padding: 0px !important;
  display: flex;
  gap: 10px;
  margin-bottom: 20px !Important;
  cursor: pointer;
}
.home-hero .wp-block-cover__inner-container .flex-this .arrows figure {
  margin: 0 !important;
  margin-top: -6px !important;
}
.text-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1050px !important;
}
@media (max-width: 1350px) {
  .text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-block .col1 {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  padding-right: 15%;
}
.text-block .col2 h2 {
  font-size: 70px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .text-block .col2 h2 {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 780px) {
  .text-block .col2 h2 {
    font-size: 50px !important;
  }
}
.latest-insights {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .latest-insights {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1350px) {
  .latest-insights {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.latest-insights .col1 {
  position: relative;
}
@media only screen and (max-width: 780px) {
  .latest-insights .col1 {
    min-height: 300px;
  }
}
.latest-insights .col1 h3 {
  font-size: 42px;
}
.latest-insights .col1 .arrows {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  .latest-insights .col1 .arrows {
    position: relative;
  }
}
.latest-insights .col1 .arrows figure {
  margin: 0 !important;
}
.latest-insights .col2 {
  padding-top: 30px;
}
@media only screen and (max-width: 780px) {
  .latest-insights .col2 {
    padding-top: 0px;
  }
}
.latest-insights .col2 img {
  border-radius: 0px 40px 0px 40px;
  height: 350px;
  object-fit: cover;
  width: 100%;
  padding-bottom: 20px;
}
.latest-insights .image-layout .insight-card {
  display: flex;
  flex-direction: column;
}
.latest-insights .image-layout .insight-card-link {
  text-decoration: none;
  color: inherit;
}
.latest-insights .image-layout .insight-card-link:hover p {
  color: #00B9B9 !important;
}
.latest-insights .image-layout [data-insight-title] {
  margin-bottom: 8px;
}
.text-block-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .text-block-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-block-2 .col1 h3 {
  font-size: 42px;
}
.text-block-2 .col2:not(.with-button) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  .text-block-2 .col2:not(.with-button) {
    justify-content: flex-start;
  }
}
.service-tabs {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .service-tabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .service-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-tabs .col1, .service-tabs .col2, .service-tabs .col3 {
  position: relative;
}
.service-tabs .col1 img, .service-tabs .col2 img, .service-tabs .col3 img {
  border-radius: 0px 40px 0px 40px;
  height: 550px;
  object-fit: cover;
  width: 100%;
}
.service-tabs .col1 .absol, .service-tabs .col2 .absol, .service-tabs .col3 .absol {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.service-tabs .col1 .absol p, .service-tabs .col2 .absol p, .service-tabs .col3 .absol p {
  font-size: 35px;
}
.service-tabs .col1 .absolute, .service-tabs .col2 .absolute, .service-tabs .col3 .absolute {
  position: absolute;
  bottom: 5%;
  right: 5%;
  height: 44px;
  width: 44px;
}
.service-tabs .col1 .absolute img, .service-tabs .col2 .absolute img, .service-tabs .col3 .absolute img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  height: auto !important;
  border-radius: 0;
}
.content-area {
  margin-top: 0px !important;
  height: 700px;
}
@media only screen and (max-width: 1350px) {
  .content-area {
    height: fit-content;
  }
}
.content-area p {
  font-size: 28px;
}
.content-area .bolder {
  font-size: 18px;
}
.content-area .is-layout-flex {
  gap: 0px;
}
.content-area .wp-block-buttons .wp-block-button a {
  border-radius: 0;
  background-color: #00323C;
  color: #ffffff;
  border: 1px solid #00323C;
}
.content-area .wp-block-columns {
  gap: 32px;
  height: 100%;
}
@media only screen and (max-width: 780px) {
  .content-area .wp-block-columns {
    flex-direction: column;
    gap: 0px;
  }
}
.content-area .wp-block-column {
  flex-basis: 50% !important;
}
.content-area .col1 figure {
  width: 100%;
  height: 100%;
}
.content-area .col1 figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.content-area .col2 {
  padding-right: 20%;
  padding-left: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}
@media (max-width: 1350px) {
  .content-area .col2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .content-area .col2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-area .col2 p {
  max-width: 540px;
  margin-bottom: 10px !important;
}
.content-area .col2 .bolder {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 6px !important;
}
.content-area .col2 p:not(.bolder) {
  font-size: 22px;
  line-height: 1.55;
}
.content-area .col2 .wp-block-buttons {
  margin-top: 2px;
}
.content-area .col2 .wp-block-button {
  margin-top: 0 !important;
}
.simple-text-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .simple-text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .simple-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.simple-text-block p {
  padding-right: 5%;
}
.simple-text-block p:not(.bolder) {
  font-size: 28px;
}
.page-id-10 .simple-text-block p:not(.bolder) {
  font-size: 17px;
  line-height: 1.55;
  max-width: 760px;
}
.about-detail-layout {
  padding: 70px 0 90px;
}
@media (max-width: 1350px) {
  .about-detail-layout {
    padding: 50px 20px 70px;
  }
}
.about-detail-grid {
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.about-detail-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 6px;
}
.about-detail-nav a {
  font-family: "Effra", sans-serif;
  color: #00B9B9;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
  border-bottom: none !important;
}
.about-detail-nav a:hover,
.about-detail-nav a.is-active {
  color: #00323C;
}
.service-detail-layout .about-detail-grid {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 56px;
}
.service-detail-layout .about-detail-nav {
  gap: 8px;
}
.service-detail-layout .about-detail-nav a {
  font-size: 15px;
  line-height: 1.5;
}
.service-detail-layout .about-copy-block h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 14px !important;
}
.service-detail-layout .about-copy-block h3 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.service-detail-layout .about-copy-block p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px !important;
}
.service-detail-layout .about-copy-block p strong {
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
}
.service-detail-layout .about-copy-block ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.service-detail-layout .about-copy-block li {
  font-family: "Effra", sans-serif;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 8px;
}
.service-detail-layout .about-copy-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #00B9B9;
  transform: translateY(-50%);
}
.sector-detail-layout .about-detail-grid {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 56px;
}
.sector-detail-layout .about-detail-nav {
  gap: 8px;
}
.sector-detail-layout .about-detail-nav a {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
.sector-detail-layout .about-copy-block h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 14px !important;
}
.sector-detail-layout .about-copy-block h3 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 8px !important;
}
.sector-detail-layout .about-copy-block p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px !important;
}
.sector-detail-layout .about-copy-block ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.sector-detail-layout .about-copy-block li {
  font-family: "Effra", sans-serif;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 8px;
}
.sector-detail-layout .about-copy-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #00B9B9;
  transform: translateY(-50%);
}
.sector-testimonial {
  margin-top: 34px;
}
.sector-testimonial__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  border: 2px solid rgba(174, 129, 58, 0.95);
  border-radius: 999px;
  color: #6f7382;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  background: #ffffff;
}
.sector-testimonial h3 {
  color: #00323C;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 6px !important;
}
.sector-testimonial__org {
  color: #00B9B9;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 16px !important;
}
.sector-testimonial blockquote {
  font-family: "Effra", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  color: #00323C;
  font-size: 16px;
  line-height: 1.9;
}
.about-detail-content {
  max-width: 760px;
}
.about-copy-block {
  margin-bottom: 34px;
}
.about-copy-block h2,
.about-copy-block h3 {
  color: #00B9B9;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 16px !important;
  padding: 0;
}
.about-copy-block h2 {
  border-bottom: 1px solid rgba(0, 50, 60, 0.28);
  padding-bottom: 16px;
}
.about-copy-block p {
  color: #00323C;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 18px !important;
}
.about-copy-block ul {
  margin: 0 0 24px 20px;
  padding: 0;
}
.about-copy-block li {
  color: #00323C;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 6px;
}
.about-copy-block a {
  color: #00B9B9;
  text-decoration: none;
}
.about-copy-block a:hover {
  text-decoration: underline;
}
.registration-detail-layout .about-copy-block {
  margin-bottom: 24px;
}
.registration-card {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(0, 185, 185, 0.5);
  margin-bottom: 34px;
}
.registration-card--secondary {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.registration-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 88px;
  margin-bottom: 12px;
}
.registration-logo span {
  font-family: "Effra", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.registration-logo img {
  display: block;
  max-width: 88px;
  height: auto;
}
.registration-logo--nbaa {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 0;
}
.registration-logo--acca {
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  padding: 0;
  margin-left: 0;
}
.registration-logo--icaew {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 0;
}
.registration-logo--icaew img {
  max-width: 180px;
}
.registration-logo--iicfip {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 0;
}
.registration-logo--iicfip img {
  max-width: 110px;
}
.registration-caption {
  color: #00B9B9 !important;
  font-size: 15px !important;
  line-height: 1.45;
  margin-bottom: 12px !important;
}
.about-accordion-layout .about-copy-block {
  margin-bottom: 26px;
}
.accordion-list {
  display: grid;
  gap: 26px;
}
.accordion-item {
  border: 1px solid rgba(0, 50, 60, 0.16);
  background: #f8f8f6;
}
.accordion-item[open] {
  background: #ffffff;
}
.accordion-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 56px 18px 20px;
  color: #5d6873;
  font-size: 18px;
  font-weight: 600;
}
.accordion-item summary::-webkit-details-marker {
  display: none;
}
.accordion-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d2d2d0;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.accordion-item[open] summary {
  color: #00323C;
}
.accordion-item[open] summary::after {
  content: "−";
}
.accordion-panel {
  padding: 0 24px 24px;
}
.accordion-panel p {
  color: #00323C;
  font-size: 17px;
  line-height: 1.85;
  max-width: 670px;
  margin: 0 0 14px !important;
}
.accordion-panel p:last-child {
  margin-bottom: 0 !important;
}
.accordion-panel strong {
  display: inline-block;
  margin-right: 4px;
}
.accordion-value-list {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}
.accordion-value-item {
  padding-left: 14px;
  border-left: 3px solid #00B9B9;
}
.accordion-value-item p:first-child {
  margin-bottom: 6px !important;
}
.accordion-value-item p:first-child strong {
  display: inline;
  margin-right: 0;
}
.team-cards .wp-block-column p {
  max-width: none;
}
.team-cards .bigger {
  margin-bottom: 8px !important;
}
.team-cards .team-card-role {
  color: #9aa3ab !important;
  font-size: 17px !important;
  margin-bottom: 12px !important;
}
.team-bio-toggle details {
  margin-top: 6px;
}
.team-bio-toggle p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
}
.team-bio-toggle summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px !important;
}
.team-bio-toggle summary::-webkit-details-marker {
  display: none;
}
.team-bio-toggle .team-bio-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00B9B9;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.team-bio-toggle summary:hover .team-bio-icon {
  background: #00323C;
}
.team-bio-toggle details[open] summary {
  display: none;
}
.team-cards img {
  height: 380px;
  object-fit: contain;
  object-position: center 12%;
  background: #f5f7f8;
}
@media only screen and (max-width: 980px) {
  .about-detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-detail-nav {
    gap: 8px;
  }
  .about-detail-content {
    max-width: 100%;
  }
  .about-copy-block p {
    line-height: 1.65;
  }
  .accordion-list {
    gap: 18px;
  }
  .team-cards img {
    height: 320px;
    object-fit: contain;
    object-position: center 10%;
  }
}
@media (max-width: 1350px) {
  .video-placeholder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-placeholder figure {
  margin: 0 !important;
}
.video-placeholder figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-three-col {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 0px !important;
}
@media (max-width: 1350px) {
  .image-three-col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .image-three-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-three-col img {
  border-radius: 0px 40px 0px 40px;
  height: 350px;
  object-fit: cover;
  width: 100%;
  padding-bottom: 20px;
}
.image-three-col .bolder {
  font-size: 28px;
}
.image-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .image-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .image-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-block .contact-map-frame {
  width: 100%;
  overflow: hidden;
  border-radius: 0px 40px 0px 40px;
}
.image-block .contact-map-frame iframe {
  width: 100%;
  height: 400px;
  display: block;
}
@media (max-width: 1350px) {
  .centered-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-with-card {
  position: relative;
  padding-bottom: 80px;
  height: 700px;
}
.image-with-card .banner {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  max-width: 100% !important;
}
.image-with-card .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-with-card .arrows {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 20px;
  cursor: pointer;
}
@media (max-width: 1350px) {
  .image-with-card .arrows {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 882px) {
  .image-with-card .arrows {
    display: none !important;
  }
}
.image-with-card .arrows p {
  margin: 0 !important;
  padding-left: 30px;
}
.image-with-card .arrows figure {
  margin: 0 !important;
}
.image-with-card .arrows figure img {
  margin: 0 !important;
}
.image-with-card .card-elements {
  width: 600px;
  position: absolute;
  right: 5%;
  bottom: -10%;
  padding: 50px;
  padding-right: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  border-radius: 0px 40px 0px 40px;
}
@media only screen and (max-width: 780px) {
  .image-with-card .card-elements {
    width: 100%;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 0 !important;
  }
}
.image-with-card .card-elements p, .image-with-card .card-elements h4 {
  margin: 0 !important;
}
.image-with-card .card-elements .larger {
  font-size: 38px;
}
@media only screen and (max-width: 780px) {
  .image-with-card .card-elements .larger {
    font-size: 25px;
  }
}
.image-with-card .card-elements .wp-block-buttons {
  margin: 0 !important;
}
.image-with-card .card-elements .wp-block-buttons .wp-block-button a {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
}
.facts {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .facts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .facts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.facts .grid-this {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 1100px) {
  .facts .grid-this {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .facts .grid-this {
    grid-template-columns: 1fr;
  }
}
.facts .grid-this .fact {
  border-radius: 0px 40px 0px 40px;
  margin: 0 !important;
  padding: 20px 40px 60px 40px;
}
@media only screen and (max-width: 780px) {
  .facts .grid-this .fact {
    padding: 20px 40px 20px 40px;
  }
}
.facts .grid-this .fact .larger {
  font-size: 100px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1100px) {
  .facts .grid-this .fact .larger {
    font-size: 75px;
  }
}
@media only screen and (max-width: 780px) {
  .facts .grid-this .fact .larger {
    font-size: 50px !important;
  }
}
.facts .grid-this .fact p:not(.larger) {
  padding-left: 5px;
}
.facts h3 {
  font-size: 42px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .facts h3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service-menu {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .service-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .service-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-menu .highlight {
  border-bottom: 10px solid #FBC311;
}
.service-menu .title {
  padding-bottom: 20px;
}
.service-menu .menu-item {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  background-image: url(./../images/White-Arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  background-position-y: calc(50% - 6px);
}
.case-study {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .case-study {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .case-study {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.case-study .wp-block-buttons .wp-block-button a {
  border-radius: 0;
  background-color: #00B9B9;
  color: #00323C;
}
.case-study .col1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 5%;
}
.case-study .col1 h3 {
  font-size: 42px;
}
.case-study .col2 figure {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.case-study .col2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 40px 0px 40px;
}
.quote-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .quote-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .quote-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quote-slider .larger {
  font-size: 38px;
}
@media only screen and (max-width: 780px) {
  .quote-slider .larger {
    font-size: 25px;
  }
}
.quote-slider .flex-this {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #EBEBEB;
  padding-top: 20px;
}
@media only screen and (max-width: 780px) {
  .quote-slider .flex-this {
    flex-direction: column;
  }
}
.quote-slider .contact-group {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 !important;
}
@media only screen and (max-width: 780px) {
  .quote-slider .contact-group {
    flex-direction: column;
  }
}
.quote-slider .contact-group figure {
  margin: 0 !important;
}
.quote-slider .contact-group figure img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.quote-slider .contact-group .contact-details {
  margin: 0 !important;
}
.quote-slider .contact-group .contact-details p {
  margin-bottom: 10px;
}
.quote-slider .arrows {
  margin: 0 !important;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  .quote-slider .arrows {
    padding-top: 20px;
    justify-content: flex-end;
  }
}
.quote-slider .arrows figure {
  margin: 0 !important;
}
.legal-detail-layout {
  padding-top: 84px;
}
.legal-page-content {
  max-width: 980px;
  margin: 0 auto;
}
.legal-page-content .about-copy-block h2 {
  margin-top: 0;
  margin-bottom: 18px;
}
.legal-page-content .about-copy-block h2:first-child {
  margin-top: 0;
}
.legal-page-content .about-copy-block p {
  max-width: 980px;
}
