:root {
	--mid-green: #047c6f;
	--light-green: #90b82f;
	--dark-green: #003d35;
	--yellow: #fecc00
}

body {
	font-family: 'Montserrat', sans-serif;
}

header {
	background: var(--dark-green);
	padding: 10px 0;
}

header.header-light {
	background: white;
	padding: 10px 0;
}

.call-expert {
	color: var(--light-green);
	font-weight: 700;
	margin-bottom: -20px;
}

/*Helpers and bits*/

a {
	color: var(--mid-green);
}

.return-link {
	color: var(--mid-green)!important;
}


h6 {
	font-weight: bold;
	font-size: 18px;
	color: var(--dark-green);
	line-height: 1.5;
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.grey-line-bottom {
	border-bottom: 1px solid #c5c5c5;
}

.circle-button {
	text-decoration: none;
	background: var(--dark-green);
	display: block;
	width: 175px;
	height: 175px;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	/*background-image: linear-gradient(90deg,
          var(--dark-green) 0%,
          var(--dark-green) 50%,
          var(--mid-green) 50%,
          var(--mid-green) 100%);
      background-size: 200%;*/
	  
	  transition: background 1s;
      /*transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
        color .2s linear;
      transition-delay: 0.0s, 0.15s;*/
	  /*transition: background 1s;*/
	 

}

.circle-button:hover {
	/*background-position: 100% -100%;*/
	background: var(--mid-green);
	transition: background 1s;
}

.circle-button-yellow {
	background: var(--yellow);
	color: var(--dark-green);
	margin-bottom: 30px;
}

.circle-button-yellow:hover {
	color: white;
	transition: all 1s;
}

.btn-primary {
	background: var(--dark-green);
	border-color: var(--dark-green);
}

.btn-primary:hover {
	background: var(--light-green);
	border-color: var(--light-green);
}

.btn-secondary {
	background: var(--dark-green);
	border-color: var(--dark-green);
}

.btn-secondary:hover {
	background: var(--mid-green);
	border-color: var(--mid-green);
}


.main-content h2 {
	font-weight: bold;
	font-size: 18px;
	color: var(--dark-green);
	line-height: 1.5;
	margin-bottom: 20px;
}

.main-content h3 {
	font-weight: bold;
	font-size: 18px;
	color: var(--mid-green);
	line-height: 1.5;
	margin-bottom: 20px;
}

.main-content h1 {
	font-weight: bold;
	font-size: 22px;
	color: var(--dark-green);
	line-height: 1.5;
	margin-bottom: 20px;
}

.main-content h4 {
	font-weight: bold;
	font-size: 18px;
	color: var(--light-green);
	line-height: 1.5;
	margin-bottom: 0px;
}

.main-content h5 {
	font-weight: bold;
	font-size: 18px;
	color: var(--mid-green);
	line-height: 1.5;
	margin-bottom: 0px;
	margin-top: 30px;
}

.main-content h6 {
	font-weight: bold;
	font-size: 18px;
	color: var(--dark-green);
	line-height: 1.5;
	margin-bottom: 0px;
	margin-top: 30px;
}

.well {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.white-col {
	background: white;
	padding: 30px;
	height: 100%;
}

/*HOMEPAGE*/

.herovid {
	position: relative;
	background-color: black;
	height: 90vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

.herovid video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.herovid .container {
	position: relative;
	z-index: 2;
}

.herovid .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--dark-green);
	/*  background: #222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAACBJREFUCB1jYGBg+A/EIIBOQ0SRSXQVMD6yGggbJgOnAcmtCPjyS2ejAAAAAElFTkSuQmCC);*/
	opacity: 0.35;
	z-index: 1;
}



/*@media (pointer: coarse) and (hover: none) {
  .herovid {
    background: url('images/construct-1400.jpg') white no-repeat center center scroll;
  }
  .herovid video {
    display: none;
  }
}*/


.fade-container {
	/*      position: relative;*/
	width: 100%;
	height: auto;
	/*	  height: 100%;*/
	/*      overflow: hidden;*/
}

.fade-item {
	position: absolute;
	width: 100%;
	margin-top: -30px;
	/*      height: 100%;*/
	opacity: 0;
	transition: opacity 1s ease-in-out;
	color: white;
}

.fade-item.show {
	opacity: 1;
}

.fade-item h1 {
	font-weight: bold;
	color: white;
	max-width: 70%;
	margin: 0 auto;
	text-shadow: 0 0 15px var(--dark-green);
	text-wrap: balance;
}

.home-intro h2 {
	color: var(--dark-green);
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 25px;
}

.home-intro p {
	color: #1a1a1a;
	font-size: 22px;
	padding-right: 20px;
}

/*slider*/


.indust-slide  {
/*	outline: red 1px solid;*/
}

.indust-slide a {
	text-decoration: none;
}

.indust-slide a:hover img {
	opacity: 0.7;
	filter:grayscale(100%);
	
	
}

.indust-slide-item {
	position: relative;
/*	text-align: center;*/
	padding-right: 15px;
	padding-left: 15px;
}

.indust-slide-item img {
	width: 100%;     height: auto;
}

/*.indust-slide-item-title {
  background: #222;
}*/

.indust-slide-item-title h3 {
	color: #333;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	
}

.slide-arrows-cont {
/*	background: red;*/
}

button.sPrev {
	border: none;
	background: #fff url(images/leftarrow.svg) no-repeat center center;
	text-indent: -2000px;
	width: 40px;
	height: 40px;
	margin-left: 15px;
}
button.sNext {
	border: none;
	background: #fff url(images/rightarrow.svg) no-repeat center center;
	text-indent: -2000px;
	width: 40px;
	height: 40px;
	margin-left: 15px;
}

/*clients*/


.home-clients {
	background: #2b2b2b;
	color: white;
}

.home-clients h2 {
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 25px;
}


.clients-section {
/*	padding: 80px 0;*/
}

.clients-section img {
	width: 100%;
	height: auto;
}

.clients-section a:hover img {
	filter: grayscale(100);
	opacity: 0.8;
}

/*unique*/
.unique-section .well {
	background: #FFFAE5;
	padding: 40px;
	margin: 40px 0;
}

.unique-section h1 {
	font-size: 44px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
}

.unique-section-img img {
	width: 100%;
	height: auto;
}

.unique-section-img p {
	margin: 0;
	padding: 0;
}

/*accreds*/


.accred-logos ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
 
}

