/* Team block */
.meet__team-title {
  text-align: center;
  font-weight: 700;
  font-size: 49px !important;
  list-style: 73.5px !important;
  margin-bottom: 30px;
  color: #1d5d77;
  text-transform: uppercase;
  font-family: 'Proxima Nova Bold';
}

.meet__team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 16px;
}

.meet__team-person {
  max-width: 280px;
}

.meet__team-img {
  max-width: 280px;
  height: 280px;
  margin-bottom: 6px;
}

.meet__team-text {
  max-width: 280px;
  height: 280px;
  margin-bottom: 6px;
  background: linear-gradient(180deg, #36addd 0%, #1d5d77 100%);
  position: relative;
}

.meet__team-text--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

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

.meet__team-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1d5d77;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.meet__team-direction {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #292928;
}

@media screen and (max-width: 767px) {
  .meet__team-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px !important;
    list-style: 39.6px !important;
    margin-bottom: 11px;
    color: #1d5d77;
    text-transform: uppercase;
  }

  .meet__team-list {
    display: flex;
    gap: 14px;
    flex-direction: column;
  }

  .meet__team-person {
    max-width: 100%;
    width: 100%;
  }

  .meet__team-img {
    max-width: 100%;
    width: 100%;
    height: 280px;
    margin-bottom: 8px;
  }

  .meet__team-text {
    max-width: 100%;
    width: 100%;
    height: 280px;
    margin-bottom: 8px;
  }

  .meet__team-name {
    margin-bottom: 3px;
  }

  .meet__team-text--inner {
    font-size: 20px;
    line-height: 20px;
  }
}

/* HIRING */
.hiring__wrapper {
  display: flex;
  gap: 163px;
  align-items: center;
  justify-content: space-between;
}

.hiring__right {
  max-width: 833px;
  width: 100%;
  height: 486px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hiring__left {
  max-width: 395px;
  width: 100%;
}

.hiring__title {
  font-family: 'Proxima Nova Bold';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 52.8px;
  color: #1d5d77;
  margin-bottom: 12px;
}

.hiring__text {
  color: #292928;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .hiring{
    margin-top: 100px;
  }

  .hiring__wrapper {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .hiring__right {
    max-width: 100%;
    width: 100%;
    height: 189px;
  }
  .hiring__left {
    max-width: 100%;
    width: 100%;
  }
  .hiring__title {
    font-size: 36px;
    line-height: 39.6px;
    margin-bottom: 12px;
  }
  .hiring__text {
    font-size: 22px;
    line-height: 30.8px;
  }
}

/* VACANCIES */
.vacancies__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 51px;
}
.vacancies_item {
  max-width: 676px;
  width: 100%;
}
.vacancies_item-title {
  color: #1d5d77;
  font-size: 32px !important;
  line-height: 35.2px !important;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left !important;
  font-family: 'Proxima Nova Bold';
}
@media screen and (max-width: 767px) {
  .vacancies_item {
    max-width: 100%;
  }
  .vacancies_item-title {
    font-size: 24px !important;
    line-height: 26.4px !important;
  }
  .vacancies__wrapper{
    flex-direction: column;
  }
}

/* Cases single page */
/* .single-case .hero .editor_content {
  position: absolute;
  bottom: 40px;
  z-index: 12;
}

.single-case .hero .editor_content {
  max-width: 80% !important;
  width: 100% !important;
  text-align: justify !important;
}

.single-case .hero .editor_content .blue {
  font-weight: 700;
  font-size: 60px !important;
  line-height: 66px;
  margin-bottom: 6px;
  text-transform: uppercase !important;
  color: #ffffff !important;
  letter-spacing: -2.2px !important;
  text-shadow: 4px 8px #0000004D !important;
}

.single-case .hero .editor_content h2 {
  text-align: start !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 28.8px !important;
  text-shadow: 4px 8px #0000004D !important;
} */

