/* SITE WIDE */

#moove_gdpr_cookie_info_bar {
  z-index: 990000000000000;
}

.single-sitemap {
	color: #333f50;
}

.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="url"] {
  width: 100% !important;
}

.navigation.pagination {
  display: none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: TwCenMTStdLight;
  src: url("/wp-content/themes/OCU-theme/assets/fonts/TwCenMTStd-Light.otf");
}

@font-face {
  font-family: TwCenMTStdSemiMedium;
  src: url("/wp-content/themes/OCU-theme/assets/fonts/TwCenMTStd-SemiMedium.otf");
}

@font-face {
  font-family: TwCenMTStdBold;
  src: url("/wp-content/themes/OCU-theme/assets/fonts/TwCenMTStd-Bold.otf");
}

.our-capabilities-box p {
  color: white;
}

.our-capabilities-box {
  position: relative;
  z-index: 10;
}

#our-capabilities::before {
  z-index: 1;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: normal;
}

button:hover {
  cursor: pointer;
}

/* .policies-info-box ul {
	list-style:none;
}

.policies-info-box ul li::before {
	content: "•"; 
	color: red;
  display: inline-block; 
	width: 1em;
  margin-left: -1em} */

a:hover,
a {
  text-decoration: none;
}

.nav-link,
h1,
h2,
h3,
h5,
h6,
button {
  font-family: TwCenMTStdSemiMedium;
  color: #333f50;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: normal;
}

h1 {
  font-size: 3.5rem;
  line-height: 1;
}

h2 {
  font-size: 2.5rem;
  line-height: 1;
}

h4 {
  border-left: 3px solid #dedede;
  padding-left: 10px;
  font-family: TwCenMTStdLight;
  margin-top: 5px;
  -webkit-font-smoothing: antialiased;
}

.mg-btm {
  margin-bottom: 0;
  margin: 0;
  margin-bottom: 1rem;
}

p {
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
  color: #333f50;
}

li {
  color: #333f50;
}

.p-lt {
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
}

.p-lg,
.our-values-three-box p,
.pie-chart-side div p {
  font-size: 1.4rem;
}

/* -- SECTORS -- */

#single-sector-hero {
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}

#single-sector-hero h1,
#single-sector-hero p {
  color: white;
}

#single-sector-hero p {
  letter-spacing: 3px;
}

.row-sm {
  width: 95%;
  margin: 0 auto;
}

.singe-sec-intro {
  margin-top: 50px;
}

#single-sec-pd {
  padding-top: 50px;
  background-image: url("/wp-content/uploads/2023/02/right-blueprints-bg-3.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

#grey-back-over {
  position: relative;
  padding-top: 100px;
  margin-top: -175px;
  background-image: url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

#grey-back-over .container {
  z-index: 100000;
  position: relative;
}

#grey-back-over::before {
  content: "";
  width: 95%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: rgb(123, 123, 123);
  background: linear-gradient(
    0deg,
    rgba(123, 123, 123, 0) 0%,
    rgba(209, 209, 209, 1) 65%
  );
  border-radius: 10px;
}

.single-sec-one {
  position: relative;
  z-index: 1;
}

.split-text div {
  column-count: 2;
}

.split-text div p,
.singe-sec-intro p:first-of-type,
.larger-text-div p:first-of-type {
  font-size: 1.4rem;
}

.larger-text-div h2 {
  color: #9c1924;
}

.larger-text-div {
  margin-bottom: -100px;
}

.full-img-container {
  width: 100%;
  position: relative;
}
.full-img-container .main {
  width: 100%;
}

.full-img-container .hover:hover::after,
.full-img-container .hover:hover::before {
  opacity: 100% !important;
}

.full-img-container .hover {
  position: absolute;
  max-width: 3%;
  cursor: pointer;
}

.full-img-container .hover img {
  max-width: 100%;
}

.full-img-container .hover::after {
  position: absolute;
  padding: 20px;
  border-radius: 10px;
  background: #333f50;
  color: white;
  content: attr(text);
  opacity: 0%;
  pointer-events: none;
  transition: 1s;
  width: 250px;
  z-index: 10;
}

.full-img-container .hover::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0%;
  pointer-events: none;
  transition: 1s;
  z-index: 10;
}

.full-img-container .hover.top::after {
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.full-img-container .hover.top::before {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333f50;
}

.full-img-container .hover.left::after {
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

.full-img-container .hover.left::before {
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333f50;
  border-top: 10px solid transparent;
}

.full-img-container .hover.right::after {
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

.full-img-container .hover.right::before {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 10px solid transparent;
  border-right: 10px solid #333f50;
  border-top: 10px solid transparent;
}

.full-img-container .hover.bottom::after {
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.full-img-container .hover.bottom::before {
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333f50;
}

.page-template-single-sectors #news-loop {
  margin-top: 100px;
}

.sectors-mobile {
  display: none;
}

/* -- Acreditations -- */

.accreditations-bg {
  background-image: url("/wp-content/uploads/2023/02/right-blueprints-bg-3.png");
  background-position: right 10%;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

.page-template-accreditations #our-policies-hero {
  background-image: url("/wp-content/uploads/2023/02/accred-hero-2.jpg") !important;
}

#acreditations {
  margin-top: 75px;
}

.single-resources .title {
  margin-bottom: 50px;
}

.single-resources .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 50px;
}

.single-resources .images a {
  margin-bottom: 50px;
  width: 12.2%;
  text-align: center;
}

.single-resources .images a img {
  max-width: 100%;
}

.iso-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-iso {
  width: 46%;
  display: flex;
  align-items: flex-start;
}

.single-iso:nth-child(2),
.single-iso:nth-child(1) {
  margin-bottom: 30px;
}

.single-iso img {
  margin-right: 20px;
}

#ners {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 75px;
  padding: 100px 0;
  background: rgb(209, 209, 209);
  background: linear-gradient(
    180deg,
    rgba(209, 209, 209, 1) 0%,
    rgba(123, 123, 123, 0) 100%
  );
  border-radius: 8px;
}

.single-ners {
  display: flex;
  margin: 30px 0;
  align-items: flex-start;
}

.single-ners div {
  padding-left: 75px;
}

.single-ners div p,
.single-iso div p {
  width: 80%;
}

.single-ners div p {
  min-height: 85px;
}

/* -- SINGLE GROUP -- */

#single-group-hero {
  background-size: cover;
  background-position: top;
  min-height: 60vh;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  /* margin-bottom: 50px; */
  padding-bottom: 50px;
}

#single-group-hero h2 {
  margin-bottom: 0;
  color: #9c1924;
}

.single-group-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 50px;
}

.single-group-hero span {
  height: 2px;
  width: 100%;
  background: #c9c9c9;
  margin: 0 25px;
}

.single-group-hero .details {
  display: flex;
}

.single-group-hero .details > div:not(:last-of-type) {
  margin-right: 30px;
}

.single-group-hero p {
  font-family: TwCenMTStdSemiMedium;
  margin-bottom: 0;
  white-space: nowrap;
}

#single-group-hero .single-group-hero .details h2 {
  color: #333f50;
  margin-bottom: 0;
  white-space: nowrap;
}

.single-group-hero .details img {
  max-height: 50px;
}

.our-cape {
  background-color: #9c1924;
  padding: 50px 0;
  position: relative;
}

.our-cape h2,
.our-cape h3,
.our-cape p {
  color: white;
}

.single-cape {
  text-align: center;
  padding: 0 30px;
}

.single-cape img {
  margin-bottom: 10px;
}

.cape-row {
  margin-top: 30px;
}

#the-offices {
  padding: 50px 0;
  background-image: url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

#the-offices::before {
  content: "";
  background-color: white;
}

.the-offices {
  display: flex;
  justify-content: space-between;
}

