:root {
	--pageFrame: 1315px;
	--maxWidth: 2000px;
	--padLess: 3.75rem;
	--padNorm: 6em;
	--padMore: 7.5rem;
}
/* ACCESSIBILITY */
.js-focus-visible .projects-grid-block .grid-item .focus-visible,
.js-focus-visible .project-category-container .focus-visible,
.js-focus-visible .service-category-container .focus-visible {
	/* border: 2px solid red; */
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
.page_frame--1400 > .page_frame {
	max-width: 1400px;
	padding: 0;
}
/* PADDING */
.block.padding-top__none,
.block.banner-padding-top__none {
	padding-top: 0;
}
.block.padding-bottom__none,
.block.banner-padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-top__slim {
  padding-top: var(--padSlim);
}
.block.padding-top__less,
.block.banner-padding-top__less,
.block.banner-padding-top__slim {
	padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.banner-padding-top__less {
	padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.banner-padding-top__normal {
	padding-top: var(--padMore);
}
.block.padding-top__most {
  padding-top: var(--PadMost);
}
.block.banner-padding-top__more {
	padding-top: 7.5rem;
}
.block.padding-bottom__slim {
  padding-bottom: var(--padSlim);
}
.block.padding-bottom__less,
.block.banner-padding-bottom__slim {
	padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.banner-padding-bottom__less {
	padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.banner-padding-bottom__normal {
	padding-bottom: var(--padMore);
}
.block.padding-bottom__most {
  padding-bottom: var(--PadMost);
}
.block.banner-padding-bottom__more {
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
	.block.padding-top__less {
		padding-top: 1.5rem;
	}
	.block.padding-top__normal,
	.block.banner-padding-top__less {
		padding-top: 2em;
	}
	.block.padding-top__more,
	.block.banner-padding-top__normal {
		padding-top: 2.5em;
	}
  	.block.padding-top__most {
      padding-top: 2.875rem;
    }
	.block.banner-padding-top__more {
		padding-top: 3rem;
	}
	.block.padding-bottom__less {
		padding-bottom: 1.5rem;
	}
	.block.padding-bottom__normal,
	.block.banner-padding-bottom__less {
		padding-bottom: 2em;
	}
	.block.padding-bottom__more,
	.block.banner-padding-bottom__normal {
		padding-bottom: 2.5em;
	}
  .block.padding-bottom__most {
    padding-bottom: 2.875rem;
  }
	.block.banner-padding-bottom__more {
		padding-bottom: 3rem;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.button-bg-color__black .faq-dropdown__button,
.block.parallax__yes.bg-color__black .block__bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
	background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
	border-color: #000;
}
.block.bg-color__white,
.button-bg-color__white .faq-dropdown__button,
.block.parallax__yes.bg-color__white .block__bg-img,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
	background-color: #fff;
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
	border-color: #fff;
}
.block.bg-color__off-white,
.button-bg-color__off-white .faq-dropdown__button,
.block.parallax__yes.bg-color__off-white .block__bg-img,
.text-area-bg-color__off-white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__off-white,
.story_panel.text-area-bg-color__off-white:not(.box-style__outline) .col-2 {
	background-color: var(--offWhite);
}
.story_panel.text-area-bg-color__off-white.box-style__outline .col-2 {
	border-color: var(--offWhite);
}
.text-area-bg-color__off-white .pop-box,
.text-area-bg-color__off-white .pop-box-bg,
.story_block_full.block-style__split.text-area-bg-color__off-white,
.story_panel.text-area-bg-color__off-white:not(.box-style__outline) .col-2  {
  background-color: rgba(242, 237, 227, 0.5);
}
.block.bg-color__dark-gray,
.button-bg-color__dark-gray .faq-dropdown__button,
.block.parallax__yes.bg-color__dark-gray .block__bg-img,
.text-area-bg-color__dark-gray .pop-box,
.story_block_full.block-style__split.text-area-bg-color__dark-gray,
.story_panel.text-area-bg-color__dark-gray:not(.box-style__outline) .col-2 {
	background-color: var(--grayDark);
}
.story_panel.text-area-bg-color__dark-gray.box-style__outline .col-2 {
	border-color: var(--grayDark);
}
.button-bg-color__red .faq-dropdown__button {
  background-color: var(--red);
}
.text-area-bg-color__red .pop-box,
.text-area-bg-color__red .pop-box-bg:before,
.testimonial-slider-block .pop-box-bg:before,
.red-box:before,
.story_block_full.block-style__split.text-area-bg-color__red {
	background: linear-gradient(0deg,rgba(159, 38, 66, 0.40), rgba(159, 38, 66, 0.40)), var(--red);
}
.block_type__story-panel.text-area-bg-color__red.box-style__outline .pop-box-bg:before ,
.block_type__story-panel.text-area-bg-color__red.box-style__outline .pop-box-bg:after{
  display: none;
}
.text-area-bg-color__red .pop-box-bg:before,
.text-area-bg-color__red .pop-box-bg:after,
.block_type__featured-projects-slider .pop-box-bg:before,
.block_type__featured-projects-slider .pop-box-bg:after,
.red-box:before,
.red-box:after,
.block_type__site-cta .pop-box-bg:before,
.block_type__site-cta .pop-box-bg:after ,
.testimonial-slider-block .pop-box-bg:before,
.testimonial-slider-block .pop-box-bg:after  {
  	background: linear-gradient(0deg,rgba(159, 38, 66, 0.50), rgba(159, 38, 66, 0.50));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-area-bg-color__red .pop-box-bg:after,
.block_type__featured-projects-slider .pop-box-bg:after,
.block_type__site-cta .pop-box-bg:after,
.testimonial-slider-block .pop-box-bg:after,
.red-box:after {
  background: var(--red);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.story_panel.text-area-bg-color__red.box-style__outline .col-2 {
	border-color: rgba(159, 38, 66, 0.50);
}
.light-bg .text,
.light-button-bg .faq-dropdown__button,
.story_panel.block.light-text-area:not(.box-style__outline) .col-2 .text,
.block.light-text-area .pop-box .text,
.block.light-text-area .pop-box-bg .text,
.block.light-text-area .pop-box.text,
.light-bg .text .btn-style__blank {
	color: var(--textDark);
}
.dark-bg .text,
.dark-button-bg .faq-dropdown__button,
.story_panel.block.dark-text-area:not(.box-style__outline) .col-2 .text,
.block.dark-text-area .pop-box .text,
.block.dark-text-area .pop-box-bg .text,
.block.dark-text-area .pop-box.text,
.dark-bg .text .btn-style__blank {
	color: var(--textLight);
}
.block.has-mobile-bg > .block__bg-img .img-frame:last-child,
.block.has-mobile-bg > .simpleParallax > .block__bg-img .img-frame:last-child {
	display: none;
}
@media only screen and (max-width: 768px) {
	.block.mobile-bg-color__black {
		background-color: #000;
	}
	.block.mobile-bg-color__white {
		background-color: #fff;
	}
  .block.mobile-bg-color__off-white {
		background-color: var(--offWhite);
	}
  .block.mobile-bg-color__dark-gray{
		background-color: var(--grayDark);
	}
	.block.mobile-light-bg .text {
		color: var(--textDark);
	}
	.block.mobile-dark-bg .text {
		color: var(--textLight);
	}
	.block.mobile-background-image-opacity__light > .block__bg-img {
		opacity: 0.3;
	}
	.block.mobile-background-image-opacity__medium > .block__bg-img {
		opacity: 0.5;
	}
	.block.mobile-background-image-opacity__strong > .block__bg-img {
		opacity: 0.7;
	}
	.block.mobile-background-image-opacity__full > .block__bg-img {
		opacity: 1;
	}
	.block.mobile-background-position__top > .block__bg-img img {
		-o-object-position: top;
		object-position: top;
	}
	.block.mobile-background-position__middle > .block__bg-img img {
		-o-object-position: center;
		object-position: center;
	}
	.block.mobile-background-position__bottom > .block__bg-img img {
		-o-object-position: bottom;
		object-position: bottom;
	}
	.block.has-mobile-bg {
		background-image: none !important;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:first-child,
  .block.has-mobile-bg > .simpleParallax > .block__bg-img .img-frame:first-child {
		display: none;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:last-child,
  .block.has-mobile-bg > .simpleParallax > .block__bg-img .img-frame:last-child {
		display: block;
	}
}
/* @media only screen and (max-width: 1000px) {
	.block.parallax__yes {
		background-image: none !important;
	}
	.block.has-video .vid-bg-player .player {
		display: none;
	}
}
/* @media only screen and (min-width: 1000px) {
	.block.has-video > .block__bg-img .img-frame:first-child {
		display: none;
	}
} */
*/
/*---------------OVERLAYS---------------*/
:not(.parallax__yes) .block__bg-img.olay-before,
:not(.parallax__yes) .block__bg-img.olay-after,
.block.olay-img-before:not(.parallax__yes) .block__bg-img,
.block.olay-img-after:not(.parallax__yes) .block__bg-img {
	overflow: hidden;
}
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
	content: "";
	height: calc(100% + 1px);
	left: 0;
	position: absolute;
	top: 1px;
	width: 100%;
}
.olay--featured-hero:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 47.4%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  opacity: 0.8;
}
.olay--site-hero:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 47.4%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  opacity: 0.8;
}
.olay--ctr-cta:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 84.4%);
}
/*-----------------------BLOCKS---------------------*/
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.entry-content > section:first-child > .page_frame {
  padding-top: 120px;
}
.block.no-col-pad .all-cols-wrap > div[class^="col"] {
	padding: 0;
}
.flex-wrap {
	flex-wrap: wrap;
}
.block.parallax__yes {
  overflow: hidden;
}
.full-img img,
.full-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-video iframe {
	height: 105%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 225%;
}
.mb0-last > *:last-child,
html body .block .mb0-self {
	margin-bottom: 0;
}
hr.wp-block-separator {
  color: #c9c9c9;
  display: block;
  left: 50%;
  margin: 0 auto;
  max-width: 1276px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
	.flex-wrap-mobile {
		flex-wrap: wrap;
	}
}
/*------------------FEATURED HERO----------------*/
.block_type__featured-hero,
 .block_type__site-hero  {
  justify-content: flex-end;
  overflow: hidden;
  max-height: 900px;
}
.block_type__featured-hero .text,
.block_type__site-hero .text {
  color: var(--textLight);
}
.block_type__featured-hero .text h1,
.block_type__site-hero .text h1 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .block_type__featured-hero,
  .block_type__site-hero  {
    height: 75.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .block_type__featured-hero,
  .block_type__site-hero  {
    height: 53.5vw;
    max-height: 900px;
  }
}
/*------------------SITE HERO----------------*/
@media only screen and (min-width: 1024px) {
  .block_type__site-hero {
    height: 54.05vw;
  }
}
/*------------------2 COL----------------*/
.block_type__two-column .all-cols-wrap {
  justify-content: center;
  gap: 10px;
}

/* OPTIONS */
.block_type__two-column-pop.narrow-content__some .all-cols-wrap,
.block_type__two-column.narrow-content__some .all-cols-wrap {
  max-width: 1120px;
}
.two_col_content.big_right .all-cols-wrap {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .block_type__two-column .all-cols-wrap {
    gap: 60px;
  }
  .block_type__two-column .all-cols-wrap .col,
  .block_type__two-column .all-cols-wrap .element__image {
    margin-bottom: 0;
  }
  .block_type__two-column .all-cols-wrap .col {
    padding: 0;
  }
  .block_type__2-column-bigright .all-cols-wrap .col-1, .two_col_content.big_right .all-cols-wrap .col-1, .block_type__2-column-bigleft .all-cols-wrap .col-2, .two_col_content.big_left .all-cols-wrap .col-2 {
    width: 41.5%;
  }
  .block_type__2-column-bigright .all-cols-wrap .col-2, .two_col_content.big_right .all-cols-wrap .col-2, .block_type__2-column-bigleft .all-cols-wrap .col-1, .two_col_content.big_left .all-cols-wrap .col-1 {
    width: 53.15%;
  }
}
/*------------------TABS----------------*/
.block_type__tabs {
  padding: 0;
}
.block_type__tabs > .page_frame {
  max-width: 1600px;
  padding: 0;
}
.tabs__tabs-container {
  gap: 1px;
}
.tabs__tab-container {
  background-color: var(--grayDark);
  flex: 1;
  color: #FFF;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.7875rem */
  padding: 29px 25px;
  position: relative;
  text-align: center;
}
.tabs__tab-container span {
  color: #fff;
  display: block;
  padding-bottom: 13px;
  position: relative;
}
.tabs__tab-container span:after {
  background-color: var(--red);
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 39px;
}
/* OPTIONS */
.offset-tabs__true {
  margin-top: -13px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .block_type__tabs {
    display: none;
  }
}
/*------------------TWO COLUMN POP----------------*/
.block_type__two-column-pop .all-cols-wrap {
  gap: 60px;
}
.block_type__two-column-pop .pop-box {
  padding: 40px;
}
.pop-box__title-container {
  gap: 30px;
  margin-bottom: 28px;
}
.pop-box__title-container > * {
  flex: 1;
}
.block .pop-box__image {
  max-width: 115px;
}
.pop-box__info img {
  margin-right: 10px;
  max-width: 15px;
}
.pop-box__info {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.225rem */
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* OPTIONS*/
.block_type__two-column-pop.text-area-bg-color__off-white .pop-box {
  background-color: #fff;
}
.block_type__two-column-pop.text-area-bg-color__red .header-accent:before {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .block_type__two-column-pop .col-1,
  .block_type__two-column-pop .col-2 {
    flex: 1;
  }
  .block_type__two-column-pop .col-1 {
    max-width: 463px;
  }
  .block_type__two-column-pop .col-2 {
    max-width: 595px;
  }
  .block_type__two-column-pop.reverse-columns__yes .pop-box {
    order: -1;
  }
}
/*------------------STORY OFFSET----------------*/
.block_type__story-offset {

}
.story-offset__container {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.story-offset__image {
  aspect-ratio: 1.7;
  position: relative;
  width: 100%;
}
.block_type__story-offset .pop-box-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* margin-top: 50%; */
  max-width: 765px;
  position: relative;
  width: 100%;
}
.story-offset__text {
  position: relative;
  z-index: 1;
}
.story-offset__text .p-style.large {
  font-size: 1.5625rem;
}
.block_type__story-offset .pop-box-bg {
  padding: 40px;
}
/* OPTIONS */
.block_type__story-offset.text-box-position__right .pop-box-bg {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .story-offset__container {
    background-size: 100% 60%;
  }
  .story-offset__container {
    aspect-ratio: 1.45;
    background-size: 100% calc(100% - 130px);
  }
  .block_type__story-offset .pop-box-bg {
    height: auto;
    margin-top: -160px;
  }
}
/*------------------STORY PANEL----------------*/
.block_type__story-panel .all-cols-wrap {
  justify-content: center;
}
.block_type__story-panel .all-cols-wrap .col {
  padding: 0;
}
.block_type__story-panel .col-1,
.block .story-panel__image {
  aspect-ratio: 1.176;
  margin-bottom: 0;
  max-width: 660px;
  position: relative;
  width: 100%;
}
.block.block_type__story-panel .all-cols-wrap .col-2 {
  /* margin: 0 0 -30px 0; */
  max-width: 485px;
  padding: 0;
}
.story-panel__text {
  max-width: 485px;
  padding: 60px 40px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block.block_type__story-panel .all-cols-wrap .col-2 {
    margin-bottom: 1rem;
  }
  .block_type__story-panel.overlap__on .all-cols-wrap .col-2 {
    margin-left: -25px;
  }
  .block_type__story-panel.reverse-columns__yes.overlap__on .all-cols-wrap .col-2 {
    margin-right: -25px;
  }
}
/*------------------FEATURED SERVICES----------------*/
.block_type__featured-services > .page_frame {
  max-width: 1400px;
}
.service-grid__title {
  margin-bottom: 30px;
}
.service-grid__grid {
  gap: 21px;
}
.service-grid__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: calc(25% - 16px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.service-grid__service-image {
  aspect-ratio: 1.31;
  margin-bottom: -10px;
  position: relative;
  transition: all 400ms ease;
  width: 100%;
}
.service-grid__item-content {
  background: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
  gap: 18px;
  margin: -20px 9px 0 9px;
  min-height: 256px;
  padding: 33px 24px;
  position: relative;
  transition: all 400ms ease;
}
.service-grid__grid-item:hover .service-grid__item-content,
.service-grid__grid-item:focus-within .service-grid__item-content  {
  /* margin-bottom: -15%; */
  transform: translateY(-15%);
}
.service-grid__item-content ,
.service-grid__item-content .text {
    color: var(--textDark);
}
.service-grid__item-content h3 {
  padding-bottom: 13px;
  position: relative;
}
.service-grid__item-content h3:after {
  bottom: 0;
  background-color: var(--red);
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 39px;
}
.center-columns__yes .service-grid__item-content h3:after{
  left: 50%;
  transform: translateX(-50%);
}
.service-grid__service-list {
    margin-bottom: -8px;
}
.service-grid__service-list[data-cols="2"] {
  columns: 2;
  column-gap: 20px;
}
.service-grid__service-list[data-count="7"] span:last-child ,
.service-grid__service-list[data-count="9"] span:last-child,
.service-grid__service-list[data-count="11"] span:last-child {
  margin-bottom: 40px;
}
.service-grid__service-list span {
  display: block;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.1375rem */
  margin-bottom: 8px;
}
.service-grid__grid-item .service-grid__item-content a {
    font-size: 0.8125rem;
    font-weight: 700;
}
.service-grid__grid-item .service-grid__item-content a:after {
  height: 1em;
  width: 1em;
}
@media only screen and (min-width: 768px) {
  .block_type__featured-services .service-grid__grid-item:hover .service-grid__service-image,
  .block_type__featured-services .service-grid__grid-item:focus-within .service-grid__service-image {
    /* aspect-ratio: 1.191; */
    transform: scale(1.096);
  }
  .block_type__featured-services .service-grid__grid-item:hover .service-grid__item-content,
  .block_type__featured-services .service-grid__grid-item:focus-within .service-grid__item-content {
    background-color: rgba(159,38,66,0.8);
    color: var(--textLight);
  }
  .block_type__featured-services .service-grid__grid-item:hover .service-grid__item-content h3:after,
  .block_type__featured-services .service-grid__grid-item:focus-within .service-grid__item-content h3:after {
    background-color: var(--textLight);
  }
  .block_type__featured-services .service-grid__grid-item:hover .service-grid__item-content a,
  .block_type__featured-services .service-grid__grid-item:focus-within .service-grid__item-content a {
    color: var(--textLight)
  }
  .block_type__featured-services .service-grid__grid-item:hover .service-grid__item-content a:after,
  .block_type__featured-services .service-grid__grid-item:focus-within .service-grid__item-content a:after {
    filter: brightness(100);
  }
}
/*------------------ SERVICE GRID----------------*/
.block_type__service-grid .service-grid__grid {
  column-gap: 21px;
  row-gap: 21px;
}
.service-grid__grid-item {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .block_type__service-grid .service-grid__grid {
    row-gap: 61px;
  }
  .service-grid__grid-item {
    max-width: calc(50% - 21px);
  }
}
@media only screen and (min-width: 1024px) {
  .service-grid__grid-item {
    max-width: calc(33.333% - 21px);
  }
}
@media only screen and (min-width: 1200px) {
  .columns__4 .service-grid__grid-item {
    max-width: calc(25% - 21px);
  }
}
/*------------------FEATURED PROJECTS SLIDER ----------------*/
.block_type__featured-projects-slider > .page_frame {
  max-width: 1600px;
  padding: 0;
}
.block_type__featured-projects-slider .all-cols-wrap {
  margin-left: 5%;
}
.featured-projects-slider__top {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.featured-projects-slider__title {
  margin-bottom: 20px;
}
.block_type__featured-projects-slider .slider-controls {
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  position: relative;
  padding-right: 20px;
}
.block_type__featured-projects-slider .slider-controls .slick-arrow {
  background-color: transparent;
  background-image: url(/wp-content/themes/dbm-contractors/assets/images/icon_arrow-slider-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 36px;
  opacity: 1;
  position: relative;
  top: auto;
  transform: none;
  width: 42px;
}
.block_type__featured-projects-slider .slider-controls .slick-arrow:hover,
.block_type__featured-projects-slider .slider-controls .slick-arrow:focus {
    background-image: url(/wp-content/themes/dbm-contractors/assets/images/icon_arrow-slider-r-red.png);
}
.block_type__featured-projects-slider .slider-controls .slick-prev {
  transform: scaleX(-1);
}
.block_type__featured-projects-slider .slider-controls .slick-arrow:before {
  display: none;
}
.block_type__featured-projects-slider .slick-list {
  margin-bottom: 30px;
  max-width: 1600px;
}
.featured-projects-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 0.8;
  margin: 0 7.5px;
  max-width: 90vw;
  padding: 19px;
  position: relative;
  width: 100%;
}
.red-box,
.featured-projects-slider__content-box {
  bottom: 19px;
  color: var(--textLight);
  left: 19px;
  max-width: 261px;
  padding: 24px;
  position: absolute;
  width: 100%;
}
.red-box h3,
.red-box p,
.featured-projects-slider__content-box h3,
.featured-projects-slider__content-box p {
  position: relative;
  z-index: 1;
}
.red-box h3,
.featured-projects-slider__content-box h3 {
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.44375rem */
  margin-bottom: 8px;
}
.red-box p,
.featured-projects-slider__content-box p {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.1375rem */
}
@media only screen and (min-width: 480px) {
  .featured-projects-slider__slide {
      aspect-ratio: 1.447;
  }
}
@media only screen and (min-width: 768px) {
  .featured-projects-slider__title {
    margin-bottom: 0;
  }
  .featured-projects-slider__top {
    flex-wrap: nowrap;
  }
  .featured-projects-slider__slide {
    max-width: 793px;
  }
}
/*------------------PROJECT GALLERY ----------------*/
.project-gallery__filters {
  background-color: var(--grayDark);
  color: var(--textLight);
  margin-bottom: 20px;
  padding: 20px 40px;
  gap: 28px;
}
.project-gallery__filter-title {
  text-align: center;
  width: 100%;
}
.project-gallery__filters button {
  background-color: transparent;
  border: 0;
  color: var(--textLight);
  opacity: 0.6;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.7rem */
  padding: 0;
}
.project-gallery__filters button.active,
.project-gallery__filters button:hover,
.project-gallery__filters button:focus {
  opacity: 1;
}
.project-gallery__filters button.active {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}
.project-gallery__projects-grid {
  gap: 14px;
}
.project-gallery__project {
  aspect-ratio: 0.8739;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  padding: 19px;
  position: relative;
  width: 100%;
}
.project-gallery__content-box {
  max-width: calc(100% - 38px);
  width: 261px;
}
.project-gallery__images {
  opacity: 0;
}
.project-gallery__images a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* FEATHERLIGHT */
.featherlight:last-of-type {
  background-color: rgba(0,0,0,0.9);
}
.featherlight .featherlight-content {
  background-color: transparent;
  overflow: hidden;
  position: static;
}
.featherlight .featherlight-close-icon {
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  right: 20px;
  top: 20px;
}
.featherlight .featherlight-content img {
  display: block;
  margin: 0 auto;
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
}
.featherlight-next, .featherlight-previous {
  display: block;
  background-color: transparent !important;
}
.featherlight-previous span,
.featherlight-next span {
  background-image: url(/wp-content/themes/dbm-contractors/assets/images/icon_arrow-slider-r.png);
  background-size: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
}
.featherlight-previous span,
.featherlight-next span {
    background-image: url(/wp-content/themes/dbm-contractors/assets/images/icon_arrow-slider-r.png);
    filter: brightness(10);
    font-size: 0;
}
.featherlight-previous span {
  transform: scaleX(-1);
}
.featherlight-previous img,
.featherlight-next img {
  display: none !important;
}
@media only screen and (min-width: 640px) {
    .project-gallery__project {
    max-width: calc(50% - 9.5px);
  }
}
@media only screen and (min-width: 768px) {
  .project-gallery__filter-title {
    text-align: left;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .project-gallery__project {
    max-width: calc(33.333% - 9.5px);
  }
}
/*------------------PROJECT PARTNERS ----------------*/
.block_type__project-partners.parallax__yes .simpleParallax,
.block_type__project-partners .block__bg-img {
  aspect-ratio: 2.028;
  /* margin-bottom: -50px; */
  margin: 0 auto -50px auto;
  max-width: 1315px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.block_type__project-partners .all-cols-wrap {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 1180px;
  padding: 50px;
}
.block_type__project-partners .all-cols-wrap .text {
  color: var(--textDark);
}
.project-partners__logos {
  column-gap: 30px;
  row-gap: 30px;
}
.project-partners__logos .img-frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
  width: calc(50% - 15px);
}
.project-partners__logos img {
    max-height: 100%;
}
@media only screen and (min-width: 480px) {
  .project-partners__logos {
    column-gap: 60px;
    row-gap: 30px;
  }
  .project-partners__logos .img-frame,
  .columns__4 .project-partners__logos .img-frame,
  .columns__3 .project-partners__logos .img-frame {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 640px) {
  .project-partners__logos .img-frame,
  .columns__4 .project-partners__logos .img-frame,
  .columns__3 .project-partners__logos .img-frame {
    width: calc(33.333% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .project-partners__logos .img-frame,
  .columns__4 .project-partners__logos .img-frame {
    width: calc(25% - 45px);
  }
}
@media only screen and (min-width: 1024px) {
  .project-partners__logos .img-frame {
    width: calc(20% - 48px);
  }
}

/*------------------MAP BLOCK----------------*/
.block_type__map-block .all-cols-wrap {
  gap: 60px;
}
.map-block__content,
.map-block__map {
  width: 100%;
}
.map-block__content {
  z-index: 1;
}
.has-mobile-img .map-block__map .img-frame:first-child {
  display: none;
}
@media only screen and (min-width: 480px) {
  .has-mobile-img .map-block__map .img-frame:first-child {
    display: block;
  }
  .has-mobile-img .map-block__map .img-frame:last-child {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .map-block__content {
    max-width: 410px;
  }
  .map-block__map {
    flex: 1;
  }
}
/*------------------FEATURED GRID----------------*/
.featured-grid__grid {
  gap: 40px;
  margin: 0 auto;
  max-width: 1120px;
}
.featured-grid__grid-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* max-width: calc(33.333% - 40px); */
  padding: 0 48px;
    row-gap: 28px;
  text-align: center;
  width: 100%;
}
.featured-grid__item-image {
  max-height: 185px;
  max-width: 185px;
}
.block .featured-grid__item-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 1.375rem */
  margin-bottom: 13px;
}
.block .featured-grid__item-sub-title:before {
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.block .featured-grid__item-sub-title {
  padding-top: 9px;
}
@media only screen and (min-width: 640px) {
  /* OPTIONS */
  .featured-grid__grid-item,
  .columns__four .featured-grid__grid-item,
  .columns__two .featured-grid__grid-item {
    max-width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .featured-grid__grid-item,
  .columns__four .featured-grid__grid-item  {
     max-width: calc(33.333% - 27px);
    padding: 0 14px;
      row-gap: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-grid__grid-item {
    padding: 0 48px;
  }
  .columns__four .featured-grid__grid-item {
    max-width: calc(25% - 40px);
  }
}
/* ---------------- FAQS ----------------- */
.faq-dropdown__button::after {
  transform: rotate(90deg) translateX(-50%) scaleX(1);
}
.faq-dropdown__button.active::after {
  transform: rotate(90deg) translateX(-50%) scaleX(-1);
}
/*------------------TESTIMONY BLOCK----------------*/
.block_type__testimony-block .all-cols-wrap {
  gap: 60px;
  margin: 0 auto;
  max-width: 1000px;
}
.testimony-block__image {
aspect-ratio: 0.81;
max-width: 330px;
position: relative;
width: 100%;
}
.testimony-block__content {
  max-width: 597px;
  width: 100%;
}
.block .testimony-block__name {
  margin-bottom: 5px;
}
.testimony-block__info span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .testimony-block__image,
  .testimony-block__content {
    flex: 1;
  }
  /* OPTIONS */
  .reverse-columns__yes .testimony-block__image {
    order: 1;
  }
}
/*------------------TESTIMONIAL SLIDER----------------*/
.testimonial-slider-block {
  overflow: hidden;
}
.testimonial-slider-block .element__slider {
  color: var(--textLight);
  margin: 0 auto;
  max-width: 905px;
  padding: 48px 30px;
  position: relative;
  text-align: center;
}
.block .testimonial-slider__static-title {
  margin-bottom: 19px;
  position: relative;
}
.testimonial-slider .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}
.testimonial-slider .slide-inner .text {
  color: var(--textLight);
}
.testimonial-slider__slide-info span {
  display: block;
}
.block .testimonial-slider__slide-name {
  font-weight: 700;
}
.testimonial-slider__slide-company {
  font-size: 0.8125rem;
  font-weight: 400;
}
.block .slick-dots {
  bottom: -36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  justify-content: center;
  z-index: 1;
}
.block .slick-dots li,
.block .slick-dots button {
  border-radius: 50%;
  height: 14px;
  margin: 0;
  width: 14px;
}
.block .slick-dots li {
  outline: 1px solid #fff;
}
.block .slick-dots button:before {
  display: none;
}
.block .slick-dots button {
  background-color: rgba(255,255,255,0.5);
  transition: all ease 400ms;
}
.block .slick-dots .slick-active button {
  background-color: #fff;
}
/*------------------CENTERED CTA----------------*/
.block_type__centered-cta.block-style__tall .all-cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  min-height: 465px;
}
.block_type__centered-cta.block-style__tall .all-cols-wrap .col {
  flex: 0;
}
.centered-cta__image img{
  margin-bottom: 20px;
  max-height: 120px;
}
/* OPTIONS*/
.block_type__centered-cta.narrow-content__more .all-cols-wrap {
  max-width: 915px;
}
/*------------------NARROW CTA----------------*/
.block_type__narrow-cta.narrow-content__some .all-cols-wrap {
  max-width: 950px;
}
.block_type__narrow-cta.flair__true > .block__bg-img:after {
  aspect-ratio: 1.936;
  background-image: url(/wp-content/themes/dbm-contractors/assets/images/flair_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  left: 50%;
  opacity: 0.04;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 637px;
  width: 100%;
}
/*------------------FEATURED CTA----------------*/
.block_type__featured-cta .all-cols-wrap {
  margin: 0 -48px;
}
.block_type__featured-cta .col {
  margin-bottom: 20px;
  padding: 0 48px;
  position: relative;
  width: 100%;
}
.block_type__featured-cta .col:not(:last-child):after {
  background-color: #CACACA;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.featured-cta__images {
  gap: 10px;
  margin-bottom: 10px;
}
.featured-cta__images .img-frame {
  max-height: 63px;
  max-width: calc(50% - 5px);
  width: 100%;
}
.featured-cta__images img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 63px;
  width: 120px;
  object-fit: contain;
  object-position: center center;
}
@media only screen and (min-width: 480px) {
  .featured-cta__images .img-frame {
    max-width: calc(33.333% - 7px);
  }
}
@media only screen and (min-width: 768px) {
  .block_type__featured-cta .col {
    flex: 1;
  }
  .featured-cta__images {
    gap: 10px;
  }
  .featured-cta__images .img-frame {
    max-width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 1024px) {
  .featured-cta__images {
    gap: 30px;
  }
  .featured-cta__images .img-frame {
    max-width: calc(50% - 30px);
  }
}
/*------------------SITE CTA----------------*/
.block_type__site-cta {
  height: 72vw;
  justify-content: flex-end;
  min-height: 450px;
  max-height: 757px;
}
.block_type__site-cta .pop-box-bg {
  max-width: 380px;
  padding: 48px 30px;
  position: relative;
  width: 100%;
}
.block.block_type__site-cta .site-cta__text {
  color: var(--textLight);
  position: relative;
}
/* OPTIONS */
.block_type__site-cta.box-size__large .pop-box-bg {
  max-width: 485px;
}
@media only screen and (min-width: 768px) {
  /* OPTIONS */
  .block_type__site-cta.box-position__right .pop-box-bg {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .block_type__site-cta {
    height: 50vw;
    min-height: 0;
  }
}