/* .single-case .block.hero .items .item .inner .container-fluid .text{
  width: 100%;
} */

/* .single-case .hero::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background-blend-mode: multiply;
  content: "";
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.single-case .block.hero .items .item .inner{
  top: auto;
  height: 200px;
  bottom: 0 !important;
} */

/* .single-case .block.hero .video-responsive.not-startpage{
  z-index: 2;
}

.single-case .title-wrapper:first-child {
  display: none;
} */


 .gallery-slider .slick-prev {
  background: url(../img/arrow_left_new.png) no-repeat left top transparent;
  display: inline-block;
  text-decoration: none;
  text-indent: -1000cm;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 20%;
  width: 29px;
  height: 54px;
  background-size: 29px auto;
  border: none;
  outline: none;
}

 .gallery-slider .slick-next {
  background: url(../img/arrow_right_new.png) no-repeat left top transparent;
  display: inline-block;
  text-decoration: none;
  text-indent: -1000cm;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 20%;
  width: 29px;
  height: 54px;
  background-size: 29px auto;
  border: none;
  outline: none;
}

@media (max-width: 767px) {
  /* .single-case .hero .editor_content {
    display: none !important;
  }
  .single-case .title-wrapper:first-child {
    display: block;
  } */
   .gallery-slider .slick-next {
    right: 10%;
  }
   .gallery-slider .slick-prev {
    left: 10%;
  }
}


/* CASE SLIDER */
 .case-slider .slick-prev {
  background: url(../img/arrow_left_new.png) no-repeat left top transparent;
  display: inline-block;
  text-decoration: none;
  text-indent: -1000cm;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 20%;
  width: 29px;
  height: 54px;
  background-size: 29px auto;
  border: none;
  outline: none;
}

 .case-slider .slick-next {
  background: url(../img/arrow_right_new.png) no-repeat left top transparent;
  display: inline-block;
  text-decoration: none;
  text-indent: -1000cm;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 20%;
  width: 29px;
  height: 54px;
  background-size: 29px auto;
  border: none;
  outline: none;
}

@media (max-width: 767px) {
   .case-slider .slick-next {
    right: 10%;
    top: 30%;
  }
 .case-slider .slick-prev {
    left: 10%;
    top: 30%;
  }
}

/* EXTRA CSS */

@media (min-width: 577px) {
  .block.text-and-image .row .text .text-wrapper.has-background-image {
      padding: 54px !important;
  }
}

/* Customer css */

/* 2024 Edits to add to SCSS */

h1, h2, h3, h4, h5, h6, .intro, .link-with-icon, .loadmore {
	font-weight: normal !important;
}

/* HEADER */

@media (min-width: 1201px) {
	.sticky-header {
    transform: translateZ(0px) scale(1) !important;
}
}

@media (max-width: 1200px) {
	.sticky-header {
    transform: translateZ(0px) scale(1) !important;
}
}

.site-header {
	  padding-top: 16px !important;
    padding-bottom: 20px !important;
	padding-right:10px;
	padding-left: 10px;
	background-color: rgba(255, 255, 255, 1);
}

.site-header .site-header__inner #logo {
    width: 100%;
    max-width: 200px;
}	

/* NAVIGATION */

.menu-icon.border-icon {
    margin-top: 9px !important;
    vertical-align: middle;
}

.main-navigation .social-media ul li a, .site-footer .social-media ul li a {
	color: #1d5d77 !important;
	font-size: 32px;
}

.main-navigation a {
		color: #1d5d77 !important;
}

.main-navigation a:hover {
		color: #4ac7e9 !important;
	transition-duration: 0.25s;
	text-decoration: none !important;
}

/* HEADINGS in Blue Circles */

.big-blue-text {
	font-family: 'Proxima Nova Medium' !important;
	font-weight: normal !important;
}

.block.title h2 {
	font-family: 'Proxima Nova Medium' !important;
	font-weight: normal !important;
}


/* SHOW BLUE TITLES */