.the-offices-titles {
  width: 20%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.the-offices-titles h3 {
  font-size: 1.75rem;
  position: relative;
}

.the-offices-titles h3::before {
  display: inline;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.main-off h3::before {
  content: url("/wp-content/uploads/2023/02/Main-Offices.svg");
}
.ops-yards h3::before {
  content: url("/wp-content/uploads/2023/02/Operational-yards.svg");
}

.ops-yards {
  margin-top: 30px;
}

.main-off > div,
.ops-yards > div {
  display: flex;
  flex-direction: column;
}

.offices-info-box {
  width: 70%;
}

.loc-overview svg {
  cursor: pointer;
}

.overview-logo {
  width: 30%;
  margin-bottom: 30px;
}

.loc-overview {
  border-radius: 5px;
  background: rgb(244, 244, 244);
  background: -moz-linear-gradient(
    180deg,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 0) 100%
  );
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.tab-info {
  display: none;
}

#offices-info {
  width: 55%;
  padding-top: 50px;
}

.tab-info.active {
  display: block;
}

.loc-overview .svg-container {
  height: fit-content;
  width: 45%;
  position: relative;
}

.loc-overview .svg-container img {
  width: 100%;
}

.loc-overview .svg-container svg {
  position: absolute;
  width: 4%;
  height: 3%;
}

.tab-link {
  position: relative;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 1rem;
  color: #333f50;
}

.tab-link.active {
  color: #9c1924;
  cursor: default;
}

.tab-link.active::after {
  content: url("/wp-content/uploads/2023/01/active-link.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 30px);
}

.tab-stats {
  width: 100%;
  margin-top: 100px;
  flex-wrap: wrap;
  display: none;
}

.tab-stats.active {
  display: flex;
}

.stat {
  width: 30%;
  margin-bottom: 50px;
}

.stat ul {
  padding-left: 20px;
}

.stat h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.stat:not(:last-of-type) {
  margin-right: calc(9% / 3);
}

/* -- HEADER -- */

header {
  background: rgb(209, 209, 209);
  background: linear-gradient(
    180deg,
    rgba(209, 209, 209, 1) 0%,
    rgba(209, 209, 209, 0) 100%
  );
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  padding: 1rem;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  z-index: 100000;
}

.navbar {
  background: transparent;
}

#menu-main-menu {
  width: 100%;
  justify-content: flex-end;
  margin-top: 20px;
  border-top: 2px solid #b0b2b2;
  padding-top: 20px;
}

.top-tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-tag p {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #9c1924;
  font-family: TwCenMTStdSemiMedium;
}

.top-tag div {
  display: flex;
}

.top-tag div img {
  margin-left: 10px;
}

.menu-con {
  width: 100%;
}

.ninety {
  width: 90%;
  margin: 0 auto;
}

.flex-center-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-text {
  margin-top: 50px;
  background-image: url("/wp-content/uploads/2023/02/right-blueprints-bg-3.png");
  background-position-y: 100px;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

.flex-center-text > div {
  width: 75%;
}

.three-links .row {
  padding-left: 30px;
  padding-right: 30px;
}

.three-links-box div a img {
  width: 100%;
}

.three-links .red {
  display: flex;
  align-items: center;
  font-family: TwCenMTStdSemiMedium;
}

.three-links .red img {
  margin-left: 10px;
  margin-bottom: 0;
}

.three-links-box > div > a {
  max-width: 100%;
  border-radius: 10px;
}

.three-links .three-links-box h2 {
  margin-top: 1rem;
}

.three-links.news .three-links-box .img-box {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.three-links.news .three-links-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.three-links.news .date {
  font-size: 0.9rem;
  color: #8d939b;
  margin-top: 1rem;
}

/* -- FOOTER -- */

.red {
  color: #9c1924;
}

footer {
  background-color: #333f50;
  padding: 75px 0;
  background-image: url("/wp-content/uploads/2023/01/footer-background.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 75px;
  position: relative;
}

.footer-social {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.footer-social img {
  margin-right: 10px;
}

.footer-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
}

.footer-links .footer-single-link a {
  color: white;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.footer-links .footer-single-link a img {
  margin-right: 5px;
}

.footer-links .footer-single-link a p {
  color: white;
  margin-bottom: 0;
}

.footer-link-con {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.red-footer {
  background-color: #9c1924;
  padding: 20px 50px;
}

.red-footer p {
  color: white;
  margin-bottom: 0;
}

.red-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* -- HOMEPAGE -- */

#home-hero {
  margin-top: 50px;
}

.home-hero h1 span {
  color: #9c1924;
}

.home-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.home-hero .text {
  width: 40%;
  margin-bottom: 50px;
}

.home-hero .text p {
  display: flex;
  align-items: flex-start;
}

.home-hero .text p span {
  width: 3px;
  height: 40px;
  margin-right: 25px;
  background-color: #8d939b;
}

.home-hero .slider {
  width: 55%;
}

.home-hero .slider .slider-box {
  height: 54vh;
  background-size: cover;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
}

.home-hero .slider .slider-box p {
  margin-bottom: 0;
  color: white;
}

.home-hero .slider .owl-item:not(.active) + .owl-item.active {
  /* width: 60% !important; */
  /* display: none; */
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.home-hero .slider .owl-prev {
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: 100%;
}

.home-hero .slider .owl-next {
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 100%;
}

.owl-home-hero .owl-prev {
  transform: rotate(90deg);
  position: absolute;
  top: 40%;
  right: 100%;
}

.owl-home-hero .owl-next {
  transform: rotate(-90deg);
  position: absolute;
  top: 40%;
  left: 100%;
}

.home-hero .links {
  width: 55%;
  display: flex;
  gap: 0 25px;
}

.home-hero .links a:first-of-type {
  width: 60%;
}

.home-hero .links a {
  width: 20%;
}

.home-hero .links a div {
  height: 54vh;
  background-size: cover;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
}

.home-hero .links a div p {
  margin-bottom: 0;
  color: white;
}

.owl-home-hero .owl-stage {
  display: flex;
  align-items: center;
}

.owl-home-hero .owl-item img {
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}

#our-capabilities.mobile .col-12 {
  margin-bottom: 50px;
}

#our-capabilities.mobile .col-12 p {
  color: white;
}

#our-capabilities.mobile .col-12 img {
  margin-bottom: 1rem;
}

#our-capabilities {
  padding: 100px 5% 150px 5%;
  background-color: #333f50;

  position: relative;
}

#our-capabilities.mobile {
  display: none;
}

#our-capabilities::before {
  content: "";
  background-image: url("/wp-content/uploads/2023/01/cap-back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  mix-blend-mode: darken;
}

.sectors {
  margin-top: -100px;
  z-index: 100;
  position: relative;
  background-image: url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.sectors .white-back-top {
  padding-left: 30px;
  padding-right: 30px;
  background: white;
  padding-top: 30px;
  border-radius: 10px;
}

.sectors .white-back-top h2 {
  color: #9c1924;
}

.sectors .row-pd {
  padding-left: 30px;
  padding-right: 30px;
  background: white;
}

.nationwide-box {
  position: absolute;
  top: 50px;
  right: 50px;
}

.our-capabilities-title p {
  color: white;
  margin-bottom: 0;
}

.our-capabilities-title > p {
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-family: TwCenMTStdSemiMedium;
}

.our-capabilities-title > div {
  display: flex;
  align-items: flex-start;
  width: 60%;
}

.our-capabilities-title > div h2 {
  margin-right: 25px;
  color: white;
  white-space: nowrap;
}

.our-capabilities-wrapper {
  position: relative;
  height: 100vh;
}

.our-capabilities-scroll {
  overflow-x: hidden;
  display: flex;
  position: sticky;
  top: 0;
}

.our-capabilities-scroll > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-width: 30%;
  padding: 50px 25px;
  position: relative;
}

.our-capabilities-scroll > div::before {
  content: url("/wp-content/uploads/2023/01/next-point-icon.svg");
  position: absolute;
  top: 193px;
  left: 100%;
  transform: translateX(-50%);
}

.our-capabilities-scroll > div::after {
  content: "";
  position: absolute;
  top: 206px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: white;
}

.our-capabilities-scroll > div > img:first-of-type {
  margin-bottom: 10px;
  width: 120px;
}

.our-capabilities-scroll > div > img:last-of-type {
  margin-bottom: 25px;
  width: 40px;
  position: relative;
  z-index: 10;
}

.our-capabilities-scroll > div p.p-lg {
  font-family: TwCenMTStdSemiMedium;
  margin-bottom: 10px;
}

.our-capabilities-scroll > div p {
  color: white;
}

.sector-col {
  display: flex;
  justify-content: space-between;
}

.sector-one-col {
  width: 32%;
}

.sector-box {
  border-radius: 15px;
  padding: 20px 30px;
  background-position: center;
  background-size: cover;
  margin: 20px 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.sector-box div {
  display: flex;
  align-items: center;
}

.sector-box div h3 {
  color: white;
  margin-right: 10px;
  margin-bottom: 0;
}

.waterwaste {
  background-image: url("/wp-content/uploads/2023/01/sector-water.png");
  height: 500px;
}

.power-sector {
  background-image: url("/wp-content/uploads/2023/01/sector-power.png");
  height: 300px;
}

.rail-sector {
  background-image: url("/wp-content/uploads/2023/01/sector-rail.png");
  height: 250px;
}

.telecoms-sector {
  background-image: url("/wp-content/uploads/2023/01/sector-telecomms.png");
  height: 550px;
}

.trenchless-sector {
  background-image: url("/wp-content/uploads/2023/01/sector-trenchless.png");
  height: 400px;
}

.energy-sector {
  background-image: url("/wp-content/uploads/2023/01/sector-energy.png");
  height: 400px;
}

.p-inline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p-inline p {
  width: 49%;
}

#ceo-message {
  background: rgb(123, 123, 123);
  background: linear-gradient(
    0deg,
    rgba(123, 123, 123, 0.4009978991596639) 0%,
    rgba(209, 209, 209, 0.40379901960784315) 65%
  );
  width: 95%;
  margin: 100px auto 0;
  border-radius: 10px;
  position: relative;
}

#ceo-message > img {
  position: absolute;
  top: -50px;
  left: 40%;
  max-width: 25%;
}

