.gold-line {
	border-bottom: 1px solid #ffbd29;
	margin-bottom: 20px;
}

.miz-footer__brand {
  padding-bottom: 0px;
}


@media (min-width: 641px) {

  .dropdown-menu {
    min-width: 18rem;
  }


}

@media (min-width: 992px) {
  .miz-page-content__single,
  .miz-page-content__article {
    flex: 0 0 100%;
    max-width: 100%; 
  } 
}

.content {
	padding-bottom: 1.5em;
}
.col-md-9 a[href*="//"]:not([href*="library.missouri.edu/specialcollections"]):not(.btn),
.sidemenu a[href*="//"]:not([href*="library.missouri.edu/specialcollections"]) {
	padding-right: 1.25em;
	background: url(images/External_link_font_awesome.svg) right 0.35em no-repeat;
	background-size: 0.9em;
	display: inline-block
}
.col-md-9 a[href*="//"].mr-3 {
	padding-right: 0;
	background: none;
}
.miz-footer {
	margin-top: 0;
}
nav[aria-label="breadcrumb"] {
	margin-top: 1rem;
}
/**OpenSeadragon Viewer**/
.openseadragon {
  display: block;
  width: 100%;
  height: 80vh;
  background: #000 url(../images/spinner.gif) center center no-repeat;
  
}
/* ========================================================================
Headings
=========================================================================== */
#primary h1, .exhibit h1 {
	font-size: 2em;
	margin-bottom: 0;
}
#primary h2, .exhibit h2, #home h2 {
	font-size: 1.75em;
	padding-top: 1em;
	/* margin-bottom: 0; */
}
#primary h3, .exhibit h3, #home h3 {
	font-size: 1.5em;
	padding-top: 1em;
	margin-bottom: 0;
}
#primary h4, .exhibit h4,  #home h4, .exhibits-browse #primary h2, .collections #primary h2,  
#subject-guides  #primary h3  {
	font-size: 1.25em;
	padding-top: 1em;
	margin-bottom: 0;
}
.exhibits-browse #primary h2, #subject-guides  #primary h3 {padding-top: 0}
.simple-page #primary div.collection.record h3,
.simple-page #primary div.exhibit.record h3 {
	font-size: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#primary h5, .exhibit h5,  #home h5 {
	font-size: 1em;
	padding-top: 1em;
	margin-bottom: 0;
}

/*Rename some Dublin Core elements in public view*/
#dublin-core-table-of-contents h3,
#dublin-core-has-format h3
{
	visibility: hidden;
}
#dublin-core-table-of-contents h3:after,
#dublin-core-has-format h3:after {
	visibility: visible;
	position: absolute;
	left: 0.6em;
	
}
#dublin-core-table-of-contents h3:after {
	content: "Contents"
}
#dublin-core-has-format h3:after {
	content: "Digital Formats"
}

/* ========================================================================
Home page 
=========================================================================== */
#home #backgroundimage {
	height: 200px;
	width:100%;
	background-size:     cover;                     
	background-repeat:   no-repeat;
	background-position: center center;
	} 


@media (min-width: 10px) {
    #home #hslbackgroundimage {
        background-image: none;
    }
}

@media (min-width: 641px) {
    #home .miz-layer {
        padding-top: 0rem;
        margin-top: -1rem;
    }
}

#home .gatewaylinks ul {
	list-style: none;
	list-style-position: inside;
	padding-left: 0;
}
#home a:link { color: #000000; text-decoration: none}

#home .gatewaylinks ul {
	list-style: none;
	list-style-position: inside;
	padding-left: 0;
}


#home .has-search .form-control {
	padding-left: 2.375rem;
  }
  
#home .has-search .form-control-feedback {
	  position: absolute;
	  z-index: 2;
	  display: block;
	  width: 2.375rem;
	  height: 2.375rem;
	  line-height: 2.375rem;
	  text-align: center;
	  pointer-events: none;
	  color: #aaa;
  } 

#home .miz-comp-footer__address a:link {
	color: #f0f0f0;
}
#home .small,small a:link {
  color: #f0f0f0 !important;
}

