#masthead {
    overflow: visible;
}
.masthead-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.masthead-inner > div {
    width: 50%;
}
.masthead-inner .masthead-right {
    text-align: right;
}
.masthead-top::before {
    content: '';
    position: absolute;
    width: 1920px;
    height: 100%;
    background-color: #cecece;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.masthead-top {
    position: relative;
}
.masthead-top p {
    position: relative;
    margin: 0;
}
.masthead-inner .masthead-left .logo {
    margin: 10px auto 10px 0;
}
.masthead-left .tagline {
    text-align: left;
}
.masthead-top {
    padding: 4px 0;
    text-align: center;
}

@media all and (max-width: 800px) {
    .masthead-right .phone-number {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        font-size: 26px;
        height: 45px;
        padding-top: 6px;
        padding-right: 2px;
        z-index: 1000;
        text-align: right;
        background-color: #fff;
    }
    #masthead {
        padding-top: 45px;
    }
    .masthead-right .cta-button {
        margin-top: 40px;
    }
}
@media all and (max-width: 570px) {
    .masthead-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .masthead-inner .masthead-left,
    .masthead-inner .masthead-right,
    .masthead-inner p.tagline {
        text-align: center;
        width: 100%;
    }
    .masthead-right .cta-button {
        margin: 0;
    }
    .masthead-inner .masthead-left .logo {
        margin: 10px auto;
    }
}
/* Layout Pattern Styling End */