@charset "UTF-8";
.abstract-container, .page-template-template-customers .section--customers-hero .customers-hero__content, .content-container, .page-container, .mfp-iframe-holder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-container, .mfp-iframe-holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .page-container, .mfp-iframe-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-container {
  max-width: 1300px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-primary);
  border-radius: 50px 50px 50px 50px;
  padding: 10px 35px 10px 35px;
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 22px;
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: 1.1;
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
.button:hover {
  border-color: var(--e-global-color-secondary);
  color: #FFF !important;
  background-color: var(--e-global-color-secondary);
}

.button--hollow {
  color: var(--e-global-color-primary);
  background-color: #FFF;
}
.button--hollow:hover {
  border-color: var(--e-global-color-primary);
  color: #FFF;
  background-color: var(--e-global-color-primary);
}

.button--small {
  padding: 10px 20px;
  font-size: 14px;
}

.elementor-tab-content img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.filter-header {
  margin-bottom: 4px;
}
@media screen and (min-width: 640px) {
  .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.filter-header h2 {
  margin-bottom: 0.25em !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 300 !important;
}
@media screen and (min-width: 640px) {
  .filter-header h2 {
    margin-bottom: 0 !important;
    margin-right: 20px;
  }
}
.filter-header .button--expand,
.filter-header .button--collapse {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .filter-header .button--expand,
.filter-header .button--collapse {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 640px) {
  .filter-header .button--expand,
.filter-header .button--collapse {
    margin-bottom: 6px;
  }
}
.filter-header .button--expand:hover,
.filter-header .button--collapse:hover {
  color: #333333;
}
.filter-header .button--expand:after,
.filter-header .button--collapse:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-image: url("../../images/expand-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.filter-header .button--expand strong,
.filter-header .button--collapse strong {
  margin-right: 0.25em;
}
.is-filter-expanded .filter-header .button--expand {
  display: none;
}
.is-filter-expanded .filter-header .button--collapse {
  display: flex;
}
.filter-header .button--collapse {
  display: none;
}
.filter-header .button--collapse:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filter-wrapper {
  border-top: 1px solid #CCCCCC;
}

.filter {
  display: none;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.1;
  color: #333;
  background-color: #FFF;
}
@media screen and (min-width: 1280px) {
  .filter {
    font-size: 16px;
  }
}
.filter .filter__main {
  margin-bottom: 2em;
  padding-top: 24px;
}
@media screen and (max-width: 639px) {
  .filter .filter__main > * {
    margin-bottom: 2em;
  }
  .filter .filter__main > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 480px) {
  .filter .filter__main > * {
    flex: 1 0 calc(50% - 10px);
  }
}
@media screen and (min-width: 640px) {
  .filter .filter__main > * {
    flex: 1 0 calc(33.3333333333% - 10px);
  }
}
.filter .filter__main h5 {
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
.filter .filter__main ul {
  list-style-type: none;
  margin: 0;
}
.filter .filter__main li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: flex;
  margin-bottom: 0.5em;
}
.filter .filter__main li input[type=checkbox] {
  flex: 0 0 1em;
  margin-top: 0.05em;
  margin-right: 0.5em;
}
.filter .filter__main li label {
  flex: 1;
}
.filter .filter__main input[type=checkbox] {
  accent-color: #9b59b6;
}
.filter .filter__footer {
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .filter .filter__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.filter .filter__footer a {
  color: #333333;
}
.filter .filter__footer a:hover {
  color: #5F0957;
}
.filter .filter__footer .button--all-posts {
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .filter .filter__footer .button--all-posts {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 640px) {
  .filter .filter__footer .footer__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.filter .filter__footer input[type=submit] {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.1;
}
.filter .input-wrapper--search {
  position: relative;
}
@media screen and (max-width: 639px) {
  .filter .input-wrapper--search {
    margin-bottom: 1em;
  }
}
.filter .input-wrapper--search:before {
  content: "\f002";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1.5em;
  height: 100%;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #CCCCCC;
  pointer-events: none;
}
.filter .input--search {
  border: 0;
  padding: 0.5em 0.5em 0.5em 1.5em;
  background: transparent;
}
@media screen and (min-width: 640px) {
  .filter .input--search {
    margin-right: 1em;
  }
}
.filter .input--search::-webkit-input-placeholder {
  color: #CCCCCC;
}
.filter .input--search::-moz-placeholder {
  color: #CCCCCC;
}
.filter .input--search:-ms-input-placeholder {
  color: #CCCCCC;
}
.filter .input--search::placeholder {
  color: #CCCCCC;
}

.radio-row {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  color: #333;
}
.radio-row li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: flex;
  margin-bottom: 0.5em;
  margin-right: 1.5em;
}
.radio-row li:last-child {
  margin-right: 0;
}
.radio-row li input[type=radio] {
  flex: 0 0 1em;
  margin-top: 0.05em;
  margin-right: 0.33em;
  cursor: pointer;
}
.radio-row li label {
  flex: 1 0 auto;
  cursor: pointer;
}
.radio-row input[type=radio] {
  accent-color: #9b59b6;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border-radius: 0;
  border-color: #EEEEEF;
  background-color: #EEEEEF;
  color: var(--e-global-color-text);
}

.gform_wrapper.gravity-theme {
  line-height: 1.33;
}

.gform_wrapper input:not([type=submit]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border-color: #EEEEEF;
  background-color: #EEEEEF;
  color: var(--e-global-color-text);
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 4px;
  color: var(--e-global-color-primary);
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 16px;
}

input[type=radio]:checked,
input[type=reset],
input[type=checkbox]:checked,
input[type=checkbox]:hover:checked,
input[type=checkbox]:focus:checked,
input[type=range]::-webkit-slider-thumb {
  border-color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-primary) !important;
  accent-color: var(--e-global-color-primary);
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  color: #333;
}
@media screen and (min-width: 480px) {
  .pagination {
    margin-bottom: 45px;
  }
}
.pagination a {
  color: #5F0957;
}
.pagination a:hover {
  color: #5F0957;
}
.pagination a:not(.prev):not(.next):hover {
  color: #F1A969;
}
.pagination .page-numbers {
  padding: 10px 6px;
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 14px;
  line-height: 1.1;
  font-weight: var(--e-global-typography-accent-font-weight);
}
@media screen and (min-width: 480px) {
  .pagination .page-numbers {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: 2px solid var(--e-global-color-primary);
  border-radius: 20px;
  padding: 10px;
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-4d3d2ae);
}
@media screen and (min-width: 480px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: var(--e-global-color-4d3d2ae);
  background-color: var(--e-global-color-primary);
}
.pagination .page-numbers.prev {
  margin-right: 6px;
}
@media screen and (min-width: 480px) {
  .pagination .page-numbers.prev {
    margin-right: 10px;
  }
}
.pagination .page-numbers.next {
  margin-left: 6px;
}
@media screen and (min-width: 480px) {
  .pagination .page-numbers.next {
    margin-left: 10px;
  }
}

.mfp-bg {
  opacity: 0;
  background-color: rgba(95, 9, 87, 0.95);
  transition: all 0.5s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-wrap {
  color: #FFF;
}
.mfp-wrap.mfp-ready .mfp-content {
  top: 0;
}
.mfp-wrap .mfp-content {
  position: relative;
  top: -2rem;
  transition: all 0.5s ease-out;
}

.mfp-close-btn-in .mfp-close {
  text-indent: -9999px;
  position: absolute;
  top: -2.5rem;
  right: -0.25em;
  width: 2rem;
  height: 2rem;
  border: 0;
  padding: 0;
  line-height: 1;
  text-align: left;
  color: #FFF !important;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}
.mfp-close-btn-in .mfp-close:before {
  content: "\f00d";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  font-family: "Font Awesome 5 Free";
}
.mfp-close-btn-in .mfp-close:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: transparent;
}

.mfp-iframe-holder {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-content {
  max-width: 60rem;
}
.mfp-iframe-holder .mfp-iframe-scaler iframe {
  box-shadow: none;
}

.popup--video-content .content--expanded {
  margin-bottom: 1rem;
}

.video-thumbnail {
  position: relative;
  display: block;
}
.video-thumbnail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 76px;
  height: 76px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../images/play-video-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.video-thumbnail:hover:after {
  opacity: 0.75;
}

.post-item {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.post-item .post__thumbnail-link {
  flex: 0;
  position: relative;
  display: block;
  background-color: #D5D5D5;
}
.post-item .post__thumbnail-link:before {
  content: "";
  display: block;
  padding-top: 55%;
}
.post-item .post__thumbnail-link img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item .post__text-content {
  flex: 1;
  padding: 33px 21px;
}
.post-item .post__format,
.post-item .post__category {
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 6px;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #EEEEEF;
  background-color: #5F0957;
}
.post-item .post__category:hover {
  color: var(--e-global-color-accent);
}
.post-item .post__title-link {
  clear: both;
  display: block;
  font-size: 18px;
  line-height: 1.33;
  font-weight: normal;
  color: var(--e-global-color-text);
}
.post-item .post__title-link:hover {
  color: var(--e-global-color-accent);
}
.post-item .post__date-time {
  margin-top: 1.25em;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
}
.post-item .post__time {
  color: var(--e-global-color-primary);
}
.post-item .post__time:before {
  content: "|";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  color: #000;
}

.post-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .post-list .post__title-link {
    font-size: 22px;
  }
}

.post-item--news .post__text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.post-item--blog .post__text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.post-list--regular {
  margin-left: -20px;
}
@media screen and (min-width: 1024px) {
  .post-list--regular {
    margin-left: -40px;
  }
}
.post-list--regular .post-item {
  flex: 1 1 400px;
  max-width: 400px;
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .post-list--regular .post-item {
    margin-bottom: 20px;
  }
  .post-list--regular .post-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 480px) {
  .post-list--regular .post-item {
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .post-list--regular .post-item {
    flex: 1 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .post-list--regular .post-item {
    flex: 1 0 calc(33.33% - 40px);
    max-width: calc(33.33% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
  }
}

.post-list--featured {
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .post-list--featured {
    margin-left: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .post-list--featured {
    margin-left: -60px;
  }
}
.post-list--featured .post-item {
  flex: 1 1 620px;
  max-width: 620px;
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .post-list--featured .post-item {
    margin-bottom: 20px;
  }
  .post-list--featured .post-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 480px) {
  .post-list--featured .post-item {
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .post-list--featured .post-item {
    flex: 1 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .post-list--featured .post-item {
    flex: 1 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .post-list--featured .post__text-content {
    padding: 52px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .post-list--featured .post__title-link {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .post-list--featured .post__title-link {
    font-size: 38px;
  }
}

@media screen and (min-width: 640px) {
  .post-list--small {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.post-list--small .post-item--small {
  max-width: 400px;
  line-height: 1.38;
}
@media screen and (max-width: 639px) {
  .post-list--small .post-item--small {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .post-list--small .post-item--small:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .post-list--small .post-item--small {
    flex: 1 1 calc(33.3333333333% - 15px);
    max-width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .post-list--small .post-item--small {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.post-list--small .post__thumbnail-link {
  position: relative;
  display: block;
}
@media screen and (min-width: 640px) {
  .post-list--small .post__thumbnail-link {
    margin-bottom: 12px;
  }
}
.post-list--small .post__thumbnail-link:before {
  content: "";
  display: block;
  padding-top: 55%;
}
.post-list--small .post__thumbnail-link img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-list--small .post__date,
.post-list--small .post__format--small {
  flex: 1 0 100%;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
}
.post-list--small .post__thumbnail-link {
  display: block;
}
@media screen and (max-width: 639px) {
  .post-list--small .post__thumbnail-link {
    flex: 1 1 calc(38% - 9px);
    max-width: calc(38% - 9px);
  }
}
@media screen and (min-width: 1024px) {
  .post-list--small .post__thumbnail-link {
    flex: 1 1 calc(38% - 9px);
    max-width: calc(38% - 9px);
  }
}
.post-list--small .post__thumbnail-link img {
  display: block;
}
.post-list--small .post__title-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.33;
  font-weight: bold;
  color: var(--e-global-color-text);
}
@media screen and (max-width: 639px) {
  .post-list--small .post__title-link {
    flex: 1 1 calc(62% - 9px);
    max-width: calc(62% - 9px);
  }
}
@media screen and (min-width: 1024px) {
  .post-list--small .post__title-link {
    flex: 1 1 calc(62% - 9px);
    max-width: calc(62% - 9px);
  }
}

.section--posts-header {
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
.section--posts-header h1 {
  font-size: 48px !important;
  line-height: 1.25 !important;
  font-weight: bold !important;
}
.section--posts-header .posts-header__top {
  padding-top: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.section--posts-header .posts-header__newest {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section--featured-posts {
  position: relative;
}
.section--featured-posts:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 26vw;
  background-color: var(--e-global-color-primary);
}
@media screen and (min-width: 480px) {
  .section--featured-posts:before {
    height: 13vw;
  }
}
@media screen and (min-width: 1280px) {
  .section--featured-posts:before {
    height: 170px;
  }
}
.section--featured-posts .content-container {
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .stats-slider {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.stats-slider.stats-slider--white .slick-slide:before {
  background-image: url("/wp-content/uploads/2022/04/stat-angle-light-grey.svg");
  opacity: 1;
}
.stats-slider > .elementor-widget-wrap {
  flex: 1;
  display: block !important;
  width: 100%;
}
.stats-slider .slick-slide {
  position: relative;
  margin: 0 !important;
  padding-left: 40px !important;
  padding-top: 32px !important;
}
@media screen and (min-width: 768px) {
  .stats-slider .slick-slide {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.stats-slider .slick-slide:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 98px;
  background-image: url("/wp-content/uploads/2022/04/stat-angle-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
}
.stats-slider .slick-slide > .elementor-container {
  position: relative;
  z-index: 1;
}
.stats-slider .slick-slide .elementor-widget-wrap {
  padding: 0 !important;
}

html,
body {
  overflow-x: visible;
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
}
@media screen and (max-width: 1023px) {
  .site-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    justify-content: center;
    align-items: flex-start;
    height: 70px !important;
  }
}
.site-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-header li {
  margin: 0;
  padding: 0;
}
.site-header a {
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  color: var(--e-global-color-text);
}
.site-header a:hover {
  color: var(--e-global-color-text);
}
.site-header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1300px;
  min-height: 70px;
  padding: 0px 20px 0px 20px;
}
@media screen and (min-width: 1024px) {
  .site-header .header__inner {
    flex: 1;
  }
}
.site-header .site-logo {
  align-self: center;
  display: block;
  width: 248px;
  height: 40px;
  background-image: url("/wp-content/themes/astra/assets/images/cipherhealth-logo.svg");
  background-size: contain;
  background-position: left center;
}
.site-header .site-logo:before {
  content: "";
}
.site-header .main-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .main-nav {
    display: flex;
    align-items: stretch;
  }
}
.site-header .primary-menu {
  display: flex;
  margin: 0;
  list-style-type: none;
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.site-header .primary-menu a {
  display: block;
  text-decoration: none;
  color: var(--e-global-color-text);
}
.site-header .primary-menu > li {
  display: flex;
  margin: 0 25px;
  padding: 0;
}
.site-header .primary-menu > li:first-child {
  margin-left: 0;
}
.site-header .primary-menu > li:last-child {
  margin-right: 0;
}
.site-header .primary-menu > li > a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.site-header .primary-menu .menu-item--solutions.active > a:before,
.site-header .primary-menu .menu-item--resources.active > a:before,
.site-header .primary-menu .menu-item--about.active > a:before {
  display: block;
}
.site-header .primary-menu .menu-item--solutions > a,
.site-header .primary-menu .menu-item--resources > a,
.site-header .primary-menu .menu-item--about > a {
  position: relative;
  cursor: default;
}
.site-header .primary-menu .menu-item--solutions > a:before,
.site-header .primary-menu .menu-item--resources > a:before,
.site-header .primary-menu .menu-item--about > a:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 24px;
  height: 4px;
  background-color: var(--e-global-color-accent);
}
.site-header .menu-button {
  margin-left: 20px;
}
.site-header .featured-post {
  display: block;
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.5);
}
.site-header .featured-post:hover .post__title {
  color: var(--e-global-color-accent);
}
.site-header .featured-post .post__image-container {
  position: relative;
}
.site-header .featured-post .post__image-container:before {
  content: "";
  display: block;
  padding-top: 52%;
}
.site-header .featured-post .post__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.site-header .featured-post .post__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 150px;
  padding: 20px;
}
.site-header .featured-post .post__label {
  position: absolute;
  z-index: 5;
  top: -16px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background-color: #F1A969;
}
.site-header .featured-post .post__date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.site-header .featured-post .post__title {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .is-nav-open .site-header {
    border-bottom: 0;
    overflow-y: auto;
  }
}

.main-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #CCC;
  padding: 20px;
  font-family: "Inter";
  background-color: #FFF;
  color: var(--e-global-color-text);
  box-shadow: 0px 40px 50px -20px rgba(0, 0, 0, 0.5);
}
.main-dropdown-menu.show {
  display: flex;
}
.main-dropdown-menu .menu-link {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.main-dropdown-menu .menu__inner {
  flex: 1;
}
.main-dropdown-menu.menu--resources .menu__inner, .main-dropdown-menu.menu--about .menu__inner {
  display: flex;
  max-width: 1140px;
}
.main-dropdown-menu.menu--resources .menu__inner > *, .main-dropdown-menu.menu--about .menu__inner > * {
  flex: 1 1 33.3333333333%;
  padding: 20px;
}
.main-dropdown-menu.menu--resources .menu__inner > ul, .main-dropdown-menu.menu--about .menu__inner > ul {
  padding-top: 40px;
  padding-right: 60px;
  text-align: right;
}
.main-dropdown-menu .solutions-menu {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.main-dropdown-menu .solutions-menu > li {
  flex: 1 1 33.3333333333%;
  padding: 10px 20px 30px 20px;
}
.main-dropdown-menu .solutions-menu > li > a {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
}
.main-dropdown-menu .solutions-menu > li > a:hover {
  color: var(--e-global-color-text);
}

.solutions-menu .sub-menu a,
.resources-menu a,
.about-menu a {
  position: relative;
}
.solutions-menu .sub-menu a:after,
.resources-menu a:after,
.about-menu a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #F1A969;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.solutions-menu .sub-menu a:hover:after,
.resources-menu a:hover:after,
.about-menu a:hover:after {
  width: 100%;
}

.menu-button {
  align-self: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .menu-button {
    display: none;
  }
}
.menu-button .nav-icon {
  position: relative;
  width: 24px;
  height: 20px;
}
.menu-button .nav-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: var(--e-global-color-text);
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-button .nav-icon span:nth-child(1) {
  top: 0;
}
.menu-button .nav-icon span:nth-child(2),
.menu-button .nav-icon span:nth-child(3) {
  top: 8px;
}
.menu-button .nav-icon span:nth-child(4) {
  top: 16px;
}
.is-nav-open .menu-button span:nth-child(1) {
  top: 6px;
  left: 50%;
  width: 0%;
}
.is-nav-open .menu-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-nav-open .menu-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-nav-open .menu-button span:nth-child(4) {
  top: 6px;
  left: 50%;
  width: 0%;
}

.mobile-nav-container {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mobile-nav-container {
    display: none !important;
  }
}

.mobile-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100vh - 70px);
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--e-global-color-text);
}
.mobile-nav li {
  display: block;
}
.mobile-nav a {
  display: inline-block;
  cursor: pointer;
}
.mobile-nav a:hover {
  color: var(--e-global-color-accent);
}
.mobile-nav .mobile-menu {
  padding: 20px 0 40px 0;
}
.mobile-nav .mobile-menu > li {
  padding: 10px 20px;
  border-bottom: 1px solid #EEE;
}
.mobile-nav .mobile-menu > li:last-child {
  border-bottom: 0;
}
.mobile-nav .mobile-menu > li.active {
  padding-bottom: 0;
}
.mobile-nav .mobile-menu ul {
  display: none;
}
.mobile-nav .sub-menu {
  padding: 10px 20px 10px 20px;
}
.mobile-nav .sub-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-nav .menu-item-has-children.active > .sub-menu {
  display: block;
}
.mobile-nav .menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1em;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.mobile-nav .featured-post {
  margin: 0 auto 20px auto;
  max-width: 320px;
}
@media screen and (min-width: 783px) {
  .admin-bar .mobile-nav {
    height: calc(100vh - 102px);
  }
}

.mobile-nav__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: var(--e-global-color-primary);
  color: #FFF;
}
.mobile-nav__footer a {
  color: #FFF;
}
.mobile-nav__footer a:hover {
  color: #FFF;
}
.mobile-nav__footer .secondary-menu {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .mobile-nav__footer .secondary-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.mobile-nav__footer .secondary-menu > li {
  margin: 0 20px 10px 20px;
}
.mobile-nav__footer .secondary-menu .menu-item--get-started {
  font-weight: bold;
}
.mobile-nav__footer .search-form {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-nav__footer .search-form-input {
  flex: 1;
  display: block;
  width: 100%;
  border: 0;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF !important;
  background-color: rgba(255, 255, 255, 0);
}
.mobile-nav__footer .search-form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mobile-nav__footer .search-form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mobile-nav__footer .search-form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mobile-nav__footer .search-form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mobile-nav__footer .search-form-input:focus {
  background-color: rgba(255, 255, 255, 0);
}
.mobile-nav__footer .search-form-toggle {
  flex: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.mobile-nav__footer .search-form-toggle:hover {
  color: #FFF;
}

@media screen and (max-width: 1023px) {
  .elementor-8883 .elementor-element.elementor-element-d261958 {
    display: none;
  }
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
  background-color: unset;
  border: unset;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .site-footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    background-color: #EEEEEF;
  }
}
.site-footer h4 {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--e-global-color-primary);
}
.site-footer ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer li {
  display: block;
  margin: 0;
  padding: 0;
}
.site-footer .footer__inner {
  position: relative;
  z-index: 5;
  flex: 1;
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer__column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .footer__column {
    flex: 1;
  }
}
.site-footer .footer__column--1 {
  padding-top: 40px;
  background-color: #EEEEEF;
}
@media screen and (min-width: 768px) {
  .site-footer .footer__column--1 {
    flex: 0 0 44%;
    padding-bottom: 40px;
  }
}
.site-footer .footer__column--2 {
  padding-bottom: 40px;
  background-color: #EEEEEF;
}
@media screen and (min-width: 768px) {
  .site-footer .footer__column--2 {
    flex: 0 0 22%;
    padding-top: 40px;
  }
}
.site-footer .footer__column--3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer__column--3 {
    flex: 0 0 34%;
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .footer-menu-1,
.site-footer .footer-menu-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-menu-1,
.site-footer .footer-menu-2 {
    padding-right: 40px;
  }
}
.site-footer .footer-menu-1 a,
.site-footer .footer-menu-2 a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  color: var(--e-global-color-text);
}
.site-footer .footer-menu-1 a:hover,
.site-footer .footer-menu-2 a:hover {
  color: var(--e-global-color-text);
}
.site-footer .footer-menu-1 > li > a,
.site-footer .footer-menu-2 > li > a {
  border-bottom: 1px solid #CCC;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--e-global-color-primary);
}
.site-footer .footer-menu-1 .sub-menu a,
.site-footer .footer-menu-2 .sub-menu a {
  display: inline-block;
}
.site-footer .footer-menu-1 > li > ul > li > a {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}
.site-footer .footer-menu-2 .sub-menu {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .site-footer .menu-item--solutions > .sub-menu {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .site-footer .menu-item--solutions > .sub-menu > li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.site-footer .social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
}
.site-footer .social-media a {
  display: block;
  width: 40px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .social-media a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.site-footer .social-media a:last-child {
  margin-right: 0;
}
.site-footer .social-media .button--twitter {
  background-image: url("/wp-content/uploads/2021/10/CH_Twiiter.svg");
}
.site-footer .social-media .button--linkedin {
  background-image: url("/wp-content/uploads/2021/10/CH_LinkedIn.svg");
}

.page-template-template-advisory-board {
  line-height: 1.2;
}
.page-template-template-advisory-board .ast-container {
  display: flex;
  flex-direction: column !important;
  background-color: #EEEEEF;
}
.page-template-template-advisory-board .ast-container > * {
  flex: 1;
}
.page-template-template-advisory-board h1, .page-template-template-advisory-board h2, .page-template-template-advisory-board h3, .page-template-template-advisory-board h4, .page-template-template-advisory-board h5, .page-template-template-advisory-board h6,
.page-template-template-advisory-board .size1, .page-template-template-advisory-board .size2, .page-template-template-advisory-board .size3, .page-template-template-advisory-board .size5, .page-template-template-advisory-board .size6 {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.page-template-template-advisory-board h1,
.page-template-template-advisory-board .size1 {
  font-size: 48px;
}
.page-template-template-advisory-board h2,
.page-template-template-advisory-board .size2 {
  font-size: 38px;
  margin-bottom: 0.5em;
  line-height: 1.21;
}
.page-template-template-advisory-board h3,
.page-template-template-advisory-board .size3 {
  font-size: 32px;
}
.page-template-template-advisory-board h4,
.page-template-template-advisory-board .size4 {
  font-size: 28px;
}
.page-template-template-advisory-board h5,
.page-template-template-advisory-board .size5 {
  font-size: 22px;
}
.page-template-template-advisory-board h6,
.page-template-template-advisory-board .size6 {
  font-size: 18px;
}
.page-template-template-advisory-board .section--hero {
  position: relative;
  font-size: 22px;
  line-height: 1.45;
}
@media screen and (min-width: 1024px) {
  .page-template-template-advisory-board .section--hero {
    display: flex;
    align-items: center;
    min-height: 640px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.page-template-template-advisory-board .section--hero .hero__background {
  display: block;
}
@media screen and (min-width: 1024px) {
  .page-template-template-advisory-board .section--hero .hero__background {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
.page-template-template-advisory-board .section--hero h1 {
  margin-bottom: 0;
}
.page-template-template-advisory-board .section--hero h2 {
  margin-bottom: 0.25em;
  line-height: 1.25;
  color: #333;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .page-template-template-advisory-board .section--hero h2 {
    font-size: 32px;
  }
}
.page-template-template-advisory-board .section--hero h2 strong {
  font-weight: 900;
  color: #00B4A4;
}
.page-template-template-advisory-board .section--hero .page-container, .page-template-template-advisory-board .section--hero .mfp-iframe-holder {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .page-template-template-advisory-board .section--hero .page-container, .page-template-template-advisory-board .section--hero .mfp-iframe-holder {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
  }
}
.page-template-template-advisory-board .section--hero .hero__content {
  max-width: 500px;
}
.page-template-template-advisory-board .section--hero .hero__content > *:last-child {
  margin-bottom: 0;
}
.page-template-template-advisory-board .section--hero .elementor-button {
  margin-top: 2rem;
  border-color: var(--e-global-color-secondary);
  color: #FFF;
  background-color: var(--e-global-color-secondary);
}
.page-template-template-advisory-board .section--hero .elementor-button:hover {
  color: var(--e-global-color-secondary);
  background-color: #FFF;
}
.page-template-template-advisory-board .section--mission {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
@media screen and (min-width: 768px) {
  .page-template-template-advisory-board .section--mission {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-template-template-advisory-board .section--mission h2 {
  margin-bottom: 0.5em;
  font-weight: 900;
  text-align: center;
  color: #FFF;
}
.page-template-template-advisory-board .section--mission .content-container {
  max-width: 1024px;
}
.page-template-template-advisory-board .section--mission .section__content {
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
}
.page-template-template-advisory-board .section--objectives {
  padding-top: 15px;
  padding-bottom: 45px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
@media screen and (min-width: 768px) {
  .page-template-template-advisory-board .section--objectives {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
.page-template-template-advisory-board .section--objectives h2 {
  margin-bottom: 1em;
  font-weight: 900;
  text-align: center;
  color: #FFF;
}
.page-template-template-advisory-board .section--objectives .content-container {
  max-width: 1064px;
}
.page-template-template-advisory-board .section--objectives .objectives__list {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 480px) {
  .page-template-template-advisory-board .section--objectives .objectives__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-template-advisory-board .section--objectives .objective {
  margin-bottom: 45px;
  border-top: 1px solid #F1A969;
  padding-top: 20px;
}
@media screen and (min-width: 480px) {
  .page-template-template-advisory-board .section--objectives .objective {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-advisory-board .section--objectives .objective {
    flex: 0 0 calc(33.3333333333% - 40px);
    max-width: calc(33.3333333333% - 40px);
  }
}
.page-template-template-advisory-board .section--advisory-board {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-template-template-advisory-board .section--advisory-board {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-template-template-advisory-board .section--advisory-board .content-container {
  max-width: 1064px;
}
.page-template-template-advisory-board .section--advisory-board .section__header {
  padding-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}
.page-template-template-advisory-board .section--advisory-board .section__header img {
  display: block;
  width: 100%;
  max-width: 540px;
}
.page-template-template-advisory-board .section--advisory-board .section__heading {
  margin-bottom: 1em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .page-template-template-advisory-board .section--advisory-board .board__members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-template-advisory-board .section--advisory-board .board__member {
  flex: 0 0 calc(50% - 35px);
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .page-template-template-advisory-board .section--advisory-board .board__member {
    margin-bottom: 90px;
  }
}
.page-template-template-advisory-board .section--advisory-board .member__name {
  margin-bottom: 0.1em;
  font-weight: 900;
  color: var(--e-global-color-primary);
}
.page-template-template-advisory-board .section--advisory-board .member__position {
  margin-bottom: 0.1em;
  font-style: italic;
}
.page-template-template-advisory-board .section--advisory-board .member__bio {
  margin-top: 15px;
  border-top: 1px solid #DEDEDE;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.6;
}
.page-template-template-advisory-board .section--footer-banner {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
@media screen and (min-width: 768px) {
  .page-template-template-advisory-board .section--footer-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-template-template-advisory-board .section--footer-banner h2 {
  margin-bottom: 0.75em;
  font-weight: 300;
  color: #FFF;
}
.page-template-template-advisory-board .section--footer-banner h2 strong {
  font-weight: 900;
}
.page-template-template-advisory-board .section--footer-banner .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 850px;
}
.page-template-template-advisory-board .section--footer-banner .elementor-button {
  border-color: var(--e-global-color-secondary);
  color: #FFF;
  background-color: var(--e-global-color-secondary);
}
.page-template-template-advisory-board .section--footer-banner .elementor-button:hover {
  border-color: #FFF;
  color: var(--e-global-color-secondary);
  background-color: #FFF;
}

.category .ast-container,
.page-template-template-blog .ast-container,
.page-template-template-blog-new .ast-container {
  display: flex;
  flex-direction: column !important;
  background-color: #EEEEEF;
}
.category .ast-container > *,
.page-template-template-blog .ast-container > *,
.page-template-template-blog-new .ast-container > * {
  flex: 1;
}
.category .section--blog-header,
.page-template-template-blog .section--blog-header,
.page-template-template-blog-new .section--blog-header {
  padding-top: 30px;
  background-color: #FFF;
}
.category .section--blog-header .content-container,
.page-template-template-blog .section--blog-header .content-container,
.page-template-template-blog-new .section--blog-header .content-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .category .section--blog-header,
.page-template-template-blog .section--blog-header,
.page-template-template-blog-new .section--blog-header {
    padding-top: 54px;
  }
}
.category .section--blog-header h1,
.page-template-template-blog .section--blog-header h1,
.page-template-template-blog-new .section--blog-header h1 {
  margin-bottom: 0.25em;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .category .section--blog-header h1,
.page-template-template-blog .section--blog-header h1,
.page-template-template-blog-new .section--blog-header h1 {
    font-size: 22px;
  }
}
.category .section--blog-header h2,
.page-template-template-blog .section--blog-header h2,
.page-template-template-blog-new .section--blog-header h2 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .category .section--blog-header h2,
.page-template-template-blog .section--blog-header h2,
.page-template-template-blog-new .section--blog-header h2 {
    font-size: 48px;
  }
}
.category .section--featured,
.category .section--latest,
.page-template-template-blog .section--featured,
.page-template-template-blog .section--latest,
.page-template-template-blog-new .section--featured,
.page-template-template-blog-new .section--latest {
  background-color: #FFF;
}
.category .section--featured .post-item .post__date-time,
.category .section--latest .post-item .post__date-time,
.page-template-template-blog .section--featured .post-item .post__date-time,
.page-template-template-blog .section--latest .post-item .post__date-time,
.page-template-template-blog-new .section--featured .post-item .post__date-time,
.page-template-template-blog-new .section--latest .post-item .post__date-time {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .category .section--featured .post-item .post__date-time,
.category .section--latest .post-item .post__date-time,
.page-template-template-blog .section--featured .post-item .post__date-time,
.page-template-template-blog .section--latest .post-item .post__date-time,
.page-template-template-blog-new .section--featured .post-item .post__date-time,
.page-template-template-blog-new .section--latest .post-item .post__date-time {
    font-size: 16px;
  }
}
.category .section--featured .post-item .post__text-content,
.category .section--latest .post-item .post__text-content,
.page-template-template-blog .section--featured .post-item .post__text-content,
.page-template-template-blog .section--latest .post-item .post__text-content,
.page-template-template-blog-new .section--featured .post-item .post__text-content,
.page-template-template-blog-new .section--latest .post-item .post__text-content {
  justify-content: flex-start;
}
.category .section--featured,
.page-template-template-blog .section--featured,
.page-template-template-blog-new .section--featured {
  padding-bottom: 40px;
}
.category .section--featured .featured-posts,
.page-template-template-blog .section--featured .featured-posts,
.page-template-template-blog-new .section--featured .featured-posts {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
  .category .section--featured .featured-posts .post__title-link,
.page-template-template-blog .section--featured .featured-posts .post__title-link,
.page-template-template-blog-new .section--featured .featured-posts .post__title-link {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .featured-posts .post__title-link,
.page-template-template-blog .section--featured .featured-posts .post__title-link,
.page-template-template-blog-new .section--featured .featured-posts .post__title-link {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .category .section--featured .featured-posts .post__title-link,
.page-template-template-blog .section--featured .featured-posts .post__title-link,
.page-template-template-blog-new .section--featured .featured-posts .post__title-link {
    font-size: 38px;
  }
}
.category .section--featured .primary-featured-post,
.page-template-template-blog .section--featured .primary-featured-post,
.page-template-template-blog-new .section--featured .primary-featured-post {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .category .section--featured .primary-featured-post,
.page-template-template-blog .section--featured .primary-featured-post,
.page-template-template-blog-new .section--featured .primary-featured-post {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .category .section--featured .primary-featured-post,
.page-template-template-blog .section--featured .primary-featured-post,
.page-template-template-blog-new .section--featured .primary-featured-post {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .primary-featured-post,
.page-template-template-blog .section--featured .primary-featured-post,
.page-template-template-blog-new .section--featured .primary-featured-post {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .primary-featured-post .post__thumbnail-link,
.page-template-template-blog .section--featured .primary-featured-post .post__thumbnail-link,
.page-template-template-blog-new .section--featured .primary-featured-post .post__thumbnail-link {
    flex: 0 0 calc(66.6666666667% - 20px);
  }
}
.category .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-column {
  padding: 0px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .category .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-column {
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog .section--featured .primary-featured-post .post__text-column,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .category .section--featured .primary-featured-post .post__text-column > *,
.page-template-template-blog .section--featured .primary-featured-post .post__text-column > *,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-column > * {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .category .section--featured .primary-featured-post .post__text-column > *,
.page-template-template-blog .section--featured .primary-featured-post .post__text-column > *,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-column > * {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 479px) {
  .category .section--featured .primary-featured-post .post__text-content,
.page-template-template-blog .section--featured .primary-featured-post .post__text-content,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-content {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .category .section--featured .primary-featured-post .post__text-content,
.page-template-template-blog .section--featured .primary-featured-post .post__text-content,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-content {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .primary-featured-post .post__text-content,
.page-template-template-blog .section--featured .primary-featured-post .post__text-content,
.page-template-template-blog-new .section--featured .primary-featured-post .post__text-content {
    padding: 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .category .section--featured .primary-featured-post .post__title-link,
.page-template-template-blog .section--featured .primary-featured-post .post__title-link,
.page-template-template-blog-new .section--featured .primary-featured-post .post__title-link {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .category .section--featured .primary-featured-post .post__title-link,
.page-template-template-blog .section--featured .primary-featured-post .post__title-link,
.page-template-template-blog-new .section--featured .primary-featured-post .post__title-link {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .category .section--featured .primary-featured-post .post__date-time,
.page-template-template-blog .section--featured .primary-featured-post .post__date-time,
.page-template-template-blog-new .section--featured .primary-featured-post .post__date-time {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .category .section--featured .primary-featured-post .newsletter-sign-up,
.page-template-template-blog .section--featured .primary-featured-post .newsletter-sign-up,
.page-template-template-blog-new .section--featured .primary-featured-post .newsletter-sign-up {
    padding-top: 33px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .primary-featured-post .newsletter-sign-up,
.page-template-template-blog .section--featured .primary-featured-post .newsletter-sign-up,
.page-template-template-blog-new .section--featured .primary-featured-post .newsletter-sign-up {
    flex: 0;
    margin-top: 30px;
  }
}
.category .section--featured .primary-featured-post .newsletter-sign-up iframe,
.page-template-template-blog .section--featured .primary-featured-post .newsletter-sign-up iframe,
.page-template-template-blog-new .section--featured .primary-featured-post .newsletter-sign-up iframe {
  display: block;
  width: 100%;
  min-height: 200px;
}
@media screen and (min-width: 1280px) {
  .category .section--featured .primary-featured-post .newsletter-sign-up iframe,
.page-template-template-blog .section--featured .primary-featured-post .newsletter-sign-up iframe,
.page-template-template-blog-new .section--featured .primary-featured-post .newsletter-sign-up iframe {
    min-height: 170px;
  }
}
@media screen and (min-width: 480px) {
  .category .section--featured .secondary-featured-posts,
.page-template-template-blog .section--featured .secondary-featured-posts,
.page-template-template-blog-new .section--featured .secondary-featured-posts {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 480px) {
  .category .section--featured .secondary-featured-posts .post-item,
.page-template-template-blog .section--featured .secondary-featured-posts .post-item,
.page-template-template-blog-new .section--featured .secondary-featured-posts .post-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .category .section--featured .secondary-featured-posts .post-item,
.page-template-template-blog .section--featured .secondary-featured-posts .post-item,
.page-template-template-blog-new .section--featured .secondary-featured-posts .post-item {
    flex: 0 0 calc(50% - 20px);
  }
}
.category .section--featured .secondary-featured-posts .post-item .post__text-content,
.page-template-template-blog .section--featured .secondary-featured-posts .post-item .post__text-content,
.page-template-template-blog-new .section--featured .secondary-featured-posts .post-item .post__text-content {
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .category .section--featured .secondary-featured-posts .post-item .post__text-content,
.page-template-template-blog .section--featured .secondary-featured-posts .post-item .post__text-content,
.page-template-template-blog-new .section--featured .secondary-featured-posts .post-item .post__text-content {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--featured .secondary-featured-posts .post-item .post__text-content,
.page-template-template-blog .section--featured .secondary-featured-posts .post-item .post__text-content,
.page-template-template-blog-new .section--featured .secondary-featured-posts .post-item .post__text-content {
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .category .section--featured .secondary-featured-posts .post-item:first-child,
.page-template-template-blog .section--featured .secondary-featured-posts .post-item:first-child,
.page-template-template-blog-new .section--featured .secondary-featured-posts .post-item:first-child {
    margin-bottom: 20px;
  }
}
.category .section--latest,
.page-template-template-blog .section--latest,
.page-template-template-blog-new .section--latest {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .category .section--latest .latest-posts,
.page-template-template-blog .section--latest .latest-posts,
.page-template-template-blog-new .section--latest .latest-posts {
    display: flex;
    flex-wrap: wrap;
  }
}
.category .section--latest .post-item,
.page-template-template-blog .section--latest .post-item,
.page-template-template-blog-new .section--latest .post-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .category .section--latest .post-item,
.page-template-template-blog .section--latest .post-item,
.page-template-template-blog-new .section--latest .post-item {
    flex: 0 0 calc(50% - 10px);
  }
  .category .section--latest .post-item:nth-child(odd),
.page-template-template-blog .section--latest .post-item:nth-child(odd),
.page-template-template-blog-new .section--latest .post-item:nth-child(odd) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--latest .post-item,
.page-template-template-blog .section--latest .post-item,
.page-template-template-blog-new .section--latest .post-item {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 52px;
  }
  .category .section--latest .post-item:nth-child(odd),
.page-template-template-blog .section--latest .post-item:nth-child(odd),
.page-template-template-blog-new .section--latest .post-item:nth-child(odd) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .category .section--latest .post__thumbnail-link,
.page-template-template-blog .section--latest .post__thumbnail-link,
.page-template-template-blog-new .section--latest .post__thumbnail-link {
    flex: 0 0 calc(45% - 10px);
  }
}
.category .section--latest .post__text-content,
.page-template-template-blog .section--latest .post__text-content,
.page-template-template-blog-new .section--latest .post__text-content {
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .category .section--latest .post__text-content,
.page-template-template-blog .section--latest .post__text-content,
.page-template-template-blog-new .section--latest .post__text-content {
    flex: 0 0 calc(55% - 10px);
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .category .section--latest .post__title-link,
.page-template-template-blog .section--latest .post__title-link,
.page-template-template-blog-new .section--latest .post__title-link {
    font-size: 22px;
  }
}
.category .section--posts,
.page-template-template-blog .section--posts,
.page-template-template-blog-new .section--posts {
  padding-top: 64px;
}
.category .post-list--regular,
.page-template-template-blog .post-list--regular,
.page-template-template-blog-new .post-list--regular {
  margin-top: 40px;
}
@media screen and (min-width: 480px) {
  .category .filter__main ul,
.page-template-template-blog .filter__main ul,
.page-template-template-blog-new .filter__main ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 768px) {
  .category .filter__main ul,
.page-template-template-blog .filter__main ul,
.page-template-template-blog-new .filter__main ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
.category .post-item--sign-up,
.page-template-template-blog .post-item--sign-up,
.page-template-template-blog-new .post-item--sign-up {
  min-height: 360px;
  color: #FFFFFF;
  background-color: #5F0957;
}
.category .post-item--sign-up iframe,
.page-template-template-blog .post-item--sign-up iframe,
.page-template-template-blog-new .post-item--sign-up iframe {
  width: 100%;
  height: 100%;
}
.category .blog-label,
.page-template-template-blog .blog-label,
.page-template-template-blog-new .blog-label {
  position: fixed;
  z-index: 10;
  top: 220px;
  left: 0;
  padding: 10px 6px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  color: #FFF;
  background-color: rgba(51, 51, 51, 0.9);
}
@media screen and (max-width: 1023px) {
  .category .blog-label,
.page-template-template-blog .blog-label,
.page-template-template-blog-new .blog-label {
    display: none;
  }
}

.single-post .site-main .related-resource,
.single-post .site-content .related-resource {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-post .site-main .post-item--resource,
.single-post .site-content .post-item--resource {
  background-color: #EEEEEF;
}
@media screen and (min-width: 480px) {
  .single-post .site-main .post-item--resource,
.single-post .site-content .post-item--resource {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 480px) {
  .single-post .site-main .post-item--resource .post__thumbnail-link,
.single-post .site-content .post-item--resource .post__thumbnail-link {
    flex: 1;
    max-width: 47%;
  }
}
.single-post .site-main .post-item--resource .post__text-content,
.single-post .site-content .post-item--resource .post__text-content {
  padding: 24px;
}
@media screen and (min-width: 480px) {
  .single-post .site-main .post-item--resource .post__text-content,
.single-post .site-content .post-item--resource .post__text-content {
    max-width: 53%;
  }
}
.single-post .site-main .post-item--resource .post__title-link,
.single-post .site-content .post-item--resource .post__title-link {
  font-size: 16px;
  font-weight: bold;
}
.single-post .site-main .video-popup-link--text,
.single-post .site-main .video-popup-link--image,
.single-post .site-content .video-popup-link--text,
.single-post .site-content .video-popup-link--image {
  display: inline-block;
}

.page-template-template-contact-us .ast-container,
.page-template-template-support .ast-container {
  display: flex;
  flex-direction: column !important;
}
.page-template-template-contact-us .ast-container > *,
.page-template-template-support .ast-container > * {
  flex: 1;
}
.page-template-template-contact-us .section--hero-banner,
.page-template-template-support .section--hero-banner {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  background-color: #5F0957;
}
.page-template-template-contact-us .section--hero-banner h1,
.page-template-template-support .section--hero-banner h1 {
  margin-bottom: 0.25em;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--hero-banner h1,
.page-template-template-support .section--hero-banner h1 {
    font-size: 48px;
  }
}
.page-template-template-contact-us .section--hero-banner .hero-banner__row,
.page-template-template-support .section--hero-banner .hero-banner__row {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--hero-banner .hero-banner__row,
.page-template-template-support .section--hero-banner .hero-banner__row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-contact-us .section--hero-banner .banner__image-column,
.page-template-template-support .section--hero-banner .banner__image-column {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--hero-banner .banner__image-column,
.page-template-template-support .section--hero-banner .banner__image-column {
    position: absolute;
    top: 84px;
    left: 0;
    flex: 1 1 calc(45% - 30px);
    max-width: calc(45% - 30px);
  }
}
.page-template-template-contact-us .section--hero-banner .banner__image-content,
.page-template-template-support .section--hero-banner .banner__image-content {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--hero-banner .banner__image-content,
.page-template-template-support .section--hero-banner .banner__image-content {
    color: var(--ast-global-color-3);
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-contact-us .section--hero-banner .banner__text-column,
.page-template-template-support .section--hero-banner .banner__text-column {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--hero-banner .banner__text-column,
.page-template-template-support .section--hero-banner .banner__text-column {
    flex: 1 1 calc(55% - 30px);
    max-width: calc(55% - 30px);
  }
}
.page-template-template-contact-us .section--hero-banner .banner__text > *:last-child,
.page-template-template-support .section--hero-banner .banner__text > *:last-child {
  margin-bottom: 0;
}
.page-template-template-contact-us .section--main,
.page-template-template-support .section--main {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--main,
.page-template-template-support .section--main {
    min-height: 27rem;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.page-template-template-contact-us .section--main li,
.page-template-template-support .section--main li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--main .main__row,
.page-template-template-support .section--main .main__row {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-contact-us .section--main .main__form-column,
.page-template-template-support .section--main .main__form-column {
    flex: 1 1 calc(55% - 30px);
    max-width: calc(55% - 30px);
  }
}
.page-template-template-contact-us .section--main .main__top-content,
.page-template-template-support .section--main .main__top-content {
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.5;
}

.page-id-11277 .section--hero-banner {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  .page-id-11277 .section--hero-banner {
    font-size: 48px;
  }
}
.page-id-11277 .section--hero-banner h1 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .page-id-11277 .section--hero-banner h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-11277 .section--hero-banner .hero-banner__row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .page-id-11277 .section--hero-banner .hero-banner__row {
    min-height: 360px;
  }
}
.page-id-11277 .banner__image-content {
  position: relative;
  margin-top: 40px;
  padding-top: 20px;
}
.page-id-11277 .banner__image-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .page-id-11277 .banner__image-content:before {
    background-color: #DDD;
  }
}
@media screen and (max-width: 767px) {
  .page-id-11277 .banner__text-column {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-id-11277 .section--main {
    min-height: 36rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-id-11277 .section--main {
    min-height: 42rem;
  }
}

.home .notification-bar {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #FFF;
  background-color: var(--e-global-color-accent);
}
.home .notification-bar a {
  text-decoration: none;
  color: #FFF;
}
.home .notification-bar a:hover {
  color: var(--e-global-color-primary);
}
.home .notification-bar .content-container {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.home .notification-bar .content-container > *:last-child {
  margin-bottom: 0;
}
.home .hero-banner {
  position: relative;
}
.home .hero-banner h2 {
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .home .hero-banner h2 {
    font-size: 32px;
  }
}
.home .hero-banner .banner__slider {
  position: relative;
}
.home .hero-banner .banner__slider img {
  display: block;
  width: 100%;
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 480px) {
  .home .hero-banner .banner__slider img {
    height: 50vw;
  }
}
@media screen and (min-width: 1280px) {
  .home .hero-banner .banner__slider img {
    height: 726px;
  }
}
.home .hero-banner .banner__squares {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.home .hero-banner .squares__row {
  flex: 1 1 auto;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.home .hero-banner .square {
  flex: 1 1 auto;
  background-color: #FFF;
  mix-blend-mode: screen;
}
.home .hero-banner .banner__content {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .home .hero-banner .banner__content {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home .hero-banner .banner__content .content__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 15px;
  background-color: #00B4A4;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .home .hero-banner .banner__content .content__box {
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .home .hero-banner .banner__content .content__box {
    width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .home .hero-banner .banner__content .content__box {
    height: 500px;
    padding: 50px 42px 42px 42px;
  }
}
.home .hero-banner .banner__content .box__top-content {
  margin-bottom: 2em;
}
.home .hero-banner .banner__content .box__top-content h2:nth-child(even) {
  color: #FFF;
}
.home .hero-banner .banner__content .box__bottom-content {
  position: relative;
  padding-top: 16px;
  line-height: 1.25;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .home .hero-banner .banner__content .box__bottom-content {
    font-size: 18px;
  }
}
.home .hero-banner .banner__content .box__bottom-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 130px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.38);
}
.home .hero-banner .banner__content .box__bottom-content strong {
  font-weight: 800;
}
.home .hero-banner .banner__content .box__bottom-content .banner__cta-link {
  position: relative;
  display: inline-block;
  padding-right: 45px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  color: #FFF;
}
.home .hero-banner .banner__content .box__bottom-content .banner__cta-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.36em;
  height: 1.1em;
  background-image: url("../../images/arrow-right-white.svg");
  background-size: contain;
}
.home .hero-banner .banner__content .box__bottom-content .banner__cta-link:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.8;
}

.page-template-template-news .ast-container {
  display: flex;
  flex-direction: column !important;
  background-color: #EEEEEF;
}
.page-template-template-news .ast-container > * {
  flex: 1;
}
.page-template-template-news .section--posts-header {
  color: var(--e-global-color-text);
  background-color: #FFF;
}
.page-template-template-news .section--posts-header .posts-header__top {
  border-bottom: 1px solid #CCC;
}
.page-template-template-news .section--featured-posts:before {
  background-color: #FFF;
}
.page-template-template-news .post-list--featured {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .page-template-template-news .post-list--featured {
    margin-bottom: 90px;
  }
}
.page-template-template-news .news-filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.page-template-template-news .news-filter .filter__categories {
  width: 100%;
}
.page-template-template-news .no-posts {
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .page-template-template-news .no-posts {
    margin-bottom: 45px;
  }
}

.page-template-template-partners {
  line-height: 1.2;
}
.page-template-template-partners .ast-container {
  display: flex;
  flex-direction: column !important;
  background-color: #EEEEEF;
}
.page-template-template-partners .ast-container > * {
  flex: 1;
}
.page-template-template-partners h1, .page-template-template-partners h2, .page-template-template-partners h3, .page-template-template-partners h4, .page-template-template-partners h5, .page-template-template-partners h6,
.page-template-template-partners .size1, .page-template-template-partners .size2, .page-template-template-partners .size3, .page-template-template-partners .size5, .page-template-template-partners .size6 {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.page-template-template-partners h1,
.page-template-template-partners .size1 {
  font-size: 48px;
}
.page-template-template-partners h2,
.page-template-template-partners .size2 {
  font-size: 38px;
  margin-bottom: 0.5em;
  line-height: 1.21;
}
.page-template-template-partners h3,
.page-template-template-partners .size3 {
  font-size: 32px;
}
.page-template-template-partners h4,
.page-template-template-partners .size4 {
  font-size: 28px;
}
.page-template-template-partners h5,
.page-template-template-partners .size5 {
  font-size: 22px;
}
.page-template-template-partners h6,
.page-template-template-partners .size6 {
  font-size: 18px;
}
.page-template-template-partners .section--hero {
  position: relative;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-partners .section--hero {
    display: flex;
    align-items: center;
    min-height: 640px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.page-template-template-partners .section--hero .hero__background {
  display: block;
}
@media screen and (min-width: 1024px) {
  .page-template-template-partners .section--hero .hero__background {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
}
.page-template-template-partners .section--hero h1 {
  margin-bottom: 0;
}
.page-template-template-partners .section--hero h2 {
  margin-bottom: 0.25em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .page-template-template-partners .section--hero h2 {
    font-size: 32px;
  }
}
.page-template-template-partners .section--hero h2 strong {
  font-weight: 900;
  color: #00B4A4;
}
.page-template-template-partners .section--hero .page-container, .page-template-template-partners .section--hero .mfp-iframe-holder {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .page-template-template-partners .section--hero .page-container, .page-template-template-partners .section--hero .mfp-iframe-holder {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
  }
}
.page-template-template-partners .section--hero .hero__content {
  max-width: 580px;
}
.page-template-template-partners .section--hero .hero__content > *:last-child {
  margin-bottom: 0;
}
.page-template-template-partners .section--hero .elementor-button {
  margin-top: 2rem;
  border-color: var(--e-global-color-secondary);
  color: #FFF;
  background-color: var(--e-global-color-secondary);
}
.page-template-template-partners .section--hero .elementor-button:hover {
  color: var(--e-global-color-secondary);
  background-color: #FFF;
}
.page-template-template-partners .section--quote {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00B4A4;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-template-template-partners .section--quote {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-template-template-partners .section--quote .content-container {
  position: relative;
}
.page-template-template-partners .section--quote .quote {
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-template-template-partners .section--quote .quote {
    padding-left: 80px;
  }
}
.page-template-template-partners .section--quote .quote__content {
  position: relative;
  margin-bottom: 2em;
  line-height: 1.35;
}
.page-template-template-partners .section--quote .quote__content:before {
  content: "“";
  display: block;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 150px;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .page-template-template-partners .section--quote .quote__content:before {
    position: relative;
    left: -7px;
    width: 1em;
    height: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-partners .section--quote .quote__content:before {
    position: absolute;
    top: 0;
    right: calc(100% + 8px);
    font-size: 205px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.page-template-template-partners .section--quote .quote__content > p:last-child:after {
  content: "”";
}
.page-template-template-partners .section--quote .quote__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 472px;
  margin-bottom: -2rem;
}
.page-template-template-partners .section--quote .quote__author {
  max-width: 194px;
  margin-right: 80px;
  margin-bottom: 2rem;
  font-size: 16px;
}
.page-template-template-partners .section--quote .author__name {
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-template-partners .section--quote .author__position {
  font-style: italic;
}
.page-template-template-partners .section--quote .logo {
  flex: 0 0 198px;
  max-width: 198px;
  margin-bottom: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-template-template-partners .section--quote .background-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 520px;
  max-width: none;
  opacity: 0.15;
}
@media screen and (max-width: 639px) {
  .page-template-template-partners .section--quote .background-image {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.page-template-template-partners .section--partner-types {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #FFF;
}
.page-template-template-partners .section--partner-types .content-container {
  max-width: 1064px;
}
.page-template-template-partners .section--partner-types .content__intro {
  max-width: 986px;
  font-size: 18px;
  line-height: 1.5;
}
.page-template-template-partners .section--partner-types .logo {
  width: auto;
  max-width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.page-template-template-partners .section--partner-types .expandable-section.is-expanded .expandable-section__toggle:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.3;
}
.page-template-template-partners .section--partner-types .expandable-section:not(.is-expanded) .expandable-section__toggle:hover {
  background-color: #F5F5F5;
}
.page-template-template-partners .section--partner-types .expandable-section__toggle {
  position: relative;
  display: block;
  border-top: 1px solid #E5E5E5;
  padding: 30px 60px 30px 10px;
  font-size: 28px;
  line-height: 1.1;
  color: #333;
  cursor: pointer;
}
.page-template-template-partners .section--partner-types .expandable-section__toggle:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../../images/section-expand-icon.svg");
  background-size: contain;
  background-position: center center;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.page-template-template-partners .section--partner-types .expandable-section__content {
  display: none;
}
.page-template-template-partners .section--partner-types .expandable-section__content .content__inner {
  padding: 10px;
}
.page-template-template-partners .section--partner-types .expandable-section--solution .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-template-template-partners .section--partner-types .expandable-section--solution .partner {
  max-width: 640px;
  padding-top: 28px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 639px) {
  .page-template-template-partners .section--partner-types .expandable-section--solution .partner:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .page-template-template-partners .section--partner-types .expandable-section--solution .partner {
    flex: 0 0 calc(50% - 35px);
    max-width: calc(50% - 35px);
  }
  .page-template-template-partners .section--partner-types .expandable-section--solution .partner:nth-child(odd) {
    margin-right: 70px;
  }
  .page-template-template-partners .section--partner-types .expandable-section--solution .partner:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
.page-template-template-partners .section--partner-types .expandable-section--solution .partner__description {
  font-size: 16px;
  line-height: 1.6;
}
.page-template-template-partners .section--partner-types .expandable-section--integrations .partner-group {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.page-template-template-partners .section--partner-types .expandable-section--integrations .partner-group:last-child {
  border-bottom: 0;
}
.page-template-template-partners .section--partner-types .expandable-section--integrations .group__title {
  font-size: 16px;
  font-weight: 900;
}
.page-template-template-partners .section--partner-types .expandable-section--integrations .logo {
  margin-right: 60px;
}
.page-template-template-partners .section--benefits {
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
.page-template-template-partners .section--benefits .content-container {
  max-width: 1064px;
}
.page-template-template-partners .section--benefits .section__header {
  margin-bottom: 60px;
}
.page-template-template-partners .section--benefits .section__header h2 {
  margin-bottom: 0;
  font-weight: 900;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .page-template-template-partners .section--benefits .benefits__columns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-partners .section--benefits .benefits__column {
    max-width: 640px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-partners .section--benefits .benefits__column {
    flex: 0 0 calc(33.3333333333% - 45px);
  }
}
.page-template-template-partners .section--benefits .benefit__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-accent);
  margin-bottom: 20px;
}
.page-template-template-partners .section--benefits .benefit__icon {
  display: block;
  max-width: 76px;
  margin-right: 16px;
}
.page-template-template-partners .section--benefits .benefit__title {
  flex: 1 0 calc(100% - 92px);
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
}
@media screen and (max-width: 639px) {
  .page-template-template-partners .section--benefits .benefit__title {
    font-size: 28px;
  }
}
.page-template-template-partners .section--benefits .benefit__content {
  line-height: 1.63;
}
.page-template-template-partners .section--footer-banner {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
@media screen and (min-width: 768px) {
  .page-template-template-partners .section--footer-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-template-template-partners .section--footer-banner h2 {
  margin-bottom: 0.75em;
  color: #FFF;
}
.page-template-template-partners .section--footer-banner .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-template-template-partners .section--footer-banner .elementor-button {
  border-color: var(--e-global-color-secondary);
  color: #FFF;
  background-color: var(--e-global-color-secondary);
}
.page-template-template-partners .section--footer-banner .elementor-button:hover {
  border-color: #FFF;
  color: var(--e-global-color-secondary);
  background-color: #FFF;
}

.page-template-template-resource-library .ast-container {
  display: flex;
  flex-direction: column !important;
  background-color: #EEEEEF;
}
.page-template-template-resource-library .ast-container > * {
  flex: 1;
}
.page-template-template-resource-library .section--posts-header h1 {
  color: #FFF;
}
.page-template-template-resource-library .posts-header__newest a {
  color: #FFF;
}
.page-template-template-resource-library .posts-header__newest a:hover {
  color: var(--e-global-color-accent);
}
.page-template-template-resource-library .post-list--featured {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .page-template-template-resource-library .post-list--featured {
    margin-bottom: 90px;
  }
}
.page-template-template-resource-library .post-list--regular {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .page-template-template-resource-library .filter .filter__main {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 400px) and (max-width: 639px) {
  .page-template-template-resource-library .filter .filter__main ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-resource-library .filter .filter__main ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.page-template-template-customers .ast-container {
  display: flex;
  flex-direction: column !important;
  background-color: #FFF;
}
.page-template-template-customers .ast-container > * {
  flex: 1;
}
.page-template-template-customers .section--customers-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40vw;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  background-size: cover;
  background-position: 25% center;
}
@media screen and (min-width: 480px) {
  .page-template-template-customers .section--customers-hero {
    padding-bottom: 42vw;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--customers-hero {
    padding-bottom: 30vw;
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-customers .section--customers-hero {
    padding-bottom: 400px;
  }
}
.page-template-template-customers .section--customers-hero:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5F0957;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.page-template-template-customers .section--customers-hero h1 {
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--customers-hero h1 {
    font-size: 22px;
  }
}
.page-template-template-customers .section--customers-hero h2 {
  margin-bottom: 0.25em;
  color: #FFF;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--customers-hero h2 {
    font-size: 48px;
  }
}
.page-template-template-customers .section--customers-hero .customers-hero__content {
  position: relative;
  z-index: 10;
  max-width: 848px;
}
.page-template-template-customers .section--featured-resources {
  position: relative;
  z-index: 20;
  margin-top: -35vw;
  margin-bottom: 60px;
}
@media screen and (min-width: 480px) {
  .page-template-template-customers .section--featured-resources {
    margin-top: -38vw;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--featured-resources {
    margin-top: -27vw;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-customers .section--featured-resources {
    margin-top: -360px;
  }
}
.page-template-template-customers .section--featured-resources .post-item {
  background-color: #EEEEEF;
}
.page-template-template-customers .section--logos {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--logos {
    margin-bottom: 100px;
  }
}
.page-template-template-customers .section--logos .logos__slide {
  display: flex;
  justify-content: center;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .page-template-template-customers .section--logos .logos__slide {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--logos .logos__slide {
    justify-content: space-between;
  }
}
.page-template-template-customers .section--logos .logo {
  flex: 0 0 260px;
  max-width: 260px;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--logos .logo {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
.page-template-template-customers .section--logos .logo img {
  width: 100%;
}
.page-template-template-customers .section--quotes-video {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.5;
  /*
  .quote__cta {
  	position: relative;
  	display: inline-block;
  	padding-right: 45px;
  	font-size: 22px;
  	font-weight: bold;
  	line-height: 1.2;
  	color: #22BACC;

  	&:after {
  		content: '';
  		position: absolute;
  		top: 0;
  		right: 0;
  		display: block;
  		width: 30px;
  		height: 24px;
  		background-image: url('../../../images/arrow-right-teal.svg');
  		background-size: contain;
  	}
  }
  */
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--quotes-video {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-customers .section--quotes-video .quotes-and-video {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--quotes-video .quotes-and-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-template-template-customers .section--quotes-video .quotes-and-video > * {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-customers .section--quotes-video .quotes-column {
    margin-bottom: 60px;
  }
}
.page-template-template-customers .section--quotes-video .quotes {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--quotes-video .quotes {
    padding-left: 80px;
  }
}
.page-template-template-customers .section--quotes-video .quotes:before {
  content: "“";
  display: block;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 150px;
  line-height: 1;
  font-weight: 600;
  color: #22BACC;
}
@media screen and (max-width: 767px) {
  .page-template-template-customers .section--quotes-video .quotes:before {
    width: 1em;
    height: 0.5em;
    margin-left: -0.05em;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-customers .section--quotes-video .quotes:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 205px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.page-template-template-customers .section--quotes-video .quote__content {
  margin-bottom: 2em;
}
.page-template-template-customers .section--quotes-video .quote__content > p:last-child:after {
  content: "”";
}
.page-template-template-customers .section--quotes-video .quote__content strong {
  color: #22BACC;
}
.page-template-template-customers .section--quotes-video .quote__author {
  margin-bottom: 2em;
  font-size: 16px;
}
.page-template-template-customers .section--quotes-video .author__name {
  font-weight: bold;
}
.page-template-template-customers .section--quotes-video .author__position {
  font-style: italic;
}
.page-template-template-customers .section--quotes-video .quotes-slider__dots .slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.page-template-template-customers .section--quotes-video .quotes-slider__dots .slick-dots li {
  display: block;
  margin-left: 12px;
}
.page-template-template-customers .section--quotes-video .quotes-slider__dots .slick-dots li.slick-active .quotes-slider__dot {
  background-color: #AAAAAA;
}
.page-template-template-customers .section--quotes-video .quotes-slider__dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #AAAAAA;
  background-color: #transparent;
  cursor: pointer;
}
.page-template-template-customers .section--quotes-video .quotes-slider__dot:first-child {
  margin-left: 0;
}
.page-template-template-customers .section--quotes-video .video .video-thumbnail {
  margin-bottom: 1em;
}
.page-template-template-customers .section--quotes-video .video .video-title {
  margin-bottom: 0.5em;
}
.page-template-template-customers .section--quotes-video .video .watch-video-link {
  color: #4A0342;
}
.page-template-template-customers .section--resources {
  padding-top: 64px;
  background-color: #EEEEEF;
}
.page-template-template-customers .post-list--regular {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .page-template-template-customers .filter .filter__main {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 480px) {
  .page-template-template-customers .filter .filter__main ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-customers .filter .filter__main ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

.single-resource .site-content > .ast-container {
  flex-direction: column;
}

.resource-section {
  flex: 1;
  padding-top: 76px;
  padding-bottom: 100px;
}
.resource-section h1, .resource-section h2, .resource-section h3, .resource-section h4, .resource-section h5, .resource-section h6,
.resource-section .size1, .resource-section .size2, .resource-section .size3, .resource-section .size5, .resource-section .size6 {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.resource-section h1,
.resource-section .size1 {
  font-size: 48px;
}
.resource-section h2,
.resource-section .size2 {
  font-size: 38px;
  margin-bottom: 0.5em;
  line-height: 1.21;
}
.resource-section h3,
.resource-section .size3 {
  font-size: 32px;
}
.resource-section h4,
.resource-section .size4 {
  font-size: 25px;
}
.resource-section h5,
.resource-section .size5 {
  font-size: 22px;
}
.resource-section h6,
.resource-section .size6 {
  font-size: 18px;
}
.resource-section .mice-type {
  font-size: 12px;
  line-height: 1.3;
}
.resource-section .image-container--featured {
  clear: both;
  position: relative;
}
.resource-section .image-container--featured:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.resource-section .image-container--featured img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.resource-section .resource__format {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 6px;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #EEEEEF;
  background-color: #5F0957;
}
.resource-section .resource__title {
  font-weight: 800;
}
.resource-section .resource__description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.33;
  font-weight: normal;
}
.resource-section .resource__description > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .resource-section--pdf .content-container,
.resource-section--video .content-container {
    display: flex;
    justify-content: space-between;
  }
}
.resource-section--pdf .content-container > *,
.resource-section--video .content-container > * {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .resource-section--pdf .image-column,
.resource-section--video .image-column {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .resource-section--pdf .image-column img,
.resource-section--video .image-column img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .resource-section--pdf .image-column {
    max-width: 416px;
  }
}
@media screen and (min-width: 768px) {
  .resource-section--pdf .image-column {
    max-width: 32.5%;
  }
}
@media screen and (min-width: 768px) {
  .resource-section--pdf .text-column {
    max-width: 59.5%;
  }
}

@media screen and (max-width: 767px) {
  .resource-section--video .image-column {
    max-width: 588px;
  }
}
@media screen and (min-width: 768px) {
  .resource-section--video .image-column {
    max-width: 46%;
  }
}
.resource-section--video .image-column .image-container--featured {
  position: relative;
  display: block;
}
.resource-section--video .image-column .image-container--featured:before {
  padding-top: 56%;
}
.resource-section--video .image-column .video-popup-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 76px;
  height: 76px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../images/play-video-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.resource-section--video .image-column .video-popup-link:hover:after {
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .resource-section--video .text-column {
    max-width: 49%;
  }
}

.resource-section--case-study.highlight-colour--blue .case-study__data-points .size1, .resource-section--case-study.highlight-colour--blue .case-study__data-points .size2, .resource-section--case-study.highlight-colour--blue .case-study__data-points .size3, .resource-section--case-study.highlight-colour--blue .case-study__data-points .size4, .resource-section--case-study.highlight-colour--blue .case-study__data-points .size5, .resource-section--case-study.highlight-colour--blue .case-study__data-points .size6 {
  color: #22BACC;
}
.resource-section--case-study.highlight-colour--blue .case-study__quote .quote__content:before {
  color: #22BACC;
}
.resource-section--case-study.highlight-colour--teal .case-study__data-points .size1, .resource-section--case-study.highlight-colour--teal .case-study__data-points .size2, .resource-section--case-study.highlight-colour--teal .case-study__data-points .size3, .resource-section--case-study.highlight-colour--teal .case-study__data-points .size4, .resource-section--case-study.highlight-colour--teal .case-study__data-points .size5, .resource-section--case-study.highlight-colour--teal .case-study__data-points .size6 {
  color: #00B4A4;
}
.resource-section--case-study.highlight-colour--teal .case-study__quote .quote__content:before {
  color: #00B4A4;
}
.resource-section--case-study.highlight-colour--yellow .case-study__data-points .size1, .resource-section--case-study.highlight-colour--yellow .case-study__data-points .size2, .resource-section--case-study.highlight-colour--yellow .case-study__data-points .size3, .resource-section--case-study.highlight-colour--yellow .case-study__data-points .size4, .resource-section--case-study.highlight-colour--yellow .case-study__data-points .size5, .resource-section--case-study.highlight-colour--yellow .case-study__data-points .size6 {
  color: #F1A969;
}
.resource-section--case-study.highlight-colour--yellow .case-study__quote .quote__content:before {
  color: #F1A969;
}
.resource-section--case-study.highlight-colour--gray .case-study__data-points .size1, .resource-section--case-study.highlight-colour--gray .case-study__data-points .size2, .resource-section--case-study.highlight-colour--gray .case-study__data-points .size3, .resource-section--case-study.highlight-colour--gray .case-study__data-points .size4, .resource-section--case-study.highlight-colour--gray .case-study__data-points .size5, .resource-section--case-study.highlight-colour--gray .case-study__data-points .size6 {
  color: #CCCCCC;
}
.resource-section--case-study.highlight-colour--gray .case-study__quote .quote__content:before {
  color: #CCCCCC;
}
.resource-section--case-study h5 {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .resource-section--case-study .content-container {
    display: flex;
    justify-content: space-between;
  }
}
.resource-section--case-study .content-container > * {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .resource-section--case-study .content-container .left-column {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .resource-section--case-study .content-container .left-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .resource-section--case-study .content-container .right-column {
    max-width: 54%;
  }
  .resource-section--case-study .content-container .right-column .image-container--featured,
.resource-section--case-study .content-container .right-column .case-study__data-points,
.resource-section--case-study .content-container .right-column .case-study__cta {
    display: none;
  }
}
.resource-section--case-study .resource__format {
  clear: both;
  float: left;
}
.resource-section--case-study .case-study__client {
  clear: both;
  float: left;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}
.resource-section--case-study .case-study__client .client__label {
  font-weight: normal;
  text-transform: uppercase;
}
.resource-section--case-study .image-container--featured {
  width: 100%;
  max-width: 416px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .resource-section--case-study .resource__title {
    margin-top: 160px;
  }
}
.resource-section--case-study .case-study__subhead {
  margin-bottom: 45px;
  font-weight: 300;
}
.resource-section--case-study .case-study__quote {
  margin-bottom: 45px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 45px;
  padding-bottom: 45px;
}
.resource-section--case-study .case-study__quote .quote__content {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.5;
}
.resource-section--case-study .case-study__quote .quote__content:before {
  content: "“";
  display: block;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 150px;
  line-height: 1;
  font-weight: 600;
  color: #5F0957;
}
@media screen and (max-width: 767px) {
  .resource-section--case-study .case-study__quote .quote__content:before {
    width: 1em;
    height: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .resource-section--case-study .case-study__quote .quote__content:before {
    position: absolute;
    top: 0;
    right: calc(100% + 8px);
    font-size: 205px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.resource-section--case-study .case-study__quote .quote__content > p:last-child:after {
  content: "”";
}
.resource-section--case-study .case-study__quote .quote__author {
  font-size: 16px;
  line-height: 1.2;
}
.resource-section--case-study .case-study__data-points {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
}
.resource-section--case-study .case-study__data-points .size1, .resource-section--case-study .case-study__data-points .size2, .resource-section--case-study .case-study__data-points .size3, .resource-section--case-study .case-study__data-points .size4, .resource-section--case-study .case-study__data-points .size5, .resource-section--case-study .case-study__data-points .size6 {
  margin-bottom: 0.1em;
  line-height: 1;
  font-weight: 800;
  color: #5F0957;
}
.resource-section--case-study .case-study__data-points .data-point {
  max-width: 15.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
.resource-section--case-study .case-study__data-points .data-point:last-child,
.resource-section--case-study .case-study__data-points .data-point > *:last-child {
  margin-bottom: 0;
}
.resource-section--case-study .case-study__content {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1.625;
}
.resource-section--case-study .case-study__content img {
  display: inline-block;
  max-width: 100%;
}
.resource-section--case-study .case-study__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}
.resource-section--case-study .case-study__cta .cta__text {
  max-width: 400px;
  margin-bottom: 0.75em;
  font-weight: 300;
  text-align: center;
}

.resource__platform-banner {
  margin-top: 60px;
  border-top: 1px solid #DDD;
  padding-top: 60px;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .resource__platform-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .resource__platform-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.resource__platform-banner img {
  flex: 1 1 100%;
  display: block;
}
@media screen and (max-width: 639px) {
  .resource__platform-banner img {
    max-width: 208px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .resource__platform-banner img {
    max-width: 27%;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .resource__platform-banner img {
    max-width: 208px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .resource__platform-banner img {
    max-width: 27%;
    margin-right: 45px;
  }
}
.resource__platform-banner h3 {
  margin-bottom: 0.25em;
  font-size: 28px;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.resource__platform-banner h3 span {
  display: block;
  color: #22BACC;
}
.resource__platform-banner p {
  line-height: 1.2;
}
.resource__platform-banner a {
  font-size: 18px;
  font-weight: bold;
  color: #5F0957;
}
.resource__platform-banner .banner__text {
  flex: 1 1 auto;
}
.resource__platform-banner .banner__text > *:last-child {
  margin-bottom: 0;
}

.page-template-template-video-library .ast-container {
  display: flex;
  flex-direction: column !important;
  background-color: #EEEEEF;
}
.page-template-template-video-library .ast-container > * {
  flex: 1;
}
.page-template-template-video-library .section--posts-header h1 {
  color: #FFF;
}
.page-template-template-video-library .section--primary-featured {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
}
.page-template-template-video-library .section--secondary-featured {
  position: relative;
  margin-bottom: 70px;
}
.page-template-template-video-library .section--secondary-featured:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 25vw;
  background-color: var(--e-global-color-primary);
}
@media screen and (min-width: 480px) {
  .page-template-template-video-library .section--secondary-featured:before {
    height: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-video-library .section--secondary-featured:before {
    height: 8vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-video-library .section--secondary-featured:before {
    height: 112px;
  }
}
.page-template-template-video-library .section--secondary-featured .content-container {
  z-index: 3;
}
.page-template-template-video-library .filter-header {
  padding-bottom: 4px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .page-template-template-video-library .filter-header {
    display: flex;
    justify-content: space-between;
  }
}
.page-template-template-video-library .section--resources {
  padding-bottom: 30px;
}

/*# sourceMappingURL=global.css.map */