.full-width-limiter {
    max-width: 2048px;   
    width: initial;
    margin: 0 auto;
}

#fixed-masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#fixed-masthead .fixed-masthead-left,
#fixed-masthead .fixed-masthead-center-left,
#fixed-masthead .fixed-masthead-center-right,
#fixed-masthead .fixed-masthead-right {
    margin-right: 10px;
    width: 25%;
}

#fixed-masthead .fixed-masthead-left #logo {
    margin-left: 0;
}

/* Non-Pattern Styles */
#fixed-masthead.width-limiter {
    max-width: 2048px;
    width: initial;
    margin: 0 auto;
}
@media all and (max-width: 1025px) {
    .phone-number {
        font-size: 3.2em;
    }
}