﻿@charset "UTF-8";
@font-face {
  font-family: "Roboto", Arial, sans-serif;
  src: local("Roboto"), url("../src/project/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto", Arial, sans-serif;
  src: local("Roboto"), url("../src/project/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto", Arial, sans-serif;
  src: local("Roboto"), url("../src/project/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

html, body, p {
  color: #00204E;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}

#bodyWrapper {
  position: relative;
}

.row.grid-template {
  overflow-x: hidden;
  max-width: 100%;
}

h1, .h1 {
  color: #00204E;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1388888889;
}

h2, .h2 {
  color: #00204E;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.1666666667;
}

h3, .h3 {
  color: #00204E;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2083333333;
}
h3.light-weight, .h3.light-weight {
  font-weight: 300;
}

h4, .h4 {
  color: #00204E;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2941176471;
}

h5, .h5 {
  color: #00204E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4166666667;
}

h6, .h6 {
  color: #00204E;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.body-text--large {
  color: #00204E;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}
.body-text--small {
  color: #00204E;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.bolded-header {
  font-weight: 400;
}

a {
  color: #822433;
}
a:hover {
  color: #822433;
}

/*Styling visible focus element*/
:focus-visible {
  outline: 3px solid rgba(0, 32, 78, 0.75) !important;
  border-radius: 3px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 31px;
  width: 31px;
  background: transparent;
  background-image: url("../../App_Themes/StanleyConsultants/img/search-icon-close.svg");
  cursor: pointer;
}

/*Skipp to main button for keyboard navigation*/
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #FFF;
  background-color: #822433;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

/*Animation for diver swipe */
@keyframes swipeCover {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.swipeCover {
  animation-fill-mode: forwards;
  animation-duration: 2s;
  -webkit-animation-name: swipeCover;
  animation-name: swipeCover;
}

/*Background colors need a positioning and index to facilitate background accents attached to psuedo-selectors*/
.bg-grey {
  background-color: #F2F3F6;
  position: relative;
  z-index: 0;
}

.bg-white {
  background-color: #FFF;
  position: relative;
  z-index: 0;
}

/* Resolves an issue where the modal opening does not stack correctly 
    with elements when background colors have an index*/
body.modal-open .bg-grey, body.modal-open .bg-white {
  position: inherit;
}

.section-divider {
  padding-bottom: 60px;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  padding-top: 8px;
}
.section-divider .section-divider__line {
  height: 1px;
  width: 95%;
  background-color: #A7A9AC;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 0;
}
.section-divider .section-divider__chevron {
  content: "";
  width: 12px;
  height: 18px;
  top: 0px;
  display: block;
  position: absolute;
  background: url("../../App_Themes/StanleyConsultants/img/divider-icon.svg"), transparent;
  right: 2%;
  background-repeat: no-repeat;
}
.section-divider .section-divider__title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-left: 10px;
}

.spacer-bottom {
  padding-bottom: 140px;
}
.spacer-bottom--md {
  padding-bottom: 80px;
}
.spacer-bottom--small {
  padding-bottom: 50px;
}

.spacer-top {
  padding-top: 140px;
}
.spacer-top--md {
  padding-top: 80px;
}
.spacer-top--small {
  padding-top: 50px;
}

.container-xxl {
  max-width: 1600px;
}

.arrows-background-white:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="427.007" height="496.25" viewBox="0 0 427.007 496.25"><g id="Group_327" data-name="Group 327" transform="translate(0 0)"><path id="Path_7" data-name="Path 7" d="M0,0,139.511,248.125,0,496.25H92.921l139.54-248.067L92.921,0Z" transform="translate(0 0)" fill="%23fff"/><path id="Path_8" data-name="Path 8" d="M6.756,0,146.3,248.125,6.756,496.25H99.677l139.54-248.067L99.677,0Z" transform="translate(187.79 0)" fill="%23fff"/></g></svg>');
}
.arrows-background-white--full-height {
  position: relative;
}
.arrows-background-white--full-height:before {
  background: url("../../App_Themes/StanleyConsultants/img/Chevron-White_FullHeight.svg");
}
.arrows-background-white.right-align:before {
  left: 68%;
}

.arrows-background-grey:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="427.007" height="496.25" viewBox="0 0 427.007 496.25"><g id="Group_327" data-name="Group 327" transform="translate(0 0)"><path id="Path_7" data-name="Path 7" d="M0,0,139.511,248.125,0,496.25H92.921l139.54-248.067L92.921,0Z" transform="translate(0 0)" fill="%23F2F3F6"/><path id="Path_8" data-name="Path 8" d="M6.756,0,146.3,248.125,6.756,496.25H99.677l139.54-248.067L99.677,0Z" transform="translate(187.79 0)" fill="%23F2F3F6"/></g></svg>');
}
.arrows-background-grey--full-height:before {
  background: url("../../App_Themes/StanleyConsultants/img/Chevron-Grey_FullHeight.svg");
}

.arrows-background-grey, .arrows-background-white {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.arrows-background-grey:before, .arrows-background-white:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 500px;
  width: 500px;
  z-index: -1;
}
.arrows-background-grey--left:before, .arrows-background-white--left:before {
  bottom: -4px;
  left: -55px;
}
.arrows-background-grey--right:before, .arrows-background-white--right:before {
  right: -130px;
  bottom: -50px;
}
.arrows-background-grey--full-height, .arrows-background-white--full-height {
  position: relative;
  overflow-x: hidden;
}
.arrows-background-grey--full-height:before, .arrows-background-white--full-height:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-size: contain;
  left: -10%;
}
.arrows-background-grey--full-height.right-align:before, .arrows-background-white--full-height.right-align:before {
  left: 68%;
}

.document-list {
  list-style: none;
  padding: 0;
}
.document-list li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0;
}
.document-list li::before {
  background-image: url("../../app_themes/stanleyconsultants/img/ico_document.svg");
  content: "";
  display: block;
  width: 15px;
  height: 19px;
  margin-right: 19px;
}

.img-fluid {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.img-full-width-banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.img-full-width-banner__image-wrapper {
  max-height: 640px;
}
.img-full-width-banner__image-wrapper .img-fluid {
  height: 640px;
}

.consulting-services img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.consulting-services .single-column h2 {
  margin-bottom: 30px;
}
.consulting-services .single-column .accordion-controls h3 {
  font-size: 2.125rem;
}

.image-card a {
  height: 100%;
  width: 100%;
  position: relative;
}
.image-card a:hover {
  text-decoration: none;
}
.image-card a:hover span:after {
  width: 100%;
}
.image-card a:hover img {
  transform: scale(1.1);
}
.image-card a div {
  margin-bottom: 15px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.image-card a div img {
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.image-card a span {
  color: #822433;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  position: relative;
}
.image-card a span:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}

.video--wrapper {
  height: 100%;
}
.video--wrapper figcaption, .video--wrapper p {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.video--wrapper video {
  max-width: 100%;
  height: 100%;
}

.project-detail .project-gallery-image .container button {
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
}
.project-detail .project-gallery-image .container button div {
  height: 600px;
  overflow: hidden;
  cursor: pointer;
}
.project-detail .project-gallery-image .container button div img {
  object-position: center;
  transition: all 0.3s ease-in;
}
.project-detail .project-gallery-image .container button div:hover img {
  transform: scale(1.1);
}
.project-detail__header {
  margin-bottom: 30px;
}
.project-detail h2 {
  margin-bottom: 15px;
}
.project-detail__key-info h2 {
  color: #00204E;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin-bottom: 0;
}
.project-detail__key-info p {
  margin-bottom: 30px;
}
.project-detail .badge-cont {
  display: flex;
  flex-direction: row;
}
.project-detail .badge-cont img {
  height: 85px;
}
.project-detail .badge-cont.mobile-only {
  display: none;
}
.project-detail__related-project {
  padding-top: 25px;
}
.project-detail__related-project a {
  height: 100%;
  width: 100%;
  position: relative;
}
.project-detail__related-project a:hover {
  text-decoration: none;
}
.project-detail__related-project a:hover:hover .project-detail__related-project__project-title:after {
  width: 100%;
}
.project-detail__related-project__img-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}
.project-detail__related-project__img-wrapper img {
  height: 360px;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.project-detail__related-project__img-wrapper:hover img {
  transform: scale(1.1);
}
.project-detail__related-project__project-title {
  color: #822433;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.project-detail__related-project__project-title:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
.project-detail__related-project__project-type {
  color: #00204E;
  margin-top: 15px;
}
.project-detail .by-the-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.project-detail .by-the-numbers li {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.project-detail .by-the-numbers li .statistic-number {
  font-size: 2rem;
  margin-bottom: 0;
}
.project-detail .by-the-numbers li .statistic-label {
  margin-bottom: 0;
}
.project-detail .by-the-numbers li:first-of-type {
  padding-left: 0px;
}
.project-detail-banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.project-detail-banner__img-wrapper {
  max-height: 640px;
}
.project-detail-banner__img-wrapper img {
  max-height: 640px;
}
.project-detail .key-takeaways .section-divider {
  margin-top: 60px;
}
.project-detail .key-takeaways__item p {
  margin-bottom: 0;
}
.project-detail .case-study-cta {
  margin-top: 60px;
}
.project-detail .project-video-embed__wrapper {
  height: 625px;
  width: 100%;
}
.project-detail .project-video-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}
.project-detail .by-the-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.project-detail .by-the-numbers li {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.project-detail .by-the-numbers li .statistic-number {
  font-size: 2rem;
  margin-bottom: 0;
}
.project-detail .by-the-numbers li .statistic-label {
  margin-bottom: 0;
}
.project-detail .by-the-numbers li:first-of-type {
  padding-left: 0px;
}

.project-overview.arrows-background-white:before {
  right: -180px;
  top: 80px;
}
.project-overview__related-project {
  padding-top: 25px;
}
.project-overview__related-project a {
  height: 100%;
  width: 100%;
  position: relative;
}
.project-overview__related-project a:hover {
  text-decoration: none;
}
.project-overview__related-project a:hover .project-overview__related-project__img-wrapper img {
  transform: scale(1.1);
}
.project-overview__related-project a:hover .project-overview__related-project__project-title:after {
  width: 100%;
}
.project-overview__related-project__img-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}
.project-overview__related-project__img-wrapper img {
  height: 360px;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.project-overview__related-project__project-title {
  color: #822433;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.project-overview__related-project__project-title:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
.project-overview__related-project__project-type {
  color: #00204E;
  margin-top: 15px;
}
.project-overview .more-posts__show-more-container, .project-overview .show-more-container {
  padding-top: 100px;
}
.project-overview .projects-wrapper {
  padding-top: 100px;
  position: relative;
}
.project-overview .project-drop-toggle {
  padding-left: 0;
}

.project-overview {
  position: relative;
}

.projects-wrapper {
  position: relative;
}

.project-overview #projects-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
}

.loading-indicator .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #822433;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.back-to-top-projects {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background-color: #FFF;
  border-radius: 50%;
  border: 3px solid #822433;
  font-size: 18px;
  line-height: 1.5;
  height: 60px;
  width: 60px;
}
.back-to-top-projects.anchored {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.back-to-top-projects:focus {
  outline: 2px solid #000;
}
.back-to-top-projects.visible {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top-projects img {
  position: absolute;
  transform: rotate(270deg);
  height: 25px;
  width: 100%;
  bottom: 2px;
  margin: auto;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
}
.back-to-top-projects:hover img:last-child {
  top: -10px;
}
.back-to-top-projects:hover img:first-of-type {
  top: 10px;
}

.contact {
  padding: 50px;
}
.contact_left h2 {
  font-size: 4.5rem;
  padding-bottom: 30px;
}
.contact_left p {
  font-size: 1.5rem;
}
.contact_left-phone {
  padding-bottom: 20px;
}
.contact_left-phone a {
  color: #00204E !important;
  text-decoration: none;
  font-size: 2.125rem;
}
.contact_right {
  display: flex;
  flex-direction: column;
}
.contact_right-large {
  font-size: 1.5rem;
}
.contact_right-bold {
  font-weight: 500;
  padding-top: 30px;
}
.contact_right-bold span {
  color: #822433;
}
.contact_right-top-form {
  display: flex;
  flex-direction: column;
}
.contact_right-top-form label {
  font-weight: 500;
  padding-top: 20px;
}
.contact_right-top-form .required:after {
  content: "*";
  color: #822433;
}
.contact_right-top-form input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: 1px;
  color: #F2F3F6;
}
.contact_right button {
  width: fit-content;
  border: none;
  margin-top: 20px;
}
.contact_right .checkbox {
  padding-bottom: 10px;
  color: #00204E;
}
.contact_right .checkbox {
  cursor: pointer;
  position: relative;
}
.contact_right .checkbox > span {
  padding: 0.5rem 0.25rem;
}
.contact_right .checkbox > input {
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #A7A9AC;
  border-radius: 2px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #F2F3F6;
  cursor: pointer;
  margin-bottom: -3px;
}
.contact_right .checkbox > input:checked {
  border: 1px solid #00204E;
  background-color: #F2F3F6;
  margin-bottom: -3px;
}
.contact_right .checkbox > input:checked + span::before {
  content: "";
  display: block;
  text-align: center;
  color: #00204E;
  position: absolute;
  font-weight: 200;
  font-size: 10px;
  left: 3px;
  top: 5px;
  border: solid black;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
}
.contact_right .checkbox > input:active {
  border: 2px solid #34495E;
}

.solutions-landing--mobile {
  display: none;
}
.solutions-landing--mobile .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 2.125rem;
  line-height: 1.2941176471;
  font-weight: 300;
}
.solutions-landing__wrapper .two-column-media {
  border-bottom: 1px solid #A7A9AC;
  padding: 60px 15px;
}
.solutions-landing .two-column-media__copy-wrapper {
  top: 65% !important;
}

.free-content-section .two-column__cta-card ul {
  padding-left: 20px;
}
.free-content-section .two-column__cta-card ul li {
  font-size: 0.875rem;
  padding-bottom: 5px;
}
.free-content-section .two-column__cta-card p {
  font-size: 0.875rem;
  padding-bottom: 5px;
}
.free-content-section .two-column__cta-card img {
  margin-bottom: 25px;
  max-width: 100%;
  height: 165px;
  object-fit: cover;
}
.free-content-section .subtitle p, .free-content-section .subtitle h2, .free-content-section .subtitle h3 {
  padding-bottom: 20px;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
}

.text-content h2 {
  padding-bottom: 20px;
}

footer a {
  color: #00204E;
  text-decoration: underline;
}
footer a:hover {
  color: #00204E;
}
footer li {
  padding: 0 20px;
}
footer .container {
  height: 150px;
  position: relative;
}
footer .col-6:last-of-type ul {
  text-align: right;
}
footer .col-6:last-of-type ul li {
  padding: 0 12px;
}

.parsed-content img {
  max-width: 100%;
  height: auto;
}

#divNoResults {
  display: none;
}

a.btn, .btn-submit, .case-study-btn, button.btn {
  color: #FFF;
  background-color: #822433;
  padding: 15px 70px 15px 20px;
  border-radius: 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  border: transparent;
}
a.btn:after, .btn-submit:after, .case-study-btn:after, button.btn:after {
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  display: inline-block;
  margin-left: 25px;
  background-color: #FFF;
  border-radius: 100%;
}
a.btn:hover, .btn-submit:hover, .case-study-btn:hover, button.btn:hover {
  color: white;
  background-color: #822433;
}
a.btn span:after, .btn-submit span:after, .case-study-btn span:after, button.btn span:after {
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  display: inline-block;
  margin-left: 25px;
  background: url("../../App_Themes/StanleyConsultants/img/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 9px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9;
}
a.btn:hover span:after, .btn-submit:hover span:after, .case-study-btn:hover span:after, button.btn:hover span:after {
  background-position: calc(100% - 12px);
}
a.btn span:before, .btn-submit span:before, .case-study-btn span:before, button.btn span:before {
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  display: inline-block;
  margin-left: 25px;
  background: url("../../App_Themes/StanleyConsultants/img/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 9px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9;
  opacity: 0;
}
a.btn:hover span:before, .btn-submit:hover span:before, .case-study-btn:hover span:before, button.btn:hover span:before {
  opacity: 1;
  background-position: calc(100% - 6px);
}

.btn-row {
  padding-top: 48px;
}
.btn-row a ~ a {
  margin-left: 15px;
}

a.btn.btn-white {
  background-color: white;
  border: 1px solid #822433;
  color: #822433;
  padding: 10px 20px 10px 70px;
}
a.btn.btn-white:after {
  background-color: #822433;
  position: absolute;
  left: 0;
  margin-left: 14px;
}
a.btn.btn-white span:before {
  left: 19px;
  margin-left: 0;
  background-image: url("../../App_Themes/StanleyConsultants/img/btn_arrow_white.svg");
  background-size: 8px;
  background-position: calc(100% - 15px);
}
a.btn.btn-white span:after {
  left: 19px;
  margin-left: 0;
  background-image: url("../../App_Themes/StanleyConsultants/img/btn_arrow_white.svg");
  background-size: 8px;
  background-position: calc(100% - 15px);
}
a.btn.btn-white:hover span:before {
  opacity: 1;
  background-position: calc(100% - 12px);
}
a.btn.btn-white:hover span:after {
  background-position: calc(100% - 18px);
}

a.btn--small {
  padding: 1px 40px 1px 15px;
  font-size: 14px;
  line-height: 30px;
}
a.btn--small:after {
  content: "";
  height: 20px;
  width: 20px;
  margin-left: 10px;
  top: 6px;
}
a.btn--small span:after {
  content: "";
  height: 27px;
  width: 27px;
  margin-left: 10px;
  background-position: center;
  z-index: 9;
  top: 3px;
  right: 5px;
}
a.btn--small:hover span:after {
  background-position: center;
  right: 8px;
}
a.btn--small span:before {
  height: 27px;
  width: 27px;
  margin-left: 10px;
  background-position: center;
  z-index: 9;
  opacity: 0;
  top: 3px;
  right: 5px;
}
a.btn--small:hover span:before {
  opacity: 1;
  background-position: center;
  right: 2px;
}

a.rollover, button.rollover {
  color: #822433;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.rollover:hover, button.rollover:hover {
  text-decoration: none;
  cursor: pointer;
}
a.rollover:after, button.rollover:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
a.rollover:hover:after, button.rollover:hover:after {
  width: 100%;
}

.btn-submit {
  margin-top: 30px;
}

.slider--multi-img__subheader {
  color: #00204E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
.slider--multi-img__btn-container {
  padding-bottom: 1rem;
}
.slider--multi-img__btn-container span {
  color: #A7A9AC;
  font-size: 1rem;
  line-height: 1.625;
}
.slider--multi-img__btn-container span.active {
  color: #00204E;
}
.slider--multi-img__pagination-wrapper {
  text-align: right;
  position: relative;
  right: 85px;
  bottom: 30px;
  display: none;
}
.slider--multi-img__pagination-wrapper > span {
  color: #A7A9AC;
}
.slider--multi-img__pagination-wrapper .swiper-pagination-current {
  color: #00204E;
}
.slider--multi-img__slide button {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
.slider--multi-img__slide button:hover {
  text-decoration: none;
}
.slider--multi-img__slide button:hover img {
  transform: scale(1.1);
}
.slider--multi-img__slide button:hover span:after {
  width: 100%;
}
.slider--multi-img__slide button span {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #822433;
  position: relative;
}
.slider--multi-img__slide button span:hover {
  text-decoration: none;
}
.slider--multi-img__slide button span:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
.slider--multi-img__slide button span:hover:after {
  width: 100%;
}
.slider--multi-img__slide p {
  padding-top: 22px;
}
.slider--multi-img__slide div {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.slider--multi-img__slide div img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in;
}

.swiper-scrollbar__container {
  padding: 0;
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-scrollbar__container .swiper-button--next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  transition: all 0.1s linear;
  border: 1px solid #F2F3F6;
}
.swiper-scrollbar__container .swiper-button--next svg {
  width: 50px;
  transform: rotate(180deg);
}
.swiper-scrollbar__container .swiper-button--next:hover {
  background-color: #822433;
}
.swiper-scrollbar__container .swiper-button--next:hover svg path {
  fill: #FFF;
}
.swiper-scrollbar__container .swiper-button--prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s linear;
  border: 1px solid #F2F3F6;
}
.swiper-scrollbar__container .swiper-button--prev svg {
  width: 50px;
}
.swiper-scrollbar__container .swiper-button--prev:hover {
  background-color: #822433;
}
.swiper-scrollbar__container .swiper-button--prev:hover svg path {
  fill: #FFF;
}
.swiper-scrollbar__container .swiper-button-lock {
  display: none;
}
.swiper-scrollbar__container .swiper-scrollbar {
  background: #F2F3F6;
  position: relative !important;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 7px !important;
}
.swiper-scrollbar__container .swiper-scrollbar-drag {
  background: #822433;
}

.bg-grey .swiper-scrollbar__container .swiper-scrollbar {
  background: #FFF;
}

.why-choose-us.swiper-scrollbar__container {
  margin-top: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 25px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Swiper Text*/
.slider--text {
  margin-top: 30px;
}
.slider--text__scrollbar {
  background: #FFF;
  position: relative !important;
  top: 0;
  bottom: 0;
  margin-top: 20px;
  width: 100%;
  height: 7px;
}
.slider--text__scrollbar-drag {
  background: #822433;
}

/*Project List Swiper*/
.project-list-swiper .slider--multi-img__slide {
  max-width: 100%;
}
.project-list-swiper__img-wrap {
  max-height: 540px;
}
.project-list-swiper__img-wrap img {
  height: 540px !important;
}
.project-list-swiper__related-project__project-type {
  margin-top: 15px;
}

.project-gallery-swiper .slider--multi-img__slide div {
  height: 540px;
}
.project-gallery-swiper .slider--multi-img__slide div img {
  height: 100%;
}
.project-gallery-swiper__scrollbar-container {
  margin-top: 30px;
}

/* Related Project Swiper */
.related-project-slider .slider--multi-img__slide {
  max-width: 100%;
}
.related-project-slider__img-wrap {
  max-height: 360px;
}
.related-project-slider__img-wrap img {
  height: 360px !important;
}
.related-project-slider__related-project__project-type {
  margin-top: 15px;
}
.related-project-slider__wrapper .swiper-scrollbar__container {
  margin-top: 0px;
}

.mobile-slider .slider--multi-img__slide .cta-grid__img-link div {
  height: 225px;
}
.mobile-slider .cta-grid__img div {
  height: 225px;
}

.expert-slider .swiper-slide {
  max-width: 450px;
}
.expert-slider .swiper-slide .cta-grid__img {
  padding-bottom: 3px;
}
.expert-slider .swiper-slide .cta-grid__img button {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 0;
  width: 100%;
}
.expert-slider .swiper-slide .cta-grid__img button .expert-img-wrapper {
  width: 100%;
  overflow: hidden;
}
.expert-slider .swiper-slide .cta-grid__img button .expert-img-wrapper img {
  transition: all 0.3s ease-in;
}
.expert-slider .swiper-slide .cta-grid__img button:hover .expert-img-wrapper img {
  transform: scale(1.1);
}
.expert-slider .swiper-slide .cta-grid__img button div.expert-img-wrapper {
  height: 100%;
}
.expert-slider .swiper-slide .cta-grid__img.has-bio button.rollover {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #822433;
  position: relative;
  background: transparent;
  border: none;
  width: fit-content;
}
.expert-slider .swiper-slide .cta-grid__img.has-bio button.rollover:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
.expert-slider .swiper-slide .cta-grid__img.has-bio:hover button.rollover:after {
  width: 100%;
}
.expert-slider .swiper-slide .cta-grid__img h3 {
  margin-bottom: 6px !important;
  font-weight: 400 !important;
}
.expert-slider .swiper-slide .cta-grid__img p {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.675rem;
}
.expert-slider .swiper-slide .cta-grid__img a {
  display: block;
  margin-bottom: 8px;
}
.expert-slider .swiper-slide .cta-grid__img a:hover {
  color: #822433;
}

.mobile-slider.image-gallery-slider .slider--multi-img__slide div {
  height: 540px;
}
.mobile-slider.image-gallery-slider .slider--multi-img__slide div .cta-grid__img div {
  height: 540px;
}
.mobile-slider.image-gallery-slider .slider--multi-img__slide div .cta-grid__img div img {
  height: 540px !important;
}
.mobile-slider.image-gallery-slider .slider--multi-img__slide div img {
  height: 540px !important;
}

#featuredInsights .slider--multi-img__slide a:hover {
  text-decoration: none;
}
#featuredInsights .slider--multi-img__slide div {
  margin-bottom: 0;
}
#featuredInsights .slider--multi-img__slide div img {
  height: 540px !important;
}
#featuredInsights .slider--multi-img__slide a {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  justify-content: space-between;
}
#featuredInsights .slider--multi-img__slide h3.blog-title {
  flex: 2;
  margin: 0;
}
#featuredInsights .slider--multi-img__slide p.blog-type {
  margin-top: 0;
}
#featuredInsights .slider--multi-img__slide .featured_large-text_date .blog-date, #featuredInsights .slider--multi-img__slide .featured_large-text_date .blog-toread {
  margin: 0;
  padding-top: 0;
}

/* This padding offset is to align the left side of the off-center sliders with the max-container width use by bootstrap. Since Bootstrap uses a slightly 
    different approach to media query breakpoints, I have broken these out seperately from the /breakpoints directory. 
*/
@media screen and (min-width: 600px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 540px)/2);
  }
}
@media screen and (min-width: 768px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 720px)/2);
  }
}
@media screen and (min-width: 991px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 960px)/2);
  }
}
@media screen and (min-width: 1200px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1140px)/2);
  }
}
@media screen and (min-width: 1400px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1320px)/2);
  }
  .slider-offset-padding.why-choose-us {
    padding-left: max(0px, (100% - 1320px)/2);
    padding-right: max(0px, (100% - 1320px)/2);
  }
}
nav {
  height: 120px;
  background-color: #F2F3F6;
}

