/** Place custom overrides and new styles here. **/
/** This file will not be overwritten by the Deploy process. **/
/* Edited by Matt McCrorey and Andrew Gribble - DSD February 2015*/
/* Updated 5/5/2015 McCrorey and Gribble */
/* Updated 12/15/16 Warrior */
/* Updated 2/17/21 Warrior */

/* Making preferred fonts available */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');



#TITLE {
	TEXT-ALIGN: center;
	margin-bottom: 4px;
	background: #0D5257;
	background: -webkit-linear-gradient(-90deg, #003865, #008EAA, #0D5257)
	background: -moz-linear-gradient(-90deg, #003865, #008EAA, #0D5257); 
	background: linear-gradient(-90deg, #003865, #008EAA, #0D5257); 

}

#TITLE-NAME {
	font-family: 'Segoe UI', 'Arial', 'Helvetica';
	font-weight: bold;
		



#HEADER {
	TEXT-ALIGN: center;
	background-color: #FFFFFF;
	color: #1c202A;
	font-family: 'Segoe UI','Open Sans','Arial', 'Helvetica';
	font-size: 10pt;
	font-weight: 900;
	font-style: normal;
}
