@font-face {
       font-family: "tw cen mt";
       src: url("/css/TCM_____.TTF");
}


@media (max-width: 992px) {
  .facet-column {padding-right:20px!important;}
  .searchlabel {text-align: inherit!important;}
  .gallery-results-wrapper {margin-right:inherit!important;}
  .breadcrumb {margin-top:20px!important;}

}

@media (max-width: 768px) {
  .searchinput { width: 95%!important; }
  .full-facet-list, .browse-list { -webkit-column-count: 1!important; -moz-column-count: 1!important; column-count: 1!important; }
  .date-created {float:none!important;}
  .page-body figure {float:none!important; margin-left:inherit!important;margin-bottom:20px!important;}
  .page-body h1 {margin-top:30px!important;}
  #content { -webkit-overflow-scrolling: touch!important;}
  .new-control {display:none!important;}
  .zoom-body {max-width:100%!important;}
}

@media (max-width: 576px) {
  .sort-controls {flex:inherit!important; max-width: inherit!important; margin-top: 10px!important; margin-left: 8px!important;text-align:left!important;}
  .sort-label {display:block!important;}
  .scua-link {font-size:0.8em!important;}
  .footer-scua-logo {margin-bottom: 10px!important;float:none!important}
  #facetmodal {margin-top:200px!important;}
  .result-pane h2 {width: 100%!important;}
  .result-pane img {float: inherit!important; margin-left:auto!important; margin-right:auto!important; display:block!important;}
}

@media (max-width: 0px) {

}

body {
  min-height: 75rem; /* Can be removed; just added for demo purposes */
  font-family: 'Open Sans', 'tw cen mt', sans-serif;
    background-color: #fdfdfd;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .nav-item, .global-search, .scua-link, .page-nav, .card-footer, .col-form-label, footer {
  font-family: 'tw cen mt';
}

.skip {
  font-size: 0.9em;
}


.main-navigation {
  z-index: 9000!important;
}

.main-body {
  margin-top: 150px;
  margin-bottom: 300px;
}

.umass-banner {
  background-color: #881c1c;
  border-bottom: 1px solid black;

}
.modal-dialog {
  max-width: 800px;
}

.wrap {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

sm {
  line-height: 1.1;
}

a:link, a:visited, a:hover, a:active {
	color: #336566;
	text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a.dropdown-item:active {
  background: #336566;
  color: white;
}

.umass-banner {
  border-bottom: 2px solid black;
}

.scua-link {
  margin-bottom: -7px;
}

.scua-link a {
  color: #dfdfdf;
  font-size: 0.9em;
}

.scua-link a:hover {
  opacity: 0.9;
}


.navbar {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 8000;
}

.nav-transparent {
  background-color: rgba(210,208,195,0.75);
}

.nav-opaque {
  background-color: rgb(210,208,195)
}


.dropdown-header {
    text-transform: none;
    font-size: 1.1em;
}

.jumbotron {
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  border-radius: inherit;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.searchbox {
  background-color: gray;
  color: lightgray;
  max-width: 100%;
  padding: 20px;
  border-bottom: solid black 1px;

}

.searchinput {
  width: 70%;

}

.searchlabel {
  padding-top: 5px;
  color: white;
}

.featured {
  font-size: 1.5em;
  color: #545151;
}

#content {
    overflow: auto;
}

#content::-webkit-scrollbar {
    display: none;
}

#content p {
    font-size: 0.7em;
}

.new-item {
    width: 200px;
}
.new-control {
  position: absolute;
  z-index: 1000;
  margin-left: 20px;


}


.collection-search {
  padding: 20px;
  background-color: lightgray;
}

.collection-details > p {
  font-size: 1em;
  margin: 0;
}

.findingaid {
  font-size: 0.8em;
  margin-top:10px;
  color: white;
}

.findingaid:link, .findingaid:hover, .findingaid:visited {
  color: white;
}

.collection-lists h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.collection-lists h3 {
  font-size: 1.5em;
}
.collection-lists dt {
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 3px;
  font-weight: inherit;
}

.badge-success {
  background-color: #60825a;
}

.umbrella p {
  font-style: italic;
  font-weight: 600;
  font-size: 0.9em;
}

.umbrella a {
  color: #881c1c;
  font-size: 0.9em;
}

.umbrella a:hover {
  opacity: 0.9;
}

.series-crumbs {
  margin-top: 100px;
}

.series-body {
  margin-bottom: 300px;
}

.sort-label {
  font-weight: 700;
  margin-right: 5px;
}

.facets h5 {
  font-size: 1em;
  cursor: pointer;
  color: #333333;
}

.facet {
  font-size: 0.7em;
  border-bottom: 1px solid lightgray;
  padding: 7px 0;
}

.facet span {
  color: gray;
}


.more-link {
  border: 0;
  padding-bottom: 0;
}

