/* weather widget */
.weather-widget {
	background-color: #051c57;
	height: 100%;
}

.weather-temps,
.weather-temps
.content-holder {
	height: 100%;
}

.meteorName {
	font-weight: bold;
}

/* weather page */
.cap {
	margin-bottom: 10px;
	padding: 8px 12px;
	background: #293978;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.cap.severe-weather {
	margin-bottom: 15px;
}

.weather-current .meteorologist {
	position: relative;
	height: 410px;
	float: left;
	padding: 20px 20px 20px 0;
	background: #085f93;
}

.weather-current .meteorologist-profile-pic {
	position: absolute;
	bottom: 0;
}

.weather-current .conditions.meteorologist-profile-pic {
	width: 100%;
	padding: 0;
	background: #007aac;
}

.weather-current .meteorologist-profile-pic img {
	width: auto;
	max-width: 325px;
}

.weather-current .meteorologist-bio {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 400px;
	padding: 5px 10px;
	background: #1d5eb8;
}

.weather-current .meteorologist-bio span {
	display: block;
}

.weather-current .meteorologist-icons {
	position: absolute;
	left: 10px;
	bottom: 0px;
}

.weather-current .meteorologist-icons li.ams--approved {
	display: block;
	width: 70px;
	height: 41px;
	margin-bottom: 2px;
	background: url(../images/weather-ams-approved.png) no-repeat;
	background-size: 70px 40px;
}

.weather-current .meteorologist-icons li.ams--certified {
	display: block;
	width: 70px;
	height: 41px;
	margin-bottom: 2px;
	background: url(../images/weather-ams-certified.png) no-repeat;
	background-size: 70px 40px;
}

.weather-current .meteorologist-icons li.nws-certified {
	display: block;
	width: 70px;
	height: 41px;
	margin-bottom: 2px;
	background: url(../images/weather-nws-certified.png) no-repeat;
	background-size: 70px 40px;
}

.weather-current .meteorologist-icons li {
	display: inline-block;
	width: 45%;
	margin-bottom: 0;
	padding: 0 2px;
	text-align: center;
}

.weather-current .meteorologist-icons li a {
	color: #fff;
	font-size: 30px;
}

