.promo-content-tile {
    position: relative;
    background-color: #FFF;
}

.promo-content-tile .promo-content-link {
    display: block;
    height: 100%;
}

.promo-content-tile .promo-content-link__intro {
    font-size: 1.125em;
}

.promo-content-tile .promo-content-link__intro p:first-child {
    margin-top: 0;
}

.promo-content-tile .promo-content-link .pcm-standard-background-image {
    padding-bottom: 0;
    padding-top: 100%;
    background-size: cover !important;
}

.promo-content-tile .promo-content-link img {
    width: 100%;
    max-width: none;
    display: block;
}

.promo-content-tile .promo-content-link .content-meta-header {
    width: 100%;
}

.promo-content-tile .promo-content-link .container-row {
    display: -ms-flexbox;
    display: flex;
}

.promo-content-tile .promo-content-link .content-type-label,
.promo-content-tile .promo-content-link .content-meta-header,
.promo-content-tile .promo-content-link .content-headline {
    transition: color .3s ease-in-out;
    width: 100%;
}

.promo-content-tile .promo-content-link:focus {
    outline: thin dotted;
}

.promo-content-tile .promo-content-link:hover .container-row:after {
    height: 100%;
}

.promo-content-tile .promo-content-link:hover .content-meta-header .bm-external-link:before {
    content: url("../images/arrow-out.svg");
}

.promo-content-tile .promo-content-link:hover .content-summary {
    color: #FFF;
}

.promo-content-tile .promo-content-link:hover .content-type-label,
.promo-content-tile .promo-content-link:hover .content-meta-header,
.promo-content-tile .promo-content-link:hover .content-headline {
    color: #FFF;
}

.promo-content-tile .promo-content-link:hover .content-resource-icon {
    opacity: 0;
}

.promo-content-tile .promo-content-link:hover .content-resource-icon--hover {
    opacity: 1;
}

.promo-content-tile .container-table {
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    margin-bottom: 50px;
    background-color: #FFF;
}

.promo-content-tile .container-row {
    background-color: #FFF;
    padding: 30px 20px;
    border: 1px solid #D2D2D2;
    height: 100%;
    min-height: 350px;
}

.promo-content-tile .container-row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ad122a;
    transition: height 0.4s ease-in-out;
}

.promo-content-tile .container-row-initial {
    display: table-row;
}

.promo-content-tile .container-row-initial:not(.video) .container-row {
    height: 21em;
}

@media screen and (max-width: 47.9375em) {
    .promo-content-tile .container-row-initial:not(.video) .container-row {
        height: 100%;
    }
}

.promo-content-tile .video-module {
    height: 204px;
    overflow: hidden;
    width: 100%;
}

.promo-content-tile .video-module img {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.promo-content-tile .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}

.promo-content-tile .content .date {
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em;
    color: #5f5f5f;
    margin-bottom: 0.9375em;
}

.promo-content-tile .content .date:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
}

.promo-content-tile .content .date:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
}

.promo-content-tile .content .content-resource-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.promo-content-tile .content .content-resource-icon--hover {
    opacity: 0;
}

.promo-content-tile .content .content-resource-icon + .content-type-label-text {
    margin-left: 30px;
}

.promo-content-tile .content .content-meta-header {
    display: -ms-flexbox;
    display: flex;
}

.promo-content-tile .content .content-meta-header .bm-twitter {
    margin-right: 5px;
}

.promo-content-tile .content .content-meta-header .content-type-label {
    margin-bottom: 0;
    width: 100%;
}

.promo-content-tile .content .content-meta-header .content-type-label--with-right {
    display: inline-block;
    width: 70%;
    margin-right: 5px;
}

.promo-content-tile .content .content-meta-header .bm-external-link {
    margin-left: 5px;
}

.promo-content-tile .content .content-meta-header .bm-external-link:before {
    transition: content 0.4s ease-in-out;
    transition-delay: 0.4s;
    content: url("../images/arrow-out-default.svg");
}