.full-facet-list {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
   -moz-column-count: 3; /* Firefox */
   column-count: 3;
}

#facetmodal {
  margin-top: 100px;
}

#loading {
  margin-top: 5px;
}

.filtered-label {
  margin-top: 20px;
  margin-bottom: 2px;
}

.result-info {
  margin-top: 30px;
  margin-left: 10px;
  border-bottom: 2px solid lightgray;
}

.results {
  margin-top: 20px;
}

.result-pane {
  margin-left: 0;
  border-bottom: 1px solid lightgray;
  border: 75%;
  padding-top: 20px;

}

.result-pane h2 {
  font-size: 1.5em;
  line-height: 1.1;
  width: 80%;
}

.result-pane p {
  font-size: 0.9em;
  line-height: 1.2;

}


.result-pane .card {
  margin-bottom: 1rem;
}

.result-pane .creator {
  font-size: 0.9em;
  font-weight: bolder;
  font-style: italic;
  margin-bottom: 5px;
}

.result-pane p.date-created {
  font-size: 0.8em;
  font-weight: 700;
  float: right;
}

.result-pane p.date-created span {
  font-weight: 400;
}



.item-folder {
  position: absolute;
  bottom: 10px;
}

.facet-column {
  padding-right: 80px;
}

.results-controls {
  margin-top: 20px;
  padding-top: 50px;
  border-bottom: 3px solid #555;
}

.results-view {
  margin-top: -5px;
  margin-left: 10px;
}

.results-view > .btn-group > a {
    color: white;
}

.sort-controls {
  text-align: right;
}

.sort-controls li {
  cursor: pointer;
}

.results .li {
  margin-right: 10px;
}

.search-pagination {
  margin-top: 30px;
}

.page-item.active .page-link {
  background-color: #336566;
  border-color: #336566;
}

.page-link:visited, .page-link:hover {
  color: #336566;
}

.gallery-results-wrapper {
  border-bottom: 1px solid lightgray;
  padding-bottom: 20px;
  margin-right: 30px;
}

.gallery-results {
  margin-top: 30px;

}

.gallery-results h4 {
  font-size: 1.1em;
  margin-top: 5px;
}

.gallery-results img {
  width: inherit;
}

.gallery-results .card {
  padding: 5px;
}

.gallery-date {
  margin-bottom: 10px;
  font-weight: bold;
}

.filter {
  margin-left: 5px;
  font-size: 0.9em;
}

.filter-term {
  color: black;
  font-weight:bolder;
}

.asearch-terms {
  margin-top: 20px;

}

.asearch-limiters {
  margin-top: 20px;
  margin-bottom: 50px;
}

.asearch-limiters p {
  margin-top: 30px;
}

.asearch-terms h2, .asearch-limiters h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #555;
  padding: 5px;
  margin-bottom: 20px;
  background-color: lightgray;
}

.breadcrumb {
  margin-bottom: 2rem;
  background-color: inherit;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "\00bb\00a0";
}

.main-metadata {
  margin-bottom: 300px;
}

.main-info {
  margin-bottom: 10px;
}
.creator {
  font-size: 1.1em;
  margin-bottom: 0;
  font-style: italic;
}

.title {
  font-size: 2em;
}

.item-metadata {
  margin-left: 5px;
}

.badge {
  letter-spacing: 0.1em;
}

.line-space-sm {
  line-height: 1.4;
}

.download-label {
  font-size: 0.8em;
  margin-top: 8px;
  margin-right: 5px;
}

.zoomcontrols a {
  color: #881c1c;
}

.zoom-body {
    max-width: 85%;
}

.item img {
  max-height: 500px;

}

.item .btn-group {
  display: inherit;
}

.item-metadata {
  font-size: 0.9em;
}

.item-metadata dt {
  border-bottom: 1px solid lightgray;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6e6e6e;
}

.item-metadata dt:not(:first-child) {
    margin-top: 20px;
}

.item-metadata dd {
  margin-bottom: 0;
}

.rights-policy {
    font-size: 0.9em;
    margin-top: 3px;
}


.view-tools {
  margin-bottom: 10px;
}

.view-tools .btn {
  font-size: 0.8em;
  cursor: pointer;
}

.metadata-col {
  margin-right: 50px;
}

.metadata-col p {
  font-size: 1em;
}

.metadata-col > .card {

  padding-left: 0;
}

.extra-metadata {

  padding-left: 2px;
}

.xml {
  margin-top: 5px;  
}

.page-nav {
  text-transform: uppercase;
}

.page-nav .active {
  background-color: #336566;
  border-color: #336566;
}

.page-nav .active > a {
  color: white;
}

.page-body figure {
  margin-left: 30px;
}

.page-body p {
  font-size: 1em;
}

.page-body h2 {
  margin-top: 30px;
}