.accred-logos li  {
	display: inline-block;
	margin: 0;
	padding: 0;
	
}


.accred-logos li img  {
width: 130px;
height: auto;
margin: 10px;
}

/*4steps*/

.four-steps [class*="col"] {
	background: #ECF3DC;
	padding-top: 20px;
}

.four-steps [class*="col"] img {
	width: 100%;
	height: auto;
}

.four-steps .row:nth-last-of-type(odd) [class*="col"] {
	background: #D5E9E7;
}

.four-steps .col-sm-8 {
	padding-left: 40px;
	padding-right: 40px;
}

.four-steps h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

/*blog/case*/

.home-blog {
	background: #ebebeb;
}

.home-blog h2 {
	color: var(--dark-green);
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 25px;
}

.home-blog-article-outer {
/*width: 100%;	*/
}

.home-blog-article-wrapper {
	background: white;
	position: relative;
	padding-bottom: 80px;
}

.home-blog-article-img {
/*	margin-bottom: 30px;*/

}

.home-blog-article-img img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit:cover
}

.home-blog-article-txt {
	padding: 30px;
}

.home-blog-article-txt h3 {
	color: var(--mid-green);
	font-size: 22px;
	margin-bottom: 20px;
}

.home-blog-article-more {
	padding-left: 30px;
	position: absolute;
	bottom: 20px;
}

.read-more-circle {
	background: var(--dark-green);
	aspect-ratio: 1 / 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 100%;
	text-align: center;
	padding: 15px;
	line-height: 1;
/*	transform: rotate(0deg);*/
	transition: transform 0.3s ease-in-out 0s;
}

.read-more-circle:hover {
	background: var(--mid-green);
	transform: rotate(360deg);
	
}

.home-newsletter {
	background: var(--light-green);
}

.home-newsletter h4 {
	font-size: 30px;
	color: white;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 0;
}

.home-newsletter p {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.home-newsletter img {
	margin-right: 40px;
	margin-top: 0px;
	width: 120px;
	height: auto;
}

.home-newsletter .btn {
	margin-left: 40px;

}



/*SECTOR PAGES*/

.sector-hero  {
	position: relative;
}


.sector-hero img {
	width: 100%;
	height: auto;
}

.sector-hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	/*  background: #222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAACBJREFUCB1jYGBg+A/EIIBOQ0SRSXQVMD6yGggbJgOnAcmtCPjyS2ejAAAAAElFTkSuQmCC);*/
	opacity: 0.15;
	z-index: 1;
}

