/* Screen widths */
/* Site Colors */
/** Reusable global classes **/
.text-xl {
  font-size: 2.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .text-xl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .text-xl {
    font-size: 1.8rem;
  }
}
.text-lg {
  font-size: 1.9rem !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 1.6rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .text-lg {
    font-size: 1.4rem !important;
  }
}
.text-md {
  font-size: 1.6rem !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .text-md {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .text-md {
    font-size: 1.2rem !important;
  }
}
.text-sm {
  font-size: 1.4rem !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .text-sm {
    font-size: 1.2rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .text-sm {
    font-size: 1rem!important;
  }
}
.shadow {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.shadow-2 {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.shadow-3 {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.card-base {
  background-color: #FFF;
  border-radius: 10px;
  border: 3px solid #2C5535;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
/** BS Variable overrides **/
:root {
  --bs-border-radius: 10px;
  --bs-light-rgb: 127, 152, 46;
  --bs-breadcrumb-item-padding-x: 14px;
}
@media screen and (max-width: 767px) {
  body .row,
  body .row > * {
    --bs-gutter-x: 0.6rem;
  }
}
.header-wrapper {
  border-top: 0;
  background-color: #2C5535;
}
.header-wrapper ul {
  display: flex;
  position: relative;
  margin-top: 10px;
  margin-bottom: -15px;
  justify-content: flex-end;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .header-wrapper ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .header-wrapper ul {
    padding-left: 0;
    margin-bottom: 18px!important;
  }
  .header-wrapper ul li:first-child a {
    margin-left: 0;
  }
  .header-wrapper ul li a {
    margin-left: 5px;
  }
}
.header-wrapper ul li {
  list-style: none;
}
.header-wrapper ul li a {
  font-size: 1.4rem !important;
  line-height: 1.5;
  text-decoration: none;
  margin: 10px 0 0 25px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .header-wrapper ul li a {
    font-size: 1.2rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .header-wrapper ul li a {
    font-size: 1rem!important;
  }
}
.header-wrapper ul li a:hover,
.header-wrapper ul li a:focus {
  color: #FFF;
  text-decoration: underline;
}
.header-wrapper ul li a:visited {
  color: #FFF;
}
.nav-outer-wrapper {
  background-color: #2C5535;
  position: relative;
  margin-bottom: 68px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .nav-outer-wrapper {
    margin-bottom: 48px;
  }
}
.nav-outer-wrapper .navbar,
.nav-outer-wrapper .navbar-header {
  width: 100%;
}
.nav-outer-wrapper .navbar-brand {
  flex: 0 0 auto;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .nav-outer-wrapper .navbar-brand {
    margin-right: 0;
  }
}
.nav-outer-wrapper .navbar-brand img {
  height: 140px;
  width: auto;
  margin-top: -20px;
  margin-bottom: -43px;
}
@media screen and (max-width: 991px) {
  .nav-outer-wrapper .navbar-brand img {
    height: 88px;
    margin-bottom: -20px;
  }
}
.search-api-page-block-form-search-solr,
.search-api-page-block-form-search {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.search-api-page-block-form-search-solr form,
.search-api-page-block-form-search form {
  display: flex;
  gap: 0 !important;
  padding-right: 0;
}
.search-api-page-block-form-search-solr form .mb-3,
.search-api-page-block-form-search form .mb-3 {
  margin-bottom: 0!important;
}
.search-api-page-block-form-search-solr form .js-form-item,
.search-api-page-block-form-search form .js-form-item {
  margin-right: 0;
  padding: 0;
}
.search-api-page-block-form-search-solr .form-search,
.search-api-page-block-form-search .form-search {
  font-size: 1.6rem;
  border: 0;
  border-radius: 28px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 28.5rem;
}
@media screen and (max-width: 1399px) {
  .search-api-page-block-form-search-solr .form-search,
  .search-api-page-block-form-search .form-search {
    width: 22rem;
  }
}
@media screen and (max-width: 1199px) {
  .search-api-page-block-form-search-solr .form-search,
  .search-api-page-block-form-search .form-search {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .search-api-page-block-form-search-solr .form-search,
  .search-api-page-block-form-search .form-search {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .search-api-page-block-form-search-solr .form-search,
  .search-api-page-block-form-search .form-search {
    width: 9rem;
  }
}
.search-api-page-block-form-search-solr .form-search::placeholder,
.search-api-page-block-form-search .form-search::placeholder {
  content: "Search";
  color: #1B331F;
}
.search-api-page-block-form-search-solr .form-actions,
.search-api-page-block-form-search .form-actions {
  position: relative;
  align-self: initial;
  padding: 0;
}
.search-api-page-block-form-search-solr .form-actions .form-submit,
.search-api-page-block-form-search .form-actions .form-submit {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  background-color: #FFF !important;
  border: 0;
  border-radius: 0 28px 28px 0;
  color: transparent !important;
  width: 3.6rem;
  overflow: hidden;
  margin: 0;
  height: 100%;
  padding: 0;
  overflow: visible;
}
.search-api-page-block-form-search-solr .form-actions .form-submit::after,
.search-api-page-block-form-search .form-actions .form-submit::after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.8rem;
  color: #FFF;
  background: #2C5535;
  border: 0;
  border-radius: 28px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  text-align: center;
  font-weight: 700;
  padding-top: 2px;
  padding-left: 1px;
}
.search-api-page-block-form-search-solr .form-actions .form-submit:hover::after,
.search-api-page-block-form-search .form-actions .form-submit:hover::after {
  color: #2C5535;
  background-color: #D5DDD6;
}
.search-api-page-block-form-search-solr .form-actions .form-submit:focus,
.search-api-page-block-form-search .form-actions .form-submit:focus {
  outline: 0;
}
.search-api-page-block-form-search-solr .form-actions .form-submit:focus-visible::after,
.search-api-page-block-form-search .form-actions .form-submit:focus-visible::after {
  color: #FFF;
  background-color: #2C5535;
  outline: 4px solid #2A8370;
  outline-offset: 4px;
}
.search-api-page-block-form-search-solr .form-actions .form-submit:hover:focus,
.search-api-page-block-form-search .form-actions .form-submit:hover:focus {
  outline: 0;
}
.search-api-page-block-form-search-solr .form-actions .form-submit:active::after,
.search-api-page-block-form-search .form-actions .form-submit:active::after,
.search-api-page-block-form-search-solr .form-actions .form-submit:active:focus::after,
.search-api-page-block-form-search .form-actions .form-submit:active:focus::after {
  background-color: #627A68;
  border-color: #627A68;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#block-horizontalmenu {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
#block-horizontalmenu > .content,
#block-horizontalmenu .responsive-menu-block-wrapper {
  width: 100%;
}
#block-horizontalmenu .horizontal-menu {
  display: flex;
  justify-content: space-between;
}
#block-horizontalmenu .horizontal-menu a {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.9rem !important;
  line-height: 1.5;
  color: #fff;
  border-bottom: 5px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  #block-horizontalmenu .horizontal-menu a {
    font-size: 1.6rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  #block-horizontalmenu .horizontal-menu a {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 1399px) {
  #block-horizontalmenu .horizontal-menu a {
    font-size: 1.6rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1399px) and screen and (max-width: 767px) {
  #block-horizontalmenu .horizontal-menu a {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1399px) and screen and (max-width: 320px) {
  #block-horizontalmenu .horizontal-menu a {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 1199px) {
  #block-horizontalmenu .horizontal-menu a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#block-horizontalmenu .horizontal-menu a:hover {
  background-color: transparent;
  text-decoration: underline;
  padding-bottom: 18px;
  border-bottom: 5px solid #A5B76D;
}
#block-horizontalmenu .horizontal-menu a:focus,
#block-horizontalmenu .horizontal-menu a:active {
  background-color: transparent;
  padding-bottom: 18px;
  border-bottom: 5px solid #A5B76D;
}
#block-horizontalmenu .horizontal-menu li.menu-item--active-trail > a,
#block-horizontalmenu .horizontal-menu li > a.is-active {
  border-color: #A5B76D;
}
#block-horizontalmenu .horizontal-menu .sub-nav {
  background-color: #2C5535;
}
#block-responsivemenumobileicon {
  margin-top: 6px;
  float: right;
}
#block-responsivemenumobileicon .responsive-menu-toggle-icon:before,
#block-responsivemenumobileicon .responsive-menu-toggle-icon:after,
#block-responsivemenumobileicon .responsive-menu-toggle-icon span.icon {
  width: 26px;
  height: 4px;
  border-radius: 0;
}
#block-responsivemenumobileicon .responsive-menu-toggle-icon:before {
  top: 8px;
}
#block-responsivemenumobileicon .responsive-menu-toggle-icon span.icon {
  top: 18px;
}
#block-responsivemenumobileicon .responsive-menu-toggle-icon:after {
  top: 28px;
}
#block-responsivemenumobileicon .responsive-menu-toggle-icon span.label {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 3.646rem;
  text-transform: capitalize;
  top: 2px;
  left: -72px;
}
#off-canvas {
  overflow: auto;
}
.mm-menu {
  --mm-color-background: #DFE6D2;
  --mm-color-text: #2C5535;
  --mm-color-button: #2C5535;
  --mm-color-border: transparent;
}
.mm-menu .mm-navbar__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2C5535;
  justify-content: flex-start;
  margin-top: 3.2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.mm-menu .mm-navbar__title:hover {
  color: #2C5535;
}
.mm-menu .mm-navbar__title:focus-visible {
  display: flex;
}
.mm-menu .mm-listitem__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mm-menu .mm-panels {
  flex: 0 0 auto;
  height: auto;
}
.mm-menu .mm-panels .mm-panel {
  position: relative;
  height: auto;
}
.mm-menu .mm-panels .mm-panel::after {
  height: 12px;
}
.mm-menu .mm-navbars_bottom {
  flex-grow: 1;
  background-color: #2C5535;
}
.mm-menu .mm-navbars_bottom .mm-navbar {
  background-color: #2C5535;
  border-top: 0;
}
.mm-menu .mm-navbars_bottom .mm-navbar .search-api-page-block-form-search {
  max-width: 100%;
  flex-wrap: wrap;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 4rem;
  padding-top: 1rem;
  margin-top: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
  align-self: stretch;
  background-color: #DFE6D2;
}
.mm-menu .mm-navbars_bottom .mm-navbar .search-api-page-block-form-search h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.mm-menu .mm-navbars_bottom .mm-navbar .search-api-page-block-form-search .content {
  flex: 1 1 100%;
}
.mm-menu .mm-navbars_bottom .mm-navbar .search-api-page-block-form-search .content .js-form-item,
.mm-menu .mm-navbars_bottom .mm-navbar .search-api-page-block-form-search .content .form-search {
  width: 100%;
}
.mm-menu .mm-navbars_bottom .mm-navbar > span {
  flex-direction: column;
  justify-content: space-between;
}
.mm-menu .mm-navbars_bottom .mm-navbar > span .field--name-body {
  width: 100%;
  text-align: left;
}
.mm-menu .mm-navbars_bottom .mm-navbar > span .field--name-body h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  color: #FFF;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
  margin-left: 2.4rem;
}
.mm-menu .mm-navbars_bottom .mm-navbar > span .field--name-body ul {
  list-style: none;
  margin-bottom: 8rem;
  padding-left: 2.4rem;
}
.mm-menu .mm-navbars_bottom .mm-navbar > span .field--name-body ul li {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 2.4rem;
}
.mm-menu .mm-navbars_bottom .mm-navbar > span .field--name-body ul li a:hover,
.mm-menu .mm-navbars_bottom .mm-navbar > span .field--name-body ul li a:focus {
  text-decoration: underline;
}
.mm-wrapper_opening .responsive-menu-toggle-icon:before,
.mm-wrapper_opening .responsive-menu-toggle-icon:after {
  top: 20px !important;
}
/** Sidebar navigation **/
.sidebar nav .nav-item {
  border-left: 2px solid transparent;
}
.sidebar nav .nav-item.active {
  border-left-color: #EBB650;
}
.sidebar nav .nav-item:hover {
  border-left-color: #F7E2B9;
}
