.oi-col-half {
	position: relative;
	min-height: 1px;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
	width: 50%;
}

.content-fragment .content.abbreviated>.summary .name{
	font-size: 22px;
}

.blog-post-list .sort .by .uiselect>span, .blog-post-list .sort .order .uiselect>span{
	color: #333!important;
}
.navigation-list.navigation a[data-more]{
	color: #333;
}

.common-home a.view-container {
	font-weight: bold;
}
.common-home .temporary-rss-feed-item-list {
	margin-top: 40px;
	padding-top: 30px!important;
}

.sidebar-link {
    padding: 20px 0!important;
    border-bottom: 1px solid #dbe4e8;
}
.sidebar-link a {
    font-size: 16px;
    font-weight: bold;
}

.side-promo-box{
	padding-top: 30px!important;
}

.side-promo-box h2{
	font-size: 22px;
	font-weight: bold;
	/* text-align: center; */
	margin: 10px 0;
}

.side-promo-box h4{
	font-size: 15px;
}

.btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	outline: none !important;
	font-family: inherit;
}
.btn:hover{
	text-decoration: none!important;
}
.btn + .btn{
	margin-left: 15px;
}
img.block, .btn.block{
	width: 100%;
	display: block;
}

a.btn.btn-primary {
	color: #fff !important;
	background-color: #016a9c;
	border-color: #016a9c;
}

.blog-post a.btn.btn-primary {
	color: #fff;
	background-color: #04aada;
	border-color: #0496c1;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 30px;
}

.blog-post a.btn.btn-primary:hover, .blog-post a.btn.btn-primary:focus, .blog-post a.btn.btn-primary:active{
	color: #fff;
	background-color: #0383a8;
	border-color: #036f8f;
}


.blog-post a.btn.btn-default {
	color: #162c36;
	background-color: transparent;
	border-color: #162c36;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 30px;
}

.blog-post a.btn.btn-default:hover, .blog-post a.btn.btn-default:focus, .blog-post a.btn.btn-default:active{
	color: #fff;
	background-color: #162c36;
	border-color: #162c36;
}

.bp-cta {
	background: #eee;
	display: flex;
	justify-content: space-between;
	padding: 3em 1.5em;
	margin-top: 20px;
}
.bp-cta figure {
	/* background-size: contain; */
	margin: 0;
	max-width: 300px;
	overflow: hidden;
	width: 20%;
}
.bp-cta img {
	height: auto;
	width: 100%;
}
.bp-cta aside {
	width: 76%;
}
.content-fragment .content>.content h2, .popup-list .content>.content h2 {
	font-size: 27.3px;
}
.content-fragment .content.full.text .bp-cta p{
	font-size: 14.3px;
	line-height: 1.6em;
	margin: 0;
}

.content-fragment .content.abbreviated>.summary .name {
	font-weight: bold;
}

.bp-cta nav {
	margin-top: 2em;
}

.home-page-boxes p{
	margin-bottom: 1.5em;
	min-height: 44px;
}

@media (max-width: 670px) {
	.oi-col-half{
		width: 100%;
	}
}

.social-share.bottom {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-top: 15px;
}
.social-share li {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}
.social-share svg {
	cursor: pointer;
}
.social-share svg:hover{
	fill: #016a9c!important;
}

.bc-player-container {
	position: relative;
	display: block;
	max-width: 750px;
	margin: 20px auto;
	text-align: left;
}
.bc-player-wrapper {
	padding-top: 56.25%;
}

.forum-list {
	margin-top: 30px;
	/*display: flex;
	flex-wrap: wrap;*/
}

.forum-list > div {
	width: 32%;
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	vertical-align: top;
}

.forum-list > div > a > img {
	padding: 0 20px;
	display: block;
	margin: 0 auto 20px;
	max-width: 230px;
	height: 107px;
}

.forum-list > div > a + a {
	padding: 0 20px;
	display: block;
}

@media (max-width:890px) {
	.forum-list > div {
		width: 48%;
	}
}

@media (max-width:410px) {
	.forum-list > div > a > img {
		max-width: 140px;
		height: 70px;
	}
}
.mb-40{
    margin-bottom: 40px!important;
}