﻿/*
Theme Name: Kimley Horn
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.left-align {
  text-align: left !important;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Inter";
  src: url("../woff2/Inter-Regular02k03i8h.woff2") format("woff2"), url("../woff/Inter-Regularxw1gc9fh.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../woff2/Inter-Boldz8f6lfmq.woff2") format("woff2"), url("../woff/Inter-Boldtsxlqqpm.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../woff2/Inter-Medium41r5oexi.woff2") format("woff2"), url("../woff/Inter-Mediumxzrgz2ez.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../woff2/Inter-Lightewmrmeu3.woff2") format("woff2"), url("../woff/Inter-Lightqiib9ydc.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "kimleyhorn-icons";
  src: url("../ttf/kimleyhorn-iconsxw1gc9fh.ttf") format("truetype"), url("../woff/kimleyhorn-iconsx28rua7l.woff") format("woff"), url("../svg/kimleyhorn-iconsbc079nlr.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
  content: "\e91e";
}

.icon-link-full:before {
  content: "\e91f";
}

.icon-envelope-full:before {
  content: "\e90b";
}

.icon-linkedin-full:before {
  content: "\e909";
}

.icon-instagram-full:before {
  content: "\e90a";
}

.icon-check:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e91b";
}

.icon-envelope:before {
  content: "\e91c";
}

.icon-phone:before {
  content: "\e91d";
}

.icon-prev:before {
  content: "\e919";
}

.icon-next:before {
  content: "\e91a";
}

.icon-arrow-thick-down:before {
  content: "\e915";
}

.icon-arrow-thick-up:before {
  content: "\e916";
}

.icon-arrow-thick-left:before {
  content: "\e917";
}

.icon-arrow-thick-right:before {
  content: "\e918";
}

.icon-play:before {
  content: "\e914";
}

.icon-arrow-thin-up:before {
  content: "\e910";
}

.icon-arrow-thin-down:before {
  content: "\e911";
}

.icon-arrow-thin-left:before {
  content: "\e912";
}

.icon-arrow-thin-right:before {
  content: "\e913";
}

.icon-plus:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90f";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-up:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e90c";
}

.site-content .gform_wrapper.gravity-theme {
  background-color: #F7F7F7;
  padding: 50px;
  border-radius: 10px;
  margin: 0 0 80px;
}
.site-content .gform_wrapper.gravity-theme:last-child {
  margin-bottom: 0;
}
.site-content .gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.site-content .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea {
  background-color: #fff;
  border: 0 !important;
  border-bottom: solid 1px #a20c33 !important;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #404042;
  line-height: 1.5 !important;
  min-height: auto !important;
  padding: 14px 20px 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  display: block;
  appearance: none;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::placeholder,
.site-content .gform_wrapper.gravity-theme form select::placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form textarea {
  height: 220px !important;
}
.site-content .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 15px;
}
.site-content .gform_wrapper.gravity-theme .gform_fields .gfield_required {
  color: #a20c33;
}
.site-content .gform_wrapper.gravity-theme .form-description {
  margin-bottom: 20px;
}
.site-content .gform_wrapper.gravity-theme .form-description a {
  text-decoration: underline;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gfield_label {
  margin: 0 !important;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gchoice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input {
  position: absolute;
  opacity: 0;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input:checked + label::before {
  border-color: #a20c33;
  background-color: #fff;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gchoice label {
  line-height: 1.5;
  padding-left: 36px;
  font-weight: 500;
  cursor: pointer;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gchoice label::before {
  content: "";
  border: solid 7px #a20c33;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  background-color: #a20c33;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_label {
  margin: 0 !important;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_choice_all_toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: transparent;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #a20c33;
  padding-left: 36px;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input {
  position: absolute;
  opacity: 0;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input:checked + label::before {
  color: #fff;
  background-color: #a20c33;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label {
  line-height: 1.5;
  padding-left: 36px;
  font-weight: 500;
  cursor: pointer;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label::before {
  content: "\e908";
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a20c33;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background-color: #a20c33;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container {
  font-weight: 500;
  letter-spacing: -0.04em;
  font-family: "Inter", sans-serif;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-single {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: solid 1px #a20c33 !important;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #404042;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  line-height: 1.5;
  z-index: 2;
  margin: 0;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-single::after {
  content: "\e900";
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: -5px;
  font-size: 18px;
  color: #a20c33;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-single > span {
  margin: 0;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-single > div {
  display: none;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop {
  background-color: #fff;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  z-index: 1;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-search {
  display: none !important;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results {
  max-height: 269px;
  margin: 0;
  padding: 0;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li {
  border-bottom: solid 1px #a20c33;
  color: #404042;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 14px 20px 15px;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li:hover, .site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li:focus, .site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li.result-selected {
  background: transparent;
  color: #a20c33;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li:last-child {
  border-bottom: 0;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li.result-selected[data-option-array-index="0"] {
  display: none;
}
.site-content .gform_wrapper.gravity-theme .description,
.site-content .gform_wrapper.gravity-theme .gfield_description,
.site-content .gform_wrapper.gravity-theme .gsection_description,
.site-content .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #a20c33;
  color: #a20c33;
  background-color: #fef6f4;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #a20c33;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 1.5em;
  outline: none !important;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: bold;
  color: #a20c33;
  line-height: 1.25;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.site-content .gform_wrapper.gravity-theme .gform_footer {
  margin: 23px 0 0;
  padding: 0;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1:not(.show-fields) form {
  padding-bottom: 0;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1:not(.show-fields) form::before {
  display: none;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1:not(.show-fields) #field_1_1 {
  margin-bottom: 0;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1:not(.show-fields) .gform-footer {
  margin: 0;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 form {
  padding: 0 50px 50px;
  position: relative;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 form::before {
  content: "";
  position: absolute;
  background-color: #F7F7F7;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1 {
  max-width: calc(50% + 25px);
  margin-bottom: 55px;
  margin-left: -50px;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container {
  font-weight: 600;
  letter-spacing: -0.04em;
  font-family: "Inter", sans-serif;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 20px;
  border: 0;
  border-radius: 10px;
  background: #a20c33;
  color: #fff;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 38px;
  line-height: 1.5;
  z-index: 2;
  margin: 0;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single::after {
  content: "\e900";
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: -10px;
  font-size: 18px;
  color: #fff;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single > span {
  margin: 0;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single > div {
  display: none;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop {
  background-color: #404042;
  margin-top: -10px;
  padding: 10px 38px;
  z-index: 9;
  border-radius: 0 0 10px 10px;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-search {
  display: none !important;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results {
  max-height: 280px;
  overflow: visible;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li {
  border-bottom: solid 1px #707070;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 10px 0;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  position: relative;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li:before {
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e903";
  position: absolute;
  left: -22px;
  top: 16px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li:hover, .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li:focus, .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li.result-selected {
  background: transparent;
  color: #fff;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li:hover:before, .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li:focus:before, .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li.result-selected:before {
  left: -18px;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop .chosen-results li:last-child {
  border-bottom: 0;
}
.site-content #gform_confirmation_wrapper_1 {
  margin-bottom: 80px;
}
.site-content #gform_confirmation_wrapper_1 .gform_confirmation_message {
  padding: 50px;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media (max-width: 1079px) {
  .site-content .gform_wrapper.gravity-theme {
    padding: 30px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 {
    padding: 0;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 form {
    padding: 0 30px 30px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 .gform_fields {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1 {
    max-width: calc(50% + 15px);
    margin-left: -30px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single {
    padding: 0 30px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop {
    padding: 10px 30px;
  }
  .site-content #gform_confirmation_wrapper_1 .gform_confirmation_message {
    padding: 30px;
  }
}
@media (max-width: 819px) {
  .site-content .gform_wrapper.gravity-theme .gform_fields {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1 {
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 374px) {
  .site-content .gform_wrapper.gravity-theme {
    padding: 20px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 {
    padding: 0;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 form {
    padding: 0 20px 20px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1 {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single {
    padding: 0 20px;
  }
  .site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-drop {
    padding: 10px 20px;
  }
  .site-content #gform_confirmation_wrapper_1 .gform_confirmation_message {
    padding: 20px;
  }
}
@media (max-width: 639px) {
  .site-content .gform_wrapper.gravity-theme .gfield input.medium, .site-content .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 819px) {
  .site-content .gform_wrapper.gravity-theme .gfield input.medium, .site-content .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(50% - 10px);
  }
  .site-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.site-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 13px;
  }
  .site-content .gform_wrapper.gravity-theme .ginput_container_address span {
    padding-right: 13px;
  }
}
@media (min-width: 820px) {
  .site-content .gform_wrapper.gravity-theme .gfield input.medium, .site-content .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(50% - 25px);
  }
  .site-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.site-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 40px;
  }
  .site-content .gform_wrapper.gravity-theme .ginput_container_address span {
    padding-right: 40px;
  }
}

.side-form {
  background-color: #404042;
  padding: 32px 35px;
  border-radius: 10px;
  position: relative;
  color: #fff;
  min-width: 450px;
}
.side-form .title {
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
}
.side-form .gform_wrapper.gravity-theme {
  position: static;
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.side-form .gform_wrapper.gravity-theme form {
  position: static;
}
.side-form .gform_wrapper.gravity-theme form input[type=color],
.side-form .gform_wrapper.gravity-theme form input[type=date],
.side-form .gform_wrapper.gravity-theme form input[type=datetime-local],
.side-form .gform_wrapper.gravity-theme form input[type=datetime],
.side-form .gform_wrapper.gravity-theme form input[type=email],
.side-form .gform_wrapper.gravity-theme form input[type=month],
.side-form .gform_wrapper.gravity-theme form input[type=number],
.side-form .gform_wrapper.gravity-theme form input[type=password],
.side-form .gform_wrapper.gravity-theme form input[type=search],
.side-form .gform_wrapper.gravity-theme form input[type=tel],
.side-form .gform_wrapper.gravity-theme form input[type=text],
.side-form .gform_wrapper.gravity-theme form input[type=time],
.side-form .gform_wrapper.gravity-theme form input[type=url],
.side-form .gform_wrapper.gravity-theme form input[type=week],
.side-form .gform_wrapper.gravity-theme form select,
.side-form .gform_wrapper.gravity-theme form textarea {
  padding: 12px 20px;
  background-color: #fff;
  color: #404042;
  border-bottom: solid 1px #a20c33 !important;
}
.side-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #a20c33;
  color: #a20c33;
  background-color: #fef6f4;
}
.side-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fef6f4;
}
.side-form .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 20px;
}
.side-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0;
}
.side-form .gform_wrapper.gravity-theme .gform_footer button {
  color: #404042;
}
.side-form .gform_wrapper.gravity-theme .gform_footer button::before {
  background-color: #F0F0F0;
}
.side-form .gform_wrapper.gravity-theme .gform_footer button:hover, .side-form .gform_wrapper.gravity-theme .gform_footer button:focus {
  color: #404042;
  text-decoration: none;
}
@media (max-width: 1479px) {
  .side-form {
    min-width: 280px;
  }
}

.bottom-form {
  background-color: #F7F7F7;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  color: #404042;
  margin: 60px 0;
}
.bottom-form .title {
  color: #a20c33;
  font-size: 30px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
}
.bottom-form .gform_wrapper.gravity-theme {
  position: static;
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.bottom-form .gform_wrapper.gravity-theme form {
  position: static;
}
.bottom-form .gform_wrapper.gravity-theme form input[type=color],
.bottom-form .gform_wrapper.gravity-theme form input[type=date],
.bottom-form .gform_wrapper.gravity-theme form input[type=datetime-local],
.bottom-form .gform_wrapper.gravity-theme form input[type=datetime],
.bottom-form .gform_wrapper.gravity-theme form input[type=email],
.bottom-form .gform_wrapper.gravity-theme form input[type=month],
.bottom-form .gform_wrapper.gravity-theme form input[type=number],
.bottom-form .gform_wrapper.gravity-theme form input[type=password],
.bottom-form .gform_wrapper.gravity-theme form input[type=search],
.bottom-form .gform_wrapper.gravity-theme form input[type=tel],
.bottom-form .gform_wrapper.gravity-theme form input[type=text],
.bottom-form .gform_wrapper.gravity-theme form input[type=time],
.bottom-form .gform_wrapper.gravity-theme form input[type=url],
.bottom-form .gform_wrapper.gravity-theme form input[type=week],
.bottom-form .gform_wrapper.gravity-theme form select,
.bottom-form .gform_wrapper.gravity-theme form textarea {
  padding: 12px 20px;
  background-color: #fff;
  color: #404042;
  border-bottom: solid 1px #a20c33 !important;
}
.bottom-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #a20c33;
  color: #a20c33;
  background-color: #fef6f4;
}
.bottom-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #a20c33;
}
.bottom-form .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
}
.bottom-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 40px 0 0;
}
@media (max-width: 1079px) {
  .bottom-form {
    padding: 30px;
  }
  .bottom-form .gform_wrapper.gravity-theme .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 20px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.875;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-padding-top: 87px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 67px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff no-repeat left top fixed;
  background-size: cover;
  color: #404042;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  padding-top: 77px;
}
@media (max-width: 767px) {
  body {
    padding-top: 57px;
  }
}

#content {
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1080px) {
  #content:has(.module.locations) {
    overflow: unset;
  }
}

section,
.module {
  margin: 60px 0;
}
section p a,
.module p a {
  font-weight: 700;
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1674px;
  padding: 0 100px;
  width: 100%;
}
@media (max-width: 1279px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    padding: 0 20px;
  }
}

.wrapper-thin {
  display: block;
  margin: 0 auto;
  max-width: 1304px;
  padding: 0 100px;
  width: 100%;
}
@media (max-width: 1279px) {
  .wrapper-thin {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .wrapper-thin {
    padding: 0 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 70px;
  font-weight: 300;
  line-height: 1.143;
  letter-spacing: -0.04em;
  margin: 0 0 0.45em;
}
h1 strong, .h1 strong {
  font-weight: bold;
}
@media (max-width: 1279px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1079px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  color: #a20c33;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.225em;
  letter-spacing: -0.04em;
  margin: 0 0 0.75em;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: 700;
  color: #FFB600;
  line-height: 1.333em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 24px;
  font-weight: 700;
  color: #a20c33;
  line-height: 1.25em;
  letter-spacing: -0.005em;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 16px;
  font-weight: 700;
  color: #FFB600;
  line-height: 1.375em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 14px;
  }
}

p {
  margin: 0 0 1.875em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #a20c33;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  color: #a20c33;
  outline: none;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.button-container .button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #a20c33;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
  -webkit-transition: none;
  transition: none;
}
.button.primary, .button.primary-alt, .button.green, .button.orange, .button.yellow, .button.purple, .button.blue, .button.black, .button.red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 70px 16px 16px;
  letter-spacing: 0.05em;
  min-width: 210px;
  color: #fff;
  border-radius: 3px 0 0 3px;
  white-space: normal;
  line-height: 1.1;
  word-break: break-word;
  text-align: left;
}
.button.primary:before, .button.primary-alt:before, .button.green:before, .button.orange:before, .button.yellow:before, .button.purple:before, .button.blue:before, .button.black:before, .button.red:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 50px);
  background-color: #404042;
  z-index: -1;
}
.button.primary:after, .button.primary-alt:after, .button.green:after, .button.orange:after, .button.yellow:after, .button.purple:after, .button.blue:after, .button.black:after, .button.red:after {
  content: "\e903";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 54px;
  background: url(../svg/btnqymc6b8o.svg) no-repeat right center/auto 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 19px;
  padding-left: 12px;
}
.button.primary:hover, .button.primary:focus, .button.primary-alt:hover, .button.primary-alt:focus, .button.green:hover, .button.green:focus, .button.orange:hover, .button.orange:focus, .button.yellow:hover, .button.yellow:focus, .button.purple:hover, .button.purple:focus, .button.blue:hover, .button.blue:focus, .button.black:hover, .button.black:focus, .button.red:hover, .button.red:focus {
  color: #fff;
  text-decoration: none;
}
.button.primary:hover:after, .button.primary:focus:after, .button.primary-alt:hover:after, .button.primary-alt:focus:after, .button.green:hover:after, .button.green:focus:after, .button.orange:hover:after, .button.orange:focus:after, .button.yellow:hover:after, .button.yellow:focus:after, .button.purple:hover:after, .button.purple:focus:after, .button.blue:hover:after, .button.blue:focus:after, .button.black:hover:after, .button.black:focus:after, .button.red:hover:after, .button.red:focus:after {
  background-image: url(../svg/btn-huh0dcj4r.svg);
}
.button.primary-alt {
  color: #404042;
}
.button.primary-alt::before {
  background-color: #F0F0F0;
}
.button.primary-alt:hover, .button.primary-alt:focus {
  color: #404042;
  text-decoration: none;
}
.button.green:after {
  color: #404042;
  background-image: url(../svg/btn-green268w4k5z.svg);
}
.button.green:hover, .button.green:focus {
  color: #fff;
  text-decoration: none;
}
.button.green:hover:after, .button.green:focus:after {
  background-image: url(../svg/btn-green-hdp8ssjzm.svg);
}
.button.orange {
  color: #000;
}
.button.orange:before {
  background-color: #fff;
}
.button.orange:after {
  color: #404042;
  background-image: url(../svg/btn-orangevgqzywr5.svg);
}
.button.orange:hover, .button.orange:focus {
  color: #000;
  text-decoration: none;
}
.button.orange:hover:after, .button.orange:focus:after {
  background-image: url(../svg/btn-orange-h435qe55h.svg);
}
.button.yellow:after {
  color: #404042;
  background-image: url(../svg/btn-yellowpd8yp7sj.svg);
}
.button.yellow:hover, .button.yellow:focus {
  color: #fff;
  text-decoration: none;
}
.button.yellow:hover:after, .button.yellow:focus:after {
  background-image: url(../svg/btn-yellow-h92jcmc2m.svg);
}
.button.blue {
  color: #000;
}
.button.blue:before {
  background-color: #fff;
}
.button.blue:after {
  color: #fff;
  background-image: url(../svg/btn-bluec84cxjtq.svg);
}
.button.blue:hover, .button.blue:focus {
  color: #000;
  text-decoration: none;
}
.button.blue:hover:after, .button.blue:focus:after {
  background-image: url(../svg/btn-blue-hwmkky65t.svg);
}
.button.black {
  color: #000;
}
.button.black:before {
  background-color: #fff;
}
.button.black:after {
  color: #fff;
  background-image: url(../svg/btn-black73ju0bdd.svg);
}
.button.black:hover, .button.black:focus {
  color: #000;
  text-decoration: none;
}
.button.black:hover:after, .button.black:focus:after {
  background-image: url(../svg/btn-black-hi8ftx926.svg);
}
.button.red {
  color: #000;
}
.button.red:before {
  background-color: #fff;
}
.button.red:after {
  color: #fff;
  background-image: url(../svg/btn-redhrdoojyy.svg);
}
.button.red:hover, .button.red:focus {
  color: #000;
  text-decoration: none;
}
.button.red:hover:after, .button.red:focus:after {
  background-image: url(../svg/btn-red-hex3w4rxb.svg);
}
.button.purple {
  color: #000;
}
.button.purple:before {
  background-color: #fff;
}
.button.purple:after {
  color: #fff;
  background-image: url(../svg/btn-purple35xqf18f.svg);
}
.button.purple:hover, .button.purple:focus {
  color: #000;
  text-decoration: none;
}
.button.purple:hover:after, .button.purple:focus:after {
  background-image: url(../svg/btn-purple-hjce91uf1.svg);
}

.floating-cta {
  position: sticky;
  bottom: 0;
  left: calc(100% - 218px);
  width: 218px;
  height: 0;
  text-decoration: none;
  z-index: 999;
}
.floating-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
  width: 218px;
  position: absolute;
  bottom: 10px;
  text-align: left;
  padding-left: 46px;
  padding-right: 20px;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
  background: url(../svg/floatingx5tfrsbj.svg) no-repeat left center/auto 100%;
  min-height: 106px;
  text-transform: none;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.1em;
}
.floating-cta a small {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .floating-cta {
    left: 20px;
    width: 100%;
  }
  .floating-cta a {
    width: calc(100% - 20px);
    min-height: 60px;
    bottom: 0;
    line-height: 0.8;
    padding-bottom: 5px;
    left: 20px;
  }
  .floating-cta a:before {
    content: "";
    width: calc(100% - 100px);
    height: 100%;
    display: block;
    background: #EC7700;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

hr {
  margin: 55px 0;
  height: 1px;
  background-color: #404042;
  border: 0;
}
@media (max-width: 1279px) {
  hr {
    margin: 45px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 35px 0;
  }
}

blockquote {
  color: #B8BE14;
  font-weight: 700;
  margin: 80px 0 60px;
  font-size: 32px;
  letter-spacing: -0.005em;
  color: #B8BE14;
  line-height: 1.25;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p {
  margin: 0 0 20px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote strong, blockquote cite {
  color: #a20c33;
  display: block;
  margin-top: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  blockquote {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  blockquote {
    margin: 50px 0;
  }
}

.alignnone {
  margin: 0 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  border-radius: 10px;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

a img.alignnone {
  margin: 0 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 0;
  font-size: 16px;
  color: #404042;
}

.wp-caption.alignnone {
  margin: 80px 0 60px;
}

.wp-caption.aligncenter {
  margin: 45px auto;
}

.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 16px;
  margin-top: 16px;
  color: #404042;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul, .site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}
.site-content ul li, .site-content ol li {
  margin-bottom: 2px;
}
.site-content ul li::marker, .site-content ol li::marker {
  color: inherit;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0;
}
.site-content ul li {
  list-style-type: disc;
}
.site-content ul li::marker {
  font-size: 0.8em;
}
.site-content ul ul {
  padding-left: 1.5em;
}
.site-content .youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}
.site-content .youtube-video iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
}
.site-content .google-maps {
  position: relative;
  height: 40vw;
  display: block;
  margin: 90px calc(50% - 50vw) 0;
  max-width: 100vw;
  width: 100vw;
}
.site-content .google-maps iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1079px) {
  .site-content .google-maps {
    height: 56.25vw;
  }
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1279px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .site-content .wysiwyg-columns.contact-columns > *:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
  .site-content .wysiwyg-columns.contact-columns {
    gap: 20px;
  }
  .site-content .wysiwyg-columns.contact-columns > *:nth-child(2) {
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

figure.ace-figure {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
figure.ace-figure.static {
  position: static;
}
figure.ace-figure.static .placeholder {
  display: none;
}
figure.ace-figure.static .display {
  position: static;
}
figure.ace-figure.static .display img {
  position: static;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
figure.ace-figure .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.ace-figure .display {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.ace-figure .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

.background-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  gap: 13px;
}
.social a {
  text-decoration: none;
  color: #a20c33;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social a:hover, .social a:focus {
  color: #BAB222;
}

.social-share .title {
  margin-bottom: 18px;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 26px;
}
.social-share .icons > a {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #a20c33;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-share .icons > a:hover, .social-share .icons > a:focus {
  background-color: #77787B;
  color: #fff;
}

.small-header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 0 0.1em;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  list-style: none;
  margin: 25px 0 0 !important;
  padding: 0 !important;
  z-index: 200;
  position: relative;
}
.slick-dots li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border: solid 2px #D1D1D6;
  border-radius: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 0;
  color: transparent;
  display: block;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.slick-dots li.slick-active button {
  background-color: #a20c33;
  border-color: #a20c33;
}

.site-header {
  background-color: #fafafa;
  color: #a20c33;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  z-index: 999;
  position: fixed;
}
.site-header .wrapper {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 77px;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0;
}
.site-header .wrapper > aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  position: relative;
  z-index: 3;
}
.site-header .logo-wrapper {
  display: grid;
}
.site-header .logo-wrapper a {
  grid-area: 1/1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 371px;
  width: 371px;
  height: 140px;
  padding-top: 32px;
  position: relative;
  opacity: 1;
}
.site-header .site-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../svg/logo-masku56j0iy1.svg) no-repeat center/cover;
  z-index: 2;
  left: 0;
  top: 0;
}
.site-header .site-logo:after {
  content: "";
  width: 256px;
  height: 77px;
  left: 308px;
  top: 0;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#fafafa));
  background: linear-gradient(to right, #ebebeb 0%, #fafafa 100%);
}
.site-header .site-logo svg, .site-header .site-logo img {
  max-width: 240px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 3;
}
.site-header .site-logo.logo-scroll {
  opacity: 0;
  padding-top: 32px;
  height: 140px;
}
.site-header.sticky {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.site-header.sticky .site-logo {
  opacity: 0;
  padding-top: 15px;
  height: 77px;
}
.site-header.sticky .site-logo.logo-scroll {
  padding-top: 15px;
  height: 77px;
  opacity: 1;
}
.site-header nav > .nav-element > a {
  color: #404042;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.site-header .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-height: 100%;
}
.site-header .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.site-header .search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .search-form .field input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 15px 0 17px 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  color: #000;
  width: 100%;
  height: 48px;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  color: #404042;
  opacity: 1;
}
.site-header .search-form .field input::-moz-placeholder {
  color: #404042;
  opacity: 1;
}
.site-header .search-form .field input::-ms-input-placeholder {
  color: #404042;
  opacity: 1;
}
.site-header .search-form .field input::placeholder {
  color: #404042;
  opacity: 1;
}
.site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
  border: 0;
}
.site-header .search-form button {
  background-color: #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .search-form button:hover {
  background-color: #a20c33;
}
@media (min-width: 1280px) {
  .site-header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
  }
  .site-header nav > .nav-element > a {
    position: relative;
    padding: 25px 0 26px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav > .nav-element > a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #95212d;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .site-header nav > .nav-element > a:hover, .site-header nav > .nav-element > a:focus, .site-header nav > .nav-element > a.hover {
    text-decoration: none;
  }
  .site-header nav > .nav-element > a:hover::before, .site-header nav > .nav-element > a:focus::before, .site-header nav > .nav-element > a.hover::before {
    opacity: 1;
  }
  .site-header nav > .nav-element > a > i {
    display: none;
  }
  .site-header nav > .nav-element > a.hover + .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .site-header nav > .nav-element .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #404042;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 34px 157px 36px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    border-radius: 0 0 0 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav > .nav-element .sub-menu a {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0.8em;
    display: block;
    position: relative;
  }
  .site-header nav > .nav-element .sub-menu a:before {
    font-family: "kimleyhorn-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e903";
    position: absolute;
    left: -22px;
    top: 4px;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav > .nav-element .sub-menu a:hover:before, .site-header nav > .nav-element .sub-menu a:focus:before {
    left: -18px;
    opacity: 1;
  }
  .site-header .search-toggle {
    cursor: pointer;
    text-decoration: none;
    -ms-flex-item-align: initial;
    align-self: initial;
    color: #A20D33;
    min-width: 100px;
    width: 100px;
    height: 77px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
  }
  .site-header .search-toggle:hover, .site-header .search-toggle:focus, .search-on .site-header .search-toggle {
    color: #000;
  }
  .search-on .site-header .search-toggle::before {
    content: "\e90f";
  }
  .site-header .search-form {
    position: absolute;
    top: calc(100% + 10px);
    right: 25px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 350px;
    max-width: 350px;
  }
  .search-on .site-header .search-form {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1480px) {
  .site-header nav {
    gap: 45px;
  }
}
@media (max-width: 1279px) {
  .site-header .wrapper > aside {
    background-color: #404042;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    top: 77px;
    left: 100%;
    height: calc(100vh - 77px);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 10px 20px 100px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 20px;
    border-radius: 0 0 0 10px;
    overflow: auto;
  }
  .nav-on .site-header .wrapper > aside {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header nav > .nav-element > a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    line-height: 1.2;
  }
  .site-header nav > .nav-element > a i {
    font-weight: bold;
    font-size: 18px;
  }
  .site-header nav > .nav-element > a i.on::before {
    content: "\e90e";
  }
  .site-header nav > .nav-element .sub-menu {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 0;
    display: none;
  }
  .site-header nav > .nav-element .sub-menu .nav-element a {
    display: block;
    padding: 8px 0 8px 20px;
    color: #fff;
    text-decoration: none;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header .search-form-wrapper {
    min-height: initial;
    width: 100%;
  }
  .site-header .search-form {
    width: 100%;
    max-width: none;
    border-radius: 10px;
    background-color: #fff;
  }
  .site-header .search-form .field input {
    background-color: #fff;
    padding: 10px 0 12px 16px;
    height: 44px;
    color: #000;
  }
  .site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  }
  .site-header .search-form button {
    color: #a20c33;
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .site-header .wrapper {
    height: 57px;
  }
  .site-header .wrapper > aside {
    top: 57px;
    height: calc(100vh - 57px);
  }
  .site-header .site-logo {
    padding-top: 16px;
    width: 250px;
    min-width: 250px;
    height: 94px;
  }
  .site-header .site-logo:after {
    width: 161px;
    height: 57px;
    left: 200px;
  }
  .site-header .site-logo svg, .site-header .site-logo img {
    max-width: 180px;
  }
  .site-header .site-logo.logo-scroll {
    padding-top: 16px;
    height: 94px;
  }
  .site-header.sticky .site-logo {
    padding-top: 10px;
    height: 57px;
  }
  .site-header.sticky .site-logo.logo-scroll {
    padding-top: 10px;
    height: 57px;
  }
}
@media (min-width: 1280px) and (max-width: 1480px) {
  .site-header .wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header nav > .nav-element > a {
    font-size: 16px;
  }
  .site-header .search-toggle {
    width: 50px;
    min-width: 50px;
  }
}
@media (min-width: 1480px) and (max-width: 1720px) {
  .site-header .wrapper {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .site-header nav {
    gap: 24px;
  }
  .site-header .search-toggle {
    width: 75px;
    min-width: 75px;
  }
}

.nav-toggle {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: none;
  width: 100px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0;
  padding: 0;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 34px;
  top: 9px;
  left: 0;
  background-color: #a20c33;
}
.nav-toggle i {
  left: 33px;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1279px) {
  .nav-toggle {
    display: block;
  }
}
@media (max-width: 374px) {
  .nav-toggle {
    width: 70px;
  }
  .nav-toggle i {
    left: 18px;
  }
}

.footer {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.footer .wrapper {
  max-width: 1920px;
}
.footer .inner {
  padding: 50px 0 100px 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #404042;
  z-index: -1;
  border-radius: 10px 0 0 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  color: #fff;
}
.footer__info {
  line-height: 2em;
}
.footer__copyright {
  margin: 0 0 70px;
}
.footer__logo {
  max-width: 214px;
  display: block;
  margin: 0 0 34px;
}
.footer__logo svg {
  width: 100%;
  height: auto;
}
.footer__logo path {
  fill: #fff;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 1080px;
  gap: 60px;
}
.footer__nav h6 {
  font-size: 12px;
  font-weight: 500;
  color: #898989;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 9px;
}
.footer__markets nav {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.footer__markets nav > * {
  padding: 0 0 4px;
  width: 222px;
}
.footer__locations nav {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.footer__locations nav > * {
  padding: 0 0 4px;
  width: 127px;
}
.footer__social {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}
.footer__social a {
  background-color: white;
  border-radius: 42px;
  color: #404042;
  border: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__social a:hover, .footer__social a:focus {
  border-color: #a20c33;
  background-color: #a20c33;
  color: #fff;
}
@media (max-width: 1719px) {
  .footer__markets nav > * {
    width: 200px;
  }
  .footer__locations nav > * {
    width: 100px;
  }
}
@media (max-width: 1479px) {
  .footer .inner {
    gap: 40px;
    padding: 40px 0 80px 35px;
  }
  .footer__nav {
    gap: 40px;
  }
  .footer__social {
    padding-left: 0;
  }
  .footer__markets nav > * {
    width: auto;
  }
  .footer__locations nav > * {
    width: auto;
  }
}
@media (max-width: 1079px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__copyright {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    gap: 20px;
  }
  .footer__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .footer .inner {
    padding: 30px 0 60px 20px;
  }
}
@media (max-width: 374px) {
  .footer__markets nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .footer__locations nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.insight-type {
  max-width: 1474px;
  margin: 0 auto 58px;
}
.insight-type .search-filter-input-button-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.insight-type .search-filter-input-button-group .search-filter-input-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff !important;
  border: solid 2px #BCBCBC !important;
  border-radius: 7px;
  color: #404042;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 3;
  padding: 35px 25px;
  position: relative;
  z-index: 2;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.insight-type .search-filter-input-button-group .search-filter-input-button:hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  color: #fff;
}
.insight-type .search-filter-input-button-group .search-filter-input-button::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -15px;
  bottom: -15px;
  border-radius: 7px;
  border: solid 2px #BCBCBC;
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: -1;
}
.insight-type .search-filter-input-button-group .search-filter-input-button::after {
  content: "\e900";
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 0;
  z-index: 2;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -15px;
  bottom: -15px;
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.insight-type .search-filter-input-button-group .search-filter-input-button.search-filter-input-button--is-selected {
  color: #fff;
}
.insight-type .search-filter-input-button-group .search-filter-input-button.search-filter-input-button--is-selected::before {
  opacity: 1;
}
.insight-type .search-filter-input-button-group .search-filter-input-button.search-filter-input-button--is-selected::after {
  opacity: 1;
}
@media (max-width: 1279px) {
  .insight-type .search-filter-input-button-group {
    gap: 15px;
  }
  .insight-type .search-filter-input-button-group .search-filter-input-button {
    font-size: 20px;
    padding: 30px;
  }
}
@media (max-width: 1079px) {
  .insight-type .search-filter-input-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .insight-type .search-filter-input-button-group .search-filter-input-button {
    width: calc(33.3333333333% - 13.3333333333px);
    font-size: 20px;
    padding: 30px 15px;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .insight-type .search-filter-input-button-group .search-filter-input-button {
    width: calc(50% - 10px);
    padding: 15px 15px;
  }
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto 25px;
  max-width: 1474px;
}
.filters h4 {
  font-size: 24px;
  letter-spacing: -0.04em;
  text-transform: none;
  color: #a20c33;
  font-weight: 700;
  min-width: 100px;
  margin: 0;
}
.filters aside {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filters .reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.filters .reset i {
  color: #a20c33;
  font-size: 18px;
}
.filters .reset:hover, .filters .reset:focus {
  color: #a20c33;
}
.filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:before {
  content: "\e90f";
  color: #a20c33;
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:hover, .filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:focus {
  color: #a20c33;
}
.filters .search-filter-field .search-filter-component-combobox-base {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  width: 100%;
  padding: 0;
  border-color: #a20c33;
  background-color: transparent;
  line-height: 1;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__actions-input {
  color: #404042;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding: 10px 0;
  line-height: 1;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  opacity: 1;
  color: #404042;
  font-size: inherit;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__actions-input::-moz-placeholder {
  opacity: 1;
  color: #404042;
  font-size: inherit;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__actions-input::-ms-input-placeholder {
  opacity: 1;
  color: #404042;
  font-size: inherit;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__actions-input::placeholder {
  opacity: 1;
  color: #404042;
  font-size: inherit;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__selection {
  color: #404042;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__clear-selection {
  display: none;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__listbox-toggle {
  width: 39px;
  font-size: 19px;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__listbox-toggle::before {
  display: none;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__listbox-toggle:after {
  content: "\e900";
  color: #a20c33;
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__listbox-toggle .search-filter-icon {
  display: none;
}
@media (max-width: 1479px) {
  .filters aside {
    gap: 30px;
  }
}
@media (max-width: 1279px) {
  .filters h4 {
    font-size: 18px;
    min-width: 80px;
  }
  .filters .reset {
    gap: 10px;
    font-size: 18px;
  }
  .filters .reset i {
    font-size: 14px;
  }
  .filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button {
    font-size: 18px;
    gap: 10px;
  }
  .filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:before {
    font-size: 14px;
  }
  .filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__actions-input {
    font-size: 18px;
  }
  .filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__selection {
    font-size: 18px;
  }
  .filters .search-filter-field .search-filter-component-combobox-base .search-filter-component-combobox__listbox-toggle {
    width: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1079px) {
  .filters {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .filters h4 {
    margin-top: 10px;
  }
  .filters aside {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
  }
  .filters .empty {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .filters h4 {
    min-width: 0;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .filters aside {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.side-filters h4 {
  font-size: 24px;
  letter-spacing: -0.04em;
  text-transform: none;
  color: #a20c33;
  font-weight: 700;
  margin: 0 0 20px;
}
.side-filters > aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
.side-filters .search-filter-field.search-filter-field--control-type-reset {
  margin: 0;
}
.side-filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:before {
  content: "\e90f";
  color: #a20c33;
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.side-filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.side-filters .search-filter-field.search-filter-style--choice-button {
  border-bottom: solid 1px #a20c33;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-label {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.45;
  margin: 0 0 8px;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-label:after {
  content: "\e900";
  color: #a20c33;
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-label[aria-expanded=true]:after {
  content: "\e901";
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-label[aria-expanded=false] + .search-filter-input-button-group {
  display: none;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-label .search-filter-icon {
  display: none;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 10px 0 30px;
  width: 100%;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group .search-filter-input-button {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: -0.04em;
  position: relative;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group .search-filter-input-button:hover, .side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group .search-filter-input-button:focus {
  color: #a20c33;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group .search-filter-input-button.search-filter-input-button--is-selected {
  background: none !important;
  color: #a20c33;
}
.side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group .search-filter-input-button.search-filter-input-button--is-selected:before {
  content: "\e903";
  color: #a20c33;
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
@media (max-width: 1279px) {
  .side-filters h4 {
    font-size: 18px;
  }
  .side-filters > aside {
    gap: 20px;
  }
  .side-filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button {
    font-size: 18px;
    gap: 10px;
  }
  .side-filters .search-filter-field.search-filter-field--control-type-reset .search-filter-input-button:before {
    font-size: 14px;
  }
}
@media (max-width: 1079px) {
  .side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
  }
  .side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group .search-filter-input-button {
    line-height: 1.5;
  }
  .side-filters .search-filter-field.search-filter-style--choice-button .search-filter-input-button-group .search-filter-input-button.search-filter-input-button--is-selected:before {
    display: none;
  }
}

.search-filter-component-popup {
  border: 0;
  border-radius: 0;
  background-color: #fff;
}

.load-more button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  margin: auto !important;
  padding: 0;
  cursor: pointer;
  color: #a20c33;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
  -webkit-transition: none;
  transition: none;
  padding: 15px 70px 15px 16px;
  letter-spacing: 0.05em;
  min-width: 210px;
  color: #fff;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.load-more button .search-filter-icon svg {
  height: 14px;
  width: 14px;
  max-height: 14px;
  max-width: 14px;
  margin-right: 5px;
}
.load-more button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 50px);
  background-color: #404042;
  z-index: -1;
}
.load-more button:after {
  content: "\e903";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 54px;
  background: url(../svg/btnqymc6b8o.svg) no-repeat right center/auto 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 19px;
  padding-left: 12px;
}
.load-more button:hover, .load-more button:focus {
  color: #fff !important;
  text-decoration: none;
}
.load-more button:hover:after, .load-more button:focus:after {
  background-image: url(../svg/btn-huh0dcj4r.svg);
}

.pagination {
  margin: 90px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 30px 0 33px;
  position: relative;
  color: #404042;
  letter-spacing: 0.5px;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: #a20c33;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: 0;
  width: 2px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #404042;
  font-weight: normal;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0 23px 0 25px;
  pointer-events: none;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #404042;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.prev:focus, .pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.next:focus {
  color: #a20c33;
}
.pagination .nav-links .page-numbers.next {
  padding-left: 5px;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 5px;
}
.pagination .nav-links .page-numbers.current {
  color: #a20c33;
}
.pagination .nav-links .page-numbers.inactive {
  pointer-events: none;
  color: #404042;
}
@media (max-width: 575px) {
  .pagination .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 20px 0 22px;
  }
  .pagination .nav-links .page-numbers.dots {
    padding: 0 13px 0 15px;
  }
  .pagination .nav-links .page-numbers:after {
    height: 18px;
  }
}

/*** Page Colors ***/
.page-color-blue h2, .page-color-blue .h2, .page-color-blue h5, .page-color-blue .h5 {
  color: #005F7F;
}
.page-color-blue a {
  color: #005F7F;
}
.page-color-blue .button.primary:after, .page-color-blue .button.primary-alt:after, .page-color-blue .button.red:after {
  background: url(../svg/btn-page-blue5g2b07ec.svg) no-repeat right center/auto 100%;
}
.page-color-blue .button.primary:hover:after, .page-color-blue .button.primary:focus:after, .page-color-blue .button.primary-alt:hover:after, .page-color-blue .button.primary-alt:focus:after, .page-color-blue .button.red:hover:after, .page-color-blue .button.red:focus:after {
  background-image: url(../svg/btn-page-blue-lightukiq22tq.svg);
}
.page-color-blue .home-hero .inner .wrapper h1 i, .page-color-blue .home-hero .inner .wrapper .h1 i {
  color: #005F7F;
}
@media (min-width: 1920px) {
  .page-color-blue .home-hero .inner .wrapper h1 i, .page-color-blue .home-hero .inner .wrapper .h1 i {
    color: #005F7F;
  }
}
.page-color-blue .breadcrumbs a:hover, .page-color-blue .breadcrumbs a:focus {
  color: #005F7F;
}
.page-color-blue .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-blue .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #005F7F;
}
.page-color-blue .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-blue .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #005F7F;
}
.page-color-blue .module.standard-text .wrapper > ul > li::before {
  background-color: #005F7F;
}
.page-color-blue .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .pathway-cards .item hr {
  background-color: #005F7F;
}
.page-color-blue .pathway-cards .item a:hover .more, .page-color-blue .pathway-cards .item a:hover .more i, .page-color-blue .pathway-cards .item a:focus .more, .page-color-blue .pathway-cards .item a:focus .more i {
  color: #005F7F;
}
.page-color-blue .module.pathway-list .items .item > * {
  border-top: solid 1px #005F7F;
}
.page-color-blue .module.pathway-list .items .item a:hover, .page-color-blue .module.pathway-list .items .item a:focus {
  color: #005F7F;
}
.page-color-blue .module.pathway-list .items .item a:hover i, .page-color-blue .module.pathway-list .items .item a:focus i {
  color: #005F7F;
}
@media (max-width: 575px) {
  .page-color-blue .module.pathway-list .items.collapse + .expand-text:hover, .page-color-blue .module.pathway-list .items.collapse + .expand-text:focus {
    color: #005F7F;
  }
  .page-color-blue .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-blue .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #005F7F;
  }
}
.page-color-blue .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #005F7F;
}
.page-color-blue .module.pathway-list-accordion .items .item a:hover, .page-color-blue .module.pathway-list-accordion .items .item a:focus {
  color: #005F7F;
}
.page-color-blue .module.pathway-list-accordion .items .item a:hover i, .page-color-blue .module.pathway-list-accordion .items .item a:focus i {
  color: #005F7F;
}
.page-color-blue .module.pathway-list-accordion h2 i {
  background-color: #005F7F;
}
.page-color-blue .featured-content article hr {
  background-color: #005F7F;
}
.page-color-blue .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .featured-content.color--dark article hr {
  background-color: #82ABBC;
}
.page-color-blue .featured-content.color--dark article p a {
  color: #fff;
}
.page-color-blue .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-blue5g2b07ec.svg);
}
.page-color-blue .featured-content.color--dark .button.primary-alt:hover:after, .page-color-blue .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-blue-lightukiq22tq.svg);
}
.page-color-blue .featured-content figure > a i {
  color: #005F7F;
}
.page-color-blue .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .featured-content-stat .stat-container hr {
  background-color: #82ABBC;
}
.page-color-blue .featured-content-stat article .eyebrow {
  color: #005F7F;
}
.page-color-blue .featured-content-alt .links .item > * {
  border-top: solid 1px #005F7F;
}
.page-color-blue .featured-content-alt .links .item > * i {
  color: #005F7F;
}
.page-color-blue .featured-content-alt .links .item a:hover, .page-color-blue .featured-content-alt .links .item a:focus {
  color: #005F7F;
}
.page-color-blue .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .item-post .tag {
  color: #005F7F;
}
.page-color-blue .item-post .more i {
  color: #005F7F;
}
.page-color-blue .item-team aside i {
  color: #005F7F;
}
.page-color-blue .item-team .tag {
  color: #005F7F;
}
.page-color-blue .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .item-team .hover .bottom {
  border-top: solid 1px #42859E;
}
.page-color-blue .item-member::before {
  background-color: #005F7F;
}
.page-color-blue .item-member .top:before {
  background-color: #005F7F;
}
.page-color-blue .item-member aside i {
  color: #005F7F;
}
.page-color-blue .item-member .tag {
  color: #005F7F;
}
.page-color-blue .item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.page-color-blue .item-member .icons a.icon-linkedin-full:hover, .page-color-blue .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-blue .item-member .icons a.icon-instagram-full:hover, .page-color-blue .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-blue .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .item-member .hover .bottom {
  border-top: solid 1px #42859E;
}
.page-color-blue .module.featured-projects .slick-arrow:hover, .page-color-blue .module.featured-projects .slick-arrow:focus {
  color: #005F7F;
}
.page-color-blue .module.featured-team .slick-arrow:hover, .page-color-blue .module.featured-team .slick-arrow:focus {
  color: #005F7F;
}
.page-color-blue .module.gallery .slick-arrow:hover, .page-color-blue .module.gallery .slick-arrow:focus {
  color: #005F7F;
}
.page-color-blue .testimonial.theme-red .testimonial-container {
  background-color: #005F7F;
}
.page-color-blue .testimonial.theme-red .testimonial-container cite {
  border-color: #82ABBC;
  color: #82ABBC;
}
.page-color-blue .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .testimonial-stat .stat-container hr {
  background-color: #82ABBC;
}
.page-color-blue .module.accordion dl dt i {
  color: #005F7F;
}
.page-color-blue .module.text-logo .item hr {
  background-color: #005F7F;
}
.page-color-blue .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .module.image-cards .item aside .more {
  color: #005F7F;
}
.page-color-blue .module.image-cards .item aside .more i {
  color: #005F7F;
}
.page-color-blue .module.image-cards-alt .item hr {
  background-color: #005F7F;
}
.page-color-blue .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #005F7F;
}
.page-color-blue .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #82ABBC;
}
.page-color-blue .module.featured-experts .icons a:hover, .page-color-blue .module.featured-experts .icons a:focus {
  color: #82ABBC;
}
@media (min-width: 1080px) {
  .page-color-blue .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #005F7F 0%, #005F7F 70%, #42859E 100%);
  }
  .page-color-blue .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #005F7F 0%, #005F7F 70%, #42859E 100%);
  }
  .page-color-blue .module.featured-experts dl dd .bottom:before {
    background-color: #82ABBC;
  }
}
@media (max-width: 1079px) {
  .page-color-blue .module.featured-experts dl dt:after {
    color: #005F7F;
  }
  .page-color-blue .module.featured-experts dl dd .icons a {
    color: #005F7F;
  }
}
.page-color-blue .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top right, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .module.tabs .tabs-list .tab hr {
  background-color: #005F7F;
}
.page-color-blue .module.tabs .tabs-list .tab:hover hr, .page-color-blue .module.tabs .tabs-list .tab:focus hr, .page-color-blue .module.tabs .tabs-list .tab.on hr {
  background-color: #42859E;
}
.page-color-blue .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#005F7F), color-stop(70%, #005F7F), to(#42859E));
  background: linear-gradient(to top, #005F7F 0%, #005F7F 70%, #42859E 100%);
}
.page-color-blue .module.sbs-cta .cta.color--red article hr {
  background-color: #42859E;
}
.page-color-blue .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-blue .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-blue .offer.theme-red {
  background-color: #005F7F;
}
.page-color-blue .offer.theme-red .content hr {
  background-color: #42859E;
}
.page-color-blue .slick-dots li.slick-active button {
  background-color: #005F7F;
  border-color: #005F7F;
}
.page-color-blue blockquote strong, .page-color-blue blockquote cite {
  color: #005F7F;
}

