.urgentCommunicationContainer{
	//display: none;
}
.urgentCommunicationItem{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	background: #f3f3f3;
	color: #828282;
	padding: 40px;
	width: calc(70% - 80px);
	max-height: calc(50vh - 80px);
	height: auto;
	overflow: scroll;
	z-index: 100000;
	position: fixed;
	right: 15%;
	top: 25%;}
.urgentCommunicationBack{
	width: 100vw;
	height: 100vh;
	background: rgba(75, 75, 75, 0.5);
	position: fixed;
	position: fixed;
	top: 0;
	z-index: 10000;}
.urgentCommunicationItem h2{
	margin-bottom: 30px;
	line-height: 40px;}
.urgentCommunicationItem h3{
	margin-top: 40px;
	margin-bottom: 10px;}
.urgentCommunicationItem p{
	margin-bottom: 10px;}
.urgentCommunicationItem a{
	color: #828282;
	text-decoration: none;
	font-weight: bold;}
.urgentCommunicationItem span{
	text-decoration: underline;
	font-weight: bold;
	line-height: 33px;}
.urgentCommunicationItem .communicationClose{
	position: fixed;
	top: calc(25% + 15px);
	right: calc(15% + 15px);}
.urgentCommunicationItem .communicationClose img{
	width: 17px;}
.smallSize .urgentCommunicationItem{
	width: calc(100% - 80px);
	height: 100%;
	top: 0px;
	right: 0;
	min-height: 100%;
	line-height: 40px;}
.smallSize .urgentCommunicationItem .communicationClose{
	top: 15px;
	right: 15px;}
.smallSize .urgentCommunicationItem .communicationClose img{
	width: 30px;}
.smallSize .urgentCommunicationItem{
	font-size: 25px;
	letter-spacing: 1px;}
.smallSize .urgentCommunicationItem p{
	margin-bottom: 20px;}

.urgentCommunicationItem .thisIsMore{
	display: none}
