/*  ALLOWS SPONSORSHIP IN HEADER

header > .section-inner {
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	padding-right: 165px !important;
}

@media screen and (max-width:600px), handheld and (max-device-width:600px) {

    header > .section-inner {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0 !important;
    }

    .header-sponsored > .section-inner {
        padding-right: 0;
    }
}

*/

.header-nav-search {
    color: #0e256b;
}

.nav-transition .header-nav-search {
    color: #fff;
}

.nav-transition .header-nav-search:hover,
.nav-transtition .header-nav-search:focus {
    color: #e8ba55;
}

.static_background_desktop {
    background: linear-gradient(to right, #0d246f 0%,#134596 10%,#0d246f 100%);
}

#main-nav-floating-sticky-wrapper.is-sticky #main-nav-floating {
    background: linear-gradient(to right, #0d246f 0%,#134596 10%,#0d246f 100%);
}

#main-nav-floating-sticky-wrapper.is-sticky .main-nav a {
    color: #fff;
}

.main-nav ul.nav-small.nav-open {
    background: linear-gradient(to right, #0d246f 0%,#134596 10%,#0d246f 100%);
}

.main-nav .submenu li a {
    color: #0e256b;
}

.nav-transition {
    background: linear-gradient(to right, #0d246f 0%,#134596 10%,#0d246f 100%);
}

.nav-transition li a {
    color: #fff;
}

.nav-transition li a:hover,
.nav-transition li a:focus {
    color: #e8ba55;
}

.nav-transition .submenu li a:hover,
.nav-transition .submenu li a:focus {
    color: #e8ba55;
}

.weather-video-article-title a{
	text-decoration: none;
    color: #000000;
}

.weather-video-article-title a:hover{
	color: #69affb;
}

.clear {
    clear: both;
}

.contact-form.school-closings {
    margin-top: 10px;
    width: 100%;
}

/* mod sections */

.mod-section h1 > a {
    color: #000000;
}

.mod-section h1 > a:hover {
    color: #69affb;
}

.mod-section h1 {
    color: #0d246f;
    margin-bottom: 8px;
}

.mod-section-2-item-title a:hover,
.mod-section-3-item-title a:hover{
    color: #69affb;
}

.mod-section-4 h1 a,
.mod-section-4-col a,
.callout-item-title-link a,
.aside-sidebar-three-item-list-title {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.mod-section-4-col a:hover,
.primary-tags-wrapper a:hover {
    color: #69affb;
}

.mod-section-2-item-title i:before,
.mod-section-3-list-item i:before,
.mod-section-3-images-item-title i:before,
.mod-section-4-col i:before,
.mod-section-5-callout-item i:before,
.content-listing-with-img i:before,
aside i:before {
    color: #0d246f;
}

.callout-item-title-link > a:hover,
.view-more a:hover {
    color: #69affb;
}

.primary-tags {
    color: #ffffff;
    background-color: #0f2164;
}

.title-alert:before {
    background-color: #0D246B;
}

.title-alert:after {
    border-color: #0D246B;
}

/* sidebar */

aside h2 {
  color: #0D246B;
}

.aside-newsletter-title span,
.aside-newsletter-title > i,
.aside-newsletter-signup-thanks,
.aside-newsletter-signup-input-wrap button:hover {
    color: #0D246B;
}

/* Weather App */

.weather-view-column > a {
    color: #0d246f;
}

.weather-view-column > a:hover {
    color: #69affb;
}

.mobile-only.header-social-search {
    display: none;
}


/* Live stream */

.live-stream-container {
    background: linear-gradient(to right, #112057 0%,#133780 50%,#112057 100%);
}

@media screen and (max-width: 1000px), handheld and (max-device-width: 1000px) {

    .main-nav ul li a,
    .main-nav .submenu li a  {
        color: #fff;
        transition: none;
    }

    .main-nav li a:hover, 
    .main-nav li a:focus {
        color: #e8ba55;
    }

    .main-nav,
    .main-nav .submenu {
        background: linear-gradient(to right, #0E2672 0%,#134596 10%,#0D246F 100%);
    }

    .mobile-floating-nav {
        background: linear-gradient(to right, #0E2672 0%,#134596 10%,#0D246F 100%);
    }

    .header-nav-icons li a {
        border-bottom: none;
    }

    .header-nav-icons i {
        color: #fff;
    }

}

@media (max-width: 600px) {

    .header-sponsor-ad {
        height: 52px; /* cbs58 nav is different height then telemundo */
    }

    .header-sponsor-ad, .sticky-sponsor-ad {
        top: 3px;
    }

    .sticky-sponsor-ad-wrapper.is-sticky .header-sponsor-ad.sticky-sponsor-ad {
        top: 0px;
    }
}

@media screen and (min-width: 600px), handheld and (min-device-width: 600px){

    .contact-form.school-closings {
      width: 80%;
    }

    .one-fourth-col-field {
      width: 25%;
    }

    .half-col-field {
        width: 50%;
    }

    .three-fourth-col-field {
        width: 75%;
    }

    .col-field-right-spacing {
        padding-right: 20px;
    }

    .col-field-inline {
        display: inline-block;
        float: left;
    }
}

@media screen and (min-width: 1100px), handheld and (min-device-width: 1100px){

    .contact-form.school-closings {
      width: 60%;
    }
}