.promo-content-tile .content .content-meta-header .content-meta-header__right {
    width: 30%;
    text-align: right;
    display: inline-block;
}

.promo-content-tile .content .content-meta-header, .promo-content-tile .content .content-type-label {
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    color: #646464;
    margin-bottom: 0.9375em;
}

.promo-content-tile .content .content-meta-header:lang(zh-hans), .promo-content-tile .content .content-type-label:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
}

.promo-content-tile .content .content-meta-header:lang(zh-hant), .promo-content-tile .content .content-type-label:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
}

.promo-content-tile .content .external-link-icon {
    display: table-cell;
    white-space: nowrap;
    padding: 18px;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.promo-content-tile .content .external-link-icon:before {
    color: #fff;
    content: url("../images/arrow-out.svg");
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.2em;
    vertical-align: middle;
}

.promo-content-tile .content .external-link-icon.alternative-color {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
}

.promo-content-tile .content .external-link-icon.alternative-color:before {
    content: url("../images/arrow-out-black.svg");
}

.promo-content-tile .content .external-link-icon.grey-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
}

.promo-content-tile .content .external-link-icon.grey-icon:before {
    content: url("../images/arrow-out-grey.svg");
}

.promo-content-tile .content .custom-header-wrapper {
    position: relative;
}

.promo-content-tile .content-categorization {
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em;
    color: #5f5f5f;
    margin-bottom: 1em;
}

.promo-content-tile .content-categorization:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
}

.promo-content-tile .content-categorization:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
}

.promo-content-tile .content-headline {
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #D2D2D2 !important;
    font-size: 1.5em;
    color: #323232 !important;
    word-wrap: break-word;
    max-width: 333px;
    line-height: 1.25;
}

.promo-content-tile .content-headline.remove-uppercase {
    text-transform: none;
}

.promo-content-tile .content-headline:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
    font-weight: bold;
    line-height: 1;
    color: #323232 !important;
    font-size: 1.5em;
    line-height: 1.25;
}

.promo-content-tile .content-headline:lang(zh-hans).remove-uppercase {
    text-transform: none;
}

.promo-content-tile .content-headline:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
    font-weight: bold;
    line-height: 1;
    color: #323232 !important;
    font-size: 1.5em;
    line-height: 1.25;
}

.promo-content-tile .content-headline:lang(zh-hant).remove-uppercase {
    text-transform: none;
}

.promo-content-tile .content-summary {
    font-size: 18px;
    color: #323232 !important;
    line-height: 1.5;
    margin-top: 1.5em;
    display: block;
    transition: color .3s ease-in-out;
}

.promo-content-tile .button-text-link {
    margin-top: 0.9375em;
    text-transform: uppercase;
    font-weight: bold;
}

