.carousel-item {
  border: 1px solid #D19A00;
  border-radius: 8px;
}

.flex-flow-desktop-dynamic img {
  border-radius: 8px;
}
.flex-flow-desktop-dynamic .aldp-a1 {
  border-radius: 8px;
}
.flex-flow-desktop-dynamic .title {
  font-size: 24px !important;
}

.aldp-a1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.feature-post {
  padding: 0;
}
.feature-post .aldp-a3 {
  max-width: unset;
}
.feature-post .aldp-a1 {
  border: 1px solid #63B9C7;
}
.feature-post .aldp-a2 {
  min-width: 50%;
}

.news-article-features .aldp-a1 {
  border: 1px solid #63B9C7 !important;
  padding: 1em;
}
.news-article-features .aldp-a2 {
  display: none;
}

.carousel-indicators [data-bs-target] {
  background-color: gray;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.wp-block-details {
  padding: 16px;
  border-top: 1px solid gray;
  margin-top: 0;
}
.wp-block-details summary {
  font-size: 20px;
  font-weight: bold;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.feature-stories .title {
  font-size: 24px !important;
  color: white;
}
.feature-stories .aldp-a11 {
  color: white;
}
.feature-stories .aldp-a12 {
  color: white;
}

.flex-flow-tablet-column .aldp-a1 .aldp-a2 {
  width: 100%;
}

.aldp-a2 {
  border-radius: 12px;
}

.aldp-a17 {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 0 !important;
}
.aldp-a17 .wp-block-button {
  height: -moz-fit-content;
  height: fit-content;
}
.aldp-a17 .wp-block-button a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: unset;
  border: 1px solid white;
  border-radius: 8px;
  padding: 8px 16px;
}

@media (min-width: 992px) {
  .feature-post .title {
    font-size: 28px !important;
  }
  .feature-post .aldp-a2 {
    max-width: 40%;
  }
  .feature-post .aldp-a9 {
    padding: 16px;
  }
  .flex-flow-desktop-dynamic * {
    color: white;
  }
}
.btn {
  text-wrap: nowrap;
  font-weight: normal;
}

.btn-light {
  color: #006D48;
}

.btn:hover {
  filter: brightness(0.85);
}

.btn-secondary {
  background-color: #D19A00;
  color: black;
}

.btn-secondary:hover {
  background-color: #D19A00;
  color: black;
}

.aldp-a1 {
  border-radius: 16px;
}

.customize-support nav {
  margin-top: 32px;
}

.menu-modal-trigger {
  text-decoration: none;
}

.nav-search-button {
  color: white;
}

.nav-search-button:hover {
  color: white;
  opacity: 0.9;
}

nav {
  display: flex;
  height: 50px;
  justify-content: space-between;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 4 !important;
  background-color: rgba(0, 109, 72, 0.9);
}
nav div {
  height: 100%;
}
nav .nav-button-container {
  display: flex;
  justify-content: end;
  padding-right: 10px;
  flex-direction: row;
  gap: 0.75em;
  align-items: center;
}
nav .nav-button-container button {
  display: flex;
  align-items: center;
}
nav .material-symbols-outlined {
  color: white !important;
}

.current_page_ancestor {
  font-weight: bold;
}
.current_page_ancestor a::after {
  width: 100% !important;
}

.current-menu-item a::after {
  width: 100% !important;
}

.account-menu span, .account-menu .material-symbols-outlined {
  color: black !important;
}

.aldp-menu_basic {
  width: unset;
  height: 0;
}
.aldp-menu_basic a {
  color: white !important;
}
.aldp-menu_basic .menu {
  display: flex;
  flex-direction: column;
  height: calc(100svh - 50px);
  left: 0;
  list-style: none;
  opacity: 0;
  overflow: scroll;
  padding: 2rem;
  position: fixed;
  row-gap: 25px;
  top: 50px;
  transition-duration: 0.2s;
  visibility: hidden;
  width: 100%;
  scrollbar-width: none;
}
.aldp-menu_basic .menu i {
  color: white;
}
.aldp-menu_basic .menu_show {
  opacity: 1;
  visibility: visible;
}
.aldp-menu_basic .menu-item a {
  font-size: 20px;
  text-decoration: none;
}
.aldp-menu_basic .menu-item:not(.menu-item-has-children) .sub-menu-toggle {
  display: none;
}
.aldp-menu_basic .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aldp-menu_basic .menu-item-has-children .menu-item-has-children > a {
  font-weight: 700;
}
.aldp-menu_basic .menu-item-has-children .menu-item-has-children .sub-menu-toggle {
  display: none;
}
.aldp-menu_basic .sub-menu-toggle {
  background-color: unset;
  border: none;
  height: 30px;
  transition-duration: 0.15s;
  width: 30px;
}
.aldp-menu_basic .sub-menu {
  display: none;
  flex-direction: column;
  list-style: none;
  padding-left: 1.5rem;
  padding-top: 10px;
  row-gap: 12px;
  width: 100%;
}
.aldp-menu_basic .sub-menu .menu-item a {
  font-size: 18px;
}
.aldp-menu_basic .menu-item_show-sub-menu .sub-menu {
  display: flex;
}
.aldp-menu_basic .menu-item_show-sub-menu .sub-menu-toggle {
  transform: rotate(180deg);
}

.menu-button {
  background-color: unset;
  border: none;
  height: 100%;
  width: 55px;
  z-index: 5;
}

.custom-logo-link {
  display: block;
}

.custom-logo-link {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.custom-logo-link img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 250px;
}

.current_page_item > a {
  font-weight: bold;
}

nav .nav-logo-container {
  padding: 10px;
}

.modal-body form {
  width: 100%;
}
.modal-body form p, .modal-body form input {
  width: 100%;
}

.dropdown-menu li, .dropdown-menu a {
  width: 100% !important;
}

.account-button {
  background-color: unset;
  border: 0;
  outline: 0;
}

#searchModal .modal-content {
  background-color: rgba(255, 255, 255, 0.95);
}
#searchModal .search-field {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid gray;
  background-color: unset;
}
#searchModal .search-field:focus-visible {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 2px solid gray;
  outline: unset;
}
#searchModal #search-results {
  list-style: none;
}
#searchModal #search-results li {
  margin-top: 1em;
}
#searchModal #search-results li img {
  border-radius: 5px;
}
#searchModal #search-results li a {
  color: black;
}