.sector-hero h1,.sector-hero .h1  {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	padding: 0 15px;
	color: white;
	z-index: 2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 56px;
	line-height: 1.1;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.57);
}


@media (min-width: 576px) { .sector-hero h1,.sector-hero .  {width: 540px;} }

@media (min-width: 768px) { .sector-hero h1,.sector-hero .  {width: 720px;} }

@media (min-width: 992px) { .sector-hero h1,.sector-hero .  {width: 960px;} }

@media (min-width: 1200px) { .sector-hero h1,.sector-hero .  {width: 1140px;} }

@media (min-width: 1400px) { .sector-hero h1,.sector-hero .  {width: 1320px;} }


.sector-intro {
	background: #122523;
	color: white;
}

.sector-intro .sector-intro-left p a {
	color: var(--light-green);
}

.sector-intro .sector-intro-left h2 {
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 2rem;
}


.sector-intro .sector-intro-left h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	color: var(--light-green);
}

.sector-intro .sector-intro-left h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	color: var(--light-green);
}

.sector-intro .sector-intro-left h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	color: var(--yellow);
}

.sector-well  {
	background: rgba(255,255,255,0.15);
	padding: 20px;
	margin-bottom: 30px;
}

.sector-well h3:first-of-type, .sector-well h4:first-of-type, .sector-well h5:first-of-type {
	margin-top: 0;
}

.sector-intro .sector-intro-left img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


.sector-intro .circle-button {
	margin-top: -165px; 
	z-index: 1001; 
	position: relative;
}



.sector-quotes  {
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.sector-quotes ul  {
	padding: 0;
}

.sector-quotes   {
	color: #deeac1;
	font-size: 20px;
}

.sector-quotes strong   {
	
	font-size: 14px;
	display: block;
	margin-top: 10px;
}


.sector-quotes .slick-dots li button:before  {
	color: white;
}

.sector-quotes .slick-dots li.slick-active button:before {
	color: white!important;
}


.sector-cases a {
	text-decoration: none;
	color: inherit;
}

.sector-cases img {
	width: 100%;
	height: auto;
}

.case-thumb {
	position: relative;
}

.sector-cases-col {
	margin-bottom: 10px;
}

.sector-cases-col h3 {
	font-size: 18px;
	font-weight: bold;
	color: var(--dark-green);
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 10px;
}

.sector-cases-col p {
	font-size: 14px;
	color: #808080;
	margin-left: 10px;
}

.case-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 61, 53, 0.75)
}

/*.case-thumb:hover .case-overlay {
  opacity: 1;
}*/

.sector-cases a:hover .case-overlay {
  opacity: 1;
}

.case-overlay-text {
	color: white;
	padding: 20px;
	font-size: 20px;
}

/*.sector-cases .col-4 {
/*	border-right: 6px solid white;*!/
margin-left: 6px!important;
}

.sector-cases .col-4:nth-of-type(3n-2) {
margin-left: 0px!important;
}*/


.sustainability-box {
	background: var(--mid-green);
	padding-bottom: 30px;
}

.sustainability-box-inner {
	background-color: rgba(0, 61, 53, 0.25);
	border-radius: 4px;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	height: 100%;
	font-size: 14px;
	line-height: 1.4;
}

.sustainability-box-inner p {
	margin: 0;
	padding: 0;
}

.sustainability-box-inner img {
	height: 80px;
	width: a;
	margin-bottom: 20px;
}

/*CASE STUDIES*/

.case-intro {
	background: #ebeeed;
	padding-bottom: 40px;
}

.case-intro h3 {
	color: var(--mid-green);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.case-intro h1 {
	color: #111;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 20px;
}

.case-intro h2 {
	color: #111;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.case-intro .case-title {
	/*align with bottom of slide image*/
	margin-bottom: 30px;
}

.case-slide img {
	aspect-ratio:1.5625/1;
	object-fit:cover;
}

.case-xtra	{
	background: #1a1a1a url('images/lightswoosh.png') no-repeat center center;
}

.case-xtra h3	{
	font-size: 22px;
	font-weight: 300;
	color: #c5c5c5;
	margin-bottom: 30px;
}

.case-xtra .want-quote	{
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	color: var(--yellow);
	margin-bottom: 30px;
	text-align: center;
	
}

.case-xtra .circle-button {
	position: relative;
	margin-top: 68px;
}

.case-xtra .circle-button:before {
	content: '';
	background: url(images/point-stick.svg) no-repeat center top;
	width: 100%;
	height: 100px;
	/*margin-top: -80px;
	position: relative;*/
	position: absolute;
	top: -63px;
}

.case-desc {
	padding-right: 60px;
}

.case-tech-spec {
	background: var(--mid-green) url(images/tech-spec.svg) no-repeat top 20px right 20px;
	padding: 30px;
	color: #cde5e2;
	
}

.case-tech-spec h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 20px;
	color: white;
}