.promo-content-tile.image-module {
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-content-tile.image-module.image-module-with-tile-image .container-table {
    background-color: rgba(253, 253, 253, 0.9);
    margin: 1em 0 1em 1em;
    padding-right: 0.9375em;
}

.promo-content-tile.image-module.image-module-with-tile-image .container-table .pcm-standard-background-image {
    padding-bottom: 0;
}

.promo-content-tile.image-module.image-module-with-tile-image .container-table .container-row {
    background: none;
}

.promo-content-tile.image-module .promo-content-link {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.promo-content-tile.image-module .promo-content-link:after {
    content: " ";
    display: block;
    clear: both;
}

.promo-content-tile.image-module .container-table {
    width: 48.38722%;
    float: left;
    margin-right: 3.22556%;
    padding-right: 0;
    margin-right: 0;
    background: transparent;
}

.promo-content-tile.image-module .container-table .container-row {
    background-color: rgba(253, 253, 253, 0.9);
}

.promo-content-tile.image-module .container-table .content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.promo-content-tile.view-all-placeholder {
    background-color: transparent;
    box-shadow: none;
}

.promo-content-tile.view-all-placeholder .container-row:after {
    background-color: transparent;
}

.promo-content-tile.view-all-placeholder:hover .container-row:after {
    height: 0;
}

.promo-content-tile.view-all-placeholder .promo-content-link {
    text-align: center;
}

.promo-content-tile.view-all-placeholder .button-red {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.promo-content-tile.promo-content-tile--has-image .promo-content-link {
    height: calc(100% + 50px);
}

.promo-content-tile.promo-content-tile--has-image .container-table {
    margin-bottom: 50px;
    height: 100%;
}

.promo-content-tile.promo-content-tile--has-image .container-row {
    margin: 0 30px;
    position: absolute;
    bottom: 50px;
    border: none;
    height: auto;
    min-height: 0;
}

.promo-content-tile.promo-content-tile--has-image .content-summary {
    margin-top: 0;
    max-height: 0;
    color: #FFF !important;
    margin-top: 0;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.6s ease-in-out;
}

.promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .container-row:after, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .container-row:after {
    height: 100%;
}

.promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .content-summary, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .content-summary {
    max-height: 320px;
    opacity: 1;
    margin-top: 1.5em;
}

.promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .content-type-label,
.promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .content-meta-header,
.promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .content-headline, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .content-type-label,
.promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .content-headline h2.entry-title-custom a,
.promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .content-meta-header,
.promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .content-headline {
    color: #FFF !important;
}

@media screen and (max-width: 61.9375em) {
    .promo-content-tile .container-row {
        min-height: 328px;
    }
}

@media screen and (max-width: 47.9375em) {
    .promo-content-tile .container-row {
        min-height: 291px;
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 31em) {
    .promo-content-tile .video-module {
        height: 247px;
    }
}

@media screen and (max-width: 47.9375em) and (max-width: 30.9375em) {
    .promo-content-tile .video-module {
        height: 204px;
    }
}

@media screen and (max-width: 47.9375em) {
    .promo-content-tile .promo-content-link__intro {
        font-size: 0.875em;
    }

    .promo-content-tile .container-table {
        height: auto;
    }

    .promo-content-tile .content-categorization {
        font-size: 0.75em;
    }

    .promo-content-tile .content-headline {
        font-size: 1.25em;
    }

    .promo-content-tile .content-summary {
        font-size: 0.875em;
    }

    .promo-content-tile.image-module {
        height: 515px;
        background-size: auto 100%;
        background-position: 100% 0;
    }

    .promo-content-tile.view-all-placeholder {
        position: relative;
        height: 19.6875em;
    }

    .promo-content-tile.view-all-placeholder .promo-content-link {
        height: 23.4375em;
    }

    .promo-content-tile.promo-content-tile--has-image:not(.carousel-content) {
        margin-bottom: 70px;
    }

    .promo-content-tile .promo-content-link:hover .container-row .content-meta-header, .promo-content-tile .promo-content-link:hover .container-row .content-type-label, .promo-content-tile .promo-content-link:focus .container-row .content-meta-header, .promo-content-tile .promo-content-link:focus .container-row .content-type-label {
        color: red;
    }

    .promo-content-tile .promo-content-link:hover .container-row .content-headline, .promo-content-tile .promo-content-link:hover .container-row .content-summary, .promo-content-tile .promo-content-link:focus .container-row .content-headline, .promo-content-tile .promo-content-link:focus .container-row .content-summary {
        color: green;
    }

    .promo-content-tile .promo-content-link:hover .container-row:after, .promo-content-tile .promo-content-link:focus .container-row:after {
        height: 3px;
    }

    .promo-content-tile.promo-content-tile--has-image .promo-content-link .container-row {
        margin: 0 20px;
        padding: 15px;
        bottom: -50px;
        width: calc(100% - 40px);
    }

    .promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .container-row .content-meta-header, .promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .container-row .content-type-label, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .container-row .content-meta-header, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .container-row .content-type-label {
        color: #646464;
    }

    .promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .container-row .content-headline, .promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .container-row .content-summary, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .container-row .content-headline, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .container-row .content-summary {
        color: #323232;
    }

    .promo-content-tile.promo-content-tile--has-image .promo-content-link:hover .container-row:after, .promo-content-tile.promo-content-tile--has-image .promo-content-link:focus .container-row:after {
        height: 3px;
    }

    .promo-content-tile.promo-content-tile--has-image .content-summary {
        display: none;
    }
}

.promo-content-tile-no-results {
    background-color: #FFF;
    margin-top: 2em;
    margin-bottom: 4.1em;
}

.promo-content-tile-no-results .content {
    display: block;
    vertical-align: middle;
    padding: 3.5625em 0.9375em;
    text-align: center;
}

.promo-content-tile-no-results .content .content-title {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
}

.promo-content-tile-no-results .content .content-title:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
    font-size: 2em;
}

.promo-content-tile-no-results .content .content-title:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
    font-size: 2em;
}

.promo-content-tile-no-results .content .content-title.remove-uppercase {
    text-transform: none;
}

.promo-content-tile-no-results .content .content-summary {
    padding-top: 1.25em;
}

.promo-content-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2%;
}

.promo-content-grid .promo-content-tile {
    width: 31.33333%;
    margin-right: 2%;
    margin-bottom: 12px;
    margin-top: 12px;
    opacity: 1;
}

.promo-content-grid .image-module {
    width: 64.66667%;
}

.promo-content-grid.promo-content-grid-spaced {
    margin-top: 5.625em;
    margin-bottom: 5.625em;
}

.promo-content-grid.promo-content-grid-insight-spaced {
    margin-top: 2em;
    margin-bottom: 4.1em;
}

@media screen and (max-width: 61.9375em) {
    .promo-content-grid .promo-content-tile {
        width: 48%;
    }

    .promo-content-grid .promo-content-tile .content .date {
        color: #5f5f5f;
    }

    .promo-content-grid .image-module {
        width: 98%;
    }
}

@media screen and (max-width: 47.9375em) {
    .promo-content-grid {
        display: block;
        margin-right: 0;
    }

    .promo-content-grid .promo-content-tile {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .promo-content-grid .image-module {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .promo-content-grid .image-module.image-module-with-tile-image .container-table {
        width: 90%;
    }

    .promo-content-grid .image-module .container-table {
        padding-right: 1em;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .promo-content-grid.promo-content-grid-spaced {
        margin-top: 3em;
        margin-bottom: 3em;
    }
}

.promo-content-grid-spaced {
    margin-top: 5.625em;
    margin-bottom: 5.625em;
}

@media screen and (max-width: 47.9375em) {
    .promo-content-grid-spaced {
        margin-top: 3em;
        margin-bottom: 3em;
    }
}

.promo-content-category-switcher {
    width: 100%;
    margin-top: 3.125em;
    margin-bottom: 3.125em;
    text-align: center;
}

.promo-content-category-switcher .cat-option-left, .promo-content-category-switcher .cat-option-right {
    position: relative;
    display: inline-block;
    height: 3em;
    line-height: 1.875em;
    background-color: #FDFDFD;
    border: 1px solid #cececd;
    color: #ad122a;
    text-align: center;
    text-transform: uppercase;
    width: 9.5625em;
    max-width: 40%;
    padding: .5em 1em;
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
}

.promo-content-category-switcher .cat-option-left:lang(zh-hans), .promo-content-category-switcher .cat-option-right:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
}

.promo-content-category-switcher .cat-option-left:lang(zh-hant), .promo-content-category-switcher .cat-option-right:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
}

.promo-content-category-switcher .selected {
    background-color: #ad122a;
    color: #FDFDFD;
    border-color: transparent;
}

.headline-content,
.headline-content-small {
    background-color: rgba(253, 253, 253, 0.9);
    width: 600px;
    height: 600px;
    border-radius: 300px;
    text-align: center;
    padding: 3.75em 2.8125em;
}

.headline-content .careers-egg,
.headline-content-small .careers-egg {
    width: 45%;
}

.headline-content .inner-egg,
.headline-content-small .inner-egg {
    opacity: 0.9;
}

.headline-content .date,
.headline-content-small .date {
    color: #5f5f5f;
    font-size: 18px;
}

.headline-content .headline,
.headline-content-small .headline {
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    font-size: 2.25em;
    margin-top: .5em;
    padding-left: 0.625em;
    padding-right: 0.625em;
}

.headline-content .headline.remove-uppercase,
.headline-content-small .headline.remove-uppercase {
    text-transform: none;
}

.headline-content .headline:lang(zh-hans),
.headline-content-small .headline:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    font-size: 2.25em;
}

.headline-content .headline:lang(zh-hans).remove-uppercase,
.headline-content-small .headline:lang(zh-hans).remove-uppercase {
    text-transform: none;
}

.headline-content .headline:lang(zh-hant),
.headline-content-small .headline:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    font-size: 2.25em;
}

