#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 {
    margin-right: 10px;
}

#fixed-masthead .fixed-masthead-left,
#fixed-masthead .fixed-masthead-center-left,
#fixed-masthead .fixed-masthead-center-right,
#fixed-masthead .fixed-masthead-right {
    width: 25%;
}

/* End Content pattern */

.phone-number {
    font-size: 3em;
}