#home .miz-footer__colophon {
	color: #FFFFFF; 
}


#home .miz-footer__colophon a {
	color: #FFFFFF; 
}
#home h2 {
	border-bottom: 1px solid #ffbd29;
	margin-bottom: 20px;
}
#home h3 {
	font-size: 1.75rem;
}
#home .exhibit.record {
	margin: 0 auto 2em auto;
	text-align: center;
}
#home .h-100 .form-group {
	border: 15px solid rgba(241, 184, 45, .3); background: rgba(241, 184, 45, .3);
}
#home .h-100 .form-group input {
	padding-left: 10px; width: 400px;
}
#home .h-100 p {
	margin-left: 16px;
    margin-top: -22px;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1em;
    background: rgba(241, 184, 45, .5);
    padding-bottom: 5px;
    margin-bottom:  0;
	font-weight: 600;
}
.col-md-4 {
	float: right;
}

#home .col-md-4 ul,
#home .col-md-4 li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#home .col-md-4 a {
  display: block;
}
#home .col-md-4 a.hours,
#home .col-md-4 a.ask,
#home .col-md-4 a.schedule,
#home .col-md-4 a.get-started,
#home .col-md-4 a.support,
#home .col-md-4 a.appointment {
  display: block;
  padding-left: 40px;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 1em;
}
#home .col-md-4 a.hours {
  background: url(../images/clock.png) 0 center no-repeat;
}
#home .col-md-4 a.ask {
  background: url(../images/balloon.png) 0 center no-repeat;
}
#home .col-md-4 a.schedule {
  background: url(../images/applications-education.png) 0 center no-repeat;
}
#home .col-md-4 a.appointment {
  background: url(../images/calendar-day.png) 0 center no-repeat;
}
#home .col-md-4 a.get-started {
  background: url(../images/folder.png) 0 center no-repeat;
}
#home .col-md-4 a.support {
  background: url(../images/plus.png) 0 center no-repeat;
}
#home li.rss-item {
	padding: 0.5em 0;
}

#home .exhibit.record {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1em;
  background: #eeeeee;
  border: 1px solid;
  border-color: #c8c8c8;
  display: flex;
  flex-direction: column;
}




/**styles copied from miz.css**/
#navigation > ul > li {
	flex: 0 1 auto;  /*.miz-nav__list-item*/
	position: relative; /*.dropdown*/
}
#navigation > ul > li > a { /*.miz-nav__link*/
  display: block; 
  padding: 1rem 1rem 1rem 1rem;
  text-decoration: none;
  border-bottom: 2px solid transparent; 
}
#navigation > ul > li > a.btn {
	font-weight: bold;
}
#navigation > ul > li > a:hover { /*.miz-nav__link:hover*/
    border-bottom: 2px solid; 
}
#navigation > ul > li > ul { /*miz-dropdown__menu*/
}
#navigation > ul > li > ul > li { /*miz-nav__list-item*/
	flex: 0 1 auto;
}
#navigation > ul > li > ul > li > a { /*miz-nav__link*/
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  border-bottom: 2px solid transparent; 
}
#navigation > ul > li > ul > li > a:hover { /*miz-nav__link:hover*/
    border-bottom: 2px solid; }
	
#navigation ul ul ul {
	display: none;
}

.btn-default { /*btn-primary*/
  color: #212529;
  background-color: #F1B82D;
  border-color: #F1B82D; }
  .btn-default:hover {
    color: #212529;
    background-color: #e8a90f;
    border-color: #dca10f; }
  .btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 162, 44, 0.5); }
  .btn-default.disabled, .btn-default:disabled {
    color: #212529;
    background-color: #F1B82D;
    border-color: #F1B82D; }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    color: #212529;
    background-color: #dca10f;
    border-color: #d0980e; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(210, 162, 44, 0.5); }

.pagination {
	display: table-row;
	margin: 2em auto;
}
.pagination li {
	display: table-cell;
	padding: 0 1em;
}
.pagination a { /*.btn*/
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .pagination a {
      transition: none; } }
  .pagination a:hover {
    color: #212529;
    text-decoration: none; }
  .pagination a:focus, .pagination a.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .pagination a.disabled, .pagination a:disabled {
    opacity: 0.65; }

	  
.pagination a { /*btn-secondary*/
  color: #fff;
  background-color: #111111;
  border-color: #111111; }
  .pagination a:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .pagination a:focus, .pagination a.focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5); }
  .pagination a.disabled, .pagination a:disabled {
    color: #fff;
    background-color: #111111;
    border-color: #111111; }
  .pagination a:not(:disabled):not(.disabled):active, .pagination a:not(:disabled):not(.disabled).active,
  .show > .pagination a.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .pagination a:not(:disabled):not(.disabled):active:focus, .pagination a:not(:disabled):not(.disabled).active:focus,
    .show > .pagination a.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5); }

