:root {
  --textDark: 25, 25, 25;
  --textLight: 255, 255, 255;
  --gray: 74, 87, 94;
  --dGray: 58, 67, 72;
  --dark: 46, 53, 57;
  --links: 255, 80, 0;
  --pageFrame: 1122px;
  --maxWidth: 2000px;
  --padLess: 3.75rem;
  --padNorm: 6.25em;
  --padMore: 9.375rem;
}
/* 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%;
}
/* 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__less,
.block.banner-padding-top__less {
  padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.banner-padding-top__normal,
.block.hero-padding-top__less,
.block--hero.padding-top__less {
  padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.banner-padding-top__more,
.block.hero-padding-top__normal,
.block--hero.padding-top__normal {
  padding-top: var(--padMore);
}
.block.hero-padding-top__more,
.block.block--hero.padding-top__more {
  padding-top: 7.5rem;
}
.block.padding-bottom__less,
.block.banner-padding-bottom__less {
  padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.banner-padding-bottom__normal,
.block.hero-padding-bottom__less,
.block--hero.padding-bottom__less {
  padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.banner-padding-bottom__more,
.block.hero-padding-bottom__normal,
.block--hero.padding-bottom__normal {
  padding-bottom: var(--padMore);
}
.block.hero-padding-bottom__more,
.block.block--hero.padding-bottom__more {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .block.padding-top__less,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 1.5rem;
  }
  .block.padding-top__normal,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 2em;
  }
  .block.padding-top__more,
  .block.hero-padding-top__normal,
  .block--hero.padding-top__normal {
    padding-top: 2.5em;
  }
  .block.hero-padding-top__more {
    padding-top: 3rem;
  }
  .block.padding-bottom__less {
    padding-bottom: 1.5rem;
  }
  .block.padding-bottom__normal,
  .block.hero-padding-bottom__less,
  .block--hero.padding-bottom__less {
    padding-bottom: 2em;
  }
  .block.padding-bottom__more,
  .block.hero-padding-bottom__normal,
  .block--hero.padding-bottom__normal {
    padding-bottom: 2.5em;
  }
  .block.hero-padding-bottom__more,
  .block--hero.padding-bottom__more {
    padding-bottom: 3rem;
  }
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.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,
.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__gray,
.text-area-bg-color__gray .pop-box,
.story_block_full.block-style__split.text-area-bg-color__gray,
.story_panel.text-area-bg-color__gray:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--gray));
}
.story_panel.text-area-bg-color__gray.box-style__outline .col-2 {
  border-color: rgb(var(--gray));
}
.block.bg-color__dark-gray,
.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: rgb(var(--dGray));
}
.story_panel.text-area-bg-color__dark-gray.box-style__outline .col-2 {
  border-color: rgb(var(--dGray));
}
.block.bg-color__dark,
.text-area-bg-color__dark .pop-box,
.story_block_full.block-style__split.text-area-bg-color__dark,
.story_panel.text-area-bg-color__dark:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--dark));
}
.story_panel.text-area-bg-color__dark.box-style__outline .col-2 {
  border-color: rgb(var(--dark));
}
/* .bg-color__white .text,
.story_panel.block.text-area-bg-color__white:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__white .pop-box .text,
.bg-color__white .text .btn-style__blank {
  color: rgb(var(--textDark));
} */
.bg-color__black .text,
.story_panel.block.text-area-bg-color__black:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__black .pop-box .text,
.bg-color__black .text .btn-style__blank,
.bg-color__gray .text,
.story_panel.block.text-area-bg-color__gray:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__gray .pop-box .text,
.bg-color__gray .text .btn-style__blank,
.bg-color__dark-gray .text,
.story_panel.block.text-area-bg-color__dark-gray:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__dark-gray .pop-box .text,
.bg-color__dark-gray .text .btn-style__blank,
.bg-color__dark .text,
.story_panel.block.text-area-bg-color__dark:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__dark .pop-box .text,
.bg-color__dark .text .btn-style__blank {
  color: rgb(var(--textLight));
}
/*---------------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%;
}
.block__bg-img.olay-site-hero::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76.88%, rgba(0, 0, 0, 0.00)), to(rgba(10, 12, 13, 0.80)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 76.88%, rgba(10, 12, 13, 0.80) 100%);
}
.parallax-mirror.olay-immersive::after,
:not(.parallax__yes).olay-immersive .block__bg-img::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 68, 82, 0.00)), to(rgba(45, 68, 82, 0.90)));
  background: linear-gradient(180deg, rgba(45, 68, 82, 0.00) 0%, rgba(45, 68, 82, 0.90) 100%);
mix-blend-mode: multiply;
}
.olay-project-grid::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.70)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 62.5%, rgba(0, 0, 0, 0.70) 100%);
}
.olay-proj-cat::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.80)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
}
/*---------------SITE STYLES---------------*/
.error-404 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
}
.error-404 > .page_frame {
  padding-top: 120px;
}
/*-----------------------BLOCKS---------------------*/
.block div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*---------------HERO---------------*/
.hero.block-style__tall {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: 55.7vw;
  /* min-height: 780px; */
}
/*---------------SITE HERO---------------*/
.site-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70vw;
  min-height: 340px;
}
.site-hero .page_frame {
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-hero .block__bg-img {
  background-size: cover;
}
.site-hero .text h1,
.site-hero .text *:last-child {
  margin-bottom: 0px;
}
.site-hero .text {
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .site-hero.mobile-opaque .block__bg-img,
  .site-hero.mobile-opaque.background-image-opacity__full .block__bg-img.active,
  .site-hero.mobile-opaque.background-image-opacity__strong .block__bg-img.active,
  .site-hero.mobile-opaque.background-image-opacity__medium .block__bg-img.active  {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 768px) {
  .site-hero {
    height: 56.07vw;
    max-height: 590px;
    /* max-height: 90vh; */
  }
  .site-hero.block-height__tall {
    max-height: 785px;
  }
}
/*---------------ONE COLUMN CONTENT---------------*/
.one_col_content.narrow-content__some .all-cols-wrap {
  max-width: 1000px;
}
.one_col_content.narrow-content__more .all-cols-wrap {
  max-width: 808px;
}

.one_col_content.border__both .all-cols-wrap::before,
.one_col_content.border__both .all-cols-wrap::after,
.one_col_content.border__bottom .all-cols-wrap::after,
.one_col_content.border__top .all-cols-wrap::before {
  background-color: rgba(255,255,255,0.3);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  width: 100%;
}
.one_col_content.border__both.padding-top__less .all-cols-wrap::before,
.one_col_content.border__top.padding-top__less .all-cols-wrap::before {
  top: calc(-1 * 1.5rem);
}
.one_col_content.border__both.padding-top__normal .all-cols-wrap::before,
.one_col_content.border__top.padding-top__normal .all-cols-wrap::before {
  top: calc(-1 * 2rem);
}
.one_col_content.border__both.padding-top__more .all-cols-wrap::before,
.one_col_content.border__top.padding-top__more .all-cols-wrap::before {
  top: calc(-1 * 2.5rem);
}
.one_col_content.border__both.padding-bottom__less .all-cols-wrap::after,
.one_col_content.border__bottom.padding-bottom__less .all-cols-wrap::after {
  bottom: calc(-1 * 1.5rem);
}
.one_col_content.border__both.padding-bottom__normal .all-cols-wrap::after,
.one_col_content.border__bottom.padding-bottom__normal .all-cols-wrap::after {
  bottom: calc(-1 * 2rem);
}
.one_col_content.border__both.padding-bottom__more .all-cols-wrap::after,
.one_col_content.border__bottom.padding-bottom__more .all-cols-wrap::after {
  bottom: calc(-1 * 2.5rem);
}
@media only screen and (min-width: 768px) {
  .one_col_content.border__both.padding-top__less .all-cols-wrap::before,
  .one_col_content.border__top.padding-top__less .all-cols-wrap::before {
    top: calc(-1 * var(--padLess));
  }
  .one_col_content.border__both.padding-top__normal .all-cols-wrap::before,
  .one_col_content.border__top.padding-top__normal .all-cols-wrap::before {
    top: calc(-1 * var(--padNorm));
  }
  .one_col_content.border__both.padding-top__more .all-cols-wrap::before,
  .one_col_content.border__top.padding-top__more .all-cols-wrap::before {
    top: calc(-1 * var(--padMore));
  }
  .one_col_content.border__both.padding-bottom__less .all-cols-wrap::after,
  .one_col_content.border__bottom.padding-bottom__less .all-cols-wrap::after {
    bottom: calc(-1 * var(--padLess));
  }
  .one_col_content.border__both.padding-bottom__normal .all-cols-wrap::after,
  .one_col_content.border__bottom.padding-bottom__normal .all-cols-wrap::after {
    bottom: calc(-1 * var(--padNorm));
  }
  .one_col_content.border__both.padding-bottom__more .all-cols-wrap::after,
  .one_col_content.border__bottom.padding-bottom__more .all-cols-wrap::after {
    bottom: calc(-1 * var(--padMore));
  }
}

.one_col_content.images-fill-width__true .element__image img {
  width: 100%;
}
/*---------------TWO COLUMN CONTENT---------------*/
.two_col_content .all-cols-wrap {
  margin: 0 -20px;
}
.two_col_content .all-cols-wrap .col {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .block.two_col_content.big_right .col-1,
  .block.two_col_content.big_left .col-2  {
    max-width: calc(34.3% + 40px);
    width: 100%;
  }
  .block.two_col_content.big_right .col-2,
  .block.two_col_content.big_left .col-1 {
    max-width: calc(56.23% + 40px);
    padding-right: 0;
    width: 100%;
  }
  .block.two_col_content.big_left .col-2,
  .block.two_col_content.big_right .col-2 {
    margin-left: 9%;
  }
}
/*---------------IMAGE BLOCK---------------*/
.image-block .col-1 {
  margin-bottom: 0;
}
.image-row {
  margin: 0 -10px 20px -10px;
}
.image-row:last-child {
  margin-bottom: 0;
}
.image-row .img-frame {
  margin: 0 10px;
  max-width: 100%;
  width: 100%;
}
.image-row[data-count="2"] .img-frame:first-child {
  margin-bottom: 20px;
}
.image-row .img-frame img {
  width: 100%;
}
/* OPTIONS */
.image-height__small .img-frame {
  height: 45vw;
  max-height: 350px;
}
.image-height__medium .img-frame {
  height: 58.7vw;
  max-height: 545px;
}
.image-height__tall .img-frame {
  height: 72vw;
  max-height: 710px;
}
.image-height__small img,
.image-height__medium img,
.image-height__tall img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (min-width: 768px) {
  .image-row {
    margin: 0 -10px 40px -10px;
  }
  .image-row .img-frame {
    margin: 0 10px;
  }
  .image-row[data-count="2"] .img-frame:first-child {
    margin-bottom: 0;
  }
  .image-row[data-count="2"] .img-frame {
    max-width: calc(50% - 20px);
  }
  .image-height__small .img-frame {
    height: 25vw;
  }
  .image-height__medium .img-frame {
    height: 39vw;
  }
  .image-height__tall .img-frame {
    height: 51vw;
  }
}
@media only screen and (min-width: 1000px) {
  .image-row {
    margin: 0 -10px 80px -10px;
  }
}
/*---------------IMMERSIVE BLOCK---------------*/
.immersive-block {
  max-height: 780px;
  min-height: 255px;
}
.immersive-block .all-cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.immersive-block .text {
  text-align: center;
}
/* OPTIONS */
.immersive-block.block-height__medium {
  min-height: 55vw;
  /* min-height: 588px; */
}
.immersive-block.block-height__tall {
  height: 65vw;
  /* min-height: 780px; */
}
.immersive-block.narrow-content__some .all-cols-wrap,
.immersive-block.narrow-content__more .all-cols-wrap {
  max-width: 100%;
}
.immersive-block.text-position__top-left,
.immersive-block.text-position__top-center,
.immersive-block.text-position__top-right,
.immersive-block.text-position__top-left .all-cols-wrap,
.immersive-block.text-position__middle-left .all-cols-wrap,
.immersive-block.text-position__bottom-left .all-cols-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.immersive-block.text-position__middle-left,
.immersive-block.text-position__middle-center,
.immersive-block.text-position__middle-right,
.immersive-block.text-position__top-center .all-cols-wrap,
.immersive-block.text-position__middle-center .all-cols-wrap,
.immersive-block.text-position__bottom-center .all-cols-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.immersive-block.text-position__bottom-left,
.immersive-block.text-position__bottom-center,
.immersive-block.text-position__bottom-right,
.immersive-block.text-position__top-right .all-cols-wrap,
.immersive-block.text-position__middle-right .all-cols-wrap,
.immersive-block.text-position__bottom-right .all-cols-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .immersive-block.background-image-opacity__full .block__bg-img,
  .immersive-block.background-image-opacity__strong .block__bg-img {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 768px) {
  .immersive-block .text {
    max-width: 547px;
    text-align: left;
  }
  .immersive-block.narrow-content__some .text {
    max-width: 640px;
  }
  .immersive-block.narrow-content__more .text {
    max-width: 385px;
  }
  /* OPTIONS */
  .immersive-block.block-height__medium {
    max-height: 780px;
    min-height: 42vw;
    /* min-height: 588px; */
  }
  .immersive-block.block-height__tall {
    max-height: 780px;
    height: 55.71vw;
    /* min-height: 780px; */
  }
}
@media only screen and (min-width: 1800px) {
  .immersive-block.block-height__medium {
    height: 645px;
    min-height: 0;
  }
  .immersive-block.block-height__tall {
    height: 780px;
    min-height: 0;
    /* min-height: 780px; */
  }
}
/*---------------FULL STORY---------------*/
.full-story {
  overflow: hidden;
}
.full-story.margin-top__offset-less {
  overflow: visible;
}
.full-story .page_frame {
  position: static;
}
.full-story .inner-page_frame {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
}
.full-story .all-cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.full-story .col {
  padding: 0;
}
.full-story .col-1,
.full-story .col-1 .element__image,
.full-story .col-1 .element__image .img-frame {
  height: 100%;
  max-height: 100%;
}
.full-story .col-1 {
  position: relative;
  margin-bottom: 20px;
  /* max-width: 50%; */
  width: 100%;
}
.full-story__image-frame {
  width: 100%;
}
.full-story .col-1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.full-story .col-2 {
  position: relative;
  width: 100%;
  z-index: 1;
}
/* MULTIPLE IMAGES */
.full-story.multiple-images .col-1 .img-frame {
  height: calc(50% - 15px);
  max-height: 400px;
  /* min-height: 399px; */
}
.full-story.multiple-images .col-1 .img-frame img {
  max-height: 400px;
}
.full-story.multiple-images .col-1 .img-frame:first-child {
  margin-bottom: 30px;
}
/* OPTIONS*/


/* MARGIN */
.full-story.margin-top__less {
  margin-top: 32px;
}
.full-story.margin-top__offset-less .full-story__image-frame {
  margin-top: -30px;
}
.full-story.margin-bottom__less {
  margin-bottom: 32px;
}

.full-story.narrow-content__some .all-cols-wrap {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .full-story .col-1 {
    margin: 0 -20px 20px -20px;
    width: calc(100% + 40px);
  }
  .full-story__image-frame {
    height: 64vw;
    min-height: 256px;
  }
}
@media only screen and (min-width: 768px) {
  .full-story .col-1 {
    left: 0;
    /* max-width: 44.9%; */
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .full-story__image-frame {
    height: 100%;
    max-height: 890px;
    max-width: 50%;
    position: absolute;
    width: 100%;
  }
  /* MULTIPLE IMAGES */
  .full-story.multiple-images .col-1 .img-frame {
    height: calc(50% - 15px);
    max-height: 400px;
    /* min-height: 399px; */
  }
  .full-story .col-2 {
    margin-left: auto;
    max-width: 43%;
  }
  /* OPTIONS*/
  /* MARGIN */
  .full-story.margin-top__less {
    margin-top: 72px;
  }
  .full-story.margin-bottom__less {
    margin-bottom: 72px;
  }
  /* REVERSE COLUMN */
  .full-story.reverse-columns__yes .full-story__image-frame {
    left: auto;
    right: 0;
  }
  .full-story.reverse-columns__yes .col-2 {
    margin-left: 0;
    margin-right: auto;
  }
  /* ALIGN COLUMNS */
  .full-story.align-columns__middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .full-story.align-columns__bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  /* BLOCK HEIGHT */
  .full-story.block-height__tall {
    min-height: 700px;
  }
  /* COLUMN WIDTH */
  .full-story.column-width__big-left .full-story__image-frame,
  .full-story.column-width__big-right .col-2,
  .full-story.column-width__big-left.reverse-columns__yes .col-2,
  .full-story.column-width__big-right.reverse-columns__yes .full-story__image-frame {
    max-width: 57.28%;
  }
  .full-story.column-width__big-left .col-2,
  .full-story.column-width__big-right .full-story__image-frame,
  .full-story.column-width__big-left.reverse-columns__yes .full-story__image-frame,
  .full-story.column-width__big-right.reverse-columns__yes .col-2 {
    max-width: calc(42.72% - 20px);
  }
  /* NARROW CONTENT */
  .full-story.narrow-content__some .col-2 .text {
    margin: 0 auto;
    max-width: 420px;
  }
}
@media only screen and (min-width: 1000px) {
  /* OPTIONS*/
  /* COLUMN WIDTH */
  .full-story.column-width__big-left .full-story__image-frame,
  .full-story.column-width__big-right .col-2,
  .full-story.column-width__big-left.reverse-columns__yes .col-2,
  .full-story.column-width__big-right.reverse-columns__yes .full-story__image-frame {
    max-width: 60.55%;
  }
  .full-story.column-width__big-left .col-2,
  .full-story.column-width__big-right .full-story__image-frame,
  .full-story.column-width__big-left.reverse-columns__yes .full-story__image-frame,
  .full-story.column-width__big-right.reverse-columns__yes .col-2 {
    max-width: 31%
  }
}
@media only screen and (min-width: 1400px) {
  .full-story.column-width__big-left .full-story__image-frame,
  .full-story.column-width__big-right.reverse-columns__yes .full-story__image-frame {
    max-width: 872px;
    width: 60.55%;
  }
}
/*---------------OFFSET BLOCK---------------*/
.rellax {
  -webkit-transition: -webkit-transform ease-out 800ms 0ms;
  transition: -webkit-transform ease-out 800ms 0ms;
  transition: transform ease-out 800ms 0ms;
  transition: transform ease-out 800ms 0ms, -webkit-transform ease-out 800ms 0ms;

}
.offset-block {
  /* min-height: 705px; */
}
.offset-block .col {
  margin: 0;
  padding: 0;
}
.offset-block .col-1 {
  /* max-width: 54.86%; */
  max-width: 95%;
  width: 100%;
}
.offset-block__img {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  height: 100%;
  min-height: 215px;
  position: relative;
}
.offset-block__img .img-frame,
.offset-block__img img {
  height: 100%;
  min-height: 215px;
}
.offset-block__img img {
  display: block;
  margin-bottom: 0;
  /* min-height: 791px; */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.offset-block .col-2 {
  margin: 20px;
  max-width: calc(100% - 40px);
  order: -1;
  width: 100%;
}
.offset-block__text {
  text-align: center;
}
.offset-block__text.empty {
  display: none;
}
/* OPTIONS */
.bg-color__black .offset-block__img {
  background: #000;
}
.bg-color__transparent .offset-block__img,
.bg-color__dark .offset-block__img   {
  background-color: rgb(var(--dark));
}
.bg-color__gray .offset-block__img {
  background-color: rgb(var(--gray));
}
.bg-color__dark-gray .offset-block__img {
  background-color: rgb(var(--dGray));
}
/* ROW IMG HEIGHT */
.offset-block .row.row-image-height__small .offset-block__img,
.offset-block .row.row-image-height__small .offset-block__img img {
  height: 36.71vw;
  max-height: 514px;
  /* min-height: 514px; */
}
.offset-block.padding-top__offset-less  .row:first-child.row-image-height__small .offset-block__img,
.offset-block.padding-top__offset-less  .row:first-child.row-image-height__small .offset-block__img img,
.offset-block.padding-bottom__offset-less  .row:last-child.row-image-height__small .offset-block__img,
.offset-block.padding-bottom__offset-less  .row:last-child.row-image-height__small .offset-block__img img {
  height: 40.28vw;
  max-height: 564px;
  /* min-height: 564px; */
}
.offset-block .row.row-image-height__medium .offset-block__img,
.offset-block .row.row-image-height__medium .offset-block__img img {
  height: 44.57vw;
  max-height: 624px;
  /* min-height: 624px; */
}
.offset-block.padding-top__offset-less  .row:first-child.row-image-height__medium .offset-block__img,
.offset-block.padding-top__offset-less  .row:first-child.row-image-height__medium .offset-block__img img,
.offset-block.padding-bottom__offset-less  .row:last-child.row-image-height__medium .offset-block__img,
.offset-block.padding-bottom__offset-less  .row:last-child.row-image-height__medium .offset-block__img img {
  /* max-height: 672px;
  height: 54.86vw; */
  /* min-height: 672px; */
}
.offset-block .row.row-image-height__tall .offset-block__img,
.offset-block .row.row-image-height__tall .offset-block__img img {
  height: 50.71vw;
  max-height: 710px;
  /* min-height: 710px; */
}
.offset-block.padding-top__offset-less  .row:first-child.row-image-height__tall .offset-block__img,
.offset-block.padding-top__offset-less  .row:first-child.row-image-height__tall .offset-block__img img,
.offset-block.padding-bottom__offset-less  .row:last-child.row-image-height__tall .offset-block__img,
.offset-block.padding-bottom__offset-less  .row:last-child.row-image-height__tall .offset-block__img img {
  /* height: 54.28vw;
  max-height: 760px; */
  /* min-height: 760px; */
}
/* PADDING */
.offset-block.padding-bottom__offset-less,
.offset-block.padding-bottom__offset-normal,
.offset-block.padding-bottom__offset-more {
  padding-bottom: 0;
  z-index: 1;
}
.offset-block.padding-top__offset-less,
.offset-block.padding-top__offset-normal {
  padding-top: 0;
  z-index: 1;
}
.offset-block.padding-top__offset-less .row:first-child .offset-block__text {
  padding-top: 35px;
}
.offset-block.padding-top__offset-normal .row:first-child .offset-block__text {
  padding-top: 65px;
}
.offset-block.padding-top__offset-less .row.reverse-columns__yes:first-child .offset-block__text,
.offset-block.padding-top__offset-normal .row.reverse-columns__yes:first-child .offset-block__text {
  /* padding-top: 0; */
}
.offset-block .row.image-overflow__true {
  margin-bottom: -30px;
}
.offset-block.padding-bottom__offset-less {
  margin-bottom: -35px;
}
.offset-block.padding-bottom__offset-normal {
  margin-bottom: -65px;
}
.offset-block.padding-top__offset-less {
  margin-top: -35px;
}
.offset-block.padding-top__offset-normal {
  margin-top: -65px;
}
/* REVERSE COLS */
.offset-block .row.reverse-columns__yes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.offset-block .row.reverse-columns__yes .col-2 {
  order: 1;
}
/* ROW ALIGN COLS */
.offset-block .row.align-columns__middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offset-block .row.align-columns__bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* ROW LAYER POS */
.offset-block .row.layer-position__above {
  position: relative;
  z-index: 1;
}
/* PADDING OFFSET */
/* ONLY BOTTOM B/C AT 768px IMAGES WILL WRAP TO TOP AND NO NEED FOR TOP PADDING */
.offset-block.padding-bottom__offset-less .row:last-child .col-2 {
  padding-bottom: 35px;
}
.offset-block.padding-bottom__offset-normal .row:last-child .col-2 {
  padding-bottom: 65px;
}

/* IMAGE OPACITY */
.row.image-opacity__light .offset-block__img img {
  opacity: 0.2;
}
.row.image-opacity__medium .offset-block__img img {
  opacity: 0.5;
}
.row.image-opacity__strong .offset-block__img img {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .offset-block .col-1 {
    max-width: 54.86%;
  }
  .offset-block__text {
    padding-bottom: 55px;
    padding-top: 55px;
    text-align: left;
  }
  .offset-block__text.empty {
    display: block;
  }
  .offset-block .col-2,
  /* .offset-block .row.reverse-columns__yes .col-1, */
  .offset-block .row.reverse-columns__yes .col-2   {
    order: 1;
    margin-left: 20px;
  }
  .offset-block .row.column-width__big-left .col-2,
  .offset-block .row.column-width__big-right.reverse-columns__yes .col-2 {
    max-width: calc(45.14% - 40px);
  }
  .offset-block.padding-bottom__offset-less {
    margin-bottom: -65px;
  }
  .offset-block.padding-bottom__offset-normal {
    margin-bottom: -135px;
  }
  .offset-block.padding-top__offset-less {
    margin-top: -65px;
  }
  .offset-block.padding-top__offset-normal {
    margin-top: -135px;
  }
  /* PADDING OFFSET */
  .offset-block.padding-bottom__offset-less .row:last-child .col-2 {
    padding-bottom: 65px;
  }
  .offset-block.padding-bottom__offset-normal .row:last-child .col-2 {
    padding-bottom: 135px;
  }
  .offset-block.padding-top__offset-less .row:first-child .col-2 {
    padding-top: 65px;
  }
  .offset-block.padding-top__offset-normal .row:first-child .col-2 {
    padding-top: 135px;
  }
  .row.reverse-columns__yes .offset-block__text {
    text-align: right;
  }
}
@media only screen and (min-width: 1000px) {
  .offset-block .col-2 {
    margin-left: 7%;
    margin-right: 0;
  }
  .offset-block .row.column-width__big-left .col-2,
  .offset-block .row.column-width__big-right.reverse-columns__yes .col-2 {
    max-width: 32.3%;
  }
  /* OPTIONS */
  /* COLUMN WIDTH */
  .offset-block .row.column-width__big-right .col-1,
  .offset-block .row.column-width__big-left.reverse-columns__yes .col-1 {
    max-width: 49.3%;
  }
  .offset-block .row.column-width__big-left .col-1,
  .offset-block .row.column-width__big-right.reverse-columns__yes .col-1 {
    max-width: 53.6%;
  }
  .offset-block .row.column-width__big-left .col-2,
  .offset-block .row.column-width__big-right.reverse-columns__yes .col-2 {
    max-width: 32.3%;
  }
  .offset-block .row.column-width__big-right .col-2,
  .offset-block .row.column-width__big-left.reverse-columns__yes .col-2  {
    max-width: 37.98%;
  }
  /* ROW CONTENT PADDING */
  .offset-block .row.content-padding__more .offset-block__text {
    padding: 78px 0;
  }

  /* ROW IMG OVERFLOW */
  .offset-block .row.image-overflow__true {
    margin-bottom: 0;
  }
  .offset-block .row.image-overflow__true .col-1 {
    position: absolute;
  }
  .offset-block .row.image-overflow__true .col-2 {
    margin-left: 61.86%;
  }
  .offset-block .row.reverse-columns__yes.image-overflow__true .col-2 {
    margin-left: 7%;
    margin-right: auto;
  }
  /* REVERSE COLUMNS */
  .offset-block .row.reverse-columns__yes .col-1 {
    margin-left: 7%;
  }
  .offset-block .row.reverse-columns__yes .col-2 {
    margin-left: 5.7%;
  }
}
/*---------------BIG OFFSET BLOCK---------------*/
img.cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.big-offset-block img {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.big-offset-block .col {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0;
}
.big-offset-block .col-1 {
  margin-bottom: 0;
  width: 100%;
}
.big-offset-block__img,
.big-offset-block__img .img-frame {
  height: 100%;
  max-height: 898px;
}
.big-offset-block .col-2 {
  max-width: 100%;
}
.big-offset-block__img-sml {
  height: 32vw;
  margin-left: auto;
  margin-top: -24vw;
  max-height: 445px;
  max-width: 50%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.big-offset-block__img-sml .img-frame {
  height: 100%;
  width: 100%;
}
.big-offset-block__text {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  max-width: calc(100% - 40px);
  width: 100%;
}
/* OPTIONS */
.big-offset-block.reverse-columns__yes .col-1 {
  margin-left: auto;
}
.big-offset-block.reverse-columns__yes .big-offset-block__img-sml {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .big-offset-block .col-1 {
    height: 64vw;
    margin-top: 30px;
    max-height: 898px;
    max-width: 55.55%;
  }
  .big-offset-block .col-2 {
    max-width: 44.45%;
  }
  .big-offset-block__text {
    margin-left: 30px;
    margin-top: 30px;
    max-width: calc(100% - 50px);
  }
  .big-offset-block__img-sml {
    margin-left: -10.86%;
    margin-top: 0;
    max-height: 445px;
    max-width: 110.86%;
    width: 110.86%;
  }
  /* OPTIONS */
  .big-offset-block.reverse-columns__yes .col-2 {
    order: -1;
    z-index: 1;
  }
  .big-offset-block.reverse-columns__yes .big-offset-block__img-sml {
    margin-left: 0;
    margin-right: -10.86%;
  }
  .big-offset-block.padding-bottom__offset-less {
    margin-bottom: -65px;
    padding-bottom: 0;
    z-index: 1;
  }
  .big-offset-block.padding-bottom__offset-less .big-offset-block__text {
    padding-bottom: 65px;
  }

  .big-offset-block.padding-top__offset-less {
    margin-top: -65px;
    padding-top: 0;
    z-index: 1;
  }
  /* .big-offset-block.padding-top__offset-less .big-offset-block__text {
    padding-top: 65px;
  } */
}
@media only screen and (min-width: 1000px) {
  .big-offset-block .col-1 {
    max-width: 60.55%;
  }
  .big-offset-block .col-2 {
    max-width: 39.45%;
  }
  .big-offset-block__text {
    margin-left: 18.3%;
    margin-top: 100px;
    max-width: 69.7%;
  }
  .big-offset-block.reverse-columns__yes .big-offset-block__text {
    margin-left: 20px;
    margin-right: 18.3%;
  }
}
/*---------------PROJECTS GRID---------------*/
.projects-grid-block .col {
  padding: 0;
}
.projects-grid-block .grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -8px;
}
.projects-grid-block .grid-item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  margin: 0 8px 20px 8px;
  max-height: 280px;
  max-width: calc(100% - 16px);
  overflow: hidden;
  padding: 12px 10px 12px 30px;
  position: relative;
  width: 100%;
}
.projects-grid-block a {
  text-decoration: none;
}
.projects-grid-block .grid-item:hover img,
.projects-grid-block .grid-item:focus-within img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform ease 1500ms;
  transition: -webkit-transform ease 1500ms;
  transition: transform ease 1500ms;
  transition: transform ease 1500ms, -webkit-transform ease 1500ms;
}
.projects-grid-block .img-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.projects-grid-block .img-frame img {
  margin-bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     -webkit-transform: scale(1);
             transform: scale(1);
  -webkit-transition: -webkit-transform ease 1500ms;
  transition: -webkit-transform ease 1500ms;
  transition: transform ease 1500ms;
  transition: transform ease 1500ms, -webkit-transform ease 1500ms;
  width: 100%;
}
.projects-grid-block .project-title {
  color: white;
  line-height: 1.2em;
  margin-bottom: 0;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .projects-grid-block .grid-item {
    max-width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 768px) {
  .projects-grid-block .grid-item {
    max-width: calc(33.333% - 16px);
  }
}
/*---------------TESTIMONIAL SLIDER---------------*/
.testimonial-slider-block .slide .text {
  display: block;
  max-width: 790px;
  margin: 0 auto;
}
/*---------------LOGOS---------------*/
.block_type__logos .page_frame {
  max-width: 100%;
}
.block_type__logos .all-cols-wrap,
.block_type__logos .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_type__logos .col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
  max-height: 45px;
  max-width: calc(100% - 20px);
  padding: 0;
  width: 100%;
}
.block_type__logos .col[data-index="1"],
.block_type__logos .col[data-index="2"],
.block_type__logos .col[data-index="3"],
.block_type__logos .col[data-index="4"] {
  display: none;
}
.block_type__logos .col img {
  height: 100%;
  max-height: 100%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
     opacity: 0;
  width: 100%;
}
.block_type__logos .col img.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0;
}
.block_type__logos .col img.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 1;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  /* 20% {
    opacity: 0.8;
  }
  35% {
    opacity: 1;
  } */
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  /* 20% {
    opacity: 0.8;
  }
  35% {
    opacity: 1;
  } */
  100% {
    opacity: 0;
  }
}
/* ADMIN */
.acf-block-preview .block_type__logos .col img {
  opacity: 1;
}
@media only screen and (min-width: 480px) {
  .block_type__logos .col {
    max-width: calc(50% - 20px);
  }
  .block_type__logos .col[data-index="1"] {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .block_type__logos .col {
    max-width: calc(33.33% - 20px);
  }
  .block_type__logos .col[data-index="2"] {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .block_type__logos .col {
    max-width: calc(25% - 20px);
  }
  /* .block_type__logos .col {
    max-width: none;
  } */
  .block_type__logos .col[data-index="3"] {
    display: block;
  }
  .block_type__logos .col[data-index="4"] {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .block_type__logos .col[data-index="4"] {
    display: block;
  }
}
/*---------------CORE VALUES---------------*/
.core-values .all-cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
}
.core-values .all-cols-wrap .col {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0;
}
.core-values .col-header {
  width: 100%;
}
.core-values .col-1,
.core-values .col-2,
.core-values .col-3 {
  max-width: 100%;
  width: 100%;
}
/* OPTIONS */
.core-values.border__top .all-cols-wrap {
  border-top: 1px solid rgba(255,255,255,0.3);
}
@media only screen and (min-width: 768px) {
  .core-values .col-1 {
    max-width: 256px;
    max-width: 23%;
  }
  .core-values .col-2 {
    max-width: 323px;
    max-width: 29%;
  }
  .core-values .col-3 {
    max-width: 385px;
    max-width: 34.56%;
  }
}
/*---------------PROJECT CATEGORIES---------------*/
.project-categories-block .col-1 {
  margin-bottom: 0;
}
.project-categories__header-text,
.service-categories__header-text {
  margin-bottom: 22px;
}
.project-categories-container,
.service-categories-container {
  margin: 0 -10px;
}
.project-category-container,
.service-category-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 33vw;
  justify-content: center;
  margin: 0 0px 20px 0px;
  max-height: 190px;
  max-width: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
}
.project-category-container:hover img,
.service-category-container:hover img,
.project-category-container:focus-within img,
.service-category-container:focus-within img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform ease 1500ms;
  transition: -webkit-transform ease 1500ms;
  transition: transform ease 1500ms;
  transition: transform ease 1500ms, -webkit-transform ease 1500ms;
}
.project-category-container a,
.service-category-container a {
  text-decoration: none;
}
.project-category-container .img-frame,
.service-category-container .img-frame {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.project-category-container img,
.service-category-container img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform ease 1500ms;
  transition: -webkit-transform ease 1500ms;
  transition: transform ease 1500ms;
  transition: transform ease 1500ms, -webkit-transform ease 1500ms;
}
.project-category-container .cat-title,
.service-category-container .cat-title {
  color: white;
  line-height: 1.25em;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .project-category-container,
  .service-category-container {
    height: 33vw;
    margin: 0 10px 20px 10px;
    max-width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 640px) {
  .project-category-container,
  .service-category-container {
    max-width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 1120px) {
  .project-category-container,
  .service-category-container {
    max-width: calc(16.6% - 20px);
  }
}
/*---------------PROJECT CATEGORIES FEATURED---------------*/
.tabs-container {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -40px;
}
button.tab:first-child {
  padding-left: 0;
}
button.tab:last-child {
  padding-right: 0;
}
button.tab {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: white;
  font-weight: 700;
  margin: 0 38px;
  opacity: 0.4;
  padding: 10px 0;
  text-transform: uppercase;
}
button.tab[aria-selected="true"] {
  border-color: white;
  opacity: 1;
}
/* .tab-content-container .tab-content[aria-hidden="true"], */
.tab-content-container .tab-content {
  display: none;
}
.tabs-container {
  margin-bottom: 50px;
}
.projects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.tab-content .project-container {
  height: 28vw;
  margin: 0 8px 16px 8px;
  max-height: 325px;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.tab-content .project-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .tab-content .project-container {
    max-width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 640px) {
  .tabs-container {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) {
  .tab-content .project-container {
    max-width: calc(33.333% - 16px);
  }
  .projects-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1000px) {
  .tab-content .project-container {
    max-width: calc(25% - 16px);
  }
}
/*---------------ADDRESS BLOCK---------------*/
.address-block .col-header,
.address-block .col-1,
.address-block .col-2  {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}
.address-block .col-header {
  margin-bottom: 20px;
  padding: 0;
}
.address-block .col-1,
.address-block .col-2 {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 640px) {
  .address-block .col-header {
    margin-bottom: 45px;
    padding: 0;
  }
  .address-block .col-1,
  .address-block .col-2 {
    border-left: 1px solid white;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 36px;
    max-width: 45.44%;
    margin-left: 4.56%;
  }
}
@media only screen and (min-width: 1100px) {
  .address-block .col-1,
  .address-block .col-2 {
    max-width: 41.3%;
  }
  .address-block .col-2 {
    max-width: 36%;
  }
  .address-block .col-2 {
    margin-left: 18.1%;
  }
}
/* FAQS BLOCK */
.button-bg-color__black .faq-dropdown__button {
  background-color: #000;
}
.button-bg-color__gray .faq-dropdown__button {
  background-color: rgb(var(--gray));
}
.button-bg-color__dark-gray .faq-dropdown__button {
  background-color: rgb(var(--dGray));
}
.button-bg-color__dark .faq-dropdown__button {
  background-color: rgb(var(--dark));
}