.ceo-message {
  display: flex;
  padding: 50px 50px 0 100px;
}

.ceo-message > img {
  mix-blend-mode: multiply;
  max-width: 45%;
}

.ceo-message .text {
  align-self: center;
  margin-left: auto;
  position: relative;
}

.ceo-message .text > img {
  position: absolute;
  right: 0;
  top: 100%;
  max-width: 20%;
}

.ceo-message .text h2 {
  margin-bottom: 0;
}

.ceo-message .text p {
  font-family: TwCenMTStdSemiMedium;
  color: #8d939b;
}

.ceo-message .text a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: TwCenMTStdSemiMedium;
  color: #333f50;
}

.ceo-message .text a img {
  margin-right: 10px;
  max-width: 40px;
}

.three-links {
  margin-top: 100px;
}

.three-links .three-links-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* -- LEADERSHIP TEAM -- */

.name-job h3 {
  text-align: center;
  color: white;
}

.name-job h4 {
  text-align: center;
  color: white;
  border-left: 0;
}

#leadership-team {
  margin-top: 100px;
  background-image: url("/wp-content/uploads/2023/02/right-blueprints-bg-3.png"),
    url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-position: top right, center left;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

#leadership-team h1 {
  color: #9c1924;
}

.single-team {
  background-size: cover;
  background-position: center;
  padding: 25px;
  display: flex;
  height: 450px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 25px;
  filter: grayscale(100%);
  transition: 0.3s;
}

.single-team:hover {
  filter: grayscale(0%);
  transition: 0.3s;
}

.lye {
  background-image: url("/wp-content/uploads/2023/01/richard-lye.png");
}

.jagger {
  background-image: url("/wp-content/uploads/2023/01/richard-jagger.png");
}

.full-bio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.full-bio p {
  margin-bottom: 0;
  color: white;
  margin-right: 5px;
  cursor: pointer;
}

.full-bio-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkedin-team {
  text-align: right;
}

/* -- OUR JOURNEY -- */

#our-journey-hero {
  position: relative;
  background-image: url("/wp-content/uploads/2023/02/right-blueprints-bg-3.png"),
    url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png"),
    url("/wp-content/uploads/2023/02/right-blueprints-bg-3.png");
  background-position: right 20%, center left, right 90%;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

#our-journey-hero > img {
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.our-journey-hero {
  padding-top: 50px;
  text-align: center;
  position: relative;
}

.our-journey-hero span.short:first-of-type {
  background: transparent;
}

.our-journey-hero span.short {
  width: 2px;
  height: 175px;
  background: #cbcbcb;
  display: block;
  margin: 0 auto;
}

.our-journey-hero h1 {
  color: #9c1924;
  margin-bottom: 0;
  margin-top: 10px;
}

.our-journey-hero .arrow {
  margin: 30px 0;
}

.our-journey-timeline {
  position: relative;
  padding-bottom: 100px;
}

.our-journey-timeline span.line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #cbcbcb;
  display: block;
  margin: 0 auto;
}

.timeline-row {
  display: flex;
  justify-content: flex-start;
  width: 72%;
  margin: 0 auto;
}

.timeline-row:nth-of-type(2n) {
  justify-content: flex-end;
}

.timeline-row:nth-of-type(2n - 1) .timeline-item::after {
  right: -100px;
  top: 55px;
  transform: translate(50%, -50%);
}

.timeline-row:nth-of-type(2n) .timeline-item::after {
  left: -100px;
  top: 55px;
  transform: translate(-50%, -50%);
}

.timeline-row:nth-of-type(2n - 1) .timeline-item::before {
  right: -65px;
  top: 55px;
  transform: translate(50%, -50%) rotate(90deg);
}

.timeline-row:nth-of-type(2n) .timeline-item::before {
  left: -65px;
  top: 55px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.timeline-item > img {
  max-width: 100%;
  height: auto;
}

.timeline-item {
  width: calc(50% - 100px);
  position: relative;
}

.timeline-item::after {
  content: "";
  height: 35px;
  width: 35px;
  background: url("/wp-content/uploads/2023/02/dot-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.timeline-item::before {
  content: "";
  height: 10px;
  width: 20px;
  background: url("/wp-content/uploads/2023/02/down-arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.timeline-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.timeline-item .icon-box p {
  margin-bottom: 0;
  font-family: TwCenMTStdSemiMedium;
  margin-left: 10px;
}

.timeline-item h2 {
  margin-bottom: 0;
}

.our-journey-lower {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 200px;
  position: relative;
}

.our-journey-lower .dot {
  transform: translateY(-50%);
}

.our-journey-lower .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.our-journey-lower .icon-box p {
  margin-bottom: 0;
  font-family: TwCenMTStdSemiMedium;
  margin-left: 10px;
}

.timeline-row {
  min-height: 416px;
}

/* Environmental, Social & Governance */

.esg-bg {
  background-image: url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

#environmental-hero {
  margin-bottom: 50px;
}

#three-esg {
  margin-bottom: 50px;
}

.environmental-hero-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.environmental-hero-top img:not(:last-of-type) {
  margin-right: 25px;
}

.environmental-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.environmental-hero-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.environmental-hero-text h1 {
  width: 45%;
}

.environmental-hero-text p {
  width: 55%;
}

.environmental-hero-boxes {
  width: 60%;
  position: relative;
}

.environmental-hero-boxes a {
  display: flex;
  width: fit-content;
}

.environmental-hero-boxes .box {
  padding: 25px;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.environmental-hero-boxes .box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.environmental-hero-boxes .box.one {
  width: fit-content;
  padding-right: 40px;
  height: 200px;
}

.environmental-hero-boxes .box.one::after {
  background-color: #333f50;
}

.environmental-hero-boxes .box.two {
  justify-content: space-between;
  width: fit-content;
  height: 300px;
  margin-top: -75px;
}

.environmental-hero-boxes .box.two::after {
  background: url("/wp-content/uploads/2023/02/social-bg.png");
  background-size: cover;
}

.environmental-hero-boxes .box.three {
  width: fit-content;
  height: 250px;
  padding-right: 40px;
  position: absolute;
  right: 0;
  bottom: 100px;
}

.environmental-hero-boxes .box.three::after {
  background-color: #9c1924;
}

.environmental-hero-boxes .box.two > div {
  margin-right: 100px;
}

.environmental-hero-boxes .box .arrow {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
}

.environmental-hero-boxes h3 {
  margin-bottom: 0;
  color: white;
  font-size: 2rem;
  line-height: 1;
}

.environmental-hero-boxes .box > div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.environmental-hero-boxes .box > div img {
  margin-right: 10px;
}

#environmental-content {
  padding-top: 100px;
  padding-bottom: 150px;
  border-radius: 10px;
  background: rgb(246, 246, 246);
  background: linear-gradient(
    180deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(246, 246, 246, 0) 100%
  );
}

#environmental,
#social,
#governance {
  padding-top: 50px;
}

#environmental-content .row {
  width: 90%;
  margin: 0 auto;
}

#environmental-content .row-rev {
  flex-direction: row-reverse;
}

#environmental-content .text {
  padding-left: 50px;
}

#environmental-content .row-rev .text {
  padding-right: 50px;
}

#environmental-content .row {
  align-items: center;
}

#environmental-content .row:not(:first-of-type) {
  margin-top: -50px;
}

#environmental-content .text img {
  margin-bottom: 1rem;
}

/* #environmental-content .text h2,
#environmental-content .text p {
  color: white;
} */

#environmental-content .image {
  padding-right: 50px;
}

#environmental-content .row-rev .image {
  padding-left: 50px;
  padding-right: 0;
}

#environmental-content .image img {
  max-width: 100%;
  height: auto;
}

/* -- BLOG / CASE STUDIES -- */

.blog-hero {
  background-image: url("/wp-content/uploads/2023/01/case-studies-2.png");
}

