/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ================== Variables and Imports */
:root {
  --color-blue: #4879AE;
  --color-dark-blue: #2D4A7A;
  --color-gray: #929395;
  --color-dark-gray: #3E3F40;
  --color-black: #3E3F40;
  --color-dark-green: #00666B;
  --color-light-green: #5C987B;
  --color-gold: #EBDC76;
  --color-black: #3E3F40;
  --color-text: #6d6c6d;  --bg: #f9fafc;
  --black: #2b2b2c;
  --gray: #6D6C6D;
  --blue: #497CAD;
  --dark-blue: #2D4A7A;
  --green: #5C987B;
  --gold: #EBDC76;
  --border: 1px solid #f0f0f0;
}

/* ================== Typography */


body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 16px;
  max-width: 80%;
} 
body #hs-banner-parent * {
  font-size: 12px;
  font-family: inherit;
  background: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 23px;
}
body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 20%;
} 

@media (max-width: 767px) {
  body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 16px;
    max-width: 100%;
  } 
  body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area {

    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  } 
}


a {
  cursor: pointer;
}
blockquote p {
    color: var(--color-dark-blue);
    font-weight: bold !important;
}

blockquote {
    border-left: 2px solid var(--color-gold);
    padding-left: 16px;
    font-weight: bold;
    color: var(--color-dark-blue);
}
ol li:not(header ol li):not(footer ol li)::marker, ul li:not(header ul li):not(footer ul li)::marker {
  color: var(--color-dark-blue);
}
body .ap-footer-content-slogan   --bg: #f9fafc;
  --black: #2b2b2c;
  --gray: #6D6C6D;
  --blue: #497CAD;
  --dark-blue: #2D4A7A;
  --green: #5C987B;
  --gold: #EBDC76;
  --border: 1px solid #f0f0f0; {
  color: var(--color-gold);
}
ul.dark-list li:not(header ul li):not(footer ul li)::marker {
  color: #fff;
}
body .ap-two-column-content-section ul,
body .ap-two-column-content-section ol {
  padding-left: 20px;
}
.ap-two-column-content-wrapper .ap-two-column-content-list-items ul li {
  align-items: baseline !important;
}
@media(max-width: 991px){
  .ap-standard-content-main-heading h1 {
    font-size: 52px;
    line-height: 64px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 43px;
  }
}
.ap-standard-content-main-heading h1 span {
  color: var(--color-gold);
}
/* ================== Nav */
body .ap-header-main-section .ap-header-main-container {
  max-width: 80rem;
}
.scrolled .ap-btn-secondary {
    color: #2D4A7A;
}
.ap-header-main-section a.ap-btn.ap-btn-secondary.ap-btn-darkmode.btn-1 {
  display: none;
}
@media (min-width: 1330px){
  .ap-header-main-section a.ap-btn.ap-btn-secondary.ap-btn-darkmode.btn-1 {
    display: flex;
  }
}

/* ================== Footer */

@media (min-width: 1150px){
  body .ap-footer-main-section .ap-footer-main-content-wrapper .ap-footer-content-columns.ap-footer-content-columns-40{
    flex: 0 0 calc(26% - 48px); 
    gap: 18px;
  }
  body .ap-footer-main-section .ap-footer-main-content-wrapper .ap-footer-content-columns.ap-footer-content-columns-20{
    flex: 0 0 calc(21% - 48px);
  }
  body .ap-footer-main-section .ap-footer-main-content-wrapper .ap-footer-top-content-row {
    gap: 8px;
  }
}
body .ap-footer-main-section .ap-footer-main-container {
  max-width: 80rem;
}
/* ================== Layout */
.o-section {
  padding: 0 24px;
}
.o-container {
  max-width: 80rem;
  margin: 0 auto;
}

/* ================== CTA Banners */
/* #bannerOne {
  position: relative;
}
#bannerOne:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-blue);
  top: 0;
  left: 0;
  border-radius: 24px;
  z-index: 0;
  opacity: 0.8;
} */
body .ap-btn-large {
  max-width: none;
  width: auto;
}

