.am-news {
	max-width: 800px;
	padding: 20px;
	border: 1px solid #000;
}

.am-full {
	background: #fff url(../images/am-sun_c.png) no-repeat;
	background-position: right top;
	border-bottom: 15px solid #872524;
	padding-bottom: 0;
}

.am-news a {
	color: inherit;
	text-decoration: underline !important;
	color:#872524;
}

.am-news a:hover {
	color: inherit;
	text-decoration: none;
	color:#000;
}

.am-week-headline {
	font-size: 12px;
	text-transform: uppercase;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

.am-post-title {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	font-style: italic;
}

.am-footer {
	width: 100%;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	display: block;
	clear: both;
}

.am-signup {
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 15px;
}

.am-news img {
	border: 0;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.am-news h2 {
	line-height: 1.3em;
}

.am-news h5 {
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

.am-news h3 {
	font-weight: normal;
}

img.am-logo {
	height: auto;
	margin-top:15px;
	width: 50%;
}

.am-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.am-col {
	flex-basis: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.am-col:first-child {
	border-right: 1px solid #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.am-content {
		flex-direction: column;
	}

	.am-col:first-child {
		border-right: none;
	}

}



@media only screen and (min-width: 991) {
	img.am-logo {
		width: 80%;
	}
}

@media only screen and (min-width: 521px) and (max-width: 990px) {
	img.am-logo {
		width: 40% !important;
	}
}

@media only screen and (max-width: 520px) {
	img.am-logo {
		width: 80%;
	}
}