.blog-hero h1 {
  margin-bottom: 0;
}

.mobile-index {
  display: none;
}

#news-featured {
  position: relative;
  margin-bottom: 50px;
}

#news-featured > img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#news-featured > .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#news-featured .row {
  justify-content: flex-end;
}

.page-template-single-sectors .main-loop-item h3,
.page-template-archive-case_studies .main-loop-item h3 {
  margin-top: 20px;
}

#news-featured .main-loop-item > img {
  margin-bottom: 1rem;
}

.main-loop-item .date {
  font-size: 0.9rem;
  font-family: TwCenMTStdSemiMedium;
  margin-top: 1rem;
}

#news-loop .main-loop-item .brand {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 22px;
  background: #f8f8f8;
  text-align: center;
  transform: translateY(-50%);
  display: none;
}

#news-loop .main-loop-item .brand img {
  max-width: 65%;
  max-height: 50px;
}

#news-loop .row > div {
  margin-bottom: 50px;
}

#news-loop .main-loop-item .image {
  margin-bottom: 0px;
}

.main-loop-item .image {
  height: 250px;
  margin-bottom: 20px;
}

.main-loop-item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.main-loop-item .read-more {
  color: #9c1924;
  display: flex;
  align-items: center;
}

.main-loop-item .read-more img {
  margin-left: 10px;
}

/* -- POPUP -- */

.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.popup-staff {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 100000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  opacity: 0%;
  visibility: hidden;
  pointer-events: none;
}

.popup-staff.open {
  transition: 1s;
  opacity: 100%;
  visibility: visible;
  pointer-events: all;
}

.popup-staff .content {
  border-radius: 45px;
  background-color: white;
  padding: 50px;
  max-width: 65%;
  max-height: 90%;
  position: relative;
  box-shadow: 0 0 30px -10px darkgray;
}

.popup-staff .content .popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 10px;
  min-height: initial;
  line-height: 0.8;
  color: white;
  background: #142e40;
}

.popup-staff .content p:last-of-type {
  margin-bottom: 0;
}

/* -- OUR VALUES -- */

.popup-video {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 100000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  opacity: 0%;
  visibility: hidden;
  pointer-events: none;
}

.popup-video.open {
  transition: 1s;
  opacity: 100%;
  visibility: visible;
  pointer-events: all;
}

.popup-video .content {
  border-radius: 45px;
  background-color: white;
  padding: 65px;
  max-width: 70%;
	width: 100%;
  max-height: 95%;
  position: relative;
  box-shadow: 0 0 30px -10px darkgray;
}

.popup-video .content .popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 10px;
  min-height: initial;
  line-height: 0.8;
  color: white;
  background: #142e40;
  cursor: pointer;
  font-family: TwCenMTStdSemiMedium;
  font-weight: normal;
}

.popup-video-toggle {
  cursor: pointer;
}

.text-js {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* @keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
} */

#our-values-hero {
  margin-top: 100px;
}

#our-values-hero h1 span.red {
  color: #9c1924;
}

#our-values-hero h1 {
  min-height: 168px;
}

.our-values-hero-text {
  display: flex;
  align-items: center;
}

.our-values-hero-text > img {
  margin-right: 50px;
  max-width: 30%;
}

.our-values-hero-text h2 {
  margin-bottom: 0;
}

.our-values-hero-text a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: TwCenMTStdSemiMedium;
  color: #333f50;
}

.our-values-hero-text a img {
  margin-right: 10px;
  max-width: 40px;
}

#our-values-three {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}

.our-values-three-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px;
  position: relative;
  height: 500px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 30px -10px black;
  -webkit-box-shadow: 0px 0px 30px -10px black;
  box-shadow: 0px 0px 30px -10px black;
  z-index: 10;
}

.our-values-three-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
}

.our-values-three-box .icon {
  margin-bottom: 1rem;
}

.our-values-three-box h2 {
  font-family: TwCenMTStdLight;
  color: white;
}

.our-values-three-box p {
  margin-bottom: 0;
  color: white;
}

#our-values-pie-chart {
  z-index: -1;
  margin: -50px auto 0;
  background: rgb(123, 123, 123);
  background: linear-gradient(
    0deg,
    rgba(123, 123, 123, 0) 0%,
    rgba(209, 209, 209, 1) 65%
  );
  width: 98%;
  border-radius: 10px;
  padding: 150px 50px 0;
}

.our-values-pie-chart {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.our-values-pie-chart > img {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-height: 100%;
  object-fit: contain;
}

.our-values-pie-chart > .pie-chart-side {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.our-values-pie-chart > .pie-chart-side:first-of-type {
  align-items: flex-start;
}

.our-values-pie-chart > .pie-chart-side:last-of-type {
  align-items: flex-end;
}

.our-values-pie-chart
  > .pie-chart-side:first-of-type
  > div:not(:nth-of-type(2)) {
  margin-left: 100px;
}

.our-values-pie-chart
  > .pie-chart-side:last-of-type
  > div:not(:nth-of-type(2)) {
  margin-right: 100px;
}

.our-values-pie-chart > .pie-chart-side:first-of-type {
  text-align: end;
}

.our-values-pie-chart > .pie-chart-side > div {
  width: 50%;
}

.our-values-pie-chart > .pie-chart-side > div:not(:last-of-type) {
  margin-bottom: 75px;
}

.pie-chart-side h2 {
  color: #9c1924;
  margin-bottom: 0;
}

.pie-chart-side p {
  min-height: 100px;
}

/* -- OUR POLICIES -- */

#our-policies-hero {
  margin: 50px auto 0;
  width: 95%;
  background-image: url("/wp-content/uploads/2023/02/Our-Policies-2.png");
  background-size: cover;
  border-radius: 10px;
  padding: 100px 0;
  text-align: center;
}

#our-policies-hero h1 {
  color: white;
}

#our-policies {
  margin-top: 100px;
  background-image: url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-position: left 200px;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

.our-policies {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.policies-link {
  position: relative;
  cursor: pointer;
  line-height: 1;
}

.policies-link.active {
  color: #9c1924;
  cursor: default;
}

.policies-link.active::after {
  content: url("/wp-content/uploads/2023/01/active-link.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
}

.policies-info {
  display: none;
}

.policies-info.active {
  display: block;
}

.policies-titles {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.policies-titles > a:not(:last-of-type) {
  margin-bottom: 1rem;
}

.policies-info-box {
  width: 65%;
}

.policies-info-box ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.policies-question {
  width: 100%;
  border-radius: 10px;
  background-color: #333f50;
  padding: 50px 25px 25px;
  margin-top: 50px;
}

.policies-question h2 {
  color: white;
  margin-bottom: 40px;
}

.policies-question h3 {
  color: white;
}

.policies-question a h3 {
  margin-bottom: 0;
  font-weight: 600;
}

.policies-question-btn {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  color: #333f50;
  padding: 15px;
  font-size: 1.2rem;
  border: none;
}

/* -- CONTACT US -- */

.contact-hero-links {
  display: flex;
  justify-content: flex-end;
}

.contact-hero-links > button:not(:last-of-type) {
  margin-right: 15px;
}

.location-btn {
  padding: 10px 20px;
  border: none;
  background-color: #e2e2e2;
  border-radius: 27px;
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}

.location-btn.active {
  background-color: #9c1924;
  color: white;
}

#contact-hero-map {
  margin-top: 50px;
}

.contact-hero-map {
  display: flex;
  justify-content: space-between;
}

.contact-hero-image {
  width: 45%;
  position: relative;
}

.contact-hero-image > img {
  max-width: 50%;
}

.contact-hero-location {
  width: 50%;
}

.contact-hero-location h1 {
  margin-bottom: 0;
}

.single-loc h2 {
  margin-bottom: 50px;
}

.single-loc > div {
  display: flex;
  columns: 2;
  gap: 0 50px;
}

.single-loc > div > div {
  display: flex;
  flex-direction: column;
}

.single-loc > div > div > a {
  white-space: pre-line;
}

.single-loc > div > div a {
  color: #333f50;
}

.single-loc > div > div p.p-lg {
  font-family: TwCenMTStdSemiMedium;
}

.single-loc > div > div p:not(.p-lg) {
  margin-bottom: 0;
}

.contact-hero-image .pin.active {
  transform-origin: 50%;
  transform: translate(-25%, -42%);
  transition: max-width 0.3s;
}

.contact-hero-image .pin.active {
  max-width: 10%;
}

.contact-hero-image .pin img {
  max-width: 100%;
}

.contact-hero-image .pin {
  max-width: 5%;
  white-space: nowrap;
  cursor: pointer;
}

.contact-hero-image .pin.active::after {
  content: attr(name);
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  font-family: TwCenMTStdSemiMedium;
  font-size: 1.6rem;
  color: #9c1924;
  opacity: 100%;
}

.contact-hero-image .stockport {
  position: absolute;
  bottom: 34.5%;
  left: 22.5%;
}

.contact-hero-image .edinburgh {
  position: absolute;
  bottom: 62%;
  left: 15%;
}

.contact-hero-image .borehamwood {
  position: absolute;
  bottom: 17.5%;
  left: 34.5%;
}

.single-loc {
  display: none;
}

.single-loc.active {
  display: block;
}

#contact-map {
  margin-top: 100px;
}

.contact-map {
  height: 0;
  padding-bottom: 28.125%;
  position: relative;
  display: none;
}

.contact-map.active {
  display: block;
}

.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
}