.case-tech-spec p {
	line-height: 1.3;
}


/*timeline*/

.timeline-wrap {
	position: relative;
}

.timeline-wrap:before {
	content: '';
display: block;
position: absolute;
left: 50%;
top: 0;
width: 0;
height: 100%;
border-left: 1px solid var(--mid-green);
}

.timeline {
	position: relative;
}


.timeline-wrap .timeline:nth-child(even)
{
	margin-left: auto;
}


.timeline:before {
	content: '';
display: block;
position: absolute;
top: 10px;
top: calc(50% - 13px);
right: calc(0px - 13px);
width: 26px;
height: 26px;
border-radius: 100%;
background: var(--mid-green);
}

.timeline-wrap .timeline:nth-child(even):before 
{
left: calc(0px - 13px);
}



.timeline-block {
	background: white;
	padding: 30px;
	margin: 0px 50px 0 50px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.timeline-block p {
	margin-bottom: 0;
}


.timeline-block h3 {
	margin-bottom: 0;
}

/*Blog*/


.short-hero  {
	height: 250px;
}

.short-hero img  {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.short-hero .overlay {
	opacity: 0.9;
	background: var(--mid-green);
}

.blog-summary-section {
	background: #ebeeed;
	padding: 40px 0;
}

.blog-summary-section .home-blog-article-wrapper a {
	color: inherit;
	text-decoration: none;
}
.single-post .blog-summary-section .home-blog-article-wrapper a {text-decoration: underline; color: var(--mid-green); }
.single-post .blog-summary-section .home-blog-article-wrapper a.btn {color:white;text-decoration: none; }
.blog-summary-section .home-blog-article-wrapper:hover {
	opacity: 0.7;
}

.blog-summary-section .home-blog-article-wrapper   {
	padding: 0px;
}


.blog-summary-section .home-blog-article-wrapper .home-blog-article-txt  {
	padding: 20px;
}
.page-template-page-covered .blog-summary-section .home-blog-article-wrapper 
{background:var(--mid-green);}
.page-template-page-covered .blog-summary-section .home-blog-article-wrapper .home-blog-article-txt *{
    color:white;

}

.blog-summary-section .home-blog-article-wrapper .home-blog-article-txt h3 {
	margin-bottom: 5px;
	margin-top: 0;
}


.blog-detail-section .home-blog-article-wrapper:hover {
	opacity: inherit;
}

.blog-detail-section .home-blog-article-wrapper .home-blog-article-txt   {
	padding: 40px;
}

.blog-detail-section .home-blog-article-wrapper .home-blog-article-txt h3  {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.blog-detail-section .home-blog-article-wrapper .home-blog-article-txt h1  {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	color: var(--dark-green);
}

.blog-detail-section .home-blog-article-wrapper .home-blog-article-txt h2  {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	color: var(--mid-green);
}

.more-articles h4 {
	font-weight: bold;
	color: var(--mid-green);
	margin-bottom: 30px;
}

.more-articles p {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.more-articles a {
	color: var(--dark-green);
	text-decoration: none;
}

.more-articles a:hover {
	text-decoration: underline;
}

#NewsPostDetailReturnLink {
	color: var(--mid-green);
}

/*TEAM*/

.team-section  {
	padding: 60px 0;
}

.team-section img {
	width: 100%;
	height: auto;
}

.team-section h4 {
	font-weight: bold;
	font-size: 18px;
	color: var(--dark-green);
	margin-bottom: 3px;
}

.team-section h5 {
	font-size: 14px;
	color: #808080;
}

.team-section a {
	color: inherit;
	text-decoration: none;
}

.team-member-detail h4 {
	font-size: 22px;
	margin-bottom: 5px;
}
.team-member-detail h5 {
	font-size: 22px;
	margin-bottom: 30px;
}

.bsb-overlay-hover {
	position: relative
}

.bsb-overlay-hover>a {
	bottom: 0;
	display: block;
	left: 0;
	position: relative;
	right: 0;
	top: 0
}

.bsb-overlay-hover>a>img.bsb-scale {
	--bsb-scale: 1
}

.bsb-overlay-hover>a>img.bsb-scale, .bsb-overlay-hover>a>img.bsb-scale-up {
	transform: scale3d(var(--bsb-scale),var(--bsb-scale),var(--bsb-scale));
	transform-style: preserve-3d;
	transition: transform .5s
}

.bsb-overlay-hover>a>img.bsb-scale-up {
	--bsb-scale: 1.2
}

.bsb-overlay-hover>a:after {
	background-color: rgba(4, 124, 111, .5);
	content: "";
	cursor: pointer!important;
	display: block;
	z-index: 0
}

.bsb-overlay-hover>a:after, .bsb-overlay-hover>figcaption {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0
}

.bsb-overlay-hover>figcaption {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	pointer-events: none;
	z-index: 1
}

.bsb-overlay-hover>figcaption>* {
	opacity: 0
}

.bsb-overlay-hover:hover>a>img.bsb-hover-scale {
	--bsb-scale-hover: 1;
	transform: scale3d(var(--bsb-scale-hover),var(--bsb-scale-hover),var(--bsb-scale-hover))
}

.bsb-overlay-hover:hover>a>img.bsb-hover-scale-up {
	--bsb-scale-hover: 1.2;
	transform: scale3d(var(--bsb-scale-hover),var(--bsb-scale-hover),var(--bsb-scale-hover))
}

.bsb-overlay-hover:hover>a:after {
	opacity: 1;
	transition: opacity .15s linear
}

.bsb-overlay-hover:hover>figcaption {
	opacity: 1;
	transition: opacity .15s linear .1s
}

.bsb-overlay-hover:hover>figcaption>.bsb-hover-fadeInLeft {
	--bsb-animation-duration: 500ms;
	animation-duration: var(--bsb-animation-duration);
	animation-fill-mode: both;
	animation-name: bsb-fadeInLeft
}

.bsb-overlay-hover:hover>figcaption>.bsb-hover-fadeInRight {
	--bsb-animation-duration: 500ms;
	animation-duration: var(--bsb-animation-duration);
	animation-fill-mode: both;
	animation-name: bsb-fadeInRight
}


/* inspire */

.inspire-section [class*="col-"] {
	margin-bottom: 24px;
}

.more-inspo {
	background-color: var(--light-green);
	margin: 4px;
	padding: 24px 12px;
	color: white;
}

.more-inspo h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}

.more-inspo h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
	color: var(--dark-green);
}

.more-inspo a {
	text-decoration: underline;
}
.more-inspo a:hover {
	color: var(--dark-green);
}

.more-inspo ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*WORK FOR US*/

.vacancy-block {
	background: #ebeeed;
	padding: 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.vacancy-block-inner {
	flex: 1 1 auto;
}

.vacancy-block-footer {
	
}



.work-quotes .sector-quotes {
	color: var(--mid-green);
	padding-top: 12px;
}

.work-quotes .sector-quotes .slick-dots li button:before {
	color: #000;
}

.work-quotes .sector-quotes .slick-dots li.slick-active button:before {
	color: #000!important;
}


.work-quotes img {
	width: 40px;
}

.great-reasons .white-col svg {
	width: 100%;
	height: auto;
	fill: var(--mid-green);
	padding-right: 20px;
}


/* Resources Downloads and FAQS */

.accordion {margin-bottom: 40px;}
.accordion-button {font-weight: bold;}
.accordion h2 {margin: inherit;}
.accordion-button:not(.collapsed) {
	color: var(--dark-green);
	background-color: #d5e9e7;
}

.accordion-body a {
text-decoration: none;
}

.accordion-body a:hover {
	text-decoration: underline;
	}


.faq-item {
		border: 1px solid #d5e9e7;;
		margin-bottom: 10px;
	}	

.faq-question {
	/* background: red; */
	padding: 10px;
}	

a.faq-button  {
	text-decoration: none;
	display: block;
	position: relative;
	padding-right: 20px;
	background:#d5e9e7;
}	


.faq-button:after {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	font-weight: bold;
}


.faq-button[aria-expanded="false"]:after {
	content: '\2193';
	
}


.faq-button[aria-expanded="true"]:after {
	content: '\2191';
	
}



.faq-question h3 {
	margin: 0;
	padding: 0;
}	

.faq-answer {padding: 10px}
/*CONTACT*/


.contact-section {
	padding: 60px 0;
}

.contact-section h2 {
	font-size: 22px;
	color: var(--mid-green);
	line-height: 1.4;
}

.contact-section .form-label {
	margin-bottom: 4px;
}

/*FOOTER*/

footer {
	background: #222 url('images/footer-bg.jpg') no-repeat center top;
	background-size: cover;
	color: white;
}


footer h6 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
	color: white;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

footer li {
	margin-bottom: 20px;
}

footer li img {
	margin-right: 10px;
}

footer .list-unstyled li {margin-bottom: 5px;}

/*ACCREDS FOOT*/

.accreditations  {
	text-align: center;
	
	}

.accreditations ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	}


.accreditations li {
	margin: 0;
	padding: 0;
	display: inline-block;
	}
.accreditations img {
width: 40px;
height: auto;
margin: 0 10px;
filter: grayscale();
}
/*NAVIGATION*/

.navbar-brand img {
	width: 225px;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

/*MAKE DROPDOWN HOVER BUT NOT MOBILE*/

@media (min-width: 992px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}


/* CHANGE NAV TO SLIDE IN */

@media (max-width: 991px) {
	.navbar-collapse {
		position: fixed;
		top: 0px;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 40px;
		/*        padding-bottom: 665px;*/
		width: 100%;
		height: 100%;
		/*		width: 250px;*/
		background: #222;
		z-index: 9999;
	}
	
	.navbar-collapse::before {
		content: '\2716';
		color: white;
		position: relative;
		right: 0;
		top: -15px;
		font-size: 20px;
	}
	
	.navbar-collapse.collapsing {
		/*        height: auto;*/
		height: 100%;
		-webkit-transition: left 0.3s ease;
		-o-transition: left 0.3s ease;
		-moz-transition: left 0.3s ease;
		transition: left 0.3s ease;
		left: -110%;
	}
	
	.navbar-collapse.show {
		left: 0;
		height: 100%;
		-webkit-transition: left 0.3s ease-in;
		-o-transition: left 0.3s ease-in;
		-moz-transition: left 0.3s ease-in;
		transition: left 0.3s ease-in;
	}
	
	.nav-link {
		color: white!important;
	}
	
	.dropdown .dropdown-menu {
		background: #333!important;
		box-shadow: none!important;
		color: white;
	}
	
	.dropdown .dropdown-menu a {
		color: white;
		text-align: left;
	}
}



/*MEDIA QUERIES*/
/*MEDIA QUERIES*/

/*XX-Large devices (larger desktops, 1400px and up)*/

@media (max-width: 1399px) {
	
	.case-desc {
	padding-right: 30px;
}
}

/*X-Large devices (large desktops, 1200px and up)*/

@media (max-width: 1199px) {
	
}

/*Large devices (desktops, 992px and up)*/

@media (max-width: 991px) {
	.case-intro h1 {
	font-size: 36px;
}
	.case-intro h2 {
	font-size: 18px;
}

	.case-desc {
	padding-right: 0px;
}

.great-reasons .white-col svg {
	margin-bottom: 15px;
}

.case-overlay-text {
	
	font-size: 16px;
}


}

/*Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {
	
	.herovid {
		height: 30vh;
		min-height: inherit;
		position: relative;
		}
		
	.herovid video {
		width: 100%;
		height: auto;
		object-fit: cover
	}
	
	.sector-intro .circle-button {
	margin-top: 0; 
}

.great-reasons .white-col svg {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	
}

.accred-logos li img  {
width: 80px;
height: auto;
margin: 10px;
}


.timeline-block {
	padding: 20px;
	margin: 0px 20px 20px 20px;
	
}

.timeline:before {
display: none;
}

.case-overlay-text {
	
	font-size: 20px;
}

}

/*small*/

@media (max-width: 575px) {
	.call-expert {
		display: none;
	}
	
	.navbar-brand img {
		width: 200px;
	}
	
	.fade-item h1 {
/*		font-size: 10px;*/
	}
	.fade-item {
		margin-top: -60px;
	}
	
	
	.circle-button {
	width: 125px;
	height: 125px;
	font-size: 16px;
	line-height: 1.2;
}

	
	.sector-hero h1,.sector-hero . {
	font-size: 20px;
	font-size: 8vw;
}

.short-hero  {
	height: 150px;
}

.short-hero img  {
	height: 150px;
}


.four-steps [class*="col"] img {
	max-width: 200px;
}

.four-steps .col-sm-8 {
	padding-left: 15px;
	padding-right: 15px;
	
}

}






