/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
  font-family: 'Open Sans', 'Helvetic Neue', sans-serif !important;
  color: #666 !important;
  background:whitesmoke !important;
}

header {
	height:40px;
	padding:0;
	margin:0;
}

header img {
	max-height:35px;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

p {
	line-height: 200%;
	font-size:105%;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  //font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #666;
  background: white;
  font:'Open Sans', 'Helvetica Neue', sans-serif !important;
  font-size:12px;
}

p {
  font-family:'Open Sans', 'Helvetica Neue', sans-serif !important;
  font-size:115%;
}

form, fieldset {
  border: 0;
  margin: 0;
}

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 {
  font-weight: normal;
  font-family: 'Gill Sans', sans-serif;
  color: #015581;
}

h1 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

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;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

/* -- Misc Block elements -- */
p, ul, ol, dl {
  margin-bottom: 18px;
}

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:link, a:visited {
  color: #369;
}

a:hover, a:active {
  color: #ff8000;
}

img a {
  border: none;
}

header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  background:#002a5c;
  height:40px;
}

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

.utl-links {
	position:absolute;
	top:10px;
	right:10px;
}

.utl-links a {
	color:white;
	text-decoration:none;
}


#secondary-nav {
    float:left;
    width: 220px;
}

#secondary-nav li .exhibit-title {
	font-weight:200 ;
	font-size: 125%;
}

#secondary-nav .current a{
	color:#d14836 !important;
	border-left:4px solid #d14836;
}

#secondary-nav li a {
	background:none;
	color:#369 !important;
}

/************** Custom Styles *************/

.logo {
	float:left; 
	width: 25%;
	margin-left:2.5%;
}

.exhibit-page-title-main {
	font-family: 'EB Garamond', serif; 
	color:white; 
	font-weight:normal !important;
	font-size:300%; 
	float:left; 
	text-transform:none; 
	width:45%; 
	text-align:center;
	letter-spacing:1px;
	
}

.more { 
	height:auto !important;
	overflow:auto !important;
}



.more-test, .less-test {
	
	text-align:center;
	display:none;
	position:absolute;
	bottom:0px;
	right:0px;
	color: #258bc0 !important;
	cursor:pointer;
	background:whitesmoke;
	padding:3px 6px;
}

a.more-test {
	text-decoration:none;
	
}

.more-test span {
  color:#165879;
}


.view  {
	
	
	float:left; 
	font-family:'Open Sans', 'Helvetica Neue', sans-serif;
	cursor:pointer;
	background:whitesmoke;
	padding:3px 6px;
	position:absolute;
	bottom:0;
	left:0;

	
	
}

.view  a {
	color:#165879;
	text-decoration:none;
}

.more-content {
	padding-bottom:15px;
}

.more-img {
	height:15px;
	opacity: .3;
	margin-bottom:-3px;
}

.custom-nav { 
	width:100%; 
	height:35px; 
	float:left; 
	margin-bottom: 25px; 
	background: #666; 
	color:white; 
	text-align:center;
	
	
}

.custom-nav a {
	color:white;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	line-height:35px;
	padding: 0 15px;
	height:100%;
	width:auto;
	display:inline-block;
}

.custom-nav a:hover {
	background:#15628A;
	border-bottom:3px solid red;
}

.exhibits.summary #primary {
	float:right !important;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header {
    width: 100%;
  }
}

#header-image {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header-image:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header-image {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header-image {
    width: 100%;
  }
}
#header-image img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#site-title {
  float: left;
  width: 50%;
  font-weight: normal;
  font-family: 'Gill Sans', sans-serif;
  color: #015581;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: .2em;
  position: relative;
}
#site-title img {
  max-width: 100%;
  height: auto;
}

#site-title a {
  text-decoration: none;
}

#search-container {
  float: right;
  width: 45%;
  position: relative;
}
#search-container h2 {
  display: none;
}
#search-container input[type=text], #search-container input[type=submit] {
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 30px;
  font-size: 12px;
  line-height: 18px;
}
#search-container input[type=text] {
  width: 65%;
  behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search-container input[type=submit] {
  padding: 2px;
  background: #369;
  color: white;
  position: absolute;
  border: 0;
  left: 65%;
  top: 0;
  width: 25%;
}

a#advanced-search.button {
  width: 10%;
  right: 0;
  top: 0;
  border: 0;
  position: absolute;
  line-height: 30px;
  text-decoration: none;
}