#yes-mob {
  display: none;
}

.send-mess {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* -- CONTACT FORM -- */

.contact-form select {
  -webkit-appearance: none;
  border-radius: 0;
}

.contact-form p {
  margin-bottom: 0;
}

.contact-form label {
  font-size: 1rem;
  line-height: 1.5;
}

.contact-form .wpcf7-form-control-wrap[data-name="Subject"],
.contact-form .wpcf7-form-control-wrap[data-name="Enquiry"] {
  position: relative;
}

.contact-form .wpcf7-form-control-wrap[data-name="Subject"]::after,
.contact-form .wpcf7-form-control-wrap[data-name="Enquiry"]::after {
  content: "";
  position: absolute;
  right: 15px;
  background-image: url("/wp-content/uploads/2023/02/arrow-down.svg");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 14px;
  background-size: contain;
  pointer-events: none;
}

.contact-form input[type="submit"] {
  padding: 20px 25px;
  border: none;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  background-color: #9c1924;
  color: white;
  width: fit-content !important;
  cursor: pointer;
  margin-top: 20px !important;
  float: right;
  border-radius: 10px !important;
}

.contact-box {
  margin-top: 50px;
  background-image: url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 20px !important;
  background-color: #f8f8f8;
  border: 2px solid #f8f8f8;
  transition: 0.3s ease-in-out;
  color: #333f50;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 17px;
  margin: 0;
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  padding: 20px;
  background-color: #f8f8f8;
  border: 2px solid #333f50;
}

.contact-form input::placeholder,
.contact-form input::-webkit-datetime-edit,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #333f50;
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
}

.wpcf7-form-control-wrap span,
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-family: TwCenMTStdLight;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
}

.contact-form input:focus::placeholder,
.contact-form input:focus::-webkit-datetime-edit,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
  opacity: 0.4;
}

.contact-form-split {
  display: flex;
  padding-bottom: 20px;
}

.contact-form-split input:not([type="checkbox"]),
.contact-form-split textarea,
.contact-form-split select {
  width: 100%;
}

.contact-form-split > *:first-of-type {
  padding-right: 10px;
  width: 50%;
}

.contact-form-split > *:last-of-type {
  padding-left: 10px;
  width: 50%;
}

.contact-form-full {
  padding-bottom: 20px;
}

.contact-form-full input,
.contact-form-full span input,
.contact-form-full textarea,
.contact-form-full span textarea,
.contact-form-full select,
.contact-form-full span select {
  width: 100%;
}

.contact-form-full input[type="checkbox"] {
  width: auto !important;
}

.wpcf7-spinner {
  display: none;
}

/* -- RESPONSIVE -- */

@media screen and (min-width: 1440px) {
  #news-featured > img {
    width: 60%;
  }
}

@media screen and (min-width: 1900px) {
  #our-values-hero h1 {
    min-height: 264px;
  }
  .white-shop {
    padding: 0 0 50px 0;
    margin: 0;
  }
  h1 {
    font-size: 5.5rem;
    line-height: 1;
  }
  .p-lg,
  .our-values-three-box p,
  .pie-chart-side div p {
    font-size: 1.8rem;
  }
  .home-hero .text {
    margin-bottom: 100px;
  }
  .home-hero .links a div {
    height: 62vh;
  }
  .timeline-row {
    width: 80%;
    min-height: 450px;
  }
  #our-journey-hero h2:not(.year) {
    font-size: 3.5rem;
  }
  .ceo-message > img {
    max-width: 50%;
  }
  #ceo-message > img {
    left: 46%;
  }
  .ceo-message {
    padding: 50px 150px 0 100px;
  }
}

/* -- Extra Large Screens -- */

@media screen and (max-width: 1200px) {
  #our-values-hero h1 {
    min-height: 112px;
  }
  #home-hero {
    margin-top: 0;
  }
  .ceo-message {
    padding: 50px 50px 0 50px;
  }
  #ceo-message > img {
    left: 36%;
    max-width: 22%;
  }
  .home-hero {
    align-items: center;
  }
  .proudly {
    margin: 50px 0;
  }
  .our-capabilities-scroll > div {
    min-width: 40%;
  }
  .home-hero .text {
    margin-bottom: 0;
  }
  .home-hero .links {
    flex-wrap: wrap;
    gap: 25px;
  }
  .home-hero .links a:first-of-type {
    width: 100%;
  }
  .home-hero .links a {
    width: calc(50% - 12.5px);
  }
  .home-hero .links a div {
    height: 200px;
    background-position: bottom;
  }
  .home-hero .links a:first-of-type div {
    background-image: url("/wp-content/uploads/2023/02/hero-power-mob.jpg") !important;
  }
  .home-hero .links a:nth-of-type(2) div {
    background-image: url("/wp-content/uploads/2023/02/hero-energy-transition-mob.jpg") !important;
  }
  .home-hero .links a:last-of-type div {
    background-image: url("/wp-content/uploads/2023/02/hero-telecoms-mob.jpg") !important;
  }
  .intro-text {
    margin: 50px auto;
  }
  .flex-center-text > div {
    width: 100%;
  }
  .navbar-nav .nav-link {
    margin: 0 auto;
  }
  .stat:not(:last-of-type) {
    margin-right: 0%;
  }
  .stat:nth-of-type(2n - 1) {
    margin-right: 10%;
  }
  .stat {
    width: 45%;
  }
  #news-featured > img {
    width: 60%;
  }
  .main-loop-item .image {
    height: 200px;
  }
  .timeline-row {
    width: 100%;
    min-height: 432px;
  }
  .our-journey-lower {
    width: 90%;
    margin-bottom: 100px;
  }
  #three-esg .our-values-three-box {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  #single-sector-hero {
    min-height: 30vh;
  }
  #grey-back-over {
    margin-top: 0;
  }
}

/* -- Large Screens -- */

@media screen and (max-width: 992px) {
  .popup-video .content {
    max-width: 95%;
  }
  .home-hero .links {
    width: 50%;
  }
  .home-hero .text {
    width: 45%;
  }
  .our-capabilities-title > div {
    width: 80%;
  }
  .our-capabilities-scroll > div {
    min-width: 55%;
  }
  .ceo-message .text {
    width: 40%;
  }
  .nationwide-box {
    top: 25px;
    right: 25px;
  }
  .single-ners div p,
  .single-iso div p {
    width: 100%;
  }
  .single-ners div {
    padding-left: 50px;
  }
  .environmental-hero {
    flex-wrap: wrap;
  }
  .environmental-hero-boxes {
    width: 45%;
    position: relative;
  }
  .environmental-hero-boxes .box.one {
    width: 100%;
    padding-right: 0;
  }
  .environmental-hero-boxes a {
    display: flex;
    width: 100%;
  }
  .environmental-hero-boxes a:nth-child(2) {
    margin-left: 0 !important;
  }
  .environmental-hero-boxes .box.three {
    position: static;
    padding-right: 0;
    width: 100%;
  }
  .environmental-hero {
    align-items: flex-start;
  }
  .environmental-hero-text {
    width: 100%;
    position: initial;
  }
  .environmental-hero-text h1 {
    width: 100%;
  }
  .environmental-hero-text p {
    width: 100%;
  }
  .environmental-hero-text h1 br {
    display: none;
  }
  #three-esg {
    margin-bottom: 0;
  }
  #three-esg .row {
    justify-content: center;
  }
  .environmental-hero-top {
    margin-bottom: 30px;
  }
  #environmental-content .row-rev .text {
    padding-right: 20px;
  }
  #environmental-content .text {
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .environmental-hero-boxes .box.two {
    width: 100%;
    margin-bottom: 0;
  }
  .our-values-three-box {
    margin-bottom: 50px;
    z-index: 1;
  }
  #our-values-three {
    margin-bottom: -100px;
  }
  #our-values-three .row {
    justify-content: center;
  }
  .our-values-pie-chart > img {
    display: none;
  }
  .our-values-pie-chart
    > .pie-chart-side:first-of-type
    > div:not(:nth-of-type(2)) {
    margin-left: 0;
  }
  .our-values-pie-chart
    > .pie-chart-side:first-of-type
    > div:not(:nth-of-type(2)) {
    margin-right: 0;
  }
  .our-values-pie-chart > .pie-chart-side > div {
    width: 100%;
  }
  .our-values-pie-chart > .pie-chart-side {
    width: 40%;
    display: block;
  }
  .our-values-pie-chart {
    justify-content: space-between;
  }
  #our-values-hero {
    margin-top: 50px;
  }
  #environmental-content .image,
  #environmental-content .row-rev .image {
    padding-right: 0;
    padding-left: 0;
  }
  .desktop-index {
    display: none;
  }
  .mobile-index {
    display: block;
  }
  #news-featured > img {
    width: calc(50% - 12px);
  }
  #news-featured {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .contact-hero-image > img {
    width: 75%;
    max-width: initial;
  }
  .contact-hero-image .stockport {
    bottom: 35.5%;
    left: 34.5%;
  }
  .contact-hero-image .borehamwood {
    left: 51.5%;
    bottom: 18.5%;
  }
  .our-journey-lower > img {
    max-width: 100%;
    height: auto;
  }
  .home-hero .text {
    padding-right: 20px;
  }
  .home-hero .slider .slider-box {
    height: 45vh;
  }
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
  .home-hero .slider .owl-prev {
    display: none;
  }
}

