.full-width-limiter {
    max-width: 2048px;   
    width: initial;
    margin: 0 auto;
}
#container-masthead {
    background-color: #ededed;
}
#container-masthead #masthead {
    overflow: visible;
    position: initial;
}
#masthead .masthead-inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}
#masthead .masthead-left,
#masthead .masthead-center,
#masthead .masthead-right {
    width: 33.33%;
}
#masthead .masthead-left {
    margin-right: 20px;
}
#masthead .masthead-center,
#masthead .masthead-right {
    margin: 0 10px;
}
#masthead .masthead-right {
    text-align: right;
}
#masthead .masthead-top {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
#masthead .masthead-top p {
    margin: 0;
}
#masthead .masthead-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #2222;
}
#masthead .phone-text {
    font-size: 1.8em;
    margin-top: 10px;
}
#masthead #logo {
    margin-left: 0;
}

@media all and (max-width: 800px) {
    #masthead .masthead-center .phone-number {
        position: fixed;
        top: 0;
        width: 100%;
        height: 35px;
        background-color: #b2b2b2;
        left: 50%;
        transform: translateX(-50%);
        font-size: 2.8em;
        text-align: right;
        padding-top: 2px;
    }
    #masthead {
        padding-top: 35px;
    }
    #masthead .masthead-right .cta-button a {
        padding: 0 10px;
    }
}

@media all and (max-width: 570px) {
    #container-masthead .full-width-limiter {
        width: calc(100% - 40px);
    }
    #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;
        margin: 0;
    }
    #masthead .masthead-top {
        display: none;
    }
    #masthead .masthead-inner {
        padding-top: 0;
    }
    .js #toggle-navigation {
        top: 0;
    }
    #masthead {
        padding-top: 30px;
    }
    #masthead .masthead-center .phone-number {
        height: 30px;
        font-size: 2.4em;
    }
    #masthead #logo {
        margin-left: auto;
    }
}

/* PATTERN END */

#masthead.width-limiter {
    max-width: 2048px;
    width: initial;
}

@media all and (max-width: 570px) {
    #masthead.width-limiter {
        width: calc(100% - 40px);
    }
}