:root {
  --primary-purple: #912372;
  --primary-green: #135e60;
  --light-green: #1ea8aa;
  --secondary-green: #92cfa7;
  --primary-gray: #343536;
  --secondary-gray: #535657;
  --secondary-purple: #edcee6;
  --gray-tint: rgb(241, 241, 241);
  --white: #ffffff;
  --header-font: bryant-web, sans-serif;
  --content-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gf-form-gap-y: 20px;
  --before-height: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html,
body {
  line-height: 1.25;
  font-weight: 500;
  color: var(--primary-gray);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
  -webkit-font-smoothing: antialiased;
}
strong {
  font-weight: 600;
}
p,
a,
strong,
b,
span {
  font-family: var(--content-font);
  font-size: 18px;
}
section {
  overflow: hidden;
}
li {
  font-size: 1.2em;
  line-height: 1.4em;
}
section .container li {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
section .container ul {
  list-style: none;
}
section .container ul li::before {
  content: "\2022";
  color: var(--primary-green);
  font-weight: 700;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.9em;
  font-size: 24px;
}
section .container ul.slick-dots li::before {
  content: "";
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: var(--content-font);
}
ol,
ul {
  padding-left: 2em;
  margin-left: -0.5em;
}
section a {
  color: var(--primary-purple);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--primary-purple);
  transition: all 0.3s ease;
}
section a:hover {
  text-decoration: none;
  color: var(--primary-green);
}
footer a {
  text-decoration: none !important;
}
.timeline a,
.cards .text a,
.purple a,
.half-slider .middle a,
.carousel .slider .text a,
.highlight a,
.green a,
.carousel .slider span a,
.testimonial a,
.call-to-action a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
  transition: text-decoration-color 0.3s ease;
}
.timeline a:hover,
.cards .text a:hover,
.purple a:hover,
.half-slider .middle a:hover,
.carousel .slider .text a:hover,
.highlight a:hover,
.green a:hover,
.carousel .slider span a:hover,
.testimonial a:hover,
.call-to-action a:not(.btn):hover {
  text-decoration-color: #fff0;
  color: #fff;
  transition: text-decoration-color 0.3s ease;
}
.btn a::before {
  content: "";
  display: none;
}
.btn a {
  text-decoration: none;
  color: inherit !important;
}
.btn a:hover {
  text-decoration: none;
  color: inherit !important;
}
a.btn {
  text-decoration: none !important;
}
a.btn:hover {
  text-decoration: none !important;
}
.btn:focus,
.btn:focus-visible {
  outline: auto;
}
.gray p {
  color: var(--secondary-gray);
}
h1 {
  color: var(--primary-green);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.8rem;
}
h2 {
  color: var(--primary-purple);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.4rem;
}
h3 {
  color: var(--primary-purple);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}
