.supernav-dropdown.weather-dropdown .col-md-3 .box .temp span {
    font-size: inherit;
}
.supernav-dropdown.weather-dropdown .col-md-3 .box .temp span.current-feel {
    display: block;
    font-size: 1.4rem;
}
.supernav-dropdown.weather-dropdown .col-md-3 .box .temp span.current-temp {
    font-size: 7rem;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.supernav-dropdown.weather-dropdown .col-md-3 .box .temp span.current-feel i {
    font-style: normal;
}
body[data-station="kprc"] header .site-logo,
body[data-station="wplg"] header .site-logo,
body[data-station="wjxt"] header .site-logo,
body[data-station="wdiv"] header .site-logo {
    width: 150%;
    height: 100%;
    margin: 0 5%;
    top: 0;
}
body[data-station="kprc"] header .navbar-brand:before,
body[data-station="wplg"] header .navbar-brand:before,
body[data-station="wjxt"] header .navbar-brand:before,
body[data-station="wdiv"] header .navbar-brand:before {
    width: 200%;
    right: -95px;
}
body[data-station="kprc"] .nav-links,
body[data-station="wplg"] .nav-links,
body[data-station="wjxt"] .nav-links,
body[data-station="wdiv"] .nav-links {
    padding-left: 6%;
}
.collapse.in {
    overflow-y: hidden;
    max-height: 500px;
    /* approximate max height */
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.collapse {
    max-height: 0;
    display: block;
}
a[ga-label="SA Live"] {
    background-image: url("http://media.ksat.com/theme/images/SAlive.png");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 0 49%;
    color: #ff6714!important;
    padding-left: 17px!important
}
a:hover[ga-label="SA Live"] {
    color: #fa0!important
}
li[ga-label="SA Live"] {
    padding-left: 10px
}
.navbar-nav>li {
    cursor: pointer;
}
.footer-copy span.normal {
    margin: 0;
    color: inherit;
    display: inline;
}
.moc-ad .mod-body {
    min-height: 90px;
}
div#sidebar-wrap .portlet-column-content .portlet-journal-content .portlet-body .portlet-borderless-container .portlet-body .journal-content-article .mod-wrapper.mod-ad {
    max-width: 100%;
}
nav #subnav-container {
    width: 100%;
    background-color: #367879;
}
body.index #subnav-container,
body.no-subnav #subnav-container {
    display: block;
}

.topic-index {
    padding: 140px 50px 0;
}
.topic-index .topic-header {
    width: 100%;
    background: #dfdfdf;
    padding: 10px 15px;
    position: fixed;
    top: 66px;
    left: 0;
    -webkit-box-shadow: 0 1px 4px -2px rgba(88, 88, 88, 0.26);
    -moz-box-shadow: 0 1px 4px -2px rgba(88, 88, 88, 0.26);
    box-shadow: 0 1px 4px -2px rgba(88, 88, 88, 0.26);
}
@media only screen and (min-width: 768px) {
    .mod-subnav {
        width: 750px;
    }
}
@media only screen and (min-width: 992px) {
    .footer-copy {
        width: 25%;
        font-size: 9px;
        padding: 0 30px;
        position: relative;
        top: 8px;
    }
    .mod-subnav {
        width: 970px;
    }
    .nav.navbar-nav.nav-links {
        height: 67px;
        max-width: 64%;
        white-space: nowrap;
        margin: 0 0 0 25px;
        overflow: inherit;
        display: inline-block;
    }
}
@media only screen and (min-width: 1200px) {
    .footer-copy {
        width: 40%;
        top: 0;
    }
    .nav.navbar-nav.nav-links {
        max-width: 63%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        float: left;
    }
    .mod-subnav {
        width: 1170px;
    }
}