#advanced-search {
  width: 10%;
  font-size: 16px;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 90%;
  font-weight: bold;
  behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#advanced-search:after {
  content: "+";
  display: block;
  text-indent: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  background: #369;
  height: 30px;
  top: 0;
}

#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;
  *behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.central-nav {
	background:#666; 
	border-bottom:1px solid #ccc;
	 max-width:960px; 
	 margin:0 auto; 
	 padding:7px 25px;
	 letter-spacing: 1px;
	 font-weight:300;
	 color: #ccc;
}

.central-nav a {
	color:white !important;
	text-decoration:none !important;
	margin-left:15px;
	
}

.central-nav li {
  width: auto !important;
}

.navigation {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding-left: 0;
  margin-right:15px;
}
.navigation a {
  text-decoration: none;
}
.navigation li {
  float: left;
  width: 100%;
}

#admin-bar li {
  float: right;
}

#primary-nav {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  border-bottom: 1px solid #ccc;
  z-index: 50;
}
#primary-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #primary-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #primary-nav {
    width: 300px;
  }
  
  .central-nav {
  	display:none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #primary-nav {
    width: 420px;
  }
}
#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 .navigation > li:first-child a {
  border-left: 1px solid #ccc;
}
#primary-nav a {
  behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: 0.75em 18px;
  background: #fafafa;
  border: 1px solid #ccc;
}
#primary-nav a:hover, #primary-nav li.active a {
  background: #fff;
  color: #ff8000;
}
#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;
  -webkit-box-shadow: #cccccc 0 3px 5px;
  -moz-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;
  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;
}

#content {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 2.5%;
  z-index: 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: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content {
    width: 100%;
  }
}

#home #primary {
  float: left;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #home #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #primary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #primary {
    width: 420px;
  }
}
#home #secondary {
  float: right;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin-right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #secondary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #secondary {
    width: 420px;
  }
}
#home #content h2 {
  text-transform: uppercase;
  letter-spacing: .1em;
}
#home #content h3 {
  margin-bottom: 0;
}
#home #content h3:only-child {
  margin-bottom: 18px;
}

#featured-collection {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
#featured-collection:last-of-type {
  border-bottom: 0;
}

#featured-item {
  overflow: hidden;
  background: #eee;
  padding: 1.5em 20px;
  margin-bottom: 1.5em;
}
#featured-item h2 {
  margin-top: 0;
}
#featured-item img {
  float: right;
  margin: 0 0 1.5em 20px;
  border: 1px solid #ccc;
  padding: 2px;
}

.items-list {
  padding-left: 0;
}
.items-list h3 {
  margin-top: 0;
}

#recent-items .item {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
#recent-items .item img {
  float: right;
  margin-left: 18px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  padding: 2px;
}

.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;
}
@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 {
  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;
}

ul.title-list {
  margin: 0;
}

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

#item-images {
  overflow: hidden;
  margin-bottom: 18px;
  margin-right: -10px;
}

.fullsize {
  margin-right: 10px;
}

#item-image img {
  width: 100%;
}

.items.show h3 {
  margin: 0;
}

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

.browse .item {
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 3em 0;
  overflow: hidden;
}

#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%;
}

.browse .item h2 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
  margin-bottom: 0;
}
@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 {
  max-width: 100%;
  height: auto;
}
.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;
}

.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;
}

.field {
  margin-bottom: 1.5em;
}

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

.collections .collection {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}
.collections .collection .view-items-link {
  margin-bottom: 2.25em;
}
.collections .collection h3 {
  margin-bottom: 0;
}

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

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

#search-results + .pagination {
  margin-top: 2.25em;
}

#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: "";
}

.layout-gallery .exhibit-item-link *, .layout-gallery .download-file * {
	margin:0 auto !important;
}

footer {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  background: #666;
  padding: 10px 2.5%;
  color:white !important;
  font-size:90%;
  font-weight:200;
}

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


footer #secondary-nav li a{
	border:0 !important;
	color:lightblue !important;
	font-weight:normal;
}

footer #secondary-nav .current a {
	color:orange !important;
}

footer #secondary-nav li {
		display:inline-block !important;
}


footer #secondary-nav {
	border:0 !important;
	width:100%;
	float:left;
	border:1px solid yellow;

}

footer .exhibit-page-nav {
	list-style-type:none !important;
}

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

