.post {
    height: inherit	!important;
}
.wp-post-image {
    width: 100%;
    height: inherit !important;
    max-height: inherit !important;
}
.post-thumbnail {
    border-top: 0px solid !important;
}
.site-article {
	max-width: 762px;
    vertical-align: top;
    margin: 20px 2% 0px 0px;
    display: inline-block;
    width: 66%;
    box-sizing: border-box;
    
}
.site-article h1 {
	
    clear: both;
    font-weight: 900;
    font-size: 4rem;
}
.site-article h2 {
	
    clear: both;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.8rem;
	padding-bottom:8px;
}
.article-img {
	height:400px;
	margin-top:10px;
}
.entry-title {
    
    font-size: 24px;
    font-size: 1.846em;
    line-height: 1.2;
    font-weight: 900;
	margin:13px 0px 0px 0px;
}
.entry-excerpt p {
	margin:20px 0px 20px 0px;
}
.site-article .entry-content {
	padding-bottom:0;
	width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.site-article .entry-content p {
	font-size: 1.7rem;
    line-height: 1.5;
    padding: 0 0;
}
.entry-date {
	display: inline;
    margin-left: 10px;
    font-size: 1.3rem;
    color: #666;
}
.addthis_inline_share_toolbox {
	margin-bottom:20px;
}
.entry-tags {
	margin-bottom:20px;
}
.entry-tags a {
	color:#005999;
}
.entry-recommended {
	border-bottom:3px solid #005999;
	margin-bottom:20px;
}
.entry-comments {
	border-bottom:3px solid #005999;
	margin-bottom:20px;
}
.entry-topstories {
	border-bottom:3px solid #066B0B;
	margin-bottom:20px;	
}
.entry-ad-bottom {
	display: inline-block;
    /*border: 1px solid #aaa;
	padding: 25px;*/
    margin: 0 auto;
    text-align: center;
}
.entry-ad-bottom.right {
	float:right;
}
.entry-break {
	clear:both;
}
.entry-topstory {
	width:30%;
	display:inline-block;
	box-sizing:border-box;
	margin-right:2%;
	vertical-align:top;
	margin-bottom:20px;
}
.entry-topstory .entry-title {
	margin: 6px 0px;
	font-weight:normal;
}
.entry-topstory h2, .entry-topstory h2 .fa-external-link {
	font-size:1.3rem;
	text-transform:none;
}
.entry-topstory .post-thumbnail {
	height: inherit !important;
}
.entry-topstory .post-thumbnail-container {
	width:200px;
	height:150px;
	display:block;
}
.entry-topstory .post-thumbnail img {
    height: auto !important;
}
.entry-topstory .entry-imagebg {
	background-size:cover !important;
	width:100%;
	height:140px;
	display:block;
}
.article-sidebar {
    width: 30%;
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.entry-ad-sidebar {
	display: inline-block;
    border: 1px solid #aaa;
    margin: 0 auto;
    text-align: center;
    padding: 18px;
	margin-bottom:20px;
	width:100%;
	box-sizing:border-box;
}
.join-newsletter-sidebar {
	display: inline-block;
    border: 1px solid #aaa;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
	margin-bottom:20px;
	width:100%;
	text-align:left;
}
.join-newsletter-sidebar h2 {
    font-family: 'Lato',sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
.join-newsletter-sidebar span {
    line-height:normal;
	font-size:1.2rem;
	display:block;
	margin-bottom:10px;
}
.grid-sizer, .grid-item {
	width:100%;
}
.addthis-smartlayers .at4-recommended.at-inline .at-h3.at-recommended-label {
	display:none !important;
}
.single-slider-container {
	width:100%;
	height:500px; 
	display:block; 
	box-sizing:border-box;
}
.entry-author {
	font-size: 1.4rem;
    font-weight: normal;
}

@media only screen and (max-width: 700px) {
	.site-article {
		max-width: 100%;
		margin: 0;
		width: 100%;
	}
	.entry-ad-bottom {
		margin-bottom: 20px;
		width: 100%;
	}
	.article-sidebar {
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	.article-img {
		height:300px;
	}
	.entry-title {
		font-size: 1.4em;
	}
	.entry-author {
		line-height: 1.2;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	.single-slider-container {
		width:100%;
		height:300px; 
		display:block; 
		box-sizing:border-box;
	}
	.entry-topstory {
		width: 46%;
	}
	.entry-topstory .post-thumbnail-container {
		width:100%;
		height:120px;
		display:block;
	}
}