/* --- 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;
}

.single-text-card img:not(.circle-icon-img) {
    margin: 15px auto 0 auto;
}

.checklist-reverse + a.button {
	margin-top: 30px;
}

section.hero-cards-component {
    padding-bottom: 60px;
}

/* --- Media Queries -------------------- */
@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;
    }

    #hero.section .container h2 {
        font-size: 42px;
        max-width: 420px;
        margin: auto;
    }
}