/* #Site Styles
================================================== */

/* ----- Site fonts ----- 

/* –––––– Feature Font

font-family: FONT_NAME, sans-serif;
font-weight: 700;

/* –––––– Bodycopy Font

font-family: FONT_NAME, sans-serif;
font-weight: 400;

font-family: FONT_NAME, sans-serif;
font-weight: 500;

font-family: FONT_NAME, sans-serif;
font-weight: 700;

 ---------------------- */

/* Font Import
@import url(""); */

.ea-body p {
  color: #000 !important;
}

/** Aunnouncment banner **/

.announcment-wrap {
  padding-top: 32px;
}

.announcment-wrap img {
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 76px;
}

.footer.footer-2024 .container {
  align-items: flex-end !important;
}

.announcment-wrap img:hover {
  opacity: 0.7;
}

.announcment-wrap p {
  max-width: 860px;
  margin: auto;
  padding-bottom: 32px;
}

/** Australia page **/

.video_section.aus-video_section h2 {
  font-size: var(--subheading);
}

.band-case-studies-title h2 {
  font-size: var(--subheading);
}

.services-title h3 {
  max-width: 37ch;
  margin: auto;
  padding-bottom: 100px;
}

.band-aus-articles .card .content-wrap {
  background: linear-gradient(to bottom, #00218d, #69b3e7) !important;
}

.aus-team-title h2 {
  font-size: var(--subheading);
}

.team-member.aus-team-member p.name::after {
  background: #63666a;
}

/* Delete once form styling goes live */
.band-contact-aus .form-wrap {
  background-color: #69b3e7;
}

/* Uncomment once form styling goes live */
/* .band-contact-aus {
  background-color: #69b3e7;
}

.band-contact-aus .section-heading {
  padding-bottom: 0;
}

.band-contact-aus .form-wrap {
  background-color: #69b3e7;
} */

.band-contact-aus .form-wrap .gform_wrapper.gravity-theme input[type="submit"] {
  background: #00218d;
}

.key-markets-wrap .name {
  width: 100%;
}

.team-member.aus-team-member.key-markets p.name::after {
  background: transparent;
}

.team-member.aus-team-member.key-markets p.name {
  margin-bottom: 24px;
  margin-top: 10px;
}

.aus-social.social {
  margin-top: 24px;
}

.text-image-band.featured-post.aus-featured img {
  max-height: 600px;
}

.band.text-image-band.featured-post.aus-featured {
  padding: 80px 0;
  margin-top: 0px;
  background:
    linear-gradient(to right, #d9d8d6 70%, transparent 70%),
    linear-gradient(to bottom, white 50%, #ffffff 50%);
}

.no-pad.band-case-studies-title.band {
  padding-top: 80px;
}

.content-wrap.list-style-bullet ul {
  margin-left: 20px;
}

.content-wrap.list-style-bullet ul li {
  list-style: disc;
}

.band-contact-aus .form-wrap .gf__control {
  background: none;
}

/* Uncomment once form styling goes live */
/* .gf__control.gf__control--submit {
  display: flex;
  justify-content: center;
} */
.band-contact-aus input.gf__submit {
  background: #00218d;
  /* margin-bottom: 0; */
}

.linked-img-outer {
  margin-top: -49px;
  margin-bottom: 20px;
  z-index: 9999;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .text-image-band.featured-post.aus-featured img {
    max-height: 600px;
    margin-top: 38px;
  }
}

/*** Science Hub ***/

.category-logo-wrap p {
  font-size: var(--txt_XXS);
}

.category-logo-wrap {
  display: flex;
  justify-content: space-between;
}

.card-logo {
  max-width: 150px;
}

.science-cards .text-wrap h4 {
  max-width: 75%;
}

.science-cards .text-wrap {
  margin-top: 16px;
}

.science-cards .content-wrap .text-wrap {
  min-height: 240px;
  margin-bottom: 0px;
}

.science-cards .content-wrap {
  background: linear-gradient(to bottom, #00218d, #69b3e7);
  position: relative;
}

.science-cards .content-wrap_2 {
  padding: 2rem 2.5rem 3rem;
}

.journal-wrap p {
  font-size: var(--txt_XXS);
}

.content-wrap_2 h5 {
  font-size: 1.125rem !important;
  line-height: 1.35rem;
}

.journal-wrap {
  min-height: 220px;
}

.journal-wrap .read-more {
  border: 2px solid #fff;
  cursor: pointer;
}

.journal-wrap .read-more::after {
  background: url("/wp-content/uploads/2024/02/View-Source-Icon.svg");
  content: "";
  position: absolute;
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 3px;
  height: 100%;
  width: 40px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.two-image-contain {
  display: flex;
  flex-direction: column;
}

.two-image-contain p {
  order: -1;
  margin: auto;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
}

.two-image-text {
  order: 1;
  margin-top: 30px;
  max-width: 600px;
  padding: 0px 16px;
}

.two-image-text p {
  color: #63666a;
}

.two-images-flexible .columns > div {
  position: relative;
  overflow: hidden;
}

.two-image-contain img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.two-image-contain a img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.two-image-contain.one-image-contain img {
  max-width: 70%;
  margin: auto;
}

.cta-item p {
  color: #63666a;
  margin-bottom: 60px;
  min-height: 100px;
}

.cta-item {
  width: 25%;
}

.cta-container {
  gap: 60px;
}

.filter-band.science-filter {
  padding-top: 64px;
  background: #fff;
}

.band.band-additional-info {
  padding-bottom: 0px;
}

.band.band-science-intro {
  padding: 30px 0px;
}

.two-images-flexible .columns > div img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}

.two-image-text_v2 {
  margin-top: 100px;
}

.two-image-contain h3 {
  text-align: center;
}

.image-two-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}

.image-two-block.image-one-block {
  max-width: 700px;
  margin: auto;
}

.two-image-text.one-image-text {
  max-width: 700px;
  margin: 30px auto;
}

/*** Profile ***/
.profile-img {
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 100%;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.profile-img.profile-img-url img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.profile-item {
  display: flex;
  gap: 64px;
  justify-content: center;
}

.profile-title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 80px;
  border-bottom: 2px solid #fff;
}

.profile-title-wrap h3 {
  color: #fff !important;
}

.prof-weight {
  font-weight: 400;
}

.profile-content-wrap {
  margin: auto;
}

.profile-content-wrap {
  margin: auto 0px;
}

.profile-text-wrap {
  max-width: 600px;
}

.profile-box {
  margin-bottom: 64px;
  background: linear-gradient(to bottom, #00218d, #69b3e7);
  padding: 43px;
  max-width: 70%;
  margin: 0px auto 64px auto;
}

@media only screen and (max-width: 1299px) {
  .science-cards .content-wrap .text-wrap {
    min-height: 340px;
    margin-bottom: 0px;
  }
  .journal-wrap {
    min-height: 280px;
  }
  .card-logo {
    max-width: 110px;
  }
  .image-two-block {
    height: 400px;
  }
  .profile-box {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .science-cards .text-wrap h4 {
    max-width: 100%;
  }
  .science-cards .content-wrap .text-wrap {
    min-height: 400px;
    margin-bottom: 0px;
  }
  .image-two-block {
    height: 364px;
  }
  .profile-title-wrap {
    flex-wrap: wrap;
  }
  .profile-title-wrap h3:first-child {
    width: 100%;
  }

  .profile-title-wrap {
    gap: 0px 0px;
  }
  .profile-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
  }
  .profile-item {
    gap: 32px;
  }
}

@media only screen and (max-width: 959px) {
  .cta-container {
    flex-direction: column !important;
    gap: 78px 0px;
  }
  .cta-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .flex-2-columns .flex-2-columns-wrap,
  .flex-2-columns .facetwp-template {
    flex-direction: column;
  }
  .flex-2-columns article {
    width: 100% !important;
    max-width: 100% !important;
  }
  .two-images-flexible .columns > div {
    margin-top: 62px;
  }
  .profile-item {
    gap: 32px;
    flex-direction: column;
  }
  .profile-image-wrap {
    margin: auto;
  }
  .profile-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
  }
  .profile-title-wrap h3:first-child {
    width: 100%;
  }
  .profile-title-wrap {
    flex-direction: column;
    gap: 0px;
    padding-bottom: 16px;
  }
  .profile-title-wrap h3:not(:first-child) {
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularXX/CircularXXWeb-Medium.woff2") format("woff2");
  src: url("../fonts/CircularXX/CircularXXWeb-Medium.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Book";
  src: url("../fonts/CircularXX/CircularXXWeb-Book.woff2") format("woff2");
  src: url("../fonts/CircularXX/CircularXXWeb-Book.woff") format("woff");
}

html {
  overflow-y: scroll;
}

.anchor {
  position: relative;
  top: -100px;
}

/* This offsets the height of the sticky header */

body {
  background-color: #fff;
  color: #000;
  margin: 0px;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
  overflow: hidden;
  font-family: "FONT_NAME", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

/* ----- Start: Fancy page fade ----- */

@keyframes fadein {
  0% {
    opacity: 0.01;
  }

  1% {
    opacity: 0;
  }

  50% {
    opacity: 50;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  0% {
    opacity: 0.01;
  }

  1% {
    opacity: 0;
  }

  50% {
    opacity: 50;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  0% {
    opacity: 0.01;
  }

  1% {
    opacity: 0;
  }

  50% {
    opacity: 50;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* Opera */
  0% {
    opacity: 0.01;
  }

  1% {
    opacity: 0;
  }

  50% {
    opacity: 50;
  }

  100% {
    opacity: 1;
  }
}

/* ----- End: Fancy page fade ----- */

:root {
  /* variable examples */
  --txt-xL: 5.625rem;
  /* 90px */
  --txt_L: 3.4375rem;
  /* 55px */
  --txt_M: 2.125rem;
  /* 35px */
  --txt_S: 1.5625rem;
  /* 25px */
  --txt_XS: 1rem;
  --txt_XXS: 0.9rem;
  /* 16px */
  --bodycopy: 1.25rem;
  /* 18px */
  --subheading: 2.8125rem;
  /* 45px */
}

/* Skeleton container width for calculations */

/* Full size  */
@media only screen and (min-width: 1641px) {
  :root {
    --containerWidth: 1580px;
  }
}

/* Large Desktop */
@media only screen and (min-width: 1300px) and (max-width: 1640px) {
  :root {
    --containerWidth: 1260px;
  }
}

/* Base 960 Grid */
@media only screen and (max-width: 1299px) {
  :root {
    --containerWidth: 940px;
  }
}

/* Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :root {
    --containerWidth: 748px;
  }
}

/*  Mobile (Portrait) */
@media only screen and (max-width: 767px) {
  :root {
    --containerWidth: 300px;
    --txt-xL: 3rem;
    /* 90px */
    --txt_L: 2.75rem;
    /* 68px */
    --txt_M: 1.875rem;
    /* 30px */
    --txt_S: 1.25rem;
    /* 20px */
    --txt_XS: 1rem;
    /* 16px */
    --bodycopy: 1.25rem;
    /* 18px */
    --subheading: 1.875rem;
    /* 30px */
  }
}

/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  :root {
    --containerWidth: 400px;
  }
}

h1 {
  font-size: var(--txt_L);
}

h1,
h2,
h3,
h4,
h5 {
  color: inherit;
  margin-bottom: 20px;
  font-family: "Circular Std";
  font-weight: 500;
}

h1,
h2 {
  font-family: "Circular Std";
  font-weight: 500;
  line-height: 1.2;
}

h1.visually-hidden,
.visually-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

h2 {
  font-size: var(--subheading);
  line-height: 1.2;
  margin-bottom: 20px;
}

h3,
h4 {
  font-family: "Circular Std";
  font-weight: 500;
}

h3 {
  font-family: "Circular Std";
  font-weight: 700;
  font-size: var(--txt_M);
  line-height: 1.2;
}

h4 {
  font-size: var(--txt_S);
  line-height: 1.2;
}

p,
li,
span,
label {
  font-family: "Circular Std Book";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/* Wordpress Admin Bar Fix */
#wpadminbar span.display-name {
  color: #fff;
}

#wpadminbar .ab-top-menu > li.hover > .ab-item span,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus span,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item span,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus span {
  color: #00b9eb;
}

strong {
  font-family: inherit;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 2px transparent solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pointer {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hide-desktop {
  display: none !important;
}

.wrap {
  position: relative;
  display: block;
}

a.box-link {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  border: none;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.overlay {
  background: rgb(48, 55, 66);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-overlay {
  background: linear-gradient(
    to bottom,
    rgba(48, 55, 66, 0.5) 10%,
    rgba(48, 55, 66, 0.1) 20%
  );
}

.band-homebanner.video-banner .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fade-2 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fade-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Begins Flex */

.flex,
.container .column.flex,
.container .columns.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
}

/* Breaks Content To Multiple Line */

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Vertical Alignments */

.flex-align-c {
  /* Centred  */
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-s {
  /* Top (Default)  */
  align-items: flex-start;
  -ms-flex-align: start;
}

.flex-align-e {
  /* Bottom  */
  align-items: flex-end;
  -ms-flex-align: end;
}

/* Horizontal Alignments */

.flex-direction-c {
  flex-direction: column !important;
}

.flex-justify-c {
  /* Centred  */
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.flex-justify-sb {
  /* Justified  */
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-se {
  /* Centred Evenly (Not Supported in IE) */
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.flex-justify-fs {
  /* Left (Default) */
  -ms-flex-align: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.flex-justify-fe {
  /* Right */
  -ms-flex-align: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

/* Margin */
.margin-top {
  margin-top: 50px;
}

.band.margin-bottom {
  margin-bottom: 50px;
}

/* Padding */
.padding-top {
  padding-top: 50px;
}

.padding-bottom {
  padding-bottom: 50px;
}

/* Background Shapes */
.shape {
  position: absolute;
  pointer-events: none;
}

.shape img {
  max-width: none;
  width: 100%;
}

/* Position */
.relative {
  position: relative;
}

.static {
  position: static !important;
}

.inline-block {
  display: inline-block;
}

.mid {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fixed.full {
  height: 100vh;
}

/* Z-Index */
.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

/* Overflow */
.band.overflow-v,
.overflow-v {
  overflow: visible !important;
}

.band.overflow-h,
.overflow-h {
  overflow: hidden !important;
}

/* Background */
.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-white-hov:hover {
  background: #fff;
}

.bg-black-hov:hover {
  background: #000;
}

.bg-grey {
  background: #d9d8d6;
}

.bg-darkblue {
  background: #00218d;
}

.bg-darkgrey {
  background: #63666a;
}

.bg-applus-orange {
  background: #ff6900 !important;
}

.bg-applus-black {
  background: #000000 !important;
}

.bg-applus-brown {
  background: #766a5e !important;
}

.bg-applus-light-brown {
  background: #b8afac !important;
}

.bg-applus-light-grey {
  background: #e4dedc !important;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-lightblue,
.bg-lightblue-hov {
  background: #69b3e7;
}

.bg-darkblue,
.bg-darkblue-hov {
  background: #00218d;
}

.bd-lightblue,
.bd-lightblue-hov {
  border: 2px solid #69b3e7;
}

.bd-darkblue,
.bd-darkblue-hov {
  border: 2px solid #00218d;
}

.bd-white,
.bd-white-hov {
  border: 2px solid white;
}

.bg-grey-trans,
.bg-grey-blue {
  background: linear-gradient(to bottom, #d9d8d6 50%, transparent 50%);
}

.bg-trans-grey,
.bg-blue-grey {
  background: linear-gradient(to bottom, transparent 50%, #d9d8d6 50%);
}

.bg-trans-white,
.bg-blue-white {
  background: linear-gradient(to bottom, transparent 50%, #ffffff 50%);
}

.bg-white-blue {
  background: linear-gradient(to bottom, #ffffff 50%, transparent 50%);
}

/* Text Colour */
.txt-white,
.txt-white-hov:hover,
.txt-white-bold strong {
  color: #fff;
}

.txt-grey,
.txt-grey-hov:hover {
  color: #63666a;
}

.txt-lightblue,
.txt-lightblue-hov:hover {
  color: #69b3e7;
}

.txt-black,
.txt-black-hov:hover,
.txt-black-bold strong {
  color: #1f2127;
}

.txt-faded-hov:hover {
  opacity: 0.7;
}

.txt-darkblue,
.txt-darkblue-hov:hover {
  color: #00218d;
}

/* Border Colour */
.bd-white {
  border-color: #fff !important;
}

.bd-black {
  border-color: #000 !important;
}

.bd-white-hov:hover {
  border-color: #fff !important;
}

.bd-black-hov:hover {
  border-color: #000 !important;
}

.bd-faded-hov:hover {
  opacity: 0.7;
}

/* Font Weight */
.weight-light {
  font-weight: 300;
}

.weight-normal {
  font-weight: 400;
}

.weight-bold {
  font-weight: 500;
}

.weight-medium {
  font-weight: 700;
}

/* Text Align */
.txt-center {
  text-align: center;
}

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

.txt-uppercase {
  text-transform: uppercase;
}

/* Transitions */
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Forms */

input[type="text"],
input[type="email"],
select,
textarea {
  /* Add your global form field styles here */
  padding: 15px;
  font-size: inherit;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #1f2127;
  background: #ffffff;
}

/* Read More Buttons */

.read-more,
.facetwp-load-more {
  font-family: "Circular Std";
  color: #fff;
  font-size: var(--txt_XS);
  line-height: 1.5;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  padding: 9px 55px 9px 15px;
  cursor: pointer;

  position: relative;
  white-space: nowrap;
}

.read-more::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.117" height="21.857" viewBox="0 0 12.117 21.857"><path id="Rounded_Triangle_Arrow" data-name="Rounded Triangle Arrow" d="M11.769,11.767l9.742-9.742A1.189,1.189,0,1,0,19.829.344l-8.9,8.9L2.027.349A1.189,1.189,0,0,0,0,1.187a1.175,1.175,0,0,0,.35.838l9.742,9.742a1.192,1.192,0,0,0,1.681,0Z" transform="translate(0.003 21.857) rotate(-90)" fill="%23fff"/></svg>');
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  height: 100%;
  width: 13px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.read-more.no-arrow,
.facetwp-load-more {
  padding-right: 15px;
}

.read-more.no-arrow::after {
  background: none !important;
}

.read-more.no-arrow:hover,
.facetwp-load-more:hover {
  padding-right: 25px;
  padding-left: 25px;
}

.read-more:hover {
  padding-right: 60px;
}

.read-more.inverted {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.read-more.bd-lightblue {
  border: 2px solid #69b3e7;
}

.read-more.inverted.txt-lightblue {
  color: #69b3e7;
}

.read-more.inverted.txt-darkblue {
  color: #00218d;
  border: 2px solid #00218d;
}

.read-more.inverted.txt-darkblue::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.117" height="21.857" viewBox="0 0 12.117 21.857"><path id="Rounded_Triangle_Arrow" data-name="Rounded Triangle Arrow" d="M11.769,11.767l9.742-9.742A1.189,1.189,0,1,0,19.829.344l-8.9,8.9L2.027.349A1.189,1.189,0,0,0,0,1.187a1.175,1.175,0,0,0,.35.838l9.742,9.742a1.192,1.192,0,0,0,1.681,0Z" transform="translate(0.003 21.857) rotate(-90)" fill="%2300218D"/></svg>');
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.read-more.inverted.txt-lightblue::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.117" height="21.857" viewBox="0 0 12.117 21.857"><path id="Rounded_Triangle_Arrow" data-name="Rounded Triangle Arrow" d="M11.769,11.767l9.742-9.742A1.189,1.189,0,1,0,19.829.344l-8.9,8.9L2.027.349A1.189,1.189,0,0,0,0,1.187a1.175,1.175,0,0,0,.35.838l9.742,9.742a1.192,1.192,0,0,0,1.681,0Z" transform="translate(0.003 21.857) rotate(-90)" fill="%2369b3e7"/></svg>');
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.facetwp-load-more {
  font-weight: 500;
  background-color: transparent;
  color: #69b3e7;
  border: 2px solid #69b3e7;
  margin-bottom: 0;
}

.flex-3-columns .facetwp-facet {
  margin-bottom: 0;
}

/* .read-more:hover::after {
	right: 10px;
} */

.buttons-wrap {
  margin-top: 40px;
}

.buttons-wrap.txt-center .read-more {
  margin: 0px 7px;
}

/* modal Popups */

/* 
.modal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal.open {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.modal .modal-bg {
	position: absolute;
	background: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(10);
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.modal .modal-container {
	border-radius: 10px;
	background: black;
	position: relative;
	padding: 30px;
	color: #fff;
	max-width: 70vw;
}
.modal-close {
	position: absolute;
	right: 15px;
	top: 15px;
	outline: none;
	appearance: none;
	color: #fff;
	font-size: 20px;
	background: none;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
} */

/* cookie notice */
#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  padding: 10px 0;
}

.cn-position-bottom {
  bottom: 0;
}

#cn-notice-buttons .read-more {
  padding: 10px;
  line-height: 1;
  margin-left: 10px;
  font-size: 13px;
  min-width: unset;
  color: #00218d;
}

/* Accordion */

.first .accordion-content {
  display: block;
}

.accordion .item > p {
  font-size: 2rem;
  padding-left: 20px;
}

.accordion .item {
  width: auto;
  border-bottom: 3px solid darkseagreen;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.accordion .item .accordion-content {
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}

.accordion .item.open .accordion-content {
  max-height: 1000px;
}

.accordion .item .accordion-content p {
  margin: 20px 0 20px 0;
}

.accordion .item p:not(.accordion-content p) {
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.accordion .item:hover p:not(.accordion-content p) {
  color: darkseagreen;
}

.accordion .item svg {
  width: 30px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}

.accordion .item line {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.accordion .item:hover svg .uuid-2271fc0f-bf89-4c8d-89aa-c283cdbae7dc {
  stroke: darkseagreen;
}

.accordion .item.open line#uuid-739c517e-c88f-4458-b054-5c02f0b104a9\ line-1 {
  transform: rotateX(90deg);
  transform-origin: center center;
}

/* Glide Slider styling */
.image-slider-band .glide__bullets {
  bottom: -30px;
}

.glide__bullets .glide__bullet {
  border: 1px solid #000;
  height: 12px;
  width: 12px;
}

.glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #000;
}

.glide__arrows .glide__arrow {
  color: inherit;
  border: none;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  width: 40px;
}

/* .glide__arrows .glide__arrow--right {right: -50px;}
.glide__arrows .glide__arrow--left {left: -50px;} */
.glide__arrow img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.glide__arrow:hover img {
  transform: scale(1.1);
}

/* ::::::::: ScrollTrigger Animations ::::::::: */

.anim {
  -webkit-transition:
    transform 0.8s ease-in-out,
    opacity 0.8s ease;
  -moz-transition:
    transform 0.8s ease-in-out,
    opacity 0.8s ease;
  -o-transition:
    transform 0.8s ease-in-out,
    opacity 0.8s ease;
  transition:
    transform 0.8s ease-in-out,
    opacity 0.8s ease;
  opacity: 0;
}

.anim.enable {
  opacity: 1;
}

.zoom-in {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.fade-up {
  transform: translate(0%, 100px);
  -ms-transform: translate(0%, 100px);
  -webkit-transform: translate(0%, 100px);
  -moz-transform: translate(0%, 100px);
}

.fade-down {
  transform: translate(0%, -100px);
  -ms-transform: translate(0%, -100px);
  -webkit-transform: translate(0%, -100px);
  -moz-transform: translate(0%, -100px);
}

.fade-left {
  transform: translate(-100px, 0%);
  -ms-transform: translate(-100px, 0%);
  -webkit-transform: translate(-100px, 0%);
  -moz-transform: translate(-100px, 0%);
}

.fade-up-left {
  transform: translate(100px, 100px);
  -ms-transform: translate(100px, 100px);
  -webkit-transform: translate(100px, 100px);
  -moz-transform: translate(100px, 100px);
}

.fade-down-left {
  transform: translate(100px, -100px);
  -ms-transform: translate(100px, -100px);
  -webkit-transform: translate(100px, -100px);
  -moz-transform: translate(100px, -100px);
}

.fade-right {
  transform: translate(-100px, 0%);
  -ms-transform: translate(-100px, 0%);
  -webkit-transform: translate(-100px, 0%);
  -moz-transform: translate(-100px, 0%);
}

.fade-up-right {
  transform: translate(-100px, 100px);
  -ms-transform: translate(-100px, 100px);
  -webkit-transform: translate(-100px, 100px);
  -moz-transform: translate(-100px, 100px);
}

.fade-down-right {
  transform: translate(-100px, -100px);
  -ms-transform: translate(-100px, -100px);
  -webkit-transform: translate(-100px, -100px);
  -moz-transform: translate(-100px, -100px);
}

.fade-left {
  transform: translate(100px, 0%);
  -ms-transform: translate(100px, 0%);
  -webkit-transform: translate(100px, 0%);
  -moz-transform: translate(100px, 0%);
}

.fade-up.enable,
.fade-down.enable,
.fade-right.enable,
.fade-left.enable,
.fade-up-left.enable,
.fade-down-left.enable,
.fade-up-right.enable,
.fade-down-right.enable {
  transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.zoom-in.enable {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

/* #Page Styles
================================================== */

/* ::::::::: Global Styles ::::::::: */

.band {
  position: relative;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  padding: 100px 0px;
}

.band.no-pad {
  padding: 0;
}

.band.no-pad-top {
  padding-top: 0;
}

.band.no-pad-bottom {
  padding-bottom: 0;
}

.ie8 .band {
  width: 100%;
}

.pad-top-130.bodycopy {
  padding-top: 100px !important;
}

.bg-shape {
  position: absolute;
  max-width: 200px;
  max-height: 200px;
  top: 10%;
  right: 10%;
  z-index: -1;
  overflow: hidden;
}

.modal-content ul {
  list-style: disc inside;
}

.bodycopy ul {
  list-style: disc inside;
}

.bodycopy ul li,
.bodycopy ol li {
  font-family: "Circular Std Book";
  color: inherit;
  list-style-type: none;
  margin-bottom: 15px;
  font-size: inherit;
  line-height: inherit;
}

.bodycopy ul li:before {
  content: "·";
  font-size: 50px;
  vertical-align: bottom;
  line-height: 25px;
  margin-right: 5px;
}

.bodycopy ol li {
  list-style-type: decimal;
}

.bg-white h2,
.bg-grey h2,
.bg-white h3,
.bg-grey h3,
.bg-white .bodycopy h3,
.bg-white .bodycopy h4,
.bg-grey .bodycopy h3,
.bg-grey .bodycopy h4 {
  color: #63666a;
}

.bodycopy h2 {
  margin-bottom: 50px;
}

.bodycopy h3,
.bodycopy h4 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: inherit;
  font-weight: 500;
}

.txt-black .bodycopy h3,
.txt-black .bodycopy h4 {
  color: #63666a;
}

.bodycopy a:not(.read-more) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bodycopy blockquote {
  border-left: none;
}

.flexible-bodycopy h2 {
  font-size: var(--txt_M);
}

.flexible-bodycopy h3 {
  font-size: var(--txt_S);
}

.bodycopy.two-columns-text .left-column {
  padding-right: 30px;
}

.bodycopy.two-columns-text .right-column {
  padding-left: 30px;
}

.bodycopy img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.modal-content blockquote {
  border-left: none;
  padding: 0;
}
.modal-content blockquote p {
  font-size: var(--bodycopy);
  color: #00218d;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}

/* ::::::::: Header Styles ::::::::: */

header {
  background-color: transparent;
  padding: 40px 0px 20px 0px;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 9000;
  /* box-shadow: 0 4px 35px -2px rgba(0,0,0,0); */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header.sticky {
  /* box-shadow: 0 4px 35px -2px rgba(255, 255, 255, 0.05); */
  padding: 20px 0px 20px 0px;
  height: auto;
  background: #69b3e7;
}

header .desktop-nav {
  margin-left: auto;
}

header .desktop-nav ul {
  gap: 22px;
  margin-bottom: 0;
}

header .desktop-nav ul li {
  margin-bottom: 0;
}

header .desktop-nav li a {
  cursor: pointer;
  position: relative;
}

header .desktop-nav li:not(.icon) a::after,
.contact-info article a:not(.box-link)::after,
.team-member p.name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -3px;
  transform: scaleX(0);
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header .desktop-nav li:not(.icon) a:hover:not(.nav-btn)::after,
.contact-info article:hover a:not(.box-link)::after,
header .desktop-nav li:not(.icon) a.active::after,
.team-member:hover p.name::after {
  /* width: 100%; */
  transform: scaleX(1);
}

.read-more.nav-btn {
  padding: 12px 15px;
  background: var(--accentCol);
  border: var(--accentCol);
}

header .header-logo {
  width: 200px;
  max-width: 170px;
  max-height: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header.sticky .header-logo {
  max-width: 180px;
  max-height: 70px;
}

/* header search styling  */

.header-navigation-search form {
  margin: 0;
}

.header-navigation-search form button {
  display: none;
}

.header-navigation-search input[type="search"] {
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  padding: 0.5rem 0;
  width: 0;
  outline: none;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: transparent;
}

.header-navigation-search input[type="search"]::placeholder {
  font-size: var(--bodycopy);
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.header-navigation-search {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: end;
  gap: var(--gap_XS);
}

.header-navigation-search::before,
.header-navigation-search-isactive::before {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  background: #fff;
  width: 0%;
  transition: all 0.3s ease-in-out;
  bottom: -5px;
  right: 0;
}

.header-navigation-search-isactive::before {
  width: 100%;
}

/* .header-navigation-search:hover::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
} */

.header-navigation-search-isactive form {
  display: block;
}

.header-navigation-search-isactive input[type="search"] {
  border: none;
  padding: 0.5rem;
  width: 10rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-navigation-search-toggle {
  background: none;
  border: none;
  height: 2rem;
  /* 40px */
  margin: 0;
  padding: 0;
  width: 2rem;
  /* 40px */
}

/* ::::::::: Footer Styles ::::::::: */

footer {
  padding: 80px 0 30px 0;
}

footer a.future {
  display: inline-block;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
}

footer a.future span {
  text-decoration: underline;
  font-weight: 600;
}

footer .right .logo img {
  max-width: 200px;
}

footer .logos .sixteen.columns {
  position: relative;
}

footer .logos .arrow {
  position: absolute;
  width: 15px;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  cursor: pointer;
}

footer .logos .arrow.arrow-left {
  left: 10px;
}

footer .logos .arrow.arrow-right {
  right: 10px;
}

footer .logos-wrap {
  display: block;
}

footer .logos-wrap .slick-track,
footer .logos-wrap .slick-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

footer .logos-wrap .item {
  flex-shrink: 0;
  max-width: none;
  width: calc(20% - 20px);
  justify-content: center;
  margin-bottom: 0px;
}

footer .logos-wrap .item img {
  max-height: 100px;
  max-width: 170px;
  flex-shrink: 0;
}

footer .logos-wrap .item.new-logos img {
  height: 100px;
  max-height: none;
}

footer .new-logo-slider {
  margin-left: 50px;
  margin-top: 30px;
}

footer .new-logo-slider .item {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: inline-block;
  height: 100px;
  display: inherit;
  flex-grow: 1;
  flex-shrink: 1;
}

footer .new-logo-slider .item.small-logo {
  height: 120px;
}

footer .new-logo-slider .item.small-logo img {
  max-height: 120px;
}

footer .new-logo-slider .slide-one,
footer .new-logo-slider .slide-two {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

footer .new-logo-slider .item img {
  max-height: 100px;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
}

footer .logos .arrows-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .logos .arrows-wrap button {
  width: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

footer .logos .arrows-wrap button svg {
  width: 30px;
}

footer .logos .arrows-wrap.glide__arrows .glide__arrow--left {
  left: -10px;
}

footer .logos .arrows-wrap.glide__arrows .glide__arrow--right {
  right: -10px;
}

footer .eight.columns.logos-v2 {
  float: left;
}

.main-footer-links {
  margin-top: 46px !important;
}

footer .new-logo-slider-v2 {
  margin-left: 0px !important;
}

.social .icon {
  width: 25px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social .icon:hover {
  opacity: 0.7;
}

footer {
  padding: 50px 0px 0px 0px;
  position: relative;
  background: none;
}

footer .right {
  margin-top: -80px;
  text-align: left;
}

footer .right .logo {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .right .logo:hover {
  opacity: 0.8;
}

footer .right .social {
  margin-bottom: 30px;
}

footer .right .footer-nav {
  display: inline-block;
  width: 540px;
  max-width: 100%;
  text-align: right;
}

footer .right ul {
  display: inline-block;
}

footer .right ul.policies {
  width: 400px;
  max-width: 100%;
}

footer .right ul li {
  line-height: 1;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 5px;
}

footer .right ul li a:link,
footer .right ul li a:visited {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px transparent solid;
}

footer .right ul li a:hover {
  border-bottom: 1px #fff solid;
}

footer .right .footer-nav {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

footer .right ul li {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 100%;
}

footer .right ul {
  width: 50%;
  padding-right: 20px;
}

footer .right ul.policies {
  width: 45%;
}

footer .right ul li.links-heading {
  margin-bottom: 13px;
  font-weight: bold;
  /* text-decoration: underline;
		text-underline-offset: 5px; */
  font-size: 17px;
  font-family: "Circular Std";
}

footer .row.top {
  padding-bottom: 20px;
}

footer .logos-wrap {
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  padding: 30px 10px;
  margin-bottom: 20px;
}

footer .logos-wrap .item {
  max-width: 140px;
  display: flex;
  align-items: center;
}

footer .logos-wrap .item img {
  max-height: 60px;
}

footer .row.bottom {
  border-top: 1px #fff solid;
  padding-top: 15px;
}

footer .credit {
  text-align: right;
}

footer .credit p a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0px;
  border-bottom: 2px transparent solid;
}

footer .credit p a:hover {
  border-bottom: 2px #fff solid;
}

/* WEBINAR FORM HOMEPAGE */

.webinar form {
  margin-top: 30px;
  background-color: #63666a;
  padding: 20px;
}

/* Careers ******************************************************************/

.career-button-wrap {
  display: flex;
  justify-content: space-between;
}

.read-more.career-button {
  background-color: #00218d;
  width: 232px;
  height: 72px;
  transition: 0.4s;
}

.read-more.career-button:hover {
  padding-right: 30px;
}

.career-button-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.who-we-are-head {
  font-size: 45px;
  color: #69b3e7;
}

.who-we-are-button-container {
  display: flex;
  align-items: center;
}

.who-we-are-button-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 152px;
  width: 100%;
}

.who-we-are-txt {
  margin: 0px;
  font-size: 35px;
  color: #63666a;
}

.who-we-are-button {
  background-color: #63666a;
  width: 160px;
  height: 42px;
  font-size: 18px;
  padding: 7px 55px 9px 15px;
  cursor: pointer;
}

.who-we-are-button:hover {
  padding-right: 40px;
}

.who-we-are-band {
  background: linear-gradient(to bottom, #fff 50%, #69b3e7 50%);
}

.band.why-apem {
  background: linear-gradient(to bottom, #69b3e7, #3c73bf) !important;
  padding-bottom: 50px;
  padding-top: 50px;
}

.band.why-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.services-title.why-apem h3 {
  font-size: 45px;
  font-weight: 400;
  padding-bottom: 50px;
  padding-top: 50px;
}

.services-title.why-apem p {
  padding-bottom: 80px;
}

.joiners-careers-header {
  font-size: 45px;
  color: #69b3e7 !important;
  font-weight: 400;
  padding-bottom: 80px;
  background-color: white;
}

.image-left.image-side.screen-edge video {
  position: relative;
  /* left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  width: calc(100% + ((100vw - var(--containerWidth)) / 2)); */
  max-width: unset;
}

.image-right.image-side.screen-edge video {
  position: relative;
  /* right: 0;
  width: calc(100% + ((100vw - var(--containerWidth)) / 2)); */
  max-width: unset;
}

.columns.slider-controls-wrap {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}

.slider-controls-wrap .dots {
  display: flex;
}

.band.vision-missions {
  background: #1a44a3;
  padding-bottom: 0px;
}

.band.vision-missions-video {
  background: linear-gradient(to bottom, #1a44a3 50%, #e8e8e8 50%) !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vision-missions .section-heading h2 {
  font-size: 45px;
  padding-bottom: 20px;
}

.case-studies .flex-3-columns-wrap {
  justify-content: center;
}

.services-and-sectors-heading.section-heading h2 {
  font-size: 35px;
}

.content-wrap.bodycopy.services-sector-content p {
  color: #fff;
  font-size: 19px;
}

.services-sector-content.content-wrap.bodycopy.pad-top-130 b {
  font-weight: bold;
}

.vision-missions .section-heading p {
  font-size: 18px;
  color: white;
}

.filter-band.internal-links-band {
  background: linear-gradient(to bottom, #e8e8e8 50%, #ffffff 50%) !important;
}

.what-we-do-band {
  background-color: #e8e8e8;
  padding-top: 100px;
}

.what-we-do-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.what-we-do-wrap h2 {
  font-size: 45px;
  color: #63666a;
}

.what-we-do-wrap p {
  font-size: 18px;
  color: #63666a;
  text-align: center;
}

.we-do-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.card-content {
  background: linear-gradient(to bottom, #123a9c, #5699d7) !important;
  min-height: 225px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.card-image-wrap {
  width: 100%;
  height: 225px;
  overflow: hidden;
}

.we-do-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.we-do-image:hover {
  transform: scale(1.1);
}

.card-item {
  display: flex;
  flex-direction: column;
}

.read-more.we-do-button {
  background-color: transparent;
  border: solid 1px white;
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.4s;
}

.read-more.we-do-button:hover {
  width: 150px;
}

/* New Joiners */

.new-joiners .slick-slide .container {
  background-color: #e8e8e8;
}

.band.new-joiners {
  background: linear-gradient(to bottom, #ffffff 50%, #1a44a3 50%);
}

.new-joiners .container.bg-grey {
  background: #1b46a4;
  top: -30px;
}

.new-joiners .slick-dots {
  display: flex;
  bottom: 0px;
  width: auto;
  position: relative;
}

.new-joiners .video-section-slider .arrow-wrap {
  padding: 60px 0 50px;
}

.new-joiners .image-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.band.text-image-band .eight.columns .bodycopy.services-sector-content {
  padding-right: 64px;
}

.new-joiners.video-section-slider .image-wrap:hover {
  cursor: pointer;
}

.playButton-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s ease-in-out;
  transform: translate(-50%, -50%);
}

.video-section-slider .arrow-wrap .dots {
  padding: 0 25px;
}

.video-section-slider .arrow-wrap {
  justify-content: center;
}

/* .new-div {
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
} */

.image-right.image-side.screen-edge video[poster] {
  object-fit: fill;
  aspect-ratio: 16 / 9;
}

.image-left.image-side.screen-edge video[poster] {
  object-fit: fill;
  aspect-ratio: 16 / 9;
}

.new-joiners.video-section-slider .image-wrap:hover svg {
  width: 130px;
  height: 130px;
}

.video-slider video {
  object-fit: initial;
  width: 100%;
}

.new-joiners .container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.new-joiners .container .sixteen {
  background-color: #e8e8e8;
}

.new-joiners .container .eight {
  width: 100%;
  margin-left: 0px;
}

.new-joiners .container .eight:nth-child(1) {
  margin-left: 0px;
  margin-right: 10px;
}

.new-joiners .container .eight:nth-child(2) {
  margin-right: 0px;
  margin-left: 10px;
}

.new-joiners .slider-controls-wrap .arrow {
  transition: 0.3s ease-in-out;
}

.new-joiners .slider-controls-wrap .arrow:hover {
  cursor: pointer;
  transform: scale(1.15);
}

/* Our Businesses */

.our-business {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.our-business h2 {
  color: #63666a;
  font-size: 45px;
}

.our-business p {
  color: #323e48;
  font-size: 18px;
  text-align: center;
}

/* Was 1640px */
@media only screen and (max-width: 1300px) {
  .desktop-nav.hide-mobile {
    display: none !important;
  }

  .mobile-menu-button.hide-desktop {
    display: block !important;
  }

  .header-navigation-search {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  footer .logos-wrap .item {
    margin: 0 0px 0px 0px;
    flex-shrink: 0;
    width: calc(20% - 20px);
  }

  footer .logos-wrap .item img {
    max-width: 140px;
  }

  .pad-top-130.bodycopy {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .logos-wrap .item {
    width: calc(33.333% - 20px);
    margin: 0px 0px 0px 0px;
  }

  .page-id-21890 footer .logos-wrap .item {
    width: calc(25% - 20px);
  }

  footer .logos-wrap .item img {
    max-width: 140px;
  }

  /* footer .columns.right {
		float: right;
	} */

  footer .band.teal-bg .container {
    display: flex;
  }

  footer .new-logo-slider .item.small-logo {
    height: 90px;
  }

  footer .new-logo-slider .item.small-logo img {
    max-height: 90px !important;
    height: 120%;
  }

  footer .new-logo-slider .item {
    height: 80px;
    margin-bottom: 20px;
  }

  footer .new-logo-slider .item img {
    max-height: 60px !important;
  }

  footer .form {
    margin-bottom: -320px;
  }

  footer .new-logo-slider {
    margin-left: 51px;
  }

  .band.text-image-band .eight.columns .bodycopy {
    padding-top: 0px !important;
    font-size: 20px !important;
  }
  .section-heading.txt-center p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  footer .logos-wrap .item {
    margin: 0 10px 0px 10px;
  }

  footer .logos-wrap .item,
  footer .logos-wrap .item img {
    max-width: 150px;
  }

  footer .new-logo-slider {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0px;
  }

  footer .band.teal-bg .container {
    display: flex;
    flex-direction: column;
  }

  footer .band.teal-bg .container .form {
    order: 2;
    margin-bottom: -200px !important;
  }

  footer .band.teal-bg .container .logos {
    order: 1;
  }

  footer .new-logo-slider .item.small-logo {
    height: 80px;
  }

  footer .new-logo-slider .item {
    width: 32%;
    height: 90px;
    margin-bottom: 10px;
  }

  footer .new-logo-slider .item img {
    max-height: 60px;
  }

  footer .new-logo-slider .item.small-logo img {
    max-height: 80px;
  }

  footer .logos .arrows-wrap button {
    width: 30px;
  }

  footer .logos .arrows-wrap {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  footer .enquire form {
    margin-bottom: 0;
  }

  footer .enquire {
    padding-bottom: 15px;
  }

  footer .right {
    text-align: right;
  }

  footer .band.navy-bg {
    padding-top: 240px;
  }

  footer .copyright p,
  footer .credit p {
    font-size: 12px;
  }

  .flexible-bodycopy iframe {
    width: 100%;
  }

  .band.text-image-band .eight.columns .bodycopy {
    padding-top: 0px !important;
    font-size: 18px !important;
  }

  .section-heading.txt-center p {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 479px) {
  footer .logos-wrap .item img {
    max-width: 120px;
  }
  .band-homebanner.general-hero {
    max-height: 300px;
  }
  .band.text-image-band.featured-post {
    background:
      linear-gradient(to right, #d9d8d6 91%, transparent 70%),
      linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
  }
  .text-image-band .arrow img {
    padding-top: 0px;
  }
  .text-image-band img .tech-innovations article .innovation-icon-wrap > img {
    max-width: 63px !important;
  }
}

/* ---- Start: Mobile icon style & animation ---- */

header .mobile-menu-button {
  width: 25px !important;
  cursor: pointer;
}

header .mobile-menu-button svg {
  display: block;
}

header .mobile-menu-button line {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .mobile-menu-button.active .menu-line-3 {
  opacity: 0;
  transform: rotate(-45deg) translate(-12px, -2px);
}

header .mobile-menu-button.active .menu-line-1 {
  transform: rotate(45deg) translate(4px, -4px);
}

header .mobile-menu-button.active .menu-line-2 {
  transform: rotate(-45deg) translate(-12px, 7px);
}

header.reverse .mobile-menu-button .menu-line-3,
header.reverse .mobile-menu-button .menu-line-1,
header.reverse .mobile-menu-button .menu-line-2 {
  stroke: #fff;
}

.mobile-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translate(100%, 0);
  z-index: 8000;
  background-color: #69b3e7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-menu.open {
  opacity: 1;
  transform: translate(0, 0);
}

.mobile-menu .mobile-nav {
  margin: 0;
  flex-wrap: wrap;
  margin-left: 50px;
  font-size: 22px;
}

.mobile-menu ul li:last-child {
  margin: 0;
}

.mobile-menu .sub-menu {
  position: relative;
  margin: 5px 0 20px 20px;
}

.mobile-menu ul li:not(.icon) {
  width: 100%;
}

/* ---- End: Mobile icon style & animation ---- */

/* Article styling */

.flex-3-columns .flex-3-columns-wrap,
.flex-3-columns .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  width: 100%;
}

.flex-2-columns .flex-2-columns-wrap,
.flex-2-columns .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  width: 100%;
}

.flex-3-columns article {
  flex-basis: auto;
  flex-grow: 1;
  max-width: calc(33.3% - 27px);
  width: calc(33.3% - 27px);
  border-radius: 2px;
  position: relative;
}

.flex-2-columns article {
  flex-basis: auto;
  flex-grow: 1;
  max-width: calc(50% - 27px);
  width: calc(50% - 27px);
  border-radius: 2px;
  position: relative;
}

article.blue-gradient {
  background: linear-gradient(to top, #69b3e7, #5699d7, #00218d);
}

article .content-wrap {
  padding: 2rem 2.5rem 3rem;
}

article .content-wrap .text-wrap {
  min-height: 220px;
  margin-bottom: 90px;
}

article .img-outer {
  position: relative;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}

article .img-outer {
  position: relative;
}

article .img-outer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((219 / 380) * 100%);
}

article .img-outer img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  max-width: unset;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
}

article:hover .img-outer img {
  transform: scale(1.1);
}

article .read-more {
  margin-top: 20px;
  font-size: 16px;
  position: absolute;
  bottom: 3rem;
}

.btn-center {
  width: 100%;
  text-align: center;
}

.btn-center .read-more {
  margin: 0 auto;
}

article h4 {
  font-size: 22px;
}

/* ::::::::: Homepage Styles ::::::::: */

.band-homebanner {
  min-height: 100vh;
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
  padding: 0;
  padding-top: 100px;
  z-index: 1;
}

.band-homebanner.general-hero {
  min-height: 600px;
}

.band-homebanner.general-hero img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.band-homebanner h1 {
  font-size: var(--txt_L);
}

.band-homebanner .banner-content {
  max-width: 70%;
}

.band.no-pad .text-side {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-side .content-wrap h3 {
  font-size: 35px;
  font-weight: 500;
}

.text-side .read-more {
  margin-top: 20px;
}

.text-side .content-wrap {
  padding-right: 70px;
  padding-top: 20px;
}

.image-side .image-wrap img {
  max-height: 420px;
  min-height: 350px;
  object-fit: cover;
}

.image-left .image-side.screen-edge img {
  position: relative;
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
  max-width: unset;
}

.image-right .image-side.screen-edge img {
  position: relative;
  right: 0;
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
  max-width: unset;
}

.blue-gradient {
  background: linear-gradient(to bottom, #69b3e7, #00218d);
}

.video-holding-image {
  width: 100%;
  min-height: 600px;
  cursor: pointer;
}

.video-holding-image svg {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.video-holding-image:hover svg {
  transform: scale(1.1);
}

.video_section.trans-white {
  background: linear-gradient(to bottom, transparent 60%, #fff 60%);
}

.video_section.white-trans {
  background: linear-gradient(to bottom, #fff 60%, transparent 60%);
}

.section-heading {
  /* padding: 0 120px 50px 120px; */
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.group-structure .logo-wrap {
  gap: 40px 100px;
}

.group-structure .logo-wrap img {
  max-width: 210px;
  width: 25%;
  flex-shrink: 1;
  flex-grow: 1;
}

.group-structure .logo-wrap img.gobe {
  max-width: 155px;
}

.group-structure .logo-wrap img.macro {
  max-width: 135px;
}

.group-structure .logo-wrap img.nash {
  max-width: 170px;
}

.group-structure .logo-wrap img.apem {
  max-width: 179px;
}

.group-structure .logo-wrap img.aqua {
  max-width: 198px;
}

.group-structure .logo-wrap img.inc {
  max-width: 203px;
}

.center-btn {
  margin-top: 100px;
}

.group-logo-band .logo-wrap .item {
  position: relative;
}

.group-logo-band .logo-wrap {
  gap: 77px;
  margin: 50px 0;
}

.group-logo-band .logo-wrap img {
  max-width: 120px;
}

.group-logo-band .logo-wrap .item .icon {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  max-width: unset;
  height: unset;
  max-width: 220px;
  padding: 12px;
  background-origin: content-box !important;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.group-logo-band .logo-wrap .item .icon.no-pad {
  padding: 0;
}

.group-logo-band .logo-wrap .item .icon::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.group-logo-band .logo-wrap .item img {
  padding: 15px;
  height: auto;
  width: 100%;
}

/*** Home group logos */

.home-group-logo-band .logo-wrap .item {
  position: relative;
}

.home-group-logo-band .logo-wrap {
  gap: 50px;
  margin: 50px 0;
}

.home-group-logo-band .logo-wrap img {
  max-width: 120px;
}

.home-group-logo-band .logo-wrap .item .icon {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  max-width: unset;
  height: unset;
  max-width: 220px;
  padding: 16px;
  background-origin: content-box !important;
  height: 220px;
  width: 220px;
  margin: 0 auto;
}

.home-group-logo-band .logo-wrap .item .icon.no-pad {
  padding: 0;
}

.home-group-logo-band .logo-wrap .item .icon::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.home-group-logo-band .logo-wrap .item img {
  padding: 15px;
  height: auto;
  width: 100%;
}

.primary-intro {
  font-size: var(--txt_S);
  line-height: 1.2;
}

.filter-band {
  background: linear-gradient(to bottom, #d9d8d6 50%, #fff 50%);
}

.filter-band.bg-white-trans {
  background: linear-gradient(to bottom, #ffffff 50%, transparent 50%);
}

.filter-wrap {
  gap: 40px;
}

.filter-band select {
  margin-bottom: 0;
  cursor: pointer;
}

.filter-band select,
.filter-band .facetwp-facet input.facetwp-search {
  background-color: #00218d;
  color: #fff;
  border: none;
  outline: none;
  padding: 1.3rem;
  font-size: var(--bodycopy);
  min-width: 350px;
  -webkit-appearance: none;
}

.filter-band .facetwp-search::placeholder {
  color: #fff;
  font-size: var(--bodycopy);
}

.filter-band .facetwp-type-dropdown {
  position: relative;
}

.filter-band .facetwp-type-dropdown::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27.178" height="16.36" viewBox="0 0 27.178 16.36"><path id="Rounded_Triangle_Arrow" data-name="Rounded Triangle Arrow" d="M14.633,15.889,26.746,2.736a1.709,1.709,0,0,0,0-2.27,1.4,1.4,0,0,0-2.09,0L13.591,12.481,2.52.472a1.386,1.386,0,0,0-2.085,0A1.668,1.668,0,0,0,0,1.6,1.657,1.657,0,0,0,.435,2.736L12.548,15.889a1.4,1.4,0,0,0,2.09,0Z" transform="translate(0 0.003)" fill="%23fff"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  height: 100%;
  width: 27px;
  top: 0;
}

.facetwp-dropdown {
  box-sizing: content-box;
  padding: 0.5rem !important;
}

.band.tech-innovations .content-wrap h5 {
  margin-top: 40px !important;
}

.filter-band .facetwp-facet {
  margin-bottom: 0;
}

.filter-band .facetwp-facet input.facetwp-search::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.562" height="33.559" viewBox="0 0 37.562 37.559"><g id="Search" transform="translate(-494.1 -494.1)"><path id="Path_102" data-name="Path 102" d="M498.307,498.307a14.358,14.358,0,0,1,21.361,19.126L531.2,528.966a1.578,1.578,0,0,1-2.232,2.232l-11.534-11.534a14.357,14.357,0,0,1-19.129-21.357Zm10.148-1.05a11.2,11.2,0,1,0,7.92,3.282,11.155,11.155,0,0,0-7.92-3.282Z" fill="%23fff"/></g></svg>');
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  height: 100%;
  width: 13px;
  top: 0;
}

.filter-band .facetwp-icon {
  right: 15px;
  opacity: 1;
}

.filter-band .facetwp-icon:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.562" height="33.559" viewBox="0 0 37.562 37.559"><g id="Search" transform="translate(-494.1 -494.1)"><path id="Path_102" data-name="Path 102" d="M498.307,498.307a14.358,14.358,0,0,1,21.361,19.126L531.2,528.966a1.578,1.578,0,0,1-2.232,2.232l-11.534-11.534a14.357,14.357,0,0,1-19.129-21.357Zm10.148-1.05a11.2,11.2,0,1,0,7.92,3.282,11.155,11.155,0,0,0-7.92-3.282Z" fill="%23fff"/></g></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

select::-ms-expand {
  display: none;
}

/* .text-image-band {
	background: linear-gradient(to right, #D9D8D6 70%, transparent 70%);
} */

.text-image-band img {
  position: relative;
  right: 0;
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
  max-width: unset;
}

.text-image-band p.caption {
  padding: 15px;
  font-size: 16px;
  font-style: italic;
}

.text-image-band h2 {
  font-size: var(--txt_M);
}

.band.text-image-band.featured-post {
  padding: 80px 0;
  margin-top: 100px;
  background:
    linear-gradient(to right, #d9d8d6 70%, transparent 70%),
    linear-gradient(to bottom, transparent 50%, #ffffff 50%);
}

.band.text-image-band.featured-post h2 {
  color: #63666a;
}

.band.text-image-band.bg-grey-trans {
  background:
    linear-gradient(to right, #d9d8d6 70%, transparent 70%),
    linear-gradient(to bottom, #ffffff 50%, transparent 50%);
}

.band.text-image-band.featured-post .text-side {
  padding-right: 47px;
  padding-top: 50px;
}

.band.text-image-band.featured-post .text-side .read-more {
  margin-top: 10px;
}

.band.text-image-band .eight.columns .bodycopy {
  padding-top: 30px;
  font-size: 22px;
}

.section-heading.txt-center p {
  font-size: 22px;
}

/* about page styling */

.group-structure .group-logo-band .logo-wrap {
  margin: 0;
}

.text-image-slider .logo img {
  max-width: 220px;
  max-height: 160px;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: left;
}

.text-image-slider .read-more {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-image-slider .arrow-wrap {
  justify-content: center;
  padding: 60px 0 80px;
}

.text-image-slider .arrow-wrap .dots {
  padding: 0 25px;
}

.text-image-slider .arrow-wrap .arrow {
  cursor: pointer;
}

.text-image-band.text-image-slider.bg-white {
  background:
    linear-gradient(to right, #fff 70%, transparent 70%),
    linear-gradient(to bottom, transparent 50%, #d9d8d6 50%);
}

.text-image-band.bg-grey-white-blue {
  background:
    linear-gradient(to right, #d9d8d6 70%, transparent 70%),
    linear-gradient(to bottom, #ffffff 50%, transparent 50%);
}
.text-image-band.bg-grey-blue-white {
  background:
    linear-gradient(to right, #d9d8d6 70%, transparent 70%),
    linear-gradient(to bottom, transparent 50%, #ffffff 50%);
}
.text-image-band.bg-white-blue-grey {
  background:
    linear-gradient(to right, #ffffff 70%, transparent 70%),
    linear-gradient(to bottom, transparent 50%, #d9d8d6 50%);
}
.text-image-band.bg-white-grey-blue {
  background:
    linear-gradient(to right, #ffffff 70%, transparent 70%),
    linear-gradient(to bottom, #d9d8d6 50%, transparent 50%);
}
.text-image-band.bg-blue-grey-white {
  background:
    linear-gradient(to right, #00218d 70%, transparent 70%),
    linear-gradient(to bottom, #d9d8d6 50%, #ffffff 50%);
  color: #fff;
}
.text-image-band.bg-blue-white-grey {
  background:
    linear-gradient(to right, #00218d 70%, transparent 70%),
    linear-gradient(to bottom, #ffffff 50%, #d9d8d6 50%);
  color: #fff;
}

.text-image-band.image-left.bg-grey-white-blue {
  background:
    linear-gradient(to right, transparent 30%, #d9d8d6 30%),
    linear-gradient(to bottom, #ffffff 50%, transparent 50%);
}
.text-image-band.image-left.bg-grey-blue-white {
  background:
    linear-gradient(to right, transparent 30%, #d9d8d6 30%),
    linear-gradient(to bottom, transparent 50%, #ffffff 50%);
}
.text-image-band.image-left.bg-white-blue-grey {
  background:
    linear-gradient(to right, transparent 30%, #ffffff 30%),
    linear-gradient(to bottom, transparent 50%, #d9d8d6 50%);
}
.text-image-band.image-left.bg-white-grey-blue {
  background:
    linear-gradient(to right, transparent 30%, #ffffff 30%),
    linear-gradient(to bottom, #d9d8d6 50%, transparent 50%);
}
.text-image-band.image-left.bg-blue-grey-white {
  background:
    linear-gradient(to right, transparent 30%, #00218d 30%),
    linear-gradient(to bottom, #d9d8d6 50%, #ffffff 50%);
}
.text-image-band.image-left.bg-blue-white-grey {
  background:
    linear-gradient(to right, transparent 30%, #00218d 30%),
    linear-gradient(to bottom, #ffffff 50%, #d9d8d6 50%);
  color: #fff;
}

.text-image-band.text-image-slider .seven.columns img {
  min-height: 400px;
  max-height: 400px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.flex-4-columns-wrap {
  gap: 50px;
}

.flex-4-columns-wrap .team-member,
.flex-4-columns-wrap > div {
  width: calc(25% - 50px);
  min-width: 200px;
  max-width: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}

.flex-4-columns-wrap > div.percentage {
  width: calc(25% - 50px);
  min-width: 200px;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}

.team-member .img-outer {
  border-radius: 50%;
  overflow: hidden;
  height: auto;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 215px;
}

.team-member .img-outer img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.team-member p {
  font-size: 22px;
  margin-bottom: 10px;
}

.team-member p.name {
  font-family: "Circular Std";
  font-weight: 500;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.team-member .img-outer img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member:hover .img-outer img {
  transform: scale(1.1);
}

/* modal styling */

.animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.modal.innovations_open {
  display: block;
}

.modal.active {
  display: block;
}

.modal-content {
  margin: 3rem auto;
  max-width: 90%;
  max-height: 90%;
  outline: 0;
  text-align: left;
  overflow: hidden;
  padding: 3rem;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 0;
  font-size: 1.25rem;
}

.modal h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 8px;
}

.modal h5 {
  font-size: var(--txt_S);
  font-family: "Circular Std Book";
}

.modal-header .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.modal-content-icons {
  flex-direction: column;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > * {
  margin: 5px;
}

.modal .img-outer {
  border-radius: 50%;
  overflow: hidden;
  height: 200px;
  width: 200px;
  /* margin: 0 auto; */
  min-width: 200px;
  min-height: 200px;
  margin-right: 40px;
}

.modal .img-outer img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.modal-content .text-wrap .logo {
  max-width: 106px;
  margin-bottom: 5px;
}

.modal button {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0;
}

.modal .btn-wrap svg {
  margin-right: 20px;
  margin-top: 20px;
}

#group-slider {
  cursor: grab;
}

#group-slider:hover .seven.columns img {
  scale: 1.1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.modal .btn-wrap svg circle {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.modal .btn-wrap svg:hover circle {
  fill: #00218d;
}

.modal .text-wrap {
  margin-top: 50px;
  overflow: scroll;
}

.team-member.btn {
  cursor: pointer;
}

/* .team-member.btn:hover .text-wrap p {
	text-decoration: underline;
} */

/* timeline slider */

#timeline-slider {
  max-width: 1420px;
  margin: 0 auto;
}

.timeline .items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.timeline .slick-list {
  z-index: 100;
}

.timeline .items .item {
  width: 33.333%;
  padding: 0px 20px;
  text-align: center;
  z-index: 10;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  position: relative;
}

.timeline .items .item.slick-center {
  opacity: 1;
}

.timeline .items .item .date {
  position: relative;
  display: inline-block;
  width: 240px;
  opacity: 0.4;
}

.timeline .items .item .date span {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
}

.timeline .items .item .image img {
  opacity: 0.4;
}

.timeline .items .item .image {
  margin: 10px auto 20px auto;
  border-radius: 0;
  overflow: hidden;
  /* max-width: 170px;
    max-height: 120px; */
  background-color: white;
  z-index: 20;
  position: relative;
  width: 60%;
  height: 130px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline .items .item .image.circle {
  max-height: unset;
  height: 130px;
}

.timeline .items .item .image.circle img {
  border-radius: 100%;
  max-height: 130px;
}

.timeline .items .item.slick-current.slick-active .image img,
.timeline .items .item.slick-current.slick-active .date,
.timeline .items .item.slick-current.slick-active .text {
  opacity: 1;
}

.timeline .items .item .image img {
  max-width: 206px;
}

.timeline .items .item .text {
  width: 280px;
  max-width: 100%;
  margin: 0px auto;
  opacity: 0.4;
}

.timeline .items .item .text p {
  font-size: 16px;
  margin-bottom: 0px;
}

.timeline .items .line {
  position: absolute;
  top: 205px;
  left: 5%;
  height: 3px;
  width: 90%;
  background-color: #e8e8e8;
  z-index: 1;
}

.timeline .items .item .read-more {
  margin-top: 30px;
  font-size: 16px;
  padding-right: 45px;
}

.timeline .items .item .read-more::after {
  width: 11px;
}

.timeline .items .item .read-more:hover {
  padding-right: 50px;
}

.timeline .arrow {
  position: absolute;
  top: 185px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 300;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.timeline .arrow.prev {
  left: 0px;
}

.timeline .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.timeline .arrow.next {
  right: 0px;
}

.text-image-band .slick-arrow img {
  width: 30px;
}

.custom_paging li {
  display: none;
}

.custom_paging li.slick-active {
  display: block;
}

/* contact page styling */
.contact-info p,
.contact-info a {
  font-size: var(--txt_S);
}

.contact-info article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.contact-info article p,
.contact-info article a {
  font-size: 20px;
}

.contact-info article svg {
  margin-bottom: 30px;
}

.contact-info article svg {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-info article:hover svg {
  transform: scale(1.1);
}

.band.text-image-band.our-locations {
  padding: 80px 0 0;
}

.our-locations h3 {
  font-weight: 500;
  padding-top: 40px;
  margin-bottom: 30px;
}

.our-locations p {
  font-size: var(--bodycopy);
  margin-bottom: 25px;
}

.our-locations p.location-name {
  font-family: "Circular Std";
  font-size: 25px;
  margin-bottom: 16px;
}

.text-image-band.our-locations {
  background: #fff;
}

.our-locations .inner-div {
  background: linear-gradient(to right, #d9d8d6 70%, transparent 70%);
  padding: 80px 0;
}

/* form styling */

.form-wrap .gform_heading {
  display: none;
}
.form-wrap form {
  margin-bottom: 0;
}

.form-wrap {
  padding: 3rem;
  border-radius: 2px;
}

.form-wrap .gform_wrapper.gravity-theme input[type="text"],
.form-wrap .gform_wrapper.gravity-theme textarea {
  border: none;
  border-radius: 2px;
  font-family: "Circular Std Book";
  padding: 15px !important;
  color: #1f2127;
  font-size: var(--bodycopy);
}

.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
  font-size: var(--bodycopy);
}

.form-wrap .gform_wrapper.gravity-theme .ginput_container_consent {
  display: inline-flex;
  gap: 10px;
}

.form-wrap .gform_wrapper.gravity-theme input[type="submit"] {
  font-size: 18px;
  border: none;
  outline: none;
  display: block;
  margin-left: auto;
  border-radius: 2px;
  padding: 15px 25px;
  margin-bottom: 0;
  background-color: #69b3e7;
  color: #fff;
}

/* Tech Innocations page styling */

.tech-innovations article h5 {
  font-size: 22px;
}

.tech-innovations article p.category {
  font-size: 14px;
  width: 25%;
}

.tech-innovations article .innovation-icon-wrap > img {
  max-height: 55px;
  margin-right: 15px;
  max-width: 90px;
}

.tech-innovations article .innovation-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.tech-innovations article .innovation-icon {
  /* position: absolute; */
  /* right: 2.5rem;
	top: 2rem; */
  height: 44px;
  width: 44px;
}

.modal .innovation-modal h3 {
  margin-bottom: 20px;
  color: #fff;
}
.modal .innovation-modal .inn-icon-wrap .logo img {
  max-width: 175px;
}
.modal .innovation-modal .inn-icon-wrap .logo {
  margin: 20px;
}

.modal .innovation-modal .img-outer {
  height: 100px;
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 0;
}

.modal .innovation-modal .icon-wrap img {
  max-height: 53px;
  width: 31%;
  margin-bottom: 22px;
}

.modal .innovation-modal .icon-wrap img.turbine {
  max-height: 120px;
}

.modal .innovation-modal .icon-wrap {
  padding: 35px 0;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
}

.modal .innovation-modal .related-post {
  border-bottom: 4px solid #69b3e7;
  padding: 40px 0;
}

.modal .innovation-modal .related-post > p {
  margin-bottom: 10px;
}

.modal .innovation-modal .text-wrap {
  padding-top: 0;
  margin-top: 50px;
}

.modal .innovation-modal .related-post h5 {
  font-size: 22px;
  margin-bottom: 0;
  font-family: "Circular Std";
}

/* .quote-band{
	padding: 50px 0;
} */

.quote-band .quote-wrap h5 {
  margin-bottom: 0;
}

.quote-band.txt-darkblue h3 {
  color: #00218d;
  font-size: 26px;
}

.quote-band .quote-wrap {
  padding: 80px 50px;
}

.quote-band .quote-wrap h3.quotation-marks {
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 25px;
  padding: 0px;
  height: 40px;
}

.quote-band .quote-wrap h3.quotation-marks.left {
  text-align: left;
}

.quote-band .quote-wrap h3.quotation-marks.right {
  text-align: right;
}

.band.quote-band.bg-white-blue .quote-wrap.bg-white,
.band.quote-band.bg-blue-white .quote-wrap.bg-white,
.band.quote-band.bg-white .quote-wrap.bg-white {
  background: #d9d8d6;
}

.two-images-band .columns > div {
  position: relative;
  overflow: hidden;
}

.two-images-band .columns > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((379 / 597) * 100%);
}

.two-images-band .columns > div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.two-images-band .columns:nth-child(odd) > div {
  margin-right: 15px;
}

.two-images-band .columns:nth-child(even) > div {
  margin-left: 15px;
}

.two-images-band .columns:nth-child(even) > p {
  margin: 25px 15px 25px 30px;
}

.two-images-band .columns:nth-child(odd) > p {
  margin: 25px 30px 25px 15px;
}

.band-project-discuss {
  overflow: visible;
  padding: 0 !important;
}

.band-project-discuss .image-side {
  margin-top: -25px;
  margin-bottom: -25px;
}

.band-project-discuss .text-side {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.band-project-discuss.image-right .image-side.screen-edge img {
  right: 0;
}

/* #Media Queries
================================================== */

/* Over 1600 sizes (devices and browsers) */
@media all and (min-width: 1640px) {
  .group-structure .logo-wrap {
    gap: 60px 185px;
  }

  .group-structure .group-logo-band .logo-wrap {
    gap: 80px;
  }

  .group-logo-band .logo-wrap .item {
    flex-grow: 1;
  }

  .group-logo-band .logo-wrap .item .icon {
    height: unset;
    width: unset;
    max-width: 150px;
  }

  .flex-3-columns article {
    max-width: 500px;
  }

  .group-structure .logo-wrap img.gobe {
    max-width: 165px;
  }

  .group-structure .logo-wrap img.macro {
    max-width: 145px;
  }

  .group-structure .logo-wrap img.nash {
    max-width: 180px;
  }

  .group-structure .logo-wrap img.apem {
    max-width: 189px;
  }

  .group-structure .logo-wrap img.aqua {
    max-width: 208px;
  }

  .group-structure .logo-wrap img.inc {
    max-width: 213px;
  }

  .video-holding-image {
    min-height: 800px;
  }

  .image-side .image-wrap img {
    max-height: 600px;
  }

  .band-project-discuss .image-side .image-wrap img {
    max-height: 500px;
  }

  .band-project-discuss .image-side {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .band-project-discuss .text-side .content-wrap {
    padding-top: 86px;
  }

  .text-image-band.text-image-slider .seven.columns img {
    min-height: 700px;
    max-height: 700px;
  }

  .read-more.career-button {
    width: 200px;
  }
}

.view-more-content-btn {
  margin-top: 50px !important;
}

/* case study single styling */

.percentage .stat {
  font-size: 90px;
  font-family: "Circular Std";
}

/* Flexible bands styling */

.two-column-text-band .columns {
  column-count: 2;
  column-gap: 30px;
}

.two-column-text-band .columns p {
  margin: 0;
}

.band.bg-white .bodycopy,
.band.bg-grey .bodycopy {
  color: #1f2127;
  overflow-x: auto;
}

.band.bg-white .heading,
.band.bg-grey .heading {
  color: #63666a;
  padding-bottom: 20px;
}

.band.bg-blue {
  background: transparent;
  color: #fff;
}

.band.bg-trans .heading {
  color: #ffffff;
  padding-bottom: 20px;
}

.band.bg-trans .bodycopy,
.band.bg-trans .caption {
  color: #ffffff;
}

.band.pad-top-default {
  padding-top: 100px;
}

.band.pad-top-none {
  padding-top: 0px;
}

.band.pad-top-small {
  padding-top: 50px;
}

.band.pad-bottom-default {
  padding-bottom: 100px;
}

.band.pad-bottom-none {
  padding-bottom: 0px;
}

.band.pad-bottom-small {
  padding-bottom: 50px;
}

.pad-top-default {
  padding-top: 100px;
}

.pad-top-none {
  padding-top: 0px;
}

.pad-top-small {
  padding-top: 50px;
}

.pad-bottom-default {
  padding-bottom: 100px;
}

.pad-bottom-none {
  padding-bottom: 0px;
}

.pad-bottom-small {
  padding-bottom: 50px;
}

.spacing-bottom {
  height: 50px;
}
.spacing-bottom-lg {
  height: 100px;
}

@media all and (min-width: 960px) and (max-width: 1300px) {
  .news-card .text-wrap .flex.flex-justify-sb {
    flex-direction: column;
  }

  .content-wrap.news-card .relative.content {
    width: 50px;
    margin-bottom: 19px;
  }
}

/* Desktop 960 to 1300 sizes (devices and browsers) */
@media all and (max-width: 1300px) {
  /* ::::::::: Global Styles ::::::::: */

  /* ::::::::: Header Styles ::::::::: */

  .header-logo {
    max-width: 180px;
  }

  header .desktop-nav ul {
    gap: 20px;
    margin-left: 20px;
  }

  header .desktop-nav ul li {
    width: 100%;
    text-align: center;
  }

  header .desktop-nav ul li a {
    font-size: 16px;
  }

  .header-navigation-search button svg {
    height: 28px;
    width: 28px;
  }

  .header-navigation-search-isactive input[type="search"] {
    width: 5rem;
  }

  .header-navigation-search input[type="search"],
  .header-navigation-search input[type="search"]::placeholder {
    font-size: 16px;
  }

  /* ::::::::: Page Styles ::::::::: */

  .flex-3-columns .flex-3-columns-wrap {
    gap: 60px 25px;
  }

  .text-side .content-wrap {
    padding-right: 0;
  }

  .group-logo-band .logo-wrap {
    gap: 70px;
  }

  .group-logo-band .logo-wrap .item .icon {
    height: 110px;
    width: 110px;
  }

  .flex-4-columns-wrap {
    gap: 30px;
  }

  .flex-4-columns-wrap .team-member,
  .flex-4-columns-wrap > div {
    width: calc(25% - 30px);
    min-width: 170px;
  }

  /* careers */
  .career-buttons .container .nine.columns {
    width: 700px;
  }

  /* opportunities button */

  .who-we-are-button-wrap {
    flex-direction: column;
  }
  .who-we-are-txt {
    font-size: 28px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media all and (min-width: 768px) and (max-width: 959px) {
  .hide-desktop {
    display: none !important;
  }

  .mobile-menu-button.hide-desktop {
    display: block !important;
  }

  .desktop-nav.hide-mobile {
    display: none !important;
  }

  .band {
    padding: 80px 0;
  }

  /* ::::::::: Global Styles ::::::::: */

  /* ::::::::: Header Styles ::::::::: */

  .header-logo {
    max-width: 220px;
  }

  header .mobile-menu-button {
    width: 30px !important;
  }

  /* ::::::::: Page Styles ::::::::: */

  .flex-3-columns .flex-3-columns-wrap {
    gap: 60px 50px;
  }

  .flex-3-columns .flex-3-columns-wrap article {
    width: calc(50% - 50px);
    max-width: 50%;
  }

  .video-holding-image {
    min-height: 450px;
  }

  .group-logo-band .logo-wrap .item .icon {
    height: 100px;
    width: 100px;
  }

  .flex-3-columns.contact-info .flex-3-columns-wrap {
    justify-content: center;
  }

  /* modal tablet styling */

  .modal .innovation-modal .img-outer {
    margin-right: 20px;
    height: 60px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .modal .innovation-modal .icon-wrap img {
    max-height: 70px;
  }

  .modal .innovation-modal .icon-wrap {
    padding: 25px 0;
    margin-top: 30px;
  }

  .modal .innovation-modal .related-post {
    padding: 25px 0;
  }

  .modal .innovation-modal .related-post h5 {
    font-size: 16px;
    margin-right: 40px;
  }

  .timeline .items .item .date {
    width: 200px;
  }

  .timeline .items .item .date span {
    font-size: 30px;
  }

  .timeline .items .item .image {
    width: 70%;
  }

  .timeline .items .item .image img {
    max-width: 115px;
  }

  .flex-4-columns-wrap .team-member {
    width: calc(33.3% - 30px);
    min-width: 170px;
    max-width: calc(33.3% - 30px);
  }

  .flex-4-columns-wrap > div {
    width: calc(50% - 30px);
    min-width: 170px;
    max-width: calc(50% - 30px);
  }

  .text-image-band.text-image-slider .seven.columns img {
    min-height: unset;
    max-height: unset;
  }
}

/* All Mobile Sizes (devices and browser) */
@media all and (max-width: 767px) {
  .hide-desktop {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .band {
    padding: 50px 0;
  }

  .spacing-bottom {
    height: 25px;
  }
  .spacing-bottom-lg {
    height: 50px;
  }

  .band.pad-top-default {
    padding-top: 50px;
  }

  .text-image-slider p {
    font-size: 16px;
  }

  .band.pad-top-small {
    padding-top: 25px;
  }

  .band.pad-bottom-default {
    padding-bottom: 50px;
  }

  .quote-band.txt-darkblue h3 {
    font-size: 16px;
  }

  .band.pad-bottom-small {
    padding-bottom: 25px;
  }

  /* ::::::::: Global Styles ::::::::: */

  /* ::::::::: Header Styles ::::::::: */

  .header-navigation-search input[type="search"] {
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    padding: 0.5rem 0;
    width: 200px;
    outline: none;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    border-bottom: 2px solid #fff;
  }

  .header-navigation-search input[type="search"]::placeholder {
    font-size: 22px;
  }

  /* ::::::::: Footer Styles ::::::::: */

  footer .right .footer-nav {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  footer .right ul li {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 100%;
  }

  footer .right {
    text-align: left;
  }

  .social .icon {
    margin-left: 0;
    margin-right: 15px;
  }

  footer .row.top {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  footer .credit {
    text-align: left;
  }

  footer .right ul {
    width: 50%;
    padding-right: 20px;
  }

  footer .right ul.policies {
    width: 45%;
  }

  footer .right ul li.links-heading {
    margin-bottom: 13px;
    font-weight: bold;
    /* text-decoration: underline;
			text-underline-offset: 5px; */
    font-size: 17px;
    font-family: "Circular Std";
  }

  /* ::::::::: Page Styles ::::::::: */

  .band-homebanner h1 {
    font-size: 2rem;
  }

  .band-homebanner.general-hero.post-hero h1 {
    font-size: 2.2rem;
  }

  .bodycopy.two-columns-text .right-column,
  .bodycopy.two-columns-text .left-column {
    padding: 0;
  }

  .flex-3-columns .flex-3-columns-wrap,
  .flex-3-columns .facetwp-template {
    gap: 40px;
  }

  .flex-3-columns .flex-3-columns-wrap article {
    width: 100%;
    max-width: 100%;
  }

  .video-holding-image {
    min-height: 210px;
  }

  .video-holding-image svg {
    height: 60px;
    width: 60px;
  }

  .text-side .content-wrap h3 {
    font-size: 28px;
  }

  .text-side .content-wrap {
    padding-top: 0;
  }

  .text-image-slider .logo img {
    max-width: 180px;
    max-height: 80px;
    margin-bottom: 30px;
  }

  .team-member p {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .flex-4-columns-wrap {
    gap: 20px 15px;
  }

  .flex-4-columns-wrap .team-member,
  .flex-4-columns-wrap > div {
    width: calc(50% - 15px);
    min-width: unset;
    max-width: unset;
  }

  .text-image-slider .arrow-wrap {
    padding: 40px 0;
  }

  .video_section.white-trans {
    background: linear-gradient(to bottom, #fff 70%, transparent 70%);
  }
  /* 
	.text-image-band.bg-white {
		background: linear-gradient(to right, #fff 95%, transparent 95%), linear-gradient(to bottom, transparent 40%, #D9D8D6 40%);
	} */

  .section-heading {
    padding-bottom: 10px;
  }

  .image-left .container {
    display: flex;
    flex-direction: column;
  }

  .image-left .image-side {
    order: 2;
  }

  .image-left .text-side {
    order: 1;
  }

  .image-text-band .image-side {
    margin-top: 50px;
  }

  .group-structure .logo-wrap {
    gap: 40px 50px;
  }

  .center-btn {
    margin-top: 50px;
  }

  article .content-wrap {
    padding: 1.5rem;
  }

  .group-logo-band .logo-wrap {
    gap: 15px;
  }

  .group-logo-band .logo-wrap .item {
    flex-grow: 1;
  }

  .group-logo-band .logo-wrap .item .icon {
    height: 120px;
    width: 120px;
    margin: 0 auto;
  }

  .form-wrap {
    padding: 1.5rem 1rem;
  }

  .form-wrap .row {
    display: block;
  }

  .form-wrap .row .col {
    width: 100%;
  }

  .our-locations .container.flex {
    flex-wrap: wrap;
  }

  .our-locations .inner-div {
    background: linear-gradient(to right, #d9d8d6 90%, transparent 90%);
  }

  .band.text-image-band.our-locations,
  .our-locations .inner-div {
    padding: 50px 0;
  }

  .band.text-image-band.our-locations {
    padding-bottom: 0;
  }

  .our-locations h3 {
    padding-top: 0;
  }

  .our-locations ul {
    margin-bottom: 40px;
  }

  .filter-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }

  .tech-innovations article .innovation-icon {
    right: 1.5rem;
    top: 1.5rem;
    height: 35px;
    width: 35px;
  }

  /* modal mobile styling */

  .modal .img-outer {
    height: 150px;
    width: 150px;
    min-height: 150px;
    min-width: 150px;
    margin: 0;
    margin-bottom: 15px;
  }

  .modal .innovation-modal .icon-wrap {
    flex-direction: row;
  }

  .modal .text-wrap {
    padding-top: 10px;
  }

  .modal-content {
    padding: 1.5rem;
    flex-direction: column;
  }

  .modal button {
    top: 1.5rem;
    right: 1.5rem;
  }

  .modal button svg {
    height: 30px;
    width: 30px;
  }

  .modal h3 {
    font-size: 30px;
  }

  .modal .innovation-modal .img-outer {
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    margin: 0;
    margin-bottom: 15px;
  }

  .modal .innovation-modal .icon-wrap img {
    max-height: 50px;
  }

  .modal .innovation-modal .icon-wrap {
    padding: 25px 0;
    margin-top: 25px;
  }

  .modal .innovation-modal .related-post {
    padding: 25px 0;
  }

  .related-post > div.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal .innovation-modal .related-post h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .timeline .arrow.next {
    right: -30px;
  }

  .timeline .arrow.prev {
    left: -30px;
  }

  .timeline .items .item .date {
    width: 200px;
  }

  .timeline .items .item .date span {
    font-size: 30px;
  }

  .timeline .items .item .image {
    width: 70%;
  }

  .timeline .items .item .image img {
    max-width: 140px;
  }

  .two-column-text-band .columns {
    column-count: 1;
    column-gap: 0px;
  }

  .band.text-image-band.bg-grey-trans {
    background:
      linear-gradient(to right, #d9d8d6 90%, transparent 90%),
      linear-gradient(to bottom, #ffffff 50%, transparent 50%);
  }

  .flex-4-columns-wrap > div {
    width: 100%;
  }

  .two-images-band .columns:nth-child(odd) > div,
  .two-images-band .columns:nth-child(even) > div {
    margin: 0;
    margin-bottom: 20px;
  }

  .two-images-band .columns:last-child > div {
    margin-bottom: 0;
  }

  .group-structure .logo-wrap img {
    width: 30%;
  }

  .text-image-band.text-image-slider .seven.columns img {
    height: auto;
    width: calc(100% + ((100vw - var(--containerWidth)) / 2));
    display: none;
  }

  .text-image-band.text-image-slider.bg-white {
    background:
      linear-gradient(to right, #fff 95%, transparent 95%),
      linear-gradient(to bottom, transparent 50%, #d9d8d6 50%);
  }

  .text-image-band.bg-grey-white-blue {
    background:
      linear-gradient(to right, #d9d8d6 95%, transparent 95%),
      linear-gradient(to bottom, #ffffff 50%, transparent 50%);
  }
  .text-image-band.bg-grey-blue-white {
    background:
      linear-gradient(to right, #d9d8d6 95%, transparent 95%),
      linear-gradient(to bottom, transparent 50%, #ffffff 50%);
  }
  .text-image-band.bg-white-blue-grey {
    background:
      linear-gradient(to right, #ffffff 95%, transparent 95%),
      linear-gradient(to bottom, transparent 50%, #d9d8d6 50%);
  }
  .text-image-band.bg-white-grey-blue {
    background:
      linear-gradient(to right, #ffffff 95%, transparent 95%),
      linear-gradient(to bottom, #d9d8d6 50%, transparent 50%);
  }
  .text-image-band.bg-blue-grey-white {
    background:
      linear-gradient(to right, #00218d 95%, transparent 95%),
      linear-gradient(to bottom, #d9d8d6 50%, #ffffff 50%);
    color: #fff;
  }
  .text-image-band.bg-blue-white-grey {
    background:
      linear-gradient(to right, #00218d 95%, transparent 95%),
      linear-gradient(to bottom, #ffffff 50%, #d9d8d6 50%);
    color: #fff;
  }

  .text-image-band.image-left.bg-grey-white-blue {
    background:
      linear-gradient(to right, transparent 5%, #d9d8d6 5%),
      linear-gradient(to bottom, #ffffff 50%, transparent 50%);
  }
  .text-image-band.image-left.bg-grey-blue-white {
    background:
      linear-gradient(to right, transparent 5%, #d9d8d6 5%),
      linear-gradient(to bottom, transparent 50%, #ffffff 50%);
  }
  .text-image-band.image-left.bg-white-blue-grey {
    background:
      linear-gradient(to right, transparent 5%, #ffffff 5%),
      linear-gradient(to bottom, transparent 50%, #d9d8d6 50%);
  }
  .text-image-band.image-left.bg-white-grey-blue {
    background:
      linear-gradient(to right, transparent 5%, #ffffff 5%),
      linear-gradient(to bottom, #d9d8d6 50%, transparent 50%);
  }
  .text-image-band.image-left.bg-blue-grey-white {
    background:
      linear-gradient(to right, transparent 5%, #00218d 5%),
      linear-gradient(to bottom, #d9d8d6 50%, #ffffff 50%);
  }
  .text-image-band.image-left.bg-blue-white-grey {
    background:
      linear-gradient(to right, transparent 5%, #00218d 5%),
      linear-gradient(to bottom, #ffffff 50%, #d9d8d6 50%);
    color: #fff;
  }

  .text-image-band.text-image-slider .seven.columns img {
    min-height: unset;
    max-height: unset;
  }

  .band-project-discuss.image-right .image-side.screen-edge img {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  /* .image-left .image-side.screen-edge img{
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  } */

  .band-project-discuss .image-side {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  /* Career buttons */
  .career-button-wrap {
    flex-direction: column;
    align-items: center;
  }

  .career-button {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  /* opportunities button */

  .who-we-are-txt {
    font-size: 20px;
  }

  .services-title.why-apem h3 {
    padding-top: 0px;
  }

  /* slider */
  .joiners-careers-header {
    padding-bottom: 0px;
  }

  /* what we do */

  .we-do-grid {
    grid-template-columns: 1fr;
  }

  .new-joiners .container.flex-justify-c {
    background: white;
  }
  .new-joiners .container.flex-justify-c {
    background: white;
  }
  .new-joiners .slick-slide .container {
    background-color: white;
    width: 70%;
  }
  .band.new-joiners {
    background: white;
  }
  .new-joiners .video-section-slider .arrow-wrap {
    background-color: white;
    padding: 50px 0px 0px;
  }

  .playButton-slider {
    height: 60px;
    width: 60px;
  }

  .new-joiners .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .new-joiners .container .eight:nth-child(1) {
    margin-right: 0px;
  }

  .new-joiners .container .eight:nth-child(2) {
    margin-left: 0px;
  }

  .new-joiners .container.bg-grey {
    background: white;
  }

  .new-joiners .container .sixteen {
    background-color: white;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media all and (max-width: 479px) {
  /* ::::::::: Global Styles ::::::::: */

  /* ::::::::: Header Styles ::::::::: */

  /* ::::::::: Page Styles ::::::::: */
  .modal .innovation-modal .icon-wrap img {
    max-height: 75px;
    width: 20%;
    margin-right: 22px;
  }

  .band.video_section.trans-white {
    background: linear-gradient(
      to bottom,
      transparent 70%,
      #ffffff 30%
    ) !important;
  }
}

/* Retina Backgrounds */
@media (-webkit-min-device-pixel-ratio: 1.5) {
}

/* ::::::::: Spotler Form Styles ::::::::: */

.form-wrapper {
  background: #63666a;
  padding: 50px;
}

.form-wrapper p {
  font-size: 32px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.gf__control {
  display: block;
  background: #63666a;
}

.gf__control input,
select,
textarea {
  width: 100%;
  font-family: "Circular Std";
  font-weight: 300;
  margin-bottom: 30px;
  border: none;
  border-radius: 0;
  color: #63666a;
  height: 50px;
}

.gf__control textarea {
  min-height: 130px;
}

.gf__control .gf__control__input--checkbox {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
}

.gf__control__label__checkbox {
  display: inline-block;
  width: 95%;
  margin-left: 5%;
}

.gf__control label {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 20px;
}

input.gf__submit {
  font-size: 16px;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  background: #69b3e7;
}

.gf__control select {
  background: rgba(255, 255, 255, 1)
    url("../assets/svg/arrow-dropdown-grey.svg") no-repeat 97% 17px;
  background-size: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.form-wrapper .gf__text h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  color: #ffffff;
}

.gf__control__label__radio {
  display: inline-block;
  width: 95%;
  margin-left: 5%;
}

.gf__control__input--radio {
  width: 20px !important;
  height: 20px !important;
  margin-right: 15px;
  position: absolute;
}

/* Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .gf__control__label__checkbox {
    display: inline-block;
    width: 90%;
    margin-left: 10%;
  }
  .gf__control__label__radio {
    display: inline-block;
    width: 92%;
    margin-left: 8%;
  }
}

@media only screen and (max-width: 767px) {
  .gf__control__label__checkbox {
    display: inline-block;
    width: 85%;
    margin-left: 15%;
  }

  .gf__control__label__radio {
    display: inline-block;
    width: 85%;
    margin-left: 15%;
  }
}

section.primary-intro .container a {
  text-decoration: underline;
}

/* PAGE NOT FOUND */

.page-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 94px;
}

@media only screen and (max-width: 479px) {
  .page-not-found h1 {
    font-size: 25px;
  }
  .page-not-found h3 {
    font-size: 15px;
  }
}

/* MAP - Styles */

.map {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 50px;
}

.map-1 {
  width: 100%;
  height: 700px;
}

.map-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.map.relative {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 27ch;
  margin: 0px auto 40px auto;
  text-align: center;
}

.offices-header {
  display: flex;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 80px;
  font-weight: bold;
}

.address {
  color: white;
  font-size: 18px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1300px) {
  .map-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .map-1 {
    height: 500px;
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1060px) {
  .map-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .map-1 {
    height: 400px;
  }
}

@media only screen and (max-width: 960px) {
  .map-1 {
    height: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .map-wrap {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .map-1 {
    height: 290px;
    padding: 0px 40px;
  }
  .offices-header {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .map {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 530px) {
  .map-1 {
    height: 200px;
  }
}

table {
  border: 1px solid #00218d;
  margin: 50px 0;
  overflow-x: auto;
  width: 100%;
}

table tr:first-child {
  background-color: #00218d;
  color: #ffffff;
  font-weight: 600;
}

table tr:first-child p {
  color: #ffffff;
  font-weight: 600;
}

table tr:first-child strong {
  color: #ffffff;
  font-weight: 600;
}

table tr:first-child td:first-child {
  border-right: 1px solid #ffffff;
}

table tr:first-child td:nth-child(2) {
  border-right: 1px solid #ffffff;
}

table td {
  border: 1px solid #00218d;
  padding: 1rem;
}

/* News Changes */

.featured-news-article h2:first-child {
  font-size: 18px;
}

.featured-news-article button {
  background-color: #63666a;
  border: none;
  color: white;
  font-size: 18px;
}

.band.text-image-band.featured-post.news-post {
  background:
    linear-gradient(to right, #d9d8d6 70%, transparent 70%),
    linear-gradient(to bottom, transparent 100%, #ffffff 0%);
  margin-top: 0px;
  text-align: left;
}

.filter-band.news {
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
}

.specific-sectors-topics p {
  color: #69b3e7;
  font-size: 45px;
  font-weight: 400;
}

.specific-sectors p {
  color: #69b3e7;
  font-size: 45px;
  font-weight: 400;
}

.specific-sectors .button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 50px;
}

.taxonomy-terms {
  display: flex;
}

.taxonomy-terms img {
  width: 40px;
  max-height: 34px;
  margin-right: 5px;
}

.w-100 {
  width: 100%;
}

.specific-sectors-topics a {
  font-family: "Circular Std";
  background: #69b3e7;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center !important;
  min-width: 180px;
  padding: 10px 50px 10px 30px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.specific-sectors-topics .hot-topics-grid a:after {
  background: url("../assets/svg/white-arrow.svg");
  content: "";
  position: absolute;
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  height: 100%;
  width: 13px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.specific-sectors a {
  font-family: "Circular Std";
  background: #fff;
  color: #69b3e7;
  font-size: 18px;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center !important;
  min-width: 180px;
  padding: 9px 55px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.specific-sectors.sector-page a:after {
  background: url("../assets/svg/blue-arrow.svg");
  content: "";
  position: absolute;
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  height: 100%;
  width: 13px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.specific-sectors a:after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.117" height="21.857" viewBox="0 0 12.117 21.857"><path id="Rounded_Triangle_Arrow" data-name="Rounded Triangle Arrow" d="M11.769,11.767l9.742-9.742A1.189,1.189,0,1,0,19.829.344l-8.9,8.9L2.027.349A1.189,1.189,0,0,0,0,1.187a1.175,1.175,0,0,0,.35.838l9.742,9.742a1.192,1.192,0,0,0,1.681,0Z" transform="translate(0.003 21.857) rotate(-90)" fill="%23fff"/></svg>');
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  height: 100%;
  width: 13px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Sector Logos */

.specific-sectors a:nth-child(1):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/Water.svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 20px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.specific-sectors a:nth-child(2):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/Apem Icons_Infrastructure Icon_White (1).svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 27px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.specific-sectors a:nth-child(4):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/Other_White.svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 37px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.specific-sectors a:nth-child(3):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/Renewables.svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 25px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sector-page.specific-sectors a:nth-child(1):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/water-blue.svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 20px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sector-page.specific-sectors a:nth-child(2):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/Apem_Icons_Infrastructure_Icon_Blue.svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 35px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sector-page.specific-sectors a:nth-child(3):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/renewables-blue.svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 25px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sector-page.specific-sectors a:nth-child(4):before {
  content: "";
  position: absolute;
  background: url("../assets/svg/Other_Blue.svg");
  background-size: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  height: 100%;
  width: 25px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blue-gradient .news-card {
  background: linear-gradient(to top, #69b3e7, #00218d);
}

.content-type-icon img {
  max-width: 80px !important;
  max-height: 26px;
}

.specific-sectors a:hover:after {
  right: 11px;
}

.news-sector {
  background: rgb(245, 245, 245);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  right: 47%;
  top: -30px;
  position: absolute;
  z-index: 2;
}

.news-sector img {
  width: 65%;
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  max-height: 95px;
}
/* 
.news-card .content img {
  position: absolute;
  width: 50px;
  left: 0px;
  top: -5px;
} */

/* .news-card .sector img {
  position: absolute;
  width: 40px;
  right: 0px;
  top: -15px;
  max-height: 40px;
} */

.news-card h4 {
  padding-top: 40px;
}

.specific-sectors.sector-page p:first-child {
  color: white;
}

@media (max-width: 1300px) {
  .filter-band select,
  .filter-band .facetwp-facet input.facetwp-search,
  .filter-band select .facetwp-dropdown {
    min-width: 250px;
  }
}

@media (max-width: 960px) {
  .filter-band select,
  .filter-band .facetwp-facet input.facetwp-search,
  .filter-band select .facetwp-dropdown {
    min-width: 185px;
    height: 60px;
  }

  .facetwp-dropdown {
    box-sizing: border-box;
    width: 210px;
  }

  .filter-band .facetwp-type-dropdown {
    width: 210px;
  }

  .news-sector img {
    width: 50%;
  }

  .specific-sectors a {
    min-width: 150px;
  }
}

@media (max-width: 767px) {
  .news-sector {
    background: rgb(245, 245, 245);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    right: auto;
    top: auto;
    left: -45px;
    position: absolute;
    z-index: 2;
    bottom: -30px;
  }

  .specific-sectors p {
    font-size: 1.9rem;
  }

  .specific-sectors .button-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .specific-sectors .button-wrapper {
    margin-top: 60px;
  }
}

/* Full width image */

.full-width-image-div {
  margin: 0;
  width: 100%;
}

.full-width-image {
  width: 100%;
}

.youtube-video-section {
  padding-top: 1rem;
}

/* Single Image */

.single-image-band {
  padding-top: 0px;
}

/* news page */

.hot-topics-wrapper {
  text-align: center;
  padding: 2rem 1rem;
}

.hot-topics-heading {
  font-size: 2rem;
  color: #59a9e1;
  margin-bottom: 1.5rem;
}

.hot-topics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.hot-topic-button {
  background-color: #59a9e1;
  color: white;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
  font-weight: 500;
}

.hot-topic-button:hover {
  background-color: #3f8cc1;
}

.hot-topic-button .arrow {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}

@media only screen and (max-width: 1690px) {
  .filter-wrap .facetwp-facet {
    /* width: 340px !important; */
  }
}

.secondary_introduction p {
  font-size: 22px;
}

.main-article p {
  font-size: 22px;
}

.flex-wrap-facet {
  display: flex !important;
  flex-wrap: wrap !important;
}

.font-22-large {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .secondary_introduction p {
    font-size: 18px;
  }

  .main-article p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main-article p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 958px) {
  .facetwp-facet-country_dropdown::after {
    display: none;
    text-align: center;
  }
}

/* --------------------------- New Nav --------------------------- */

#menu-primary-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 22px;
}

#menu-primary-menu .menu-item {
  position: relative;
}

#menu-primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
  /* min-width: 230px; */
  width: max-content;
  padding: 1.5rem;
  margin: 1rem 0 0 0;
  list-style: none;
  color: black;
}

.bg-applus-black p,
.bg-applus-black h3 .bg-applus-black h4 {
  color: white;
}

.bg-applus-orange p,
.bg-applus-light-brown p,
.bg-applus-light-grey p {
  color: black;
}

header.bg-applus-orange .header-navigation-search input[type="search"] {
  color: black;
}

header.bg-applus-light-brown .header-navigation-search input[type="search"] {
  color: black;
}

header.bg-applus-light-grey .header-navigation-search input[type="search"] {
  color: black;
}

header.bg-applus-orange
  .header-navigation-search
  input[type="search"]::placeholder {
  color: black;
}

header.bg-applus-light-brown
  .header-navigation-search
  input[type="search"]::placeholder {
  color: black;
}

header.bg-applus-light-grey
  .header-navigation-search
  input[type="search"]::placeholder {
  color: black;
}

/* header.bg-applus-orange .header-navigation-search::before,
.header-navigation-search-isactive::before {
  background: black;
}

header.bg-applus-light-brown .header-navigation-search::before,
.header-navigation-search-isactive::before {
  background: black;
}

header.bg-applus-light-grey .header-navigation-search::before,
.header-navigation-search-isactive::before {
  background: black;
} */

/* header.bg-applus-orange #menu-primary-menu .menu-item {
  color: black;
}

header.bg-applus-light-brown #menu-primary-menu .menu-item {
  color: black;
}

header.bg-applus-light-grey #menu-primary-menu .menu-item {
  color: black;
}

header.bg-applus-orange .desktop-nav li:not(.icon) a::after {
  background: black;
} */

header .desktop-nav .sub-menu li:not(.icon) a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -3px;
  transform: scaleX(0);
  background: #69b3e7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header.bg-applus-orange .desktop-nav .sub-menu li:not(.icon) a::after {
  background: #ff6900;
}

header.bg-applus-black .desktop-nav .sub-menu li:not(.icon) a::after {
  background: #000000;
}

header.bg-applus-brown .desktop-nav .sub-menu li:not(.icon) a::after {
  background: #766a5e;
}

header.bg-applus-light-brown .desktop-nav .sub-menu li:not(.icon) a::after {
  background: #b8afac;
}

header.bg-applus-light-grey .desktop-nav .sub-menu li:not(.icon) a::after {
  background: #e4dedc;
}

#menu-primary-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
}

#menu-primary-menu .menu-item .sub-menu {
  transform: translateY(0);
  display: flex;
  flex-direction: column;
}

.mobile-nav .sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.mobile-nav .menu-item.open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 100px;
}

/* Make the trigger area fill the gap between the parent and submenu */
.hover-gap-trigger {
  position: absolute;
  top: 100%;
  left: 0;
  height: 20px; /* controls the "gap" */
  width: 100%;
  z-index: 10;
  pointer-events: auto;
}

.has-hover-gap:hover > .sub-menu,
.has-hover-gap:hover > .hover-gap-trigger,
.has-hover-gap .hover-gap-trigger:hover + .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* keeps underline on primary nav when hoveringover sub menu */
header .desktop-nav li.has-hover-gap:hover > a::after {
  transform: scaleX(1);
}

.primary-menu .menu-item-has-children {
  position: relative;
}

/* Add arrow only on mobile */
@media (max-width: 1300px) {
  .primary-menu .menu-item-has-children > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; /* This spaces text and arrow */
    padding-right: 2rem; /* Space for arrow */
  }

  .primary-menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(0deg);
    height: 1rem;
    width: 1rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 1L6 6L11 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    transition: transform 0.3s ease;
  }

  /* When open, rotate the arrow */
  .primary-menu .menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* Hide arrow on desktop */
@media (min-width: 1300px) {
  .primary-menu .menu-item-has-children > a::after {
    display: none;
  }
}

.band-question .read-more {
  border: 2px solid white;
}
