/*  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-sponsor-ad {
    background-color: #eeeeee !important;
}

.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;
}


/* Live stream */

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

@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%;
    }
}
