@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(https://fonts.googleapis.com/css?family=Roboto:400,500);
.ui_contentTitleFont{
	font-family: 'Roboto', 'sans-serif';
}
.ui_contentFont{
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px!important;
}
	@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;
            }
            
            label {
                  color: #333333!important;
            }
	}
.ui_mainFont{
	font-family: 'Roboto', 'sans-serif';
}