/*** Page Colors ***/
.page-color-blue-dark h2, .page-color-blue-dark .h2, .page-color-blue-dark h5, .page-color-blue-dark .h5 {
  color: #004158;
}
.page-color-blue-dark a {
  color: #004158;
}
.page-color-blue-dark .button.primary:after, .page-color-blue-dark .button.primary-alt:after, .page-color-blue-dark .button.red:after {
  background: url(../svg/btn-page-blue5g2b07ec.svg) no-repeat right center/auto 100%;
}
.page-color-blue-dark .button.primary:hover:after, .page-color-blue-dark .button.primary:focus:after, .page-color-blue-dark .button.primary-alt:hover:after, .page-color-blue-dark .button.primary-alt:focus:after, .page-color-blue-dark .button.red:hover:after, .page-color-blue-dark .button.red:focus:after {
  background-image: url(../svg/btn-page-blue-lightukiq22tq.svg);
}
.page-color-blue-dark .home-hero .inner .wrapper h1 i, .page-color-blue-dark .home-hero .inner .wrapper .h1 i {
  color: #004158;
}
@media (min-width: 1920px) {
  .page-color-blue-dark .home-hero .inner .wrapper h1 i, .page-color-blue-dark .home-hero .inner .wrapper .h1 i {
    color: #004158;
  }
}
.page-color-blue-dark .breadcrumbs a:hover, .page-color-blue-dark .breadcrumbs a:focus {
  color: #004158;
}
.page-color-blue-dark .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-blue-dark .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #004158;
}
.page-color-blue-dark .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-blue-dark .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #004158;
}
.page-color-blue-dark .module.standard-text .wrapper > ul > li::before {
  background-color: #004158;
}
.page-color-blue-dark .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .pathway-cards .item hr {
  background-color: #004158;
}
.page-color-blue-dark .pathway-cards .item a:hover .more, .page-color-blue-dark .pathway-cards .item a:hover .more i, .page-color-blue-dark .pathway-cards .item a:focus .more, .page-color-blue-dark .pathway-cards .item a:focus .more i {
  color: #004158;
}
.page-color-blue-dark .module.pathway-list .items .item > * {
  border-top: solid 1px #004158;
}
.page-color-blue-dark .module.pathway-list .items .item a:hover, .page-color-blue-dark .module.pathway-list .items .item a:focus {
  color: #004158;
}
.page-color-blue-dark .module.pathway-list .items .item a:hover i, .page-color-blue-dark .module.pathway-list .items .item a:focus i {
  color: #004158;
}
@media (max-width: 575px) {
  .page-color-blue-dark .module.pathway-list .items.collapse + .expand-text:hover, .page-color-blue-dark .module.pathway-list .items.collapse + .expand-text:focus {
    color: #004158;
  }
  .page-color-blue-dark .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-blue-dark .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #004158;
  }
}
.page-color-blue-dark .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #004158;
}
.page-color-blue-dark .module.pathway-list-accordion .items .item a:hover, .page-color-blue-dark .module.pathway-list-accordion .items .item a:focus {
  color: #004158;
}
.page-color-blue-dark .module.pathway-list-accordion .items .item a:hover i, .page-color-blue-dark .module.pathway-list-accordion .items .item a:focus i {
  color: #004158;
}
.page-color-blue-dark .module.pathway-list-accordion h2 i {
  background-color: #004158;
}
.page-color-blue-dark .featured-content article hr {
  background-color: #004158;
}
.page-color-blue-dark .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .featured-content.color--dark article hr {
  background-color: #42859E;
}
.page-color-blue-dark .featured-content.color--dark article p a {
  color: #fff;
}
.page-color-blue-dark .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-blue5g2b07ec.svg);
}
.page-color-blue-dark .featured-content.color--dark .button.primary-alt:hover:after, .page-color-blue-dark .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-blue-lightukiq22tq.svg);
}
.page-color-blue-dark .featured-content figure > a i {
  color: #004158;
}
.page-color-blue-dark .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .featured-content-stat .stat-container hr {
  background-color: #42859E;
}
.page-color-blue-dark .featured-content-stat article .eyebrow {
  color: #004158;
}
.page-color-blue-dark .featured-content-alt .links .item > * {
  border-top: solid 1px #004158;
}
.page-color-blue-dark .featured-content-alt .links .item > * i {
  color: #004158;
}
.page-color-blue-dark .featured-content-alt .links .item a:hover, .page-color-blue-dark .featured-content-alt .links .item a:focus {
  color: #004158;
}
.page-color-blue-dark .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .item-post .tag {
  color: #004158;
}
.page-color-blue-dark .item-post .more i {
  color: #004158;
}
.page-color-blue-dark .item-team aside i {
  color: #004158;
}
.page-color-blue-dark .item-team .tag {
  color: #004158;
}
.page-color-blue-dark .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .item-team .hover .bottom {
  border-top: solid 1px #005F7F;
}
.page-color-blue-dark .item-member::before {
  background-color: #004158;
}
.page-color-blue-dark .item-member .top:before {
  background-color: #004158;
}
.page-color-blue-dark .item-member aside i {
  color: #004158;
}
.page-color-blue-dark .item-member .tag {
  color: #004158;
}
.page-color-blue-dark .item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.page-color-blue-dark .item-member .icons a.icon-linkedin-full:hover, .page-color-blue-dark .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-blue-dark .item-member .icons a.icon-instagram-full:hover, .page-color-blue-dark .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-blue-dark .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .item-member .hover .bottom {
  border-top: solid 1px #005F7F;
}
.page-color-blue-dark .module.featured-projects .slick-arrow:hover, .page-color-blue-dark .module.featured-projects .slick-arrow:focus {
  color: #004158;
}
.page-color-blue-dark .module.featured-team .slick-arrow:hover, .page-color-blue-dark .module.featured-team .slick-arrow:focus {
  color: #004158;
}
.page-color-blue-dark .module.gallery .slick-arrow:hover, .page-color-blue-dark .module.gallery .slick-arrow:focus {
  color: #004158;
}
.page-color-blue-dark .testimonial.theme-red .testimonial-container {
  background-color: #004158;
}
.page-color-blue-dark .testimonial.theme-red .testimonial-container cite {
  border-color: #42859E;
  color: #42859E;
}
.page-color-blue-dark .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .testimonial-stat .stat-container hr {
  background-color: #42859E;
}
.page-color-blue-dark .module.accordion dl dt i {
  color: #004158;
}
.page-color-blue-dark .module.text-logo .item hr {
  background-color: #004158;
}
.page-color-blue-dark .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .module.image-cards .item aside .more {
  color: #004158;
}
.page-color-blue-dark .module.image-cards .item aside .more i {
  color: #004158;
}
.page-color-blue-dark .module.image-cards-alt .item hr {
  background-color: #004158;
}
.page-color-blue-dark .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #004158;
}
.page-color-blue-dark .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #42859E;
}
.page-color-blue-dark .module.featured-experts .icons a:hover, .page-color-blue-dark .module.featured-experts .icons a:focus {
  color: #42859E;
}
@media (min-width: 1080px) {
  .page-color-blue-dark .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #004158 0%, #004158 70%, #005F7F 100%);
  }
  .page-color-blue-dark .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #004158 0%, #004158 70%, #005F7F 100%);
  }
  .page-color-blue-dark .module.featured-experts dl dd .bottom:before {
    background-color: #42859E;
  }
}
@media (max-width: 1079px) {
  .page-color-blue-dark .module.featured-experts dl dt:after {
    color: #004158;
  }
  .page-color-blue-dark .module.featured-experts dl dd .icons a {
    color: #004158;
  }
}
.page-color-blue-dark .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top right, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .module.tabs .tabs-list .tab hr {
  background-color: #004158;
}
.page-color-blue-dark .module.tabs .tabs-list .tab:hover hr, .page-color-blue-dark .module.tabs .tabs-list .tab:focus hr, .page-color-blue-dark .module.tabs .tabs-list .tab.on hr {
  background-color: #005F7F;
}
.page-color-blue-dark .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#004158), color-stop(70%, #004158), to(#005F7F));
  background: linear-gradient(to top, #004158 0%, #004158 70%, #005F7F 100%);
}
.page-color-blue-dark .module.sbs-cta .cta.color--red article hr {
  background-color: #005F7F;
}
.page-color-blue-dark .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-blue-dark .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-blue-dark .offer.theme-red {
  background-color: #004158;
}
.page-color-blue-dark .offer.theme-red .content hr {
  background-color: #005F7F;
}
.page-color-blue-dark .slick-dots li.slick-active button {
  background-color: #004158;
  border-color: #004158;
}
.page-color-blue-dark blockquote strong, .page-color-blue-dark blockquote cite {
  color: #004158;
}

/*** Page Colors ***/
.page-color-blue-75 h2, .page-color-blue-75 .h2, .page-color-blue-75 h5, .page-color-blue-75 .h5 {
  color: #42859E;
}
.page-color-blue-75 a {
  color: #42859E;
}
.page-color-blue-75 .button.primary:after, .page-color-blue-75 .button.primary-alt:after, .page-color-blue-75 .button.red:after {
  background: url(../svg/btn-page-blue-dark8oqsfw5c.svg) no-repeat right center/auto 100%;
}
.page-color-blue-75 .button.primary:hover:after, .page-color-blue-75 .button.primary:focus:after, .page-color-blue-75 .button.primary-alt:hover:after, .page-color-blue-75 .button.primary-alt:focus:after, .page-color-blue-75 .button.red:hover:after, .page-color-blue-75 .button.red:focus:after {
  background-image: url(../svg/btn-page-blue-lightukiq22tq.svg);
}
.page-color-blue-75 .home-hero .inner .wrapper h1 i, .page-color-blue-75 .home-hero .inner .wrapper .h1 i {
  color: #42859E;
}
@media (min-width: 1920px) {
  .page-color-blue-75 .home-hero .inner .wrapper h1 i, .page-color-blue-75 .home-hero .inner .wrapper .h1 i {
    color: #42859E;
  }
}
.page-color-blue-75 .breadcrumbs a:hover, .page-color-blue-75 .breadcrumbs a:focus {
  color: #42859E;
}
.page-color-blue-75 .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-blue-75 .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #42859E;
}
.page-color-blue-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-blue-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #42859E;
}
.page-color-blue-75 .module.standard-text .wrapper > ul > li::before {
  background-color: #42859E;
}
.page-color-blue-75 .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .pathway-cards .item hr {
  background-color: #42859E;
}
.page-color-blue-75 .pathway-cards .item a:hover .more, .page-color-blue-75 .pathway-cards .item a:hover .more i, .page-color-blue-75 .pathway-cards .item a:focus .more, .page-color-blue-75 .pathway-cards .item a:focus .more i {
  color: #42859E;
}
.page-color-blue-75 .module.pathway-list .items .item > * {
  border-top: solid 1px #42859E;
}
.page-color-blue-75 .module.pathway-list .items .item a:hover, .page-color-blue-75 .module.pathway-list .items .item a:focus {
  color: #42859E;
}
.page-color-blue-75 .module.pathway-list .items .item a:hover i, .page-color-blue-75 .module.pathway-list .items .item a:focus i {
  color: #42859E;
}
@media (max-width: 575px) {
  .page-color-blue-75 .module.pathway-list .items.collapse + .expand-text:hover, .page-color-blue-75 .module.pathway-list .items.collapse + .expand-text:focus {
    color: #42859E;
  }
  .page-color-blue-75 .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-blue-75 .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #42859E;
  }
}
.page-color-blue-75 .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #42859E;
}
.page-color-blue-75 .module.pathway-list-accordion .items .item a:hover, .page-color-blue-75 .module.pathway-list-accordion .items .item a:focus {
  color: #42859E;
}
.page-color-blue-75 .module.pathway-list-accordion .items .item a:hover i, .page-color-blue-75 .module.pathway-list-accordion .items .item a:focus i {
  color: #42859E;
}
.page-color-blue-75 .module.pathway-list-accordion h2 i {
  background-color: #42859E;
}
.page-color-blue-75 .featured-content article hr {
  background-color: #42859E;
}
.page-color-blue-75 .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .featured-content.color--dark article hr {
  background-color: #C0D5DD;
}
.page-color-blue-75 .featured-content.color--dark article p a {
  color: #fff;
}
.page-color-blue-75 .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-blue-dark8oqsfw5c.svg);
}
.page-color-blue-75 .featured-content.color--dark .button.primary-alt:hover:after, .page-color-blue-75 .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-blue-lightukiq22tq.svg);
}
.page-color-blue-75 .featured-content figure > a i {
  color: #42859E;
}
.page-color-blue-75 .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .featured-content-stat .stat-container hr {
  background-color: #C0D5DD;
}
.page-color-blue-75 .featured-content-stat article .eyebrow {
  color: #42859E;
}
.page-color-blue-75 .featured-content-alt .links .item > * {
  border-top: solid 1px #42859E;
}
.page-color-blue-75 .featured-content-alt .links .item > * i {
  color: #42859E;
}
.page-color-blue-75 .featured-content-alt .links .item a:hover, .page-color-blue-75 .featured-content-alt .links .item a:focus {
  color: #42859E;
}
.page-color-blue-75 .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .item-post .tag {
  color: #42859E;
}
.page-color-blue-75 .item-post .more i {
  color: #42859E;
}
.page-color-blue-75 .item-team aside i {
  color: #42859E;
}
.page-color-blue-75 .item-team .tag {
  color: #42859E;
}
.page-color-blue-75 .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .item-team .hover .bottom {
  border-top: solid 1px #82ABBC;
}
.page-color-blue-75 .item-member::before {
  background-color: #42859E;
}
.page-color-blue-75 .item-member .top:before {
  background-color: #42859E;
}
.page-color-blue-75 .item-member aside i {
  color: #42859E;
}
.page-color-blue-75 .item-member .tag {
  color: #42859E;
}
.page-color-blue-75 .item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.page-color-blue-75 .item-member .icons a.icon-linkedin-full:hover, .page-color-blue-75 .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-blue-75 .item-member .icons a.icon-instagram-full:hover, .page-color-blue-75 .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-blue-75 .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .item-member .hover .bottom {
  border-top: solid 1px #82ABBC;
}
.page-color-blue-75 .module.featured-projects .slick-arrow:hover, .page-color-blue-75 .module.featured-projects .slick-arrow:focus {
  color: #42859E;
}
.page-color-blue-75 .module.featured-team .slick-arrow:hover, .page-color-blue-75 .module.featured-team .slick-arrow:focus {
  color: #42859E;
}
.page-color-blue-75 .module.gallery .slick-arrow:hover, .page-color-blue-75 .module.gallery .slick-arrow:focus {
  color: #42859E;
}
.page-color-blue-75 .testimonial.theme-red .testimonial-container {
  background-color: #42859E;
}
.page-color-blue-75 .testimonial.theme-red .testimonial-container cite {
  border-color: #C0D5DD;
  color: #C0D5DD;
}
.page-color-blue-75 .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .testimonial-stat .stat-container hr {
  background-color: #C0D5DD;
}
.page-color-blue-75 .module.accordion dl dt i {
  color: #42859E;
}
.page-color-blue-75 .module.text-logo .item hr {
  background-color: #42859E;
}
.page-color-blue-75 .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .module.image-cards .item aside .more {
  color: #42859E;
}
.page-color-blue-75 .module.image-cards .item aside .more i {
  color: #42859E;
}
.page-color-blue-75 .module.image-cards-alt .item hr {
  background-color: #42859E;
}
.page-color-blue-75 .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #42859E;
}
.page-color-blue-75 .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #C0D5DD;
}
.page-color-blue-75 .module.featured-experts .icons a:hover, .page-color-blue-75 .module.featured-experts .icons a:focus {
  color: #C0D5DD;
}
@media (min-width: 1080px) {
  .page-color-blue-75 .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #42859E 0%, #42859E 70%, #82ABBC 100%);
  }
  .page-color-blue-75 .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #42859E 0%, #42859E 70%, #82ABBC 100%);
  }
  .page-color-blue-75 .module.featured-experts dl dd .bottom:before {
    background-color: #C0D5DD;
  }
}
@media (max-width: 1079px) {
  .page-color-blue-75 .module.featured-experts dl dt:after {
    color: #42859E;
  }
  .page-color-blue-75 .module.featured-experts dl dd .icons a {
    color: #42859E;
  }
}
.page-color-blue-75 .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top right, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .module.tabs .tabs-list .tab hr {
  background-color: #42859E;
}
.page-color-blue-75 .module.tabs .tabs-list .tab:hover hr, .page-color-blue-75 .module.tabs .tabs-list .tab:focus hr, .page-color-blue-75 .module.tabs .tabs-list .tab.on hr {
  background-color: #82ABBC;
}
.page-color-blue-75 .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#42859E), color-stop(70%, #42859E), to(#82ABBC));
  background: linear-gradient(to top, #42859E 0%, #42859E 70%, #82ABBC 100%);
}
.page-color-blue-75 .module.sbs-cta .cta.color--red article hr {
  background-color: #82ABBC;
}
.page-color-blue-75 .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-blue-75 .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-blue-75 .offer.theme-red {
  background-color: #42859E;
}
.page-color-blue-75 .offer.theme-red .content hr {
  background-color: #82ABBC;
}
.page-color-blue-75 .slick-dots li.slick-active button {
  background-color: #42859E;
  border-color: #42859E;
}
.page-color-blue-75 blockquote strong, .page-color-blue-75 blockquote cite {
  color: #42859E;
}