.headline-content .headline:lang(zh-hant).remove-uppercase,
.headline-content-small .headline:lang(zh-hant).remove-uppercase {
    text-transform: none;
}

.headline-content .summary,
.headline-content-small .summary {
    font-size: 1.25em;
    line-height: 28px;
    margin-top: 1em;
    padding: 1em 0.625em 0;
    position: relative;
}

.headline-content .summary:before,
.headline-content-small .summary:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10.9375em;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #cececd;
}

.headline-content .headline-content-details,
.headline-content-small .headline-content-details {
    display: table-cell;
    vertical-align: middle;
    height: 23em;
    width: 50em;
}

.headline-content .headline-title-anchor,
.headline-content-small .headline-title-anchor {
    display: block;
    color: #ad122a;
}

.headline-content .headline-title-anchor:hover,
.headline-content-small .headline-title-anchor:hover {
    color: #ad122a;
}

@media screen and (max-width: 47.9375em) {
    .headline-content,
    .headline-content-small {
        width: 90%;
        height: auto;
        border-radius: 0;
        padding: 1em;
        padding-bottom: 3.375em;
    }

    .headline-content .headline-content-details,
    .headline-content-small .headline-content-details {
        display: block;
        vertical-align: middle;
        height: auto;
        width: auto;
    }

    .headline-content .date,
    .headline-content-small .date {
        font-size: 0.875em;
        margin-top: 2.8125em;
    }

    .headline-content .headline,
    .headline-content-small .headline {
        font-size: 2em;
    }

    .headline-content .summary,
    .headline-content-small .summary {
        font-size: 0.875em;
        padding-bottom: 2em;
    }

    .headline-content .button-readmore,
    .headline-content-small .button-readmore {
        font-size: 0.875em;
    }
}

