.nav-link {
    display: block !important;
}

.fa-hand-o-up {
    color: #888888;
}

.special-reports-dropdown-container .special-reports-dropdown-buttons .nav-item .nav-link::after {
    content: "\f107";
    font-family: "FontAwesome";
    padding-left: 0.5rem;
}

.masthead-container.full-bleed .series-title,
.masthead-container.full-bleed .series-subtitle, 
.masthead-container.full-bleed .series-kicker {
    color: #FFFFFF;
}

.series-title {
    letter-spacing: -1px;
    font-size: 3rem;
    line-height: 3rem;
}

.masthead-container.full-bleed .masthead-title-container {
    background: #000000;
}

.masthead-container.full-bleed .caption {
    color: #999999;
}

.special-report .article-paragraph {
    max-width: 100%;
    margin-left: 0%;
}

@media (min-width: 992px) {
.related-container {
    margin-left: 16.666%;
    max-width: 66.666%;
    float: none;
}
}

.reuters-text {
    color: #999999;
}

a {
    color: #0064D7; 
}

/* a:hover {
    color: #F38BA6;
} */

@media (min-width:992px) {
.masthead-container.full-bleed .full-bleed-positioned-title-container {
    position: absolute;
    top: 36%;
    right: -6%;
    text-align: center;
    /* text-shadow: 0 0 3px rgba(0,0,0,0.25); */
}
}

@media (max-width:992px) {
    .masthead-container.full-bleed .full-bleed-positioned-title-container {
        position: absolute;
        top: 4%;
        right: 3%;
        text-align: center;
        /* text-shadow: 0 0 3px rgba(0,0,0,0.25); */
    }
    }

@media (max-width:768px) {
.masthead-container.full-bleed .full-bleed-positioned-title-container {
    position: absolute;
    top: 2%;
    right: 9%;
    text-align: center;
    /* text-shadow: 0 0 3px rgba(0,0,0,0.25); */
}
}

@media (max-width:576px) {
.masthead-container.full-bleed .masthead-title-container {
    text-align: center;
    }
}

.title {
    display: none;
}

@media (min-width: 992px) { /* centered text model */
    .special-report-article .sidebar .sidebar-title,
    .special-report .title-container,
    .special-report .sidebar .byline,
    .special-report .blockquote, 
    .special-report .article-paragraph, 
    .special-report .dek-container, 
    .special-report .meta-container, 
    .special-report .share-in-article-container, 
    .special-report .signoff .article-row::before,
    .image.medium,
    .image.text-width {
        margin-left: 16.6666%;
        max-width: 66.6666%;
        float: none;
    }
    }

@media (min-width: 1200px) {
    .related-container .list-group .list-group-item {
        padding-right: 30%;
    }
    }

#johnson-subhed.sidebar .sidebar-title { /* section hed */
    font-family: Knowledge, "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    border-top: 0px !important;
    font-size: 2rem;
    color: #0064D7 !important;
    margin-top: 0px;
}

#johnson-year.sidebar .sidebar-title { /* section hed */
    font-family: Knowledge, "Source Sans Pro", Arial, sans-serif;
    font-weight: 700;
    border-top: 0px !important;
    font-size: 1.2rem;
    color: #333333 !important;
    margin-top: -40px;
    margin-bottom: -26px;
    letter-spacing: 0.5px;
}

.youtube-video .caption{
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    padding-left: 15px;
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    margin-bottom: 3rem;
}


@media (max-width: 992px) {
.video {
    margin-left: 0%;
    max-width: 100%;
    float: none;
}
}

.media-item.video.medium {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 992px) {
    .youtube-video{
    padding-bottom: 33%;
    padding-left: 15px;
    margin-right: 15px;
}
}

.sidebar.small .sidebar-title {
    display: none;
}

@media (min-width: 768px) {
.sidebar.small p {
    margin-left: -15px !important;
}
}

#youtube-video-johnson.image {
    padding-left: 15px;
    margin-right: 15px;
}

.youtube-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    margin-right: 15px;
}