.brand-image {
  height: 40px;
  margin-top: -10px;
}
.funderlogos {
  margin-top: 50px;
}
.funderlogos img {
  height: 60px;
  margin-right: 30px;
}

#cover {
  background-image: url(/images/cover.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  height: 300px;
  margin-top: 40px;

}
.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.album .card {
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
}

.highlight > .card-title {
  margin-top:10px;
  margin-bottom: 3px;
  font-weight: bold;
}

.highlight .card-text {
  font-size: 90%;
  line-height: 1.5;
  color: #5f5d5d;
}

.alphalist {
  font-size: 2em;
}

.browse-list {
  margin-top: 30px;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
   -moz-column-count: 3; /* Firefox */
   column-count: 3;
   border-bottom: 1px solid lightgray;
   padding-bottom: 50px;
}

.able-wrapper {
  box-sizing: content-box;
}
/*
.able-transcript-area {
  left: unset!important;
  top: unset!important;
}
*/
/* SCUA primary buttons */

.able-transcript-block {
    font-size: 0.9em;
}

.index-list h2 {
  margin-top: 20px;
}

.index-list li {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.index-instr {
  font-style: italic;
  font-size: 0.8em!important;
  margin-top: -10px;
}

.able-transcript-seekpoint {
  font-size: 1.1em;
}
.timecode {
  color: #5d2a2c;

}


.coll-sort {
  font-weight: bold;
}
.coll-title {
    margin-top: -10px;
}
.coll-title a {
  font-size: 1.25em;

}

.coll {

-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
border-bottom: 1px solid lightgray;
margin-bottom: 5px;
}

#metadata-tabs {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.nav-tabs .nav-link.active {
  color: white;
background-color: #881c1c;
  border: 1px solid #00000030;
  border-bottom: 0px;
}

.nav-tabs .nav-link {
  color: #5d5d5d;
  background: rgba(0,0,0,.10);
  border: 1px solid #00000030;
  border-bottom: 0px;

}

.btn-scua {
  color: #fff;
  background-color: #5d2a2c;
  border-color: #5d2a2c;
  cursor: pointer;
}

.btn-scua:hover {
  color: #fff;
  background-color: #5d2a2c;
  border-color: #5d2a2c;
}

.btn-scua:focus, .btn-scua.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-scua.disabled, .btn-scua:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-scua:active, .btn-scua.active,
.show > .btn-scua.dropdown-toggle {
  background-color: #5d2a2c;
  background-image: none;
  border-color: #5d2a2c;
}

.btn-scua-blue {
  color: #fff;
  background-color: #336566;
  border-color: #336566;
  cursor: pointer;
}

.btn-scua-blue:hover {
  color: #fff;
  background-color: #336566;
  border-color: #336566;
}

.btn-scua-blue:focus, .btn-scua-blue.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-scua-blue.disabled, .btn-scua-blue:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-scua:active, .btn-scua.active,
.show > .btn-scua.dropdown-toggle {
  background-color: #336566;
  background-image: none;
  border-color: #336566;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid black;
  /*background: #2d2c2c;*/
  background-color: rgba(170,165,140,0.4);
}

footer p {
  margin-bottom: .25rem;
}

footer > .container-fluid {
  padding: 0 30px 0 30px;
}

.footer-scua-logo {
  float: right;
}

.social-icon {
  font-size: 1.5em;
  margin-right: 15px;
}

.text-muted {
  color: #353a40!important;
}

/* advanced search typeahead styles */

.tt-query {
          width: 396px;
          height: 30px;
          padding: 8px 12px;
          font-size: 24px;
          line-height: 30px;
          border: 2px solid #ccc;
          -webkit-border-radius: 8px;
             -moz-border-radius: 8px;
                  border-radius: 8px;
          outline: none;
        }

        .typeahead {
          background-color: #fff;
        }

        .typeahead:focus {
          border: 2px solid #336566;
        }

        .tt-query {
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
             -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        }

        .tt-hint {
          color: #999
        }

        .tt-menu {
          width: 422px;
          margin: 12px 0;
          padding: 8px 0;
          background-color: #fff;
          border: 1px solid #ccc;
          border: 1px solid rgba(0, 0, 0, 0.2);
          -webkit-border-radius: 8px;
             -moz-border-radius: 8px;
                  border-radius: 8px;
          -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
             -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
                  box-shadow: 0 5px 10px rgba(0,0,0,.2);
        }

        .tt-suggestion {
          padding: 3px 20px;
          font-size: 0.9em;;
          line-height: 24px;
        }

        .tt-suggestion:hover {
          cursor: pointer;
          color: #fff;
          background-color: #336566;
        }

        .tt-suggestion.tt-cursor {
          color: #fff;
          background-color: #336566;

        }

        .tt-suggestion p {
          margin: 0;
        }
