/* 1190 */

.banner.banner-short .banner-content,
#stage .pg,
.episodeBox-wrapper,
.blog-box-wrapper,
.learning-topics-wrapper{
    max-width: 1070px;
}

#stage.single .post{
    max-width: 920px;
}

.header{
    padding: 0 70px;
}

.header .search-box{
    width: 280px;
}

.menu-header a {
    padding: 0 16px;
}

/* resources */
    body.page-slug-resources .resource-section.section-2{
        background-image: url('../images/resources/resources-book.jpg');
        background-position: 100% 50%;
        background-repeat: no-repeat;
    }
    body.page-slug-resources .resource-section.section-2 .resource-section-content{
        padding-right: 380px;
    }
    body.page-slug-resources .resource-section.section-2 .column{
        min-width: 345px;
        min-height: 355px;
    }
    body.page-slug-resources .resource-section.section-2 .column.plain{
        min-width: 0;
        min-height: 0;
    }

#footer{}

    #footer .div_short{
        display: none;
    }
    #footer .newsletter{
        float: left;
        padding: 60px 0 30px;
    }
    #footer .newsletter h2{
        text-align: left;
    }
    #footer .underwriters{
        float: right;
        padding: 55px 0 0;
    }
    #footer .underwriters a{
        display: inline-block;
        margin: 0 10px 0;
    }
    #footer .underwriters a:last-child{
        margin-right: 0;
    }
    #footer .underwriters a img{
        height: 76px;
        width: auto;
    }
    #footer .social_links{
        clear: left;
        padding: 0 0 30px 0;
    }
    #footer .social_links a{
        float: left;
    }
    #footer .footer_links a{
        float: left;
        padding-right: 20px;
    }
    #footer .copyright{
        float: right;
    }
    #footer .back_to_top{
        display: none;
    }
