@import url(normalize.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:700);

/* @group ----- Generic ----- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: black;
  background: #F1F3EB;
}

form, fieldset {
  border: 0;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 4px;
}

input[type=text], input[type=password], textarea {
  border: 1px solid #ccc;
  display: block;
}

/* -- Headings -- */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 18px;
}

h1, h2, h3 {
  color: #0B3C5D;
  font-size: 18px;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 18px;
  color: #015581;
}

h4, h5 {
  font-size: 15px;
  line-height: 18px;
}

h4 {
  font-weight: bold;
}

h5 {
  font-style: italic;
}

h6 {
  color: #666;
}

/* -- Misc Block elements -- */
p, ul, ol, dl {
  margin: 1.5em 0;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

/* -- Misc Inline elements -- */
em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

abbr, acronym {
  border: none;
  font-style: normal;
}

blockquote {
  margin: 0 3em;
  font-style: italic;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* -- Tables -- */
table {
  width: 100%;
}

th, td {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0.75em 0;
}

th {
  border-width: 3px;
  text-align: left;
}

/* -- Links -- */

a {
  text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
  color: #00303F;
}

a:hover, a:active {
  text-decoration: none;
  color: #7A9D96;
}

img a {
  border: none;
}

/* @end */
/* @group ----- Header ----- */
header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 960px;
  min-width: 300px;
  padding: 3em 0;
  position: relative;
  clear: both;
}
header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    width: 720px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  header {
    width: 440px;
  }
}

#header-image {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
  min-width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header-image {
    width: 720px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header-image {
    width: 420px;
  }
}

#header-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
}

#site-title {
  float: left;
  width: 50%;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  color: #373737;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
}

#site-title a {
  height: 53px;
  line-height: 53px;
}

#site-title img {
  max-width: 100%;
  height: auto;
}

/* search form */

#search-form {
  float: right;
  position: relative;
  clear: both;
  padding: 10px;
  font-size: 16px;
}

#home #search-form {
  width: 100%;
}

#search-form input[type=text], #search-form button {
  float: left;
  height: 36px;
  display: inline-block;
}

#search-form input[type=text] {
  width: 65%;
  padding: 3px;
  background: white;
  border: 1px solid #7A9D96;
}

#search-form button {
  width: 35%;
  background: #DCAE1D;
  border: 1px solid #DCAE1D;
  color: white;
}

#advanced-search {
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #005177;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
}
#advanced-search:after {
  content: "\2026";
  display: block;
  text-indent: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  background: #369;
  top: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 30px;
}

#advanced-form {
  display: none;
  background-color: #fff;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 1.5em 1em;
}
#advanced-form fieldset p {
  margin: 0;
}
#advanced-form > *:last-child {
  margin-bottom: 0em;
}

#advanced-form input[type="radio"] {
  margin-right: 5px;
}

#search-form fieldset fieldset {
  margin-bottom: 4px;
}

#search-form.with-advanced button {
  right: 30px;
}

/* @end */
/* @group ----- Navigation ----- */

#admin-bar ul {
  display: inline-block;
}

.navigation {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.navigation li {
  float: left;
}

/* primary nav */

#primary-nav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 50;
  float: right;
  width: auto;
}

#primary-nav a
{
  display: block;
  height: 53px;
  line-height: 53px;
  padding: 0 10px;
}

#primary-nav ul {
  padding: 0 0 0 1px;
}

#primary-nav li {
  list-style-type: none;
  margin: 0 0 -1px -1px;
  position: relative;
}

#primary-nav .navigation {
  position: relative;
  z-index: 100;
  overflow: visible;
}

#primary-nav .navigation > li {
  float: left;
  position: relative;
  overflow: visible;
}

#primary-nav li ul, #primary-nav li ul ul {
  display: none;
}

