/* #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(""); */


/********** July 2024 Changes ***********/

.flexible-services-full-width .image-text-series{
	position: relative;
	width: 100%;
	height: 550px;
}

.flexible-services-full-width .image-text-series img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.services-more-info{
	display: flex;
	justify-content: space-between;
}

.cta-services-contact a{
    border: 3px solid #201D1D;
    border-radius: 0.5em;
    color: #201D1D;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    height: auto;
    width: auto;
    line-height: 1;
    padding: 1rem 2rem;
    text-decoration: none;
}

.cta-services-contact a:hover{
	background-color: #201D1D;
    color: #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;
}

.cta-green a{
	color: #495047;
	border: 3px solid #495047;
}

.cta-green a:hover{
	background-color: #495047;
    color: #fff;
}

.cta-blue a{
	color: #1C6D95;
	border: 3px solid #1C6D95;
}

.cta-blue a:hover{
	background-color: #1C6D95;
    color: #fff;
}

.cta-brown a{
	color: #624536;
	border: 3px solid #624536;
}

.cta-brown a:hover{
	background-color: #624536;
    color: #fff;
}

.services-more-info{
	border-bottom: 3px solid #2c4938;
}

.services-more-info.services-green{
	border-bottom: 3px solid #2c4938;
}

.services-more-info h3{
	visibility: visible !important;
}



.image-text-series.left-image.new-services img, .image-text-series.right-image.new-services img{
	max-height: 420px;
    object-fit: cover;
	border-radius: 10px;
}

.image-text-series.left-image.new-services {
  overflow: hidden !important;
  border-radius: 10px !important;
}

.image-text-series.left-image.new-services img{
	left: auto;
	width: 100%;
}

.image-text-series.right-image.new-services img {
    right: auto;
    width: 100%;
}

.services-vertical-line.vertical-line{
	width: 3px;
    background-color: #2c4938;
}

.bottom-services{
	position: relative;
}

.image-text-series.left-image.new-services, .image-text-series.right-image.new-services{
	margin-bottom: 0rem;
}

.bottom-services .services-more-info.services-green {
    border-bottom: 0px;
}


@media all and (max-width: 1300px) {
	.image-text-series.left-image.new-services img, .image-text-series.right-image.new-services img{
		max-height: 312px;
	}
}

@media all and (min-width: 768px) and (max-width: 959px) {
	.flexible-carousel-text-cols-series {
		align-items: flex-start !important;
	}
	.image-text-series.left-image.new-services img, .image-text-series.right-image.new-services img {
        max-height: 260px;
    }

	.image-text-series.left-image, .image-text-series.right-image {
        min-height: 257px !important;
    }
	.services-more-info {
		flex-direction: column;
	}
}



html, body { overflow-y: scroll;
/* scroll-behavior: smooth; */
max-width: 100%;
overflow-x: hidden; }

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


main {
  background: white;
  position: relative;
}

:root {
  /* 'T-shirt sizing' scale */
  --gap_XL: 12.5rem; /* 200px */
  --gap_L: 6.25rem; /* 100px */
  --gap_M: 4rem; /* 64px */
  --gap_S: 3rem; /* 48px */
  --gap_XS: 2rem; /* 32px */
}

/* Skeleton container width for calculations */

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

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

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

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

/*  Mobile (Portrait) */
@media only screen and (max-width: 767px) {
  :root {
    --containerWidth: 320px;
  }
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 30px;
}

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

.svg-color svg path {
  fill: currentColor;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

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

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

/*

h1, h2 {
	font-family: 'FONT_NAME';
	font-weight: 700;
	line-height: 1.2;
	color: #666;
}

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: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
}

h3, h4 {
	font-family: 'FONT_NAME', sans-serif;
	font-weight: 500;
}

h3 {
	font-family: 'FONT_NAME';
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2;
}

h4 {
	font-size: 32px;
	line-height: 1.2;
}

p, li, span, label {
	font-family: 'FONT_NAME', sans-serif;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
*/

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


a {position: relative; 
  text-decoration: none;
  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;}

  .menu-item-137.menu-item {position: relative; padding-right: 1rem;}

 .menu-item-137.menu-item::after {
  content: '';
  position: absolute;
  background-image: url('../images/down-arrow-green.svg');
  background-position: center;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  padding-left: 8px;
  background-repeat: no-repeat;
  bottom: 2px;
  transform: rotate(-90deg);
  -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;
  right: -8px;
 } 

 .menu-item-137.menu-item:hover::after  {
  transform: rotate(0deg);
  -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;
 }


 .menu-item-952.menu-item {position: relative; padding-right: 1rem;}

 .menu-item-952.menu-item::after {
  content: '';
  position: absolute;
  background-image: url('../images/down-arrow-green.svg');
  background-position: center;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  padding-left: 8px;
  background-repeat: no-repeat;
  bottom: 2px;
  transform: rotate(-90deg);
  -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;
  right: -8px;
 } 

 .menu-item-952.menu-item:hover::after  {
  transform: rotate(0deg);
  -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;
 }

a.line-hover::after,
.menu-primary .menu-item a::after,
.menu-footer .menu-item a::after,
.facet.facetwp-facet-load_more::after  {
  content: "";
  position: absolute;
  bottom:-3px;
  width:0;
  left: 50%;
  height: 2px;
  background-color: #2c4938;
  -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;
}
a.line-hover:hover::after,
.menu-primary .menu-item a:hover::after,
.menu-footer .menu-item a:hover::after,
.facet.facetwp-facet-load_more:hover::after,
.menu-primary  .menu-item-137.menu-item:hover > a::after,
.menu-primary  .menu-item-952.menu-item:hover > a::after {
  width:100%;
  left: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;
}

.menu-primary  .menu-item-137.menu-item:hover > a::after,
.menu-primary  .menu-item-952.menu-item:hover > a::after {
  width: calc(100% + 1.2rem);
}

.menu-primary .sub-menu, .menu-footer .sub-menu {
  max-height: 0;
  background-color: #fff;
  position: absolute;
  margin: 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;
  padding-top: 1rem;
  top: -50px;
  z-index: -1;
  width: calc(100% + 4rem);
  left: -2rem;
}

.menu-primary  .menu-item-137.menu-item:hover .sub-menu,
.menu-primary  .menu-item-952.menu-item:hover .sub-menu  {
  max-height: 500px;
  -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;  
  top:30px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.menu-primary  .menu-item-137.menu-item .sub-menu li, .menu-footer  .menu-item-759.menu-item .sub-menu li, .menu-primary  .menu-item-952.menu-item .sub-menu li {
  padding: 2rem 0;
  text-align: center;
  opacity: 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;
  /* border-top: 2px solid #2c4938; */
}
.menu-primary  .menu-item-137.menu-item:hover .sub-menu li,
.menu-primary  .menu-item-952.menu-item:hover .sub-menu li {
  /* animation: fadein 1s; */
  opacity: 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;
}

.menu-primary .menu-item-954.menu-item a:hover::after {
  left: -47px;
  width: 140%;
}

.menu-primary .menu-item-1018.menu-item a:hover::after {
  left: -3px;
  width: 120%;
}

#menu-footer{text-align: center;}

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;
}

*/

/*

REPLACE WITH SCALING VALUES AS NECESSARY

https://royalfig.github.io/fluid-typography-calculator/

*/

.font-size-1 {
  /* 16px */
  font-size: 1rem;
  line-height: 1.5;
}

.font-size-2 {
  /* 18px */
  font-size: 1.125rem;
  line-height: 1.5;
}

.font-size-3 {
  /* 20px */
  font-size: 1.25rem;
  line-height: 1.5;
}

.font-size-4 {
  /* 23px */
  font-size: 	1.4375rem;
  line-height: 1.3;
}

.font-size-5 {
  /* 35px */
  font-size: 2.1875rem;
  line-height: 1.3;
}

.font-size-6 {
  /* 60px */
  font-size: 3.75rem;
  line-height: 1;
}

.font-size-7 {
  /* 68px */
  font-size: 4.25rem;
  line-height: 1.1;
}

#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;
}

.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;
}
.video-wrapper video {
  border-radius: 10px;
}

/*

.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;
}

*/

/* ::::::::: 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);
}


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

.container {
  z-index: 2;
}

/*

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

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

*/