.news-btn {
  margin-top: 16px;
}
#bannerOne .ap-cta-banner-module-content-wrapper {
  z-index: 1;
}
#hs_cos_wrapper_widget_1748516067315 #bannerOne.ap-cta-banner-module-section-widget_1748516067315 .ap-cta-banner-description-wrapper {
  width: 65%;
}
#hs_cos_wrapper_widget_1748516067315 #bannerOne.ap-cta-banner-module-section-widget_1748516067315 .ap-cta-banner-description-wrapper .ap-cta-banner-description {
  max-width: 80%;
}
@media(max-width: 767px) {
  #hs_cos_wrapper_widget_1748516067315 #bannerOne.ap-cta-banner-module-section-widget_1748516067315 .ap-cta-banner-description-wrapper {
    width: 100%;
  }
  #hs_cos_wrapper_widget_1748516067315 #bannerOne.ap-cta-banner-module-section-widget_1748516067315 .ap-cta-banner-description-wrapper .ap-cta-banner-description {
    max-width: 90%;
  }
  section.ap-news-slider-module-section-wrapper {
    padding: 80px 0px 80px 24px !important;
  }
}


/* ================== Blogs */
#postBody h2 {
    font-size: 40px;
    line-height: 52px;
}
#postBody p:last-child {
  margin-bottom: 1rem;
}

#postBody h3 {
  font-size: 26px;
  line-height: 38px;
}

#postBody h4 {
    font-size: 22px;
    line-height: 34px;
}
.blog-body-col ul {
  margin-bottom: 8px;
}
.blog-body-col li {
  margin-bottom: 8px;
}
span.hs_cos_wrapper.hs_cos_wrapper_meta_field.hs_cos_wrapper_type_rich_text > h2 {
  padding-top: 0 !important;
}
/* ================== Buttons */
#dark .ap-btn-primary, 
#dark .ap-btn-primary:hover {
  border-color: var(--color-dark-blue);
  background-color: var(--color-dark-blue);
  color: #fff;
}

#dark .ap-btn-secondary.ap-btn-darkmode,
#dark .ap-btn-secondary.ap-btn-darkmode:hover {
  border-color: var(--color-dark-blue);
  color: var(--color-dark-blue);
}

.ap-standard-content-buttons {
  display: inline-block;
}
body .ap-btn-primary.ap-btn {
  overflow: visible;
}
body .ap-btn-medium {
  max-width: none;
  width: auto;
}
.ap-btn.ap-btn-tertiary.ap-btn-medium:hover {
  color: var(--color-gold);
}
.ap-btn-tertiary:hover:after {
  background-color: var(--color-dark-blue);
  color: #fff;
}
.ap-btn-primary {
  max-width: none;
  width: auto;
}
body .ap-two-column-content-buttons a {
  flex: none;
}

.ap-btn-xlarge {
  max-width: none;
  width: auto;
}
body .register-content a:not(a.ap-btn):not(a.cta_button) {
  color: #ebdc76;
}
/* ================== General Theme Fixes */
body .menu__item--depth-1>.menu__link--active-link:after {
  bottom: auto;
  content: "";
  height: auto;
  left: auto;
  position: relative;
  width: 100%;
}
.ap-two-column-content-list-items img {
    width: 16px !important;
}

