.map-col {
    float: left;
    width:50%;
}

#weather-radar {
    margin: 20px 20px 20px 10px;
}

#weather-mapbox { 
    margin: 20px 10px 20px 20px;
}

#weather-radar-content,
#weather-mapbox-content {
    width: 100%;
}

/* WEATHER RADAR */
#weather-radar-heading {
	width: 77px;
}

#weather-radar-current-location {
	background: #c0931a url(../img/arrow-down.png) right 10px center no-repeat;
    background-size: 12px 10px;
}

#weather-radar-more {
	width: 210px;
}

#weather-mapbox-heading {
	width: auto;
}

#weather-mapbox-location {
	width: 40%;
}

#weather-radar-location {
    width: 40%;
}


#weather-mapbox-current-location {
	background: #c0931a url(../img/arrow-down.png) right 10px center no-repeat;
    background-size: 12px 10px;
}

#weather-mapbox-more {
	width: 195px;
}

#weather-video-heading {
	width: 300px;
}

.weather-block-heading{
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: AvenirLTStd-Heavy;
    font-size: 1.2em;
    color: #FFFFFF;
    background-color: #d7a41b;
}
.weather-block-current-location{
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-family: AvenirLTStd-Heavy;
    font-size: 1.08em;
    color: #FFFFFF;
}
.weather-block-current-location:hover{
	cursor: pointer;
	background-color: #ad8319 !important;
}
.weather-block-more{
	position: relative;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: AvenirLTStd-Heavy;
	text-transform: uppercase;
    font-size: 0.9em;
    color: #FFFFFF;
    background-color: #ad8319;
}

.weather-location-list{
	list-style: none;
	padding: 0;
	display: none;
    position: absolute;
    width: 40%;   
}

.weather-location-list li{
	padding: 5px 0 5px 15px;
	font-family: AvenirLTStd-Heavy;
    font-size: 1.08em;
    color: #FFFFFF;
    background-color: #c0931a;
    cursor: pointer;
}

.weather-location-list li:hover{
	background-color: #ad8319;
}

.weather-block-menu{
	width: 100%;
	height: 35px;
	background-color: #ad8319;
	position: relative;
	z-index: 2;
}

.weather-block-menu-sect{
	vertical-align: top;
	float: left;
}

.weather-block-content {
    display: inline-block;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0;
	z-index: 1;
}

.dummy-element {
    margin-top: 56%;  
}

.weather-element {
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
}

.weather-block-content img {
	width: 100%;
}

#weather-mapbox-more{
	background: #ad8319 url(../img/arrow_rev.png) 165px center no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
}



/* Mobile CSS Styles for Detailed Forecast Pages  */
#article-stats.weather-page-menu-container {
    overflow: visible;
    position: relative;
}

#article-stats.weather-page-menu-container .weather-block-menu {
    background: #ad8319;
}

#article-stats.weather-page-menu-container .weather-block-heading {
    font-size: 14px;
    width: auto;
    margin-right: 20px;
    line-height: 15px;
    padding-top: 10px;
    height: 49px;
    display: inline-block;
}

#article-stats.weather-page-menu-container  .weather-block-location {
    float: none;
    width: 100%;
}

#article-stats.weather-page-menu-container .weather-block-current-location {
    background: #c0931a url(../img/arrow-down.png) 98% 50% no-repeat;
    background-size: 12px 10px;
    height: 49px;
    font-size: 15px;
    line-height: 49px;
}

#article-stats.weather-page-menu-container .weather-block-menu {
    height: auto;
    line-height: 49px;
    width: auto;
}

#article-stats.weather-page-menu-container .weather-location-list {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    width: 100%;
}

#article-stats.weather-page-menu-container .weather-location-list a {
    color: #fff;
    display: block;
}

#article-stats.weather-page-menu-container .weather-location-list a:hover {
    text-decoration: none;
}

.article-content .weather-forecast-image-wrap {
    background: #333;
    margin-bottom: 30px;
}
.weather-block-content.loader,
.article-content .weather-forecast-image-wrap.loader {
    background: #333 url(../img/ajax_loader.gif) center no-repeat;
    background-size: 64px 64px;
}

.article-content img.weather-forecast-image {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
}

/* CSS Styles for Detailed Forecast Pages on Desktops and Tablets  */
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {

    /* WEATHER PAGE SUMMARY STYLES */
    #article-stats.weather-page-menu-container .weather-block-heading {
        font-size: 14px;
    }

    #article-stats.weather-page-menu-container  .weather-block-location {
        float: none;
        width: 70%;
    }

    #article-stats.weather-page-menu-container .weather-block-current-location {
        font-size: 18px;
    }

    #article-stats.weather-page-menu-container .weather-location-list {
        left: 98px;
        font-size: 14px;
        line-height: 24px;
        position: absolute;
        width: 40%;
    }
}

.weather-module {
    width: 100%;
}

.weather-module-container {
    display: block;    
    margin: auto; 
    overflow: hidden;
    width: 1260px;     
}

@media screen and (max-width: 1259px) {
    .weather-module .weather-module-container {
        width: 100%;
    }

    .weather-module {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 768px) {
    .map-col {
        float: none;
        width: 100%;
    }

    #weather-radar {
        margin: 20px;
    }

    #weather-mapbox { 
        margin: 20px;
    }    
}