/* -- Tablet Screens -- */

@media screen and (max-width: 768px) {
  .policies-titles {
    width: 100%;
  }
  .policies-info-box {
    width: 100%;
    margin-top: 50px;
  }
  #yes-mob {
    display: block;
  }
  #no-mob {
    display: none;
  }
  .policies-link.active::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .environmental-hero-boxes {
    width: 100%;
    margin-bottom: 50px;
  }
  .single-group-hero .details {
    display: block;
  }
  .single-group-hero .details > div:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .sidebar {
    display: none;
  }
  .the-offices-titles h3::before {
    display: flex;
    position: initial;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  #our-values-hero h1 {
    min-height: 168px;
  }
  #leadership-team {
    margin-top: 0;
  }
  .single-team {
    background-position: top center;
  }
  .home-hero {
    display: block;
  }
  .home-hero .text {
    width: 100%;
    margin-bottom: 50px;
  }
  .home-hero .links {
    width: 100%;
  }
  .our-capabilities-title > div {
    display: block;
  }
  .our-capabilities-scroll > div {
    min-width: 70%;
  }
  .sector-col {
    flex-wrap: wrap;
  }
  .sector-one-col:not(:last-of-type) {
    width: 48%;
  }
  .sector-one-col:last-of-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sector-one-col:last-of-type a {
    width: 48%;
  }
  .sector-box {
    margin: 0;
    margin-bottom: 20px;
  }
  .three-links .three-links-box {
    margin-bottom: 50px;
  }
  .footer-col {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .navbar {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .navbar-brand {
    max-width: 250px;
  }
  .ceo-message {
    flex-direction: column-reverse;
  }
  .ceo-message > img {
    width: 100%;
    max-width: 75%;
    margin-left: auto;
  }
  .ceo-message .text {
    width: 100%;
    margin-bottom: -40px;
  }
  .ceo-message .text > img {
    right: -20px;
  }
  #ceo-message > img,
  .sidebar {
    display: none;
  }
  .single-iso {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-resources .images a {
    width: 41.2%;
  }
  .single-ners {
    display: block;
  }
  .single-ners div {
    padding-left: 0;
    padding-top: 30px;
  }
  #ners {
    margin-left: 10px;
    margin-right: 10px;
    padding: 50px 0 0px 0;
  }
  .sectors-mobile {
    display: block;
  }
  .sectors-desktop {
    display: none;
  }
  .our-journey-timeline span.line {
    left: 30px;
  }
  .our-journey-hero {
    text-align: left;
    padding-left: 30px;
  }
  .our-journey-hero span.short:first-of-type {
    display: none;
  }
  .our-journey-hero span.short {
    margin: 0;
  }
  .our-journey-hero .arrow {
    transform: translateX(-50%);
  }
  .timeline-row {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .timeline-row:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .timeline-item {
    width: calc(100% - 100px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
  }
  .timeline-item::after {
    left: -100px !important;
    right: initial !important;
    transform: translate(-50%, -50%) !important;
  }
  .timeline-item::before {
    left: -65px !important;
    right: initial !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
  }
  .our-journey-lower {
    width: calc(100% - 30px);
    text-align: left;
    margin-left: 30px;
    margin-bottom: 100px;
  }
  .our-journey-lower .dot {
    transform: translate(-50%, -50%);
  }
  .our-journey-lower h2 br {
    display: none;
  }
  #single-sector-hero {
    border-radius: 0;
  }
  #single-sec-pd {
    padding-top: 0;
  }
  .singe-sec-intro {
    margin-bottom: 20px;
  }
  .larger-text-div {
    margin-bottom: 0;
  }
  .environmental-hero-text {
    width: 100%;
    position: static;
  }
  .environmental-hero-boxes {
    width: 100%;
  }
  #environmental-hero {
    margin-bottom: 0;
  }
  #environmental-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #our-policies-hero {
    margin: 0px auto 0;
  }
  .policies-link.active::after {
    left: initial;
    right: 10px;
  }
  .policies-link {
    padding-right: 44px;
  }
  .environmental-hero-top {
    justify-content: flex-start;
  }
  .the-offices-titles {
    margin-top: 0;
    width: 100%;
  }
  .the-offices {
    display: block;
  }
  .offices-info-box {
    width: 100%;
  }
  .main-off,
  .ops-yards {
    position: relative;
    margin-top: 0;
  }
  .main-off > div,
  .ops-yards > div {
    flex-direction: row;
    white-space: nowrap;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .loc-overview .svg-container {
    order: 1;
    width: 100%;
  }
  .tab-info {
  }
  #offices-info {
    margin-top: 0;
    width: 100%;
    order: 2;
  }
  .tab-stats {
    order: 3;
  }
  .tab-link {
    margin-bottom: 0;
  }
  .tab-link:not(:last-of-type) {
    margin-right: 20px;
  }
  .tab-info {
  }
  .single-group-hero {
    margin-bottom: 0;
    align-items: flex-start;
  }
  .single-group-hero span {
    display: none;
  }
  .tab-link.active::after {
    display: none;
  }
  .main-off::after,
  .ops-yards::after {
    content: "";
    height: 20px;
    width: 10px;
    background-image: url("/wp-content/uploads/2023/01/active-link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 65px;
    right: 0;
    animation: scroll 1s linear infinite;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  #news-featured > img {
    width: 100%;
    margin-bottom: 20px;
  }
  #news-featured > .container {
    position: initial;
    transform: none;
  }
  .popup-staff .content {
    padding: 25px;
    max-width: 90%;
    max-height: 90%;
  }
  .send-mess {
    display: block;
  }
  .contact-form-split {
    flex-wrap: wrap;
  }
  .contact-form-split > *:first-of-type,
  .contact-form-split > *:last-of-type {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form-split > *:first-of-type {
    margin-bottom: 20px;
  }
  .contact-hero-map {
    flex-direction: column;
  }
  .contact-hero-location,
  .contact-hero-image {
    width: 100%;
  }
  .contact-map {
    padding-bottom: 80%;
  }
  .contact-hero-links {
    justify-content: flex-start;
  }
  .single-loc > div {
    display: block;
  }
  .single-loc > div > div:first-of-type {
    margin-bottom: 30px;
  }
  .our-journey-lower .icon-box {
    justify-content: flex-start;
  }
  .home-hero .slider {
    width: 93%;
  }
  .popup-staff .content {
    overflow: scroll;
  }
  .footer-links .footer-single-link a {
    margin: 0;
    margin-bottom: 15px;
  }
  .stat:nth-of-type(2n - 1) {
    margin-right: 0;
  }
  .stat {
    width: 100%;
  }
  .owl-home-hero .owl-next {
    display: none;
  }
	.popup-video .content {
		padding: 25px;
		border-radius: 15px
	}
	.popup-video .content .iframe,
	.popup-video .content iframe{
		border-radius: 15px;
	}
	.popup-video .content .popup-close {
		z-index: 20;
	}
}

/* -- Phones Screens -- */

