.gform_wrapper select {
  font-size: 16px;
  line-height: 22px;
  padding: 11px 18px 10px 18px;
}
/* Some utility classses */
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.dark-green-btn.green-btn {
  background-color: #919800;
}
.dark-green-btn.green-btn:hover, .dark-green-btn.green-btn:active, .dark-green-btn.green-btn:focus {
  background-color: #b5be00;
}
#gform_4 .ginput_counter {
  display: none;
}
#content {
  overflow: unset !important;
  /** Allow position sticky */
}
.aside-contact {
  background-color: #eeeeec;
  color: #000;
  font-size: 14px;
  line-height: 1.25;
  padding: 20px;
  position: sticky;
  top: calc(40px + var(--wp-admin--admin-bar--height, 0px));
}
.aside-contact hr {
  background-color: #aaa99f;
  border: 0;
  height: 1px;
  margin: 20px 0;
}
.aside-contact p:empty {
  display: none;
}
.aside-contact .excerpt-read-more {
  display: none;
}
.aside-contact__label {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.aside-contact__image img {
  height: auto;
  max-width: 140px;
}
.aside-contact__name {
  color: #1d3f5a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.aside-contact__title {
  color: #1d3f5a;
  font-size: 16px;
  margin-top: 0;
}
.aside-contact__buttons {
  margin-top: 1.4em;
  margin-bottom: 0;
  /** Before .fancybox-content--form */
}
.aside-contact__buttons a {
  width: 100%;
}
@media (min-width: 761px) {
  .desktop-hidden {
    display: none !important;
  }
  .desktop-hidden * {
    display: none !important;
    padding: 0 !important;
  }
}
#redesign .header {
  position: relative;
  display: block;
}
#redesign .header #headerTriangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 700px;
  background-image: url("../images/top-corner.png");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
