/* Override reboot bs  */
nav.main li a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

#da-popup h1, #da-popup h2, #da-popup h3 {
    font-family: "geller-text", serif;
    line-height: 1;
}

#da-popup p {
    font-family: "acumin-pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

/* fancybox*/
.fancybox-button svg {
    width: 44px !important;
    height: 44px !important;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0 !important;
}

.fancybox-button svg path {
    fill: #ffffff !important;
}

/* Banner */
#da-popup .banner {
    background-color: #005568;
    overflow: hidden;
}

#da-popup .banner h1 {
    color: #ffffff;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
    #da-popup .banner h1 {
        font-size: 58px;
        line-height: 58px;
    }
}
#da-popup .banner p {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

#da-popup .banner .container {
    max-width: 100%;
    padding: 0;
}

#da-popup .banner .row {
    margin: 0;
}

#da-popup .banner .col-lg-6:last-child {
    padding: 0;
}

#da-popup .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Video Block */
#da-popup .alt-vid {
    position: relative;
    overflow: hidden;
}

#da-popup .alt-vid::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    height: 80%;
    background-image: url('../images/Block-Background-Shape.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

#da-popup .alt-vid .container {
    position: relative;
    z-index: 1;
}

#da-popup .alt-vid h2 {
    color: #005568;
    font-size: 28px;
    margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
    #da-popup .alt-vid h2 {
        font-size: 48px;
        line-height: 48px;
    }
}
/* Form */
#da-popup #subForm input {
    width: 101%;
    padding: 10px;
    background: linear-gradient(0deg, rgba(1, 31, 38, 0.15) 0%, rgba(1, 31, 38, 0.15) 100%), #FFF;
    border: transparent;
}

#da-popup #subForm button {
    background-color: #2c5f6f;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 24px;
    border: none;
    border-top-right-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#da-popup #subForm button:hover {
    background-color: #3a7a8c;
}

#da-popup #subForm button:active {
    background-color: #234a56;
}

#da-popup .form-bg {
    background-color: #F1F1F1;
}

#da-popup .sign-up-tab {
    margin-left: -25px;
    background-color: #4C7329;
    border-right: 0.5625rem solid rgba(255, 255, 255, 0.2);
    width: fit-content;
    padding: 15px 32px 15px 42px;

}

#da-popup .sign-up-tab h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#da-popup .formski-copy h2 {
    color: #005568;
    font-size: 28px;
    margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
    #da-popup .formski-copy h2 {
        font-size: 48px;
        line-height: 48px;
    }
}
#da-popup .formski-copy .da-terms {
color:#2D2D36;
    text-decoration: underline!important;
    font-style: italic;
}
/* Footer */
#da-popup .foot-banner {
    background-color: #F1F1F1;
}

#da-popup .foot-banner .button {
    background-color: #2c5f6f;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 24px;
    border: none;
    border-top-right-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#da-popup .foot-banner h2 {
    color: #005568;
    font-size: 32px;
    line-height: 48px;
}
@media screen and (min-width: 992px) {
    #da-popup .foot-banner h2 {
        font-size: 48px;
        line-height: 48px;
    }
}
#da-popup .foot-banner .button:hover {
    background-color: #3a7a8c;
}

#da-popup .foot-banner .button:active {
    background-color: #234a56;
}