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

#nav .container .content .buttons a.button.blueberry.outline {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover {
    color: #112867;
    border-color: #FFF;
    background-color: #FFF;
}

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

.icon-columns h3,
.icon-columns p {
    color: #112867;
}

/* abc test */
.full-video-thumbnail-container {
    width: 90%;
    max-height: 640px;
}

.full-video-thumbnail-container img {
    width: 106%;
}

@media all and (max-width: 1280px) {
    .full-video-thumbnail-container {
        width: 90%;
        height: 52vw;
    }
}

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

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

@media all and (max-width: 768px) {
    /* --- Adjust the nav to work with the hero background --- */

    #nav .container .content .buttons a.button.blueberry.outline {
        color: #112867;
        border-color: #112867;
        background-color: transparent;
    }

    #nav .container .content .buttons a.button.blueberry.outline:hover {
        color: #FFF;
        border-color: #112867;
        background-color: #112867;
    }

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

    .icon-columns {
        text-align: center;
    }

    /* abc test */
    .full-video-thumbnail-container {
        width: 100%;
        height: auto;
    }
}