.plugins_weather_widget_weather { font-family: "brandon_grotesquemedium",Arial,sans-serif; float: left; position: relative;}
.plugins_weather_widget_weather .currentDay { overflow: hidden; color: white; font-size: 20px; line-height: 22px; }
.plugins_weather_widget_weather .currentDay:hover {
	cursor: pointer;
}
.plugins_weather_widget_weather .currentDay .icon { width: 54px; display: inline-block; height: 40px;}
.plugins_weather_widget_weather .currentDay .lgtemp { display: inline-block; position: relative; top: 3px; margin-left: 9px;}
.plugins_weather_widget_weather .currentDay .arrow { background: url(/includes/public/managed/site/plugins_extended/weather/public/images/weather-arrows.png); height: 7px; width: 15px; display: inline-block; margin-left: 9px; cursor: pointer;}

.plugins_weather_widget_weather .dropdown { max-height: 0px; transition: max-height .75s; position: absolute; width: 246px; top: 0px; overflow: hidden; left: -25px; z-index: 100; /* t - 231249 */ z-index:20001;}
.plugins_weather_widget_weather.open .dropdown { max-height: 600px; }
.plugins_weather_widget_weather .dropdown .days { background: white; padding: 3px;}
.plugins_weather_widget_weather .dropdown .day { overflow: hidden; padding-bottom: 2px; margin-bottom: 2px;}
.plugins_weather_widget_weather .dropdown .icon { width: 50px; height: 79px; float: left; }
.plugins_weather_widget_weather .dropdown .icon img { position: relative; top: 20px; }
.plugins_weather_widget_weather .dropdown .weather-detail { float: left; color: #003e2c; margin-left: 5px; padding-top: 8px; padding-left: 10px; height: 79px; border-bottom: 1px solid #ddd; width: 180px;}
.plugins_weather_widget_weather .dropdown .weather-detail .temp { font-size: 20px; margin-bottom: 3px; line-height: 20px;}
.plugins_weather_widget_weather .dropdown .weather-detail .text { font-style: italic; font-size: 15px; font-family: Georgia; margin-bottom: 4px;}
.plugins_weather_widget_weather .dropdown .weather-detail .date { color: #99b1ab;  text-transform: uppercase; font-size: 15px; line-height: 15px;}
.plugins_weather_widget_weather .dropdown .close { background: url(/includes/public/managed/site/plugins_extended/weather/public/images/weather-close.png); height: 30px; width: 30px; float: right; cursor: pointer;}

.plugins_weather_widget_weather .yellow {background-color: #edb011;}
.plugins_weather_widget_weather .ltblue {background-color: #a4e8ff;}
.plugins_weather_widget_weather .blue {background-color: #0099cc;}
.plugins_weather_widget_weather .green {background-color: #5e9631;}
.plugins_weather_widget_weather .orange {background-color: #ff6633;}
.plugins_weather_widget_weather .red {background-color: #cc3333;}

@media only screen and (max-width: 64em) { 
	.plugins_weather_widget_weather { float: right; z-index: 99; }
	.plugins_weather_widget_weather .dropdown{
		right: -15px;
		left: auto;
	}
}