@charset "utf-8";
/* Custom Font - NOT GOOGLE*/
/*
@font-face {
    font-family: 'Audimat';
    src: url('fonts/audimat-regular.otf');
}
@font-face {
    font-family: 'Audimat';
    src: url('fonts/audimat-bold.otf');
    font-weight: bold;
}
*/
/* Custom Google Font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
.ui_contentTitleFont{
	font-family: Arial, Helvetica, sans-serif;
}
.ui_contentFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px!important;
	color: #353535;
}
	@media only screen and (max-device-width: 500px){
		/*
			Description:
			 - This is  used to increase the font size of the main content area so that it can be 
			 easily read on a mobile device. This may need to be adjusted depending on the
			 font used for the main content area.
		*/
		.ui_contentFont{
	    	font-size: 25px!important;
	    }
	}
.ui_mainFont{
	font-family: Arial, Helvetica, sans-serif;
}