@media all and (min-width: 801px) {
    #container-primary-navigation {
        background-color: transparent;
    }
    #primary-navigation {
        background-color: #005972;
        margin-top: -25px;
    }
    #container-masthead {
        padding-bottom: 35px; /* Half of the height of the navigation, plus 10px for spacing */
    }
}

/* CODELIBENTRY_ENTRY: 139 */

#container-masthead {
    background-color: #ededed;
}
#container-masthead #masthead {
    overflow: visible;
}
#masthead .masthead-inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#masthead .masthead-left,
#masthead .masthead-center,
#masthead .masthead-right {
    width: 33.33%;
}
#masthead .masthead-center {
    margin: 0 10px;
}
#masthead .masthead-right {
    text-align: right;
}
#masthead .masthead-top {
    position: relative;
    text-align: center;
}
#masthead .masthead-top p {
    margin: 0;
}
#masthead .masthead-top::before {
    content: '';
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #2222;
}
#masthead .phone-text {
    font-size: 1.8em;
    margin-top: 10px;
}

@media all and (max-width: 800px) {
    #masthead .masthead-right .cta-button a {
        padding: 0 10px;
    }
}

@media all and (max-width: 570px) {
    #masthead .masthead-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #masthead .masthead-left,
    #masthead .masthead-center,
    #masthead .masthead-right {
        width: 100%;
        text-align: center;
    }
    #masthead .masthead-top {
        display: none;
    }
}