/*** Page Colors ***/
.page-color-green h2, .page-color-green .h2, .page-color-green h5, .page-color-green .h5 {
  color: #B8BE14;
}
.page-color-green a {
  color: #B8BE14;
}
.page-color-green .button.primary:after, .page-color-green .button.primary-alt:after, .page-color-green .button.red:after {
  background: url(../svg/btn-page-greenz58oodrf.svg) no-repeat right center/auto 100%;
  color: #404042;
}
.page-color-green .button.primary:hover:after, .page-color-green .button.primary:focus:after, .page-color-green .button.primary-alt:hover:after, .page-color-green .button.primary-alt:focus:after, .page-color-green .button.red:hover:after, .page-color-green .button.red:focus:after {
  background-image: url(../svg/btn-page-green-lighteij1wsl7.svg);
}
.page-color-green .home-hero .inner .wrapper h1 i, .page-color-green .home-hero .inner .wrapper .h1 i {
  color: #B8BE14;
}
@media (min-width: 1920px) {
  .page-color-green .home-hero .inner .wrapper h1 i, .page-color-green .home-hero .inner .wrapper .h1 i {
    color: #B8BE14;
  }
}
.page-color-green .breadcrumbs a:hover, .page-color-green .breadcrumbs a:focus {
  color: #B8BE14;
}
.page-color-green .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-green .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #B8BE14;
}
.page-color-green .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-green .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #B8BE14;
}
.page-color-green .module.standard-text .wrapper > ul > li::before {
  background-color: #B8BE14;
}
.page-color-green .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
}
.page-color-green .quick-hit .content {
  color: #000;
}
.page-color-green .quick-hit .content p a {
  color: #000;
}
.page-color-green .quick-hit h2 {
  color: #000;
}
.page-color-green .pathway-cards .item hr {
  background-color: #B8BE14;
}
.page-color-green .pathway-cards .item a:hover .more, .page-color-green .pathway-cards .item a:hover .more i, .page-color-green .pathway-cards .item a:focus .more, .page-color-green .pathway-cards .item a:focus .more i {
  color: #B8BE14;
}
.page-color-green .module.pathway-list .items .item > * {
  border-top: solid 1px #B8BE14;
}
.page-color-green .module.pathway-list .items .item a:hover, .page-color-green .module.pathway-list .items .item a:focus {
  color: #B8BE14;
}
.page-color-green .module.pathway-list .items .item a:hover i, .page-color-green .module.pathway-list .items .item a:focus i {
  color: #B8BE14;
}
@media (max-width: 575px) {
  .page-color-green .module.pathway-list .items.collapse + .expand-text:hover, .page-color-green .module.pathway-list .items.collapse + .expand-text:focus {
    color: #B8BE14;
  }
  .page-color-green .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-green .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #B8BE14;
  }
}
.page-color-green .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #B8BE14;
}
.page-color-green .module.pathway-list-accordion .items .item a:hover, .page-color-green .module.pathway-list-accordion .items .item a:focus {
  color: #B8BE14;
}
.page-color-green .module.pathway-list-accordion .items .item a:hover i, .page-color-green .module.pathway-list-accordion .items .item a:focus i {
  color: #B8BE14;
}
.page-color-green .module.pathway-list-accordion h2 i {
  background-color: #B8BE14;
}
.page-color-green .featured-content article hr {
  background-color: #B8BE14;
}
.page-color-green .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
  color: #404042;
}
.page-color-green .featured-content.color--dark article hr {
  background-color: #DFDD94;
}
.page-color-green .featured-content.color--dark article h2 {
  color: #404042;
}
.page-color-green .featured-content.color--dark article p a {
  color: #404042;
}
.page-color-green .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-greenz58oodrf.svg);
  color: #404042;
}
.page-color-green .featured-content.color--dark .button.primary-alt:hover:after, .page-color-green .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-green-lighteij1wsl7.svg);
}
.page-color-green .featured-content figure > a i {
  color: #B8BE14;
}
.page-color-green .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
  color: #000;
}
.page-color-green .featured-content-stat .stat-container hr {
  background-color: #DFDD94;
}
.page-color-green .featured-content-stat article .eyebrow {
  color: #B8BE14;
}
.page-color-green .featured-content-alt .links .item > * {
  border-top: solid 1px #B8BE14;
}
.page-color-green .featured-content-alt .links .item > * i {
  color: #B8BE14;
}
.page-color-green .featured-content-alt .links .item a:hover, .page-color-green .featured-content-alt .links .item a:focus {
  color: #B8BE14;
}
.page-color-green .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
}
.page-color-green .item-post .tag {
  color: #B8BE14;
}
.page-color-green .item-post .more i {
  color: #B8BE14;
}
.page-color-green .item-team aside i {
  color: #B8BE14;
}
.page-color-green .item-team .tag {
  color: #B8BE14;
}
.page-color-green .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
}
.page-color-green .item-team .hover .bottom {
  border-top: solid 1px #EFEDC8;
  color: #000;
}
.page-color-green .item-team .hover .short-bio {
  color: #000;
}
.page-color-green .item-member::before {
  background-color: #B8BE14;
}
.page-color-green .item-member .top:before {
  background-color: #DFDD94;
}
.page-color-green .item-member aside i {
  color: #B8BE14;
}
.page-color-green .item-member .tag {
  color: #B8BE14;
}
.page-color-green .item-member .icons a {
  text-decoration: none;
  color: #000;
}
.page-color-green .item-member .icons a.icon-linkedin-full:hover, .page-color-green .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-green .item-member .icons a.icon-instagram-full:hover, .page-color-green .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-green .item-member:hover .top .short-bio, .page-color-green .item-member:focus .top .short-bio {
  color: #000;
}
.page-color-green .item-member:hover aside .name, .page-color-green .item-member:hover aside .tag, .page-color-green .item-member:hover aside i, .page-color-green .item-member:focus aside .name, .page-color-green .item-member:focus aside .tag, .page-color-green .item-member:focus aside i {
  color: #000;
}
.page-color-green .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
}
.page-color-green .item-member .hover .bottom {
  border-top: solid 1px #B8BE14;
}
.page-color-green .module.featured-projects .slick-arrow:hover, .page-color-green .module.featured-projects .slick-arrow:focus {
  color: #B8BE14;
}
.page-color-green .module.featured-projects .item-post:hover .tag, .page-color-green .module.featured-projects .item-post:hover h3, .page-color-green .module.featured-projects .item-post:hover .more, .page-color-green .module.featured-projects .item-post:hover .more i, .page-color-green .module.featured-projects .item-post:focus .tag, .page-color-green .module.featured-projects .item-post:focus h3, .page-color-green .module.featured-projects .item-post:focus .more, .page-color-green .module.featured-projects .item-post:focus .more i {
  color: #000;
}
.page-color-green .module.featured-team .slick-arrow:hover, .page-color-green .module.featured-team .slick-arrow:focus {
  color: #B8BE14;
}
.page-color-green .module.gallery .slick-arrow:hover, .page-color-green .module.gallery .slick-arrow:focus {
  color: #B8BE14;
}
.page-color-green .testimonial.theme-red .testimonial-container {
  background-color: #B8BE14;
  color: #000;
}
.page-color-green .testimonial.theme-red .testimonial-container cite {
  border-color: #EFEDC8;
  color: #404042;
}
.page-color-green .testimonial.theme-red .testimonial-container cite strong {
  color: #000;
}
.page-color-green .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
  color: #000;
}
.page-color-green .testimonial-stat .stat-container hr {
  background-color: #DFDD94;
}
.page-color-green .module.accordion dl dt i {
  color: #B8BE14;
}
.page-color-green .module.text-logo .item hr {
  background-color: #B8BE14;
}
.page-color-green .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
}
.page-color-green .module.image-cards .item > a:hover aside h3, .page-color-green .module.image-cards .item > a:focus aside h3 {
  color: #000;
}
.page-color-green .module.image-cards .item > a:hover aside .more, .page-color-green .module.image-cards .item > a:hover aside .more i, .page-color-green .module.image-cards .item > a:focus aside .more, .page-color-green .module.image-cards .item > a:focus aside .more i {
  color: #000;
}
.page-color-green .module.image-cards .item aside .more {
  color: #B8BE14;
}
.page-color-green .module.image-cards .item aside .more i {
  color: #B8BE14;
}
.page-color-green .module.image-cards-alt .item hr {
  background-color: #B8BE14;
}
.page-color-green .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #B8BE14;
}
.page-color-green .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #DFDD94;
}
.page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside {
  color: #404042;
}
.page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside h1, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside .h1, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside h2, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside .h2, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside h3, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside .h3, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside h4, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside .h4, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside h5, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside .h5, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside h6, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside .h6, .page-color-green .color-accent-cta.theme-red .color-accent-cta-container aside p a {
  color: #404042;
}
.page-color-green .module.featured-experts .icons a {
  color: #000;
}
.page-color-green .module.featured-experts .icons a:hover, .page-color-green .module.featured-experts .icons a:focus {
  color: #404042;
}
@media (min-width: 1080px) {
  .page-color-green .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
  }
  .page-color-green .module.featured-experts dl dt:hover .bottom i, .page-color-green .module.featured-experts dl dt:focus .bottom i {
    color: #000;
  }
  .page-color-green .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
  }
  .page-color-green .module.featured-experts dl dd .top .info {
    color: #000;
  }
  .page-color-green .module.featured-experts dl dd .top .info .tag {
    color: #000;
  }
  .page-color-green .module.featured-experts dl dd .top .bio {
    color: #000;
  }
  .page-color-green .module.featured-experts dl dd .top .bio h1, .page-color-green .module.featured-experts dl dd .top .bio .h1, .page-color-green .module.featured-experts dl dd .top .bio h2, .page-color-green .module.featured-experts dl dd .top .bio .h2, .page-color-green .module.featured-experts dl dd .top .bio h3, .page-color-green .module.featured-experts dl dd .top .bio .h3, .page-color-green .module.featured-experts dl dd .top .bio h4, .page-color-green .module.featured-experts dl dd .top .bio .h4, .page-color-green .module.featured-experts dl dd .top .bio h5, .page-color-green .module.featured-experts dl dd .top .bio .h5, .page-color-green .module.featured-experts dl dd .top .bio h6, .page-color-green .module.featured-experts dl dd .top .bio .h6, .page-color-green .module.featured-experts dl dd .top .bio p, .page-color-green .module.featured-experts dl dd .top .bio a {
    color: #000;
  }
  .page-color-green .module.featured-experts dl dd .bottom:before {
    background-color: #DFDD94;
  }
}
@media (max-width: 1079px) {
  .page-color-green .module.featured-experts dl dt:after {
    color: #B8BE14;
  }
  .page-color-green .module.featured-experts dl dd .icons a {
    color: #B8BE14;
  }
}
.page-color-green .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top right, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
}
.page-color-green .module.tabs .tabs-list .tab hr {
  background-color: #B8BE14;
}
.page-color-green .module.tabs .tabs-list .tab:hover, .page-color-green .module.tabs .tabs-list .tab:focus, .page-color-green .module.tabs .tabs-list .tab.on {
  color: #000;
}
.page-color-green .module.tabs .tabs-list .tab:hover hr, .page-color-green .module.tabs .tabs-list .tab:focus hr, .page-color-green .module.tabs .tabs-list .tab.on hr {
  background-color: #DFDD94;
}
.page-color-green .module.tabs .tabs-list .tab:hover .title, .page-color-green .module.tabs .tabs-list .tab:hover .description, .page-color-green .module.tabs .tabs-list .tab:hover i, .page-color-green .module.tabs .tabs-list .tab:focus .title, .page-color-green .module.tabs .tabs-list .tab:focus .description, .page-color-green .module.tabs .tabs-list .tab:focus i, .page-color-green .module.tabs .tabs-list .tab.on .title, .page-color-green .module.tabs .tabs-list .tab.on .description, .page-color-green .module.tabs .tabs-list .tab.on i {
  color: #000;
}
.page-color-green .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#B8BE14), color-stop(70%, #B8BE14), to(#CCCE5F));
  background: linear-gradient(to top, #B8BE14 0%, #B8BE14 70%, #CCCE5F 100%);
  color: #000;
}
.page-color-green .module.sbs-cta .cta.color--red article h2 {
  color: #000;
}
.page-color-green .module.sbs-cta .cta.color--red article hr {
  background-color: #DFDD94;
}
.page-color-green .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #000;
}
.page-color-green .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-green .offer.theme-red {
  background-color: #B8BE14;
}
.page-color-green .offer.theme-red .content {
  color: #000;
}
.page-color-green .offer.theme-red .content hr {
  background-color: #DFDD94;
}
.page-color-green .offer.theme-red .content .h4, .page-color-green .offer.theme-red .content h2 {
  color: #000;
}
.page-color-green .slick-dots li.slick-active button {
  background-color: #B8BE14;
  border-color: #B8BE14;
}
.page-color-green blockquote strong, .page-color-green blockquote cite {
  color: #B8BE14;
}

/*** Page Colors ***/
.page-color-green-75 h2, .page-color-green-75 .h2, .page-color-green-75 h5, .page-color-green-75 .h5 {
  color: #CCCE5F;
}
.page-color-green-75 a {
  color: #CCCE5F;
}
.page-color-green-75 .button.primary:after, .page-color-green-75 .button.primary-alt:after, .page-color-green-75 .button.red:after {
  background: url(../svg/btn-page-green-darky3b48z2g.svg) no-repeat right center/auto 100%;
  color: #404042;
}
.page-color-green-75 .button.primary:hover:after, .page-color-green-75 .button.primary:focus:after, .page-color-green-75 .button.primary-alt:hover:after, .page-color-green-75 .button.primary-alt:focus:after, .page-color-green-75 .button.red:hover:after, .page-color-green-75 .button.red:focus:after {
  background-image: url(../svg/btn-page-green-lighteij1wsl7.svg);
}
.page-color-green-75 .home-hero .inner .wrapper h1 i, .page-color-green-75 .home-hero .inner .wrapper .h1 i {
  color: #CCCE5F;
}
@media (min-width: 1920px) {
  .page-color-green-75 .home-hero .inner .wrapper h1 i, .page-color-green-75 .home-hero .inner .wrapper .h1 i {
    color: #CCCE5F;
  }
}
.page-color-green-75 .breadcrumbs a:hover, .page-color-green-75 .breadcrumbs a:focus {
  color: #CCCE5F;
}
.page-color-green-75 .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-green-75 .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #CCCE5F;
}
.page-color-green-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-green-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #CCCE5F;
}
.page-color-green-75 .module.standard-text .wrapper > ul > li::before {
  background-color: #CCCE5F;
}
.page-color-green-75 .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
}
.page-color-green-75 .quick-hit .content {
  color: #000;
}
.page-color-green-75 .quick-hit .content p a {
  color: #000;
}
.page-color-green-75 .quick-hit h2 {
  color: #000;
}
.page-color-green-75 .pathway-cards .item hr {
  background-color: #CCCE5F;
}
.page-color-green-75 .pathway-cards .item a:hover .more, .page-color-green-75 .pathway-cards .item a:hover .more i, .page-color-green-75 .pathway-cards .item a:focus .more, .page-color-green-75 .pathway-cards .item a:focus .more i {
  color: #CCCE5F;
}
.page-color-green-75 .module.pathway-list .items .item > * {
  border-top: solid 1px #CCCE5F;
}
.page-color-green-75 .module.pathway-list .items .item a:hover, .page-color-green-75 .module.pathway-list .items .item a:focus {
  color: #CCCE5F;
}
.page-color-green-75 .module.pathway-list .items .item a:hover i, .page-color-green-75 .module.pathway-list .items .item a:focus i {
  color: #CCCE5F;
}
@media (max-width: 575px) {
  .page-color-green-75 .module.pathway-list .items.collapse + .expand-text:hover, .page-color-green-75 .module.pathway-list .items.collapse + .expand-text:focus {
    color: #CCCE5F;
  }
  .page-color-green-75 .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-green-75 .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #CCCE5F;
  }
}
.page-color-green-75 .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #CCCE5F;
}
.page-color-green-75 .module.pathway-list-accordion .items .item a:hover, .page-color-green-75 .module.pathway-list-accordion .items .item a:focus {
  color: #CCCE5F;
}
.page-color-green-75 .module.pathway-list-accordion .items .item a:hover i, .page-color-green-75 .module.pathway-list-accordion .items .item a:focus i {
  color: #CCCE5F;
}
.page-color-green-75 .module.pathway-list-accordion h2 i {
  background-color: #CCCE5F;
}
.page-color-green-75 .featured-content article hr {
  background-color: #CCCE5F;
}
.page-color-green-75 .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
  color: #404042;
}
.page-color-green-75 .featured-content.color--dark article hr {
  background-color: #B8BE14;
}
.page-color-green-75 .featured-content.color--dark article h2 {
  color: #404042;
}
.page-color-green-75 .featured-content.color--dark article p a {
  color: #404042;
}
.page-color-green-75 .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-green-darky3b48z2g.svg);
  color: #404042;
}
.page-color-green-75 .featured-content.color--dark .button.primary-alt:hover:after, .page-color-green-75 .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-green-lighteij1wsl7.svg);
}
.page-color-green-75 .featured-content figure > a i {
  color: #CCCE5F;
}
.page-color-green-75 .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
  color: #000;
}
.page-color-green-75 .featured-content-stat .stat-container hr {
  background-color: #B8BE14;
}
.page-color-green-75 .featured-content-stat article .eyebrow {
  color: #CCCE5F;
}
.page-color-green-75 .featured-content-alt .links .item > * {
  border-top: solid 1px #CCCE5F;
}
.page-color-green-75 .featured-content-alt .links .item > * i {
  color: #CCCE5F;
}
.page-color-green-75 .featured-content-alt .links .item a:hover, .page-color-green-75 .featured-content-alt .links .item a:focus {
  color: #CCCE5F;
}
.page-color-green-75 .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
}
.page-color-green-75 .item-post .tag {
  color: #CCCE5F;
}
.page-color-green-75 .item-post .more i {
  color: #CCCE5F;
}
.page-color-green-75 .item-team aside i {
  color: #CCCE5F;
}
.page-color-green-75 .item-team .tag {
  color: #CCCE5F;
}
.page-color-green-75 .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
}
.page-color-green-75 .item-team .hover .bottom {
  border-top: solid 1px #EFEDC8;
  color: #000;
}
.page-color-green-75 .item-team .hover .short-bio {
  color: #000;
}
.page-color-green-75 .item-member::before {
  background-color: #CCCE5F;
}
.page-color-green-75 .item-member .top:before {
  background-color: #B8BE14;
}
.page-color-green-75 .item-member aside i {
  color: #CCCE5F;
}
.page-color-green-75 .item-member .tag {
  color: #CCCE5F;
}
.page-color-green-75 .item-member .icons a {
  text-decoration: none;
  color: #000;
}
.page-color-green-75 .item-member .icons a.icon-linkedin-full:hover, .page-color-green-75 .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-green-75 .item-member .icons a.icon-instagram-full:hover, .page-color-green-75 .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-green-75 .item-member:hover .top .short-bio, .page-color-green-75 .item-member:focus .top .short-bio {
  color: #000;
}
.page-color-green-75 .item-member:hover aside .name, .page-color-green-75 .item-member:hover aside .tag, .page-color-green-75 .item-member:hover aside i, .page-color-green-75 .item-member:focus aside .name, .page-color-green-75 .item-member:focus aside .tag, .page-color-green-75 .item-member:focus aside i {
  color: #000;
}
.page-color-green-75 .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
}
.page-color-green-75 .item-member .hover .bottom {
  border-top: solid 1px #B8BE14;
}
.page-color-green-75 .module.featured-projects .slick-arrow:hover, .page-color-green-75 .module.featured-projects .slick-arrow:focus {
  color: #CCCE5F;
}
.page-color-green-75 .module.featured-projects .item-post:hover .tag, .page-color-green-75 .module.featured-projects .item-post:hover h3, .page-color-green-75 .module.featured-projects .item-post:hover .more, .page-color-green-75 .module.featured-projects .item-post:hover .more i, .page-color-green-75 .module.featured-projects .item-post:focus .tag, .page-color-green-75 .module.featured-projects .item-post:focus h3, .page-color-green-75 .module.featured-projects .item-post:focus .more, .page-color-green-75 .module.featured-projects .item-post:focus .more i {
  color: #000;
}
.page-color-green-75 .module.featured-team .slick-arrow:hover, .page-color-green-75 .module.featured-team .slick-arrow:focus {
  color: #CCCE5F;
}
.page-color-green-75 .module.gallery .slick-arrow:hover, .page-color-green-75 .module.gallery .slick-arrow:focus {
  color: #CCCE5F;
}
.page-color-green-75 .testimonial.theme-red .testimonial-container {
  background-color: #CCCE5F;
  color: #000;
}
.page-color-green-75 .testimonial.theme-red .testimonial-container cite {
  border-color: #EFEDC8;
  color: #404042;
}
.page-color-green-75 .testimonial.theme-red .testimonial-container cite strong {
  color: #000;
}
.page-color-green-75 .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
  color: #000;
}
.page-color-green-75 .testimonial-stat .stat-container hr {
  background-color: #B8BE14;
}
.page-color-green-75 .module.accordion dl dt i {
  color: #CCCE5F;
}
.page-color-green-75 .module.text-logo .item hr {
  background-color: #CCCE5F;
}
.page-color-green-75 .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
}
.page-color-green-75 .module.image-cards .item > a:hover aside h3, .page-color-green-75 .module.image-cards .item > a:focus aside h3 {
  color: #000;
}
.page-color-green-75 .module.image-cards .item > a:hover aside .more, .page-color-green-75 .module.image-cards .item > a:hover aside .more i, .page-color-green-75 .module.image-cards .item > a:focus aside .more, .page-color-green-75 .module.image-cards .item > a:focus aside .more i {
  color: #000;
}
.page-color-green-75 .module.image-cards .item aside .more {
  color: #CCCE5F;
}
.page-color-green-75 .module.image-cards .item aside .more i {
  color: #CCCE5F;
}
.page-color-green-75 .module.image-cards-alt .item hr {
  background-color: #CCCE5F;
}
.page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #CCCE5F;
}
.page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #B8BE14;
}
.page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside {
  color: #404042;
}
.page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside h1, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h1, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside h2, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h2, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside h3, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h3, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside h4, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h4, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside h5, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h5, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside h6, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h6, .page-color-green-75 .color-accent-cta.theme-red .color-accent-cta-container aside p a {
  color: #404042;
}
.page-color-green-75 .module.featured-experts .icons a {
  color: #000;
}
.page-color-green-75 .module.featured-experts .icons a:hover, .page-color-green-75 .module.featured-experts .icons a:focus {
  color: #404042;
}
@media (min-width: 1080px) {
  .page-color-green-75 .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
  }
  .page-color-green-75 .module.featured-experts dl dt:hover .bottom i, .page-color-green-75 .module.featured-experts dl dt:focus .bottom i {
    color: #000;
  }
  .page-color-green-75 .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
  }
  .page-color-green-75 .module.featured-experts dl dd .top .info {
    color: #000;
  }
  .page-color-green-75 .module.featured-experts dl dd .top .info .tag {
    color: #000;
  }
  .page-color-green-75 .module.featured-experts dl dd .top .bio {
    color: #000;
  }
  .page-color-green-75 .module.featured-experts dl dd .top .bio h1, .page-color-green-75 .module.featured-experts dl dd .top .bio .h1, .page-color-green-75 .module.featured-experts dl dd .top .bio h2, .page-color-green-75 .module.featured-experts dl dd .top .bio .h2, .page-color-green-75 .module.featured-experts dl dd .top .bio h3, .page-color-green-75 .module.featured-experts dl dd .top .bio .h3, .page-color-green-75 .module.featured-experts dl dd .top .bio h4, .page-color-green-75 .module.featured-experts dl dd .top .bio .h4, .page-color-green-75 .module.featured-experts dl dd .top .bio h5, .page-color-green-75 .module.featured-experts dl dd .top .bio .h5, .page-color-green-75 .module.featured-experts dl dd .top .bio h6, .page-color-green-75 .module.featured-experts dl dd .top .bio .h6, .page-color-green-75 .module.featured-experts dl dd .top .bio p, .page-color-green-75 .module.featured-experts dl dd .top .bio a {
    color: #000;
  }
  .page-color-green-75 .module.featured-experts dl dd .bottom:before {
    background-color: #B8BE14;
  }
}
@media (max-width: 1079px) {
  .page-color-green-75 .module.featured-experts dl dt:after {
    color: #CCCE5F;
  }
  .page-color-green-75 .module.featured-experts dl dd .icons a {
    color: #CCCE5F;
  }
}
.page-color-green-75 .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top right, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
}
.page-color-green-75 .module.tabs .tabs-list .tab hr {
  background-color: #CCCE5F;
}
.page-color-green-75 .module.tabs .tabs-list .tab:hover, .page-color-green-75 .module.tabs .tabs-list .tab:focus, .page-color-green-75 .module.tabs .tabs-list .tab.on {
  color: #000;
}
.page-color-green-75 .module.tabs .tabs-list .tab:hover hr, .page-color-green-75 .module.tabs .tabs-list .tab:focus hr, .page-color-green-75 .module.tabs .tabs-list .tab.on hr {
  background-color: #B8BE14;
}
.page-color-green-75 .module.tabs .tabs-list .tab:hover .title, .page-color-green-75 .module.tabs .tabs-list .tab:hover .description, .page-color-green-75 .module.tabs .tabs-list .tab:hover i, .page-color-green-75 .module.tabs .tabs-list .tab:focus .title, .page-color-green-75 .module.tabs .tabs-list .tab:focus .description, .page-color-green-75 .module.tabs .tabs-list .tab:focus i, .page-color-green-75 .module.tabs .tabs-list .tab.on .title, .page-color-green-75 .module.tabs .tabs-list .tab.on .description, .page-color-green-75 .module.tabs .tabs-list .tab.on i {
  color: #000;
}
.page-color-green-75 .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#CCCE5F), color-stop(70%, #CCCE5F), to(#DFDD94));
  background: linear-gradient(to top, #CCCE5F 0%, #CCCE5F 70%, #DFDD94 100%);
  color: #000;
}
.page-color-green-75 .module.sbs-cta .cta.color--red article h2 {
  color: #000;
}
.page-color-green-75 .module.sbs-cta .cta.color--red article hr {
  background-color: #B8BE14;
}
.page-color-green-75 .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #000;
}
.page-color-green-75 .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-green-75 .offer.theme-red {
  background-color: #CCCE5F;
}
.page-color-green-75 .offer.theme-red .content {
  color: #000;
}
.page-color-green-75 .offer.theme-red .content hr {
  background-color: #B8BE14;
}
.page-color-green-75 .offer.theme-red .content .h4, .page-color-green-75 .offer.theme-red .content h2 {
  color: #000;
}
.page-color-green-75 .slick-dots li.slick-active button {
  background-color: #CCCE5F;
  border-color: #CCCE5F;
}
.page-color-green-75 blockquote strong, .page-color-green-75 blockquote cite {
  color: #CCCE5F;
}

/*** Page Colors ***/
.page-color-grey h2, .page-color-grey .h2, .page-color-grey h5, .page-color-grey .h5 {
  color: #2D2A2B;
}
.page-color-grey a {
  color: #2D2A2B;
}
.page-color-grey .button.primary:after, .page-color-grey .button.primary-alt:after, .page-color-grey .button.red:after {
  background: url(../svg/btn-page-greyzj7n6lvf.svg) no-repeat right center/auto 100%;
}
.page-color-grey .button.primary:hover:after, .page-color-grey .button.primary:focus:after, .page-color-grey .button.primary-alt:hover:after, .page-color-grey .button.primary-alt:focus:after, .page-color-grey .button.red:hover:after, .page-color-grey .button.red:focus:after {
  background-image: url(../svg/btn-page-grey-lightoa9m7tgf.svg);
}
.page-color-grey .home-hero .inner .wrapper h1 i, .page-color-grey .home-hero .inner .wrapper .h1 i {
  color: #2D2A2B;
}
@media (min-width: 1920px) {
  .page-color-grey .home-hero .inner .wrapper h1 i, .page-color-grey .home-hero .inner .wrapper .h1 i {
    color: #2D2A2B;
  }
}
.page-color-grey .breadcrumbs a:hover, .page-color-grey .breadcrumbs a:focus {
  color: #2D2A2B;
}
.page-color-grey .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-grey .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #2D2A2B;
}
.page-color-grey .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-grey .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #2D2A2B;
}
.page-color-grey .module.standard-text .wrapper > ul > li::before {
  background-color: #2D2A2B;
}
.page-color-grey .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .pathway-cards .item hr {
  background-color: #2D2A2B;
}
.page-color-grey .pathway-cards .item a:hover .more, .page-color-grey .pathway-cards .item a:hover .more i, .page-color-grey .pathway-cards .item a:focus .more, .page-color-grey .pathway-cards .item a:focus .more i {
  color: #2D2A2B;
}
.page-color-grey .module.pathway-list .items .item > * {
  border-top: solid 1px #2D2A2B;
}
.page-color-grey .module.pathway-list .items .item a:hover, .page-color-grey .module.pathway-list .items .item a:focus {
  color: #2D2A2B;
}
.page-color-grey .module.pathway-list .items .item a:hover i, .page-color-grey .module.pathway-list .items .item a:focus i {
  color: #2D2A2B;
}
@media (max-width: 575px) {
  .page-color-grey .module.pathway-list .items.collapse + .expand-text:hover, .page-color-grey .module.pathway-list .items.collapse + .expand-text:focus {
    color: #2D2A2B;
  }
  .page-color-grey .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-grey .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #2D2A2B;
  }
}
.page-color-grey .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #2D2A2B;
}
.page-color-grey .module.pathway-list-accordion .items .item a:hover, .page-color-grey .module.pathway-list-accordion .items .item a:focus {
  color: #2D2A2B;
}
.page-color-grey .module.pathway-list-accordion .items .item a:hover i, .page-color-grey .module.pathway-list-accordion .items .item a:focus i {
  color: #2D2A2B;
}
.page-color-grey .module.pathway-list-accordion h2 i {
  background-color: #2D2A2B;
}
.page-color-grey .featured-content article hr {
  background-color: #2D2A2B;
}
.page-color-grey .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .featured-content.color--dark article hr {
  background-color: #77787B;
}
.page-color-grey .featured-content.color--dark article p a {
  color: #fff;
}
.page-color-grey .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-greyzj7n6lvf.svg);
}
.page-color-grey .featured-content.color--dark .button.primary-alt:hover:after, .page-color-grey .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-grey-lightoa9m7tgf.svg);
}
.page-color-grey .featured-content figure > a i {
  color: #2D2A2B;
}
.page-color-grey .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .featured-content-stat .stat-container hr {
  background-color: #77787B;
}
.page-color-grey .featured-content-stat article .eyebrow {
  color: #2D2A2B;
}
.page-color-grey .featured-content-alt .links .item > * {
  border-top: solid 1px #2D2A2B;
}
.page-color-grey .featured-content-alt .links .item > * i {
  color: #2D2A2B;
}
.page-color-grey .featured-content-alt .links .item a:hover, .page-color-grey .featured-content-alt .links .item a:focus {
  color: #2D2A2B;
}
.page-color-grey .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .item-post .tag {
  color: #2D2A2B;
}
.page-color-grey .item-post .more i {
  color: #2D2A2B;
}
.page-color-grey .item-team aside i {
  color: #2D2A2B;
}
.page-color-grey .item-team .tag {
  color: #2D2A2B;
}
.page-color-grey .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .item-team .hover .bottom {
  border-top: solid 1px #515254;
}
.page-color-grey .item-member::before {
  background-color: #2D2A2B;
}
.page-color-grey .item-member .top:before {
  background-color: #2D2A2B;
}
.page-color-grey .item-member aside i {
  color: #2D2A2B;
}
.page-color-grey .item-member .tag {
  color: #2D2A2B;
}
.page-color-grey .item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.page-color-grey .item-member .icons a.icon-linkedin-full:hover, .page-color-grey .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-grey .item-member .icons a.icon-instagram-full:hover, .page-color-grey .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-grey .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .item-member .hover .bottom {
  border-top: solid 1px #515254;
}
.page-color-grey .module.featured-projects .slick-arrow:hover, .page-color-grey .module.featured-projects .slick-arrow:focus {
  color: #2D2A2B;
}
.page-color-grey .module.featured-team .slick-arrow:hover, .page-color-grey .module.featured-team .slick-arrow:focus {
  color: #2D2A2B;
}
.page-color-grey .module.gallery .slick-arrow:hover, .page-color-grey .module.gallery .slick-arrow:focus {
  color: #2D2A2B;
}
.page-color-grey .testimonial.theme-red .testimonial-container {
  background-color: #2D2A2B;
}
.page-color-grey .testimonial.theme-red .testimonial-container cite {
  border-color: #77787B;
  color: #77787B;
}
.page-color-grey .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .testimonial-stat .stat-container hr {
  background-color: #77787B;
}
.page-color-grey .module.accordion dl dt i {
  color: #2D2A2B;
}
.page-color-grey .module.text-logo .item hr {
  background-color: #2D2A2B;
}
.page-color-grey .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .module.image-cards .item aside .more {
  color: #2D2A2B;
}
.page-color-grey .module.image-cards .item aside .more i {
  color: #2D2A2B;
}
.page-color-grey .module.image-cards-alt .item hr {
  background-color: #2D2A2B;
}
.page-color-grey .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #2D2A2B;
}
.page-color-grey .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #77787B;
}
.page-color-grey .module.featured-experts .icons a:hover, .page-color-grey .module.featured-experts .icons a:focus {
  color: #77787B;
}
@media (min-width: 1080px) {
  .page-color-grey .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
  }
  .page-color-grey .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
  }
  .page-color-grey .module.featured-experts dl dd .bottom:before {
    background-color: #77787B;
  }
}
@media (max-width: 1079px) {
  .page-color-grey .module.featured-experts dl dt:after {
    color: #2D2A2B;
  }
  .page-color-grey .module.featured-experts dl dd .icons a {
    color: #2D2A2B;
  }
}
.page-color-grey .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top right, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .module.tabs .tabs-list .tab hr {
  background-color: #2D2A2B;
}
.page-color-grey .module.tabs .tabs-list .tab:hover hr, .page-color-grey .module.tabs .tabs-list .tab:focus hr, .page-color-grey .module.tabs .tabs-list .tab.on hr {
  background-color: #515254;
}
.page-color-grey .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#2D2A2B), color-stop(70%, #2D2A2B), to(#515254));
  background: linear-gradient(to top, #2D2A2B 0%, #2D2A2B 70%, #515254 100%);
}
.page-color-grey .module.sbs-cta .cta.color--red article hr {
  background-color: #515254;
}
.page-color-grey .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-grey .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-grey .offer.theme-red {
  background-color: #2D2A2B;
}
.page-color-grey .offer.theme-red .content hr {
  background-color: #515254;
}
.page-color-grey .slick-dots li.slick-active button {
  background-color: #2D2A2B;
  border-color: #2D2A2B;
}
.page-color-grey blockquote strong, .page-color-grey blockquote cite {
  color: #2D2A2B;
}

/*** Page Colors ***/
.page-color-orange h2, .page-color-orange .h2, .page-color-orange h5, .page-color-orange .h5 {
  color: #EC7700;
}
.page-color-orange a {
  color: #EC7700;
}
.page-color-orange .button.primary:after, .page-color-orange .button.primary-alt:after, .page-color-orange .button.red:after {
  background: url(../svg/btn-page-orangeu4s8v677.svg) no-repeat right center/auto 100%;
}
.page-color-orange .button.primary:hover:after, .page-color-orange .button.primary:focus:after, .page-color-orange .button.primary-alt:hover:after, .page-color-orange .button.primary-alt:focus:after, .page-color-orange .button.red:hover:after, .page-color-orange .button.red:focus:after {
  background-image: url(../svg/btn-page-orange-light52csmujn.svg);
}
.page-color-orange .home-hero .inner .wrapper h1 i, .page-color-orange .home-hero .inner .wrapper .h1 i {
  color: #EC7700;
}
@media (min-width: 1920px) {
  .page-color-orange .home-hero .inner .wrapper h1 i, .page-color-orange .home-hero .inner .wrapper .h1 i {
    color: #EC7700;
  }
}
.page-color-orange .breadcrumbs a:hover, .page-color-orange .breadcrumbs a:focus {
  color: #EC7700;
}
.page-color-orange .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-orange .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #EC7700;
}
.page-color-orange .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-orange .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #EC7700;
}
.page-color-orange .module.standard-text .wrapper > ul > li::before {
  background-color: #EC7700;
}
.page-color-orange .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .pathway-cards .item hr {
  background-color: #EC7700;
}
.page-color-orange .pathway-cards .item a:hover .more, .page-color-orange .pathway-cards .item a:hover .more i, .page-color-orange .pathway-cards .item a:focus .more, .page-color-orange .pathway-cards .item a:focus .more i {
  color: #EC7700;
}
.page-color-orange .module.pathway-list .items .item > * {
  border-top: solid 1px #EC7700;
}
.page-color-orange .module.pathway-list .items .item a:hover, .page-color-orange .module.pathway-list .items .item a:focus {
  color: #EC7700;
}
.page-color-orange .module.pathway-list .items .item a:hover i, .page-color-orange .module.pathway-list .items .item a:focus i {
  color: #EC7700;
}
@media (max-width: 575px) {
  .page-color-orange .module.pathway-list .items.collapse + .expand-text:hover, .page-color-orange .module.pathway-list .items.collapse + .expand-text:focus {
    color: #EC7700;
  }
  .page-color-orange .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-orange .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #EC7700;
  }
}
.page-color-orange .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #EC7700;
}
.page-color-orange .module.pathway-list-accordion .items .item a:hover, .page-color-orange .module.pathway-list-accordion .items .item a:focus {
  color: #EC7700;
}
.page-color-orange .module.pathway-list-accordion .items .item a:hover i, .page-color-orange .module.pathway-list-accordion .items .item a:focus i {
  color: #EC7700;
}
.page-color-orange .module.pathway-list-accordion h2 i {
  background-color: #EC7700;
}
.page-color-orange .featured-content article hr {
  background-color: #EC7700;
}
.page-color-orange .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .featured-content.color--dark article hr {
  background-color: #FBB985;
}
.page-color-orange .featured-content.color--dark article p a {
  color: #fff;
}
.page-color-orange .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-orangeu4s8v677.svg);
}
.page-color-orange .featured-content.color--dark .button.primary-alt:hover:after, .page-color-orange .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-orange-light52csmujn.svg);
}
.page-color-orange .featured-content figure > a i {
  color: #EC7700;
}
.page-color-orange .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .featured-content-stat .stat-container hr {
  background-color: #FBB985;
}
.page-color-orange .featured-content-stat article .eyebrow {
  color: #EC7700;
}
.page-color-orange .featured-content-alt .links .item > * {
  border-top: solid 1px #EC7700;
}
.page-color-orange .featured-content-alt .links .item > * i {
  color: #EC7700;
}
.page-color-orange .featured-content-alt .links .item a:hover, .page-color-orange .featured-content-alt .links .item a:focus {
  color: #EC7700;
}
.page-color-orange .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .item-post .tag {
  color: #EC7700;
}
.page-color-orange .item-post .more i {
  color: #EC7700;
}
.page-color-orange .item-team aside i {
  color: #EC7700;
}
.page-color-orange .item-team .tag {
  color: #EC7700;
}
.page-color-orange .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .item-team .hover .bottom {
  border-top: solid 1px #F89A4D;
}
.page-color-orange .item-member::before {
  background-color: #EC7700;
}
.page-color-orange .item-member .top:before {
  background-color: #EC7700;
}
.page-color-orange .item-member aside i {
  color: #EC7700;
}
.page-color-orange .item-member .tag {
  color: #EC7700;
}
.page-color-orange .item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.page-color-orange .item-member .icons a.icon-linkedin-full:hover, .page-color-orange .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-orange .item-member .icons a.icon-instagram-full:hover, .page-color-orange .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-orange .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .item-member .hover .bottom {
  border-top: solid 1px #F89A4D;
}
.page-color-orange .module.featured-projects .slick-arrow:hover, .page-color-orange .module.featured-projects .slick-arrow:focus {
  color: #EC7700;
}
.page-color-orange .module.featured-team .slick-arrow:hover, .page-color-orange .module.featured-team .slick-arrow:focus {
  color: #EC7700;
}
.page-color-orange .module.gallery .slick-arrow:hover, .page-color-orange .module.gallery .slick-arrow:focus {
  color: #EC7700;
}
.page-color-orange .testimonial.theme-red .testimonial-container {
  background-color: #EC7700;
}
.page-color-orange .testimonial.theme-red .testimonial-container cite {
  border-color: #FBB985;
  color: #FBB985;
}
.page-color-orange .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .testimonial-stat .stat-container hr {
  background-color: #FBB985;
}
.page-color-orange .module.accordion dl dt i {
  color: #EC7700;
}
.page-color-orange .module.text-logo .item hr {
  background-color: #EC7700;
}
.page-color-orange .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .module.image-cards .item aside .more {
  color: #EC7700;
}
.page-color-orange .module.image-cards .item aside .more i {
  color: #EC7700;
}
.page-color-orange .module.image-cards-alt .item hr {
  background-color: #EC7700;
}
.page-color-orange .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #EC7700;
}
.page-color-orange .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #FBB985;
}
.page-color-orange .module.featured-experts .icons a:hover, .page-color-orange .module.featured-experts .icons a:focus {
  color: #FBB985;
}
@media (min-width: 1080px) {
  .page-color-orange .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
  }
  .page-color-orange .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
  }
  .page-color-orange .module.featured-experts dl dd .bottom:before {
    background-color: #FBB985;
  }
}
@media (max-width: 1079px) {
  .page-color-orange .module.featured-experts dl dt:after {
    color: #EC7700;
  }
  .page-color-orange .module.featured-experts dl dd .icons a {
    color: #EC7700;
  }
}
.page-color-orange .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top right, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .module.tabs .tabs-list .tab hr {
  background-color: #EC7700;
}
.page-color-orange .module.tabs .tabs-list .tab:hover hr, .page-color-orange .module.tabs .tabs-list .tab:focus hr, .page-color-orange .module.tabs .tabs-list .tab.on hr {
  background-color: #F89A4D;
}
.page-color-orange .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#EC7700), color-stop(70%, #EC7700), to(#F89A4D));
  background: linear-gradient(to top, #EC7700 0%, #EC7700 70%, #F89A4D 100%);
}
.page-color-orange .module.sbs-cta .cta.color--red article hr {
  background-color: #F89A4D;
}
.page-color-orange .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-orange .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-orange .offer.theme-red {
  background-color: #EC7700;
}
.page-color-orange .offer.theme-red .content hr {
  background-color: #F89A4D;
}
.page-color-orange .slick-dots li.slick-active button {
  background-color: #EC7700;
  border-color: #EC7700;
}
.page-color-orange blockquote strong, .page-color-orange blockquote cite {
  color: #EC7700;
}