body, html, p {
  color: #6D6C6D;
  font-size: 16px;
  line-height: 28px;
}
body .ap-two-column-content-section .ap-two-column-content-container,
body .ap-featured-three-column-section .ap-featured-three-column-section-container {
    max-width: 80rem;
}
a {
    text-decoration: none;
}
/* body a:not(a.ap-btn):not(a.cta_button) {
  color: rgb(51 74 120);
}
body a:not(a.ap-btn):not(a.cta_button):hover {
  color: var(--color-gold);
} */
#hs_cos_wrapper_module_17418587180534 .ap-simple-hero-banner-section-module_17418587180534 .ap-simple-hero-banner-gradient {
    background: linear-gradient(to bottom, rgba(45, 74, 122, 0.95), rgba(45, 74, 122, 0.8)) !important;
}
#intro-video .ap-featured-video-section {
  min-height: 400px !important;
}
#intro-video .ap-two-column-content-columns.ap-content-column-2 {
    width: 40% !important;
}
#intro-video .ap-two-column-content-columns.ap-content-column-1 {
    width: 50% !important;
}
#intro-video .ap-two-column-content-container .ap-two-column-content-columns {
  flex: auto !important;
}
/* ================== Landing Pages */
.ap-featured-form-section {
    background-color: #fff !important;
}
.ap-two-column-hero-content-section-dnd_area-module-2 .hs-form-field label,
.ap-two-column-hero-content-section-dnd_area-module-2 .ap-featured-form-section .hs-input{
    color: var(--color-black) !important;
}
body .body-wrapper.fd-light-active .ap-header-landing-section-header-module-1 {
  background-color: transparent;
}
/* ================== slider */
.ap-our-clients-content-wrapper:before,
.ap-our-clients-content-wrapper:after {
  content: none !important;
}
/* ================== FAQ */
body .ap-standard-accordion-single-title {

  padding-bottom: 24px !important;
  padding-top: 0 !important;
  border-bottom: 2px solid var(--color-gold) !important;
}
.ap-standard-accordion-single-wrapper .ap-standard-accordion-single-content {
   padding-bottom: 0 !important;
}
.ap-standard-accordion-single-title p.ap-p-normal.ap-p-bold {
  color: var(--color-dark-blue) !important;
}
.ap-standard-accordion-single-content p {
  color: var(--color-text) !important;
}

.body-wrapper.fd-dark-active span.ap-main-menu-desktop-logo-scrolled {
  display: inline-block !important;
}
.body-wrapper.fd-dark-active span.ap-main-menu-desktop-logo-default {
  display: none !important;
}
/* ================== Hero */
body .ap-hero-banner-section .ap-hero-banner-container,
body .ap-two-column-hero-content-section .ap-two-column-hero-content-container {
  max-width: 80rem;
}
#hero-one-on-one .ap-hero-banner-content-wrapper {
  padding-right: 80px;
}

#hero-one-on-one {
  background-position: 60% 60% !important;
  padding: 150px 24px 32px 24px !important;
  background-size: 78% !important;
}
.ap-two-column-hero-content-main-heading h1 span {
  color: #ebdc76;
}
.ap-two-column-hero-content-main-heading h1 {
  font-size: 80px;
  line-height: 88px;
}
#hs_cos_wrapper_dnd_area-module-4 #nav-box.ap-featured-3-column-section-dnd_area-module-4 {
  border-radius: 16px;
  position: relative;
  max-width: 80rem;
  margin: -40px auto 50px;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0 rgba(0,0,0,.15);
  padding: 32px;
}
#hs_cos_wrapper_dnd_area-module-4 #nav-box.ap-featured-3-column-section-dnd_area-module-4  .ap-featured-three-column-list-wrapper{
  column-gap: 0;
}

@media(max-width: 767px){
  #hs_cos_wrapper_dnd_area-module-4 #nav-box.ap-featured-3-column-section-dnd_area-module-4 {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    max-width: 80rem;
    padding: 32px 0 24px;
    position: relative;
  }
}

#nav-box p {
  margin: 0;
}
#nav-box p.ap-p-large.ap-p-bold.h6 {
  font-family: 'GT Super Display';
  margin-bottom: 8px;
}
/* ================== Contact us */
.ap-contact-card-list-item .ap-contact-card-list-item-description p a:hover {
  color: var(--color-gold) !important;
}
.iframe_wrapper {
  border-radius: 32px;
  overflow: hidden;
}



/* ================== LCP Optimisation */

@media(max-width: 767px){
  #hs-eu-cookie-confirmation {
    top: 85vh !important;
    position: absolute !important;
    height: 100% !important;
  }
  .hero-wrapper {
    min-height: 82vh !important;
  }
}

.event-text,
.event-text p {
  color: #fff;
  margin-top: 16px;
}