#redesign .header #headerLogo {
  position: absolute;
  z-index: 19;
  left: 162px;
  top: 45px;
}
@media (max-width: 1024px) {
  #redesign .header #headerLogo {
    left: 44px;
    top: 25px;
  }
  #redesign .header #headerLogo img {
    width: 106px;
  }
}
@media (max-width: 600px) {
  #redesign .header #headerLogo {
    left: 24px;
    top: 16px;
  }
  #redesign .header #headerLogo img {
    width: 60px;
  }
}
#redesign .mobileHeader {
  display: none;
}
#redesign #headerNav {
  z-index: 1;
  position: static;
  display: block;
}
#redesign #headerNav #searchform {
  max-width: 366px;
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  #redesign #headerNav #searchform {
    margin-bottom: 20px;
  }
}
#redesign #headerNav #searchform label {
  display: none;
}
#redesign #headerNav #searchform #s {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url("library/images/magnifying-glass.svg");
  background-position: 12px center;
  padding: 12px 12px 12px 47px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  box-sizing: border-box;
}
#redesign #headerNav #menuToggleHolder {
  position: absolute;
  right: 0;
  z-index: 20;
  left: auto;
  background-color: transparent;
  top: 0;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent {
  position: relative;
  pointer-events: none;
  text-align: right;
  z-index: 2;
  padding: 0 30px 0 122px;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent {
    padding: 0;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggleText {
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: initial;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 56px;
  vertical-align: middle;
  margin-right: 13px;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggleText.closed {
    display: none;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle {
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle {
    height: 62px;
    width: 62px;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) {
  background-image: none;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) .hamburger {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 25px;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) .hamburger {
    margin: auto;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) .hamburger span {
  background-color: white;
  display: block;
  height: 4px;
  margin-bottom: 5px;
  width: 25px;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle.open {
  background-image: url("library/images/menu-icon-close.png");
  background-position: unset;
  background-size: cover;
  height: 25px;
  margin-right: 31px;
  width: 25px;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle.open:hover {
  background-color: rgba(181, 190, 0, 0.4);
  cursor: pointer;
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew {
  background-color: #b5be00;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 245px;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleSkew {
    right: 0;
    clip-path: none;
    width: 62px;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew:hover {
  background-color: #868D1E;
  cursor: pointer;
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew:hover + #menuToggleContent #menuToggle {
  background-color: initial;
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew:hover + #menuToggleContent #menuToggle.open {
  background-color: rgba(181, 190, 0, 0.4);
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder.open #menuToggleSkew {
    background-color: transparent;
    width: 145px;
  }
}
#redesign #headerNav #mainMenu {
  position: absolute;
  display: none;
  right: 0;
  z-index: 19;
  background-color: rgba(82, 83, 73, 0.97);
  padding: 70px 60px 70px 70px;
  bottom: initial;
  top: 0;
  width: 78.375%;
}
@media (max-width: 1100px) {
  #redesign #headerNav #mainMenu {
    padding: 70px 50px;
  }
}
@media (max-width: 1000px) {
  #redesign #headerNav #mainMenu {
    width: 100%;
  }
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu {
    background-color: #525349;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
#redesign #headerNav #mainMenu #searchform #s::placeholder, #redesign #headerNav #mainMenu #searchform #s::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #searchform #s::placeholder, #redesign #headerNav #mainMenu #searchform #s::-webkit-input-placeholder {
    font-size: 15px;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 761px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav {
    row-gap: 57px;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav::before {
  display: none;
}
@media (min-width: 761px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav .desktop-hidden {
    display: none;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li {
  font-size: 18px;
  padding-left: 0;
  width: 25%;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li {
    flex-basis: 100%;
    line-height: 1;
    margin-top: 24px;
    padding-bottom: 0;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a {
    padding-right: 0;
    position: relative;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a::before {
    background-color: #525349;
    content: "";
    display: inline-block;
    height: 25px;
    margin-left: 4px;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    right: 0;
    top: 1px;
    transition: all 0.4s;
    width: 10px;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a::after {
    background-color: #525349;
    content: url("library/images/caret.svg");
    display: none;
    margin-left: 4px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    top: 1px;
    transition: all 0.4s;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a.open {
    background-image: url("library/images/rectangle-green.png");
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a.open::after {
    transform: rotate(90deg);
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li:hover {
  background: none;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a {
  display: block;
  line-height: 1.25;
  padding: 0 12px 0 4px;
  position: absolute;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a {
    font-size: 20px;
    position: initial;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a:hover {
  background-image: url("library/images/rectangle-green.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a .mobilenavarrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  transition: all 0.4s;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li:first-child {
  margin-top: 15px;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu {
  background-color: initial;
  margin-top: 30px;
  padding: 0 4px;
  position: initial;
  visibility: initial;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu {
    display: none;
    margin-top: 0;
    padding-left: 32px;
    padding-top: 12px;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li {
  margin-bottom: 12px;
  margin-top: 0;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li:last-of-type {
    margin-bottom: 0;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li a {
  display: inline-block;
  font-size: 15px;
  overflow-wrap: anywhere;
  padding: 0 2px;
  white-space: break-spaces;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li a .mobilenavarrow {
  display: none;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a .mobilenavarrow {
    display: block;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a.open .mobilenavarrow {
    transform: rotate(90deg);
  }
}
.card-news {
  position: relative;
  width: 100%;
}
.card-news *:first-child {
  margin-top: 0;
}
.card-news *:last-child {
  margin-bottom: 0;
}
.card-news__image {
  aspect-ratio: 1.9936708861;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card-news__image img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform-origin: center center;
  transition: transform 0.5s;
  width: 100%;
  will-change: transform;
}
.card-news:hover .card-news__image img {
  transform: scale(1.06);
}
.card-news__text {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.card-news__term {
  background-color: rgba(181, 190, 0, 0.9);
  color: #000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  mask: no-repeat 0 0;
  mask-image: linear-gradient(120deg, transparent 0%, transparent 18px, black 18px, black 100%);
  padding: 10px 16px;
  padding-left: 32px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: translateY(-100%) translateY(-1rem);
}
.card-news__published {
  color: #000;
  font-size: 14px;
  margin-top: 0;
}
.card-news__heading {
  color: #1d3f5a;
  font-size: 20px;
  line-height: 1.2;
}
.card-news__heading a {
  color: inherit !important;
  transition: color 0.4s, text-decoration-color 0.4s;
  text-decoration-color: transparent;
  /** Extend click area */
}
.card-news__heading a::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-news__heading a:hover {
  color: #00839b !important;
  text-decoration-color: inherit;
}
body.page-template-template-news-and-insights-landing #content > .wrap {
  width: calc(100% - 2 * 60px);
  max-width: calc(1440px - 2 * 60px);
}
@media (max-width: 500px) {
  body.page-template-template-news-and-insights-landing #content > .wrap {
    width: calc(100% - 2 * 26px);
  }
}
.facetwp-type-reset .facetwp-reset {
  background: none;
  border: none;
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
  transition: color 0.3s;
}
.facetwp-type-reset .facetwp-reset:hover {
  color: #00839b;
}
.facetwp-type-search .facetwp-search {
  background-color: #fff;
  border: 1px solid #42423a;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 16px;
  padding-right: 46px !important;
}
.facetwp-type-search .facetwp-search:focus {
  background-color: #fff;
}
.facetwp-type-search .facetwp-icon {
  align-items: center;
  background-color: rgba(181, 190, 0, 0.5);
  border: 1px solid #42423a;
  display: flex;
  height: 42px;
  justify-content: center;
  opacity: 1;
  width: 46px;
}
.facetwp-type-search .facetwp-icon:not(.f-loading)::before {
  background: no-repeat 50% 50%;
  background-image: url("./library/images/svg/search.svg");
}
.facetwp-type-radio.facetwp-facet-news_category .facetwp-type-radio__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.facetwp-type-radio.facetwp-facet-news_category .facetwp-radio {
  border: 1px solid #42423a;
  background-image: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  padding: 6px 8px;
  text-transform: uppercase;
}
.facetwp-type-radio.facetwp-facet-news_category .facetwp-radio.checked {
  border-color: #1d3f5a;
  background-color: #1d3f5a;
  color: #fff;
}
.facetwp-type-radio.facetwp-facet-news_category .facetwp-radio .facetwp-display-value {
  padding-right: 0;
}
.facetwp-type-radio.facetwp-facet-news_category .facetwp-radio .facetwp-counter {
  display: none;
}
.facetwp-type-radio.facetwp-facet-news_category .facetwp-radio:hover {
  background-color: #b5be00;
  border-color: #b5be00;
  color: #000;
}
.facetwp-facet-count {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.facetwp-facet-load {
  margin-top: 20px;
  text-align: center;
}
.facetwp-facet-load:first-child {
  margin-top: 0;
}
.facetwp-facet-load:last-child {
  margin-bottom: 0;
}
.facetwp-facet-load button {
  align-items: flex-start;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #919800;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  padding: 11px 24px;
  text-transform: uppercase;
}
.module-facetwp-filters {
  padding: 60px 0;
}
.module-facetwp-filters:first-child {
  padding-top: 0;
}
.module-facetwp-filters__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 40px;
  justify-content: space-between;
}
@media (max-width: 439px) {
  .module-facetwp-filters__inner {
    gap: 2rem 20px;
  }
}
.module-facetwp-filters__inner .facetwp-hidden:where(.facetwp-hidden--placeholder) {
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.module-facetwp-filters__inner .facetwp-hidden:where(.facetwp-hidden--placeholder).is-loading {
  opacity: 0;
}
.module-facetwp-filters__inner .facetwp-facet {
  margin-bottom: 0;
}
.module-facetwp-filters__inner .facetwp-facet-label {
  display: block;
  font-size: 2em;
  line-height: 1;
  padding-bottom: 10px;
}
.module-facetwp-filters__inner .facetwp-facet-buttons {
  align-items: center;
  display: flex;
  gap: inherit;
}
@media (max-width: 1029px) {
  .module-facetwp-filters__inner .facetwp-facet-buttons {
    flex-direction: row-reverse;
  }
}
@media (max-width: 439px) {
  .module-facetwp-filters__inner .facetwp-facet-search .facetwp-search {
    min-width: unset;
  }
}
.module-facetwp-filters__inner .facetwp-facet-news_category {
  margin-right: auto;
}
.module-facetwp-filters__heading {
  line-height: 1;
  margin-top: 0;
  width: 100%;
}
.module-facetwp-results:where(.module-facetwp-results--none) {
  font-size: 16px;
}
.module-facetwp-results__count {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
}
.module-facetwp-results__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 315px), 1fr));
  margin: 0;
}
.module-facetwp-results__cards + .module-facetwp-results__cards {
  margin-top: 20px;
  /** Match gap */
}
.featured-news {
  background: no-repeat 50% 50%;
  background-color: #ededed;
  background-image: url("./library/images/texture-ampersand.jpg");
  background-size: cover;
  font-size: 18px;
  line-height: 1.3;
  margin-left: calc(-1 * ((100dvw - 100%) / 2));
  margin-right: calc(-1 * ((100dvw - 100%) / 2));
  padding: 60px 4%;
  width: 100dvw;
}
@media (min-width: 1030px) {
  .featured-news {
    margin-top: -83px;
    padding-top: 120px;
  }
}
.featured-news :first-child {
  margin-top: 0;
}
.featured-news :last-child {
  margin-bottom: 0;
}
.featured-news .excerpt-read-more {
  display: none;
}
@media (min-width: 706px) {
  .featured-news__inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem 32px;
  }
}
.featured-news__inner.wrap {
  max-width: 100%;
}
.featured-news__image {
  aspect-ratio: 1.9936708861;
  position: relative;
}
@media (min-width: 706px) {
  .featured-news__image {
    margin: 0;
    flex-shrink: 0;
    min-width: calc((100% - 20px) / 2);
    max-width: 560px;
    width: calc(560 / 1440 * 100dvw);
  }
}
.featured-news__image a, .featured-news__image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-news__image a {
  display: block;
}
.featured-news__image img {
  object-fit: cover;
}
.featured-news__label {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.featured-news__heading {
  color: #8a264f;
  font-size: 28px;
  line-height: 1.2;
}
.featured-news__heading a, .featured-news__heading a:visited {
  color: inherit;
  text-decoration-color: transparent;
}
.flex-cta-banner {
  background-color: #C2DFA2;
  margin: 25px 0 0;
  padding: 25px 35px;
}
.flex-cta-banner .primary-text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.flex-cta-banner .primary-text span {
  margin-right: 8px;
}
.flex-cta-banner .primary-text .button {
  display: inline-block;
  margin-top: 0;
}
.flex-cta-banner {
  background-color: #C2DFA2;
  margin: 25px 0 0;
  padding: 25px 35px;
}
.flex-cta-banner .primary-text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.flex-cta-banner .primary-text span {
  margin-right: 8px;
}
.flex-cta-banner .primary-text .button {
  display: inline-block;
  margin-top: 0;
}
body.page-template-default .related-services, body.single-qd_news .related-services {
  background: #00839B;
  color: #fff;
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
}
body.page-template-default .related-services .section-title, body.single-qd_news .related-services .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 0 24px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-default .related-services .related-services-slider, body.single-qd_news .related-services .related-services-slider {
  margin: 40px 30px 30px 30px;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track {
  display: flex;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div {
  position: relative;
  height: 465px;
  cursor: pointer;
  margin: 0 15px;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .slide-background, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .title-holder, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .title-holder {
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 20px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 67px;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4 {
  font-size: 22px;
  line-height: 110%;
  font-weight: 700;
  margin: 0;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4 span, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4 span {
  display: inline-block;
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 17px;
  min-width: fit-content;
}
body.page-template-default .related-services .slider-navigation, body.single-qd_news .related-services .slider-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
body.page-template-default .related-services .slider-navigation .slick-prev, body.single-qd_news .related-services .slider-navigation .slick-prev {
  transform: rotate(180deg);
}
body.page-template-default .home-projects, body.single-qd_news .home-projects {
  margin-bottom: 40px;
  position: relative;
}
body.page-template-default .home-projects .section-title, body.single-qd_news .home-projects .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 40px 24px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide {
  margin: 0 40px;
  position: relative;
}
@media (max-width: 1046px) {
  body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0 62px;
  }
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0;
  }
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .overlay, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide img, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide img {
  height: 464px;
  object-fit: cover;
  width: 100%;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  line-height: 1.25;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box .project-name, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box .project-name {
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 20px;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:hover, body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:active, body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:focus, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:hover, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:active, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:focus {
  color: #f7b334;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide.slick-current .overlay, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide.slick-current .overlay {
  display: none;
}
body.page-template-default .home-projects .slider-navigation, body.single-qd_news .home-projects .slider-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
}
body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
  position: absolute;
  left: 20%;
  cursor: pointer;
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    display: none;
  }
}
body.page-template-default .home-projects .slider-navigation .slick-prev img, body.single-qd_news .home-projects .slider-navigation .slick-prev img {
  transform: rotate(180deg);
}
body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
  position: absolute;
  right: 20%;
  cursor: pointer;
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    display: none;
  }
}
body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
  right: 20%;
}
@media (max-width: 1479px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 17%;
  }
}
@media (max-width: 1249px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 15%;
  }
}
@media (max-width: 1119px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 14px;
  }
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 37%;
  }
}
@media (max-width: 625px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 31%;
  }
}
body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
  left: 20%;
  z-index: 1;
}
@media (max-width: 1479px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 17%;
  }
}
@media (max-width: 1249px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1119px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 14px;
  }
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 37%;
  }
}
@media (max-width: 625px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 31%;
  }
}
body.page-template-default .home-projects .dots, body.single-qd_news .home-projects .dots {
  text-align: center;
}
body.page-template-default .home-projects .dots .slick-dots, body.single-qd_news .home-projects .dots .slick-dots {
  display: inline-block;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
body.page-template-default .home-projects .dots .slick-dots button, body.single-qd_news .home-projects .dots .slick-dots button {
  background-color: #aaa99f;
  border-color: transparent;
  border-radius: 4px;
  font-size: 0;
  height: 15px;
  margin: 0 4px;
  width: 15px;
}
body.page-template-default .home-projects .dots .slick-dots li.slick-active button, body.single-qd_news .home-projects .dots .slick-dots li.slick-active button {
  background-color: #8a264f;
}
body.page-template-default .home-projects .cta, body.single-qd_news .home-projects .cta {
  margin: 40px auto 0;
  max-width: 1116px;
  padding: 0 24px;
  text-align: center;
}
body.page-template-default .home-projects .cta a, body.single-qd_news .home-projects .cta a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
}
body.page-template-default .home-projects .cta a:hover, body.page-template-default .home-projects .cta a:active, body.page-template-default .home-projects .cta a:focus, body.single-qd_news .home-projects .cta a:hover, body.single-qd_news .home-projects .cta a:active, body.single-qd_news .home-projects .cta a:focus {
  color: #00839b;
}
.related__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 342px), 1fr));
  margin-top: 4em !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1116px;
  width: fit-content;
}
.related__cards[data-count="2"] {
  max-width: 704px;
}
.related__cards[data-count="1"] {
  max-width: 342px;
}
.related__cards + .related__cards {
  margin-top: 20px;
  /** Match gap */
}
.single-news *:first-child {
  margin-top: 0;
}
.single-news *:last-child {
  margin-bottom: 0;
}
.single-news #breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  width: calc(100% - 2 * 4%);
}
@media (min-width: 1440px) {
  .single-news #breadcrumbs {
    margin-left: 162px;
  }
}
@media (min-width: 1962px) {
  .single-news #breadcrumbs {
    margin-left: 427px;
  }
}
.single-news #breadcrumbs #breadcrumbText {
  color: #42423a;
  font-size: 14px;
}
.single-news #breadcrumbs #breadcrumbText a {
  color: inherit;
}
.single-news__header {
  background-color: #00839b;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  height: 413px;
}
.single-news__header-category {
  background-image: url("./library/images/mobile-orange-text-bar.png");
  background-position: left bottom;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 54px;
  margin: 0;
  padding-left: 10px;
  padding-right: 20px;
  text-transform: uppercase;
}
@media (min-width: 1030px) {
  .single-news__header-category {
    background-image: url("./library/images/large-orange-text-bar.png");
    font-size: 80px;
    line-height: 84px;
    padding-left: 15px;
    padding-right: 30px;
  }
}
.single-news__header-image {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-grow: 1;
  margin: 0;
  margin-right: auto;
  position: relative;
  width: calc(826 / 1440 * 100dvw);
}
.single-news__header-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: left center;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-news__header-text {
  align-self: flex-end;
  flex-grow: 1;
  padding: 48px 20px 42px 4%;
  max-width: 634px;
}
@media (min-width: 1025px) {
  .single-news__header-text {
    padding-left: 162px;
  }
}
@media (min-width: 1962px) {
  .single-news__header-text {
    padding-left: 427px;
    max-width: 899px;
  }
}
.single-news__main {
  flex-grow: 1;
}
.single-news__article {
  font-size: 1.8em;
  line-height: 1.5;
}
@media (max-width: 1029px) {
  .single-news__article {
    padding-bottom: 2em;
    padding-top: 2em;
  }
}
.single-news__heading, .single-news__columns {
  margin-left: auto !important;
  margin-right: auto;
  max-width: 1110px;
  width: calc(100% - 2 * 4%);
}
@media (min-width: 1440px) {
  .single-news__heading, .single-news__columns {
    margin-left: 162px !important;
  }
}
@media (min-width: 1962px) {
  .single-news__heading, .single-news__columns {
    margin-left: 427px !important;
  }
}
@media (min-width: 2320px) {
  .single-news__heading, .single-news__columns {
    margin-left: auto !important;
  }
}
.single-news__heading {
  color: #00839b;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .single-news__heading {
    padding-right: 110px;
  }
}
.single-news__columns {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .single-news__columns {
    flex-direction: column;
  }
}
.single-news__content.entry-content {
  width: 100%;
  padding-top: 0;
  max-width: none !important;
}
.single-news__content.entry-content a {
  color: #1d3f5a;
  font-weight: 600;
  text-decoration: underline;
}
.single-news__content.entry-content a:hover {
  color: #00839b;
}
.single-news__content.entry-content h2, .single-news__content.entry-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.single-news__content.entry-content h2 {
  color: #8a264f;
}
.single-news__content.entry-content h2 + h3 {
  color: #000;
}
.single-news__content.entry-content p {
  font-size: inherit;
  line-height: inherit;
}
.single-news__content.entry-content ol ol, .single-news__content.entry-content ol ul, .single-news__content.entry-content ul ol, .single-news__content.entry-content ul ul {
  margin-top: 10px;
  margin-left: 20px;
}
.single-news__content.entry-content ol {
  list-style: decimal;
}
.single-news__content.entry-content ol li {
  font-size: inherit;
  list-style: inherit;
  padding-left: 10px;
}
.single-news__content.entry-content ol li::marker {
  color: #b5be00;
  font-weight: 600;
}
.single-news__content.entry-content ul {
  list-style-image: url("./library/images/bullet-green-square.png");
}
.single-news__content.entry-content ul li {
  list-style: inherit;
  font-size: inherit;
  padding-left: 10px;
}
.single-news__content.entry-content blockquote {
  border-bottom: 4px solid #b5be00;
  border-top: 4px solid #b5be00;
  color: #1d3f5a;
  font-style: italic;
  margin-left: 0;
  padding: 32px 20px;
}
.single-news__content.entry-content blockquote * {
  color: inherit !important;
}
@media (max-width: 1029px) {
  .single-news__content .alignleft, .single-news__content .alignright {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1030px) {
  .single-news__content .alignleft, .single-news__content .alignright {
    max-width: calc((100% - 2em) / 2);
  }
}
.single-news__content .wp-caption {
  padding: 0;
}
.single-news__content .wp-caption:not(.alignleft, .alignright) {
  width: 100% !important;
}
.single-news__content .wp-caption.alignleft, .single-news__content .wp-caption.alignright {
  width: calc((100% - 1em) / 2) !important;
}
.single-news__content .wp-caption:not(:last-child) {
  margin-bottom: 2em;
}
.single-news__content .wp-caption-text {
  font-size: 14px !important;
  text-align: left !important;
}
.single-news__published {
  font-size: 14px !important;
  margin-bottom: 40px !important;
}
.single-news__sidebar {
  flex-shrink: 0;
  max-width: 267px;
  width: 100%;
}
@media (max-width: 768px) {
  .single-news__sidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
.single-news__sidebar aside:not(:first-child) {
  margin-top: 40px;
}
.single-news__share {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-news__share .share__heading {
  color: #42423a;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.single-news__share .share__list {
  list-style: none;
  margin-left: 0;
  /** @extend %social-menu; */
  margin-top: 1em;
}
.single-news__share .share__list li {
  list-style: inherit;
  padding: 0;
}
.single-news__share .share__list {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 0;
}
.single-news__share .share__list > li > a {
  align-items: center;
  aspect-ratio: 1;
  color: #00839b;
  display: flex;
  font-weight: 400;
  /** Override base styles */
  justify-content: center;
  text-decoration: none;
}
.single-news__share .share__list > li > a span {
  /** @extend %hidden-readable; */
}
.single-news__share .share__list > li > a span {
  word-wrap: normal !important;
  /** many screen reader and browser combinations announce broken words as they would appear visually */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.single-news__share .share__list > li > a svg {
  display: block;
  width: 20px;
}
.single-news__share .share__list > li > a path {
  fill: currentColor;
  transition: color 0.3s;
}
@media (hover) {
  .single-news__share .share__list > li > a:hover {
    color: #b5be00;
  }
}
@media (min-width: 768px) {
  .single-news__share .share__list {
    justify-content: flex-end;
  }
}
.single-news__share .share__list > li > a svg {
  width: 20px;
}
.single-news__share .share__list .icon-email svg {
  width: 22px;
}
.single-news__related {
  border-top: 4px solid #b5be00;
  margin-top: 60px;
  padding: 60px 0 0;
}
.single-news__related.related--adjacent-projects {
  border-bottom: 4px solid #b5be00;
  padding-bottom: 60px;
}
.single-news__related .related__inner {
  padding: 0 4%;
  max-width: 1440px;
}
.single-news__related.related--adjacent-projects .related__inner {
  max-width: none;
}
.single-news__related .related__heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
.single-news__related .card-news {
  margin-top: 30px;
}
.single-news__related .card-news__term {
  bottom: 100%;
  transform: none;
}
.single-news__related .card-news__published {
  display: none;
}
.single-news__related .card-news__heading {
  margin-top: 0;
}
.home .redesign #content {
  margin-bottom: 0;
}
.home .redesign img {
  max-width: 100%;
}
.home .redesign .slick-slider .slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  border-color: transparent;
  font-size: 0;
  height: 30px;
  position: absolute;
  top: 45%;
  width: 15px;
}
@media (max-width: 900px) {
  .home .redesign .slick-slider .slick-arrow {
    bottom: -8px;
    top: initial;
  }
}
.home .redesign .slick-slider .slick-arrow.slick-prev {
  background-image: url("library/images/arrow-green-left.svg");
  left: 10px;
}
.home .redesign .slick-slider .slick-arrow.slick-prev:hover, .home .redesign .slick-slider .slick-arrow.slick-prev:active, .home .redesign .slick-slider .slick-arrow.slick-prev:focus {
  background-image: url("library/images/arrow-light-green-left.svg");
}
@media (max-width: 1200px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 31%;
  }
}
@media (max-width: 425px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 26%;
  }
}
.home .redesign .slick-slider .slick-arrow.slick-next {
  background-image: url("library/images/arrow-green-right.svg");
  right: 10px;
}
.home .redesign .slick-slider .slick-arrow.slick-next:hover, .home .redesign .slick-slider .slick-arrow.slick-next:active, .home .redesign .slick-slider .slick-arrow.slick-next:focus {
  background-image: url("library/images/arrow-light-green-right.svg");
}
@media (max-width: 1200px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 31%;
  }
}
@media (max-width: 425px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 26%;
  }
}
.home .redesign .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home .redesign .slick-slider .slick-dots button {
  background-color: #aaa99f;
  border-color: transparent;
  border-radius: 4px;
  font-size: 0;
  height: 15px;
  margin: 0 4px;
  width: 15px;
}
.home .redesign .slick-slider .slick-dots li.slick-active button {
  background-color: #8a264f;
}
.home .redesign #mainstage {
  display: block !important;
  min-height: initial;
  min-width: initial;
}
.home .redesign #mainstage #skewBoxHolder {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0;
  min-height: 50vw;
  position: relative;
  width: auto;
}
.home .redesign #mainstage #skewBoxHolder video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.home .redesign #mainstage #skewBoxHolder .skewBox {
  display: none;
}
.home .redesign #mainstage #skewBoxHolder #textHolder {
  background-color: initial;
  display: flex;
  justify-content: center;
  padding: 200px 0;
  position: initial;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
}
@media (max-width: 600px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder {
    padding: 100px 0;
  }
}
.home .redesign #mainstage #skewBoxHolder #textHolder .stageText .link-box {
  margin-top: 18px;
}
@media (max-width: 600px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder .stageText a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.home .redesign #mainstage #skewBoxHolder #textHolder h1 {
  background-image: url("library/images/blue-bar-bg.png");
  background-repeat-y: no-repeat;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  max-width: 560px;
  font-size: 8em;
  line-height: 92px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}
