/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}
@media screen {
  /*
  Table of Contents
  =================
  -- General HTML Elements
  ----- Headings
  ----- Form Elements
  -- Global Classes
  -- Navigation
  ----- Pagination
  -- Header 
  -- Footer
  -- Content
  -- Home
  -- Items
  -- Search
  ----- Advanced Search
  -- Files
  -- Collections/Tags
  -- ExhibitBuilder
  */
  /* !---------- General HTML Elements ---------- */
  * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  body {
    font-family: 'Helvetica', sans-serif;
    font-weight: 375;
    font-size: 14px;
    line-height: 16px%;
	color: #000;
    word-wrap: break-word;
    height: 110%;
  }

  a {
    text-decoration: none;
	color: #1fa8b2;
  }

  #skipnav {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #skipnav:focus {
    top: 0;
    z-index: 9999;
    clip: initial;
    height: auto;
    width: auto;
    padding: .5em;
    border: 1px blue dashed;
  }

  /* !---------- Headings ---------- */
  h1 {
    font-size: 32px;
    line-height: 48px;
  }

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

  h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 18px;
    line-height: 27px;
  }

  h5, h6 {
    font-size: 15px;
    line-height: 22px;
  }

  p, ol, ul {
    margin-bottom: 1.5em;
  }
  p:only-child, p:last-child, ol:only-child, ol:last-child, ul:only-child, ul:last-child {
    margin-bottom: 0;
  }

  ul {
    list-style-type: none;
    padding-left: 1.5em;
  }

  /* !---------- Form Elements ---------- */
  label {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    display: inline-block;
  }

  input[type=text], input[type=password], textarea,
  input[type=submit], button, .button {
    border: 0;
    padding: 0.46875em 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }

  input[type=text], input[type=password],
  input[type=submit], button, .button {
    height: 2em;
  }

  input[type=text], input[type=password], textarea {
    width: 100%;
  }

  input[type=radio] {
    margin-right: 5px;
  }

  select {
    margin: 0 0 1.5em;
    border: 1px solid #dfe2e2;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
  }

  input[type=submit], button, .button {
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
  }

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  /* !---------- Tables ---------- */
  table {
    width: 100%;
    margin: 1.5em 0;
  }
  table caption {
    text-align: left;
    font-style: italic;
  }

  td,
  th {
    text-align: left;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 0.375em;
  }

  td {
    border-bottom-width: 0em;
    border-bottom-style: solid;
    padding-bottom: 0.3125em;
  }

  th {
    border-bottom-width: 0em;
    border-bottom-style: solid;
    padding-bottom: 0.0625em;
  }

  /* !---------- Global classes ---------- */
  header, footer, .sub-header, .grid, .show-container, .pre-footer, #null-results, .advanced-search-container {
	padding: 1.5em 16px;
  }
  .container {
    *zoom: 1;
    max-width: 59em;
    _width: 59em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  .show #primary {
    padding: 0;
  }

  .show #primary > div > *:first-child, .show #content #sidebar > div > *:first-child {
    margin-top: 0em;
  }
  .show .item-file {
    text-align: center;
    width: 100%;
  }
  .show .item-file .download-file {
    display: block;
  }
  .show .item-file img {
    vertical-align: bottom;
    max-width: 100%;
  }
  .show .item-file > div {
    display: inline-block;
  }

  .gm-style {
    word-wrap: normal;
  }

  .image {
    height: 4.5em;
    width: auto;
    float: left;
    display: block;
    margin: 0 0.75em 0.75em 0;
  }
  .image img {
    height: 100%;
    width: auto;
  }

  .collection .image,
  .exhibit .image {
    -moz-box-shadow: -3px -3px 0 #bbb, -4px -4px 0 #fff, -7px -7px 0 #dedede;
    -webkit-box-shadow: -3px -3px 0 #bbb, -4px -4px 0 #fff, -7px -7px 0 #dedede;
    box-shadow: -3px -3px 0 #bbb, -4px -4px 0 #fff, -7px -7px 0 #dedede;
    margin-left: 7px;
  }

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

  /* !---------- Navigation ---------- */
  nav ul {
    list-style: none;
    margin: 0 auto;
  }
  nav a {
    display: inline-block;
  }

  .top {
    padding: 0;
  }
  .top ul {
    display: none;
  }
  .top a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .top .mobile {
    margin: 1.5em auto;
    width: 100%;
  }

  .navigation ul, ul.navigation {
    padding-left: 0;
  }

  .secondary-nav, #secondary-nav {
    margin-bottom: 1.5em;
    *zoom: 1;
  }
  .secondary-nav:after, #secondary-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .secondary-nav .current, .secondary-nav .active, #secondary-nav .current, #secondary-nav .active {
    font-weight: 500;
    text-transform: uppercase;
  }
  .secondary-nav ul, #secondary-nav ul {
    padding-left: 0;
  }
  .secondary-nav li, #secondary-nav li {
    float: left;
    width: auto;
    margin-right: 16px;
  }

  /* !---------- Pagination ---------- */
  .pagination {
    list-style-type: none;
    padding-left: 0;
	color: #fff;
	padding-bottom: 12px;
	padding-top: 12px;
  }
  .pagination li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
	height: 24px;
  }
  .pagination input[type=text] {
    width: 2.25em;
    text-align: right;
    margin-right: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-width: 0.0625em;
    border-style: solid;
    padding: -0.0625em;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	height: 24px;
  }

  nav.pagination {
    padding: 0;
  }
  nav.pagination .pagination_list {
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    margin-bottom: 1.875em;
    clear: both;
    padding: 0.375em 0;
    text-align: center;
  }
  nav.pagination .pagination_list li {
    display: inline-block;
    width: auto;
    color: #fff;
    margin: 0 4px;
    zoom: 1;
  }
  nav.pagination .pagination_list a {
    padding: 0;
  }
  nav.pagination .pagination_list .pagination_current {
    font-weight: 500;
  }
  nav.pagination .pagination_list .pagination_first a, nav.pagination .pagination_list .pagination_last a,
  nav.pagination .pagination_list .pagination_previous a, nav.pagination .pagination_list .pagination_next a {
    display: inline-block;
    text-indent: -9999px;
    height: auto;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
  }
  nav.pagination .pagination_list .pagination_first a:after, nav.pagination .pagination_list .pagination_last a:after,
  nav.pagination .pagination_list .pagination_previous a:after, nav.pagination .pagination_list .pagination_next a:after {
    text-indent: 0;
    display: block;
    margin-top: -2em;
  }
  nav.pagination .pagination_list .pagination_first a:after {
    content: "<<";
  }
  nav.pagination .pagination_list .pagination_last a:after {
    content: ">>";
  }
  nav.pagination .pagination_list .pagination_previous a:after {
    content: "<";
  }
  nav.pagination .pagination_list .pagination_next a:after {
    content: ">";
  }

  .pagination_previous a, .pagination_next a {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
    background-color: #1fa8b2;
	color: #fff;
    position: relative;
  }
  .pagination_previous a:after, .pagination_next a:after {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    text-align: center;
    line-height: 24px;
  }

  .pagination_previous a:after {
    content: "\f0d9";
  }

  .pagination_next a:after {
    content: "\f0da";
  }

  .item-pagination {
    clear: both;
    padding-bottom: 0.75em;
  }
  .item-pagination li {
    display: inline-block;
    background-color: #fff;
    margin: 0 0 0.75em 0;
    padding: 0.375em 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  }
  .item-pagination li:empty {
    display: none;
  }
  .item-pagination .next {
    float: right;
  }
  .item-pagination .previous {
    float: left;
  }

  /* !---------- Header ---------- */
  header {
	background-color: #b2731f;
	border-bottom: 1px solid #0F0F0F;
  }
  #site-title {
    text-align: center;
    margin: 0;
    padding: 0.75em 0;
  }
  #site-title img {
	width: 100%;
  }

  #search-container {
    padding: 16px 0;
  }
  #search-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100px;
    clear: both;
  }

  #search-form {
    text-align: center;
    position: relative;
    overflow: visible;
  }
  #search-form input[type=text], #search-form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  #search-form input[type=text] {
    width: 100%;
    line-height: 1.71429em;
    padding-right: 3em;
  }
  #search-form button {
    width: 2.25em;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
	background-color: #1fa8b2;
  }
  #search-form button:after {
    font-family: "FontAwesome";
    content: "\f002";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 2.25em;
    line-height: 2em;
  }
  #search-form.with-advanced input[type=text] {
    padding-right: 5.25em;
  }
  #search-form.with-advanced button {
    right: 2.25em;
  }

  .show-advanced.button {
    width: 2.25em;
    height: 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    padding: 0;
    top: 0;
    right: 2.25em;
    line-height: 30px;
    background-color: #4b6569;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  .show-advanced.button:focus {
    outline: -webkit-focus-ring-color auto 5px;
  }
  .show-advanced.button:link, .show-advanced.button:hover, .show-advanced.button:active, .show-advanced.button:visited {
    color: #fff;
  }
  .show-advanced.button:after {
    width: 2.25em;
    content: "\2026";
    display: block;
    text-indent: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 2.25em;
    line-height: 2.25em;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  #advanced-form {
    display: none;
    background-color: #fff;
    overflow: auto;
    z-index: 1001;
    position: absolute;
    top: 35px;
    left: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 1.5em 16px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
  }
  #advanced-form.open {
    display: block;
  }
  #advanced-form #query-types *:first-child {
    margin-top: 0;
  }
  #advanced-form label {
    margin: 0;
    padding: 0;
  }
  #advanced-form p {
    margin: 0.75em 0;
  }
  #advanced-form p:last-of-type {
    margin-bottom: 0em;
  }

  /* !---------- Footer ---------- */
  footer {
    padding: 1em 16px 3em;
	background-color: #fff;
	border-top: 5px solid #0F0F0F;
	color: #000;
  }
  footer #social-media li {
	display: inline-block;
	margin-right: 3em;
  }
  footer #social-media li:last-child {
	margin-right: 0;
  }
  footer #social-media li a {
	color: #000;
  }
  footer #social-media ul {
	padding-left: 0;
  }
  footer:empty {
    display: none;
  }

  /* !---------- Content ---------- */
  #content {
    clear: both;
    overflow: visible;
    *zoom: 1;
  }
  
  #content:after {
    content: "";
    display: table;
    clear: both;
  }
  #content > h1, .sub-header > h1 {
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    border-top: 0;
    margin: 0;
	color: #fff;
  }
    #content .sub-header {
	background-color: #3c3c3c;
	border-top: 1px solid #5C5C5C;
	border-bottom: 1px solid #0F0F0F;
	margin-bottom: 2em;
  }
  #content .pre-footer {
	background-color: #3c3c3c;
	border-bottom: 1px solid #5C5C5C;
	border-top: 1px solid #0F0F0F;
	color: #fff;
  }
  #content > h2:first-child, #content > div > h2:first-child,
  #content #primary > h2:first-child, #content #primary > div > h2:first-child,
  #content #sidebar > h2:first-child, #content #sidebar > div > h2:first-child {
    padding: 0 0 0em;
    margin: 1;
    width: 100%;
  }
  #content > div > *:only-child, #content section > *:only-child {
    margin-top: 0;
  }
  #content > div:after, #content section:after {
    content: "";
    display: table;
    clear: both;
  }
  #content .field {
    margin-bottom: 3em;
  }
  #content .field div:only-of-type {
    margin-bottom: 0;
  }
  #content .inputs {
    padding: 0.75em 0 0;
    clear: both;
  }
  #content > .element {
    border-bottom: 0;
  }
  #content .element-set div {
    padding-bottom: 0.25em;
    margin-bottom: 0;
  }
  #content .element-set div:only-of-type, #content .element-set div:last-of-type {
    border-bottom: 0;
    padding-bottom: 0.375em;
  }
  #content .element-set #dublin-core-description div {
    padding-bottom: 0.75em;
  }
  #content .element-set #dublin-core-description div:only-of-type, #content .element-set #dublin-core-description div:last-of-type {
    border-bottom: 0;
    padding-bottom: 0.375em;
  }
  #content .element-set .element {
	padding-top: 1em;
	padding-bottom: 1em;
  }
  #content .element-set .element:first-of-type {
	padding-top: 0;
  }
  #content #search-filters, #content #item-filters {
    padding: 10px 0;
	color: #fff;
  }
  #content #search-filters > ul, #content #item-filters > ul {
    padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
  }
  #content #search-filters li, #content #item-filters li {
    padding: 7px;
	line-height: 14px;
    background-color: #1fa8b2;
  }
  #content #search-filters li li, #content #item-filters li li {
    display: inline;
    padding: 0.375em 0;
    text-transform: lowercase;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
	display: inline-block;
  }
  #content #search-filters li li:last-of-type:after, #content #item-filters li li:last-of-type:after {
    content: "";
  }
  #content #search-filters li li:after, #content #item-filters li li:after {
    content: ", ";
  }
  #content .view-items-link {
    border-top: 1px solid #dfe2e2 !important;
    margin: 0.75em 0 0 -16px !important;
    padding: 0.75em 16px 0 !important;
    width: 100% !important;
    clear: both;
  }
  #content .view-items-link + div {
    border-color: #DFE2E2;
    margin-top: 0.75em;
    border-top-width: 0.0625em;
    border-top-style: solid;
    padding-top: 1.4375em;
  }
  #content #sort-links {
    border-top: 0;
    padding: 17px 0;
	color: #fff;
	line-height: 14px;
  }
  #content #sort-links span, #content #sort-links ul, #content #sort-links li {
    display: inline-block;
    margin: 0 4px;
    zoom: 1;
  }
  #content #sort-links span {
	margin-left: 0;
  }
  #content #sort-links li a {
	display: inline-block;
  }
  #content #sort-links-list {
    padding-left: 0;
  }

  .asc a:after,
  .desc a:after {
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 3px;
  }

  .asc a:after {
    content: "\f0d8";
  }

  .desc a:after {
    content: "\f0d7";
  }

  #primary {
    margin-bottom: 1.125em;

  }
  #primary h1:first-child {
    margin-top: 0;
  }
  #primary > ul, #primary > ol {
    padding-left: 1.5em;
  }
  .featured-videos {
	width: 100%;
  }
  #home #content .featured-videos h2 {
	margin-bottom: 0;
	margin-top: 1rem;
	margin-left: 1rem;
	padding-bottom: 0;
	color: #fff;
	line-height: 1em;
  }
  .featured-videos h2 span {
	font-size: .5em;
  }
  #featured-carousel .carousel-item {
	margin: 1em;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  #featured-carousel .carousel-item:hover {
	margin: 0;
  }
  #featured-carousel .carousel-item img {
	display: block;
	width: 100%;
	height: auto;
  }
  #featured-carousel .carousel-item .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  #featured-carousel .carousel-item:hover .overlay {
	opacity: 1;
  }
  #featured-carousel .carousel-item .title {
	width: 100%;
	height: 25%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2%;
  }
  #featured-carousel .carousel-item .title p {
	margin: 0;
	height: 2.4em;
	overflow: hidden;
	font-weight: bold;
  }
  #featured-carousel .carousel-item .extent {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 2%;
	opacity: 0;
	font-weight: bold;
  }
  #featured-carousel .carousel-item:hover .extent {
	opacity: 1;
  }
  .featured-videos .customNavigation {
	display: none;
  }

  /* !---------- Home ---------- */
  #home .logo {
	display: none;
  }
  #home .logo img {
	width: 100%;
  }

  /* !---------- Items ---------- */
  .items.show #primary > div, .items.show #sidebar > div {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #e1e2e3;
	background-color: #fff;
  }
  .items.show h3 {
    margin-bottom: 0.25em;
	margin-top: 0;
  }
  .items.show #itemfiles #item-images > div {
    width: 22.5%;
    display: inline-block;
    margin-right: 3%;
  }
  .items.show #itemfiles #item-images > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .items.show #itemfiles a {
    border: 1px solid #dfe2e2;
    display: inline-block;
    zoom: 1;
    overflow: visible;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  .items.show #itemfiles a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .items.show #itemfiles .element-text div:first-of-type {
    border-top: 1px solid #dfe2e2;
  }
  .items.show #primary .element:last-of-type {
    padding-bottom: 0;
  }
  .items.show #content #primary .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	padding-left: 0;
	padding-right: 0;
	height: 0;
  }
  .items.show #content #primary .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .items.show .social ul {
	padding-left: 0;
	margin-bottom: 0;
  }
  .items.show .social li {
	display: inline-block;
	margin-right: 1em;
  }
  .items.show .social li:last-of-type {
	margin-right: 0;
  }
  .items.show .social h2 {
	padding: 0 0 0.375em;
    margin: 0;
  }
  .items.show .social h2 a {
	color: #3c3c3c;
	opacity: 0.5;
  }
  .items.show .social h2 a.active, .items.show .social h2 a:hover {
	opacity: 1;
  }
  .items.show .social textarea {
	resize: none;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #e1e2e3;
  }
  #sidebar .item-link-thumb {
	width: 33%;
	float: left;
	position: relative;
  }
  #sidebar .item-link {
	width: 100%;
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e1e2e3;
  }
  #sidebar .item-link:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
  }
  #sidebar .item-link .description {
	width: 67%;
	float: right;
	padding-left: 1em;
  }
  #sidebar .item-link .description h4 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.2em;
  }
  #content #outputs {
    background-color: transparent;
    border-top: 0;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    padding: 0;
    clear: both;
  }
  #content #outputs p {
    padding-left: 0;
  }

  .items.browse .grid {
	clear: both;
	overflow: hidden;
	margin-left: -1%;
  }
  .items.browse #null-results #primary {
	padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #e1e2e3;
    background-color: #F9F9F9;
  }
  .items.browse #null-results #sidebar > div {
	padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #e1e2e3;
    background-color: #F9F9F9;
  }
  .item.tile {
	overflow: hidden;
	float: left;
	width: 49%;
	margin-left: 1%;
	margin-bottom: 3%;
  }
  .item.tile:nth-child(odd) {
	clear: left;
  }
  .item-thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
  }
  .item-link-thumb img, .item img {
    display: block;
	width: 100%;
  }
  .item-link-thumb .overlay, .item .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .item-link-thumb:hover .overlay, .item.tile:hover .overlay {
	opacity: 1;
  }
  .item.tile .title {
	width: 100%;
	height: 25%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2%;
  }
  .item.tile .title p {
	margin: 0;
	height: 2.4em;
	overflow: hidden;
	font-weight: bold;
  }
  .item-link-thumb .extent, .item.tile .extent {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 2%;
	opacity: 0;
	font-weight: bold;
  }
  .item-link-thumb:hover .extent, .item.tile:hover .extent {
	opacity: 1;
  }
  
  

  /* !---------- Search ---------- */
  #search-results {
    background-color: #fff;
    margin-bottom: 1.5em;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  }
  #search-results .record-image {
    height: 4.5em;
  }
  #search-results th {
    color: #fff;
  }
  #search-results th, #search-results td {
    padding: 0.75em 8px;
    text-align: left;
    vertical-align: top;
  }
  #search-results th:last-of-type, #search-results td:last-of-type {
    border-right: 0;
  }
  #search-results td {
    border-color: #ddd;
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: -0.0625em;
    padding-top: 1.5em;
  }
  #search-results .item img {
    margin: 0;
    height: 100%;
    width: auto;
  }

  #no-results {
    clear: both;
  }

  /* !---------- Advanced Search ---------- */
  .advanced-search #content form > div {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #e1e2e3;
    background-color: #F9F9F9;
  }
  .advanced-search #content form > div:last-of-type {
    padding: 0;
  }
  .advanced-search #content form > div input {
    margin-bottom: 1.5em;
	border: 1px solid #e1e2e3;
  }
  .advanced-search #content form > div .label {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
  }
  .advanced-search #content form > div:after {
    content: "";
    display: table;
    clear: both;
  }

  .search-entry select, .search-entry input[type=text] {
    width: 28%;
  }
  .search-entry select {
    margin-right: 1%;
  }
  .search-entry:first-of-type {
    padding-bottom: 0;
  }
  .search-entry:only-of-type {
    margin-bottom: 0em;
  }

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

  .advanced-search button {
    display: inline-block;
    margin: 0 0 1.5em;
	background-color: #1fa8b2;
  }
  .advanced-search #advanced-search-form > div:last-of-type {
    border: 0;
    background-color: transparent;
    float: left;
    *zoom: 1;
  }
  .advanced-search #advanced-search-form > div:last-of-type:after {
    content: "";
    display: table;
    clear: both;
  }
  .advanced-search #submit_search_advanced {
    margin-bottom: 0 !important;
	background-color: #1fa8b2;
  }

  /* !---------- File Pages ---------- */
  .files #primary {
    background-color: transparent;
    border-top: 0;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    padding: 0;
    padding-top: 0;
  }
  .files #primary:first-child {
    margin-top: 0;
  }
  .files #content #sidebar h3 {
    padding-left: 0;
  }
  .files .download-file {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    overflow: auto;
    padding: 0.375em;
    display: inline-block;
  }
  .files .download-file img {
    max-width: 100%;
    vertical-align: bottom;
    float: left;
  }
  .files .item-file {
    text-align: center;
  }
  .files .item-file > div {
    display: inline-block;
  }

  /* !---------- Collections/Tags ---------- */
  .collections #content .element-set .element {
    margin-bottom: 1.5em;
  }
  .collections #content .element-set .element:last-of-type {
    margin-bottom: 0;
  }
  .collections #collection-items .item {
    border-top: 1px solid #dfe2e2;
    margin: 0 -16px;
    padding: 0 16px 1.5em;
    overflow: hidden;
  }
  .collections #collection-items .item:first-of-type {
    border-top: 0;
  }
  .collections #collection-items .item:last-of-type {
    padding-bottom: 0.75em;
  }
  .collections #collection-items .item div:only-of-type {
    margin-bottom: 0;
  }
  .collections .collection {
    clear: both;
  }
  .collections h3:only-child {
    margin-bottom: 0em;
  }
  .collections.browse .grid, .items.tags .grid {
	clear: both;
	overflow: hidden;
	margin-left: -3%;
  }
  .collection-tile, .tags-tile {
	overflow: hidden;
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-bottom: 3%;
  }
  .collection-thumb, .tags-thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
  }
  .collection-tile img, .tags-tile img {
    display: block;
	width: 100%;
  }
  .collection-tile .overlay, .tags-tile .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
	background: rgba(12, 111, 171, 0.85);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .collection-tile:hover .overlay, .tags-tile:hover .overlay {
	background: rgba(255, 255, 255, 0.85);
  }
  .collection-tile .title, .tags-tile .title {
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 4%;
	padding-right: 4%;
  }
  .collection-tile .title:before, .tags-tile .title:before {
	content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .collection-tile:hover .title, .tags-tile:hover .title {
	color: #1fa8b2;
  }
  .collection-tile .title h2, .tags-tile .title h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	overflow: hidden;
	font-size: 2em;
	line-height: 1.2em;
  }
  .collection-tile .video-count, .tags-tile .video-count {
	position: absolute;
	bottom: 2%;
	right: 2%;
	font-weight: bold;
  }

  /* !---------- ExhibitBuilder ---------- */
  .exhibits #content .navigation {
    padding-left: 2;
    *zoom: 1;
  }
  .exhibits #content .navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  .exhibits #content .navigation .current, .exhibits #content .navigation .active {
    font-weight: 500;
  }
  .exhibits #content .primary {
    padding-bottom: 0;
  }
  .exhibits .exhibit {
    clear: both;
  }
  .exhibits .exhibit-page {
    font-weight: bold;
  }
  .exhibits.summary #content #primary > div {
    background-color: transparent;
    border-top: 0;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    padding: 0;
  }
  .exhibits.summary #content #primary > div:last-child {
    margin-bottom: 0;
  }
  .exhibits #exhibit-pages:not(.full) > ul > li:not(:last-of-type) {
    border-color: #dfe2e2;
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: -0.0625em;
  }
  .exhibits #exhibit-pages:not(.full) a {
    margin: 0.375em 0;
  }
  .exhibits #exhibit-pages.top li a {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    #fff-space: nowrap;
    text-overflow: ellipsis;
  }
  .exhibits #exhibit-pages.top li {
    max-width: 40%;
  }
  .exhibits.show #content h1 {
    font-size: 32px;
  }
  .exhibits.show #content #primary:first-child {
    margin-top: 1.5em;
  }
  .exhibits.show #content #primary p, .exhibits.show #content #primary ol, .exhibits.show #content #primary ul {
    margin-bottom: 1.5em;
  }
  .exhibits.show #content .exhibit-item {
    padding-top: 0;
  }
  .exhibits.show #content #exhibit-page-navigation {
    background-color: transparent;
    border-top: 0;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    padding: 0;
  }
  .exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
    padding: 0.375em 0;
    display: inline-block;
    width: 100%;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  .exhibits.show #content #exhibit-page-navigation > div {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .exhibits.show #content #exhibit-page-navigation #exhibit-nav-next {
    margin-bottom: 1.5em;
  }
  .exhibits.show #content #exhibit-pages ul {
    margin-left: 0 !important;
  }
  .exhibits.show #content .exhibit-page-nav, .exhibits.show #content .exhibit-child-nav {
    margin-left: 0;
    padding-left: 0;
    clear: both;
  }
  .exhibits.show #content .exhibit-page-nav .current, .exhibits.show #content .exhibit-child-nav .current {
    font-weight: bold;
  }
  .exhibits.show #content .exhibit-page-nav {
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    margin-bottom: 1.5em;
  }
  .exhibits.show #content .exhibit-page-nav a {
    padding: 0;
    vertical-align: bottom;
  }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.1);
    max-width: none;
  }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.2);
    max-width: none;
  }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.3);
    max-width: none;
  }
  .exhibits.show #content .exhibit-page-nav > li {
    display: block;
    float: none;
    overflow: hidden;
    margin-right: 0;
  }
  .exhibits.show #content .exhibit-page-nav > li:first-of-type {
    text-transform: uppercase;
    padding: 0.375em 8px;
  }
  .exhibits.show #content .exhibit-page-nav > li:first-of-type a:after {
    content: ":";
  }
  .exhibits.show #content .exhibit-page-nav > li ul {
    padding-left: 0;
  }
  .exhibits.show #content .exhibit-page-nav > li ul li {
    display: inline-block;
    padding: 0.375em 8px;
    width: auto;
  }
  .exhibits #content #secondary-nav .current a,
  .exhibits #content #secondary-nav a.current,
  .exhibits #content .exhibit-section-nav .current a {
    background-color: transparent;
  }

  #content .exhibit-items,
  #content .gallery {
    padding-bottom: 0;
  }

  #exhibit-pages:not(.full) {
    border-style: solid;
    border-width: 10px 0 0 0;
    overflow: visible;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    padding: 0.75em 16px;
    background-color: #fff;
  }
  #exhibit-pages:not(.full) ul {
    margin-left: 0;
    padding-left: 0;
  }
  #exhibit-pages:not(.full) ul ul {
    padding-left: 16px;
  }

  #exhibit-pages h4 {
    margin: 0.1875em 0 0;
  }

  .exhibit-block:first-child p:first-of-type {
    margin-top: 0;
  }

  #content .exhibit-item:empty {
    padding: 0;
  }

  .gallery-full-left, .gallery-full-right, .gallery-thumbnails,
  .gallery-thumbnails-text-bottom, .gallery-thumbnails-text-top, .image-list-left,
  .image-list-left-thumbs, .image-list-right, .image-list-right-thumbs,
  .text-full, .text-image-left, .text-image-right {
    padding: 1.5em 0;
    margin-top: 1.5em;
  }
  .gallery-full-left div:empty, .gallery-full-right div:empty, .gallery-thumbnails div:empty,
  .gallery-thumbnails-text-bottom div:empty, .gallery-thumbnails-text-top div:empty, .image-list-left div:empty,
  .image-list-left-thumbs div:empty, .image-list-right div:empty, .image-list-right-thumbs div:empty,
  .text-full div:empty, .text-image-left div:empty, .text-image-right div:empty {
    display: none;
  }

  #content .layout-text p:only-child {
    margin-top: 1.5em;
  }

  .exhibit-block {
    overflow: hidden;
  }

  .exhibit-block > *:last-child {
    margin-bottom: 0;
  }

  .exhibit-item .exhibit-item-link img {
    width: 100%;
  }

  /* !---------- Simple Pages ---------- */
  .simple-pages-navigation {
    list-style: none;
  }

  .simple-pages-navigation ul {
    display: none;
  }

  .simple-pages-navigation .current ul {
    display: block;
  }

  .simple-pages-navigation a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: bold;
    padding: 4px;
  }

  #simple-pages-breadcrumbs {
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  .simple-page #primary {
	padding: 1.5em 16px;
  }
  .simple-page .main {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #e1e2e3;
	background-color: #F9F9F9;
  }
  .simple-page #sidebar > div {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #e1e2e3;
	background-color: #F9F9F9;
  }
  .simple-page .form-box {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
  }
  .simple-page .form-container {
	position: relative;
	padding-bottom: 143%;
	height: 0;
	overflow: hidden;
  }
  .simple-page .form-container iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* !---------- Other Plugin Styles ---------- */
  #recaptcha_area input {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  /*
  Table of Contents
  =================
  -- Header
  -- Navigation
  ----- Pagination
  -- Search
  -- Content
  -- Home
  -- Items
  -- Collections
  -- ExhibitBuilder
  */
  /* !---------- General ---------- */
  html {
	position: relative;
	min-height: 100%;
}
  body {
	font-size: 16px;
	/* Sum of fixed height footer and pre-footer */
	margin-bottom: 200.5px;
  }
  /* !---------- Header ---------- */
  body {
	font-size: 14px;
  }
  header {
    *zoom: 1;
	padding-top: 0;
	padding-bottom: 0;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }

  #site-title {
    width: auto;
	height: 5em;
	padding: 0.8em 0;
    float: left;
    display: inline;
    text-align: left;
  }
  #site-title img {
	height: 100%;
	width: auto;
  }
  #site-title:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
  }

  /* !---------- Footer ---------- */
  footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 160.5px;
  }
  footer #info {
	float: left;
  }
  footer #social-media {
	float: right;
  }
  footer #social-media ul {
	float: right;
  }
  
  /* !---------- Navigation --------- */
  nav.top {
    /* mega menu list */
    box-sizing: border-box;
    /* a top level navigation item in the mega menu */
    /* first descendant link within a top level navigation item */
    /* focus/open states of first descendant link within a top level 
       navigation item */
    /* open state of first descendant link within a top level 
       navigation item */
    /* sub-navigation panel */
	width: auto;
	float: right;
	padding: 0;
  }
  nav.top *, nav.top *:before, nav.top *:after {
    box-sizing: inherit;
  }
  nav.top .nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
  }
  nav.top .nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
  }
  nav.top .nav-item a {
    padding: 2em 0.75em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
  }
  nav.top .nav-item > a {
    position: relative;
    display: inline-block;
  }
  nav.top .nav-item > a:focus,
  nav.top .nav-item > a:hover,
  nav.top .nav-item > a.open {
    background: #1fa8b2;
  }
  nav.top .nav-item > a.open {
    border-bottom: none;
  }
  nav.top .sub-nav {
    position: absolute;
    display: none;
    background: #1fa8b2;
    min-width: 200px;
  }
  nav.top .sub-nav.open {
    display: block;
    z-index: 20;
  }
  nav.top .sub-nav ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  nav.top .sub-nav ul a {
    width: 100%;
    display: block;
    padding: .25em 16px .25em 2em;
    text-indent: -1em;
  }
  nav.top .sub-nav ul a:before {
    font-family: "FontAwesome";
    content: "\f101";
    margin-right: .5em;
  }
  nav.top .sub-nav ul ul {
    padding-left: 1em;
  }
  nav.top .sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav.top .sub-nav a:focus, nav.top .sub-nav a:hover {
    display: block;
  }
  nav.top [aria-haspopup="true"]:after {
    font-family: "FontAwesome";
    content: "\f0da";
    margin-left: .5em;
  }
  nav.top [aria-haspopup="true"].open:after {
    content: "\f0d7";
  }
  nav.top .mobile {
    display: none;
  }

  /* !---------- Pagination ---------- */
  #content nav .pagination_list {
    margin-top: 0.375em;
  }

  /* !---------- Search ---------- */
  #search-container {
    padding: 1.5em 0;
    width: 20%;
    float: right;
    margin-right: 0;
	margin-left: 1.5em;
    *margin-left: -1em;
    display: inline;
  }
  #search-container input {
    padding: 0.46875em 8px;
  }

  #search-results {
    width: 100%;
  }

  #search-filters, #item-filters {
    float: left;
  }
  #search-filters li, #item-filters li {
    float: left;
  }
  #search-filters li ul, #item-filters li ul {
    display: inline;
    padding: 0;
  }
  #search-filters li ul li, #item-filters li ul li {
    float: none;
  }

  /* !---------- Content --------- */
  header, footer, .sub-header, .grid, .show-container, .pre-footer, #null-results {
    *zoom: 1;
    padding-left: 5%;
	padding-right: 5%;
  }
  #content {
	padding: 0;
  }
  header:after, nav.top:after, #content:after, footer:after {
    content: "";
    display: table;
    clear: both;
  }
  #content #sort-links {
    text-align: center;
  }
  div#content:focus {
	outline: none;
  }
  .sub-header, .pre-footer {
	padding-top: 0;
	padding-bottom: 0;
  }
  .sub-header h1,  .sub-header #item-filters {
	float: left;
	margin-right: 1rem;
  }
  .sub-header .pagination-nav, .pre-footer .pagination-nav, .sub-header #sort-links {
	float: right;
	margin-left: 1rem;
  }
  #content .pre-footer {
	position: absolute;
	/* Set at the top of the footer */
	bottom: 160.5px;
	width: 100%;
	/* Set the fixed height of the pre-footer here */
	height: 49px;
  }

  /* !---------- Home ---------- */
  body#home {
  background: url(../images/homebackground.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  #home .logo {
    width: 66.10169%;
    float: left;
    display: block;
	margin-top: 3em;
	margin-left: 8.47458%;
  }
  #home #content .featured-videos {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	background-color: rgba(0, 0, 0, 0.5);
  }
  #home #content .featured-videos h2 a {
	color: #fff;
  }
  .featured-videos .customNavigation {
	display: block;
  }
  .featured-videos .customNavigation.prev {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
  }
  .featured-videos .customNavigation.next {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
  }
  .featured-videos .customNavigation a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #1fa8b2;
  }
  .featured-videos .owl-pagination {
	display: none;
  }
  #home footer {
	display: 100%;
  }

  /* !---------- Items --------- */
  
  .items .advanced-search-container {
	width: 66.5%;
	margin-right: auto;
	margin-left: auto;
  }
  .items #advanced-search-form > div {
    width: 100%;
    clear: both;
  }
  .items #advanced-search-form > div:last-of-type {
    width: auto;
  }

  .show #primary, .browse #primary, .exhibit-item-show #primary {
    width: 66.5%;
    float: left;
    margin-right: 1%;
    display: inline;
  }
  .show #sidebar, .browse #sidebar, .exhibit-item-show #sidebar {
    width: 32.5%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
  .show #footer {
	display: 100%;
  }
  .item.list-group-item
{
	float: none;
	width: 100%;
	background-color:green;
}
.item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: " ";
}