.headline-content-small {
    width: 390px;
    height: 178px;
    border-radius: 0;
}

.headline-people-module {
    position: relative;
}

.headline-people-module .headline-hero-people {
    position: relative;
}

.headline-people-module .headline-people-search-box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.headline-people-module:before {
    content: '';
    display: inline-block;
    background: #f3f2ee;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

@media screen and (max-width: 47.9375em) {
    .headline-people-module .headline-people-search-box {
        top: 30%;
    }

    .headline-people-module:before {
        top: 50%;
        background: none;
    }
}

.headline-people-search-box {
    padding: 5.625em 0;
    position: relative;
}

.headline-people-search-box .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.headline-people-search-box .mobile-image {
    display: none;
}

.headline-people-search-box .content {
    width: 90%;
    max-width: 50.625em;
    background-color: rgba(253, 253, 253, 0.95);
    text-align: center;
    padding: 3.75em 6.25em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}

.headline-people-search-box .headline {
    font-family: "Oswald", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    font-size: 3em;
    color: #000;
}

.headline-people-search-box .headline.remove-uppercase {
    text-transform: none;
}

.headline-people-search-box .headline:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
    font-weight: bold;
    line-height: 1;
    color: #000;
    font-size: 3em;
}

.headline-people-search-box .headline:lang(zh-hans).remove-uppercase {
    text-transform: none;
}