.dropdown-menu__links ul {
  list-style: none;
}
.dropdown-menu__links li a.rollover {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  color: #00204E;
}
.dropdown-menu__links li:first-of-type a.rollover {
  color: #00204E;
  font-weight: 500;
  font-size: 1.125rem;
}
.dropdown-menu__links li:first-of-type a.rollover:after {
  background-color: #00204E;
}

.navbar__mobile-search, .navbar__search button {
  background-color: transparent;
  border: none;
}
.navbar__primary .rollover:after {
  height: 1px;
}
.navbar-brand {
  width: 140px;
  height: 52px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

header {
  width: 100%;
  height: 120px;
  background-color: #F2F3F6;
}
header .navbar {
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: transform 0.3s linear;
}
header .navbar--nav-hide {
  transform: translateY(-165px);
}
header .navbar a.search-arrow {
  background-color: transparent;
  padding: 0;
  position: relative;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
header .navbar a.search-arrow:after {
  display: none;
}
header .navbar a.search-arrow span {
  height: 27px;
  width: 27px;
  background-color: #FFF;
  padding: 0;
  position: relative;
  display: block;
  border-radius: 50%;
}
header .navbar a.search-arrow span:after {
  content: "";
  height: 12px;
  width: 8px;
  margin-left: 0;
  background-position: center;
  z-index: 9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
}
header .navbar a.search-arrow span:before {
  content: "";
  height: 12px;
  width: 8px;
  margin-left: 0;
  background-position: center;
  z-index: 9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
}
header .navbar a.search-arrow:hover span:after {
  background-position: center;
  right: 7px;
}
header .navbar a.search-arrow:hover span:before {
  opacity: 1;
  background-position: center;
  right: -7px;
}

.sitemap nav {
  height: 100%;
  background-color: #FFF;
}
.sitemap nav .nav-item {
  padding-bottom: 50px;
}
.sitemap nav .nav-item .sitemap-menu__links {
  padding-bottom: 30px;
}
.sitemap nav .nav-item .sitemap-menu__links li:first-of-type a.rollover {
  color: #00204E;
  font-weight: 500;
}

/* ============ desktop view ============ */
@media all and (min-width: 993px) {
  header .navbar__primary .navbar__top-level {
    padding: 0 23px;
  }
  header .navbar__primary .navbar__top-level .rollover {
    padding: 0;
  }
  header .navbar__primary .navbar__top-level .rollover:after {
    bottom: 0;
  }
  header .navbar__primary .navbar__top-level .dropdown-toggle {
    position: relative;
    top: 100px;
    left: 0;
    margin-bottom: 200px;
  }
  header .navbar__primary .navbar__top-level .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
  }
  header .navbar-brand {
    z-index: 999;
  }
  header .navbar__cta {
    margin-right: 45px;
    margin-left: 20px;
  }
  header .navbar__mobile-search {
    display: none;
  }
  header .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -20px;
    padding-top: 20px;
  }
  header .navbar .navbar-collapse {
    flex-grow: unset;
    flex-basis: unset;
  }
  header .navbar .navbar-collapse__mobile-top {
    display: none;
  }
  header .navbar .navbar-nav .nav-link {
    color: #00204E;
  }
  header .navbar .has-megamenu {
    position: static !important;
  }
  header .navbar a.btn {
    padding: 1px 40px 1px 15px;
    font-size: 14px;
    line-height: 30px;
  }
  header .navbar a.btn:after {
    content: "";
    height: 20px;
    width: 20px;
    margin-left: 10px;
    top: 6px;
  }
  header .navbar a.btn span:after {
    content: "";
    height: 27px;
    width: 27px;
    margin-left: 10px;
    background-position: center;
    z-index: 9;
    top: 3px;
    right: 5px;
  }
  header .navbar a.btn:hover span:after {
    background-position: center;
    right: 8px;
  }
  header .navbar a.btn span:before {
    height: 27px;
    width: 27px;
    margin-left: 10px;
    background-position: center;
    z-index: 9;
    opacity: 0;
    top: 3px;
    right: 5px;
  }
  header .navbar a.btn:hover span:before {
    opacity: 1;
    background-position: center;
    right: 2px;
  }
  header .navbar .navbar__search button {
    z-index: 999;
    position: relative;
    background-image: url("../../App_Themes/StanleyConsultants/img/search-icon.svg");
    background-position: center;
    height: 31px;
    width: 31px;
  }
  header .navbar .navbar__search button.active {
    background-image: url("../../App_Themes/StanleyConsultants/img/search-icon-close.svg");
  }
  header .navbar .navbar__search .navbar__mobile-search.close {
    display: none;
  }
  header .navbar .navbar__search__overlay {
    position: absolute;
    background-color: #F2F3F6;
    top: -1000px;
    left: 0;
    right: 0;
    width: 100%;
    height: 800px;
    z-index: 99;
    transition: top 0.5s ease-in;
    opacity: 0;
  }
  header .navbar .navbar__search__overlay.active {
    top: 0;
    opacity: 1;
    transition: top 0.5s ease-out;
  }
  header .navbar .navbar__search__overlay .navbar__search__inner {
    margin-top: 400px;
  }
  header .navbar .navbar__search__overlay .navbar__search__inner input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #A7A9AC;
    width: 100%;
    color: #00204E;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.1666666667;
    height: 80px;
    padding-right: 71px;
  }
  header .navbar .navbar__search__overlay .navbar__search__inner input::placeholder {
    color: #00204E;
    color: #00204E;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.1666666667;
  }
  header .navbar div[role=search] {
    position: relative;
  }
  header .navbar a.search-arrow {
    background-color: transparent;
    padding: 0;
    position: relative;
    position: absolute;
    right: 8px;
  }
  header .navbar a.search-arrow:after {
    display: none;
  }
  header .navbar a.search-arrow span {
    height: 50px;
    width: 50px;
    background-color: #FFF;
    padding: 0;
    position: relative;
    display: block;
    border-radius: 50%;
  }
  header .navbar a.search-arrow span:after {
    content: "";
    height: 12px;
    width: 8px;
    margin-left: 0;
    background-position: center;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
  }
  header .navbar a.search-arrow span:before {
    content: "";
    height: 12px;
    width: 8px;
    margin-left: 0;
    background-position: center;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
  }
  header .navbar a.search-arrow:hover span:after {
    background-position: center;
    right: 7px;
  }
  header .navbar a.search-arrow:hover span:before {
    opacity: 1;
    background-position: center;
    right: -7px;
  }
  header .nav-item.navbar__top-level.dropdown.has-megamenu:nth-of-type(2) .dropdown-menu.megamenu {
    right: 200px;
  }
  .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu .row {
    flex-wrap: nowrap;
  }
  .dropdown-menu.megamenu {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    margin: auto;
    background-color: transparent;
    border: none;
  }
  .dropdown-menu__inner-wrapper {
    display: flex;
    width: fit-content;
    padding: 0;
    border-radius: 14px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(8, 32, 75, 0.07);
    -moz-box-shadow: 0px 10px 10px 0px rgba(8, 32, 75, 0.07);
    box-shadow: 0px 10px 10px 0px rgba(8, 32, 75, 0.07);
  }
  .dropdown-menu__title {
    background: url("../../App_Themes/StanleyConsultants/img/arrows-background-white.webp"), #F2F3F6;
    background-repeat: no-repeat;
    background-size: 370px;
    background-position: -100px center;
    width: 370px;
    position: relative;
    padding: 0;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .dropdown-menu__title div {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .dropdown-menu__title div p {
    font-size: 3rem;
    line-height: 1.2083333333;
    margin: auto;
    text-align: center;
    width: 60%;
  }
  .dropdown-menu__links {
    background-color: #FFF;
    width: fit-content;
    padding: 25px 0px;
    display: flex;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .dropdown-menu__links ul {
    list-style: none;
    /*  max-height: 340px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(8,auto);*/
  }
  .dropdown-menu__links ul:only-of-type {
    padding-left: 50px;
  }
  .dropdown-menu__links li {
    padding-right: 75px;
  }
  .dropdown-menu__links li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1400px) {
  .dropdown-menu__links {
    padding: 50px 0;
  }
  .dropdown-menu__links ul {
    max-height: 340px;
  }
  .dropdown-menu__links ul:not(:first-child) {
    margin-right: 100px;
  }
  .dropdown-menu__links li {
    padding-right: 75px;
  }
  .dropdown-menu__links li:not(:last-child) {
    margin-bottom: 15px;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  body.no-scroll {
    position: fixed;
  }
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .navbar .collapse:not(.show) {
    display: block !important;
    overflow: hidden;
    left: -1000px;
  }
  .navbar div[role=search] {
    position: relative;
  }
  .navbar .nav-item.navbar__top-level.no-dropdown {
    padding-bottom: 10px;
  }
  .navbar__mobile-button-wrapper {
    display: flex;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 0;
    background: #FFF;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100vh !important;
    padding: 30px;
    transition: left 0.4s ease-out;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .navbar-collapse.search-active {
    height: 35vh !important;
    background: #F2F3F6;
    overflow: hidden;
    transition: left 0.4s ease-out;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(8, 32, 75, 0.07);
    -moz-box-shadow: 0px 10px 10px 0px rgba(8, 32, 75, 0.07);
    box-shadow: 0px 10px 10px 0px rgba(8, 32, 75, 0.07);
  }
  .navbar-collapse__mobile-top {
    height: 120px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .navbar-collapse__mobile-top .navbar-brand--mobile {
    width: 140px;
    height: 52px;
  }
  .navbar-collapse .nav-item.navbar__search button {
    display: none;
  }
  .navbar-collapse .dropdown-toggle.rollover {
    width: fit-content;
    font-size: 2.125rem;
    line-height: 1;
    font-weight: 300;
    color: #00204E;
  }
  .navbar-collapse .dropdown-toggle.rollover:not(:last-child) {
    margin-bottom: 15px;
  }
  .navbar-collapse .dropdown-toggle.rollover:after {
    margin: 0;
    border: 0;
    height: 1px;
  }
  .navbar-collapse .navbar__secondary {
    margin-top: 24px;
    padding-bottom: 80px;
  }
  .navbar-collapse__mobile-close {
    cursor: pointer;
  }
  .dropdown-menu {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  .dropdown-menu.show {
    max-height: 900px;
  }
  .dropdown-menu__title {
    display: none;
  }
  .dropdown-menu__links ul {
    padding: 0;
    margin-bottom: 30px;
  }
  .dropdown-menu__links ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  .navbar__mobile-search {
    height: 31px;
    width: 31px;
    background-image: url("../../App_Themes/StanleyConsultants/img/search-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .navbar__search__overlay {
    position: absolute;
    background-color: #F2F3F6;
    top: 110px;
    left: -1000px;
    right: 0;
    width: 100%;
    height: 35vh;
    z-index: 99;
    padding: 30px;
    display: block !important;
    visibility: visible;
    transition: left 0.8s ease-out;
    /*visually hidden, but tab accessible for screen readers*/
  }
  .navbar__search__overlay.active {
    left: 0;
    transition: none;
  }
  .navbar__search__overlay .navbar__mobile-search.close {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .navbar__search__overlay .navbar__search__inner input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #A7A9AC;
    width: 100%;
    color: #00204E;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.1666666667;
    height: 80px;
    padding-right: 40px;
  }
  .navbar__search__overlay .navbar__search__inner input::placeholder {
    color: #00204E;
    color: #00204E;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.1666666667;
  }
}
.news-releases__title {
  padding-top: 50px;
  font-size: 2.125rem;
}
.news-releases .block {
  display: none;
}
.news-releases__news {
  padding-top: 30px;
  padding-bottom: 20px;
}
.news-releases__news-link {
  padding-top: 15px;
}
.news-releases__news-link a {
  color: #822433;
}
.news-releases__news-link a span {
  text-decoration-line: underline;
}
.news-releases__news-line {
  padding-top: 40px;
}
.news-releases__news-line hr {
  color: #A7A9AC;
  height: 2px;
}
.news-releases__button {
  padding-top: 70px;
  padding-bottom: 100px;
}

.blog-type {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-top: 15px;
}

.blog_header {
  padding-top: 50px;
  padding-bottom: 100px;
}
.blog_header-title {
  padding-left: 0;
}
.blog_header-filter {
  padding-top: 45px;
}
.blog_header-filter label {
  font-weight: 500;
  display: block;
}
.blog_header-filter select {
  margin-top: 10px;
  border: none;
  background-color: #F2F3F6;
  border-bottom: 1px solid #A7A9AC;
  display: block;
  cursor: pointer;
}
.blog_header #blog-choice {
  margin-top: 10px;
  border: none;
  background-color: #F2F3F6;
  border-bottom: 1px solid #A7A9AC;
  display: block;
}

.blog-post-link {
  color: #00204E;
  text-decoration: none;
}
.blog-post-link:hover {
  text-decoration: none;
  color: #00204E;
}

.featured_large-image {
  height: 540px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured_large-text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-left: 40px;
}
.featured_large-text_date {
  display: flex;
}
.featured_large-text_date span {
  padding: 0 10px;
  color: #00204E !important;
}
.featured_small {
  padding-top: 50px;
  padding-bottom: 70px;
}
.featured_small-item {
  padding-bottom: 60px;
}
.featured_small-item_img {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.featured_small-item .blog-title {
  font-weight: 500;
  width: 80%;
}
.featured_small.landing .featured_small-item_img {
  height: 200px;
}

.bottom_blog {
  padding-top: 70px;
}

.landing {
  background-color: #F2F3F6;
}
.landing .blog_header {
  padding-bottom: 0;
}

#landing-divider {
  margin-top: 100px;
  padding-bottom: 0;
}

.blog_detail__title h1 {
  font-size: 3.5rem;
  line-height: 1.1785714286;
}
.blog_detail__title-readtime {
  margin-top: 20px;
}
.blog_detail h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2083333333;
}
.blog_detail h3 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2777777778;
}
.blog_detail h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
.blog_detail__mainimage {
  height: 600px;
  margin-bottom: 50px;
}
.blog_detail__mainimage img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog_detail__content {
  padding-top: 10px;
}
.blog_detail__content h2 {
  padding-bottom: 20px;
  margin-top: 50px;
}
.blog_detail__content h3 {
  margin-bottom: 25px;
}
.blog_detail__content img {
  width: 100%;
  min-height: 400px;
}
.blog_detail__related {
  padding-top: 20px;
  padding-bottom: 50px;
}
.blog_detail__related h2 {
  padding-top: 30px;
}
.blog_detail__scrollmenu {
  overflow: auto;
  white-space: nowrap;
}
.blog_detail__scrollmenu-item {
  display: inline-block;
  text-align: center;
  padding: 14px;
}
.blog_detail__scrollmenu ::-webkit-scrollbar:horizontal {
  height: 4px; /* height of horizontal scrollbar ← You're missing this */
  width: 4px; /* width of vertical scrollbar */
  background: #822433;
  border: 1px solid #d5d5d5;
}
.blog_detail__scrollmenu ::-webkit-scrollbar-track:horizontal {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #822433;
}

.blog_detail_slider .mobile-slider .cta-grid__img div {
  height: 100%;
}

.blog_detail_slider .cta-grid__img a span:after {
  content: none;
  display: none;
}

.blog_detail_slider .mobile-slider .cta-grid__img .featured_large-text_date {
  height: unset;
}

.blog_detail_slider .mobile-slider .cta-grid__img img {
  height: 285px;
}

/*Popular Posts Slider Styling Overrides*/
#popular-posts .slider--multi-img__slide a:hover {
  text-decoration: none;
}
#popular-posts .slider--multi-img__slide div {
  margin-bottom: 0;
}
#popular-posts .slider--multi-img__slide a {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  justify-content: space-between;
}
#popular-posts .slider--multi-img__slide h3.blog-title {
  flex: 2;
  margin: 0;
}
#popular-posts .slider--multi-img__slide p.blog-type {
  margin-top: 0;
}
#popular-posts .slider--multi-img__slide .featured_large-text_date .blog-date, #popular-posts .slider--multi-img__slide .featured_large-text_date .blog-toread {
  margin: 0;
  padding-top: 0;
}