/*** Page Colors ***/
.page-color-orange-75 h2, .page-color-orange-75 .h2, .page-color-orange-75 h5, .page-color-orange-75 .h5 {
  color: #F89A4D;
}
.page-color-orange-75 a {
  color: #F89A4D;
}
.page-color-orange-75 .button.primary:after, .page-color-orange-75 .button.primary-alt:after, .page-color-orange-75 .button.red:after {
  background: url(../svg/btn-page-orange-darkxgs4hsaf.svg) no-repeat right center/auto 100%;
}
.page-color-orange-75 .button.primary:hover:after, .page-color-orange-75 .button.primary:focus:after, .page-color-orange-75 .button.primary-alt:hover:after, .page-color-orange-75 .button.primary-alt:focus:after, .page-color-orange-75 .button.red:hover:after, .page-color-orange-75 .button.red:focus:after {
  background-image: url(../svg/btn-page-orange-light52csmujn.svg);
  color: #404042;
}
.page-color-orange-75 .home-hero .inner .wrapper h1 i, .page-color-orange-75 .home-hero .inner .wrapper .h1 i {
  color: #F89A4D;
}
@media (min-width: 1920px) {
  .page-color-orange-75 .home-hero .inner .wrapper h1 i, .page-color-orange-75 .home-hero .inner .wrapper .h1 i {
    color: #F89A4D;
  }
}
.page-color-orange-75 .breadcrumbs a:hover, .page-color-orange-75 .breadcrumbs a:focus {
  color: #F89A4D;
}
.page-color-orange-75 .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-orange-75 .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #F89A4D;
}
.page-color-orange-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-orange-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #F89A4D;
}
.page-color-orange-75 .module.standard-text .wrapper > ul > li::before {
  background-color: #F89A4D;
}
.page-color-orange-75 .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
}
.page-color-orange-75 .quick-hit .content {
  color: #000;
}
.page-color-orange-75 .quick-hit .content p a {
  color: #000;
}
.page-color-orange-75 .quick-hit h2 {
  color: #000;
}
.page-color-orange-75 .pathway-cards .item hr {
  background-color: #F89A4D;
}
.page-color-orange-75 .pathway-cards .item a:hover .more, .page-color-orange-75 .pathway-cards .item a:hover .more i, .page-color-orange-75 .pathway-cards .item a:focus .more, .page-color-orange-75 .pathway-cards .item a:focus .more i {
  color: #F89A4D;
}
.page-color-orange-75 .module.pathway-list .items .item > * {
  border-top: solid 1px #F89A4D;
}
.page-color-orange-75 .module.pathway-list .items .item a:hover, .page-color-orange-75 .module.pathway-list .items .item a:focus {
  color: #F89A4D;
}
.page-color-orange-75 .module.pathway-list .items .item a:hover i, .page-color-orange-75 .module.pathway-list .items .item a:focus i {
  color: #F89A4D;
}
@media (max-width: 575px) {
  .page-color-orange-75 .module.pathway-list .items.collapse + .expand-text:hover, .page-color-orange-75 .module.pathway-list .items.collapse + .expand-text:focus {
    color: #F89A4D;
  }
  .page-color-orange-75 .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-orange-75 .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #F89A4D;
  }
}
.page-color-orange-75 .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #F89A4D;
}
.page-color-orange-75 .module.pathway-list-accordion .items .item a:hover, .page-color-orange-75 .module.pathway-list-accordion .items .item a:focus {
  color: #F89A4D;
}
.page-color-orange-75 .module.pathway-list-accordion .items .item a:hover i, .page-color-orange-75 .module.pathway-list-accordion .items .item a:focus i {
  color: #F89A4D;
}
.page-color-orange-75 .module.pathway-list-accordion h2 i {
  background-color: #F89A4D;
}
.page-color-orange-75 .featured-content article hr {
  background-color: #F89A4D;
}
.page-color-orange-75 .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
  color: #404042;
}
.page-color-orange-75 .featured-content.color--dark article hr {
  background-color: #EC7700;
}
.page-color-orange-75 .featured-content.color--dark article h2 {
  color: #404042;
}
.page-color-orange-75 .featured-content.color--dark article p a {
  color: #404042;
}
.page-color-orange-75 .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-orange-darkxgs4hsaf.svg);
}
.page-color-orange-75 .featured-content.color--dark .button.primary-alt:hover:after, .page-color-orange-75 .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-orange-light52csmujn.svg);
  color: #404042;
}
.page-color-orange-75 .featured-content figure > a i {
  color: #F89A4D;
}
.page-color-orange-75 .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
  color: #000;
}
.page-color-orange-75 .featured-content-stat .stat-container hr {
  background-color: #EC7700;
}
.page-color-orange-75 .featured-content-stat article .eyebrow {
  color: #F89A4D;
}
.page-color-orange-75 .featured-content-alt .links .item > * {
  border-top: solid 1px #F89A4D;
}
.page-color-orange-75 .featured-content-alt .links .item > * i {
  color: #F89A4D;
}
.page-color-orange-75 .featured-content-alt .links .item a:hover, .page-color-orange-75 .featured-content-alt .links .item a:focus {
  color: #F89A4D;
}
.page-color-orange-75 .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
}
.page-color-orange-75 .item-post .tag {
  color: #F89A4D;
}
.page-color-orange-75 .item-post .more i {
  color: #F89A4D;
}
.page-color-orange-75 .item-team aside i {
  color: #F89A4D;
}
.page-color-orange-75 .item-team .tag {
  color: #F89A4D;
}
.page-color-orange-75 .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
}
.page-color-orange-75 .item-team .hover .bottom {
  border-top: solid 1px #FEDAC1;
  color: #000;
}
.page-color-orange-75 .item-team .hover .short-bio {
  color: #000;
}
.page-color-orange-75 .item-member::before {
  background-color: #F89A4D;
}
.page-color-orange-75 .item-member .top:before {
  background-color: #EC7700;
}
.page-color-orange-75 .item-member aside i {
  color: #F89A4D;
}
.page-color-orange-75 .item-member .tag {
  color: #F89A4D;
}
.page-color-orange-75 .item-member .icons a {
  text-decoration: none;
  color: #000;
}
.page-color-orange-75 .item-member .icons a.icon-linkedin-full:hover, .page-color-orange-75 .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-orange-75 .item-member .icons a.icon-instagram-full:hover, .page-color-orange-75 .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-orange-75 .item-member:hover .top .short-bio, .page-color-orange-75 .item-member:focus .top .short-bio {
  color: #000;
}
.page-color-orange-75 .item-member:hover aside .name, .page-color-orange-75 .item-member:hover aside .tag, .page-color-orange-75 .item-member:hover aside i, .page-color-orange-75 .item-member:focus aside .name, .page-color-orange-75 .item-member:focus aside .tag, .page-color-orange-75 .item-member:focus aside i {
  color: #000;
}
.page-color-orange-75 .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
}
.page-color-orange-75 .item-member .hover .bottom {
  border-top: solid 1px #EC7700;
}
.page-color-orange-75 .module.featured-projects .slick-arrow:hover, .page-color-orange-75 .module.featured-projects .slick-arrow:focus {
  color: #F89A4D;
}
.page-color-orange-75 .module.featured-projects .item-post:hover .tag, .page-color-orange-75 .module.featured-projects .item-post:hover h3, .page-color-orange-75 .module.featured-projects .item-post:hover .more, .page-color-orange-75 .module.featured-projects .item-post:hover .more i, .page-color-orange-75 .module.featured-projects .item-post:focus .tag, .page-color-orange-75 .module.featured-projects .item-post:focus h3, .page-color-orange-75 .module.featured-projects .item-post:focus .more, .page-color-orange-75 .module.featured-projects .item-post:focus .more i {
  color: #000;
}
.page-color-orange-75 .module.featured-team .slick-arrow:hover, .page-color-orange-75 .module.featured-team .slick-arrow:focus {
  color: #F89A4D;
}
.page-color-orange-75 .module.gallery .slick-arrow:hover, .page-color-orange-75 .module.gallery .slick-arrow:focus {
  color: #F89A4D;
}
.page-color-orange-75 .testimonial.theme-red .testimonial-container {
  background-color: #F89A4D;
  color: #000;
}
.page-color-orange-75 .testimonial.theme-red .testimonial-container cite {
  border-color: #FEDAC1;
  color: #404042;
}
.page-color-orange-75 .testimonial.theme-red .testimonial-container cite strong {
  color: #000;
}
.page-color-orange-75 .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
  color: #000;
}
.page-color-orange-75 .testimonial-stat .stat-container hr {
  background-color: #EC7700;
}
.page-color-orange-75 .module.accordion dl dt i {
  color: #F89A4D;
}
.page-color-orange-75 .module.text-logo .item hr {
  background-color: #F89A4D;
}
.page-color-orange-75 .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
}
.page-color-orange-75 .module.image-cards .item > a:hover aside h3, .page-color-orange-75 .module.image-cards .item > a:focus aside h3 {
  color: #000;
}
.page-color-orange-75 .module.image-cards .item > a:hover aside .more, .page-color-orange-75 .module.image-cards .item > a:hover aside .more i, .page-color-orange-75 .module.image-cards .item > a:focus aside .more, .page-color-orange-75 .module.image-cards .item > a:focus aside .more i {
  color: #000;
}
.page-color-orange-75 .module.image-cards .item aside .more {
  color: #F89A4D;
}
.page-color-orange-75 .module.image-cards .item aside .more i {
  color: #F89A4D;
}
.page-color-orange-75 .module.image-cards-alt .item hr {
  background-color: #F89A4D;
}
.page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #F89A4D;
}
.page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #EC7700;
}
.page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside {
  color: #404042;
}
.page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside h1, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h1, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside h2, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h2, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside h3, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h3, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside h4, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h4, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside h5, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h5, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside h6, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h6, .page-color-orange-75 .color-accent-cta.theme-red .color-accent-cta-container aside p a {
  color: #404042;
}
.page-color-orange-75 .module.featured-experts .icons a {
  color: #000;
}
.page-color-orange-75 .module.featured-experts .icons a:hover, .page-color-orange-75 .module.featured-experts .icons a:focus {
  color: #404042;
}
@media (min-width: 1080px) {
  .page-color-orange-75 .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
  }
  .page-color-orange-75 .module.featured-experts dl dt:hover .bottom i, .page-color-orange-75 .module.featured-experts dl dt:focus .bottom i {
    color: #000;
  }
  .page-color-orange-75 .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
  }
  .page-color-orange-75 .module.featured-experts dl dd .top .info {
    color: #000;
  }
  .page-color-orange-75 .module.featured-experts dl dd .top .info .tag {
    color: #000;
  }
  .page-color-orange-75 .module.featured-experts dl dd .top .bio {
    color: #000;
  }
  .page-color-orange-75 .module.featured-experts dl dd .top .bio h1, .page-color-orange-75 .module.featured-experts dl dd .top .bio .h1, .page-color-orange-75 .module.featured-experts dl dd .top .bio h2, .page-color-orange-75 .module.featured-experts dl dd .top .bio .h2, .page-color-orange-75 .module.featured-experts dl dd .top .bio h3, .page-color-orange-75 .module.featured-experts dl dd .top .bio .h3, .page-color-orange-75 .module.featured-experts dl dd .top .bio h4, .page-color-orange-75 .module.featured-experts dl dd .top .bio .h4, .page-color-orange-75 .module.featured-experts dl dd .top .bio h5, .page-color-orange-75 .module.featured-experts dl dd .top .bio .h5, .page-color-orange-75 .module.featured-experts dl dd .top .bio h6, .page-color-orange-75 .module.featured-experts dl dd .top .bio .h6, .page-color-orange-75 .module.featured-experts dl dd .top .bio p, .page-color-orange-75 .module.featured-experts dl dd .top .bio a {
    color: #000;
  }
  .page-color-orange-75 .module.featured-experts dl dd .bottom:before {
    background-color: #EC7700;
  }
}
@media (max-width: 1079px) {
  .page-color-orange-75 .module.featured-experts dl dt:after {
    color: #F89A4D;
  }
  .page-color-orange-75 .module.featured-experts dl dd .icons a {
    color: #F89A4D;
  }
}
.page-color-orange-75 .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top right, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
}
.page-color-orange-75 .module.tabs .tabs-list .tab hr {
  background-color: #F89A4D;
}
.page-color-orange-75 .module.tabs .tabs-list .tab:hover, .page-color-orange-75 .module.tabs .tabs-list .tab:focus, .page-color-orange-75 .module.tabs .tabs-list .tab.on {
  color: #000;
}
.page-color-orange-75 .module.tabs .tabs-list .tab:hover hr, .page-color-orange-75 .module.tabs .tabs-list .tab:focus hr, .page-color-orange-75 .module.tabs .tabs-list .tab.on hr {
  background-color: #EC7700;
}
.page-color-orange-75 .module.tabs .tabs-list .tab:hover .title, .page-color-orange-75 .module.tabs .tabs-list .tab:hover .description, .page-color-orange-75 .module.tabs .tabs-list .tab:hover i, .page-color-orange-75 .module.tabs .tabs-list .tab:focus .title, .page-color-orange-75 .module.tabs .tabs-list .tab:focus .description, .page-color-orange-75 .module.tabs .tabs-list .tab:focus i, .page-color-orange-75 .module.tabs .tabs-list .tab.on .title, .page-color-orange-75 .module.tabs .tabs-list .tab.on .description, .page-color-orange-75 .module.tabs .tabs-list .tab.on i {
  color: #000;
}
.page-color-orange-75 .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#F89A4D), color-stop(70%, #F89A4D), to(#FBB985));
  background: linear-gradient(to top, #F89A4D 0%, #F89A4D 70%, #FBB985 100%);
  color: #000;
}
.page-color-orange-75 .module.sbs-cta .cta.color--red article h2 {
  color: #000;
}
.page-color-orange-75 .module.sbs-cta .cta.color--red article hr {
  background-color: #EC7700;
}
.page-color-orange-75 .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #000;
}
.page-color-orange-75 .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-orange-75 .offer.theme-red {
  background-color: #F89A4D;
}
.page-color-orange-75 .offer.theme-red .content {
  color: #000;
}
.page-color-orange-75 .offer.theme-red .content hr {
  background-color: #EC7700;
}
.page-color-orange-75 .offer.theme-red .content .h4, .page-color-orange-75 .offer.theme-red .content h2 {
  color: #000;
}
.page-color-orange-75 .slick-dots li.slick-active button {
  background-color: #F89A4D;
  border-color: #F89A4D;
}
.page-color-orange-75 blockquote strong, .page-color-orange-75 blockquote cite {
  color: #F89A4D;
}

/*** Page Colors ***/
.page-color-purple h2, .page-color-purple .h2, .page-color-purple h5, .page-color-purple .h5 {
  color: #592C82;
}
.page-color-purple a {
  color: #592C82;
}
.page-color-purple .button.primary:after, .page-color-purple .button.primary-alt:after, .page-color-purple .button.red:after {
  background: url(../svg/btn-page-purplevvk2zcmo.svg) no-repeat right center/auto 100%;
}
.page-color-purple .button.primary:hover:after, .page-color-purple .button.primary:focus:after, .page-color-purple .button.primary-alt:hover:after, .page-color-purple .button.primary-alt:focus:after, .page-color-purple .button.red:hover:after, .page-color-purple .button.red:focus:after {
  background-image: url(../svg/btn-page-purple-light7eama5xh.svg);
}
.page-color-purple .home-hero .inner .wrapper h1 i, .page-color-purple .home-hero .inner .wrapper .h1 i {
  color: #592C82;
}
@media (min-width: 1920px) {
  .page-color-purple .home-hero .inner .wrapper h1 i, .page-color-purple .home-hero .inner .wrapper .h1 i {
    color: #592C82;
  }
}
.page-color-purple .breadcrumbs a:hover, .page-color-purple .breadcrumbs a:focus {
  color: #592C82;
}
.page-color-purple .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-purple .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #592C82;
}
.page-color-purple .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-purple .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #592C82;
}
.page-color-purple .module.standard-text .wrapper > ul > li::before {
  background-color: #592C82;
}
.page-color-purple .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .pathway-cards .item hr {
  background-color: #592C82;
}
.page-color-purple .pathway-cards .item a:hover .more, .page-color-purple .pathway-cards .item a:hover .more i, .page-color-purple .pathway-cards .item a:focus .more, .page-color-purple .pathway-cards .item a:focus .more i {
  color: #592C82;
}
.page-color-purple .module.pathway-list .items .item > * {
  border-top: solid 1px #592C82;
}
.page-color-purple .module.pathway-list .items .item a:hover, .page-color-purple .module.pathway-list .items .item a:focus {
  color: #592C82;
}
.page-color-purple .module.pathway-list .items .item a:hover i, .page-color-purple .module.pathway-list .items .item a:focus i {
  color: #592C82;
}
@media (max-width: 575px) {
  .page-color-purple .module.pathway-list .items.collapse + .expand-text:hover, .page-color-purple .module.pathway-list .items.collapse + .expand-text:focus {
    color: #592C82;
  }
  .page-color-purple .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-purple .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #592C82;
  }
}
.page-color-purple .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #592C82;
}
.page-color-purple .module.pathway-list-accordion .items .item a:hover, .page-color-purple .module.pathway-list-accordion .items .item a:focus {
  color: #592C82;
}
.page-color-purple .module.pathway-list-accordion .items .item a:hover i, .page-color-purple .module.pathway-list-accordion .items .item a:focus i {
  color: #592C82;
}
.page-color-purple .module.pathway-list-accordion h2 i {
  background-color: #592C82;
}
.page-color-purple .featured-content article hr {
  background-color: #592C82;
}
.page-color-purple .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .featured-content.color--dark article hr {
  background-color: #AB90BE;
}
.page-color-purple .featured-content.color--dark article p a {
  color: #fff;
}
.page-color-purple .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-purplevvk2zcmo.svg);
}
.page-color-purple .featured-content.color--dark .button.primary-alt:hover:after, .page-color-purple .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-purple-light7eama5xh.svg);
}
.page-color-purple .featured-content figure > a i {
  color: #592C82;
}
.page-color-purple .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .featured-content-stat .stat-container hr {
  background-color: #AB90BE;
}
.page-color-purple .featured-content-stat article .eyebrow {
  color: #592C82;
}
.page-color-purple .featured-content-alt .links .item > * {
  border-top: solid 1px #592C82;
}
.page-color-purple .featured-content-alt .links .item > * i {
  color: #592C82;
}
.page-color-purple .featured-content-alt .links .item a:hover, .page-color-purple .featured-content-alt .links .item a:focus {
  color: #592C82;
}
.page-color-purple .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .item-post .tag {
  color: #592C82;
}
.page-color-purple .item-post .more i {
  color: #592C82;
}
.page-color-purple .item-team aside i {
  color: #592C82;
}
.page-color-purple .item-team .tag {
  color: #592C82;
}
.page-color-purple .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .item-team .hover .bottom {
  border-top: solid 1px #835EA0;
}
.page-color-purple .item-member::before {
  background-color: #592C82;
}
.page-color-purple .item-member .top:before {
  background-color: #592C82;
}
.page-color-purple .item-member aside i {
  color: #592C82;
}
.page-color-purple .item-member .tag {
  color: #592C82;
}
.page-color-purple .item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.page-color-purple .item-member .icons a.icon-linkedin-full:hover, .page-color-purple .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-purple .item-member .icons a.icon-instagram-full:hover, .page-color-purple .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-purple .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .item-member .hover .bottom {
  border-top: solid 1px #835EA0;
}
.page-color-purple .module.featured-projects .slick-arrow:hover, .page-color-purple .module.featured-projects .slick-arrow:focus {
  color: #592C82;
}
.page-color-purple .module.featured-team .slick-arrow:hover, .page-color-purple .module.featured-team .slick-arrow:focus {
  color: #592C82;
}
.page-color-purple .module.gallery .slick-arrow:hover, .page-color-purple .module.gallery .slick-arrow:focus {
  color: #592C82;
}
.page-color-purple .testimonial.theme-red .testimonial-container {
  background-color: #592C82;
}
.page-color-purple .testimonial.theme-red .testimonial-container cite {
  border-color: #AB90BE;
  color: #AB90BE;
}
.page-color-purple .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .testimonial-stat .stat-container hr {
  background-color: #AB90BE;
}
.page-color-purple .module.accordion dl dt i {
  color: #592C82;
}
.page-color-purple .module.text-logo .item hr {
  background-color: #592C82;
}
.page-color-purple .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .module.image-cards .item aside .more {
  color: #592C82;
}
.page-color-purple .module.image-cards .item aside .more i {
  color: #592C82;
}
.page-color-purple .module.image-cards-alt .item hr {
  background-color: #592C82;
}
.page-color-purple .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #592C82;
}
.page-color-purple .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #AB90BE;
}
.page-color-purple .module.featured-experts .icons a:hover, .page-color-purple .module.featured-experts .icons a:focus {
  color: #AB90BE;
}
@media (min-width: 1080px) {
  .page-color-purple .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #592C82 0%, #592C82 70%, #835EA0 100%);
  }
  .page-color-purple .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #592C82 0%, #592C82 70%, #835EA0 100%);
  }
  .page-color-purple .module.featured-experts dl dd .bottom:before {
    background-color: #AB90BE;
  }
}
@media (max-width: 1079px) {
  .page-color-purple .module.featured-experts dl dt:after {
    color: #592C82;
  }
  .page-color-purple .module.featured-experts dl dd .icons a {
    color: #592C82;
  }
}
.page-color-purple .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top right, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .module.tabs .tabs-list .tab hr {
  background-color: #592C82;
}
.page-color-purple .module.tabs .tabs-list .tab:hover hr, .page-color-purple .module.tabs .tabs-list .tab:focus hr, .page-color-purple .module.tabs .tabs-list .tab.on hr {
  background-color: #835EA0;
}
.page-color-purple .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#592C82), color-stop(70%, #592C82), to(#835EA0));
  background: linear-gradient(to top, #592C82 0%, #592C82 70%, #835EA0 100%);
}
.page-color-purple .module.sbs-cta .cta.color--red article hr {
  background-color: #835EA0;
}
.page-color-purple .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-purple .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-purple .offer.theme-red {
  background-color: #592C82;
}
.page-color-purple .offer.theme-red .content hr {
  background-color: #835EA0;
}
.page-color-purple .slick-dots li.slick-active button {
  background-color: #592C82;
  border-color: #592C82;
}
.page-color-purple blockquote strong, .page-color-purple blockquote cite {
  color: #592C82;
}

/*** Page Colors ***/
.page-color-purple-75 h2, .page-color-purple-75 .h2, .page-color-purple-75 h5, .page-color-purple-75 .h5 {
  color: #835EA0;
}
.page-color-purple-75 a {
  color: #835EA0;
}
.page-color-purple-75 .button.primary:after, .page-color-purple-75 .button.primary-alt:after, .page-color-purple-75 .button.red:after {
  background: url(../svg/btn-page-purple-darkvfuc703a.svg) no-repeat right center/auto 100%;
}
.page-color-purple-75 .button.primary:hover:after, .page-color-purple-75 .button.primary:focus:after, .page-color-purple-75 .button.primary-alt:hover:after, .page-color-purple-75 .button.primary-alt:focus:after, .page-color-purple-75 .button.red:hover:after, .page-color-purple-75 .button.red:focus:after {
  background-image: url(../svg/btn-page-purple-light7eama5xh.svg);
}
.page-color-purple-75 .home-hero .inner .wrapper h1 i, .page-color-purple-75 .home-hero .inner .wrapper .h1 i {
  color: #835EA0;
}
@media (min-width: 1920px) {
  .page-color-purple-75 .home-hero .inner .wrapper h1 i, .page-color-purple-75 .home-hero .inner .wrapper .h1 i {
    color: #835EA0;
  }
}
.page-color-purple-75 .breadcrumbs a:hover, .page-color-purple-75 .breadcrumbs a:focus {
  color: #835EA0;
}
.page-color-purple-75 .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-purple-75 .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #835EA0;
}
.page-color-purple-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-purple-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #835EA0;
}
.page-color-purple-75 .module.standard-text .wrapper > ul > li::before {
  background-color: #835EA0;
}
.page-color-purple-75 .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .pathway-cards .item hr {
  background-color: #835EA0;
}
.page-color-purple-75 .pathway-cards .item a:hover .more, .page-color-purple-75 .pathway-cards .item a:hover .more i, .page-color-purple-75 .pathway-cards .item a:focus .more, .page-color-purple-75 .pathway-cards .item a:focus .more i {
  color: #835EA0;
}
.page-color-purple-75 .module.pathway-list .items .item > * {
  border-top: solid 1px #835EA0;
}
.page-color-purple-75 .module.pathway-list .items .item a:hover, .page-color-purple-75 .module.pathway-list .items .item a:focus {
  color: #835EA0;
}
.page-color-purple-75 .module.pathway-list .items .item a:hover i, .page-color-purple-75 .module.pathway-list .items .item a:focus i {
  color: #835EA0;
}
@media (max-width: 575px) {
  .page-color-purple-75 .module.pathway-list .items.collapse + .expand-text:hover, .page-color-purple-75 .module.pathway-list .items.collapse + .expand-text:focus {
    color: #835EA0;
  }
  .page-color-purple-75 .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-purple-75 .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #835EA0;
  }
}
.page-color-purple-75 .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #835EA0;
}
.page-color-purple-75 .module.pathway-list-accordion .items .item a:hover, .page-color-purple-75 .module.pathway-list-accordion .items .item a:focus {
  color: #835EA0;
}
.page-color-purple-75 .module.pathway-list-accordion .items .item a:hover i, .page-color-purple-75 .module.pathway-list-accordion .items .item a:focus i {
  color: #835EA0;
}
.page-color-purple-75 .module.pathway-list-accordion h2 i {
  background-color: #835EA0;
}
.page-color-purple-75 .featured-content article hr {
  background-color: #835EA0;
}
.page-color-purple-75 .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .featured-content.color--dark article hr {
  background-color: #D4C5DD;
}
.page-color-purple-75 .featured-content.color--dark article p a {
  color: #fff;
}
.page-color-purple-75 .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-purple-darkvfuc703a.svg);
}
.page-color-purple-75 .featured-content.color--dark .button.primary-alt:hover:after, .page-color-purple-75 .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-purple-light7eama5xh.svg);
}
.page-color-purple-75 .featured-content figure > a i {
  color: #835EA0;
}
.page-color-purple-75 .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .featured-content-stat .stat-container hr {
  background-color: #D4C5DD;
}
.page-color-purple-75 .featured-content-stat article .eyebrow {
  color: #835EA0;
}
.page-color-purple-75 .featured-content-alt .links .item > * {
  border-top: solid 1px #835EA0;
}
.page-color-purple-75 .featured-content-alt .links .item > * i {
  color: #835EA0;
}
.page-color-purple-75 .featured-content-alt .links .item a:hover, .page-color-purple-75 .featured-content-alt .links .item a:focus {
  color: #835EA0;
}
.page-color-purple-75 .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .item-post .tag {
  color: #835EA0;
}
.page-color-purple-75 .item-post .more i {
  color: #835EA0;
}
.page-color-purple-75 .item-team aside i {
  color: #835EA0;
}
.page-color-purple-75 .item-team .tag {
  color: #835EA0;
}
.page-color-purple-75 .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .item-team .hover .bottom {
  border-top: solid 1px #AB90BE;
}
.page-color-purple-75 .item-member::before {
  background-color: #835EA0;
}
.page-color-purple-75 .item-member .top:before {
  background-color: #835EA0;
}
.page-color-purple-75 .item-member aside i {
  color: #835EA0;
}
.page-color-purple-75 .item-member .tag {
  color: #835EA0;
}
.page-color-purple-75 .item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.page-color-purple-75 .item-member .icons a.icon-linkedin-full:hover, .page-color-purple-75 .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-purple-75 .item-member .icons a.icon-instagram-full:hover, .page-color-purple-75 .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-purple-75 .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .item-member .hover .bottom {
  border-top: solid 1px #AB90BE;
}
.page-color-purple-75 .module.featured-projects .slick-arrow:hover, .page-color-purple-75 .module.featured-projects .slick-arrow:focus {
  color: #835EA0;
}
.page-color-purple-75 .module.featured-team .slick-arrow:hover, .page-color-purple-75 .module.featured-team .slick-arrow:focus {
  color: #835EA0;
}
.page-color-purple-75 .module.gallery .slick-arrow:hover, .page-color-purple-75 .module.gallery .slick-arrow:focus {
  color: #835EA0;
}
.page-color-purple-75 .testimonial.theme-red .testimonial-container {
  background-color: #835EA0;
}
.page-color-purple-75 .testimonial.theme-red .testimonial-container cite {
  border-color: #D4C5DD;
  color: #D4C5DD;
}
.page-color-purple-75 .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .testimonial-stat .stat-container hr {
  background-color: #D4C5DD;
}
.page-color-purple-75 .module.accordion dl dt i {
  color: #835EA0;
}
.page-color-purple-75 .module.text-logo .item hr {
  background-color: #835EA0;
}
.page-color-purple-75 .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .module.image-cards .item aside .more {
  color: #835EA0;
}
.page-color-purple-75 .module.image-cards .item aside .more i {
  color: #835EA0;
}
.page-color-purple-75 .module.image-cards-alt .item hr {
  background-color: #835EA0;
}
.page-color-purple-75 .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #835EA0;
}
.page-color-purple-75 .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #D4C5DD;
}
.page-color-purple-75 .module.featured-experts .icons a:hover, .page-color-purple-75 .module.featured-experts .icons a:focus {
  color: #D4C5DD;
}
@media (min-width: 1080px) {
  .page-color-purple-75 .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
  }
  .page-color-purple-75 .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
  }
  .page-color-purple-75 .module.featured-experts dl dd .bottom:before {
    background-color: #D4C5DD;
  }
}
@media (max-width: 1079px) {
  .page-color-purple-75 .module.featured-experts dl dt:after {
    color: #835EA0;
  }
  .page-color-purple-75 .module.featured-experts dl dd .icons a {
    color: #835EA0;
  }
}
.page-color-purple-75 .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top right, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .module.tabs .tabs-list .tab hr {
  background-color: #835EA0;
}
.page-color-purple-75 .module.tabs .tabs-list .tab:hover hr, .page-color-purple-75 .module.tabs .tabs-list .tab:focus hr, .page-color-purple-75 .module.tabs .tabs-list .tab.on hr {
  background-color: #AB90BE;
}
.page-color-purple-75 .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#835EA0), color-stop(70%, #835EA0), to(#AB90BE));
  background: linear-gradient(to top, #835EA0 0%, #835EA0 70%, #AB90BE 100%);
}
.page-color-purple-75 .module.sbs-cta .cta.color--red article hr {
  background-color: #AB90BE;
}
.page-color-purple-75 .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-purple-75 .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-purple-75 .offer.theme-red {
  background-color: #835EA0;
}
.page-color-purple-75 .offer.theme-red .content hr {
  background-color: #AB90BE;
}
.page-color-purple-75 .slick-dots li.slick-active button {
  background-color: #835EA0;
  border-color: #835EA0;
}
.page-color-purple-75 blockquote strong, .page-color-purple-75 blockquote cite {
  color: #835EA0;
}

