.forthcomingTop, .forthcomingBottom {overflow:hidden;}

.forthcomingTop img,
.forthcomingBottom img {
	width: inherit;
}

.hdForthcoming_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: none;
    margin: 4.286rem 0;
}

.hdForthcoming_list .hdForthcoming_monograph_summary {
    float: none;
    background: #f5f5f5;
    padding: 2.5em;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingCover {
    margin-right: 2.5em;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingCover {
    width: 250px;
    min-width: 250px;
    display: block;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingCover img {
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #aaa;
    display: block;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .author {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .title {
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .abstract {
    column-count: 2;
    column-gap: 2.5em;
    margin-top: 60px;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .abstract p {
    margin-top: 0;
    text-align: justify;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .forthcoming-date {
   font-weight: bold;
   margin-top: 20px;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent.withCategory {
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .categories {
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #999;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .categories .category {
    margin-left: 15px;
}

.hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .categories .category::after {
    content: '\25A0';
    margin-left: 2px;
    background: #999;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 17px;
}

.container.forthcoming-titles {display:flex; margin-bottom:70px;}

.forthcoming-cover, .forthcoming-description {flex-direction:row;}

.forthcoming-cover {padding-right:30px;}

.forthcoming-cover > img {max-width:170px;}

.forthcoming-heading {font-weight:bold;}

.forthcoming-series {font-style:italic;}

@media only screen and (max-width: 992px) {
        .hdForthcoming_list .hdForthcoming_monograph_summary .hdForthcomingContent .abstract {
                column-count: unset;
        }
}

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

	.hdForthcoming_monograph_summary > .hdForthcomingContent { 
		width: 100%;	
		margin-top: 40px;
	}
}
