@media (max-width: 1000px) {
    .container-960 {
        width: 90%;
        margin: 0 auto;
    }

    .featured-item h2 {
        font-size: 70px;
    }

    .featured-item h3 {
        font-size: 35px;
    }
}

@media (max-width: 900px) { 
    .content-genres li {
        font-size: 0.9em;
    }

    .our-network-list {
        -moz-column-count: 4;
        -moz-column-gap: 50px;
        -ms-column-count: 4;
        -ms-column-gap: 50px;
        -webkit-column-count: 4;
        -webkit-column-gap: 50px;
        column-count: 4;
        column-gap: 50px;
    }
}

@media (max-width: 800px) {
    #header .social {
        right: 65px;
    }

    .content-genres li {
        width: auto !important;
        padding: 6px !important;
        border: 1px solid white;
    }

    .content-genres li:not(.content-genre--active) {
        background: #AAA;
    }
}


@media (max-height: 800px) {
    .featured-item-container {
        top: 100px;
        bottom: 60px;
    }

    .featured-item-info {
        width: 80%;
        margin-left: -40%;
    }
}

@media (max-height: 700px) {
    .featured-item h2 {
        font-size: 70px;
    }

    .featured-item h3 {
        font-size: 35px;
    }

    .featured-item-info {
        width: 80%;
        margin-left: -40%;
    }
}


@media (max-width: 730px) {
    #header .social {
        display: none;
        opacity: 0;
    }
}


@media (max-width: 650px) {

    #header.nav-open .social {
        display: block;
        left: 50%;
        margin-left: -60px;
        top: 84px;
        width: 120px;
        opacity: 1;
        transition: .7s;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .sidebar.mobile-only .section > img,
    .sidebar.mobile-only .section > a > img {
        width: 100%;
    }

    .modal-close {
        right: -10px;
        top: -35px;
    }

    #header.nav-open {
        background-position: -1570px;
    }

    #header .header-nav {
        overflow: auto;
        padding-top: 50px;
    }

    #header .header-nav > ul:not(:first-child) {
        border-top: 1px solid #999;
        margin-top: 10px;
        padding-top: 10px;
    }

    #header .search {
        display: none;
    }

    .section-link--more {
        position: relative;
    }


    .featured-item-container {
        position: static;
    }

    .featured-item-container .carousel-indicator {
        display: none;
    }

    .featured-item-indicator {
        display: block;
        top: -440px;
        left: 0;
        position: absolute;
        top: 140px;
        width: 100%;
    }

    .featured-item h2 {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(0,0,0,0.8);
        font-size: 40px;
        padding: 0px;
        height: 80px;
        color: white;
    }

    .featured-item h2 a img {
        max-height: 55px;
    }

    .featured-item .featured-play {
        left: 50%;
        top: 50%;
        margin-left: -25%;
    }

    .feature-masthead-video-controls {
        right: 10px;
    }

    .featured-item-info {
        bottom: 0;
        left: 0;
        margin-left: 0;
        height: 50px;
        width: 100%;
    }

    .featured-item-info-text {
        height: 100%;
    }

    .featured-item-info-switches {
        bottom: 60px;
        display: none;
    }


    #masthead {
        height: 200px;
        margin-bottom: 10px;
    }

    .singular #content h1 {
        line-height: 1em;
        font-size: 40px;
        padding: 20px 0;
    }

    .section--border-right {
        border: none;
    }

    .content-switches > li {
        text-align: left;
    }

    .content-switches .switch {
        float: right;
    }

    .management img {
        display: block;
    }

    .singular .page-related li {
        float: none;
        width: 100%;
    }


    #footer {
        font-size: 0.9em;
        background-position: -1570px;
    }

    #footer .row {
        margin-bottom: 0;
    }

    #footer .col {
        margin-bottom: 0;
    }

    #footer .container-960 {
        background: none;
    }

    #footer a {
        color: white;
        padding: 6px 0;
        display: block;
    }

    #footer .logo {
        margin-top: 20px;
    }

    .our-network-list {
        -moz-column-count: 3;
        -moz-column-gap: 50px;
        -ms-column-count: 3;
        -ms-column-gap: 50px;
        -webkit-column-count: 3;
        -webkit-column-gap: 50px;
        column-count: 3;
        column-gap: 50px;
    }
}

@media (max-width: 480px) {

    .singular #content h1 {
        font-size: 30px;
        padding: 10px 0;
    }

    .news-rollup--image {
        width: 100%;
        height: 170px;
        margin-bottom: 10px;
    }

    .news-rollup--excerpt {
        margin-bottom: 6px;
    }

    .article-content .news-image {
        width: 100%;
        float: none;
        padding: 10px 0;
    }


    .our-network-list {
        -moz-column-count: 1;
        -moz-column-gap: 50px;
        -ms-column-count: 1;
        -ms-column-gap: 50px;
        -webkit-column-count: 1;
        -webkit-column-gap: 50px;
        column-count: 1;
        column-gap: 50px;
    }

    .our-network-list {
        background-color: #050040;
    }

    li.our-network-area {
        color: #fff;
        margin-bottom: 0;
    }

    li.our-network-country {border-top: 1px solid white;}

    .our-network-list li.our-network-country:first-child {border-top: none;}

    .our-network-country a {
        color: white;
        text-transform: uppercase;
        display: block;
        line-height: 40px;
        margin: 5px 10px;
        padding-top: 5px;
    }

    .our-network-country--content {
        background-color: #e0e0e0;
        color: #797878;
        padding: 15px;
    }

    .our-network-country--content p {
        margin: 0;
        padding-bottom: 1.1em;
    }

    .our-network-country--desktop {
        display: none !important;
    }

    span.our-network-area--title {
        display: block;
        background: #fff;
        color: #050040;
        padding: 10px;
        padding-top: 2em;
    }

    .partner {
        width: 45%;
    }
}