/* --- Adjust the nav to work with the hero background --- */

#nav .container .logo .logoDark {
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .logo .logoLight {
    opacity: 0 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .content .links li a {
    color: #3E4A57;
}

#nav .container #toggleMobileNav .icon:before,
#nav .container #toggleMobileNav .icon:after,
#nav .container #toggleMobileNav .icon span {
    background: #3E4A57;
}

/* ------ End nav adjustments ------ */

.features-section h3 {
    padding-top: 25px;
    font-size: 30px;
    padding-top: 20px;
}

.features-section p {
    font-size: 18px;
    margin-bottom: 25px;
}

.features-section .columns {
    align-items: flex-start;
}

ul.blueberry-list {
    color: #112867;
}

p.testimonial-eyebrow {
    text-align: center;
}

.testimonial-slides .testimonial-header {
    justify-content: center;
    text-align: center;
}

.faq ol li, .faq ul li {
    margin-left: 35px;
}

.full-video-thumbnail-container {
    max-height: 650px;
}

/* --- Media Queries -------------------- */

@media (max-width: 1280px) {
    .full-video-thumbnail-container {
        height: 47vw;
    }
}

@media all and (max-width: 960px) {}

@media all and (max-width: 768px) {
    .faq-section .columns:not(.reverse):not(.multiline) .column:last-child {
        padding-top: 0;
    }

    .features-section img {
        display: flex;
        margin: auto;
    }

    .features-section h3 {
        font-size: 22px;
        text-align: center;
    }

    .features-section p {
        font-size: 16px;
        text-align: center;
    }
}