.news-filter {
	padding-bottom: 40px;
}

.news-filter .label {
	float: left;
	padding-top: 5px;
}

.news-filter select {
	width: 25%;
	float: left;
	margin-left: 20px;
}

.news-page > div, .gallery-page > div {
	margin-bottom: 40px;
}

.news-page .news-block, .gallery-page .gallery-block {
	display: flex;
}

.news-page .news-block .news-title h5, .gallery-page .gallery-title h5 {
	margin-bottom: 0px;
	color: #003061;
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
}

.news-page .news-image, .gallery-page .gallery-image {
	width: 30%;
	float: left;
	margin-right: 20px;
}

.news-page .news-desc.has-image, .gallery-page .gallery-desc.has-image {
	width: 69%;
	float: left;
	position: relative;
}

.news-page .news-desc .news-date, .gallery-page .gallery-desc .gallery-date {
	padding-top: 10px;
	color: #333333;
	font-style: italic;
}

.news-page .news-desc .news-excerpt, .gallery-page .gallery-desc .gallery-excerpt {
	padding-top: 10px;
	color: #333333;
	margin-bottom: 30px;
}

.news-page .news-desc .news-link, .gallery-page .gallery-desc .gallery-link {
	padding-top: 10px;
	color: #ef830f;
	position: absolute;
	bottom: 0px;
}

#pub-listing-widget .media-pub-cat-heading {
	padding-bottom: 20px;
}

#pub-listing-widget .media-pub-cat-heading .pub-cat {
	background-color: #1659a0;
	padding: 10px 15px;
	color: white;
	font-weight: 600;
	font-size: 20px;
}

#pub-listing-widget .media-pub-listing .pub-title h5 {
	color: #013d7c;
	margin-top: 10px;
	font-size: 20px;
}

#pub-listing-widget .media-pub-listing .pub-image img {
	border-radius: 4%;
}

.press-filter, .gallery-filter {
	padding-bottom: 40px;
}

.press-filter .label, .gallery-filter .label {
	float: left;
	padding-top: 5px;
}

.press-filter select, .gallery-filter select {
	width: 25%;
	float: left;
	margin-left: 20px;
}

#press-listing-widget > div  {
	padding-bottom: 20px;
}

#press-listing-widget .press-block {
	border-bottom: 1px solid #eee;
}

#press-listing-widget .press-date {
	color: #696969;
	padding-bottom: 10px;
}

#press-listing-widget .press-title h5 {
	color: #013d7c;
	font-size: 20px;
}

/* --- NEWS PAGE STYLES --- */

.news-info-widget > .fl-col {
	margin-top: 20px;
}

.title-container {
	background-color: #003D7C;
	padding: 15px 0px;
}

.title-container h2 {
	color: white;
	margin-bottom: 0px;
}

.news-meta {
	margin-bottom: 10px;
}

figcaption.wp-caption-text {
	font-size: 12px;
	color: #5b5b5b;
}

#news-listing-widget .row.news-page a {
	text-decoration: none;
}