.inthenews {
	padding: 0 0 70px;
	margin-bottom: 80px;
}

.inthenews-header {padding-bottom: 40px;}

.page--header-inthenews {
	text-align: left;
	color: var(--mainblue);
	border-bottom: 1px solid #DDD;
	margin-bottom: 60px;
}

.inthenews ul {
	list-style: none;
	margin-bottom: 0;
}

.inthenews ul li {
	display: block;
	border-bottom: 1px solid #CCC;
	padding-left: 0;
	padding-bottom: 28px;
}

.inthenews ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

/*.inthenews a {color: var(--mainblue);}*/
.inthenews a:hover {color: var(--mainblue);}

.inthenews a.title {text-decoration: none;}
.inthenews a.title:hover {color: var(--mainblue);}

.inthenews .source,
.inthenews .source-link
 {font-size: 14px;}

.inthenews h4 {max-width: 85%; line-height: 1.35;}
	@media screen and (min-width: 768px) {.inthenews h4 {margin-bottom: 15px;}}

.inthenews h5 {
	margin-bottom: 30px;
	font-size: 15px;
	color: var(--mainblue);
}



.sidebar-right {
	float: right;
	width: 100%;
}

.sidebar-left ul li {
	border: none;
	padding-bottom: 7px;
	margin-bottom: 0;
	text-decoration: none;
}

.sidebar-left ul li a {
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.sidebar-left ul li a:hover {
	color: var(--mainblue);
}

	@media (max-width: 899px) {.sidebar-left {display: none;}}
	@media (min-width: 900px) {
		.sidebar-left {
			width: 250px;
			overflow: auto;
			position: relative;
			float: left;
			z-index: 0;
		}

		.sticky-sidebar-fixed {
			position: fixed;
			top: 120px;
		}

		.sidebar-right {
			float: right;
			width: calc(100% - 300px);
		}
	}


#newsstories {
	margin-top: 8px;
}

#opinionpieces,
#blogs,
#podcastsandvideos,
#pressreleases {
	padding-top: 100px;
}

@media (min-width: 325px) {
	.inthenews-left {
		float: left;
		width: calc(100% - 100px);
	}

	.inthenews-right {
		float: right;
		width: 80px;
	}
}

@media (min-width: 500px) {
	.inthenews-left {width: calc(100% - 120px);}
	.inthenews-right {width: 100px;}
}

@media (min-width: 768px) {
	.inthenews-left {width: calc(100% - 150px);}
	.inthenews-right {width: 130px;}
}

@media (min-width: 900px) {
	.inthenews-left {width: calc(100% - 120px);}
	.inthenews-right {width: 100px;}
}

@media (min-width: 1244px) {
	.inthenews-left {width: calc(100% - 170px);}
	.inthenews-right {width: 150px;}
}

@media (min-width: 1440px) {
	.inthenews-left {width: calc(100% - 200px);}
	.inthenews-right {width: 180px;}
}