.flex-align-c {
  -ms-flex-align: center;
  align-items: center;
}
.flex-align-e {
  align-items: flex-end;
  -ms-flex-pack: end;
}
.flex-justify-c {
  justify-content: center;
  -ms-flex-pack: center;
}
.flex-justify-sb {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-se {
  justify-content: space-evenly;
}
.flex-justify-fe {
  -ms-flex-align: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-col {
  -ms-flex-direction: column;
  flex-direction: column;
}



.shape { position: absolute; pointer-events: none;}
.shape img {max-width: none; width: 100%;}
.relative {position: relative;}
.static {position: static !important;}
.inline-block {display: inline-block;}
.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;}

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



/* Position */

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

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

/* Background Colour */

.bg-green-dark,
.bg-green-dark-hov:focus,
.bg-green-dark-hov:hover {
  background-color: #2c4938;
}

.bg-green-medium,
.bg-green-medium-hov:focus,
.bg-green-medium-hov:hover {
  background-color: #7f8d7c;
}

.bg-green,
.bg-green:focus,
.bg-green:hover {
  background-color: #616B5F;
}

.bg-white,
.bg-white-hov:focus,
.bg-white-hov:hover {
  background-color: white;
}

.bg-dark-blue, 
.bg-dark-blue:focus,
.bg-dark-blue:hover {
  background-color: #063D58;
}

/* Text Colour */

.txt-green-dark,
.txt-green-dark-hov:focus,
.txt-green-dark-hov:hover {
  color: #2c4938;
}

.txt-white,
.txt-white-hov:focus,
.txt-white-hov:hover {
  color: white;
}

.txt-black,
.txt-black-hov:focus,
.txt-black-hov:hover {
  color: #201D1D;
}

.txt-blue,
.txt-blue:focus,
.txt-blue:hover {
  color: #1C6D95;
}

.txt-brown,
.txt-brown:focus,
.txt-brown:hover {
  color: #624536;
}


.txt-dark-blue,
.txt-dark-blue:focus,
.txt-dark-blue:hover {
  color: #063D58;
}



/* Border Colour */

.bd-green-dark {
  border-color: #2c4938;
}

.bd-white {
  border-color: white;
}

/*

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

*/

/*

.weight-light {font-weight: 300;}
.weight-normal { font-weight: 400;}
.weight-bold {font-weight: 500;}
.weight-medium {font-weight: 700;}

*/

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

.weight-extrabold {
  font-weight: 800;
}

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

.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-uppercase {
  text-transform: uppercase;
}

.trans {
  -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;
}

/*

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

.read-more {
	font-family: 'FONT_NAME', sans-serif;
	text-transform: uppercase;
	font-size: 14px !important;
	line-height: 18px !important;
	outline: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: 1.2px solid;
	border-radius: 30px;
	-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: 12px 20px;
}

*/

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

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

/*

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

.ie8 .band {width: 100%;}

.bodycopy ul li,
.bodycopy ol li {
	font-family: 'FONT_NAME', sans-serif;
	color: inherit;
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: inherit;
	line-height: inherit;
}

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

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

.bodycopy blockquote {
	border-left: 5px #FDCF36 solid;
	color: #222124;
	padding: 10px 0px 10px 20px;
}

*/

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

.header-skip {
  display: block;
  left: 0;
  padding: 0.25em 1em;
  text-decoration: none;
  top: -10rem;
  width: 100%;
  z-index: 10000;
}

.header-skip:focus {
  outline: none;
  top: 0;
}

.header-navigation {
  align-items: center;
  background: white;
  display: flex;
  height: 8rem;
  position: fixed;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  width: 100%;
  z-index: 10000;
}

.header-navigation.sticky {
  height: 5rem;
}

.header-navigation .header-navigation-logo svg {
	width: 350px;
	-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;
	opacity: 1;
  }
  
  .header-navigation.sticky .header-navigation-logo svg {
	width: 300px;
	-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;
	opacity: 1;
  }


.header-navigation form {
  margin: 0;
}

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

.display-none{
	display: none;
}

.header-navigation-items {
  align-items: center;
  display: flex;
}

.header-navigation-primary-container {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: var(--gap_XS);
}

.header-navigation-search input[type="search"] {
  border: 2px solid transparent;
  border-radius: 0;
  color: #2c4938;
  padding: 0.5rem 0;
  width: 0;
  outline: none;
  border: none;
}

.header-navigation-search input[type="search"]::placeholder {
  text-transform: uppercase;
  letter-spacing: 0.2em;

}

.header-navigation-search {
  align-items: center;
  display: flex;
  gap: var(--gap_XS);
}

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

.header-navigation-search-isactive input[type="search"] {
  border: none;
  border-bottom: 2px solid #2c4938;
  padding: 0.5rem;
  width: 15rem;
}

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

.facetwp-custom-prompt {
  text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

.band .facetwp-facet input.facetwp-search {
  border: none;
  border-bottom: 2px solid #2c4938;
  border-radius: 0;
  padding: 0.5rem;
  outline: none;
  font-size: 1.5rem;
  min-width: 350px;
}

.facetwp-type-search .facetwp-icon:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 100%;
  background: url(../images/icon-search.svg) no-repeat;
  background-position: 5px 50%;
  background-size: 20px 20px;
}

.facet.facetwp-facet-load_more {
  color: #2c4938;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 50px;
}



/*

header {
	background-color: #fff;
	padding: 30px 0px 30px 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: 12px 0px 12px 0px;
	height: auto;
}

*/

/* ::::::::: Menus ::::::::: */

/* Footer */

.menu-footer .menu,
.menu-footer .menu-item {
  margin: 0;
}

.menu-footer .menu-item a {
  color: #2c4938;
  font-size: 1.125rem;
  line-height: 1.3;
  text-decoration: none;
}

.menu-footer .menu-item-2 a {
	color: #2c4938;
	font-size: 1.125rem;
	line-height: 1.3;
	text-decoration: none;
}

.menu-footer .menu-item-2 a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0;
    left: 50%;
    height: 2px;
    background-color: #2c4938;
    -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;
}

.menu-primary .menu-item-2 a:hover::after, .menu-footer .menu-item-2 a:hover::after {
    width: 100%;
    left: 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;
}

/* Primary */

.menu-primary .menu,
.menu-primary .menu-item {
  margin: 0;
}

.menu-primary .menu {
  display: flex;
  gap: var(--gap_M);
}

.menu-primary .menu-item a, .menu-footer .menu-item a {
  color: #2c4938;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

/* ---- 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;
    stroke: #2c4938;
}

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

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

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


header .mobile-menu-button {
	display: none;
}

.mobile-menu {
  display: none;
}

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

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

/*

.band-homebanner {
	min-height: 640px;
	overflow: hidden;
	position: relative;
	padding-top: 180px;
}

*/

/* ::::::::: Shared ::::::::: */
.bg-shape {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.bg-shape.top-left {
  z-index: 1;
  top: -175px;
  left: 40px;
  right: unset;
}

.bg-shape.top-left.seven {
  top: -150px;
  left: -135px;
}

.bg-shape.top-right {
  position: absolute;
  z-index: 1;
  /* top: -120px; */
  /* right: -50px; */
  bottom: -130px;
  /* left: unset; */
  left: -520px;
}

.bg-shape.bottom-left {
  bottom: -150px;
  left:-240px;
}

.bg-shape.bottom-left.two {
  bottom: -300px;
  left: 60px;
}

.bg-shape.triangle {
  position: absolute;
  z-index: 1;
  top: 164px;
  right: -330px;
  left: unset;
}

.top-triangle {
  top: -460px;
  right: 150px;
}

.bg-shape.triangle.top-left {
  right: unset;
  top: -175px;
  left: -175px;
}

.bg-shape.triangle.project-triangle {
  transform: rotate(-80deg);
  top: 120px;
}
.bg-shape.triangle.project-triangle svg {
  height: 620px;
}
.bg-shape.triangle.project-triangle.alt {
  top: unset;
  bottom: -180px;
  left: -160px;
  top:unset;
  right:unset;
  transform: rotate(100deg);
}
.bg-shape.triangle.project-triangle.alt svg {
  height: 430px;
}

.flexible-section {
  position: relative;
}

.social {
  display: flex;
  margin: 0;
}

.social-link {
  margin: 0;
}

.social-icons {display: flex; gap: 5rem;}

.social-flexible-cta-contact,
.social-flexible-cta-contact-link {
  margin: 0;
}

.social-flexible-cta-contact {
  gap: 5rem;
  padding-left: var(--gap_M);
}

.social-flexible-cta-contact-button a {
  border: 3px solid white;
  border-radius: 0.5em;
  color: white;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  height: auto;
  width: auto;
  line-height: 1;
  padding: 1rem 2rem;
  text-decoration: none;
}

.social-flexible-cta-contact-link {
  width: 3rem;
}

.social-link a:hover svg {
  transform: 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;
}

.social-link a 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;
}

.social-footer {
  gap: 2.5rem;
}

.social-footer-link {
  width: 2.5rem;
}

.vertical-line {
  width: 0.125rem; /* 2px */
  visibility: hidden;
}

.vertical-line-bottom {
  bottom: 0;
}

.vertical-line-full {
  height: 100%;
}

.vertical-line-centre {
  left: calc(50% - 1px);
}

.vertical-line-large {
  height: 9.375rem; /* 150px */
}

.vertical-line-left {
  left: var(--gap_S);
}

.vertical-line-medium {
  height: 7.5rem; /* 120px */
}

.vertical-line-small {
  height: 5.625rem; /* 90px */
}

.vertical-line-top {
  top: 0;
}

#section-5 .bg-white .vertical-line-top {
  background-color: #2c4938;
}

#section-5 .flexible-centred-content hr {
  border-top: 2px solid #2c4938;

}


/* ::::::::: Hero ::::::::: */

.hero {
  border-top: 8rem solid transparent;
  -webkit-transition: border-top-width 0.3s ease-in-out;
  -moz-transition: border-top-width 0.3s ease-in-out;
  -o-transition: border-top-width 0.3s ease-in-out;
  transition: border-top-width 0.3s ease-in-out;
}

.hero.sticky {
  border-top-width: 5rem;
}

.hero-generic {
  overflow: hidden;
}

.hero-generic-content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hero-generic-content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hero-generic-heading {
  max-width: 80rem; 
}

.hero-generic-heading h1 {
  margin: 0 2rem 2rem 2rem;
  text-align: center;
  visibility: hidden;
}

.hero-generic-heading hr {
  border-top-width: 3px;
  margin: 0 auto;
}

.hero-generic-layer {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
}

.hero-generic-layer,
.hero-generic-overlay {
  width: 100%;
}

.hero-generic-visual img {
  object-fit: cover;
  width: 100%;
}

.hero-generic-full,
.hero-generic-full .hero-generic-layer,
.hero-generic-full .hero-generic-overlay {
  height: 100vh;
}

.hero-generic-slim,
.hero-generic-slim .hero-generic-layer,
.hero-generic-slim .hero-generic-overlay {
  height: 37.5rem;
}

.hero-logo{
	width: 40rem;
}

/* ::::::::: Flexible ::::::::: */

.flexible {
  background: white;
}

