
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
/* CSS for "News" page
/* 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.media-library {
	padding-top: 75px;
	padding-bottom: 75px;
}
.media-library .wrap {
	max-width: 1175px;
	box-sizing: content-box;
}
.media-library .wrap #results {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.media-library:not(.featured-stories) .wrap .media-single {
	-webkit-flex: 0 1 calc(33.33% - 12px);
	-ms-flex: 0 1 calc(33.33% - 12px);
	flex: 0 1 calc(33.33% - 12px);
	padding-bottom: 100px;
	box-sizing: border-box;
	margin: 0 6px;
	margin-bottom: 12px;
	position: relative;
	transition: border-color 0.2s ease;
	min-height: 350px;
	border-top: 10px solid;
}
.media-library .wrap .media-single[data-color=blue] h4 { /* Portfolio */
	color: #47abe1;
}
.media-library .wrap .media-single[data-color=blue] {
	border-top-color: #47abe1;
}
.media-library .wrap .media-single[data-color=cyan] h4 { /* Firm */
	color: #070b32;
}
.media-library .wrap .media-single[data-color=cyan] {
	border-top-color: #070b32;
}
.media-library .wrap .media-single[data-color=grey] h4 { /* Transaction */
	color: #304b80;
}
.media-library .wrap .media-single[data-color=grey] {
	border-top-color: #304b80;
}

/* * * * FEATURED STORIES * * * */

	.media-library.featured-stories {
		padding-top: 50px;
		padding-bottom: 120px;
		position: relative;
	}
	.media-library.featured-stories .sub-head {
		text-align: center;
	}
	.media-library.featured-stories h2 {
		margin-bottom: 45px;
	}
	.media-library.featured-stories .media-single {
		border: none;
		width: 100%;
		box-sizing: border-box;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.media-library.featured-stories .media-single.nobg {
		background: #224e7b;
		background: -moz-linear-gradient(left,  #224e7b 0%, #070b31 100%);
		background: -webkit-linear-gradient(left,  #224e7b 0%,#070b31 100%);
		background: linear-gradient(to right,  #224e7b 0%,#070b31 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224e7b', endColorstr='#070b31',GradientType=1 );
	}
	.media-library.featured-stories .media-single:not(.nobg):before {
		content: " ";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #070B31;
		z-index: -1;
		opacity: 0.75;
		transition: opacity 0.2s ease;
	}
	.no-touchevents .media-library.featured-stories .media-single:hover:not(.nobg):before {
		opacity: 0.9;
	}
	.media-library.featured-stories .media-single .date,
	.media-library.featured-stories .media-single h2 {
		color: white;
	}

/* * * * * * * * * * * * * * * * * * * * */

.media-library .media-single h2 {
	margin-top: 30px;
	font-size: 24px;
	margin-bottom: 18px;
	color: #070B31;
}
.media-library .media-single h4 {
	font-size: 12px;
	margin-bottom: 3px;
	position: relative;
}
.media-library .media-single .date {
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 22px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.media-library .media-single a.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.media-library .media-single {
	border: 1px solid #bcbec0;
	padding: 22px 20px;
}
.media-library .media-single.pinned {
	background: url(../../images/pin.png) no-repeat calc(100% - 6px) 5px;
}
.media-library .media-single h4,
.media-library .media-single .readMore {
	color: #47ABE1;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 700;
	font-family: "Gotham-Book", sans-serif;
}
.media-library:not(.featured-stories) .media-single h4 span {
	background: white;
	z-index: 2;
	position: relative;
    padding-right: 8px;
}
.media-library .media-single .excerpt {
	font-size: 12px;
}
.media-library .media-single .readMore {
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
    line-height: 1.71em;
    font-family: "Gotham-Book", sans-serif;
}
.media-library .media-single .topics {
	position: absolute;
	bottom: 30px;
}
.media-library .media-single .topics a {
	background: #070B31;
	color: white;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 11px;
	display: inline-block;
	letter-spacing: 0.15em;
	transition: background 0.2s ease;
}
.no-touchevents .media-library .media-single .topics a:hover {
	background: #47ABE1;
}

.sub-filters {
	padding: 30px 0 15px;
}
.sub-filters a {
    margin-right: 8px;
    border-radius: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    background: #dedede;
    color: #666;
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
	font-family: "Gotham-Book", sans-serif;
	margin-bottom: 15px;
}
.sub-filters a:hover {
	opacity: 0.55;
}
.sub-filters a.active {
	background: #070B31;
	color: white;
	opacity: 1;
}

.media-library + .disclaimer {
    margin-top: -82px;
    margin-bottom: 30px;
}
@media (max-width: 1220px) {
	.media-library + .disclaimer {
		margin-top: -30px;
		margin-bottom: 20px;
	}			
}