#news-search{
	margin-top: 2em;
	width: 100%;
}
#news-search-string,
#news-search-submit {
    border: 1px solid #575858;
    box-sizing: border-box;
    display: inline;
    font-size: 1rem;
    height: 40px;
    margin: 0;
    min-width: 0px;
    vertical-align: top;
}
#news-search-submit {
    background-color: #575858;
    border-radius: 0 15px 15px 0;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    width: 20%;
}
#news-search-submit .ico{
	font-size: 1.5em;
}
#news-search-string{
	border-radius: 15px 0 0 15px;
	color: #0a4772;
	padding: 0 10px;
	font-style: italic;
	width: 80%;
}

#terms-list,
#term-posts-list{
	padding: 0;
}
#terms-list li,
#term-posts-list li{
	list-style: none;
	padding-top: 0.75em;
}
#terms-list li a.viewed-term{
	background-color: #84973b;
    color: #fff;
    text-decoration: none;
    padding: 0.4em 0.6em;
    border-radius: 12px;
    margin-left: -0.6em;
}
#content-main{
	align-items: stretch;
	background-color: #949394;
	display: flex;
	margin-top: 4em;
}
#content-main > div{
	background-color: #fff;
}
#gutter{
	font-size: 1.1em;
	margin-right: 2px;
	min-width: 15em;
	padding-right: 1%;
}
#gutter h3 i{
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0.5em;
}
#gutter h3{
	color: #575858;
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	position: relative;
}
#gutter ul{
	display: block;
}
#post iframe,
#post img{
	max-height: 100%;
	max-width: 100%;
}
#post li:after,
#post p:after{
	content: "";
	display: table;
	clear: both;
}
#posts{
	flex-grow: 1;
	padding-left: 2%;
}
#posts h4 {
	font-size: 1em;
}
#posts.cards{
	align-items: stretch;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: space-around;
}
#posts.cards h3{
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0.5em;
}
#posts.cards h3 a{
	color: #575858;
	text-decoration: none;
}
#posts.cards h3 a img{
	display: block;
	margin-bottom: 0.7em;
    max-width: 100%;
    height: auto;
}
#posts.cards .recent-post{
	display: flex;
	flex-wrap: wrap;
	margin: 2em;
	max-width: 300px;
}
#posts.cards .post-thumbnail{
	display: inline-block;
}
#posts.cards .post-thumbnail img{
	display: block;
	width: 100%;
}
#posts.cards .learn-more{
	align-self: flex-end;
}
#posts.term-posts{
	font-size: 1.1em;
}
@media (max-width: 815px){
	#content-main{
		display: block;
	}
	#gutter{
		margin-right: 0;
        min-width: unset;
	}
	#gutter h3{
		border-bottom: 2px solid #575858;
		border-top: 2px solid #575858;
		padding-bottom: 0.5em;
		padding-top: 0.5em;
		text-align: center;
	}
	#gutter h3 i{
		display: inline;
	}
	#gutter ul{
		border-bottom: 1px solid #575858;
		display: none;
		margin-top: 0;
		padding-bottom: 0.75em;
		text-align: center;
	}
	#news-search{
		text-align: center;
	}
	#posts{
		margin-left: 0;
		padding-top: 2em;
	}
}