.single-case .title-wrapper {
	display: block !important;
/*	margin-left: 24px !important; */
}

@media (min-width: 1201px) {
.single-case .title-wrapper {
	display: block !important;
	margin-left: 54px !important;
	padding-right: 15px;
	padding-left: 15px;	
}
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.block.title {
		padding-right: 15px;
		padding-left: 15px;		
	}
}
	
@media only screen and (min-width: 1367px) and (max-width: 1560px) {
    .block.title {
        padding-left: 0px;
        padding-right: 0px;
    }
}

body.single-case .block.title .title-wrapper {
	
}
	
/* OVERLAY HERO TITLES */

.single-case .block.hero .items .item .inner {
		display: none !important;
	}
	
/* TEMP For Tiles in Hero sections – Save for later */

.single-case .hero::before {
	z-index: 1 !important;
	background: none;
}

.single-case .hero .editor_content { bottom: 100px !important;
	text-align: left !important;
}

.single-case .hero .editor_content .blue {
	font-family: 'Proxima Nova Bold' !important;
	font-weight: normal !important;
	line-height: 1em !important;
	color: #ffffff !important;
	font-size: 56px !important;
	text-align: left !important;
	letter-spacing: -1.0px !important;
	text-shadow: 0 4px 8px #00000052 !important;
	padding-left: 54px;
	margin-bottom:8px !important;
}

.block.hero .items .item .inner .container-fluid .text h2 {
	font-family: 'Proxima Nova Bold' !important;
	font-weight: normal !important;
	font-size: 30px !important;
	text-shadow: 0 1px 8px #00000076 !important;
	padding-left: 54px;
}


/* SPACING CONTENT */

@media only screen and (min-width: 1px) and (max-width: 1200px) {
    .block.text-and-image {
    margin-left:20px;
    margin-right: 20px;
}
}

@media (max-width: 1200px) {.case-slider .item-wrapper {
	font-size:18px;
	margin-left: 4px !important;
	margin-right: 4px !important;
}
}

@media (min-width: 1201px) {.case-slider .item-wrapper {
	font-size:18px;
	margin-left: 12px !important;
	margin-right: 12px !important;
}
}

.max-width {
	max-width: 1500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.page-id-2 .max-width {
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-right: 4px;
	padding-left: 4px;	
}

.editor_content .regular-twenty {
	color: #1d5d77;
  font-size: 22px;
	margin-bottom: 12px;
}

.editor_content .black-blue-line {
 margin-bottom: 15px;
}

.editor_content p {
    margin: 0 0 1em 0;
}

.block.text-and-image .row .text .text-wrapper .big-blue-text {
    margin-top: 16px;
    margin-bottom: 16px;
}

/*
body #main .block.text-and-image.map-block .text .text-wrapper {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
*/

@media (min-width: 577px) {
    .block.hero .items .item .inner .container-fluid .text h3 {
      margin-top: -20px;
			margin-bottom:1px
}
}
	
@media (min-width: 577px) {
    .block.hero .items .item .inner .container-fluid .text.medium-blue-circle .body {
        padding-top: 12px !important;	}
}
	
/* Blue circle text position */

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .block.hero.has-blue-circle .items .item .inner .container-fluid .text.medium-blue-circle h3
	{
	margin-top: -4px;
	margin-bottom: 4px !important;	
}
}
	
@media only screen and (min-width: 1px) and (max-width: 767px) {
   .block.hero.has-blue-circle .items .item .inner .container-fluid .text.medium-blue-circle .body
	{
		padding-right: 0px !important;
		padding-left: 0px !important;
}
}	

@media (min-width: 1201px) {
    .block h2 {
        font-size: 48px;
				color: #1d5d77;
}
}
	
.editor_content .gray-bold-link {
    color: #1d5d77;
	}	
	
.editor_content .gray-bold-link a:hover {
    color: #4ac7e9;
	}	

.title h1 {
		color:#1d5d77;
	}

