@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
.wrapContainer, .contactTemplate .contactSupport .contactContainer, .contactTemplate .contactSupport, .contactTemplate, .blogTemplate, .strategyTemplate, .teamTemplate .teamSection .teamContainer, .teamTemplate .teamSection, .teamTemplate, .aboutTemplate .aboutSection .aboutContainer, .aboutTemplate .aboutSection, .aboutTemplate, .homeTemplate .templateContainer .approachContainer .wrapBackground,
.homeTemplate .templateContainer .partnerContainer .wrapBackground, .homeTemplate .templateContainer .widgetContainer,
.homeTemplate .templateContainer .introductionContainer,
.homeTemplate .templateContainer .approachContainer,
.homeTemplate .templateContainer .partnerContainer, .homeTemplate .templateContainer, .homeTemplate .homeHero .heroContainer, .homeTemplate .homeHero, .homeTemplate, .contactTemplate .pageHero .heroContainer, .blogTemplate .pageHero .heroContainer, .strategyTemplate .pageHero .heroContainer, .teamTemplate .pageHero .heroContainer, .aboutTemplate .pageHero .heroContainer, .contactTemplate .pageHero, .blogTemplate .pageHero, .strategyTemplate .pageHero, .teamTemplate .pageHero, .aboutTemplate .pageHero, .footerContainer, .headerContainer {
  width: 100%;
}

.innerContainer, .contactTemplate .contactSupport .contactContainer .contactUs, .strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer, .strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer, .teamTemplate .teamSection .teamContainer .contentSection, .aboutTemplate .aboutSection .contentContainer, .homeTemplate .templateContainer .widgetContainer .containerContainer,
.homeTemplate .templateContainer .introductionContainer .containerContainer,
.homeTemplate .templateContainer .approachContainer .containerContainer,
.homeTemplate .templateContainer .partnerContainer .containerContainer, .strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion, .navigation > ul, .footerContainer .footer, .headerContainer .header {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0rem 1rem;
}
@media only screen and (max-width: 767px) {
  .innerContainer, .contactTemplate .contactSupport .contactContainer .contactUs, .strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer, .strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer, .teamTemplate .teamSection .teamContainer .contentSection, .aboutTemplate .aboutSection .contentContainer, .homeTemplate .templateContainer .widgetContainer .containerContainer,
  .homeTemplate .templateContainer .introductionContainer .containerContainer,
  .homeTemplate .templateContainer .approachContainer .containerContainer,
  .homeTemplate .templateContainer .partnerContainer .containerContainer, .strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion,
  .strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion,
  .strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion, .navigation > ul, .footerContainer .footer, .headerContainer .header {
    overflow: hidden;
  }
}

.modalWindow, #pageLoader {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.button {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background: #0477bf;
  transition: all ease 0.4s;
  color: #fff;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.button i.fa {
  margin-right: 0.25rem;
}

.success {
  color: darkgreen !important;
}

.danger {
  color: red !important;
}

.text-primary {
  color: #0477bf !important;
}

