@CHARSET "ISO-8859-1";

#page-wrapper
{
	width: calc(100% - 20px);
	margin: 0;
	padding: 0 10px;
	background-color: black;
}

#news-banner
{
	width: 100%;
	text-align: center;
	margin: 0 0 4ex 0;
}

#news-list
{
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#news-list .date,
#news-list .header a,
#news-list .like-header,
#news-list h2
{
	color: #edbd56;
	font-size: 12.75pt;
	font-weight: bold;
}

#news-list .like-header-i
{
	color: #edbd56;
	font-weight: bold;
}

#news-list .like-header,
#news-list h2
{
	padding: 1ex 0;
	display: block;
}

#news-list .header h2
{
	padding-top: 0;
}

#news-list .date
{
	float: left;
	clear: both;
	width: 110px;
}

#news-list .header
{
	float: left;
	clear: none;
	width: calc(100% - 120px);
}

#news-list .content
{
	float: left;
	clear: both;
	width: calc(100% - 120px);
	padding: 0 10px 0 110px;
	font-size: 10.5pt;
	margin: 0.5ex 0 2ex 0;
	line-height: 115%;
}

#news-list .date + .content
{
	clear: none;
	padding-left: 0;
	margin-top: 0.2ex;
}

#news-list .content p
{
	font-size: 10.5pt;
	line-height: 115%;
}

#news-list .content p + p
{
	padding-top: 1ex;
}

#news-list ul
{
	list-style: outside;
	list-style-type: disc;
	margin-left: 1.2em;
}

#news-list .content ul
{
	padding: 1ex 0;
}

#news-list .content ul li
{
	padding: 0.2ex 0;
}

#news-list .special
{
	color: red;
	font-weight: bold;
}

#news-bottom
{
	font-size: 10.5pt;
	line-height: 115%;
	margin: 1ex 0 3ex;
}

#news-slider
{
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}

#news-slider .slider-wrapper
{
	width: 765px;
	margin: 0 auto;
}

#news-slider #slider
{
	width: 100%;
	height: auto;
}

#news-newsletter
{
	margin: 65px 0 0;
	padding: 0 0 30px;
}

#news-newsletter .mj-w-button
{
	margin-right: 2em;
}

@media only screen and (max-width: 1056px)
{
	#news-slider
	{
		display: none;
	}
}

@media only screen and (max-width: 880px)
{
	#news-newsletter a
	{
		display: block;
		margin-top: 2ex;
	}
}

@media only screen and (max-width: 800px)
{
	#news-list .header,
	#news-list .content,
	#news-list .date + .content
	{
		clear: both;
		width: 90%;
		padding-left: 10%;
	}

	#news-list .header
	{
		padding-top: 1ex;
		padding-bottom: 1ex;
	}
}

div#news-year-buttons {
	width: 100%;
	text-align: center;
	margin: 0 0 4ex 0;
}

a.news-year-button {
	display: inline-block;
	background-color: #ffad00;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding: 10px;
	border: 0;
	text-align: center;
	margin: 2px;
}