footer .exhibit-page-nav {
	width:100%;
	float:left;
	border:1px solid yellow;
}




@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer {
    width: 420px;
  }
}
footer a {
  text-decoration: none;
}
footer .navigation {
  font-weight: bold;
}
footer .navigation li {
  display: inline;
}
footer .navigation li:after {
  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 {
  white-space: nowrap;
}

#footer-text {
  float: left;
  width: 48%;
}

.browse .exhibit {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}

.exhibit {
	position:relative;
}

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

 #exhibit-pages {
	/*margin-top: 20px;*/
  width: 220px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.exhibit-items img {
	
}

.exhibit-items  {
	text-align:center;
}




.exhibits.summary #exhibit-pages {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
}

.exhibits.summary #exhibit-pages a {
  text-decoration: none;
}
.exhibits.summary #exhibit-pages > ul {
  margin-left: 0;
  border-top-style: solid;
  border-top-width: 0.08333em;
  padding-top: 1.41667em;
  border-color: #eee;
  padding-left: 0;
  list-style-type: none;
}
.exhibits.summary #exhibit-pages > ul > li {
  border-bottom-style: solid;
  border-bottom-width: 0.08333em;
  padding-bottom: 1.41667em;
  border-color: #eee;
  margin-bottom: 1.5em;
}
.exhibits.summary #exhibit-pages ul li > ul {
  padding-left: 1.5em;
  margin-left: 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;
  }
}

.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: 70%;
  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:75%;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 75%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 75%;
  }
}

.exhibits.show #exhibit-pages h4 {
  font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.exhibits.show #exhibit-pages a {
  /*color: #fff;*/
  text-decoration: none;
}
.exhibits.show #exhibit-pages > ul {
  /*padding-left: 0;
  margin-left: 0;*/
  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;
}

.exhibits.show #exhibit-pages > ul > li {
  border-bottom-width: 0.08333em;
  border-bottom-style: solid;
  padding-bottom: 1.41667em;
  border-color: #eee;
  margin-bottom: 1.5em;
}

.exhibits.show exhibit-pages ul li > ul {
  padding-left: 1.5em;
  margin-left: 0;
}

.exhibits.show #exhibit-pages ul li > ul li {
  text-indent: -1.5em;
}

.exhibits.show #exhibit-pages ul li > ul li:before {
  content: "\2014";
}

.exhibits.show #exhibit-pages li {
  list-style-type: none;
  margin-left: 0;
}

.exhibits.show h1:first-of-type {
  float: left;
  width: 70%;
}

.exhibits #content > h1:first-of-type,
#exhibit-blocks,
#exhibit-page-navigation,
.exhibits.summary #primary {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  padding-right: 20px;
  margin-left: 0;
}

#exhibit-blocks {
  width: 70%;
  float: left;
}

#exhibit-page-navigation {
  width: 100%;
  float: left;
}

.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: #ff8000;
}

.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-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;
}

.secondary-nav + .exhibit {
  border-top: 0;
  padding-top: 0;
}

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

#collection-tree {
  margin-left: auto;
  margin-right: auto;
}

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

  #search-container {
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 0em;
  }

  #site-title {
    width: 100%;
  }

  #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;
  }
  #mobile-nav ul {
    position: absolute;
    z-index: 199;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 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: #ff8000;
  }
  #mobile-nav li ul {
    position: relative;
  }
  #mobile-nav li ul a:before {
    content: "-- ";
  }
  #mobile-nav li ul ul a:before {
    content: "---- ";
  }

  footer .navigation {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 1.5em;
  }
  

  #home #primary, #home #secondary {
    padding: 1.5em 0 0 0;
  }

  #home #primary > div:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  .browse .item img {
    max-width: 50%;
    float: left;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }

  #sort-links {
    float: left;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  #mobile-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  #mobile-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) and (max-width: 767px) {
  #mobile-nav {
    width: 100%;
  }
 }
 
 @media only screen and (max-width: 480px) and (min-width: 320px) {
  
  .exhibit-page-title-main {
  	font-size:200%;
  	float:right;
  }
}

@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: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 21%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 21%;
  }
}

#skipnav{
  text-align:left
}

#skipnav a{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}

#skipnav a:focus,.skipnav a:active{
  position:static;
  left:0;
  width:auto;
  height:auto;
  overflow:visible;
  text-decoration:underline
}

#primary table a {
  word-break: break-word;
}