html, body {
	font-size: 16px;
}
.title-area {
	width: 100%;
}

.sticky, .top-bar {
	background-image: linear-gradient(to bottom, #003976, #0073bd);
	background-color: #003976;
	margin-bottom: 1em;
	padding: 0;
	height: 4em;
}

#logo_ksu {
	display: inline-block;
	width: 9em;
	margin: 0;
	padding: 0;
	position: relative;
	top: .5em;
	left: 1em;
}
#logo_ul {
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	position: absolute;
	top: 1.5em;
}
#logo_ul a {
	color: rgb(229, 232, 84);
	cursor: pointer;
	font-family: "NationalBoldItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	padding: 0;
}
a#svg-logo.base use:first-child, a#svg-logo.base path {
	fill: #dddddd;
}
a#svg-logo.base use:last-child, a#svg-logo.base path:last-child {
	fill: #efab00;
}

h1.main {
	color:#003976;
	font-weight: 700;
	border-top: .5em solid #efefef;
	padding-top: .3em;
}
#exhibitSummary {
	float: unset !important;
}

.exhibit-item.exhibit-gallery-item {
	position: relative;
}
.exhibit-item.exhibit-gallery-item .exhibit-item-caption {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255, .9);
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}
.exhibit-item.exhibit-gallery-item:hover .exhibit-item-caption {
	display: inline-block;
}

.layout-lightbox-gallery .exhibit-item-caption a.exhibit-item-link {
	color: #000;
	padding: 1.5em 1.8em !important;
}
.layout-lightbox-gallery .exhibit-item-caption p {
	font-size: 1.1em;
	line-height: 1.3;
	display: none;
}

#exhibit-menu .row {
	padding: 25px 0;
	min-height: 100px;
	max-height: 100px;
	text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  padding:10px;
	border-top: .5em solid #efefef;
}
#exhibit-menu .row:hover,
#exhibit-menu .row.active {
  background-color: #eee;
}

#exhibit-menu .row a {
height: 72px;
  display: table-cell;
  text-align: left;
  color: black;
}
