/* Results */
#resources .total {
    margin-top: var(--default-spacing);
}
#resources .items {
    margin-top: var(--default-spacing);
}


#content > section#resource {
  padding-top: 0;
}
#resource .viewer {
    background: #000;
    padding: var(--default-gap);
    margin-bottom: var(--default-spacing);
}
#resource .viewer iframe {
    margin: auto;
    display: block;
    max-width: 100% !important;
    max-height: 80vh !important;
}
#resource .viewer .slideshow .slides li img {
    object-position: center;
}
#resource .viewer .slideshow .slides .caption {
    padding-top: 10px;
    display: block;
    color: #fff;
}
#resource .viewer .slideshow_nav {
    margin-top: var(--default-spacing);
}
#resource .viewer .slideshow_nav ul {
    display: flex;
    color: #fff;
}
#resource .viewer .slideshow_nav ul li {
    padding: 0 3px;
    cursor: pointer;
}
#resource .tags,
#resource .tag a {
    color: var(--current-color);
    text-transform: uppercase;
}
/*#resource .content header .name {
    font-size: 26px;
    line-height: normal;
}
#resource .content header .subtitle {
    font-size: 16px;
    line-height: normal;
}*/
#resource .details .introductory {
    font-family: 'MediaSans-Light';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: var(--default-gap);
    letter-spacing: 1px;
}


/* Items */
.item.resource .remove {
    display: none;
}