/* title highlight color */
.branding__title--custom-text > b {
    color: #193864;
}

@media only screen and (min-width: 768px) {
    .blog .branding,
    .newsletter .branding {
        align-items: center;
    }

    .blog .branding > a,
    .newsletter .branding > a {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog .branding__image-icon,
    .newsletter .branding__image-icon {
        position: relative;
        top: 14px;
        width: 50px;
    }

    .blog .branding .branding__inner,
    .newsletter .branding .branding__inner {
        position: relative;
        top: -8px;
        left: 35px;
    }

    .agg #contentfooter .branding,
    .story-layout.blog #contentfooter .branding {
        padding-top: 15px;
    }

    .story-layout.blog .contentheader .branding > a,
    .newsletter .contentheader .branding > a  {
        position: relative;
        top: -5px;
    }

    .branding .branding__title.branding__title--custom-text > b {
        white-space: nowrap;
    }
}