@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
body {
    color: #000;
}
body,
html {
    font-family: Open Sans, sans-serif;
}
.mainContent:has(.program-featured-image img[src=""]) section.page-section.pageHeader {
    margin-top: 5rem;
}
body,
html,
p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
b,
strong {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 0.5rem;
    word-break: break-word;
}
h1 {
    color: #305338;
    font-weight: 300;
}
h2 {
    color: #617c46;
    font-weight: 700;
}
h3 {
    font-style: italic;
}
h3,
h4 {
    color: #305338;
}
h3,
h4,
h5 {
    font-weight: 700;
}
h5 {
    color: #5e615c;
}
h6 {
    color: #000;
    font-style: italic;
}
ol,
ul {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}
ol,
ol li,
ul,
ul li {
    font-size:1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
p {
    margin-bottom: 1rem;
}
p + h2,
p + h3 {
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}
a:not(.btn) {
    /*color: #859659;*/
    color: #215330;
    text-decoration: underline;
}
a:not(.btn):active,
a:not(.btn):focus,
a:not(.btn):hover {
    text-decoration: none;
}
.page-section:not(.pageHeader) {
    padding: 2rem 0;
}
.page-section.pageHeader {
    /*margin-bottom: 1rem;*/
    /*margin-bottom: 0.5rem;*/
    margin-bottom: 0.25rem;
    padding-bottom: 0;
    padding-top: 0;
}
.page-section.pageHeader h1 {
    word-break: break-word;
}
.page-section.whats-happening.homepage {
    margin: 2rem 0;
}
.program-featured-image {
    margin-bottom: 2rem;
    margin-top: -115px;
}
.program-featured-image img {
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    height: 100%;
    max-height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    width: 100%;
}
@media (max-width: 991.98px) {
    .program-featured-image img {
        border-radius: 0 0 0 0;
    }
    .program-featured-image .container-xxl {
        padding: 0;
    }
    .page-section {
        margin: 1.25rem 0;
    }
    .page-section .container-xxl {
        padding: 0 2rem;
    }
    .program-featured-image {
        margin-top: -53px;
    }
}
.alert {
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    padding: 1rem 2rem;
}
.alert .btn {
    border-radius: 0 12px 12px 12px;
    font-size: 16px;
    padding: 0.25rem 1.25rem;
}
@media (max-width: 991.98px) {
    .alert .btn {
        margin-top: 1.25rem;
        width: 100%;
    }
}
.alert.alert-red {
    background: #d71313;
    color: #fff;
}
.alert.alert-red .btn {
    background: #fff;
    color: #d71313;
}
.alert.alert-yellow {
    background: #ffcc02;
    color: #010101;
}
.alert.alert-yellow .btn {
    background: #fff;
    color: #010101;
}
.alert.alert-green {
    background: #617c46;
    color: #fff;
}
.alert.alert-green .btn {
    background: #fff;
    color: #617c46;
}
.alert.alert-orange {
    background: #FF6700;
    color: #010101;
}
.alert.alert-orange .btn {
    background: #010101;
    color: #fff;
}
.alert.alert-orange a:not(.btn) {
    color: #262626;
}
.alert.alert-white {
    background: #fff;
    color: #010101;
}
.alert.alert-white .btn {
    background: #010101;
    color: #fff;
}
.accolades .accolade.copper .content {
    color: #83503b;
}
.accolades .accolade.gray .content {
    color: #494949;
}
.accolades .accolade.green .content {
    color: #305338;
}
.accolades .accolade.light_green .content {
    color: #859659;
}
.accolades .accolade:not(:last-child) {
    border-right: 1px solid #b6b5b6;
}
@media (max-width: 991.98px) {
    .accolades .accolade:not(:last-child) {
        border-right: none;
    }
}
.accolades .accolade .heading {
    font-size: 2.375rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 2.375rem;
    margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .accolades .accolade .heading {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}
.accolades .accolade .content,
.accolades .accolade .content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
}
.accolades .accolade .content p {
    margin-bottom: 0;
}
.accordion-wrapper .accordion-title {
    color: #617c46;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.accordion-wrapper .accordion .accordion-item {
    border: none;
}
.accordion-wrapper .accordion .accordion-item:not(:last-child) .accordion-body-wrapper {
    padding: 0.125rem 0;
}
.accordion-wrapper .accordion .accordion-item:first-of-type,
.accordion-wrapper .accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 1.875rem;
}
.accordion-wrapper .accordion .accordion-item:last-of-type,
.accordion-wrapper .accordion .accordion-item:last-of-type .accordion-button {
    border-radius: 0 !important;
}
.accordion-wrapper .accordion .accordion-item:last-of-type .accordion-body-wrapper {
    margin-top: -1.5rem;
}
.accordion-wrapper .accordion .accordion-item:last-of-type .accordion-body-wrapper .accordion-body {
    padding-top: 2.75rem;
}
.accordion-wrapper .accordion .accordion-item .accordion-body {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    padding: 1.25rem 1.875rem;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .accordion-wrapper .accordion .accordion-item .accordion-body {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.accordion-wrapper .accordion .accordion-item .accordion-body ol,
.accordion-wrapper .accordion .accordion-item .accordion-body ul {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
}
@media (max-width: 991.98px) {
    .accordion-wrapper .accordion .accordion-item .accordion-body ol,
    .accordion-wrapper .accordion .accordion-item .accordion-body ul {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.accordion-wrapper .accordion .accordion-header .accordion-button {
    background: #305338;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}
@media (max-width: 991.98px) {
    .accordion-wrapper .accordion .accordion-header .accordion-button {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.accordion-wrapper .accordion .accordion-header .accordion-button:after {
    fill: #fff;
}
.accordion-wrapper .accordion .accordion-button:after,
.accordion-wrapper .accordion .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-wrapper .accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-wrapper .accordion .accordion-body-wrapper {
    background: #e4e3e2;
}
.btn {
    border: none;
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    font-weight: 500;
    padding: 0.75rem 3rem;
}
.btn.btn-light {
    background-color: #617c46;
    border: 2px solid #617c46;
    color: #fff;
}
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover {
    /*background: #fff;*/
    background: transparent;
    border-color: #617c46;
    color: #617c46;
}
.btn.btn-light-reverse {
    border: 2px solid #617c46;
    color: #617c46;
}
.btn.btn-light-reverse:active,
.btn.btn-light-reverse:focus,
.btn.btn-light-reverse:hover {
    background: #617c46;
    color: #fff;
}
.btn.btn-dark {
    background-color: #305338;
    border: 2px solid #305338;
    color: #fff;
}
@media (max-width: 1000px) {
    .btn.btn-dark {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        overflow-wrap: break-word;
    }
    .btn.btn-dark:first-of-type {
        margin-bottom: 5px;
    }
    .btn.btn-dark:nth-of-type(even) {
        margin-bottom: 5px;
    }
}
.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:hover {
    background: #617c46;
    border-color: #617c46;
    color: #fff;
}
.cards.cards-three .card {
    border: 1px solid #617c46;
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
}
.cards.cards-three .card img {
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    height: auto;
    margin-bottom: 1rem;
    width: 100%;
}
.cards.cards-three .card .card-body {
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    padding: 0;
}
.cards.cards-three .card .card-body .card-content {
    height: 100%;
}
.cards.cards-three .card .card-body .card-title {
    color: #305338;
    font-size: calc(1.325rem + 0.9vw);
    line-height: 2.5rem;
}
.cards.cards-three .card .card-body .btn {
    width: 100%;
}
.cards .cards-title {
    color: #617c46;
    font-size: calc(1.325rem + 0.9vw);
    margin-bottom: 1rem;
}
.cards .card {
    border: none;
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    color: #fff;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 1.25rem;
    font-weight: 300;
    height: 100%;
    line-height: 1.75rem;
    padding: 1.875rem;
}
.cards .card.bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.cards .card.bg-image .bg-gradient {
    display: inline-block;
    position: relative;
}
.cards .card.bg-image .bg-gradient:after {
    background: linear-gradient(90deg, rgba(48, 83, 56, 0.85) 0, rgba(133, 150, 89, 0));
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    content: "";
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-green-dark",endColorstr="#ffffff",GradientType=1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cards .card.bg-image .bg-gradient img {
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    display: block;
}
.cards .card.bg-image .bg-gradient .card-content {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 1.875rem;
    position: relative;
}
.cards .card.bg-image .card-img {
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    display: block;
}
.cards .card.bg-image .card-img-overlay {
    align-items: flex-start;
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    padding: 1.875rem;
    position: static;
    width: 100%;
}
@media (max-width: 991.98px) {
    .cards .card.bg-image .card-img-overlay {
        max-width: 100%;
        width: 100%;
    }
}
.cards .card.bg-image .card-img-overlay.overlay-dark-green {
    background: linear-gradient(90deg, rgba(48, 83, 56, 0.9) 50%, rgba(133, 150, 89, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-green-dark",endColorstr="#ffffff",GradientType=1);
}
.cards .card.bg-image .card-img-overlay.overlay-dark-green .btn {
    background-color: #fff;
    border: 4px solid #fff;
    color: #305338;
    transition: all 0.3s ease-in-out;
}
.cards .card.bg-image .card-img-overlay.overlay-dark-green .btn:hover {
    background-color: #305338;
    border-color: #fff;
    color: #fff;
}
.cards .card.bg-image .card-img-overlay.overlay-light-green {
    background: linear-gradient(90deg, rgba(133, 150, 89, 0.9) 50%, rgba(133, 150, 89, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-green-light",endColorstr="#ffffff",GradientType=1);
}
.cards .card.bg-image .card-img-overlay.overlay-light-green .btn {
    background-color: #fff;
    border: 4px solid #fff;
    color: #617c46;
    transition: all 0.3s ease-in-out;
}
.cards .card.bg-image .card-img-overlay.overlay-light-green .btn:hover {
    background-color: #617c46;
    border-color: #fff;
    color: #fff;
}
.cards .card.bg-image .card-img-overlay.overlay-copper {
    background: linear-gradient(90deg, rgba(131, 80, 59, 0.9) 50%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-copper",endColorstr="#ffffff",GradientType=1);
}
.cards .card.bg-image .card-img-overlay.overlay-copper .btn {
    background-color: #fff;
    border: 4px solid #fff;
    color: #83503b;
    transition: all 0.3s ease-in-out;
}
.cards .card.bg-image .card-img-overlay.overlay-copper .btn:hover {
    background-color: #83503b;
    border-color: #fff;
    color: #fff;
}
.cards .card.bg-image .card-img-overlay.overlay-dark-blue {
    background: linear-gradient(90deg, rgba(50, 61, 93, 0.9) 50%, rgba(108, 132, 148, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-blue-dark",endColorstr="#ffffff",GradientType=1);
}
.cards .card.bg-image .card-img-overlay.overlay-dark-blue .btn {
    background-color: #fff;
    border: 4px solid #fff;
    color: #323d5d;
    transition: all 0.3s ease-in-out;
}
.cards .card.bg-image .card-img-overlay.overlay-dark-blue .btn:hover {
    background-color: #323d5d;
    border-color: #fff;
    color: #fff;
}
.cards .card.bg-image .card-img-overlay.overlay-light-blue {
    background: linear-gradient(90deg, rgba(108, 132, 148, 0.9) 50%, rgba(108, 132, 148, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-blue-light",endColorstr="#ffffff",GradientType=1);
}
.cards .card.bg-image .card-img-overlay.overlay-light-blue .btn {
    background-color: #fff;
    border: 4px solid #fff;
    color: #6c8494;
    transition: all 0.3s ease-in-out;
}
.cards .card.bg-image .card-img-overlay.overlay-light-blue .btn:hover {
    background-color: #6c8494;
    border-color: #fff;
    color: #fff;
}
.cards .card.bg-image .card-img-overlay .card-img-overlay-icon {
    display: block;
    height: 96px;
    width: auto;
}
.cards .card.bg-image .card-img-overlay .card-overlay-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin-top: 5rem;
    max-width: 50%;
    width: 100%;
}
@media (max-width: 991.98px) {
    .cards .card.bg-image .card-img-overlay .card-overlay-content {
        margin-top: 2rem;
        max-width: 100%;
    }
}
.cards .card.bg-green {
    background: #305338;
}
.cards .card .card-content {
    height: 100%;
}
.cards .card .card-title {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 3.125rem;
    margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .cards .card .card-title {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}
@media (max-width: 575.98px) {
    .cards .card .card-title {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}
.cards.contact .card {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.cards.contact .card .card-title {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 3.125rem;
}
.cards.contact .card-content {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
}
.cards.contact address {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}
.cards.contact address .title {
    font-weight: 700;
}
.cards.contact .btn-link {
    display: block;
}
.cards.contact .btn-link.btn-map-link {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 2rem;
    text-decoration: none;
}
.cards.contact .btn-link.btn-map-link:active,
.cards.contact .btn-link.btn-map-link:focus,
.cards.contact .btn-link.btn-map-link:hover {
    text-decoration: underline;
}
.cards.contact .btn-link.btn-map-link .icon {
    height: 2.125rem;
    margin-right: 0.5rem;
    width: auto;
}
.cards.contact .btn {
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
.cards.contact .btn.btn-light {
    margin-top: 1rem;
}
.cards.contact a:not(.btn):not(.btn-link) {
    color: #fff;
    text-decoration: underline;
}
.cards.contact a:not(.btn):not(.btn-link):active,
.cards.contact a:not(.btn):not(.btn-link):focus,
.cards.contact a:not(.btn):not(.btn-link):hover {
    text-decoration: none;
}
.cards.contact ul li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.cards.contact ul li a {
    font-size: 1rem;
    line-height: 1.75rem;
}
.cards .btn.btn-dark,
.cards .btn.btn-light,
.cards .btn.btn-light-reverse {
    border: none;
}
@media (max-width: 991.98px) {
    .cards .btn.btn-dark,
    .cards .btn.btn-light,
    .cards .btn.btn-light-reverse {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
    }
}
.featured-cards {
    background: linear-gradient(270deg, #305338 0, #305338 75%, #617c46);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-green-light",endColorstr="$color-green-dark",GradientType=1);
    padding: 3rem 0;
}
@media (max-width: 575.98px) {
    .featured-cards {
        background: #305338;
    }
}
.featured-cards .section-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 3.125rem;
    margin: 0 0.5rem 1.5rem;
}
@media (max-width: 575.98px) {
    .featured-cards .section-title {
        font-size: 2rem;
        line-height: 2.75rem;
    }
}
@media (min-width: 768px) {
    .featured-cards .carousel-inner {
        display: flex;
    }
}
.featured-cards .carousel-item {
    display: block;
    flex: 0 0 33.333333%;
    margin-right: 0;
}
@media (max-width: 991.98px) {
    .featured-cards .carousel-item {
        flex: 0 0 50%;
    }
}
@media (max-width: 767.98px) {
    .featured-cards .carousel-item {
        flex: 0 0 100%;
    }
    .featured-cards .carousel-item:not(.active) {
        display: none;
    }
}
.featured-cards .card {
    border: none;
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    margin: 0 0.5em;
    min-height: 100%;
}
.featured-cards .card .card-img-top {
    border-top-right-radius: 1.875rem;
    height: auto;
    width: 100%;
}
.featured-cards .card .card-body {
    display: flex;
    font-size: 0.9375rem;
    font-weight: 400;
    height: 100%;
    line-height: 1.5rem;
    min-height: 100%;
    padding: 2.5rem;
}
.featured-cards .card .card-body .card-title {
    color: #305338;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.featured-cards .card .card-body .btn {
    margin-top: 1rem;
}
.featured-cards .carousel-control-next,
.featured-cards .carousel-control-prev {
    height: 6vh;
    top: 50%;
    transform: translateY(-50%);
    width: 6vh;
}
@media (max-width: 991.98px) {
    .featured-cards .carousel-control-next,
    .featured-cards .carousel-control-prev {
        height: 4vh;
        width: 4vh;
    }
}
@media (max-width: 575.98px) {
    .featured-cards .carousel-control-next,
    .featured-cards .carousel-control-prev {
        top: 25%;
    }
}
.featured-cards .carousel-control-next-icon,
.featured-cards .carousel-control-prev-icon {
    height: 7rem;
    width: 7rem;
}
@media (max-width: 991.98px) {
    .featured-cards .carousel-control-next-icon,
    .featured-cards .carousel-control-prev-icon {
        height: 5rem;
        width: 5rem;
    }
}
.featured-cards .carousel-control-prev {
    left: -68px;
}
@media (max-width: 991.98px) {
    .featured-cards .carousel-control-prev {
        left: -40px;
    }
}
.featured-cards .carousel-control-next {
    right: -68px;
}
@media (max-width: 991.98px) {
    .featured-cards .carousel-control-next {
        right: -40px;
    }
    .featured-cards .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
    }
}
.events-wrapper {
    background: rgba(60, 79, 63, 0.12);
    overflow: hidden;
}
.events-wrapper .heading-wrapper {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}
.events-wrapper .heading-wrapper .heading {
    color: #305338;
    font-size: 3.375rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 3.5rem;
}
@media (max-width: 991.98px) {
    .events-wrapper .heading-wrapper .heading {
        font-size: 2.265rem;
    }
}
.events-wrapper .heading-wrapper .icon {
    margin-left: 3.75rem;
}
@media (max-width: 991.98px) {
    .events-wrapper .heading-wrapper .icon {
        display: none;
    }
}
.events-wrapper .heading-wrapper .icon img {
    height: 80px;
    width: auto;
}
@media (max-width: 991.98px) {
    .events-wrapper .heading-wrapper .icon img {
        display: none;
        height: 65px;
        width: auto;
    }
}
.events-wrapper .events-list {
    display: flex;
}
@media (max-width: 991.98px) {
    .events-wrapper .events-list {
        flex-flow: column;
    }
}
.events-wrapper .events-list .event {
    flex: 0 0 25%;
    margin-bottom: 1.25rem;
}
.events-wrapper .events-list .event a {
    text-decoration: none;
}
.events-wrapper .events-list .event a:active .date-block,
.events-wrapper .events-list .event a:focus .date-block,
.events-wrapper .events-list .event a:hover .date-block {
    background: #617c46;
}
.events-wrapper .events-list .event .date-block {
    align-items: center;
    background: #305338;
    border-radius: 0 0.75rem 0.75rem 0.75rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem;
}
.events-wrapper .events-list .event .date-block .date,
.events-wrapper .events-list .event .date-block .day,
.events-wrapper .events-list .event .date-block .month {
    color: #fff;
}
.events-wrapper .events-list .event .date-block .date {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
}
.events-wrapper .events-list .event .date-block .day,
.events-wrapper .events-list .event .date-block .month {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
}
.events-wrapper .events-list .event .event-info {
    padding: 0 0.75rem;
}
.events-wrapper .events-list .event .event-info .event-title {
    color: #305338;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.75rem;
}
.events-wrapper .events-list .event .event-info .event-date-time,
.events-wrapper .events-list .event .event-info .event-location {
    color: #494949;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.125rem;
}
.events-wrapper .btn-link {
    color: #305338;
    display: block;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.25rem;
    margin-top: 0.5rem;
    text-align: right;
    text-decoration: none;
    width: 100%;
}
.events-wrapper .btn-link:active,
.events-wrapper .btn-link:focus,
.events-wrapper .btn-link:hover {
    text-decoration: underline;
}
.image-caption-wrapper.img-three-column figure figcaption {
    color: #494949;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 1.5rem;
}
.image-caption-wrapper:not(.img-three-column) figure figcaption {
    color: #494949;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 5rem;
}
.image-caption-wrapper figure img,
.image-caption-wrapper img {
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    width: 100%;
}
@media (max-width: 991.98px) {
    .image-caption-wrapper.img-three-column .col-12:not(:last-of-type) {
        margin-bottom: 2rem;
    }
    .image-caption-wrapper:not(.img-three-column) figure figcaption {
        margin-top: 2rem;
    }
}
.btn-close {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
}
.news {
    background: rgba(60, 79, 63, 0.12);
    overflow: hidden;
}
.news .heading-wrapper {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    align-items: center;
}
.news .heading-wrapper .heading {
    color: #305338;
    font-size: 3.375rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 3.5rem;
}
@media (max-width: 991.98px) {
    .news .heading-wrapper .heading {
        font-size: 2.265rem;
    }
}
.news .heading-wrapper .icon {
    margin-left: 3.75rem;
}
@media (max-width: 991.98px) {
    .news .heading-wrapper .icon {
        display: none;
    }
}
.news .heading-wrapper .icon img {
    height: 80px;
    width: auto;
}
@media (max-width: 991.98px) {
    .news .heading-wrapper .icon img {
        display: none;
        height: 65px;
        width: auto;
    }
}
.news .headlines {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.news .headlines .articles-list {
    display: flex;
}
@media (max-width: 991.98px) {
    .news .headlines .articles-list {
        flex-flow: column;
    }
}
.news .headlines .articles-list .article {
    display: block;
    flex: 0 0 33.333333%;
    padding: 0 1rem 0 0;
}
@media (max-width: 991.98px) {
    .news .headlines .articles-list .article {
        padding: 0;
    }
}
.news .headlines .articles-list .article a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
.news .headlines .articles-list .article a:active .title,
.news .headlines .articles-list .article a:focus .title,
.news .headlines .articles-list .article a:hover .title {
    color: #617c46;
}
.news .headlines .articles-list .article a .title {
    color: #305338;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.625rem;
}
.news .headlines .articles-list .article a .date {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.news .headlines .articles-list .article a .summary {
    color: #494949;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.75rem;
}
.news .headlines .articles-list .article a .summary p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.news .headlines .articles-list div:not(.article) {
    width: 100%;
}
.news .headlines .btn-link {
    color: #305338;
    display: block;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.25rem;
    margin-top: 1rem;
    text-align: right;
    text-decoration: none;
    width: 100%;
}
.news .headlines .btn-link:active,
.news .headlines .btn-link:focus,
.news .headlines .btn-link:hover {
    text-decoration: underline;
}
.program-list-wrapper .filter-selection {
    border: 2px solid #617c46;
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    margin-bottom: 2.5rem;
}
.program-list-wrapper .filter-selection .title {
    background-color: #617c46;
    border-top-right-radius: 1.6rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.6;
    padding: 0.5rem 1rem;
}
.program-list-wrapper .filter-selection .list-group {
    padding: 0.5rem 1rem;
}
.program-list-wrapper .filter-selection .list-group label {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.17;
}
.program-list-wrapper .filter-selection .list-group ul {
    -moz-column-count: 3;
    column-count: 3;
    margin: 0;
    padding: 0;
}
.program-list-wrapper .filter-selection .list-group ul li {
    margin-bottom: 0;
}
.program-list-wrapper .filter-selection .list-group .form-check-input {
    border-color: #617c46;
    border-radius: 0;
    border-width: 0.125rem;
    height: 1.5rem;
    margin: 0;
    padding: 0;
    width: 1.5rem;
}
.program-list-wrapper .filter-selection .list-group .form-check-input:checked {
    background-color: #305338;
    border-color: #617c46;
}
.program-list-wrapper .filter-selection .list-group .form-check-input:checked[type="checkbox"] {
    background-image: none;
}
.program-list-wrapper .filter-selection .list-group-item {
    background-color: transparent;
    border: none;
}
.program-list-wrapper .filter-selection .list-group-item:first-child {
    border-radius: none;
}
.program-list-wrapper .filter-selection .btn {
    border-width: 2px;
    font-size: 1rem;
    font-weight: 400;
}
.program-list-wrapper .filter-selection .btn.btn-light {
    border: 1px solid transparent;
}
.program-list-wrapper .filter-selection .btn.btn-light:active,
.program-list-wrapper .filter-selection .btn.btn-light:focus,
.program-list-wrapper .filter-selection .btn.btn-light:hover {
    border-color: #617c46;
    color: #617c46;
}
.program-list-wrapper .programs-list h2, .program-list-wrapper .programs-list lh {
    color: #617c46;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 2.25rem;
    margin-bottom: 0;
}
.program-list-wrapper .programs-list ul:not(:first-child), .program-list-wrapper .programs-list ol:not(:first-child) {
    margin-top: 2rem;
}
/*.program-list-wrapper .programs-list h2:not(:first-of-type) {*/
/*    margin-top: 1rem;*/
/*}*/
.program-list-wrapper .programs-list ol,
.program-list-wrapper .programs-list ul {
    line-height: 1.5rem;
    list-style-type: none;
}
.program-list-wrapper .programs-list ol li,
.program-list-wrapper .programs-list ul li {
    margin-bottom: 0.5rem;
    padding: 0 0.25rem;
}
.program-list-wrapper .programs-list ol li:last-of-type,
.program-list-wrapper .programs-list ul li:last-of-type {
    margin-bottom: 0;
}
.program-list-wrapper .programs-list ol li a,
.program-list-wrapper .programs-list ul li a {
    color: #091b0c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.program-list-wrapper .programs-list :not(li) > ol,
.program-list-wrapper .programs-list :not(li) > ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 991.98px) {
    .program-list-wrapper .filter-selection .title {
        font-size: 1.75rem;
    }
    .program-list-wrapper .filter-selection .list-group ul {
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 767.98px) {
    .program-list-wrapper .filter-selection .title {
        font-size: 1.5rem;
    }
    .program-list-wrapper .filter-selection .list-group ul {
        -moz-column-count: 1;
        column-count: 1;
    }
}
.quote-wrapper blockquote {
    color: #305338;
    font-size: 2rem;
    line-height: 2.75rem;
}
.quote-wrapper blockquote p {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 2rem;
    quotes: "“" "”" "‘" "’";
}
@media (max-width: 991.98px) {
    .quote-wrapper blockquote p {
        font-size: 2rem;
        line-height: 3rem;
    }
}
.quote-wrapper blockquote p:before {
    content: open-quote;
}
.quote-wrapper blockquote p:after {
    content: close-quote;
}
.quote-wrapper blockquote cite {
    font-style: normal;
    text-align: right;
}
.quote-wrapper blockquote cite .name,
.quote-wrapper blockquote cite .title {
    display: block;
}
.quote-wrapper blockquote cite .name {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 2rem;
}
@media (max-width: 991.98px) {
    .quote-wrapper blockquote cite .name {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.quote-wrapper blockquote cite .title {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
}
@media (max-width: 991.98px) {
    .quote-wrapper blockquote cite .title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.share-this {
    background: #305338;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.share-this ul {
    font-size: 1rem;
    line-height: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.share-this ul li {
    display: block;
    margin-bottom: 0;
}
.share-this a {
    color: #fff;
    display: block;
    padding: 0.5rem 0.75rem;
}
.share-this a:active,
.share-this a:focus,
.share-this a:hover {
    background: #617c46;
}
@media (max-width: 991.98px) {
    .share-this {
        display: none;
    }
}
.table-section table.table-standard {
    border-color: #b6b5b6;
    caption-side: top;
}
.table-section table.table-standard tbody,
.table-section table.table-standard tfoot,
.table-section table.table-standard thead {
    width: 100%;
}
.table-section table.table-standard caption,
.table-section table.table-standard td,
.table-section table.table-standard th {
    padding: 0.625rem 1.25rem;
}
.table-section table.table-standard thead {
    background: #e4e3e2;
}
.table-section table.table-standard thead th {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25rem;
    text-transform: capitalize;
}
.table-section table.table-standard tbody tr td {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
}
.table-section table.table-standard tbody tr td:first-of-type {
    background-color: #f4f4f4;
    color: #494949;
    font-weight: 700;
}
.table-section table.table-standard caption {
    background: #305338;
    border-top-right-radius: 1.875rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
.table-section table.table-standard > :not(caption) > * {
    border-width: 1px 0;
}
.table-section table.table-standard > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-section table td,
.table-section table th {
    font-size: 1rem;
}
.video-caption-wrapper .video-caption {
    margin: 3rem 0;
}
.video-banner-wrapper .video-wrapper,
.video-caption-wrapper .video-wrapper {
    height: 100%;
    width: 100%;
}
.video-banner-wrapper .video-wrapper img,
.video-caption-wrapper .video-wrapper img {
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    height: 100%;
    width: 100%;
}
.video-banner-wrapper .video-wrapper .btn-play,
.video-caption-wrapper .video-wrapper .btn-play {
    align-items: center;
    background: transparent;
    border: none;
    border-image-width: 0;
    display: flex;
    height: 100%;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.video-banner-wrapper .video-wrapper .btn-play span,
.video-caption-wrapper .video-wrapper .btn-play span {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 80px;
    left: 45%;
    position: absolute;
    top: 45%;
}
.video-banner-wrapper .video-wrapper .btn-play:hover span,
.video-caption-wrapper .video-wrapper .btn-play:hover span {
    color: #fff;
}
.video-banner-wrapper .video-wrapper .modal-dialog,
.video-caption-wrapper .video-wrapper .modal-dialog {
    margin: 30px auto;
    max-width: 800px;
}
.video-banner-wrapper .video-wrapper .modal-body,
.video-caption-wrapper .video-wrapper .modal-body {
    padding: 0;
    position: relative;
}
.video-banner-wrapper .video-wrapper .btn-close,
.video-caption-wrapper .video-wrapper .btn-close {
    color: #305338;
    position: absolute;
    right: -40px;
    top: 10px;
    top: 0;
}
.video-banner-wrapper {
    background: linear-gradient(270deg, #305338 0, #305338 75%, #617c46);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-green-light",endColorstr="$color-green-dark",GradientType=1);
    padding: 2.5rem 0;
}
.video-banner-wrapper .video-title {
    color: #fff;
    font-size: calc(1.325rem + 0.9vw);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.video-banner-wrapper .video-caption {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
}
.video-banner-wrapper .video-caption + .btn {
    margin-top: 1.5rem;
}
.video-banner-wrapper .btn {
    width: 100%;
}
@media (max-width: 991.98px) {
    .video-caption-wrapper .video-caption {
        margin-top: 2rem;
    }
}
.whats-happening {
    background: rgba(60, 79, 63, 0.12);
    overflow: hidden;
}
.whats-happening.homepage .header {
    color: #305338;
    font-size: 3.375rem;
    font-weight: 400;
    line-height: 4rem;
    padding: 2rem 0;
}
.whats-happening.homepage .swiper {
    background: linear-gradient(270deg, #305338 0, #305338 75%, #617c46);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-green-light",endColorstr="$color-green-dark",GradientType=1);
    padding: 2.5rem 0;
}
@media (max-width: 991.98px) {
    .whats-happening.homepage .swiper {
        background: #305338;
    }
    .whats-happening.homepage .swiper .container-xxl {
        padding: 0 2rem;
    }
}
.whats-happening.homepage .swiper img {
    border-radius: 0 2rem 2rem 2rem;
}
.whats-happening.homepage .swiper .slide-content {
    color: #fff;
}
.whats-happening.homepage .swiper .slide-content .slide-title {
    font-size: 3.375rem;
    line-height: 4rem;
}
@media (max-width: 991.98px) {
    .whats-happening.homepage .swiper .slide-content .slide-title {
        font-size: 2.625rem;
        line-height: 3rem;
        margin-top: 2.125rem;
    }
    .whats-happening.homepage .swiper .slide-content .btn {
        width: 100%;
    }
}
.whats-happening.homepage .swiper .carousel-item img {
    width: 100%;
}
.whats-happening.homepage .swiper .carousel-control-next-icon,
.whats-happening.homepage .swiper .carousel-control-prev-icon {
    height: 5rem;
    width: 5rem;
}
.whats-happening.homepage .swiper .carousel-control-next {
    right: -60px;
}
.whats-happening.homepage .swiper .carousel-control-prev {
    left: -60px;
}
@media (max-width: 991.98px) {
    .whats-happening.homepage .swiper .swiper-button-prev {
        left: 40%;
    }
    .whats-happening.homepage .swiper .swiper-button-next {
        right: 40%;
    }
}
.whats-happening.homepage .swiper .swiper-button-next,
.whats-happening.homepage .swiper .swiper-button-prev {
    color: #fff;
    font-size: 7rem;
}
@media (max-width: 991.98px) {
    .whats-happening.homepage .swiper .swiper-button-next,
    .whats-happening.homepage .swiper .swiper-button-prev {
        top: 93%;
    }
    .whats-happening.homepage .swiper .carousel-control-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .whats-happening.homepage .swiper .carousel-control-wrapper .carousel-control-next,
    .whats-happening.homepage .swiper .carousel-control-wrapper .carousel-control-prev {
        display: inline-block;
        position: inherit;
    }
    .whats-happening.homepage .swiper .carousel-control-wrapper .carousel-control-prev {
        left: 40%;
    }
    .whats-happening.homepage .swiper .carousel-control-wrapper .carousel-control-next {
        right: 40%;
    }
}
.whats-happening.homepage .lower .heading-wrapper {
    align-items: center;
    justify-content: space-between;
}
.whats-happening.homepage .lower .heading-wrapper .icon {
    margin-left: 0;
}
.whats-happening.homepage .lower .heading-wrapper .heading {
    font-size: 3.375rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 3.5rem;
}
.whats-happening.homepage .lower .headlines {
    border-bottom: none;
    border-right: 2px solid #617c46;
    padding-right: 3rem;
}
.whats-happening.homepage .lower .headlines .articles-list {
    display: block;
}
.whats-happening.homepage .lower .headlines .articles-list .article {
    display: block;
    flex: none;
    padding: 0;
}
.whats-happening.homepage .lower .events-wrapper {
    background: transparent;
    padding-left: 3rem;
}
.whats-happening.homepage .lower .events-wrapper .events-list {
    display: block;
}
.whats-happening.homepage .lower .events-wrapper .events-list .event {
    display: block;
    flex: none;
}
@media (max-width: 991.98px) {
    .whats-happening.homepage .lower .lower .row > * {
        padding: 0 2rem;
    }
    .whats-happening.homepage .lower .articles-list {
        margin-bottom: 3rem;
    }
}
.whats-happening .lower {
    padding: 2rem 0;
    position: relative;
}
.whats-happening .lower:after,
.whats-happening .lower:before {
    background-repeat: no-repeat;
    content: "";
    height: 6rem;
    opacity: 0.08;
    position: absolute;
    transform: scale(5);
    width: 6rem;
}
.whats-happening .lower:before {
    background-image: url(../images/MTU_news_icon.svg);
    left: 7rem;
    top: 7rem;
}
.whats-happening .lower:after {
    background-image: url(../images/MTU_events_icon.svg);
    bottom: 7rem;
    right: 7rem;
}
.whats-happening .lower .heading-wrapper {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}
.whats-happening .lower .heading-wrapper .heading {
    color: #305338;
    font-size: 3.375rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 3.5rem;
}
@media (max-width: 991.98px) {
    .whats-happening .lower .heading-wrapper .heading {
        font-size: 2.265rem;
    }
}
.whats-happening .lower .heading-wrapper .icon {
    margin-left: 3.75rem;
}
@media (max-width: 991.98px) {
    .whats-happening .lower .heading-wrapper .icon {
        display: none;
    }
}
.whats-happening .lower .heading-wrapper .icon img {
    height: 80px;
    width: auto;
}
@media (max-width: 991.98px) {
    .whats-happening .lower .heading-wrapper .icon img {
        display: none;
        height: 65px;
        width: auto;
    }
}
.whats-happening .lower .headlines {
    border-bottom: 2px solid #305338;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.whats-happening .lower .headlines .articles-list {
    display: flex;
}
@media (max-width: 991.98px) {
    .whats-happening .lower .headlines .articles-list {
        flex-flow: column;
    }
}
.whats-happening .lower .headlines .articles-list .article {
    display: block;
    flex: 0 0 33.333333%;
    padding: 0 1rem 0 0;
}
@media (max-width: 991.98px) {
    .whats-happening .lower .headlines .articles-list .article {
        padding: 0;
    }
}
.whats-happening .lower .headlines .articles-list .article a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
}
.whats-happening .lower .headlines .articles-list .article a:active .title,
.whats-happening .lower .headlines .articles-list .article a:focus .title,
.whats-happening .lower .headlines .articles-list .article a:hover .title {
    color: #617c46;
}
.whats-happening .lower .headlines .articles-list .article a .title {
    color: #305338;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.625rem;
}
.whats-happening .lower .headlines .articles-list .article a .date {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.whats-happening .lower .headlines .articles-list .article a .summary {
    color: #494949;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.75rem;
}
.whats-happening .lower .headlines .articles-list .article a .summary p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.whats-happening .lower .headlines .articles-list div:not(.article) {
    width: 100%;
}
.whats-happening .lower .headlines .btn-link {
    color: #305338;
    display: block;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.25rem;
    margin-top: 1rem;
    text-align: right;
    text-decoration: none;
    width: 100%;
}
.whats-happening .lower .headlines .btn-link:active,
.whats-happening .lower .headlines .btn-link:focus,
.whats-happening .lower .headlines .btn-link:hover {
    text-decoration: underline;
}
.whats-happening .lower .events-wrapper .events-list {
    display: flex;
}
@media (max-width: 991.98px) {
    .whats-happening .lower .events-wrapper .events-list {
        flex-flow: column;
    }
}
.whats-happening .lower .events-wrapper .events-list .event {
    flex: 0 0 25%;
    margin-bottom: 1.25rem;
}
.whats-happening .lower .events-wrapper .events-list .event a {
    text-decoration: none;
}
.whats-happening .lower .events-wrapper .events-list .event a:active .date-block,
.whats-happening .lower .events-wrapper .events-list .event a:focus .date-block,
.whats-happening .lower .events-wrapper .events-list .event a:hover .date-block {
    background: #617c46;
}
.whats-happening .lower .events-wrapper .events-list .event .date-block {
    align-items: center;
    background: #305338;
    border-radius: 0 0.75rem 0.75rem 0.75rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem;
}
.whats-happening .lower .events-wrapper .events-list .event .date-block .date,
.whats-happening .lower .events-wrapper .events-list .event .date-block .day,
.whats-happening .lower .events-wrapper .events-list .event .date-block .month {
    color: #fff;
    text-transform: uppercase;
}
.whats-happening .lower .events-wrapper .events-list .event .date-block .date {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
}
.whats-happening .lower .events-wrapper .events-list .event .date-block .day,
.whats-happening .lower .events-wrapper .events-list .event .date-block .month {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
}
.whats-happening .lower .events-wrapper .events-list .event .event-info {
    padding: 0 0.75rem;
}
.whats-happening .lower .events-wrapper .events-list .event .event-info .event-title {
    color: #305338;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.75rem;
}
.whats-happening .lower .events-wrapper .events-list .event .event-info .event-date-time,
.whats-happening .lower .events-wrapper .events-list .event .event-info .event-location {
    color: #494949;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.125rem;
}
.whats-happening .lower .events-wrapper .btn-link {
    color: #305338;
    display: block;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.25rem;
    margin-top: 0.5rem;
    text-align: right;
    text-decoration: none;
    width: 100%;
    z-index: 20;
}
.whats-happening .lower .events-wrapper .btn-link:active,
.whats-happening .lower .events-wrapper .btn-link:focus,
.whats-happening .lower .events-wrapper .btn-link:hover {
    text-decoration: underline;
}
.wysiwyg {
    font-size: 1.25rem;
}
@media (max-width: 991.98px) {
    .wysiwyg {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 2.25rem;
    }
}
.wysiwyg .btn + .btn {
    margin-left: 1.5rem;
}
@media (max-width: 575.98px) {
    .wysiwyg-with-links {
        margin-top: 0;
        padding-top: 0;
    }
}
.wysiwyg-with-links h2 {
    color: #305338;
    font-family: Open Sans, sans-serif;
    font-size: 4.25rem;
    font-weight: 400;
    line-height: 4.5rem;
    margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
    .wysiwyg-with-links h2 {
        font-size: 2.625rem;
        line-height: 3rem;
    }
}
.wysiwyg-with-links h3 {
    color: #617c46;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.25rem;
    margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .wysiwyg-with-links h3 {
        font-size: 1.375rem;
    }
}
.wysiwyg-with-links p {
    line-height: 2rem;
}
.wysiwyg-with-links .links ul {
    margin-top: 6.125rem;
}
@media (max-width: 991.98px) {
    .wysiwyg-with-links .links ul {
        margin-bottom: 0;
        margin-top: 0;
    }
}
.wysiwyg-with-links .links ul li {
    margin-bottom: 2rem;
}
.wysiwyg-with-links .links ul li a {
    display: block;
}
.siteHeader {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  height: calc(100vh - 66px);
  width: 100%;
}
.siteHeader .wrapper.bg-green-dark, .siteHeader .navWrapper.bg-green-dark {
  background-color: rgba(48, 83, 56, 0.9);
}
.siteHeader header {
  width: 100%;
}
.siteHeader .logo {
  height: 100%;
  max-height: 75px;
  width: auto;
  margin-left: 75px;
}
.siteHeader .navbar-toggler {
  padding: 0.25rem;
}
.siteHeader .navbar-toggler:focus {
  box-shadow: none;
}
.siteHeader .navbar-toggler svg {
  fill: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 45px;
}
.siteHeader .site-nav {
  width: 100%;
  background: rgba(48, 83, 56, 0.9);
  /*border-bottom: 1px solid rgb(133, 150, 89);*/
  border-bottom: 1px solid rgb(97, 124, 70);
}
.siteHeader .site-nav .nav-item {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .siteHeader .site-nav .nav-item.has-megamenu:hover .dropdown-menu {
    display: block;
    top: 96%;
    left: 0;
    border-radius: 0;
  }
}
.siteHeader .site-nav .nav-item:hover, .siteHeader .site-nav .nav-item:focus, .siteHeader .site-nav .nav-item:active {
  /*background: rgb(133, 150, 89);*/
  background: rgb(97, 124, 70);
}
.siteHeader .site-nav .nav-item:hover a, .siteHeader .site-nav .nav-item:focus a, .siteHeader .site-nav .nav-item:active a {
  text-decoration: none;
}
.siteHeader .site-nav .nav-item.show {
  /*background: rgb(133, 150, 89);*/
  background: rgb(97, 124, 70);
}
.siteHeader .site-nav .nav-link {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0.5rem 1.25rem;
  width: 100%;
  text-decoration: none;
}
.siteHeader .site-nav .nav-item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteHeader .site-nav .nav-item-wrapper .toggle-icon {
	 color: #fff;
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
	 padding-right: 1.25rem;
	 transition: all 0.3s ease-in-out;
}
.siteHeader .site-nav .nav-item-wrapper .toggle-icon .fa-angle-down {
	transition: all 0.3s ease-in-out;
}
.siteHeader .site-nav .nav-item-wrapper .toggle-icon[aria-expanded=true] .fa-angle-down, .siteHeader .site-nav .nav-item:hover .nav-item-wrapper .toggle-icon .fa-angle-down {
	 transform: rotate(180deg);
}
.siteHeader .site-nav .dropdown-menu.show {
  top: 96%;
  border-radius: 0;
}
.siteHeader .site-nav .dropdown-toggle:after {
  border: none;
}
.siteHeader .site-nav .mega-menu {
  padding: 0;
  background: rgba(255, 255, 255, 0.93);
}
.siteHeader .site-nav .mega-menu .mega-text {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
  color: rgb(48, 83, 56);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.siteHeader .site-nav .mega-menu .mega-text .subHeading {
    font-weight: 400;
    font-size: 1.25rem;
}
.siteHeader .site-nav .mega-menu .mega-text p {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
}
.siteHeader .site-nav .mega-menu .border-left {
  border-left: 1px solid rgb(133, 150, 89);
}
.siteHeader .site-nav .mega-menu .sub-pages {
  list-style: square;
}
.siteHeader .site-nav .mega-menu .sub-pages li::marker {
  color: transparent;
}
.siteHeader .site-nav .mega-menu .sub-pages li:hover::marker {
  color: rgb(48, 83, 56);
}
.siteHeader .site-nav .mega-menu .sub-pages li a {
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 400;
  color: rgb(48, 83, 56);
  text-decoration: none;
}
.siteHeader .site-nav .mega-menu .sub-pages li .fa-chevron-right {
  display: none;
}
.siteHeader .top-nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1.25rem;
}
.siteHeader .top-nav ul li {
  border-right: 1px solid rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 0;
}
.siteHeader .top-nav ul li:last-child {
  border-right: none;
}
.siteHeader .top-nav ul li:last-child a:hover {
  /*color: rgb(133, 150, 89);*/
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.siteHeader .top-nav ul li a {
  padding: 0 1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.siteHeader .top-nav ul li a:hover, .siteHeader .top-nav ul li a:focus, .siteHeader .top-nav ul li a:active {
  text-decoration: underline;
}
.siteHeader.bgSolid {
  background: rgb(48, 83, 56);
  height: auto;
}
.siteHeader.bgSolid .site-nav {
  background: rgba(9, 27, 12, 0.6);
}
.siteHeader.bgSolid .navbar {
  padding-bottom: 0;
}
.siteHeader.bgVideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.siteHeader.bgVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
.siteHeader.bgVideo .navWrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.siteHeader #searchForm {
  width: 100%;
  padding-left: 2rem;
}
.siteHeader #searchForm input {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  border: rgb(255, 255, 255);
}
.siteHeader #searchForm input:focus {
  border-color: transparent;
  box-shadow: none;
}
.siteHeader #searchForm button {
  background: rgb(255, 255, 255);
  color: rgb(48, 83, 56);
  border: none;
  padding: 0.5rem 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1.875rem;
}
.siteHeader #searchForm button#searchBtn {
    border-bottom-right-radius: 0;
    padding: 0.5rem;
}
.siteHeader #searchForm button#closeSearchBtn {
    padding-left: 0.5rem;
}
.siteHeader #searchForm button:focus {
  box-shadow: none;
}
.breadcrumb-wrapper {
    background: hsla(30, 4%, 89%, 0.7);
    border-bottom: 1px solid #617c46;
    border-top: 1px solid #617c46;
    position: relative;
}
.breadcrumb-wrapper nav {
    width: 100%;
}
.breadcrumb-wrapper .breadcrumb {
    margin: 0.43rem 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(:first-of-type):before {
    content: ">";
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
    color: #494949;
    font-weight: 700;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    color: #494949;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
}
.breadcrumb-wrapper .dropdown {
    position: absolute;
    right: 0;
}
.breadcrumb-wrapper .dropdown .btn.btn-green {
    align-items: center;
    background: #617c46;
    border-radius: 0;
    color: #fff;
    display: flex;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 2px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
}
.breadcrumb-wrapper .dropdown .btn.btn-green.dropdown-toggle:after {
    -webkit-font-smoothing: antialiased;
    border: none;
    content: "\f078";
    display: inline-block;
    font: var(--fa-font-solid);
    margin-left: 0.625rem;
    text-rendering: auto;
}
.breadcrumb-wrapper .dropdown .btn.btn-green.dropdown-toggle.show:after {
    content: "\f077";
}
.breadcrumb-wrapper .dropdown .btn.btn-green:active,
.breadcrumb-wrapper .dropdown .btn.btn-green:focus,
.breadcrumb-wrapper .dropdown .btn.btn-green:hover {
    box-shadow: none;
}
.breadcrumb-wrapper .dropdown .dropdown-menu {
    background: #e6e5e4;
    border: none;
    border-radius: 0;
    margin-top: -1px !important;
}
.breadcrumb-wrapper .dropdown .dropdown-menu .dropdown-item {
    text-decoration: none;
    color: #305338;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 2.125rem;
}
@media (max-width: 991.98px) {
  .siteHeader {
    height: calc(50vh - 66px);
  }
  .siteHeader .navbar {
    padding-bottom: 0;
  }
  .siteHeader .container-xxl {
    padding: 0 2rem;
  }
  .siteHeader .logo {
    height: 60px;
    width: auto;
  }
  .siteHeader .site-nav {
    background: transparent;
  }
  .siteHeader .site-nav .container-xxl {
    padding: 0;
  }
  .siteHeader .site-nav .nav-link.show {
    background: rgba(255, 255, 255, 0.2);
  }
  .siteHeader .site-nav .nav-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .siteHeader .site-nav .nav-item-wrapper .nav-link {
    width: 100%;
  }
  .siteHeader .site-nav .nav-item-wrapper .toggle-icon {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: #fff;
  }
  .siteHeader .site-nav .nav-item {
    border-bottom: 1px solid rgb(133, 150, 89);
    width: 100%;
  }
  .siteHeader .site-nav .nav-item:first-child {
    border-top: 1px solid rgb(133, 150, 89);
  }
  .siteHeader .site-nav .nav-item:last-child {
    border-bottom: 1px solid rgb(133, 150, 89);
  }
  .siteHeader .site-nav .mega-menu {
    background: transparent;
    position: inherit;
  }
  .siteHeader .site-nav .mega-menu .mega-text {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .siteHeader .site-nav .mega-menu .mega-text p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .siteHeader .site-nav .mega-menu .sub-pages {
    padding-left: 0;
  }
  .siteHeader .site-nav .mega-menu .sub-pages li {
    margin: 0 0.5rem 0.5rem;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .siteHeader .site-nav .mega-menu .sub-pages li:before {
    content: "";
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.3125rem;
    background: rgb(133, 150, 89);
  }
  .siteHeader .site-nav .mega-menu .sub-pages li a {
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    width: 100%;
  }
  .siteHeader .site-nav .mega-menu .sub-pages li .fa-chevron-right {
    display: block;
    color: #fff;
    font-size: 0.75rem;
  }
  .siteHeader .top-nav {
    display: none;
  }
  .siteHeader #topNav {
    display: flex;
    flex-direction: column-reverse;
  }
  .siteHeader #topNav #searchForm {
    margin-top: 1rem;
    width: 100%;
  }
  .siteHeader #topNav .top-nav {
    width: 100%;
  }
  .siteHeader #topNav .top-nav ul li {
    display: block;
    border-right: none;
    padding: 0.25rem 0;
  }
  .siteHeader #topNav .top-nav ul li a {
    width: 100%;
    padding: 0;
  }
  .siteHeader #searchToggle {
    display: none;
  }
    .breadcrumb-wrapper .container-xxl {
        padding: 0;
    }
    .breadcrumb-wrapper nav {
        padding: 0 0.75rem;
    }
    .breadcrumb-wrapper .breadcrumb {
        margin: 1rem 0;
    }
    .breadcrumb-wrapper .d-flex {
        flex-direction: column;
    }
    .breadcrumb-wrapper .d-flex .dropdown {
        margin: 0 -0.75rem;
    }
    .breadcrumb-wrapper .d-flex .dropdown button {
        justify-content: flex-end;
        text-align: right;
        width: 100%;
    }
    .breadcrumb-wrapper .dropdown {
        position: relative;
        right: inherit;
        width: 100%;
    }
    .breadcrumb-wrapper .dropdown-menu {
        right: 0 !important;
    }
    .breadcrumb-wrapper .dropdown-menu .dropdown-item {
        text-align: right;
    }
}
@media (max-width: 575.98px) {
    .siteHeader .logo {
        margin-left: 0;
    }
}
@-webkit-keyframes right-to-left {
    0% {
        right: -100%;
    }
    to {
        right: 1.25rem;
    }
}
@keyframes right-to-left {
    0% {
        right: -100%;
    }
    to {
        right: 1.25rem;
    }
}
@-webkit-keyframes left-to-right {
    0% {
        right: 1.25rem;
    }
    to {
        right: -100%;
    }
}
@keyframes left-to-right {
    0% {
        right: 1.25rem;
    }
    to {
        right: -100%;
    }
}
.mainContent {
    padding: 2.5rem 0;
}
@media (max-width: 767.98px) {
    .mainContent {
        padding: 1.25rem 0;
    }
}
footer {
    background-color: #305338;
    color: #fff;
    padding: 1.875rem 0;
}
footer .logo {
    height: auto;
    margin-top: 1.25rem;
    width: 75%;
}
footer .copyright {
    /* color: #859659; */
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
}
footer .icon {
    fill: #fff;
    height: 38px;
    width: 38px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .contact-list {
    display: none;
}
footer ul li {
    display: block;
}
footer ul li,
footer ul li address {
    font-size: 0.875rem;
    line-height: 1.875rem;
}
footer ul li address {
    margin-bottom: 0;
}
footer ul li a {
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.875rem;
}
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .list-social {
    margin-top: 1.5rem;
    padding-left: 0;
}
footer .list-social li {
    display: inline-block;
}
footer .list-social .icon img {
    height: 60px;
    transition: all 0.3s ease-in-out;
    width: auto;
}
footer .list-social a:hover img {
    opacity: 0.7;
}
footer .list-privacy {
    list-style-type: none;
}
footer .footer-heading,
footer .list-privacy li a {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.875rem;
}
footer .footer-heading {
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
footer .row > div:first-child {
    border-right: 1px solid #617c46;
}
footer .row > div:last-child {
    border-left: 1px solid #617c46;
}
footer .row > div:nth-child(2) {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
}
footer .row > div:nth-child(3) {
    padding-right: 1.25rem;
    padding-top: 1.25rem;
}
footer .row > div:nth-child(4) {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
}
@media (max-width: 991.98px) {
    footer ul li {
        line-height: 1rem;
        margin-bottom: 0.75rem;
    }
    footer a {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    footer .container-xxl {
        padding: 0 2rem;
    }
    footer .contact-list {
        display: block;
    }
    footer .contact-list ul {
        margin-top: 1rem;
    }
    footer .contact-list ul li {
        line-height: 1.5rem;
        margin-bottom: 0.25rem;
    }
    footer .contact-list ul li address {
        line-height: 1.5rem;
    }
    footer .contact-list ul li:nth-last-of-type(-n + 2) a {
        color: #617c46;
    }
    footer .row > div:first-child {
        border-right: none;
    }
}

@media(min-width: 992px) {
	.siteHeader .top-nav ul li a:hover, .siteHeader .top-nav ul li a:focus, .siteHeader .top-nav ul li a:active {
	    /* text-decoration: underline; */
		/*background: #849658;*/
		background: #617c46;
	}

	.siteHeader .top-nav ul li {
		/* border-right: 1px solid rgb(255, 255, 255); */
		border-right: 0px;
		display: inline-block;
		margin-bottom: 0;
	}

	.siteHeader .top-nav ul li a {
		padding: 0.5rem 1rem;
		font-size: 0.875rem;
		color: rgb(255, 255, 255);
		text-decoration: none;
		font-weight: 400;
		transition: all 0.3s ease-in-out;
		background: #18311c; /* ADDED */
		border-radius: 0 1.875rem 1.875rem 1.875rem; /* ADDED */
	}

	.siteHeader .top-nav, .siteHeader #searchForm {
		padding-top: 30px;
	}
}