@import "./fontello/css/fontello.css";
@import url("./defaults/mobile-menu.css") only screen and (max-width: 1000px);
:root {
  --white: 255, 255, 255;
  --gray: 231, 234, 230;
  --lGray: 246, 248, 245;
  --dark: 53, 57, 51;
  --darker: 31, 31, 23;
  --green: 53, 57, 46;
  --dGreen: 44, 44, 37;
  --orange: 160, 98, 62;
  --font-azo: azo-sans-web, sans-serif;
  --pageFrame: 1262px;
  --maxWidth: 2000px;
  --padLess: 2.8125rem;
  --padNorm: 4.375rem;
  --padMore: 7.625rem;
}
@font-face {
  font-family: "arrow";
  src: url("fonts/arrow-icon.eot");
  src: url("fonts/arrow-icon.eot") format("embedded-opentype"), url("fonts/arrow-icon.ttf") format("truetype"), url("fonts/arrow-icon.woff") format("woff"),
    url("fonts/arrow-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------------------- UNIVERSALS */
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
html {
  visibility: visible !important;
}
body {
  color: var(--text);
  font-family: var(--font-azo), "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
  margin: 0 auto;
  max-width: var(--maxWidth);
  width: 100%;
}
/* Removes animations for users who have set this preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Used for screen reader only content to provide extra context */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
  white-space: nowrap;
}
/* --------------------------------------------- TYPOGRAPHY */
.p-style,
.bizango_cms_content .p-style,
p,
li,
figcaption {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33em;
  margin-bottom: 18px;
  margin-top: 0;
}
li {
  list-style-position: inside;
}
figure {
  margin: 1em 0;
}
img,
iframe:not(.playerBox) {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.h1-style,
.bizango_cms_content .h1-style,
h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.h2-style,
.bizango_cms_content .h2-style,
h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
.h3-style,
.bizango_cms_content .h3-style,
h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.h4-style,
.bizango_cms_content .h4-style,
h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
.h5-style,
.bizango_cms_content .h5-style,
h5 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.h6-style,
.bizango_cms_content .h6-style,
h6 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 16px;
}
/* To minimize extra thickness added to font-weight by browsers */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
}
strong,
b {
  font-weight: 700;
}
/* CKEDITOR STYLES */
.link-accent::after,
.bizango_cms_content .link-accent::after {
  content: "\e91c";
  color: inherit;
  font-family: "bizango-icons";
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1em;
  margin-left: 5px;
}
.text-transform--upper,
.block .bizango_cms_content .text-transform--upper {
  text-transform: uppercase;
}
.light-weight,
.block .bizango_cms_content .light-weight {
  font-weight: 400;
}
.letter-spacing--wide,
.block .bizango_cms_content .letter-spacing--wide {
  letter-spacing: 0.1em;
}
.small-font,
.bizango_cms_content .small-font,
.bizango_cms_content a,
.bizango_cms_content .review-style {
  display: inline-block;
  font-family: var(--font-azo);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.bizango_cms_content .review-style {
  margin-bottom: 0;
}
.review-style::before {
  color: inherit;
  content: "\02013";
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
.fw-400,
.bizango_cms_content .fw-400 {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .bizango_cms_content [style*="text-align: right"] {
    text-align: left !important;
  }
  h1,
  .h1-style,
  .bizango_cms_content .h1-style {
    font-size: 3rem;
  }
  h2,
  .h2-style,
  .bizango_cms_content .h2-style {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  h1,
  .h1-style,
  .bizango_cms_content .h1-style {
    font-size: 2.3rem;
  }
  h2,
  .h2-style,
  .bizango_cms_content .h2-style {
    font-size: 1.8rem;
  }
}
/* --------------------------------------------- LINKS/BUTTONS */
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a {
  color: rgb(var(--orange));
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a.current {
  color: rgb(var(--orange));
}
.button,
button[type="submit"] {
  background-color: rgb(var(--orange));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: white;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  outline: none;
  padding: 14px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.button:hover {
  color: white;
}
.button--green {
  background-color: #464636;
}
.button--blank {
  background: none;
  border: 1px solid currentColor;
  color: currentColor;
}
.button--blank:hover {
  color: currentColor;
}
/* Necessary for certain browser overrides */
button,
input[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* --------------------------------------------- DEFAULTS */
/* BIZANGO PAGE LAYOUT STRUCTURE */
.page_frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1262px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
/* PADDING */
.block {
  padding-bottom: 1em;
  padding-top: 1em;
}
.padding-top__less {
  padding-top: var(--padLess);
}
.padding-top__normal,
.hero-padding-top__less,
.block--hero.padding-top__less {
  padding-top: var(--padNorm);
}
.padding-top__more,
.hero-padding-top__normal,
.block--hero.padding-top__normal {
  padding-top: var(--padMore);
}
.hero-padding-top__more,
.block--hero.padding-top__more {
  padding-top: 8rem;
}
.padding-bottom__less {
  padding-bottom: var(--padLess);
}
.padding-bottom__normal,
.hero-padding-bottom__less,
.block--hero.padding-bottom__less {
  padding-bottom: var(--padNorm);
}
.padding-bottom__more,
.hero-padding-bottom__normal,
.block--hero.padding-bottom__normal {
  padding-bottom: var(--padMore);
}
.hero-padding-bottom__more,
.block--hero.padding-bottom__more {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 640px) {
  .padding-top__less,
  .hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 1.5rem;
  }
  .padding-top__normal,
  .hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 2em;
  }
  .padding-top__more,
  .hero-padding-top__normal,
  .block--hero.padding-top__normal {
    padding-top: 2.5em;
  }
  .hero-padding-top__more {
    padding-top: 3rem;
  }
  .padding-bottom__less {
    padding-bottom: 1.5rem;
  }
  .padding-bottom__normal,
  .hero-padding-bottom__less,
  .block--hero.padding-bottom__less {
    padding-bottom: 2em;
  }
  .padding-bottom__more,
  .hero-padding-bottom__normal,
  .block--hero.padding-bottom__normal {
    padding-bottom: 2.5em;
  }
  .hero-padding-bottom__more,
  .block--hero.padding-bottom__more {
    padding-bottom: 3rem;
  }
}
/* --------------------------------------------- THEMES */
body,
.block.parallax__yes.background-color__transparent .block__bg-img,
.background-color__white .block__bg-img {
  background-color: #fff;
}
/* Parallax with BG Color Options */
/* Opposite opacities b/c we're targeting block bg color in front of parallax img */

/* .background-color__primary.parallax__yes.background-image-opacity__light::before, */
.block.parallax__yes.background-image-opacity__light .block__bg-img,
.block.parallax__yes.background-image-opacity__light::before {
  opacity: 0.7;
}
/* .background-color__primary.parallax__yes.background-image-opacity__medium::before, */
.block.parallax__yes.background-image-opacity__medium .block__bg-img,
.block.parallax__yes.background-image-opacity__medium::before {
  opacity: 0.5;
}
/* .background-color__primary.parallax__yes.background-image-opacity__strong::before, */
.block.parallax__yes.background-image-opacity__strong .block__bg-img,
.block.parallax__yes.background-image-opacity__strong::before {
  opacity: 0.3;
}
.background-color__primary.parallax__yes.background-image-opacity__full::before,
.block.parallax__yes.background-image-opacity__full::before {
  opacity: 0;
}
.block_type__intro-block.background-color__black .element__bg_2 {
  background: #000;
}
.block_type__intro-block.background-color__white .element__bg_2 {
  background: #fff;
}
label.background-color__primary,
.bizango_content_pop-background-color_block_options input[value="blank"] + label,
label.swatch__primary,
.background-color__primary,
.block_type__intro-block.background-color__primary .element__bg_2,
.block_type__1-column-pop.pop-background-color__primary .col-1,
.block_type__2-column-pop.pop-background-color__primary.pop-column__left .col-1,
.block_type__2-column-pop.pop-background-color__primary.pop-column__right .col-2,
.block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 {
  position: relative;
}
label.background-color__primary::after,
.bizango_content_pop-background-color_block_options input[value="blank"] + label::after,
label.swatch__primary::after,
.block.background-color__primary::before,
.block_type__intro-block.background-color__primary .element__bg_2::before,
.block_type__1-column-pop.pop-background-color__primary .col-1::before,
.block_type__2-column-pop.pop-background-color__primary.pop-column__left .col-1::before,
.block_type__2-column-pop.pop-background-color__primary.pop-column__right .col-2::before,
.block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2::before {
  background-color: rgb(var(--green));
  background-image: url(/images/sites/mcd/schematics-low-op.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
label.background-color__secondary,
.bizango_content_pop-background-color_block_options input[value="blank"] + label,
label.swatch__secondary,
.background-color__secondary,
.block_type__intro-block.background-color__secondary .element__bg_2,
.block_type__1-column-pop.pop-background-color__secondary .col-1,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__left .col-1,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__right .col-2,
.block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2 {
  position: relative;
}
label.background-color__secondary::after,
.bizango_content_pop-background-color_block_options input[value="blank"] + label::after,
label.swatch__secondary::after,
.block.background-color__secondary::before,
.block_type__intro-block.background-color__secondary .element__bg_2::before,
.block_type__1-column-pop.pop-background-color__secondary .col-1::before,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__left .col-1::before,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__right .col-2::before,
.block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2::before {
  background-image: url(/images/sites/mcd/pattern-lines.png);
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  content: "";
  display: block;
  left: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block.theme__dark::before,
.block.theme__light::before {
  display: none;
}
label.background-color__tertiary::after,
.background-color__tertiary .block__bg-img,
.bizango_content_pop-background-color_block_options input[value="tertiary"] + label::after,
label.swatch__tertiary::after,
.background-color__tertiary,
.block_type__intro-block.background-color__tertiary .element__bg_2,
.block_type__1-column-pop.pop-background-color__tertiary .col-1,
.block_type__2-column-pop.pop-background-color__tertiary.pop-column__left .col-1,
.block_type__2-column-pop.pop-background-color__tertiary.pop-column__right .col-2,
.block_type__story-panel.box-style__solid.text-area-background-color__tertiary .col-2 {
  background-color: #f6f8f5;
}
.block_type__story-panel.box-style__outline.text-area-background-color__tertiary .col-2 {
  border-color: #f6f8f5;
}
label.swatch__dark-gray::after,
.text-area-background-color__dark-gray .offset-box {
  background-color: #33382c;
  color: white;
}
label.swatch__light-gray::after,
.text-area-background-color__light-gray .offset-box {
  background-color: #f6f8f5;
}
.block.theme__dark .bizango_cms_content,
.block.theme__dark .bizango_cms,
.block.theme__dark .cke_editable,
.block.theme__dark .bizango_image_caption,
.block.theme__dark label,
.background-color__black .bizango_cms,
.background-color__black .bizango_cms_content,
.background-color__black .cke_editable,
.background-color__black label,
.background-color__black .content_image_caption,
.block_type__1-column-pop.pop-background-color__black .col-1 .bizango_cms_content,
.block_type__1-column-pop.pop-background-color__black .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__black.pop-column__left .col-1 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__black.pop-column__left .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__black.pop-column__right .col-2 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__black.pop-column__right .col-2 .cke_editable,
.block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 .bizango_cms_content,
.block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 .cke_editable,
.background-color__primary .bizango_cms,
.background-color__primary .bizango_cms_content,
.background-color__primary .cke_editable,
.background-color__primary label,
.background-color__primary .content_image_caption,
.block_type__1-column-pop.pop-background-color__primary .col-1 .bizango_cms_content,
.block_type__1-column-pop.pop-background-color__primary .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__primary.pop-column__left .col-1 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__primary.pop-column__left .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__primary.pop-column__right .col-2 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__primary.pop-column__right .col-2 .cke_editable,
.block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 .bizango_cms_content,
.block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 .cke_editable .background-color__secondary .bizango_cms,
.background-color__secondary .bizango_cms_content,
.background-color__secondary .cke_editable,
.background-color__secondary label,
.background-color__secondary .content_image_caption,
.block_type__1-column-pop.pop-background-color__secondary .col-1 .bizango_cms_content,
.block_type__1-column-pop.pop-background-color__secondary .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__left .col-1 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__left .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__right .col-2 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__secondary.pop-column__right .col-2 .cke_editable,
.block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2 .bizango_cms_content,
.block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2 .cke_editable {
  color: white;
}
.block.theme__light .bizango_cms_content,
.block.theme__light .bizango_cms,
.block.theme__light .cke_editable,
.block.theme__light .bizango_image_caption,
.block.theme__light label,
.background-color__white .bizango_cms_content,
.background-color__white .bizango_cms,
.background-color__white .cke_editable,
.background-color__white .bizango_image_caption,
.background-color__white label,
.block_type__1-column-pop.pop-background-color__white .col-1 .bizango_cms_content,
.block_type__1-column-pop.pop-background-color__white .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__white.pop-column__left .col-1 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__white.pop-column__left .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__white.pop-column__right .col-2 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__white.pop-column__right .col-2 .cke_editable,
.block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 .bizango_cms_content,
.block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 .cke_editable,
.background-color__tertiary .bizango_cms_content,
.background-color__tertiary .bizango_cms,
.background-color__tertiary .cke_editable,
.background-color__tertiary .bizango_image_caption,
.background-color__tertiary label,
.block_type__1-column-pop.pop-background-color__tertiary .col-1 .bizango_cms_content,
.block_type__1-column-pop.pop-background-color__tertiary .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__tertiary.pop-column__left .col-1 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__tertiary.pop-column__left .col-1 .cke_editable,
.block_type__2-column-pop.pop-background-color__tertiary.pop-column__right .col-2 .bizango_cms_content,
.block_type__2-column-pop.pop-background-color__tertiary.pop-column__right .col-2 .cke_editable,
.block_type__story-panel.box-style__solid.text-area-background-color__tertiary .col-2 .bizango_cms_content,
.block_type__story-panel.box-style__solid.text-area-background-color__tertiary .col-2 .cke_editable,
.block_type__offset-block.text-area-background-color__light-gray .offset-box .bizango_cms_content,
.block_type__offset-block.text-area-background-color__light-gray .offset-box .cke_editable {
  color: rgb(var(--dark));
}
/* OVERLAYS */
.olay--site-hero .block__bg-img::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, rgb(10, 14, 9, 0.95)),
    color-stop(70%, rgba(10, 14, 9, 0.5)),
    to(rgba(10, 14, 9, 0))
  );
  background-image: -o-linear-gradient(left, rgb(10, 14, 9) 10%, rgba(10, 14, 9, 0.5) 70%, rgba(10, 14, 9, 0) 100%);
  background-image: linear-gradient(to right, rgb(10, 14, 9) 10%, rgba(10, 14, 9, 0.5) 70%, rgba(10, 14, 9, 0) 100%);
}
.olay--offset-block .block__bg-img::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(23, 26, 22, 0.8)), color-stop(50%, rgba(23, 26, 22, 0)));
  background-image: -o-linear-gradient(top, rgba(23, 26, 22, 0.8) 10%, rgba(23, 26, 22, 0) 50%);
  background-image: linear-gradient(to bottom, rgba(23, 26, 22, 0.8) 10%, rgba(23, 26, 22, 0) 50%);
}
.olay--team .block__bg-img::after {
  /* background-image: linear-gradient(to top, rgb(31, 31, 21) 70%, rgba(31, 31, 23, 0) 70%); */
  background-image: linear-gradient(to top, rgb(31, 31, 21), rgb(31, 31, 21));
  z-index: -1;
}
.olay--intro .block__bg-img::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 20, 0.7)), color-stop(25%, rgba(21, 24, 20, 0)));
  background-image: -o-linear-gradient(top, rgba(21, 24, 20, 0.7), rgba(21, 24, 20, 0) 25%);
  background-image: linear-gradient(to bottom, rgba(21, 24, 20, 0.7), rgba(21, 24, 20, 0) 25%);
}
.olay--proj-item::after {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(16, 16, 12, 0.8)),
    color-stop(20%, rgba(16, 16, 12, 0.5)),
    color-stop(60%, rgba(16, 16, 12, 0))
  );
  background-image: -o-linear-gradient(bottom, rgba(16, 16, 12, 0.8), rgba(16, 16, 12, 0.5) 20%, rgba(16, 16, 12, 0) 60%);
  background-image: linear-gradient(to top, rgba(16, 16, 12, 0.8), rgba(16, 16, 12, 0.5) 20%, rgba(16, 16, 12, 0) 60%);
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .olay--site-hero .block__bg-img::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(10, 14, 9, 0.95)), color-stop(70%, rgba(10, 14, 9, 0)));
    background-image: -o-linear-gradient(left, rgb(10, 14, 9, 0.95) 25%, rgba(10, 14, 9, 0) 70%);
    background-image: linear-gradient(to right, rgb(10, 14, 9, 0.95) 25%, rgba(10, 14, 9, 0) 70%);
  }
  /* .olay--team .block__bg-img::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(31, 31, 21)), color-stop(70%, rgba(31, 31, 21, 0.5)), to(rgba(31, 31, 23, 0.1)));
    background-image: -o-linear-gradient(bottom, rgb(31, 31, 21) 50%, rgba(31, 31, 21, 0.5) 70%, rgba(31, 31, 23, 0.1));
    background-image: linear-gradient(to top, rgb(31, 31, 21) 50%, rgba(31, 31, 21, 0.5) 70%, rgba(31, 31, 23, 0.1));
  } */
}
@media only screen and (min-width: 1120px) {
  .olay--team .block__bg-img::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(31, 31, 21)), to(rgba(31, 31, 23, 0.1)));
    background-image: -o-linear-gradient(bottom, rgb(31, 31, 21) 25%, rgba(31, 31, 23, 0.1));
    background-image: linear-gradient(to top, rgb(31, 31, 21) 25%, rgba(31, 31, 23, 0.1));
    z-index: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .olay--proj-item::after {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(16, 16, 12, 0.8)),
      color-stop(20%, rgba(16, 16, 12, 0.5)),
      to(rgba(16, 16, 12, 0.2))
    );
    background-image: -o-linear-gradient(bottom, rgba(16, 16, 12, 0.8), rgba(16, 16, 12, 0.5) 20%, rgba(16, 16, 12, 0.2) 100%);
    background-image: linear-gradient(to top, rgba(16, 16, 12, 0.8), rgba(16, 16, 12, 0.5) 20%, rgba(16, 16, 12, 0.2) 100%);
    z-index: 1;
  }
}