.headline-people-search-box .headline:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
    font-weight: bold;
    line-height: 1;
    color: #000;
    font-size: 3em;
}

.headline-people-search-box .headline:lang(zh-hant).remove-uppercase {
    text-transform: none;
}

.headline-people-search-box .summary {
    font-size: 1.125em;
    padding: 2em 0;
    position: relative;
}

.display-search-results .headline-people-search-box .desktop-image {
    background-size: 100% auto;
    background-position: 50% 40%;
}

.display-search-results .headline-people-search-box .summary,
.display-search-results .headline-people-search-box .search-input-people,
.display-search-results .headline-people-search-box .drop-down-menu-filters-people-landing,
.display-search-results .headline-people-search-box .people-landing-filter-options,
.display-search-results .headline-people-search-box .letter-filter {
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height .5s, padding .5s, opacity .5s, margin-bottom .5s;
}

.display-search-results .headline-people-search-box .mobile-accordion-filters {
    display: none;
}

@media screen and (max-width: 64em) {
    .headline-people-search-box .mobile-accordion-filters {
        display: none;
    }
}

@media screen and (max-width: 47.9375em) {
    .headline-people-search-box {
        padding: 2.625em 0;
    }

    .headline-people-search-box .mobile-image {
        display: block;
        background-position: 40% 50%;
    }

    .headline-people-search-box .desktop-image {
        display: none;
    }

    .headline-people-search-box .content {
        width: auto;
        margin: 0;
        height: auto;
        border-radius: 0;
        background: none;
        padding: 0;
    }

    .headline-people-search-box .headline {
        font-size: 2em;
    }

    .headline-people-search-box .summary {
        font-size: 0.875em;
        margin: 0 1em;
    }

    .headline-people-search-box .summary:before {
        content: none;
    }

    .headline-people-search-box .mobile-accordion-filters {
        display: block;
        text-align: left;
        padding-bottom: 80px;
    }

    .headline-people-search-box .search-input-people {
        font-size: 0.875em;
        margin-bottom: 0;
    }

    .headline-people-search-box .search-input-people.no-mobile-view {
        display: none;
    }

    .headline-people-search-box .category-search-filters .input-container {
        padding-left: 6.9375em;
    }

    .headline-people-search-box .category-search-filters .drop-down-menu .display-option {
        white-space: nowrap;
    }

    .headline-people-search-box .hide-container {
        position: relative;
    }
}

.headline-module,
.headline-module-small {
    position: relative;
    overflow: hidden;
    height: 768px;
    background: transparent no-repeat center center;
    background-size: cover;
}

.headline-module:empty,
.headline-module-small:empty {
    height: 384px;
}