.flexible-bg {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.flexible-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.flexible-bg-multiply img {
  mix-blend-mode: multiply;
}

.flexible-pad-bottom-large {
  padding-bottom: 12.5rem; /* 200px */
}

.flexible-pad-bottom-small {
  padding-bottom: 6.25rem; /* 100px */
}

.flexible-pad-top-large {
  padding-top: 12.5rem; /* 200px */
}

.flexible-pad-top-small {
  padding-top: 6.25rem; /* 100px */
}

.flexible-pad-top-xs {
  padding-top: 2rem;
}

.flexible-pad-bottom-xs {
  padding-bottom: 2rem;
}

/* Accordions */

.flexible-accordions {
  margin: var(--gap_M) auto 0 auto;
  width: 100%;
}

.flexible-accordions-item {
  /* padding: var(--gap_XS) 0 0 0; */
  padding: 0;
  margin: 0;
  visibility: hidden;
  position: relative;
}

.flexible-accordions-item:first-child {
  border-top: 2px solid white;

}

.flexible-accordions-item::after {
  content: "";
  position: absolute;
  height:2px;
  background-color: #fff;
  width:100%;
  left:0;
  top: 127.5px;
  -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;
}

.flexible-accordions-item-active.flexible-accordions-item::after {
  left: calc(0px - ((100vw - (var(--containerWidth)) * 0.6) / 2));
  width: calc(
    ((100vw - (var(--containerWidth)) * 0.6) / 2) +
      (var(--containerWidth) * 0.4)
  );
  -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;
}

.flexible-accordions-item-active .flexible-accordions-item-content {
  /* -moz-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s; */
  display: block;
  border-bottom: 2px solid #fff;
  padding: 0;
  /* visibility: visible; */
  max-height: 10000px;
opacity: 1;
transition: max-height 0.4s ease-in-out, opacity 0.5s ease-in-out;

}

.flexible-accordions-item-active .flexible-accordions-item-header a svg {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in !important;
  -moz-transition: all 0.5s ease-in !important;
  -o-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}

.flexible-accordions-item-content {
  /* display: none; */
  padding: 0;
  /* -moz-animation: fadeOut 0.5s;
  -o-animation: fadeOut 0.5s;
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s; */
   /* visibility: hidden; */
   opacity: 0;
    max-height: 0;
    padding: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
}

.flexible-accordions-item-content > * {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

.flexible-accordions-item-content p:first-child {
  padding-top: var(--gap_M);
}

.flexible-accordions-item-content > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.accordian-wrap {
  padding: 0 200px;
}

.accordian-wrap .flexible-centred-content {
  width: 100%;
}

.flexible-accordions-item-cta {
  border: 2px solid white;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  margin-bottom: var(--gap_M);
}

.flexible-accordions-item-header a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 2.5rem 0;
}

.flexible-accordions-item-header a svg {
  -webkit-transition: all 0.5s ease-in !important;
  -moz-transition: all 0.5s ease-in !important;
  -o-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
  width: 2.3rem;
  margin-right:10px;
}

.flexible-accordions-item-header h3 {
  font-weight: 700;
  margin: 0;
  padding-left: 20px;
}

.flexible-accordions-item-header hr {
  border: none;
  /* border-bottom: 2px solid white; */
  left: calc(0px - ((100vw - (var(--containerWidth)) * 0.6) / 2));
  margin: var(--gap_XS) 0 0 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in !important;
  -moz-transition: all 0.25s ease-in !important;
  -o-transition: all 0.25s ease-in !important;
  transition: all 0.25s ease-in !important;
  width: 0;
}

.flexible-accordions-item-active .flexible-accordions-item-header hr {
  width: calc(
    ((100vw - (var(--containerWidth)) * 0.6) / 2) +
      (var(--containerWidth) * 0.6)
  );
}



/* .flexible-accordions-items {
  border-bottom: 2px solid white;
} */

/* Awards */

.flexible-awards {
  margin: 0 auto;
  width: 100%;
}

.flexible-awards-item {
  margin: 0;
  visibility: hidden;
}

.flexible-awards-item-wide {
}

.flexible-awards-items {
  border-radius: 0.75rem;
  display: flex;
  gap: 1rem;
  margin: 0 -1rem;
  padding: 2rem 3rem;
}

.inline-awards {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 30px 0px !important;
  padding: 20px;
}

.inline-awards-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.inline-awards-item {
  width: 100px;
}


/* Carousel */

.swiper.imageSlider {
  height: 360.24px;
}

.flexible-carousel h2,
.flexible-carousel h3,
.flexible-carousel p {
  margin: 0;
}

.flexible-carousel h2 {
  /* padding-left: var(--gap_L); */
  /* width: 570px; */
  text-align: right;
  margin-bottom: 40px;
}

.flexible-carousel hr {
  border: none;
  border-top: 2px solid #2c4938;
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  margin: 1rem 0 var(--gap_M) 0;
  position: relative;
  width: calc(
    ((100vw - var(--containerWidth)) / 2) + (50% - (var(--gap_L) * 2))
  );
  min-width: 650px;
}

.flexible-carousel .title-wrap hr {
width: 100%;
min-width: unset;
left: 0;
padding-left: 0;

}

.title-wrap hr {
  border: none;
  border-top: 2px solid #2c4938;
  margin: 1rem 0 var(--gap_M) 0;
}



.flexible-carousel h3 {
  margin-bottom: 0.5em;
}

.flexible-carousel p:not(:last-child) {
  margin: 0 0 1em 0;
}

.flexible-carousel-col {
  width: calc(50% - (var(--gap_XL) / 2));
}

.flexible-carousel-cols {
  display: flex;
  gap: var(--gap_XL);
}

.flexible-carousel-col.wysiwyg h3,
.flexible-carousel-text-col.wysiwyg h3,
.wysiwyg h3 {
  font-size: 2.1875rem;
  line-height: 1.3; 
  color: #2c4938;
}

.flexible-carousel-col.wysiwyg p,
.flexible-carousel-text-col.wysiwyg p,
.wysiwyg p {
  font-size: 1.25rem;
  line-height: 1.3; 
  color: #2c4938;
}
.flexible-carousel-col.wysiwyg h4,
.flexible-carousel-text-col.wysiwyg h4,
.wysiwyg h4 {
  font-size: 1.4375rem;
  line-height: 1.3; 
  font-weight: 700;
  color: #2c4938;
}

.flexible-carousel-text-col.wysiwyg.txt-white p,
.flexible-carousel-text-col.wysiwyg.txt-white h3,
.flexible-carousel-text-col.wysiwyg.txt-white h4 {
  color: #fff;
}
.wysiwyg ul {
  list-style: disc inside;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #2c4938;

}
.wysiwyg ol {
  list-style: lower-alpha;;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #2c4938;

}

.wysiwyg ul li,
.wysiwyg ol li {
  line-height: inherit;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.swiper-flexible-carousel {
  width: 100%;
}

.swiper-flexible-carousel .swiper-slide.swiper-slide-prev {
  opacity: 0!important;
}

.swiper-flexible-carousel-button-next,
.swiper-flexible-carousel-button-prev {
  align-items: center;
  color: currentColor;
  left: unset;
  margin: 0;
  position: relative;
  right: unset;
  top: unset;
  width: 1.5rem;
}

.swiper-flexible-carousel-controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: var(--gap_XS);
}

.swiper-flexible-carousel-controls.right, 
.swiper-flexible-carousel-text-controls.right {
  justify-content: flex-end;
}

.swiper-flexible-carousel-pagination {
  bottom: unset;
  color: currentColor;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  position: relative;
  top: unset;
  width: 5rem;
}

.flexible-carousel-text.bg-green-dark .swiper-flexible-carousel-text-pagination,
.flexible-carousel-text.bg-green-dark .swiper-flexible-carousel-text-button-next, 
.flexible-carousel-text.bg-green-dark .swiper-flexible-carousel-text-button-prev {
color: #fff;
}

.swiper-flexible-carousel .swiper-slide img {
  border-radius: 0 0.75rem 0.75rem 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 0;
min-width: 650px;
height: 540px;
}

.flexible-carousel.bg-white .swiper-flexible-carousel .swiper-slide {
  background-color: #fff;
}
.swiper-flexible-carousel .swiper-slide.swiper-slide-active img
 {
  opacity: 1;
  position: relative;
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
  max-width: unset;
}

.flexible-carousel-text-col.image-edge .swiper-flexible-carousel-text {
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
}

 .flexible-carousel-text-col.image-edge .swiper-slide img{
min-width: 650px;
height: auto;
border-radius: 0 0.75rem 0.75rem 0;
position: relative;
max-height: 780px;
/* left: calc(0px - ((100vw - var(--containerWidth)) / 2)); */
}
/*
 .flexible-carousel-text-col.image-edge {
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  width: calc(((100vw - var(--containerWidth)) / 2) + (50% - (var(--gap_XS) * 2)));
} 

.flexible-carousel-text-col.image-edge .swiper.swiper-flexible-carousel-text {
  min-width: 650px;
  border-radius: 0 0.75rem 0.75rem 0;
} */

.swiper-flexible-carousel .swiper-slide.swiper-slide-active {
  padding-left: calc(0px - ((100vw - var(--containerWidth)) / 2));
}

.swiper.swiper-flexible-carousel
{
  overflow: visible;
}


/* Carousel - text */

.flexible-carousel-text h3,
.flexible-carousel-text p {
  margin: 0;
}

.flexible-carousel-text h3 {
  margin-bottom: 0.75em;
  visibility: hidden;
}

.flexible-carousel-text hr {
  border: none;
  border-bottom: 2px solid white;
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  margin: var(--gap_XS) 0 0 0;
  position: relative;
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
}

.flexible-carousel-text p:not(:last-child) {
  margin: 0 0 1em 0;
}

.flexible-carousel-text-col {
  width: calc(50% - (var(--gap_XL) / 2));
}

.flexible-carousel-text-col p,
.flexible-carousel-text-col h3,
.flexible-carousel-col h3, 
.flexible-carousel-col p {
  padding-right: 40px;
}

.flexible-carousel-text-col.text-side {
  margin-bottom: 6.125rem;
}

.flexible-carousel-text-cols {
  display: flex;
  gap: var(--gap_XL);
}

.flexible-carousel-text-cols-flipped {
  flex-direction: row-reverse;
}

.flexible-carousel-text-cols-flipped hr {
  left: 0;
}

.flexible-carousel-text-cols-flipped .swiper-flexible-carousel-text-controls {
  justify-content: flex-end;
}

.flexible-carousel-text-cols-series {
  align-items: center;
}

.swiper-flexible-carousel-text {
  visibility: hidden;
  width: 100%;
}

.swiper-flexible-carousel-text-button-next,
.swiper-flexible-carousel-text-button-prev {
  align-items: center;
  color: currentColor;
  left: unset;
  margin: 0;
  position: relative;
  right: unset;
  top: unset;
  width: 1.5rem;
}

.swiper-flexible-carousel-text-controls {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: var(--gap_XS);
}

.swiper-flexible-carousel-text-pagination {
  bottom: unset;
  color: currentColor;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  position: relative;
  top: unset;
  width: 5rem;
}

.swiper-flexible-carousel-text .swiper-slide img {
  border-radius: 0.75rem;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}


/* service-carousel */

.service-carousel .title-wrap {
  width: 26vw;
}

.service-carousel .glide {
  padding-left: 11%;
}

.service-carousel .title-wrap hr {
  border-top: 2px solid white;
}

.service-carousel h3 {
  font-size: 3rem;
  line-height: 1;
} 

.service-carousel .glide .glide__slides .glide__slide {
  background-color: white;
  border-radius: 10px 10px 0px 0px;
}

.service-carousel .glide .glide__slides .glide__slide .img-wrapper {
  border-radius: 10px 10px 0px 0px;
}

.service-carousel .glide .glide__slides .glide__slide .slide-content {
  padding: 20px;
}

.service-carousel .glide .glide__slides .glide__slide .img-wrapper {
  height: 450px;
  overflow: hidden;
}


.service-carousel .glide .glide__slides .glide__slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.glide__arrows {
  margin-top: 40px;
}

.glide__arrows .glide__arrow {
  background: transparent;
  font-size: 40px;
  color: white;
  width: 60px;
  z-index: 4;
  position: relative;
  border: 1px solid white;
}

.glide__arrows .glide__arrow--right {
  margin-left: 10px;
}









/* Carousel - text series */

.flexible-carousel-text-series {
  margin: var(--gap_M) auto 0 auto;
}


/* Centred */

.flexible-centered.no-margin.bg-green-dark {
  margin-bottom: 0;
}

.flexible-centered.no-margin.bg-green-dark h2 {
  margin-bottom: 0;
  padding: 6rem 0 5rem;
}

.flexible-centred-content {
  margin: 0 auto;
  width: 60%;
}

.flexible-centred-content * {
  margin: 0;
}

.flexible-centred-content h2:not(:last-child),
.flexible-centred-content p:not(:last-child) {
  margin-bottom: 1em;
}

.flexible-centred-content hr {
  border: none;
  border-top: 2px solid white;
  margin: 2rem 0;
}

/* image text series  */

.image-text-series.left-image,
.image-text-series.right-image {
  margin-bottom: 6.125rem;
}

.image-text-series.left-image hr,
.image-text-series.right-image hr {
  position: absolute;
  bottom:0;
  /* max-width: calc(var(--containerWidth) / 2); */
}

.image-text-series.left-image img,
.image-text-series.right-image img {
 position: relative;
 height: auto;
 min-height: 420px;
 min-width: 620px;
 width: calc(100% + ((100vw - var(--containerWidth)) / 2));
 max-width: unset;
}

.image-text-series.left-image img {
  border-radius: 0px 10px 10px 0;
  left: calc(0px - ((100vw - var(--containerWidth)) / 2))

}

.image-text-series.right-image img {
  border-radius: 10px 0 0px 10px;
  right: calc(0px - ((100vw - var(--containerWidth)) / 2));
  right: 0;
}



/* CTA contact */

.flexible-cta-contact h2 {
  margin: 0 0 0 var(--gap_L);
}

.flexible-cta-contact-cols {
  align-items: center;
  display: flex;
}

.flexible-cta-contact-col {
  width: 50%;
}

.contact-col .contact-info {
  margin-top: 40px;
}

/* Work */

.flexible-work h2 {
  margin: 0;
}

.facetwp-facet-load_more,
.flexible-work .facetwp-facet,
.flexible-work .facetwp-reset {
  margin: 0 !important;
}


.flexible-work-filter.work-filter-isactive {
  display: block;
}

.flexible-work-filter h3 {
  padding-left: var(--gap_XL);
}

.flexible-work-filter hr {
  border: none;
  border-top: 2px solid white;
  left: 0;
  margin: 1rem 0 var(--gap_M) 0;
  position: relative;
  width: 100%;
}

.flexible-work-filter .title-wrap {
  width: calc( ((100vw - var(--containerWidth)) / 2) + (40% - (var(--gap_M) * 2)));
  
}

.flexible-work-filter .facetwp-facet-work_categories {
  display: grid;
  gap: var(--gap_S);
  grid-template-columns: repeat(4, 1fr);
}

.flexible-work-filter-options .facetwp-facet {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: var(--gap_XL);
}

.facetwp-radio.checked {
  background-image: none !important;
}

.facetwp-radio.checked {
  background: #2c4938 !important;
  color: #fff !important;
}

.flexible-work-filter .facetwp-checkbox,
.flexible-work-filter .facetwp-radio {
  align-items: center;
  /* aspect-ratio: 1 / 1; */
  background: none;
  border: 2px solid #2c4938;
  border-radius: 0.5rem;
  color: #2c4938;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  /* padding: var(--gap_XS); */
  padding: 10px;
  /* min-width: 257px;
  width: 22%; */
  /* flex-grow: 1;
  flex-shrink: 1; */
  /* min-width:22%;
  max-width: 22%; */
  text-align: center;
  line-height: 1.3;
  -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;
}

/* Filter Buttons */

  
  .list-toggle.active svg g g path {
    fill: white !important;
  }

/* Individual Project Page */

.single-project-text p {
  font-size: 20px;
}

.project-features h3 {
  line-height: 1.3;
  margin-right: 50px;
}

.project-features p {
  line-height: 1.8;
  font-size: 30px;
}

.project-features .details p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.project-features .vertical-line-large {
  height: 75%;
}

.project-features .vertical-line-left {
  left: 4%;
}

.single-project .four-images .images-wrapper {
  gap: 1rem 1rem;
}

.single-project .flexible-awards-items {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.single-project .flexible-awards-items a {
  max-width: 200px;
}

.single-project .grid-view-wrapper.service .facetwp-template {
  background-color: #2c4938;
  padding-bottom: 100px;
  margin-bottom: 0px;
}

.single-project .grid-view {
  background-color: #2c4938;
}

.single-project hr {
  border: solid black;
  border-width: 2px 0 0;
  margin: 0px;
}

.related-projects .bg-shape.triangle.project-triangle {
  top: -185px;
  right: unset;
  left: -200px;
  z-index: 3;
}

/* Project Overview Page - Colours */

	/* Civil Engineering - Black */
	.flexible-work-filter .facetwp-radio:nth-child(2) {
		color: black;
		border: 2px solid black;
	}
  .flexible-work-filter .facetwp-radio.checked:nth-child(2){
    background-color: black !important;
    color: white !important;
  }

	/* Design */
	.flexible-work-filter .facetwp-radio:nth-child(4) {
		color: #495047;
		border: 2px solid #495047;
	}
  .flexible-work-filter .facetwp-radio.checked:nth-child(4){
    background-color: #495047 !important;
    color: white !important;
  }

	/* Landscaping */
	.flexible-work-filter .facetwp-radio:nth-child(3) {
		color: #1C6D95;
		border: 2px solid #1C6D95;
	}
  .flexible-work-filter .facetwp-radio.checked:nth-child(3){
    background-color: #1C6D95 !important;
    color: white !important;
  }

	/* Outdoor Living */
	.flexible-work-filter .facetwp-radio:nth-child(5) {
	color: #624536;
	border: 2px solid #624536;
	} 
  .flexible-work-filter .facetwp-radio.checked:nth-child(5){
    background-color: #624536 !important;
    color: white !important;
  }



  @supports not (aspect-ratio: 1 / 1) {
    /* .flexible-work-filter .facetwp-checkbox {
    height: calc(20vw * 1/1);} */
  .flexible-work-filter .facetwp-checkbox::before {
    float: left;
    padding-top: 100%;
    content: "";
  }

  .flexible-work-filter .facetwp-checkbox::after {
    display: block;
    content: "";
    clear: both;
  }
}


.flexible-work-filter .facetwp-checkbox.checked, 
.flexible-work-filter .facetwp-checkbox:hover {
  background: white;
  color: #2c4938;
  -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;
}

.flexible-work-filter .facetwp-counter {
  display: none;
}

.flexible-work-filter-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.flexible-work-filter-buttons .facetwp-reset,
.applyBtn,
.button {
  background: none;
  border: 2px solid white;
  border-radius: 0.5rem;
  color: white;
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.8rem 2.8rem;
  text-decoration: none;
  margin-bottom: 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;
}

.button {
  color: #2c4938;
  border: 2px solid #2c4938;
  background-color: #fff;
  margin-top: 30px;
}

.button:hover {
  background-color: #2c4938;
  color: #fff;
  
}

.flexible-work-filter-buttons .facetwp-reset:hover {
  border: 2px solid #fff;
  color: #2c4938;
  background-color: #fff;;
}

.applyBtn {
  border: 2px solid #fff;
  color: #2c4938;
  background-color: #fff;
}

.applyBtn:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #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;
}

.flexible-work-listing-hide {
  display: none;
}

/* ::::::::: Contact ::::::::: */

.contact {
  padding: 12.5rem 0; /* 200px 0 */
}

.title-wrap {
  position: relative;
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  width: calc(
    ((100vw - var(--containerWidth)) / 2) + (54% - (var(--gap_M) * 2)));
    text-align: right;
}

.title-wrap.long {
  width: 80%;
}

.flexible-carousel .title-wrap h2 {
  left: 0;
  position: relative;
  margin-bottom: 40px;
  width: auto;
}

.title-wrap.contact-title {
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
}
.filter-left .title-wrap,
.filter-left .title-wrap h2, 
.filter-left .title-wrap hr {
  width: 100%;
}

.contact h2 {
  padding-left: var(--gap_L);
  
}

.contact hr {
  border: none;
  border-top: 2px solid #2c4938;
  /* left: calc(0px - ((100vw - var(--containerWidth)) / 2)); */
  margin: 1rem 0 var(--gap_M) 0;
  /* position: relative;
  width: calc(
    ((100vw - var(--containerWidth)) / 2) + (50% - (var(--gap_L) * 2))
  ); */
}

.contact-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top:40px;
}

