/* Home Page 2025 Template Styles */

.classic-header.bg-behind-menu .navigation:before {
    background-color: #213c65;
}

.top-header .active-bg-decoration>li.act>a {
    background: rgb(197 241 109);
}

.masthead:not(.side-header).full-height .header-bar .main-nav>li>a:hover,
.masthead:not(.side-header) .header-bar .main-nav>li>a:hover {
    background: rgb(197 241 109);
    ;
    color: #213c65;
}

.main-nav>li>a:hover>.menu-item-text>.menu-text {
    color: #213c65 !important;
}

.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
    border-bottom: none;
}

.home_container {
    background-color: #ffffff;
    padding-top: 90px;

    padding-bottom: 80px;
    font-size: 1.2em;
}



@media screen and (min-width: 1063px) {
    .home_container {
        margin-bottom: 20px;
    }

    .home_container.last {
        margin-bottom: 0;

    }
}

.home__hero-video {
    top: -4px;
}

@media screen and (max-width: 1230px) {
    .home__hero-size {
        /* Hack to fix odd spacing above video */
        top: -3px;
    }
}

.home_container .home_inner_container {
    max-width: 1000px;
    margin: 0 auto;
}

.home_container .home_two_columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 60px;
    justify-content: space-between;
}

.home_container .home_two_columns div {}

.home_container .gradient-divider {
    width: 100%;
    height: 4px;
    margin-bottom: 28px;
    margin-top: 9px;
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.home_container .gradient-divider .left {
    width: 30%;
    height: 4px;
    background: rgb(197 241 109);
}

.home_container .gradient-divider .right {
    width: 70%;
    height: 4px;
    background: rgb(33, 60, 101);
}

.home_container .container-text {
    text-align: justify;
    font-size: 16px;
}


.home__hero-container {
    border-bottom: 6px solid rgb(197 241 109);
    ;
}

#page {
    background-color: #d1d6db;
    background: linear-gradient(1.25turn, #ffffff, #e6eef9);
}

#page-fill {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.award-footer {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}

.award-footer img {
    width: 140px;
    height: auto;
    align-self: center;
}


.home_container button,
.home__legalUpdates-button,
.home__downloadable-button,
.home__news-button {
    padding: 11px;
    background: rgb(197 241 109);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #213c65;
}

.home_container button a {
    font-weight: 600;
    text-decoration: none;
    color: #213c65;
    font-size: 17px;
}

.home_container button:hover,
.home__legalUpdates-button:hover,
.home__downloadable-button:hover,
.home__news-button:hover {
    background: #213c65;
    color: #ffffff;
}

.home_container button:hover a {
    color: #ffffff;
}

.home__upcomingEvents-container {
    background-color: #ffffff;
    color: #213c65;
}

.home__event-post {
    background-color: #e6eef9;
}

.home__event-post:hover {
    background-color: rgb(192 203 219);
}

.home__event-post h3,
.home__event-post p,
.home__upcomingEvents h2 {
    color: #213c65;
}

.home__upcomingEvents h2 {
    margin-bottom: 44px;

}

.home__event-post hr {
    width: 70%;
    margin-left: 0px;
    margin-right: auto;
    height: 4px;

}

.home__stayInTouch-title {
    text-align: center;
    margin-bottom: 20px;
}

.home__stayInTouch-container {
    background-color: #213c65;

}

.home__stayInTouch-container label {
    color: #ffffff;
}

.home__calendar {
    color: rgb(197 241 109);
    ;
}

.home__event-detailscontainer p {
    font-weight: unset;
}

.header-solid {
    height: 80px;
    background-color: #e6eef9;
    width: 100%;
}

.home__legalUpdates-container {
    background-color: #ffffff;
    margin-top: 0px;
}

.home__carousel-container {
    background-color: #ffffff;
    padding: 20px 0;
}

#prev,
#next {
    color: #8d8d8d;
}

.home__alt {
    background: rgb(197 241 109);
    ;
}

.home__alt h3,
.home__alt p {
    color: #213c65;
}


.home__legalUpdates-post {
    margin-bottom: 10px;
}

.home__legalUpdates-post>img,
.home__legalUpdates-post>div {
    width: 50%;
}

.home_container .text-column {
    max-width: 500px;
}

footer {
    outline: none;
    border-top: rgb(197 241 109) solid 6px;
}

.s3-content,
.s3-div {
    background: #e6eef9;
}

.s3-div h3 {
    font-size: 25px;
}

.s3-div h3,
.s3-div p {
    color: #213c65;
    font-weight: 400;
}

.fade-in-image {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-image.is-visible {
    opacity: 1;
}

.pa-header {
    border: none;
}

.pa-header-border {
    height: 8px;
    background: linear-gradient(1.25turn, #ffffff, rgb(197 241 109));
}

/* Carousel fixes start  */
.home__carousel-wrap {
    width: 100%;
}

#carousel {
    display: block;
    width: 100%;
}

.slide {
    /* width: 100%; */
}

/* Carousel fixes end */