﻿@import url('https://fonts.googleapis.com/css?family=Hind:400,700|Montserrat:400,700');

/*--Newsrooms search refiners--*/
.nrcollapsible {
  background-color: #BF492F;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight:bold;
  border-radius:10px;
}

.nractive, .nrcollapsible:hover {
  background-color: #993a26;
}

.nrhide{
  display: none;
}

.nrplus:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.nrminus:after {
  content: '\002D';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.nractive:after {
  content: "\2212";
}

.nrcontent {
  padding: 0 18px;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.nrcontent a {
  font-size:1.3rem;
}


/* Navbar styles */
.navbar-news {
	overflow: hidden;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 15px;
	margin: auto;
	margin-bottom:15px;
	border: 1px solid #ccc;
}
.navbar-news a.top {
	float: left;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 14px 12px 14px 18px;
	text-decoration: none;
}
.navbar-news a.dropbtn {
	float: left;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 14px 10px;
	text-decoration: none;
}
ul.nav {
	margin: 0px;
	padding-left: 0px;
	padding-left: 0px;
	display: table-row;
}
.dropdown {
	float: left;
	overflow: hidden;
	display: table-cell;
}
.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.navbar-news a:hover, .navbar-news a:focus, .dropbtn, .dropbtn:focus {
	background-color: #bf492f;
	color:white;
}
.navbar-news a.active {
	color:white;
	background-color: #bf492f;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	padding-left: 0;
	margin-top: 45px;
}
ul.dropdown-content li {
	border-bottom: solid .25px #bf492f;
	display: inline-table;
}
ul.dropdown-content li a {
	font-size: medium;
}
ul.dropdown-content {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
/*styles to skip PDD links*/

#skiptopddcontent a {
	padding: 6px;
	position: absolute;
	top: 0px;
	left: -1000px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-radius: 8px;
	background: #BF1722;
	-webkit-transition: top 1s ease-out;
	transition: top 1s ease-out;
	z-index: 100;
}
#skiptopddcontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	outline-color: transparent;
	-webkit-transition: top .1s ease-in;
	transition: top .1s ease-in;
}
.dropdown-content a {
	float: none;
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	background-color: #ddd;
	color:#000;
}
.footer>.base-w {
	z-index: 0;
}

/* End navbar styles */


h3>a {
	font-weight: 700!important;
	}
	
.dept-long-name{
	display:none;
}



.col.phxContact.pinky{
	line-height:1.5em;
	
}
.col.phxContact.yellowy2{
	line-height:1.5em;
	background:#fffcdf;
}


.refinement-column-container .newsroom-refiner-item{
	display:none !important;
	max-width:100%;
	white-space:normal;
}

.refinement-column-container.open-refinement .newsroom-refiner-item{
	display:inline-block !important;
}

.contact-sorter{
font-weight: normal;
display: inline-table;
text-align:center;
}

.contact-sorter.active{
font-weight: bold;
 text-decoration:underline;
}



.ms-ref-refiner.horizontal .refinement-column-container {
	padding-bottom:0 !important;
}

.contact-sorter a{
clear: both;
}

.contact-sorter a:after{
 display:block;
 content: attr(title);
 font-weight:bold;
 height:0;
 overflow:hidden;
 visibility:hidden;

}



.custom-fb-button{
	background: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-user-select: none;
    white-space: nowrap;
	border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 0 4px 0 6px;
	font-family: Helvetica, Arial, sans-serif;
}

.custom-fb-button:hover{
	background: #365899;
    border: 1px solid #365899;
}

.custom-fb-button span{
	display: inline-block;
}

.custom-fb-text{
	font-family: Helvetica, Arial, sans-serif;
    vertical-align: middle;
	padding-left: 4px;
    padding-right: 4px;
	font-weight: bold;
}

.custom-fb-icon{
	position:relative;
	top: -1px;
	height: 16px;
    vertical-align: middle;
    width: 16px;
}


.nr_mobile {display:none}

.news-item.email-signup{
	margin-bottom:15px;
}

.news-item-dept {
    background-color: #bf492f;
    text-transform: uppercase;
    
}

.news-item-dept a{
    color:white;
    padding: 5px;
    font-size: 1.1em
}

.news-item-media {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.news-item-media-adbox {
    overflow: hidden;
    height: 0;
    padding-bottom: 80%;
    position: relative
}


.news-item-media.twitter {
    height: auto;
    padding-bottom: 0;
    
}

.news-item-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.news-item-video-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.news-item-title{
	font-family:Montserrat, !important, "Open Sans", "sans-serif !important";
	padding:5px 0;
	margin-bottom:0px;
	font-size:30px;
	font-weight:700;
	line-height:30px;
		
}

h1.news-item-title,h1.news-item-title a{
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;  
    color: #000 !important;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-margin-after: 10px;
    line-height: 36px;
    display: block;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.news-item-title,h2.news-item-title a {  
					 
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 3px;
    -webkit-margin-after: 10px;
    line-height: 30px;
    display: block;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*fixes the additional story title to stop at 3 lines*/
h3.news-item-title-additional a, .newsroom-home-container-additional.list{  
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 3px;
    -webkit-margin-after: 10px;
    line-height: 18px;
    display: block;
    word-wrap: normal;
    letter-spacing: -.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 36px;
}

h3.news-item-titleSearch, h3.news-item-titleSearch a {
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    color: #000000 !important;
	font-weight:500;
	font-size: 22px;
	max-width:calc(66%-10px);
	max-height:45px;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:22px!important;
}





h3.news-item-title,h3.news-item-title a, .newsroom-home-container.list h2.news-item-title a,  .newsroom-home-container.list h1.news-item-title a{  
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 3px;
    -webkit-margin-after: 10px;
    line-height: 30px;
    display: block;
    word-wrap: normal;
    letter-spacing: -.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    

}





/*.newsroom-home-container-2column.list{  
   font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 26px;
    /*font-weight: 500;
    margin-bottom: 10px;
    margin-top: 3px;
    -webkit-margin-after: 10px;
    line-height: 28px;
    display: block;
    word-wrap: normal;
    letter-spacing: -.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}*/




.newsroom-home-container{
	/*font-family:"Hind","Open Sans", sans-serif !important;*/
	font-size:16px;
	line-height:20px;
	
}

.newsroom-home-container.tile .nr-large .news-item-title, .more-city-news{
	font-size:40px;
	line-height:40px;

} 

.newsroom-home-container.tile .nr-large .news-item-title a{

    /*font-size: 1em;*/
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	line-height: 41px; 
	max-height: 125px;
}

.newsroom-home-container.tile .nr-medium .news-item-title a{

     /*font-size: 1em;*/
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: calc(3em + 9px);
    line-height: 1.1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	margin-bottom:-5px;
}

.newsroom-home-container.tile .nr-small .news-item-title a{

    font-size: 1em;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: calc(2em + 11px);
    line-height: calc(1em + 3px) !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	margin-bottom: 0;
	white-space: normal;
}

.news-item-title a{
    font-weight: bold;
    color: black !important;
    font-size: 1em;
}

.newsroom-home-container.list .news-item-title a{

    font-size: 1em;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: calc(2em + 11px);
    line-height: calc(1em + 3px) !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    white-space: normal;
    }

.news-item-next{
	display:block;
	text-align:right;
	clear:both;
}

.nr-small .news-item-media-container{
    width: 33%;
    float:left;
    margin-right:10px;
}

.nr-small .news-item-title{
    display: inline;
    max-width:calc(66% - 10px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:22px;
    padding:0;    
}

.nr-small .news-item-dept,
.nr-small .news-item-next {
	display:none;
}

.news-item-text{
	height:2.13em;
	overflow:hidden;
	line-height:1;
}

/*list text field fix, decreases margin below title
.news-item-text-nrsmall{
	height:2.1em;
	overflow:hidden;
	line-height:1;
	margin-top:-10px;
	
}
*/

/*2 Column Newsfeed Fix*/
.news-item-text-2column{
	height:2.1em;
	overflow:hidden;
	line-height:1;
	margin-top:-8px;
}


/*fixes ul lists*/
.news-item-text2{
	height:2.0em;
	overflow:hidden;
}


.view-toggle{
	text-align:right;
}

.view-toggle span{
	padding:5px;
	border:1px solid black;
	cursor:pointer;
	display:inline-block;
	font-size:18px;	
}

.view-toggle span.active{
	background:#e2e2e2;
}

.tile-button {
	border-right:none;
	border-left:none;
}

.list-button{
	border-top-right-radius:4px;
	border-left:none;
}
.rss-button {
	border-top-left-radius:4px;
	border-right:none;
	color:#ee802f;

}

.newsroom-home-container.tile .nr-large .news-item-text{
	height:3.0em; 
	margin-top:-15px;
}

.newsroom-home-container.tile .nr-large .news-item-text.full-text{
	height:auto;
	line-height:1em;
	padding:10px 0px;
}

/*fixes ul lists spacing*/
.newsroom-home-container.tile .nr-large .news-item-text2.full-text{
	height:auto;
	padding:10px 0px;
}


news-item-text-addthis{
	height:auto;
	line-height:1em;
	padding:10px 0px;
	height:auto;
	padding:10px 0px;
}

article .cop-ap-date{
	text-transform:uppercase;
	font-weight:bold;
}

/*fix 1 column newsfeed*/
.cop-ap-date-newsfeed{
	text-transform:uppercase;
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 3px;
    line-height: 16px;
    display: block;
    word-wrap: normal;
}

/*1 column newsfeed fix*/
.headline2-newsroom {
	margin-top:0px;
	margin-bottom:auto;
	
}

/*1 column newsfeed link color fix*/
a.altlink:visited{
	color:#000000;
}

.newsroom-home-container.tile .nr-large .news-item-title a {
    font-size: 1em;
}

/*.newsroom-home-container.tile .news-item:nth-child(n+10){
	display:none;
}*/

.newsroom-home-container.list .news-item-media-container{
    width: 33%;
    float:left;
    margin-right:10px;
}

/*this is the 1column newsfeed fix*/
.newsroom-home-container.list .news-item-media-container-newsfeed{
    width: 100%;
    float:left;
    margin-right:10px;
}



.newsroom-home-container.list .news-item-title{
    display: inline-block;
    max-width:calc(66% - 10px);
    
    
}


.news-item-title-2column a{
    display: inline-block;
    max-width:calc(66% - 10px);
     color: #000000 !important;
   /* white-space: nowrap !important;
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
   
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;*/
    max-height:2.2em;
    margin-top: -4px;
    -webkit-margin-after: 10px;
    line-height: 28px;
    display: block;
   /* word-wrap: normal;
    letter-spacing: -.4px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.newsroom-title-2column a{
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;
	color: #000000 !important;
	line-height:2em;
	
	
}

/*fix for 1 column newsfeed
.newsroom-home-container.list .news-item-title-newsfeed a{
    display: inline-block;
    max-width:calc(100% - 0px);
    font-size:16px;
    font-weight:600;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3em;
    line-height: 1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;

}
*/


.newsroom-home-container.list .news-item-dept,
.newsroom-home-container.list .news-item-next {
	display:none;
}

/*fix for 1 column newsfeed*/
.news-item-next-newsfeed {
	display:inline-block;
	float:right;
	color: #9a0049!important;
	font-weight:600;
}



.newsroom-home-container.list .news-item{
	width:100%!important;
	margin-right:0.4%!important;
	margin-left:0!important;
	/*border-top: 2px solid #f2f2f2;*/
	
	border-bottom: 1px solid #dddddd;
	padding: 0 0 20px 0;
}

/*2column fix newsfeed*/
.newsroom-home-container.list .news-item-2column{
	width:100%!important;
	margin-right:0.4%!important;
	margin-left:0!important;
	/*border-top: 2px solid #f2f2f2;*/
	
	/*border-bottom: 1px solid #dddddd;*/
	padding: 0 0 0 0;
}



/*fix for 1column newsfeed*/
.newsroom-home-container.list .news-item-newsfeed{
	width:100%!important;
	margin-right:0.4%!important;
	margin-left:0!important;
	/*border-top: 2px solid #f2f2f2;*/
	
	/*border-bottom: 1px solid #dddddd;*/
	padding: 0 0 0 0;
}


.ms-ref-refiner.horizontal{
	display:block;
	vertical-align:top;
	position:relative;
	margin-left:0;
	margin-right:0;
}

.ms-ref-refiner.horizontal:nth-child(2){
z-index:3;
}

.ms-ref-refiner.horizontal:nth-child(3){
z-index:2;
}

.ms-ref-refiner.horizontal:nth-child(4){
z-index:1;
}


.ms-ref-refiner.horizontal #Value{
	max-width:100%;
	width:0;
	min-width:100%;
}

.ms-ref-refiner #Value, .ms-ref-unsel-toggle, #OtherValue, #SubmitValue {
	width: auto !important;
}


.ms-ref-refiner.horizontal a{
	font-size:13pt;
	color:#444;
}

.ms-ref-refiner.horizontal .ms-ref-refinername{
	width:auto;
	white-space:nowrap;
}
.ms-ref-refiner.horizontal .ms-ref-downarrow, .ms-ref-refiner.horizontal .ms-ref-uparrow{
	display:inline-block;
	float:none;
	margin-top:0;
	vertical-align:middle;
}

.ms-ref-refiner.horizontal .ms-displayInlineBlock{
	display:inline;
}

.media-contact-container{
	background-color:#fffcdf;
	border:1px solid #d7d889;
	border-radius:4px;
	width:100%;
	display:inline-block;
	position:relative;
	padding: 10px;
	margin:15px 0px;
	float:left;
	clear:both;
}

.media-contact-portrait{
	position:absolute;
	top:10px;
	right:66%;
	bottom:10px;
	left:10px;
	background-size:cover;
	background-position:center;
}

.media-contact-info{
	margin-left:29%;
	padding-left:10px;
	
}

.media-contact-info ul{
	list-style:none;
	padding-left:10px;
	margin:10px;
}

.media-contact-info ul span, .social-hashtags span, .keywords-container span{
	font-weight:bold;
	/*vertical-align:middle; removed to allow keywords label to align vertically next to the span tag - bw */
	
}

.news-item-add-links{
	display:inline-block;
	width:100%;
	padding: 0px 15px;
	margin: 0;
	margin-left: 5px;
}

.news-item-add-links a{
	display:table;
	text-decoration:underline;
	margin:15px 0px;
	color:#3f51b5;	
	font-weight:bold;
}

.from-group{
	margin-bottom: 1rem;
}

.nr-form-control{
	display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #bbbbbb;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: .25rem;
}

.nr-btn-primary {
    color: #fff;
    background-color: #bf492f;
    border-color: #007bff;
    margin-top: .25rem;
    float:right;
}

.nr-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.nr-btn.disabled{
	box-shadow:none;
	opacity:.65;
	cursor:not-allowed;
}

.pager{
	clear:both;
}



.refinement-column-container .ms-ref-refinername{
	padding:10px;
	
}

.refinement-column-container .ms-ref-downarrow{
	display:inline-block;
	height:0px;
	width:0px;
	border:7px solid transparent;
	border-top:7px solid #727272;
	background:none;
	transform:translateY(25%);
	margin-left:4px;
	
}


.refinement-column-container .ms-ref-uparrow{
	display:inline-block;
	height:0px;
	width:0px;
	border:7px solid transparent;
	border-bottom:7px solid #727272;
	background:none;
	transform:translateY(-35%);
	margin-left:4px;
}

.open-refinement{
	background:rgb(249,249,249);
}

.refinement-column-container.open-refinement .ms-ref-refinername{
	background: rgb(186,73,43);
	color:white;
	padding:10px; 
}

.refinement-items-container {
	padding-left:10px;
}

.refiner-title{
	padding:10px;
}

#captcha_container{
	margin-top:15px;
}

/*--- Search Box---*/
.newsroomSearchbox {
    padding:10px;
    overflow: hidden;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 15px;
    margin: auto;
    border: 1px solid #ccc !important;
    width:75%;
    height:4rem;
    font-size:2.5rem;
}

.newsroomSearchLink {
   text-align:center;
   font-size:2.5rem;
   padding:4px;
   color:#BF492F!important;
   text-decoration:none;
   vertical-align:middle;
   display:inline-flex;
}

.newsroomSearchLink:focus, .newsroomSearchLink:hover  {
   background-color:#BF492F!important;
   color:white!important;
   text-decoration:none;
}


/* ------------ Caption Stuff ----------------------- */
.news-item-caption {
  width: 100%;
  padding: 5px;
  background-color: #D9D7D8;
  color: black;
  font-size:14px;
  font-style:italic;
  box-sizing: border-box;
  display:visible!important;
  
}
.caption-hidden {
display:none;
}
.caption-visible {
display:inline-block;
}
.caption-text{
	display:flex;
    justify-content:center;
    color:black;
    padding:3px;
}
.caption-text:focus, .caption-text:active, .caption-text:hover {
/*background-color:#FA9C9C;*/
}

.hide {
display:none;
}

.show {
	display:inline-block;
	}


@media screen and (max-width: 600px) {
  .two-column{
		display:none;
	}
	.one-column{
		display:block;
	}
	.newsroomSearchbox {
	    width:65%;
	    height:2.5rem;
	    font-size:1rem;
    }
    .nr-small .news-item-media-container{
	    width: 100%;
	    float: unset;
	    margin-right:unset;
	}
	h3.news-item-titleSearch, h3.news-item-titleSearch a {
	    font-weight:500;
	    font-size: 18px;
	    max-width: 100%;
	    max-height:37px;
	    line-height:18px!important;
	}
	article.news-item.nr-small.col.col-16 {
    margin-bottom:20px;
}

}
@media screen and (min-width: 600px) {
  .two-column{
		display:block;
	}
	.one-column{
		display:none;
	}
}

@media (min-width: 500px){
	.ms-ref-refiner.horizontal{
	display:inline-block;
	width:calc(50% - 20px);
	vertical-align:top;
	position:relative;
	margin-left:0;
	margin-right:0;
	height:3em;
}

.nr-large .dept-long-name{
	display:inline;
}

.nr-large .dept-short-name{
	display:none;
}

.refinement-column-container{
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	right:0;
}



}

@media (min-width: 776px){
.media-contact-info ul{
	list-style:none;
	padding-left:0px;
	margin:10px;
}



	.ms-ref-refiner.horizontal{
	display:inline-table;
	width:calc(25% - 5px);
	vertical-align:top;
	position:relative;
	margin-left:0;
	margin-right:0;
}
.nr-small .news-item-title{
   padding: 5px 0;
   /*font-size:30px;*/
        
}
.media-contact-container, .news-item-add-links{
	width:calc(50% - 3px);
}

.newsroom-social-icos {
	margin-left: auto;
  	margin-right: auto;
 	text-align: center;
 	background:#cccccc;
}
.newsroom-social-icos a {
  display: inline-block;
}
.newsroom-social-icos.x48 a {
  height: 47px;
  width: 48px;
  margin: 2px 2px;
}

/* ----------- Start Newroom Header Mobile Only ------------ */

@media only screen and (max-device-width: 480px) {
	
	.nr_mobile {display:block}
	.nr_desktop {display:none}

	
	article {
		margin-top:1em;
	}
	.news-item-text{
		height:3.3em!important;
	}
		
	.newsroom-home-container.tile .nr-medium .col-8 .news-item-title, .newsroom-home-container.tile .nr-medium .col-8 .news-item-title a, .newsroom-home-container.tile .news-item-title a, .newsroom-home-container.tile .news-item-title a, .newsroom-home-container.tile .nr-medium .col-8 .news-item-title, 	.newsroom-home-container.tile .nr-large .news-item-title, .newsroom-home-container.tile .nr-large .news-item-title a, .newsroom-home-container.tile .news-item-title a, .newsroom-home-container.tile .news-item-title a, .newsroom-home-container.tile .nr-large .news-item-title, .more-city-news,.newsroom-home-container.tile .nr-medium .col-8 .news-item-title, .newsroom-home-container.tile .nr-medium .col-8 .news-item-title a, .newsroom-home-container.tile .news-item-title a, .newsroom-home-container.tile .news-item-title a, .newsroom-home-container.tile .nr-medium .col-8 .news-item-title, .newsroom-home-container.tile .nr-medium .news-item-title a {
		font-size:24px;
		line-height:24px !important;
	}
	.newsroom-home-container.tile .nr-medium .col-8 .news-item-title, .newsroom-home-container.tile .nr-medium .col-8 .news-item-title a, .newsroom-home-container.tile .nr-medium .col-8 .news-item-title, 	.more-city-news,.newsroom-home-container.tile .nr-medium .col-16 .news-item-title, .newsroom-home-container.tile .nr-medium .col-16 .news-item-title a, .newsroom-home-container.tile .nr-medium .col-16 .news-item-title {
		font-size:18px;
		line-height:18px;
	}

	.newsroom-home-container.tile .nr-large .cop-ap-date, .newsroom-home-container.tile .cop-ap-date  {

	}
	.newsroom-home-container.tile .nr-large .news-item-text2, .newsroom-home-container.tile .news-item-text2, .news-item-text    {
		font-size:16px;
		line-height:18px;		
	}
	
	article.news-item.nr-small.col.col-16 .news-item-text {
	    font-size:14px;
	    line-height:16px;
	}	
	.newsroom-home-container.tile .nr-large .news-item-text2 > div > p:first-child, .newsroom-home-container.tile .news-item-text2 > div > p:first-child {
		font-size:16px;
		line-height:16px;
	}
	.newsroom-home-container.tile .social-hashtags  {

	}
	.newsroom-home-container.tile .keywords-container  {

	}
	.newsroom-home-container.tile .news-item-footer .news-item-add-links a {

	}
	article.news-item.nr-large.col.col-16 p {
		line-height:22px !important;
	}
	
	.nr-small > h3.news-item-title a {
	    font-size:.75em!important;
	    line-height:.75em!important;
	    font-weight:bold;
	}

}

/* ----------- End Newroom Header Mobile Only ------------ */

/* Newsroom Print Style Sheet */
/* Newsroom Print Style Sheet */
@media print {
	 header {
	     display:none;
	  }
	.col.col-11.pr1.grid.first {
	    width:100%
	}
	.newsroom-home-container-additional {
	  display: none;
	}
	.newsroom-home-container {
	  display:;
	}
	.media-contact-portrait.mcp1 {
    	visibility: hidden;
	}
	.footer {
	  display: none;
	} 
	.Newsroom_interlink_header {
		display:none;
	}
	.Newsroom_navcontainer {
		display:none;
	}
	.media-contact-info {
    	margin:unset;
	}
	.col.col-16.pl5.bl.last.first {
    	display:none;
	}
	.news-item-add-links {
	    display: none;
	}
	.ff_desktop {
	    display:none;
	}
	div#navMenuNews {
	    display:none;
	}
	.view-toggle {
	    display:none;
	}
	a#skip_to_primary {
 	   display: none;
	}
	div#skiptopddcontent {
		display:none;
	}
}

@media (max-device-width:540px) {
	h1.news-item-title,h1.news-item-title a{
    font-size: 24px!important;
    line-height: 24px!important;

}