.weather-current .conditions {
	height: 410px;
	float: left;
	padding: 20px;
	background: linear-gradient(#097bb6, #3f93c0 100%);
	text-align: center;
	color: #fff;
}

.weather-current .conditions span {
	display: block;
}

.weather-current .conditions .temp {
	font-size: 52px;
	font-weight: bold;
}

.conditions.x-large .middle-text {
	vertical-align: middle;
    transform: translateY(-50%);
    top: 40%;
    position: relative;
}

.weather-current .conditions.x-large .temp {
	font-size: 72px;
	font-weight: normal;
}

.weather-current .conditions .description {
	font-size: 22px;
}

.weather-current .conditions.x-large .description {
	font-size: 28px;
}

.weather-current .conditions.x-large .feel{
	font-size: 18px;
}

.weather-conditions .feel {
	font-size: 16px;
}

.weather-current .conditions-extras {
	position: relative;
/* 	width: 34%; */
	height: 410px;
	float: left;
	padding: 20px;
	background: linear-gradient(to right, #087eba, #0996d7 100%);
	color: #fff;
}

.weather-current .video {
	width: 95%;
	/* height: 130px; */
	margin: 0 auto 10px;
}

.weather-current .app-link {
	width: 95%;
	margin: 15px auto;
	text-align: center;
}

.weather-current .app-link a {
	color: #fff;
	font-weight: bold;
}

.weather-current .conditions-extras table {
	width: 95%;
	margin: 10px auto;
}

.weather-current .conditions-extras table .desc {
	width: 50%;
}

.weather-daily {
	clear:both;
	margin-bottom: 20px;
	background: #08598c;
}

/* weather day */
.weather-daily .day {
	width: 20%;
	float: left;
	padding: 5px;
	background: #08598c;
	color: #fff;
	text-align: center;
}

.weather-daily .weekday {
	background: #1d5eb8;
	font-size: 20px;
	font-weight: bold;
}

.weather-daily .conditions {
	min-height: 175px;
	background: #167cb2;
}

.weather-daily .description {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	font-size: 11px;
	text-transform: uppercase;
}

.weather-daily .high {
	background: #bc2127;
}

.weather-daily .low {
	background: #fff;
	color: #000;
}

.weather-daily .pop {
	background: rgba(0,0,0,.3);
	color: #fff;
}

/* weather search */
.weather-search {
	padding: 10px 0;
	margin-bottom: 20px;
}

.weather-search form {
	margin: 10px 0;
}

.weather-search button {
	margin-top: 10px;
}

/* weather radar live */
.weather-radar-live {
	margin-bottom: 20px;
}


/* weather widget */
.col-sm-6.weather-widget {
	margin-bottom: 20px;
	padding: 0;
}
.tease.weather-widget {
	padding-top: 10px;
	color: #fff;
	border-right: 1px solid #172fa7;
	vertical-align: middle;
	text-align: center;
}

.tease.weather-widget .time {
	display: block;
	text-transform: uppercase;
}
.tease.weather-widget .temp {
	display: block;
	width: 50%;
	height: 50px;
	float: left;
	padding-top: 7px;
	font-size: 24.5px;
	text-align: right;
}

@media (max-width: 1200px) and (min-width: 976px) {
	.tease.weather-widget .temp {
		width: 100%;
		font-size: 18px;
		text-align: center;
		height: initial;
	}
}

@media (max-width: 363px) {
	.tease.weather-widget .temp {
		width: 100%;
		font-size: 18px;
		text-align: center;
		height: initial;
	}
}

/*hour by hour*/
.weather-hourly table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.weather-hourly table td {
	width: 12.5%;
	background: linear-gradient(#006b9b, #00a6dd 100%);
	color: #fff;
	border-right: 1px solid #44aad0;
	border-bottom: 1px solid #44aad0;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.weather-hourly table td:first-child {
	border-left: 1px solid #44aad0;
}

.weather-hourly .weekday,
.weather-hourly table td.weekday,
.weather-hour-by-hour table td.weekday {
	text-align: left;
	background: #fff;
	color: #000;
	border: none;
	font-weight: bold;
}

.weather-hourly table .hour {
	margin: 0 0 10px;
	padding: 5px;
	background: #1a7ea9;
}

.weather-hourly table .temp {
	font-size: 16px;
}

.weather-hourly table .sky-short {
	min-height: 44px;
	padding: 0 3px;
}

.weather-hourly .hour-mobile {
	color: white;
	background: linear-gradient(to right, #006b9b, #00a6dd 100%);
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-bottom: 1px solid #44aad0;
}

@media (max-width: 480px) {
	.weather-hourly .hour-mobile {
		font-size: 12px;
	}
}

.weather-hourly .hour-mobile span {
	text-align: center;
	padding: 10px;
	display: inline-block;
}

.weather-hourly .hour-mobile .sky-short {
	text-align: left;
}

.weather-hourly .hour-mobile .hour,
.weather-hourly .hour-mobile .temp,
.weather-hourly .hour-mobile .sky-short {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 480px) {
	.weather-hourly .hour-mobile .hour,
	.weather-hourly .hour-mobile .temp {
		width: 20%;
	}
	
	.weather-hourly .hour-mobile .sky-short {
		width: 40%;
	}
}

.weather-hourly .hour-mobile .hour {
	background: #1a7ea9;
}

.weather-hourly .page-link {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.hour-by-hour-table {
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
}

.hour-by-hour-table tr {
	background: linear-gradient(to right, #006b9b, #00a6dd 100%);
	background-attachment:fixed;
}

.hour-by-hour-table th, 
.hour-by-hour-table td {
	padding: 5px;
	border: 1px solid #44aad0;
	text-align: center;
}

@media (max-width: 480px) {
	.hour-by-hour-table th, 
	.hour-by-hour-table td {
		padding: 2px;
	}
}

.hour-by-hour-table th {
	background: #1a7ea9;
}

.weather-hour-by-hour .weather-sky-short {
	display: inline-block;
	float: left;
	padding: 13px 7px;
	font-weight: normal;
}

.weather-hour-by-hour .icon {
	float: left;
}


/* weather icons - weather conditions */
.conditions .icon,
.icon {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.icon.x-large {
	width: 170px;
	height: 170px;
	background-size: 170px 170px;
	transform: translateY(-50%);
	top: 25%;
}

@media screen and (max-width: 767px) {
	.icon.x-large {
		top: 40%;
	}
}

@media screen and (max-width: 320px) {
	.icon.x-large {
		width: 120px;
		height: 150px;
		background-size: 120px 120px;
		top: 40%;
	}
}

.icon.large {
	width: 200px;
	height: 200px;
	background-size: 200px 200px;
}

.icon.medium {
	width: 125px;
	height: 125px;
	background-size: 125px 125px;
}

@media screen and (max-width: 320px) {
	.icon.medium {
		width: 100px;
		height: 110px;
		background-size: 100px 100px;
	}
}

.icon.small {
	width: 75px;
	height: 75px;
	background-size: 75px 75px;
}

.icon.mini {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}


.icon.thunderstorms {
	background-image: url(../images/sprites/thunderstorms.png);
}
.icon.snow_night {
	background-image: url(../images/sprites/snow_night.png);
}
.icon.blowing_snow {
	background-image: url(../images/sprites/blowing_snow.png);
}
.icon.sleet_day,
.icon.sleet {
	background-image: url(../images/sprites/sleet_day.png);
}
.icon.rain_night {
	background-image: url(../images/sprites/rain_night.png);
}
.icon.rain_day {
	background-image: url(../images/sprites/rain_day.png);
}
.icon.mostly_cloudy_night {
	background-image: url(../images/sprites/mostly_cloudy_night.png);
}
.icon.partly_cloudy_day {
	background-image: url(../images/sprites/partly_cloudy_day.png);
}
.icon.mostly_cloudy_day {
	background-image: url(../images/sprites/mostly_cloudy_day.png);
}
.icon.Fog_night {
	background-image: url(../images/sprites/Fog_night.png);
}
.icon.fog_day {
	background-image: url(../images/sprites/fog_day.png);
}
.icon.partly_cloudy_night {
	background-image: url(../images/sprites/partly_cloudy_night.png);
}
.icon.cloudy_day {
	background-image: url(../images/sprites/cloudy_day.png);
}
.icon.clear_night {
	background-image: url(../images/sprites/clear_night.png);
}
.icon.clear_day {
	background-image: url(../images/sprites/clear_day.png);
}
.icon.snow_day {
	background-image: url(../images/sprites/snow_day.png);
}



/* alerts */
#zipcode-alert {
	display: none;
}

.bad-input {
	margin: 0 10px;
	padding: 2px;
	border: 1px solid #900;
	color: #900;
}

/* uv-index and aqi */
#uv-main-container,
#air-quality-main-container {
	margin-bottom: 15px;
	padding-top: 10px;
}

#uv-today,
#aqi-today {
	font-size: 1.0em;
    margin-bottom: 0px;
    display:inline;	
}

#uv-today a,
#aqi-today a {
	font-size: .8em;
}

#uv-row-2,
#aqi-row-2 {
	width: 100%;
	margin: 0px 0px 0px 0px;
    border-top: 1px solid #ccc;
}

.uv-guage,
.aqi-gauge {
	margin-top: 2px;
	padding: 0px 0px 0px 0px;
}

.uv-guage img,
.aqi-gauge img {
	width: auto;
	vertical-align: text-top;
}

.uv-guage div,
.aqi-gauge div {
	max-height: 14px;
}

.uv-number,
.aqi-number {
	color: #444;
	font-size: 2em;
	font-weight: bold;
}

.aqi-number {
	padding-left: 5px;
	padding-right: 5px;
}

.uv-description,
.aqi-description {
	margin-top: 10px;
}

.tooltip-inner {
	color: #444;
	background: rgba(255,255,255, 1);
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.uv-Guidebox {   
	float: left;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-right: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.uv-Guidebox.low {   
    background-color: green;
}

.uv-Guidebox.moderate {   
    background-color: yellow;
}

.uv-Guidebox.high {   
    background-color: orange;
}

.uv-Guidebox.veryhigh {   
    background-color: red;
}

.uv-Guidebox.extreme {   
    background-color: violet;
}

.tooltip-inner {
    text-align:left;
    border: solid 1px #ccc;
}

.aqi-Guidebox {   
	float: left;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-right: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.aqi-Guidebox.good {   
    background-color: #00cc00;
}

.aqi-Guidebox.moderate {   
    background-color: #ffff00;
}

.aqi-Guidebox.unhealthygroups {   
    background-color: #ff6600;
}

.aqi-Guidebox.unhealthy {   
    background-color: #ff0000;
}

.aqi-Guidebox.veryunhealthy {   
    background-color: #99004c;
}

.aqi-Guidebox.hazardous {   
    background-color: #7e0023;
}


/* TAYLOR FIXING PHONE FROM THREE-TONE TO TWO-TONE */
#weather-trifold {
	margin-right: 0px;
	margin-left: 0px;
}

.z-1 {
	position: relative;
	z-index: 1;
}

.z-2 {
	z-index: 2;
	position: relative;
}

.z-3 {
	z-index: 3;
	position: relative;
}

.meteorologist-bio-mobile {
	background: #1d5eb8;
	margin-top: 250px; 
	max-height: 50px;
}

@media screen and (max-width: 767px) {
    .weather-current .meteorologist {
    	height: 250px;
    }
    .weather-current .conditions {
    	padding-top: 0px;
    	height: 250px;
    }
    .weather-current .meteorologist-profile-pic img {
		width: auto;
		max-width: 240px;
	}
	.weather-current .conditions .icon {
 		margin-top: -20px !important;
	}
	.weather-current .conditions .middle-text {
		margin-top: -25px;
	}
	.conditions.x-large .middle-text {
		margin-top: 20px;
	}
	.weather-daily .swiper-wrapper .day {
		width: 33%;
	}
}

.meteorologist-bio-mobile span,
.meteorologist-bio-mobile strong {
	display: block;
	color: white;
}

.next:after,
.prev:after {
    content: '';
    font-family: 'fontawesome';
    position: absolute;
    top: 45%;
    font-size: 50px;
    margin-top: -25px;
    content: '\f105';
    right: 15px;
    z-index: 10;
    color: #fff;
}

.prev:after {
    content: '\f104';
    left: 15px;
}
.swiper-button-disabled {
	display: none;
}
/* FOR TODD */
.weather-temps .tease .tease-content {
	height: auto;
}



/* SCHOOL AND BUSINESS CLOSINGS */
td.date {
    white-space: nowrap;
}
.pagination>li>a, .pagination>li>span {
	float: none;
}

#closingsTable .table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #dedede;
}

@media ( max-width : 767px) {
	#closingsTable .table {
		display: block;
	}
}

.results-mobile {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
}


/* TODO: RENAME TO SCHOOLCLOSINGS.CSS */

.closings-container {
	background-color: #d0011b;
	color: white;
	font-weight: bold;
	heigth: 60px;
	margin-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
	z-index: 9001;
	position: relative;
}

.closings-title {
	text-transform: uppercase;
	color: white;
	font: 1em Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
}

.closings-container marquee {
	margin: 0;
	padding: 10px;
	background: #b4011b;
}

@media screen and (max-width: 410px) {
	.closings-title {
    	font: 1em Arial,Helvetica,Verdana,sans-serif;
	}
	.marquee-text {
		font-size: 12px;
	}
}


/* alerts */
.alerts {
	margin-bottom: 20px;
	color: #fff;
}

.alerts .rotator,
.alerts .swiper-slide {
	margin-bottom: 0;
}

@media screen and (max-width: 480px) {
	.alerts .swiper-slide {
		padding: 0;
	}
}

.alerts .prefix {
	display: table;
	height: 60px;
	padding-right: 0;
}

@media screen and (max-width: 767px) {
	.alerts .prefix {
		padding: 0;
	}
}

.alerts .prefix h2 {
	display: table-cell;
	background: #ba0000;
	vertical-align: middle;
	line-height: 1;
	text-transform: uppercase;
}

.alerts .prefix h2 span {
	padding-left: 10px;
}

.alerts .object-title {
	padding: 0;
}

.alerts .object-title p {
	display: table-cell;
	font-weight: 500;
	font-size: 16px;
	vertical-align: middle;
	height: 60px;
}

.alerts .object-title p,
.alerts .object-title a,
.alerts .object-title i {
	color: #fff;
}

.alerts .object-title i {
	margin-right: 5px;
}

.alerts .title {
	display: inline-block;
	padding: 0 15px;
}

.alerts img {
	width: auto;
	height: 100%;
}

@media screen and (max-width: 480px) {
	.alerts img {
		display: none;
	}
}

/* alerts pagination */
@media screen and (min-width: 992px) {
	.alerts .pagination-background {
		padding-left: 0;
	}
}

@media screen and (max-width: 992px) {
	.alerts .pagination-background {
		padding: 0;
	}
}

.alerts .pagination-container {
	display: table;
	width: 100%;
	height: 60px;
	background: #9f0000;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.alerts .pagination-container {
		width: 92%;
	}
}

.alerts .pagination {
	display: table-cell;
	margin: 0 5px;
	vertical-align: middle;
	text-align: center;
}

.alerts .next,
.alerts .prev {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
	text-shadow: 0px 0px 4px black;
	text-decoration: none;
}

.alerts .next:after,
.alerts .prev:after {
	position: relative;
	top: 0;
	right: 0;
	left: 10;
	bottom: 0;
    content: '';
    font-family: 'fontawesome';
    font-size: 24px;
    content: '\f054';
    color: #fff;
    opacity: .7;
}

@media screen and (max-width: 480px) {
	.alerts .next:after,
	.alerts .prev:after {
		left: 0;
	}
}

.alerts .prev:after {
	content: '\f053';
}

.marquee-text {
	margin-top: 10px;
}

.x-box {
	padding-right: 10px;
	padding-top: 5px;
}

.marqueeDarkRed {
	background: #b4011b;
	background-clip:content-box;
    height: 40px;
}

/* .marquee-text {
	width: calc(100% - 50px);
} */

marquee span {
	display: inline-block;
}

/* breaking-news specific */
.alerts.breaking-news .rotator,
.alerts.breaking-news .pagination-container {
	background: #9f0000;
}

.breaking-news .prefix h2 span,
.live-video .prefix h2 span {
	display: none;
}

.alerts.live-video .prefix h2 {
	background: #498fe1;
}

/* live-video specific */
.alerts.live-video .rotator,
.alerts.live-video .pagination-container {
	background: #214e77;
}


/* severe weather specific */
.alerts.severe-weather .rotator,
.alerts.severe-weather .pagination-container {
	background: #2a3877;
}

.alerts .swiper-slide {
	overflow: hidden;
	white-space: nowrap;
}



/* 06292016 changes */
@media screen and (max-width: 991px) {
	.alerts .prefix h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.alerts .prefix {
		height: 30px;
	}

	.alerts .prefix h2 span {
		padding: 15px;
	}
}

@media screen and (max-width: 480px) {
	.alerts .oneBreaking .swiper-slide {
		white-space: normal;
	}
}

@media screen and (min-width: 768px) {
	.oneBreaking {
	    padding-right: 15px !important;
	}
}

@media screen and (max-width: 768px) {
	div#closingsTable .name {
	    font-weight: 700;
		}
 	#closingsTable td {
	    display: inline-block;
	}
	#closingsTable .description {
		display: inline-block;
		width: 100%;
	}
	#closingsTable .name {
		display: block;
	}
	#closingsTable td.county {
	    width: 40%;
	    height: 45px;
	}
	#closingsTable td.status {
	    width: 30%;
	    height: 45px;
	}
	#closingsTable td.date {
    	width: 30%;
	    height: 45px;
	}
	div#closingsTable thead {
		display: none;
	}
	#closingsTable td {
	    padding-top: 0px;
	    padding-bottom: 5px;
	}
	div#closingsTable td {
	    border-top: 0px;
	}
	#closingsTable .table {
	    display: table;
	}
}