/*** Page Colors ***/
.page-color-yellow h2, .page-color-yellow .h2, .page-color-yellow h5, .page-color-yellow .h5 {
  color: #FFB600;
}
.page-color-yellow a {
  color: #FFB600;
}
.page-color-yellow .button.primary:after, .page-color-yellow .button.primary-alt:after, .page-color-yellow .button.red:after {
  background: url(../svg/btn-page-yellowe7mke8fq.svg) no-repeat right center/auto 100%;
  color: #404042;
}
.page-color-yellow .button.primary:hover:after, .page-color-yellow .button.primary:focus:after, .page-color-yellow .button.primary-alt:hover:after, .page-color-yellow .button.primary-alt:focus:after, .page-color-yellow .button.red:hover:after, .page-color-yellow .button.red:focus:after {
  background-image: url(../svg/btn-page-yellow-lightn4c8gosw.svg);
}
.page-color-yellow .home-hero .inner .wrapper h1 i, .page-color-yellow .home-hero .inner .wrapper .h1 i {
  color: #FFB600;
}
@media (min-width: 1920px) {
  .page-color-yellow .home-hero .inner .wrapper h1 i, .page-color-yellow .home-hero .inner .wrapper .h1 i {
    color: #FFB600;
  }
}
.page-color-yellow .breadcrumbs a:hover, .page-color-yellow .breadcrumbs a:focus {
  color: #FFB600;
}
.page-color-yellow .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-yellow .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #FFB600;
}
.page-color-yellow .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-yellow .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #FFB600;
}
.page-color-yellow .module.standard-text .wrapper > ul > li::before {
  background-color: #FFB600;
}
.page-color-yellow .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
}
.page-color-yellow .quick-hit .content {
  color: #000;
}
.page-color-yellow .quick-hit .content p a {
  color: #000;
}
.page-color-yellow .quick-hit h2 {
  color: #000;
}
.page-color-yellow .pathway-cards .item hr {
  background-color: #FFB600;
}
.page-color-yellow .pathway-cards .item a:hover .more, .page-color-yellow .pathway-cards .item a:hover .more i, .page-color-yellow .pathway-cards .item a:focus .more, .page-color-yellow .pathway-cards .item a:focus .more i {
  color: #FFB600;
}
.page-color-yellow .module.pathway-list .items .item > * {
  border-top: solid 1px #FFB600;
}
.page-color-yellow .module.pathway-list .items .item a:hover, .page-color-yellow .module.pathway-list .items .item a:focus {
  color: #FFB600;
}
.page-color-yellow .module.pathway-list .items .item a:hover i, .page-color-yellow .module.pathway-list .items .item a:focus i {
  color: #FFB600;
}
@media (max-width: 575px) {
  .page-color-yellow .module.pathway-list .items.collapse + .expand-text:hover, .page-color-yellow .module.pathway-list .items.collapse + .expand-text:focus {
    color: #FFB600;
  }
  .page-color-yellow .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-yellow .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #FFB600;
  }
}
.page-color-yellow .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #FFB600;
}
.page-color-yellow .module.pathway-list-accordion .items .item a:hover, .page-color-yellow .module.pathway-list-accordion .items .item a:focus {
  color: #FFB600;
}
.page-color-yellow .module.pathway-list-accordion .items .item a:hover i, .page-color-yellow .module.pathway-list-accordion .items .item a:focus i {
  color: #FFB600;
}
.page-color-yellow .module.pathway-list-accordion h2 i {
  background-color: #FFB600;
}
.page-color-yellow .featured-content article hr {
  background-color: #FFB600;
}
.page-color-yellow .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
  color: #404042;
}
.page-color-yellow .featured-content.color--dark article hr {
  background-color: #FFD687;
}
.page-color-yellow .featured-content.color--dark article h2 {
  color: #404042;
}
.page-color-yellow .featured-content.color--dark article p a {
  color: #404042;
}
.page-color-yellow .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-yellowe7mke8fq.svg);
  color: #404042;
}
.page-color-yellow .featured-content.color--dark .button.primary-alt:hover:after, .page-color-yellow .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-yellow-lightn4c8gosw.svg);
}
.page-color-yellow .featured-content figure > a i {
  color: #FFB600;
}
.page-color-yellow .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
  color: #000;
}
.page-color-yellow .featured-content-stat .stat-container hr {
  background-color: #FFD687;
}
.page-color-yellow .featured-content-stat article .eyebrow {
  color: #FFB600;
}
.page-color-yellow .featured-content-alt .links .item > * {
  border-top: solid 1px #FFB600;
}
.page-color-yellow .featured-content-alt .links .item > * i {
  color: #FFB600;
}
.page-color-yellow .featured-content-alt .links .item a:hover, .page-color-yellow .featured-content-alt .links .item a:focus {
  color: #FFB600;
}
.page-color-yellow .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
}
.page-color-yellow .item-post .tag {
  color: #FFB600;
}
.page-color-yellow .item-post .more i {
  color: #FFB600;
}
.page-color-yellow .item-team aside i {
  color: #FFB600;
}
.page-color-yellow .item-team .tag {
  color: #FFB600;
}
.page-color-yellow .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
}
.page-color-yellow .item-team .hover .bottom {
  border-top: solid 1px #FFEAC4;
  color: #000;
}
.page-color-yellow .item-team .hover .short-bio {
  color: #000;
}
.page-color-yellow .item-member::before {
  background-color: #FFB600;
}
.page-color-yellow .item-member .top:before {
  background-color: #FFD687;
}
.page-color-yellow .item-member aside i {
  color: #FFB600;
}
.page-color-yellow .item-member .tag {
  color: #FFB600;
}
.page-color-yellow .item-member .icons a {
  text-decoration: none;
  color: #000;
}
.page-color-yellow .item-member .icons a.icon-linkedin-full:hover, .page-color-yellow .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-yellow .item-member .icons a.icon-instagram-full:hover, .page-color-yellow .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-yellow .item-member:hover .top .short-bio, .page-color-yellow .item-member:focus .top .short-bio {
  color: #000;
}
.page-color-yellow .item-member:hover aside .name, .page-color-yellow .item-member:hover aside .tag, .page-color-yellow .item-member:hover aside i, .page-color-yellow .item-member:focus aside .name, .page-color-yellow .item-member:focus aside .tag, .page-color-yellow .item-member:focus aside i {
  color: #000;
}
.page-color-yellow .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
}
.page-color-yellow .item-member .hover .bottom {
  border-top: solid 1px #FFB600;
}
.page-color-yellow .module.featured-projects .slick-arrow:hover, .page-color-yellow .module.featured-projects .slick-arrow:focus {
  color: #FFB600;
}
.page-color-yellow .module.featured-projects .item-post:hover .tag, .page-color-yellow .module.featured-projects .item-post:hover h3, .page-color-yellow .module.featured-projects .item-post:hover .more, .page-color-yellow .module.featured-projects .item-post:hover .more i, .page-color-yellow .module.featured-projects .item-post:focus .tag, .page-color-yellow .module.featured-projects .item-post:focus h3, .page-color-yellow .module.featured-projects .item-post:focus .more, .page-color-yellow .module.featured-projects .item-post:focus .more i {
  color: #000;
}
.page-color-yellow .module.featured-team .slick-arrow:hover, .page-color-yellow .module.featured-team .slick-arrow:focus {
  color: #FFB600;
}
.page-color-yellow .module.gallery .slick-arrow:hover, .page-color-yellow .module.gallery .slick-arrow:focus {
  color: #FFB600;
}
.page-color-yellow .testimonial.theme-red .testimonial-container {
  background-color: #FFB600;
  color: #000;
}
.page-color-yellow .testimonial.theme-red .testimonial-container cite {
  border-color: #FFEAC4;
  color: #404042;
}
.page-color-yellow .testimonial.theme-red .testimonial-container cite strong {
  color: #000;
}
.page-color-yellow .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
  color: #000;
}
.page-color-yellow .testimonial-stat .stat-container hr {
  background-color: #FFD687;
}
.page-color-yellow .module.accordion dl dt i {
  color: #FFB600;
}
.page-color-yellow .module.text-logo .item hr {
  background-color: #FFB600;
}
.page-color-yellow .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
}
.page-color-yellow .module.image-cards .item > a:hover aside h3, .page-color-yellow .module.image-cards .item > a:focus aside h3 {
  color: #000;
}
.page-color-yellow .module.image-cards .item > a:hover aside .more, .page-color-yellow .module.image-cards .item > a:hover aside .more i, .page-color-yellow .module.image-cards .item > a:focus aside .more, .page-color-yellow .module.image-cards .item > a:focus aside .more i {
  color: #000;
}
.page-color-yellow .module.image-cards .item aside .more {
  color: #FFB600;
}
.page-color-yellow .module.image-cards .item aside .more i {
  color: #FFB600;
}
.page-color-yellow .module.image-cards-alt .item hr {
  background-color: #FFB600;
}
.page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #FFB600;
}
.page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #FFD687;
}
.page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside {
  color: #404042;
}
.page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside h1, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside .h1, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside h2, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside .h2, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside h3, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside .h3, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside h4, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside .h4, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside h5, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside .h5, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside h6, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside .h6, .page-color-yellow .color-accent-cta.theme-red .color-accent-cta-container aside p a {
  color: #404042;
}
.page-color-yellow .module.featured-experts .icons a {
  color: #000;
}
.page-color-yellow .module.featured-experts .icons a:hover, .page-color-yellow .module.featured-experts .icons a:focus {
  color: #404042;
}
@media (min-width: 1080px) {
  .page-color-yellow .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #FFB600 0%, #FFB600 70%, #FFC843 100%);
  }
  .page-color-yellow .module.featured-experts dl dt:hover .bottom i, .page-color-yellow .module.featured-experts dl dt:focus .bottom i {
    color: #000;
  }
  .page-color-yellow .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #FFB600 0%, #FFB600 70%, #FFC843 100%);
  }
  .page-color-yellow .module.featured-experts dl dd .top .info {
    color: #000;
  }
  .page-color-yellow .module.featured-experts dl dd .top .info .tag {
    color: #000;
  }
  .page-color-yellow .module.featured-experts dl dd .top .bio {
    color: #000;
  }
  .page-color-yellow .module.featured-experts dl dd .top .bio h1, .page-color-yellow .module.featured-experts dl dd .top .bio .h1, .page-color-yellow .module.featured-experts dl dd .top .bio h2, .page-color-yellow .module.featured-experts dl dd .top .bio .h2, .page-color-yellow .module.featured-experts dl dd .top .bio h3, .page-color-yellow .module.featured-experts dl dd .top .bio .h3, .page-color-yellow .module.featured-experts dl dd .top .bio h4, .page-color-yellow .module.featured-experts dl dd .top .bio .h4, .page-color-yellow .module.featured-experts dl dd .top .bio h5, .page-color-yellow .module.featured-experts dl dd .top .bio .h5, .page-color-yellow .module.featured-experts dl dd .top .bio h6, .page-color-yellow .module.featured-experts dl dd .top .bio .h6, .page-color-yellow .module.featured-experts dl dd .top .bio p, .page-color-yellow .module.featured-experts dl dd .top .bio a {
    color: #000;
  }
  .page-color-yellow .module.featured-experts dl dd .bottom:before {
    background-color: #FFD687;
  }
}
@media (max-width: 1079px) {
  .page-color-yellow .module.featured-experts dl dt:after {
    color: #FFB600;
  }
  .page-color-yellow .module.featured-experts dl dd .icons a {
    color: #FFB600;
  }
}
.page-color-yellow .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top right, #FFB600 0%, #FFB600 70%, #FFC843 100%);
}
.page-color-yellow .module.tabs .tabs-list .tab hr {
  background-color: #FFB600;
}
.page-color-yellow .module.tabs .tabs-list .tab:hover, .page-color-yellow .module.tabs .tabs-list .tab:focus, .page-color-yellow .module.tabs .tabs-list .tab.on {
  color: #000;
}
.page-color-yellow .module.tabs .tabs-list .tab:hover hr, .page-color-yellow .module.tabs .tabs-list .tab:focus hr, .page-color-yellow .module.tabs .tabs-list .tab.on hr {
  background-color: #FFD687;
}
.page-color-yellow .module.tabs .tabs-list .tab:hover .title, .page-color-yellow .module.tabs .tabs-list .tab:hover .description, .page-color-yellow .module.tabs .tabs-list .tab:hover i, .page-color-yellow .module.tabs .tabs-list .tab:focus .title, .page-color-yellow .module.tabs .tabs-list .tab:focus .description, .page-color-yellow .module.tabs .tabs-list .tab:focus i, .page-color-yellow .module.tabs .tabs-list .tab.on .title, .page-color-yellow .module.tabs .tabs-list .tab.on .description, .page-color-yellow .module.tabs .tabs-list .tab.on i {
  color: #000;
}
.page-color-yellow .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFB600), color-stop(70%, #FFB600), to(#FFC843));
  background: linear-gradient(to top, #FFB600 0%, #FFB600 70%, #FFC843 100%);
  color: #000;
}
.page-color-yellow .module.sbs-cta .cta.color--red article h2 {
  color: #000;
}
.page-color-yellow .module.sbs-cta .cta.color--red article hr {
  background-color: #FFD687;
}
.page-color-yellow .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #000;
}
.page-color-yellow .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-yellow .offer.theme-red {
  background-color: #FFB600;
}
.page-color-yellow .offer.theme-red .content {
  color: #000;
}
.page-color-yellow .offer.theme-red .content hr {
  background-color: #FFD687;
}
.page-color-yellow .offer.theme-red .content .h4, .page-color-yellow .offer.theme-red .content h2 {
  color: #000;
}
.page-color-yellow .slick-dots li.slick-active button {
  background-color: #FFB600;
  border-color: #FFB600;
}
.page-color-yellow blockquote strong, .page-color-yellow blockquote cite {
  color: #FFB600;
}

