/* NEWS PAGE ******************************************************************/

.news-story {
	margin: 0 0 1em 0;
	padding: 0.5em;
	border: 1px solid #eee;
	/*border-left: 1px solid #666;*/
	padding: 0.5em 1em;
	position: relative;
	/*background: #f9f9f9;*/
	 /*box-shadow: inset 2px 2px 5px rgba(0,0,0,0.3);*/
	border-radius: 4px; 
	background: #f8f8f8;
	font-size: 0.9em;
}

/*.news-story div {

}
*/
.news-item-title {
	margin: 0 0 1em;
	font-size: 1.2em;
	font-weight: bold;
}

.news-item-title a:hover {
	color: #ed1941;
}

.news-item-title a {
	color: #255680;
}

.news-section-heading {
	font-size: 1.8em;
	margin: 1em 0;
}

.viewall {
	color: #fff;
	padding: 0.5em;
	background: #255680;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 0.8em;
}

.news-page .col {

}

.news-story small {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 0.2em;
	background: #eee;
	color: #666;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* .news-section .news-story:last-child {
	border-bottom: none;
} */

.news-story-copyright {
	font-size: 0.9em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.news-story-display h1 {
	text-align: left;
	margin: 0 0 1em 0;
	font-size: 1.8em;
}

.news-story-display-img {
	max-width: 100%;
}

.news-story-display-image-caption {
	width: 100%;
	font-size: 0.8em;
}

.sidebar-news-title {
	padding: 0 0 0.5em 0;
	border-bottom: 2px solid #255680;
	font-size: 1.3em;
}

.sidebar-news dl {
	overflow: hidden;
}

.sidebar-news dt {
	float: left;
	width: 15%;
}

.sidebar-news dd {
	float: left;
	width: 85%;
}

.news-menu {
	transform: translateX(-100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 70%;
	height: 100vh;
	background: rgba(0,0,0,0.98);
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 3em;
	transition: transform .2s;
}

.news-menu ul {
	display: flex;
	flex-direction: column;
	max-width: 80%;
}


.news-menu.active {
	transform: translateX(0%);
}

.news-menu a {
	color: #fff;
	font-size: 1.2em;
	display: block;
	padding: 0.5em 1em;
	white-space: nowrap;
	text-transform: uppercase;
}

.news-menu li.active > a:first-child {
	background: #ed1941;
}

.open-news-menu {
	position: fixed;
	right: 1em;
	font-size: 0.8em;
	z-index: 999;
	top: 11em;
	transition: top .1s;
}

.open-news-menu.sticky {
	top: 3.4em;
}

.top-story h1 {
	text-align: left;
	font-size: 2em;
	font-weight: normal;
}

.top-story h1 a {
	color: #255680;
}

.top-story img {
	width: 100%;
	margin-bottom: 1em;
}

.news-search-form  {
	display: flex;
}

.news-search-form input {
	flex: 1;
	padding: 0.2em;
	font-size: 0.8em;
}

.news-search-form input.form-control {
	flex: 60%;
}

.news-search-form .btn {
	margin-left: 0.5em;
	padding: 0.4em 0.3em;
	/*font-size: 0.8em;*/
	border-radius: 0;
	background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
}

.news-search-form .btn:hover, .header-search-form .form-submit:hover {
	background-color: #fff !important;
}



/* SM ***/
@media screen and (min-width: 576px) {
}

/* MD ***/
@media screen and (min-width: 768px) {
}

/* LG ***/
@media screen and (min-width: 992px) {
	nav.news-menu {
		transform: translateX(0%);
		width: 100%;
		position: relative;
		height: auto;
		margin: 1em 0 2em 0;
		background: none;
		background: #255680;
		padding-top: 0;
		overflow: visible;
		z-index: 1;
	}

	nav.news-menu ul {
		flex-direction: row;
		max-width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.close-news-menu {
		display: none;
	}

	nav.news-menu li {
		flex-grow: 1;
	}

	nav.news-menu ul a {
		padding-top: 0.7em;
		font-size: 0.9em;
		/* border-right: 1px solid #fff; */
		text-align: center;
	}
}


/* XL ***/
@media screen and (min-width: 1200px) {
}

/* TINY ***/
@media screen and (max-width: 320px) {
}



