
#newsList > .article {
	padding-bottom: 1.25rem;
}
#newsList > .article > .name { 
	font-family: 'Ubold';
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
	padding: 0.625rem 0.625rem 0.625rem 0;
}
#newsList > .article > .image {
	float: left;
	max-width: 13.625rem;
	margin-right: 1.25rem;
}
#newsList > .article > .image > img {
	width: 100%;
	height: auto;
}
#newsList > .article > .description {
	margin: 0 1.25rem 0 1.25rem;
	line-height: 1.125rem;
}
#newsList > .article > .more {
	margin-top: 1.875rem;
	font-family: 'Ubold';
	font-size: 1.125rem;
}

#news #viewNews {
	padding: 1.25rem;
}

#viewNews .description h1 {
	font-size: 1.5rem;
	font-family: 'UBold';
	margin: 0.625rem 0 -0.625rem 0;
	
}
#viewNews .description h2 {
	font-size: 1.25rem;
	margin: 0.3125rem 0 -0.625rem 0;
	font-family: 'UBold';	
}
#viewNews .description h3 {
	font-size: 1.125rem;
	margin: 0.3125rem 0 -0.625rem 0;
	font-family: 'UBold';	
}
#viewNews .description a {
	text-decoration: underline;
}
#viewNews .description {
	font-size: 1rem;
	width: 43.75rem;
	margin: auto;
	line-height: 1.25rem;
}

#viewNews .imageLayout {
	padding-bottom: 1.25rem;
	text-align: center;
}
#viewNews .imageLayout > .image {
	margin-right: 1.25rem;
	display: inline-block;
}
#viewNews .individual {
	text-align: center;
	margin: auto;
}
#viewNews .imageLayout div:first-child {
	margin-right: 0rem;
}
#viewNews > .contentLink {
	font-family: 'Ubold';
	text-decoration: underline;
	text-align: center;
	padding-bottom: 2.5rem;
	font-size: 1.375rem;
}
#viewNews > .source {
	text-decoration: underline;
	text-align: center;
	font-style: italic;
}
#viewNews .description li {
	list-style: disc;
	margin: 0 0 0.3125rem 1.25rem;
}

/*--- Promotions ----*/

.news {	
       width: 12.5rem;
       height: 12.5rem;
       margin-left: 3.4375rem;
       margin-top: 0.3125rem;
       
       position: absolute;
       cursor: pointer;
       z-index: 102;
       display: block;
}

#featurePopup {
	width: 50rem;
}
#featurePopup .innerWrapper {
	width: auto;
}
#featurePopup .contactForm {
	width: 50rem;
}
#featurePopup .youtube {
	width: 35rem;
	margin: 0 auto 3.125rem auto;
}
#featurePopup h1 {
	text-align: center;
	font-size: 1.625rem;
	color: #efc109;
	margin: 0.625rem 0 1.875rem 0;
	font-family: 'UBold';
}
#featurePopup p {
	width: 35rem;
	margin: auto;
	display: block;
	color: #fff;
	margin-bottom: 3.125rem;
	line-height: 1.25rem;
}
#featurePopup .imagePanelLong {
	margin: 0 auto 3.125rem auto;
	width: 36.9375rem;	
}
#featurePopup .imagePanelLong a {
	position: absolute;
	width: 36.9375rem;
	height: 18.8125rem;
	z-index: 2;
}
#featurePopup .imagePanelLong .rolloverLong {
	position: absolute;
	width: 36.9375rem;
	height: 18.8125rem;
	z-index: 3;
}
#featurePopup .imagePanelLong .rolloverLong:hover {	 
	background: url('/themes/default/images/latest/rolloverLong.png?v=1') no-repeat;
	cursor: pointer;
}
#featurePopup .subscribe {
	text-align: center;
	margin-bottom: 2.5rem;
}
.close {
	right: 0.625rem;
	top: 1.25rem;
	cursor: pointer;
}