.contact-col:not(.contact-col-map) {
  padding-top: 50px;
}

.contact-col-map {
  padding-right: var(--gap_L);
}

.contact-icon {
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  padding-left: 4rem;
  text-decoration: none;
  position: relative;
}

.contact-icon:not(.contact-address)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: 0;
  height: 2px;
  background-color: #2c4938;
  -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-icon:not(.contact-address):hover::after {
width: calc(100% - 4rem);
-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-map {
  aspect-ratio: 5 / 6;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  display: block;
  width: 100%;
  border-radius: 10px;
}

@supports not (aspect-ratio: 5 / 6) {
  /* .contact-map {
  height: calc(20vw * 6/5);} */
  .contact-map::before {
  float: left;
  padding-top: 100%;
  content: "";
}

.contact-map::after {
  display: block;
  content: "";
  clear: both;
}
}

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

.footer {
}

.footer-accreditations {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -0.75rem;
}

.footer-accreditations-container {
  border-bottom: 3px solid #2c4938;
  border-top: 3px solid #2c4938;
  margin: 0 0 var(--gap_S) 0;
  padding-top: var(--gap_XS);
}

.footer-accreditations-link {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 0.75rem var(--gap_XS) 0.75rem;
  width: 20%;
}

.footer-accreditations-link-wide {
  width: 25%;
}

.footer-accreditations-link-regular img {
  max-height: 6rem;
  width: auto;
}


.footer-email,
.footer-logo-social {
  margin: 0 0 var(--gap_S) 0;

}

.footer-address {
  margin: 0 0 var(--gap_XS) 0;
}

.footer-address h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-address p {
  margin: 0 0 10px;
}

.footer-address .p-org {
  display: none;
}

.footer-email a {
  text-decoration: none;
}

.footer-col {
}

.footer-col-contact {
  padding: var(--gap_S) var(--gap_M);
  padding-right: 0;
}

.footer-col-form {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 5.625rem; /* 90px */
}

.footer-credit {
  margin: 0;
}

.footer-credit a {
  text-decoration: none;
}

.footer-logo-social {
  display: flex;
  justify-content: space-between;
}

.form-contact_wrapper {
  padding: var(--gap_S) var(--gap_M);
}

.form-contact_wrapper fieldset,
.form-contact_wrapper input {
  margin: 0;
}

#gform_confirmation_wrapper_1 {
  padding: 5rem 7rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body img.gform_ajax_spinner {
	display: none !important;
}

.form-contact_wrapper .gfield:first-child,
.form-contact_wrapper .gfield_label,
.form-contact_wrapper .gfield_required,
.form-contact_wrapper .gform_required_legend,
.form-contact_wrapper .ginput_complex label {
  display: none;
}

.form-contact_wrapper .gform_fields > .gfield {
  margin-bottom: var(--gap_M);
}

.form-contact_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}

