:root {
  --nav-height: 40px;
  --bs-spacer-0: 0;
  --bs-spacer-1: 0.25rem;
  --bs-spacer-2: 0.5rem;
  --bs-spacer-3: 1rem;
  --bs-spacer-4: 1.5rem;
  --bs-spacer-5: 3rem;
  --bs-spacer-6: 4rem;
  --bs-spacer-7: 6rem;
  --bs-spacer-8: 7.5rem;
  --bs-spacer-9: 9.333rem;
  --bs-spacer-10: 11rem;
}

html {
  min-height: 100vh;
  scroll-behavior: smooth;
}
html * {
  scroll-margin: calc(var(--nav-height, 40px));
}

body {
  color: var(--bs-body-color);
  overflow-x: hidden;
}
body.admin-bar #wpadminbar {
  z-index: 999999;
}
@media (min-width: 768px) {
  body.admin-bar #wpadminbar,
  body.admin-bar #wpadminbar * {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  body.admin-bar #wpadminbar,
  body.admin-bar #wpadminbar * {
    font-size: 13px;
  }
}

.container-fluid {
  padding: 0 var(--bs-gutter-x, 0);
}

#main {
  position: relative;
  min-height: calc(100vh - var(--header-height, 200px) - var(--footer-height, 300px));
}

svg {
  display: block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .whitespace-nowrap {
    white-space: nowrap;
  }
}

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

.modal-backdrop {
  --bs-backdrop-bg: var(--bs-indigo);
  --bs-backdrop-opacity: 0.85;
}

.placeholder-img {
  height: 200px;
  background-color: var(-bs-gray-300, #CCCCCC);
}

.swiper:not(.swiper-initialized) {
  height: var(--hero-min-height);
  overflow: hidden;
}
.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
  display: none;
}
.swiper:not(.swiper-initialized) .block--banner {
  width: 100%;
}
.swiper:not(.swiper-initialized) .swiper-button-prev, .swiper:not(.swiper-initialized) .swiper-button-next, .swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.swiffy-slider:not(.swiffy-initialized) .slider-container .swiffy-slide:nth-child(n+2) {
  display: none;
}

html {
  font-size: 18px;
}

body {
  font-family: var(--bs-body-font-family, sans-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(---bs-body-color, #000);
}
body * {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Lato-fallback";
  size-adjust: 97.38%;
  ascent-override: 99%;
  src: local("Arial");
}
.has-background {
  padding: calc(var(--bs-gutter-x) * 0.5);
}

h1,
.h1 {
  font-size: 36px;
}
@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: calc(36px + 16 * (100vw - 576px) / 864);
  }
}
@media screen and (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
h1.super,
.h1.super {
  font-size: 44px;
}
@media screen and (min-width: 576px) {
  h1.super,
  .h1.super {
    font-size: calc(44px + 24 * (100vw - 576px) / 864);
  }
}
@media screen and (min-width: 1440px) {
  h1.super,
  .h1.super {
    font-size: 68px;
  }
}

h2,
.h2 {
  font-size: 33px;
}
@media screen and (min-width: 576px) {
  h2,
  .h2 {
    font-size: calc(33px + 12 * (100vw - 576px) / 864);
  }
}
@media screen and (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 45px;
  }
}