.headline-module .headline-background-video,
.headline-module-small .headline-background-video {
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.headline-module video::-webkit-media-controls,
.headline-module-small video::-webkit-media-controls {
    display: none !important;
}

.headline-module .headline-hero,
.headline-module-small .headline-hero {
    position: relative;
}

.headline-module .headline-content,
.headline-module-small .headline-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.headline-module .headline-content .button-red,
.headline-module-small .headline-content .button-red {
    margin-top: 0.5em;
    position: relative;
}

.headline-module .headline-content .video-play-button,
.headline-module-small .headline-content .video-play-button {
    cursor: pointer;
}

.headline-module .headline-content .video-play-button img,
.headline-module-small .headline-content .video-play-button img {
    width: 50px;
    height: 50px;
}

.headline-module .sticky-arrow,
.headline-module-small .sticky-arrow {
    content: '';
    display: inline-block;
    width: 5em;
    height: 5em;
    border-radius: 2.5em;
    background-color: #f3f2ee;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.headline-module .sticky-arrow:before,
.headline-module-small .sticky-arrow:before {
    display: inline-block;
    content: "v";
    font-family: "bakermckenzie";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: 1.75em;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.headline-module .sticky-arrow.is-sticky,
.headline-module-small .sticky-arrow.is-sticky {
    position: fixed;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

@media screen and (max-width: 47.9375em) {
    .headline-module,
    .headline-module-small {
        padding: 6% 0;
        overflow: hidden;
        height: auto;
    }

    .headline-module .headline-background-video,
    .headline-module-small .headline-background-video {
        display: none;
    }

    .headline-module .headline-hero,
    .headline-module-small .headline-hero {
        position: static;
    }
}

@media screen and (max-width: 47.9375em) {
    .headline-module,
    .headline-module-small {
        padding: 6% 0;
        overflow: hidden;
        height: auto;
    }

    .headline-module .headline-background-video,
    .headline-module-small .headline-background-video {
        display: none;
    }

    .headline-module .headline-hero,
    .headline-module-small .headline-hero {
        position: static;
    }

    .headline-module .headline-content,
    .headline-module-small .headline-content {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        margin: 0 auto;
        margin-bottom: 2.5em;
    }

    .headline-module .headline-content .button-red,
    .headline-module-small .headline-content .button-red {
        top: 0;
    }
}

.headline-module-small {
    height: 357px;
}

.headline-module-small .headline-hero-small {
    position: relative;
}

.headline-module-small .headline-content-small {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.blog-landing .promo-content-tile {
    background-image: none;
    background-position: 0 0;
    background-size: 100% 200px;
    background-repeat: no-repeat;
}

.blog-landing .promo-content-tile .promo-content-link img {
    max-height: 10em;
}

.blog-landing .promo-content-tile .content {
    vertical-align: top;
}

.blog-landing .header {
    text-align: center;
    padding: .8em;
}

.blog-landing .promo-content-category-switcher {
    display: inline;
}

.blog-landing .promo-content-category-switcher .default-cat {
    font-weight: bold;
    background-color: #FDFDFD;
    text-transform: uppercase;
    padding: 1em;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #cececd;
    margin-bottom: 1.875em;
    margin-right: 1.875em;
    opacity: 1;
    color: #ad122a;
}

.blog-landing .promo-content-category-switcher .default-cat.is-selected {
    background-color: #790123;
    color: #FDFDFD;
}

.blog-landing .promo-content-category-switcher .default-cat.is-selected:hover {
    background-color: #790123;
    color: #FDFDFD;
}

.blog-landing .promo-content-category-switcher .default-cat:hover {
    background-color: #790123;
    color: #FDFDFD;
}

.blog-landing .promo-content-category-switcher .label {
    float: right;
    text-transform: uppercase;
    margin-right: 2em;
    margin-top: 0.625em;
    position: relative;
    font-family: "Oswald", Arial Narrow, Arial;
    
    font-style: normal;
    font-weight: bold;
}

.blog-landing .promo-content-category-switcher .label:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
}

.blog-landing .promo-content-category-switcher .label:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
}

.blog-landing .promo-content-category-switcher .filter-container {
    display: block;
}

.blog-landing .filter-container {
    border-bottom: 1px solid #cececd;
}

.blog-landing .background-image {
    z-index: -10;
}

.blog-landing .label {
    float: left;
    text-transform: uppercase;
    margin-right: 0.625em;
    margin-top: 0.625em;
    position: relative;
    font-family: "Oswald", Arial Narrow, Arial;
    font-style: normal;
    font-weight: bold;
}

.blog-landing .label:lang(zh-hans) {
    font-family: "Noto Sans SC", Arial Narrow, Arial;
}

.blog-landing .label:lang(zh-hant) {
    font-family: "Noto Sans TC", Arial Narrow, Arial;
}

.blog-landing .blog-topic-tabs {
    display: block;
}

@media screen and (max-width: 61.9375em) {
    .blog-landing .blog-topic-tabs {
        display: none;
    }
}

.blog-landing .blog-test-option {
    text-align: left;
}

.blog-landing .mobile-blog-list {
    display: none;
}