/*=============================================================================
  VIDEO VAULT PAGE CSS

  * CSS has not been improved on this page - Awaiting work
=============================================================================*/

.fb-share-button {
    display: block !important;
    font-size: 0;
}

.twit_wrap>* {
    display: block;
}

.ytsub_wrap>* {
    display: block !important;
}

.block_video_list-heading {
    padding: var(--spacing-10) var(--spacing-03) 0;
    text-align: center;
}

.block_video_list-cell {
    margin-bottom: var(--spacing-06);
}

.block_video_list-cell-img {
    width: 100%;
}

.block_video_list-cell-info {
    margin-top: var(--spacing-04);
}

.block_video_list-cell-info-name {
    font: var(--text-title-md);
    color: var(--color-text-primary-dark);
    margin-bottom: var(--spacing-01);
}

.block_video_list-cell-info-date {
    font: var(--text-body-xs-compact);
    color: var(--color-text-secondary);
}

.vidvault_vidwrap {
    margin: 0 auto;
}

.vidvault_desc_section {
    margin: 30px auto;
}

.vidvault_desc_section .video_title {
    font-size: 1.625rem;
    line-height: 38px;
    margin-bottom: var(--spacing-05);
}

.vidvault_desc_section .share_section {
    width: 185px;
}

.vidvault_desc_section .share_section .title {
    margin-bottom: 10px;
    font-size: var(--font-size-25);
}

.vidvault_desc_section .share_section .share_list {
    padding: 0 0 15px;
    margin: 0 0 15px;
    list-style: none;
    line-height: 25px;
    border-bottom: var(--border-weight-01) dashed var(--gray-100);
}

.vidvault_desc_section .share_section .share_list li {
    float: left;
    margin-right: var(--spacing-05);
}

.vidvault_desc_section .share_section .share_list li:last-child {
    margin-right: none;
}

.vidvault_desc_section .share_section .fb_wrap {
    height: 20px;
    line-height: 20px;
    padding-top: 2px;
    width: 58px;
}

.vidvault_desc_section .share_section .twit_wrap {
    height: 20px;
    line-height: 20px;
    padding-top: 2px;
    width: 61px;
}

.vidvault_desc_section .share_section .gplus_wrap {
    height: 25px;
    width: 38px;
}

.vidvault_desc_section .share_section .ytsub_wrap {
    height: 38px;
}

.vidvault_main_heading {
    font-size: 1.625rem;
    font-weight: var(--font-weight-reg);
    line-height: 38px;
    margin-bottom: 25px;
}

.vidvault_sub_heading {
    margin-bottom: var(--spacing-05);
}

.vidvault_vidlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vidvault_vidlist.with_desc>li {
    border-bottom: var(--border-weight-01) solid var(--gray-50);
    padding: var(--spacing-05) 0 30px;
}

.vidvault_vidlist.with_border {
    border-top: var(--border-weight-01) solid var(--gray-50);
}

.vidvault_vidlist .thumbwrap {
    width: 100%;
}

.vidvault_vidlist .thumbwrap img {
    max-width: 100%;
    border-radius: 0;
}

.vidvault_vidlist .vid_text {
    line-height: var(--font-line-height-05);
    padding-top: var(--spacing-03);
}

.vidvault_vidlist .vid_text .title {
    font-size: var(--font-size-300);
    line-height: var(--font-line-height-05);
    margin-bottom: 10px;
}

.vidvault_vidlist .vid_text .description {
    font-size: var(--font-size-100);
    line-height: var(--font-line-height-05);
}

.vidvault_vidlist .vid_text .description p:last-of-type {
    margin-bottom: 0;
}

.vidvault_heading_wrap .note {
    line-height: 40px;
    font-size: var(--font-size-100);
    color: var(--gray-100);
}

.vidvault_heading_wrap .vidvault_sub_heading {
    margin: 0;
    float: left;
    line-height: 40px;
}

.vidvault_heading_wrap .jumplink_formwrap {
    width: 200px;
    float: right;
    height: 40px;
}

.vidvault_heading_wrap .jumplink_formwrap select {
    display: block;
    width: 100%;
}