h3,
.h3 {
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  h3,
  .h3 {
    font-size: calc(22px + 2 * (100vw - 576px) / 864);
  }
}
@media screen and (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  h4,
  .h4 {
    font-size: calc(20px + 2 * (100vw - 576px) / 864);
  }
}
@media screen and (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  h5,
  .h5 {
    font-size: calc(18px + 2 * (100vw - 576px) / 864);
  }
}
@media screen and (min-width: 1440px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6,
.leader,
.has-lead-font-size {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  h6,
  .h6,
  .leader,
  .has-lead-font-size {
    font-size: calc(16px + 1 * (100vw - 576px) / 864);
  }
}
@media screen and (min-width: 1440px) {
  h6,
  .h6,
  .leader,
  .has-lead-font-size {
    font-size: 17px;
  }
}

p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.column-count-1 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 768px) {
  .column-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.column-count-1 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-2 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 576px) {
  .column-count-2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 768px) {
  .column-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.column-count-2 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-3 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  column-count: 1;
}
@media (min-width: 576px) {
  .column-count-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .column-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.column-count-3 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-4 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .column-count-4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .column-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.column-count-4 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-5 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .column-count-5 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) {
  .column-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
.column-count-5 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-6 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .column-count-6 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) {
  .column-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
.column-count-6 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.no-filter {
  filter: initial !important;
}

.are-vertically-aligned-top {
  align-items: flex-start !important;
}

.are-vertically-aligned-center {
  align-items: center !important;
}

.are-vertically-aligned-bottom {
  align-items: flex-end !important;
}

.z-9 {
  z-index: 9;
}

.z-99 {
  z-index: 99;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.maxw-auto {
  max-width: auto !important;
}

.minw-auto {
  min-width: auto !important;
}

.maxw-25 {
  max-width: 25% !important;
}

.minw-25 {
  min-width: 25% !important;
}

.maxw-50 {
  max-width: 50% !important;
}

.minw-50 {
  min-width: 50% !important;
}

.maxw-75 {
  max-width: 75% !important;
}

.minw-75 {
  min-width: 75% !important;
}

.maxw-100 {
  max-width: 100% !important;
}

.minw-100 {
  min-width: 100% !important;
}

@media (min-width: 576px) {
  .maxw-sm-auto {
    max-width: auto !important;
  }
  .minw-sm-auto {
    min-width: auto !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-auto {
    max-width: auto !important;
  }
  .minw-md-auto {
    min-width: auto !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-auto {
    max-width: auto !important;
  }
  .minw-lg-auto {
    min-width: auto !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-auto {
    max-width: auto !important;
  }
  .minw-xl-auto {
    min-width: auto !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-25 {
    max-width: 25% !important;
  }
  .minw-sm-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-25 {
    max-width: 25% !important;
  }
  .minw-md-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-25 {
    max-width: 25% !important;
  }
  .minw-lg-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-25 {
    max-width: 25% !important;
  }
  .minw-xl-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-50 {
    max-width: 50% !important;
  }
  .minw-sm-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-50 {
    max-width: 50% !important;
  }
  .minw-md-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-50 {
    max-width: 50% !important;
  }
  .minw-lg-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-50 {
    max-width: 50% !important;
  }
  .minw-xl-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-75 {
    max-width: 75% !important;
  }
  .minw-sm-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-75 {
    max-width: 75% !important;
  }
  .minw-md-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-75 {
    max-width: 75% !important;
  }
  .minw-lg-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-75 {
    max-width: 75% !important;
  }
  .minw-xl-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-100 {
    max-width: 100% !important;
  }
  .minw-sm-100 {
    min-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-100 {
    max-width: 100% !important;
  }
  .minw-md-100 {
    min-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-100 {
    max-width: 100% !important;
  }
  .minw-lg-100 {
    min-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-100 {
    max-width: 100% !important;
  }
  .minw-xl-100 {
    min-width: 100% !important;
  }
}
.maxh-auto {
  max-height: auto !important;
}

.minh-auto {
  min-height: auto !important;
}

.maxh-25 {
  max-height: 25% !important;
}

.minh-25 {
  min-height: 25% !important;
}

.maxh-50 {
  max-height: 50% !important;
}

.minh-50 {
  min-height: 50% !important;
}

.maxh-75 {
  max-height: 75% !important;
}

.minh-75 {
  min-height: 75% !important;
}

.maxh-100 {
  max-height: 100% !important;
}

.minh-100 {
  min-height: 100% !important;
}

@media (min-width: 576px) {
  .maxh-sm-auto {
    max-height: auto !important;
  }
  .minh-sm-auto {
    min-height: auto !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-auto {
    max-height: auto !important;
  }
  .minh-md-auto {
    min-height: auto !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-auto {
    max-height: auto !important;
  }
  .minh-lg-auto {
    min-height: auto !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-auto {
    max-height: auto !important;
  }
  .minh-xl-auto {
    min-height: auto !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-25 {
    max-height: 25% !important;
  }
  .minh-sm-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-25 {
    max-height: 25% !important;
  }
  .minh-md-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-25 {
    max-height: 25% !important;
  }
  .minh-lg-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-25 {
    max-height: 25% !important;
  }
  .minh-xl-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-50 {
    max-height: 50% !important;
  }
  .minh-sm-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-50 {
    max-height: 50% !important;
  }
  .minh-md-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-50 {
    max-height: 50% !important;
  }
  .minh-lg-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-50 {
    max-height: 50% !important;
  }
  .minh-xl-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-75 {
    max-height: 75% !important;
  }
  .minh-sm-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-75 {
    max-height: 75% !important;
  }
  .minh-md-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-75 {
    max-height: 75% !important;
  }
  .minh-lg-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-75 {
    max-height: 75% !important;
  }
  .minh-xl-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-100 {
    max-height: 100% !important;
  }
  .minh-sm-100 {
    min-height: 100% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-100 {
    max-height: 100% !important;
  }
  .minh-md-100 {
    min-height: 100% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-100 {
    max-height: 100% !important;
  }
  .minh-lg-100 {
    min-height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-100 {
    max-height: 100% !important;
  }
  .minh-xl-100 {
    min-height: 100% !important;
  }
}
.w-max-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-min-content {
  width: -moz-min-content !important;
  width: min-content !important;
}

@media (min-width: 576px) {
  .w-sm-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 768px) {
  .w-md-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 992px) {
  .w-lg-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 576px) {
  .w-sm-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 768px) {
  .w-md-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 992px) {
  .w-lg-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
.vh-25 {
  height: 25vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-100 {
  height: 100vh !important;
}

@media (min-width: 576px) {
  .vh-sm-25 {
    height: 25vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-25 {
    height: 25vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-25 {
    height: 25vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-25 {
    height: 25vh !important;
  }
}
@media (min-width: 576px) {
  .vh-sm-50 {
    height: 50vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-50 {
    height: 50vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-50 {
    height: 50vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-50 {
    height: 50vh !important;
  }
}
@media (min-width: 576px) {
  .vh-sm-75 {
    height: 75vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-75 {
    height: 75vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-75 {
    height: 75vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-75 {
    height: 75vh !important;
  }
}
@media (min-width: 576px) {
  .vh-sm-100 {
    height: 100vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-100 {
    height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-100 {
    height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-100 {
    height: 100vh !important;
  }
}
.maxvh-25 {
  max-height: 25vh !important;
}

.maxvh-50 {
  max-height: 50vh !important;
}

.maxvh-75 {
  max-height: 75vh !important;
}

.maxvh-100 {
  max-height: 100vh !important;
}

@media (min-width: 576px) {
  .maxvh-sm-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 576px) {
  .maxvh-sm-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 576px) {
  .maxvh-sm-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 576px) {
  .maxvh-sm-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 576px) {
  .container-sm-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container-md-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container-lg-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container-xl-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.object-fit--none {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
}

.object-position--left {
  -o-object-position: left;
     object-position: left;
}

.object-position--center {
  -o-object-position: center;
     object-position: center;
}

.object-position--right {
  -o-object-position: right;
     object-position: right;
}

.object-position--top {
  -o-object-position: top;
     object-position: top;
}

.object-position--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.ms-first-0:first-child {
  margin-left: 0 !important;
}

.me-last-0:first-child {
  margin-right: 0 !important;
}

.bg-blue {
  background-color: #0d6efd;
}

.text-blue {
  color: #0d6efd;
}

.bg-indigo {
  background-color: #6610F2;
}

.text-indigo {
  color: #6610F2;
}

.bg-purple {
  background-color: #6F42C1;
}

.text-purple {
  color: #6F42C1;
}

.bg-pink {
  background-color: #D63384;
}

.text-pink {
  color: #D63384;
}

.bg-red {
  background-color: #DC3545;
}

.text-red {
  color: #DC3545;
}

.bg-orange {
  background-color: #FD7E14;
}

.text-orange {
  color: #FD7E14;
}

.bg-yellow {
  background-color: #FFC107;
}

.text-yellow {
  color: #FFC107;
}

.bg-green {
  background-color: #198754;
}

.text-green {
  color: #198754;
}

.bg-teal {
  background-color: #20C997;
}

.text-teal {
  color: #20C997;
}

.bg-cyan {
  background-color: #0DCAF0;
}

.text-cyan {
  color: #0DCAF0;
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #FFF;
}

.text-white {
  color: #FFF;
}

.bg-gray {
  background-color: #6C757D;
}

.text-gray {
  color: #6C757D;
}

.bg-gray-dark {
  background-color: #343a40;
}

.text-gray-dark {
  color: #343a40;
}

.text-inherit {
  color: inherit;
}

.text-decoration-none, .text-decoration-none a {
  text-decoration: none;
}

.linked::before {
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
.linked:hover, .linked:focus-within {
  cursor: pointer;
}
.linked:hover::before, .linked:focus-within::before {
  transform: scale(0.975);
}
.linked:not(.linked-no-style) {
  transition: transform 0.15s ease-in-out, box-shadow 0.3s ease-in-out, filter 0.15s ease-in-out;
  backface-visibility: hidden;
}
.linked:not(.linked-no-style):hover, .linked:not(.linked-no-style):focus-within {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, filter 0.15s ease-in-out;
}
.linked:not(.linked-no-style):hover:not(.has-background), .linked:not(.linked-no-style):focus-within:not(.has-background) {
  transform: scale(1.025);
}
.linked:not(.linked-no-style):not(.linked-multi) a {
  text-decoration: none;
}
.linked:not(.linked-no-style).linked-multi {
  cursor: default;
}

.sticky-top-most {
  position: sticky !important;
  top: var(--header-height-offset, 0);
  z-index: 99;
  transition: top 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .sticky-top-most-lg {
    position: sticky !important;
    top: var(--header-height-offset, 0);
    z-index: 99;
    transition: top 0.3s ease-in-out;
  }
}
.admin-bar .sticky-top-most {
  top: var(--header-height-offset, 32px);
}

.icon {
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.icon.icon-xs {
  height: 1rem;
  width: 1rem;
}
.icon.icon-sm {
  height: 1.3125rem;
  width: 1.3125rem;
}
.icon.icon-md {
  height: 2rem;
  width: 2rem;
}
.icon.icon-lg {
  height: 3rem;
  width: 3rem;
}
.icon.icon-xl {
  height: 4rem;
  width: 4rem;
}
.icon.icon-xxl {
  height: 5rem;
  width: 5rem;
}

figure.w-100 img {
  width: 100%;
}

.grid-col-span-all {
  grid-column: 1/-1;
}

.list-style-icon-brand {
  list-style-type: none;
  padding-left: 1rem;
}
.list-style-icon-brand > li {
  margin-bottom: 0.5em;
  margin-left: 0.5rem;
  position: relative;
}
.list-style-icon-brand > li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.33em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0 11.5V0.5H7L0 11.5Z' fill='%23B5121B'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.list-style-none {
  list-style-type: none;
}

.list-style-disc {
  list-style-type: disc;
}

.list-style-circle {
  list-style-type: circle;
}

.list-style-square {
  list-style-type: square;
}

.list-style-decimal {
  list-style-type: decimal;
}

.list-style-decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}

.list-style-lower-roman {
  list-style-type: lower-roman;
}

.list-style-upper-roman {
  list-style-type: upper-roman;
}

.list-style-lower-alpha {
  list-style-type: lower-alpha;
}

.list-style-upper-alpha {
  list-style-type: upper-alpha;
}

.list-style-lower-greek {
  list-style-type: lower-greek;
}

.list-style-lower-latin {
  list-style-type: lower-latin;
}

.list-style-upper-latin {
  list-style-type: upper-latin;
}

.list-style-armenian {
  list-style-type: armenian;
}

.list-style-georgian {
  list-style-type: georgian;
}

.list-style-inherit {
  list-style-type: inherit;
}

.list-style-initial {
  list-style-type: initial;
}

.list-style-revert {
  list-style-type: revert;
}

.list-style-unset {
  list-style-type: unset;
}

.content-columns-1 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 992px) {
  .content-columns-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.content-columns-2 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 992px) {
  .content-columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.content-columns-3 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 768px) {
  .content-columns-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 992px) {
  .content-columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.content-columns-4 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 576px) {
  .content-columns-4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .content-columns-4 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 992px) {
  .content-columns-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

.content-columns-5 {
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .content-columns-5 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) {
  .content-columns-5 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 992px) {
  .content-columns-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}

.content-columns-6 {
  -moz-column-count: 3;
       column-count: 3;
}
@media (min-width: 576px) {
  .content-columns-6 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 768px) {
  .content-columns-6 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
@media (min-width: 992px) {
  .content-columns-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}

[class*=content-columns-] {
  -moz-column-gap: calc(var(--bs-gutter-x) + 1rem);
       column-gap: calc(var(--bs-gutter-x) + 1rem);
}
[class*=content-columns-] > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.has-blue-color {
  color: #0d6efd;
}
.has-blue-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0d6efd;
}

.has-indigo-color {
  color: #6610F2;
}
.has-indigo-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6610F2;
}

.has-purple-color {
  color: #6F42C1;
}
.has-purple-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6F42C1;
}

.has-pink-color {
  color: #D63384;
}
.has-pink-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D63384;
}

.has-red-color {
  color: #DC3545;
}
.has-red-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #DC3545;
}

.has-orange-color {
  color: #FD7E14;
}
.has-orange-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FD7E14;
}

.has-yellow-color {
  color: #FFC107;
}
.has-yellow-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFC107;
}

.has-green-color {
  color: #198754;
}
.has-green-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #198754;
}

.has-teal-color {
  color: #20C997;
}
.has-teal-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #20C997;
}

.has-cyan-color {
  color: #0DCAF0;
}
.has-cyan-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0DCAF0;
}

.has-black-color {
  color: #000;
}
.has-black-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.has-white-color {
  color: #FFF;
}
.has-white-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
}

.has-gray-color {
  color: #6C757D;
}
.has-gray-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6C757D;
}

.has-gray-dark-color {
  color: #343a40;
}
.has-gray-dark-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #343a40;
}

.block {
  --col-order-mobile: -1;
}
@media (min-width: 992px) {
  .block {
    --col-order-mobile: initial;
  }
}

.logged-in .wp-block-spacer {
  position: relative;
}

[data-bs-theme] {
  color: var(--bs-body-color);
}

.block, [class*=wp-block-] {
  position: relative;
}
.block.full-height, [class*=wp-block-].full-height {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[data-order-mobile=true] {
  order: var(--col-order-mobile, initial);
}

@media (min-width: 992px) {
  [data-hide-desktop=true] {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  [data-hide-tablet=true] {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  [data-hide-mobile=true] {
    display: none !important;
  }
}

.is-not-stacked-on-mobile {
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  div.wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  div.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    margin-top: 1.15rem;
    margin-bottom: 1.15rem;
  }
}
.block .wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 182px;
}

.block p:last-child,
.wp-block-group p:last-child,
.wp-block-columns p:last-child {
  margin-bottom: 0;
}

figure.wp-block-image {
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: var(--bs-border-radius, 1rem) !important;
}
.wp-block-image.alignfull,
.wp-block-image .alignfull {
  width: 100vw;
  max-width: 100%;
  margin: 0 !important;
}
.wp-block-image.alignfull img,
.wp-block-image .alignfull img {
  display: block;
  width: 100vw;
  height: auto;
}
.wp-block-image.aligncenter img,
.wp-block-image .aligncenter img {
  display: block;
  margin: 0 auto !important;
}
.wp-block-image figcaption {
  display: block;
  margin: 0.75rem 0;
  text-align: left;
  font-size: 12px;
  font-style: italic;
}

.wp-block-image > * {
  max-width: 100% !important;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .wp-block-image img:first-child .wp-block-image {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .editor-styles-wrapper .wp-block-image img:first-child .wp-block-image:not(.is-resized) {
    display: initial !important;
  }
}

.block--section-wrapper .taller-layout {
  height: 66vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-bgcolor-opacity {
  position: relative;
}
.has-bgcolor-opacity .bgcolor-opacity-div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.has-border-color {
  border-style: solid;
}

.preblock p {
  font-size: 1.35rem;
}

.block--banner {
  --min-height: var(--hero-min-height, var(--banner-min-height, 400px));
  position: relative;
  min-height: calc(var(--min-height) * 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .block--banner {
    min-height: calc(var(--min-height) * 0.75);
  }
}
@media (min-width: 992px) {
  .block--banner {
    min-height: var(--min-height);
  }
}
@media (min-width: 992px) {
  .block--banner .banner-content {
    max-width: var(--lg-max-width, 100%);
  }
}
.block--banner .banner-content--wrapper {
  position: relative;
  z-index: 1;
}
.block--banner .banner-background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.block--banner .block--banner--wrapper {
  flex: 0 0 100%;
}

.block .card {
  word-break: break-word;
}

table + figcaption {
  padding: 0.5em 0;
}

button * {
  pointer-events: none;
}

.has-custom-font-size > .btn, #main .gform_wrapper .gform_footer .has-custom-font-size > input[type=submit],
#main .gform_wrapper .gform_footer .has-custom-font-size > .gform_button {
  font-size: inherit;
}

.btn.btn-primary,
#main .gform_wrapper .gform_footer .btn.gform_button, #main .gform_wrapper .gform_footer input[type=submit],
#main .gform_wrapper .gform_footer .btn-primary.gform_button,
#main .gform_wrapper .gform_footer .gform_button {
  color: var(--bs-light);
}
.btn.btn-primary:hover, #main .gform_wrapper .gform_footer input[type=submit]:hover,
#main .gform_wrapper .gform_footer .gform_button:hover, .btn.btn-primary:focus, #main .gform_wrapper .gform_footer input[type=submit]:focus,
#main .gform_wrapper .gform_footer .gform_button:focus, .btn.btn-primary:active, #main .gform_wrapper .gform_footer input[type=submit]:active,
#main .gform_wrapper .gform_footer .gform_button:active {
  color: var(--bs-light);
}
.btn.btn-arrow, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit],
#main .gform_wrapper .gform_footer .btn-arrow.gform_button {
  color: var(--bs-primary);
  position: relative;
  padding-left: 0;
}
.btn.btn-arrow > svg, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit] > svg,
#main .gform_wrapper .gform_footer .btn-arrow.gform_button > svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s cubic-bezier(0.72, 0, 0.12, 1) 0s;
  width: 18px;
  backface-visibility: hidden;
}
.btn.btn-arrow:hover, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit]:hover,
#main .gform_wrapper .gform_footer .btn-arrow.gform_button:hover, .btn.btn-arrow:focus, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit]:focus,
#main .gform_wrapper .gform_footer .btn-arrow.gform_button:focus, .btn.btn-arrow:active, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit]:active,
#main .gform_wrapper .gform_footer .btn-arrow.gform_button:active {
  color: var(--bs-link-color);
  -webkit-text-decoration: 1px underline dashed;
          text-decoration: 1px underline dashed;
}
.btn.btn-arrow:hover > svg, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit]:hover > svg,
#main .gform_wrapper .gform_footer .btn-arrow.gform_button:hover > svg, .btn.btn-arrow:focus > svg, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit]:focus > svg,
#main .gform_wrapper .gform_footer .btn-arrow.gform_button:focus > svg, .btn.btn-arrow:active > svg, #main .gform_wrapper .gform_footer input.btn-arrow[type=submit]:active > svg,
#main .gform_wrapper .gform_footer .btn-arrow.gform_button:active > svg {
  transform: translateY(-50%) translateX(5px);
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-template-template-resources .featured-resource {
  color: var(--bs-gray-700);
}
.page-template-template-resources .featured-resource .leader {
  font-size: 1.5rem;
}
.page-template-template-resources .featured-resource .feat-wrapper {
  position: relative;
}
.page-template-template-resources .featured-resource .feat-wrapper .inner-wrapper {
  position: relative;
  padding: 1rem;
  background: var(--bs-gray-200);
}
.page-template-template-resources .featured-resource .feat-wrapper .inner-wrapper img {
  position: relative;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-template-resources .featured-resource .feat-wrapper .inner-wrapper a.link-arrow {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-right: 1.5rem;
  width: -moz-max-content;
  width: max-content;
}
.page-template-template-resources .featured-resource .feat-wrapper .inner-wrapper a.link-arrow:hover svg, .page-template-template-resources .featured-resource .feat-wrapper .inner-wrapper a.link-arrow:focus svg, .page-template-template-resources .featured-resource .feat-wrapper .inner-wrapper a.link-arrow:active svg {
  transform: translateX(1.5rem);
}
.page-template-template-resources .featured-resource .feat-wrapper .inner-wrapper a.link-arrow svg {
  transform: translateX(1rem);
  transition: transform 0.3s ease-in-out;
}
.page-template-template-resources #resources * {
  box-sizing: border-box;
}
.page-template-template-resources #resources #resource-filters .filter .dropdown button.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #ADB5BD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-template-template-resources #resources #resource-filters .form-control {
  border-color: var(--bs-gray-500);
}
.page-template-template-resources #resources #resource-filters button.filter-submit, .page-template-template-resources #resources #resource-filters button.filter-reset {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  font-size: 0.875rem;
}
.page-template-template-resources #resources #resource-filters button.filter-submit.filter-submit, .page-template-template-resources #resources #resource-filters button.filter-reset.filter-submit {
  margin-right: 0.4rem;
}
.page-template-template-resources #resources #resource-filters button.filter-submit.filter-reset, .page-template-template-resources #resources #resource-filters button.filter-reset.filter-reset {
  text-decoration: underline;
}
.page-template-template-resources #resources .filtered .btn-filter {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0.5rem 0 0;
  padding: 0.25rem 1rem;
  background-color: var(--bs-blue);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--bs-white, #fff);
}
.page-template-template-resources #resources .filtered .btn-filter::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 384 512"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" fill="white"/></svg>');
  display: block;
  height: 1rem;
  margin-left: 0.5rem;
}
.page-template-template-resources #resource-list {
  position: relative;
}
.page-template-template-resources #resource-list.loading {
  height: 50vh;
  min-height: 300px;
}
.page-template-template-resources #resource-list .filter-help-text {
  color: var(--bs-gray-700);
  font-weight: 700;
}
.page-template-template-resources #resource-list .resource {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  border: 0 !important;
  color: var(--bs-gray-900);
  font-size: 0.9rem;
  transition: transform 0.25s ease-in-out;
}
.page-template-template-resources #resource-list .resource:hover {
  transform: translateY(-5px);
  cursor: pointer;
}
.page-template-template-resources #resource-list .resource .wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  border: 2px solid #F7F7F7;
  border-radius: 5px;
  box-shadow: 0 4px 28px 9px rgba(130, 140, 225, 0.07);
}
.page-template-template-resources #resource-list .resource .wrapper .cover-image {
  display: block;
  margin-bottom: 1rem;
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.page-template-template-resources #resource-list .resource .wrapper .cover-image svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20%;
  fill: var(--bs-white);
}
.page-template-template-resources #resource-list .resource .wrapper .leader {
  margin-bottom: 4px;
  color: var(--bs-gray-700);
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
}
.page-template-template-resources #resource-list .resource .wrapper h3 {
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 700;
}
.page-template-template-resources #resource-list .resource .wrapper p {
  margin-bottom: 0;
}
.page-template-template-resources #resource-list .resource .wrapper a.link-arrow {
  align-items: center;
}
.page-template-template-resources #resource-list .load-more[disabled] {
  display: none;
}
.page-template-template-resources .card--loading {
  opacity: 0;
}
.page-template-template-resources .card--loaded {
  animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.single-resources #main article {
  border-bottom: none;
}
.single-resources .resource-img.img-fluid {
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}
.single-resources #resource-form {
  padding: 1.25rem 2rem;
}
.single-resources #resource-form:empty, .single-resources #resource-form:blank {
  display: none;
}
.single-resources #resource-form h2 {
  display: block;
  margin: -1.25rem -2rem -0.25rem;
  padding: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}
