  #main {
		width: 100%;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #EEE;
	}

	.news-posts *{
		font-family: Proxima Nova;
	}

	.news-sidebar h3 {
		display: block;
	}	

	.news-item {
		background-color: white;
	}

	.CMI-social {
		min-width: 100px;
	}

	#main *, .news-sidebar *{
		font-weight: 300;
	}

	#main .page-header {
		background-image: url("/wp-content/uploads/2019/08/slide-06-bg-min.jpg");
		background-position: center center;
		background-size: cover;
		width: 100%;
		margin-bottom: 50px;
		padding: 6em 0em 6em 0em;
	}

	#main .page-header h1 {
	  margin: 0;
	  text-align: center;
    font-family: "proxima-nova", Sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 5rem;
	}

	#main .page-content{
		width: 1100px;
		max-width: 1100px;
		display: flex;
		flex-direction: row;
	}

	#main .news-posts {
		width: 66.66%;
		margin-right: 50px;
	}

	#main .news-sidebar {
		width: 33.33%;
		min-height: 100%;
	}

	#main .news-sidebar>* {
		background-color: white;
	}
	
	#main .news-sidebar tr:nth-child(odd) > td, #main .news-sidebar tr:nth-child(odd) > th, #main .news-sidebar tr:hover  * {
		background-color: white;	
	}

	#main .news-item {
		margin-bottom: 50px;
	}

	#main .news-post-content {
		background-color: white;
		padding: 2rem;
	}

	#main .news-post-content button {
		padding: .5rem 2.75rem;
		background-color: transparent;
		color: #eeae56;
		border-radius: 2rem;
	}

	#main .news-posts img {
		width: 100%;
		height: auto;
	}

	.news-sidebar h3 {
		background-color: #009ba8;
		color: white;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
	}

	.news-sidebar .recent-news li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		transform: translateY(-1.5rem);
	}

	.news-sidebar .recent-news li:not(:last-child) {
		border-bottom: 1px solid #EEE; 
	}

	.news-sidebar .recent-news li a {
		width: 100%;
		padding: 1rem 0 0 0;
	}

	.news-sidebar .recent-news li span {
		font-size: .75rem;
		padding: .5rem 0;
	}
		
	.news-sidebar {
		transform: translateY(-.5rem);
	}

	.news-sidebar>div>*{
		padding: .75rem 1.5rem ;
	}

	.news-sidebar>div>*:last-child {
		padding: .75rem 1.5rem 0;
	}
	.recent-news {
		margin-bottom: 2.5rem;
	}

	.recent-news form {
		display: flex;
		padding-bottom: 1.75rem; 
	}


	.recent-news form input:not(:last-child) {
		background-color: #EEE;
		border: none;
	}

	.recent-news:nth-child(2) li:not(:last-child) {
		padding-bottom: 1rem;
	}
	
	.search-submit {
		height: 36px;
	}

	.sidebar-donate p{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.sidebar-donate a {
		width: 90%;
	}

	.sidebar-donate button {
		padding: .75rem;
		width: 100%;
	}

	.news-date {
		font-style: italic;
	}

	.blog-nav {
		display: flex;
		justify-content: space-between;
	}

	.tag-links a {
		margin:0 .5rem;
	}

	.news-post-info {
		font-style: italic;
		margin-bottom: 1rem;
	}

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

		#main .page-content {
			width: 92vw;
			max-width: 100vw;
		}
	}


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

		#main .page-content {
			width: 100%;
			flex-direction: column;
			align-items: center;
		}

		#main .news-posts {
			width: 90%;
			margin-right: 0px;
			margin: auto;
		}

		.news-sidebar #gform_1 .gform_body, .news-sidebar #gform_1 .gform_footer input {
			margin-left: 2.5%;
		}

		#main .news-sidebar {
			width: 90%;
		}
	}