.staff-member__name {
    font-weight: 700;
}
.asd{
    background-size: 50% !important;
}
.banner-a .banner__video-wrapper.video-container .video {
    height: unset;
}

.bannerhome::before {
    background: #fff;
}

@media (min-width: 768px) {
    .navigation-a .navigation__item--link {
        font-size: 1rem;
    }
}

.logo__title.component__title {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .navigation-a .navigation__item--link {
        font-size: 18px;
    }
}
    @media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}

li.navigation__item.navigation__item--default.has-drop-down.show-drop-down.drop-down-style--1 ul.navigation__list.navigation__list--default.navigation__list--sub {
    position: absolute;
    left: unset;
}
.banner-a .banner__video-wrapper.video-container {
    padding-bottom: 54.25%;
}
.col-lg-12.col-sm-12.section__column-1.ple-column-padding.alias-partial-floating-header-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact_cta a {
    color: #FFF !important;
}
.contact_cta {
    margin: auto;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
.cta-button_contact {
    display: inline-block;
    background-color: #003366; /* Dark blue */
    color: white !important; /* Contrast text */
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Slight shadow for emphasis */
    transition: transform 0.2s, background-color 0.2s;
}
.cta-button_contact:hover {
    background-color: #002244; /* Slightly darker blue */
    transform: scale(1.05); /* Slight zoom effect */
}

/*  */
/* Pop-up Styles */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    display: none !important;
    z-index: 1000;
}
.popup h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #0074d9;
}
.popup p {
    margin: 10px 0;
    font-size: 1rem;
    color: #333;
}
.popup button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0074d9;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.popup button:hover {
    background-color: #0056a3;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none !important;
    z-index: 999;
}