@media (max-width: 900px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder h1 {
    background-size: contain;
    font-size: 60px;
    line-height: 1.32;
  }
}
@media (max-width: 600px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder h1 {
    font-size: 28px;
  }
}
.home .redesign #mobileMainstage {
  display: none;
}
.home .redesign .home-intro {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.4;
  margin: auto;
  max-width: 1116px;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .home .redesign .home-intro {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .home .redesign .home-intro {
    font-size: 20px;
  }
}
.home .redesign .home-intro strong {
  color: #00839b;
}
.home .redesign .home-featured-posts {
  background-color: #ededed;
  position: relative;
  padding-bottom: 54px;
  padding-top: 36px;
}
.home .redesign .home-featured-posts .trap-amp {
  background-image: url("library/images/ampersand-bg.svg");
  background-position-y: bottom;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .trap-amp {
    display: none;
  }
}
.home .redesign .home-featured-posts .title-box {
  margin: auto;
  max-width: 1116px;
  padding: 0 24px;
  position: relative;
}
.home .redesign .home-featured-posts .title-box .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 58px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
}
@media (max-width: 1200px) {
  .home .redesign .home-featured-posts .title-box .section-title {
    left: 50px;
  }
}
.home .redesign .home-featured-posts .all-posts {
  margin: auto;
  max-width: 1116px;
  padding: 0 24px;
}
.home .redesign .home-featured-posts .all-posts .slick-list {
  margin: 0 36px;
}
@media (max-width: 1200px) {
  .home .redesign .home-featured-posts .all-posts .slick-list {
    margin: 0 26px;
  }
}
.home .redesign .home-featured-posts .all-posts .post {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post {
    flex-wrap: wrap;
  }
}
.home .redesign .home-featured-posts .all-posts .post .text-box {
  margin-right: 32px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box {
    flex-basis: 100%;
    margin-bottom: 43px;
    margin-right: 0;
  }
}
.home .redesign .home-featured-posts .all-posts .post .text-box .excerpt-read-more {
  display: none;
}
.home .redesign .home-featured-posts .all-posts .post .text-box .post-title {
  color: #8a264f;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box .post-title {
    font-size: 24px;
  }
}
.home .redesign .home-featured-posts .all-posts .post .text-box p {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 32px;
  margin-top: 8px;
}
@media (max-width: 600px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box .dark-green-btn {
    font-size: 12px;
  }
}
.home .redesign .home-featured-posts .all-posts .post .img-box {
  flex-shrink: 0;
  width: 468px;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post .img-box {
    flex-basis: 100%;
    max-width: unset;
    padding-top: 56.25%;
    position: relative;
  }
}
.home .redesign .home-featured-posts .all-posts .post .img-box img {
  height: 275px;
  object-fit: cover;
  width: 468px;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post .img-box img {
    height: 100%;
    max-width: unset;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.home .redesign .home-featured-posts .cta {
  margin: 40px auto 0;
  max-width: 1116px;
  padding: 0 24px;
  text-align: center;
}
.home .redesign .home-featured-posts .cta a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
}
.home .redesign .home-featured-posts .cta a:hover, .home .redesign .home-featured-posts .cta a:active, .home .redesign .home-featured-posts .cta a:focus {
  color: #00839b;
}
.home .redesign .home-people-culture {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture {
    background-color: #00839b;
  }
}
.home .redesign .home-people-culture .primary {
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .primary {
    flex-wrap: wrap;
  }
}
.home .redesign .home-people-culture .img-box {
  flex-shrink: 0;
  height: 500px;
  position: relative;
  width: 890px;
}
@media (max-width: 1350px) {
  .home .redesign .home-people-culture .img-box {
    flex-basis: 55%;
    width: initial;
  }
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .img-box {
    flex-basis: 100%;
    flex-shrink: initial;
    height: initial;
    margin: 0 60px;
    order: 1;
    position: relative;
    padding-top: 56.25%;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .img-box {
    margin: 0 24px;
  }
}
.home .redesign .home-people-culture .img-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .img-box img {
    position: absolute;
    top: 0;
  }
}
.home .redesign .home-people-culture .img-box .caption {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  color: #fff;
  font-size: 13px;
  left: 0;
  line-height: 1.25;
  margin: 0;
  max-width: 400px;
  padding: 11px 60px;
  position: absolute;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .img-box .caption {
    padding: 11px 60px 11px 30px;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .img-box .caption {
    background-color: initial;
    clip-path: none;
    max-width: initial;
    padding: 11px 0;
    position: initial;
  }
}
.home .redesign .home-people-culture .text-box {
  background-color: #00839b;
  color: #fff;
  max-height: 500px;
  padding: 53px 7.5% 53px 36px;
  position: relative;
}
@media (max-width: 1600px) {
  .home .redesign .home-people-culture .text-box {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .home .redesign .home-people-culture .text-box {
    padding-right: 48px;
  }
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .text-box {
    flex-basis: 100%;
    padding: 53px 60px 40px;
    order: 0;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .text-box {
    padding: 53px 24px 30px;
  }
}
.home .redesign .home-people-culture .text-box .heading-small {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: uppercase;
}
.home .redesign .home-people-culture .text-box .heading-large {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 7px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .text-box .heading-large {
    font-size: 24px;
  }
}
.home .redesign .home-people-culture .text-box .primary-copy {
  font-size: 18px;
  line-height: 1.444;
  margin-top: 7px;
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .text-box .primary-copy {
    font-size: 16px;
  }
}
.home .redesign .home-people-culture .spotlight-box {
  display: flex;
  height: 129px;
  margin-top: 42px;
}
.home .redesign .home-people-culture .spotlight-box.mobile {
  margin: 76px 60px;
  order: 2;
  width: calc(100% - 120px);
}
@media (min-width: 1001px) {
  .home .redesign .home-people-culture .spotlight-box.mobile {
    display: none;
  }
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box.mobile {
    background-color: #ededed;
    display: initial;
    height: initial;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .spotlight-box.mobile {
    margin: 24px 24px 54px;
    width: calc(100% - 48px);
  }
}
.home .redesign .home-people-culture .spotlight-box.desktop {
  left: -120px;
  position: relative;
  width: calc(100% + 120px);
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .spotlight-box.desktop {
    display: none;
  }
}
.home .redesign .home-people-culture .spotlight-box p {
  margin: 0;
}
.home .redesign .home-people-culture .spotlight-box .section-label {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  flex-shrink: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 58px;
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box .section-label {
    background-color: initial;
    width: initial;
  }
}
.home .redesign .home-people-culture .spotlight-box .section-label span {
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 56px;
  transform: rotate(270deg);
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box .section-label span {
    position: initial;
    transform: initial;
  }
}
.home .redesign .home-people-culture .spotlight-box .post-title {
  align-items: center;
  background-color: #ededed;
  display: flex;
  padding: 0 55px;
}
@media (max-width: 1200px) {
  .home .redesign .home-people-culture .spotlight-box .post-title {
    padding: 0 45px;
  }
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .spotlight-box .post-title {
    flex-grow: 1;
  }
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box .post-title {
    margin: 30px 0;
    padding: 0;
  }
}
.home .redesign .home-people-culture .spotlight-box .post-title a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.home .redesign .home-people-culture .spotlight-box .post-title a:hover, .home .redesign .home-people-culture .spotlight-box .post-title a:active, .home .redesign .home-people-culture .spotlight-box .post-title a:focus {
  color: #00839b;
}
.home .redesign .home-people-culture .spotlight-box img {
  flex-shrink: 0;
  object-fit: cover;
  object-position: top;
  width: 202px;
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box img {
    height: 129px;
  }
}
.home .redesign .home-people-culture .cta-bar {
  align-items: center;
  background-color: #1d3f5a;
  color: #fff;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  padding: 26px;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .cta-bar {
    flex-direction: column;
    padding: 22px 26px 30px;
    order: 3;
  }
}
.home .redesign .home-people-culture .cta-bar .cta-text {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .cta-bar .cta-text {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .cta-bar .cta-text {
    font-size: 20px;
  }
}
.home .redesign .home-people-culture .cta-bar .dark-green-btn {
  margin-left: 20px;
}
.home .redesign .home-projects {
  margin-bottom: 53px;
}
.home .redesign .home-projects .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 40px 24px;
  text-align: center;
  text-transform: uppercase;
}
.home .redesign .home-projects .all-projects .slick-next {
  right: 20%;
}
@media (max-width: 1479px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 17%;
  }
}
@media (max-width: 1249px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 15%;
  }
}
@media (max-width: 1119px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 31%;
  }
}
.home .redesign .home-projects .all-projects .slick-prev {
  left: 20%;
  z-index: 1;
}
@media (max-width: 1479px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 17%;
  }
}
@media (max-width: 1249px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1119px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 31%;
  }
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide {
  margin: 0 40px;
  position: relative;
}
@media (max-width: 1046px) {
  .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0 62px;
  }
}
@media (max-width: 900px) {
  .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0;
  }
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide img {
  height: 464px;
  object-fit: cover;
  width: 100%;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  line-height: 1.25;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box .project-name {
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 20px;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:hover, .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:active, .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:focus {
  color: #f7b334;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide.slick-current .overlay {
  display: none;
}
.home .redesign .home-projects .cta {
  margin: 40px auto 0;
  max-width: 1116px;
  padding: 0 24px;
  text-align: center;
}
.home .redesign .home-projects .cta a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
}
.home .redesign .home-projects .cta a:hover, .home .redesign .home-projects .cta a:active, .home .redesign .home-projects .cta a:focus {
  color: #00839b;
}
div.hero_careers_outer {
  display: block;
  position: relative;
  width: 100%;
  height: 50vw;
  background-color: #323232;
}
@media (max-width: 1300px) {
  div.hero_careers_outer {
    height: 650px;
  }
}
@media (max-width: 600px) {
  div.hero_careers_outer {
    height: 330px;
  }
}
div.hero_careers_outer div.all_hero_images {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.hero_careers_outer div.all_hero_images div.hero_image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div.hero_careers_outer div.all_hero_images div.hero_image:first-of-type {
  display: block;
}
div.hero_careers_outer div.hero_careers_inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner {
  display: block;
  position: relative;
  font-size: 0;
}
div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner h1 {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(transparent 0%, transparent 38%, #1D3F5A 38%, #1D3F5A 100%);
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  margin: 0 0 0 0;
}
@media (max-width: 900px) {
  div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner h1 {
    font-size: 28px;
    line-height: 28px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner a.cta {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 14px 24px 14px 24px;
  color: #51534a;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 28px;
}
@media (max-width: 600px) {
  div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner a.cta {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px 6px 12px;
    margin-top: 17px;
  }
}
div.careers_intro_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.careers_intro_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.careers_intro_outer div.careers_intro_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  text-align: left;
}
@media (max-width: 1400px) {
  div.careers_intro_outer div.careers_intro_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.careers_intro_outer div.careers_intro_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.careers_intro_outer div.careers_intro_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.careers_intro_outer div.careers_intro_inner h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-bottom: 30px;
  margin-top: 0;
}
div.careers_intro_outer div.careers_intro_inner div.cii_content {
  display: block;
  position: relative;
  text-align: left;
}
div.careers_intro_outer div.careers_intro_inner div.cii_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #7e7f74;
}
div.careers_intro_outer div.careers_intro_inner div.cii_content *:last-child {
  margin-bottom: 0;
}
div.tai_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.tai_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.tai_outer div.tai_inner {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 900px) {
  div.tai_outer div.tai_inner {
    display: block;
  }
}
div.tai_outer div.tai_inner div.tai_left {
  display: block;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  text-align: left;
  background-color: #00839b;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 270px;
  padding-right: 100px;
}
@media (max-width: 1400px) {
  div.tai_outer div.tai_inner div.tai_left {
    padding-left: 162px;
    width: 65%;
    flex: 0 0 65%;
  }
}
@media (max-width: 1024px) {
  div.tai_outer div.tai_inner div.tai_left {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 900px) {
  div.tai_outer div.tai_inner div.tai_left {
    width: auto;
    flex: none;
  }
}
@media (max-width: 600px) {
  div.tai_outer div.tai_inner div.tai_left {
    padding-left: 24px;
    padding-right: 24px;
  }
}
div.tai_outer div.tai_inner div.tai_left h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
div.tai_outer div.tai_inner div.tai_left div.tai_content {
  display: block;
  position: relative;
  text-align: left;
}
div.tai_outer div.tai_inner div.tai_left div.tai_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
div.tai_outer div.tai_inner div.tai_left div.tai_content *:last-child {
  margin-bottom: 0;
}
div.tai_outer div.tai_inner div.tai_right {
  display: block;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1400px) {
  div.tai_outer div.tai_inner div.tai_right {
    width: 35%;
    flex: 0 0 35%;
    aspect-ratio: 1.7777777778;
  }
}
@media (max-width: 900px) {
  div.tai_outer div.tai_inner div.tai_right {
    width: auto;
    flex: none;
  }
}
div.icons_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  div.icons_outer {
    margin-top: 30px;
  }
}
div.icons_outer div.icons_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: left;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1940px) {
			width: 1100px;	
		}
		
		@media (max-width: 1440px) {
			width: 800px;
		}
		
		@media (max-width: 1140px) {
			width: 500px;
		}
		
		@media (max-width: 1024px) {
			width: auto;
			margin-left: 44px;
			margin-right: 44px;
		}
		
		@media (max-width: 600px) {
			margin-left: 25px;
			margin-right: 25px;
		}*/
}
@media (max-width: 1400px) {
  div.icons_outer div.icons_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.icons_outer div.icons_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.icons_outer div.icons_inner div.icons_header {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner div.icons_header {
    text-align: center;
  }
}
div.icons_outer div.icons_inner div.icons_header h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-top: 0;
  margin-bottom: 30px;
}
div.icons_outer div.icons_inner div.icons_header div.icons_content {
  display: block;
  position: relative;
  text-align: left;
}
div.icons_outer div.icons_inner div.icons_header div.icons_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #7e7f74;
}
div.icons_outer div.icons_inner div.icons_header div.icons_content *:last-child {
  margin-bottom: 0;
}
div.icons_outer div.icons_inner div.all_icons {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner div.all_icons {
    display: block;
  }
}
div.icons_outer div.icons_inner div.all_icons div.icon {
  display: block;
  position: relative;
  width: calc(20% - 80px);
  flex: 0 0 calc(20% - 80px);
  text-align: center;
  margin-right: 100px;
}
div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(5n) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  div.icons_outer div.icons_inner div.all_icons div.icon {
    width: calc(20% - 40px);
    flex: 0 0 calc(20% - 40px);
    margin-right: 50px;
  }
}
@media (max-width: 900px) {
  div.icons_outer div.icons_inner div.all_icons div.icon {
    width: calc(33.333% - 33.333px);
    flex: 0 0 calc(33.333% - 33.333px);
    margin-right: 50px;
  }
  div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(5n) {
    margin-right: 50px;
  }
  div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner div.all_icons div.icon {
    width: auto;
    flex: none;
    margin-right: 0;
  }
  div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(5n) {
    margin-right: 0;
  }
}
div.icons_outer div.icons_inner div.all_icons div.icon div.icon_container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
div.icons_outer div.icons_inner div.all_icons div.icon div.icon_container img.icon_image {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100px;
}
div.icons_outer div.icons_inner div.all_icons div.icon p.icon_caption {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #7e7f74;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div.cta_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #1d3f5a;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.cta_outer div.cta_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: left;
  margin-left: 270px;
  margin-right: 270px;
}
@media (max-width: 1400px) {
  div.cta_outer div.cta_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.cta_outer div.cta_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.cta_outer div.cta_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.cta_outer div.cta_inner h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
div.cta_outer div.cta_inner div.cta_content {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
div.cta_outer div.cta_inner div.cta_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
div.cta_outer div.cta_inner div.cta_content *:last-child {
  margin-bottom: 0;
}
div.cta_outer div.cta_inner a.button {
  display: inline-block;
  position: relative;
  background-color: #919800;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 14px 24px 14px 24px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.video_carousel_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
div.video_carousel_outer div.video_carousel_inner {
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner {
    display: block;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_left {
  display: block;
  position: relative;
  width: 70%;
  flex: 0 0 70%;
  aspect-ratio: 1.7777777778;
  background-color: #323232;
  overflow: hidden;
  /*a.play {
				display: block;
				position: absolute;
				top: calc(50% - 48px);
				left: calc(50% - 68px);
				z-index: 10;
				text-decoration: none;
				color: inherit;	
			}*/
  /*video {
				display: block;
				position: absolute;
				z-index: 0;
				background-repeat: no-repeat;
				background-size: cover;
				top: 50%;
				left: 50%;
				min-width: 100%;
				min-height: 100%;
				width: auto;
				height: auto;
				-ms-transform: translateX(-50%) translateY(-50%);
				-moz-transform: translateX(-50%) translateY(-50%);
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%); 
			}*/
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_left {
    width: auto;
    flex: none;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_left iframe {
  width: 100%;
  height: 100%;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right {
  display: block;
  position: relative;
  width: 30%;
  flex: 0 0 30%;
  background-color: #ededed;
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right {
    display: none;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ededed;
  aspect-ratio: 0.7638888889;
  overflow-y: scroll;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 75px 25px 75px;
  text-decoration: none;
  color: inherit;
  background-color: #ededed;
  border-bottom: 1px solid #1d3f5a;
}
@media (max-width: 1300px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item {
    padding: 25px 35px 25px 35px;
  }
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item {
    padding: 20px 20px 20px 20px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item:last-of-type {
  border-bottom: 0;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.name {
  font-size: 18px;
  line-height: 26px;
  color: #51534a;
  font-weight: 700;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.name {
    font-size: 16px;
    line-height: 22px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.position {
  font-size: 18px;
  line-height: 26px;
  color: #51534a;
  font-weight: 400;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.position {
    font-size: 16px;
    line-height: 22px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.type {
  font-size: 18px;
  line-height: 26px;
  color: #51534a;
  font-weight: 400;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.type {
    font-size: 16px;
    line-height: 22px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected {
  background-image: url("/images/and_pattern.png");
  background-repeat: repeat;
  /*border-bottom: 0;*/
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected p.name {
  color: #fff;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected p.position {
  color: #fff;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected p.type {
  color: #fff;
}
div.video_carousel_outer div.video_carousel_inner div.vc_mobile_nav {
  display: none;
  position: relative;
  width: auto;
  text-align: center;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_mobile_nav {
    display: block;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_mobile_nav select#vc_mobile_nav_select {
  font-size: 18px;
  margin: 12px 0 12px 0;
  background-color: white !important;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #aaa99f;
  border-radius: 10px;
}
div.acc_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #ededed;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  div.acc_outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
div.acc_outer div.acc_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.acc_outer div.acc_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.acc_outer div.acc_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.acc_outer div.acc_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.acc_outer div.acc_inner div.acc_header {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
div.acc_outer div.acc_inner div.acc_header h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-top: 0;
  margin-bottom: 30px;
}
div.acc_outer div.acc_inner div.acc_header div.acc_content {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
div.acc_outer div.acc_inner div.acc_header div.acc_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #7e7f74;
}
div.acc_outer div.acc_inner div.acc_header div.acc_content *:last-child {
  margin-bottom: 0;
}
div.acc_outer div.acc_inner div.acc {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc {
    display: block;
  }
}
div.acc_outer div.acc_inner div.acc div.acc_left {
  display: block;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  text-align: left;
  background-color: #d9d9d9;
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc div.acc_left {
    width: auto;
    flex: none;
  }
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 30px 10px 30px;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item p.label {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #7e7f74;
  font-weight: 700;
  margin: 0 0 0 0;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item div.desc {
  display: none;
  position: relative;
  margin: 3px 0 0 0;
  /*padding-bottom: 100px;*/
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item div.desc * {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item div.desc *:last-child {
  margin-bottom: 0;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:hover {
  cursor: pointer;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:hover p.label {
  color: #1d3f5a;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:first-of-type {
  padding-top: 20px;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:last-of-type {
  padding-bottom: 20px;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1d3f5a;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected:hover {
  cursor: default;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected p.label {
  color: #fff;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected div.desc {
  display: block;
}
div.acc_outer div.acc_inner div.acc div.acc_right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  background-color: #d9d9d9;
  /*img {
					display: block;
					position: relative;
					max-width: 358px;
					max-height: 192px;
				}*/
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc div.acc_right {
    width: auto;
    flex: none;
  }
}
div.acc_outer div.acc_inner div.acc div.acc_right div.acc_right_image {
  display: block;
  position: relative;
  width: 100%;
  /*height: 100%;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1.361774744;
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc div.acc_right div.acc_right_image {
    width: 100%;
    /*aspect-ratio: 4/3;*/
  }
}
div.three_boxes_header_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.three_boxes_header_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.three_boxes_header_outer div.three_boxes_header_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: center;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.three_boxes_header_outer div.three_boxes_header_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.three_boxes_header_outer div.three_boxes_header_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.three_boxes_header_outer div.three_boxes_header_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.three_boxes_header_outer div.three_boxes_header_inner div.tb_header {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 800px) {
  div.three_boxes_header_outer div.three_boxes_header_inner div.tb_header {
    text-align: center;
  }
}
div.three_boxes_header_outer div.three_boxes_header_inner div.tb_header h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-top: 0;
  margin-bottom: 50px;
}
div.three_boxes_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.three_boxes_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.three_boxes_outer div.three_boxes_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  text-align: center;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.three_boxes_outer div.three_boxes_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.three_boxes_outer div.three_boxes_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.three_boxes_outer div.three_boxes_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes {
  display: flex;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 800px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes {
    display: block;
  }
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box {
  display: block;
  position: relative;
  /*width: 350px;
				flex: 0 0 350px;*/
  width: calc(33.333% - 80px);
  flex: 0 0 calc(33.333% - 80px);
  text-align: center;
  margin-right: 120px;
  box-sizing: border-box;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box:last-of-type {
  margin-right: 0;
}
@media (max-width: 1400px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box {
    width: calc(33.333% - 40px);
    flex: 0 0 calc(33.333% - 40px);
    margin-right: 60px;
  }
}
@media (max-width: 800px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box {
    width: auto;
    flex: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box:last-of-type {
    margin-bottom: 0;
  }
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box p.label {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #00839b;
  margin-top: 0;
  margin-bottom: 20px;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box div.icon_container {
  display: flex;
  position: relative;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box div.icon_container img.icon_image {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box p.caption {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #7e7f74;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 800px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box p.caption {
    text-align: center;
  }
}
div.biwc_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  div.biwc_outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
div.biwc_outer div.biwc_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  text-align: left;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.biwc_outer div.biwc_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.biwc_outer div.biwc_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.biwc_outer div.biwc_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.biwc_outer div.biwc_inner h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
div.biwc_outer div.biwc_inner div.biwc_content {
  display: block;
  position: relative;
  text-align: left;
}
div.biwc_outer div.biwc_inner div.biwc_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
div.biwc_outer div.biwc_inner div.biwc_content *:last-child {
  margin-bottom: 0;
}
div.small_cta_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #1d3f5a;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
div.small_cta_outer div.small_cta_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: center;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1200px) {
			text-align: center;	
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.small_cta_outer div.small_cta_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.small_cta_outer div.small_cta_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.small_cta_outer div.small_cta_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.small_cta_outer div.small_cta_inner h3 {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  div.small_cta_outer div.small_cta_inner h3 {
    display: block;
    padding-right: 0;
    text-align: center;
  }
}
div.small_cta_outer div.small_cta_inner a.button {
  display: inline-block;
  position: relative;
  background-color: #919800;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 14px 24px 14px 24px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
  div.small_cta_outer div.small_cta_inner a.button {
    margin-bottom: 20px;
  }
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield select {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 11px 18px 10px 18px;
  background-color: #eee;
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_1_9 {
  background-color: #eee;
  box-sizing: border-box;
  padding: 11px 18px 10px 18px;
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_1_9 label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_1_9 div.ginput_container_fileupload input[type=file] {
  font-size: 16px;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield select {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 11px 18px 10px 18px;
  background-color: #eee;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_4_8 {
  background-color: #eee;
  box-sizing: border-box;
  padding: 11px 18px 10px 18px;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_4_8 label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_4_8 div.ginput_container_fileupload input[type=file] {
  font-size: 16px;
}
body.tax-qd_people_cat #leftSidebar + #main {
  margin-left: 400px;
}
body.tax-qd_people_cat .entry-content {
  max-width: 100%;
}
body.tax-qd_people_cat .entry-content h1 {
  margin-left: 0;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson {
  flex-basis: calc(33.333% - 32px);
  max-width: 285px;
  float: none;
  clear: unset;
  margin-bottom: 64px;
  min-height: auto;
  height: auto;
}
@media only screen and (max-width: 900px) {
  body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson {
    flex-basis: calc(50% - 16px);
  }
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personPhoto {
  border-radius: unset;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personPhoto img {
  margin-bottom: 0;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText {
  text-align: left;
  margin-top: 15px;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .personName {
  font-size: 24px;
  color: #00839B;
  line-height: 1em;
  margin-bottom: 12px;
  font-weight: 700;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .personTitle {
  font-style: normal;
  font-size: 20px;
  line-height: 130%;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .social-icons {
  margin-top: 12px;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .social-icons a {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}
body.single-wpsl_stores #leftSidebar h3 {
  text-align: left;
  font-size: 22px;
}
body.single-wpsl_stores #leftSidebar .job-title {
  text-align: left;
  line-height: 110%;
}
body.single-wpsl_stores #leftSidebar .wpsl-locations-details {
  text-align: left;
}
body.single-wpsl_stores #leftSidebar .wpsl-contact-details {
  text-align: left;
}
body.single-wpsl_stores #leftSidebar a.white-btn {
  margin-top: 10px;
}
.fancybox-content.fancybox-content--form {
  background: #eeeeee;
}
.fancybox-content.fancybox-content--form h3 {
  font-size: 34px;
  color: #00839B;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.fancybox-content.fancybox-content--form .gform_wrapper {
  margin-bottom: 0;
}
.fancybox-content.fancybox-content--form .gform_body select, .fancybox-content.fancybox-content--form .gform_body textarea, .fancybox-content.fancybox-content--form .gform_body input[type=email], .fancybox-content.fancybox-content--form .gform_body input[type=tel], .fancybox-content.fancybox-content--form .gform_body input[type=text] {
  background-color: #ffffff !important;
}
.fancybox-content.fancybox-content--form .fancybox-button svg path {
  fill: #00839B;
}
#projectList .alm-listing {
  display: flex;
  flex-wrap: wrap;
}
#projectList .alm-listing .singleProject a {
  text-decoration: none;
}
#projectList .alm-listing .singleProject a:hover {
  text-decoration: underline;
  color: white;
}
/*# sourceMappingURL=wp-scss.css.map */