.branding__title {
    color: #4a4a4a;
    display: block;
    margin-bottom: 10px;
}

.branding__off-site-link {
    display: block;
    width: 175px;
    margin-bottom: 10px;
}

.branding .branding__mini-teaser {
    color: #767676;
    font-weight: 400;
}

.branding__mini-teaser a {
    color: #5076b8;

}

.no-touch .branding__mini-teaser a:hover {
    color: #5076b8;
    opacity: .8;
}

.story-layout .branding > .branding__inner,
.story-layout .branding.branding--seamus .branding__mini-teaser {
    display: block;
}

@media screen and (max-width: 767px) {
    .subnav-tools-wrap {
        display: block;
    }

    .toggle.toggle--agg-tools {
        display: none;
    }


    .branding .branding__mini-teaser,
    .branding__off-site-links {
        display: block;
        padding-left: 15px;
    }

    .branding__mini-teaser {
        margin-bottom: 10px;
        line-height: 1.2;
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .branding {
        padding-top: 45px;
    }

    .branding .branding__lead-in {
        display: none;
    }

    .branding__mini-teaser {
        margin-bottom: 15px;
    }

    .branding .branding__mini-teaser {
        text-transform: none;
        font-weight: 400;
        font-size: 18px;
    }

    .branding__off-site-link {
        float: left
    }

    .branding__off-site-link--one {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .branding {
        padding-top: 30px;
    }
}