@media screen and (max-width: 576px) {
  #our-journey-hero > img {
    width: 100%;
  }
  #environmental-content .row:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .split-text div {
    column-count: 1;
  }
  #single-sector-hero h1 {
    word-wrap: anywhere;
  }
  .our-capabilities-scroll > div {
    min-width: 90%;
  }
  .sectors {
    margin-top: 50px;
  }
  .p-inline {
    display: block;
  }
  .p-inline p {
    width: 100%;
  }
  .sectors .white-back-top,
  .sectors .row-pd {
    padding: 0;
  }
  .sector-box {
    padding: 15px;
  }
  .footer-link-con {
    width: 100%;
  }
  .red-footer {
    padding: 20px 0;
  }
  .footer-social {
    left: 12px;
  }
  footer {
    padding: 50px 0;
  }
  .ninety {
    width: 100%;
  }
  .ceo-message {
    padding: 50px 25px 0 25px;
  }
  .single-group-hero {
    display: block;
  }
  .single-group-hero .details {
    margin: 30px 0;
  }
  .stat h2 {
    font-size: 1.5rem;
  }
  .tab-stats {
    margin-top: 50px;
  }
  .our-journey-hero span.short {
    height: 50px;
  }
  #our-journey-hero {
    border-radius: 0;
  }
  #our-values-hero {
    margin-top: 0;
  }
  .our-values-hero-text > img {
    margin-right: 20px;
  }
  .our-values-pie-chart > .pie-chart-side:first-of-type,
  .our-values-pie-chart > .pie-chart-side:last-of-type {
    text-align: center;
  }
  .our-values-pie-chart > .pie-chart-side {
    width: 100%;
  }
  .our-values-pie-chart > .pie-chart-side > div:not(:last-of-type),
  .our-values-pie-chart > .pie-chart-side:first-of-type {
    margin-bottom: 50px;
  }
}

/* -- Small Phones Screens -- */

@media screen and (max-width: 375px) {
  #our-values-hero h1 {
    min-height: 150px;
  }
  .waterwaste {
    background-image: url("/wp-content/uploads/2023/01/sector-water.png");
    height: 250px;
  }
  .power-sector {
    background-image: url("/wp-content/uploads/2023/01/sector-power.png");
    height: 150px;
  }
  .rail-sector {
    background-image: url("/wp-content/uploads/2023/01/sector-rail.png");
    height: 125px;
  }
  .telecoms-sector {
    background-image: url("/wp-content/uploads/2023/01/sector-telecomms.png");
    height: 275px;
  }
  .trenchless-sector {
    background-image: url("/wp-content/uploads/2023/01/sector-trenchless.png");
    height: 200px;
  }
  .energy-sector {
    background-image: url("/wp-content/uploads/2023/01/sector-energy.png");
    height: 200px;
  }
  .sector-box div h3 {
    font-size: 1rem;
  }
  .sector-box div img {
    max-width: 30px;
  }
  .ceo-message > img {
    width: 100%;
  }
  .ceo-message {
    height: 400px;
    justify-content: space-between;
  }
  h1 {
    font-size: 3.1rem;
  }
  .single-ners img {
    max-width: 100%;
  }
  .loc-overview {
    background: none;
    padding: 0;
  }
  .overview-logo {
    margin-bottom: 1rem;
  }
  .timeline-item {
    width: calc(100% - 75px);
  }
  .timeline-item::after {
    left: -75px !important;
  }
  .timeline-item::before {
    left: -40px !important;
  }
  .timeline-item h2 {
    font-size: 2rem;
  }
  .our-values-hero-text {
    display: block;
    margin-top: 30px;
  }
  .our-values-three-box {
    padding: 25px;
    height: 400px;
  }
  .environmental-hero-top img {
    max-width: 25%;
    height: auto;
  }
}
/* ACQUISITION */
#acquisition-hero {
  position: relative;
  margin-top: 15px;
}

#acquisition-hero img {
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
#acquisition-hero img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 63, 80, 0.85);
}
#acquisition-hero .client-logo img{
  width: 80px;
  position: absolute;
  border-radius: 0;
  left: 80%;
}
.acquisition-hero {
  padding-top: 0px;
  text-align: center;
  position: relative;
}
.acquisition-hero h1 {
  color: #FFF;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1.75rem;
}
.acquisition-hero p {
  margin-top: 10px;
  font-size: 1.125rem;
  color: #FFF;
}
.acquisition-hero span.short:first-of-type {
  background: transparent;
}
.acquisition-hero span.short {
  width: 2px;
  height: 45px;
  background: #cbcbcb;
  display: block;
  margin: 0 auto;
}
#acquisition-three {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
.acquisition-three-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  position: relative;
  height: 200px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 30px -10px black;
  -webkit-box-shadow: 0px 0px 30px -10px black;
  box-shadow: 0px 0px 30px -10px black;
  z-index: 10;
  margin-bottom: 15px;
}
#acquisition-three #tile1 {
  background-color: #333f50;
}
#acquisition-three #tile2 {
  background-color: #9c1924;
}
#acquisition-three #tile3 {
  background-color: #d1d1d1;
}
#acquisition-three #services h2{
  color: #333f50;
}
.acquisition-three-box .icon {
  margin-bottom: 1rem;
  width: 45px;
}
.acquisition-three-box .chevron{
  width: 25px;
  position: absolute;
  bottom: 10px;
}
#acquisition-three #tile1 .chevron, #acquisition-three #tile2 .chevron {
  filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}
#acquisition-three #tile3 .chevron {
  filter: invert(21%) sepia(7%) saturate(2080%) hue-rotate(176deg) brightness(97%) contrast(88%);
}
#acquisition-three #tile1 h2, #acquisition-three #tile2 h2 {
  font-family: TwCenMTStdLight;
  color: white;
  text-align: center;
  font-size: 1.5rem;
}
#acquisition-three #tile3 h2 {
  font-family: TwCenMTStdLight;
  color: #333f50;
  text-align: center;
  font-size: 1.5rem;
}
.our-acquisitions{
  margin-top: 50px;
}
.our-acquisitions h3{
  margin: 1.5rem 0;
}
.our-acquisitions img{
  padding: 20px 0;
}
.our-acquisitions .container{
  background-color: #f8f8f8;
}
.our-acquisitions .row div{
  display: flex;
  align-items: center;
  justify-content: center;
}
#acquisition-info{
  padding: 50px 0 50px 0;
  background-image: url("/wp-content/uploads/2023/02/right-blueprints-bg-3.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 15% auto;
}
.acquisition-info-intro{
  margin: 50px 0;
}
.acquisition-info-intro h2{
  text-align: center;
}
#acquisition-info .row-smaller{
  width: 85%;
  margin: 0 auto;
}
#acquisition-info .row-smaller p{
  font-family: TwCenMTStdSemiMedium;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}