.item.list-group-item img{float:left;}
.item.list-group-item:after
{
	clear:both;
}
  .item.tile {
	width: 32.33333%;
  }
  .item.tile:nth-child(3n+1) {
	clear: left;
  }
  .item.tile:nth-child(odd) {
	clear: none;
  }

  /* !---------- Collections/Tags ---------- */
  .collections.show #primary .element-set {
    width: 61.53846%;
    float: left;
    margin-right: 2.5641%;
    display: inline;
  }
  .collections.show #primary > div {
    width: 35.89744%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    clear: right;
  }
  .collections.show .item-img {
    margin-left: 0;
  }
  .collection-tile, .tags-tile {
	width: 30.33333%;
  }

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

#exhibit-pages {
  width: 300px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #exhibit-pages {
    width: 172px;
  }
}
#exhibit-pages h4 {
  font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#exhibit-pages a {
  text-decoration: none;
}
#exhibit-pages > ul {
  margin-left: 0;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: 1.41667em;
  border-color: #eee;
  padding-left: 0;
  list-style-type: none;
}
#exhibit-pages > ul > li {
  border-bottom-width: 0.08333em;
  border-bottom-style: solid;
  padding-bottom: 1.41667em;
  border-color: #eee;
  margin-bottom: 1.5em;
}
#exhibit-pages ul li > ul {
  padding-left: 1.5em;
  margin-left: 0;
}
#exhibit-pages ul li > ul li {
  text-indent: -1.5em;
}
#exhibit-pages ul li > ul li:before {
  content: "\2014";
}
#exhibit-pages li {
  list-style-type: none;
  margin-left: 0;
}
#exhibit-pages .current {
  font-weight: bold;
}
#exhibit-pages .current > *:not(a) {
  font-weight: normal;
}
#exhibit-pages > ul > li:not(.parent) ul {
  display: none;
}
#exhibit-pages > ul > li.current ul {
  display: block;
}

