/* shared news styles */

.news-content-wrapper {
    margin: 38px 54px 0;
    padding-bottom: 100px;
}

.news-date {
	font-size: 18px;
	font-weight: 200;
}

/* begin news listing page styles */

.left-news-column {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

.left-news-column-wrapper {
	margin-right: 46px;
}

.news-item {
	border-bottom: solid 1px #bdbdbd;
	margin-bottom: 46px;
	padding-bottom: 26px;
}

.news-item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.news-thumbnail-wrapper {
	margin-right: 46px;
}

.news-content-block-excerpt {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

.news-item .read-more {
	color: #00457c;
	text-decoration: underline;
}

.news-item .read-more:hover {
	text-decoration: none;
}

.left-news-column .pagination {
	text-align: right;
}

.right-news-column {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

/* end news listing page styles */

/* begin news detail page styles */

.left-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.left-sidebar-wrapper {
	margin-right: 46px;
}

.news-image {
	margin-bottom: 50px;
}

.news-image img {
	border: solid 1px #d9d6d6;
	max-width: 210px;
	height: auto;
	width: 100%;
}

#rpwe_widget-3 .widget-title a,
#rpwe_widget-5 .widget-title a {
	color: #00457c;
	font-size: 28px;
	line-height: normal;
}

.rpwe_widget ul {
	margin: 0;
}

.rpwe_widget .rpwe-block li {
	border: none;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.rpwe_widget li a {
	color: #00457c;
	font-size: 20px;
	line-height: 1.3;
	text-decoration: underline;
}

.rpwe_widget li a:hover {
	text-decoration: none;
}

.news-content-block {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.news-content-block-wrapper {
	margin-right: 46px;
}

.right-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

/* end news detail page styles */

/* Tablets - General */

@media (min-width: 768px) and (max-width: 1024px) {
	
	.news-content-wrapper {
		margin: 15px;
		padding-bottom: 15px;
	}
}

/* Smartphones - General */

@media (max-width: 767px) {
	
	.news-content-wrapper {
		margin: 15px;
		padding-bottom: 15px;
	}
	
	.left-news-column {
		display: block;
		width: auto;
	}
	
	.left-news-column-wrapper {
		margin-right: 0;
	}
	
	.news-thumbnail {
		display: block;
		vertical-align: top;
		width: auto;
	}
	
	.news-image {
		margin-bottom: 15px;
	}
	
	.news-content-block-excerpt {
		display: block;
		vertical-align: top;
		width: auto;
	}
	
	.right-news-column {
		display: block;
		width: auto;
	}
	
}

@media only screen
and (min-width : 1671px) {
	
}
