@charset "UTF-8";
/*!
Theme Name: Center For Indigenous Health
Description: A Wordpress theme developed by North Star Sites.
Version: 2.0.0
Author: North Star Sites
Author URI: http://www.northstarsites.com
Template: cosmos-theme  
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
.font-size-100 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1350px) {
  .font-size-100 {
    font-size: 80px;
  }
}

h1,
.font-size-80 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 1250px) {
  h1,
  .font-size-80 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  h1,
  .font-size-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1,
  .font-size-80 {
    font-size: 30px;
  }
}

h2,
.font-size-50 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h2,
  .font-size-50 {
    font-size: 30px;
  }
}

h3,
.font-size-30 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h3,
  .font-size-30 {
    font-size: 25px;
  }
}

.font-size-25 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-25 {
    font-size: 18px;
  }
}

.font-size-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-20 {
    font-size: 18px;
  }
}

.font-size-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.font-size-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .font-size-16 {
    font-size: 14px;
  }
}

.drop-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.text-shadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.font-weight-bold {
  font-weight: 700;
}

.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 600;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

.orange-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.orange-button:hover {
  background-color: #2e8185 !important;
}

.blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #c85034 !important;
}

.white-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #ffffff !important;
  color: #c85034 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.white-button:hover {
  background-color: #2e8185 !important;
}
.white-button:hover {
  background-color: #c85034 !important;
  color: #ffffff !important;
}

.light-blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #43c0bd !important;
  border-color: #43c0bd !important;
}
.light-blue-button:hover {
  background-color: #2e8185 !important;
}
.light-blue-button:hover {
  background-color: #c85034 !important;
  border-color: #c85034 !important;
}

.arrow-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.arrow-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.outbound-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  background-image: url("/wp-content/themes/cih/_static/images/icon-outbound-link.svg");
  background-size: 14px 14px;
  background-position: top 5px right;
  padding-right: 20px;
}
.outbound-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.badge-link {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.badge-link-light {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

ul.search-filter-component-popup {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
}

.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--active {
  background-color: #c85034 !important;
}

@media (max-width: 1023px) {
  .view-label-desktop {
    display: none;
  }
}

.view-label-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .view-label-mobile {
    display: block;
  }
}

/*  Gravity Forms
..........................*/
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea {
  border: 1px solid #999 !important;
  border-radius: 7px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #4d4d4d !important;
  padding: 25px 20px !important;
  width: 100%;
}
.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus {
  border-color: #c85034;
}
.gform_wrapper .ginput_container textarea {
  min-block-size: 10rem !important;
}
.gform_wrapper .gform_fields {
  row-gap: 20px !important;
}
.gform_wrapper .gform_footer .gform_button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #2e8185 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #521a0f !important;
}

/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
.font-size-100 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1350px) {
  .font-size-100 {
    font-size: 80px;
  }
}

h1,
.font-size-80 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 1250px) {
  h1,
  .font-size-80 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  h1,
  .font-size-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1,
  .font-size-80 {
    font-size: 30px;
  }
}

h2,
.font-size-50 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h2,
  .font-size-50 {
    font-size: 30px;
  }
}

h3,
.font-size-30 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h3,
  .font-size-30 {
    font-size: 25px;
  }
}

.font-size-25 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-25 {
    font-size: 18px;
  }
}

.font-size-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-20 {
    font-size: 18px;
  }
}

.font-size-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.font-size-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .font-size-16 {
    font-size: 14px;
  }
}

.drop-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.text-shadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.font-weight-bold {
  font-weight: 700;
}

.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 600;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

.orange-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.orange-button:hover {
  background-color: #2e8185 !important;
}

.blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #c85034 !important;
}

.white-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #ffffff !important;
  color: #c85034 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.white-button:hover {
  background-color: #2e8185 !important;
}
.white-button:hover {
  background-color: #c85034 !important;
  color: #ffffff !important;
}

.light-blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #43c0bd !important;
  border-color: #43c0bd !important;
}
.light-blue-button:hover {
  background-color: #2e8185 !important;
}
.light-blue-button:hover {
  background-color: #c85034 !important;
  border-color: #c85034 !important;
}

.arrow-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.arrow-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.outbound-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  background-image: url("/wp-content/themes/cih/_static/images/icon-outbound-link.svg");
  background-size: 14px 14px;
  background-position: top 5px right;
  padding-right: 20px;
}
.outbound-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.badge-link {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.badge-link-light {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

ul.search-filter-component-popup {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
}

.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--active {
  background-color: #c85034 !important;
}

@media (max-width: 1023px) {
  .view-label-desktop {
    display: none;
  }
}

.view-label-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .view-label-mobile {
    display: block;
  }
}

/*  Gravity Forms
..........................*/
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea {
  border: 1px solid #999 !important;
  border-radius: 7px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #4d4d4d !important;
  padding: 25px 20px !important;
  width: 100%;
}
.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus {
  border-color: #c85034;
}
.gform_wrapper .ginput_container textarea {
  min-block-size: 10rem !important;
}
.gform_wrapper .gform_fields {
  row-gap: 20px !important;
}
.gform_wrapper .gform_footer .gform_button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #2e8185 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #521a0f !important;
}

html.sr {
  visibility: hidden;
  background-color: #f1eee2;
}

main#main {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1250px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#content-wrapper {
  min-height: calc(100vh - 137px);
}

#content-wrapper > .container:first-of-type {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*  Search Template & Search Results
..........................*/
.page-template-page-search .hero,
.search .hero {
  min-height: 440px;
  margin: 0;
  display: flex;
  align-items: center;
  padding-top: 90px;
}
.page-template-page-search .hero h1,
.search .hero h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-template-page-search .hero h1,
  .search .hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-search .hero h1,
  .search .hero h1 {
    text-align: left;
    font-size: 40px;
  }
}
.page-template-page-search .container:after,
.search .container:after {
  display: none;
}
.page-template-page-search .search-form-container,
.search .search-form-container {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-template-page-search .search-form-container,
  .search .search-form-container {
    max-width: 100%;
  }
}
.page-template-page-search .search-form-container form,
.search .search-form-container form {
  position: relative;
}
.page-template-page-search .search-form-container form .form_data,
.search .search-form-container form .form_data {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}
.page-template-page-search .search-form-container form .search_input,
.search .search-form-container form .search_input {
  width: 100%;
  padding: 17px 60px 17px 20px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  border: 4px solid #c85034;
}
.page-template-page-search .search-form-container form .search_input:focus,
.search .search-form-container form .search_input:focus {
  outline: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.page-template-page-search .search-form-container form .search_input::placeholder,
.search .search-form-container form .search_input::placeholder {
  color: #999;
}
.page-template-page-search .search-form-container form #searchsubmit,
.search .search-form-container form #searchsubmit {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 44px;
  height: calc(100% - 8px);
  background-color: #c85034;
  background-image: url("/wp-content/themes/cih/_static/images/icon-search-white.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent;
}
.page-template-page-search .search-form-container form #searchsubmit:hover,
.search .search-form-container form #searchsubmit:hover {
  background-color: #2e8185;
}
.page-template-page-search .search-form-container form .sr-only,
.search .search-form-container form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-template-page-search .search-form-container #search_form,
.search .search-form-container #search_form {
  margin-bottom: 0;
}
.page-template-page-search .popular-searches,
.search .popular-searches {
  background-color: #c37947;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
}
.page-template-page-search .popular-searches .container p,
.search .popular-searches .container p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .page-template-page-search .popular-searches .container p .popular-searches-heading,
  .search .popular-searches .container p .popular-searches-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
.page-template-page-search .popular-searches a,
.search .popular-searches a {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  background-color: #aa6535;
  color: #ffffff;
  margin: 0;
}
.page-template-page-search .popular-searches p,
.search .popular-searches p {
  margin: 0;
  padding: 0;
}
.page-template-page-search .read-more-link-container a.orange-button,
.search .read-more-link-container a.orange-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #2e8185 !important;
}
.page-template-page-search .read-more-link-container a.orange-button:hover,
.search .read-more-link-container a.orange-button:hover {
  background-color: #2e8185 !important;
}
.page-template-page-search .read-more-link-container a.orange-button:hover,
.search .read-more-link-container a.orange-button:hover {
  background-color: #c85034 !important;
}
.page-template-page-search .search-results-content,
.search .search-results-content {
  background-color: #f1eee2;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page-template-page-search .search-results-content,
  .search .search-results-content {
    padding: 40px 0;
  }
}
.page-template-page-search .search-results-content h2,
.search .search-results-content h2 {
  color: #521a0f;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-template-page-search .search-results-content h2,
  .search .search-results-content h2 {
    font-size: 30px;
  }
}
.page-template-page-search .search-results-content h3,
.search .search-results-content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #464848;
  margin-bottom: 20px;
  font-weight: 600;
}
.page-template-page-search .search-results-content .search-link-group,
.search .search-results-content .search-link-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-template-page-search .search-results-content .search-link-group,
  .search .search-results-content .search-link-group {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-page-search .search-results-content .search-link-group,
  .search .search-results-content .search-link-group {
    margin-bottom: 40px;
  }
}
.page-template-page-search .search-results-content .search-link-group a,
.search .search-results-content .search-link-group a {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.page-template-page-search .search-results-content .search-link-group a:hover,
.search .search-results-content .search-link-group a:hover {
  text-decoration-color: #c85034;
  color: #c85034;
  font-weight: bold;
}
.page-template-page-search .search-results-content .pagination,
.search .search-results-content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 0;
}
.page-template-page-search .search-results-content .pagination a,
.page-template-page-search .search-results-content .pagination span,
.search .search-results-content .pagination a,
.search .search-results-content .pagination span {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #c6c4be;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-color: #c6c4be;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.page-template-page-search .search-results-content .pagination a:hover,
.search .search-results-content .pagination a:hover {
  background-color: #c85034;
  color: #ffffff;
  border-color: #c85034;
}
.page-template-page-search .search-results-content .pagination .prev,
.page-template-page-search .search-results-content .pagination .next,
.search .search-results-content .pagination .prev,
.search .search-results-content .pagination .next {
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  width: auto;
  padding: 0 12px;
  border-color: #c6c4be !important;
  background-color: #c6c4be !important;
}
.page-template-page-search .search-results-content .pagination .prev,
.search .search-results-content .pagination .prev {
  background-image: url("/wp-content/themes/cih/_static/images/chev-left-black.png");
}
.page-template-page-search .search-results-content .pagination .next,
.search .search-results-content .pagination .next {
  background-image: url("/wp-content/themes/cih/_static/images/chev-right-black.png");
}
.page-template-page-search .search-results-content .pagination .current,
.search .search-results-content .pagination .current {
  background-color: white;
  color: #c85034;
}
.page-template-page-search .search-results-content .pagination .dots,
.search .search-results-content .pagination .dots {
  background: none;
  border: none;
  color: #000000;
  text-indent: 0;
}

/*  404 page
..........................*/
.error404 #content-wrapper {
  background-color: #f1eee2;
  height: calc(100vh - 137px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .error404 #content-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.error404 .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.error404 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #521a0f;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .error404 h1 {
    font-size: 30px;
  }
}
.error404 p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .error404 p {
    font-size: 18px;
  }
}

/*  Generic Styles
..........................*/
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.background-repeat-y {
  background-repeat: repeat-y;
}

.yellow-link a {
  color: #f3cd57 !important;
}

.hide {
  display: none;
}

/* Overrides the parent theme’s li:hover behavior so dropdowns stay hidden by default and only open when the top-level link is hovered/focused (or the submenu is hovered/active), preventing “hover under nav” triggers while preserving original alignment. */
/* Base hidden state (wins over parent) */
#linkbar ul li > ul.sub-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Show when the LINK is hovered/focused */
#linkbar ul li > a:hover + ul.sub-menu,
#linkbar ul li > a:focus + ul.sub-menu,
#linkbar ul li > a:focus-visible + ul.sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important; /* keep your original stacking */
}

/* Keep it open while hovering the submenu itself or when activated via JS/classes */
#linkbar ul li > ul.sub-menu:hover,
#linkbar ul li > ul.sub-menu.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}

/* Optional: smooth fade without layout shift (only if you want an animation) */
#linkbar ul li > ul.sub-menu {
  transition: opacity 0.15s ease;
}

/*  Header
..........................*/
#header-wrapper {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
}
#header-wrapper .top-bar {
  background-color: #521a0f;
}
#header-wrapper .top-bar .top-bar-inner {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #header-wrapper .top-bar .top-bar-inner {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#header-wrapper .top-bar .top-bar-inner ul,
#header-wrapper .top-bar .top-bar-inner li {
  margin: 0;
}
#header-wrapper .top-bar .top-bar-inner ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  #header-wrapper .top-bar .top-bar-inner ul {
    padding: 0;
  }
}
#header-wrapper .top-bar .top-bar-inner li {
  list-style: none;
}
#header-wrapper .top-bar .top-bar-inner a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#header-wrapper .top-bar .top-bar-inner a:hover {
  color: #f3cd57;
}
#header-wrapper .top-bar .top-bar-inner .nav-list {
  border-right: 1px solid #000000;
  padding-right: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #header-wrapper .top-bar .top-bar-inner .nav-list {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