.form-contact_wrapper .gform_title {
  color: white;
  font-size: 2rem; /* 32px */
  margin: 0 0 var(--gap_XS) 0;
}

.form-contact_wrapper .ginput_container_name {
  display: grid;
  gap: var(--gap_XS);
  grid-template-columns: repeat(2, 1fr);
}

.form-contact_wrapper input[type="email"],
.form-contact_wrapper input[type="text"] {
  padding: 1.25rem;
  width: 100%;
}

.form-contact_wrapper input[type="email"],
.form-contact_wrapper input[type="submit"],
.form-contact_wrapper input[type="text"] {
  background: none;
  border: 3px solid white;
  border-radius: 0.5rem;
  display: block;
  font-size: 1.25rem;
}

.form-contact_wrapper input[type="email"],
.form-contact_wrapper input[type="submit"],
.form-contact_wrapper input[type="text"],
.form-contact_wrapper input[type="email"]::placeholder,
.form-contact_wrapper input[type="text"]::placeholder {
  color: white;
}

.form-contact_wrapper input[type="submit"] {
  font-weight: 700;
  padding: 0.75rem 2.5rem;
  -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;
}

.form-contact_wrapper input[type="submit"]:hover,
.social-flexible-cta-contact-button a:hover,
.flexible-accordions-item-cta:hover {
  background-color: #fff;
  color: #2c4938;
  -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;
}


/* Projects page  */

.project-view-line-short.hidden,
.project-view-line-long.hidden {
  display: none;
}

.project-line {
  height: 95% !important;
}

.contact.projects-filter {
  padding-bottom: 0;
  z-index: 1;
}

.projects-filter .filter-left {
  display: inline-block;
}

hr.right,
.contact hr.right {
  right: calc(0px - ((100vw - var(--containerWidth)) / 2));
  left: unset;
}

.projects-filter .filter-right p {
  font-size: 25px;
  padding-right:40px;
  margin: 0;
  position: relative;
  line-height: 60px;
  cursor: pointer;
  margin-bottom: 2px;
}

.projects-filter .filter-right p::after {
content: "";
position: absolute;
right:0;
bottom: 0;
height:100%;
width: 2px;
background-color: #2c4938;
}

/* .projects-filter .filter-right::after {
  content: "";
position: absolute;
right: calc(0px - ((100vw - var(--containerWidth)) / 2));
bottom: 0;
left: 0;
height: 2px;
width: 1500px;
background-color: #2c4938;
} */

.projects-filter .filter-right {
  max-width: 40%;
  float: right;
  width: auto;
}

.projects-filter .filter-right button {font-size: 22px;
padding: 8px 20px;
color: #2c4938;
border: 2px solid #2c4938;
margin-bottom: 5px;
background-color: transparent;
}

.projects-filter .filter-right button.active {
  background-color: #2c4938;
  color: #fff;
}

.projects-filter .filter-right button:first-child {margin-right:-5px; 
margin-left:30px;}

.close-btn {
  position: absolute;
  right: 0;
  top:5px;
  cursor: pointer;
}

/* .contact.projects-filter hr {
  width: 120%;
} */

.list-view.list-isactive.filter-isactive .project-item.grid-item, 
.list-view.list-isactive .project-item.grid-item {
display: none;
}
.grid-view .project-item.list-view-filter {
  display: none;
}
.list-view.list-isactive.filter-isactive .project-item.list-view-filter{
  display: flex;
  }