ul.sidemenu > li {
	display: none;
}
ul.sidemenu > li.active {
	display: block;
	padding:  1rem;
}
ul.sidemenu {
    background-color: #FBD986;
    padding: 0;
    font-size: 0.8em;
    font-weight: bold;
}
ul.sidemenu a {
	/* display: block; */
	/* padding: 0.5rem; */
	text-decoration: none;
}
ul.sidemenu ul,
ul.sidemenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sidemenu .card-header {
  padding: 1rem 1rem;
}
ul.sidemenu .card-link {
  /* display: block; */
  /* float: right; */
}
ul.sidemenu .card-body {
  padding: 0 1.5rem;
  font-weight: 500;
}
ul.sidemenu .card-body li {
  padding: 0.5em;
}


/*=========================================================
Browse and Subject Guide pages
==========================================================*/
.mr-3 img {
	width: 150px;
}
.content div.item.record,
.content div.item.hentry {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: none;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .content div.item.record,
  .content div.item.hentry {
    float: left;
    width: 25%;
  }
}
.content div.item.record:nth-of-type(4n+1) {
  clear: both;
}
#primary .content div.item.record > h3,
#primary .content div.item.hentry > h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 168px 12px 6px 12px;
  margin: 0;
  order: 2;
  text-align: center;
}
.content div.collection.record > h3 {
  /* background: url(../images/defaultImage@2x.jpg) top center no-repeat; */
  /* background-size: contain; */
}
.content div.item.record > h3 a,
.content div.item.hentry > h3 a {
  display: block;
  width: 100%;
}
.content div.item.record > h3 a.image,
.content div.item.hentry > h3 a.image {
  background: #ffffff;
}
.content div.item.record h3,
.content div.item.hentry > h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content div.item.record > a.image,
.content div.item.hentry > .item-img a {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  /* border: 1px solid #dddddd; */
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: -160px;
  order: 1;
  position: relative;
}
.content div.item.record > a.image > img,
.content div.item.hentry > .item-img a > img,
.content div.item.record > a.image a > img,
.content div.item.hentry > .item-img a a > img {
  margin-left: auto;
  margin-right: auto;
}
a.content div.item.record > a.image:hover,
a.content div.item.hentry > .item-img a:hover,
a.content div.item.record > a.image:focus,
a.content div.item.hentry > .item-img a:focus,
a.content div.item.record > a.image.active,
a.content div.item.hentry > .item-img a.active {
  border-color: #1c5e90;
}
.content div.item.record > a.image .caption,
.content div.item.hentry > .item-img a .caption {
  padding: 9px;
  color: #333333;
}
.thumbnail img {
	max-width: 200px;
}
.content div.item.record > p,
.content div.item.hentry > p {
  display: none;
}
.content div.collection.record + p,
.content div.item.hentry + p {
  clear: both;
}
.content div.item.hentry + p {
  padding: 2em;
  font-weight: bold;
  text-align: center;
  background: #eeeeee;
  margin-top: 2em;
}
.content div.item.hentry .item-description,
.content div.exhibit.record p {
  /* display: none; */
}
#collections #content .col-md-4 > a {
  margin-top: 20px;
}
.collections #dublin-core-title {
  display: none;
}
.media .pull-left {
  width: 150px;
}
.media .pull-left {
  width: 150px;
}
.exhibits-browse .media, .collections .media, #subject-guides .media{
	padding: 1rem 0;
}

