#newsroom
{
margin-bottom: 3rem;
}

.newsroom-header
{
border-top: 1px solid #efefef;
max-width: 62.5rem;
padding: .75rem .5rem 0;
margin: 0 auto;
}

#newsroom-filter
{
display: none;
}

.newsroom-header h1
{
font-size: 1.5rem;
}

.newsroom-static-info
{
max-width: 62.5rem;
padding: 0 .5rem;
margin: 0 auto;
}

.newsroom-static-info a
{
text-decoration: underline;
}

.newsroom-static-info p
{
line-height: 1.4;
}

.newsroom-static-info p:last-of-type
{
margin-bottom: 0;
}

.newsroom-content
{
max-width: 62.5rem;
padding: 0 .5rem;
margin: 0 auto;
display: grid;
grid-gap: .75rem;
}

.newsroom-content > h2, .newsroom-static-info > h2
{
grid-column: 1/-1;
color: #005380;
font-size: 2rem;
line-height: 1;
margin-top: 2rem;
}

.newsroom-content > h2::after, .newsroom-static-info > h2::after
{
content: "";
display: block;
width: 100%;
border-bottom: .125rem solid #27aae1;
margin: .125rem 0 0;
}

a.press-entry
{
display: block;
border-radius: .5rem;
background-color: #efefef;
overflow: hidden;
text-decoration: none;
}



a.press-entry:hover
{
background: rgb(239,239,239);
background: linear-gradient(180deg, rgba(239,239,239,1) 50%, rgba(255,255,255,1) 100%);
box-shadow: inset 0 0 .385rem rgba(0,0,0,.1);
}

.press-image
{
display: block;
width: 100%;
height: auto;
position: relative;
overflow: hidden;
padding: 59.9999% 0 0 0;
}



.press-image img
{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
object-fit: cover;
}

.press-entry-content
{
padding: 1rem;
}

a.press-entry h3
{
margin: 0;
line-height: 1;
font-size: 1rem;
color: #005380;
}

a.press-entry h3::after
{
content: "";
display: block;
width: 6rem;
border-bottom: .125rem solid #adc72e;
margin: .385rem 0 .75rem;
}

a.press-entry h3 .press-type::after
{
content: "|";
padding: 0 .25rem;
}

a.press-entry h2
{
margin: 0;
line-height: 1.15;
font-size: 1.25rem;
color: #333;
}


#newsroom-article
{
max-width: 62.5rem;
min-height: 30rem;
padding: 0 1rem;
margin: 1.5rem auto;
}

#newsroom-article h1, #newsroom-article h2, #newsroom-article h3, #newsroom-article-meta, #newsroom-article p, #newsroom-article ul, #newsroom-article ol
{
max-width: 40rem;
margin-left: 1.25rem;
margin-right: 1.25rem;
}

#newsroom-article blockquote
{
max-width: 36rem;
margin-left: 1.25rem;
margin-right: 1.25rem;
}

#newsroom-article-meta
{
line-height: 1;
font-size: 1.125rem;
color: #005380;
font-family: proxima-nova-extra-condensed,sans-serif;
font-weight: 600;
}

#newsroom-article-meta::after
{
content: "";
display: block;
width: 10rem;
border-bottom: .125rem solid #adc72e;
margin: .5rem 0 1.25rem;
}

#newsroom-article-meta .press-type::after
{
content: "|";
padding: 0 .385rem;
}

#newsroom-article a
{
text-decoration: underline;
}

#newsroom-article p, #newsroom-article li
{
line-height: 1.4;
}

#newsroom-article img
{
width: 100%;
height: auto;
}




@media screen and (min-width:30rem)
{

	.newsroom-header
	{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	}
	
	#newsroom-filter
	{
	display: block;
	}
	
	.newsroom-static-info p
	{
	width: calc(75% - .375rem);
	}
	
	.newsroom-content
	{
	grid-template-columns: 1fr 1fr;
	}
	
	.newsroom-content > h2::after, .newsroom-static-info > h2::after
	{
	width: calc(50% - .375rem);
	}
	
	
	
	.press-entry-content
	{
	padding: 1.5rem;
	}
	
	a.press-entry h2
	{
	font-size: 1.5rem;
	}
	
	#newsroom-article
	{
	margin: 3rem auto;
	}
	
	#newsroom-article h1, #newsroom-article h2, #newsroom-article h3, #newsroom-article-meta, #newsroom-article p, #newsroom-article ul, #newsroom-article ol
	{
	margin-left: 2rem;
	margin-right: 2rem;
	}
	
	#newsroom-article p, #newsroom-article li
	{
	font-size: 1.125rem;
	}

}

@media screen and (min-width:44rem)
{

	#newsroom-article h1, #newsroom-article h2, #newsroom-article h3, #newsroom-article-meta, #newsroom-article p, #newsroom-article blockquote, #newsroom-article ul, #newsroom-article ol
	{
	margin-left: auto;
	margin-right: auto;
	}

}

@media screen and (min-width:48rem)
{
	
	.newsroom-static-info p
	{
	width: calc(66% - .375rem);
	}
	
	.newsroom-content
	{
	grid-template-columns: 1fr 1fr 1fr;
	}
	
	.newsroom-content > h2::after, .newsroom-static-info > h2::after
	{
	width: calc(33% - .375rem);
	}
	
	a.press-entry.press-featured
	{
	grid-column: 1/3;
	}
	
	a.press-entry.press-featured .press-image
	{
	padding: 29.5% 0 0 0;
	}
	
	a.press-entry h2
	{
	font-size: 1.75rem;
	}


}