#primary-nav li:hover > ul, #primary-nav li ul li:hover > ul {
  position: absolute;
  display: block;
  top: 3em;
  margin-top: 1px;
  z-index: 1000;
  -moz-box-shadow: #cccccc 0 3px 5px;
  -webkit-box-shadow: #cccccc 0 3px 5px;
  box-shadow: #cccccc 0 3px 5px;
}

#primary-nav li:hover > ul li {
  width: 160px;
}

#primary-nav li ul li:hover > ul {
  position: absolute;
  top: 0;
  left: 160px;
  border-left: 0;
  margin: 0 0 0 -1px;
}

#secondary-nav, .secondary-nav {
  margin-bottom: 1.5em;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
#secondary-nav li, .secondary-nav li {
  padding: 1.5em 0;
  margin-right: 20px;
}
#secondary-nav a, .secondary-nav a {
  color: #666;
}
#secondary-nav .active a, .secondary-nav .active a {
  background: #fff;
  color: #333;
  font-weight: bold;
}
#secondary-nav .tags .nav-browse-all a, .secondary-nav .tags .nav-browse-all a {
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
}

#mobile-nav {
  display: none;
}

/* Pagination Classes */
.pagination {
  float: left;
  padding-left: 0;
  margin: 0 0 1.5em 0;
}
.pagination ul {
  margin-left: 0;
}
.pagination li {
  height: 3em;
  border: solid #e7e7e7;
  border-width: 1px 0 1px 1px;
  float: left;
  list-style-type: none;
}
.pagination li:last-of-type {
  border-right: 1px solid #e7e7e7;
}
.pagination a, .pagination form {
  text-decoration: none;
  padding: 0 10px;
  line-height: 36px;
  display: inline-block;
}

.page-input input[type=text] {
  border: 1px solid #ccc;
  text-align: right;
  width: 50px;
  margin-right: 5px;
  display: inline-block;
}

/* @end */
/* @group ----- Global selectors ----- */

#content:before
{
  background: #1D2731;
  content: ' ';
  height: 5px;
  left: -2000px;
  position: absolute;
  top: -10px;
  width: 5000px;
  z-index: 9999;
}

#content {
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 94%;
  z-index: 0;
  padding: 1em 0;
}

#content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content {
    width: 420px;
  }
}

.hidden {
  display: none;
}

.image {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.image img {
  border: 1px solid #ccc;
  float: left;
  padding: 2px;
  width: auto;
  vertical-align: top;
  height: 100%;
}

.record {
  clear: both;
  overflow: auto;
}

/* @end */
/* @group ----- Home Page ----- */

#home #content {
  max-width: 960px;
  min-width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #content {
    width: 720px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #home #content {
    width: 440px;
  }
}

#featured-item,
#featured-collection,
#featured-exhibit {
  overflow: hidden;
  background: #eee;
  padding: 1.5em 20px;
  margin-bottom: 1.5em;
}
#featured-item h2,
#featured-collection h2,
#featured-exhibit h2 {
  margin: 0;
}
#featured-item h3,
#featured-collection h3,
#featured-exhibit h3 {
  margin: 0 0 1em;
}
#featured-item img,
#featured-collection img,
#featured-exhibit img {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  height: 10.5em;
  width: auto;
  background-color: #fff;
}

#recent-items .item {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
#recent-items .item .image {
  height: 6em;
}
#recent-items .item h3 {
  margin-top: 0;
}

/* @end */
/* @group ----- Items ----- */


.items #content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 1.5em 10px;
}

.items #content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#item-images img {
  max-width: 100%;
  max-height: 80%;
}

@media only screen and (min-width: 768px) {
  #item-images {
    float: left;
    width: 38%;
  }
  #item-metadata {
    float: right;
    width: 62%;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .items #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .items #content {
    width: 420px;
  }
}

.items .item + .pagination-nav .pagination {
  margin-top: 1.5em;
}

#next-item {
  float: right;
}

.item-description a.show {
  padding-left: 5px;
  display: inline;
}