#search-button-nav {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background-color: #006D48;
  border-radius: 8px;
}

#search-button-nav:hover {
  color: white;
  filter: brightness(0.9);
}

@media (max-width: 992px) {
  .aldp-menu_basic .menu-item .sub-menu a {
    font-size: 16px !important;
    padding: 10px 0;
  }
  .aldp-menu_basic .sub-menu .menu-item-has-children {
    margin-bottom: 25px;
  }
  .menu_show > .menu-item > .sub-menu > li {
    font-weight: bold !important;
  }
  .menu_show > .menu-item > .sub-menu > li li {
    font-weight: normal !important;
  }
  .menu-item_show-sub-menu > .sub-menu > li {
    animation-name: menu-animation;
    animation-duration: 1s;
  }
  @keyframes menu-animation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (max-width: 726px) {
  .aldp-menu_basic .menu-item a {
    font-size: 25px !important;
  }
}
@media (max-width: 991px) {
  .aldp-menu_basic .menu-item a {
    font-size: 4vw;
  }
}
@media (max-width: 991px) {
  .aldp-menu_basic .menu {
    background-color: rgba(0, 109, 72, 0.9);
  }
}
@media (min-width: 992px) {
  nav {
    flex-wrap: nowrap;
    padding: 0;
    height: 50px;
  }
  nav #menu-main {
    padding: 0;
  }
  nav .nav-logo-container {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3rem;
    height: 100%;
    display: flex;
    justify-content: left;
  }
  nav .nav-button-container {
    z-index: 5;
  }
  nav > div:nth-of-type(2) {
    flex-direction: row;
  }
  #loginModal .modal-body {
    display: flex;
    flex-direction: row;
  }
  #loginModal form {
    padding: 25px 50px;
  }
  #loginModal form p input {
    border: 0;
    border-bottom: 1px solid lightgray;
  }
  #loginModal form p input:active, #loginModal form input:focus-visible {
    border-bottom: 2px solid lightgray;
    outline: unset;
  }
  #loginModal form label {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #loginModal form p input[type=checkbox] {
    width: -moz-fit-content;
    width: fit-content;
  }
  #loginModal form:nth-of-type(1) {
    border-right: 1px solid lightgray;
  }
  .custom-logo-link {
    height: calc(100% - 10px);
    padding: 0;
    height: 100%;
    width: auto;
    display: block;
  }
  .menu-button {
    display: none;
  }
  .aldp-menu_basic {
    position: relative;
    height: 50px;
    width: 100%;
  }
  .aldp-menu_basic .menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    flex: 1;
    flex-grow: 1;
    opacity: 1;
    overflow: visible;
    position: relative;
    top: unset !important;
    visibility: visible;
    width: auto;
    background-color: unset;
    gap: 25px;
    justify-content: center;
  }
  .aldp-menu_basic .menu > .menu-item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 0;
  }
  .aldp-menu_basic .menu > .menu-item a {
    text-align: left;
    flex-basis: 100%;
  }
  .aldp-menu_basic .menu > .menu-item > a::before {
    display: block;
    content: attr(data-text);
    font-weight: 900;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .aldp-menu_basic .menu > .menu-item > .sub-menu {
    background-color: rgba(0, 55, 36, 0.95);
    left: 0;
    padding: 16px;
    position: absolute;
    top: 50px;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
  }
  .aldp-menu_basic .menu > .menu-item > .sub-menu a {
    font-weight: 400;
    font-size: 14px;
  }
  .aldp-menu_basic .menu > .menu-item > .sub-menu > .menu-item {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid white;
  }
  .aldp-menu_basic .menu > .menu-item > .sub-menu .menu-item {
    padding: 5px 0;
  }
  .aldp-menu_basic .menu > .menu-item > .sub-menu .menu-item:nth-last-child(1) {
    border: none;
  }
  .aldp-menu_basic .menu > .menu-item:hover > .sub-menu {
    display: flex;
  }
  .aldp-menu_basic .menu .menu-item .sub-menu-toggle {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .aldp-menu_basic .menu .menu-item > a {
    font-size: 16px;
  }
  .aldp-menu_basic .menu .menu-item .sub-menu .sub-menu {
    display: block;
  }
  .aldp-menu_basic .menu .sub-menu {
    row-gap: 0;
  }
  .aldp-menu_basic .menu .sub-menu .menu-item a {
    font-size: 16px;
  }
  .menu-item a {
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    justify-self: center;
  }
  .menu-item a::after {
    content: "";
    transition: 0.4s ease-out;
    transform-origin: center;
    background-color: white;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2.5px;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center;
  }
  .menu-item:hover a::after {
    width: 100%;
  }
  .sub-menu a::after {
    display: none;
  }
  #menu-main > li:nth-of-type(4) {
    display: none !important;
  }
  #menu-main > li:nth-of-type(5) {
    display: none !important;
  }
  #menu-main > li:nth-of-type(6) {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .aldp-menu_basic .menu {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
  }
}
footer {
  background-color: #003724;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul a {
  color: white;
  text-decoration: none;
}
footer h2 {
  color: #D19A00;
  font-size: 24px;
}
footer p {
  color: white;
}

