@charset "utf-8";
/* CSS Document */


	.newsroom-article {}
	.newsroom-article .content_row.header {padding:5% 10%; margin-bottom:5%; position:relative;}
	.newsroom-article .content_row.header:after {content:""; position:absolute; bottom:0; left:10%; right:10%; height:2px; background-color:#cc4e0b;}
	.newsroom-article .header .headline {font-family: sweet-sans-pro; font-weight: 800; font-size: 1.6em;}
	.newsroom-article .header .subheadline {font-size:1.45em; color:#737373;  padding:3% 0px; line-height: 1.1; font-weight:400;}
	.newsroom-article .header .dates-byline {margin-bottom: 7%;}
	.newsroom-article .header .dates {color:#cc4e0b; margin:2% auto;}
	.newsroom-article .header .byline {font-size:1.1em;}
	.newsroom-article .header .social {text-align: center;}
	.newsroom-article .header .byline a {text-decoration:none; color:#565656; border-bottom:1px dashed #cc4e0b;}
	.newsroom-article .header .icon-links {padding:2% 0px; text-align: center; margin:2% 0px;}
	.newsroom-article .header .icon-links a svg {color:#0b2341;}
	.newsroom-article .header .icon-links a i {color:#0b2341; font-size:1.5em;}
	.newsroom-article .article_hammer {font-size:2em; font-weight:600; line-height: 1; margin-bottom:5%; text-transform: uppercase; color:#cc4e0b;}
	.newsroom-article .breadcrumbs {display:none;}
	
	.newsroom-article .body p {font-size:1.2em;}
	.newsroom-article .content_row.content {position:relative;}
	.newsroom-article .content_row.content .editorsnote {border-bottom:2px solid #cc4e0b; background-color:#eaeaea; padding:5%; margin-bottom:5%;}
	.newsroom-article .content_row.content:after {content:""; position:absolute; bottom:0; left:10%; right:10%; height:2px; background-color:#a1a1a1;}
	.newsroom-article .content_row.content p a {color:#0b2341;}
	.newsroom-article .content_row.content p a:hover {color:#cc4e0b;}
	.newsroom-article .content_row.content .media .media-item {margin:5% auto;}
	.newsroom-article .media .media-item .card-header {font-size:1.1em; font-weight:500;}
	.newsroom-article .media .media-item .card-body a {text-decoration: none; color:#0b2341;}
	.newsroom-article .media .media-item .card-body a:hover {border-bottom:1px dashed #cc4e0b; color:#cc4e0b;}
	.newsroom-article .media .media-item .card-body .name {font-weight:500;}
	.newsroom-article .media .media-item .cutline {font-size:.9em; padding:5%;}
	
	.newsroom-article .more-articles {}
	.newsroom-article .more-articles [class*="col"] {padding:1%;}
	.newsroom-article .more-articles a {font-size:1em;}
	.newsroom-article .font-size-adjust {border:1px solid #333333; text-align:center; border-radius:10px; margin:0px 0px 10% 0%; color:#333333;}
	.newsroom-article .font-size-adjust button {border:0px; background:none;}
	.newsroom-article .font-size-adjust button svg {color:#0b2341;}
	.newsroom-article .font-size-adjust button:hover svg {fill:#cc4e0b;}
	.newsroom-article .font-size-adjust button:focus svg {fill:#cc4e0b;}
	.newsroom-article .media-contact {margin-top:3%;}
	
	.newsroom-article .bplate .content_container {padding:1%;}
	.newsroom-article .bplate .content_container p {font-size:1.1em;}

	@media (min-width:768px) {
		.newsroom-article .content_row.header {padding:3% 10%; margin-bottom:3%;}
		.newsroom-article .article_hammer {margin-bottom:2%;}
		.newsroom-article .header .headline {font-size: 2.15em;}	
		.newsroom-article .header .subheadline {font-size:1.85em; padding:1% 0px;}
		.newsroom-article .header .dates-byline {margin-bottom: 0%;}
		.newsroom-article .header .social {text-align: right;}
		.newsroom-article .header .dates {color:#cc4e0b; margin:1% auto;}
		.newsroom-article .header .icon-links {padding:2% 0px; text-align: left; margin:2% 0px;}
		.newsroom-article .font-size-adjust {margin:0px 0px 3% 2%;}
		.newsroom-article .breadcrumbs {display:block;}
		.newsroom-article .breadcrumbs li.breadcrumb-item a {text-decoration: none; color:#565656;}
	}
	
	@media (min-width:992px) {
		.newsroom-article .article_hammer {font-size:2.5em;}
		.newsroom-article .content_row.header {padding: 1% 10% 2% 10%; margin-bottom:1%;}
		.newsroom-article .content_row.content {padding:1% 10% 3% 10%;}
		.newsroom-article .header .subheadline {font-size:1.75em;}
		.newsroom-article .header .social {text-align: right;}
		.newsroom-article .header .icon-links {padding:1% 0px;}
		.newsroom-article .content_row.content .right-rail {position:relative; margin-left:3%;}
		.newsroom-article .content_row.content .media {position:sticky; top:2%;}
		.newsroom-article .more-articles {padding:2% 10%;}
		.newsroom-article .content_row.content .editorsnote {border-bottom:0px; border-left:2px solid #cc4e0b; background-color:#eaeaea; padding:2%; margin-bottom:5%;}
	}
	
	@media (min-width:1200px) {
		.newsroom-article .header .social {text-align: left;}
		.newsroom-article .header .subheadline {font-size:2em;}
	}
	
	@media (min-width:1400px) {
		.newsroom-article .article_hammer {font-size:3em;}
		.newsroom-article .header .social {text-align: center;}
		.newsroom-article .header .subheadline {font-size:1.75em;}
	}
	