.sort-label {
  display: inline-block;
}

#sort-links-list {
  display: inline-block;
  margin: 0.75em 0 0.75em 10px;
}

.desc a:after, .asc a:after {
  font-family: "FontAwesome";
  display: inline-block;
  height: 0;
  width: 0;
  text-decoration: underline;
  margin-right: 10px;
}

.desc a:after {
  content: "\00a0\f0d8";
}

.asc a:after {
  content: "\00a0\f0d7";
}

ul.title-list {
  margin: 0;
}

.title-list li {
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
}

.fullsize {
  margin-right: 10px;
}

.items.show h3 {
  margin-bottom: 0.75em;
}

/* Items Classes*/
.element {
  overflow: hidden;
  clear: both;
  margin-bottom: 1.5em;
}

.browse .item {
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 3em 0;
  float: left;
  width: 100%;
}

#sort-links + .item {
  border-top: 1px solid #eee;
}

.item-pagination {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.item-pagination a {
  text-decoration: none;
  font-weight: bold;
  float: left;
}

.item-pagination .next a {
  float: right;
  text-align: right;
}

.item .tags {
  clear: left;
  margin-left: 216px;
}

.item h2 {
  margin-top: 0;
}

/* Tags Classes */
.tags li {
  display: inline;
}

/* Tag Clouds */
.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.hTagcloud li {
  display: inline;
  margin-right: 3px;
}

.popular a {
  font-size: 120%;
}

.v-popular a {
  font-size: 140%;
}

.vv-popular a {
  font-size: 180%;
}

.vvv-popular a {
  font-size: 220%;
}

.vvvv-popular a {
  font-size: 260%;
}

.vvvvv-popular a {
  font-size: 300%;
}

.vvvvvv-popular a {
  font-size: 320%;
}

.vvvvvvv-popular a {
  font-size: 340%;
}

.vvvvvvvv-popular a {
  font-size: 360%;
}

/* @end */
/* @group ----- Items/Browse ----- */
.browse .item h2 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .browse .item h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item h2 {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item h2 {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item h2 {
    width: 420px;
  }
}
.browse .item .item-meta .item-img {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-right: 0;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item .item-meta .item-img {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    width: 420px;
  }
}
.browse .item .item-meta .item-img img {
  height: 10.5em;
}
.browse .item div {
  max-width: 100%;
}

.browse .item-meta {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta {
    width: 420px;
  }
}
.browse .item-meta p:first-of-type {
  margin-top: 0;
}

.browse .item-meta > div {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta > div {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta > div {
    width: 420px;
  }
}

.browse .item-meta .item-description {
  margin-bottom: 1.5em;
}
.browse .item-meta .item-description:only-of-type {
  margin-bottom: 0;
}

#sort-links {
  float: right;
  list-style-type: none;
  padding: 0;
  display: block;
}
#sort-links ul {
  padding-left: 0;
}
#sort-links ul li {
  padding-left: 10px;
  display: inline-block;
}

#outputs {
  clear: both;
}

.item-img a {
  display: block;
}

.item + .pagination-nav {
  margin-top: 1.5em;
}

/* @end */
/* @group ----- Items/Search ----- */
.field {
  margin-bottom: 1.5em;
}

.search-entry select {
  margin-bottom: 0.75em;
}

.search-entry input[type=text] {
  display: inline-block;
}

.remove_search {
  text-indent: -9999px;
  width: 18px;
  position: relative;
  height: 18px;
  color: #666;
}
.remove_search:after {
  content: "\f00d";
  font-family: "FontAwesome";
  text-indent: 0;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 18px;
}

/* @end */
/* @group ----- Collections/Browse ----- */
.collections .collection {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  float: left;
  width: 100%;
}
.collections .collection h3 {
  margin: 0;
}

.pagination + .collection {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
}

.collection .element-text p:only-child {
  margin-bottom: 0;
}