@media (max-width: 767px) {
  
  #hs-banner-parent #hs-eu-cookie-confirmation {
    overflow: visible !important;
    max-height: none !important;
  }
  div#hs-eu-cookie-confirmation-inner {
  background-color: #fff;
}
}





.nav--actions a.btn {
  padding: 6px 16px;
}
.btn.no-shadow {
  box-shadow: none;
}

a.btn.btn-tertiary {
  padding-left: 0;
  padding-right: 0;
  transform: translateY(0);
  box-shadow: none;
}
a.btn.btn-tertiary:hover {
  color: var(--blue);
  transform: translateY(0);
}
a.btn.btn-tertiary {
  font-weight: 600;
}
a.btn.btn-tertiary svg,
a.btn svg{
  transition: all 250ms ease;
  position: relative;
  top: 1px;
  left: 2px;
}
a.btn.btn-tertiary:hover svg,
a.btn:hover svg{
  transform: translateX(2px);
  transition: all 250ms ease;
}

a.btn:hover path{
  stroke: #fff;
}
a.btn.btn-tertiary:hover path{
  stroke: var(--blue);
}
/* a.btn-primary:hover {
background-color: var(--color-blue);
border-color: var(--color-dark-blue);
color: #fff;
} */
.bio {
  margin-top: 16px;
}
.team__block p,
.team__block span,
.team__block li {
  background-color: transparent !important;
}
.btn-simple {
  border-bottom: 2px solid rgba(73,124,173,.3);
  color: #2b2b2c;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 3px;
  transition: border-color .16s ease;
  cursor: pointer;
}
.btn-simple:hover {
  border-color: var(--blue);
}
.btn-mobile {
  display: none;
}
.btn-desktop {
  display: inline-block;
}
@media(max-width: 767px){
  .btn-mobile {
    display: inline-block;    
  }
  .btn-desktop {
    display: none;
  }
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}


/* Base button */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  color: #2b2b2c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    color 200ms ease;
}

.btn:focus-visible {
  outline: 2px solid #497CAD;
  outline-offset: 2px;
}

.btn:active {
  transform: translateY(0);
  transition-duration: 80ms;
}

/* Animated trailing icon */
.btn .btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn:hover .btn-icon {
  transform: translateX(4px);
}

/* Primary: confident navy */
.btn.btn-primary {
  background: #ebdc76;
  color: #2D4A7A;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 1px 2px rgba(43, 43, 44, 0.16),
    0 2px 4px rgba(43, 43, 44, 0.08);
}

.btn.btn-primary:hover {
  background: #355A92;
  color:#fff;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 4px 8px rgba(45, 74, 122, 0.24),
    0 2px 4px rgba(43, 43,   44, 0.08);
}

.btn.btn-primary:active {
  background: #2D4A7A;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 1px 2px rgba(43, 43, 44, 0.16);
}

/* Secondary: clean, bordered */
.btn.btn-secondary {
  background: var(--dark-blue);
  color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 2px rgba(43, 43, 44, 0.04);
}

.btn.btn-secondary:hover {
  background: #355A92;
  border-color: #355A92;  
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(43, 43, 44, 0.06);
}

.btn.btn-secondary:active {
  box-shadow: 0 1px 2px rgba(43, 43, 44, 0.04);
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/*Back to top button */
#backToTop {
  position: fixed;
  right: clamp(12px, 2vw, 20px);
  bottom: clamp(12px, 2vw, 20px);
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: none;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  transition: all 300ms ease;
  border: 1px solid #f0f0f0;
}
#backToTop:hover,
#backToTop.is-visible:hover { 
  filter: brightness(1.2);
  transform: translateY(9px);
  box-shadow: none;
  transition: all 300ms ease;
  background-color: #2b2b2c;
}
#backToTop:hover path {
  fill: #fff;
}
#backToTop:focus-visible {
  outline: 3px solid #66a3ff;
  outline-offset: 2px;
}
#backToTop svg { display: block; }

/* Visible state toggled by JS */
#backToTop.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}