.simple-page div.exhibit.record {
	position: relative;
	min-height: 175px;
    width: 100%;
}

.simple-page div.collection.record .image {
	display: none;
}
.simple-page div.exhibit.record .image {
    position: absolute;
    top:0;
    left: 10px;
    max-width: 150px;
    max-height: 150px;
}


.simple-page div.exhibit.record h3,
.simple-page div.exhibit.record p  {
	margin-left: 175px;
}

/*default exhibit styles*/
.exhibit-block.layout-neatline iframe {
  height: 75vh;
}
#static-bubble {
	right: 0px;
	left: auto;
	top: 0px;
	max-height: 100%;
	width: 30vw;
}
#neatline-map #static-bubble h2,
#neatline-map #static-bubble h3,
#neatline-map #static-bubble hr,
#neatline-map .element-text,
#neatline-map .content.item > a {
  display: none;
}

#neatline-map .element-text,
#neatline-map .element {
  line-height: 1;
  padding: 0;
  font-size: 0.9em;
}

#neatline-map #static-bubble img {
  width: 40%;
  margin:  0;
  padding:  1%;
  float: left;
}


.jumbotron {width: 100%; text-align: center;}
.jumbotron h1 {text-align: center;}
ul.exhibit-page-nav > li a {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
ul.exhibit-page-nav > li a:hover {
  color: #f1b82d;
}
ul.thumb-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.thumb-links li {
  text-align: center;
}
ul.thumb-links  li a {
  display: block;
  height: 12em;
  padding-top: 10em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.exhibit .home div[role=main] .exhibit-block li a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.exhibit .home div[role=main] .exhibit-block a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.exhibit .home div[role=main] .exhibit-block a:hover {
  color: #f1b82d;
}
.exhibit-items.thumbnail {
	margin-bottom: 1em !important;
}
.exhibit-items.thumbnail.captions-center img{
	margin: 0 auto;
}
.exhibit-items.thumbnail.captions-center {
	padding: 0.5em;
    border: 1px solid #ccc;
}
.gallery .exhibit-item-caption {
	display: none;
}
.exhibit-item-caption {
    font-size: 0.8em;
    margin:  1em;
	margin-bottom: 0.5em !important;
}

.digital { /*icon to show which collections have digital content; apply class in HTML code in collection input */
	padding-left: 80px;
	background: url(../images/digital.png) center left no-repeat;
	min-height: 70px;
}
.element-text a[href*="mospace"] { /*icon to highlight links to the Digital Library*/
	padding-right: 1.25em;
	background: url(images/online_icon.svg) right 0.35em no-repeat;
	background-size: 0.9em;
	display: inline-block
}

#plugin-content h2 {
	display: none;
}
.item-file img {
	flex: 0;
	max-width: 100%;
	height: auto;
}

#collection-tree > ul, #collection-tree > ul > li > ul, #collection-tree li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#collection-tree li {
	margin: 0.5em 0;
	width: 100%;
}
#collection-tree > ul > li > ul > li > a {
	display: block;
	width: 100%;
	background: #E9ECEF;
	padding: 1em;
	font-weight: bold;
}


.fancybox__slide.has-caption {
  flex-direction: row;
}
.fancybox__caption {
  max-width: 30% !important;
  padding: 1rem 3rem 1rem 1rem !important;
  overflow-y: auto;
}
.is-compact .fancybox__caption {
	max-width: 100% !important;
	text-align: center;
}
.fancybox__content {
	max-height: 100%;
}
.fancybox__container a {
	color: #F1B82D;
}
#exhibit-page-navigation {
    padding: 2em 0;
}
#exhibit-page-navigation span {
	display: inline-block;
	padding: 0.5em;
}
#exhibit-page-navigation a:link, 
#exhibit-page-navigation a:visited, 
#exhibit-page-navigation a:hover,
#exhibit-page-navigation a:active {
    display: inline-block;
	padding: 0.5em;
	color: #fff;
	background-color: #111111;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}