.collection .image,
.exhibit .image {
  display: block;
  margin: 0 1.5em 1.5em 9px;
}

.collection .image img,
.exhibit .image img {
  height: 10.5em;
}

#sort-links + .collection {
  border-color: #eee;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: 1.41667em;
  margin-top: 0.75em;
}

.browse .collection,
.browse .exhibit {
  height: auto;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}

.browse .collection h2,
.browse .exhibit h2 {
  margin: 0;
}

.browse .collection .image,
.browse .exhibit .image {
  float: left;
  margin-right: 1em;
  text-align: right;
  height: 10.5em;
}

.browse .collection .image img,
.browse .exhibit .image img {
  height: 100%;
  width: auto;
}

.collection-meta,
.exhibit-meta {
  min-width: 200px;
  overflow: hidden;
}

.collection-description p:first-of-type,
.view-items-link {
  display: block;
  margin-top: 0.75em;
}

.browse .collection .element {
  clear: none;
}

/* @end */
/* @group ----- Collections/Show ----- */
.collections .item-img {
  float: left;
  margin: 0 1.5em 0 0;
}
.collections .item-img a {
  display: block;
  height: 6em;
  border: 1px solid #ccc;
  padding: 2px;
}
.collections .item-img img {
  height: 100%;
  width: auto;
}

.collections .item {
  overflow: hidden;
  border-color: #ccc;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: -0.08333em;
  margin-top: 1.5em;
}

@media only screen and (min-width: 767px) {
  .collections .element-set {
    width: 38%;
    float: left;
  }
  .collections #collection-items {
    width: 62%;
    float: right;
  }
}

/* @end */
/* @group ----- Search Results ----- */
#search-results + .pagination {
  margin-top: 2.25em;
}

#search-results td {
  vertical-align: top;
}

#search-results .image {
  float: left;
  height: 6em;
  margin: 0 1.5em 0 0;
}
#search-results .image img {
  height: 100%;
  width: auto;
}

#item-filters ul, #search-filters ul {
  padding-left: 0;
  list-style-type: none;
}
#item-filters ul > li, #search-filters ul > li {
  display: inline-block;
}
#item-filters ul > li:after, #search-filters ul > li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
#item-filters ul > li:last-child:after, #search-filters ul > li:last-child:after {
  content: "\00A0";
}
#item-filters ul li ul, #search-filters ul li ul {
  display: inline;
}
#item-filters ul li ul li, #search-filters ul li ul li {
  display: inline-block;
}
#item-filters ul li ul li:after, #search-filters ul li ul li:after {
  content: ", ";
  margin: 0;
}
#item-filters ul li ul li:last-child:after, #search-filters ul li ul li:last-child:after {
  content: "";
}

/* @end */
/* @group ----- Footer ----- */
footer {
  flex-shrink: 0;
  width: 100%;
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #1b1a1a;
  color: #fff;
}
footer .navigation {
  font-weight: bold;
  float: none;
  text-align: left;
  margin-bottom: 1.5em;
}
footer .navigation li {
  display: inline;
}
footer .navigation li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
footer .navigation li:last-child {
  margin: 0;
}
footer .navigation li:last-child:after {
  content: "\00A0";
  display: none;
}
footer .navigation a {
  text-decoration: none;
  white-space: nowrap;
}
footer nav + p {
  text-align: right;
}
#footer-text {
  text-align: center;
}

/* @end */
/* @group ----- Exhibit Builder ----- */

.pagination + .exhibit {
  border-top: 1px solid #eee;
}

