/*@charset "UTF-8";*/
/* Latest News CSS */







/* ==== Latest News: Archives =========== */

	/* ==== Section 1 =========== */
	.latest-news.archives section:nth-of-type(1) h1 {
		margin-bottom: 0px;
	}

	.latest-news.archives section:nth-of-type(1) p.subheading-1 {
		margin-bottom: 40px;
	}

	.latest-news.archives section:nth-of-type(1) article {
		display: block;
		background: url(../../images/bg-grey-speckles-med.jpg);
		background-size: 75px auto;
		margin: 0px auto 60px auto;
		padding: 0px 30px 30px 30px;
	}

		.latest-news.archives section:nth-of-type(1) article h2.display-3 {
			font-size: 1.2rem;
			text-shadow: none;
		}

		.latest-news.archives section:nth-of-type(1) article p br {
			content: ' ';
			display: block;
			height: 0.50rem;
		}
















