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

#hero h1 {
    font-size: 52px;
    padding-bottom: 30px;
    font-weight: 800;
    color: #FFFFFF;
}

#hero a.button {
    width: 230px;
}

.logoPack.section {
    padding-top: 70px;
}

.flex-start-self {
    align-self: flex-start;
}


.sms-panel {
    padding: 40px 0 10px 0;
}

.sms-panel .checklist-reverse ul li {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.sms-panel .checklist-reverse ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

.sms-panel .checklist-reverse ul li:not(:first-child) {
    padding-top: 20px;
}

.sms-panel .checklist-reverse ul li:last-child {
    padding-bottom: 25px;
}

.background-radial-blueberry .checklist-reverse li::before {
    background: url('/images/common/check-blueberry.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.background-radial-blueberry .checklist-reverse li {
    color: #112867;
}

h2.why-choose-h2 {
    max-width: 800px;
}

span.hyphen {
    display: none;
}

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

    #hero.section .container h1 {
        max-width: unset;
    }

    #hero a.button {
        width: 100%;
        display: block;
    }
}

@media all and (max-width:381px) {
    span.hyphen {
        display: inline;
    }
}