.single-resources #resource-form a.btn,
.single-resources #resource-form #main .gform_wrapper .gform_footer a.gform_button,
#main .gform_wrapper .gform_footer .single-resources #resource-form a.gform_button {
  width: 100%;
  padding: 0.9rem;
}
.single-resources .share-post > div {
  margin-right: 0;
}
.single-resources .submitted-message p {
  padding-top: 2rem;
}

@media (min-width: 992px) {
  #gating.has-thumbnail {
    margin-top: -150px;
  }
}
.single,
.single * {
  word-wrap: break-word;
  -webkit-hyphens: none;
          hyphens: none;
}
.single article .featured-image {
  aspect-ratio: 2.35;
  overflow: hidden;
}
.single article .featured-image img {
  position: relative;
  display: block;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.single .share-post > .container {
  padding-top: 1rem;
}
.single .share-post h5 {
  display: inline-block;
  margin-right: 0.25rem;
}
.single .share-post a {
  display: inline-block;
  margin: 0 0.25rem;
  text-decoration: none;
}
.single .share-post a svg {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.search .banner {
  background-color: var(--bs-primary);
}
.search .banner h1 {
  color: var(--bs-white);
}
.search .search-results .search-results-list .search-result:last-child {
  border-bottom: 0 !important;
}
.search .pagination {
  --bs-pagination-color: var(--bs-white);
  --bs-pagination-color-active: var(--bs-white);
  --bs-pagination-bg: var(--bs-white);
  --bs-pagination-border-color: var(--bs-gray);
  --bs-pagination-bg-active: var(--bs-primary);
  --bs-pagination-hover-bg: var(--bs-secondary);
  --bs-pagination-border-radius: 4px;
  --bs-pagination-border-width: 2px;
}
.search .pagination .nav-links {
  display: flex;
  border: solid var(--bs-pagination-border-width) var(--bs-pagination-border-color);
  border-radius: var(--bs-pagination-border-radius);
}
.search .pagination .nav-links .page-numbers {
  border-right: solid var(--bs-pagination-border-width) var(--bs-pagination-border-color);
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  background: var(--bs-pagination-bg);
}
.search .pagination .nav-links .page-numbers.current {
  background: var(--bs-pagination-bg-active);
  color: var(--bs-pagination-color);
}
.search .pagination .nav-links .page-numbers.page-numbers:last-child {
  border-right: 0;
}
.search .pagination .nav-links .page-numbers:hover {
  text-decoration: none;
  background: var(--bs-pagination-hover-bg);
  color: var(--bs-pagination-color-active);
}

.relevanssi-live-search-results {
  min-height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rlv-has-spinner {
  border-color: var(--bs-primary);
  border-right-color: transparent;
}

.rlv-has-spinner::after {
  background-color: var(--bs-primary);
}

.relevanssi-live-search-results-showing {
  opacity: 1;
}

.content-imported img {
  max-width: 100%;
  height: auto;
}
.content-imported #brand-specialist-div img[src*=contact-brand-sales-specialist-img] {
  width: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 2rem;
  padding: 0.5rem;
  background: black;
}

.no-blocks img {
  max-width: 100%;
  height: auto;
}

.wp-block-search.wp-block-search__button-only .form-control {
  transition: all 0.3s ease-in-out;
}
.wp-block-search .btn, .wp-block-search #main .gform_wrapper .gform_footer input[type=submit], #main .gform_wrapper .gform_footer .wp-block-search input[type=submit],
.wp-block-search #main .gform_wrapper .gform_footer .gform_button,
#main .gform_wrapper .gform_footer .wp-block-search .gform_button {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}
.wp-block-search.wp-block-search__button-inside .btn, .wp-block-search.wp-block-search__button-inside #main .gform_wrapper .gform_footer input[type=submit], #main .gform_wrapper .gform_footer .wp-block-search.wp-block-search__button-inside input[type=submit],
.wp-block-search.wp-block-search__button-inside #main .gform_wrapper .gform_footer .gform_button,
#main .gform_wrapper .gform_footer .wp-block-search.wp-block-search__button-inside .gform_button {
  border-left: 0 !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
  border: transparent;
}
.wp-block-search .wp-block-search__input.form-control {
  border: 1px solid var(--bs-border-color);
}

#main .gform_wrapper {
  --bs-border-radius: 0;
  border-radius: 0;
  background-color: var(--bs-white);
  padding: 0 var(--bs-gutter-x, 1rem);
}
@keyframes validationFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#main .gform_wrapper .gform_heading {
  text-align: center;
}
#main .gform_wrapper .gform_heading .gform_title {
  font-size: 1.25rem !important;
  padding-bottom: 1rem;
}
#main .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
#main .gform_wrapper .gform_body .gfield {
  position: relative;
}
#main .gform_wrapper .gform_body .gfield.gfield--type-consent .gfield_consent_description {
  margin-bottom: 10px;
}
#main .gform_wrapper .gform_body .gfield.gsection:not(:first-child) {
  margin-top: 2rem;
}
#main .gform_wrapper .gform_body .gfield.gfield--width-half {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#main .gform_wrapper .gform_body .gfield.gfield--width-half .gfield_label {
  margin-bottom: 5px;
}
#main .gform_wrapper .gform_body .gfield > label,
#main .gform_wrapper .gform_body .gfield .gfield_label {
  font-weight: 400;
  margin-bottom: 2px;
}
#main .gform_wrapper .gform_body .gfield > .ginput_container input,
#main .gform_wrapper .gform_body .gfield > .ginput_container select,
#main .gform_wrapper .gform_body .gfield > .ginput_container textarea {
  border-radius: var(--bs-border-radius, 4px) !important;
  border: solid 1px var(--bs-gray-900);
}
#main .gform_wrapper .gform_body .gfield > .ginput_container input:focus-visible, #main .gform_wrapper .gform_body .gfield > .ginput_container input:focus-within,
#main .gform_wrapper .gform_body .gfield > .ginput_container select:focus-visible,
#main .gform_wrapper .gform_body .gfield > .ginput_container select:focus-within,
#main .gform_wrapper .gform_body .gfield > .ginput_container textarea:focus-visible,
#main .gform_wrapper .gform_body .gfield > .ginput_container textarea:focus-within {
  box-shadow: none;
  outline: solid 2px var(--bs-primary);
}
#main .gform_wrapper .gform_body .gfield > .ginput_container input:focus-visible, #main .gform_wrapper .gform_body .gfield > .ginput_container input:focus-within,
#main .gform_wrapper .gform_body .gfield > .ginput_container select:focus-visible,
#main .gform_wrapper .gform_body .gfield > .ginput_container select:focus-within,
#main .gform_wrapper .gform_body .gfield > .ginput_container textarea:focus-visible,
#main .gform_wrapper .gform_body .gfield > .ginput_container textarea:focus-within {
  outline: solid 2px var(--bs-primary);
  box-shadow: none;
}
#main .gform_wrapper .gform_body .gfield > .ginput_container.ginput_container_date .datepicker {
  width: 100%;
}
#main .gform_wrapper .gform_body .gfield > .ginput_container input[type=radio] {
  border-radius: 50% !important;
}
#main .gform_wrapper .gform_body .gfield .gfield_time_ampm select {
  padding: initial !important;
}
#main .gform_wrapper .gform_body .gfield.gfield--type-text .gfield_label, #main .gform_wrapper .gform_body .gfield.gfield--type-email .gfield_label, #main .gform_wrapper .gform_body .gfield.gfield--type-textarea .gfield_label, #main .gform_wrapper .gform_body .gfield.gfield--type-date .gfield_label, #main .gform_wrapper .gform_body .gfield.gfield--type-list .gfield_label, #main .gform_wrapper .gform_body .gfield.gfield--type-phone .gfield_label {
  line-height: 1;
}
#main .gform_wrapper .gform_body .gfield .datepicker::-moz-placeholder {
  color: transparent;
}
#main .gform_wrapper .gform_body .gfield .datepicker::placeholder {
  color: transparent;
}
#main .gform_wrapper .gform_footer {
  justify-content: center;
}
#main .gform_wrapper .gform_footer input[type=submit],
#main .gform_wrapper .gform_footer .gform_button {
  position: relative;
}
#main .gform_wrapper .gfield_error label, #main .gform_wrapper .gfield_error legend {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--bs-danger, #DC3545);
}
#main .gform_wrapper .gform_validation_errors {
  background: var(--bs-warning-bg-subtle, #FFF3CD);
  color: var(--bs-warning-text-emphasis, #664D03);
  border: 1px solid var(--bs-warning-text-emphasis, #664D03);
  border-radius: var(--bs-border-radius, 0.25rem);
  box-shadow: none;
  padding: 16px 20px;
  margin-bottom: 1rem;
  animation: validationFadeIn 0.35s ease-in;
}
#main .gform_wrapper .gform_validation_errors :last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: inherit;
}
#main .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  height: initial;
  inset-inline-start: initial;
  position: absolute;
  inset-block-start: initial;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: var(--bs-white);
  border-radius: 50%;
}
#main .gform_wrapper .validation_message {
  background: var(--bs-warning-bg-subtle, #FFF3CD);
  color: var(--bs-warning-text-emphasis, #664D03);
  border: 0;
  padding: 5px;
  font-size: 0.9em;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  animation: validationFadeIn 0.35s ease-in;
}
#main .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 25px;
  text-align: center;
}
#main .gform_wrapper.gravity-theme .gform_page_footer input[type=button], #main .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  padding: 0.5rem 1rem;
}
#main .gform_wrapper.gravity-theme .gf_page_steps {
  margin-bottom: 30px !important;
}
#main .gform_wrapper.gravity-theme .gf_page_steps .gf_step_completed .gf_step_number::before {
  background: var(--bs-success-bg, #155724);
  border-color: var(--bs-success-bg, #155724);
}
#main .gform_confirmation_wrapper {
  margin: 1rem;
}
#main .gform_confirmation_wrapper .gform_confirmation_message {
  background: var(--bs-success-bg-subtle, #D4EDDA);
  color: var(--bs-success-text-emphasis, #155724);
  border: 1px solid var(--bs-success-text-emphasis, #155724);
  border-radius: var(--bs-border-radius, 0.25rem);
  box-shadow: none;
  padding: 16px 20px;
  margin-bottom: 1rem;
}
#main .gform_confirmation_wrapper .gform_confirmation_message :last-child {
  margin-bottom: 0;
}