#exhibit-pages ul ul {
  margin: 0;
}

.exhibits #content > h1:first-of-type,
#exhibit-blocks,
#exhibit-page-navigation,
.exhibits.summary #primary {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin-left: 0;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    width: 420px;
  }
}

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

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

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

.exhibit .description,
.exhibit .description ~ * {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .exhibit .description,
  .exhibit .description ~ * {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibit .description,
  .exhibit .description ~ * {
    width: 412px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit .description,
  .exhibit .description ~ * {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibit .description,
  .exhibit .description ~ * {
    width: 420px;
  }
}
.exhibit .description p:first-of-type,
.exhibit .description ~ * p:first-of-type {
  margin-top: 0.75em;
}

.exhibit .description ~ * {
  display: block;
  margin: 1.5em auto;
  padding: 0 40px 0 80px;
  float: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.exhibit-items .download-file:last-child {
  margin-bottom: 1.5em;
}
  /* !---------- SimplePages ---------- */
  .simple-page #primary {
	padding-left: 8.47458%;
	padding-right: 8.47458%;
  }
  .simple-page .main {
	width: 66.5%;
	float: left;
	margin-right: 1%;
	display: inline;
  }
  .simple-page #sidebar {
	width: 32.5%;
	float: right;
	margin-right: 0;
	display: inline;
  }
}
@media screen and (min-width: 1024px) {
  body {
	font-size: 14px;
  }
  .collection-tile .title h2, .tags-tile .title h2 {
	font-size: 3em;
  }
}
@media screen and (min-width: 1200px) {
  body {
	font-size: 12px;
  }
  .item.tile {
	width: 24%;
  }
  .item.tile:nth-child(4n+1) {
	clear: left;
  }
  .item.tile:nth-child(3n+1) {
	clear: none;
  }
  .collection-tile .title h2, .tags-tile .title h2 {
	font-size: 3.5em;
  }
}
@media screen and (min-width: 1400px) {
  body {
	font-size: 13px;
  }
}
@media screen and (min-width: 1800px) {
  .item.tile {
	width: 15.666666%;
  }
  .item.tile:nth-child(6n+1) {
	clear: left;
  }
  .item.tile:nth-child(5n+1) {
	clear: none;
  }
  .item.tile:nth-child(4n+1) {
	clear: none;
  }
  .collection-tile .title h2, .tags-tile .title h2 {
	font-size: 4em;
  }
}