.block.case-slider .item .item-wrapper .title {
	color: #4ac7e9;
	font-weight: bold;
	letter-spacing: 0.3px;
}
	

/* @media (max-width: 1366px) {
body.single-case .block.title .title-wrapper {
	margin-left:34px !important;
	padding-left: 1px !important;
}
.container-fluid .row .text-wrapper {
	margin-left: 34px !important;
	padding-left: 0px !important;
}
}
*/

@media (max-width: 767px) {
	body.single-case .block.title .title-wrapper {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
}
/* Commented out for Client text .container-fluid .row .text-wrapper {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
	*/


@media (min-width: 1201px) {
.editor_content h4, .editor_content .h4 {
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 16px;
	padding-right: 10px;
}
}

@media (max-width: 1200px) {
.editor_content h4, .editor_content .h4 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 16px;
}
}

@media (min-width: 1367px) {
body.single-case .block.title .title-wrapper {
	/* margin-left:10px !important; 
	padding-left: 0px !important;*/
}
.page-id-52 .container-fluid .row .text-wrapper, .page-id-2 .container-fluid .row .text-wrapper {
/*	margin-left: 10px !important; 
	padding-left: 15px !important;
	padding-right: 15px !important; */
}
} 

@media (max-width: 1200px) { 
	h1 {
		font-size: 48px;
		padding-right: 0px;
		padding-left: 0px;	
		color: #1d5d77;
		line-height: 1.2;
}
}
	
	.block.team .title-wrapper h2:before {
		display:none;
	}	

	@media (min-width: 1201px) {
    .block.hero .items .item .inner .container-fluid .text.medium-blue-circle .body, .block.hero .items .item .inner .container-fluid .text.small-blue-circle .body, .block.hero .items .item .inner .container-fluid .text.big-blue-circle .body {
	padding-top: 18px;
}
}

/*
.max-width {
	max-width:1500px !important;
}
*/

@media only screen and (min-width: 1px) and (max-width: 1200px) {
	.block.title {
	padding-left: 24px;
	padding-right: 24px;
}
}

.editor_content h3, .editor_content .h3 {
	line-height: 1.3 !important;
}

@media (max-width: 1201px) {
	.editor_content h3, .editor_content .h3 {
	font-size: 30px;
	line-height: 1.2 !important;
}
}
	
	
/* SLIDERS */
	
.block.case-slider {
	margin-top: 30px !important;
}