#acquisition-info .row-smaller p.year{
  font-family: TwCenMTStdSemiMedium;
  color: #9c1924;
  font-size: 2rem;
  margin-top: 25px;
}
#acquisition-info .row-smaller img{
  width: 120px;
}
.acquisition-detail{
  padding-top: 50px;
}
.acquisition-detail .lead p {
  font-family: TwCenMTStdSemiMedium;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  margin-top: 15px;
}
.acquisition-detail .main p{
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.acquisition-detail .info{
  width: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.acquisition-detail p.link, .acquisition-capability p.link{
  font-family: TwCenMTStdBold;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 25px;
  text-align: center;
}
.acquisition-detail p.link a, .acquisition-capability p.link a{
  color: #333f50;
}
.acquisition-detail p.link a:hover, .acquisition-capability p.link a:hover{
  color: #9c1924;
}
.acquisition-leadership{
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
}
.acquisition-leadership::before {
  content: "";
  width: 95%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: rgba(209, 209, 209, 1);
  border-radius: 10px;
}
.acquisition-leadership .container{
  position: relative;
  z-index: 100000;
}
.acquisition-leadership h2{
  text-align: center;
  margin-bottom: 40px;
  font-size: 3rem;
}
.acquisition-leadership h3{
  font-size: 2rem;
  text-align: center;
  margin-top: 1.5rem;
}
.acquisition-leadership h3 span{
  color: #9c1924;
}
.acquisition-leadership p {
  margin-bottom: 40px;
  font-size: 1.5rem;
  text-align: center;
}
.acquisition-leadership .profile{
  border-radius: 10px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.acquisition-leadership .social{
  border-radius: 10px;
  width: 60px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.acquisition-capability{
  padding: 50px 0;
  margin-top: 25px;
}
.acquisition-capability h2{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}
.acquisition-capability .lead p {
  font-family: TwCenMTStdSemiMedium;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-right: 0;
  text-align: center;
  margin-bottom: 40px;
}
.acquisition-capability .image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}
.acquisition-sectors-services{
  padding: 0 0 50px 0;
  background-image: url("/wp-content/uploads/2023/02/left-blueprints-bg-3.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 15% auto;
}
.acquisition-sectors-services .container{
  margin-top: 50px;
}
.acquisition-sectors-services h2{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.acquisition-sectors-services p{
  font-size: 1.5rem;
}
.acquisition-sectors-services .col-md-1{
  display: none;
}
.acquisition-sectors-services .icon{
  width: 50px;
}
.acquisition-sectors-services .indSectorsGrid{
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 60px;
  padding: 5px;
}
.acquisition-sectors-services .indSector{
  background-color: #F3F3F3;
  color: #333f50;
  font-size: 1rem;
  padding: 15px;
}
.acquisition-sectors-services .indSector::before{
  content:url('/wp-content/uploads/2024/02/tick-icon.svg');
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
.acquisition-sectors-services .indServicesGrid{
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
}
.acquisition-sectors-services .indService{
  font-size: 1.125rem;
  padding: 15px;
  padding: 0 15px 15px 15px;
}
.acquisition-sectors-services .indService h4{
  font-family: TwCenMTStdSemiMedium;
  font-size: 1.75rem;
  border: 0;
  color: #333f50;
}
.acquisition-sectors-services .indServiceList{
  list-style-type: none;
  padding-left: 10px;
  margin: 40px 0;
}
.acquisition-sectors-services .indServiceList li{
  font-size: 1rem;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  list-style: none;
}
.acquisition-sectors-services .indServiceList li:before{
  content: '' !important;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url("/wp-content/uploads/2024/02/right-arrow-icon.png");
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.acquisition-location{
  position: relative;
  padding-bottom: 150px;
  padding-top: 75px;
}
.acquisition-location::before {
  content: "";
  width: 95%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: rgba(209, 209, 209, 1);
  border-radius: 10px;
}
.acquisition-location .container{
  position: relative;
  z-index: 100000;
}
.acquisition-location h3{
  font-size: 3rem;
  text-align: center;
}
.acquisition-location h4{
  font-size: 2rem;
  border: 0;
  padding: 0;
  color: #333f50;
  text-align: center;
}
.acquisition-location p{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}
.acquisition-location p a{
  color: #333f50;
}
.acquisition-location p a:hover{
  text-decoration: underline;
}
.acquisition-location p.sub{
  font-family: TwCenMTStdBold;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 30px;
  text-align: center;
}
.acquisition-location .office-links {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #b8b8b8;
  margin-bottom: 20px;
}
.acquisition-location .location-tab{
  font-family: TwCenMTStdSemiMedium;
  padding: 15px 15px 15px 0px;
  border: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  background-color: transparent;
  margin-right: 25px;
}
.acquisition-location .location-tab.active {
  border-bottom: 3px solid #9c1924;
}
#acquisition-info .col-sm-6 {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 25px;
}
@media (max-width: 576px){
  .our-acquisitions .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 450px){
  #acquisition-info .row-smaller p.year{
    font-size: 2.75rem;
  }
  #acquisition-info .row-smaller img{
    width: 150px;
  }
}
@media (min-width: 500px){
  #acquisition-hero {
    margin-top: 50px;
  }
  .acquisition-hero p {
    font-size: 2rem;
  }
  .acquisition-hero span.short {
    height: 75px;
  }
  #acquisition-hero .client-logo img {
    width: 150px;
  }
  .our-acquisitions{
    margin-top: 100px;
  }
  .acquisition-detail{
    padding-top: 100px;
  }
  
  
  
  #acquisition-info{
    padding: 50px 0 100px 0;
  }
  .acquisition-leadership .social{
    margin-left: unset;
    margin-right: unset;
    display: block;
  }
  .acquisition-leadership h3{
    font-size: 2rem;
    text-align: left;
    margin-top: 0;
  }
  .acquisition-leadership p{
    margin-top: 40px;
    font-size: 1.5rem;
    text-align: left;
  }
  .acquisition-capability {
    margin-top: 50px;
  }
  .acquisition-sectors-services{
    padding: 50px 0 100px 0;
  }
}
@media (min-width: 576px){
  .acquisition-detail .lead p {
    text-align: left;
    margin-top: 0;
  }
  #acquisition-three {
    margin-top: 20px;
  }
  .acquisition-hero h1 {
    font-size: 2rem;
  }
  .acquisition-hero p {
    font-size: 1.5rem;
  }
  .acquisition-hero span.short {
    height: 50px;
  }
  .acquisition-detail p.link, .acquisition-capability p.link {
    text-align: center;
  }
  .acquisition-leadership p {
    margin-top: 10px;
  }
  .acquisition-detail .info{
    margin-left: unset;
    margin-right: unset;
  }
}
@media (min-width: 767px){
  .acquisition-hero {
    padding-top: 0px;
  }
  .acquisition-hero h1 {
    font-size: 5rem;
  }
  #acquisition-three {
    margin-top: 30px;
  }
  .acquisition-three-box {
    height: 350px;
    margin-bottom: 0;
  }
  .acquisition-three-box .icon {
    width: 75px;
  }
  .acquisition-three-box .chevron{
    width: 45px;
  }
  #acquisition-three #tile1 h2, #acquisition-three #tile2 h2, #acquisition-three #tile3 h2 {
    font-size: 2.5rem;
  }
  .our-acquisitions h3{
    margin: 1rem 0;
  }
  .our-acquisitions img{
    padding: 20px 0;
  }
  .acquisition-sectors-services .align-items-center{
    display: flex;
    align-items: center;
  }
  .acquisition-sectors-services .col-md-1{
    display: block;
  }
  .acquisition-sectors-services .indSectorsGrid{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .acquisition-sectors-services .indServicesGrid{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .acquisition-detail .main p {
    width: 75%;
    text-align: left;
    margin-top: 0;
  }
  .acquisition-location h3, .acquisition-location h4, .acquisition-location p.sub{
    text-align: left;
  }
  .acquisition-location p{
    text-align: left;
    margin-bottom: 0px;
  }
  .acquisition-capability h2{
    font-size: 3rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .acquisition-capability .lead p{
    padding-right: 20px;
    margin-bottom: 0;
    text-align: left;
  }
  .acquisition-capability .image {
    margin-top: 0px;
  }
  .acquisition-detail p.link, .acquisition-capability p.link {
    text-align: left;
  }
}
@media (min-width: 800px) {
  .acquisition-hero {
    padding-top: 50px;
  }
  #acquisition-hero .client-logo img {
    width: 230px;
  }
}
@media (min-width: 992px) {
  #acquisition-info .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 0px;
  }
  .acquisition-detail .main p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px){
  .acquisition-leadership .profile {
    width: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .acquisition-leadership .align-items-center, .acquisition-capability .align-items-center, .acquisition-sectors-services .align-items-center{
    display: flex;
    align-items: center;
  }
  .acquisition-leadership .justify-content-center, .acquisition-capability .justify-content-center{
    display: flex;
    justify-content: center;
  }
  .acquisition-leadership .justify-content-end, .acquisition-capability .justify-content-end, .acquisition-location .justify-content-end{
    display: flex;
    justify-content: end;
  }
  .acquisition-sectors-services .indSectorsGrid{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .acquisition-sectors-services .indServicesGrid{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .acquisition-hero span.short {
    height: 75px;
  }
}
@media (min-width: 1100px) {
  .acquisition-hero h1 {
    font-size: 7rem;
  }
  .acquisition-hero p {
    font-size: 2.5rem;
  }
  #acquisition-info .row-smaller img {
    width: 200px;
  }
  #acquisition-info .row-smaller p.year {
    font-size: 3.5rem;
  }
  .acquisition-leadership .social{
    width: 75px;
  }
  .acquisition-sectors-services .icon{
    width: 75px;
  }
  .acquisition-sectors-services .indSector{
    font-size: 1.5rem;
  }
  .acquisition-sectors-services .indServiceList li {
    font-size: 1.25rem;
  }
  .acquisition-sectors-services .indService{
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .acquisition-detail .info{
    width: 75px;
  }
  #acquisition-three {
    margin-top: 200px;
  }
}
@media (min-width: 1400px) {
  #acquisition-three > .container {
    max-width: 1140px;
  }
}
@media (min-width: 1750px) {
  #acquisition-three {
    margin-top: 300px;
  }
  .our-acquisitions {
    margin-top: 150px;
  }
  .acquisition-hero h1 {
    font-size: 8rem;
  }
  .acquisition-hero p {
    font-size: 3rem;
  }
}