/* Rayos Alert - Right Angle Set */
.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news {
  padding: 0px;
}
.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
 background: #D24D37; /* Old browsers */
background: -moz-linear-gradient(top, ) 0%, #DD0B17); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #DD0B17 0%,#940721); /* Chrome105,Safari5.1-6 */
background: linear-gradient(to bottom, #DD0B17) 0%,#940721); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055B95', endColorstr='#1A4B7F',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.breaking-news .entry-content-wrap:after {
	background: rgb(210,77,55);
	background: linear-gradient(90deg, rgba(210,77,55,0) 0%, rgba(210,77,55,1) 50%);
}
/*.rayos-alerts.breaking-news .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.breaking-news:before {
  content:'Breaking News';
  background:url('/content/uploads/2017/11/right-angle-30-percent-clean.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news .rayos-alerts-message{
  color: #fafafa;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}

/* Severe Weather Alert - Right Angle Set */
.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather {
  padding: 0px;
}
.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
  background: rgb(202,7,7); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(202,7,7,1) 0%, rgba(144,6,6,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(202,7,7,1) 0%,rgba(144,6,6,1) 100%); /* Chrome105,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(202,7,7,1) 0%,rgba(144,6,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0707', endColorstr='#900606',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.severe-weather .entry-content-wrap:after {
	background: rgb(202,7,7);
	background: linear-gradient(90deg, rgba(202,7,7,0) 0%, rgba(202,7,7,1) 50%);
}
/*.rayos-alerts.severe-weather .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.severe-weather:before {
  content:'Severe Weather';
  background:url('/content/uploads/2017/11/right-angle-black.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather .rayos-alerts-message{
  color: #fff;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
  text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}			
.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}

/* Winter Weather Alert - Right Angle Set */
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather {
  padding: 0px;
}
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
background: rgb(0,175,224); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,175,224,1) 0%, rgba(0,139,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,175,224,1) 0%,rgba(0,139,178,1) 100%); /* Chrome105,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,175,224,1) 0%,rgba(0,139,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe0', endColorstr='#008bb2',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.winter-weather .entry-content-wrap:after {
	background: rgb(0,175,224);
	background: linear-gradient(90deg, rgba(0,175,224,0) 0%, rgba(0,175,224,1) 50%);
}
/*.rayos-alerts.winter-weather .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.winter-weather:before {
  content:'Winter Weather';
  background:url('/content/uploads/2017/11/right-angle-30-percent-clean.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather .rayos-alerts-message{
  color: #fafafa;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}		
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}

/* Amber Alert - Right Angle Set */
.rayos-alerts.amber-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.amber-alert {
  padding: 0px;
}
.rayos-alerts.amber-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.amber-alert {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
  background: rgb(249,161,50); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,161,50,1) 0%, rgba(196,126,41,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249,161,50,1) 0%,rgba(196,126,41,1) 100%); /* Chrome105,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249,161,50,1) 0%,rgba(196,126,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a132', endColorstr='#c47e29',GradientType=0 ); /* IE6-9 */  
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.amber-alert .entry-content-wrap:after {
	background: rgb(249,161,50);
	background: linear-gradient(90deg, rgba(249,161,50,0) 0%, rgba(249,161,50,1) 50%);
}
/*.rayos-alerts.amber-alert .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.amber-alert:before {
  content:'Amber Alert';
  background:url('/content/uploads/2017/11/right-angle-30-percent-red.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.amber-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.amber-alert .rayos-alerts-message{
  color: #fafafa;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}			
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}

/* Livestream Alert - Right Angle Set */
.rayos-alerts.livestream .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.livestream {
  padding: 0px;
}
.rayos-alerts.livestream .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.livestream {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
 background: #055B95; /* Old browsers */
background: -moz-linear-gradient(top, #055B95) 0%, #1A4B7F); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #055B95 0%,#1A4B7F); /* Chrome105,Safari5.1-6 */
background: linear-gradient(to bottom, #055B95) 0%,#1A4B7F); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055B95', endColorstr='#1A4B7F',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.livestream .entry-content-wrap:after {
	background: rgb(5,91,149);
	background: linear-gradient(90deg, rgba(5,91,149,0) 0%, rgba(5,91,149,1) 50%);
}
/*.rayos-alerts.livestream .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.livestream:before {
  content:'Watch Now';
  background:url('/content/uploads/2017/11/right-angle-.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/
}
.rayos-alerts.livestream .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.livestream .rayos-alerts-message{
  color: #fafafa;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}

/* Silver Alert - Right Angle Set */
.rayos-alerts.silver-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.silver-alert {
  padding: 0px;
}
.rayos-alerts.silver-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.silver-alert {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
 background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(184,186,198,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(184,186,198,1) 99%); /* Chrome105,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(184,186,198,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#b8bac6',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.silver-alert .entry-content-wrap:after {
	background: rgb(245,246,246);
	background: linear-gradient(90deg, rgba(245,246,246,0) 0%, rgba(245,246,246,1) 50%);
}
/*.rayos-alerts.silver-alert .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.silver-alert:before {
  content:'Silver Alert';
  background:url('/content/uploads/2017/11/right-angle-black.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.silver-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.silver-alert .rayos-alerts-message{
  color: #333;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
 text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather a.rayos-alerts-message:hover {
  color:#000;
  text-shadow: none;
}

/* Traffic Alert - Right Angle Set */
.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic {
  padding: 0px;
}
.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
 background: #D24D37; /* Old browsers */
background: -moz-linear-gradient(top, #D24D37) 0%, #B6402C); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #D24D37 0%,#B6402C); /* Chrome105,Safari5.1-6 */
background: linear-gradient(to bottom, #D24D37) 0%,#B6402C); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055B95', endColorstr='#1A4B7F',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.traffic .entry-content-wrap:after {
	background: rgb(210,77,55);
	background: linear-gradient(90deg, rgba(210,77,55,0) 0%, rgba(210,77,55,1) 50%);
}
/*.rayos-alerts.traffic .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.traffic:before {
  content:'Traffic Update';
  background:url('/content/uploads/2017/11/right-angle-30-percent-clean.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic .rayos-alerts-message{
  color: #fafafa;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}

/* School Closings - Right Angle Set */
.rayos-alerts.school-closings .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.school-closings {
  padding: 0px;
}
.rayos-alerts.school-closings .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.school-closings {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
  background: rgb(249,161,50); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,161,50,1) 0%, rgba(196,126,41,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249,161,50,1) 0%,rgba(196,126,41,1) 100%); /* Chrome105,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249,161,50,1) 0%,rgba(196,126,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a132', endColorstr='#c47e29',GradientType=0 ); /* IE6-9 */  
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.school-closings .entry-content-wrap:after {
	background: rgb(249,161,50);
	background: linear-gradient(90deg, rgba(249,161,50,0) 0%, rgba(249,161,50,1) 50%);
}
/*.rayos-alerts.school-closings .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.school-closings:before {
  content:'School Closings';
  background:url('/content/uploads/2017/11/right-angle-30-percent-red.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.school-closings .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.school-closings .rayos-alerts-message{
  color: #fafafa;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}			
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}
/* News Alert - Right Angle Set */
.rayos-alerts.news-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.news-alert {
  padding: 0px;
}
.rayos-alerts.news-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.news-alert {
  font-weight:700;
  font-size:1.4em;
  line-height:1.7em;
  position:relative;
  border-radius:6px;
 background: #D24D37; /* Old browsers */
background: -moz-linear-gradient(top, ) 0%, #DD0B17); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #DD0B17 0%,#940721); /* Chrome105,Safari5.1-6 */
background: linear-gradient(to bottom, #DD0B17) 0%,#940721); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055B95', endColorstr='#1A4B7F',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 4px #666;
}
.rayos-alerts-type-rotating .rayos-alerts-article.news-alert .entry-content-wrap:after {
	background: rgb(210,77,55);
	background: linear-gradient(90deg, rgba(210,77,55,0) 0%, rgba(210,77,55,1) 50%);
}
/*.rayos-alerts.news-alert .rayos-alerts-article,*/
.rayos-alerts .rayos-alerts-article.news-alert:before {
  content:'News Alert';
  background:url('/content/uploads/2017/11/right-angle-30-percent-clean.png');
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding:0 25px 0 10px;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-shadow:2px 2px 12px #011138;
  border-radius:5px 0 0 5px;
  /*box-shdow:4px 4px 12px #000;*/

}
.rayos-alerts.news-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.news-alert .rayos-alerts-message{
  color: #fafafa;
  display:table;
  position:relative;
  left:15px;
  font-weight:400;
text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.rayos-alerts.news-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.news-alert a.rayos-alerts-message:hover {
  color:#FFF;
  text-shadow: none;
}

/* Alert Banner Tablet and Phone Styles */
@media (max-width:980px) {
	.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather:before,
	.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather:before,
	.rayos-alerts.amber-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.amber-alert:before,
	.rayos-alerts.livestream .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.livestream:before, 
	.rayos-alerts.silver-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.silver-alert:before,
	.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic:before,
	.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news:before,
	.rayos-alerts.school-closings .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.school-closings:before,
	.rayos-alerts.news-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.news-alert:before {
	background: none;
	float:none;
	text-shadow:0px 2px 6px #011138;
	border-radius:none;
	display:block;
	margin-top:10px;
	}
	.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather, 
	.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather,
	.rayos-alerts.amber-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.amber-alert,
	.rayos-alerts.livestream .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.livestream,
	.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic,
	.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news,
	.rayos-alerts.school-closings .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.school-closings,
	.rayos-alerts.news-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.news-alert {
	font-size:20px;
	line-height:20px;
	}
	.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather .rayos-alerts-message, 
	.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather .rayos-alerts-message,
	.rayos-alerts.amber-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.amber-alert .rayos-alerts-message,
	.rayos-alerts.livestream .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.livestream .rayos-alerts-message,
	.rayos-alerts.silver-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.silver-alert .rayos-alerts-message,
	.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic .rayos-alerts-message,
	.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news .rayos-alerts-message,
	.rayos-alerts.school-closings .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.school-closings .rayos-alerts-message,
	.rayos-alerts.news-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.news-alert .rayos-alerts-message{
	position:static;
	left:0;
	padding:5px 10px 10px 10px;
	}
}

