.top-header--bar.phs {
    padding-right: 1.375rem !important;
    padding-left: .575rem !important;
}

.byline-list li:first-child {
    margin-left: 0px;
}

.byline-list li {
    margin-left: -4px;
}

.byline-list > li:first-child::before {
    content: "";
}

.current-issue > a > img,
.magazine-cover > a > img,
.stream-image > figure > a > img {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4) !important;
}

.stream-image > figure {
    padding: 1px !important;
}

.ad-container > div {
    margin: 0 auto !important;
}

.backdrop-archive {
    border-bottom: none !important;
}

.sponsored-by {
    font-size: .8rem;
    font-weight: 300;
    margin-top: 1.5rem;
}

.sponsored-by + img {
    padding-top: 0 !important;
}

.header-menu > svg.border-caret-dark {
    right: 1.4rem;
}

h4 {
    line-height: 24px;
}

.content-area--article p + ul {
    margin-top: -20px;
}

@media only screen and (max-width: 47.9375rem) {
    .header-menu,
    .global-nav:not(.is-contained) {
        box-shadow: none !important;
    }

    .global-nav .has-border-bottom:last-child {
        border-bottom: none !important;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .poster .topic,
    .poster--home .topic,
    #hero-poster .insight-title-top,
    #hero-poster .insight-title-main,
    #hero-poster .insight-title-sub > div {
        color: #333 !important;
    }
}

.modal-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.modal-overlay .modal-content {
    max-width: 600px;
    margin: auto;
    top: 10%;
    position: relative;
}

.modal-overlay .modal-content .close {
    position: absolute;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background-image: url(../images/fancybox_sprite.png);
    background-size: 44px 152px;
    width: 36px;
    right: -12px;
    top: -18px;
    height: 36px;

}

@media only screen and (max-width: 980px) {
    /* #banner-top, */
    .stream-content ul li.stream-entry[js-target="stream-ad-container"] {
        display: none;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .poster .content-area p,
    .poster .content-area h5 {
        color: #222 !important;
    }
}

 @media print{
            @page {
                size: auto;
                margin: 20mm 0 !important;
            }

            html {
                background-color: #FFFFFF;
                margin: 0px !important;
            }

            body {
                margin: 0 10mm !important;
            }

            .site-logo,
            #alert-block,
            #tagged-block,
            #archive-block,
            #toolbar-block-1,
            #toolbar-block-2,
            #subscription-block,
            #banner-block,
            #footer-block,
            #_hj_feedback_container,
            #launcher {
                display: none !important;
            }
}

.library-list.item {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
}

.library-list.item a {
    color: #000;
    font-size: 17px;
}

.library-list.item a.active {
    color: #239caa !important;
}

.library-overlay,.share-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
}

.library-overlay .flyout,.share-overlay .flyout {
    margin: auto;
    position: relative;
    top: 20%;
}

.flyout.pointer-bottom-center::before {
    border: none;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

@media print, screen {
    .article-first-row p {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}
