@charset "UTF-8";
/* CSS Document */


.ems-alert{
	background-color:#990000;
	color:#fff;
}

.ems-warning{
	background-color:#FFBF3F;
}

.ems-notice{
	background-color:#BFCC80;
}

.ems-message{
	margin:0.5em 0;
	
}

.ems-container{
	font-family:'Univers LT W01_67 Bold_1476016' !important;
	font-weight:bold !important;
	font-smooth: always;
	-webkit-font-smoothing:none;
	-moz-osx-font-smoothing:grayscale ;
}

.ems-container h1{
	font-size:1.5em !important;
	color:inherit !important;
	font-weight:bold !important;
	
}

.ems-container p{
	margin-bottom:0;
}

.dismiss-ems-message{
	font-size:2em;
	text-align:left;
	vertical-align:central;
	margin:0.5em 0;
	cursor:pointer;
}

.ems-container a{
	color:inherit !important;
}

@media screen and (max-width: 768px) {
	.ems-container{
		margin-top:50px;
		margin-bottom:-50px;
	}
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	.ems-container{
		margin-top:50px;
		margin-bottom:0;
	}
	
	main{
		padding-top:0px !important;
	}
}
	
