/* Breaking News Alert - Right Angle Set */
.rayos-alerts.breaking-news .rayos-alerts-article, .rayos-alerts .rayos-alerts-article.breaking-news {
	padding: 0 30px 0 0;
}
.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;
	}
}

/* Breaking News Alert - ICON ONLY SET */
.rayos-alerts.breaking-news .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.breaking-news {
  background: #B30013;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
  display:table;
}
.rayos-alerts.breaking-news .entry-content-wrap {
  display:table-cell;
  padding:10px;
}
.rayos-alerts .thumb-wrap {
  display:table-cell;
}
.rayos-alerts .thumb-wrap a,
.rayos-alerts .thumb-wrap a img {
  display:none;
}
.rayos-alerts.breaking-news .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.breaking-news:before {
  content:" ";
  background:#860505 url(/content/uploads/2017/11/breaking-news-icon.png);
  background-size:60%;
  background-repeat:no-repeat;
  background-position:center;
  padding-left:80px;
  position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.breaking-news .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.breaking-news .rayos-alerts-message {
  color: #fff;
  display:table;
  margin-left:80px;
  margin-right: 110px;
}
.rayos-alerts.breaking-news .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.breaking-news a.rayos-alerts-message:hover {
  color:#ecd1d1;
}

@media (max-width:990px) {
  .rayos-alerts.breaking-news .rayos-alerts-article:before,
  .rayos-alerts .rayos-alerts-article.breaking-news:before {
    padding-right:0;
   }
   .rayos-alerts.breaking-news .rayos-alerts-article .rayos-alerts-message,
   .rayos-alerts .rayos-alerts-article.breaking-news .rayos-alerts-message{
     margin-left:80px;
     margin-right: 110px;
   }
}
@media (max-width:768px) {
  .rayos-alerts.breaking-news .rayos-alerts-article:before,
  .rayos-alerts .rayos-alerts-article.breaking-news:before {
    padding-right:0;
    padding-left:60px;
   }
  .rayos-alerts.breaking-news .rayos-alerts-article .rayos-alerts-message,
  .rayos-alerts .rayos-alerts-article.breaking-news .rayos-alerts-message{
    margin-left:60px;
    margin-right:5px;
  }
  .rayos-alerts.breaking-news .rayos-alerts-article,
  .rayos-alerts .rayos-alerts-article.breaking-news {
    font-size:1em;
    line-height:1.3em;
  }
  .rayos-alerts.breaking-news.entry-content-wrap {
  	padding:0px;
  }
}

/* Severe Weather Alert - ICON ONLY SET */
.rayos-alerts.severe-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.severe-weather {
  background: #403f3f;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
display: table;
}
.rayos-alerts.severe-weather .entry-content-wrap {
display:table-cell;
	padding:10px;
}
.rayos-alerts.severe-weather .thumb-wrap {
  display:table-cell;
}
.rayos-alerts.severe-weather .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.severe-weather:before {
  content:" ";
  background:#b30303 url(/content/uploads/2017/11/alert-banner-styles-icon.png);
  background-size:60%;
  background-repeat:no-repeat;
  background-position:center;
  padding-left:80px;
  position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.severe-weather .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.severe-weather .rayos-alerts-message {
  color: #ffffff;
  display:table;
  margin-left:100px;
}
.rayos-alerts.severe-weather .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.severe-weather a.rayos-alerts-message:hover {
  color:#ffc909;
}
@media (max-width:990px) {
.rayos-alerts.severe-weather .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.severe-weather:before {
    padding-right:0;
   }
   .rayos-alerts.severe-weather .rayos-alerts-article .rayos-alerts-message,
   .rayos-alerts .rayos-alerts-article.severe-weather .rayos-alerts-message{
     margin-left:80px;
   }
}
@media (max-width:768px) {
	.rayos-alerts.severe-weather .rayos-alerts-article,
	.rayos-alerts .rayos-alerts-article.severe-weather {
  		font-size:1em;
  		line-height:1.3em;
	}
	.rayos-alerts.severe-weather .entry-content-wrap {
		padding:10px;
	}
	.rayos-alerts.severe-weather .rayos-alerts-article .rayos-alerts-message,
	.rayos-alerts .rayos-alerts-article.severe-weather .rayos-alerts-message {
  		margin-top:4px;
  		margin-left:60px;
	}
	.rayos-alerts.severe-weather .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.severe-weather:before {
  		padding-right:0;
    padding-left:60px;
 	}
}

/* Traffic - ICON ONLY SET */
.rayos-alerts.traffic .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.traffic {
  background: #000000;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
}
.rayos-alerts.traffic .entry-content-wrap {
	padding:10px;
}
.rayos-alerts.traffic .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.traffic:before{
  content:" ";
  background:#e47603 url(/content/uploads/2017/12/traffic-alert-icon-trans.png);
  background-size:50%;
  background-repeat:no-repeat;
  background-position:center;
  float:left;
  padding:26px 40px;
position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.traffic .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.traffic .rayos-alerts-message {
  color: #ffffff;
  display:table;
  margin-left:100px;
}
.rayos-alerts.traffic .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.traffic a.rayos-alerts-message:hover {
  color:#e47603;
}
@media (max-width:990px) {
	.rayos-alerts.traffic .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.traffic:before {
  		padding:40px 30px;
 	}
}
@media (max-width:768px) {
	.rayos-alerts.traffic .rayos-alerts-article .rayos-alerts-message,
	.rayos-alerts .rayos-alerts-article.traffic .rayos-alerts-message { 
 	 margin-top:4px;
 	 margin-left:50px;
	}
	.rayos-alerts.traffic .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.traffic:before {
  		padding:40px 20px;
 	}
	.rayos-alerts.traffic .rayos-alerts-article,
	.rayos-alerts .rayos-alerts-article.traffic {
  		font-size:1em;
  		line-height:1.3em;
	}
	.rayos-alerts.traffic .entry-content-wrap {
		padding:0px;
	}
}			

/* Winter Weather Alert - ICON ONLY SET */
.rayos-alerts.winter-weather .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.winter-weather {
  background: #0b5869;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
}
.rayos-alerts.winter-weather .entry-content-wrap {
	padding:10px;
}
.rayos-alerts.winter-weather .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.winter-weather:before{
  content:" ";
  background:#0392b3 url(/content/uploads/2017/11/winter-weather-alert-icon.png);
  background-size:55%;
  background-repeat:no-repeat;
  background-position:center;
  float:left;
  padding:26px 40px;
position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.winter-weather .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.winter-weather .rayos-alerts-message {
  color: #fff;
  display:table;
  margin-left:100px;
}
.rayos-alerts.winter-weather .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.winter-weather a.rayos-alerts-message:hover {
  color:#a5eeff;
}	
@media (max-width:990px) {
	.rayos-alerts.winter-weather .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.winter-weather:before {
  		padding:44px 30px;
 	}
}	
@media (max-width:768px) {
	.rayos-alerts.winter-weather .rayos-alerts-article .rayos-alerts-message,
	.rayos-alerts .rayos-alerts-article.winter-weather .rayos-alerts-message {
  		margin-top:4px;
  		margin-left:50px;
	}
	.rayos-alerts.winter-weather .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.winter-weather:before {
 	 	padding:34px 20px;
 	}
	.rayos-alerts.winter-weather .rayos-alerts-article,
	.rayos-alerts .rayos-alerts-article.winter-weather {
  		font-size:1em;
  		line-height:1.3em;
	}
}

/* Silver Alert - ICON ONLY SET */
.rayos-alerts.silver-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.silver-alert {
  background: #444;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
}
.rayos-alerts.silver-alert .entry-content-wrap {
	padding:10px;
}
.rayos-alerts.silver-alert .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.silver-alert:before{
  content:" ";
  background:#eaeaea url(/content/uploads/2017/11/silver-alert-icon.png);
  background-size:90%;
  background-repeat:no-repeat;
  background-position:center;
  float:left;
  padding:26px 40px;
position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.silver-alert .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.silver-alert .rayos-alerts-message{
  color: #FFF;
  display:table;
  margin-left:100px;
}
.rayos-alerts.silver-alert .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.silver-alert a.rayos-alerts-message:hover {
  color:#ffc909 !important;
}
@media (max-width:990px) {
	.rayos-alerts.silver-alert .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.silver-alert:before {
  		padding:44px 30px;
 	}
}
@media (max-width:768px) {
	.rayos-alerts.silver-alert .rayos-alerts-article .rayos-alerts-message,
	.rayos-alerts .rayos-alerts-article.silver-alert .rayos-alerts-message{
  		margin-top:4px;
  		margin-left:60px;
	}
	.rayos-alerts.silver-alert .rayos-alerts-article,
	.rayos-alerts .rayos-alerts-article.silver-alert {
  		font-size:1em;
  		line-height:1.3em;
	}
	.rayos-alerts.silver-alert .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.silver-alert:before {
  		padding:45px 25px;
 	}	
}		

/* Amber Alert - ICON ONLY SET */
.rayos-alerts.amber-alert .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.amber-alert {
  background: #ffd607;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
}
.rayos-alerts.amber-alert .entry-content-wrap {
	padding:10px;
}
.rayos-alerts.amber-alert .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.amber-alert:before{
  content:" ";
  background:#000000 url(/content/uploads/2017/11/MK_amberAlert-e1508899476476.png);
  background-size:90%;
  background-repeat:no-repeat;
  background-position:center;
  float:left;
  padding:26px 40px;
position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.amber-alert .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.amber-alert .rayos-alerts-message{
  color: #000;
  display:table;
  margin-left:100px;
}
.rayos-alerts.amber-alert .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.amber-alert a.rayos-alerts-message:hover {
  color:#b51901 !important;
}
@media (max-width:990px) {
	.rayos-alerts.amber-alert .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.amber-alert:before {
  		padding:44px 30px;
 	}
}
@media (max-width:768px) {
	.rayos-alerts.amber-alert .rayos-alerts-article .rayos-alerts-message,
	.rayos-alerts .rayos-alerts-article.amber-alert .rayos-alerts-message{
  		margin-top:4px;
  		margin-left:60px;
	}
	.rayos-alerts.amber-alert .rayos-alerts-article,
	.rayos-alerts .rayos-alerts-article.amber-alert {
  		font-size:1em;
  		line-height:1.3em;
	}		
	.rayos-alerts.amber-alert .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.amber-alert:before {
  		padding:45px 25px;
 	}
}	

/* Livestream - ICON ONLY SET */
.rayos-alerts.livestream .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.livestream {
  background: #dcdce6;
  border:1px solid #c8c8e4;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
}
.rayos-alerts.livestream .entry-content-wrap {
	padding:10px;
}
.rayos-alerts.livestream .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.livestream:before{
  content:" ";
  background:#08075a url(/content/uploads/2017/11/livestream-tv-icon.png);
  background-size:50%;
  background-repeat:no-repeat;
  background-position:center;
  float:left;
  padding:26px 40px;
position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.livestream .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.livestream .rayos-alerts-message{
  color: #07065b;
  display:table;
  margin-left:100px;
}
.rayos-alerts.livestream .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.livestream a.rayos-alerts-message:hover {
  color:#1542af;
}
@media (max-width:990px) {
	.rayos-alerts.livestream .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.livestream:before {
  		padding:44px 30px;
 	}
}
@media (max-width:768px) {
	.rayos-alerts.livestream .rayos-alerts-article .rayos-alerts-message,
	.rayos-alerts .rayos-alerts-article.livestream .rayos-alerts-message{
		margin-top:4px;
  		margin-left:50px;
	}
	.rayos-alerts.livestream .rayos-alerts-article,
	.rayos-alerts .rayos-alerts-article.livestream {
  		font-size:1em;
  		line-height:1.3em;
	}
	.rayos-alerts.livestream .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.livestream:before {
  		padding:40px 20px;
 	}
}			

/* Elections - ICON ONLY SET */

.rayos-alerts.elections .rayos-alerts-article,
.rayos-alerts .rayos-alerts-article.elections {
  background: #002868;
  font-weight:700;
  font-size:1.4em;
  line-height:1.2em;
  position:relative;
  padding: 0px;
  
}
.rayos-alerts.elections .entry-content-wrap {
	padding:10px;
}
.rayos-alerts.elections .rayos-alerts-article:before,
.rayos-alerts .rayos-alerts-article.elections:before{
  content:" ";
  background:#fff url(/content/uploads/2017/12/election-alert-icon-trans-v2.png);
  background-repeat:no-repeat;
  background-position:center;
  float:left;
  padding:26px 40px;
  border-left:none;
  border-right:none;
position:absolute;
  top: 0;
  bottom: 0;
}
.rayos-alerts.elections .rayos-alerts-article .rayos-alerts-message,
.rayos-alerts .rayos-alerts-article.elections .rayos-alerts-message{
  color: #ffffff;
  display:table;
  margin-left:100px;
}
.rayos-alerts.elections .rayos-alerts-article a.rayos-alerts-message:hover,
.rayos-alerts .rayos-alerts-article.elections a.rayos-alerts-message:hover {
  color:#4286f4;
}
@media (max-width:990px) {
	.rayos-alerts.elections .rayos-alerts-article:before,
	.rayos-alerts .rayos-alerts-article.elections:before {
  		padding:40px 30px;
  		border-right: 1px solid #fff;
  		border-left: 1px solid #fff;
 	}
}
@media (max-width:768px) {
	.rayos-alerts.elections .rayos-alerts-article .rayos-alerts-message,
	.rayos-alerts .rayos-alerts-article.elections .rayos-alerts-message {
  		margin-top:4px;
  		margin-left:70px;
  		padding-right:5px;
	}
	.rayos-alerts.elections .rayos-alerts-article,
	.rayos-alerts .rayos-alerts-article.elections {
  		font-size:1em;
  		line-height:1.3em;
	}
	.rayos-alerts.elections .entry-content-wrap {
		padding:0px;
	}
	.rayos-alerts .rayos-alerts-article {
        margin-top:5px !important;
    }
}

.rayos-alerts-article {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.rayos-alerts-message {
	margin-left: 85px !important;
}

/*-- Rotating Banner Styles --*/
.rotating-alerts-banner-nav .left {
	left: 5px !important;
}
.rotating-alerts-banner-nav .right {
	right: 5px !important;
}