@media (max-width: 1201px) {
	.block.case-slider {
	margin-top: 20px !important;
	}
	.block.title {	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
}

.page-id-52 .text-and-image .row .text {
	border: 1px solid #cccccc;
}

.text-and-image .row .text {
	background-color: #ffffff !important; 
}


/* Margins Padding on Case Study Content */

.page-id-2 .row .text-wrapper, .page-id-52 .row .text-wrapper {
	padding-right: 24px !important;
}

@media (min-width:1200px) {
.text-and-image {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.text-and-image .text-wrapper {
	margin-left: 24px !important;
	margin-right: 54px !important;
}
}

@media (min-width: 1200px) { body.single-case .block.text-and-image .row div.no-spacing-left .text-wrapper {
	padding-left: 54px !important;
	padding-right: 54px !important;
}
}

@media (min-width:1200px) {
.page-id-2 .text-and-image .text-wrapper, .page-id-52 .text-and-image {
	margin-left: 30px !important;
	margin-right: 30px !important;
}
.page-id-2 .text-and-image .text-wrapper, .page-id-52 .text-and-image .text-wrapper {
	margin-right: 0px !important;
}
}

@media (min-width: 1591px) { .block.text-and-image .row .no-spacing-right .text-wrapper {
	padding-right: 54px !important;
}
}

@media (max-width: 1199px) {
.block.text-and-image .row .text .text-wrapper.has-background-image 
	{ 
		max-width: 1160px !important;
}
}
	
#contacts .text-wrapper {
	padding-left: 20px !important;
	padding-right: 20px !important;
  max-width: 540px;
  margin: 0 auto;
}

.page-id-52 .container-fluid .row .text-wrapper {
    margin-left: 0px !important;
}

/* MEET THE TEAM */

body .meet__team-direction {
	line-height: 1.2em !important;
}

.meet__team-direction {
	line-height: 1.2em !important;
}
 
.meet__team-name {
		font-family: 'Proxima Nova Bold' !important;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 8px;
	margin-bottom: 1px;
}

@media (max-width: 767px) {
	.meet__team-img {
		height: auto !important;
	}
.meet__team .container {
		padding-right: 20px !important;
		padding-left: 20px !important;	
}
}

/* JOBS */

.hiring__text {
	line-height: 1.3 !important;
}

.hiring__title h1 {
    font-family:‘Proxima Nova Regular’ !important;
	  font-weight: bold !important;
}

@media (min-width: 1201px) {
	.hiring__text h1 {
	font-size: 50px !important;
}
	}

@media screen and (max-width: 767px) {
    .hiring__title {
	margin-top: 50px !important;
}
}

@media only screen and (min-width: 1px) and (max-width: 576px) {
    .block.hero.has-blue-circle .items .item .inner .container-fluid .text.medium-blue-circle
	{
		padding-top:24px !important;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .block.hero.has-blue-circle .items .item .inner .container-fluid .text.medium-blue-circle
	{
		padding-top: 52px !important;
		padding-right: 90px;
		padding-left: 90px;
	}
.medium-blue-circle .body { 
		padding-top:10px !important;}

.medium-blue-circle .body {
	padding-bottom: 6px !important;
}
}

@media (min-width: 1201px) {
.page-id-52 .block.title .title-wrapper {
    margin-left: 3%;
    margin-right: 3%;
}
}

.cases__background {
	display: none;
}

/* Footer */

.site-footer {
	margin: 0 auto !important;
	max-width: 1480px !important;
	padding-bottom: 20px !important;
}

.footer-info {
	display: flex; 
	justify-content: space-between; 
	padding-bottom: 10px;
}
	.footer-lefty {
		text-align: left;
}
	.footer-righty {
		text-align: right;
}

@media (max-width: 1140px) {
.footer-info {
	flex-direction: column !important;
}
	.footer-lefty {
		width: 100%;
		text-align: left;
	}
	.footer-righty {
		width: 100%;
		text-align: left;
	}
}

.block.social {
	display: none;
}

/* Privacy & Cookies */

.page-id-3 ul {
	list-style:none;
}

.page-id-3 ul li::before {
	content: "\2022";
  list-style:  bullets;
	color: #16B8E5;
	font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
	font-size: 1.1em;
}

.page-id-3 .block.text-and-image .row .text .text-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	text-align: left !important; 
}

.page-id-3 .block.title {
	padding-left: 0px;
	padding-right: 0px;
}

@media (max-width: 1200px) {
	.page-id-3 .block .title
{
	max-width: 1100px;
	margin-left: 20px !important;
	margin-right: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: left !important; 
}
}

.page-id-3 .block.title .title-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	text-align: left !important; 
}

@media (min-width: 1201px) {
	.page-id-3 .block.title .title-wrapper
{
	max-width: 1100px;
	margin-left: 5px !important;
	margin-right: 5px !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	text-align: left !important; 
}
}

.page-id-3 table {
	border:#16B8E5;
}
.page-id-3 table tr {
	vertical-align:top;
}

.page-id-3 .social-media ul li::before {
	list-style: none;
	display: none;
}
.page-id-3 .main-navigation ul li::before {
	list-style: none;
	display: none;
}

/* 404 Page Title – no shad - can't override no shad */

.page-id-1409 h2 {
	padding-left: 0px !important;
	font-weight: normal !important;
	text-shadow: 0 0px 0px #00000000 !important;
}