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

/* Banner Color */
.clientmdwas .headerBanner{
	background-color: #004b87;
}

/* Banner Title Font and Font Size*/
/* Recommended default settings */
.clientmdwas .bannerTitle{
	font-family: Arial, sans-serif;
	font-size: 28px;
}


/* Header Logo Size*/
/* Recommended default settings */
.clientmdwas .headerLogo {
    height: 1.2em;
    width: auto;
  }