/* Generic blog tweaks */
#wrapper section.blog-darkgrey { background-color: #424242; }
section.blog-darkgrey .text * { color: #f0f0f0; }
section.blog-darkgrey .text a { border-color: #f0f0f0; }
section.blog-darkgrey .text a:hover { color: #fff; border-color: #fff; }
#title .title-strip.primary { background: #f0f0f0; }
#wrapper .title-strip .title-strip__info * { color: #424242; border-color: #424242; }
.title-strip .title-strip__date::before { display: none; }
#wrapper .title-strip__date { font-size: 1rem; }
#authors .parsys_column .text:first-child { margin-top: -30px; }

.title-strip.title-processed .title-strip__date.title-strip__date--with-author {
    display: inline-block;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    color: #424242;
}

.title-strip.title-processed .title-strip__info {
    display: inline-block;
    margin: 8px 0px;
    width: auto;
    line-height: 1em;
}

.title-strip.title-processed .blog-author-content {
    color: initial;
}

.title-strip.title-processed .blog-author-content {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.title-strip.title-processed .blog-author-content .title-strip__info {
    display: block;
}

@media (min-width: 768px) {
    .title-strip.title-processed .blog-author-content {
        display: block;
    }

    .title-strip.title-processed .blog-author-content .title-strip__info {
        display: inline-block;
    }
}

.title-strip.title-processed .content-detail-social-share {
    vertical-align: bottom;
}

/* 
 * Title strip for <extended author info>, including photo.
 * Enabled by JS inserting "blog-author" class name to ".title-strip__info"
 */
.title-strip.title-processed .title-strip__info.blog-author .profile-photo {
    margin: 0px 10px 0px 0px;
    max-width: 64px;
    float: left;
}

.title-strip.title-processed .title-strip__info.blog-author .title-strip__author a.contact__social-link {border:0; display: inline-block; width:22px;}
.title-strip.title-processed .title-strip__info .title-strip__author a.contact__social-link:hover {border:0;}

.title-strip.title-processed .title-strip__info.blog-author .title-strip__author a.contact__social-link .follow-icon {
    display: inline-block;
    margin: 0px 2px;
    width: 22px;
    height: 22px;
    border: none;
    padding: 0px;
    vertical-align: middle;
}
/* Set LinkedIn to the correct colour  */
.title-strip.title-processed .title-strip__info.blog-author .title-strip__author a.contact__social-link .follow-icon--linkedin {
    padding: 3px;
    background: #007cb9;
}
/* Set Twitter to the correct colour  */
.title-strip.title-processed .title-strip__info.blog-author .title-strip__author a.contact__social-link .follow-icon--twitter {
    background: #1da1f2;
}

.title-strip.title-processed .title-strip__info.blog-author .title-strip__author a.contact__social-link img.social-share-img {
    margin: 0px;
    padding: 0px;
}

.title-strip.title-processed .title-strip__info.blog-author .title-strip__author-title,
.title-strip.title-processed .title-strip__info.blog-author + .title-strip__author-title {
    display: block;
}

/* 50-50 case study widget */
.bsui p {
        margin: 0 auto;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #2d2d2d
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 28px
}
@media (max-width:992px) {
        .bsui p {
                max-width: 100%!important;
                width: 100%!important
        }
}
.bsui .h3, .bsui .h4, .bsui h3, .bsui h4 {
    font-weight: 400!important;
}
.bsui .flex-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
}
.bsui .flex-grid__col {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        background-color: #dedede
}
.bsui .flex-grid__col--text {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
}
.bsui .flex-grid__col--left {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
}
.bsui .flex-grid__col--align {
        width: 90%
}
.bsui .flex-grid__col--align blockquote {
        margin: 0;
        border: 0
}
.bsui .flex-grid__col--align blockquote p {
        font-size: 28px;
        line-height: 32px
}
.bsui .flex-grid__col--align footer {
        color: #404041;
        font-size: 16px
}
.bsui .flex-grid__col--align cite {
        font-size: 1rem;
        font-weight: 700;
        display: block
}
.bsui .flex-grid__col--image {
        position: relative;
        overflow: hidden;
        padding: 0;
        min-height: 30em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
}
.bsui .flex-grid__col--image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: auto;
        position: absolute
}
.bsui .flex-grid__col--image.compat-object-fit {
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        display: block!important
}
.bsui .flex-grid__col--image.compat-object-fit img {
        display: none!important
}
@media (max-width:992px) {
        .bsui .flex-grid {
                height: auto;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column
        }
        .bsui .flex-grid__col {
                -webkit-box-ordinal-group: vertical;
                -webkit-order: vertical;
                -ms-flex-order: vertical;
                order: vertical;
                padding: 20px;
                width: 100%
        }
        .bsui .flex-grid__col blockquote {
                margin: 20px
        }
        .bsui .flex-grid__col blockquote p {
                font-size: 22px;
                line-height: 26px
        }
}
@media (max-width:992px) and (max-width:992px) {
        .bsui .flex-grid__col blockquote {
                margin: 0;
                padding: 0
        }
}
@media (max-width:992px) {
        .bsui .flex-grid__col--left {
                -webkit-box-ordinal-group: 1;
                -webkit-order: 0;
                -ms-flex-order: 0;
                order: 0
        }
        .bsui .flex-grid__col--align {
                width: 100%
        }
        .bsui .flex-grid__col--image {
                min-height: 40em
        }
}
@media (max-width:375px) {
        .bsui .flex-grid {
                height: auto;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column
        }
        .bsui .flex-grid__col--image {
                min-height: 20em
        }
}