.exhibits.summary #exhibit-pages {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits.summary #exhibit-pages {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 420px;
  }
}
.exhibits.summary #exhibit-pages > ul {
  margin-left: 0;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: 1.41667em;
  border-color: #7A9D96;
  padding-left: 0;
  list-style-type: none;
}
.exhibits.summary #exhibit-pages > ul > li {
  border-bottom-width: 0.08333em;
  border-bottom-style: solid;
  padding-bottom: 1.41667em;
  border-color: #7A9D96;
  margin-bottom: 1.5em;
}
.exhibits.summary #exhibit-pages ul li > ul {
  padding-left: 1.5em;
  margin-left: 0;
}
.exhibits.summary #exhibit-pages ul li > ul li {
  text-indent: -1.5em;
}
.exhibits.summary #exhibit-pages ul li > ul li:before {
  content: "\2014";
}
.exhibits.summary #exhibit-pages li {
  list-style-type: none;
  margin-left: 0;
}

.exhibits.summary #primary {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin-right: 0;
  float: left;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits.summary #primary {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 420px;
  }
}

.exhibits.show #exhibit-pages a {
  color: #fff;
}
.exhibits.show #exhibit-pages ul {
  padding-left: 0;
  margin-left: 0;
}

.exhibit-page-nav {
  color: #fff;
}
.exhibit-page-nav li {
  float: none;
}
.exhibit-page-nav li ul li {
  float: left;
}
.exhibit-page-nav a {
  display: block;
  float: left;
}
.exhibit-page-nav a:link, .exhibit-page-nav a:visited {
  padding: 0.75em 10px;
  background: #0176b4;
  text-decoration: none;
}

.exhibit-page-nav#secondary-nav li {
  display: block;
  overflow: auto;
  padding: 0 0 1.5em;
}
.exhibit-page-nav#secondary-nav li li {
  padding-bottom: 0;
}

.exhibit-page-nav a:hover,
.exhibit-page-nav a:active,
.exhibit-page-nav .current a {
  background: #0d749c;
}

.exhibit-pagination .next a {
  float: right;
  text-align: right;
}

#exhibit-page-navigation {
  clear: both;
  margin: 3em 0 1.5em;
}

.exhibit-child-nav a {
  display: inline-block;
  padding: 0.75em 10px;
  background-color: #f3f3f3;
}
.exhibit-child-nav li {
  margin: 0 20px 1.5em 0;
}

.exhibit .description {
  margin-left: 10px;
  margin-right: 10px;
}

.exhibit .description p:first-of-type {
  margin-top: 0.75em;
}

/* @end */
/* @group ----- Other plugin styles ----- */
#collection-tree {
  margin-left: auto;
  margin-right: auto;
}

/* @end */
@media screen and (max-width: 960px) {
  #featured-item img {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  /* @group ----- Generic HTML elements ----- */
  input[type=text], input[type=password], textarea {
    width: 100%;
    display: block;
  }

  /* @end */
  /* @group ----- Header ----- */
  #site-title {
    width: 100%;
  }

  /* @end */
  /* @group ----- Navigation ----- */
  #primary-nav {
    display: none;
  }

  #mobile-nav {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    zoom: 1;
  }
  #mobile-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  #mobile-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  #mobile-nav {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) and (max-width: 767px) {
  #mobile-nav {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #mobile-nav ul {
    position: absolute;
    z-index: 199;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  #mobile-nav li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  #mobile-nav a {
    text-decoration: none;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
  }
  #mobile-nav a:hover {
    background: #fff;
  }
  #mobile-nav > a:first-child {
    background: #fafafa;
    cursor: pointer;
  }
  #mobile-nav li.current a {
    background: #fff;
    color: #0d749c;
  }
  #mobile-nav li ul {
    position: relative;
  }
  #mobile-nav li ul a:before {
    content: "-- ";
  }
  #mobile-nav li ul ul a:before {
    content: "---- ";
  }

  /* @end */

  /* @group ----- Items/Browse ----- */
  .browse .item img {
    max-width: 50%;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }

  .browse .item {
    padding: 1.5em 0;
  }

  #sort-links {
    float: left;
  }

  /* @end */
}

/* ==========================================================================
   New style rules for Avantgarde
   ========================================================================== */

