/********************************/
/******** CSS FOR ASSETS ********/
/********************************/

/******** BREADCRUMB ********/

.breadcrumb-wrapper {
    margin: 50px 0 10px;
    font-size: 1.4rem;
}



/******** TITLE ********/

.title-wrapper p {
    display: inline-block;
}

.title-wrapper h1 {
    font-size: 30px;
    line-height: 1.6;
    display: inline-block;
}



/******** HEADER IMAGE ********/

img.asset-image, .video-wrapper {
    display: block;
    padding-top: 30px;
    width: 100%;
}



/******** MAIN CONTENT ********/

@media screen and (max-width: 992px) {
    .rc-main-content {
        padding-right:55px;
    }
}

.asset-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 100;
    padding: 15px 15px 15px 0;
}

.podcast-player {
  margin: 27px 0 0;
}

.admin-video-wrapper {
    position: relative;
}

.admin-video-wrapper .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.admin-video-wrapper .player #youkuplayer {
  position: absolute;
}

.admin-video-wrapper .player > iframe {
  position: absolute;
  height: 100%;
}

/* Add a "locked play" image to the still image representing the video. */
.admin-video-wrapper .lock-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 30px);
    top: 30px;
    left: 0;
    background: url('../png/play-lock-button.png') no-repeat center;
}

/* pad the main content to match current react rc */
@media screen and (min-width: 992px) {
  .col-md-8.rc-main-content {
    padding-right: 55px;
  }
}


/* Part of the main content, not the "Related Content" .*/
hr.post-asset-divider {
    border-top: 2px solid rgba(0,0,0,.1);
}

/******** RIGHT RAIL ********/

.download-wrapper {
    margin-top: 95px;
}

.download-wrapper h4 {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 2.2rem;
}

.download-wrapper hr {
    margin: 49px 0;
}

.download-wrapper p {
  font-weight: 100;
}


/******** RELATED CONTENT ********/

.related-content-wrapper .related-asset-wrapper.assetLink {
    /* The forced height of all .assetLink boxes. */
    height: 225px;

    color: #222222;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-top: 30px;
}

.related-content-wrapper .related-asset-wrapper img {
    height: 30px;
    width: 30px;
}

@media screen and (max-width: 470px) {
    .related-content-wrapper .related-asset-wrapper {
        padding-left:5%;
        padding-right: 5%;
    }
}



/******** RELATED CONTENT ********/
/* .assetLink is also used by the homepage */

.assetLink {
    outline: 1px solid #989898;
    display: block;
    width: 100%;
    margin: 0 2% 15px 0;
    padding: 20px 20px 20px 20px;
    float: left;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
}

.assetLink:hover,
.assetLink:active,
.assetLink:focus {
    outline: 2px solid #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #222222;
    outline-offset: 0px;
}

.related-content-wrapper {
    padding-bottom: 50px;
}