.row-blogs:nth-child(-n+2) {
  display: flex;
  flex-wrap: wrap;
}

.row-blogs:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}

.featured_small-item {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

/*.project-overview__related-project:nth-child(-n+10) {
    display: flex;
}

.project-overview__related-project:not(:nth-child(-n+10)) {
    display: none;
}*/
.bordered {
  border-bottom: 1px solid #A7A9AC;
  border-top: 1px solid #A7A9AC;
  padding: 30px 0 20px 0;
  margin-bottom: 10px;
}

.bordered .custom-checkbox span.checkbox-text {
  font-size: 1rem;
  line-height: 1.5;
  flex: 1;
}

.filter-desktop .accordion-button {
  background-color: transparent;
  color: #00204E;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 0rem;
  border-bottom: 1px solid #A7A9AC;
  border-radius: 0 !important;
}
.filter-desktop .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300204E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.filter-desktop .accordion-header {
  color: #00204E;
}
.filter-desktop .accordion-body {
  padding: 0;
}
.filter-desktop .accordion-button:not(.collapsed) {
  color: #00204E;
  background-color: transparent;
  border-bottom: 0px solid #A7A9AC;
  box-shadow: none;
}
.filter-desktop .accordion-item {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.filter-desktop .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300204E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.filter-desktop .accordion-collapse .bordered {
  border-bottom: 1px solid #A7A9AC;
  border-top: 0px solid #A7A9AC;
  padding: 0px 0 20px 0;
  margin-bottom: 10px;
}

/* Dropdown container */
.project-drop {
  position: relative;
}
.project-drop.open .pd-icon {
  transform: rotate(180deg);
}

.project-drop-toggle {
  background-color: transparent;
  cursor: pointer;
  color: #00204E;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  font-size: 16px;
  border: none;
}

/* SVG caret */
.pd-icon {
  width: 28px;
  height: 28px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.project-drop-menu {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.4s ease, visibility 0.3s ease;
}

.project-drop.open .project-drop-menu {
  opacity: 1;
  transform: translateY(0);
  max-height: fit-content;
  visibility: visible;
}

#on-load-projects-row {
  min-height: 1200px;
}

:root:root:root:root:root .designer-images label {
  display: flex;
  flex-direction: column;
}
:root:root:root:root:root .designer-images label img {
  max-width: 550px;
}

:root:root:root:root:root .sf-backend-wrp .radio label {
  display: flex;
}

:root:root:root:root:root .sf-backend-wrp .modal-body .class-container {
  margin-top: 30px;
}
:root:root:root:root:root .sf-backend-wrp .modal-body .class-container ul {
  list-style: none;
  padding-right: 15px !important;
}

.zeContentMode .sfPageContainer .RadDock .rdContent .navbar__primary .navbar__top-level .dropdown-toggle {
  margin-bottom: 0;
  top: 0;
}

.zeControlDock .rdTable .rdContent .nav-item .nav-link {
  margin-bottom: 0px;
}

.RadDock header {
  margin-bottom: 0px;
}
.RadDock header .navbar {
  position: relative;
}
.RadDock header .navbar--nav-hide {
  transform: none;
}
.RadDock header .navbar-brand .RadDockZone {
  width: 140px;
  height: 52px;
}

:root:root:root:root:root .sf-backend-wrp .form-group label {
  margin-bottom: 10px !important;
}

:root:root:root:root:root .sf-backend-wrp .form-control {
  margin-bottom: 20px !important;
}

.sfPageWrapper #sfPageContainer .wow {
  visibility: visible !important;
  display: block;
}

:root:root:root:root:root .sf-backend-wrp .modal-content .btn.pull-left:after {
  content: none;
  display: none;
}

:root:root:root:root:root .sf-backend-wrp .btn.btn-xs.btn-default.openSelectorBtn.ng-scope:after {
  content: none;
  display: none;
}
:root:root:root:root:root .sf-backend-wrp .btn.btn-xs.btn-default.openSelectorBtn.ng-scope span:after, :root:root:root:root:root .sf-backend-wrp .btn.btn-xs.btn-default.openSelectorBtn.ng-scope span:before {
  content: none;
  display: none;
}
:root:root:root:root:root .sf-backend-wrp .btn.btn-xs.btn-default.openSelectorBtn.ng-scope:hover span:before {
  content: none;
  display: none;
}

form label {
  font-weight: 500;
  padding-top: 20px;
}
form input.form-control {
  color: #00204E;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #A7A9AC;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
}
form input.form-control:focus {
  background-color: transparent;
}
form textarea.form-control {
  background-color: transparent;
  border-color: #A7A9AC;
  color: #00204E;
  border-radius: 0;
  border: 1px solid #A7A9AC;
}
form textarea.form-control:focus {
  background-color: transparent;
}
form .checkbox {
  cursor: pointer;
  position: relative;
}
form .checkbox > span {
  padding: 0.5rem 0.25rem;
  position: absolute;
  pointer-events: none;
}
form .checkbox > input {
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #A7A9AC;
  border-radius: 2px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #F2F3F6;
  cursor: pointer;
  margin-bottom: -3px;
}
form .checkbox > input:checked {
  border: 1px solid #00204E;
  background-color: #F2F3F6;
  margin-bottom: -3px;
}
form .checkbox > input:checked + span::before {
  content: "";
  display: block;
  text-align: center;
  color: #00204E;
  position: absolute;
  font-weight: 200;
  font-size: 10px;
  right: 18px;
  top: 27px;
  border: solid black;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
}
form .checkbox > input:active {
  border: 2px solid #34495E;
}
form .form-check {
  padding-left: 0;
}
form legend {
  float: none;
}
form button[type=submit] {
  color: #FFF;
  background-color: #822433;
  padding: 10px 70px 10px 20px;
  border-radius: 30px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  border: transparent;
}
form button[type=submit]:after {
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  display: inline-block;
  margin-left: 25px;
  background-color: #FFF;
  border-radius: 100%;
}
form button[type=submit] span:before {
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  display: inline-block;
  margin-left: 25px;
  background: url("../../App_Themes/StanleyConsultants/img/btn_arrow.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 9px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9;
  opacity: 0;
}
form button[type=submit] span:after {
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  display: inline-block;
  margin-left: 25px;
  background: url("../../App_Themes/StanleyConsultants/img/btn_arrow.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 9px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9;
}
form button[type=submit]:hover span:before {
  opacity: 1;
  background-position: calc(100% - 6px);
}
form button[type=submit]:hover span:after {
  background-position: calc(100% - 12px);
}
form div[data-sf-role=field-captcha-container] button {
  background-color: #822433;
}
form div[data-sf-role=field-captcha-container] button svg {
  color: #FFF;
}
form div[data-sf-role=field-captcha-container] button:hover {
  background-color: #822433;
}
form .dropdown-custom__select {
  color: #00204E;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #A7A9AC;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
}
form .dropdown-custom__select:focus {
  background-color: transparent;
}
form .multiplechoice-custom .form-check {
  position: relative;
  margin-bottom: 15px;
  margin-left: -25px;
}
form .multiplechoice-custom .form-check label {
  padding-top: 0px;
  position: absolute;
  left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0px;
}
form .multiplechoice-custom .form-check .multiplechoice-custom__radio {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #A7A9AC;
}
form .multiplechoice-custom .form-check .multiplechoice-custom__radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
}
form .multiplechoice-custom .form-check input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .multiplechoice-custom .form-check input[type=radio]:checked ~ .multiplechoice-custom__radio {
  background-color: #00204E;
  border-color: #00204E;
}
form .multiplechoice-custom .form-check input[type=radio]:checked ~ .multiplechoice-custom__radio:after {
  display: block;
}
form .required-field {
  color: #822433;
}

.form-control:focus {
  color: #00204E;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.custom-checkbox {
  cursor: pointer;
  display: flex !important;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox span.checkbox-span {
  display: inline-block;
  max-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 1px solid #A7A9AC;
  position: relative;
  border-radius: 0;
  margin-right: 7px;
  flex: 1;
}
.custom-checkbox input[type=checkbox]:checked + span.checkbox-span {
  background-color: #822433;
  border-color: #822433;
}
.custom-checkbox input[type=checkbox]:checked + span.checkbox-span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 0px;
  left: 6px;
}
.custom-checkbox span.checkbox-text {
  font-size: 1.2rem;
  line-height: 1.5;
  flex: 1;
}

.hero--banner .hero--banner__image {
  width: 100%;
}

.hero--banner__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-top: 45px;
}
.hero--text__subheader {
  color: #00204E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4166666667;
}

.custom-card ul {
  list-style: none;
  padding: 0;
}

.text-cta div {
  border-top: 1px solid #A7A9AC;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
.text-cta--large h3 {
  color: #00204E;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2941176471;
}
.text-cta--large p {
  color: #00204E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
.text-cta--small h3 {
  color: #00204E;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2941176471;
  margin-bottom: 0;
}
.text-cta--small p {
  margin-top: 15px;
}

.custom-card.text-cta--small {
  height: 100%;
}

.cta-last .custom-card.text-cta--small div {
  border-bottom: 1px solid #A7A9AC;
}

/* When multiple CTAs are added in a row, this will remove top border styling on stacked cards so that line heights are consistent*/
.row .text-cta:not(.custom-card):not(:nth-of-type(1)):not(:nth-of-type(2)) div {
  border-top: none;
}

.row .custom-card.text-cta:not(:first-of-type) div {
  border-top: none;
}

.double-cta__column {
  height: 640px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.double-cta__column:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 32, 78, 0.45), transparent);
}

.double-cta__header {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2941176471;
  padding-bottom: 25px;
  max-width: 470px;
  position: relative;
  z-index: 9;
}

.double-cta__link {
  position: relative;
  z-index: 9;
}

.fullwidth-cta {
  min-height: 640px;
  position: relative;
}
.fullwidth-cta:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 32, 78, 0.45), transparent);
  top: 0;
}
.fullwidth-cta .fullwidth-cta__column {
  height: 640px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fullwidth-cta .fullwidth-cta__header {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2941176471;
  padding-bottom: 25px;
  max-width: 470px;
  position: relative;
  z-index: 9;
}
.fullwidth-cta .fullwidth-cta__link {
  position: relative;
  z-index: 9;
}

.text-grid--center p {
  color: #00204E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
.text-grid--two-column h3 {
  color: #00204E;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.text-grid--three-column h3 {
  color: #00204E;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.text-grid--three-column-small h3, .text-grid--four-column h3, .text-grid--four-by-four h3, .text-grid--two-column-four-by-four h3 {
  color: #00204E;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}

.cta-grid__img a {
  text-decoration: none;
}
.cta-grid__img a div img {
  max-width: 100%;
}
.cta-grid__img a span {
  color: #822433;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  position: relative;
}
.cta-grid__img a span:hover {
  text-decoration: none;
}
.cta-grid__img a span:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
.cta-grid__img a span:hover:after {
  width: 100%;
}
.cta-grid__img p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.cta-grid__img h3.rollover {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin: 17px 0 12px;
}

.pillars-container {
  position: relative;
  margin-top: 50px;
}
.pillars-container:before {
  content: "";
  display: block;
  background-color: #00204E;
  position: absolute;
  height: 90%;
  width: 89%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.pillars-container .pillars-card {
  height: 273px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 15px 0;
}
.pillars-container .pillars-card .pillars-heading {
  background-color: #E0E1E3;
  padding: 8px 48px;
  min-height: 76px;
  display: flex;
  align-items: center;
}
.pillars-container .pillars-card .pillars-heading h3 {
  color: #00204E;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.pillars-container .pillars-card .pillars-content {
  background-color: #89AFC2;
  height: inherit;
  padding: 22px 48px 0;
}
.pillars-container .pillars-card .pillars-content ul {
  padding-left: 0;
}
.pillars-container .pillars-card .pillars-content ul li {
  list-style: none;
}
.pillars-container .col-12:nth-child(3n) .pillars-content {
  background-color: #C7C9CB;
}

.two-column-media--media-right .two-column-media__media-column {
  position: absolute;
  right: 0;
}
.two-column-media--media-right.two-column-media--cropped .two-column-media__copy-column .two-column-media__copy-wrapper .btn {
  margin-bottom: 50px;
}
.two-column-media--media-left .two-column-media__media-column {
  position: absolute;
  left: 0;
}
.two-column-media--media-left .row {
  justify-content: end;
}
.two-column-media__subheader {
  color: #00204E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
.two-column-media__copy-column {
  min-height: 600px;
  position: relative;
}
.two-column-media__copy-column .btn {
  margin-top: 50px;
}
.two-column-media__copy-wrapper p {
  margin-bottom: 0;
}
.two-column-media--standard .two-column-media__copy-wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.two-column-media--standard .two-column-media__copy-wrapper p {
  margin-top: 10px;
}
.two-column-media--standard .two-column-media__copy-wrapper .btn {
  margin-bottom: 50px;
}
.two-column-media--standard .two-column-media__copy-wrapper .btn ~ .btn {
  margin-top: 0px;
}
.two-column-media__media-column {
  padding: 0;
  position: relative;
}
.two-column-media--image .row {
  min-height: 700px;
  height: 100%;
}
.two-column-media__img-underlay {
  width: 100%;
  height: 696px;
  background-color: #00204E;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.two-column-media__img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 696px;
  object-fit: cover;
  top: 0;
  left: 0;
}
.two-column-media--cropped .two-column-media__media-column {
  position: relative;
}
.two-column-media--small .two-column-media__media-column {
  position: relative;
}
.two-column-media--small.two-column-media--image .row {
  height: auto;
}
.two-column-media--small .two-column-media__copy-column {
  min-height: 100%;
  align-self: center;
}
.two-column-media--small .two-column-media__copy-column .two-column-media__copy-wrapper {
  position: relative;
  top: 0;
  transform: none;
}
.two-column-media--small .two-column-media__copy-wrapper h3 {
  color: #00204E;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2941176471;
}
.two-column-media--small .two-column-media--image .row {
  height: auto;
}
.two-column-media--small .two-column-media__media-column img {
  height: 347px;
  width: 540px;
  position: relative;
  max-width: 100%;
}
.two-column-media--small .two-column-media__media-column h2 {
  margin-bottom: 20px;
  max-width: 600px;
}

.two-column-media--video .two-column-media__media-column {
  min-height: 600px;
}
.two-column-media--video .two-column-media__media-column video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.two-column-media--video .two-column-media__media-column .two-column-media__media-control {
  z-index: 1;
  position: absolute;
  padding: 10px;
  bottom: 0;
}
.two-column-media--video .two-column-media__media-column .two-column-media__media-control button {
  height: 35px;
  width: 35px;
  background: url("../../App_Themes/StanleyConsultants/img/pause-circle.svg"), transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
.two-column-media--video .two-column-media__media-column .two-column-media__media-control button.paused {
  background: url("../../App_Themes/StanleyConsultants/img/play-circle.svg"), transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
.two-column-media--video.two-column-media--media-left .two-column-media__media-column .two-column-media__media-control {
  right: 0;
}

.two-column__header h2 {
  max-width: 385px;
}
.two-column__cta-card {
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
}
.two-column__cta-card h3 {
  color: #00204E;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.two-column__cta-card a.rollover {
  margin-top: auto;
  width: fit-content;
}
.two-column__cta-card a.rollover:after {
  bottom: 0;
}

.two-column-list--desktop {
  display: block;
}
.two-column-list--mobile {
  display: none;
}

.timeline-slider__date-column {
  display: flex;
  flex-direction: column;
}
.timeline-slider__date-column .section-divider {
  width: 100%;
  margin-top: 95px;
}
.timeline-slider__date-column .section-divider .section-divider__line {
  margin-left: 0;
  width: 91%;
}
.timeline-slider__date-column .timeline-slider__date-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
  top: -95px;
}
.timeline-slider__date-column .timeline-slider__date-content:before {
  content: "";
  display: block;
  background: linear-gradient(white 43%, transparent);
  height: 199px;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
}
.timeline-slider__date-column .timeline-slider__date-content:after {
  content: "";
  display: block;
  background: linear-gradient(to top, white 46%, transparent);
  height: 172px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.timeline-slider__date-column .timeline-slider__date-content .slick-list {
  max-width: 415px;
}
.timeline-slider__date-column .timeline-slider__date-content .slick-arrow {
  position: absolute;
  right: -55px;
  z-index: 10;
  background-color: transparent;
  border: 0;
  width: 64px;
  height: 64px;
  font-size: 0;
}
.timeline-slider__date-column .timeline-slider__date-content .slick-arrow.slick-prev {
  background-image: url("../../App_Themes/StanleyConsultants/img/Timeline-Arrow-White-Up.svg");
  top: 33%;
  transform: rotate(90deg);
}
.timeline-slider__date-column .timeline-slider__date-content .slick-arrow.slick-next {
  background-image: url("../../App_Themes/StanleyConsultants/img/Timeline-Arrow-Red-Down.svg");
  transform: rotate(90deg);
  top: 51%;
}
.timeline-slider__date-column .timeline-slider__date-content .timeline-slider__date-item {
  font-size: 6rem;
  font-family: Roboto;
  font-weight: 300;
  /*width: auto !important;*/
}
.timeline-slider__content-item {
  width: 100%;
  height: 1017px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.timeline-slider__content-item:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 32, 78, 0.8);
}
.timeline-slider__content-item .timeline-slider__content-container {
  width: 60%;
  position: relative;
  z-index: 9;
}
.timeline-slider__content-item .timeline-slider__content-container h2 {
  color: white;
  font-size: 3.75rem;
}
.timeline-slider__content-item .timeline-slider__content-container p {
  color: white;
  font-size: 1.5rem;
}

.location-hero {
  padding-top: 88px;
}
.location-hero .location-hero__address {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 0px;
}
.location-hero .location-hero__phone {
  padding-top: 30px;
}
.location-hero .location-hero__phone a {
  font-size: 2.125rem;
  line-height: 1.2941176471;
  color: #822433;
  display: block;
}
.location-hero img {
  padding-top: 90px;
}
.location-hero .addressMapWrp {
  padding-top: 90px;
  height: 100%;
  width: 100%;
}
.location-hero .addressMapWrp .mapContainer {
  height: 100%;
}
.location-hero .location-image img {
  padding-top: 90px;
  object-fit: cover;
  max-height: 500px;
  width: 100%;
}
.location-hero .location-image {
  width: 100%;
  max-height: 500px;
}

.location-hero__header span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.location-hero__header h1 {
  padding-top: 15px;
}
.location__address {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 30px 0 30px 30px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.location__address-name p {
  font-weight: 700;
}
.location__address-text {
  flex: 1;
}
.location__address-text p {
  margin-bottom: 0;
}
.location__address-text_phone a {
  color: #00204E;
}
.location__address-text_fax.hide-fax {
  visibility: hidden;
}
.location__address_link {
  padding-top: 15px;
}
.location__address_link a {
  color: #822433;
}
.location__address_link a span {
  text-decoration-line: underline;
}
.location__address hr {
  color: #A7A9AC;
}
.location__hours {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  padding-top: 1.875rem;
}
.location__hours strong {
  font-size: 1.25rem;
  padding-bottom: 0.75rem;
}
.location__filter {
  margin-bottom: 45px;
}
.location__filter label {
  font-weight: 500;
}
.location__filter #state-filter {
  margin-top: 10px;
  border: none;
  background-color: #F2F3F6;
  border-bottom: 1px solid #A7A9AC;
  display: block;
}
.location .state-container:not(:first-of-type) h2 {
  margin-top: 50px;
}

.location--map {
  margin-top: 50px;
}

#map {
  height: 624px;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

#map .map-bubble {
  padding: 37px;
  padding-bottom: 25px;
  max-width: 275px;
}

#map .map-bubble p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#map .map-bubble p span {
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

#map .map-bubble p span.first-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

#map .gm-style-iw {
  border-radius: 0;
}

.modal-header {
  border: none;
}
.modal-header .btn-close {
  background: url("../../App_Themes/StanleyConsultants/img/close-icon.svg") center/1em auto no-repeat;
  opacity: 1;
  border: 1px solid #A7A9AC;
  border-radius: 100%;
}
.modal--expert .modal-header {
  position: absolute;
  right: 0;
  z-index: 99;
}
.modal--expert .modal-dialog {
  max-width: 1150px;
}
.modal--expert .modal-dialog .expert-image {
  max-height: 600px;
}
.modal--expert .modal-dialog .expert-info {
  height: 600px;
  position: relative;
  width: 49%;
  padding-right: 0;
}
.modal--expert .modal-dialog .expert-info .modal-header {
  right: 20px;
  top: 6px;
}
.modal--expert .modal-dialog .expert-info .modal-header button {
  background-size: 12px;
}
.modal--expert .modal-dialog .expert-info .modal-body {
  overflow-y: scroll;
  max-height: 580px;
  padding-top: 70px;
  padding-right: 100px;
  margin-top: 10px;
}
.modal--expert .modal-dialog .expert-info .modal-body::-webkit-scrollbar {
  width: 20px;
}
.modal--expert .modal-dialog .expert-info .modal-body::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 15px;
  border: 5px solid white;
}
.modal--expert .modal-body {
  padding-top: 100px;
}
.modal--expert h2 {
  padding-bottom: 25px;
  border-bottom: 2px solid #A7A9AC;
}
.modal--expert h3 {
  padding: 25px 0 15px 0;
}
.modal--project-gallery .modal-dialog {
  max-width: 80%;
}
.modal--project-gallery .modal-dialog .modal-body {
  padding-top: 0;
}

.search-box__input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #A7A9AC;
  width: 80%;
  color: #00204E;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.1666666667;
  height: 80px;
}

.search-results__list {
  list-style: none;
  padding: 0;
  margin-top: 100px;
}
.search-results__item {
  padding: 25px 0;
}
.search-results__item:first-of-type {
  padding-top: 0px;
}
.search-results__item a {
  color: #00204E;
}
.search-results__item a:hover {
  color: #00204E;
  text-decoration: none;
}
.search-results__type {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.search-options-wrapper ul {
  list-style: none;
  padding: 0;
}
.search-options-wrapper ul li {
  padding: 8px 0;
}
.search-options-wrapper ul li:first-of-type {
  padding-top: 0px;
}

.search-results__item span.rollover {
  color: #00204E;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2941176471;
  position: relative;
  color: #822433;
}
.search-results__item span.rollover:hover {
  text-decoration: none;
}
.search-results__item span.rollover:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
.search-results__item span.rollover:hover:after {
  width: 100%;
}
.search-results__item a.rollover {
  color: #822433;
}
.search-results__item div {
  margin-bottom: 10px;
}
.search-results__item p {
  margin-bottom: 0;
}

.page-link {
  color: #822433;
  border: none;
}

.page-item.active .page-link {
  border-color: #822433;
  background-color: #822433;
}

.expert-card {
  max-width: 450px;
  padding-bottom: 100px;
}
.expert-card.market-page {
  padding-bottom: 0;
}
.expert-card .cta-grid__img {
  padding-bottom: 3px;
}
.expert-card .cta-grid__img button {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 0;
  width: 100%;
}
.expert-card .cta-grid__img button .expert-img-wrapper {
  width: 100%;
  overflow: hidden;
}
.expert-card .cta-grid__img button .expert-img-wrapper img {
  transition: all 0.3s ease-in;
}
.expert-card .cta-grid__img button:hover .expert-img-wrapper img {
  transform: scale(1.1);
}
.expert-card .cta-grid__img button div.expert-img-wrapper {
  height: 450px;
}
.expert-card .cta-grid__img .expert-img-wrapper img {
  max-width: 450px;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.expert-card .cta-grid__img.has-bio button.rollover {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #822433;
  position: relative;
  background: transparent;
  border: none;
  width: fit-content;
}
.expert-card .cta-grid__img.has-bio button.rollover:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: -3px;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #822433;
  width: 30px;
}
.expert-card .cta-grid__img.has-bio:hover button.rollover:after {
  width: 100%;
}
.expert-card .cta-grid__img h3 {
  margin-bottom: 6px !important;
  font-weight: 400 !important;
}
.expert-card .cta-grid__img p {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.675rem;
}
.expert-card .cta-grid__img a {
  display: block;
  margin-bottom: 8px;
}
.expert-card .cta-grid__img a:hover {
  color: #822433;
}

.two-column-expert.two-column-media--media-left .row {
  align-items: flex-start;
  height: 100%;
}
.two-column-expert.two-column-media--media-left .two-column-media__media-column.expert a {
  margin-bottom: 10px;
}
.two-column-expert.two-column-media--media-left .two-column-media__media-column.expert .rollover {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin: 17px 0 12px;
}
.two-column-expert.two-column-media--media-left .two-column-media__media-column.expert .expert-img-wrapper img {
  max-width: 100%;
}

.video-embed__text-wrap h2 {
  padding-bottom: 30px;
}
.video-embed__text-wrap .text-field {
  padding-bottom: 50px;
}
.video-embed__player-wrap {
  width: 100%;
}
.video-embed__player-wrap iframe {
  width: 100% !important;
  height: 360px !important;
}
.video-embed__player-wrap video {
  max-width: 100%;
  height: 360px;
}

.RadDock.RadDock_Default.zeLayoutDock .modal.fade {
  opacity: 1 !important;
  position: relative !important;
  display: block !important;
}
.RadDock.RadDock_Default.zeLayoutDock .modal.fade .modal-dialog {
  margin: auto !important;
  margin-top: 200px !important;
  max-width: 95% !important;
}

.case-study-column h1.h2, .case-study-column .h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 50px;
}
.case-study-column .case-study-content {
  margin-top: 50px;
}
.case-study-column .case-study-content h2 {
  font-size: 2.125rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 30px;
}

.key-takeaways-column .case-study-btn {
  width: 100%;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 30px;
}
.key-takeaways-column .case-study-btn p {
  margin-bottom: 0;
  color: white;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 500;
}
.key-takeaways-column .case-study-btn span:before, .key-takeaways-column .case-study-btn span:after {
  right: 28px;
}
.key-takeaways-column .case-study-btn:after {
  right: 29px;
}
.key-takeaways-column .key-takeaways {
  padding: 15px 20px 0px 20px;
}
.key-takeaways-column .key-takeaways h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}
.key-takeaways-column .key-takeaways .key-takeaway-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.key-takeaways-column .key-takeaways .key-takeaway-list ul li {
  padding: 15px 0;
  border-top: 1px solid #A7A9AC;
  display: flex;
  flex-direction: row;
}
.key-takeaways-column .key-takeaways .key-takeaway-list ul li:before {
  content: "";
  background: url("../../App_Themes/StanleyConsultants/img/list-item-chevron.svg");
  height: 20px;
  width: 20px;
  min-width: 20px;
  display: block;
  margin-right: 11px;
  position: relative;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center;
}

#caseStudyFormModal.modal .modal-dialog {
  max-width: 700px;
}
#caseStudyFormModal.modal .modal-dialog .modal-content {
  border-radius: 0;
}
#caseStudyFormModal.modal .modal-dialog .modal-content .modal-header {
  margin-bottom: 10px;
  padding: 0.7rem;
}
#caseStudyFormModal.modal .modal-dialog .modal-content .modal-header .btn-close {
  border: none;
  position: relative;
  right: 10px;
  top: 5px;
}
#caseStudyFormModal.modal .modal-dialog .modal-body {
  padding: 0 50px 50px 50px;
}
#caseStudyFormModal.modal .modal-dialog .modal-body h2 {
  font-size: 1.75rem;
  font-weight: 300;
}
#caseStudyFormModal.modal .modal-dialog .modal-body form label.form-label {
  padding-top: 0;
}
#caseStudyFormModal.modal .modal-dialog .div-thank-you {
  background-color: #822433;
  padding: 100px;
}
#caseStudyFormModal.modal .modal-dialog .div-thank-you p {
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25rem;
}
#caseStudyFormModal.modal .modal-dialog .div-thank-you .thank-you {
  font-size: 2.375rem;
  line-height: 1.2;
  font-weight: 300;
}
#caseStudyFormModal.modal .modal-dialog .div-thank-you .open-study {
  color: #FFF;
  display: block;
  text-align: center;
  position: relative;
  top: 30px;
}
#caseStudyFormModal.modal .modal-dialog .div-thank-you .open-study:hover {
  text-decoration: none;
}
#caseStudyFormModal.modal .modal-dialog .div-thank-you .open-study span {
  text-decoration: underline;
}

