/*
-----------------------------------------------------------------
    CSS that can be customized to accomodate company branding
-----------------------------------------------------------------
*/

/* Banner Color */
.clientmdwas .headerBanner {
    background-color:#013957;

}

/* Banner Title Font and Font Size*/
/* Recommended default settings */
.clientmdwas .bannerTitle {
    font-family: Aptos semibold;
    font-size: 28px; /* Recommended range 20-30px, depending on font family used. */
}

/* Header Logo Size*/
/* Recommended default settings */
.clientmdwas .headerLogo {
    height: 1.8em; /* height scaled based on font size of document. */
    width: auto; /* width "auto" allows the browser to calculate the width.*/
}