body.home .bottom-widgets .home-bottom-left > .columns {
	padding: 0;
	position: relative;
}
body.home .bottom-widgets .home-bottom-left > .columns > .widget:not(:last-child) {
	padding: 0.9375rem;
}
body.home .bottom-widgets .home-bottom-left > .columns > .widget:last-child {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.flex-item {
	flex: 0 0 50%;
}
.comm-forum {
	background-color: #00274c;
	color: #fff;
	flex-grow: 1;
}
.comm-forum h3 {
	background-color: #ffcb05;
	color: #00274c;
	font-size: 21px;
	text-align: center;
	padding: 10px;
	display: block;
	margin: 0;
}
.comm-forum h4 {
	color: #ffcb05;
	text-transform: uppercase;
	font-size: 16px;
}
body.home .bottom-widgets .comm-forum p {
	font-size: 16px;
	line-height: 18px;
}
.comm-forum .details {
	padding: 10px 15px;
}

.comm-forum a {
	color: #ffcb05 !important;
}

.comm-forum a:hover {
	border-bottom: 1px solid !important;
}

.comm-forum a::after {
	content: '»';
	margin-left: 5px;
}

.comm-forum .next-comm-forum {
	text-align: center;
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#main .comm-forum hr {
	border-color: #fff;
	border-style: solid;
}



/* SHORTCODE */
.comm-forum-wrapper {
	display: flex;
	justify-content: flex-end;
    margin-bottom: 20px;
}
.comm-forum-wrapper .comm-forum-img {
	background-repeat: no-repeat;
	height: 360px;
	background-size: cover;
    background-position: center;
}

body.home .comm-forum-wrapper {
	height: inherit;
	margin-bottom: 0;
}

.page_item.page-item-780 {
	border-bottom: 1px solid;
	margin-bottom: 0.25rem;
	padding-bottom: 0.25rem;
}

@media only screen and (max-width: 64em) {
	.comm-forum-wrapper {
		max-width: 680px;
	}
}

@media only screen and (max-width: 40em) {
	.comm-forum-wrapper {
		flex-direction: column;
	}
}