#featured-collection
{
  background: url(../../../files/original/c9436df9899518886809f7cbc6f17979.jpeg);
  margin-bottom: 24px;
  padding: 20px;
}
#featured-exhibit
{
  background: url(../../../files/original/fd7209051470e348a11635fc972ca93a.jpg);
  margin-bottom: 24px;
  padding: 20px;
}
h2
{
  margin-top: 0;
}
#featured-item
{
  background: #1D2731;
  color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}
#featured-item h2
{
  color: #fff;
}
#featured-collection:last-child, #featured-exhibit:last-child
{
  margin-bottom: 0;
}

#primary-nav .navigation > li:last-child a
{
  padding-right: 0;
}
div#header-image-holder
{
  float: left;
  clear: both;
  max-height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
div#header-image
{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -5;
}
div#header-image-holder h2
{
  background: #00303F;
  color: #F1F3EB;
  display: inline-block;
  line-height: 32px;
  margin-bottom: 0;
  padding: 5px 25px;
}
div#header-image-holder p
{
  background: rgba(0, 0, 0, 0.7);
  color: #DCAE1D;
  margin: 0;
  max-width: 60%;
  padding: 25px;
}
div#header-image-holder .held
{
  margin: 120px auto 0;
  width: 960px;
}
#home h3
{
  margin-bottom: 18px;
  margin-top: 18px;
}
#featured-item h3 a:hover
{
  color: #ff4f37;
}
#featured-item a:link, #featured-item a:visited
{
  color: #0B3C5D;
}
#featured-collection a:link, #featured-collection a:visited, #featured-exhibit a:link, #featured-exhibit a:visited
{
  color: #fff;
}
#featured-collection a:hover, #featured-collection a:active, #featured-exhibit a:hover, #featured-exhibit a:active
{
  color: #fff;
}

#header-image-holder
{
  display: none;
}
#home #header-image-holder
{
  display: block;
}
.browse #content
{
  margin: 0 auto;
  padding: 0;
  padding: 1.5em 10px;
  position: relative;
}
a#advanced-search
{
  background: none;
  border-left: none;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
  position: inherit;
  text-indent: 0;
  text-transform: uppercase;
  width: 100%;
}
#advanced-search:after
{
  display: none;
}
#advanced-form
{
  top: 140px;
}

/* front page content */

#home #content:before
{
  display: none;
}
@media only screen and (max-width: 959px)
{
  div#header-image-holder p
  {
    max-width: 80%;
  }
  #featured-item img
  {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  #featured-item a.image
  {
    max-width: 100px;
  }
  #mobile-nav
  {
    margin-bottom: 30px;
  }
  #mobile-nav a
  {
    border-width: 1px;
  }
}
@media only screen and (max-width: 767px)
{
  #site-title
  {
    float: none;
    text-align: center;
  }
  div#header-image-holder .held, div#header-image-holder p
  {
    max-width: 100%;
  }
}

#tiles {
  list-style: none;
  padding: 0;
}

#tiles li:nth-child(odd) {
  float: left;
}

#tiles li:nth-child(even) {
  float: right;
}

#tiles li {
  display: block;
  width: 50%;
  height: 13.5em;
}

#tiles li a {
  color: white;
  border: 1px solid #F1F3EB;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 24px;
  text-shadow: 1px 1px 3px black;
  z-index: 10;
  padding: 1em;
}

#tiles #maps {
  background: center url(../../../files/original/4e202693516a71cbd4778c72258f4c61.png);
  background-size: cover;
}

#tiles #people {
  background: center url(../../../files/original/0f9ab93c3b67ccfc98ea6133ba506163.jpeg);
  background-size: cover;
}

#tiles #exhibits {
  background: center url(../img/Northlake.png);
  background-size: cover;
}

#tiles #collections {
  background: center top url(../../../files/original/d866f172e4b8d0afcf592a12ac8fcbf2.jpg);
  background-size: cover;
}