.accordion-controls {
  padding-left: 0;
  list-style: none;
}
.accordion-controls li {
  padding-left: 0;
  list-style: none;
  /*   padding-bottom: 25px;*/
  position: relative;
}
.accordion-controls li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A7A9AC;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion-controls li:last-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.2px;
  background-color: #A7A9AC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.accordion-controls li h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.accordion-controls li button {
  border: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  padding: 3.125rem 4rem 3.125rem 0;
  background-repeat: no-repeat;
  background-position: 96% 90%;
  background-color: transparent;
  z-index: 1;
  position: relative;
  transition: all 0.5s linear;
  color: #00204E;
}
.accordion-controls li button span:before {
  content: "";
  display: block;
  height: 42px;
  width: 42px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 2.5rem;
  border-radius: 50%;
  border: 1px solid #822433;
  transition: transform 0.3s ease-out;
  background-image: url(/App_Themes/StanleyConsultants/img/toggle-closed.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-controls li button span:after {
  content: "";
  display: block;
  height: 42px;
  width: 42px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 2.5rem;
  border-radius: 50%;
  border: 1px solid #822433;
  transition: transform 0.3s ease-out;
}
.accordion-controls li button[aria-expanded=true] {
  outline: 0;
}
.accordion-controls li button[aria-expanded=true] span:after {
  transform: rotate(360deg);
  background-color: white;
  background-image: url(/App_Themes/StanleyConsultants/img/toggle-open.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-controls li button:focus:not(:focus-visible) {
  outline: 0;
}
.accordion-controls li .open button {
  padding-bottom: 0;
}
.accordion-controls li .accordion-content {
  display: none;
  padding: 1.5rem 4rem 2.5rem 0;
}
.accordion-controls li .accordion-content.open {
  visibility: visible !important;
  display: block;
}
.accordion-controls li .accordion-content .btn-arrow {
  color: blue;
  margin-top: 2.438rem;
}
.accordion-controls li .accordion-content .btn-arrow:before {
  border-color: blue;
  height: 21px;
  width: 21px;
  background-position: 58% 50%;
}
.accordion-controls li .accordion-content .accordion-content-img {
  display: none;
  margin-top: 30px;
}
.accordion-controls li .accordion-content p {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .section-divider .section-divider__line {
    width: 94%;
  }
  .expert-slider .swiper-slide {
    max-width: 350px;
  }
  .two-column-media--header .two-column-media__copy-wrapper {
    max-width: 100%;
  }
  .two-column-media--header .two-column-media__copy-wrapper h1 {
    font-size: 4.5rem;
    line-height: 1.1388888889;
  }
  .location--list h1 {
    font-size: 4.5rem;
    line-height: 1.1388888889;
  }
  h1.hero--text__title {
    font-size: 4.5rem;
    line-height: 1.1388888889;
  }
  .pillars-container:before {
    width: 86%;
  }
  .pillars-container .pillars-card .pillars-heading {
    padding: 8px 25px;
  }
  .pillars-container .pillars-card .pillars-content {
    padding: 22px 25px 0;
  }
  header .navbar__cta {
    margin-right: 5px;
    margin-left: 5px;
  }
  .project-detail .project-video-embed__wrapper {
    height: 500px;
    width: 100%;
  }
  .project-detail .project-video-embed__wrapper iframe {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .project-list-swiper .expand-slide {
    width: 49% !important;
  }
}
@media screen and (min-width: 991px) {
  .timeline-slider__date-column .timeline-slider__date-content .timeline-slider__date-item {
    width: auto !important;
  }
  footer .row {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .section-divider .section-divider__line {
    width: 93%;
  }
  .spacer-bottom {
    padding-bottom: 80px;
  }
  .spacer-bottom--md {
    padding-bottom: 50px;
  }
  .spacer-top {
    padding-top: 80px;
  }
  .spacer-top--md {
    padding-top: 50px;
  }
  .two-column-media--media-right .two-column-media__media-column {
    position: relative;
  }
  .two-column-media--media-left .two-column-media__media-column {
    position: relative;
  }
  .two-column-media--media-left .row {
    justify-content: unset;
  }
  .two-column-media__copy-column {
    min-height: 0px;
  }
  .two-column-media__copy-column .btn {
    margin-top: 10px;
  }
  .two-column-media__media-column {
    padding: 0 15px 40px 15px;
  }
  .two-column-media--image .row {
    height: auto;
  }
  .two-column-media__img-underlay {
    width: 100%;
    height: auto;
    background-color: #00204E;
    z-index: 0;
    position: relative;
  }
  .two-column-media__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .two-column-media--video .two-column-media__media-column {
    padding: 20px 15px 0px;
    overflow: hidden;
    position: relative;
  }
  .two-column-media--video .two-column-media__media-column video {
    position: relative;
  }
  .two-column-media--standard .two-column-media__copy-wrapper {
    position: relative;
    top: auto;
    transform: none;
  }
  .two-column-media--header .two-column-media__copy-wrapper {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .two-column-media--header .two-column-media__copy-wrapper .two-column-media__header {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .two-column-media--header .two-column-media__copy-wrapper .two-column-media__subheader {
    font-size: 1.375rem;
    line-height: line-height 22, 30;
  }
  .solutions-landing--mobile {
    display: block;
  }
  .solutions-landing--desktop {
    display: none;
  }
  .row .text-cta:not(.custom-card):not(:nth-of-type(1)):not(:nth-of-type(1)) div {
    border-top: none;
  }
  .collapse:not(.show) {
    display: none;
    overflow: hidden;
    left: -1000px;
  }
  .timeline-slider {
    overflow: hidden;
  }
  .timeline-slider__date-column {
    display: block;
  }
  .timeline-slider__date-column .timeline-slider__date-content {
    display: block;
    top: 0;
    padding-bottom: 60px;
    position: relative;
  }
  .timeline-slider__date-column .timeline-slider__date-content:before {
    background: linear-gradient(to right, white 46%, transparent);
    height: 100%;
    width: 30%;
  }
  .timeline-slider__date-column .timeline-slider__date-content:after {
    background: linear-gradient(to left, white 46%, transparent);
    height: 100%;
    width: 30%;
    right: 0;
  }
  .timeline-slider__date-column .timeline-slider__date-content .slick-list {
    max-width: 100%;
  }
  .timeline-slider__date-column .timeline-slider__date-content .timeline-slider__date-item div {
    margin: 0 19px;
    /*line-height: 70px;
    font-size: 34px;*/
  }
  .timeline-slider__date-column .timeline-slider__date-content .slick-arrow {
    right: 0;
    left: 0;
    bottom: -30px;
    margin-left: auto;
    margin-right: auto;
  }
  .timeline-slider__date-column .timeline-slider__date-content .slick-arrow.slick-prev {
    transform: none;
    top: unset;
    right: 130px;
  }
  .timeline-slider__date-column .timeline-slider__date-content .slick-arrow.slick-next {
    transform: none;
    top: unset;
    left: 120px;
  }
  .timeline-slider__date-column .section-divider {
    width: 100%;
    margin-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
  }
  .timeline-slider__date-column .section-divider .section-divider__line {
    margin-left: 0;
    width: 97%;
  }
  .mobile-slider .cta-grid__img {
    padding-top: 18px;
  }
  .double-cta .row {
    padding: 0 15px;
  }
  .double-cta .row .double-cta__column {
    margin: 15px 0;
    height: 440px;
  }
  .fullwidth-cta {
    /* margin: 0 15px;*/
  }
  .fullwidth-cta .fullwidth-cta__column {
    min-height: 340px;
  }
  .location--list h1 {
    font-size: 3rem;
  }
  .swiper-scrollbar__container {
    margin-top: 20px;
  }
  footer {
    padding-top: 30px;
  }
  footer .footer--links .list-inline-item {
    padding: 8px;
    margin: 0;
  }
  footer .footer--links .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  footer .footer--social .list-inline-item {
    padding: 14px;
    margin: 0;
  }
  footer .footer--social .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  .video-embed__text-wrap {
    margin-top: 50px;
  }
  .video-embed__text-wrap .text-field {
    padding-bottom: 30px;
  }
  .project-overview .more-posts__show-more-container, .project-overview .show-more-container {
    padding-top: 10px;
  }
  .project-detail__header {
    margin-bottom: 20px;
  }
  .project-detail .badge-cont {
    display: none;
  }
  .project-detail .badge-cont.mobile-only {
    display: flex;
    padding-bottom: 30px;
  }
  .project-detail .project-video-embed__wrapper {
    height: 100%;
    width: 100%;
  }
  .project-detail .project-video-embed__wrapper iframe {
    height: 315px;
    width: 100%;
  }
  .by-the-numbers li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section-divider .section-divider__line {
    width: 91%;
  }
  .contact_left a {
    margin-bottom: 40px;
  }
  .solutions_bottom {
    position: relative;
  }
  .solutions_bottom .section-divider {
    bottom: -100px;
  }
  .timeline-slider__date-column .timeline-slider__date-content .timeline-slider__date-item {
    font-size: 4rem;
  }
  .two-column-list--mobile {
    display: block;
  }
  .two-column-list--desktop {
    display: none;
  }
  .location-hero .addressMapWrp {
    min-height: 465px;
    padding-top: 45px;
  }
  .by-the-numbers {
    flex-direction: column;
  }
  .blog_detail__mainimage {
    height: 200px;
    margin-bottom: 25px;
  }
  .blog_detail__content h2 {
    margin-top: 25px;
    font-size: 2.125rem;
  }
  .blog_detail__content h3 {
    margin-bottom: 25px;
    font-size: 1.75rem;
  }
  .blog_detail__content img {
    max-height: 200px;
    min-height: unset;
    object-fit: cover;
  }
}
@media all and (max-width: 767px) {
  .modal--expert .modal-dialog {
    max-width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .modal--expert .modal-dialog .expert-image {
    max-height: 500px;
  }
  .modal--expert .modal-dialog .expert-image .img-fluid {
    object-position: top;
  }
  .modal--expert .modal-dialog .expert-info {
    height: 100%;
    position: relative;
    width: 100%;
    padding-right: 14px;
  }
  .modal--expert .modal-dialog .expert-info .modal-body {
    overflow-y: unset;
    max-height: 100%;
    padding-top: 2rem;
    padding-right: 1rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
  h1.hero--text__title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .spacer-bottom {
    padding-bottom: 40px;
  }
  .spacer-top {
    padding-top: 40px;
  }
  .slick-list {
    padding-left: 15px;
  }
  .swipeCover {
    animation: none;
  }
  .section-divider {
    clip-path: none;
  }
  .section-divider .section-divider__line {
    width: 88%;
  }
  .solutions_bottom {
    position: relative;
  }
  .solutions_bottom .section-divider {
    bottom: -90px;
  }
  .hero--banner h1 {
    margin-bottom: 15px;
  }
  .timeline-slider__date-column .timeline-slider__date-content .slick-list {
    padding: 0 !important;
  }
  .timeline-slider__date-column .timeline-slider__date-content:after {
    width: 45%;
    right: 0;
  }
  .timeline-slider__date-column .timeline-slider__date-content .timeline-slider__date-item {
    font-size: 2.125rem;
    margin: 0 15px;
  }
  .timeline-slider__date-column .timeline-slider__date-content .timeline-slider__date-item div {
    margin: 0;
    padding: 0 15px;
  }
  .timeline-slider__content-column .slick-list {
    padding-left: 0px;
  }
  .timeline-slider__content-column .timeline-slider__content-item {
    height: 460px;
    align-items: start;
  }
  .timeline-slider__content-column .timeline-slider__content-item .timeline-slider__content-container {
    width: 100%;
    padding: 0 15px;
    padding-top: 50px;
  }
  .timeline-slider__content-column .timeline-slider__content-item .timeline-slider__content-container h2 {
    font-size: 2rem;
  }
  .timeline-slider__content-column .timeline-slider__content-item .timeline-slider__content-container p {
    font-size: 1rem;
  }
  .text-cta--large p {
    color: #00204E;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.675rem;
  }
  .slider--multi-img__pagination-wrapper {
    text-align: left;
    position: relative;
    right: 0;
    bottom: 5px;
  }
  .swiper-scrollbar__container {
    padding: 0 15px;
  }
  .pillars-container::before {
    width: 80%;
    height: 86%;
  }
  .project-detail-banner .badge-cont .container img {
    width: 75px;
    max-height: 75px;
  }
  .modal--project-gallery .modal-dialog {
    max-width: 100%;
  }
}
