  :root {
  --green-127932: #127932;
  --gray-f4f4f4: #f4f4f4;
}

.bg-gray-f4f4f4 {
  background-color: var(--gray-f4f4f4);
}

.content a:not(.btn),
a:not(.btn) {
  color: var(--green-127932);
}

a.arrow-link {
}
a.arrow-link:hover {
  text-decoration: underline;
}
a.arrow-link:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  margin-left: 0.5rem;
  display: inline-block;
}

.main-header .top-nav {
  background-color: var(--green-127932);
}

@media only screen and (min-width: 992px) {
  .main-header .navbar .nav-dropdown-div:hover .dropdown-toggle,
  .main-header .navbar .nav-dropdown-div:hover .dropdown-toggle::after {
    color: var(--green-127932);
  }
}

.main-header .navbar .xl-menu .dropdown-menu {
  border-top: 4px solid var(--green-127932);
}

.page-header {
  background-color: var(--green-127932);
}

.sub-head {
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  margin: 1.25rem 0 0.75rem 0;
  text-transform: uppercase;
}

.btn-green {
  background-color: var(--green-127932) !important;
  border: 2px solid var(--green-127932) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-green:hover {
  background-color: #fff !important;
  color: var(--green-127932) !important;
  text-decoration: none !important;
}

.bg-green-127932 {
  background-color: var(--green-127932) !important;
}

iframe.youtube-embed {
  width: 100%;
  aspect-ratio: 16/9;
}

.quick-fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.quick-fact .fa {
  font-size: 4rem;
}

.quick-fact a.title {
  color: #fff;
  text-decoration: none;
  font-size: 2rem !important;
  font-weight: bold;
  margin: 0.75rem 0 0.5rem 0;
}

.quick-fact a.title:hover {
  text-decoration: underline;
}

.quick-fact a.title:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-fact p {
  font-size: 1rem;
}

footer {
  border-top: solid 30px var(--green-127932);
}

footer .copyright {
  background-color: var(--green-127932);
}

.centered-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 0;
}
.centered-text-block .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.centered-text-block p {
  padding: 1rem 0;
}

.social-banner {
  background-color: var(--green-127932);
  color: #fff;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.social-banner ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.social-banner ul li {
}

.social-banner ul li a {
  font-size: 3rem;
  color: #fff !important;
}

.social-banner ul li a:hover {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
/* news cards  */
.news-card {
  border: none;
  border-radius: 0;
  background-color: var(--white);
  font-size: 18px;
  text-align: left;
  margin-bottom: 40px;
  border-radius: 0;
}

.news-card .news-card-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 220px;
  width: 100%;
  aspect-ratio: 16/9;
}

.news-card .news-card-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1.25rem;
  height: 100%;
  align-self: stretch;
}

.news-card .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.news-card .card-date {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.news-card .news-card-image {
  width: 100%;
  margin: 0 auto;
  height: 240px;
}

.news-card .news-card-content a {
  margin-top: auto !important;
}
/*  */
