.inline {
	display: inline;
}

.title_img {
	vertical-align: middle;
}

.text_center {
	text-align: center;
}

.issue-caption {
    font-weight: bold;
    margin-bottom: 1em;
}

.article_wrapper {
    min-height: 120px;
    position: relative;
}

.bottom_right {
	float: right;
}

.issue_image {
    height: 112.5px;
    margin-right: 1.5em;
	margin-bottom: 0.5em;
    float: left;
}

.article_text {
    /*width: 75%;*/
    text-align: justify;
}

.article_text p:last-child {
	margin-bottom: 0;
}
.article_text p:empty:last-child {
	margin-bottom: -1em;
}


.returnlink {
	text-align: right;
}

/*.take_action {*/
    /*padding-top: 5%;*/
    /*min-height: 20px;*/
/*}*/

/*Grid styles taken from front_page_styles.css*/
.grid-four {
	width: 100%;
}
.grid-four:after {
	content:'';
	clear: both;
	display: block;
	width: 100%;
}
.grid-four .griditem {
	width: 25%;
	float: left;
	margin: 10px 0;
	text-align: center;
}
.griditem:nth-child(4n):after {
	content: '';
	height: 10px;
	clear: both;
}

@media all and (max-width: 1024px) {
	.grid-four .griditem {
		float: left;
		width: 24%;
    	margin: 10px 1.333333333333333% 10px 0;
    	text-align: center;
	}
	.grid-four .griditem:nth-child(4n+4) {
		margin-right: 0!important;
	}
}


@media screen and (min-width: 320px) and (max-width: 567px) {
	.grid-four .griditem {
		width: 48%;
    	margin: 10px 0;
    	text-align: center;
	}
	.grid-four .griditem img {
		width: 100%;
	}
	.grid-four .griditem:nth-child(odd) {
		float: left;
	}
	.grid-four .griditem:nth-child(even) {
		float: right;
	}
}

@media screen and (min-width: 567px) and (max-width: 1000px) {
	/* clean up ipad screen breaks */
	.article_wrapper h4 {
		clear: both;
		text-align: center;
		font-size: 1.5em;
	}

	.issue_image {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
	}
}

.article_wrapper {
	clear: both;
}
.content p.bottom_right:last-child {
	margin-bottom: 0;
}
.content h4 {
	font-size: 1.40em;
}

.panel-clear {
	background: transparent;
}

.panel-clear > .panel-heading {
	background: #fff;
	border: 1px solid #ddd;
}

.article-group .list-group-item {
	padding: 20px;
}

.article-group .list-group-title {
	padding: 5px;
	background: #f0f0f0;
}

.article-group .panel-heading a {
	text-decoration: none;
}

.panel-toggle {
	width: 100%;
}

.article-group .take_action {
	margin-top: 15px;
}

.article_wrapper > .article_text {
	margin-bottom: 1em;
	margin-top: 1em;
}
