/* ///////////////////////////
  Temp Styles
/////////////////////////// */

.syllabus {
  font-size: 1rem !important;
  margin: 1.5rem 3rem 1.5rem 3rem;
}

p.syllabus + :not(.syllabus) {
  margin-top: 1rem;
}

#instructionsText {
  font-size: 1rem !important;
}

/* ///////////////////////////
  Hide Images
/////////////////////////// */

.resource-link img,
.media-embed img {
  display: none !important;
}

/* //////////////////////////////////////////
 Hide Elements - Miscellaneous
////////////////////////////////////////// */

/* Hide pagination between Simple pages */
.site-page-pagination {
  display: none !important;
}

/* Hide empty list element that appears in List of Pages blocks, e.g. on About page */
.list-as-buttons li+ul {
  display: none !important;
}

/* Hide permalink button */
.button.permalink {
  display: none !important;
}

/* Hide search box */
.top-bar-right .search {
  display: none !important;
}

/* /////////////////////////////////////////////////
 Hide Elements  from Item Set pages
///////////////////////////////////////////////// */

/* Hide duplicate "Item Set: " metadata field */
.item-set .metadata .property.title {
  display: none !important;
}

/* "Description" label */
.item-set .metadata .property.description dt {
  display: none !important;
}

/* ///////////////////////////////////////////////////////////////
 Hide Elements  from Terminology item pages
/////////////////////////////////////////////////////////////// */

/* Hide "Title" metadata */
.resource-template-terminology .metadata .property.title {
  display: none !important;
}

/* Hide "Description" label */
.resource-template-terminology .metadata .property.description dt {
  display: none !important;
}

/* ///////////////////////////////////////////////////////////////
 Hide "Resource Class" from sort options
/////////////////////////////////////////////////////////////// */

form.sorting select:first-of-type option:nth-child(2) {
  display: none;
}

/* ///////////////////////////////////////////////////////////////
 Hide Elements from Faceted Browse pages
/////////////////////////////////////////////////////////////// */

/* Hide arrows for scrolling results table horizontally */
#faceted-browse-2 .tablesaw-advance {
  display: none !important;
}

/* Hide "Title:" */
.faceted-browse-page .browse-result-item .title .metadata-label {
  display: none !important;
}

/* Hide "Description:" */
.faceted-browse-page .browse-result-item .description .metadata-label {
  display: none !important;
}

/* ///////////////////////////////////////////////////////////////
 Hide Elements from Linked Resources blocks
//////////////////////////////////////////////////////////////// */

/* Hide original title that just said "Linked Resources */
#resources-linked h3:not(.linked-resources-title) {
  display: none !important;
}

/* Hide filter dropdown */
#linked-filter {
  display: none !important;
}