.project-item p {font-size: 20px; color: #2c4938; margin-bottom: 0;}
.project-item {padding: 30px 0; border-bottom: 2px solid #2c4938;}
.list-view .project-item:first-child {border-top: 2px solid #2c4938; margin-top: 50px;}

.list-view .project-item {padding: 45px 0;}

.project-item h2 {min-width: 550px; padding-left: 50px; font-size: 30px;}

.list-view .project-item h2 {
margin-bottom: 0;
}

.project-item .project-overview-img {
position: absolute;
bottom: -60px;
max-width: 400px;
height: auto; 
/* display: none; */
z-index: 100;
right:-100px;
transform: scale(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;
}

.project-item:hover .project-overview-img {
  display: block;
}

.list-view .project-item .project-overview-img 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;
  transform-origin: center;
  border-radius: 10px;
}

.list-view .project-item:hover .project-overview-img {
  transform: scale(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 cubic-bezier(.215,.61,.355,1);
}
.list-view .project-item:hover .project-overview-img img {
animation: blur;
animation-duration: 0.6s;
object-fit: cover;
height: 250px;
width: 400px;
}


@keyframes blur {
  from {filter: blur(10px);}
  to {filter:blur(0);}
}

.list-view:not(.list-view.list-isactive),
.grid-view:not(.grid-view.grid-isactive) {
  display: none;
}

.grid-view.grid-isactive, 
.list-view.list-isactive {
  display: block;
}

.grid-view-wrapper.service .facetwp-template {
  position: relative;
}

.grid-view-wrapper.service .facetwp-template .project-line {
  position: absolute;
}

.grid-view-wrapper.service .facetwp-template {
  margin-bottom: 100px;
}

.grid-view-wrapper .facetwp-template {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-view-wrapper .facetwp-template .project-item {
  border: none;
}

.grid-view-wrapper .facetwp-template .project-item .project-overview-img {
  display: block;
  position: relative;
}

.grid-view .project-item {
  min-height: 450px;
  margin-bottom: 80px;
  margin-top: 80px;
  width: calc((100vw - var(--containerWidth)) / 2) + (50% - (var(--gap_S) * 2));
}


.grid-view .project-item.left-side{
  border-radius:  10px;
  /* left: calc(50px - ((100vw - var(--containerWidth)) / 2)); */
  /* left: calc(0px - ((100vw - var(--containerWidth)) / 2)); */
  right: unset;
  margin-right: 80px;
}

.grid-view .project-item.right-side{
  border-radius: 10px 0 0px 10px;
  left: unset;
  margin-left: 80px;
  /* right: calc(0px - ((100vw - var(--containerWidth)) / 2)); */
}


.grid-view .project-item:nth-child(4n-3) hr,
.grid-view .project-item:nth-child(4n) hr {
  display: block;
}

.grid-view .project-item hr {
  position: absolute;
  bottom: -80px;
  width: 100%;
  border: none;
  border-top: 2px solid #2c4938;
  margin:0;
  left:0;
}



.grid-view .project-item .hidden-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
z-index: 10;
opacity: 0;
padding: 20px 20px;
text-align: center;
-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;
}

.grid-view .project-item:hover .hidden-content {
  opacity: 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;
}

.grid-view .project-item.right-side .hidden-content {
  border-radius: 10px 0 0 10px;
}
.grid-view .project-item.left-side .hidden-content {
  border-radius: 0 10px 10px 0;
}
.list-view .project-item p {
  width: 250px;
line-height: 1.3;
display: flex;
align-items: center;
}
.list-view .project-item:hover,
.list-view .project-item:focus {
  background-color: #2c4938;
}

.list-view .project-item:hover h2,
.list-view .project-item:focus h2,
.list-view .project-item:hover p,
.list-view .project-item:focus p {
  color: #fff;
}



.grid-view .project-item p {
  color: #fff;
}
.grid-view .project-item h2 {margin-bottom: 20px;
min-width: unset; padding-left: 0;}

/* single project page */

.project-overview.contact hr {
  width: 1000px;
  left: 0;
  margin: 2rem 0;
}

.project-overview.single-project hr {
  border-top: 2px solid white;
}

.single-project-text {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.project-overview .seven.columns, 
.project-overview .nine.columns {
  margin: 0;
}

.project-overview .categories p:not(:first-child),
.project-overview .awards p:not(:first-child) {
  margin-bottom: 10px;
}

.flexible-image-lg .large-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
}

.flexible-image-lg .large-image hr,
.four-images .line-wrap hr {
  bottom: 0;
  border: none;
  border-bottom: 2px solid #2c4938;
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  margin: 6.25rem 0 0 0;
  position: relative;
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
  position: relative;
}
.four-images .line-wrap hr.right {
  right: calc(0px - ((100vw - var(--containerWidth)) / 2));
  left: unset;
  margin-top: 6.25rem;
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
  max-width: calc(100% + ((100vw - var(--containerWidth)) / 2));
position: relative;
float: right;
margin-bottom: 6.25rem;
}

.scroll-trigger hr,
.scroll-trigger hr.right {
  border: 0;
  border-bottom: 2px solid #2c4938;
  margin-top: 6.25rem;
  z-index: 1;
}

/* .bg-white.scroll-trigger hr,
.bg-white.scroll-trigger hr.right {
  border-bottom: 2px solid #fff;
} */


.scroll-trigger hr.right {
  right: calc(0px - ((100vw - var(--containerWidth)) / 2));
  left: unset;
  position: absolute;
  
}

/* .project-line svg .animated-line {
  position: absolute;
  width: calc(100% + ((100vw - var(--containerWidth)) / 2));
  bottom: 0;
  left: 0;

} */

.four-images .images-wrapper {
  gap: 5rem 10rem;
}

.four-images .images-wrapper img {
flex-grow: 1;
flex-shrink: 1;
/* max-width: 560px; */
min-width: 300px;
width: 43%;
border-radius: 10px;
aspect-ratio: 1 / 1;
/* height: calc(20vw * 1/1); */
}

@supports not (aspect-ratio: 1/1) {
  .four-images .images-wrapper img {
  /* height: calc(3 * 1/1);} */
  }
  .four-images .images-wrapper img::before {
  float: left;
  padding-top: 100%;
  content: "";
}

.four-images .images-wrapper img::after {
  display: block;
  content: "";
  clear: both;
}
}

.grid-view.related-projects .service .project-item {
  margin-bottom: 0px;
}

.grid-view.related-projects .project-item {
  /* min-height: 366px; */
  margin-bottom: 150px;
  margin-top: 0px;
}

.grid-view.related-projects .txt-center h2 {
  padding-bottom: 6rem;
}

.padding-buffer {
  height: 250px;
}


.bg-shape.four.top-left {
  left :-190px;
  z-index: 10;
}

.more-service-projects-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.view-more-service-projects {
    border-radius: 0.5em;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    height: auto;
    width: auto;
    line-height: 1;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}


.view-more-service-projects:hover {
  color: white;
}

/* Single Image & Text component */

.single-image-text h3 {
  font-size: 4rem;
}

.single-image-text img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-image-text .background-image img {
  width: 45%;
  bottom: -250px;
  right: -350px;
  z-index: 1;
}

/* Get In Touch Template */

.get-in-touch .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.hero-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.single-project hr {
  border: solid white;
  border-width: 3px 0 0;
}

.facetwp-facet-load_more {
  display: flex; 
  justify-content: center;
  align-items: center;
}

.facetwp-facet-load_more button {
  margin-top: 40px;
  align-items: center;
  background: none;
  border: 2px solid #2c4938;
  border-radius: 0.5rem;
  color: #2c4938;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding: 10px;
  text-align: center;
  -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;
}

.facetwp-facet-load_more button:hover {
  background-color: #2c4938;
  color: white;
}


/* Career Slider */

.flexible-carousel-text .flexible-carousel-text-col.wysiwyg.txt-white {
  font-size: 20px;
  line-height: normal;
}

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

@media all and (min-width: 1800px) {
  .grid-view .project-item {
    min-height: 600px;
  }

  .filter-left .title-wrap {
    width: 46vw;
  }


.hero-generic-heading {
  max-width: 90rem;
}
}

@media all and (max-width: 1800px) {
  .project-line {
    height: 92% !important;
  }
}

@media all and (min-width: 1640px) {
  .font-size-7 {font-size: 5.3rem;}

  .swiper.imageSlider {
    height: 480px;
  }
  .swiper-flexible-carousel .swiper-slide img {
    height: 740px;
  }
}

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


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

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

  .font-size-7 {font-size: 3.75rem;}
  .font-size-6 { font-size: 3.25rem; }
  .font-size-5 {font-size: 1.75rem;}


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

  .bg-shape {
    max-height: 350px;
  }

  .contact-icon {
    
    background-size: 2rem;
    padding-left: 3rem;
    text-decoration: none;
}
.contact-icon:not(.contact-address)::after { 
  left: 3rem;
  }
.contact-icon:not(.contact-address):hover::after { 
width: calc(100% - 3rem);
}

  .container.header-navigation-items {
    width: 100%;
    margin: 0 40px;
  
  }
  .header-navigation-primary-container {
    padding-right: 0;
  }
  .menu-primary .menu {
    /* gap: var(--gap_XS); */
    gap: 1rem;
}

.flexible-centred-content {
  width: 70%;
}

.carousel-text-col p, 
.flexible-carousel-text-col h3, 
.flexible-carousel-text-col p, 
.flexible-carousel-col h3, 
.flexible-carousel-col p {
  padding-right: 0px;
}
.flexible-carousel-text-cols,
.flexible-carousel-cols {
  gap: var(--gap_M);
}
.flexible-carousel-text-col,
.flexible-carousel-col {
  width: calc(50% - (var(--gap_M) / 2));
}
.image-text-series.left-image img, 
.image-text-series.right-image img {
  position: relative;
  height: auto;
  min-height: auto;
  min-width: auto;
  max-width: unset;
  /* width: calc(var(--containerWidth) / 2); */
}

.image-text-series.right-image img {
  /* right: calc(0px - ((100vw - var(--containerWidth)) / 2)); */
  right: 0;
}

.image-text-series.left-image hr, .image-text-series.right-image hr {
  max-width: calc(var(--containerWidth) / 2);
}

.swiper-flexible-carousel .swiper-slide img {
  min-width: 500px;
}

.social-icons,
.social-flexible-cta-contact {
  gap: 3rem;
}

.social-footer {
  gap: 1rem;
}

.footer-logo {
  flex-shrink: 1;
  flex-grow: 1;
  margin-right: 30px;
}


.accordian-wrap {
  padding: 0 130px;
}

.flexible-accordions-item::after {
  top: 118.8px;
}

.grid-view-wrapper .facetwp-template {
  grid-template-columns: repeat(auto-fill, minmax(min(480px), 1fr));
}

.grid-view .project-item {
  min-height: 320px;
}

.menu-primary .menu-item a {
  font-size: 1rem !important;
}

.flexible-carousel-text .flexible-carousel-text-col.wysiwyg.txt-white {
  font-size: 18px;
  line-height: normal;
}

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

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

  .font-size-5 {font-size: 1.4rem;}
  .font-size-6 {font-size: 2.75rem;}
  .font-size-7 {font-size: 2.75rem;}

  .flexible-pad-top-large {padding-top:8rem;}
  .flexible-pad-bottom-large {padding-bottom:8rem;}

  .flexible-pad-top-small {padding-top: 3rem;}
  .flexible-pad-bottom-small {padding-bottom: 3rem;}

  .bg-shape.top-left,
  .bg-shape.top-right {max-height: 300px; }
  .bg-shape.top-left {top: -105px; left: -44px;}
  .bg-shape.top-right {right: -170px;}

  .vertical-line-medium {
    height: 5.625rem; /* 90px */
  }

  .hero-logo{
	width: 28rem;
  }

  /* header tablet */

  .menu-primary .menu {gap: 1rem;}
  .header-navigation-primary-container {padding-right: 0;}
  .header-navigation .header-navigation-logo svg {width: 230px;}
  .header-navigation-search-toggle {width: 1.75rem;}
  .hero-generic-heading hr {width: 95%!important;}

  .menu-primary .menu-item a {
    font-size: 1rem;
  }

  /* flexible content tablet */

  .flexible-centred-content {width: 75%;}
  .flexible-carousel-text-col,
  .flexible-carousel-col {
    width: calc(50% - (var(--gap_M) / 2));
}
.flexible-carousel-text-cols,
.flexible-carousel-cols {
  gap: var(--gap_M);
}
.flexible-carousel-text-col p, 
.flexible-carousel-text-col h3, 
.flexible-carousel-col h3, 
.flexible-carousel-col p {
  padding-right: 0;
}

.flexible-cta-contact h2 {
  margin: 0 0 0 var(--gap_M);
}

.social-flexible-cta-contact {
  gap: 2rem;
  padding-left: 20px;
  justify-content: space-between;
}

.image-text-series.left-image img, .image-text-series.right-image img {
  width: 100%;
  height: auto;
}
.image-text-series.left-image, .image-text-series.right-image {
  min-height: 350px;
}
.swiper-flexible-carousel .swiper-slide img {object-fit: contain;}

.form-contact_wrapper,
.footer-col-contact {padding: var(--gap_S) var(--gap_S);}

/* footer tablet */

.social-footer {gap: 0;}
.social-footer .social-link {margin-left: 15px;}
.social-footer-link {width: 2rem;}

.footer-logo svg {height: 100%;}

/* contact page tablet */
.contact {padding: 8rem 0;}
.contact-col-map {padding-right: var(--gap_S);}
.contact-col {overflow: hidden;}
.contact-icon {background-size: 1.5rem;
padding-left: 2.5rem;}

.contact-icon:not(.contact-address)::after { 
  left: 2.5rem;
  }
.contact-icon:not(.contact-address):hover::after { 
width: calc(100% - 2.5rem);
}

.flexible-accordions {width: 100%;}
.flexible-accordions-item::after {top: 94px;}
.flexible-accordions-item-header a svg {width: 1.75rem;}

/* projects page tablet */

.projects-filter .filter-right {
  max-width: 50%;
}

.contact.projects-filter h2 {
  padding-left: 20px;
}

.list-view .project-item h2,
.list-view .project-item p {
  padding-left: 20px;
}

.list-view .project-item p {width: 280px;}

.grid-view-wrapper .facetwp-template {
  grid-template-columns: repeat(auto-fill, minmax(min(380px), 1fr));
}

.grid-view .project-item {
  min-height: 230px;
margin-top:40px;
margin-bottom: 40px;}
.grid-view .project-item hr {
  bottom: -40px;
}

.flexible-work-filter .facetwp-checkbox {min-width: unset; max-width: 30%;}

.grid-view .project-item .hidden-content {
  opacity: 1;
  background-color: rgba(0,0,0,0.25);
}

.project-item h2 {font-size: 25px;}

/* individual projects page tablet */

.flexible-image-lg .large-image hr, 
.four-images .line-wrap hr,
.four-images .line-wrap hr.right {
margin-top: 3rem;
}

.four-images .line-wrap hr.right {
  margin-bottom: 3rem;
}

.four-images .images-wrapper {
  gap: 4rem 5rem;
}

.padding-buffer {
  height: 200px;
}

.flexible-centered.no-margin.bg-green-dark h2,
.grid-view.related-projects .txt-center h2 {
  padding: 3rem 0 4rem;
  margin-top: -2.375rem;
}

.grid-view.related-projects .project-item {
  margin-bottom: 100px;
}

.grid-view .project-item.left-side{
  margin-right: 60px;
}
.grid-view .project-item.right-side{
  margin-left: 60px;
}

.flexible-work-filter .title-wrap {
  width: calc( ((100vw - var(--containerWidth)) / 2) + (60% - (var(--gap_M) * 2)));
}

}


@media only screen and (max-width: 959px) {
.header-navigation-primary-container.desktop-nav {
  display: none;
}

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

.container.header-navigation-items {
  width: 100%;
  margin: 0 15px;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.mobile-menu {
  display: block;
  position: absolute;
  z-index: 5000;
  width:100vw;
  -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: #fff;
  right: -5000px;
  top:0;
  padding-top: 100px;
}

.mobile-menu.open {
  right: 0;
  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;
}

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

.mobile-menu .menu-primary .menu, .mobile-menu .menu-footer .menu {
  flex-direction: column;
  gap: unset;
  align-items: center;
}

.mobile-menu .menu-primary .menu-item, .mobile-menu .menu-footer .menu-item {
  margin-bottom: 20px;
}

.mobile-menu .header-navigation-primary-container, .mobile-menu .header-navigation-primary-container.mobile-nav {
  padding-right: 0;
  justify-content: center;
  padding-bottom:30px;
}

.header-navigation form {
  position: absolute;
  width: 100%;
  left:0;
  top: 0;
z-index: -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;
}
.header-navigation-search-isactive form {
  top: 70px;
-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.sticky .header-navigation-search-isactive form {
top: 50px;
}

.header-navigation-search input[type="search"] {
opacity: 0;
width:100%;
}

.header-navigation-search-isactive input[type="search"] {
  width: 100%;
  opacity: 1;
}


.header-navigation {
  height: 70px;
}

.header-navigation.sticky {
  height: 50px;
}

.hero {border-top: 70px solid transparent;}

.header-navigation-primary-container.desktop-nav {
  display: none;
}

.header-navigation .header-navigation-logo svg {
  max-width: 180px;

}
.header-navigation-items {
  margin: 0 auto;
  z-index: 10000;
}

.header-navigation-search-toggle {
  height: 1.5rem;
  width: 1.5rem;

}

.header-navigation-search {
  margin-right:12px;
  margin-left: auto;
}

.mobile-menu .header-navigation-primary-container, .mobile-menu .header-navigation-primary-container.mobile-nav {
  padding-right: 0;
  justify-content: center;
  padding-bottom: 30px;
}

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

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

/* All Mobile Sizes (devices and browser) */
@media all and (max-width: 767px) {

  .flexible-pad-top-small {padding-top: 3.125rem;}
  .flexible-pad-bottom-small {padding-bottom: 3.125rem;}

  .flexible-pad-top-large {padding-top: 5.25rem;}
  .flexible-pad-bottom-large {padding-bottom: 5.25rem;}

  .vertical-line-medium {
    height: 3.75rem; /* 60px */
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }

.font-size-1 {
  /* 16px */
  font-size: 1rem;
  line-height: 1.5;
}

.font-size-2 {
  /* 18px */
  font-size: 1.125rem;
  line-height: 1.5;
}

.font-size-3 {
  /* 20px */
  font-size: 1.25rem;
  line-height: 1.5;
}

.font-size-4 {
  /* 25px */
  font-size: 1.4rem;
  line-height: 1.2;
}

.font-size-5 {
  /* 40px */
  font-size: 1.1rem;
  line-height: 1.3;
}

.font-size-6 {
  /* 60px */
  font-size: 2.2rem;
  line-height: 1;
}

.font-size-7 {
  /* 68px */
  font-size: 2.5rem;
  line-height: 1;
}
  .hide-desktop {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }

  .vertical-line-large {
    height: 6.25rem;
  }

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

  .container.header-navigation-items {
    width: 100%;
    margin: 0 15px;
    height: 100%;
    position: relative;
    background-color: #fff;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    z-index: 5000;
    width:100vw;
    -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: #fff;
    right: -5000px;
    top:0;
    padding-top: 100px;
  }

  .mobile-menu.open {
    right: 0;
    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;
  }

  .mobile-menu .menu-primary .menu, .mobile-menu .menu-footer .menu {
    flex-direction: column;
    gap: unset;
    align-items: center;
  }

  .mobile-menu .menu-primary .menu-item, .mobile-menu .menu-footer .menu-item {
    margin-bottom: 20px;
  }

  .mobile-menu .header-navigation-primary-container, .mobile-menu .header-navigation-primary-container.mobile-nav {
    padding-right: 0;
    justify-content: center;
    padding-bottom:30px;
  }

  .header-navigation form {
    position: absolute;
    width: 100%;
    left:0;
    top: 0;
  z-index: -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;
  }
  .header-navigation-search-isactive form {
    top: 70px;
-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.sticky .header-navigation-search-isactive form {
  top: 50px;
}
  
  .header-navigation-search input[type="search"] {
opacity: 0;
width:100%;
  }

  .header-navigation-search-isactive input[type="search"] {
    width: 100%;
    opacity: 1;
  }
  

  .header-navigation {
    height: 70px;
  }

  .header-navigation.sticky {
    height: 50px;
  }

  .hero {border-top: 70px solid transparent;}

  .header-navigation-primary-container.desktop-nav {
    display: none;
  }

  .header-navigation .header-navigation-logo svg {
    max-width: 180px;
  
  }
  .header-navigation-items {
    margin: 0 auto;
    z-index: 10000;
  }

  .header-navigation-search-toggle {
    height: 1.5rem;
    width: 1.5rem;
  
  }

  .header-navigation-search {
    margin-right:12px;
    margin-left: auto;
  }

  .hero-generic-full, 
  .hero-generic-full .hero-generic-layer, 
  .hero-generic-full .hero-generic-overlay {
    /* height: calc(100vh - 80px); */
    height: 100vh;
    margin-top: -30px;
  }

  .hero-generic-heading hr {width: 80%!important;}

  .bg-shape.top-left {top:-80px;
  left: -100px;;
  }

  .bg-shape {
    max-height: 200px;
  }

  .bg-shape.top-right {
    top: -100px;
    right: -172px;
    
} 

.bg-shape.top-right {
  max-height: 170px; 
}

.bg-shape.top-right.seven {
  top: -43px;
}

.bg-shape.top-left.seven {
  top: -48px;
  left: -184px;
}

.bg-shape.bottom-left.two {
  bottom: -126px;
  left: -98px;
}

.hero-logo {
    width: 18rem;
}
  /* flexible content */

  .flexible-centred-content { width: 100%;}
  .flexible-carousel-cols,
  .flexible-carousel-text-cols,
  .flexible-cta-contact-cols {flex-wrap: wrap; gap: var(--gap_S);}
  .flexible-carousel-text-col, 
  .flexible-carousel-col,
  .flexible-cta-contact-col {width: 100%;}

  .flexible-carousel-text-col p, 
  .flexible-carousel-text-col h3, 
  .flexible-carousel-col h3, 
  .flexible-carousel-col p {
    padding-right: 0;
  }

  .flexible-carousel-text-col.text-side {
    margin-bottom: 0;
}

.flexible-carousel .title-wrap h2 {
  margin-bottom: 20px;
}

.swiper.imageSlider {
  height: 280px;
}


  .image-text-series.left-image, .image-text-series.right-image {
    min-height: unset;
}

  .image-text-series.left-image img, 
  .image-text-series.right-image img {
    height: auto;
    width: 100%;
    min-width: 95vw;
    max-width: 95vw;
    /* border-radius: 10px; */
    position: relative;
  }

  .image-text-series.left-image hr, 
  .image-text-series.right-image hr {
    max-width: 95vw;
  }

  .image-text-series.right-image img {
    right: 0;
}

.title-wrap {
  left: calc(0px - ((100vw - var(--containerWidth)) / 2));
  width: calc( (100vw - var(--containerWidth)) + (100% - (var(--gap_XS) * 2)));
  text-align: right;
}

.swiper-flexible-carousel .swiper-slide img {
  min-width: 95vw;
  min-height: 250px;
  height: 250px;
}

.social-flexible-cta-contact {
  padding-left: 0;
}

  .flexible-carousel h2,
  .contact h2 {padding-left: 0;}
  .swiper.swiper-flexible-carousel {overflow: visible;}
  .swiper-flexible-carousel .swiper-slide {margin-right: 50px;}

  /* cta mobile */
  .flexible-cta-contact h2 {
    margin: 0 auto;
  }
  .flexible-cta-contact-cols {text-align: center;}
  .social-flexible-cta-contact {flex-wrap: wrap;}
  .social-link.social-flexible-cta-contact-button {width: 100%; margin: 0 50px;}
  .flexible-cta-contact-cols,
  .social-flexible-cta-contact {gap: 30px;}
  .social-icons {margin: 0 auto; }

  /* footer mobile */

  .footer-cols,
  .contact-cols {grid-template-columns: 1fr;}
  .footer-col-contact {padding: 50px 0;}

  .form-contact_wrapper {
    padding: 30px 20px;
}
.form-contact_wrapper .gform_fields > .gfield {
  margin-bottom: 25px;
}

.form-contact_wrapper input[type="email"], 
.form-contact_wrapper input[type="text"] {
  padding: 1rem;
}

.social-footer {
  gap: 1rem;
  margin-left: 20px;
}
.social-footer-link {width:2.2rem;}

/* contact page mobile */

.contact {padding: 5rem 0;}

.contact hr {margin: 1rem 0 1.5rem;}

.contact-cols {padding-top: 0;}

.contact-col {width: var(--containerWidth);}

.contact-col-map {padding-right: 0;
width: var(--containerWidth);}

.contact-icon {
  background-size: 1.5rem;
  padding-left: 2rem;
}

.contact-icon:not(.contact-address)::after { 
  left: 2rem;
  }
.contact-icon:not(.contact-address):hover::after { 
width: calc(100% - 2rem);
}

.flexible-accordions {
  width: 100%;
}
.accordian-wrap {padding: 0;}
.flexible-accordions-item-header a svg {width: 1.25rem; margin-right: 5px;}
.flexible-accordions-item-header {padding-left: 5px;}
.flexible-accordions-item-header h3 {padding-left: 0;}
.flexible-accordions-item-header a {padding: 1.5rem 0;}

.flexible-accordions-item::after {top: 72.88px;}

.flexible-accordions-item-active.flexible-accordions-item::after {
  width: calc(
    ((100vw - (var(--containerWidth)) * 0.6) / 2) +
      (var(--containerWidth) * 0.6)
  )
}

.flexible-carousel-text-col.image-edge .swiper-slide img {
  min-width: unset;
  height: 250px;
}

/* projects page mobile */



.projects-filter .filter-left {width: 100%;}

.projects-filter .filter-right p {
  padding-right: 25px;
  font-size: 22px;
}
.projects-filter .filter-right button {
  font-size: 20px;
}
.projects-filter .filter-right button:first-child {
  margin-left: 25px;
}

.flexible-work-filter .title-wrap {
  width: 70%;
}

.flexible-work-filter-buttons {
  justify-content: space-between;
  gap: 1rem;
}

.grid-view-wrapper .facetwp-template {
  grid-template-columns: 1fr;
}

.project-item h2 {font-size: 24px; line-height: 1.1;}

.grid-view .project-item {
  min-height: 260px;
  width: 95vw; 
  margin-bottom: 25px;
  margin-top: 25px;
}

.grid-view .project-item hr {
  bottom: -25px
}
.grid-view .project-item.left-side {
  margin-right: 0;
}
.grid-view .project-item.right-side {
  right: calc(34px - ((100vw - var(--containerWidth)) / 2));
  right: 0;
  margin-left: 5vw;
}

.list-view .project-item:hover .project-overview-img,
.project-item .project-overview-img {
  display: none;
}

.flexible-awards-item {
  max-width: 60px;
}

.flexible-awards-item-wide {
  max-width: 85px;
}

.flexible-awards-items {
  flex-wrap: wrap;
  padding: 1.5rem;
}

.projects-filter .filter-right {
  max-width: unset;
}

.grid-view .project-item .hidden-content {
  opacity: 1;
  background-color: rgba(0,0,0,0.3);
}
.list-view .project-item h2 {font-size: 24px;  min-width: unset;}
.list-view .project-item h2, 
.list-view .project-item p {
  padding-left: 10px;
}

.flexible-work-filter h3 {
  padding-left: 0;
}
.flexible-work .facetwp-facet {gap: 20px;}
.flexible-work-filter .facetwp-checkbox {
  width: 46%;
  min-width: unset;
  max-width: 46%;
}
.facetwp-display-value {font-size: 18px;}

.flexible-work-filter hr {width: 100%;}

/* single project mobile */

.contact.project-overview .seven.columns {
  margin-top: 30px;
}
.flexible-image-lg .large-image hr, 
.four-images .line-wrap hr,
.four-images .line-wrap hr.right {
margin-top: 3.25rem;
}

.four-images .line-wrap hr.right {
  margin-bottom: 3.25rem;
}

.four-images .images-wrapper {
  gap: 2.5rem;
}

.padding-buffer {
  height: 130px;
}

.image-text-series.left-image,
.image-text-series.right-image {
  margin-bottom: 3.25rem;
}

.grid-view.related-projects .txt-center h2 {
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.grid-view.related-projects .project-item {
  margin-bottom: 50px;
}

.bg-shape.four.top-left {
  top: -126px;
  left: -168px;
}

/* Selected Prohects */

.projects-filter .filter-toggle {
  z-index: 5;
}

.projects-filter .container .flexible-work-filter {
  padding-bottom: 1rem;
}

.projects-filter .container .flexible-work-filter-options .facetwp-facet {
  margin-bottom: unset;
}

.grid-view.grid-isactive, .list-view.list-isactive {
  padding-top: 1rem;
}

.flexible-work-filter-options .facetwp-facet {
  justify-content: flex-start;
  flex-direction: column;
  padding-left: unset;
  width: 100%;
}

.flexible-work-filter-options {
  width: 100%;
  padding-top: 2rem;
}

/* Project Page */

.single-project .fade-right p {
  text-align: center;
}

.project-features p {
  font-size: 20px;
}

.project-features .vertical-line-left {
  left: 4%;
}

.flexible-work-listing.grid-view.grid-isactive {
  padding-top: 3rem;
}

.grid-view.related-projects .service .project-item {
  margin-top: 2rem;
}

/* Service page */ 
.service-carousel .title-wrap {
  width: 80vw;
}

.grid-view-wrapper.service .facetwp-template {
  margin-bottom: 50px;
}

.service-carousel .glide .glide__slides .glide__slide .img-wrapper {
  height: 300px;
}

.service-carousel h3 {
  font-size: 2.2rem;
}

.related-projects .bg-shape.triangle.project-triangle {
  opacity: 0.3;
}

.flexible-carousel-text-col.text-side h3 {
  font-size: 2.2rem;
}

.view-more-service-projects {
  margin: 20px;
  font-size: 1rem;
}

.cta-services-contact a {
  padding: 0.5rem;
}

.services-more-info {
  display: flex;
  flex-direction: column;
}

.image-text-series.new-services {
  overflow: hidden;
  border-radius: 10px;
}

.image-text-series {
  overflow: hidden;
  border-radius: 10px;
}

.flexible-carousel-text-col.image-edge .swiper-flexible-carousel-text {
  left: unset;
  width: unset;
}

.flexible-carousel-text-col.image-edge .swiper-slide img {
  border-radius: 0.75rem;
}

/* Awards */

.inline-awards {
  padding: 10px;
}

.inline-awards-item {
  width: 60px;
}


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

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

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media all and (max-width: 479px) {
}

/* Band Jumps */
/*@media all and (min-width: 1280px) and (max-width: 1379px) {
		.band {width: 100%}
	}

	@media all and (min-width: 959px) and (max-width: 1060px) {
		.band {width: 100%}
	}*/