#header-wrapper .top-bar .social-links {
  display: flex;
}
@media (max-width: 767px) {
  #header-wrapper .top-bar .social-links {
    display: none;
  }
}
#header-wrapper .top-bar .social-links a {
  font-size: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #header-wrapper .top-bar .social-links a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
}
#header-wrapper .top-bar .social-links a:hover {
  color: #f3cd57;
  border-color: #f3cd57;
}
#header-wrapper .top-bar .social-links a:first-child {
  margin-left: 0;
}
#header-wrapper .logo {
  width: 235px;
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  #header-wrapper .logo {
    width: 100%;
    max-width: 160px;
  }
}
#header-wrapper .header-inner {
  padding: 0 0 0 30px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  height: 88px;
  position: relative;
  max-width: 100%;
  width: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  #header-wrapper .header-inner {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.7);
    padding-left: 20px !important;
  }
}
#header-wrapper .header-inner.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#header-wrapper .header-inner #menu {
  margin-top: 0;
  padding-top: 0;
}
#header-wrapper .header-inner #menu ul {
  margin-bottom: 0;
}
#header-wrapper .header-inner #menu li {
  margin: 0;
  padding: 0;
}
#header-wrapper .header-inner #menu li a {
  padding: 32px 15px 31px 15px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
#header-wrapper .header-inner #menu li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: all 0.3s ease;
  position: initial;
  margin-top: initial;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: initial;
  transform: none !important;
}
#header-wrapper .header-inner #menu li a:hover:after {
  background-color: #c85034;
}
#header-wrapper .header-inner #menu li .sub-menu {
  top: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-wrapper .header-inner #menu li .sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-wrapper .header-inner #menu li.menu-orange {
  margin-left: 18px;
}
#header-wrapper .header-inner #menu li.menu-orange a {
  background-color: #c85034;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.3s ease-in-out;
}
#header-wrapper .header-inner #menu li.menu-orange a:hover {
  background-color: #2e8185;
}
#header-wrapper .header-inner #menu li.menu-orange a:hover:after {
  background-color: transparent;
}
#header-wrapper .header-inner #menu li.menu-orange.current_page_item a {
  color: #ffffff;
}
#header-wrapper .header-inner #menu li.menu-search a {
  background-color: #f3cd57;
  background-image: url(/wp-content/themes/cih/_static/images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  width: 100px;
  transition: all 0.3s ease-in-out;
}
#header-wrapper .header-inner #menu li.menu-search a:hover {
  background-color: #2e8185;
}
#header-wrapper .header-inner #menu li.menu-search a:hover:after {
  background-color: transparent;
}
#header-wrapper .header-inner #menu li.current_page_item:not(.menu-orange):not(.menu-search) > a {
  font-weight: 700;
}
#header-wrapper .header-inner #menu li.current_page_item:not(.menu-orange):not(.menu-search) > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c85034;
}
#header-wrapper #linkbar nav {
  display: block !important;
}
@media (max-width: 1300px) {
  #header-wrapper #linkbar nav {
    display: none !important;
  }
}
#header-wrapper a#cih-slideout-trigger {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 4.5;
  font-size: 10px;
}
@media (max-width: 1300px) {
  #header-wrapper a#cih-slideout-trigger {
    display: block !important;
    top: 30px;
    padding-top: 7px;
    padding-left: 5px;
    right: 26px;
  }
  #header-wrapper a#cih-slideout-trigger #slideout-bar {
    width: 20px;
  }
  #header-wrapper a#cih-slideout-trigger #slideout-bar:before {
    width: 20px;
    bottom: 6px;
  }
  #header-wrapper a#cih-slideout-trigger #slideout-bar:after {
    width: 20px;
    top: 4px;
  }
  #header-wrapper a#cih-slideout-trigger span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 767px) {
  #header-wrapper a#cih-slideout-trigger {
    top: 22px;
    right: 15px;
  }
}

.header-cih {
  position: relative;
  z-index: 10;
}

#slideout-menu {
  position: fixed;
  padding: 0;
  width: 500px;
  top: 0;
  right: -100%;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow: auto;
  background-color: #ffffff;
  display: block;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  #slideout-menu {
    width: 100%;
  }
}
#slideout-menu #cih-nav-close {
  position: absolute;
  top: 47px;
  right: 24px;
  height: 20px;
  width: 20px;
  line-height: 4.5;
  font-size: 10px;
  cursor: pointer;
}
#slideout-menu #cih-nav-close .close-lines1,
#slideout-menu #cih-nav-close .close-lines2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
#slideout-menu #cih-nav-close .close-lines1 {
  transform: rotate(45deg);
}
#slideout-menu #cih-nav-close .close-lines2 {
  transform: rotate(-45deg);
}
#slideout-menu #cih-nav-close:hover .close-lines1,
#slideout-menu #cih-nav-close:hover .close-lines2 {
  background-color: #521a0f;
}
#slideout-menu #cih-nav-close .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#slideout-menu a {
  color: #000000;
  font-size: 25px;
  text-decoration: none;
}
#slideout-menu ul {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
#slideout-menu #slideout-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#slideout-menu #slideout-nav .menu-item.menu-item-has-children {
  background-image: url(/wp-content/themes/cih/_static/images/icon-arrow-down-orange.png);
  background-repeat: no-repeat;
  background-position: top 15px right 20px;
  background-size: 20px;
  padding-right: 20px;
}
#slideout-menu #slideout-nav .menu-item.menu-item-has-children.toggled {
  background-image: url(/wp-content/themes/cih/_static/images/icon-arrow-up-orange.png);
}
#slideout-menu .logo-slideout {
  margin-top: 20px;
  margin-left: 20px;
  width: 260px;
}
#slideout-menu .menu-primary-container {
  margin-top: 40px;
}
#slideout-menu .menu-primary-container li {
  margin-left: 20px;
  margin-bottom: 40px;
}
#slideout-menu .menu-primary-container .menu-orange,
#slideout-menu .menu-primary-container .menu-search {
  display: none;
}
#slideout-menu .menu-mobile-bottom-container ul,
#slideout-menu .menu-mobile-bottom-container li {
  margin: 0;
  padding: 0;
}
#slideout-menu .menu-mobile-bottom-container .menu-orange a {
  background-color: #c85034;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  font-size: 16px;
  height: 78px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#slideout-menu .menu-mobile-bottom-container .menu-orange a:hover {
  background-color: #2e8185;
}
#slideout-menu .menu-mobile-bottom-container .menu-search a {
  background-color: #f3cd57;
  background-image: url(/wp-content/themes/cih/_static/images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 18px;
  height: 78px;
}
#slideout-menu .menu-mobile-bottom-container .menu-search a:hover {
  background-color: #2e8185;
}
#slideout-menu .menu-mobile-bottom-container .menu-search a:hover:after {
  background-color: transparent;
}

.mobile-donate-link {
  display: none;
}
@media (max-width: 1300px) {
  .mobile-donate-link {
    display: block;
    background-color: #c85034;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff !important;
  }
}
@media (max-width: 1300px) and (max-width: 767px) {
  .mobile-donate-link {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1300px) {
  .mobile-donate-link:hover {
    background-color: #2e8185;
    color: #ffffff;
  }
}

.social-links-mobile-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.social-links-mobile-nav a {
  font-size: 15px !important;
  border: 1px solid #2e8185;
  color: #2e8185 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.social-links-mobile-nav a:hover {
  color: #c85034 !important;
  border-color: #c85034;
}
.social-links-mobile-nav a:first-child {
  margin-left: 0;
}

.site-footer {
  background-color: #521a0f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .site-footer {
    padding: 30px;
  }
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .site-footer .container {
    flex-direction: column;
  }
}
.site-footer .container div {
  display: flex;
}
@media (max-width: 1023px) {
  .site-footer .container div {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer .container:after {
  display: none;
}
.site-footer .footer-logo {
  width: 55px;
  height: auto;
  object-fit: contain;
  margin-right: 50px;
}
@media (max-width: 1023px) {
  .site-footer .footer-logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .site-footer .menu-footer-container {
    margin-bottom: 30px;
  }
}
.site-footer .menu-footer-container nav {
  height: 100%;
}
.site-footer .menu-footer-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}
.site-footer .menu-footer-container ul a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 30px;
  white-space: nowrap;
}
.site-footer .menu-footer-container ul li:last-child a {
  margin-right: 0;
}
@media (max-width: 767px) {
  .site-footer .menu-footer-container ul li:nth-last-child(2) a {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .site-footer .menu-footer-container ul li:last-child {
    display: none;
  }
}
.site-footer .container {
  position: relative;
}
.site-footer .orange-button-alt {
  background-color: #c85034;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .site-footer .orange-button-alt {
    position: absolute;
    right: 0;
    top: -20px;
    height: calc(100% + 40px);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .site-footer .orange-button-alt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.site-footer .orange-button-alt:hover {
  background-color: #2e8185;
}
.site-footer .credit-trigger-mobile {
  display: none !important;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .site-footer .credit-trigger-mobile {
    display: block !important;
    margin-top: -20px;
  }
}
@media (min-width: 1024px) {
  .site-footer .credit-trigger {
    position: absolute;
    bottom: -22px;
  }
  .site-footer .credit-trigger a {
    font-size: 10px !important;
  }
}
@media (max-width: 1023px) {
  .site-footer .credit-trigger:not(.credit-trigger-mobile) {
    display: none !important;
  }
}
.site-footer #credits {
  display: none;
}
.site-footer #creditslide {
  background-color: #f3cd57;
}
.site-footer #creditslide a {
  color: #000000;
}

/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
.font-size-100 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1350px) {
  .font-size-100 {
    font-size: 80px;
  }
}

h1,
.font-size-80 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 1250px) {
  h1,
  .font-size-80 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  h1,
  .font-size-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1,
  .font-size-80 {
    font-size: 30px;
  }
}

h2,
.font-size-50 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h2,
  .font-size-50 {
    font-size: 30px;
  }
}

h3,
.font-size-30 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h3,
  .font-size-30 {
    font-size: 25px;
  }
}

.font-size-25 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-25 {
    font-size: 18px;
  }
}

.font-size-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-20 {
    font-size: 18px;
  }
}

.font-size-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.font-size-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .font-size-16 {
    font-size: 14px;
  }
}

.drop-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.text-shadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.font-weight-bold {
  font-weight: 700;
}

.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 600;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

.orange-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.orange-button:hover {
  background-color: #2e8185 !important;
}

.blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #c85034 !important;
}

.white-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #ffffff !important;
  color: #c85034 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.white-button:hover {
  background-color: #2e8185 !important;
}
.white-button:hover {
  background-color: #c85034 !important;
  color: #ffffff !important;
}

.light-blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #43c0bd !important;
  border-color: #43c0bd !important;
}
.light-blue-button:hover {
  background-color: #2e8185 !important;
}
.light-blue-button:hover {
  background-color: #c85034 !important;
  border-color: #c85034 !important;
}

.arrow-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.arrow-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.outbound-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  background-image: url("/wp-content/themes/cih/_static/images/icon-outbound-link.svg");
  background-size: 14px 14px;
  background-position: top 5px right;
  padding-right: 20px;
}
.outbound-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.badge-link {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.badge-link-light {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

ul.search-filter-component-popup {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
}

.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--active {
  background-color: #c85034 !important;
}

@media (max-width: 1023px) {
  .view-label-desktop {
    display: none;
  }
}

.view-label-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .view-label-mobile {
    display: block;
  }
}

/*  Gravity Forms
..........................*/
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea {
  border: 1px solid #999 !important;
  border-radius: 7px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #4d4d4d !important;
  padding: 25px 20px !important;
  width: 100%;
}
.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus {
  border-color: #c85034;
}
.gform_wrapper .ginput_container textarea {
  min-block-size: 10rem !important;
}
.gform_wrapper .gform_fields {
  row-gap: 20px !important;
}
.gform_wrapper .gform_footer .gform_button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #2e8185 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #521a0f !important;
}