/* HEADER/FOOTER */
.header {
  max-width: var(--maxWidth);
  /* padding-top: 20px; */
  margin-bottom: -12px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header__bg {
  background-color: rgb(var(--dGreen));
  height: calc(100% - 12px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__logo::before,
.header__logo::after {
  background-color: rgb(var(--green));
  content: "";
  height: 100%;
  position: absolute;
}
.header__logo::before {
  right: 0;
  width: 80vw;
  z-index: 5;
}
.header__logo::after {
  -webkit-box-shadow: 5px -15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px -15px 10px rgba(0, 0, 0, 0.5);
  height: calc(100% - 0.5px);
  left: calc(100% - 86px);
  top: 0;
  -webkit-transform: skewX(29deg) skewY(0.1deg);
  -ms-transform: skewX(29deg) skewY(0.1deg);
  transform: skewX(29deg) skewY(0.1deg);
  width: 150px;
}
.header__frame,
.footer__frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo,
.footer__logo {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  z-index: 10;
}
.header__logo-link {
  display: inline-block;
  position: relative;
  z-index: 6;
}
.header__logo-img,
.footer__logo-img {
  max-width: 230px;
  min-width: 200px;
  width: 100%;
}
.header__logo-img {
  min-width: 140px;
  padding-bottom: 28px;
  padding-top: 20px;
}
.header__nav-wrapper,
.footer__nav-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
  width: auto;
  z-index: 5;
}
.header__mobile-nav-toggle {
  color: var(--links);
  display: none;
  z-index: 1;
}
.header__nav-wrapper--desk {
  position: relative;
}
/* --------------------------------------------- NAV */
.nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* NAV ELEMENTS */
.nav__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.nav__a {
  display: block;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 10px 30px;
  text-transform: uppercase;
}
.nav__a--icon,
.nav__a--mobile-icon {
  color: rgb(var(--orange));
  font-size: 1.2em;
}
.nav__li:last-child > a {
  padding-right: 0;
}
/* NAV STATES */
.nav__li:hover .nav--subnav,
.nav--subnav:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav--skip-to:focus,
.nav--skip-to:focus-within {
  opacity: 1;
  z-index: 10;
}
/* NAV MODIFIERS */
.nav--no-pad-right {
  margin-right: -25px;
  width: calc(100% + 25px);
}
.nav--subnav,
.nav--mobile-subnav {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  left: 0;
  min-width: 100%;
  padding: 5px 0;
  position: absolute;
  top: 100%;
}
.nav__li--subnav,
.nav__li--mobile-subnav {
  background: none;
  margin: 0;
  padding: 5px 10px;
}
.nav__a--subnav,
.nav__a--mobile-subnav {
  text-transform: none;
  white-space: nowrap;
}
.nav--mobile {
  display: none;
}
.nav--skip-to {
  background-color: rgb(211, 211, 211);
  left: 0;
  opacity: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  z-index: -1;
}
.nav__li--skip-to {
  list-style: none;
  margin: 0 5px;
}
.nav__li--skip-to:last-child {
  margin-bottom: 0px;
}
/* UTILITY NAV */
.nav--utility .nav__a {
  font-size: 0.6rem;
  padding: 10px 15px;
}
.nav--utility .nav__a--icon span::before {
  font-size: 1.5em;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    padding-left: 0px;
  }
  .header__frame {
    position: static;
  }
  .header__nav-wrapper {
    z-index: auto;
  }
  .header__mobile-nav-wrapper {
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
  }
  .header__nav-wrapper--desk {
    display: none;
  }
  .header__mobile-nav-toggle {
    color: white;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 5;
  }
  .nav--mobile {
    background-color: rgba(var(--dGreen), 0.8);
    padding-top: 135px;
    width: 100%;
  }
  .nav--mobile-subnav {
    position: relative;
  }
  .nav__li--mobile,
  .nav__li--mobile-icon,
  .nav__li--mobile-subnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .nav__a--mobile,
  .nav__a--mobile-icon,
  .nav__a--mobile-subnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px 5%;
    text-align: left;
  }
  .nav--mobile.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* --------------------------------------------- FOOTER */
.footer {
  background-color: rgb(var(--darker));
  padding-top: 3.75rem;
}
.footer__frame {
  padding-bottom: 3.75rem;
}
.footer__main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__logo {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-right: 30px;
}
.footer__logo-img {
  max-width: 290px;
}
.footer__nav-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 20px;
}
.footer .nav--primary {
  margin-right: auto;
  width: auto;
}
.footer .nav--primary > li:first-child a {
  padding-left: 0;
}
.footer__location {
  width: 22.22222%;
}
.footer__map-img img {
  margin-bottom: 24px;
  max-height: 170px;
  max-width: 276px;
}
.footer__map-text h5 {
  font-size: 1.25rem;
}
.footer__map-text p {
  font-size: 0.875rem;
}
.footer__subnav {
  display: none;
}
.deep-footer {
  background-color: #4b4b3a;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.deep-footer__content {
  color: rgba(var(--white), 0.3);
  text-align: center;
}
.deep-footer .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#bizango {
  background-image: url("/images/bizango-white.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #888;
  display: block;
  font-size: 10px;
  height: 12px;
  margin: 40px auto 25px;
  padding-bottom: 20px;
  width: 220px;
}
@media only screen and (min-width: 768px) {
  .footer__frame,
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__frame {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__main {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .footer__frame {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .nav--primary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .nav--primary > li > a {
    padding: 20px 0;
  }
  .footer__location {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .footer__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__frame,
  .footer__nav-wrapper,
  .footer .nav--primary {
    align-items: center;
    text-align: center;
  }
  .footer__nav-wrapper {
    margin-right: 0;
  }
  .footer .nav--primary {
    margin: 0 auto;
  }
  .footer__location {
    width: 80%;
  }
}
/* --------------------------------------------- CUSTOM BLOCK OPTIONS */
.block.constrain-content__some .all-cols-wrap {
  max-width: 915px;
  margin: 0 auto;
}
.block.constrain-content__more .all-cols-wrap {
  max-width: 680px;
  margin: 0 auto;
}
.block.padding-0 {
  padding: 0;
}
/* --------------------------------------------- CUSTOM BLOCKS */
.block,
.block div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block .color-white .bizango_cms_content {
  /* color: white; */
}
.block .bizango_cms_content {
  position: relative;
  z-index: 1;
}
.margin-bottom-0-last .bizango_cms_content > *:last-child .button {
  margin-bottom: 0;
}
.bg-half--l .block__bg-img,
.bg-half--r .block__bg-img,
.bg-self-half--l,
.bg-self-half--r {
  background-size: 50% 100%;
}
.bg-half--l .block__bg-img,
.bg-self-half--l {
  background-position-x: left;
}
.bg-half--r .block__bg-img,
.bg-self-half--r {
  background-position-x: right;
}
.block.flair__on {
  border-bottom: 3px solid rgb(var(--orange));
}
.page_frame--max .page_frame {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.page_frame--static .page_frame {
  position: static;
}
.controls-padding .bizango_image_controls,
.controls-padding .bizango_content_controls {
  position: absolute;
  top: 0;
  left: 0;
}
.grid-container {
  display: -ms-grid;
  display: grid;
}
.grid-container.cols-3 {
  -ms-grid-columns: 1fr var(--gap, 2em) 1fr var(--gap, 2em) 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: var(--gap, 2em);
  -moz-column-gap: var(--gap, 2em);
  column-gap: var(--gap, 2em);
}
.bizango_cms_content *:not(p) .button {
  margin-top: 15px;
}
.block_type__masonry .grid-item .bizango_image_caption {
  background: none;
}
.anchor-link {
  background-image: url(/images/sites/mcd/arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  position: absolute;
  top: calc(100% + 60px);
  width: 36px;
}
/* ADMIN */
.block__admin-view .controls-padding {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.box--admin,
.box--admin .help,
.help {
  border-radius: 5px;
}
.box--admin {
  background-color: rgb(231, 231, 231);
  margin: 10px 0;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.box--admin .help,
.help {
  background-color: rgb(207, 207, 207);
  color: rgb(85, 85, 85);
  margin: 5px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px;
  text-align: center;
  width: auto;
}
.block .box--admin .bizango_cms_content,
.block .box--admin .cke_editable {
  color: rgb(5, 31, 43);
}
.admin-spacing.block__admin-view .help,
.admin-spacing.block__admin-view .bizango_image_controls,
.admin-spacing.block__admin-view .bizango_content_controls {
  margin: 5px 50px;
}
/* -------------------------- SITE HERO */
.block_type__site-hero {
  display: -ms-grid;
  display: grid;
  min-height: 275px;
  place-items: center start;
}
.site-hero__text {
  max-width: 675px;
}
.element__anchor .box--admin {
  display: inline-block;
  width: auto;
}
/* OPTIONS */
.block.block_type__site-hero .bizango_cms_content,
.block.block_type__site-hero .cke_editable {
  color: white;
}
.block .box--admin .bizango_cms_content,
.block .box--admin .cke_editable {
  color: rgb(5, 31, 43);
}
.anchor__true .element__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.block_type__site-hero.hero-style__home-page {
  min-height: 475px;
}
.block_type__site-hero.flair__on {
  border-width: 1px;
}
.reverse-columns__yes .element__anchor .box--admin {
  margin-left: auto;
}
.reverse-columns__yes .anchor-link {
  right: 20px;
}
@media only screen and (min-width: 480px) {
  .block_type__site-hero {
    min-height: 375px;
  }
  .block_type__site-hero.hero-style__home-page {
    min-height: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .block_type__site-hero {
    min-height: 470px;
  }
  .block_type__site-hero.hero-style__home-page {
    min-height: 810px;
  }
  /* OPTIONS */
  .block_type__site-hero.reverse-columns__yes .block__bg-img::after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .block_type__site-hero.reverse-columns__yes .site-hero__text {
    margin-left: auto;
    text-align: right;
  }
}
/* -------------------------- OFFSET BLOCK */
.block_type__offset-block {
  background-color: #090d07;
  color: white;
  min-height: 285px;
}
.block_type__offset-block .block__bg-img {
  color: white;
  mix-blend-mode: luminosity;
}
.offset-box {
  background-color: #33382c;
  margin-bottom: 20px;
  margin-top: -60px;
  padding: 20px;
  z-index: 1;
}
.offset-box p {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 300;
}
/* OPTIONS */
.block_type__offset-block.reverse-columns__yes .block__bg-img {
  background-position-x: left;
}
.block_type__offset-block.reverse-columns__yes .grid-x {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block_type__offset-block.reverse-columns__yes .offset-block__text {
  margin-left: 5.5556%;
  margin-right: 11.1111%;
}
@media only screen and (min-width: 480px) {
  .offset-box {
    margin-top: -145px;
    padding: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .offset-box {
    margin-bottom: -36px;
  }
}
@media only screen and (min-width: 1000px) {
  .offset-box {
    padding: 69px;
  }
}
/* -------------------------- FEATURED SERVICES */
.block_type__featured-services {
  background-color: #f6f8f5;
}
.services__title {
  margin-top: 36px;
  margin-bottom: 60px;
}
.service-icon-grp {
  margin-bottom: 18px;
}
.service-icon {
  margin-right: 12px;
  max-height: 45px;
  max-width: 50px;
}
.service-icon-text {
  max-width: 100%;
}
.service-main-text {
  margin-bottom: 40px;
}
.service-img-list .image-loop__img:not(:last-child) {
  border-bottom: 5px solid #f6f8f5;
}
.service-img-list .image-loop__img {
  background-color: #fff;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 10px;
  -webkit-transition: background-color 700ms ease, color 700ms ease;
  -o-transition: background-color 700ms ease, color 700ms ease;
  transition: background-color 700ms ease, color 700ms ease;
}
.service-img-list img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 3px solid transparent;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* outline: 3px solid transparent; */
  margin-right: 30px;
  max-height: 106px;
  max-width: 138px;
  min-width: 138px;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  width: 100%;
}
.service-img-list .image-loop__img[data-hover="true"] {
  background-color: #454534;
  color: white;
}
.service-img-list .image-loop__img[data-hover="true"] img {
  border-color: white;
}
.block_type__featured-services .content_image_caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  max-width: 340px;
  padding: 16px 0;
}
.service-img-list .bizango_image_caption *:first-child {
  line-height: 1.1em;
  margin-bottom: 0;
}
.service-img-list .bizango_image_caption > *:nth-child(n + 2) {
  display: none;
}
/* ADMIN */
.block__admin-view .service-img-list .image-loop__img:hover {
  background-color: transparent;
  color: inherit;
}
.block__admin-view .service-icon,
.block__admin-view .service-icon-text {
  margin-top: 40px;
}
.block__admin-view .service-icon .bizango_image_controls {
  position: absolute;
  top: 0;
}
.block__admin-view .service-img-list .bizango_image_caption > *:nth-child(n + 2) {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .block_type__featured-services .col-2,
  .block_type__featured-services .col-3 {
    width: calc(50% - 10px);
  }
  .block_type__featured-services .col-3 {
    margin-left: 20px;
  }
  .grid-x > .service-icon-text {
    width: 100%;
  }
  .service-img-list .image-loop__img {
    background-color: #454534;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 20px;
    position: relative;
  }
  .service-img-list .bizango_image_caption {
    position: relative;
    z-index: 1;
  }
  .service-icon,
  .service-img-list .bizango_image_caption *:first-child {
    margin-bottom: 10px;
  }
  .service-img-list .bizango_image_caption > *:last-child {
    margin-bottom: 0;
  }
  .service-img-list .bizango_image_caption > *:nth-child(n + 2) {
    display: block;
  }
  .service-img-list .image-loop__img img {
    height: 100%;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_type__featured-services .col-2,
  .block_type__featured-services .col-3 {
    margin-bottom: 20px;
    width: 100%;
  }
  .block_type__featured-services .col-3 {
    margin-left: 0px;
  }
}
/* -------------------------- LOGO GRID */
.logo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  place-items: center;
}
.logo-grid__img {
  margin: 0 20px;
  opacity: 0.5;
}
.logo-grid__text,
.logo-grid__img {
  margin-bottom: 60px;
}
@media only screen and (min-width: 640px) {
  .logo-grid {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 768px) {
  .logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* IE FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .logo-grid__img {
    float: left;
    width: calc(33.333% - 40px);
  }
}
/* -------------------------- TESTIMONIALS */
.block_type__testimonials {
  background-image: url(/images/sites/mcd/pattern-lines-gray-4.jpg);
  background-size: cover;
}
.testimonials-frame {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.testimonial-img-slider {
  aspect-ratio: 1.27;
  background-color: rgb(var(--dGreen));
  height: 100vw;
  margin-right: -60px;
  max-height: 380px;
  max-width: 483px;
  width: 100%;
}
.testimonial-img-slider .slick-list,
.testimonial-img-slider .slick-track {
  height: 100%;
  width: 100%;
}
.testimonial-img {
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
.testimonials-main-frame {
  max-width: 852px;
  margin-right: 20px;
}
.testimonials-slider-frame {
  background-color: #f5f9f3;
  margin-bottom: 14px;
  margin-top: 24px;
  padding: 45px 45px 45px 150px;
}
.testimonials-slider-frame p {
  font-size: 1.25rem;
}
.block .testimonials-slider-frame .bizango_cms_content,
.block .testimonials-slider-frame .cke_editable {
  color: rgb(var(--dark));
}
.testimonials-bottom-text {
  margin-right: 30px;
}
.block_type__testimonials .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.block_type__testimonials .slick-dots {
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -45px;
  top: 0;
  width: auto;
}
.block_type__testimonials .slick-dots > li,
.block_type__project-gallery .slick-dots > li {
  height: auto;
  margin: 4px 0;
  padding: 0;
  width: auto;
}
.block_type__testimonials .slick-dots button::before,
.block_type__project-gallery .slick-dots button::before {
  display: none;
}
.block_type__testimonials .slick-dots button,
.block_type__project-gallery .slick-dots button {
  background-color: #33382c;
  border-radius: 50%;
  height: 12px;
  opacity: 0.2;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  width: 12px;
}
.block_type__testimonials .slick-dots .slick-active > button,
.block_type__project-gallery .slick-dots .slick-active > button {
  opacity: 1;
}
/* OPTIONS */
.block_type__testimonials.theme__green {
  background-image: none;
  background-image: url(/images/sites/mcd/pattern-lines.png);
  /* background-color: rgb(var(--green)); */
}
.theme__green .testimonials-bottom-text a,
.theme__green .testimonials-bottom-text .bizango_cms_content,
.theme__green .testimonials-bottom-text .cke_editable {
  color: white;
}
.block_type__testimonials.theme__green .slick-dots button {
  background-color: rgb(var(--orange));
}
@media only screen and (max-width: 1400px) {
  .testimonials-main-frame {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .testimonials-frame {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .testimonials-main-frame {
    margin-left: 20px;
    margin-top: -55px;
    max-width: 100%;
  }
  .testimonials-slider-frame {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonials-main-frame {
    margin-top: -40px;
  }
  .testimonials-slider-frame {
    padding: 20px;
  }
  .block_type__testimonials .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: auto;
    top: auto;
    width: 100%;
  }
  .block_type__testimonials .slick-dots li {
    margin: 0 4px;
  }
}
/* -------------------------- TEAM BLOCK */
.block_type__team-block {
  display: -ms-grid;
  display: grid;
  place-items: flex-end flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 700px;
}
.block_type__team-block .block__bg-img {
  background-size: 100% auto;
}
.block_type__team-block .page_frame {
  padding-top: 50vw;
}
.block_type__team-block .col-1,
.block_type__team-block .col-2 {
  margin-left: 5.5556%;
  width: 88.88889%;
}
.block_type__team-block .col-1 p,
.block_type__team-block .col-1 .p-style {
  font-size: 1.25rem;
}
.block_type__team-block .button {
  padding: 18px 50px;
}
.team-img {
  max-width: 300px;
  margin-bottom: 20px;
}
.block_type__team-block .col-2 {
  margin-bottom: 16px;
}
/* @media only screen and (min-width: 768px) {
  .block_type__team-block .page_frame {
    padding-top: 390px;
  }
} */
@media only screen and (min-width: 1120px) {
  .block_type__team-block .page_frame {
    padding-top: 390px;
  }
  .block_type__team-block .col-1 {
    width: 55.5556%;
  }
  .block_type__team-block .col-2 {
    width: 22.22222%;
    margin-left: 11.1111%;
  }
  .block_type__team-block .col-2 .button {
    width: 100%;
  }
  .block_type__team-block .col-2 .team__text {
    text-align: right;
  }
}
/* -------------------------- FOOTER CTA */
.block.block_type__footer-cta::before {
  display: none;
}
.block_type__footer-cta h1 {
  font-size: 3.125rem;
  margin-bottom: 10px;
}
.block_type__footer-cta .button {
  padding: 14px 40px;
}
/* OPTIONS */
.block_type__footer-cta.flair__on {
  border-bottom: 0;
}
.block_type__footer-cta.flair__on .block__bg-img::before {
  background-image: url(/images/sites/mcd/flair-mountains.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  height: 100%;
  opacity: 0.05;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .block_type__footer-cta .grid-margin-x,
  .block_type__footer-cta .grid-margin-x > .cell {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
/* -------------------------- SOCIAL MEDIA BLOCK */
.social-media-img {
  aspect-ratio: 1;
  border: 1px solid white;
  color: white;
  height: 20vw;
  max-height: 400px;
}
.social-media-img::before {
  background-color: #090d07;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.social-media-img .cropped-image {
  left: 0;
  position: absolute;
  top: 0;
}
.social-media-img:last-child {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 20px;
}
.social-media-img:last-child .cropped-image {
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
.social-media-img:not(:last-child) .bizango_image_caption {
  display: none;
}
.social-media-img:last-child .bizango_image_caption {
  text-align: center;
  z-index: 1;
}
/* ADMIN */
.block__admin-view .social-media-img.image-loop__img:hover {
  background-color: transparent;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .grid-x > .social-media-img {
    height: 25vw;
    width: 25%;
  }
  .social-media-img:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .grid-x > .social-media-img {
    height: 33.333vw;
    width: 33.333%;
  }
  .social-media-img:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .grid-x > .social-media-img {
    height: 50vw;
    width: 50%;
  }
  .social-media-img:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .grid-x > .social-media-img {
    height: 100vw;
    width: 100%;
  }
  .social-media-img:nth-child(1) {
    display: none;
  }
}
/* IE FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .social-media-img {
    height: 20vw;
  }
  .social-media-img:last-child {
    -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;
  }
  .social-media-img:last-child .bizango_image_caption {
    position: relative;
  }
}
/* -------------------------- INTRO BLOCK*/
.block.block_type__intro-block {
  background-color: #090d07;
}
.block.block_type__intro-block.theme__green {
  background-color: #33382c;
}
.block.block_type__intro-block::before {
  display: none;
}
.block.block_type__intro-block .block__bg-img {
  background-color: transparent;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.4;
  width: 44.35%;
}
.block.block_type__intro-block .element__bg_2 {
  left: auto;
  position: absolute;
  right: 0;
  width: 55.64%;
}
.block_type__intro-block .intro__text.color-white .bizango_cms_content,
.block_type__intro-block .intro__text.color-white .cke_editable {
  color: white;
}
.intro__text--right {
  margin-top: 16px;
}
/* OPTIONS */
.block_type__intro-block.reverse-columns__yes .block__bg-img {
  left: auto;
  right: 0;
}
.block_type__intro-block.reverse-columns__yes .element__bg_2 {
  left: 0;
  right: auto;
}
.block_type__intro-block.reverse-columns__yes .grid-x {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block_type__intro-block.reverse-columns__yes .grid-x .intro__text {
  margin-left: 11.1111%;
  width: 33.3333%;
}
.block_type__intro-block.reverse-columns__yes .grid-x .bizango_cms_content {
  text-align: left;
}
.block_type__intro-block.reverse-columns__yes .grid-x .intro__text--right {
  margin-left: 5.5556%;
  width: 44.44444%;
}
.block_type__intro-block.reverse-columns__yes .grid-x .intro__text--right .bizango_cms_content {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .block.block_type__intro-block .block__bg-img {
    width: 100%;
  }
  .block_type__intro-block .element__bg_2 {
    display: none;
  }
  .block_type__intro-block .intro__text .bizango_cms_content,
  .block_type__intro-block .intro__text .cke_editable {
    color: white;
    text-align: left;
  }
}
/* -------------------------- EXPANDED SERVICES BLOCK*/
.services-exp__title {
  margin-bottom: 20px;
  text-align: left;
}
.grid-container.exp-service-cols {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  place-items: stretch;
}
.exp-service-col {
  max-width: 100%;
  padding: 0px 0px 36px 0;
}
.exp-service-col + .exp-service-col {
  border-top: 1px solid rgba(218, 218, 218, 0.9);
  padding-top: 36px;
}
.service-exp-icon {
  margin-bottom: 10px;
}
.service-exp-icon img {
  margin-right: 12px;
  max-height: 40px;
  max-width: 50px;
}
.block_type__expanded-services-block li {
  list-style: none;
  padding-left: 16px;
  position: relative;
}
.block_type__expanded-services-block li::before {
  border-radius: 50%;
  background: currentColor;
  content: "";
  color: inherit;
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: calc(0.5em + 2px);
  width: 5px;
}
.block_type__expanded-services-block li:last-child {
  margin-bottom: 0;
}
/* ADMIN */
.block__admin-view .service-exp-icon {
  position: relative;
}
.service-exp-icon .bizango_image_controls {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 640px) {
  .services-exp__title {
    margin-bottom: 60px;
  }
  .grid-container.exp-service-cols {
    place-items: stretch center;
  }
}
@media only screen and (min-width: 768px) {
  .grid-container.exp-service-cols {
    --gap: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .exp-service-col {
    max-width: calc(323px + 21%);
    padding: 0px 10%;
  }
  .exp-service-col + .exp-service-col {
    border-top: 0;
    border-left: 1px solid rgba(218, 218, 218, 0.9);
    padding-top: 0;
  }
  .service-exp-icon {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .service-exp-icon {
    flex-wrap: nowrap;
  }
}
/* IE FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-container.exp-service-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .exp-service-col {
    max-width: 100%;
    padding: 0 20px;
    width: 33.333%;
  }
}
/* -------------------------- PROJECT GALLERY*/
.project-gallery__grid.grid-container {
  --gap: 0;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  place-items: center;
}
.project-gallery__item {
  color: white;
  margin: 10px;
  max-width: 475px;
  overflow: hidden;
  place-items: flex-end space-between;
  width: 100%;
}
.project-gallery__item video {
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 170%; */
}
.project-gallery__item.landscape video {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
}
.project-gallery__item.portrait video {
  height: 150%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.project-gallery__item.landscape {
  height: 100vw;
  max-height: 265px;
}
.project-gallery__item.portrait {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  height: 100vw;
  max-height: 550px;
}
.project-gallery__img {
  padding: 16px 20px;
  max-width: 100%;
}
.project-gallery__img::before {
  border: 5px solid #a95e3a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.block .project-gallery__img h5 {
  letter-spacing: 0.15em;
  margin-bottom: 0px;
}
.project-gallery__img button {
  background: none;
  border: 0;
  outline: 0;
}
.project-gallery__item > .project-gallery__img::before,
.project-gallery__img > .hover-content,
.project-gallery__img > .olay--proj-item::after {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.icon-exp-arrow {
  height: 36px;
  width: 36px;
  margin-left: auto;
}
.project-slider {
  display: none;
}
/* MODAL */
.project-gallery__modal {
  background-color: rgba(var(--dGreen), 0.9);
  display: none;
  height: 100vh;
  left: 0;
  place-items: center;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
button.exit {
  background: none;
  border: 0;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 10;
}
button.exit::before {
  content: "\0002B";
  display: inline-block;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project-slider__frame {
  display: -ms-grid;
  display: grid;
  height: auto;
  justify-items: center;
  margin: 0 20px;
  max-height: 100vh;
  max-width: calc(100vw - 40px);
  position: relative;
  width: 100vw;
}
.project-gallery__modal .project-slider {
  height: auto;
  max-height: 100vh;
  max-width: calc(100vw - 40px);
  padding-top: 40px;
  position: relative;
  width: 100%;
}
.project-slider .slick-list,
.project-slider .slick-track,
.project-slider .slide {
  height: 100%;
}
.project-slider .slick-list {
  padding: 0 50px !important;
}
.project-slider .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-slider .slide {
  height: auto;
  margin: 0 50px;
  max-height: 680px;
  max-width: 950px;
  overflow: auto;
  padding: 10px 5px;
  position: relative;
  width: 90vw;
}
.project-slider .slide--video {
  /* height: 35.7vw; */
  height: auto;
  padding: 0;
}
.project-slider .slide--video video {
  margin-bottom: -5px;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.project-slider .slide--video.portrait video {
  display: block;
  height: 100%;
  margin: 0 auto -5px auto;
  max-height: 680px;
  width: auto;
}
.project-slider .bg-cover {
  max-height: 60vw;
}
.project-slider .slick-arrow {
  background: none;
  opacity: 1;
  width: auto;
}
.project-slider .slick-arrow::before {
  color: #ce703c;
  content: "\e900";
  display: inline-block;
  font-family: "arrow";
  font-size: 4.5rem;
  font-weight: 700;
}
.project-slider .slick-prev::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.block_type__project-gallery .project-slider .slick-dots li {
  background-color: #fff;
  border-radius: 50%;
  height: 16px;
  margin: 0 3.5px;
  opacity: 0.4;
  width: 16px;
}
.block_type__project-gallery .project-slider .slick-dots .slick-active {
  opacity: 1;
}
.block_type__project-gallery .project-slider .slick-dots button {
  background-color: #fff;
  border-radius: 50%;
}
.block_type__project-gallery .project-slider .slick-dots .slick-active button {
  background-color: #ce703c;
  height: 10px;
  left: 3px;
  padding: 0;
  position: relative;
  width: 10px;
  top: 3px;
}
.project-slider .proj-info {
  color: white;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 60vw;
  max-height: 220px;
  overflow: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
.proj-title {
  margin-right: 12px;
}
/* ADMIN */
.block__admin-view .project-gallery__item {
  color: inherit;
}
.block__admin-view .project-gallery__img {
  min-height: 265px;
}
.block__admin-view .project-gallery__item video {
  position: relative;
  z-index: 5;
}
.focusable:focus-visible {
  outline: 2px solid red !important;
}
@media only screen and (min-width: 480px) {
  .project-slider .proj-info {
    max-height: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .project-gallery__grid.grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .project-gallery__item {
    max-width: 395px;
    width: calc(100% - 20px);
  }
  .project-slider .slide {
    /* height: 60vw; */
    margin: 0 50px;
    padding: 20px;
    width: 80vw;
  }
  .project-slider .slide.slide--video {
    height: auto;
    padding: 0px;
  }
}
@media only screen and (min-width: 640px) and (max-height: 480px) {
  .project-slider {
    /* padding-bottom: 30px; */
  }
  .project-slider .slide {
    height: 60vw;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .project-gallery__grid.grid-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .project-gallery__img video {
    /* width: 215%; */
  }
  .project-gallery__item > .project-gallery__img::before,
  .project-gallery__img > .hover-content,
  .project-gallery__img > .olay--proj-item::after {
    opacity: 0;
  }
  .project-gallery__item:hover > .project-gallery__img::before,
  .project-gallery__img:hover > .hover-content,
  .project-gallery__img:hover > .olay--proj-item::after,
  .project-gallery__item:focus-within > .project-gallery__img::before,
  .project-gallery__img:focus-within > .hover-content,
  .project-gallery__img:focus-within > .olay--proj-item::after {
    opacity: 1;
  }
  .project-gallery__modal .project-slider {
    height: 680px;
    padding-top: 0;
  }
  .project-slider .slide,
  .project-slider .slide--video video {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  }
  .project-slider .slide {
    overflow: hidden;
    height: 60vw;
  }
  .project-slider .slide--video {
    box-shadow: none;
  }
  .project-slider .proj-info {
    bottom: 0;
    color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .proj-title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .proj-desc {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 1000px) {
  .hover-content .bizango_cms_content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1120px) {
  .project-slider__frame,
  .project-gallery__modal .project-slider {
    max-width: 1055px;
  }
  .project-slider .slide {
    height: calc(100% - 20px);
    margin: 0 100px;
    max-width: 950px;
    padding: 30px;
    width: 83vw;
  }
  .project-slider .slide--video {
    height: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .project-slider .slide {
    margin: 0 50px;
  }
}
/* IE FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .project-gallery__grid.grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .project-gallery__item {
    float: left;
    width: calc(33.333% - 20px);
  }
  .project-gallery__img {
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-gallery__item > .project-gallery__img::before,
  .project-gallery__img > .hover-content,
  .project-gallery__img > .olay--proj-item::after {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
  }
  .hover-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 345px;
  }
}