h4 {
  color: var(--primary-purple);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
    line-height: 3.4rem;
  }
  h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .w-90 {
    width: 90%;
  }
  .w-lg-75 {
    width: 75%;
  }
}
.bryant-font {
  font-family: var(--header-font);
  font-weight: 500;
}
.background-gray {
  background-color: #f7f7f7 !important;
}
@media (max-width: 576px) {
  .container {
    padding: 0 1.5em;
  }
}
#child.hero-no-image .col-12 .icon.svg {
  height: 100%;
  width: 190px;
}
.repeatable .col-12 .icon.svg {
  height: 100%;
  width: 140px;
}
#header-nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.navbar {
  padding-top: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: end;
  }
  .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    border: 0;
    background-color: rgb(255 255 255 / 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 6px 6px -6px #868686;
  }
  .navbar-collapse.show {
    height: 100vh !important;
  }
  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within .dropdown-menu {
    max-height: 600px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    min-width: 215px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .dropdown-item span {
    font-size: 16px;
  }
}
.nav-logo {
  position: relative;
  width: 200px;
  padding: 3% 0;
}
@media (min-width: 992px) {
  .nav-logo {
    width: 250px;
    padding: 5% 0 2%;
  }
  #header-nav {
    box-shadow: 0 0 10px #00000080;
  }
}
@media (min-width: 1200px) {
  .nav-logo {
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .nav-logo {
    width: 300px;
  }
}
.navbar-expand-xl .navbar-collapse {
  justify-content: flex-end;
}
.navbar .dropdown-toggle span,
.navbar .nav-link span {
  position: relative;
  font-family: var(--header-font);
  font-size: 18px;
  font-weight: 500;
  color: #535657;
  -moz-transition: color 0.5s ease, text-decoration 0.5s ease;
  transition: color 0.5s ease, text-decoration 0.5s ease;
}
.navbar .dropdown-toggle span::before,
.navbar .nav-link span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: var(--primary-green);
  transition: width 0.5s ease;
}
.navbar .dropdown-toggle:hover span::before,
.navbar .nav-link:hover span::before {
  width: 100%;
}
@media (min-width: 1400px) {
  .navbar .dropdown-toggle span,
  .navbar .nav-link span {
    font-size: 20px;
  }
}
.navbar .dropdown-toggle:hover span,
.navbar .nav-link:hover span {
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--primary-green);
  text-underline-offset: 3px;
}
.navbar .nav-item:hover .dropdown-menu,
.navbar .nav-item:focus .dropdown-menu {
  display: block;
}
.navbar .nav-item:hover .nav-link span {
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--primary-green);
  text-underline-offset: 3px;
}
.navbar .nav-item:hover .nav-link span::before {
  width: 100%;
}
.navbar .dropdown-menu a:hover {
  background-color: #fff0;
  color: var(--primary-purple);
}
.navbar .dropdown-item {
  font-size: 15px;
  padding-left: 15px;
  font-weight: 500;
}
.navbar.bg-light {
  background-color: #fff !important;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107" !important;
  padding-left: 2px;
  color: var(--primary-green);
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .dropdown-toggle::after {
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    text-align: start;
    position: fixed;
    top: 62px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    overflow-y: auto;
    margin-right: -36px;
  }
  .navbar .navbar-collapse .menu-header-menu-container {
    margin-left: 36px;
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-collapse {
    text-align: start;
    position: fixed;
    top: 62px;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgb(255 255 255 / 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    overflow-y: auto;
    margin-right: -36px;
  }
  .navbar .navbar-collapse .menu-header-menu-container {
    margin-left: 36px;
    padding-top: 10%;
  }
}
@media (max-width: 992px) {
  .navbar .toggle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
  .navbar .navbar-collapse .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .navbar .navbar-collapse .button-modal {
    margin-left: 15px;
    margin-top: 5px;
  }
  .navbar .navbar-collapse .dropdown-menu {
    width: fit-content;
    background: #fff0;
    border: 0;
  }
  .navbar .navbar-collapse .dropdown-menu li a span {
    font-size: 16px;
  }
  .navbar.bg-light {
    padding-bottom: 0;
  }
  .navbar .dropdown-item {
    padding-left: 10px;
  }
  .site-header {
    transition: background-color 0.4s ease, box-shadow 0.4s ease,
      padding 0.4s ease;
  }
  .site-header.scrolled {
    position: fixed;
    z-index: 999;
    width: 100vw;
    top: 0;
    background-color: #fffffff3;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    padding: 0;
  }
  .navbar.bg-light {
    background-color: transparent !important;
  }
}
.navbar .dropdown-menu li {
  padding-left: 0 !important;
}
.navbar .navbar-btn .fa-search {
  background: linear-gradient(
    to bottom right,
    #fff 68%,
    var(--primary-purple) 32%
  );
  -webkit-background-clip: text;
  color: #fff0;
}
@media (min-width: 992px) {
  .navbar .navbar-btn .fa-search {
    background: linear-gradient(
      to bottom right,
      #737779 68%,
      var(--primary-purple) 32%
    );
    -webkit-background-clip: text;
    color: #fff0;
    width: 20px;
  }
}
.navbar .navbar-btn .fa-search:hover {
  color: var(--primary-purple);
}
.dropdown-menu[data-bs-popper] {
  left: auto;
}
.utility .block-1,
.utility .block-2,
.utility .block-3 {
  padding: 10px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: padding 0.2s ease-in-out;
  text-decoration: none;
}
.utility .block-1:hover,
.utility .block-2:hover,
.utility .block-3:hover {
  padding: 12px 30px;
  transition: padding 0.2s ease-in-out;
  text-decoration: none;
}
.utility a {
  margin: 0 6px;
  text-decoration: none;
}
.utility a:hover {
  text-decoration: none;
}
.utility .block-1,
.utility .block-2 {
  background-color: var(--primary-purple);
}
.utility .block-3 {
  background-color: var(--primary-green);
}
.utility .item {
  font-size: 14px;
  font-family: var(--content-font);
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}
.utility-mobile {
  flex-direction: row;
  border-top: 2.5px solid var(--primary-purple);
  border-bottom: 2.5px solid var(--primary-purple);
  background-color: var(--primary-green);
  position: absolute;
  top: 0;
  width: 100%;
  margin-right: -36px;
  padding: 10px 0;
  z-index: 1000;
}
.utility-mobile a {
  font-size: 16px;
  font-family: var(--content-font);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.utility-mobile .block-1,
.utility-mobile .block-2,
.utility-mobile .block-3 {
  margin: 0;
  padding: 7px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.2s ease-in-out;
}
.modal {
  background-color: #fff0;
}
.modal-backdrop {
  background-color: #fff0;
  height: initial;
}
.modal-header {
  border-bottom: none;
  justify-content: end;
}
.modal .close {
  background: #fff0;
  border: none;
}
.modal .close span {
  font-size: 55px;
  color: var(--primary-purple);
  line-height: 40px;
}
#searchModal .modal-dialog {
  position: relative;
  width: 100vw;
  height: 500px;
  margin: 0;
  padding: 0;
}
#searchModal .modal-dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/PROV_Search_Shape_90.png);
  background-size: cover;
  background-position: center;
  opacity: 1;
  pointer-events: none;
}
.modal-body {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .modal-body {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  #searchModal .modal-dialog {
    width: 100vw;
    height: 100vh;
  }
  #searchModal .modal-dialog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/PROV_Search_Shape_90.png);
    background-size: cover;
    background-position: center;
    opacity: 1;
  }
  .modal-body {
    padding-top: 150px;
  }
}
.modal-backdrop {
  background-color: #fff;
  opacity: 1 !important;
}
.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
}
.modal-content h1 {
  color: #fff;
}
.modal-body form {
  margin: 25px auto;
  float: none;
  width: 100%;
}
@media (max-width: 576px) {
  .modal-body h1 {
    font-size: 36px;
  }
  .modal-body {
    padding-top: 25px;
  }
}
.modal-content .close {
  opacity: 1;
  font-size: 30px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.modal-dialog {
  max-width: 100%;
}
input#s {
  width: 400px;
  height: 40px;
  border-radius: 10px;
  border: none;
  padding: 15px;
  background: #fff;
}
@media (min-width: 992px) {
  input#s {
    margin-right: 3.5em;
  }
}
@media (max-width: 576px) {
  input#s {
    width: 280px;
  }
}
input#s::placeholder {
  opacity: 1;
  color: var(--primary-purple);
  font-family: var(--content-font);
  font-weight: 400;
}
#footer a {
  color: #fff;
}
#footer .links p a span {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#footer .links p a span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: width 0.5s ease;
}
#footer .links p a span:hover::before {
  width: 100%;
}
#footer .main {
  border-bottom: 15px solid var(--primary-green);
  background-image: url(assets/images/Footer_background_1920x600.png);
  background-size: cover;
  background-position: center top;
}
@media (max-width: 992px) {
  #footer .main {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
#footer .main > div {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #footer .main > div {
    padding-top: 200px;
    padding-bottom: 30px;
  }
}
#footer .links a span {
  text-decoration: none !important;
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  text-decoration: underline #fff0;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: text-decoration 0.5s ease;
}
#footer .links p {
  text-decoration: none;
  font-family: var(--content-font);
  font-weight: 500;
  color: #fff;
}
#footer .links p.address {
  font-size: 16px;
}
@media (max-width: 992px) {
  #footer .socials {
    margin-top: -50px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer .socials {
    margin-left: 170px;
  }
  #footer .links p.address {
    margin-left: 70px;
  }
}
#footer .socials a {
  text-decoration: none;
}
#footer .socials a div {
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
#footer .socials a div i {
  color: var(--primary-green);
}
#footer .socials a div:hover i {
  color: #fff;
  text-decoration: none;
}
#footer .socials a div:hover {
  background-color: var(--primary-gray);
  text-decoration: none;
}
#footer .bottom-bar {
  background-color: #737779;
}
#footer .bottom-bar {
  color: #fff;
  font-family: var(--content-font);
  font-size: 14px;
  line-height: 14px;
  background-color: #737779;
}
#footer .bottom-bar a {
  font-size: inherit;
  color: inherit;
}
#footer .bottom-bar a:hover {
  font-size: inherit;
  color: #fff;
}
.btn.btn-primary {
  border-radius: 5px;
  background-color: #fff;
  border: 3px solid var(--primary-purple);
  color: var(--primary-purple);
  text-align: center;
  font-size: 18px;
  padding: 7px 20px;
  transition: padding-right 0.5s, padding-left 0.5s;
  cursor: pointer;
  position: relative;
  backface-visibility: hidden;
}
@media (max-width: 992px) {
  .searchform .btn.btn-primary {
    margin: 36px;
  }
}
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-hero,
.btn.btn-load-more,
.btn.btn-tertiary,
.btn.btn-shop {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.btn.btn-secondary a:hover,
.btn.btn-tertiary a:hover {
  color: var(--primary-purple) !important;
}
.btn.btn-secondary a:hover,
.btn.btn-tertiary a:hover {
  color: #fff !important;
}
.btn.btn-primary:after,
.btn.btn-secondary:after,
.btn.btn-hero:after,
.btn.btn-load-more:after,
.btn.btn-tertiary:after {
  content: "\2192";
  position: absolute;
  opacity: 0;
  top: 6.5px;
  right: -5px;
  transition: opacity 0.5s, right 0.5s;
}
.call-to-action:not(#home) .btn.btn-primary:after {
  content: "\2192";
  position: absolute;
  opacity: 0;
  top: 8.5px;
  right: -5px;
  transition: opacity 0.5s, right 0.5s;
}
.call-to-action:not(#home) .btn.btn-primary:hover:after {
  opacity: 1;
  right: 10px;
}
.btn.btn-shop {
  border-radius: 5px;
  background-color: #fff;
  border: 3px solid var(--light-green);
  color: var(--primary-purple);
  text-align: center;
  font-size: 18px;
  padding: 7px 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.btn.btn-shop:after {
  content: "\2190";
  position: absolute;
  opacity: 0;
  top: 6px;
  left: -5px;
  transition: 0.5s;
}
.btn.btn-shop:hover {
  padding-left: 35px;
  margin-left: -15px;
}
.btn.btn-primary:hover {
  padding-right: 35px;
  margin-right: -15px;
}
.btn.btn-primary:hover:after,
.btn.btn-secondary:hover:after,
.btn.btn-hero:hover:after,
.btn.btn-load-more:hover:after,
.btn.btn-tertiary:hover:after {
  opacity: 1;
  right: 10px;
}
.btn.btn-shop:hover:after {
  opacity: 1;
  left: 10px;
}
.btn.btn-secondary,
.btn.btn-load-more {
  border-radius: 5px;
  background-color: #fff;
  border: 3px solid var(--light-green);
  color: var(--primary-purple);
  text-align: center;
  font-size: 18px;
  padding: 7px 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.btn.btn-secondary:hover,
.btn.btn-load-more:hover {
  background-color: var(--primary-purple);
  color: #fff;
  padding-right: 35px;
  margin-right: -15px;
}
.btn.btn-hero {
  border-radius: 5px;
  background-color: #fff;
  border: 3px solid var(--light-green);
  color: var(--primary-purple);
  text-align: center;
  font-size: 18px;
  padding: 7px 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.btn.btn-hero:hover {
  padding-right: 35px;
  margin-right: -15px;
}
.btn.btn-tertiary {
  border-radius: 5px;
  background-color: #fff;
  border: 3px solid var(--primary-purple);
  color: var(--primary-purple);
  text-align: center;
  font-size: 18px;
  padding: 7px 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.btn.btn-tertiary:hover {
  border-radius: 5px;
  border: 3px solid var(--primary-purple);
  background-color: var(--primary-purple);
  color: #fff;
  padding-right: 35px;
  margin-right: -15px;
}
.box-shadow-left-green,
.box-shadow-center-green,
.box-shadow-right-green,
.box-shadow-left-purple,
.box-shadow-center-purple,
.box-shadow-right-purple {
  position: relative;
  width: 100%;
}
.box-shadow-left-green img,
.box-shadow-center-green img,
.box-shadow-right-green img,
.box-shadow-left-purple img,
.box-shadow-center-purple img,
.box-shadow-right-purple img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  width: 100%;
}
.box-shadow-left-green::after {
  content: "";
  background: var(--light-green);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: -10px;
  z-index: 0;
  border-radius: 10px;
  pointer-events: none;
}
.box-shadow-center-green::after {
  content: "";
  background: var(--light-green);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: 0;
  z-index: 0;
  border-radius: 10px;
  pointer-events: none;
}
.box-shadow-right-green::after {
  content: "";
  background: var(--light-green);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  z-index: 0;
  border-radius: 10px;
  pointer-events: none;
}
.box-shadow-left-purple::after {
  content: "";
  background: var(--primary-purple);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: -10px;
  z-index: 0;
  border-radius: 10px;
  pointer-events: none;
}
.box-shadow-center-purple::after {
  content: "";
  background: var(--primary-purple);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: 0;
  z-index: 0;
  border-radius: 10px;
  pointer-events: none;
}
.box-shadow-right-purple::after {
  content: "";
  background: var(--primary-purple);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  z-index: 0;
  border-radius: 10px;
  pointer-events: none;
}
.box-shadow {
  box-shadow: 0 15px 10px -15px #b7b7b7;
}
.content iframe {
  box-shadow: 0 0 10px 1px #b7b7b7;
}
.hero {
  position: relative;
  height: 600px;
  margin-top: 15px;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#general.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.general--hero-container {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .hero {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 630px;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 680px;
  }
}
@media (min-width: 1400px) {
  .hero {
    height: 880px;
  }
}
@media (min-width: 1600px) {
  .hero {
    height: 960px;
  }
}
.hero .overlay {
  background-color: #912372;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  justify-content: start;
  padding: 4% 5%;
  border-radius: 10px;
  width: 100%;
}
#general.hero .overlay {
  background-color: #912372;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .hero .overlay {
    background-color: rgb(145 35 114 / 0.8);
  }
  #general.hero .overlay {
    background-color: rgb(145 35 114 / 0.8);
  }
}
@media (max-width: 768px) {
  #home.hero .overlay {
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
  }
  #general.hero .row {
    top: 70%;
  }
  .hero .row {
    position: relative;
    top: 60%;
    z-index: 10;
    width: 105vw;
  }
}
@media (min-width: 992px) {
  .hero .overlay {
    width: 60%;
  }
  #general.hero .overlay {
    width: initial;
  }
}
@media (min-width: 1200px) {
  .hero .overlay {
    padding: 3% 5% 3% 10%;
  }
}
@media (min-width: 1440px) {
  .hero .overlay {
    padding: 3% 5% 3% 9%;
  }
}
@media (min-width: 1500px) {
  .hero .overlay {
    padding: 4% 5% 4% 17%;
  }
}
@media (min-width: 1800px) {
  .hero .overlay {
    padding: 4% 5% 4% 23%;
  }
}
.hero .hero-overlay h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #fff;
}
#general .hero-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  color: #fff;
  padding: 70px 0;
}
@media (min-width: 481px) {
  #general .hero-overlay {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  #general .hero-overlay {
    padding: 70px 100px 70px 150px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #general.hero .overlay {
    width: 60%;
  }
}
#home .hero-overlay {
  position: relative;
  z-index: 1;
  height: 225px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: #fff;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .hero-overlay {
    margin-left: 40px;
  }
  .hero .hero-overlay h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  #home .hero-overlay {
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .hero .hero-overlay h2 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
.hero .container {
  margin-left: 0;
  padding-left: 0;
  height: inherit;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hero .container {
    margin-right: 0;
    padding: 0;
  }
}
.hero-no-image {
  background-image: url(./assets/images/Prov_Search_Shape_Full.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 150px;
  margin-top: 15px;
}
@media (min-width: 481px) {
  .hero-no-image {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .hero-no-image {
    height: 250px;
  }
  .hero .container {
    padding-top: 5%;
  }
}
@media (min-width: 992px) {
  .hero-no-image {
    height: 300px;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  #home .hero-overlay {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .hero-no-image {
    margin-bottom: 70px;
  }
}
#general.hero-no-image .container {
  height: 90%;
}
#general.hero-no-image .row {
  height: 100%;
}
.hero-no-image .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#general.hero-no-image .col-12 {
  height: 100%;
}
.hero-no-image .page-title,
.hero .page-title {
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.2rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (min-width: 481px) {
  .hero-no-image .page-title,
  .hero .page-title {
    font-size: 3.2rem;
    line-height: 3.4rem;
  }
}
#child.hero-no-image {
  padding: 85px 0 130px;
  height: auto;
}
.hero-no-image .page-parent {
  font-size: 2.4em;
  font-family: var(--header-font);
  font-weight: 500;
  color: #fff;
}
#child.hero-no-image .page-title {
  text-transform: uppercase;
}
#child.hero-no-image .button a {
  border-radius: 50%;
  border: 4px solid #92cfa7;
  background-color: #fff;
  padding: 13px 14px;
  transition: background-color 0.4s ease;
}
#child.hero-no-image .button a:hover {
  background-color: var(--primary-purple);
}
#child.hero-no-image .button a > i {
  color: var(--primary-green);
  font-size: 24px;
  transition: color 0.4s ease;
}
#child.hero-no-image .button a:hover > i {
  color: #fff;
}
.call-to-action {
  position: relative;
}
.call-to-action .container::before {
  content: "";
  background-color: var(--primary-green);
  display: block;
  height: var(--before-height);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 992px) {
  #contact.call-to-action .col-lg-3 {
    border-bottom: 2px solid var(--secondary-green);
  }
  #contact.call-to-action .row.loc:last-child .col-lg-3:last-child {
    border-bottom: none;
  }
}
/* @media (min-width: 768px) {
  .call-to-action .container::before {
    position: relative;
  }
} */
@media (min-width: 992px) {
  #contact.call-to-action .row.loc:not(:last-child) {
    border-bottom: 2px solid var(--secondary-green);
  }
}
@media (min-width: 720px) and (max-width: 991px) {
  #general.call-to-action .container::before,
  #contact.call-to-action .container::before {
    content: "";
    /* height: 74%; */
  }
}
@media (max-width: 992px) {
  .call-to-action .container::before {
    content: "";
    /* height: 82%; */
  }
  #shop.call-to-action .container::before {
    content: "";
    /* height: 80%; */
  }
}
@media (max-width: 600px) {
  .call-to-action .row:first-child {
    margin-top: 30%;
  }
  #general.call-to-action .container::before,
  #contact.call-to-action .container::before {
    content: "";
    /* height: 70%; */
  }
}
@media (max-width: 601px) {
  #general.call-to-action .container::before,
  #contact.call-to-action .container::before {
    content: "";
    /* height: 90%; */
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  #general.call-to-action .row:first-child,
  #shop.call-to-action .row {
    margin-top: 33%;
  }
  #contact.call-to-action .row:first-child {
    margin-top: 33%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #general.call-to-action .row:first-child,
  #shop.call-to-action .row {
    margin-top: 25%;
  }
  #contact.call-to-action .row:first-child {
    margin-top: 20%;
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  #general.call-to-action .row:first-child,
  #shop.call-to-action .row {
    margin-top: 25%;
  }
  #contact.call-to-action .row:first-child {
    margin-top: 20%;
  }
}
@media (min-width: 1400px) {
  #general.call-to-action .row:first-child,
  #shop.call-to-action .row {
    margin-top: 2%;
  }
  #contact.call-to-action .row:first-child {
    margin-top: 2%;
  }
}
@media (min-width: 2000px) {
  #general.call-to-action .row:first-child,
  #shop.call-to-action .row {
    margin-top: 5%;
  }
  #contact.call-to-action .row:first-child {
    margin-top: 5%;
  }
}
.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action a {
  color: #fff;
}
.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4 {
  font-weight: 600;
}
.call-to-action {
  background: url(./assets/images/Homepage_Icon_Section_1920x1080.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  margin-top: -18%;
  display: flex;
  align-items: flex-end;
  text-align: center;
}
#general.call-to-action {
  background: url(./assets/images/Homepage_Icon_Section_1920x1080.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  padding: 0 0 80px;
}
#contact.call-to-action {
  background: url(./assets/images/Homepage_Icon_Section_1920x1080.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  padding: 70px 0 40px;
}
.call-to-action.nobkg {
  background: var(--primary-green) !important;
  z-index: -1 !important;
}
#general.call-to-action p,
#contact.call-to-action p,
#impact.call-to-action p {
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  text-align: center;
}
@media (min-width: 601px) {
  .call-to-action {
    padding: 150px 0 10px;
  }
  #shop.call-to-action {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #general.call-to-action,
  #contact.call-to-action {
    margin-top: -200px;
  }
  .call-to-action {
    margin-top: -15%;
    padding: 200px 0 10px;
  }
  #shop.call-to-action {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #general.call-to-action,
  #contact.call-to-action {
    margin-top: -250px;
  }
  .call-to-action {
    padding: 250px 0 10px;
  }
}
@media (min-width: 1400px) {
  .call-to-action {
    margin-top: -360px;
    padding: 300px 0 10px;
  }
  #shop.call-to-action {
    padding: 300px 0 10px;
  }
  #general.call-to-action,
  #contact.call-to-action {
    margin-top: -250px;
    padding: 300px 0 50px;
  }
  #impact.call-to-action {
    margin-top: -250px;
    padding: 315px 0 35px;
  }
}
@media (min-width: 1600px) {
  #general.call-to-action,
  #contact.call-to-action,
  #impact.call-to-action {
    margin-top: -360px;
  }
  #contact.call-to-action.nobkg {
    margin-top: -310px;
  }
}
@media (min-width: 1800px) {
  .call-to-action {
    margin-top: -15%;
    padding: 350px 0 25px;
  }
}
@media (min-width: 2000px) {
  .call-to-action {
    margin-top: -13%;
    padding: 380px 0 15px;
  }
  #contact.call-to-action {
    padding: 400px 0 50px;
  }
}
.call-to-action .icon {
  width: 25%;
  margin-bottom: 25px;
}
.call-to-action .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #shop.call-to-action .icons .col-lg-4.first,
  #home.call-to-action .col-lg-4:not(:last-child) {
    position: relative;
  }
  #shop.call-to-action .icons .col-lg-4.first::before,
  #home.call-to-action .col-lg-4:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--secondary-green);
    border-radius: 20px 20px 20px 20px;
  }
}
@media (min-width: 991px) {
  #shop.call-to-action .icons .col-lg-4.first,
  #home.call-to-action .col-lg-4:not(:last-child) {
    position: relative;
  }
  #shop.call-to-action .icons .col-lg-4.first::before,
  #home.call-to-action .col-lg-4:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    background-color: var(--secondary-green);
    border-radius: 20px 20px 20px 20px;
  }
}
.call-to-action .title {
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #home.call-to-action .title {
    margin-bottom: 50px;
    height: 60px;
  }
  #shop.call-to-action .title {
    margin-bottom: 20px;
    height: 60px;
  }
}
.call-to-action .title h2 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .call-to-action .title h2 {
    font-size: 2.3em;
    line-height: 1em;
  }
}
.half-slider .title span {
  font-family: var(--header-font);
  font-size: 46px;
  font-weight: 500;
  line-height: 43px;
}
@media (min-width: 768px) {
  .half-slider .title span {
    line-height: 50px;
  }
}
.half-slider h3 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
}
.half-slider .slide h1,
.half-slider .slide {
  color: #fff;
}
.half-slider .slide h1 {
  line-height: 45px;
  font-size: 38px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .half-slider .title span {
    font-size: 58px;
  }
}
.half-slider .this-is {
  color: var(--primary-purple);
}
.half-slider .providence {
  color: var(--primary-green);
}
.half-slider .slick-next {
  right: 10%;
  top: 50%;
}
.half-slider .slide-image {
  border-radius: 10px;
  width: 100%;
}
.slick-next::before,
.slick-prev::before {
  content: "";
}
.half-slider .slick-slide .middle {
  opacity: 1;
  position: absolute;
  top: 0;
  padding-left: 1%;
  width: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.half-slider .slick-dots {
  bottom: -45px;
}
@media (max-width: 400px) {
  .half-slider .slick-slide.slick-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 94, 96, 0.85);
    opacity: 1;
    transition: opacity 0.4s ease-out;
    border-radius: 10px;
    z-index: 5;
  }
  .half-slider .slick-slide .middle {
    left: 10px;
    width: 95%;
    z-index: 6;
  }
  .half-slider .slick-slide {
    position: relative;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .half-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    background-color: rgba(19, 94, 96, 0.85);
    opacity: 1;
    transition: opacity 0.4s ease-out;
    border-radius: 10px;
  }
  .half-slider .slick-slide .middle {
    left: 10px;
    width: 95%;
  }
  .half-slider .slick-slide {
    position: relative;
    padding-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .half-slider .slick-slide.slick-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(19, 94, 96, 0.85);
    opacity: 1;
    transition: opacity 0.4s ease-out;
    border-radius: 10px;
  }
  .half-slider .slick-slide {
    position: relative;
    padding-bottom: 15px;
  }
  .half-slider .slick-slide .middle {
    left: 10px;
    width: 95%;
  }
}
@media (min-width: 992px) {
  .half-slider .slick-slide.slick-active:hover,
  .half-slider .slick-slide.slick-active:focus-within {
    position: relative;
    transition: opacity 0.4s ease-in;
    padding: 0;
  }
  .half-slider .slick-slide.slick-active:hover::before,
  .half-slider .slick-slide.slick-active:focus-within::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-green);
    opacity: 0.8;
    transition: opacity 0.4s ease-out;
    border-radius: 10px;
  }
  .half-slider .slick-slide .middle {
    opacity: 0;
    position: absolute;
    top: 0;
    padding-left: 10%;
    width: 80%;
  }
  .half-slider .slick-slide.slick-active:hover .middle,
  .half-slider .slick-slide.slick-active:focus-within .middle {
    opacity: 1;
    transition: opacity 0.3s ease-in;
    position: absolute;
    top: 0;
    padding-left: 10%;
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .half-slider .slick-slide .middle {
    top: 15%;
  }
  .half-slider .slick-slide.slick-active:hover .middle,
  .half-slider .slick-slide.slick-active:focus-within .middle {
    top: 15%;
    transition: opacity 0.3s ease-in;
    width: 85%;
  }
}
.half-slider .slick-slide button {
  margin-top: 45px;
}
.half-slider .text {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .half-slider .slick-slide button {
    margin-top: 15px;
  }
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: none;
}
.slick-arrow:focus,
.slick-arrow:focus-visible {
  outline: auto;
}
.carousel .slider .slick-next {
  right: 50px;
  top: 50%;
}
.carousel .slider .slick-prev {
  left: 50px;
  top: 50%;
  z-index: 5;
}
@media (max-width: 992px) {
  .carousel .slider img {
    height: 550px;
    object-fit: cover;
    object-position: right;
  }
  .carousel .slider .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(19, 94, 96, 0.9);
    z-index: 5;
  }
}
.carousel .img-fluid {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .carousel .img-fluid {
    object-position: left;
  }
}
.carousel .slider .text {
  position: relative;
  z-index: 6;
  /* margin: 0 auto; */
}
.carousel .slider .content {
  padding: 80px 0;
  background-position: right;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .carousel .slider .content {
    background-position: center;
    min-height: 640px;
  }
}
.carousel .slider .text .sub {
  font-size: 19px;
  font-style: italic;
  margin: 0 0 10px;
}
.carousel .slider .text .title {
  font-size: 31px;
  font-family: var(--header-font);
  font-weight: 500;
  line-height: 1;
  margin: 0 0 15px 0;
}
@media (min-width: 481px) {
  .carousel .slider .text .sub {
    font-size: 22px;
  }
  .carousel .slider .text .title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .carousel .slider .text .sub {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .carousel .slider .text .sub {
    margin: 0 0 50px 0;
  }
  .carousel .slider .text .title {
    font-size: 46px;
  }
}
.carousel .slider .text .text-area {
  font-size: 16px;
  line-height: 20px;
  width: 95%;
}
@media (min-width: 1200px) {
  .carousel .slider .text .text-area {
    font-size: 18px;
    line-height: 22px;
  }
}
.carousel .slider .text div {
  color: #fff;
}
.carousel .slider .text .button {
  margin-top: 40px;
}
.slick-dots {
  bottom: 0px;
}
.cards .slick-dots {
  bottom: -55px;
}
@media (min-width: 992px) {
  .slick-dots {
    bottom: 0px;
  }
  #partners .slick-dots {
    bottom: -80px;
  }
}
.slick-dots li button::before {
  font-size: 15px;
}
.support-services {
  position: relative;
}
.support-services::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -90px;
  height: 90%;
  width: 200%;
  opacity: 0.1;
  overflow-x: hidden;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .support-services::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 40%;
    height: 90%;
    width: 100%;
    opacity: 0.1;
  }
}
.support-services .row {
  position: relative;
  z-index: 5;
}
.support-services h1,
.carousel h1,
.blog h1 {
  color: var(--primary-green);
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .support-services h1,
  .carousel h1,
  .blog h1 {
    margin-bottom: 15px;
  }
}
.support-services .excerpt {
  text-align: center;
}
.support-services .content {
  background: #fff0
    linear-gradient(
      to bottom,
      #fff0 1%,
      rgb(145 35 114 / 0.1) 0%,
      rgb(145 35 114 / 0.5) 10%,
      #912372 100%
    )
    repeat scroll 0 0;
  position: relative;
  margin-top: -300px;
  height: 300px;
  text-align: center;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .support-services .col-12.under-video {
    width: 75%;
  }
  .support-services .content {
    background: #fff0
      linear-gradient(
        to bottom,
        #fff0 5%,
        rgb(145 35 114 / 0.1) 25%,
        rgb(145 35 114 / 0.5) 40%,
        #912372 100%
      )
      repeat scroll 0 0;
  }
}
.support-services .content span {
  position: absolute;
  color: #fff;
  top: 250px;
  left: 0;
  right: 0;
  transition: all 0.4s ease-out;
}
.support-services .content span.title {
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 21px;
}
.support-services .content span.title {
  position: absolute;
  color: #fff;
  top: 25%;
  left: 0;
  right: 0;
  transition: all 0.4s ease-out;
}
.support-services .content span.hover {
  position: absolute;
  color: #fff;
  top: 40%;
  left: 0;
  right: 0;
  transition: all 0.4s ease-out;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .support-services .content:hover span.title,
  .support-services .content:focus-within span.title {
    top: 100px;
    transition: all 0.3s ease-in;
  }
  .support-services .content span.title {
    position: absolute;
    color: #fff;
    top: 250px;
    left: 0;
    right: 0;
    transition: all 0.4s ease-out;
  }
  .support-services .content span.hover {
    font-family: var(--content-font);
    font-size: 15px;
    top: 250px;
    opacity: 0;
    transition: all 0.2s ease-out;
    font-size: 16px;
    line-height: 17px;
  }
  .support-services .content:hover span.hover,
  .support-services .content:focus-within span.hover {
    opacity: 1;
    top: 130px;
    transition: all 0.4s ease-in 0.2s;
  }
}
@media (min-width: 1200px) {
  .support-services .content:hover span.title,
  .support-services .content:focus-within span.title {
    top: 130px;
    transition: all 0.3s ease-in;
  }
  .support-services .content:hover span.hover,
  .support-services .content:focus-within span.hover {
    opacity: 1;
    top: 160px;
    transition: all 0.4s ease-in 0.2s;
  }
}
@media (min-width: 1400px) {
  .support-services .content:hover span.title,
  .support-services .content:focus-within span.title {
    top: 150px;
    transition: all 0.3s ease-in;
  }
  .support-services .content:hover span.hover,
  .support-services .content:focus-within span.hover {
    opacity: 1;
    top: 180px;
    transition: all 0.4s ease-in 0.2s;
  }
}
.support-services img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .support-services img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .support-services .col-lg-6,
  .support-services .col-lg-4 {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .support-services .col-lg-6,
  .support-services .col-lg-4 {
    width: 275px;
  }
}
@media (min-width: 1200px) {
  .support-services .col-lg-6,
  .support-services .col-lg-4 {
    width: 350px;
  }
}
@media (min-width: 1400px) {
  .support-services .col-lg-6,
  .support-services .col-lg-4 {
    width: 400px;
  }
}
.purple {
  background-color: var(--primary-purple);
  position: relative;
}
.purple::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: -100%;
  height: 50%;
  width: 200%;
  opacity: 0.1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .purple::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10%;
    left: -30%;
    height: 80%;
    width: 80%;
    opacity: 0.1;
  }
}
.purple .row {
  position: relative;
  z-index: 5;
}
.purple .image .img-fluid {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.purple .text,
.purple .text p {
  color: #fff;
}
.purple .text p {
  line-height: 20px;
}
.purple .text h2 {
  font-weight: 600;
  color: #fff;
  font-size: 2.8rem;
  line-height: 3rem;
}
#home.purple .row:first-child,
#general.purple .row:first-child {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  #home.purple .row:first-child,
  #general.purple .row:first-child {
    margin-top: 0;
  }
  #home.purple .row:last-child,
  #general.purple .row:last-child {
    margin-bottom: 0;
  }
}
#home.purple .row:not(:last-child),
#general.purple .row:not(:last-child) {
  border-bottom: 2px solid var(--secondary-green);
  padding: 4rem 1rem 5rem;
}
#home.purple .row:last-child,
#general.purple .row:last-child {
  padding: 5rem 1rem 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  #home.purple .row:not(:last-child),
  #general.purple .row:not(:last-child) {
    padding-left: initial;
    padding-right: initial;
  }
  #home.purple .row:last-child,
  #general.purple .row:last-child {
    padding-left: initial;
    padding-right: initial;
  }
}
@media (min-width: 576px) {
  #home.purple .row:last-child,
  #general.purple .row:last-child {
    padding: 5rem 1rem 4rem;
  }
}
.gray {
  background-color: #f7f7f7;
  position: relative;
  overflow-y: hidden;
}
.gray:not(#impact)::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: 35%;
  height: 50%;
  width: 200%;
  opacity: 0.1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .gray:not(#impact)::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25%;
    left: 35%;
    height: 60%;
    width: 100%;
    opacity: 0.1;
  }
}
.gray .row {
  position: relative;
  z-index: 5;
}
.gray .image .img-fluid {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.gray .title {
  color: var(--primary-green);
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 2em;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (min-width: 481px) {
  .gray .title {
    font-size: 38px;
    line-height: 40px;
  }
}
.gray .text {
  color: #535657;
}
.blog .featured .img,
.blog .featured .img img {
  width: 100%;
}
.blog .featured .button span {
  color: var(--primary-green);
  text-transform: uppercase;
  font-family: var(--header-font);
  font-size: 18px;
  font-weight: 600;
}
.blog .featured .title a {
  display: inline-block;
  color: var(--primary-purple);
  font-family: var(--header-font);
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline #fff0;
  transition: text-decoration 0.5s ease;
}
@media (min-width: 768px) {
  .blog .featured .title a {
    font-size: 26px;
  }
}
.blog .featured .title a:hover,
.blog .roll .title a:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-purple);
}
.blog .featured .title i {
  color: var(--primary-purple);
  font-size: 18px;
  margin-left: 15px;
  -webkit-text-stroke: 1.5px var(--primary-purple);
}
.blog .roll .title a {
  display: inline-block;
  color: var(--primary-purple);
  font-family: var(--header-font);
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline #fff0;
  transition: text-decoration 0.5s ease;
}
.blog .roll .title i {
  color: var(--primary-purple);
  font-size: 16px;
  margin-left: 15px;
  -webkit-text-stroke: 1.5px var(--primary-purple);
}
.blog .roll .img {
  width: 100%;
}
@media (min-width: 768px) {
  .blog .roll .img {
    width: 100%;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .blog .roll .img {
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog .roll .img {
    width: 100%;
    height: 240px;
  }
}
@media (min-width: 1400px) {
  .blog .roll .img {
    width: 100%;
    height: 270px;
  }
}
.blog .roll .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mailing-list {
  color: #fff;
  position: relative;
}
.mailing-list .row {
  position: relative;
}
.mailing-list .background-color {
  background-color: var(--primary-purple);
}
.mailing-list .connected {
  font-family: var(--header-font);
  font-size: 28px;
  font-weight: 600;
}
.mailing-list .text {
  font-size: 20px;
}
.mailing-list img {
  position: absolute;
  top: -45px;
  left: 0;
  height: 180px;
  width: auto;
}
.timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  z-index: 5;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  transform: translateX(-50%);
  width: 2px;
  height: 97%;
  background: var(--secondary-green);
  pointer-events: none;
}
@media (min-width: 768px) {
  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 97%;
    background: var(--secondary-green);
  }
}
.timeline-item {
  display: flex;
  padding: 20px 20px;
  position: relative;
}
@media (min-width: 992px) {
  .timeline-item {
    padding: 80px 0;
  }
}
.timeline-circle {
  position: absolute;
  top: 85px;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #91237242;
}
@media (min-width: 768px) {
  .timeline-circle {
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #91237242;
  }
}
@media (min-width: 992px) {
  .timeline-circle {
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #91237242;
  }
}
.timeline-content {
  color: #fff;
  flex: 1;
  padding: 50px 0 0 15%;
  line-height: 18px;
}
.timeline-content p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .timeline-content {
    color: #fff;
    flex: 1;
    padding: 50px 0 0 50px;
    line-height: 20px;
  }
}
.timeline-image {
  flex: 0;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .timeline-image {
    flex: 1;
    padding-right: 70px;
    display: flex;
    justify-content: flex-end;
    height: fit-content;
  }
}
.timeline-image.desktop img.dt-image {
  display: none;
}
.timeline-image.mobile img.mobile-image {
  display: inherit;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .timeline-image.desktop img.dt-image {
    display: inherit;
    max-width: 100%;
    height: auto;
  }
  .timeline-image.mobile {
    display: none;
  }
}
.timeline .year {
  font-family: var(--header-font);
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}
.newsroom .image {
  height: auto;
  width: 100%;
}
@media (min-width: 481px) {
  .newsroom .image.event {
    height: 275px;
  }
  .newsroom .image {
    height: 345px;
  }
}
@media (min-width: 768px) {
  .newsroom .image.event {
    height: 385px;
  }
  .newsroom .image {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .newsroom .image.event {
    height: 150px;
  }
  .newsroom .image {
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .newsroom .image.event {
    height: 185px;
  }
  .newsroom .image {
    height: 230px;
  }
}
@media (min-width: 1400px) {
  .newsroom .image.event {
    height: 220px;
  }
  .newsroom .image {
    height: 270px;
  }
}
.newsroom .image img {
  object-fit: cover;
  min-height: 100%;
}
.newsroom p {
  color: var(--primary-gray);
}
.newsroom .date {
  font-weight: 600;
}
.newsroom a {
  text-decoration: none;
}
.newsroom a h3 {
  text-decoration: none;
  color: var(--primary-purple);
  font-weight: 600;
}
.newsroom a h3:hover {
  text-decoration: none;
  color: var(--primary-green);
}
.newsroom .alm-btn-wrap {
  text-align: center;
}
#single-blog .image img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
#single-blog .title span {
  font-size: 2.8rem;
  line-height: 3rem;
  color: var(--primary-purple);
  font-family: var(--header-font);
  font-weight: 500;
}
#single-blog.blog {
  position: relative;
  overflow-y: hidden;
}
#single-blog.blog::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -15%;
  height: 50%;
  width: 200%;
  opacity: 0.1;
  pointer-events: none;
}
@media (min-width: 768px) {
  #single-blog.blog::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25%;
    left: 40%;
    height: 75%;
    width: 1100px;
    opacity: 0.1;
  }
}
@media (min-width: 992px) {
  #single-blog.blog::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25%;
    left: 60%;
    height: 75%;
    width: 1100px;
    opacity: 0.1;
  }
}
@media (min-width: 768px) {
  #single-blog:not(.event) .text-left,
  #single-blog:not(.event) .title {
    width: 85%;
  }
}
#single-blog.blog .image {
  width: 100%;
}
#general.purple h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
#general.purple {
  margin: 60px 0;
}
#general.call-to-action img,
#contact.call-to-action img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#general.call-to-action .text,
#general.call-to-action .text h1,
#general.call-to-action .text h2,
#general.call-to-action .text h3,
#general.call-to-action .text h4,
#contact.call-to-action,
#contact.call-to-action h1,
#contact.call-to-action h2,
#contact.call-to-action h3,
#contact.call-to-action h4 {
  color: #fff;
  text-align: center;
}
#general.call-to-action hr,
#contact.call-to-action hr {
  opacity: 1;
  border: 1.5px solid var(--secondary-green);
  margin: 2rem 0;
}
#general.call-to-action .location,
#contact.call-to-action .location {
  font-family: var(--header-font);
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
}
#general.call-to-action .address,
#contact.call-to-action .address {
  font-family: var(--header-font);
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 481px) {
  #contact.call-to-action .address {
    font-size: 1.2rem;
  }
}
.green {
  background: url(./assets/images/Homepage_Icon_Section_1920x1080.png);
  background-size: 105% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-top: 20%;
  height: inherit;
  color: #fff;
}
#impact.green {
  padding-top: 20%;
}
@media (min-width: 992px) {
  #general.green .row {
    width: 80%;
  }
  #general.green .container {
    display: flex;
    justify-content: center;
  }
}
.green .container::before {
  content: "";
  background-color: var(--primary-green);
  display: block;
  height: 90%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .green .container::before {
    content: "";
    background-color: var(--primary-green);
    display: block;
    height: 65%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .green .container::before {
    content: "";
    background-color: var(--primary-green);
    display: block;
    height: 50%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #impact.green .container::before {
    content: "";
    background-color: var(--primary-green);
    display: block;
    height: 40%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1300px) {
  .green .container::before {
    content: "";
    background-color: var(--primary-green);
    display: block;
    height: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #impact.green .container::before {
    content: "";
    background-color: var(--primary-green);
    display: block;
    height: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.green img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.green h1,
.green h2,
.green h3,
.green h4 {
  color: #fff;
}
.green h2 {
  font-size: 42px;
  font-weight: 700;
}
.mailing-list {
  padding-bottom: 6rem;
}
.repeatable:not(.no-divide) .row.repeat-row:not(:last-child) {
  border-bottom: 2px solid rgb(146 207 167 / 0.6);
}
.repeatable .col-9 .title h4 {
  font-weight: 500;
}
.repeatable .repeat-row {
  padding: 4.5rem 0;
}
.repeatable .repeat-row:last-child {
  padding-bottom: 0;
}
.repeatable h1 {
  margin-bottom: -35px;
}
.repeatable .repeat-row h4 {
  font-weight: 600;
}
.repeatable .repeat-row .content h4 {
  margin-bottom: 1rem;
}
.repeatable .repeat-row .title h4 {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .repeatable .repeat-row .content {
    width: 90%;
  }
  .repeatable h1 {
    font-size: 3.4rem;
  }
  .repeatable .repeat-row .title h4 {
    font-size: 1.6rem;
  }
}
#general.repeatable {
  position: relative;
}
#general.repeatable:not(.no-divide)::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: 35%;
  height: 50%;
  width: 200%;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  #general.repeatable:not(.no-divide)::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25%;
    left: 35%;
    height: 50%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
  }
}
.tmm .tmm_names span,
.tmm .tmm_names span.tmm_fname,
.tmm .tmm_names span.tmm_lname,
.tmm .tmm_names {
  font-family: var(--header-font) !important;
  font-weight: 600;
  font-size: 21px;
}
.tmm .tmm_job,
.tmm .tmm_job p {
  color: #535657 !important;
}
.tmm .tmm_theme_f .tmm_desc {
  color: #707070;
  font-weight: 500 !important;
}
.tmm .tmm_member .tmm_photo {
  background-repeat: no-repeat !important;
}
.tmm .tmm_4_columns .tmm_member {
  margin-top: 120px !important;
}
@media (min-width: 576px) {
  .tmm .tmm_4_columns .tmm_member {
    margin-top: 150px !important;
    min-height: 230px;
  }
}
@media (min-width: 768px) {
  .tmm .tmm_4_columns .tmm_member {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .tmm .tmm_4_columns .tmm_member {
    margin-top: 160px !important;
  }
}
@media (min-width: 1400px) {
  .tmm .tmm_4_columns .tmm_member {
    min-height: 260px;
  }
}
.contacts .title h4 {
  color: var(--primary-purple);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.contacts .email a {
  color: var(--primary-gray);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-weight: 600;
  word-wrap: normal;
}
.contacts .phone span {
  color: var(--primary-gray);
  font-weight: 600;
}
.contacts .email a:hover {
  color: var(--primary-gray);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.social .text span {
  color: var(--primary-purple);
  font-weight: 600;
  font-family: var(--header-font);
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.social .social-row {
  width: 100%;
}
.social .social-row a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .social .text span {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .social .social-row {
    width: 50%;
  }
}
.social .icon .fa-facebook-f {
  color: #fff;
  font-size: 30px;
  padding-top: 4px;
}
.social .icon .fa-instagram {
  color: #fff;
  font-size: 24px;
  padding-top: 0;
}
.social .icon .fa-youtube {
  color: #fff;
  font-size: 23px;
  padding-top: 1px;
}
.social .icon .fa-facebook-f,
.social .icon .fa-pinterest-p {
  color: #fff;
  font-size: 30px;
  padding-top: 4px;
}
.social .icon .fa-linkedin-in {
  color: #fff;
  font-size: 20px;
  padding-top: 3px;
}
.social .icon .fa-twitter,
.social .icon .fa-tiktok {
  color: #fff;
  font-size: 25px;
  padding-top: 2px;
}
.social .icon {
  background-color: var(--primary-green);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  transition: background-color 0.3s ease;
}
.social .icon:hover {
  background-color: var(--primary-purple);
}
@media (min-width: 768px) {
  .social .icon {
    height: 50px;
    width: 50px;
  }
  .social .icon .fa-facebook-f,
  .social .icon .fa-pinterest-p {
    font-size: 35px;
  }
  .social .icon .fa-instagram {
    font-size: 34px;
  }
  .social .icon .fa-linkedin-in,
  .social .icon .fa-twitter,
  .social .icon .fa-tiktok {
    font-size: 32px;
  }
  .social .icon .fa-youtube {
    font-size: 32px;
    padding-top: 0;
  }
}
.cards .slick-track {
  display: flex;
}
.cards .content {
  background-color: var(--primary-purple);
  color: #fff;
  padding: 20px 20px 35px;
  min-height: 580px;
  max-width: 417px;
  box-shadow: 0 4px 7px -5px #b7b7b7;
  position: relative;
  height: 100%;
}
.cards img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.cards img,
.cards .content {
  border-radius: 10px;
}
.cards .content .text h4,
.cards .content .text p,
.cards .content .text a {
  color: #fff;
}
.cards .text p a {
  font-size: 18px !important;
  font-family: var(--content-font) !important;
}
.cards .content .text a {
  font-family: var(--header-font);
  font-size: 21px;
  position: absolute;
  bottom: 30px;
}
.cards .content .text h4,
.cards .content .text a {
  font-weight: 600;
}
.carousel:not(#partners) .slick-dotted.slick-slider,
.carousel:not(#partners) .slick-list,
.carousel:not(#partners) .slick-track {
  height: 100%;
}
.cards .slick-prev,
.cards .slick-next {
  top: 45%;
}
.cards .slider-container .slick-slide {
  display: inherit;
  height: 100%;
}
@media (min-width: 1100px) {
  .cards .slick-prev {
    left: -70px;
  }
  .cards .slick-next {
    right: -50px;
  }
}
@media (min-width: 768px) {
  .cards .slider-container .slick-slide {
    padding: 10px 0.4rem;
  }
}
@media (min-width: 992px) {
  .cards .slider-container .slick-slide {
    padding: 10px 1rem;
  }
}
@media (max-width: 481px) {
  .cards .slider-container .slick-slide {
    margin: auto 10px;
  }
}
@media (max-width: 768px) {
  .cards .slider-container .slick-slide {
    display: flex;
    justify-content: center;
  }
}
#child.support-services .col-12.image {
  width: initial;
}
.testimonial {
  background-color: var(--primary-green);
  padding: 5em 0;
}
.testimonial .quote,
.testimonial .name {
  color: #fff;
}
.testimonial .quote {
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 34px;
  line-height: 36px;
}
.testimonial .name {
  font-family: var(--content-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  padding-top: 2em;
}
.success-stories {
  position: relative;
  overflow-y: hidden;
}
.success-stories img {
  position: relative;
  z-index: 5;
  border-radius: 10px;
}
.success-stories h1 {
  color: var(--primary-purple);
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 54px;
  margin-bottom: 0;
}
.success-stories .row h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 26px;
}
.success-stories::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 35%;
  left: -35%;
  height: 50%;
  width: 100%;
  opacity: 0.1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .success-stories::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 35%;
    left: -42%;
    height: 1100px;
    width: 100%;
    opacity: 0.1;
  }
}
#success.green img {
  max-height: 220px;
}
@media (min-width: 992px) {
  #success.green img {
    max-height: 320px;
  }
}
#success.green h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #success.green h2 {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-bottom: 1rem;
  }
}
#success.green .text {
  height: 80%;
}
#success.green {
  background: url(./assets/images/Homepage_Icon_Section_1920x1080.png);
  background-size: 105% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-top: 18%;
  height: inherit;
  color: #fff;
}
.reports .report-year {
  color: var(--primary-green);
  font-weight: 600;
  font-family: var(--header-font);
  font-size: 32px;
}
.featured-products .title {
  color: var(--primary-purple);
  font-size: 30px;
  text-align: center;
  font-family: var(--header-font);
  font-weight: 500;
}
.featured-products .image {
  display: flex;
  justify-content: center;
  padding-right: 20px;
}
.featured-products .image a img {
  filter: brightness(1);
  transition: filter 0.4s ease;
}
.featured-products .image a img:hover {
  filter: brightness(1.25);
  transition: filter 0.4s ease;
}
.featured-products .product-name,
.featured-products .product-name a {
  color: var(--primary-purple);
  text-align: center;
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 18px;
}
#shop.gray {
  position: relative;
  overflow-y: hidden;
}
#shop.gray::after {
  content: "";
  background-image: none;
}
#shop.gray.plants::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
  top: 15%;
  left: 35%;
  height: 50%;
  width: 100%;
  opacity: 0.1;
  pointer-events: none;
}
@media (min-width: 768px) {
  #shop.gray.plants::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    top: 15%;
    left: 40%;
    height: 70%;
    width: 100%;
    opacity: 0.1;
  }
}
#shop.gray .title {
  color: var(--primary-purple);
  font-style: normal;
  font-weight: 500;
}
#shop.gray .text .date {
  font-size: 20px;
  font-family: var(--header-font);
  font-weight: 500;
}
#shop.gray .row.plants h4 {
  color: var(--primary-green);
  text-transform: uppercase;
}
#shop.gray .row.plants .col-md-3 > .col-12 {
  color: var(--secondary-gray);
  font-size: 18px;
}
#shop.content-images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#studio.content h1 {
  color: var(--primary-purple);
}
#studio.content p {
  font-family: var(--header-font);
  font-weight: 600;
}
#studio.gray-content {
  background-color: #f7f7f7;
}
#studio.gray-content p {
  margin-bottom: 0;
}
#studio.gray-content .contact p {
  word-wrap: break-word;
}
#studio.middle-content {
  position: relative;
  overflow-y: hidden;
}
#studio.middle-content::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: 35%;
  height: 50%;
  width: 200%;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  #studio.middle-content::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20%;
    left: 35%;
    height: 75%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
  }
}
#studio.middle-content h2 {
  color: var(--primary-green);
}
#studio.middle-content .outer-container:not(:last-child) {
  border-bottom: 2px solid var(--secondary-green);
}
#studio.gray-content h3 {
  color: var(--primary-green);
  margin-bottom: 15px;
}
#studio.gray-content .disclaimer .col-12 {
  position: relative;
  z-index: 6;
  font-size: 18px;
}
#studio.green {
  padding-top: 22%;
  padding-bottom: 6%;
  margin-top: -1%;
}
@media (min-width: 768px) {
  #studio.green {
    padding-top: 20%;
    padding-bottom: 4%;
  }
}
#studio.green .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#studio.green h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  #studio.green p {
    width: 75%;
  }
}
@media (max-width: 992px) {
  #studio.green .container::before {
    height: 70%;
  }
}
.highlight .top span,
.highlight .bottom span {
  color: #fff;
}
.highlight .middle .left {
  background-color: #f3f3f3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.highlight .middle .left img {
  max-height: 180px;
}
@media (min-width: 992px) {
  .highlight .middle .right img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media (max-width: 992px) {
  .highlight .left .interior-container {
    margin-right: auto;
  }
  .highlight .right .interior-container {
    margin-left: auto;
  }
}
.highlight .interior-container {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.highlight .left .interior-container {
  margin-left: auto;
}
.highlight .right .interior-container {
  margin-right: auto;
}
@media (min-width: 768px) {
  .highlight .interior-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .highlight .middle .left .interior-container,
  .highlight .top .right .interior-container,
  .highlight .bottom .right .interior-container {
    max-width: 675px;
  }
  .highlight .top .left .interior-container,
  .highlight .bottom .left .interior-container {
    max-width: 265px;
  }
}
@media (min-width: 1200px) {
  .highlight .middle .left .interior-container,
  .highlight .top .right .interior-container,
  .highlight .bottom .right .interior-container {
    max-width: 800px;
  }
  .highlight .top .left .interior-container,
  .highlight .bottom .left .interior-container {
    max-width: 330px;
  }
}
@media (min-width: 1400px) {
  .highlight .middle .left .interior-container,
  .highlight .top .right .interior-container,
  .highlight .bottom .right .interior-container {
    max-width: 955px;
  }
  .highlight .top .left .interior-container,
  .highlight .bottom .left .interior-container {
    max-width: 345px;
  }
}
.highlight .top .left,
.highlight .bottom .left {
  background-color: var(--primary-green);
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.highlight .top .right,
.highlight .bottom .right {
  background-color: var(--primary-purple);
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .highlight .top .left,
  .highlight .bottom .left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .highlight .top .right,
  .highlight .bottom .right {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.highlight .number span {
  font-family: var(--header-font);
  font-weight: 600;
}
.highlight .text-under span {
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.highlight .middle .left .text span {
  font-family: var(--header-font);
  color: var(--primary-purple);
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}
.highlight .left .number span {
  font-size: 54px;
  line-height: 56px;
}
.highlight .right .number span {
  font-size: 70px;
  line-height: 60px;
}
@media (min-width: 992px) {
  .highlight .right .number span {
    font-size: 100px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  .highlight .left .number span {
    font-size: 64px;
    line-height: 66px;
  }
  .highlight .right .number span {
    font-size: 110px;
    line-height: 100px;
  }
}
@media (min-width: 1400px) {
  .highlight .left .number span {
    font-size: 68px;
    line-height: 70px;
  }
  .highlight .right .number span {
    font-size: 130px;
    line-height: 115px;
  }
}
.highlight .top .left .text span,
.highlight .bottom .left .text span {
  font-family: var(--header-font);
  font-weight: 600;
}
.serve .number,
.serve .number .count {
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 50px;
  line-height: 52px;
  color: var(--primary-green);
}
@media (min-width: 992px) {
  .serve .number,
  .serve .number .count {
    font-size: 60px;
    line-height: 62px;
  }
}
.serve .stats img,
#impact.green img {
  height: 125px;
  width: auto;
}
@media (min-width: 992px) {
  .serve .stats img,
  #impact.green img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .serve .stats .arrows img {
    height: 250px;
  }
}
.serve .stats .number,
#impact.green .number {
  padding: 25px 0 5px;
}
.serve .bottom-text span {
  font-family: var(--header-font);
  color: var(--secondary-gray);
  font-weight: 500;
  text-align: center;
  line-height: 28px;
}
.serve .bottom-text {
  padding: 35px 0;
}
#impact.green h1 {
  color: #fff;
}
#impact.green .number,
#impact.green .number .count {
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #fff;
}
#impact.green .row .sub h4 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.graphs .image.right {
  width: 73.7%;
}
.graphs {
  position: relative;
}
.graphs::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -90px;
  height: 90%;
  width: 200%;
  opacity: 0.1;
  overflow-x: hidden;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .graphs::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 40%;
    height: 90%;
    width: 100%;
    opacity: 0.1;
  }
}
.line-graph {
  background-color: #f3f3f3;
  padding: 90px 0;
}
.line-graph h1 {
  color: var(--primary-purple);
}
.impact-gift .text-area p {
  font-family: var(--header-font);
  font-weight: 500;
  color: var(--primary-purple);
  font-size: 20px;
  font-weight: 600;
}
.impact-gift .text-area {
  font-family: var(--header-font);
  font-weight: 600;
  color: var(--primary-purple);
  font-size: 20px;
  line-height: 22px;
}
.impact-gift .image {
  width: 70%;
}
.impact-gift .image img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .impact-gift .icon {
    height: 172px;
  }
}
@media (min-width: 1400px) {
  .impact-gift .icon {
    height: 232px;
  }
}
.impact-gift .icon img {
  width: 60%;
}
.impact-gift .number span {
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: var(--primary-green);
}
.impact-gift .gift-column {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .impact-gift .number span {
    font-size: 60px;
    line-height: 62px;
  }
  .impact-gift .gift-column {
    padding-top: initial;
    padding-bottom: initial;
  }
}
.repeatable.no-divide .icon img {
  width: 65%;
}
.repeatable.no-divide .title h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
}
.repeatable.no-divide .repeat-row {
  padding: 4.5rem 0 0;
}
#child.repeatable .icon img {
  border-radius: 10px;
}
@media (max-width: 992px) {
  #partners.carousel .slide-row .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
#partners.carousel .slider-container h1,
#partners.carousel .slider-container h4 {
  color: #fff;
  text-align: start;
}
#partners.carousel .slider-container .title {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
#partners.carousel .slider-container .slider-interior {
  background-color: var(--primary-purple);
  color: #fff;
  padding: 50px 25px;
  border-radius: 10px;
}
#partners.carousel .slider-container .slider-interior {
  margin: 0 15px;
}
#partners.carousel .slider-container .col-lg-4 {
  position: relative;
}
@media (min-width: 992px) {
  #partners.carousel .slider-container .col-lg-4:not(:last-child) {
    border-right: 2px solid var(--secondary-green);
  }
}
@media (max-width: 992px) {
  #partners.carousel .slider-container .col-lg-4:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    border-bottom: 2px solid var(--secondary-green);
  }
}
#partners.carousel .slider .slick-next {
  right: -80px;
}
#partners.carousel .slider .slick-prev {
  left: -80px;
}
#partners.quote {
  background-color: #f7f7f7;
}
.quote .quote-wrapper {
  position: relative;
}
.quote .open-quote,
.quote .close-quote {
  color: var(--primary-purple);
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 60px;
  position: absolute;
  transform: translateY(-50%);
  margin-right: 25px;
}
.quote .open-quote {
  left: -2%;
  top: 0;
}
@media (min-width: 600px) {
  .quote .open-quote {
    left: -6%;
    top: 0;
  }
}
@media (min-width: 992px) {
  .quote .open-quote {
    left: -9%;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .quote .open-quote {
    left: -6%;
  }
}
.quote .close-quote {
  right: -4%;
  top: 105%;
}
@media (min-width: 768px) {
  .quote .open-quote {
    top: 5%;
  }
  .quote .close-quote {
    top: 105%;
  }
}
@media (min-width: 992px) {
  .quote .left {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  .quote .open-quote {
    top: 5%;
  }
  .quote .close-quote {
    top: 115%;
  }
}
.employer-partners h1 {
  color: var(--primary-purple);
}
#partners.middle-content {
  position: relative;
  overflow-y: hidden;
}
#partners.middle-content::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 40%;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  #partners.middle-content::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 45%;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
  }
}
#partner.content h1,
#partner.content h2,
#partner.content h3,
#partner.content h4,
#partner.content p {
  font-weight: 600;
}
.quote .name {
  font-style: italic;
}
.newsroom.events {
  position: relative;
  background-color: #f7f7f7;
}
.newsroom.events div {
  position: relative;
  z-index: 2;
}
.newsroom.events::after {
  content: "";
  background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: -90px;
  height: 50%;
  width: 200%;
  opacity: 0.1;
  overflow-x: hidden;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .newsroom.events::after {
    content: "";
    background-image: url(./assets/images/Logo_for_overlay_full_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25%;
    left: 40%;
    height: 60%;
    width: 100%;
    opacity: 0.1;
  }
}
.category .inner {
  width: fit-content;
}
.category .inner {
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.category .inner.pottery {
  background-color: var(--primary-purple);
}
.category .inner.general {
  background-color: var(--primary-green);
}
.category .inner.featured {
  background-color: var(--secondary-green);
  color: #000;
}
.category .inner.uncategorized {
  background-color: var(--secondary-gray);
}
.newsroom.events #load-more-btn {
  padding-bottom: 120px;
}
#single-blog.event .title,
#single-blog.event .category {
  margin-top: 2rem;
}
.events .no-more {
  padding-bottom: 120px;
}
.closed-banner {
  background-color: red;
}
.closed-banner span {
  color: #fff;
  font-weight: 700;
}
/* .contact.hero-no-image {
  background-image: none;
  background-color: var(--primary-green);
} */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  top: -999;
  left: -999;
  z-index: 999999;
}
.screen-reader-text:focus {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  top: 0;
  left: 0;
}