/*  Hero
..........................*/
.block-cih-hero {
  height: calc(100vh - 43px);
  max-height: 740px;
}
.block-cih-hero.has-subheading {
  max-height: 810px;
}
@media (max-width: 767px) {
  .block-cih-hero {
    height: 440px;
  }
}
.block-cih-hero .hero-inner {
  height: 100%;
  width: 100%;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.block-cih-hero.has-subheading .hero-inner {
  display: flex;
  align-items: center;
}
.block-cih-hero h1 p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-cih-hero:not(.has-subheading) h1 {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.block-cih-hero h2 a {
  color: #f3cd57;
  text-decoration: none;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
}
.block-cih-hero h2 a:hover {
  padding-right: 23px;
}
@media (max-width: 767px) {
  .block-cih-hero h2 {
    margin-bottom: 30px;
  }
}
.block-cih-hero .container {
  margin-top: 88px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .block-cih-hero .container {
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}
.block-cih-hero .flourish-image {
  position: absolute;
  right: 0;
  max-width: initial;
  width: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .block-cih-hero.hide-flourish-on-mobile .flourish-image {
    display: none;
  }
}
.block-cih-hero .scroll-down-arrow {
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}
@media (max-width: 767px) {
  .block-cih-hero .scroll-down-arrow {
    width: 60px;
    bottom: -35px;
  }
}
.block-cih-hero .scroll-down-arrow img {
  mix-blend-mode: lighten;
  opacity: 0.8;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease-in-out;
}
.block-cih-hero .scroll-down-arrow:hover img {
  opacity: 1;
}
@media (max-width: 1250px) {
  .block-cih-hero.shrink-flourish-on-mobile .flourish-image {
    width: 200px;
    height: 400px;
    object-fit: contain;
    object-position: center right;
    bottom: -210px;
  }
}
@media (max-width: 767px) {
  .block-cih-hero.shrink-flourish-on-mobile .flourish-image {
    width: 70px;
    height: 200px;
    object-fit: contain;
    object-position: center right;
    bottom: -105px;
  }
}
.block-cih-hero .breadcrumbs {
  position: absolute;
  top: 105px;
  left: 80px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1250px) {
  .block-cih-hero .breadcrumbs {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .block-cih-hero .breadcrumbs {
    left: 20px;
    top: 90px;
    z-index: 2;
  }
}
.block-cih-hero .breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin-left: 7px;
  margin-right: 7px;
}
.block-cih-hero .breadcrumbs a:hover {
  color: #c85034;
}
.block-cih-hero .breadcrumbs .current-page {
  color: #ffffff;
  opacity: 0.8;
  margin-left: 7px;
}
.block-cih-hero.alternate-layout {
  max-height: 700px;
}
@media (max-width: 1000px) {
  .block-cih-hero.alternate-layout {
    max-height: initial;
    height: initial;
  }
}
.block-cih-hero.alternate-layout .hero-inner {
  text-shadow: none;
}
.block-cih-hero.alternate-layout .container {
  display: flex;
}
@media (max-width: 1000px) {
  .block-cih-hero.alternate-layout .container {
    display: block;
    margin-top: 100px;
  }
}
.block-cih-hero.alternate-layout .container .hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-cih-hero.alternate-layout .container .hero-text h1 {
  margin-top: 60px;
}
.block-cih-hero.alternate-layout .container .hero-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .block-cih-hero.alternate-layout .container .hero-text h2 {
    font-size: 25px;
  }
}
.block-cih-hero.alternate-layout .side-image-container {
  flex: 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.block-cih-hero.alternate-layout .side-image-container img {
  width: 85%;
  bottom: -50px;
  position: relative;
}
@media (max-width: 1000px) {
  .block-cih-hero.alternate-layout .side-image-container img {
    width: 80%;
    bottom: initial;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40%;
  }
}

@media (max-width: 1000px) {
  .padding-for-circle-block {
    padding-top: 32%;
  }
}

/*  News Block
..........................*/
.block-cih-news-block {
  background-color: #f1eee2;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .block-cih-news-block {
    padding: 60px 0;
  }
}
.block-cih-news-block .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .block-cih-news-block .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.block-cih-news-block h2 {
  color: #521a0f;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-top: 0;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .block-cih-news-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .block-cih-news-block h2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
}
.block-cih-news-block .news-posts-container {
  display: flex;
  gap: 30px;
}
.block-cih-news-block .news-posts-container .news-post {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  display: block;
  text-decoration: none;
  color: inherit;
  outline: 3px solid transparent;
  outline-offset: 0;
  transition: outline-color 0.3s ease;
}
.block-cih-news-block .news-posts-container .news-post .news-post-image {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.block-cih-news-block .news-posts-container .news-post img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  transition: transform 0.3s ease;
  transform: scale(1.01);
}
.block-cih-news-block .news-posts-container .news-post .news-content {
  background-color: #ffffff;
  height: 100%;
  padding: 40px 40px 33px 40px;
}
@media (max-width: 767px) {
  .block-cih-news-block .news-posts-container .news-post .news-content {
    padding: 20px;
  }
}
.block-cih-news-block .news-posts-container .news-post .news-content .news-post-title {
  margin-bottom: 20px;
}
.block-cih-news-block .news-posts-container .news-post .news-content .news-post-title a {
  color: #c85034;
  text-decoration: none;
}
.block-cih-news-block .news-posts-container .news-post .news-content .news-post-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .block-cih-news-block .news-posts-container .news-post .news-content .news-post-date {
    font-size: 14px;
  }
}
.block-cih-news-block .news-posts-container .news-post .news-content .news-post-categories .category-badge {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}
.block-cih-news-block .news-posts-container .news-post .news-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .block-cih-news-block .news-posts-container .news-post .news-content h3 {
    font-size: 18px;
  }
}
.block-cih-news-block .read-more-link-container {
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .block-cih-news-block .read-more-link-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .block-cih-news-block .slick-list {
    margin-left: -10px !important;
  }
}
@media (max-width: 767px) {
  .block-cih-news-block .slick-slide {
    margin-right: 10px !important;
    max-width: 100vw !important;
    width: calc(100vw - 115px) !important;
    margin-left: 10px !important;
  }
}
.block-cih-news-block .slick-list {
  padding-right: 40px !important;
}
@media (max-width: 767px) {
  .block-cih-news-block .slick-list {
    padding-right: 0 !important;
    padding-left: 30px !important;
  }
}
.block-cih-news-block .slick-track {
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  html.no-touch .block-cih-news-block .news-posts-container:hover {
    outline-color: #c85034;
  }
  html.no-touch .block-cih-news-block .news-posts-container:hover > img {
    transform: scale(1.05);
  }
  html.no-touch .block-cih-news-block .news-posts-container:hover > h3 {
    color: #c85034 !important;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  html.no-touch .block-cih-news-block .news-post:hover {
    outline-color: #c85034;
  }
  html.no-touch .block-cih-news-block .news-post:hover img {
    transform: scale(1.05);
  }
  html.no-touch .block-cih-news-block .news-post:hover h3 {
    color: #c85034 !important;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
}

/*  Carousel
..........................*/
.block-cih-carousel {
  position: relative;
  background-color: #f1eee2;
  padding-top: 10px;
  padding-bottom: 80px;
  background-size: 500px auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .block-cih-carousel {
    background-size: 150px auto;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.block-cih-carousel .cih-carousel-slider {
  margin-bottom: 0;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide {
  max-width: 1080px;
  width: 100% !important;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 445px 1fr;
  gap: 0;
  align-items: center;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide {
    max-width: 100% !important;
    width: calc(100% - 40px) !important;
  }
}
@media (max-width: 767px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 100vw !important;
    width: calc(100vw - 115px) !important;
  }
}
.slick-slide .block-cih-carousel .cih-carousel-slider .carousel-slide {
  height: 520px;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px 60px 60px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content {
    padding: 25px 20px;
  }
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content .slide-text-container {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content .slide-text-container {
    font-size: 18px;
  }
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content .slide-text-container:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content .slide-text {
    display: none;
  }
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content h3 {
    font-size: 18px;
  }
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content a {
  margin: 0;
  align-self: flex-start;
  text-decoration: none;
  font-weight: 600;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-content a:hover {
  text-decoration: underline;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide.has-flourish .slide-content {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide.has-flourish .slide-content {
    padding-right: 40px;
  }
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-image {
  grid-column: 2;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide .slide-image {
    width: 100%;
    height: 210px;
  }
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide .slide-image img.flourish-image {
  position: absolute;
  width: 150px;
  height: auto !important;
  top: calc(50% - 75px);
  left: -75px;
}
@media (max-width: 1200px) {
  .block-cih-carousel .cih-carousel-slider .carousel-slide .slide-image img.flourish-image {
    display: none;
  }
}
.block-cih-carousel .cih-carousel-slider .carousel-slide.dark .slide-content {
  background-color: #2e8185;
  color: #ffffff;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide.dark .slide-content a {
  color: #f3cd57;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right.svg");
}
.block-cih-carousel .cih-carousel-slider .carousel-slide.light .slide-content {
  background-color: #ffffff;
  color: #000000;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide.light .slide-content a {
  color: #c85034;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange.svg");
}
.block-cih-carousel .cih-carousel-slider .carousel-slide a {
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 10px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.block-cih-carousel .cih-carousel-slider .carousel-slide a:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}
.block-cih-carousel .cih-carousel-slider .slick-track {
  display: flex;
  align-items: center;
}
.block-cih-carousel .cih-carousel-slider .slick-center {
  transform: scale(1);
}
.block-cih-carousel .cih-carousel-slider .slick-slide {
  margin: 0 20px !important;
}
@media (max-width: 767px) {
  .block-cih-carousel .cih-carousel-slider .slick-slide {
    margin: 0 !important;
    margin-left: 20px !important;
  }
}
.block-cih-carousel .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.block-cih-carousel .slick-list .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .block-cih-carousel .slick-list {
    padding-left: 30px !important;
  }
}
.block-cih-carousel .slick-slide {
  height: auto;
}
.block-cih-carousel .slick-slide .slide-content {
  transition: opacity 0.3s ease;
  opacity: 0.6;
}
.block-cih-carousel .slick-slide .slide-image {
  background-color: #f1eee2;
}
.block-cih-carousel .slick-slide .slide-image img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.block-cih-carousel .slick-slide.slick-active .slide-content, .block-cih-carousel .slick-slide.slick-center .slide-content {
  opacity: 1;
}
.block-cih-carousel .slick-slide.slick-active img, .block-cih-carousel .slick-slide.slick-center img {
  opacity: 1;
}
.block-cih-carousel .slick-slide > div {
  height: 100%;
  width: 100% !important;
}
.block-cih-carousel .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -35px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .block-cih-carousel .carousel-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .block-cih-carousel .carousel-arrow {
    display: none !important;
  }
}
.block-cih-carousel .carousel-arrow span {
  display: none;
}
.block-cih-carousel .carousel-arrow.carousel-arrow-prev {
  left: calc(50% - 605px);
  background-image: url("/wp-content/themes/cih/_static/images/arrow-left.png");
}
@media (max-width: 1200px) {
  .block-cih-carousel .carousel-arrow.carousel-arrow-prev {
    left: 20px;
  }
}
.block-cih-carousel .carousel-arrow.carousel-arrow-next {
  right: calc(50% - 605px);
  background-image: url("/wp-content/themes/cih/_static/images/arrow-right.png");
}
@media (max-width: 1200px) {
  .block-cih-carousel .carousel-arrow.carousel-arrow-next {
    right: 20px;
  }
}
.block-cih-carousel .carousel-arrow:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.1);
}

/*  Stats - Block
..........................*/
.block-cih-stats {
  background-color: #c37947;
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .block-cih-stats {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block-cih-stats h2.stats-heading {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-top: 0;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .block-cih-stats h2.stats-heading {
    font-size: 30px;
  }
}
.block-cih-stats .stats-container {
  display: flex;
  gap: 80px;
}
@media (max-width: 1350px) {
  .block-cih-stats .stats-container {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .block-cih-stats .stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .block-cih-stats .stats-container {
    grid-template-columns: 1fr;
  }
}
.block-cih-stats .stats-container .stat-item {
  flex: 1;
}
.block-cih-stats .stat-item img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .block-cih-stats .stat-item img {
    width: 230px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.block-cih-stats .single-stat {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1350px) {
  .block-cih-stats .single-stat {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .block-cih-stats .single-stat {
    font-size: 100px;
  }
}
.block-cih-stats .stat-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .block-cih-stats .stat-description {
    font-size: 18px;
  }
}
.block-cih-stats .bottom-flourish {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: auto;
  height: 100px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .block-cih-stats .bottom-flourish {
    height: 50px;
    bottom: -25px;
  }
}
.block-cih-stats.education-stats {
  padding-top: 15vw;
  margin-top: -19vw;
  padding-bottom: 60px;
  z-index: 1;
}
@media (max-width: 767px) {
  .block-cih-stats.education-stats {
    padding-top: 30vw;
    margin-top: -30vw;
  }
}

/*  Map Block
..........................*/
.block-cih-map {
  background-color: #f1eee2;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .block-cih-map {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .block-cih-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block-cih-map .mapsvg-marker-label {
  display: none !important;
}
.block-cih-map .container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.block-cih-map .container:after {
  display: none;
}
@media (max-width: 1023px) {
  .block-cih-map .container {
    flex-direction: column;
  }
}
.block-cih-map .map-left {
  flex: 0 0 400px;
}
@media (max-width: 1023px) {
  .block-cih-map .map-left {
    flex: 1;
  }
}
.block-cih-map .map-right {
  flex: 1;
}
.block-cih-map h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #521a0f;
  margin-top: 0;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .block-cih-map h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .block-cih-map h2 {
    margin-bottom: 20px;
  }
}
.block-cih-map .map-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-bottom: 40px;
  display: block;
}
.block-cih-map .map-legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-cih-map .map-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.block-cih-map .map-legend-item img {
  width: 25px;
  height: auto;
}
.block-cih-map .mapsvg-buttons.right {
  bottom: 30px;
  top: unset;
}
.block-cih-map .mapsvg-buttons.right .mapsvg-btn-group {
  box-shadow: none;
  border: 2px solid #2e8185;
}
.block-cih-map .mapsvg-buttons.right .mapsvg-btn-group .mapsvg-in {
  border-bottom: 2px solid #2e8185;
}
.block-cih-map .mapsvg-buttons.right .mapsvg-btn-group .mapsvg-btn-map:before {
  background-color: #2e8185;
  height: 2px;
}
.block-cih-map .mapsvg-buttons.right .mapsvg-btn-group .mapsvg-btn-map:after {
  background-color: #2e8185;
  width: 2px;
}
@media (max-width: 812px) {
  .block-cih-map .mapsvg-btn-group {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
  .block-cih-map .mapsvg-buttons.right {
    bottom: -20px !important;
  }
}
.block-cih-map .mapsvg-marker img {
  transform: scale(0.75);
  transform-origin: center bottom;
}
@media (max-width: 767px) {
  .block-cih-map .mapsvg-marker img {
    transform: scale(0.5);
  }
}

/*  Contact Block
..........................*/
.block-cih-contact .cih-contact-container {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 137px);
}
@media (max-width: 1023px) {
  .block-cih-contact .cih-contact-container {
    min-height: unset;
    flex-direction: column;
  }
}
.block-cih-contact .cih-contact-left,
.block-cih-contact .cih-contact-right {
  width: 50%;
}
@media (max-width: 1023px) {
  .block-cih-contact .cih-contact-left,
  .block-cih-contact .cih-contact-right {
    width: 100%;
  }
}
.block-cih-contact .cih-contact-left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .block-cih-contact .cih-contact-left {
    min-height: 450px;
  }
}
.block-cih-contact .contact-heading {
  padding-left: calc(50vw - 720px + 80px);
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .block-cih-contact .contact-heading {
    padding-left: 80px;
  }
}
@media (max-width: 1250px) {
  .block-cih-contact .contact-heading {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .block-cih-contact .contact-heading {
    padding-left: 20px;
  }
}
.block-cih-contact .contact-heading h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  margin-top: 150px;
}
@media (max-width: 1250px) {
  .block-cih-contact .contact-heading h1 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .block-cih-contact .contact-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .block-cih-contact .contact-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .block-cih-contact .contact-heading h1 {
    margin-top: 120px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .block-cih-contact .contact-heading h1 {
    margin-top: 100px;
  }
}
.block-cih-contact .cih-contact-right {
  background-color: #2e8185;
  padding-left: 80px;
  padding-right: calc(50vw - 720px + 80px);
  padding-top: 104px;
  padding-bottom: 80px;
}
.block-cih-contact .cih-contact-right a {
  color: #f3cd57;
  font-weight: bold;
}
.block-cih-contact .cih-contact-right h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .block-cih-contact .cih-contact-right h3 {
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .block-cih-contact .cih-contact-right {
    padding-right: 80px;
  }
}
@media (max-width: 1250px) {
  .block-cih-contact .cih-contact-right {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .block-cih-contact .cih-contact-right {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .block-cih-contact .cih-contact-right {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.block-cih-contact .gform_wrapper {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 24px 40px 40px 40px;
  border-radius: 30px;
  filter: drop-shadow(0 0 40px 2px rgba(0, 0, 0, 0.1));
}
.block-cih-contact .gform_confirmation_message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 25px !important;
}
@media (max-width: 767px) {
  .block-cih-contact .gform_confirmation_message {
    font-size: 18px;
  }
}

/*  About Image Text Block
..........................*/
.block-cih-about-image-text {
  background: linear-gradient(0deg, #44c1be 0%, #44c1be 15%, #90d0d0 15%, #90d0d0 25%, #246f72 25%, #246f72 100%);
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .block-cih-about-image-text {
    background: linear-gradient(0deg, #44c1be 0%, #44c1be 15%, #90d0d0 15%, #90d0d0 25%, #f2eee2 25%, #f2eee2 100%);
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.block-cih-about-image-text .bottom-flourish {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: auto;
  height: 100px;
  width: 100%;
  object-fit: contain;
  z-index: 11;
}
@media (max-width: 767px) {
  .block-cih-about-image-text .bottom-flourish {
    height: 50px;
    bottom: -25px;
  }
}
.block-cih-about-image-text .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
.block-cih-about-image-text .content-section-container {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .block-cih-about-image-text .content-section-container {
    padding-right: 0;
  }
}
.block-cih-about-image-text .content-section {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 40px;
  border-radius: 30px;
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  width: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .block-cih-about-image-text .content-section {
    margin-top: -30px;
    z-index: 2;
    position: relative;
  }
}
.block-cih-about-image-text .content-section:first-of-type {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block-cih-about-image-text .content-section:first-of-type {
    margin-top: 0;
    margin-bottom: -30px;
    z-index: 2;
    position: relative;
  }
}
.block-cih-about-image-text .content-section h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #521a0f;
  margin-top: 0;
  margin-bottom: 20px;
  background-image: url("/wp-content/themes/cih/_static/images/h2-flourish.png");
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block-cih-about-image-text .content-section h2 {
    font-size: 30px;
  }
}
.block-cih-about-image-text .content-section p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .block-cih-about-image-text .content-section p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .block-cih-about-image-text .content-section p {
    font-size: 18px;
  }
}
.block-cih-about-image-text .content-section p:last-of-type {
  margin-bottom: 0;
}
.block-cih-about-image-text .left-image {
  position: absolute;
  z-index: 2;
  left: -75px;
  top: 80px;
  width: auto;
  height: 100%;
  max-width: 840px;
  max-height: 840px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (min-width: 1441px) {
  .block-cih-about-image-text .left-image {
    left: calc(50% - 815px);
  }
}
@media (max-width: 767px) {
  .block-cih-about-image-text .left-image {
    display: none;
  }
}
.block-cih-about-image-text .left-image-mobile {
  display: none;
}
@media (max-width: 767px) {
  .block-cih-about-image-text .left-image-mobile {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
}
.block-cih-about-image-text.image-text {
  background: none;
  background-color: #f1eee2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .block-cih-about-image-text.image-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-cih-about-image-text.image-text .content-section-container {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block-cih-about-image-text.image-text .content-section {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 1023px) {
  .block-cih-about-image-text.image-text .content-section {
    max-width: 100%;
  }
}
.block-cih-about-image-text.image-text .content-section h2 {
  background-image: none;
  padding-left: 0;
}
.block-cih-about-image-text.image-text .content-section p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.block-cih-about-image-text.image-text .container-outer {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1440px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .block-cih-about-image-text.image-text .container-outer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .block-cih-about-image-text.image-text .container-outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-cih-about-image-text.image-text .container-outer .container-inner {
  padding: 0 !important;
  width: 45%;
  margin: 0;
}
@media (max-width: 1023px) {
  .block-cih-about-image-text.image-text .container-outer .container-inner {
    width: 100%;
  }
}
.block-cih-about-image-text.image-text .left-image {
  position: relative;
  z-index: 2;
  left: unset;
  top: unset;
  width: 50%;
  max-width: 100%;
  max-height: unset;
  aspect-ratio: unset;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .block-cih-about-image-text.image-text .left-image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .block-cih-about-image-text.image-text .left-image-mobile {
    display: block;
    width: 100%;
    height: auto;
    border-radius: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*  Feature Card Block
..........................*/
.block-cih-feature-card {
  background-color: #2e8185;
  padding-top: 210px;
  padding-bottom: 100px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .block-cih-feature-card {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .block-cih-feature-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .block-cih-feature-card {
    padding-top: 80px;
  }
}
.block-cih-feature-card .feature-card-container {
  background-color: #ffffff;
  padding: 50px 180px 50px 50px;
  border-radius: 30px;
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.1);
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  background-size: 170px auto;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
@media (max-width: 767px) {
  .block-cih-feature-card .feature-card-container {
    font-size: 18px;
  }
}
.block-cih-feature-card .feature-card-container *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-cih-feature-card .feature-card-container {
    background-image: none !important;
    padding: 40px;
  }
}

/*  Expandable on mobile
..........................*/
@media (max-width: 767px) {
  .expandable-on-mobile {
    display: none;
  }
}

.expandable-read-more {
  color: #c85034;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-down-orange.png");
  background-repeat: no-repeat;
  background-position: top 10px right;
  background-size: 10px auto;
  padding-right: 13px;
  display: none;
}
@media (max-width: 767px) {
  .expandable-read-more {
    display: inline;
  }
}

/*  Timeline Block
..........................*/
.block-cih-timeline {
  background-color: #2e8185;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 950px) {
  .block-cih-timeline {
    padding-top: 0;
  }
}
.block-cih-timeline h2.timeline-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .block-cih-timeline h2.timeline-title {
    font-size: 30px;
  }
}
.block-cih-timeline .timeline-container {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.block-cih-timeline .timeline-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background-color: #dbaf91;
  transform: translateX(-50%);
  z-index: 1;
}
.block-cih-timeline .timeline-item {
  display: flex;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.block-cih-timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 173px;
  width: 9%;
  height: 60px;
  border: none;
  border-bottom: 4px solid #dbaf91;
  z-index: 2;
  transform: translateY(-50%);
}
.block-cih-timeline .timeline-item::after {
  content: "";
  position: absolute;
  top: 200px;
  width: 18px;
  height: 18px;
  background-color: #dbaf91;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
}
.block-cih-timeline .timeline-item .timeline-card {
  width: 406px;
  position: relative;
}
.block-cih-timeline .timeline-item.timeline-item-left {
  justify-content: flex-start;
}
.block-cih-timeline .timeline-item.timeline-item-left .timeline-card {
  margin-right: 10%;
}
.block-cih-timeline .timeline-item.timeline-item-left::before {
  left: calc(41% + 2px);
  border-right: 4px solid #dbaf91;
  border-bottom-right-radius: 70px;
}
.block-cih-timeline .timeline-item.timeline-item-left::after {
  left: 397px;
}
.block-cih-timeline .timeline-item.timeline-item-right {
  justify-content: flex-end;
}
.block-cih-timeline .timeline-item.timeline-item-right .timeline-card {
  margin-left: 10%;
}
.block-cih-timeline .timeline-item.timeline-item-right::before {
  right: calc(41% + 2px);
  border-left: 4px solid #dbaf91;
  border-bottom-left-radius: 70px;
}
.block-cih-timeline .timeline-item.timeline-item-right::after {
  right: 397px;
}
.block-cih-timeline .timeline-item.new-year-group {
  margin-top: 60px;
}
.block-cih-timeline .timeline-year {
  background-color: #c37947;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  top: 23px;
  left: 0;
  padding: 6px 31px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .block-cih-timeline .timeline-year {
    font-size: 25px;
  }
}
.block-cih-timeline .timeline-card {
  background-color: white;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.block-cih-timeline .timeline-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.block-cih-timeline .timeline-card .timeline-content {
  padding: 30px;
}
.block-cih-timeline .timeline-card .timeline-content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .block-cih-timeline .timeline-card .timeline-content h3 {
    font-size: 25px;
  }
}
.block-cih-timeline .timeline-card .timeline-content p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}
.block-cih-timeline .timeline-card .timeline-content .read-more {
  color: #c85034;
  font-weight: bold;
  font-size: 16px;
}
.block-cih-timeline .timeline-card .timeline-content .read-more:hover {
  text-decoration: underline;
}
.block-cih-timeline .new-year-group {
  position: relative;
  margin-bottom: 100px;
}
.block-cih-timeline .new-year-group:first-of-type {
  background-image: url("/wp-content/themes/cih/_static/images/diamond.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.block-cih-timeline .new-year-group:last-of-type {
  background-image: url("/wp-content/themes/cih/_static/images/diamond.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 0;
}
@media (max-width: 950px) {
  .block-cih-timeline .timeline-item {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .block-cih-timeline .timeline-item.timeline-item-left, .block-cih-timeline .timeline-item.timeline-item-right {
    justify-content: flex-start;
  }
  .block-cih-timeline .timeline-item.timeline-item-left .timeline-card, .block-cih-timeline .timeline-item.timeline-item-right .timeline-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .block-cih-timeline .timeline-item.timeline-item-left::before, .block-cih-timeline .timeline-item.timeline-item-right::before {
    display: none;
  }
  .block-cih-timeline .timeline-item.timeline-item-left::after, .block-cih-timeline .timeline-item.timeline-item-right::after {
    display: none;
  }
  .block-cih-timeline .new-year-group {
    margin-bottom: 120px;
  }
  .block-cih-timeline .new-year-group:first-of-type {
    padding-top: 120px;
  }
}

/*  Shortcode Container Block
..........................*/
.block-cih-shortcode-container.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.block-cih-shortcode-container.padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-cih-shortcode-container.padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.padding-medium {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container.padding-medium {
    padding-top: 20px;
  }
}
.block-cih-shortcode-container.padding-large {
  padding-top: 150px;
  padding-bottom: 150px;
}
.block-cih-shortcode-container.cih-team-filter {
  padding-bottom: 60px;
}
.block-cih-shortcode-container.cih-team-filter .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.block-cih-shortcode-container.cih-team-filter .container:before {
  display: none;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter .container {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.block-cih-shortcode-container.cih-team-filter .container button,
.block-cih-shortcode-container.cih-team-filter .container p {
  margin: 0;
}
.block-cih-shortcode-container.cih-team-filter .container p {
  color: #ffffff;
  margin-right: 20px;
}
.block-cih-shortcode-container.cih-team-filter .container button {
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  margin-right: 10px;
  border-radius: 6px;
}
.block-cih-shortcode-container.cih-team-filter .container button.search-filter-input-button--is-selected {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.block-cih-shortcode-container.cih-team-filter .container button:focus {
  box-shadow: none;
}
.block-cih-shortcode-container.cih-team-filter .container .search-filter-style--choice-select {
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  --search-filter-input-color: #000000 !important;
  --search-filter-input-border-color: rgba(0, 0, 0, 0.4) !important;
  font-size: 14px !important;
  --search-filter-input-scale: 0 !important;
  --search-filter-input-background-color: transparent !important;
  cursor: pointer;
}
.block-cih-shortcode-container.cih-team-filter .container .search-filter-style--choice-select .search-filter-component-combobox-base {
  border-color: transparent !important;
}
.block-cih-shortcode-container.cih-team-filter .container .search-filter-style--choice-select input {
  font-family: "Montserrat", sans-serif !important;
  padding-top: 7px;
  padding-bottom: 6px;
}
.block-cih-shortcode-container.cih-team-filter .container .search-filter-style--choice-select svg {
  fill: #000000 !important;
}
.block-cih-shortcode-container.cih-team-filter .container .search-filter-style--choice-select .search-filter-component-combobox__listbox-toggle:before {
  display: none;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter .container .search-filter-style--choice-select {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter.cih-news-filter .container {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-top: 20px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-news-filter .container .cih-results {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter.cih-news-filter {
    padding-bottom: 10px;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-job-filter {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter {
    padding-bottom: 20px;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-job-filter .search-filter-field--input-type-checkbox .search-filter-input-group {
  display: flex;
  gap: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 900px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .search-filter-field--input-type-checkbox .search-filter-input-group {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .search-filter-field--input-type-checkbox .search-filter-input-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-job-filter .cih-filter-controls {
  border-left: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .cih-filter-controls {
    border-left: none;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-job-filter .search-filter-field--input-type-select {
  max-width: 200px;
}
@media (max-width: 900px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .search-filter-field--input-type-select {
    max-width: 100%;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-job-filter .container {
  justify-content: space-between;
}
@media (max-width: 1350px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    justify-content: start;
  }
}
@media (max-width: 900px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: start;
  }
}
@media (max-width: 900px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .search-button button {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .block-cih-shortcode-container.cih-team-filter.cih-job-filter .cih-results {
    margin-left: 0;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container .search-filter-field--input-type-select {
  width: 220px;
}
@media (max-width: 1100px) {
  .block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row !important;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container .cih-filter-controls {
    margin-left: 0;
    width: 100%;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container .cih-results {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 20px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container .search-filter-field--input-type-select {
    width: 100%;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container .search-filter-base:nth-child(-n+3) {
  flex: 0 0 auto;
}
.block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container .cih-filter-controls {
  margin-left: auto;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container.cih-team-filter.cih-resources-filter .container .cih-filter-controls {
    margin-left: 0;
    width: 100%;
  }
}
.block-cih-shortcode-container.cih-team-filter .mobile-filter-wrapper {
  display: flex;
}
.block-cih-shortcode-container.cih-team-filter.cih-programs-filter .view-label-desktop {
  color: #000000;
  margin-right: -10px;
  border-left: 1px solid #adaba7;
  padding-left: 60px;
  margin-left: 30px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .view-label-desktop {
    display: none;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-programs-filter .view-label-mobile {
  margin-right: 10px !important;
}
.block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container button {
  color: #c85034;
  background-color: transparent !important;
}
.block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container button:hover {
  background-color: #ffffff !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) !important;
}
.block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container button.search-filter-input-button--is-selected {
  color: #000000 !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) !important;
  background-color: #ffffff !important;
}
.block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .clear-button button:hover {
  background-color: initial !important;
  box-shadow: none !important;
}
@media (max-width: 1370px) {
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row !important;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .cih-filter-controls {
    margin-left: 0;
    width: 100%;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .cih-results {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container {
    display: block;
    gap: 20px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .search-filter-field--input-type-select {
    width: calc(50% - 10px);
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .search-filter-field--input-type-select:nth-of-type(1), .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .search-filter-field--input-type-select:nth-of-type(2) {
    display: block;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .search-filter-field--input-type-select:nth-of-type(1) {
    float: left;
    margin-right: 20px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .search-filter-field--input-type-select:nth-of-type(2) {
    float: right;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .view-label-desktop {
    clear: both;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    width: auto;
    float: left;
    margin-top: 10px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .search-filter-field--input-type-button {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container .cih-filter-controls {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container.cih-team-filter.cih-programs-filter .container {
    padding-top: 20px;
  }
}
@media (max-width: 800px) {
  .block-cih-shortcode-container.cih-team-filter.cih-certificate-filter {
    display: block !important;
    padding-top: 40px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-certificate-filter .container {
    display: block !important;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-certificate-filter .search-filter-field--input-type-select {
    width: 50% !important;
    float: left;
    margin-right: 20px;
  }
  .block-cih-shortcode-container.cih-team-filter.cih-certificate-filter .cih-filter-controls {
    display: block;
    margin-top: 20px;
    display: flex;
  }
}
.block-cih-shortcode-container.cih-team-filter .search-button button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.block-cih-shortcode-container.cih-team-filter .search-button button:hover {
  background-color: #2e8185 !important;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter.cih-scholars-filter {
    padding-bottom: 20px;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-scholars-filter .cih-filter-controls {
  color: #ffffff;
}
.block-cih-shortcode-container.cih-team-filter.cih-scholars-filter .cih-filter-controls .cih-results {
  border-color: #8c3824;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter.cih-scholars-filter .cih-filter-controls .cih-results {
    margin-left: 0;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-scholars-filter .cih-filter-controls .search-filter-input-button {
  color: #f3cd57;
}
.block-cih-shortcode-container.cih-team-filter.cih-scholars-filter .cih-filter-controls .search-filter-input-button:hover {
  color: #ffffff;
}
.block-cih-shortcode-container.cih-team-filter.cih-scholars-filter .container {
  position: relative;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container.cih-team-filter.cih-scholars-filter .container {
    flex-direction: column !important;
    padding-top: 40px;
    align-items: flex-start;
  }
}
.block-cih-shortcode-container.cih-team-filter.cih-scholars-filter h3 {
  margin: 0;
  position: absolute;
  left: 80px;
}
@media (max-width: 1300px) {
  .block-cih-shortcode-container.cih-team-filter.cih-scholars-filter h3 {
    display: none;
  }
}
.block-cih-shortcode-container.cih-team-filter .clear-button button {
  font-size: 16px;
  font-weight: 500;
  color: #c85034;
  text-decoration: underline;
  background-color: transparent !important;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
.block-cih-shortcode-container.cih-team-filter .clear-button button:hover {
  color: #2e8185;
}
.block-cih-shortcode-container .job-post {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  margin-bottom: 20px;
  outline: 3px solid transparent;
  outline-offset: 0;
  transition: outline-color 0.3s ease;
}
.block-cih-shortcode-container .job-post .job-content {
  background-color: #ffffff;
  height: 100%;
  padding: 40px 40px 40px 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container .job-post .job-content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .job-post .job-content {
    padding: 25px 20px;
  }
}
.block-cih-shortcode-container .job-post .job-content .job-post-date {
  color: #000000;
  margin-bottom: 0;
  color: #808080;
}
.block-cih-shortcode-container .job-post .job-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .job-post .job-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container .job-post .job-content h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .job-post .job-content h3 {
    margin-bottom: 10px;
  }
}
.block-cih-shortcode-container .job-post .job-post-meta {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container .job-post .job-post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.block-cih-shortcode-container .no-jobs-results {
  padding-bottom: 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .no-jobs-results {
    font-size: 18px;
  }
}
.block-cih-shortcode-container .search-filter-component-combobox-base {
  padding-left: 15px;
  padding-right: 5px;
}
.block-cih-shortcode-container .team-search-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  padding-bottom: 80px;
}
@media (max-width: 1050px) {
  .block-cih-shortcode-container .team-search-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .block-cih-shortcode-container .team-search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .team-search-results {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-cih-shortcode-container .team-search-results .team-member-result {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  outline: 3px solid transparent;
  outline-offset: 0;
  transition: outline-color 0.3s ease;
  text-decoration: none;
  color: #000000;
}
.block-cih-shortcode-container .team-search-results .team-member-result .team-member-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.block-cih-shortcode-container .team-search-results .team-member-result img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: top center;
  vertical-align: bottom;
  border-radius: 30px 30px 0 0;
}
.block-cih-shortcode-container .team-search-results .team-member-result h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  transition: color 0.3s ease;
  font-weight: bold;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .team-search-results .team-member-result h3 {
    font-size: 18px;
  }
}
.block-cih-shortcode-container .team-search-results .team-member-result .team-text-under-name {
  color: #4d4d4d !important;
  font-weight: 500;
}
.block-cih-shortcode-container .team-search-results .team-member-result .team-job-title {
  font-weight: bold;
}
.block-cih-shortcode-container .team-search-results .team-member-result .team-location {
  color: #4d4d4d !important;
}
.block-cih-shortcode-container .team-search-results .team-member-result:hover {
  outline-color: #c85034;
}
.block-cih-shortcode-container .team-search-results .team-member-result:hover h3 {
  color: #c85034;
}
.block-cih-shortcode-container .team-search-results.team-search-results {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container .team-search-results.team-search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .team-search-results.team-search-results {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-cih-shortcode-container .team-search-results.team-search-results h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.block-cih-shortcode-container .team-search-results.team-search-results .tribal-affiliation {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-bottom: 20px;
}
.block-cih-shortcode-container .team-search-results.team-search-results .scholar-program {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000000;
  font-weight: 600;
}
.block-cih-shortcode-container.four-column-results .team-search-results {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1050px) {
  .block-cih-shortcode-container.four-column-results .team-search-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .block-cih-shortcode-container.four-column-results .team-search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container.four-column-results .team-search-results {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-cih-shortcode-container .no-team-results {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .no-team-results {
    font-size: 30px;
  }
}
.block-cih-shortcode-container .news-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .block-cih-shortcode-container .news-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .news-posts-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-cih-shortcode-container .news-posts-container .news-post {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  display: block;
  text-decoration: none;
  color: inherit;
  outline: 3px solid transparent;
  outline-offset: 0;
  transition: outline-color 0.3s ease;
}
.block-cih-shortcode-container .news-posts-container .news-post .news-post-image {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.block-cih-shortcode-container .news-posts-container .news-post img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  transition: transform 0.3s ease;
  transform: scale(1.01);
}
.block-cih-shortcode-container .news-posts-container .news-post .news-content {
  background-color: #ffffff;
  height: 100%;
  padding: 40px 40px 33px 40px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .news-posts-container .news-post .news-content {
    padding: 20px;
  }
}
.block-cih-shortcode-container .news-posts-container .news-post .news-content .news-post-title {
  margin-bottom: 20px;
}
.block-cih-shortcode-container .news-posts-container .news-post .news-content .news-post-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .news-posts-container .news-post .news-content .news-post-date {
    font-size: 14px;
  }
}
.block-cih-shortcode-container .news-posts-container .news-post .news-content .news-post-categories .category-badge {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.block-cih-shortcode-container .news-posts-container .news-post .news-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .news-posts-container .news-post .news-content h3 {
    font-size: 18px;
  }
}
.block-cih-shortcode-container .resource-posts-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-cih-shortcode-container .resource-posts-container .resource-post {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  outline: 3px solid transparent;
  outline-offset: 0;
  transition: outline-color 0.3s ease;
  width: 100%;
  position: relative;
  border: 1px solid #c6c4be;
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-post-image {
  width: 33%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-post-image {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    height: 240px;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-post-excerpt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #4d4d4d;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-post-excerpt {
    font-size: 16px !important;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-post-excerpt.program-excerpt {
  font-size: 16px !important;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-post-excerpt.program-excerpt {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content {
  background-color: #ffffff;
  height: 100%;
  padding: 40px 40px 33px 40px;
  float: right;
  width: 67%;
  height: 100%;
  min-height: 220px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-content {
    padding: 20px;
    float: none;
    width: 100%;
    height: auto;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-title {
    line-height: 1.5;
    font-size: 20px !important;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-date {
    font-size: 14px;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-categories .category-badge {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-categories .focus-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-categories .focus-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-categories .focus-label {
    font-size: 16px !important;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .resource-post-categories .focus-label:hover {
  background-color: initial;
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-content h3 {
    font-size: 18px;
  }
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .certificate-excerpt,
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .certificate-excerpt p {
  font-size: 16px !important;
  color: #4d4d4d;
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .certicicate-meta {
  font-size: 16px;
  margin-bottom: 20px;
  color: #4d4d4d;
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .certicicate-meta .certificate-meta-label {
  font-weight: 600;
  color: #000000;
  margin-left: 20px;
}
.block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .certicicate-meta .certificate-meta-label:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .resource-posts-container .resource-post .resource-content .certificate-meta-item {
    display: block;
  }
}
.block-cih-shortcode-container .publications-container .resource-content {
  width: 100% !important;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .publications-container .resource-content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.block-cih-shortcode-container .publications-container .resource-post-excerpt {
  font-size: 16px !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
}
.block-cih-shortcode-container .publications-container .publication-meta-title {
  font-weight: 600;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .publications-container .publication-meta-title {
    display: block;
    font-weight: bold;
  }
}
.block-cih-shortcode-container .publications-container .post-excerpt-item {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .publications-container .post-excerpt-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .block-cih-shortcode-container .publications-container .focus-label {
    display: block !important;
    font-weight: bold !important;
    font-size: 16px !important;
  }
}
.block-cih-shortcode-container .publications-container .resource-post-title .fa-external-link-alt {
  margin-left: 15px !important;
}
.block-cih-shortcode-container .search-filter-input-checkbox__label {
  font-size: 16px;
  color: #000000;
}
.block-cih-shortcode-container .search-filter-input-checkbox__control {
  border: 1px solid #999;
  border-radius: 3px;
  background-position: center;
}
.block-cih-shortcode-container .search-filter-input-checkbox__control svg {
  display: none;
}
.block-cih-shortcode-container .search-filter-input-checkbox.search-filter-input-checkbox--is-active .search-filter-input-checkbox__control {
  background-color: #000000;
  border-color: #000000;
  background-image: url("/wp-content/themes/cih/_static/images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  html.no-touch .block-cih-shortcode-container .news-posts-container:hover {
    outline-color: #c85034;
  }
  html.no-touch .block-cih-shortcode-container .news-posts-container:hover > img {
    transform: scale(1.05);
  }
  html.no-touch .block-cih-shortcode-container .news-posts-container:hover > h3 {
    color: #c85034 !important;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  html.no-touch .block-cih-shortcode-container .news-post:hover {
    outline-color: #c85034;
  }
  html.no-touch .block-cih-shortcode-container .news-post:hover img {
    transform: scale(1.05);
  }
  html.no-touch .block-cih-shortcode-container .news-post:hover h3 {
    color: #c85034 !important;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  html.no-touch .block-cih-shortcode-container .job-post:hover {
    outline-color: #c85034;
  }
  html.no-touch .block-cih-shortcode-container .job-post:hover h3 {
    color: #c85034 !important;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  html.no-touch .block-cih-shortcode-container .resource-post:not(.certificate-post):hover {
    outline-color: #c85034;
  }
  html.no-touch .block-cih-shortcode-container .resource-post:not(.certificate-post):hover h3 {
    color: #c85034 !important;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  html.no-touch .block-cih-shortcode-container a.team-member-link:hover {
    outline-color: #c85034;
  }
  html.no-touch .block-cih-shortcode-container a.team-member-link:hover h3 {
    color: #c85034 !important;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
}
html.no-touch .no-resource-results {
  padding-bottom: 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  html.no-touch .no-resource-results {
    font-size: 18px;
  }
}

/*  S&F - Pagination
..........................*/
.search-filter-query {
  padding-bottom: 80px;
}
.search-filter-query .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.search-filter-query .pagination a,
.search-filter-query .pagination span {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.search-filter-query .pagination a:hover,
.search-filter-query .pagination span:hover {
  background-color: #ffffff;
  color: #c85034;
}
.search-filter-query .pagination .prev,
.search-filter-query .pagination .next {
  background-color: #1c595b;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border-color: #1c595b;
}
.search-filter-query .pagination .prev:hover,
.search-filter-query .pagination .next:hover {
  background-color: #1c595b;
  color: inherit;
}
.search-filter-query .pagination .prev {
  background-image: url("/wp-content/themes/cih/_static/images/chev-left-white.png");
}
.search-filter-query .pagination .next {
  background-image: url("/wp-content/themes/cih/_static/images/chev-right-white.png");
}
.search-filter-query .pagination .current {
  background-color: white;
  color: #c85034;
}
.search-filter-query.search-filter-query--id-2 .pagination, .search-filter-query.search-filter-query--id-4 .pagination, .search-filter-query.search-filter-query--id-5 .pagination, .search-filter-query.search-filter-query--id-6 .pagination, .search-filter-query.search-filter-query--id-9 .pagination {
  margin-top: 80px;
}
.search-filter-query.search-filter-query--id-2 a,
.search-filter-query.search-filter-query--id-2 span, .search-filter-query.search-filter-query--id-4 a,
.search-filter-query.search-filter-query--id-4 span, .search-filter-query.search-filter-query--id-5 a,
.search-filter-query.search-filter-query--id-5 span, .search-filter-query.search-filter-query--id-6 a,
.search-filter-query.search-filter-query--id-6 span, .search-filter-query.search-filter-query--id-9 a,
.search-filter-query.search-filter-query--id-9 span {
  border-color: #c6c4be;
  color: #000000;
  background-color: #ffffff;
}
.search-filter-query.search-filter-query--id-2 a:hover, .search-filter-query.search-filter-query--id-4 a:hover, .search-filter-query.search-filter-query--id-5 a:hover, .search-filter-query.search-filter-query--id-6 a:hover, .search-filter-query.search-filter-query--id-9 a:hover {
  background-color: #c85034;
  color: #ffffff;
  border-color: #c85034;
}
.search-filter-query.search-filter-query--id-2 .prev, .search-filter-query.search-filter-query--id-4 .prev, .search-filter-query.search-filter-query--id-5 .prev, .search-filter-query.search-filter-query--id-6 .prev, .search-filter-query.search-filter-query--id-9 .prev {
  background-image: url("/wp-content/themes/cih/_static/images/chev-left-black.png");
}
.search-filter-query.search-filter-query--id-2 .next, .search-filter-query.search-filter-query--id-4 .next, .search-filter-query.search-filter-query--id-5 .next, .search-filter-query.search-filter-query--id-6 .next, .search-filter-query.search-filter-query--id-9 .next {
  background-image: url("/wp-content/themes/cih/_static/images/chev-right-black.png");
}
.search-filter-query.search-filter-query--id-2 .prev,
.search-filter-query.search-filter-query--id-2 .next, .search-filter-query.search-filter-query--id-4 .prev,
.search-filter-query.search-filter-query--id-4 .next, .search-filter-query.search-filter-query--id-5 .prev,
.search-filter-query.search-filter-query--id-5 .next, .search-filter-query.search-filter-query--id-6 .prev,
.search-filter-query.search-filter-query--id-6 .next, .search-filter-query.search-filter-query--id-9 .prev,
.search-filter-query.search-filter-query--id-9 .next {
  border-color: #c6c4be !important;
  background-color: #c6c4be !important;
}
.search-filter-query.search-filter-query--id-2 .dots, .search-filter-query.search-filter-query--id-4 .dots, .search-filter-query.search-filter-query--id-5 .dots, .search-filter-query.search-filter-query--id-6 .dots, .search-filter-query.search-filter-query--id-9 .dots {
  border-color: #c6c4be !important;
  color: #000000 !important;
  background-color: #ffffff !important;
}
.search-filter-query.search-filter-query--id-2 .current, .search-filter-query.search-filter-query--id-4 .current, .search-filter-query.search-filter-query--id-5 .current, .search-filter-query.search-filter-query--id-6 .current, .search-filter-query.search-filter-query--id-9 .current {
  background-color: #c85034 !important;
  color: #ffffff !important;
  border-color: #c85034 !important;
}
.search-filter-query.search-filter-query--id-8 .pagination .prev:not(.disabled),
.search-filter-query.search-filter-query--id-8 .pagination .next:not(.disabled), .search-filter-query.search-filter-query--id-10 .pagination .prev:not(.disabled),
.search-filter-query.search-filter-query--id-10 .pagination .next:not(.disabled) {
  background-color: #a0402a !important;
  border-color: #a0402a !important;
}
.search-filter-query.search-filter-query--id-8 .pagination .prev:not(.disabled):hover,
.search-filter-query.search-filter-query--id-8 .pagination .next:not(.disabled):hover, .search-filter-query.search-filter-query--id-10 .pagination .prev:not(.disabled):hover,
.search-filter-query.search-filter-query--id-10 .pagination .next:not(.disabled):hover {
  background-color: transparent !important;
  border-color: #fff !important;
}
.search-filter-query .pagination .disabled {
  opacity: 0.3;
}
.search-filter-query .pagination .prev.disabled {
  background-image: url("/wp-content/themes/cih/_static/images/chev-left-white.png");
}
.search-filter-query .pagination .next.disabled {
  background-image: url("/wp-content/themes/cih/_static/images/chev-right-white.png");
}

.page-id-5405 .pagination .prev.disabled,
.page-id-5405 .pagination .next.disabled {
  background-color: #a0402a !important;
  border-color: #a0402a !important;
}

/*  Locations Block
..........................*/
.block-cih-locations {
  background-color: #2e8185;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .block-cih-locations {
    padding-top: 40px;
  }
}
.block-cih-locations .locations-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block-cih-locations .locations-heading {
    font-size: 30px;
  }
}
.block-cih-locations .locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 33px;
}
@media (max-width: 1050px) {
  .block-cih-locations .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block-cih-locations .locations-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.block-cih-locations .location-item {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #4d4d4d;
}
.block-cih-locations .location-item a {
  color: #c85034;
  font-weight: bold;
}
.block-cih-locations .location-item h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  margin-top: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .block-cih-locations .location-item h3 {
    font-size: 18px;
  }
}
.block-cih-locations .location-item strong {
  color: #000000;
}
@media (max-width: 767px) {
  .block-cih-locations .location-item p,
  .block-cih-locations .location-item .location-phone,
  .block-cih-locations .location-item .location-fax {
    font-size: 16px;
  }
}
.block-cih-locations .button-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  gap: 30px;
}
.block-cih-locations .button-wrap .button {
  min-width: 50px !important;
  width: 100% !important;
}

/*  Four Column Block
..........................*/
.block-cih-four-column {
  background-size: auto 300px;
  background-position: left -100px top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.block-cih-four-column.dark-style {
  background-color: #2e8185;
  color: #ffffff;
}
.block-cih-four-column.dark-style .column-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .block-cih-four-column.dark-style .column-item {
    font-size: 18px;
  }
}
.block-cih-four-column.dark-style h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .block-cih-four-column.dark-style h3 {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .block-cih-four-column.dark-style h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
}
@media (max-width: 1399px) and (max-width: 767px) {
  .block-cih-four-column.dark-style h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .block-cih-four-column.dark-style h3 {
    font-size: 30px;
  }
}
.block-cih-four-column.light-style {
  background-color: #f1eee2;
}
.block-cih-four-column.light-style h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #2e8185;
  font-weight: bold;
}
@media (max-width: 767px) {
  .block-cih-four-column.light-style h3 {
    font-size: 25px;
  }
}
.block-cih-four-column.light-style .column-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.block-cih-four-column .opening-content {
  margin-bottom: 60px;
}
.block-cih-four-column .columns-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 53px;
}
@media (max-width: 767px) {
  .block-cih-four-column .columns-wrap {
    gap: 35px;
  }
}
.block-cih-four-column .columns-wrap .column-item {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.block-cih-four-column .columns-wrap img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block-cih-four-column .columns-wrap img {
    aspect-ratio: 1.4;
    object-fit: cover;
  }
}
@media (max-width: 1050px) {
  .block-cih-four-column .columns-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block-cih-four-column .columns-wrap {
    grid-template-columns: 1fr;
  }
}
.block-cih-four-column .bottom-flourish-image {
  height: 90px;
  width: auto;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: bottom;
  z-index: 2;
}

/*  Full Width Content Block
..........................*/
.block-cih-full-width-content {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-bottom: 0;
}
.block-cih-full-width-content a {
  color: #c85034;
  font-weight: bold;
}
.block-cih-full-width-content.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.block-cih-full-width-content.padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-cih-full-width-content.padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .block-cih-full-width-content.padding-medium {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.block-cih-full-width-content.padding-large {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .block-cih-full-width-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-cih-full-width-content *:last-child {
  margin-bottom: 0;
}
.block-cih-full-width-content.media-queries a {
  color: #f3cd57;
}
.block-cih-full-width-content.media-queries .container {
  max-width: 1024px;
}
.block-cih-full-width-content iframe[src*="youtube.com"],
.block-cih-full-width-content iframe[src*="youtu.be"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
}
@supports not (aspect-ratio: 16/9) {
  .block-cih-full-width-content iframe[src*="youtube.com"],
  .block-cih-full-width-content iframe[src*="youtu.be"] {
    height: 56.25vw;
    max-height: 315px;
  }
}
.block-cih-full-width-content .youtube-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.block-cih-full-width-content .youtube-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  S&F - Search Filter Results Count and Clear Button
..........................*/
.cih-filter-controls {
  display: flex;
  align-items: center;
}
.cih-filter-controls .cih-results {
  border-right: 1px solid #adaba7;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 30px;
}
.cih-filter-controls a {
  color: #c85034;
}

/*  Image Text Block
..........................*/
.block-cih-image-text {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: 40% 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .block-cih-image-text {
    background-size: 80% 40%;
    background-position: bottom left -120%;
    padding-top: 40px;
  }
}
.block-cih-image-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
}
@media (max-width: 1200px) {
  .block-cih-image-text .container {
    gap: 60px;
  }
}
@media (max-width: 900px) {
  .block-cih-image-text .container {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.block-cih-image-text .container .cih-image-text-image {
  width: 45%;
}
@media (max-width: 1200px) {
  .block-cih-image-text .container .cih-image-text-image {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .block-cih-image-text .container .cih-image-text-image {
    width: 100%;
    margin-bottom: -160px;
  }
}
.block-cih-image-text .container .cih-image-text-content {
  width: 55%;
}
@media (max-width: 900px) {
  .block-cih-image-text .container .cih-image-text-content {
    width: 100%;
  }
}
.block-cih-image-text .container:after {
  display: none;
}
.block-cih-image-text .container a {
  color: #c85034;
  font-weight: bold;
}
.block-cih-image-text.big-image .cih-image-text-image {
  width: 65%;
}
.block-cih-image-text.big-image .cih-image-text-content {
  width: 35%;
}
@media (max-width: 900px) {
  .block-cih-image-text.big-image .container {
    flex-direction: column-reverse !important;
  }
  .block-cih-image-text.big-image .cih-image-text-image {
    width: 100%;
  }
  .block-cih-image-text.big-image .cih-image-text-content {
    width: 100%;
  }
}
.block-cih-image-text.text-image .container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .block-cih-image-text.text-image .container {
    flex-direction: column;
  }
  .block-cih-image-text.text-image .container .cih-image-text-image {
    margin-bottom: 0;
  }
}
.block-cih-image-text.text-image.image-offset {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-cih-image-text.text-image.image-offset {
    overflow: visible;
  }
}
.block-cih-image-text.text-image.image-offset .container {
  display: block;
}
@media (max-width: 900px) {
  .block-cih-image-text.text-image.image-offset .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.block-cih-image-text.text-image.image-offset .cih-image-text-content {
  width: 60%;
}
@media (max-width: 900px) {
  .block-cih-image-text.text-image.image-offset .cih-image-text-content {
    width: 100%;
  }
}
.block-cih-image-text.text-image.image-offset .cih-image-text-image {
  position: absolute;
  right: -5%;
  width: 38%;
  height: 100%;
  object-fit: contain;
  top: 0;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (min-width: 1500px) {
  .block-cih-image-text.text-image.image-offset .cih-image-text-image {
    width: 45vw;
  }
}
@media (max-width: 900px) {
  .block-cih-image-text.text-image.image-offset .cih-image-text-image {
    position: relative;
    object-fit: cover;
    margin-left: 25px;
    right: unset;
    width: calc(100% + 180px);
    max-width: unset;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -120px;
  }
}

/*  Feature Panel Card Block
..........................*/
.block-cih-feature-panel-card {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.block-cih-feature-panel-card.background-pattern-tan {
  background: linear-gradient(90deg, #f2eee2 0%, #f2eee2 85%, #d3a17b 85%, #d3a17b 90%, #c17947 90%, #c17947 100%);
}
.block-cih-feature-panel-card.background-pattern-tan .feature-panel-heading {
  color: #521a0f;
}
@media (max-width: 900px) {
  .block-cih-feature-panel-card.background-pattern-tan {
    padding-top: 40px;
  }
}
.block-cih-feature-panel-card.background-pattern-blue {
  background: linear-gradient(90deg, #246f72 0%, #246f72 85%, #90d0d0 85%, #90d0d0 90%, #44c1be 90%, #44c1be 100%) !important;
}
@media (max-width: 900px) {
  .block-cih-feature-panel-card.background-pattern-blue {
    padding-top: 40px;
  }
}
@media (max-width: 900px) {
  .block-cih-feature-panel-card {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card {
    background-image: none !important;
  }
  .block-cih-feature-panel-card.background-pattern-tan {
    background: linear-gradient(90deg, #f2eee2 0%, #f2eee2 85%, #d3a17b 85%, #d3a17b 90%, #c17947 90%, #c17947 100%) !important;
  }
  .block-cih-feature-panel-card.background-pattern-blue {
    background: linear-gradient(90deg, #246f72 0%, #246f72 85%, #90d0d0 85%, #90d0d0 90%, #44c1be 90%, #44c1be 100%) !important;
  }
}
.block-cih-feature-panel-card h2 {
  margin-bottom: 40px;
}
.block-cih-feature-panel-card .feature-panel-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-cards.no-logo .feature-panel-card {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
  }
}
.block-cih-feature-panel-card .feature-panel-card {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 40px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000000;
  position: relative;
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-card {
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    margin-top: 80px;
    font-size: 16px;
  }
}
.block-cih-feature-panel-card .feature-panel-card.small-image h3 {
  max-width: 870px;
  width: 100%;
}
.block-cih-feature-panel-card .feature-panel-content {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
@media (max-width: 1023px) {
  .block-cih-feature-panel-card .feature-panel-content {
    gap: 50px;
  }
}
.block-cih-feature-panel-card .feature-panel-image-container {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin-right: 40px;
  margin-top: -30px;
  margin-bottom: 30px;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .block-cih-feature-panel-card .feature-panel-image-container {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-image-container {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
.block-cih-feature-panel-card .feature-panel-image-container .feature-panel-image-background {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-5px, -5px);
  filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.25));
}
.block-cih-feature-panel-card .feature-panel-image-container .feature-panel-image-foreground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 1;
  object-fit: cover;
  object-position: center center;
  clip-path: circle(91px at 50% 50%);
}
.block-cih-feature-panel-card .feature-panel-card.large-image h3.feature-panel-card-heading {
  width: calc(100% - 350px);
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-card.large-image h3.feature-panel-card-heading {
    width: 100%;
  }
}
.block-cih-feature-panel-card .feature-panel-card.large-image .feature-panel-image-container {
  width: 310px;
  height: 310px;
  max-width: 310px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-card.large-image .feature-panel-image-container {
    position: absolute;
    top: -100px;
    width: 235px;
    height: 235px;
    max-width: 235px;
  }
}
.block-cih-feature-panel-card .feature-panel-card.large-image .feature-panel-image-container .feature-panel-image-background {
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  transform: translate(-8px, -8px);
}
.block-cih-feature-panel-card .feature-panel-card.large-image .feature-panel-image-container .feature-panel-image-foreground {
  width: 100%;
  height: 100%;
  clip-path: circle(145px at 50% 50%);
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-card.large-image .feature-panel-image-container .feature-panel-image-foreground {
    clip-path: circle(109px at 50% 50%);
  }
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-card.large-image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .desktop-logo {
    display: none;
  }
}
.block-cih-feature-panel-card img.mobile-logo {
  display: none;
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card img.mobile-logo {
    display: block;
    margin-top: initial;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -150px;
    z-index: 2;
  }
}
.block-cih-feature-panel-card .feature-panel-card-text {
  line-height: 1.4;
}
.block-cih-feature-panel-card .feature-panel-card-text *:last-child {
  margin-bottom: 0;
}
.block-cih-feature-panel-card .feature-panel-card-text a {
  color: #c85034;
  transition: all 0.3s ease-in-out;
}
.block-cih-feature-panel-card .feature-panel-card-text a:hover {
  color: #2e8185;
}
.block-cih-feature-panel-card .feature-panel-card-text.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .feature-panel-card-text.truncated {
    -webkit-line-clamp: 12;
  }
}
.block-cih-feature-panel-card .feature-panel-card-text.expanded {
  max-height: none;
  overflow: visible;
  margin-bottom: 20px;
}
.block-cih-feature-panel-card .read-more-toggle {
  color: #c85034;
  text-decoration: underline;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  transition: color 0.3s ease;
  margin-top: 20px;
  background-image: url("/wp-content/themes/cih/_static/images/chev-up-bold.svg");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right top 12px;
  padding-right: 17px;
}
.block-cih-feature-panel-card .read-more-toggle:not(.expanded) {
  background-image: url("/wp-content/themes/cih/_static/images/chev-down-bold.svg");
}
@media (max-width: 767px) {
  .block-cih-feature-panel-card .read-more-toggle {
    left: 30px;
  }
}
.block-cih-feature-panel-card .read-more-toggle:hover {
  color: #2e8185;
}

/*  Horizontal Tabs Block
..........................*/
.block-cih-horizontal-tabs {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f1eee2;
}
@media (max-width: 767px) {
  .block-cih-horizontal-tabs {
    padding-bottom: 10px;
  }
}
.block-cih-horizontal-tabs .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.block-cih-horizontal-tabs .container:after {
  display: none;
}
.block-cih-horizontal-tabs .container .horizontal-tabs-inner {
  display: flex;
  gap: 100px;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #c6c4be;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .block-cih-horizontal-tabs .container .horizontal-tabs-inner {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .block-cih-horizontal-tabs .container .horizontal-tabs-inner {
    font-size: 18px !important;
    gap: initial;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.block-cih-horizontal-tabs .container .horizontal-tabs-inner a {
  color: #c85034;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.block-cih-horizontal-tabs .container .horizontal-tabs-inner a:hover {
  color: #2e8185;
}
.block-cih-horizontal-tabs .container .horizontal-tabs-inner a.active-tab {
  color: #000000 !important;
  border-bottom: 3px solid #000000;
  padding-bottom: 1px;
  margin-bottom: -1px;
}

/*  Two Column Text Block
..........................*/
.block-cih-two-column-text {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-cih-two-column-text .container {
  display: flex;
  gap: 50px;
}
.block-cih-two-column-text .container h3,
.block-cih-two-column-text .container h3 span {
  font-weight: 700;
}
.block-cih-two-column-text .container:after {
  display: none;
}
@media (max-width: 767px) {
  .block-cih-two-column-text .container {
    flex-direction: column;
    gap: 20px;
  }
}
.block-cih-two-column-text .container .left-content,
.block-cih-two-column-text .container .right-content {
  flex: 1;
}
@media (max-width: 767px) {
  .block-cih-two-column-text.knowledge-center-columns .left-content h3,
  .block-cih-two-column-text.knowledge-center-columns .left-content h3 span,
  .block-cih-two-column-text.knowledge-center-columns .right-content h3,
  .block-cih-two-column-text.knowledge-center-columns .right-content h3 span {
    font-size: 20px !important;
  }
  .block-cih-two-column-text.knowledge-center-columns .left-content p,
  .block-cih-two-column-text.knowledge-center-columns .left-content p span,
  .block-cih-two-column-text.knowledge-center-columns .right-content p,
  .block-cih-two-column-text.knowledge-center-columns .right-content p span {
    font-size: 16px !important;
  }
}

/*  Three Cards Block
..........................*/
.block-cih-three-cards {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-cih-three-cards .three-cards-container {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1000px) {
  .block-cih-three-cards .three-cards-container {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .block-cih-three-cards .three-cards-container {
    flex-direction: column;
    gap: 50px;
  }
}
.block-cih-three-cards .three-cards-container .three-card-item {
  flex: 0 0 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
}
@media (max-width: 767px) {
  .block-cih-three-cards .three-cards-container .three-card-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-cih-three-cards .three-cards-container img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .block-cih-three-cards .three-cards-container img {
    width: 100%;
  }
}
.block-cih-three-cards .three-cards-container .three-card-item-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50px;
  padding: 20px;
  margin-top: -35px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #44bfbd 19%, #399fa0 41%, #318a8d 73%, #2e8185 100%);
}

/*  Scholar Spotlight Block
..........................*/
.block-cih-scholar-spotlight {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 850px) {
  .block-cih-scholar-spotlight {
    background-image: none !important;
  }
}
.block-cih-scholar-spotlight h2.spotlight-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block-cih-scholar-spotlight h2.spotlight-heading {
    font-size: 30px;
  }
}
.block-cih-scholar-spotlight .spotlight-content {
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 850px) {
  .block-cih-scholar-spotlight .spotlight-content {
    flex-direction: column;
  }
}
.block-cih-scholar-spotlight .spotlight-content .spotlight-image-container {
  position: relative;
  width: 400px;
  height: 400px;
  z-index: 2;
}
@media (max-width: 850px) {
  .block-cih-scholar-spotlight .spotlight-content .spotlight-image-container {
    margin-bottom: -150px;
  }
}
@media (max-width: 480px) {
  .block-cih-scholar-spotlight .spotlight-content .spotlight-image-container {
    width: 260px;
    height: 260px;
  }
}
.block-cih-scholar-spotlight .spotlight-content .spotlight-image-container .spotlight-image-background {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-10px, -10px);
}
@media (max-width: 480px) {
  .block-cih-scholar-spotlight .spotlight-content .spotlight-image-container .spotlight-image-background {
    width: 260px;
    height: 260px;
  }
}
.block-cih-scholar-spotlight .spotlight-content .spotlight-image-container .spotlight-image-foreground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 1;
  object-fit: cover;
  object-position: center;
  clip-path: circle(190px at center);
}
@media (max-width: 480px) {
  .block-cih-scholar-spotlight .spotlight-content .spotlight-image-container .spotlight-image-foreground {
    width: 260px;
    height: 260px;
    clip-path: circle(125px at center);
  }
}
.block-cih-scholar-spotlight .spotlight-content .spotlight-text {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  flex: 1;
  padding-left: 250px;
  margin-left: -200px;
}
@media (max-width: 1250px) {
  .block-cih-scholar-spotlight .spotlight-content .spotlight-text {
    padding-left: 230px;
  }
}
@media (max-width: 850px) {
  .block-cih-scholar-spotlight .spotlight-content .spotlight-text {
    padding: 180px 30px 30px 30px;
    margin-left: 0;
  }
}
.block-cih-scholar-spotlight .spotlight-content .spotlight-text *:last-child {
  margin-bottom: 0;
}

/*  Square Carousel Block
..........................*/
.block-cih-square-carousel {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .block-cih-square-carousel {
    padding-bottom: 0;
  }
}
.block-cih-square-carousel .cih-square-carousel-slider {
  margin-bottom: 0;
}
.block-cih-square-carousel .cih-square-carousel-slider .square-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .block-cih-square-carousel .cih-square-carousel-slider .square-slide {
    padding: 0 7px;
  }
}
.block-cih-square-carousel .cih-square-carousel-slider .square-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .block-cih-square-carousel .cih-square-carousel-slider .square-slide img {
    aspect-ratio: 1.3;
  }
}
.block-cih-square-carousel .cih-square-carousel-slider .slick-track {
  display: flex;
  align-items: center;
}
.block-cih-square-carousel .cih-square-carousel-slider .slick-slide {
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
.block-cih-square-carousel .cih-square-carousel-slider .slick-slide.slick-center {
  opacity: 1;
}
.block-cih-square-carousel .cih-square-carousel-slider .slick-slide.slick-center + .slick-slide {
  opacity: 1;
}
.block-cih-square-carousel .cih-square-carousel-slider .slick-slide:has(+ .slick-center),
.block-cih-square-carousel .cih-square-carousel-slider .slick-slide + .slick-center ~ .slick-slide:first-of-type {
  opacity: 1;
}
.block-cih-square-carousel .square-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .block-cih-square-carousel .square-carousel-arrow {
    display: none !important;
  }
}
.block-cih-square-carousel .square-carousel-arrow span {
  display: none;
}
.block-cih-square-carousel .square-carousel-arrow.square-carousel-arrow-prev {
  left: 20px;
  background-image: url("/wp-content/themes/cih/_static/images/arrow-left.png");
}
.block-cih-square-carousel .square-carousel-arrow.square-carousel-arrow-next {
  right: 20px;
  background-image: url("/wp-content/themes/cih/_static/images/arrow-right.png");
}
.block-cih-square-carousel .square-carousel-arrow:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.1);
}

/*  Events Block
..........................*/
.block-cih-events {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1eee2;
}
.block-cih-events .events-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #521a0f;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block-cih-events .events-heading {
    font-size: 30px;
  }
}
.block-cih-events .events-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px;
}
@media (max-width: 1250px) {
  .block-cih-events .events-container {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .block-cih-events .events-container {
    grid-template-columns: 1fr;
  }
}
.block-cih-events .event-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.block-cih-events .event-date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.block-cih-events .event-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .block-cih-events .event-title {
    font-size: 25px;
  }
}
.block-cih-events .event-link a {
  font-weight: bold;
  color: #c85034;
  text-decoration: underline;
}
.block-cih-events .event-link a svg {
  margin-left: 5px;
  margin-bottom: -1px;
}
.block-cih-events.border-bottom .events-container {
  border-bottom: 1px solid #c6c4c0;
  padding-bottom: 80px;
}

/*  Text Carousel Block
..........................*/
.block-cih-text-carousel {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
  z-index: 2;
}
.block-cih-text-carousel .cih-text-carousel-container {
  margin-bottom: 0;
}
.block-cih-text-carousel .cih-text-carousel-container .slick-track {
  display: flex !important;
  align-items: stretch;
}
.block-cih-text-carousel .cih-text-carousel-container .slick-slide {
  height: auto;
}
.block-cih-text-carousel .cih-text-carousel-container .slick-slide > div {
  height: 100%;
}
.block-cih-text-carousel .cih-text-carousel-container .cih-text-carousel-slide {
  width: 380px !important;
  max-width: 380px;
  min-width: 380px;
  padding: 40px;
  margin: 0 10px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.block-cih-text-carousel .cih-text-carousel-container .cih-text-carousel-slide .cih-text-carousel-slide-content *:last-child {
  margin-bottom: 0;
}
.block-cih-text-carousel .cih-text-carousel-container .cih-text-carousel-slide.wide-slide {
  width: 720px !important;
  max-width: 720px;
  min-width: 720px;
}
@media (max-width: 1250px) {
  .block-cih-text-carousel .cih-text-carousel-container .cih-text-carousel-slide.wide-slide {
    width: 550px !important;
    max-width: 550px;
    min-width: 550px;
  }
}
@media (max-width: 900px) {
  .block-cih-text-carousel .cih-text-carousel-container .cih-text-carousel-slide {
    width: calc(100vw - 80px) !important;
    max-width: calc(100vw - 80px) !important;
    min-width: calc(100vw - 80px) !important;
    margin: 0 0 0 20px !important;
  }
}
.block-cih-text-carousel .text-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .block-cih-text-carousel .text-carousel-arrow {
    display: none !important;
  }
}
.block-cih-text-carousel .text-carousel-arrow span {
  display: none;
}
.block-cih-text-carousel .text-carousel-arrow.text-carousel-arrow-prev {
  left: 20px;
  background-image: url("/wp-content/themes/cih/_static/images/arrow-left.png");
}
.block-cih-text-carousel .text-carousel-arrow.text-carousel-arrow-next {
  right: 20px;
  background-image: url("/wp-content/themes/cih/_static/images/arrow-right.png");
}
.block-cih-text-carousel .text-carousel-arrow:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.1);
}

/*  FAQs
..........................*/
.block-cih-faqs {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1eee2;
}
@media (max-width: 767px) {
  .block-cih-faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-cih-faqs .cih-faqs-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #521a0f;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block-cih-faqs .cih-faqs-heading {
    font-size: 30px;
  }
}
.block-cih-faqs .cih-faq-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.block-cih-faqs .cih-faq-question {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  background-image: url("/wp-content/themes/cih/_static/images/faq-down-arrow.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: right top 6px;
  padding-right: 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-cih-faqs .cih-faq-question {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .block-cih-faqs .cih-faq-question {
    background-position: right center;
  }
}
.block-cih-faqs .cih-faq-item.open .cih-faq-question {
  background-image: url("/wp-content/themes/cih/_static/images/faq-up-arrow.png");
}
.block-cih-faqs .cih-faq-answer {
  margin-top: 20px;
}

/*  Flowing Text Images Block
..........................*/
.block-cih-flowing-text-images {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.block-cih-flowing-text-images .section-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .block-cih-flowing-text-images .section-heading {
    font-size: 30px;
  }
}
.block-cih-flowing-text-images .flowing-section {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section {
    flex-direction: column !important;
    margin-bottom: -50px;
  }
}
.block-cih-flowing-text-images .flowing-section:last-of-type {
  margin-bottom: 0;
}
.block-cih-flowing-text-images .flowing-section img {
  height: 685px;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 345px;
  border-bottom-right-radius: 345px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section img {
    height: auto;
    width: 90%;
    margin-left: 10%;
  }
}
.block-cih-flowing-text-images .flowing-section .text-boxes {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.block-cih-flowing-text-images .flowing-section .text-boxes h3,
.block-cih-flowing-text-images .flowing-section .text-boxes .font-size-30 {
  font-weight: 700;
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section .text-boxes h3,
  .block-cih-flowing-text-images .flowing-section .text-boxes .font-size-30 {
    font-size: 20px;
  }
}
.block-cih-flowing-text-images .flowing-section .text-boxes a {
  color: #c85034;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.block-cih-flowing-text-images .flowing-section .text-boxes a:hover {
  color: #2e8185;
}
.block-cih-flowing-text-images .flowing-section .text-boxes .text-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  border-radius: 30px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section .text-boxes .text-box {
    padding: 30px 20px;
  }
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section .text-boxes {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -50px;
    gap: 10px;
    font-size: 16px;
  }
}
.block-cih-flowing-text-images .flowing-section:nth-child(even) .text-boxes {
  margin-left: -165px;
  margin-right: calc(50vw - 720px + 70px);
}
@media (max-width: 1300px) {
  .block-cih-flowing-text-images .flowing-section:nth-child(even) .text-boxes {
    margin-left: -250px;
    margin-right: 40px;
  }
}
@media (max-width: 1100px) {
  .block-cih-flowing-text-images .flowing-section:nth-child(even) .text-boxes {
    margin-left: -400px;
  }
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section:nth-child(even) .text-boxes {
    margin-left: initial;
    margin-right: initial;
  }
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section:nth-child(even) img {
    height: auto;
    width: 90%;
    margin-right: 10%;
    margin-left: 0;
  }
}
.block-cih-flowing-text-images .flowing-section:nth-child(odd) {
  flex-direction: row-reverse;
}
.block-cih-flowing-text-images .flowing-section:nth-child(odd) .text-boxes {
  margin-right: -165px;
  margin-left: calc(50vw - 720px + 70px);
}
@media (max-width: 1300px) {
  .block-cih-flowing-text-images .flowing-section:nth-child(odd) .text-boxes {
    margin-right: -250px;
    margin-left: 40px;
  }
}
@media (max-width: 1100px) {
  .block-cih-flowing-text-images .flowing-section:nth-child(odd) .text-boxes {
    margin-right: -400px;
  }
}
@media (max-width: 900px) {
  .block-cih-flowing-text-images .flowing-section:nth-child(odd) .text-boxes {
    margin-right: initial;
    margin-left: initial;
  }
}
.block-cih-flowing-text-images .flowing-section:nth-child(odd) img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 345px;
  border-bottom-left-radius: 345px;
}

/*  General Updates
..........................*/
.hidden {
  display: none;
}

/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Nav Height */
/*  Typography
..........................*/
/*  Colors
..........................*/
.color-maroon {
  color: #521a0f;
}

.color-orange {
  color: #c85034;
}

.color-yellow {
  color: #f3cd57;
}

.color-turquoise {
  color: #2e8185;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #c37947;
}

.color-grey {
  color: #464848;
}

/*  Mixins
..........................*/
.font-size-100 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1350px) {
  .font-size-100 {
    font-size: 80px;
  }
}

h1,
.font-size-80 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 1250px) {
  h1,
  .font-size-80 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  h1,
  .font-size-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1,
  .font-size-80 {
    font-size: 30px;
  }
}

h2,
.font-size-50 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h2,
  .font-size-50 {
    font-size: 30px;
  }
}

h3,
.font-size-30 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  h3,
  .font-size-30 {
    font-size: 25px;
  }
}

.font-size-25 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-25 {
    font-size: 18px;
  }
}

.font-size-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .font-size-20 {
    font-size: 18px;
  }
}

.font-size-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.font-size-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .font-size-16 {
    font-size: 14px;
  }
}

.drop-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.text-shadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.font-weight-bold {
  font-weight: 700;
}

.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 600;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

.orange-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.orange-button:hover {
  background-color: #2e8185 !important;
}

.blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #2e8185 !important;
}
.blue-button:hover {
  background-color: #c85034 !important;
}

.white-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #ffffff !important;
  color: #c85034 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.white-button:hover {
  background-color: #2e8185 !important;
}
.white-button:hover {
  background-color: #c85034 !important;
  color: #ffffff !important;
}

.light-blue-button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
  background-color: #43c0bd !important;
  border-color: #43c0bd !important;
}
.light-blue-button:hover {
  background-color: #2e8185 !important;
}
.light-blue-button:hover {
  background-color: #c85034 !important;
  border-color: #c85034 !important;
}

.arrow-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.arrow-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.outbound-link {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  background-image: url("/wp-content/themes/cih/_static/images/icon-outbound-link.svg");
  background-size: 14px 14px;
  background-position: top 5px right;
  padding-right: 20px;
}
.outbound-link:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}

.badge-link {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.badge-link-light {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

ul.search-filter-component-popup {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
}

.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--active {
  background-color: #c85034 !important;
}

@media (max-width: 1023px) {
  .view-label-desktop {
    display: none;
  }
}

.view-label-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .view-label-mobile {
    display: block;
  }
}

/*  Gravity Forms
..........................*/
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea {
  border: 1px solid #999 !important;
  border-radius: 7px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #4d4d4d !important;
  padding: 25px 20px !important;
  width: 100%;
}
.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus {
  border-color: #c85034;
}
.gform_wrapper .ginput_container textarea {
  min-block-size: 10rem !important;
}
.gform_wrapper .gform_fields {
  row-gap: 20px !important;
}
.gform_wrapper .gform_footer .gform_button {
  background-color: #c85034 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 150px !important;
  border: none !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #2e8185 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #521a0f !important;
}

.single {
  background-color: #f7f5ef;
}
@media (max-width: 767px) {
  .single {
    background-color: #f1eee2;
  }
}
.single .breadcrumbs {
  position: absolute;
  top: 150px;
  left: 80px;
  font-size: 14px;
  font-weight: 500;
  color: #80868a;
}
.single .breadcrumbs .home-link {
  margin-left: 0;
}
@media (max-width: 1250px) {
  .single .breadcrumbs {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .single .breadcrumbs {
    width: calc(100% - 40px);
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
}
.single .breadcrumbs a {
  color: #c85034;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin-left: 7px;
  margin-right: 7px;
}
.single .breadcrumbs a:hover {
  color: #2e8185;
}
.single .breadcrumbs .current-page {
  color: #80868a;
  margin-left: 7px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .single .breadcrumbs .current-page {
    white-space: normal;
    display: block;
    margin-left: 0;
  }
}
.single .single-post-container {
  padding-top: 210px;
}
@media (max-width: 767px) {
  .single .single-post-container {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .single .post-hero h1 {
    font-size: 40px;
    color: #521a0f;
    font-weight: bold;
  }
}
.single .post-hero .post-meta .post-meta-item {
  min-height: 40px;
}
@media (max-width: 767px) {
  .single .post-hero .post-meta .post-meta-item {
    display: flex;
  }
}
.single .post-hero .post-meta .meta-label {
  font-weight: 600;
}
@media (max-width: 767px) {
  .single .post-hero .post-meta .meta-label {
    margin-right: 10px;
    white-space: nowrap;
    width: 115px;
    flex-shrink: 0;
  }
}
.single .post-hero .post-meta .meta-tax {
  font-size: 12px;
  color: #c85034;
  text-decoration: none;
  font-weight: 500;
  background-color: #f7f5f0;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.single.single-programs .post-content {
  background-color: #ffffff;
  padding-top: 80px;
}
.single .post-content {
  padding-bottom: 80px;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-top: 50px;
}
.single .post-content a {
  color: #c85034;
  transition: all 0.3s ease-in-out;
}
.single .post-content a:hover {
  color: #2e8185;
}
.single .post-content ul {
  margin-bottom: 40px;
}
.single .post-content ul li::marker {
  font-size: 0.7em;
}
.single .post-content .post-featured-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single .post-content .post-featured-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 500px;
}
.single .post-content.feature-team-image img {
  max-width: 500px;
}

/*  Single Program
..........................*/
.single-programs .breadcrumbs {
  width: 65%;
}
@media (max-width: 767px) {
  .single-programs .breadcrumbs {
    width: calc(100% - 40px);
  }
}
.single-programs .post-hero {
  min-height: 420px;
  max-width: 60%;
}
.single-programs .post-hero h1 {
  padding-right: 20px;
  font-size: 65px;
}
@media (max-width: 767px) {
  .single-programs .post-hero {
    max-width: 100%;
  }
  .single-programs .post-hero h1 {
    width: 100%;
    font-size: 40px;
  }
}
.single-programs .post-hero-featured-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  padding-top: 208px;
  padding-bottom: 196px;
  background-image: url("/wp-content/themes/cih/_static/images/programs-image-bg.png");
  background-size: 100% 115%;
  background-repeat: no-repeat;
  background-position: bottom left 75px;
}
.single-programs .post-hero-featured-image img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.single-programs .post-hero-featured-image:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/cih/_static/images/program-under-image.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 200px;
  height: 120px;
  margin-left: 51%;
  position: absolute;
}
@media (min-width: 1800px) {
  .single-programs .post-hero-featured-image {
    width: 750px;
  }
}
@media (max-width: 1100px) {
  .single-programs .post-hero-featured-image:after {
    width: 150px;
    margin-left: 53%;
  }
}
@media (max-width: 767px) {
  .single-programs .post-hero-featured-image {
    display: block;
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 40px;
    background-size: 65% 100%;
    background-position: right center;
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom: 25px;
  }
}
.single-programs .program-categories {
  background-color: #f1eee2;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .single-programs .program-categories {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.single-programs .program-categories h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-programs .program-categories h3 {
    font-size: 25px;
  }
}
.single-programs .program-categories ul {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.single-programs .program-categories ul li {
  margin-bottom: 15px;
}
.single-programs .program-categories a {
  color: #c85034;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  background-image: url("/wp-content/themes/cih/_static/images/icon-arrow-right-orange-bold.svg");
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 10px 10px;
  padding-right: 16px;
  transition: text-underline-offset 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.single-programs .program-categories a:hover {
  text-underline-offset: 4px;
  padding-right: 19px;
}
.single-programs .program-categories .container {
  display: flex;
}
.single-programs .program-categories .container:after {
  display: none;
}
.single-programs .program-categories .container div {
  flex: 1;
}
@media (max-width: 1000px) {
  .single-programs .program-categories .container {
    flex-direction: column;
    gap: 40px;
  }
}

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