/*** Page Colors ***/
.page-color-yellow-75 h2, .page-color-yellow-75 .h2, .page-color-yellow-75 h5, .page-color-yellow-75 .h5 {
  color: #FFC843;
}
.page-color-yellow-75 a {
  color: #FFC843;
}
.page-color-yellow-75 .button.primary:after, .page-color-yellow-75 .button.primary-alt:after, .page-color-yellow-75 .button.red:after {
  background: url(../svg/btn-page-yellow-darkpe75pzrr.svg) no-repeat right center/auto 100%;
  color: #404042;
}
.page-color-yellow-75 .button.primary:hover:after, .page-color-yellow-75 .button.primary:focus:after, .page-color-yellow-75 .button.primary-alt:hover:after, .page-color-yellow-75 .button.primary-alt:focus:after, .page-color-yellow-75 .button.red:hover:after, .page-color-yellow-75 .button.red:focus:after {
  background-image: url(../svg/btn-page-yellow-lightn4c8gosw.svg);
}
.page-color-yellow-75 .home-hero .inner .wrapper h1 i, .page-color-yellow-75 .home-hero .inner .wrapper .h1 i {
  color: #FFC843;
}
@media (min-width: 1920px) {
  .page-color-yellow-75 .home-hero .inner .wrapper h1 i, .page-color-yellow-75 .home-hero .inner .wrapper .h1 i {
    color: #FFC843;
  }
}
.page-color-yellow-75 .breadcrumbs a:hover, .page-color-yellow-75 .breadcrumbs a:focus {
  color: #FFC843;
}
.page-color-yellow-75 .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.page-color-yellow-75 .breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #FFC843;
}
.page-color-yellow-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .page-color-yellow-75 .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #FFC843;
}
.page-color-yellow-75 .module.standard-text .wrapper > ul > li::before {
  background-color: #FFC843;
}
.page-color-yellow-75 .quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
}
.page-color-yellow-75 .quick-hit .content {
  color: #000;
}
.page-color-yellow-75 .quick-hit .content p a {
  color: #000;
}
.page-color-yellow-75 .quick-hit h2 {
  color: #000;
}
.page-color-yellow-75 .pathway-cards .item hr {
  background-color: #FFC843;
}
.page-color-yellow-75 .pathway-cards .item a:hover .more, .page-color-yellow-75 .pathway-cards .item a:hover .more i, .page-color-yellow-75 .pathway-cards .item a:focus .more, .page-color-yellow-75 .pathway-cards .item a:focus .more i {
  color: #FFC843;
}
.page-color-yellow-75 .module.pathway-list .items .item > * {
  border-top: solid 1px #FFC843;
}
.page-color-yellow-75 .module.pathway-list .items .item a:hover, .page-color-yellow-75 .module.pathway-list .items .item a:focus {
  color: #FFC843;
}
.page-color-yellow-75 .module.pathway-list .items .item a:hover i, .page-color-yellow-75 .module.pathway-list .items .item a:focus i {
  color: #FFC843;
}
@media (max-width: 575px) {
  .page-color-yellow-75 .module.pathway-list .items.collapse + .expand-text:hover, .page-color-yellow-75 .module.pathway-list .items.collapse + .expand-text:focus {
    color: #FFC843;
  }
  .page-color-yellow-75 .module.pathway-list .items.collapse + .expand-text:hover i, .page-color-yellow-75 .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #FFC843;
  }
}
.page-color-yellow-75 .module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #FFC843;
}
.page-color-yellow-75 .module.pathway-list-accordion .items .item a:hover, .page-color-yellow-75 .module.pathway-list-accordion .items .item a:focus {
  color: #FFC843;
}
.page-color-yellow-75 .module.pathway-list-accordion .items .item a:hover i, .page-color-yellow-75 .module.pathway-list-accordion .items .item a:focus i {
  color: #FFC843;
}
.page-color-yellow-75 .module.pathway-list-accordion h2 i {
  background-color: #FFC843;
}
.page-color-yellow-75 .featured-content article hr {
  background-color: #FFC843;
}
.page-color-yellow-75 .featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
  color: #404042;
}
.page-color-yellow-75 .featured-content.color--dark article hr {
  background-color: #FFB600;
}
.page-color-yellow-75 .featured-content.color--dark article h2 {
  color: #404042;
}
.page-color-yellow-75 .featured-content.color--dark article p a {
  color: #404042;
}
.page-color-yellow-75 .featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-page-yellow-darkpe75pzrr.svg);
  color: #404042;
}
.page-color-yellow-75 .featured-content.color--dark .button.primary-alt:hover:after, .page-color-yellow-75 .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-page-yellow-lightn4c8gosw.svg);
}
.page-color-yellow-75 .featured-content figure > a i {
  color: #FFC843;
}
.page-color-yellow-75 .featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
  color: #000;
}
.page-color-yellow-75 .featured-content-stat .stat-container hr {
  background-color: #FFB600;
}
.page-color-yellow-75 .featured-content-stat article .eyebrow {
  color: #FFC843;
}
.page-color-yellow-75 .featured-content-alt .links .item > * {
  border-top: solid 1px #FFC843;
}
.page-color-yellow-75 .featured-content-alt .links .item > * i {
  color: #FFC843;
}
.page-color-yellow-75 .featured-content-alt .links .item a:hover, .page-color-yellow-75 .featured-content-alt .links .item a:focus {
  color: #FFC843;
}
.page-color-yellow-75 .item-post aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
}
.page-color-yellow-75 .item-post .tag {
  color: #FFC843;
}
.page-color-yellow-75 .item-post .more i {
  color: #FFC843;
}
.page-color-yellow-75 .item-team aside i {
  color: #FFC843;
}
.page-color-yellow-75 .item-team .tag {
  color: #FFC843;
}
.page-color-yellow-75 .item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
}
.page-color-yellow-75 .item-team .hover .bottom {
  border-top: solid 1px #FFEAC4;
  color: #000;
}
.page-color-yellow-75 .item-team .hover .short-bio {
  color: #000;
}
.page-color-yellow-75 .item-member::before {
  background-color: #FFC843;
}
.page-color-yellow-75 .item-member .top:before {
  background-color: #FFB600;
}
.page-color-yellow-75 .item-member aside i {
  color: #FFC843;
}
.page-color-yellow-75 .item-member .tag {
  color: #FFC843;
}
.page-color-yellow-75 .item-member .icons a {
  text-decoration: none;
  color: #000;
}
.page-color-yellow-75 .item-member .icons a.icon-linkedin-full:hover, .page-color-yellow-75 .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.page-color-yellow-75 .item-member .icons a.icon-instagram-full:hover, .page-color-yellow-75 .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.page-color-yellow-75 .item-member:hover .top .short-bio, .page-color-yellow-75 .item-member:focus .top .short-bio {
  color: #000;
}
.page-color-yellow-75 .item-member:hover aside .name, .page-color-yellow-75 .item-member:hover aside .tag, .page-color-yellow-75 .item-member:hover aside i, .page-color-yellow-75 .item-member:focus aside .name, .page-color-yellow-75 .item-member:focus aside .tag, .page-color-yellow-75 .item-member:focus aside i {
  color: #000;
}
.page-color-yellow-75 .item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
}
.page-color-yellow-75 .item-member .hover .bottom {
  border-top: solid 1px #FFB600;
}
.page-color-yellow-75 .module.featured-projects .slick-arrow:hover, .page-color-yellow-75 .module.featured-projects .slick-arrow:focus {
  color: #FFC843;
}
.page-color-yellow-75 .module.featured-projects .item-post:hover .tag, .page-color-yellow-75 .module.featured-projects .item-post:hover h3, .page-color-yellow-75 .module.featured-projects .item-post:hover .more, .page-color-yellow-75 .module.featured-projects .item-post:hover .more i, .page-color-yellow-75 .module.featured-projects .item-post:focus .tag, .page-color-yellow-75 .module.featured-projects .item-post:focus h3, .page-color-yellow-75 .module.featured-projects .item-post:focus .more, .page-color-yellow-75 .module.featured-projects .item-post:focus .more i {
  color: #000;
}
.page-color-yellow-75 .module.featured-team .slick-arrow:hover, .page-color-yellow-75 .module.featured-team .slick-arrow:focus {
  color: #FFC843;
}
.page-color-yellow-75 .module.gallery .slick-arrow:hover, .page-color-yellow-75 .module.gallery .slick-arrow:focus {
  color: #FFC843;
}
.page-color-yellow-75 .testimonial.theme-red .testimonial-container {
  background-color: #FFC843;
  color: #000;
}
.page-color-yellow-75 .testimonial.theme-red .testimonial-container cite {
  border-color: #FFEAC4;
  color: #404042;
}
.page-color-yellow-75 .testimonial.theme-red .testimonial-container cite strong {
  color: #000;
}
.page-color-yellow-75 .testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
  color: #000;
}
.page-color-yellow-75 .testimonial-stat .stat-container hr {
  background-color: #FFB600;
}
.page-color-yellow-75 .module.accordion dl dt i {
  color: #FFC843;
}
.page-color-yellow-75 .module.text-logo .item hr {
  background-color: #FFC843;
}
.page-color-yellow-75 .module.image-cards .item > a aside::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
}
.page-color-yellow-75 .module.image-cards .item > a:hover aside h3, .page-color-yellow-75 .module.image-cards .item > a:focus aside h3 {
  color: #000;
}
.page-color-yellow-75 .module.image-cards .item > a:hover aside .more, .page-color-yellow-75 .module.image-cards .item > a:hover aside .more i, .page-color-yellow-75 .module.image-cards .item > a:focus aside .more, .page-color-yellow-75 .module.image-cards .item > a:focus aside .more i {
  color: #000;
}
.page-color-yellow-75 .module.image-cards .item aside .more {
  color: #FFC843;
}
.page-color-yellow-75 .module.image-cards .item aside .more i {
  color: #FFC843;
}
.page-color-yellow-75 .module.image-cards-alt .item hr {
  background-color: #FFC843;
}
.page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #FFC843;
}
.page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #FFB600;
}
.page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside {
  color: #404042;
}
.page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside h1, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h1, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside h2, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h2, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside h3, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h3, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside h4, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h4, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside h5, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h5, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside h6, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside .h6, .page-color-yellow-75 .color-accent-cta.theme-red .color-accent-cta-container aside p a {
  color: #404042;
}
.page-color-yellow-75 .module.featured-experts .icons a {
  color: #000;
}
.page-color-yellow-75 .module.featured-experts .icons a:hover, .page-color-yellow-75 .module.featured-experts .icons a:focus {
  color: #404042;
}
@media (min-width: 1080px) {
  .page-color-yellow-75 .module.featured-experts dl dt .bottom::before {
    background: linear-gradient(45deg, #FFC843 0%, #FFC843 70%, #FFD687 100%);
  }
  .page-color-yellow-75 .module.featured-experts dl dt:hover .bottom i, .page-color-yellow-75 .module.featured-experts dl dt:focus .bottom i {
    color: #000;
  }
  .page-color-yellow-75 .module.featured-experts dl dd::before {
    background: linear-gradient(45deg, #FFC843 0%, #FFC843 70%, #FFD687 100%);
  }
  .page-color-yellow-75 .module.featured-experts dl dd .top .info {
    color: #000;
  }
  .page-color-yellow-75 .module.featured-experts dl dd .top .info .tag {
    color: #000;
  }
  .page-color-yellow-75 .module.featured-experts dl dd .top .bio {
    color: #000;
  }
  .page-color-yellow-75 .module.featured-experts dl dd .top .bio h1, .page-color-yellow-75 .module.featured-experts dl dd .top .bio .h1, .page-color-yellow-75 .module.featured-experts dl dd .top .bio h2, .page-color-yellow-75 .module.featured-experts dl dd .top .bio .h2, .page-color-yellow-75 .module.featured-experts dl dd .top .bio h3, .page-color-yellow-75 .module.featured-experts dl dd .top .bio .h3, .page-color-yellow-75 .module.featured-experts dl dd .top .bio h4, .page-color-yellow-75 .module.featured-experts dl dd .top .bio .h4, .page-color-yellow-75 .module.featured-experts dl dd .top .bio h5, .page-color-yellow-75 .module.featured-experts dl dd .top .bio .h5, .page-color-yellow-75 .module.featured-experts dl dd .top .bio h6, .page-color-yellow-75 .module.featured-experts dl dd .top .bio .h6, .page-color-yellow-75 .module.featured-experts dl dd .top .bio p, .page-color-yellow-75 .module.featured-experts dl dd .top .bio a {
    color: #000;
  }
  .page-color-yellow-75 .module.featured-experts dl dd .bottom:before {
    background-color: #FFB600;
  }
}
@media (max-width: 1079px) {
  .page-color-yellow-75 .module.featured-experts dl dt:after {
    color: #FFC843;
  }
  .page-color-yellow-75 .module.featured-experts dl dd .icons a {
    color: #FFC843;
  }
}
.page-color-yellow-75 .module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top right, #FFC843 0%, #FFC843 70%, #FFD687 100%);
}
.page-color-yellow-75 .module.tabs .tabs-list .tab hr {
  background-color: #FFC843;
}
.page-color-yellow-75 .module.tabs .tabs-list .tab:hover, .page-color-yellow-75 .module.tabs .tabs-list .tab:focus, .page-color-yellow-75 .module.tabs .tabs-list .tab.on {
  color: #000;
}
.page-color-yellow-75 .module.tabs .tabs-list .tab:hover hr, .page-color-yellow-75 .module.tabs .tabs-list .tab:focus hr, .page-color-yellow-75 .module.tabs .tabs-list .tab.on hr {
  background-color: #FFB600;
}
.page-color-yellow-75 .module.tabs .tabs-list .tab:hover .title, .page-color-yellow-75 .module.tabs .tabs-list .tab:hover .description, .page-color-yellow-75 .module.tabs .tabs-list .tab:hover i, .page-color-yellow-75 .module.tabs .tabs-list .tab:focus .title, .page-color-yellow-75 .module.tabs .tabs-list .tab:focus .description, .page-color-yellow-75 .module.tabs .tabs-list .tab:focus i, .page-color-yellow-75 .module.tabs .tabs-list .tab.on .title, .page-color-yellow-75 .module.tabs .tabs-list .tab.on .description, .page-color-yellow-75 .module.tabs .tabs-list .tab.on i {
  color: #000;
}
.page-color-yellow-75 .module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFC843), color-stop(70%, #FFC843), to(#FFD687));
  background: linear-gradient(to top, #FFC843 0%, #FFC843 70%, #FFD687 100%);
  color: #000;
}
.page-color-yellow-75 .module.sbs-cta .cta.color--red article h2 {
  color: #000;
}
.page-color-yellow-75 .module.sbs-cta .cta.color--red article hr {
  background-color: #FFB600;
}
.page-color-yellow-75 .module.sbs-cta .cta.color--red article p a {
  font-weight: 700;
  color: #000;
}
.page-color-yellow-75 .module.sbs-cta .cta.color--gray article p a {
  font-weight: 700;
  color: #fff;
}
.page-color-yellow-75 .offer.theme-red {
  background-color: #FFC843;
}
.page-color-yellow-75 .offer.theme-red .content {
  color: #000;
}
.page-color-yellow-75 .offer.theme-red .content hr {
  background-color: #FFB600;
}
.page-color-yellow-75 .offer.theme-red .content .h4, .page-color-yellow-75 .offer.theme-red .content h2 {
  color: #000;
}
.page-color-yellow-75 .slick-dots li.slick-active button {
  background-color: #FFC843;
  border-color: #FFC843;
}
.page-color-yellow-75 blockquote strong, .page-color-yellow-75 blockquote cite {
  color: #FFC843;
}

.site-content .gform_wrapper.gravity-theme {
  --color-primary: #a20c33;
  --color-secondary: #fff;
}
.site-content.page-color-blue-75 .gform_wrapper.gravity-theme {
  --color-primary: #42859E;
  --color-secondary: #fff;
}
.site-content.page-color-blue-dark .gform_wrapper.gravity-theme {
  --color-primary: #004158;
  --color-secondary: #fff;
}
.site-content.page-color-blue .gform_wrapper.gravity-theme {
  --color-primary: #005F7F;
  --color-secondary: #fff;
}
.site-content.page-color-green-75 .gform_wrapper.gravity-theme {
  --color-primary: #CCCE5F;
  --color-secondary: #404042;
}
.site-content.page-color-green .gform_wrapper.gravity-theme {
  --color-primary: #B8BE14;
  --color-secondary: #404042;
}
.site-content.page-color-grey .gform_wrapper.gravity-theme {
  --color-primary: #2D2A2B;
  --color-secondary: #fff;
}
.site-content.page-color-orange-75 .gform_wrapper.gravity-theme {
  --color-primary: #F89A4D;
  --color-secondary: #404042;
}
.site-content.page-color-orange .gform_wrapper.gravity-theme {
  --color-primary: #EC7700;
  --color-secondary: #fff;
}
.site-content.page-color-purple-75 .gform_wrapper.gravity-theme {
  --color-primary: #835EA0;
  --color-secondary: #fff;
}
.site-content.page-color-purple .gform_wrapper.gravity-theme {
  --color-primary: #592C82;
  --color-secondary: #fff;
}
.site-content.page-color-yellow-75 .gform_wrapper.gravity-theme {
  --color-primary: #FFC843;
  --color-secondary: #404042;
}
.site-content.page-color-yellow .gform_wrapper.gravity-theme {
  --color-primary: #FFB600;
  --color-secondary: #404042;
}

.site-content .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea {
  border-bottom: solid 1px var(--color-primary) !important;
}
.site-content .gform_wrapper.gravity-theme .gform_fields .gfield_required {
  color: var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input:checked + label::before {
  border-color: var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-radio .gchoice label::before {
  border: solid 7px var(--color-primary);
  background-color: var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_choice_all_toggle {
  color: var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input:checked + label::before {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label::before {
  color: var(--color-primary);
  background-color: var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-single {
  border-bottom: solid 1px var(--color-primary) !important;
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-single::after {
  color: var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li {
  border-bottom: solid 1px var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li:hover, .site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li:focus, .site-content .gform_wrapper.gravity-theme .gfield--type-select .chosen-container .chosen-drop .chosen-results li.result-selected {
  color: var(--color-primary);
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single {
  background: var(--color-primary);
  color: var(--color-secondary);
}
.site-content .gform_wrapper.gravity-theme#gform_wrapper_1 #field_1_1.gfield--type-select .chosen-container .chosen-single:after {
  color: var(--color-secondary);
}

/*
.side-form {
	.gform_wrapper.gravity-theme {
		form {
			position: static;
			input[type=color],
			input[type=date],
			input[type=datetime-local],
			input[type=datetime],
			input[type=email],
			input[type=month],
			input[type=number],
			input[type=password],
			input[type=search],
			input[type=tel],
			input[type=text],
			input[type=time],
			input[type=url],
			input[type=week],
			select,
			textarea {
				border-bottom: solid 1px var(--color-primary) !important;
			}
		}
	}
}

.bottom-form {
	.title {
		color: var(--color-primary);
	}
	.gform_wrapper.gravity-theme {
		form {
			position: static;
			input[type=color],
			input[type=date],
			input[type=datetime-local],
			input[type=datetime],
			input[type=email],
			input[type=month],
			input[type=number],
			input[type=password],
			input[type=search],
			input[type=tel],
			input[type=text],
			input[type=time],
			input[type=url],
			input[type=week],
			select,
			textarea {
				border-bottom: solid 1px var(--color-primary) !important;
			}
		}
		.gform_validation_errors {
			> h2 {
				color: var(--color-primary);
			}
		}
	}
}
*/
.home-hero {
  margin: 0;
  position: relative;
  z-index: 2;
  padding-left: 100px;
}
.home-hero + .quick-hit {
  margin-top: -140px;
  padding-top: 280px;
}
.home-hero .carousel {
  border-radius: 0 0 0 17px;
  width: 100%;
  aspect-ratio: 1920/1080;
  max-height: calc(100vh - 77px - 35px);
  overflow: hidden;
}
.page-template-default:not(.home) .home-hero .carousel {
  aspect-ratio: 1920/594;
  max-height: 594px;
}
.page-template-default:not(.home) .home-hero + .breadcrumbs {
  margin-top: 48px;
}
.home-hero .slick-list, .home-hero .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}
.home-hero .slick-slide {
  height: inherit !important;
  overflow: hidden;
}
.home-hero .slide {
  border-radius: 0 0 0 17px;
}
.home-hero .slide .overlay {
  background-color: #000;
  opacity: 0.3;
}
.home-hero .slide .inner h1 i, .home-hero .slide .inner .h1 i {
  opacity: 0;
}
.home-hero .slide .inner video + .background-image {
  display: none;
}
.home-hero .mask {
  position: absolute;
  left: 100px;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-hero .inner {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 160px;
  padding-top: 80px;
}
.home-hero .inner .wrapper {
  position: relative;
  max-width: 80%;
  z-index: 6;
}
.home-hero .inner .wrapper .eyebrow {
  color: #fff;
  font-weight: 300;
  font-size: 3.125vw;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
.home-hero .inner .wrapper .eyebrow strong {
  font-weight: bold;
}
.home-hero .inner .wrapper h1, .home-hero .inner .wrapper .h1 {
  color: #fff;
  font-size: 8.125vw;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  gap: 1.5vw;
}
.home-hero .inner .wrapper h1 i, .home-hero .inner .wrapper .h1 i {
  color: #a20c33;
  font-size: 0.5em;
  margin-left: -5.75vw;
}
@media (min-width: 1920px) {
  .home-hero .inner .wrapper .eyebrow {
    font-size: 56px;
  }
  .home-hero .inner .wrapper h1, .home-hero .inner .wrapper .h1 {
    color: #fff;
    font-size: 156px;
    gap: 30px;
  }
  .home-hero .inner .wrapper h1 i, .home-hero .inner .wrapper .h1 i {
    color: #a20c33;
    font-size: 0.5em;
    margin-left: -110px;
  }
}
@media (max-width: 1479px) {
  .home-hero + .quick-hit {
    padding-top: 210px;
  }
}
@media (max-width: 1279px) {
  .home-hero {
    padding-left: 50px;
  }
  .home-hero .mask {
    left: 50px;
  }
}
@media (min-width: 1080px) {
  .home-hero .slide .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1079px) {
  .home-hero .carousel {
    max-height: calc(100vh - 77px - 35px);
  }
  .home-hero .inner .wrapper .eyebrow {
    font-size: 30px;
  }
  .home-hero + .quick-hit {
    margin-top: -70px;
    padding: 100px 0 70px;
  }
}
@media (max-width: 767px) {
  .home-hero .carousel {
    max-height: calc(100vh - 57px - 35px);
  }
  .home-hero .inner {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}
@media (max-width: 575px) {
  .home-hero {
    padding-left: 20px;
  }
  .home-hero .mask {
    left: 20px;
  }
  .home-hero .inner .wrapper .eyebrow {
    font-size: 24px;
  }
}

.subpage-hero {
  margin: 0;
  min-height: 267px;
  position: relative;
}
.subpage-hero + .breadcrumbs {
  margin-top: 48px;
}
.subpage-hero .background-image {
  left: 100px;
  right: 0;
  width: auto;
  border-radius: 0 0 0 10px;
}
@media (max-width: 1279px) {
  .subpage-hero .background-image {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .subpage-hero {
    min-height: 200px;
  }
  .subpage-hero .background-image {
    left: 20px;
  }
}

.breadcrumbs {
  margin: 110px 0 20px;
  font-size: 17px;
  font-weight: 400;
  color: #BCBCBC;
  line-height: 1;
  position: relative;
}
.breadcrumbs i {
  margin: 0 5px;
  font-style: normal;
}
.breadcrumbs a {
  text-decoration: none;
  color: #404042;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #a20c33;
  text-decoration: underline;
}
.breadcrumbs .page-breadcrumbs {
  text-transform: uppercase;
  letter-spacing: normal;
}
.breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.breadcrumbs .page-breadcrumbs > span > span:first-child > a {
  color: #a20c33;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-transform: none;
}
.breadcrumbs .page-breadcrumbs > span > span:first-child small {
  font-size: inherit;
  font-weight: 300;
}
.breadcrumbs .page-breadcrumbs .breadcrumb_last > a {
  color: #BCBCBC;
}
.breadcrumbs .page-breadcrumbs .breadcrumb_last > a:hover, .breadcrumbs .page-breadcrumbs .breadcrumb_last > a:focus {
  color: #a20c33;
}
.breadcrumbs + .module.standard-text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 70px;
    font-size: 15px;
  }
  .breadcrumbs .page-breadcrumbs > span > span:first-child.breadcrumb_last,
.breadcrumbs .page-breadcrumbs > span > span:first-child > a {
    font-size: 24px;
  }
}

.module.standard-text {
  margin: 70px 0;
  clear: both;
}
.module.standard-text .wrapper > *:not(h1:first-child, .extend-text) {
  margin-left: 185px;
}
.module.standard-text .wrapper > ul {
  line-height: 1.45em;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.module.standard-text .wrapper > ul.no-split {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.module.standard-text .wrapper > ul > li {
  list-style: none;
  gap: 27px;
  padding-bottom: 0.5em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  padding-left: 30px;
  margin: 0;
}
.module.standard-text .wrapper > ul > li::before {
  content: "";
  min-width: 10px;
  max-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #a20c33;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: absolute;
  top: 0.35em;
  left: 0;
}
.module.standard-text .wrapper > ul > li ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.module.standard-text .wrapper > ul > li ul li {
  margin: 0;
  padding: 0.5em 0 0;
}
.module.standard-text a {
  font-weight: 700;
}
.module.standard-text table {
  width: auto;
  height: auto;
  margin: 0;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
.module.standard-text table thead {
  background-color: #a20c33;
  border-collapse: collapse;
  border: 0;
  color: #fff;
  font-weight: 700;
}
.module.standard-text table thead th {
  padding: 20px 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-color: #000;
  border-width: 2px;
  border-style: none;
  background-clip: padding-box;
}
.module.standard-text table tbody tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  border-color: inherit;
}
.module.standard-text table tbody tr td {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 1;
  background-clip: padding-box;
  border-style: solid;
  border-width: 1px;
  border-color: #707070;
}
.module.standard-text table tbody tr td h6, .module.standard-text table tbody tr td .h6 {
  color: #a20c33;
}
.module.standard-text table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
@media (max-width: 1279px) {
  .module.standard-text .wrapper > *:not(h1:first-child) {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .module.standard-text .wrapper > *:not(h1:first-child) {
    margin-left: 60px;
  }
  .module.standard-text .wrapper > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 374px) {
  .module.standard-text .wrapper > *:not(h1:first-child) {
    margin-left: 0;
  }
}

.module.accordion {
  margin: 60px 0;
}
.module.accordion .wrapper {
  max-width: 1674px;
}
.module.accordion dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 9px;
}
.module.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  border: solid 2px #BCBCBC;
  border-radius: 7px;
  font-size: 24px;
  font-weight: bold;
  color: #404042;
  letter-spacing: -0.04em;
  line-height: 1.3em;
  padding: 21px 24px 21px 34px;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.accordion dl dt i {
  color: #a20c33;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.accordion dl dt.on {
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  margin-bottom: 0;
  background-color: #f7f7f7;
}
.module.accordion dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.module.accordion dl dd {
  border-radius: 0 0 7px 7px;
  border: solid 2px #BCBCBC;
  border-top: 0;
  position: relative;
  top: -9px;
  width: 100%;
  margin: 0;
  display: none;
  padding: 0 34px 30px;
  background-color: #f7f7f7;
}
.module.accordion dl dd p, .module.accordion dl dd ul, .module.accordion dl dd ol {
  margin-bottom: 1em;
}
.module.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
.module.accordion dl dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .module.accordion dl dt {
    font-size: 22px;
    padding: 15px 20px;
  }
  .module.accordion dl dd {
    padding: 0 20px 20px;
  }
}

.quick-hit {
  margin: 70px 0;
  position: relative;
  color: #fff;
  padding: 105px 0;
}
.quick-hit__bg {
  background: -webkit-gradient(linear, left top, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  width: 100vw;
  z-index: 1;
}
.quick-hit .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.quick-hit figure {
  min-width: 357px;
  max-width: 357px;
  position: absolute;
  bottom: -160px;
  left: 100px;
}
.quick-hit .content {
  margin-right: 123px;
  margin-left: 417px;
}
.quick-hit .content p a {
  color: #fff;
}
.quick-hit h2 {
  font-size: 70px;
  line-height: 1.143;
  color: #fff;
  font-weight: 300;
}
.quick-hit h2 strong {
  font-weight: bold;
}
.quick-hit + .pathway-cards {
  margin-top: -95px;
  position: relative;
  z-index: 4;
}
@media (min-width: 1080px) and (max-width: 1480px) {
  .quick-hit + .pathway-cards .items-2 .item {
    grid-column: span 1;
  }
  .quick-hit + .pathway-cards .items-2 .item:first-of-type {
    grid-column-start: 2;
  }
  .quick-hit + .pathway-cards .items-1 .item {
    grid-column-start: 3;
  }
}
@media (max-width: 1479px) {
  .quick-hit__bg {
    right: 50px;
  }
  .quick-hit figure {
    left: 50px;
    min-width: 240px;
    max-width: 240px;
    bottom: auto;
    top: 0;
  }
  .quick-hit figure img {
    width: 100%;
    height: auto;
  }
  .quick-hit .content {
    margin-right: 50px;
    margin-left: 300px;
  }
}
@media (min-width: 1480px) {
  .quick-hit + .hr {
    margin-top: 120px;
  }
}
@media (max-width: 1279px) {
  .quick-hit h2 {
    font-size: 60px;
  }
  .quick-hit figure {
    left: 50px;
  }
}
@media (max-width: 1079px) {
  .quick-hit .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .quick-hit figure {
    position: static;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: none !important;
  }
  .quick-hit .content {
    margin-left: 0;
  }
  .quick-hit h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .quick-hit h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .quick-hit__bg {
    right: 20px;
  }
  .quick-hit figure {
    left: 20px;
  }
  .quick-hit .content {
    margin-right: 20px;
  }
}

.module.featured-insights .wrapper {
  max-width: 1674px;
}
.module.featured-insights h2 {
  color: #404042;
  font-weight: 300;
  font-size: 55px;
  margin: 0 0 0.5em;
  letter-spacing: -0.04em;
}
.module.featured-insights h2 strong {
  font-weight: bold;
}
.module.featured-insights .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100% !important;
}
.module.featured-insights .slick-slide {
  height: inherit !important;
  margin: 0 17px;
}
.module.featured-insights .slick-slide .item-post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.module.featured-insights .slick-arrow {
  font-size: 27px;
  position: absolute;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #D1D1D6;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.featured-insights .slick-arrow:hover, .module.featured-insights .slick-arrow:focus {
  color: #a20c33;
}
.module.featured-insights .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.module.featured-insights .slick-arrow.slick-prev {
  left: -43px;
}
.module.featured-insights .slick-arrow.slick-next {
  right: -43px;
}
.module.featured-insights .carousel {
  margin: 0 -17px;
  opacity: 0;
  height: 0;
}
.module.featured-insights .carousel.slick-initialized {
  opacity: 1;
  height: auto;
}
@media (max-width: 1279px) {
  .module.featured-insights .slick-arrow {
    font-size: 20px;
  }
  .module.featured-insights .slick-arrow.slick-prev {
    left: -25px;
  }
  .module.featured-insights .slick-arrow.slick-next {
    right: -25px;
  }
  .module.featured-insights .slick-slide {
    margin: 0 10px;
  }
  .module.featured-insights .carousel {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .module.featured-insights h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .module.featured-insights .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.module.featured-projects .wrapper {
  max-width: 1674px;
}
.module.featured-projects h2 {
  color: #404042;
  font-weight: 300;
  font-size: 55px;
  margin: 0 0 0.5em;
  letter-spacing: -0.04em;
}
.module.featured-projects h2 strong {
  font-weight: bold;
}
.module.featured-projects .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100% !important;
}
.module.featured-projects .slick-slide {
  height: inherit !important;
  margin: 0 17px;
}
.module.featured-projects .slick-slide .item-post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.module.featured-projects .slick-arrow {
  font-size: 27px;
  position: absolute;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #D1D1D6;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.featured-projects .slick-arrow:hover, .module.featured-projects .slick-arrow:focus {
  color: #a20c33;
}
.module.featured-projects .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.module.featured-projects .slick-arrow.slick-prev {
  left: -43px;
}
.module.featured-projects .slick-arrow.slick-next {
  right: -43px;
}
.module.featured-projects .carousel {
  margin: 0 -17px;
  opacity: 0;
  height: 0;
}
.module.featured-projects .carousel.slick-initialized {
  opacity: 1;
  height: auto;
}
@media (max-width: 1279px) {
  .module.featured-projects .slick-arrow {
    font-size: 20px;
  }
  .module.featured-projects .slick-arrow.slick-prev {
    left: -25px;
  }
  .module.featured-projects .slick-arrow.slick-next {
    right: -25px;
  }
  .module.featured-projects .slick-slide {
    margin: 0 10px;
  }
  .module.featured-projects .carousel {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .module.featured-projects h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .module.featured-projects .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.module.featured-team .wrapper {
  max-width: 1674px;
}
.module.featured-team h2 {
  color: #404042;
  font-weight: 300;
  font-size: 55px;
  margin: 0 0 0.5em;
  letter-spacing: -0.04em;
}
.module.featured-team h2 strong {
  font-weight: bold;
}
.module.featured-team .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100% !important;
}
.module.featured-team .slick-slide {
  height: inherit !important;
  margin: 0 12px;
}
.module.featured-team .slick-slide .item-team {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.module.featured-team .slick-arrow {
  font-size: 27px;
  color: #D1D1D6;
  position: absolute;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.featured-team .slick-arrow:hover, .module.featured-team .slick-arrow:focus {
  color: #a20c33;
}
.module.featured-team .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.module.featured-team .slick-arrow.slick-prev {
  left: -48px;
}
.module.featured-team .slick-arrow.slick-next {
  right: -48px;
}
.module.featured-team .carousel {
  margin: 0 -12px;
  opacity: 0;
  height: 0;
}
.module.featured-team .carousel.slick-initialized {
  opacity: 1;
  height: auto;
}
@media (max-width: 1279px) {
  .module.featured-team .slick-arrow {
    font-size: 20px;
  }
  .module.featured-team .slick-arrow.slick-prev {
    left: -25px;
  }
  .module.featured-team .slick-arrow.slick-next {
    right: -25px;
  }
  .module.featured-team .slick-slide {
    margin: 0 10px;
  }
  .module.featured-team .carousel {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .module.featured-team h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .module.featured-team .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.module.featured-experts {
  margin: 100px 0;
}
.module.featured-experts h2 {
  color: #404042;
  font-weight: 300;
  font-size: 55px;
  margin: 0 0 0.5em;
  letter-spacing: -0.04em;
}
.module.featured-experts h2 strong {
  font-weight: bold;
}
.module.featured-experts .info {
  line-height: 1.4em;
  font-size: 20px;
  letter-spacing: -0.04em;
}
.module.featured-experts .info .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.15em;
}
.module.featured-experts .info .name span {
  display: block;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: normal;
}
.module.featured-experts .info .tag {
  margin: 14px 0 0;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.featured-experts .info .tag > * {
  display: inline-block;
}
.module.featured-experts .info .tag > *::after {
  content: " | ";
  padding: 0 5px;
}
.module.featured-experts .info .tag > *:last-child::after {
  display: none;
}
.module.featured-experts .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.module.featured-experts .icons a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}
.module.featured-experts .icons a:hover, .module.featured-experts .icons a:focus {
  color: #F53768;
}
.module.featured-experts dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.module.featured-experts dl dd {
  margin: 0;
  padding: 0;
  display: none;
}
.module.featured-experts dl dd .bio a {
  color: #404042;
  font-weight: 700;
}
@media (min-width: 1080px) {
  .module.featured-experts .bottom {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    position: relative;
  }
  .module.featured-experts .bottom i {
    margin-left: auto;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
  .module.featured-experts dl {
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
    min-height: 495px;
  }
  .module.featured-experts dl dt {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
  }
  .module.featured-experts dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 1;
  }
  .module.featured-experts dl dt .ace-figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .module.featured-experts dl dt .ace-figure .placeholder {
    padding-bottom: 0;
  }
  .module.featured-experts dl dt .info, .module.featured-experts dl dt .bottom {
    position: relative;
    z-index: 2;
  }
  .module.featured-experts dl dt .info {
    margin-bottom: 15px;
    padding: 0 22px;
  }
  .module.featured-experts dl dt .bottom {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 25px 22px;
  }
  .module.featured-experts dl dt .bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #830020 0%, #a20d33 70%, #ce2852 100%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    z-index: -1;
  }
  .module.featured-experts dl dt.on {
    border-radius: 7px 0 0 7px;
  }
  .module.featured-experts dl dt.on::before {
    opacity: 0;
  }
  .module.featured-experts dl dt:hover .bottom::before {
    opacity: 1;
  }
  .module.featured-experts dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 40px 0 0 0;
  }
  .module.featured-experts dl dd::before {
    border-radius: 0 7px 7px 0;
    background: linear-gradient(45deg, #830020 0%, #a20d33 70%, #ce2852 100%);
    content: "";
    position: absolute;
    left: -7px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
  }
  .module.featured-experts dl dd .content {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .module.featured-experts dl dd .top {
    height: 370px;
    overflow: auto;
    padding: 0 40px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }
  .module.featured-experts dl dd .top::-webkit-scrollbar {
    width: 8px;
  }
  .module.featured-experts dl dd .top::-webkit-scrollbar-track {
    background: transparent;
  }
  .module.featured-experts dl dd .top::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-clip: content-box;
  }
  .module.featured-experts dl dd .top::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .module.featured-experts dl dd .info {
    margin-bottom: 20px;
  }
  .module.featured-experts dl dd .info .tag {
    margin-top: 10px;
  }
  .module.featured-experts dl dd .info .name span {
    display: inline-block;
  }
  .module.featured-experts dl dd .bio {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
  }
  .module.featured-experts dl dd .bio h1, .module.featured-experts dl dd .bio .h1, .module.featured-experts dl dd .bio h2, .module.featured-experts dl dd .bio .h2, .module.featured-experts dl dd .bio h3, .module.featured-experts dl dd .bio .h3, .module.featured-experts dl dd .bio h4, .module.featured-experts dl dd .bio .h4, .module.featured-experts dl dd .bio h5, .module.featured-experts dl dd .bio .h5, .module.featured-experts dl dd .bio h6, .module.featured-experts dl dd .bio .h6, .module.featured-experts dl dd .bio p, .module.featured-experts dl dd .bio a {
    color: #fff;
  }
  .module.featured-experts dl dd .bottom {
    margin: auto 40px 0;
  }
  .module.featured-experts dl dd .bottom:before {
    content: "";
    position: absolute;
    left: -20px;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #F53768;
  }
  .module.featured-experts dl.open dt::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .module.featured-experts dl.open dt .info, .module.featured-experts dl.open dt .bottom {
    opacity: 0;
  }
  .module.featured-experts.x1 dl dt {
    width: 35%;
    border-radius: 7px 0 0 7px;
    pointer-events: none;
  }
  .module.featured-experts.x1 dl dt::before {
    display: none;
  }
  .module.featured-experts.x1 dl dt .info, .module.featured-experts.x1 dl dt .bottom {
    opacity: 0;
  }
  .module.featured-experts.x1 dl dd {
    display: block !important;
    width: 65%;
    border-radius: 7px 0 0 7px;
  }
  .module.featured-experts.x2 dl dt {
    width: 50%;
    min-width: 25%;
  }
  .module.featured-experts.x2 dl dt.on {
    min-width: 25%;
  }
  .module.featured-experts.x3 dl dt {
    width: 33.3333333333%;
    min-width: 17%;
  }
  .module.featured-experts.x3 dl dt.on {
    min-width: 25%;
  }
  .module.featured-experts.x4 dl dt {
    width: 25%;
    min-width: 11%;
  }
  .module.featured-experts.x4 dl dt.on {
    min-width: 25%;
  }
}
@media (max-width: 1079px) {
  .module.featured-experts {
    margin: 80px 0;
  }
  .module.featured-experts dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
  }
  .module.featured-experts dl dt {
    border: solid 2px #BCBCBC;
    border-radius: 7px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    color: #404042;
    cursor: pointer;
  }
  .module.featured-experts dl dt:after {
    content: "\e900";
    font-family: "kimleyhorn-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #A20D33;
    font-size: 20px;
    margin-left: auto;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .module.featured-experts dl dt .bottom {
    display: none;
  }
  .module.featured-experts dl dt .ace-figure {
    border-radius: 4px;
    width: 57px;
    min-width: 57px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .module.featured-experts dl dt .ace-figure .placeholder {
    padding-bottom: 100%;
  }
  .module.featured-experts dl dt .info {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .module.featured-experts dl dt .info .name {
    font-size: 18px;
  }
  .module.featured-experts dl dt .info .name span {
    font-size: 12px;
    margin-top: 1px;
  }
  .module.featured-experts dl dt .info .tag {
    color: #404042;
    margin: 3px 0 0;
  }
  .module.featured-experts dl dt.on {
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    background-color: #F7F7F7;
  }
  .module.featured-experts dl dt.on:after {
    content: "\e901";
  }
  .module.featured-experts dl dd {
    margin-top: -9px;
    border-radius: 0 0 7px 7px;
    border: solid 2px #BCBCBC;
    background-color: #F7F7F7;
    border-top: 0;
    padding: 4px 16px 25px;
    font-size: 13px;
    line-height: 1.54;
    color: #404042;
  }
  .module.featured-experts dl dd .info {
    display: none;
  }
  .module.featured-experts dl dd .icons {
    margin: 35px 0 0;
  }
  .module.featured-experts dl dd .icons a {
    color: #A0002A;
  }
  .module.featured-experts dl dd .bottom i {
    display: none;
  }
}
@media (max-width: 767px) {
  .module.featured-experts h2 {
    font-size: 40px;
  }
}

.featured-content {
  margin: 60px 0;
}
.featured-content .wrapper {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: visible;
}
.featured-content article {
  background-color: #fff;
  border: solid 2px #BCBCBC;
  border-radius: 10px;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-content article h2 {
  color: #404042;
  font-size: 30px;
  line-height: 1.267;
  font-weight: 300;
  margin: 0;
}
.featured-content article h2 strong {
  font-weight: bold;
}
.featured-content article hr {
  height: 1px;
  background-color: #a20c33;
  margin: 30px 0;
}
.featured-content article .button-container {
  margin-top: auto;
  margin-bottom: auto;
}
.featured-content figure {
  position: relative;
  min-height: 100%;
}
.featured-content figure svg {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-content figure .image, .featured-content figure .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.featured-content figure .shape {
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.featured-content figure > a {
  display: block;
}
.featured-content figure > a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 100px;
  font-size: 50px;
  color: #a20c33;
}
.featured-content.theme--tall .wrapper {
  min-height: 580px;
}
.featured-content.theme--tall .wrapper > article {
  width: calc(35% - 5px);
}
.featured-content.theme--tall .wrapper > aside {
  width: calc(65% - 5px);
}
.featured-content.theme--short .wrapper {
  min-height: 450px;
}
.featured-content.theme--short .wrapper > article,
.featured-content.theme--short .wrapper > aside {
  width: calc(50% - 5px);
}
.featured-content.align--left .wrapper > aside {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.featured-content.color--dark article {
  background: -webkit-gradient(linear, left top, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  border-color: transparent;
  border: 0;
  color: #fff;
}
.featured-content.color--dark article h2 {
  color: #fff;
}
.featured-content.color--dark article hr {
  background-color: #F53768;
}
.featured-content.color--dark article p a {
  color: #fff;
}
.featured-content.color--dark .button.primary-alt:after {
  background-image: url(../svg/btn-lighter-rednatmfu3b.svg);
}
.featured-content.color--dark .button.primary-alt:hover:after, .featured-content.color--dark .button.primary-alt:focus:after {
  background-image: url(../svg/btn-huh0dcj4r.svg);
}
@media (max-width: 1719px) {
  .featured-content.theme--tall .wrapper {
    min-height: 30vw;
  }
  .featured-content.theme--short .wrapper {
    min-height: 23.4375vw;
  }
}
@media (max-width: 1673px) {
  .featured-content figure > a i {
    width: 6vw;
    height: 6vw;
    border-radius: 6vw;
    font-size: 3vw;
    min-width: 80px;
    min-height: 80px;
  }
}
@media (max-width: 1079px) {
  .featured-content .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .featured-content .wrapper > article {
    width: 100% !important;
  }
  .featured-content .wrapper > aside {
    width: 100% !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .featured-content.theme--tall .wrapper {
    min-height: 0;
  }
  .featured-content.theme--tall figure {
    aspect-ratio: 11070/5816;
  }
  .featured-content.theme--short .wrapper {
    min-height: 0;
  }
  .featured-content.theme--short figure {
    aspect-ratio: 8568/4504;
  }
}
@media (max-width: 767px) {
  .featured-content figure > a i {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 35px;
  }
}

.featured-content-alt {
  margin: 60px 0;
}
.featured-content-alt .wrapper {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow: visible;
}
.featured-content-alt .wrapper > article {
  width: calc(65% - 8px);
}
.featured-content-alt .wrapper > aside {
  width: calc(35% - 8px);
}
.featured-content-alt article {
  border: solid 2px #BCBCBC;
  border-radius: 10px;
  padding: 120px 60px;
  font-size: 16px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 60px;
}
.featured-content-alt article h2 {
  color: #404042;
  margin: 0 0 1em;
  font-size: 30px;
  line-height: 1.267;
}
.featured-content-alt figure {
  position: relative;
  min-height: 100%;
}
.featured-content-alt figure svg {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-content-alt figure .image, .featured-content-alt figure .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.featured-content-alt figure .shape {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  background-position: right center;
}
.featured-content-alt .links .item > * {
  border-top: solid 1px #a20c33;
  padding: 16px 0 36px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.14em;
  color: #404042;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.featured-content-alt .links .item > * em {
  font-style: normal;
}
.featured-content-alt .links .item > * i {
  font-size: 18px;
  color: #a20c33;
  margin-top: 0.4em;
}
.featured-content-alt .links .item span i {
  display: none;
}
.featured-content-alt .links .item a {
  color: #404042;
  text-decoration: none;
}
.featured-content-alt .links .item a:hover, .featured-content-alt .links .item a:focus {
  color: #a20c33;
}
.featured-content-alt.align--left .wrapper > aside {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (max-width: 1479px) {
  .featured-content-alt article {
    padding: 60px 30px;
    gap: 30px;
  }
}
@media (max-width: 1279px) {
  .featured-content-alt article {
    padding: 40px 25px;
    gap: 25px;
  }
  .featured-content-alt article h2 {
    font-size: 30px;
  }
  .featured-content-alt .links .item > * {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .featured-content-alt .links .item > * em {
    max-width: 210px;
  }
  .featured-content-alt .links .item:last-child > * {
    padding-bottom: 10px;
  }
}
@media (max-width: 959px) {
  .featured-content-alt .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-content-alt .wrapper > article {
    width: 100% !important;
  }
  .featured-content-alt .wrapper > aside {
    width: 100% !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .featured-content-alt figure {
    aspect-ratio: 1920/1080;
  }
  .featured-content-alt figure .svg-path, .featured-content-alt figure .svg-shape, .featured-content-alt figure .shape {
    display: none;
  }
  .featured-content-alt figure .image {
    -webkit-clip-path: initial !important;
    clip-path: initial !important;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .featured-content-alt article {
    grid-template-columns: 1fr;
    padding: 30px;
  }
}

.featured-content-stat .wrapper {
  max-width: 1920px;
  display: grid;
  grid-template-columns: 2fr 3fr 3fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  min-height: 386px;
}
.featured-content-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  color: #fff;
  border-radius: 10px;
  padding: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
}
.featured-content-stat .stat-container hr {
  background-color: #F53768;
  margin: 38px 0 23px;
}
.featured-content-stat .stat-container .stat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  white-space: nowrap;
  line-height: 1;
  min-width: 0;
  letter-spacing: -0.04em;
}
.featured-content-stat .stat-container .stat .counter {
  display: inline-block;
  white-space: nowrap;
  width: auto !important;
  max-width: 100% !important;
  overflow: hidden;
}
.featured-content-stat .stat-container .stat .counter-prefix, .featured-content-stat .stat-container .stat .counter-suffix {
  display: inline-block;
  white-space: nowrap;
}
.featured-content-stat .stat-container .stat, .featured-content-stat .stat-container .stat-container, .featured-content-stat .stat-container .stat-value {
  min-width: 0;
}
.featured-content-stat article {
  background-color: #fff;
  border: solid 2px #BCBCBC;
  border-radius: 10px;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
}
.featured-content-stat article h2 {
  color: #404042;
  font-weight: 300;
  margin: 0 0 0.5em;
  font-size: 30px;
  line-height: 1.267;
}
.featured-content-stat article h2 strong {
  font-weight: bold;
  display: block;
}
.featured-content-stat article .eyebrow {
  color: #a20c33;
  margin: 0 0 1.5em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.featured-content-stat article p {
  margin: 0 0 1em;
}
.featured-content-stat aside {
  margin-left: -15px;
}
.featured-content-stat figure {
  position: relative;
  min-height: 100%;
}
.featured-content-stat figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-content-stat figure .image, .featured-content-stat figure .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.featured-content-stat figure .shape {
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
@media (max-width: 1719px) {
  .featured-content-stat .wrapper {
    min-height: 20.1041666667vw;
  }
}
@media (max-width: 1279px) {
  .featured-content-stat .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .featured-content-stat .stat-container {
    grid-column: 1/-1;
    padding: 40px;
  }
  .featured-content-stat .stat-container .stat {
    font-size: 90px;
  }
  .featured-content-stat article {
    padding: 30px;
    margin-right: 0;
  }
  .featured-content-stat aside {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .featured-content-stat .wrapper {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .featured-content-stat .stat-container {
    margin-bottom: 40px;
  }
  .featured-content-stat aside {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 10px;
  }
  .featured-content-stat article {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .featured-content-stat figure {
    aspect-ratio: 6108/3870;
  }
}

.leftright-image-text {
  margin: 70px 0;
}
.leftright-image-text .wrapper {
  max-width: 1674px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.leftright-image-text .wrapper > figure {
  max-width: 368px;
  min-width: 368px;
  height: 368px; 
  border-radius: 7px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.leftright-image-text .wrapper > figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.leftright-image-text .wrapper > article h2 {
  margin: 0 0 22px;
}
.leftright-image-text .wrapper > article a {
  font-weight: 700;
}
.leftright-image-text.image-right .wrapper > figure {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.leftright-image-text.image-right .wrapper > article {
  margin-left: 185px;
}
@media (max-width: 1279px) {
  .leftright-image-text .wrapper {
    gap: 40px;
  }
  .leftright-image-text .wrapper > figure {
    max-width: 22vw;
    min-width: 22vw;
	height: 22vw;
  }
  .leftright-image-text.image-right .wrapper > article {
    margin-left: 100px;
  }
}
@media (max-width: 1079px) {
  .leftright-image-text .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .leftright-image-text .wrapper > figure {
    max-width: 368px;
    min-width: 0;
    width: 100%;
	height: 100%;
    -webkit-box-ordinal-group: initial !important;
    -ms-flex-order: initial !important;
    order: initial !important;
  }
  .leftright-image-text .wrapper > figure img {
    position: static;
    width: 100%;
    height: auto;
  }
  .leftright-image-text.image-right .wrapper > article {
    margin-left: 0;
  }
}

.module.pathway-list {
  margin: 90px 0 70px;
}
.module.pathway-list .wrapper {
  max-width: 1674px;
}
.module.pathway-list h2 {
  color: #404042;
  font-weight: 300;
  font-size: 56px;
  margin: 0 0 1em;
  letter-spacing: -0.04em;
}
.module.pathway-list h2 strong {
  font-weight: bold;
}
.module.pathway-list .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 50px;
}
.module.pathway-list .items .item > * {
  border-top: solid 1px #a20c33;
  padding: 16px 0 0;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #404042;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 66px;
}
.module.pathway-list .items .item > * em {
  font-style: normal;
  max-width: 247px;
}
.module.pathway-list .items .item > * i {
  font-size: 17px;
  color: #404042;
  margin-top: 0.2em;
}
.module.pathway-list .items .item span i {
  display: none;
}
.module.pathway-list .items .item a {
  color: #404042;
  text-decoration: none;
}
.module.pathway-list .items .item a:hover, .module.pathway-list .items .item a:focus {
  color: #a20c33;
}
.module.pathway-list .items .item a:hover i, .module.pathway-list .items .item a:focus i {
  color: #a20c33;
}
.module.pathway-list .expand-text {
  display: none;
}
@media (max-width: 1479px) {
  .module.pathway-list .items {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1279px) {
  .module.pathway-list .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .module.pathway-list .items .item > * {
    font-size: 20px;
    padding-top: 10px;
    min-height: 46px;
  }
  .module.pathway-list .items .item > * em {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .module.pathway-list h2 {
    font-size: 40px;
  }
  .module.pathway-list .items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 575px) {
  .module.pathway-list .items {
    grid-template-columns: 1fr;
    height: 100%;
  }
  .module.pathway-list .items.collapse {
    height: 380px;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .module.pathway-list .items.collapse div:nth-child(4) a {
    pointer-events: none;
  }
  .module.pathway-list .items.collapse div:nth-child(4) i {
    display: none;
  }
  .module.pathway-list .items.collapse + .expand-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #fff));
    background: linear-gradient(180deg, transparent, #fff 60%);
    margin-top: -100px;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    z-index: 3;
    -webkit-transition: 0.6s color ease-in-out;
    transition: 0.6s color ease-in-out;
    cursor: pointer;
  }
  .module.pathway-list .items.collapse + .expand-text i {
    margin-bottom: 6px;
    font-size: 17px;
    -webkit-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
  }
  .module.pathway-list .items.collapse + .expand-text:hover, .module.pathway-list .items.collapse + .expand-text:focus {
    color: #a20c33;
  }
  .module.pathway-list .items.collapse + .expand-text:hover i, .module.pathway-list .items.collapse + .expand-text:focus i {
    color: #a20c33;
  }
}

.pathway-cards {
  margin: 90px 0;
}
.pathway-cards .wrapper {
  max-width: 1920px;
}
.pathway-cards .items {
  margin-left: 417px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-right: 123px;
}
.pathway-cards .item > * {
  border: solid 2px #BCBCBC;
  border-radius: 10px;
  padding: 40px;
  color: #404042;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.pathway-cards .item a {
  text-decoration: none;
}
.pathway-cards .item a:hover .more, .pathway-cards .item a:focus .more {
  color: #a20c33;
}
.pathway-cards .item a:hover .more i, .pathway-cards .item a:focus .more i {
  color: #a20c33;
}
.pathway-cards .item h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.267;
}
.pathway-cards .item hr {
  background-color: #A20D33;
  margin: 25px 0 22px;
}
.pathway-cards .item .description {
  margin: 0 0 40px;
}
.pathway-cards .item .more {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #404042;
  text-transform: uppercase;
}
.pathway-cards .item .more i {
  font-size: 19px;
  color: #404042;
  font-weight: normal;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1719px) {
  .pathway-cards .items {
    gap: 20px;
    margin-left: 417px;
    margin-right: 40px;
  }
  .pathway-cards .item > * {
    padding: 40px 30px;
  }
}
@media (max-width: 1479px) {
  .pathway-cards .items {
    grid-template-columns: 1fr 1fr 1fr;
    margin-right: 0;
    margin-left: -50px;
  }
}
@media (max-width: 1479px) {
  .pathway-cards .items {
    margin-right: 50px;
    margin-left: 0;
  }
}
@media (max-width: 1079px) {
  .pathway-cards .items {
    margin-left: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pathway-cards .items {
    margin-left: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .pathway-cards .items {
    margin-right: 20px;
  }
}

.module.pathway-list-accordion {
  margin: 90px 0 85px;
}
.module.pathway-list-accordion + .module {
  margin-top: 0;
}
.module.pathway-list-accordion .wrapper {
  max-width: 1674px;
}
.module.pathway-list-accordion h2 {
  color: #404042;
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  letter-spacing: -0.04em;
  border-top: solid 1px #BCBCBC;
  border-bottom: solid 1px #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  min-height: 90px;
  padding-left: 130px;
  padding: 20px 0 20px 130px;
  cursor: pointer;
}
.module.pathway-list-accordion h2 > span {
  -ms-flex-item-align: center;
  align-self: center;
}
.module.pathway-list-accordion h2 strong {
  font-weight: bold;
}
.module.pathway-list-accordion h2:after {
  /*content: 'click to expand';
  align-self: center;
  color: $color-primary;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0.2em;
  */
}
.module.pathway-list-accordion h2 i {
  background-color: #a20c33;
  color: #fff;
  width: 90px;
  text-align: center;
  font-weight: 100;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.module.pathway-list-accordion h2.on {
  border-bottom-color: transparent;
  /*
  &:after {
  	content: 'click to close';
  }
  */
}
.module.pathway-list-accordion h2.on i.icon-plus::before {
  content: "\e90e";
}
.module.pathway-list-accordion .container {
  display: none;
  padding: 37px 0;
  border-bottom: solid 1px #BCBCBC;
}
.module.pathway-list-accordion .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 50px;
}
.module.pathway-list-accordion .items .item > * {
  border-top: solid 1px #a20c33;
  padding: 16px 0 0;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.14em;
  color: #404042;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 66px;
}
.module.pathway-list-accordion .items .item > * em {
  font-style: normal;
  max-width: 247px;
}
.module.pathway-list-accordion .items .item > * i {
  font-size: 20px;
  color: #404042;
  margin-top: 0.2em;
}
.module.pathway-list-accordion .items .item span i {
  display: none;
}
.module.pathway-list-accordion .items .item a {
  color: #404042;
  text-decoration: none;
}
.module.pathway-list-accordion .items .item a:hover, .module.pathway-list-accordion .items .item a:focus {
  color: #a20c33;
}
.module.pathway-list-accordion .items .item a:hover i, .module.pathway-list-accordion .items .item a:focus i {
  color: #a20c33;
}
@media (max-width: 1479px) {
  .module.pathway-list-accordion .items {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1279px) {
  .module.pathway-list-accordion .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .module.pathway-list-accordion .items .item > * {
    font-size: 20px;
    padding-top: 10px;
    min-height: 46px;
  }
  .module.pathway-list-accordion .items .item > * em {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .module.pathway-list-accordion h2 {
    font-size: 28px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    min-height: 90px;
    padding: 15px 0 15px 95px;
  }
  .module.pathway-list-accordion h2 i {
    width: 70px;
    font-size: 30px;
  }
  .module.pathway-list-accordion h2:after {
    font-size: 10px;
  }
  .module.pathway-list-accordion .items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 575px) {
  .module.pathway-list-accordion .items {
    grid-template-columns: 1fr;
  }
}

.module.gallery {
  margin: 100px 0;
}

.module.gallery .wrapper {
  max-width: 1674px;
}

.module.gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100% !important;
}

.module.gallery .slick-slide {
  height: auto;
}

.module.gallery .slick-slide .item-team {
  width: 100%;
  display: block;
}

.module.gallery .slick-arrow {
  font-size: 27px;
  color: #D1D1D6;
  position: absolute;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}

.module.gallery .slick-arrow:hover,
.module.gallery .slick-arrow:focus {
  color: #a20c33;
}

.module.gallery .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.module.gallery .slick-arrow.slick-prev {
  left: -58px;
}

.module.gallery .slick-arrow.slick-next {
  right: -58px;
}

.module.gallery .carousel {
  opacity: 0;
  height: 0;
}

.module.gallery .carousel.slick-initialized {
  opacity: 1;
  height: auto;
}

.module.gallery .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  height: 498px;
}

/* layouts */
.module.gallery .row.full {
  grid-template-columns: 1fr;
  height: auto;
}

.module.gallery .row.split1 {
  grid-template-columns: 2fr 1fr;
}

.module.gallery .row.split2 {
  grid-template-columns: 1fr 2fr;
}

.module.gallery .row.split3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.module.gallery .row.halfs {
  grid-template-columns: 1fr 1fr;
}

.module.gallery .row a {
  position: relative;
  display: block;
}

.module.gallery .row a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  font-size: 86px;
  color: #fff;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}

.module.gallery .row .ace-figure {
  min-height: 100%;
  border-radius: 10px;
}

.module.gallery .row .ace-figure .placeholder {
  padding-bottom: 0;
  min-height: 100%;
}

.module.gallery .row a .ace-figure .display img {
  width: 100%;
  height: 100%;
  object-fit: var(--img-fit, cover);
  object-position: var(--img-pos, 50% 50%);
  display: block;
}

.module.gallery .row.full a,
.module.gallery .row.full a.is-video-full {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

.module.gallery .row.full .ace-figure {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 10px;
}

.module.gallery .row.full .ace-figure .placeholder {
  display: none;
  min-height: 0;
  padding-bottom: 0;
}

.module.gallery .row.full .ace-figure .display {
  position: absolute;
  inset: 0;
}

.module.gallery .row.full a .ace-figure .display img {
  width: 100%;
  height: 100%;
  object-fit: var(--img-fit, cover);
  object-position: var(--img-pos, 50% 50%);
  display: block;
}

@media (max-width: 1673px) {
  .module.gallery .row {
    height: 30vw;
    min-height: 240px;
    gap: 10px;
  }

  .module.gallery .row a i {
    font-size: 5.5vw;
  }

  .module.gallery .row.full {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 1279px) {
  .module.gallery .slick-arrow {
    font-size: 20px;
  }

  .module.gallery .slick-arrow.slick-prev {
    left: -35px;
  }

  .module.gallery .slick-arrow.slick-next {
    right: -35px;
  }
}

@media (max-width: 767px) {
  .module.gallery .row {
    height: auto;
  }

  .module.gallery .row .ace-figure .placeholder {
    padding-bottom: 40%;
  }

  .module.gallery .row.split1 {
    grid-template-columns: 1fr;
  }

  .module.gallery .row.split2 {
    grid-template-columns: 1fr;
  }

  .module.gallery .row.split3 {
    grid-template-columns: 1fr;
  }

  .module.gallery .row.halfs {
    grid-template-columns: 1fr;
  }

  .module.gallery .row a i {
    font-size: 10vw;
  }

  .module.gallery .row.full {
    height: auto;
  }

  .module.gallery .row.full .ace-figure {
    aspect-ratio: 2 / 1;
  }

  .module.gallery .row.full .ace-figure .placeholder {
    display: none;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .module.gallery .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.color-accent-cta .color-accent-cta-container {
  background-color: #005F7F;
  border-radius: 10px;
  color: #fff;
  padding: 47px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.color-accent-cta .color-accent-cta-container aside {
  font-size: 35px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-weight: 300;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0;
}
.color-accent-cta .color-accent-cta-container .button-container {
  border-left: solid 1px #82ABBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 60px;
  margin-left: 50px;
  min-width: 25%;
  max-width: 25%;
}
.color-accent-cta .color-accent-cta-container .button-container .button.primary-alt:not(.page-color-blue-75 .theme-red .button.primary-alt,
.page-color-blue-dark .theme-red .button.primary-alt,
.page-color-blue .theme-red .button.primary-alt,
.page-color-green-75 .theme-red .button.primary-alt,
.page-color-green .theme-red .button.primary-alt,
.page-color-grey .theme-red .button.primary-alt,
.page-color-orange-75 .theme-red .button.primary-alt,
.page-color-orange .theme-red .button.primary-alt,
.page-color-purple-75 .theme-red .button.primary-alt,
.page-color-purple .theme-red .button.primary-alt,
.page-color-yellow-75 .theme-red .button.primary-alt,
.page-color-yellow .theme-red .button.primary-alt):after {
  background-image: url(../svg/btn-grayf0drj70p.svg);
  color: #fff;
}
.color-accent-cta .color-accent-cta-container .button-container .button.primary-alt:not(.page-color-blue-75 .theme-red .button.primary-alt,
.page-color-blue-dark .theme-red .button.primary-alt,
.page-color-blue .theme-red .button.primary-alt,
.page-color-green-75 .theme-red .button.primary-alt,
.page-color-green .theme-red .button.primary-alt,
.page-color-grey .theme-red .button.primary-alt,
.page-color-orange-75 .theme-red .button.primary-alt,
.page-color-orange .theme-red .button.primary-alt,
.page-color-purple-75 .theme-red .button.primary-alt,
.page-color-purple .theme-red .button.primary-alt,
.page-color-yellow-75 .theme-red .button.primary-alt,
.page-color-yellow .theme-red .button.primary-alt):hover:after, .color-accent-cta .color-accent-cta-container .button-container .button.primary-alt:not(.page-color-blue-75 .theme-red .button.primary-alt,
.page-color-blue-dark .theme-red .button.primary-alt,
.page-color-blue .theme-red .button.primary-alt,
.page-color-green-75 .theme-red .button.primary-alt,
.page-color-green .theme-red .button.primary-alt,
.page-color-grey .theme-red .button.primary-alt,
.page-color-orange-75 .theme-red .button.primary-alt,
.page-color-orange .theme-red .button.primary-alt,
.page-color-purple-75 .theme-red .button.primary-alt,
.page-color-purple .theme-red .button.primary-alt,
.page-color-yellow-75 .theme-red .button.primary-alt,
.page-color-yellow .theme-red .button.primary-alt):focus:after {
  background-image: url(../svg/btn-gray-hlhjdzxq3.svg);
}
.color-accent-cta .color-accent-cta-container aside {
  color: #fff;
}
.color-accent-cta .color-accent-cta-container aside h1, .color-accent-cta .color-accent-cta-container aside .h1, .color-accent-cta .color-accent-cta-container aside h2, .color-accent-cta .color-accent-cta-container aside .h2, .color-accent-cta .color-accent-cta-container aside h3, .color-accent-cta .color-accent-cta-container aside .h3, .color-accent-cta .color-accent-cta-container aside h4, .color-accent-cta .color-accent-cta-container aside .h4, .color-accent-cta .color-accent-cta-container aside h5, .color-accent-cta .color-accent-cta-container aside .h5, .color-accent-cta .color-accent-cta-container aside h6, .color-accent-cta .color-accent-cta-container aside .h6, .color-accent-cta .color-accent-cta-container aside p a {
  color: #fff;
}
.color-accent-cta .color-accent-cta-container p a {
  font-weight: 700;
}
.color-accent-cta.theme-red .color-accent-cta-container {
  background-color: #A0002A;
}
.color-accent-cta.theme-red .color-accent-cta-container .button-container {
  border-color: #D96666;
}
.color-accent-cta.theme-red .color-accent-cta-container aside {
  color: #fff;
}
.color-accent-cta.theme-red .color-accent-cta-container aside h1, .color-accent-cta.theme-red .color-accent-cta-container aside .h1, .color-accent-cta.theme-red .color-accent-cta-container aside h2, .color-accent-cta.theme-red .color-accent-cta-container aside .h2, .color-accent-cta.theme-red .color-accent-cta-container aside h3, .color-accent-cta.theme-red .color-accent-cta-container aside .h3, .color-accent-cta.theme-red .color-accent-cta-container aside h4, .color-accent-cta.theme-red .color-accent-cta-container aside .h4, .color-accent-cta.theme-red .color-accent-cta-container aside h5, .color-accent-cta.theme-red .color-accent-cta-container aside .h5, .color-accent-cta.theme-red .color-accent-cta-container aside h6, .color-accent-cta.theme-red .color-accent-cta-container aside .h6, .color-accent-cta.theme-red .color-accent-cta-container aside p a {
  color: #fff;
}
.color-accent-cta.theme-green .color-accent-cta-container {
  background-color: #B8BE15;
  color: #404042;
}
.color-accent-cta.theme-green .color-accent-cta-container .button-container {
  border-color: #E2E82E;
}
.color-accent-cta.theme-green .color-accent-cta-container aside {
  color: #404042;
}
.color-accent-cta.theme-green .color-accent-cta-container aside h1, .color-accent-cta.theme-green .color-accent-cta-container aside .h1, .color-accent-cta.theme-green .color-accent-cta-container aside h2, .color-accent-cta.theme-green .color-accent-cta-container aside .h2, .color-accent-cta.theme-green .color-accent-cta-container aside h3, .color-accent-cta.theme-green .color-accent-cta-container aside .h3, .color-accent-cta.theme-green .color-accent-cta-container aside h4, .color-accent-cta.theme-green .color-accent-cta-container aside .h4, .color-accent-cta.theme-green .color-accent-cta-container aside h5, .color-accent-cta.theme-green .color-accent-cta-container aside .h5, .color-accent-cta.theme-green .color-accent-cta-container aside h6, .color-accent-cta.theme-green .color-accent-cta-container aside .h6, .color-accent-cta.theme-green .color-accent-cta-container aside p a {
  color: #404042;
}
.color-accent-cta.theme-orange .color-accent-cta-container {
  background-color: #FFB600;
  color: #404042;
}
.color-accent-cta.theme-orange .color-accent-cta-container .button-container {
  border-color: #FFD938;
}
.color-accent-cta.theme-orange .color-accent-cta-container aside {
  color: #404042;
}
.color-accent-cta.theme-orange .color-accent-cta-container aside h1, .color-accent-cta.theme-orange .color-accent-cta-container aside .h1, .color-accent-cta.theme-orange .color-accent-cta-container aside h2, .color-accent-cta.theme-orange .color-accent-cta-container aside .h2, .color-accent-cta.theme-orange .color-accent-cta-container aside h3, .color-accent-cta.theme-orange .color-accent-cta-container aside .h3, .color-accent-cta.theme-orange .color-accent-cta-container aside h4, .color-accent-cta.theme-orange .color-accent-cta-container aside .h4, .color-accent-cta.theme-orange .color-accent-cta-container aside h5, .color-accent-cta.theme-orange .color-accent-cta-container aside .h5, .color-accent-cta.theme-orange .color-accent-cta-container aside h6, .color-accent-cta.theme-orange .color-accent-cta-container aside .h6, .color-accent-cta.theme-orange .color-accent-cta-container aside p a {
  color: #404042;
}
@media (max-width: 1279px) {
  .color-accent-cta .color-accent-cta-container {
    padding: 40px;
  }
  .color-accent-cta .color-accent-cta-container aside {
    font-size: 30px;
  }
  .color-accent-cta .color-accent-cta-container .button-container {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 1079px) {
  .color-accent-cta .color-accent-cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .color-accent-cta .color-accent-cta-container aside {
    width: 100%;
    padding: 0;
  }
  .color-accent-cta .color-accent-cta-container .button-container {
    border: 0;
    padding: 0;
    width: 100%;
    margin-left: 0;
    max-width: none;
    min-width: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .color-accent-cta .color-accent-cta-container {
    padding: 30px;
  }
  .color-accent-cta .color-accent-cta-container aside {
    font-size: 26px;
  }
}

.testimonial .wrapper {
  max-width: 1674px;
}
.testimonial .testimonial-container {
  background-color: #005F7F;
  border-radius: 10px;
  color: #fff;
  padding: 47px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial .testimonial-container aside {
  font-size: 35px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.testimonial .testimonial-container cite {
  border-left: solid 1px #82ABBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 60px;
  margin-left: 50px;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #82ABBC;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 25%;
  max-width: 25%;
  line-height: 1.333em;
}
.testimonial .testimonial-container cite strong {
  font-size: 1.667em;
  font-weight: bold;
  text-transform: none;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 0 0 15px;
  display: block;
  line-height: 1.333em;
}
.testimonial.font-size-small .testimonial-container aside {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.55em;
}
.testimonial.theme-red .testimonial-container {
  background-color: #A0002A;
}
.testimonial.theme-red .testimonial-container cite {
  border-color: #D96666;
  color: #D96666;
}
.testimonial.theme-green .testimonial-container {
  background-color: #B8BE15;
  color: #404042;
}
.testimonial.theme-green .testimonial-container cite {
  border-color: #404042;
  color: #404042;
}
.testimonial.theme-green .testimonial-container cite strong {
  color: #404042;
}
.testimonial.theme-orange .testimonial-container {
  background-color: #FFB600;
  color: #404042;
}
.testimonial.theme-orange .testimonial-container cite {
  border-color: #FFD938;
  color: #404042;
}
.testimonial.theme-orange .testimonial-container cite strong {
  color: #404042;
}
@media (max-width: 1279px) {
  .testimonial .testimonial-container {
    padding: 40px;
  }
  .testimonial .testimonial-container aside {
    font-size: 30px;
  }
  .testimonial .testimonial-container cite {
    padding-left: 30px;
    margin-left: 30px;
    font-size: 12px;
  }
  .testimonial .testimonial-container cite strong {
    margin: 0 0 10px;
  }
}
@media (max-width: 1079px) {
  .testimonial .testimonial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial .testimonial-container cite {
    margin-left: 0;
    max-width: none;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial-container {
    padding: 30px;
  }
  .testimonial .testimonial-container aside {
    font-size: 26px;
  }
  .testimonial.font-size-small .testimonial-container aside {
    font-size: 20px;
  }
}

.testimonial-stat .wrapper {
  max-width: 1920px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  min-height: 386px;
}
.testimonial-stat .testimonial-container {
  background: #404042;
  color: #fff;
  border-radius: 10px;
  padding: 62px 60px 62px 74px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.testimonial-stat .testimonial-container aside {
  font-size: 32px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  -ms-flex-item-align: center;
  align-self: center;
}
.testimonial-stat .testimonial-container cite {
  border-left: solid 1px #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 60px;
  margin-left: 50px;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #AFAFAF;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.33em;
}
.testimonial-stat .testimonial-container cite strong {
  font-size: 1.667em;
  font-weight: bold;
  text-transform: none;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1.33em;
  margin: 0 0 15px;
}
.testimonial-stat .stat-container {
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  color: #fff;
  border-radius: 10px;
  padding: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
}
.testimonial-stat .stat-container hr {
  background-color: #F53768;
  margin: 38px 0 23px;
}
.testimonial-stat .stat-container .stat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  white-space: nowrap;
  line-height: 1;
  min-width: 0;
  letter-spacing: -0.04em;
}
.testimonial-stat .stat-container .stat .counter {
  display: inline-block;
  white-space: nowrap;
  width: auto !important;
  max-width: 100% !important;
  overflow: hidden;
}
.testimonial-stat .stat-container .stat .counter-prefix, .testimonial-stat .stat-container .stat .counter-suffix {
  display: inline-block;
  white-space: nowrap;
}
.testimonial-stat .stat-container .stat, .testimonial-stat .stat-container .stat-container, .testimonial-stat .stat-container .stat-value {
  min-width: 0;
}
@media (max-width: 1719px) {
  .testimonial-stat .testimonial-container cite {
    padding-left: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 1479px) {
  .testimonial-stat .testimonial-container {
    padding: 40px;
  }
  .testimonial-stat .testimonial-container aside {
    font-size: 30px;
  }
  .testimonial-stat .testimonial-container cite {
    padding-left: 30px;
    margin-left: 30px;
    font-size: 12px;
  }
  .testimonial-stat .stat-container {
    padding: 40px;
  }
  .testimonial-stat .stat-container .stat {
    font-size: 90px;
  }
}
@media (max-width: 1279px) {
  .testimonial-stat .wrapper {
    gap: 20px;
  }
  .testimonial-stat .testimonial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial-stat .testimonial-container cite {
    margin-left: 0;
  }
  .testimonial-stat .testimonial-container cite strong {
    margin: 0 0 10px;
  }
}
@media (max-width: 1079px) {
  .testimonial-stat .wrapper {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .testimonial-stat .stat-container {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  .testimonial-stat .testimonial-container {
    padding: 30px;
  }
  .testimonial-stat .testimonial-container aside {
    font-size: 24px;
  }
}

.insights-main-grid {
  margin: 60px 0 110px;
}
.insights-main-grid .wrapper {
  max-width: 1920px;
}
.insights-main-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: dense;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 35px;
  margin: 65px 0 45px;
}
.insights-main-grid .grid > * {
  -webkit-box-ordinal-group: 1000;
  -ms-flex-order: 999;
  order: 999;
}
.insights-main-grid .grid > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.insights-main-grid .grid > *:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.insights-main-grid .grid > *:nth-child(2).offer {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.insights-main-grid .grid > *:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.insights-main-grid .grid > *:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.insights-main-grid .grid > *:nth-child(5) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.insights-main-grid .grid > *:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.insights-main-grid .grid > *:nth-child(7) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.insights-main-grid .grid > *:nth-child(8) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.insights-main-grid .grid > *:nth-child(9) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.insights-main-grid .grid > *:nth-child(10) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.insights-main-grid .grid .offer {
  grid-column: span 2;
}
@media (max-width: 1079px) {
  .insights-main-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .insights-main-grid .grid {
    grid-template-columns: 1fr;
  }
  .insights-main-grid .grid .offer {
    grid-column: initial;
  }
}

.item-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  text-decoration: none !important;
}
.item-post .ace-figure {
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 5px;
}
.item-post .ace-figure .placeholder {
  padding-bottom: 52.46%;
}
.item-post aside {
  padding: 27px 27px 21px;
  border: solid 2px #BCBCBC;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #404042;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item-post aside::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.item-post h3 {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color: #404042;
  margin: 0 0 5px;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.item-post h3:not(:first-child) {
  margin: 0 0 30px;
}
.item-post .tag {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a20c33;
  margin: 0 0 30px;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.item-post .tag:first-child {
  margin: 0 0 5px;
}
.item-post .more {
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: #404042;
  letter-spacing: 0.05em;
  margin-top: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item-post .more i {
  font-size: 19px;
  color: #a20c33;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.item-post:hover aside, .item-post:focus aside {
  color: #fff;
}
.item-post:hover aside::before, .item-post:focus aside::before {
  opacity: 1;
}
.item-post:hover .tag, .item-post:hover h3, .item-post:focus .tag, .item-post:focus h3 {
  color: #fff;
}
.item-post:hover .more, .item-post:focus .more {
  color: #fff;
}
.item-post:hover .more i, .item-post:focus .more i {
  color: #fff;
}

.item-location aside {
  font-weight: normal;
  font-size: 16px;
  color: #404042;
}
.item-location .info {
  margin: 0 0 30px;
}

.item-team {
  text-decoration: none !important;
  position: relative;
}
.item-team .ace-figure {
  border-radius: 7px;
  margin: 0 0 5px;
}
.item-team .ace-figure .placeholder {
  padding-bottom: 64.28%;
}
.item-team aside {
  padding: 20px 20px 18px;
  border: solid 2px #BCBCBC;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-team aside i {
  font-size: 20px;
  color: #a20c33;
  margin-top: auto;
  margin-left: auto;
  line-height: 1;
}
.item-team .name {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color: #404042;
  margin: 0 0 10px;
}
.item-team .name span {
  font-size: 0.65em;
  display: block;
  line-height: 1.25em;
}
.item-team .tag {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a20c33;
  margin: 0 0 4px;
}
.item-team .tag > * {
  display: inline-block;
}
.item-team .tag > *::after {
  content: " | ";
  padding: 0 5px;
}
.item-team .tag > *:last-child::after {
  display: none;
}
.item-team:hover .hover, .item-team:focus .hover {
  opacity: 1;
  pointer-events: all;
}
.item-team .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  padding: 20px 20px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
  pointer-events: none;
}
.item-team .hover .short-bio {
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 0 20px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: auto 0;
}
.item-team .hover .bottom {
  margin-top: 13px;
  height: 77px;
  border-top: solid 1px #F53768;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-team .hover .bottom i {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 20px;
}

.item-member {
  text-decoration: none !important;
  position: relative;
}
.item-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #016080;
  z-index: 2;
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item-member:hover::before, .item-member:hover .short-bio, .item-member:focus::before, .item-member:focus .short-bio {
  opacity: 1;
}
.item-member:hover .top::before, .item-member:focus .top::before {
  opacity: 1;
}
.item-member:hover aside, .item-member:focus aside {
  border-color: transparent;
  color: #fff;
}
.item-member:hover aside i, .item-member:focus aside i {
  color: #fff;
}
.item-member:hover .name, .item-member:hover .tag, .item-member:focus .name, .item-member:focus .tag {
  color: #fff;
}
.item-member:hover .icons a, .item-member:focus .icons a {
  color: #fff;
}
.item-member > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.item-member .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-member .top:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  height: 1px;
  background-color: #2F9DC3;
  z-index: 3;
  opacity: 0;
}
.item-member .short-bio {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 20px;
  bottom: 40px;
  padding-right: 20px;
  overflow: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 1.57;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  z-index: 3;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.item-member .short-bio::-webkit-scrollbar {
  width: 8px;
}
.item-member .short-bio::-webkit-scrollbar-track {
  background: transparent;
}
.item-member .short-bio::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-clip: content-box;
}
.item-member .short-bio::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.item-member .ace-figure {
  border-radius: 7px;
  margin: 0 0 5px;
}
.item-member .ace-figure .placeholder {
  padding-bottom: 64.28%;
}
.item-member aside {
  padding: 15px 20px 55px;
  border: solid 2px #BCBCBC;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
  z-index: 3;
}
.item-member aside i {
  font-size: 20px;
  color: #a20c33;
  margin-top: auto;
  margin-left: auto;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item-member .name {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color: #404042;
  margin: 0 0 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item-member .name span {
  font-size: 0.65em;
  display: block;
  line-height: 1.25em;
}
.item-member .tag {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a20c33;
  margin: 0 0 4px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item-member .tag > * {
  display: inline-block;
}
.item-member .tag > *::after {
  content: " | ";
  padding: 0 5px;
}
.item-member .tag > *:last-child::after {
  display: none;
}
.item-member .icons {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  z-index: 3;
}
.item-member .icons a {
  text-decoration: none;
  color: #404042;
}
.item-member .icons a.icon-linkedin-full:hover, .item-member .icons a.icon-linkedin-full:focus {
  color: #187FB8;
}
.item-member .icons a.icon-instagram-full:hover, .item-member .icons a.icon-instagram-full:focus {
  color: #3F729B;
}
.item-member:hover .hover, .item-member:focus .hover {
  opacity: 1;
  pointer-events: all;
}
.item-member .hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  padding: 20px 20px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
  pointer-events: none;
}
.item-member .hover .short-bio {
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 0 20px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: auto 0;
}
.item-member .hover .bottom {
  margin-top: 13px;
  height: 77px;
  border-top: solid 1px #F53768;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-member .hover .bottom i {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 20px;
}

.project-main-grid .wrapper {
  max-width: 1920px;
}
.project-main-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 35px;
  margin: 65px 0 45px;
}
.project-main-grid .grid > * {
  -webkit-box-ordinal-group: 1000;
  -ms-flex-order: 999;
  order: 999;
}
.project-main-grid .grid > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.project-main-grid .grid > *:nth-child(1).offer {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.project-main-grid .grid > *:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.project-main-grid .grid > *:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.project-main-grid .grid > *:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.project-main-grid .grid .offer {
  grid-column: span 2;
}
@media (max-width: 1079px) {
  .project-main-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-main-grid .grid .offer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 575px) {
  .project-main-grid .grid {
    grid-template-columns: 1fr;
  }
  .project-main-grid .grid .offer {
    grid-column: initial;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.module.text-logo {
  margin: 95px 0;
}

.module.text-logo .wrapper {
  --tl-gap: 25px;
}

.module.text-logo article {
  margin: 0 0 50px;
}

.module.text-logo article:last-child {
  margin-bottom: 0;
}

.module.text-logo article h2 {
  color: #404042;
  font-size: 56px;
  margin: 0 0 40px;
}

.module.text-logo article > *:not(h2:first-child) {
  margin-left: 185px;
}

/* ========================= */
/* shared item styles        */
/* ========================= */

.module.text-logo .item {
  padding: 35px 30px 45px;
  border: solid 2px #BCBCBC;
  border-radius: 7px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.module.text-logo .item figure {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module.text-logo .item figure img {
  width: auto;
  height: auto;
  max-height: 80px;
}

.module.text-logo .item hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px 0;
  border: 0;
  background-color: #a20c33;
  flex: 0 0 auto;
}

.module.text-logo .item .description {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.04em;
  margin: auto;
  flex: 1 1 auto;
}

.module.text-logo .item .description:first-child {
  flex: initial;
}

/* ========================= */
/* NEW LAYOUT                */
/* ========================= */

.module.text-logo:not(.text-logo--legacy) .items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.module.text-logo:not(.text-logo--legacy) .items-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: var(--tl-gap);
}

.module.text-logo:not(.text-logo--legacy) .items-row.cols--4 {
  --tl-card-width: calc((100% - (3 * var(--tl-gap))) / 4);
}

.module.text-logo:not(.text-logo--legacy) .items-row.cols--3,
.module.text-logo:not(.text-logo--legacy) .items-row.cols--2,
.module.text-logo:not(.text-logo--legacy) .items-row.cols--1 {
  --tl-card-width: min(350px, calc((100% - (2 * var(--tl-gap))) / 3));
}

.module.text-logo:not(.text-logo--legacy) .item {
  width: var(--tl-card-width);
  min-width: 0;
  max-width: var(--tl-card-width);
}

/* ========================= */
/* LEGACY LAYOUT             */
/* ========================= */

.module.text-logo.text-logo--legacy .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.module.text-logo.text-logo--legacy .items.items-3 {
  display: flex;
  flex-wrap: wrap;
}

.module.text-logo.text-logo--legacy .items.items-3 .item {
  flex: 1;
}

/* ========================= */
/* RESPONSIVE                */
/* ========================= */

@media (max-width: 1279px) {
  .module.text-logo article > *:not(h2:first-child) {
    margin-left: 100px;
  }

  .module.text-logo .item {
    padding: 30px 25px 40px;
  }

  .module.text-logo.text-logo--legacy .items {
    grid-template-columns: 1fr 1fr;
  }

  .module.text-logo.text-logo--legacy .items.items-3 {
    display: grid;
    flex-wrap: unset;
  }

  .module.text-logo.text-logo--legacy .items.items-3 .item {
    flex: unset;
  }
}

@media (max-width: 767px) {
  .module.text-logo {
    margin: 65px 0;
  }

  .module.text-logo article {
    margin: 0 0 40px;
  }

  .module.text-logo article h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }

  .module.text-logo article > *:not(h2:first-child) {
    margin-left: 60px;
  }

  .module.text-logo:not(.text-logo--legacy) .items-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .module.text-logo:not(.text-logo--legacy) .items-row.cols--1,
  .module.text-logo:not(.text-logo--legacy) .items-row.cols--2,
  .module.text-logo:not(.text-logo--legacy) .items-row.cols--3,
  .module.text-logo:not(.text-logo--legacy) .items-row.cols--4 {
    --tl-card-width: min(350px, 100%);
  }

  .module.text-logo:not(.text-logo--legacy) .item {
    width: var(--tl-card-width);
    min-width: 0;
    max-width: var(--tl-card-width);
  }

  .module.text-logo.text-logo--legacy .items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 374px) {
  .module.text-logo article > *:not(h2:first-child) {
    margin-left: 0;
  }
}

.module.image-cards {
  margin: 135px 0;
}
.module.image-cards article {
  margin: 0 0 50px;
}
.module.image-cards article:last-child {
  margin-bottom: 0;
}
.module.image-cards article h2 {
  color: #404042;
  font-size: 56px;
  margin: 0 0 40px;
}
.module.image-cards article > *:not(h2:first-child) {
  margin-left: 185px;
}
.module.image-cards .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.module.image-cards .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module.image-cards .item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  min-height: 100%;
  text-decoration: none !important;
}
.module.image-cards .item > a aside {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.image-cards .item > a aside::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.module.image-cards .item > a:hover aside, .module.image-cards .item > a:focus aside {
  color: #fff;
  border-radius: 7px;
  border-color: transparent;
}
.module.image-cards .item > a:hover aside h3, .module.image-cards .item > a:hover aside .more, .module.image-cards .item > a:hover aside .more i, .module.image-cards .item > a:focus aside h3, .module.image-cards .item > a:focus aside .more, .module.image-cards .item > a:focus aside .more i {
  color: #fff;
}
.module.image-cards .item > a:hover aside::before, .module.image-cards .item > a:focus aside::before {
  opacity: 1;
}
.module.image-cards .item .ace-figure {
  border-radius: 7px;
  overflow: hidden;
}
.module.image-cards .item .ace-figure .placeholder {
  padding-bottom: 52.55%;
}
.module.image-cards .item aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 7px;
  overflow: hidden;
  border: solid 2px #BCBCBC;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 25px 25px 30px;
}
.module.image-cards .item aside h3 {
  color: #404042;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  margin: 0 0 16px;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.image-cards .item aside .more {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  color: #a20c33;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #404042;
  margin-top: auto;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.image-cards .item aside .more i {
  font-size: 16px;
  color: #a20c33;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 1279px) {
  .module.image-cards article > *:not(h2:first-child) {
    margin-left: 100px;
  }
}
@media (max-width: 1079px) {
  .module.image-cards .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .module.image-cards {
    margin: 100px 0;
  }
  .module.image-cards .items {
    grid-template-columns: 1fr;
  }
  .module.image-cards article {
    margin: 0 0 40px;
  }
  .module.image-cards article h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
  .module.image-cards article > *:not(h2:first-child) {
    margin-left: 60px;
  }
}
@media (max-width: 374px) {
  .module.image-cards article > *:not(h2:first-child) {
    margin-left: 0;
  }
}

.module.image-cards-alt {
  margin: 60px 0;
}

.module.image-cards-alt .wrapper {
  max-width: 1300px;
  --ic-gap: 24px;
}

/* ========================= */
/* shared card styles        */
/* ========================= */

.module.image-cards-alt .item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  padding: 20px 35px;
  min-height: 328px;
  border: 1px solid #BCBCBC;
  border-radius: 7px;
  box-sizing: border-box;
}

.module.image-cards-alt .item figure {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module.image-cards-alt .item figure img {
  width: auto;
  height: auto;
  max-height: 60px;
}

.module.image-cards-alt .item h3 {
  color: #404042;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  margin: 0;
  transition: 0.3s color ease-in-out;
}

.module.image-cards-alt .item hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  border: 0;
  background-color: #a20c33;
  flex: 0 0 auto;
}

.module.image-cards-alt .item .description {
  width: 100%;
}

/* ========================= */
/* NEW LAYOUT                */
/* ========================= */

.module.image-cards-alt:not(.image-cards-alt--legacy) .items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.module.image-cards-alt:not(.image-cards-alt--legacy) .items-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: var(--ic-gap);
}

.module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--4 {
  --ic-card-width: calc((100% - (3 * var(--ic-gap))) / 4);
}

.module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--3,
.module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--2,
.module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--1 {
  --ic-card-width: min(350px, calc((100% - (2 * var(--ic-gap))) / 3));
}

.module.image-cards-alt:not(.image-cards-alt--legacy) .item {
  width: var(--ic-card-width);
  min-width: 0;
  max-width: var(--ic-card-width);
}

/* ========================= */
/* LEGACY LAYOUT             */
/* ========================= */

.module.image-cards-alt.image-cards-alt--legacy .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.module.image-cards-alt.image-cards-alt--legacy .item {
  width: calc(33.3333333333% - 16px);
  max-width: calc(33.3333333333% - 16px);
}

/* ========================= */
/* RESPONSIVE                */
/* ========================= */

@media (max-width: 1279px) {
  .module.image-cards-alt .item {
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .module.image-cards-alt:not(.image-cards-alt--legacy) .items-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--1,
  .module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--2,
  .module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--3,
  .module.image-cards-alt:not(.image-cards-alt--legacy) .items-row.cols--4 {
    --ic-card-width: min(350px, 100%);
  }

  .module.image-cards-alt:not(.image-cards-alt--legacy) .item {
    width: var(--ic-card-width);
    min-width: 0;
    max-width: var(--ic-card-width);
  }

  .module.image-cards-alt.image-cards-alt--legacy .item {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .module.image-cards-alt.image-cards-alt--legacy .item {
    width: 100%;
    max-width: 100%;
  }
}

.before-after-module .before-after {
  border-radius: 7px;
}
.before-after-module .before-after > div:last-child {
  opacity: 1 !important;
}
.before-after-module .before-after > div:last-child > div > div {
  width: 93px !important;
  height: 93px !important;
  border: solid 2px #fff !important;
  border-radius: 93px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.before-after-module .before-after > div:last-child > div > div i {
  border: none !important;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
  color: #fff;
  padding: 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.before-after-module .before-after > div:last-child > div > div i:before {
  font-family: "kimleyhorn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 26px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.before-after-module .before-after > div:last-child > div > div i:first-child::before {
  content: "\e915";
}
.before-after-module .before-after > div:last-child > div > div i:last-child:before {
  content: "\e916";
}
@media (max-width: 767px) {
  .before-after-module .before-after > div:last-child {
    opacity: 1 !important;
  }
  .before-after-module .before-after > div:last-child > div > div {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px !important;
    gap: 5px;
  }
  .before-after-module .before-after > div:last-child > div > div i:before {
    font-size: 10px;
  }
}

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  border-radius: 7px;
  overflow: hidden;
}
.offer > * {
  width: calc(50% - 25px);
  min-width: calc(50% - 25px);
}
.offer .content {
  padding: 30px 35px 30px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.333em;
}
.offer .content .h4 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}
.offer .content h2 {
  color: #404042;
  font-size: 30px;
  line-height: 1.1667em;
  margin-bottom: 0;
}
.offer .content hr {
  margin: 35px 0;
}
.offer.image-clip .ace-figure {
  padding: 30px 0 30px 30px;
  -ms-flex-item-align: center;
  align-self: center;
}
.offer.image-clip .ace-figure .placeholder {
  padding: 0;
}
.offer.image-clip .ace-figure .display {
  position: static;
}
.offer.image-clip .ace-figure .display img {
  position: static;
  -o-object-fit: initial;
  object-fit: initial;
}
.offer.theme-green {
  background-color: #B8BE15;
}
.offer.theme-green .content hr {
  background-color: #E2E82E;
}
.offer.theme-orange {
  background-color: #EC7700;
  color: #fff;
}
.offer.theme-orange h2 {
  color: #fff;
}
.offer.theme-orange .content hr {
  background-color: #eba65f;
}
.offer.theme-yellow {
  background-color: #FFB600;
}
.offer.theme-yellow .content hr {
  background-color: #f8c444;
}
.offer.theme-blue {
  background-color: #005F7F;
  color: #fff;
}
.offer.theme-blue h2 {
  color: #fff;
}
.offer.theme-blue .content hr {
  background-color: #0597c8;
}
.offer.theme-red {
  background-color: #A20C33;
  color: #fff;
}
.offer.theme-red h2 {
  color: #fff;
}
.offer.theme-red .content hr {
  background-color: #c6204b;
}
.offer.theme-black {
  background-color: #404042;
  color: #fff;
}
.offer.theme-black h2 {
  color: #fff;
}
.offer.theme-black .content hr {
  background-color: #707070;
}
.offer.theme-purple {
  background-color: #592C82;
  color: #fff;
}
.offer.theme-purple h2 {
  color: #fff;
}
.offer.theme-purple .content hr {
  background-color: #b060f8;
}
@media (min-width: 1080px) and (max-width: 1700px) {
  .offer .ace-figure {
    display: none;
  }
  .offer .content {
    padding: 30px 35px;
  }
}
@media (max-width: 1699px) {
  .module.locations .offer .ace-figure {
    display: none;
  }
}
@media (max-width: 767px) {
  .offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .offer > * {
    width: 100%;
    min-width: 0;
  }
  .offer .ace-figure {
    display: none;
  }
  .offer .content {
    padding: 30px;
  }
  .offer .content .h4 {
    margin: 0 0 20px;
  }
  .offer .content hr {
    margin: 20px 0;
  }
  .offer.image-clip .ace-figure {
    padding: 30px 30px 0;
  }
  .offer:not(.image-clip) .ace-figure .placeholder {
    padding-bottom: 60%;
  }
}
@media (max-width: 639px) {
  .offer .ace-figure {
    display: initial;
  }
  .offer .content {
    padding: 0 30px 30px;
  }
  .module.locations .offer .ace-figure {
    display: initial;
  }
}

.module.tabs {
  margin: 70px 0 80px;
  position: relative;
}
.module.tabs .tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 50px;
}
.module.tabs .tabs-list .tab {
  background-color: #fff;
  width: calc(25% - 26.6666666667px);
  border: solid 2px #BCBCBC;
  border-radius: 7px;
  text-align: center;
  padding: 20px 25px 35px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.module.tabs .tabs-list .tab::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top right, #830020 0%, #a20d33 70%, #ba0b38 100%);
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -25px;
  bottom: -25px;
  border-radius: 7px;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  opacity: 0;
}
.module.tabs .tabs-list .tab .title {
  min-height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.tabs .tabs-list .tab .title strong {
  font-weight: 800;
}
.module.tabs .tabs-list .tab .description {
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.tabs .tabs-list .tab hr {
  background-color: #a20c33;
  margin: 16px 0;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.module.tabs .tabs-list .tab hr:first-child, .module.tabs .tabs-list .tab hr:last-child {
  display: none;
}
.module.tabs .tabs-list .tab i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 3;
  color: #fff;
  font-size: 19px;
}
.module.tabs .tabs-list .tab:hover, .module.tabs .tabs-list .tab:focus, .module.tabs .tabs-list .tab.on {
  border-color: transparent;
}
.module.tabs .tabs-list .tab:hover .title, .module.tabs .tabs-list .tab:hover .description, .module.tabs .tabs-list .tab:focus .title, .module.tabs .tabs-list .tab:focus .description, .module.tabs .tabs-list .tab.on .title, .module.tabs .tabs-list .tab.on .description {
  color: #fff;
}
.module.tabs .tabs-list .tab:hover hr, .module.tabs .tabs-list .tab:focus hr, .module.tabs .tabs-list .tab.on hr {
  background-color: #F63668;
}
.module.tabs .tabs-list .tab:hover i, .module.tabs .tabs-list .tab:focus i, .module.tabs .tabs-list .tab.on i {
  opacity: 1;
}
.module.tabs .tabs-list .tab:hover::before, .module.tabs .tabs-list .tab:focus::before, .module.tabs .tabs-list .tab.on::before {
  opacity: 1;
}
.module.tabs .search-filter-query__spinner {
  top: calc(100% + 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.module.tabs.hidden-content .search-filter-query__spinner {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.module.tabs + .tabs-content {
  min-height: 200px;
  margin-top: -40px;
}
.module.tabs + .tabs-content .home-hero, .module.tabs + .tabs-content .subpage-hero, .module.tabs + .tabs-content .breadcrumbs, .module.tabs + .tabs-content .color-accent-cta.get-in-touch-page {
  display: none;
}
@media (max-width: 1279px) {
  .module.tabs .tabs-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .module.tabs .tabs-list .tab {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .module.tabs .tabs-list .tab {
    width: 100%;
  }
}

.module.locations {
  margin: 80px 0 160px;
}
.module.locations .wrapper {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
.module.locations .side-filters {
  min-width: 370px;
  max-width: 370px;
  width: 100%;
}
.module.locations .locations {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module.locations .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.module.locations .grid .state-title {
  grid-column: 1/-1;
  margin-top: 24px;
  margin-bottom: -12px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.225em;
  letter-spacing: -0.04em;
  color: #404042;
}
.module.locations .grid .state-title:first-child {
  margin-top: 0;
}
.module.locations .grid .nothing {
  grid-column: 1/-1;
}
.module.locations .offer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.module.locations .offer > * {
  min-width: initial;
  width: 100%;
}
.module.locations .offer .ace-figure {
  padding: 0;
}
.module.locations .offer .ace-figure .placeholder {
  padding-bottom: 52.46%;
}
.module.locations .offer .ace-figure .display img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.module.locations .offer .content {
  padding: 32px;
  font-size: inherit;
  line-height: inherit;
}
.module.locations .offer .content .h4 {
  margin: 0 0 12px;
}
.module.locations .offer .content hr {
  margin: 26px 0 22px;
}
.module.locations #map {
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 40px;
}
.module.locations .marker-popup {
  font-size: 14px;
  line-height: 1.5em;
}
.module.locations .marker-popup h6 {
  color: #a20c33;
  margin: 0 0 1em;
}
.module.locations .marker-popup .address, .module.locations .marker-popup .phone {
  margin: 0;
  display: block;
  text-decoration: none !important;
  color: #404042;
}
.module.locations .marker-popup .button {
  margin-top: 1em;
}
@media (min-width: 1080px) {
  .module.locations .side-filters {
    position: sticky;
    top: 100px;
    height: 100%;
    overflow: auto;
  }
  .module.locations .side-filters.no-sticky {
    position: relative;
    top: 0;
  }
}
@media (max-width: 1719px) {
  .module.locations .wrapper {
    gap: 40px;
  }
}
@media (max-width: 1479px) {
  .module.locations .grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .module.locations .grid .state-title {
    margin-bottom: -2px;
  }
}
@media (max-width: 1079px) {
  .module.locations .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .module.locations .side-filters {
    min-width: initial;
    max-width: none;
  }
}
@media (max-width: 639px) {
  .module.locations .grid {
    grid-template-columns: 1fr;
  }
}

.module.sbs-cta {
  margin: 60px 0;
}
.module.sbs-cta .wrapper {
  max-width: 1920px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.module.sbs-cta .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.module.sbs-cta .cta figure {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  min-width: 41%;
  width: 41%;
  border-radius: 9px;
  overflow: hidden;
}
.module.sbs-cta .cta figure .placeholder {
  display: none !important;
}
.module.sbs-cta .cta article {
  background-color: #404042;
  color: #fff;
  padding: 40px;
  border-radius: 9px;
  min-height: 200px;
  width: 100%;
}
.module.sbs-cta .cta article .top-content {
  width: 100%;
  margin-bottom: 30px;
}
.module.sbs-cta .cta article h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.267;
  font-weight: 300;
  margin: auto 0 0;
}
.module.sbs-cta .cta article h2 strong {
  font-weight: bold;
}
.module.sbs-cta .cta article h2 + .button-container {
  margin-top: 30px;
}
.module.sbs-cta .cta article hr {
  height: 1px;
  background-color: #fff;
  margin: 30px 0;
}
.module.sbs-cta .cta article p a {
  color: #fff;
}
.module.sbs-cta .cta article .button-container {
  margin-top: auto;
  margin-bottom: auto;
}
.module.sbs-cta .cta.color--red article {
  background: -webkit-gradient(linear, left bottom, left top, from(#830020), color-stop(70%, #a20d33), to(#ba0b38));
  background: linear-gradient(to top, #830020 0%, #a20d33 70%, #ba0b38 100%);
}
.module.sbs-cta .cta.color--red article hr {
  background-color: #F53768;
}
.module.sbs-cta .cta.color--red article p a {
  color: #fff;
}
@media (min-width: 1480px) {
  .module.sbs-cta .cta article {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module.sbs-cta .cta article h2 {
    margin: 0 0 0;
  }
  .module.sbs-cta .cta article .button-container {
    margin-bottom: 0;
  }
}
@media (max-width: 1479px) {
  .module.sbs-cta .wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .module.sbs-cta .cta:nth-child(2) figure {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media (max-width: 767px) {
  .module.sbs-cta .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .module.sbs-cta .cta figure {
    aspect-ratio: 1920/1080;
    min-width: none;
    width: 100%;
  }
  .module.sbs-cta .cta:nth-child(2) figure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.offers-4-cols {
  margin: 54px 0;
}
.offers-4-cols:last-child {
  margin-bottom: 77px !important;
}
.offers-4-cols + .module.testimonial {
  margin: 54px 0;
}
.offers-4-cols .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.offers-4-cols .offer .content {
  padding: 30px 35px 25px;
}
.offers-4-cols .offer .button-container {
  margin-top: auto;
}
@media (max-width: 1079px) {
  .offers-4-cols .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .offers-4-cols .wrapper {
    grid-template-columns: 1fr;
  }
}

.our-people-4ppl {
  margin: 54px 0;
}
.our-people-4ppl:last-child {
  margin-bottom: 77px !important;
}
.our-people-4ppl + .module.testimonial {
  margin: 54px 0;
}
.our-people-4ppl .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1079px) {
  .our-people-4ppl {
    margin: 25px 0;
  }
  .our-people-4ppl .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .our-people-4ppl .wrapper {
    grid-template-columns: 1fr;
  }
}

.our-people-2ppl-image {
  margin: 54px 0;
}
.our-people-2ppl-image:last-child {
  margin-bottom: 77px !important;
}
.our-people-2ppl-image + .module.testimonial {
  margin: 54px 0;
}
.our-people-2ppl-image .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.our-people-2ppl-image .item-image {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  grid-column: span 2;
}
.our-people-2ppl-image .item-image .ace-figure {
  min-height: 100%;
  border-radius: 7px;
}
.our-people-2ppl-image .item-image .ace-figure .placeholder {
  padding-bottom: 0;
}
.our-people-2ppl-image .item-image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 7px 0 7px;
  background-color: rgba(64, 64, 66, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding: 15px 20px;
  width: 80%;
  max-width: 350px;
}
.our-people-2ppl-image .item-image .caption strong {
  font-weight: bold;
}
@media (max-width: 1079px) {
  .our-people-2ppl-image {
    margin: 25px 0;
  }
  .our-people-2ppl-image .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .our-people-2ppl-image .item-image {
    grid-column: 1/-1;
    min-height: 48vw;
  }
}
@media (max-width: 767px) {
  .our-people-2ppl-image .wrapper {
    grid-template-columns: 1fr;
  }
}

.our-people-2ppl-image-content {
  margin: 54px 0;
}
.our-people-2ppl-image-content:last-child {
  margin-bottom: 77px !important;
}
.our-people-2ppl-image-content + .module.testimonial {
  margin: 54px 0;
}
.our-people-2ppl-image-content .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.our-people-2ppl-image-content .item-content {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.our-people-2ppl-image-content .item-content .image-container {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-people-2ppl-image-content .item-content .image-container figure {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.our-people-2ppl-image-content .item-content .image-container figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: auto;
}
.our-people-2ppl-image-content .item-content .image-container figure.hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.our-people-2ppl-image-content .item-content aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
.our-people-2ppl-image-content .item-content aside > * {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.our-people-2ppl-image-content .item-content aside strong {
  font-weight: bold;
}
.our-people-2ppl-image-content .item-content aside .content {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.667em;
  color: #404042;
}
.our-people-2ppl-image-content .item-content aside .author {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #404042;
  margin-top: 20px;
}
.our-people-2ppl-image-content .item-content aside .title {
  color: #404042;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-top: 0.5em;
}
.our-people-2ppl-image-content .item-content aside .hover {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.our-people-2ppl-image-content .item-content:hover .image-container figure:nth-child(1), .our-people-2ppl-image-content .item-content:focus .image-container figure:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}
.our-people-2ppl-image-content .item-content:hover .image-container figure:nth-child(2), .our-people-2ppl-image-content .item-content:focus .image-container figure:nth-child(2) {
  opacity: 1;
  pointer-events: all;
}
.our-people-2ppl-image-content .item-content:hover aside .default, .our-people-2ppl-image-content .item-content:focus aside .default {
  opacity: 0;
}
.our-people-2ppl-image-content .item-content:hover aside .hover, .our-people-2ppl-image-content .item-content:focus aside .hover {
  opacity: 1;
}
@media (max-width: 1079px) {
  .our-people-2ppl-image-content {
    margin: 25px 0;
  }
  .our-people-2ppl-image-content .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .our-people-2ppl-image-content .item-content {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .our-people-2ppl-image-content .wrapper {
    grid-template-columns: 1fr;
  }
  .our-people-2ppl-image-content .item-content {
    grid-template-columns: 1fr;
  }
  .our-people-2ppl-image-content .item-content .image-container .ace-figure {
    display: block;
  }
  .our-people-2ppl-image-content .item-content .image-container .ace-figure .display {
    display: block;
  }
  .our-people-2ppl-image-content .item-content aside {
    padding: 0;
  }
  .our-people-2ppl-image-content .item-content aside .hover {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

.our-people-1ppl-image {
  margin: 54px 0;
}
.our-people-1ppl-image:last-child {
  margin-bottom: 77px !important;
}
.our-people-1ppl-image + .module.testimonial {
  margin: 54px 0;
}
.our-people-1ppl-image .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.our-people-1ppl-image .item-image {
  border-radius: 7px;
  overflow: hidden;
  margin-right: -20px;
}
.our-people-1ppl-image .item-image .ace-figure {
  min-height: 100%;
  border-radius: 7px;
  overflow: hidden;
}
.our-people-1ppl-image .item-image .ace-figure .placeholder {
  padding-bottom: 0;
}
.our-people-1ppl-image .item-content {
  grid-column: span 2;
  padding: 50px 120px 40px 40px;
  background: url(../svg/our-people-mask9fqj8geb.svg) no-repeat right center/cover;
  border-radius: 7px 0 0 7px;
}
.our-people-1ppl-image .item-content .content {
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #404042;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 30px;
  max-width: 537px;
}
.our-people-1ppl-image .item-content .content:last-child {
  margin-bottom: 0;
}
.our-people-1ppl-image .item-content .content strong {
  font-weight: bold;
}
.our-people-1ppl-image .item-content .author {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #404042;
}
.our-people-1ppl-image .item-content .title {
  color: #404042;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-top: 0.5em;
}
@media (max-width: 1279px) {
  .our-people-1ppl-image .item-content .content {
    font-size: 20px;
  }
  .our-people-1ppl-image .item-content .author {
    font-size: 20px;
  }
}
@media (max-width: 1079px) {
  .our-people-1ppl-image {
    margin: 25px 0;
  }
  .our-people-1ppl-image .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .our-people-1ppl-image .item-content {
    grid-column: 1/-1;
  }
  .our-people-1ppl-image .item-image {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .our-people-1ppl-image .wrapper {
    grid-template-columns: 1fr;
  }
  .our-people-1ppl-image .item-content {
    border-radius: 7px;
    background: #F7F7F7;
    padding: 30px;
  }
  .our-people-1ppl-image .item-image {
    min-height: 48vw;
  }
}

.module.awards {
  margin: 54px 0;
}
.module.awards:last-child {
  margin-bottom: 77px !important;
}
.module.awards .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 25px;
}
.module.awards .item-content {
  border: 0;
  padding-right: 0;
  text-align: left;
  font-size: 16px;
}
.module.awards .item-content h2 {
  color: #000;
  font-size: 40px;
  letter-spacing: -0.04em;
  margin: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module.awards .item-content .description {
  font-size: 16px;
  text-align: left;
  margin: auto 0;
}
.module.awards.x1 .wrapper {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 1079px) {
  .module.awards .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .module.awards .item-content {
    grid-column: 1/-1;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 25px;
  }
  .module.awards.x1 .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .module.awards .wrapper {
    grid-template-columns: 1fr;
  }
  .module.awards.x1 .wrapper {
    grid-template-columns: 1fr;
  }
}

.template-search {
  margin: 30px 0 130px;
}
.template-search .wrapper > *:not(h1:first-child) {
  margin-left: 185px;
}
.template-search hr {
  margin: 40px 0;
  background-color: #a20c33;
}
.template-search .item-search {
  text-decoration: none;
  color: #404042;
  display: block;
}
.template-search .item-search h2 {
  margin-bottom: 10px;
}
.template-search .item-search .more {
  color: #404042;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.template-search .item-search .more i {
  font-size: 19px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #404042;
}
.template-search .item-search:hover .more, .template-search .item-search:focus .more {
  color: #a20c33;
}
.template-search .item-search:hover .more i, .template-search .item-search:focus .more i {
  color: #a20c33;
}
@media (max-width: 1279px) {
  .template-search .wrapper > *:not(h1:first-child) {
    margin-left: 100px;
  }
}
@media (max-width: 1079px) {
  .template-search {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .template-search {
    margin-bottom: 80px;
  }
  .template-search .wrapper > *:not(h1:first-child) {
    margin-left: 60px;
  }
}
@media (max-width: 374px) {
  .template-search .wrapper > *:not(h1:first-child) {
    margin-left: 0;
  }
}

.single-case-study .standard-text {
  margin: 60px 0;
}
.single-case-study .standard-text .wrapper > ul {
  font-weight: normal;
  -webkit-column-count: initial;
  -moz-column-count: initial;
  column-count: initial;
  -webkit-column-gap: initial;
  -moz-column-gap: initial;
  column-gap: initial;
  font-size: 16px;
  line-height: 1.75em;
}
.single-case-study .standard-text .wrapper > ul strong {
  font-weight: 600;
}
.single-case-study .standard-text .wrapper > ul > li {
  line-height: 1.75em;
  list-style: disc;
  padding: 0;
  margin: 0 0 0 1em;
}
.single-case-study .standard-text .wrapper > ul > li::before {
  display: none;
}
.single-case-study .standard-text .wrapper > h2 {
  margin: 1.5em 0 0.65em;
}
.single-case-study .standard-text .wrapper img.size-full {
  border-radius: 7px;
  max-width: none;
  width: calc(100% + 185px);
  height: auto;
  margin: 60px 0 60px -185px;
}
.single-case-study .gallery {
  margin: 60px 0;
}
.single-case-study .testimonial {
  margin: 60px 0;
}
.single-case-study .hr hr {
  background-color: #a20c33;
  margin: 100px 0;
}
@media (max-width: 1279px) {
  .single-case-study .standard-text .wrapper img.size-full {
    margin-left: -100px;
    width: calc(100% + 100px);
  }
}
@media (max-width: 767px) {
  .single-case-study .standard-text .wrapper img.size-full {
    margin-left: -60px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 374px) {
  .single-case-study .standard-text .wrapper img.size-full {
    margin: 20px 0;
    margin-left: 0;
    width: 100%;
  }
}
.project-hero {
  --stats-count: 0;
  --stat-row-height: 225px;
  --project-hero-overlap: 190px;
  --stats-height: calc(var(--stats-count) * var(--stat-row-height));

  margin: 0;
  position: relative;
  padding: 60px 0 calc(var(--stats-height) + var(--project-hero-overlap));
  overflow: hidden;
  min-height: 0;
}

.project-hero .background-image {
  position: absolute;
  top: 60px;
  left: 100px;
  width: calc(100% - 100px);
  height: calc(var(--stats-height) + var(--project-hero-overlap));
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.project-hero .background-image:before {
  content: "";
  height: 190px;
  right: 50%;
  width: 100vw;
  bottom: 0;
  background-color: #fff;
  position: absolute;
}

.project-hero .background-image:after {
  content: "";
  height: 190px;
  left: 50%;
  transform: translateX(calc(-50% - 100px));
  width: 1574px;
  bottom: 0;
  background-color: #fff;
  position: absolute;
  border-radius: 0 10px 0 0;
  z-index: 1;
}

.project-hero .background-image .shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.project-hero .project-stats {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 3;
  color: #fff;
  width: 350px;
  height: var(--stats-height);
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.project-hero .project-stats .item {
  flex: 0 0 var(--stat-row-height);
  min-height: var(--stat-row-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-hero .project-stats .item.is-empty {
  visibility: hidden;
}

.project-hero .project-stats .stat {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.project-hero .project-stats .stat .counter {
  display: inline-block;
}

.project-hero .project-stats .description {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.6;
}

.project-hero + * {
  margin-top: -190px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.project-hero + * + * h1 {
  padding-right: 40px;
}

.project-hero.is-empty-hero {
  padding: 60px 0 190px;
  min-height: 0;
  overflow: visible;
}

.project-hero.is-empty-hero .background-image,
.project-hero.is-empty-hero .project-stats {
  display: none;
}

.project-hero.is-empty-hero + * {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 1719px) {
  .project-hero .background-image {
    left: 50px;
    width: calc(100% - 50px);
  }

  .project-hero .background-image:after {
    left: 0;
    transform: translateX(0);
    width: auto;
    right: 100px;
  }
}

@media (max-width: 1279px) {
  .project-hero .background-image:after {
    right: 50px;
  }
}

@media (max-width: 1079px) {
  .project-hero {
    --stat-row-height: 160px;
    padding: 60px 0 var(--stats-height);
  }

  .project-hero .background-image {
    left: 0;
    width: 100%;
  }

  .project-hero .background-image::before,
  .project-hero .background-image::after {
    display: none;
  }

  .project-hero + * {
    margin-top: 40px;
    padding-top: 0;
  }

  .project-hero.is-empty-hero {
    padding: 0;
  }

  .project-hero.is-empty-hero + * {
    margin-top: 40px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .project-hero {
    --stat-row-height: 120px;
  }

  .project-hero .background-image .shadow {
    width: 400px;
  }

  .project-hero .project-stats {
    width: 280px;
    padding-right: 20px;
  }

  .project-hero .project-stats .stat {
    font-size: 38px;
  }

  .project-hero .project-stats .description {
    font-size: 16px;
  }
}
.project-header {
  margin: 20px 0 60px;
	position: relative;
	z-index: 1;
}
.project-header h1 {
  margin: 0 0 20px;
}
.project-header .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.project-header .project-header-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 500;
}
.project-header .project-header-tag strong {
  min-width: 83px;
  color: #404042;
  text-transform: uppercase;
}
.project-header .project-header-tag a {
  color: #a20c33;
  font-weight: bold;
  text-decoration: none;
}
.project-header .project-header-tag a:hover, .project-header .project-header-tag a:focus {
  color: #a20c33;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .project-header .grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.single-team .standard-text {
  margin: 60px 0;
}
.single-team .standard-text .wrapper > ul {
  line-height: 1.75em;
  font-weight: normal;
  -webkit-column-count: initial;
  -moz-column-count: initial;
  column-count: initial;
  -webkit-column-gap: initial;
  -moz-column-gap: initial;
  column-gap: initial;
  font-size: 20px;
}
.single-team .standard-text .wrapper > ul strong {
  font-weight: 600;
}
.single-team .standard-text .wrapper > ul > li {
  line-height: 1.75em;
  list-style: disc;
  padding: 0;
  margin: 0 0 0 1em;
}
.single-team .standard-text .wrapper > ul > li::before {
  display: none;
}
.single-team .standard-text .wrapper > h2 {
  margin: 1.5em 0 0.65em;
}
.single-team .testimonial {
  margin: 60px 0;
}

.team-detail {
  margin: 110px 0 70px;
}
.team-detail .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: visible;
  min-height: 450px;
}
.team-detail .wrapper > article {
  width: calc(66% - 5px);
}
.team-detail .wrapper > aside {
  width: calc(34% - 5px);
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.team-detail article {
  border: solid 2px #BCBCBC;
  border-radius: 10px;
  padding: 120px 60px 60px;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.team-detail article h1 {
  color: #404042;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.125em;
  margin: 0;
}
.team-detail article h1 span {
  font-size: 0.65em;
  display: block;
  line-height: 1.125em;
  margin-top: 0.25em;
}
.team-detail article hr {
  height: 1px;
  background-color: #a20c33;
  margin: 35px 0 15px;
}
.team-detail article .meta {
  color: #a20c33;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 34px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.team-detail article .meta > * {
  display: inline-block;
}
.team-detail article .meta > *::after {
  content: " | ";
  padding: 0 5px;
}
.team-detail article .meta > *:last-child::after {
  display: none;
}
.team-detail article .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  row-gap: 15px;
}
.team-detail article .bottom .social-share .icons > a {
  width: auto;
  height: auto;
  min-width: 0;
  background-color: transparent;
  color: #000;
  font-size: 26px;
}
.team-detail article .bottom .social-share .icons > a:hover, .team-detail article .bottom .social-share .icons > a:focus {
  color: #a20c33;
}
.team-detail article .bottom .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  row-gap: 15px;
}
.team-detail article .bottom .download {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
  background-color: #FFB600;
  color: #404042;
  border-radius: 4px;
  padding: 7px 12px 6px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.team-detail article .bottom .download i {
  font-size: 17px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #404042;
}
.team-detail article .bottom .download.green {
  background-color: #B8BE14;
}
.team-detail article .bottom .download:hover, .team-detail article .bottom .download:focus {
  background-color: #a20c33;
  color: #fff;
}
.team-detail article .bottom .download:hover i, .team-detail article .bottom .download:focus i {
  color: #fff;
}
.team-detail figure {
  position: relative;
  min-height: 100%;
}
.team-detail figure svg {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-detail figure .image, .team-detail figure .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.team-detail figure .shape {
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
@media (max-width: 1673px) {
  .team-detail .wrapper {
    min-height: 26.88vw;
  }
  .team-detail article {
    padding: 80px 40px 40px;
  }
  .team-detail article h1 {
    font-size: 60px;
  }
  .team-detail article .bottom {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .team-detail article .bottom .btns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 1279px) {
  .team-detail article {
    padding: 60px 30px 30px;
  }
  .team-detail article h1 {
    font-size: 50px;
  }
  .team-detail article hr {
    margin: 20px 0 15px;
  }
}
@media (max-width: 1079px) {
  .team-detail article h1 {
    font-size: 40px;
  }
  .team-detail article .meta {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .team-detail {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .team-detail .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  .team-detail .wrapper > aside {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    width: 100%;
  }
  .team-detail .wrapper > article {
    width: 100%;
    min-height: 41.7vw;
  }
  .team-detail article h1 {
    font-size: 40px;
  }
  .team-detail figure {
    aspect-ratio: 7141/4523;
  }
}

.locations-container .search-filter-input-button {
  margin-top: 40px !important;
}

.location-header {
  margin: 40px 0 60px;
}
.location-header h1 {
  margin-bottom: 0.7em;
}
.location-header .grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  min-height: 484px;
}
.location-header .grid .ace-figure {
  border-radius: 10px;
}
.location-header .grid .ace-figure .placeholder {
  padding-bottom: 0;
  min-height: 100%;
}
.location-header .grid > aside {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.location-header .grid > aside iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
}
@media (max-width: 1673px) {
  .location-header .grid {
    min-height: 28.92vw;
    gap: 20px;
  }
}
@media (max-width: 1079px) {
  .location-header .grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .location-header .grid > * {
    min-height: 40vw;
  }
  .location-header .grid aside {
    min-height: 56.25vw;
  }
}

.location-detail {
  margin: 0 !important;
}
.location-detail hr {
  background-color: #a20c33;
  margin: 50px 0;
}
.location-detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-detail .item.address aside br {
  display: none;
}
.location-detail .item.phone aside {
  font-weight: bold;
}
.location-detail .item .title {
  font-weight: bold;
  color: #404042;
  text-transform: uppercase;
  min-width: 135px;
}
.location-detail + .standard-text {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .location-detail .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-detail .item .title {
    min-width: 0;
  }
  .location-detail hr {
    margin: 40px 0;
  }
  .location-detail + .standard-text {
    margin-top: 40px;
  }
}

.post-header {
  margin: 40px 0 90px;
}
.post-header h1 {
  margin: 0 0 0.4em;
}
.post-header .meta {
  line-height: 1.5;
  margin: 0 0 30px;
}
.post-header .meta:last-child {
  margin-bottom: 0;
}
.post-header .meta time {
  display: block;
}
.post-header .meta .author {
  font-weight: bold;
}
.post-header .meta .author > *:not(em):after {
  content: ", ";
}
.post-header .meta .author > *:not(em):last-child:after {
  display: none;
}
.post-header .meta .author a {
  color: #404042;
}
.post-header .meta .author em {
  font-weight: normal;
  font-style: normal;
}
.post-header .post-media {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  min-height: 600px;
}
.post-header .post-media.no-form {
  margin-left: 185px;
}
.post-header .post-media .featured-image {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.post-header .post-media .featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.post-header .post-media .featured-image .image-caption {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  font-size: 14px;
  z-index: 2;
  color: #404042;
  z-index: 2;
}
@media (max-width: 1673px) {
  .post-header .post-media {
    min-height: 28.92vw;
    gap: 25px;
  }
}
@media (max-width: 1279px) {
  .post-header .post-media.no-form {
    margin-left: 100px;
  }
}
@media (max-width: 1079px) {
  .post-header .post-media .hide-on-responsive {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .post-header {
    margin-bottom: 40px;
  }

  .post-header .post-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }

  .post-header .post-media.no-form {
    margin-left: 60px;
  }

  .post-header .post-media .featured-image {
    position: relative;
    aspect-ratio: 2.5 / 1;
    min-height: 0;
  }

  .post-header .post-media .featured-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }

  .post-header .post-media .featured-image .image-caption {
    position: static;
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  .post-header .post-media.no-form {
    margin-left: 0;
  }
}

.single-post .standard-text {
  margin-top: 0;
}
.single-post .standard-text + .standard-text {
  clear: both;
}
.single-post .standard-text hr {
  margin: 60px 0;
  background-color: #a20c33;
}
.single-post .standard-text .post-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 30px;
}
.single-post .standard-text .post-bottom .meta-tags a {
  font-weight: bold;
  color: #a20c33;
  text-decoration: none;
}
.single-post .standard-text .post-bottom .meta-tags a:hover, .single-post .standard-text .post-bottom .meta-tags a:focus {
  color: #a20c33;
  text-decoration: underline;
}
.single-post .standard-text .post-bottom .meta-tags a:after {
  content: ", ";
}
.single-post .standard-text .post-bottom .meta-tags a:last-child::after {
  display: none;
}
/*# sourceMappingURL=style.css.map */
.hover-module .wrapper {
	--hm-gap: 25px;
	--hm-base-cols: 3;
	--hm-tile-w: min(
		469px,
		calc((100% - (var(--hm-gap) * (var(--hm-base-cols) - 1))) / var(--hm-base-cols))
	);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hover-module__rows {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.hover-module__row {
	display: grid;
	gap: var(--hm-gap);
	justify-content: center;
	align-items: start;
}

.hover-module__row.cols--1 {
	grid-template-columns: repeat(1, var(--hm-tile-w));
}

.hover-module__row.cols--2 {
	grid-template-columns: repeat(2, var(--hm-tile-w));
}

.hover-module__row.cols--3 {
	grid-template-columns: repeat(3, var(--hm-tile-w));
}

.hover-module__tile {
	width: 100%;
	height: auto;
	aspect-ratio: 469 / 246;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	background: #e9e9e9;
}

.hover-module__media,
.hover-module__media img,
.hover-module__media .hover-module__img {
	width: 100%;
	height: 100%;
	display: block;
}

.hover-module__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	text-align: center;
	opacity: 0;
	transition: opacity 220ms ease;
	background: var(--hm-overlay-bg, rgba(64, 64, 65, 0.66));
	color: var(--hm-overlay-text, #fff);
}

.hover-module__overlay-inner {
	width: 100%;
}

.hover-module__overlay-inner,
.hover-module__overlay-inner * {
	color: inherit;
}

.hover-module__overlay-inner p {
	margin: 0;
}

.hover-module__overlay-inner p:last-child {
	margin-bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
	.hover-module__tile:hover .hover-module__overlay,
	.hover-module__tile:focus .hover-module__overlay,
	.hover-module__tile:focus-within .hover-module__overlay {
		opacity: 1;
	}
}

@media (hover: none), (pointer: coarse) {
	.hover-module__tile.is-active .hover-module__overlay {
		opacity: 1;
	}

	.hover-module__overlay,
	.hover-module__overlay-inner {
		pointer-events: none;
	}
}

/* Default = Transparent Gray */
.hover-module__tile--transparent-gray {
	--hm-overlay-bg: rgba(64, 64, 65, 0.66);
	--hm-overlay-text: #fff;
}

/* Solid colors */
.hover-module__tile--gray {
	--hm-overlay-bg: #404041;
	--hm-overlay-text: #fff;
}

.hover-module__tile--red {
	--hm-overlay-bg: #A20C33;
	--hm-overlay-text: #fff;
}

.hover-module__tile--blue {
	--hm-overlay-bg: #004158;
	--hm-overlay-text: #fff;
}

.hover-module__tile--orange {
	--hm-overlay-bg: #EC7700;
	--hm-overlay-text: #2d2a2b;
}

.hover-module__tile--yellow {
	--hm-overlay-bg: #FFB600;
	--hm-overlay-text: #2d2a2b;
}

.hover-module__tile--green {
	--hm-overlay-bg: #B8BE14;
	--hm-overlay-text: #2d2a2b;
}

.hover-module__tile--purple {
	--hm-overlay-bg: #592C82;
	--hm-overlay-text: #fff;
}

@media (max-width: 1079px) {
	.hover-module .wrapper {
		--hm-base-cols: 2;
	}

	.hover-module__rows {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		align-content: flex-start;
		gap: 25px;
	}

	.hover-module__row {
		display: contents;
	}

	.hover-module__tile {
		flex: 0 0 var(--hm-tile-w);
		width: var(--hm-tile-w);
		max-width: var(--hm-tile-w);
	}
	
	.hover-module__tile:hover .hover-module__overlay,
	.hover-module__tile:focus .hover-module__overlay,
	.hover-module__tile:focus-within .hover-module__overlay {
		opacity: 0;
	}

	.hover-module__tile.is-active .hover-module__overlay {
		opacity: 1;
	}

	.hover-module__overlay,
	.hover-module__overlay-inner {
		pointer-events: none;
	}
}

@media (max-width: 767px) {
	.hover-module .wrapper {
		--hm-base-cols: 1;
	}

	.hover-module__rows {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.hover-module__row {
		display: contents;
	}

	.hover-module__tile {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
}