.dataForm {
  width: 100%;
  float: left;
  padding: 1rem;
}
.dataForm .data_row {
  display: flex;
  grid-column-gap: 1.25rem;
}
.dataForm .data_row.captcha {
  position: relative;
  align-items: flex-end;
}
.dataForm .data_row.captcha .inputCaptcha {
  width: 250px;
}
.dataForm .data_row.captcha .inputCaptcha img {
  border-radius: 0.25rem;
}
@media only screen and (max-width: 992px) {
  .dataForm .data_row {
    flex-direction: column;
  }
  .dataForm .data_row.captcha {
    position: relative;
    align-items: flex-end;
  }
  .dataForm .data_row.captcha .inputCaptcha {
    width: 100%;
    background: #0477bf;
    border-radius: 0.25rem;
    text-align: center;
  }
  .dataForm .data_row.captcha .inputCaptcha img {
    max-width: 250px;
    height: 40px;
    margin: 0 auto;
  }
}
.dataForm .data_row .inputField {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.dataForm .data_row .inputField label {
  font-weight: 400;
  color: #000000;
}
.dataForm .data_row .inputField label i.fa {
  margin-right: 0.25rem;
}
.dataForm .data_row .inputField small.help_text {
  font-size: 0.75rem;
  color: #a3a3a3;
}
.dataForm .data_row button[type=submit] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #0477bf;
  color: #fff;
  position: relative;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.dataForm .data_row button[type=submit]:hover {
  background: #339900;
}
.dataForm .data_row.action_button {
  padding-top: 0.75rem;
  justify-content: end;
}

* {
  padding: 0;
  margin: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-synthesis: antialiased;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background: #fff;
}

html, body {
  min-height: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

h1 small, h2 small, h3 small,
.h1 small, .h2 small, .h3 small {
  font-weight: normal;
  font-size: 75%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0477bf;
  text-decoration: none;
  transition: all ease 0.4s;
}

hr {
  height: 1px;
  border: none;
  background: #b7c1c4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

small {
  font-size: 85%;
}

.inputField {
  width: 100%;
  margin-bottom: 1rem;
}
.inputField input,
.inputField input[type=text],
.inputField input[type=email],
.inputField input[type=password],
.inputField input[type=date],
.inputField textarea {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.inputField input:focus,
.inputField input[type=text]:focus,
.inputField input[type=email]:focus,
.inputField input[type=password]:focus,
.inputField input[type=date]:focus,
.inputField textarea:focus {
  outline: none;
}
.inputField textarea {
  resize: none;
  height: 100%;
}
.inputField .submit-btn,
.inputField input[type=button],
.inputField input[type=submit] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: auto;
  background-color: #0477bf;
  border: 1px solid #0477bf;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
}
.inputField .reset-btn,
.inputField input[type=reset] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eaedee;
  border: 1px solid #dddcdb;
  color: #5c7986;
  cursor: pointer;
}
.inputField .reset-btn:hover,
.inputField input[type=reset]:hover {
  background-color: rgb(205.8157894737, 212.8421052632, 215.1842105263);
}
.inputField .selectbox {
  position: relative;
}
.inputField .selectbox select {
  width: 100%;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inputField .selectbox select:focus {
  outline: none;
}
.inputField .selectbox:before {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  transform: translateY(-50%);
  z-index: 1;
}

#pageLoader {
  display: block;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.headerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 5000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.headerContainer .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}
.headerContainer .header .companyLogo {
  text-align: center;
}
.headerContainer .header .companyLogo > img {
  max-width: 220px;
}

.footerContainer {
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  min-height: 250px;
}
.footerContainer .footer {
  display: grid;
  grid-template-columns: 400px repeat(3, 1fr);
}
.footerContainer .footer .item {
  position: relative;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #7a7a7a;
}
.footerContainer .footer .item:last-of-type {
  border-right: none;
}
.footerContainer .footer .item > p {
  margin-bottom: 1rem;
}
.footerContainer .footer .item > p.copyright {
  color: #7a7a7a;
}
.footerContainer .footer .item > h4 {
  margin-bottom: 1rem;
  color: #7a7a7a;
  font-size: 1rem;
}
.footerContainer .footer .item > h4 + ul {
  margin-bottom: 1rem;
  list-style-type: none;
}
.footerContainer .footer .item > h4 + ul li {
  position: relative;
  padding-bottom: 0.75rem;
}
.footerContainer .footer .item > h4 + ul li a {
  color: #fff;
}
.footerContainer .footer .item .companyInfo {
  position: relative;
  margin-bottom: 1rem;
}
.footerContainer .footer .item .quickLinks, .footerContainer .footer .item .socialLink {
  position: relative;
}
.footerContainer .footer .item .quickLinks ul, .footerContainer .footer .item .socialLink ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.footerContainer .footer .item .quickLinks ul li, .footerContainer .footer .item .socialLink ul li {
  position: relative;
}
.footerContainer .footer .item .quickLinks ul li a, .footerContainer .footer .item .socialLink ul li a {
  display: inline-block;
}
.footerContainer .footer .item .quickLinks ul li a > img, .footerContainer .footer .item .socialLink ul li a > img {
  max-width: 32px;
}
.footerContainer .footer .item .quickLinks {
  position: relative;
}
.footerContainer .footer .item .quickLinks ul {
  position: relative;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.footerContainer .footer .item .quickLinks ul li {
  position: relative;
  border-right: 1px solid #7a7a7a;
  padding-right: 0.5rem;
  line-height: 1;
}
.footerContainer .footer .item .quickLinks ul li:last-of-type {
  border-right: none;
}
.footerContainer .footer .item .quickLinks ul li a {
  color: #7a7a7a;
  font-size: 0.75rem;
}

.navigation {
  position: relative;
}
.navigation > ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 0;
}
.navigation > ul > li {
  position: relative;
}
.navigation > ul > li > a {
  display: block;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #fff;
}
.navigation > ul > li > a:hover, .navigation > ul > li > a.active {
  color: #0477bf;
}
.navigation > ul > li > a.active {
  font-weight: 500;
}

.contactTemplate .pageHero, .blogTemplate .pageHero, .strategyTemplate .pageHero, .teamTemplate .pageHero, .aboutTemplate .pageHero {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.contactTemplate .pageHero:before, .blogTemplate .pageHero:before, .strategyTemplate .pageHero:before, .teamTemplate .pageHero:before, .aboutTemplate .pageHero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.contactTemplate .pageHero:after, .blogTemplate .pageHero:after, .strategyTemplate .pageHero:after, .teamTemplate .pageHero:after, .aboutTemplate .pageHero:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5f6f0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 2000;
}
.contactTemplate .dark.pageHero, .blogTemplate .dark.pageHero, .strategyTemplate .dark.pageHero, .teamTemplate .dark.pageHero, .aboutTemplate .dark.pageHero {
  position: relative;
}
.contactTemplate .dark.pageHero:after, .blogTemplate .dark.pageHero:after, .strategyTemplate .dark.pageHero:after, .teamTemplate .dark.pageHero:after, .aboutTemplate .dark.pageHero:after {
  background: #e7e6dd;
}
.contactTemplate .white.pageHero, .blogTemplate .white.pageHero, .strategyTemplate .white.pageHero, .teamTemplate .white.pageHero, .aboutTemplate .white.pageHero {
  position: relative;
}
.contactTemplate .white.pageHero:after, .blogTemplate .white.pageHero:after, .strategyTemplate .white.pageHero:after, .teamTemplate .white.pageHero:after, .aboutTemplate .white.pageHero:after {
  background: #fff;
}
.contactTemplate .pageHero img.x-large, .blogTemplate .pageHero img.x-large, .strategyTemplate .pageHero img.x-large, .teamTemplate .pageHero img.x-large, .aboutTemplate .pageHero img.x-large {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}
.contactTemplate .pageHero .heroContainer, .blogTemplate .pageHero .heroContainer, .strategyTemplate .pageHero .heroContainer, .teamTemplate .pageHero .heroContainer, .aboutTemplate .pageHero .heroContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.contactTemplate .pageHero .heroContainer > h1, .blogTemplate .pageHero .heroContainer > h1, .strategyTemplate .pageHero .heroContainer > h1, .teamTemplate .pageHero .heroContainer > h1, .aboutTemplate .pageHero .heroContainer > h1 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
}
.contactTemplate .pageHero .heroContainer > h1 + p, .blogTemplate .pageHero .heroContainer > h1 + p, .strategyTemplate .pageHero .heroContainer > h1 + p, .teamTemplate .pageHero .heroContainer > h1 + p, .aboutTemplate .pageHero .heroContainer > h1 + p {
  max-width: 950px;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #6b6b6b;
  text-align: center;
}

.strategyTemplate .strategySection,
.strategyTemplate .approachSection,
.strategyTemplate .thoughtLeadership {
  display: flex;
  flex-direction: column;
  position: relative;
}
.strategyTemplate .strategySection .flowChart,
.strategyTemplate .approachSection .flowChart,
.strategyTemplate .thoughtLeadership .flowChart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0 4rem;
  background: #f5f6f0;
}
.strategyTemplate .strategySection .flowChart > h2,
.strategyTemplate .approachSection .flowChart > h2,
.strategyTemplate .thoughtLeadership .flowChart > h2 {
  max-width: 950px;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.strategyTemplate .strategySection .flowChart .chartContainer,
.strategyTemplate .approachSection .flowChart .chartContainer,
.strategyTemplate .thoughtLeadership .flowChart .chartContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 300px;
}
.strategyTemplate .strategySection .graphicHighlight,
.strategyTemplate .approachSection .graphicHighlight,
.strategyTemplate .thoughtLeadership .graphicHighlight {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  min-height: 450px;
  overflow: hidden;
  background: #f5f6f0;
}
.strategyTemplate .strategySection .graphicHighlight:after,
.strategyTemplate .approachSection .graphicHighlight:after,
.strategyTemplate .thoughtLeadership .graphicHighlight:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e7e6dd;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 200;
}
.strategyTemplate .strategySection .graphicHighlight > img,
.strategyTemplate .approachSection .graphicHighlight > img,
.strategyTemplate .thoughtLeadership .graphicHighlight > img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
}
.strategyTemplate .strategySection .graphicHighlight > .highlightCard,
.strategyTemplate .approachSection .graphicHighlight > .highlightCard,
.strategyTemplate .thoughtLeadership .graphicHighlight > .highlightCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  text-align: center;
  color: #fff;
}
.strategyTemplate .strategySection .graphicHighlight > .highlightCard > h4,
.strategyTemplate .approachSection .graphicHighlight > .highlightCard > h4,
.strategyTemplate .thoughtLeadership .graphicHighlight > .highlightCard > h4 {
  margin-bottom: 0.75rem;
}
.strategyTemplate .strategySection .graphicHighlight > .highlightCard > h4 + p,
.strategyTemplate .approachSection .graphicHighlight > .highlightCard > h4 + p,
.strategyTemplate .thoughtLeadership .graphicHighlight > .highlightCard > h4 + p {
  margin-bottom: 0;
  color: #6b6b6b;
}
.strategyTemplate .strategySection .graphicHighlight > .highlightCard.bg-white,
.strategyTemplate .approachSection .graphicHighlight > .highlightCard.bg-white,
.strategyTemplate .thoughtLeadership .graphicHighlight > .highlightCard.bg-white {
  background: rgba(255, 255, 255, 0.8);
}
.strategyTemplate .strategySection .graphicHighlight > .highlightCard.bg-white > h4,
.strategyTemplate .approachSection .graphicHighlight > .highlightCard.bg-white > h4,
.strategyTemplate .thoughtLeadership .graphicHighlight > .highlightCard.bg-white > h4 {
  color: #000;
}
.strategyTemplate .strategySection .graphicHighlight > .highlightCard.bg-white > h4 + p,
.strategyTemplate .approachSection .graphicHighlight > .highlightCard.bg-white > h4 + p,
.strategyTemplate .thoughtLeadership .graphicHighlight > .highlightCard.bg-white > h4 + p {
  color: #000;
}
.strategyTemplate .strategySection .summaryContainer,
.strategyTemplate .approachSection .summaryContainer,
.strategyTemplate .thoughtLeadership .summaryContainer {
  position: relative;
  min-height: 450px;
  background: #e7e6dd;
}
.strategyTemplate .strategySection .summaryContainer:before,
.strategyTemplate .approachSection .summaryContainer:before,
.strategyTemplate .thoughtLeadership .summaryContainer:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.strategyTemplate .strategySection .summaryContainer .summaryContent,
.strategyTemplate .approachSection .summaryContainer .summaryContent,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #e7e6dd;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  z-index: 1000;
}
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList {
  padding: 1.25rem 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList h5,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList h5,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList h5 {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2.5rem;
}
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList h5 img,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList h5 img,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList h5 img {
  max-width: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList p,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList p,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList p,
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList div.accordionInfo,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList div.accordionInfo,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList div.accordionInfo {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  color: #333;
  line-height: 1.6;
  transition: max-height 0.35s ease, margin-top 0.25s ease;
}
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList.open h5 img,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList.open h5 img,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList.open h5 img {
  transform: translateY(-50%) rotate(180deg);
}
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList.open p,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList.open p,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList.open p,
.strategyTemplate .strategySection .summaryContainer .summaryContent .verticallyAccordion .accordionList.open div.accordionInfo,
.strategyTemplate .approachSection .summaryContainer .summaryContent .verticallyAccordion .accordionList.open div.accordionInfo,
.strategyTemplate .thoughtLeadership .summaryContainer .summaryContent .verticallyAccordion .accordionList.open div.accordionInfo {
  margin-top: 0.75rem;
  max-height: 500px;
}

.homeTemplate {
  display: flex;
  flex-direction: column;
  position: relative;
}
.homeTemplate .homeHero {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.homeTemplate .homeHero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.homeTemplate .homeHero img.x-large {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  margin-left: -1px;
}
.homeTemplate .homeHero .heroContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.homeTemplate .homeHero .heroContainer > h1 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
}
.homeTemplate .homeHero .heroContainer > h1 + p {
  max-width: 950px;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #6b6b6b;
  text-align: center;
}
.homeTemplate .templateContainer {
  background: #f5f6f0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.homeTemplate .templateContainer .widgetContainer,
.homeTemplate .templateContainer .introductionContainer,
.homeTemplate .templateContainer .approachContainer,
.homeTemplate .templateContainer .partnerContainer {
  position: relative;
  display: flex;
  justify-content: center;
}
.homeTemplate .templateContainer .widgetContainer .containerContainer,
.homeTemplate .templateContainer .introductionContainer .containerContainer,
.homeTemplate .templateContainer .approachContainer .containerContainer,
.homeTemplate .templateContainer .partnerContainer .containerContainer {
  position: relative;
  min-height: 100px;
  z-index: 5000;
}
.homeTemplate .templateContainer .widgetContainer {
  position: relative;
  background: #000;
  border-top: 1px solid #dddcdb;
}
.homeTemplate .templateContainer .widgetContainer:before {
  content: "";
  width: 100%;
  height: 30px;
  background: #f5f6f0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.homeTemplate .templateContainer .widgetContainer .containerContainer {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.homeTemplate .templateContainer .widgetContainer .containerContainer .item {
  min-height: 250px;
  border-right: 1px solid #dddcdb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.homeTemplate .templateContainer .widgetContainer .containerContainer .item:last-of-type {
  border-right: none;
}
.homeTemplate .templateContainer .widgetContainer .containerContainer .item > label[for=title] {
  font-size: 1.75rem;
  color: #aebf2a;
}
.homeTemplate .templateContainer .widgetContainer .containerContainer .item > label[for=title] + span {
  text-align: center;
}
.homeTemplate .templateContainer .introductionContainer {
  position: relative;
  background: url("/images/graphic-05.jpg") no-repeat right center;
  background-size: 500px;
}
.homeTemplate .templateContainer .introductionContainer .containerContainer {
  margin-bottom: 1rem;
  height: 500px;
  display: flex;
  align-items: center;
}
.homeTemplate .templateContainer .introductionContainer .containerContainer .item {
  width: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.homeTemplate .templateContainer .introductionContainer .containerContainer .item > h2 {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.homeTemplate .templateContainer .introductionContainer .containerContainer .item > h2 span {
  display: block;
  margin-bottom: 0.5rem;
}
.homeTemplate .templateContainer .introductionContainer .containerContainer .item > h2 + p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.homeTemplate .templateContainer .introductionContainer .containerContainer .item a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #0477bf;
  color: #fff;
  border-radius: 2rem;
}
.homeTemplate .templateContainer .approachContainer,
.homeTemplate .templateContainer .partnerContainer {
  position: relative;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground,
.homeTemplate .templateContainer .partnerContainer .wrapBackground {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground:before,
.homeTemplate .templateContainer .partnerContainer .wrapBackground:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach {
  background: #f5f6f0;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach:before,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach:before {
  background: url("/images/graphic-04.jpg") no-repeat center top;
  background-size: 100% cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach .containerContainer,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach .containerContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach .containerContainer .item,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach .containerContainer .item {
  position: relative;
  background: #fff;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach .containerContainer .item > h4,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach .containerContainer .item > h4 {
  margin-bottom: 1rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach .containerContainer .item > h4 + p,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach .containerContainer .item > h4 + p {
  margin-bottom: 1.75rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach .containerContainer .item > h4 + p + p a,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach .containerContainer .item > h4 + p + p a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid #0477bf;
  color: #0477bf;
  border-radius: 2rem;
  transition: all ease 0.4s;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.approach .containerContainer .item > h4 + p + p a:hover,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.approach .containerContainer .item > h4 + p + p a:hover {
  background: #0477bf;
  color: #fff;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.partner,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.partner {
  background: #000;
  margin-top: -2rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.partner:before,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.partner:before {
  background: url("/images/graphic-03.jpg") no-repeat center bottom;
  background-size: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.partner .containerContainer,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.partner .containerContainer {
  display: flex;
  justify-content: flex-end;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.partner .containerContainer .item,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.partner .containerContainer .item {
  width: 500px;
  min-height: 400px;
  position: relative;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.partner .containerContainer .item > h2,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.partner .containerContainer .item > h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.partner .containerContainer .item > h2 span,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.partner .containerContainer .item > h2 span {
  display: block;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}
.homeTemplate .templateContainer .approachContainer .wrapBackground.partner .containerContainer .item a,
.homeTemplate .templateContainer .partnerContainer .wrapBackground.partner .containerContainer .item a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #0477bf;
  color: #fff;
  border-radius: 2rem;
}

.aboutTemplate {
  display: flex;
  flex-direction: column;
  position: relative;
}
.aboutTemplate .aboutSection {
  position: relative;
  background: #e7e6dd;
}
.aboutTemplate .aboutSection:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.aboutTemplate .aboutSection .contentContainer {
  position: relative;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
  padding-bottom: 5rem;
}
.aboutTemplate .aboutSection .contentContainer > h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.aboutTemplate .aboutSection .contentContainer > h3 {
  text-align: left;
  margin-bottom: 2rem;
}
.aboutTemplate .aboutSection .aboutContainer {
  display: flex;
  flex-direction: column;
  background: #e7e6dd;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  left: 0;
  bottom: 0.25rem;
  z-index: 1000;
}
.aboutTemplate .aboutSection .aboutContainer .introduction {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
}
.aboutTemplate .aboutSection .aboutContainer .introduction:before {
  content: "";
  width: 100%;
  height: 30px;
  background: #f5f6f0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.aboutTemplate .aboutSection .aboutContainer .introduction .contentSection {
  position: relative;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.aboutTemplate .aboutSection .aboutContainer .introduction .contentSection .item {
  background: #f5f6f0;
  padding: 3rem;
}
.aboutTemplate .aboutSection .aboutContainer .introduction .contentSection .item:last-of-type {
  background: #000;
  color: #b6b6b6;
}
.aboutTemplate .aboutSection .aboutContainer .ourEdge {
  position: relative;
  background: #f5f6f0;
  min-height: 200px;
  display: flex;
  justify-content: center;
}
.aboutTemplate .aboutSection .aboutContainer .ourEdge:before {
  content: "";
  width: 100%;
  height: 30px;
  background: #e7e6dd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.aboutTemplate .aboutSection .aboutContainer .ourEdge .contentSection {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 1rem;
}
.aboutTemplate .aboutSection .aboutContainer .ourEdge .contentSection .item {
  flex: 1;
  border-right: 1px solid #dddcdb;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.aboutTemplate .aboutSection .aboutContainer .ourEdge .contentSection .item:last-of-type {
  border-right: none;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 200px;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight .contentSection {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight .contentSection .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight .contentSection .item .thumbnail {
  position: relative;
  background: #f5f6f0;
  margin-bottom: 1.75rem;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight .contentSection .item .thumbnail + .info {
  position: relative;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight .contentSection .item .thumbnail + .info > h5 {
  margin-bottom: 0.75rem;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight .contentSection .item .thumbnail + .info > h5 > small {
  display: block;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
.aboutTemplate .aboutSection .aboutContainer .teamSpotlight .contentSection .item .thumbnail + .info > h5 + p {
  margin-bottom: 0;
}

.teamTemplate {
  display: flex;
  flex-direction: column;
  position: relative;
}
.teamTemplate .teamSection {
  position: relative;
  background: #e7e6dd;
}
.teamTemplate .teamSection:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.teamTemplate .teamSection .teamContainer {
  display: flex;
  flex-direction: column;
  background: #e7e6dd;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  left: 0;
  bottom: 0.25rem;
  z-index: 1000;
}
.teamTemplate .teamSection .teamContainer .contentSection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  padding: 2rem;
}
.teamTemplate .teamSection .teamContainer .contentSection .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.teamTemplate .teamSection .teamContainer .contentSection .item .thumbnail {
  position: relative;
  background: #f5f6f0;
  margin-bottom: 1.75rem;
}
.teamTemplate .teamSection .teamContainer .contentSection .item .thumbnail + .info {
  position: relative;
}
.teamTemplate .teamSection .teamContainer .contentSection .item .thumbnail + .info > h5 {
  margin-bottom: 0.75rem;
}
.teamTemplate .teamSection .teamContainer .contentSection .item .thumbnail + .info > h5 > small {
  display: block;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
.teamTemplate .teamSection .teamContainer .contentSection .item .thumbnail + .info > h5 + p {
  margin-bottom: 0;
}

.strategyTemplate {
  display: flex;
  flex-direction: column;
  position: relative;
}
.strategyTemplate .thoughtLeadership {
  position: relative;
}
.strategyTemplate .thoughtLeadership .mediaContainer {
  position: relative;
  background: #e7e6dd;
}
.strategyTemplate .thoughtLeadership .mediaContainer:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  left: 0;
  bottom: 0.25rem;
  z-index: 1000;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e7e6dd;
  padding: 4rem 0 5rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer {
  display: flex;
  flex-direction: column;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer > h4 {
  margin-bottom: 1.75rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer .posts {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer .posts .item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer .posts .item .thumbnail {
  position: relative;
  height: 250px;
  background: #f5f6f0;
  margin-bottom: 1.75rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer .posts .item .thumbnail + .info {
  position: relative;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer .posts .item .thumbnail + .info > h5 {
  margin-bottom: 0.75rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer .posts .item .thumbnail + .info > h5 > small {
  display: block;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .blogPosts .postContainer .posts .item .thumbnail + .info > h5 + p {
  margin-bottom: 0;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer {
  display: flex;
  flex-direction: column;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer > h4 {
  margin-bottom: 1.75rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer .podcast {
  display: grid;
  grid-template-columns: 500px auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer .podcast .info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer .podcast .info > small {
  margin-bottom: 1rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer .podcast .info > small + h4 {
  font-weight: 600;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer .podcast .info > small + h4 span {
  display: block;
  font-weight: 500;
  padding-top: 0.5rem;
  font-size: 1rem;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer .podcast .info > small + h4 + p {
  margin-bottom: 0;
}
.strategyTemplate .thoughtLeadership .mediaContainer .mediaContent .podcastSeries .podcastContainer .podcast .info > small + h4 + p small {
  display: block;
  padding-bottom: 0.5rem;
}

.blogTemplate {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contactTemplate {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contactTemplate .contactSupport {
  position: relative;
  background: #e7e6dd;
}
.contactTemplate .contactSupport:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.contactTemplate .contactSupport .contactContainer {
  display: flex;
  justify-content: center;
  background: #e7e6dd;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  left: 0;
  bottom: 0.25rem;
  z-index: 1000;
}
.contactTemplate .contactSupport .contactContainer .contactUs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 3rem;
  margin-bottom: 2rem;
}
.contactTemplate .contactSupport .contactContainer .contactUs .contactForm {
  background: #fff;
  padding: 1rem;
}
.contactTemplate .contactSupport .contactContainer .contactUs .officeAddress {
  background: #000;
  padding: 1rem;
  color: #fff;
}
.contactTemplate .contactSupport .contactContainer .contactUs .officeAddress .item {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0.75rem 0;
}
.contactTemplate .contactSupport .contactContainer .contactUs .officeAddress .item a {
  color: #fff;
}
.contactTemplate .contactSupport .contactContainer .contactUs .officeAddress .item label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
}
.contactTemplate .contactSupport .contactContainer .contactUs .officeAddress .item:last-of-type {
  border-bottom: none;
}

#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #aebf2a;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  opacity: 1;
  transform: rotate(3deg) translate(0, -4px);
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