h1, h2, h3, h4 {
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 45px;
  text-transform: uppercase;
}

h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #006D48;
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1 {
    font-size: 65px;
    text-transform: uppercase;
  }
  h2 {
    font-size: 55px;
    text-transform: uppercase;
    color: #006D48;
  }
  h3 {
    font-size: 30px;
    text-transform: uppercase;
  }
}
/* Bootstrap */
.end-5 {
  right: 3rem;
}

.bottom-5 {
  bottom: 3rem;
}

@media (min-width: 1024px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  #page-feed .aldp-a1 {
    align-items: center;
  }
}
.wp-block-contact-form-7-contact-form-selector form {
  padding: 0.75em;
  background-color: white;
  border-radius: 16px;
}
.wp-block-contact-form-7-contact-form-selector p {
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector label {
  width: 100% !important;
}
.wp-block-contact-form-7-contact-form-selector span {
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector input {
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector textarea {
  width: 100%;
  height: 150px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control.wpcf7-radio span {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control.wpcf7-radio input {
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 992px) {
  .wp-block-contact-form-7-contact-form-selector form {
    padding: 1.5em;
    background-color: white;
  }
}
.search-results-list {
  list-style: none;
}
.search-results-list a {
  color: black;
}

.pagination a {
  color: #006D48;
  padding: 8px;
}
.pagination span {
  padding: 8px;
}

.team-profile-overview img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

#page-feed .aldp-a7 > .aldp-a8 {
  border: 1px solid #006D48 !important;
  background-color: white !important;
  color: #006D48 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
}

.wpcf7-spinner {
  width: 24px !important;
  height: 24px !important;
  margin-top: 12px;
}

.breadcrumbs a {
  color: #006D48;
}

.feature-stories .author, .feature-stories .date {
  color: white !important;
}

.link-tiles .wp-block-column .wp-block-buttons {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.5s ease;
}

.link-tiles .wp-block-column:hover .wp-block-buttons {
  visibility: visible;
  opacity: 1;
  height: 50px;
}

.link-tiles .wp-block-column:nth-of-type(1)::after {
  background-color: rgba(0, 109, 72, 0.9);
}

.link-tiles .wp-block-column:nth-of-type(2)::after {
  background-color: rgba(209, 154, 0, 0.9);
}

.link-tiles .wp-block-column:nth-of-type(3)::after {
  background-color: rgba(99, 185, 199, 0.9);
}

.link-tiles .wp-block-column:nth-of-type(4)::after {
  background-color: rgba(98, 69, 26, 0.9);
}

.link-tiles .wp-block-column:hover img {
  transform: scale(1.1);
}

.link-tiles .wp-block-column {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.link-tiles .wp-block-column p {
  font-size: 20px;
}

.link-tiles .wp-block-column figure {
  margin-top: 0;
  opacity: 0.1;
}

.link-tiles .wp-block-column img {
  transition: 0.5s ease;
}

.feature-post .aldp-a5 {
  padding: 0.75em;
}

@media (min-width: 768px) {
  .wp-block-columns > .aspect-ratio-1-1 {
    min-width: calc(50% - 0.5em) !important;
    max-width: calc(50% - 0.5em);
  }
}
@media (min-width: 1024px) {
  .wp-block-columns > .aspect-ratio-1-1 {
    min-width: unset !important;
    max-width: unset;
  }
}
.wp-block-post .wp-block-columns {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
.wp-block-post .wp-block-columns .wp-block-column {
  position: absolute;
}
.wp-block-post .wp-block-columns img {
  border-radius: 12px;
  position: relative;
}
.wp-block-post .wp-block-columns .title-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 0;
}
.wp-block-post .wp-block-columns .title-container {
  bottom: 0;
}
.wp-block-post .wp-block-columns .title-container h3 {
  z-index: 2;
  position: relative;
}
.wp-block-post .wp-block-columns .title-container * {
  color: white;
}

.wp-block-columns {
  max-width: unset;
}

.leadership .aldp-a7 {
  display: none;
}/*# sourceMappingURL=style.css.map */