/* Topic branding should be hidden on stories even though Politics now has full branding */
.tmplNewsStory .contentheader .branding,
.tmplBlogNewsStory .contentheader .branding,
.tmplBlogAboutStory .contentheader .branding,
.tmplBookStory .contentheader .branding,
.tmplMusicStory .contentheader .branding,
.tmplNewsMultimedia .contentheader .branding {
    display: none;
}

.tmplNewsStory #subNavigation,
.tmplBlogNewsStory #subNavigation,
.tmplBlogAboutStory #subNavigation,
.tmplBookStory #subNavigation,
.tmplMusicStory #subNavigation,
.tmplNewsMultimedia #subNavigation {
    display: none;
}

@media screen and (min-width: 768px) {
    .agg.thing-type-topic .contentheader .branding .main img {
        height: 44px;
    }

    .agg.thing-type-topic .breadcrumb {
        display: none;
    }

    /* Create space for the social icons */
    .subnav-tools-wrap #subNavigation .bucketwrap {
        margin-right: 92px;
    }
}
