/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Footer Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */


.NewsPostListingDate a {
	font-size: 0.9em !important;
	color: grey !important;
	font-style: italic;
}
.vlp-link-container {
	margin: 10px 10px 0px 10px !important
}

.vlp-link-title {
	font-size: 1.1em !important;
	line-height: 1.2 !important;
	font-style: italic !important;
}

.vlp-link-title:hover {
	color: red !important;
}
.vlp-link-container img {
	margin: 10px 5px 10px 5px;
}

/* 
.NewsArticle {
	background-color: #ffffff;
	width: 320px !important;
	height: auto;
	display: inline-block !important;
	font-size: 18px;
	border: 1px solid #003399 !important;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 30px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 */

.NewsArticle {
	background-color: #ffffff;
	width: 100% !important;
	height: auto;
	display: inline-block !important;
	font-size: 18px;
	border: 1px solid grey !important;
	margin: 10px 10px 25px 10px;
	padding: 10px 10px 30px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #999999 
}

.NewsArticle * {
	-ms-word-break: break-all;
	word-break: break-all;

	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.NewsArticleImageTD img {
	width: auto !important;
	height: auto !important;
	max-width: 300px !important;
}

.NewsArticleWrapper, .NewsArticleWrapperAlt {
	width: auto;
	max-width: 1100px;
	margin: 10px 10px 10px 0px !important;
	vertical-align: top;
}

.NewsArticleWrapper article, .NewsArticleWrapperAlt article {
	vertical-align: top;
	display: inline-block !important;
	width: auto;
	margin: 0px 10px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.NewsArticleTB, NewsArticleTR, .NewsArticleImageTD, .NewsArticleInfoTD {
	display: block;
}

.NewsArticleTitle h2 {
	color: black;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	padding: 0px 0px 10px 0px;
	text-align: left;

}

.NewsArticleTitle a h2 {
	color: black;
}
.NewsArticleTitle a h2:hover, .NewsArticleTitle a h2:active  {
	color: #003399 !important;
}

.NewsArticleSummary {
	color: black;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.NewsArticleSummary a {
	color: black;
}
.NewsArticleSummary a:hover, .NewsArticleSummary a:active  {
	color: #003399 !important;
}

.NewsArticleCredit .TD {
	color: black;
	font-size: 16px;
	font-style: italic;
	line-height: 1.2;
	font-weight: 600;
	padding: 2px 2px 2px 2px;
	text-align: left;
}

.NewsArticleCredit .TD a {
	color: black;
}
.NewsArticleCredit .TD a:hover, .NewsArticleCredit .TD a:active  {
	color: #003399 !important;
}


.NewsArticlePostedDate .TD {
	color: black;
	font-size: 16px;
	font-style: italic;
	line-height: 1.2;
	font-weight: 600;
	padding: 2px 2px 2px 2px;
	text-align: left;
}

.NewsArticlePostedDate .TD a {
	color: black;
}
.NewsArticlePostedDate .TD a:hover, .NewsArticlePostedDate .TD a:active  {
	color: #003399 !important;
}


.prev-next-posts-table {
	display: table;
}
.prev-next-posts-tr {
	display: table-row;
}
.prev-posts-link, .next-posts-link {
	display: table-cell;
	vertical-align: middle;
}


.prev-posts-link a, .next-posts-link a, .NewsPostListingReadMore a {
	background-color: #3aa9e0;
	padding: 7px 14px 7px 14px !important;
	margin: 10px 10px 10px 10px !important;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	border: 2px solid #939598;
	/* box-shadow:	inset 0 0 0 3px #000000; */
	width: auto;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	white-space: nowrap;
}

.prev-posts-link a, .next-posts-link a, .NewsPostListingReadMore a {color: #ffffff; text-decoration: none}
.prev-posts-link a:hover, .next-posts-link a:hover, .NewsPostListingReadMore a:hover, .prev-posts-link a:active, .next-posts-link a:active, .NewsPostListingReadMore a:active {color : #ffcc66; background-color: #000000; text-decoration: none}

@media screen and (max-width: 1130px) {

	.NewsArticle {
		width: 86vw !important;
		max-width: 1000px !important;
		display: block !important;
		margin: 10px 15px 10px 5px;
	}

	.NewsArticleTB {
		display: table;
	}
	.NewsArticleTR {
		display: table-row;
	}
	.NewsArticleImageTD, .NewsArticleInfoTD {
		display: table-cell;
		vertical-align: top;
	}

	.NewsArticleInfoTD {
		padding: 0px 0px 0px 20px;
	}
}


@media screen and (max-width: 767px) {

	.NewsArticleWrapper, .NewsArticleWrapperAlt {
		margin: 10px 0px 10px 0px !important;
	}
	
	.NewsPostListingDate a {
		font-size: 0.8em !important;
	}

	.NewsArticle {
		background-color: #ffffff;
		width: 88vw !important;
		max-width: 600px !important;
		display: block !important;
		margin: 10px 0px 10px 0px;
		padding: 10px 10px 30px 5px;
	}

	.NewsArticle * {
			font-size: 0.95em !important;
	}


	.NewsArticleTB, NewsArticleTR, .NewsArticleImageTD, .NewsArticleInfoTD {
		display: block;
	}

	.NewsArticleInfoTD {
		padding: 10px 0px 0px 0px;
	}
}

@media screen and (max-width: 768px) {
	
	#PageTitle {
		margin-top: 30vw !important;
	}
}


@media screen and (max-width: 410px) {
	
	.NewsArticleImageTD img {
		max-width: 70vw !important;
	}
}
