/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

section[role=main] {
  padding-right: 25px;
}

.exhibit-block.layout-text p, .exhibit-block.layout-file-text p, .exhibit-description p, .description p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .search-collapse,
  .site-help,
  [role="navigation"] {
    display: none;
  }

  [role="banner"] {
    border-top-width: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.23077;
  color: #000;
  background-color: #f2ead7;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #a00;
  text-decoration: none;
}
a:hover, a:focus {
  color: #07d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}
img.fltlft {
  margin-right: 30px;
}
img.site-help, img.fltrt, img#sort-links {
  margin-left: 30px;
}

img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #f6d4a3;
}

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

img {
  width: auto \9;
}

h1, h2, h3, h4, h5, h6, .site-description {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 [role="contentinfo"], h2 small,
h2 [role="contentinfo"], h3 small,
h3 [role="contentinfo"], h4 small,
h4 [role="contentinfo"], h5 small,
h5 [role="contentinfo"], h6 small,
h6 [role="contentinfo"], .site-description small,
.site-description [role="contentinfo"] {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
h2,
h3, .site-description {
  margin-top: 16px;
  margin-bottom: 8px;
}
h1 small,
h1 [role="contentinfo"],
h2 small,
h2 [role="contentinfo"],
h3 small,
h3 [role="contentinfo"], .site-description small,
.site-description [role="contentinfo"] {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
h4 small,
h4 [role="contentinfo"],
h5 small,
h5 [role="contentinfo"],
h6 small,
h6 [role="contentinfo"] {
  font-size: 75%;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

h3, .site-description {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h4 {
  font-weight: normal;
}

h2,
h4 {
  border-bottom: 1px solid #f6d4a3;
}

p {
  margin: 0 0 8px;
  font-size: 14px;
}

cite {
  font-style: normal;
}

mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.search-collapse > ul, .navbar-collapse > ul {
  text-transform: uppercase;
}

[role="banner"] {
  color: #fff;
}

[role="banner"] {
  background-color: #400;
}

a[role="banner"]:hover {
  background-color: #110000;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  padding-left: 2em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

.site-help > ul, [role="contentinfo"] > nav > ul, #search-filters ul ul, .popularity, #exhibit-pages > ul {
  padding-left: 0;
  list-style: none;
}

.site-help > ul, [role="contentinfo"] > nav > ul, #search-filters ul ul, .popularity {
  margin-left: -5px;
}
.site-help > ul > li, [role="contentinfo"] > nav > ul > li, #search-filters ul ul > li, .popularity > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.site-help > ul li + li, [role="contentinfo"] > nav > ul li + li, #search-filters ul ul li + li {
  border-left: 1px solid;
  border-color: inherit;
}

dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 2em;
}

dt,
dd {
  line-height: 1.23077;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted inherit;
}

abbr[title] {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 15px;
  border-left: 5px solid transparent;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote [role="contentinfo"] {
  display: block;
  font-size: 80%;
  line-height: 1.23077;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote [role="contentinfo"]:before {
  content: '\2014 \00A0';
}

blockquote.site-help,
blockquote.fltrt,
blockquote#sort-links {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
  text-align: right;
}
blockquote.site-help footer:before,
blockquote.fltrt footer:before,
blockquote#sort-links footer:before,
blockquote.site-help small:before,
blockquote.fltrt small:before,
blockquote#sort-links small:before,
blockquote.site-help [role="contentinfo"]:before,
blockquote.fltrt [role="contentinfo"]:before,
blockquote#sort-links [role="contentinfo"]:before {
  content: '';
}
blockquote.site-help footer:after,
blockquote.fltrt footer:after,
blockquote#sort-links footer:after,
blockquote.site-help small:after,
blockquote.fltrt small:after,
blockquote#sort-links small:after,
blockquote.site-help [role="contentinfo"]:after,
blockquote.fltrt [role="contentinfo"]:after,
blockquote#sort-links [role="contentinfo"]:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.23077;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: inherit;
  background-color: transparent;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: inherit;
  background-color: transparent;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.23077;
  word-break: break-all;
  word-wrap: break-word;
  color: inherit;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.lt-ie9 [role="complementary"], [role="complementary"], [role="complementary"], .lt-ie9 .site-branding .col-sm-6, .col-sm-6, [role="main"], .lt-ie9 [role="main"], [role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.lt-ie9 [role="complementary"], .lt-ie9 .site-branding .col-sm-6, .lt-ie9 [role="main"] {
  float: left;
}

.lt-ie9 [role="complementary"] {
  width: 25%;
}

.lt-ie9 .site-branding .col-sm-6 {
  width: 50%;
}

.lt-ie9 [role="main"] {
  width: 75%;
}

@media (min-width: 768px) {
  [role="complementary"], .col-sm-6, [role="main"] {
    float: left;
  }

  [role="complementary"] {
    width: 33.33333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  [role="main"] {
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  [role="complementary"], [role="main"] {
    float: left;
  }

  [role="complementary"] {
    width: 25%;
  }

  [role="main"] {
    width: 75%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 19.5px;
  line-height: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px solid #f6d4a3;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.23077;
  color: inherit;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.23077;
  color: inherit;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #777777;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #777777;
}
select[disabled],
textarea[disabled],
input[disabled][type="text"],
input[disabled][type="password"],
input[disabled][type="datetime"],
input[disabled][type="datetime-local"],
input[disabled][type="date"],
input[disabled][type="month"],
input[disabled][type="time"],
input[disabled][type="week"],
input[disabled][type="number"],
input[disabled][type="email"],
input[disabled][type="url"],
input[disabled][type="search"],
input[disabled][type="tel"],
input[disabled][type="color"], select[readonly],
textarea[readonly],
input[readonly][type="text"],
input[readonly][type="password"],
input[readonly][type="datetime"],
input[readonly][type="datetime-local"],
input[readonly][type="date"],
input[readonly][type="month"],
input[readonly][type="time"],
input[readonly][type="week"],
input[readonly][type="number"],
input[readonly][type="email"],
input[readonly][type="url"],
input[readonly][type="search"],
input[readonly][type="tel"],
input[readonly][type="color"], fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 30px;
  line-height: 1.23077 \0;
}
.field {
  margin-bottom: 15px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .search-collapse form .field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .search-collapse form select,
  .search-collapse form textarea,
  .search-collapse form input[type="text"],
  .search-collapse form input[type="password"],
  .search-collapse form input[type="datetime"],
  .search-collapse form input[type="datetime-local"],
  .search-collapse form input[type="date"],
  .search-collapse form input[type="month"],
  .search-collapse form input[type="time"],
  .search-collapse form input[type="week"],
  .search-collapse form input[type="number"],
  .search-collapse form input[type="email"],
  .search-collapse form input[type="url"],
  .search-collapse form input[type="search"],
  .search-collapse form input[type="tel"],
  .search-collapse form input[type="color"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .search-collapse form label {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.lt-ie9 .search-collapse form .field, .search-collapse .lt-ie9 form .field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.lt-ie9 .search-collapse form select, .search-collapse .lt-ie9 form select,
.lt-ie9 .search-collapse form textarea,
.search-collapse .lt-ie9 form textarea,
.lt-ie9 .search-collapse form input[type="text"],
.search-collapse .lt-ie9 form input[type="text"],
.lt-ie9 .search-collapse form input[type="password"],
.search-collapse .lt-ie9 form input[type="password"],
.lt-ie9 .search-collapse form input[type="datetime"],
.search-collapse .lt-ie9 form input[type="datetime"],
.lt-ie9 .search-collapse form input[type="datetime-local"],
.search-collapse .lt-ie9 form input[type="datetime-local"],
.lt-ie9 .search-collapse form input[type="date"],
.search-collapse .lt-ie9 form input[type="date"],
.lt-ie9 .search-collapse form input[type="month"],
.search-collapse .lt-ie9 form input[type="month"],
.lt-ie9 .search-collapse form input[type="time"],
.search-collapse .lt-ie9 form input[type="time"],
.lt-ie9 .search-collapse form input[type="week"],
.search-collapse .lt-ie9 form input[type="week"],
.lt-ie9 .search-collapse form input[type="number"],
.search-collapse .lt-ie9 form input[type="number"],
.lt-ie9 .search-collapse form input[type="email"],
.search-collapse .lt-ie9 form input[type="email"],
.lt-ie9 .search-collapse form input[type="url"],
.search-collapse .lt-ie9 form input[type="url"],
.lt-ie9 .search-collapse form input[type="search"],
.search-collapse .lt-ie9 form input[type="search"],
.lt-ie9 .search-collapse form input[type="tel"],
.search-collapse .lt-ie9 form input[type="tel"],
.lt-ie9 .search-collapse form input[type="color"],
.search-collapse .lt-ie9 form input[type="color"] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.lt-ie9 .search-collapse form label, .search-collapse .lt-ie9 form label {
  margin-bottom: 0;
  vertical-align: middle;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-radius: 0 !important;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"], .navbar-toggle > a, .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.23077;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus, .navbar-toggle > a:focus, .btn:focus, button:active:focus,
input[type="submit"]:active:focus,
input[type="reset"]:active:focus,
input[type="button"]:active:focus, .navbar-toggle > a:active:focus, .btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover, .navbar-toggle > a:hover, .btn:hover, button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus, .navbar-toggle > a:focus, .btn:focus {
  color: inherit;
  text-decoration: none;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active, .navbar-toggle > a:active, .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button[disabled],
input[disabled][type="submit"],
input[disabled][type="reset"],
input[disabled][type="button"], .navbar-toggle > a[disabled], [disabled].btn, fieldset[disabled] button,
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] input[type="button"], fieldset[disabled] .navbar-toggle > a, fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"], .navbar-toggle > a, .btn {
  color: inherit;
  background-color: #f6d4a3;
  border-color: #f4c98c;
  background-image: -webkit-linear-gradient(top, #f6d4a3 0%, #f1be75 100%);
  background-image: -moz-linear-gradient(top, #f6d4a3 0%, #f1be75 100%);
  background-image: -o-linear-gradient(top, #f6d4a3 0%, #f1be75 100%);
  background-image: linear-gradient(to bottom, #f6d4a3 0%, #f1be75 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6D4A3', endColorstr='#FFF1BE75', GradientType=0);
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover, .navbar-toggle > a:hover, .btn:hover, button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus, .navbar-toggle > a:focus, .btn:focus, button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active, .navbar-toggle > a:active, .btn:active {
  color: inherit;
  background-color: #f1be75;
  border-color: #eeaf54;
  background-image: -webkit-linear-gradient(top, #f4c98c 0%, #efb35d 100%);
  background-image: -moz-linear-gradient(top, #f4c98c 0%, #efb35d 100%);
  background-image: -o-linear-gradient(top, #f4c98c 0%, #efb35d 100%);
  background-image: linear-gradient(to bottom, #f4c98c 0%, #efb35d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4C98C', endColorstr='#FFEFB35D', GradientType=0);
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active, .navbar-toggle > a:active, .btn:active {
  background-image: none;
}
button[disabled],
input[disabled][type="submit"],
input[disabled][type="reset"],
input[disabled][type="button"], .navbar-toggle > a[disabled], [disabled].btn, button[disabled]:hover,
input[disabled][type="submit"]:hover,
input[disabled][type="reset"]:hover,
input[disabled][type="button"]:hover, .navbar-toggle > a[disabled]:hover, [disabled].btn:hover, button[disabled]:focus,
input[disabled][type="submit"]:focus,
input[disabled][type="reset"]:focus,
input[disabled][type="button"]:focus, .navbar-toggle > a[disabled]:focus, [disabled].btn:focus, button[disabled]:active,
input[disabled][type="submit"]:active,
input[disabled][type="reset"]:active,
input[disabled][type="button"]:active, .navbar-toggle > a[disabled]:active, [disabled].btn:active, fieldset[disabled] button,
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] input[type="button"], fieldset[disabled] .navbar-toggle > a, fieldset[disabled] .btn, fieldset[disabled] button:hover,
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] input[type="reset"]:hover,
fieldset[disabled] input[type="button"]:hover, fieldset[disabled] .navbar-toggle > a:hover, fieldset[disabled] .btn:hover, fieldset[disabled] button:focus,
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] input[type="reset"]:focus,
fieldset[disabled] input[type="button"]:focus, fieldset[disabled] .navbar-toggle > a:focus, fieldset[disabled] .btn:focus, fieldset[disabled] button:active,
fieldset[disabled] input[type="submit"]:active,
fieldset[disabled] input[type="reset"]:active,
fieldset[disabled] input[type="button"]:active, fieldset[disabled] .navbar-toggle > a:active, fieldset[disabled] .btn:active {
  background-color: #f6d4a3;
  border-color: #f4c98c;
}
.navbar-toggle > a, .search-collapse button,
.search-collapse input[type="submit"],
.search-collapse input[type="reset"],
.search-collapse input[type="button"], .search-collapse .navbar-toggle > a, .search-collapse .btn, .btn-primary {
  color: #fff;
  background-color: #aa0000;
  border-color: #910000;
  background-image: -webkit-linear-gradient(top, #aa0000 0%, #770000 100%);
  background-image: -moz-linear-gradient(top, #aa0000 0%, #770000 100%);
  background-image: -o-linear-gradient(top, #aa0000 0%, #770000 100%);
  background-image: linear-gradient(to bottom, #aa0000 0%, #770000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAA0000', endColorstr='#FF770000', GradientType=0);
}
.navbar-toggle > a:hover, .search-collapse button:hover,
.search-collapse input[type="submit"]:hover,
.search-collapse input[type="reset"]:hover,
.search-collapse input[type="button"]:hover, .search-collapse .navbar-toggle > a:hover, .search-collapse .btn:hover, .btn-primary:hover, .navbar-toggle > a:focus, .search-collapse button:focus,
.search-collapse input[type="submit"]:focus,
.search-collapse input[type="reset"]:focus,
.search-collapse input[type="button"]:focus, .search-collapse .navbar-toggle > a:focus, .search-collapse .btn:focus, .btn-primary:focus, .navbar-toggle > a:active, .search-collapse button:active,
.search-collapse input[type="submit"]:active,
.search-collapse input[type="reset"]:active,
.search-collapse input[type="button"]:active, .search-collapse .navbar-toggle > a:active, .search-collapse .btn:active, .btn-primary:active {
  color: #fff;
  background-color: #770000;
  border-color: #530000;
  background-image: -webkit-linear-gradient(top, #910000 0%, #5e0000 100%);
  background-image: -moz-linear-gradient(top, #910000 0%, #5e0000 100%);
  background-image: -o-linear-gradient(top, #910000 0%, #5e0000 100%);
  background-image: linear-gradient(to bottom, #910000 0%, #5e0000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF910000', endColorstr='#FF5E0000', GradientType=0);
}
.navbar-toggle > a:active, .search-collapse button:active,
.search-collapse input[type="submit"]:active,
.search-collapse input[type="reset"]:active,
.search-collapse input[type="button"]:active, .search-collapse .navbar-toggle > a:active, .search-collapse .btn:active, .btn-primary:active {
  background-image: none;
}
.navbar-toggle > a[disabled], .search-collapse button[disabled],
.search-collapse input[disabled][type="submit"],
.search-collapse input[disabled][type="reset"],
.search-collapse input[disabled][type="button"], .search-collapse .navbar-toggle > a[disabled], .search-collapse [disabled].btn, [disabled].btn-primary, .navbar-toggle > a[disabled]:hover, .search-collapse button[disabled]:hover,
.search-collapse input[disabled][type="submit"]:hover,
.search-collapse input[disabled][type="reset"]:hover,
.search-collapse input[disabled][type="button"]:hover, .search-collapse .navbar-toggle > a[disabled]:hover, .search-collapse [disabled].btn:hover, [disabled].btn-primary:hover, .navbar-toggle > a[disabled]:focus, .search-collapse button[disabled]:focus,
.search-collapse input[disabled][type="submit"]:focus,
.search-collapse input[disabled][type="reset"]:focus,
.search-collapse input[disabled][type="button"]:focus, .search-collapse .navbar-toggle > a[disabled]:focus, .search-collapse [disabled].btn:focus, [disabled].btn-primary:focus, .navbar-toggle > a[disabled]:active, .search-collapse button[disabled]:active,
.search-collapse input[disabled][type="submit"]:active,
.search-collapse input[disabled][type="reset"]:active,
.search-collapse input[disabled][type="button"]:active, .search-collapse .navbar-toggle > a[disabled]:active, .search-collapse [disabled].btn:active, [disabled].btn-primary:active, fieldset[disabled] .navbar-toggle > a, fieldset[disabled] .search-collapse button, .search-collapse fieldset[disabled] button,
fieldset[disabled] .search-collapse input[type="submit"],
.search-collapse fieldset[disabled] input[type="submit"],
fieldset[disabled] .search-collapse input[type="reset"],
.search-collapse fieldset[disabled] input[type="reset"],
fieldset[disabled] .search-collapse input[type="button"],
.search-collapse fieldset[disabled] input[type="button"], fieldset[disabled] .search-collapse .navbar-toggle > a, fieldset[disabled] .search-collapse .btn, .search-collapse fieldset[disabled] .btn, fieldset[disabled] .btn-primary, fieldset[disabled] .navbar-toggle > a:hover, fieldset[disabled] .search-collapse button:hover, .search-collapse fieldset[disabled] button:hover,
fieldset[disabled] .search-collapse input[type="submit"]:hover,
.search-collapse fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .search-collapse input[type="reset"]:hover,
.search-collapse fieldset[disabled] input[type="reset"]:hover,
fieldset[disabled] .search-collapse input[type="button"]:hover,
.search-collapse fieldset[disabled] input[type="button"]:hover, fieldset[disabled] .search-collapse .navbar-toggle > a:hover, fieldset[disabled] .search-collapse .btn:hover, .search-collapse fieldset[disabled] .btn:hover, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .navbar-toggle > a:focus, fieldset[disabled] .search-collapse button:focus, .search-collapse fieldset[disabled] button:focus,
fieldset[disabled] .search-collapse input[type="submit"]:focus,
.search-collapse fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] .search-collapse input[type="reset"]:focus,
.search-collapse fieldset[disabled] input[type="reset"]:focus,
fieldset[disabled] .search-collapse input[type="button"]:focus,
.search-collapse fieldset[disabled] input[type="button"]:focus, fieldset[disabled] .search-collapse .navbar-toggle > a:focus, fieldset[disabled] .search-collapse .btn:focus, .search-collapse fieldset[disabled] .btn:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .navbar-toggle > a:active, fieldset[disabled] .search-collapse button:active, .search-collapse fieldset[disabled] button:active,
fieldset[disabled] .search-collapse input[type="submit"]:active,
.search-collapse fieldset[disabled] input[type="submit"]:active,
fieldset[disabled] .search-collapse input[type="reset"]:active,
.search-collapse fieldset[disabled] input[type="reset"]:active,
fieldset[disabled] .search-collapse input[type="button"]:active,
.search-collapse fieldset[disabled] input[type="button"]:active, fieldset[disabled] .search-collapse .navbar-toggle > a:active, fieldset[disabled] .search-collapse .btn:active, .search-collapse fieldset[disabled] .btn:active, fieldset[disabled] .btn-primary:active {
  background-color: #aa0000;
  border-color: #910000;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 40px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 35px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.search-collapse, .navbar-collapse {
  display: none;
}
.in.search-collapse, .in.navbar-collapse {
  display: block;
}

tr.in.search-collapse, tr.in.navbar-collapse {
  display: table-row;
}

tbody.in.search-collapse, tbody.in.navbar-collapse {
  display: table-row-group;
}

.navbar-toggle, .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.navbar-toggle > button, .btn-group > button,
.navbar-toggle > input[type="submit"],
.btn-group > input[type="submit"],
.navbar-toggle > input[type="reset"],
.btn-group > input[type="reset"],
.navbar-toggle > input[type="button"],
.btn-group > input[type="button"], .navbar-toggle > a, .navbar-toggle > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}
.navbar-toggle > button:hover, .btn-group > button:hover,
.navbar-toggle > input[type="submit"]:hover,
.btn-group > input[type="submit"]:hover,
.navbar-toggle > input[type="reset"]:hover,
.btn-group > input[type="reset"]:hover,
.navbar-toggle > input[type="button"]:hover,
.btn-group > input[type="button"]:hover, .navbar-toggle > a:hover, .navbar-toggle > .btn:hover, .btn-group > .btn:hover, .navbar-toggle > button:focus, .btn-group > button:focus,
.navbar-toggle > input[type="submit"]:focus,
.btn-group > input[type="submit"]:focus,
.navbar-toggle > input[type="reset"]:focus,
.btn-group > input[type="reset"]:focus,
.navbar-toggle > input[type="button"]:focus,
.btn-group > input[type="button"]:focus, .navbar-toggle > a:focus, .navbar-toggle > .btn:focus, .btn-group > .btn:focus, .navbar-toggle > button:active, .btn-group > button:active,
.navbar-toggle > input[type="submit"]:active,
.btn-group > input[type="submit"]:active,
.navbar-toggle > input[type="reset"]:active,
.btn-group > input[type="reset"]:active,
.navbar-toggle > input[type="button"]:active,
.btn-group > input[type="button"]:active, .navbar-toggle > a:active, .navbar-toggle > .btn:active, .btn-group > .btn:active {
  z-index: 2;
}
.navbar-toggle > button:focus, .btn-group > button:focus,
.navbar-toggle > input[type="submit"]:focus,
.btn-group > input[type="submit"]:focus,
.navbar-toggle > input[type="reset"]:focus,
.btn-group > input[type="reset"]:focus,
.navbar-toggle > input[type="button"]:focus,
.btn-group > input[type="button"]:focus, .navbar-toggle > a:focus, .navbar-toggle > .btn:focus, .btn-group > .btn:focus {
  outline: 0;
}

.navbar-toggle button + button, .btn-group button + button,
.navbar-toggle input[type="submit"] + button,
.btn-group input[type="submit"] + button,
.navbar-toggle input[type="reset"] + button,
.btn-group input[type="reset"] + button,
.navbar-toggle input[type="button"] + button,
.btn-group input[type="button"] + button, .navbar-toggle > a + button, .btn-group .navbar-toggle > a + button, .navbar-toggle .btn + button, .btn-group .btn + button,
.navbar-toggle button + input[type="submit"],
.btn-group button + input[type="submit"],
.navbar-toggle input[type="submit"] + input[type="submit"],
.btn-group input[type="submit"] + input[type="submit"],
.navbar-toggle input[type="reset"] + input[type="submit"],
.btn-group input[type="reset"] + input[type="submit"],
.navbar-toggle input[type="button"] + input[type="submit"],
.btn-group input[type="button"] + input[type="submit"],
.navbar-toggle > a + input[type="submit"],
.btn-group .navbar-toggle > a + input[type="submit"],
.navbar-toggle .btn + input[type="submit"],
.btn-group .btn + input[type="submit"],
.navbar-toggle button + input[type="reset"],
.btn-group button + input[type="reset"],
.navbar-toggle input[type="submit"] + input[type="reset"],
.btn-group input[type="submit"] + input[type="reset"],
.navbar-toggle input[type="reset"] + input[type="reset"],
.btn-group input[type="reset"] + input[type="reset"],
.navbar-toggle input[type="button"] + input[type="reset"],
.btn-group input[type="button"] + input[type="reset"],
.navbar-toggle > a + input[type="reset"],
.btn-group .navbar-toggle > a + input[type="reset"],
.navbar-toggle .btn + input[type="reset"],
.btn-group .btn + input[type="reset"],
.navbar-toggle button + input[type="button"],
.btn-group button + input[type="button"],
.navbar-toggle input[type="submit"] + input[type="button"],
.btn-group input[type="submit"] + input[type="button"],
.navbar-toggle input[type="reset"] + input[type="button"],
.btn-group input[type="reset"] + input[type="button"],
.navbar-toggle input[type="button"] + input[type="button"],
.btn-group input[type="button"] + input[type="button"],
.navbar-toggle > a + input[type="button"],
.btn-group .navbar-toggle > a + input[type="button"],
.navbar-toggle .btn + input[type="button"],
.btn-group .btn + input[type="button"], .navbar-toggle > button + a, .btn-group .navbar-toggle > button + a,
.navbar-toggle > input[type="submit"] + a,
.btn-group .navbar-toggle > input[type="submit"] + a,
.navbar-toggle > input[type="reset"] + a,
.btn-group .navbar-toggle > input[type="reset"] + a,
.navbar-toggle > input[type="button"] + a,
.btn-group .navbar-toggle > input[type="button"] + a, .navbar-toggle > a + a, .btn-group .navbar-toggle > a + a, .navbar-toggle > .btn + a, .btn-group .navbar-toggle > .btn + a, .navbar-toggle button + .btn, .btn-group button + .btn,
.navbar-toggle input[type="submit"] + .btn,
.btn-group input[type="submit"] + .btn,
.navbar-toggle input[type="reset"] + .btn,
.btn-group input[type="reset"] + .btn,
.navbar-toggle input[type="button"] + .btn,
.btn-group input[type="button"] + .btn, .navbar-toggle > a + .btn, .btn-group .navbar-toggle > a + .btn, .navbar-toggle .btn + .btn, .btn-group .btn + .btn,
.navbar-toggle button + .navbar-toggle,
.btn-group button + .navbar-toggle,
.navbar-toggle input[type="submit"] + .navbar-toggle,
.btn-group input[type="submit"] + .navbar-toggle,
.navbar-toggle input[type="reset"] + .navbar-toggle,
.btn-group input[type="reset"] + .navbar-toggle,
.navbar-toggle input[type="button"] + .navbar-toggle,
.btn-group input[type="button"] + .navbar-toggle,
.navbar-toggle > a + .navbar-toggle,
.btn-group .navbar-toggle > a + .navbar-toggle,
.navbar-toggle .btn + .navbar-toggle,
.btn-group .btn + .navbar-toggle,
.navbar-toggle button + .btn-group,
.btn-group button + .btn-group,
.navbar-toggle input[type="submit"] + .btn-group,
.btn-group input[type="submit"] + .btn-group,
.navbar-toggle input[type="reset"] + .btn-group,
.btn-group input[type="reset"] + .btn-group,
.navbar-toggle input[type="button"] + .btn-group,
.btn-group input[type="button"] + .btn-group,
.navbar-toggle > a + .btn-group,
.btn-group .navbar-toggle > a + .btn-group,
.navbar-toggle .btn + .btn-group,
.btn-group .btn + .btn-group,
.navbar-toggle .navbar-toggle + button,
.btn-group .navbar-toggle + button,
.navbar-toggle .btn-group + button,
.btn-group .btn-group + button,
.navbar-toggle .navbar-toggle + input[type="submit"],
.btn-group .navbar-toggle + input[type="submit"],
.navbar-toggle .btn-group + input[type="submit"],
.btn-group .btn-group + input[type="submit"],
.navbar-toggle .navbar-toggle + input[type="reset"],
.btn-group .navbar-toggle + input[type="reset"],
.navbar-toggle .btn-group + input[type="reset"],
.btn-group .btn-group + input[type="reset"],
.navbar-toggle .navbar-toggle + input[type="button"],
.btn-group .navbar-toggle + input[type="button"],
.navbar-toggle .btn-group + input[type="button"],
.btn-group .btn-group + input[type="button"],
.navbar-toggle > .navbar-toggle + a,
.btn-group .navbar-toggle > .navbar-toggle + a,
.navbar-toggle > .btn-group + a,
.btn-group .navbar-toggle > .btn-group + a,
.navbar-toggle .navbar-toggle + .btn,
.btn-group .navbar-toggle + .btn,
.navbar-toggle .btn-group + .btn,
.btn-group .btn-group + .btn,
.navbar-toggle .navbar-toggle + .navbar-toggle,
.btn-group .navbar-toggle + .navbar-toggle,
.navbar-toggle .btn-group + .navbar-toggle,
.btn-group .btn-group + .navbar-toggle,
.navbar-toggle .navbar-toggle + .btn-group,
.btn-group .navbar-toggle + .btn-group,
.navbar-toggle .btn-group + .btn-group,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.navbar-toggle > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.navbar-toggle > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.navbar-toggle > input[type="reset"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="reset"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.navbar-toggle > input[type="button"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="button"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .navbar-toggle > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .navbar-toggle > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.navbar-toggle > button:first-child, .btn-group > button:first-child,
.navbar-toggle > input[type="submit"]:first-child,
.btn-group > input[type="submit"]:first-child,
.navbar-toggle > input[type="reset"]:first-child,
.btn-group > input[type="reset"]:first-child,
.navbar-toggle > input[type="button"]:first-child,
.btn-group > input[type="button"]:first-child, .navbar-toggle > a:first-child, .navbar-toggle > .btn:first-child, .btn-group > .btn:first-child {
  margin-left: 0;
}
.navbar-toggle > button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle),
.navbar-toggle > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.navbar-toggle > input[type="reset"]:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="reset"]:first-child:not(:last-child):not(.dropdown-toggle),
.navbar-toggle > input[type="button"]:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="button"]:first-child:not(:last-child):not(.dropdown-toggle), .navbar-toggle > a:first-child:not(:last-child):not(.dropdown-toggle), .navbar-toggle > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.navbar-toggle > button:last-child:not(:first-child), .btn-group > button:last-child:not(:first-child),
.navbar-toggle > input[type="submit"]:last-child:not(:first-child),
.btn-group > input[type="submit"]:last-child:not(:first-child),
.navbar-toggle > input[type="reset"]:last-child:not(:first-child),
.btn-group > input[type="reset"]:last-child:not(:first-child),
.navbar-toggle > input[type="button"]:last-child:not(:first-child),
.btn-group > input[type="button"]:last-child:not(:first-child), .navbar-toggle > a:last-child:not(:first-child), .navbar-toggle > .btn:last-child:not(:first-child), .btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar-toggle > .navbar-toggle, .btn-group > .navbar-toggle, .navbar-toggle > .btn-group, .btn-group > .btn-group {
  float: left;
}

.navbar-toggle > .navbar-toggle:not(:first-child):not(:last-child) > button, .btn-group > .navbar-toggle:not(:first-child):not(:last-child) > button, .navbar-toggle > .btn-group:not(:first-child):not(:last-child) > button, .btn-group > .btn-group:not(:first-child):not(:last-child) > button,
.navbar-toggle > .navbar-toggle:not(:first-child):not(:last-child) > input[type="submit"],
.btn-group > .navbar-toggle:not(:first-child):not(:last-child) > input[type="submit"],
.navbar-toggle > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.navbar-toggle > .navbar-toggle:not(:first-child):not(:last-child) > input[type="reset"],
.btn-group > .navbar-toggle:not(:first-child):not(:last-child) > input[type="reset"],
.navbar-toggle > .btn-group:not(:first-child):not(:last-child) > input[type="reset"],
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="reset"],
.navbar-toggle > .navbar-toggle:not(:first-child):not(:last-child) > input[type="button"],
.btn-group > .navbar-toggle:not(:first-child):not(:last-child) > input[type="button"],
.navbar-toggle > .btn-group:not(:first-child):not(:last-child) > input[type="button"],
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="button"], .navbar-toggle > .navbar-toggle:not(:first-child):not(:last-child) > a, .btn-group > .navbar-toggle:not(:first-child):not(:last-child) > a, .navbar-toggle > .navbar-toggle.btn-group:not(:first-child):not(:last-child) > a, .btn-group > .navbar-toggle.btn-group:not(:first-child):not(:last-child) > a, .navbar-toggle > .navbar-toggle:not(:first-child):not(:last-child) > .btn, .btn-group > .navbar-toggle:not(:first-child):not(:last-child) > .btn, .navbar-toggle > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.navbar-toggle > .navbar-toggle:first-child > button:last-child, .btn-group > .navbar-toggle:first-child > button:last-child, .navbar-toggle > .btn-group:first-child > button:last-child, .btn-group > .btn-group:first-child > button:last-child,
.navbar-toggle > .navbar-toggle:first-child > input[type="submit"]:last-child,
.btn-group > .navbar-toggle:first-child > input[type="submit"]:last-child,
.navbar-toggle > .btn-group:first-child > input[type="submit"]:last-child,
.btn-group > .btn-group:first-child > input[type="submit"]:last-child,
.navbar-toggle > .navbar-toggle:first-child > input[type="reset"]:last-child,
.btn-group > .navbar-toggle:first-child > input[type="reset"]:last-child,
.navbar-toggle > .btn-group:first-child > input[type="reset"]:last-child,
.btn-group > .btn-group:first-child > input[type="reset"]:last-child,
.navbar-toggle > .navbar-toggle:first-child > input[type="button"]:last-child,
.btn-group > .navbar-toggle:first-child > input[type="button"]:last-child,
.navbar-toggle > .btn-group:first-child > input[type="button"]:last-child,
.btn-group > .btn-group:first-child > input[type="button"]:last-child, .navbar-toggle > .navbar-toggle:first-child > a:last-child, .btn-group > .navbar-toggle:first-child > a:last-child, .navbar-toggle > .navbar-toggle.btn-group:first-child > a:last-child, .btn-group > .navbar-toggle.btn-group:first-child > a:last-child, .navbar-toggle > .navbar-toggle:first-child > .btn:last-child, .btn-group > .navbar-toggle:first-child > .btn:last-child, .navbar-toggle > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.navbar-toggle > .navbar-toggle:last-child > button:first-child, .btn-group > .navbar-toggle:last-child > button:first-child, .navbar-toggle > .btn-group:last-child > button:first-child, .btn-group > .btn-group:last-child > button:first-child,
.navbar-toggle > .navbar-toggle:last-child > input[type="submit"]:first-child,
.btn-group > .navbar-toggle:last-child > input[type="submit"]:first-child,
.navbar-toggle > .btn-group:last-child > input[type="submit"]:first-child,
.btn-group > .btn-group:last-child > input[type="submit"]:first-child,
.navbar-toggle > .navbar-toggle:last-child > input[type="reset"]:first-child,
.btn-group > .navbar-toggle:last-child > input[type="reset"]:first-child,
.navbar-toggle > .btn-group:last-child > input[type="reset"]:first-child,
.btn-group > .btn-group:last-child > input[type="reset"]:first-child,
.navbar-toggle > .navbar-toggle:last-child > input[type="button"]:first-child,
.btn-group > .navbar-toggle:last-child > input[type="button"]:first-child,
.navbar-toggle > .btn-group:last-child > input[type="button"]:first-child,
.btn-group > .btn-group:last-child > input[type="button"]:first-child, .navbar-toggle > .navbar-toggle:last-child > a:first-child, .btn-group > .navbar-toggle:last-child > a:first-child, .navbar-toggle > .navbar-toggle.btn-group:last-child > a:first-child, .btn-group > .navbar-toggle.btn-group:last-child > a:first-child, .navbar-toggle > .navbar-toggle:last-child > .btn:first-child, .btn-group > .navbar-toggle:last-child > .btn:first-child, .navbar-toggle > .btn-group:last-child > .btn:first-child, .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > button > input[type="radio"],
[data-toggle="buttons"] > input[type="submit"] > input[type="radio"],
[data-toggle="buttons"] > input[type="reset"] > input[type="radio"],
[data-toggle="buttons"] > input[type="button"] > input[type="radio"], .navbar-toggle[data-toggle="buttons"] > a > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > button > input[type="checkbox"],
[data-toggle="buttons"] > input[type="submit"] > input[type="checkbox"],
[data-toggle="buttons"] > input[type="reset"] > input[type="checkbox"],
[data-toggle="buttons"] > input[type="button"] > input[type="checkbox"],
.navbar-toggle[data-toggle="buttons"] > a > input[type="checkbox"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.search-collapse > ul, .navbar-collapse > ul, #secondary-nav > ul,
.secondary-nav > ul, #sort-links-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.search-collapse > ul:before, .navbar-collapse > ul:before, #secondary-nav > ul:before,
.secondary-nav > ul:before, #sort-links-list:before, .search-collapse > ul:after, .navbar-collapse > ul:after, #secondary-nav > ul:after,
.secondary-nav > ul:after, #sort-links-list:after {
  content: " ";
  display: table;
}
.search-collapse > ul:after, .navbar-collapse > ul:after, #secondary-nav > ul:after,
.secondary-nav > ul:after, #sort-links-list:after {
  clear: both;
}
.search-collapse > ul > li, .navbar-collapse > ul > li, #secondary-nav > ul > li,
.secondary-nav > ul > li, #sort-links-list > li {
  position: relative;
  display: block;
}
.search-collapse > ul > li > a, .navbar-collapse > ul > li > a, #secondary-nav > ul > li > a,
.secondary-nav > ul > li > a, #sort-links-list > li > a {
  position: relative;
  display: block;
  padding: 4px 15px;
}
.search-collapse > ul > li > a:hover, .navbar-collapse > ul > li > a:hover, #secondary-nav > ul > li > a:hover,
.secondary-nav > ul > li > a:hover, #sort-links-list > li > a:hover, .search-collapse > ul > li > a:focus, .navbar-collapse > ul > li > a:focus, #secondary-nav > ul > li > a:focus,
.secondary-nav > ul > li > a:focus, #sort-links-list > li > a:focus {
  text-decoration: none;
  background-color: #f6d4a3;
}
.search-collapse > ul > li > a > img, .navbar-collapse > ul > li > a > img, #secondary-nav > ul > li > a > img,
.secondary-nav > ul > li > a > img, #sort-links-list > li > a > img {
  max-width: none;
}

#secondary-nav > ul,
.secondary-nav > ul {
  background-color: #400;
}
#secondary-nav > ul > li,
.secondary-nav > ul > li {
  float: left;
}
#secondary-nav > ul > li > a,
.secondary-nav > ul > li > a {
  margin-right: 2px;
  line-height: 1.23077;
  color: #fff;
}
#secondary-nav > ul > li > a:hover,
.secondary-nav > ul > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}
#secondary-nav > ul > li.active > a,
.secondary-nav > ul > li.active > a, #secondary-nav > ul > li.active > a:hover,
.secondary-nav > ul > li.active > a:hover, #secondary-nav > ul > li.active > a:focus,
.secondary-nav > ul > li.active > a:focus {
  color: #400;
  background-color: #fff;
  border: 1px solid #400;
  border-bottom-color: transparent;
  cursor: default;
  border-bottom-width: 0;
  text-decoration: none;
}

#sort-links-list > li {
  float: left;
}
#sort-links-list > li > a {
  border-radius: 0;
  border: 1px solid #f6d4a3;
}
#sort-links-list > li + li {
  margin-left: 2px;
}
#sort-links-list > li.active > a, #sort-links-list > li.active > a:hover, #sort-links-list > li.active > a:focus {
  color: #fff;
  background-color: #400;
}

.navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 16px;
  border: 1px solid transparent;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.lt-ie9 .navbar {
  border-radius: 0;
}

.search-collapse, .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}
.search-collapse:before, .navbar-collapse:before, .search-collapse:after, .navbar-collapse:after {
  content: " ";
  display: table;
}
.search-collapse:after, .navbar-collapse:after {
  clear: both;
}
.in.search-collapse, .in.navbar-collapse {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .search-collapse, .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .search-collapse, .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .in.search-collapse, .in.navbar-collapse {
    overflow-y: visible;
  }
}
.lt-ie9 .search-collapse, .lt-ie9 .navbar-collapse {
  width: auto;
  border-top: 0;
  box-shadow: none;
}
.lt-ie9 .search-collapse, .lt-ie9 .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.lt-ie9 .in.search-collapse, .lt-ie9 .in.navbar-collapse {
  overflow-y: visible;
}
@media (min-width: 768px) {
  .navbar .search-collapse, .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .search-collapse,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .search-collapse,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar {
  z-index: 1000;
  border-width: 0;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.lt-ie9 .navbar {
  border-radius: 0;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.lt-ie9 .navbar-toggle {
  display: none;
}
.no-js .navbar-toggle {
  display: none !important;
}

.search-collapse > ul, .navbar-collapse > ul {
  margin: 5px -15px;
}
.search-collapse > ul > li > a, .navbar-collapse > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .search-collapse > ul, .navbar-collapse > ul {
    float: left;
    margin: 0;
  }
  .search-collapse > ul > li, .navbar-collapse > ul > li {
    float: left;
  }
  .search-collapse > ul > li > a, .navbar-collapse > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lt-ie9 .search-collapse > ul, .lt-ie9 .navbar-collapse > ul {
  float: left;
  margin: 0;
}
.lt-ie9 .search-collapse > ul > li, .lt-ie9 .navbar-collapse > ul > li {
  float: left;
}
.lt-ie9 .search-collapse > ul > li > a, .lt-ie9 .navbar-collapse > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lt-ie9 .search-collapse > ul, .lt-ie9 .navbar-collapse > ul {
  margin-left: -15px;
}

.navbar {
  background-color: #fdfdf5;
  border-color: #f7f7d9;
  background-image: -webkit-linear-gradient(top, #fdfdf5 0%, #f2ead7 100%);
  background-image: -moz-linear-gradient(top, #fdfdf5 0%, #f2ead7 100%);
  background-image: -o-linear-gradient(top, #fdfdf5 0%, #f2ead7 100%);
  background-image: linear-gradient(to bottom, #fdfdf5 0%, #f2ead7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDFDF5', endColorstr='#FFF2EAD7', GradientType=0);
}
.navbar .search-collapse > ul > li > a, .navbar .navbar-collapse > ul > li > a {
  color: #a00;
  border: 1px solid transparent;
}
.navbar .search-collapse > ul > li > a:hover, .navbar .navbar-collapse > ul > li > a:hover, .navbar .search-collapse > ul > li > a:focus, .navbar .navbar-collapse > ul > li > a:focus {
  color: #07d;
  background-color: #dcd8ce;
  border-color: #cdc7b9;
}
.navbar .search-collapse > ul li + li, .navbar .navbar-collapse > ul li + li {
  border-top: 1px solid #fff;
}
.navbar .search-collapse > ul > .active > a, .navbar .navbar-collapse > ul > .active > a, .navbar .search-collapse > ul > .active > a:hover, .navbar .navbar-collapse > ul > .active > a:hover, .navbar .search-collapse > ul > .active > a:focus, .navbar .navbar-collapse > ul > .active > a:focus {
  color: #dd0000;
}
@media (min-width: 768px) {
  .navbar .search-collapse > ul li + li, .navbar .navbar-collapse > ul li + li {
    border-top: 0;
    border-left: 1px solid #fff;
  }
}
.lt-ie9 .navbar .search-collapse > ul li + li, .lt-ie9 .navbar .navbar-collapse > ul li + li {
  border-top: 0;
  border-left: 1px solid #fff;
}
.navbar .navbar-toggle {
  border-color: #ddd;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar .search-collapse, .navbar .navbar-collapse {
  border-color: #f7f7d9;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 0;
  line-height: 1.23077;
  text-decoration: none;
  color: #a00;
  background-color: #fff;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li + li {
  padding-left: 12px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #07d;
  background-color: transparent;
  border-color: transparent;
}
.item-pagination,
#exhibit-page-navigation {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center;
}
.item-pagination:before,
#exhibit-page-navigation:before, .item-pagination:after,
#exhibit-page-navigation:after {
  content: " ";
  display: table;
}
.item-pagination:after,
#exhibit-page-navigation:after {
  clear: both;
}
.item-pagination li,
#exhibit-page-navigation li {
  display: inline;
}
.item-pagination a,
#exhibit-page-navigation {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 15px;
}
.item-pagination a:hover,
#exhibit-page-navigation a:hover,
.item-pagination a:focus,
#exhibit-page-navigation a:focus {
  text-decoration: none;
  background-color: transparent;
}
.item-pagination [class*="next"],
#exhibit-page-navigation [class*="next"] {
  float: right;
}
.item-pagination [class*="previous"],
#exhibit-page-navigation [class*="previous"] {
  float: left;
}
#exhibit-list > ul {
  margin-bottom: 20px;
  padding-left: 0;
}

#exhibit-list > ul > li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#exhibit-list > ul > li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#exhibit-list > ul > li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.geolocation-map {
  padding-bottom: 56.25%;
}
#recent-items, #nav-container, [id^="featured-"], #itemfiles, #comment-form {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border: 1px solid #fff;
}
#recent-items blockquote, #nav-container blockquote, [id^="featured-"] blockquote, #itemfiles blockquote, #comment-form blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

#recent-items, #nav-container, [id^="featured-"], #itemfiles, #comment-form {
  padding: 9px;
}

#recent-items > h2, #nav-container #recent-items > h2, [id^="featured-"] #recent-items > h2, #itemfiles #recent-items > h2, #comment-form #recent-items > h2, #recent-items #nav-container > h2, #nav-container > h2, [id^="featured-"] #nav-container > h2, #itemfiles #nav-container > h2, #comment-form #nav-container > h2, #recent-items [id^="featured-"] > h2, #nav-container [id^="featured-"] > h2, [id^="featured-"] > h2, #itemfiles [id^="featured-"] > h2, #comment-form [id^="featured-"] > h2, #recent-items #itemfiles > h2, #nav-container #itemfiles > h2, [id^="featured-"] #itemfiles > h2, #itemfiles > h2, #comment-form #itemfiles > h2, #recent-items #comment-form > h2, #nav-container #comment-form > h2, [id^="featured-"] #comment-form > h2, #itemfiles #comment-form > h2, #comment-form > h2 {
  padding: 0 19px;
  margin: -19px -19px 8px;
  font-size: 13px;
  line-height: 24px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}
#recent-items > h2, #nav-container #recent-items > h2, [id^="featured-"] #recent-items > h2, #itemfiles #recent-items > h2, #comment-form #recent-items > h2, #recent-items #nav-container > h2, #nav-container > h2, [id^="featured-"] #nav-container > h2, #itemfiles #nav-container > h2, #comment-form #nav-container > h2, #recent-items [id^="featured-"] > h2, #nav-container [id^="featured-"] > h2, [id^="featured-"] > h2, #itemfiles [id^="featured-"] > h2, #comment-form [id^="featured-"] > h2, #recent-items #itemfiles > h2, #nav-container #itemfiles > h2, [id^="featured-"] #itemfiles > h2, #itemfiles > h2, #comment-form #itemfiles > h2, #recent-items #comment-form > h2, #nav-container #comment-form > h2, [id^="featured-"] #comment-form > h2, #itemfiles #comment-form > h2, #comment-form > h2 {
  padding: 0 9px;
  margin: -9px -9px 8px;
}
#featured-exhibit, #itemfiles {
  background-color: #f6d4a3;
}

#recent-items {
  background-color: #fcf0df;
}

#featured-collection {
  background-color: #d1e6f4;
}

.site-help, .fltrt, #sort-links {
  float: right !important;
}

.fltlft {
  float: left !important;
}

@-ms-viewport {
  width: device-width;
}
.skip-link {
  margin-bottom: 0;
}

[role="banner"] {
  border-width: 0;
  border-top: 11px solid #400;
  -webkit-border-image: -webkit-linear-gradient(#aa0000, #400) 100% 1 0 stretch;
  -moz-border-image: -moz-linear-gradient(#aa0000, #400) 100% 1 0 stretch;
  -o-border-image: -o-linear-gradient(#aa0000, #400) 100% 1 0 stretch;
  border-image: linear-gradient(#aa0000, #400) 100% 1 0 stretch;
  background-image: -webkit-linear-gradient(top, #400 0%, #910000 100%);
  background-image: -moz-linear-gradient(top, #400 0%, #910000 100%);
  background-image: -o-linear-gradient(top, #400 0%, #910000 100%);
  background-image: linear-gradient(to bottom, #400 0%, #910000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF440000', endColorstr='#FF910000', GradientType=0);
}
@media (min-width: 768px) {
  [role="banner"] {
    margin-bottom: -159px;
    padding-bottom: 159px;
  }
}
.lt-ie9 [role="banner"] {
  margin-bottom: -159px;
  padding-bottom: 159px;
}

.site-branding {
  background-color: #fdfdf5;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .search-collapse {
    float: right;
  }
  .search-collapse {
    display: block !important;
  }
}
.lt-ie9 .search-collapse {
  float: right;
}
.lt-ie9 .search-collapse {
  display: block !important;
}
.in.search-collapse {
  overflow-y: visible;
}

.site-title,
.site-description,
.site-help {
  margin: 15px 0 15px;
  font-weight: normal;
}

.site-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
}
.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-description {
  border-bottom: 0;
  float: left;
}

.site-help {
  margin: 15px 0 15px;
}

.site-help li {
  white-space: nowrap;
}
.site-help a {
  color: #fff;
}
.site-help img {
  display: inline;
}

.site-main {
  position: relative;
  padding-top: 8px;
  padding-bottom: 16px;
  background-color: #fff;
}

[role="contentinfo"] {
  position: relative;
  margin-top: 2px;
  padding-top: 8px;
  background-color: #fff;
}

.browsehappy {
  margin: 4px 0;
  padding: 4px;
  background: #eeeeee;
}

.search-collapse form {
  color: #000;
}

audio {
  width: 100%;
}

video {
  max-width: 100%;
}

.mejs-button button {
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.mejs-container.mejs-audio {
  max-width: 100%;
}

.item + .item, .comment + .item, .exhibit + .item, .item + .comment, .comment + .comment, .exhibit + .comment, .item + .exhibit, .comment + .exhibit, .exhibit + .exhibit {
  margin-top: 16px;
  border-top: 3px solid #f6d4a3;
  padding-top: 13px;
}

#secondary-nav > ul,
.secondary-nav > ul {
  margin-bottom: 16px;
}

.pagination {
  margin: 0;
}

.popularity:before, .popularity:after {
  content: " ";
  display: table;
}
.popularity:after {
  clear: both;
}
.popularity li {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

.popular {
  font-size: 13px;
}

.v-popular {
  font-size: 17.875px;
}

.vv-popular {
  font-size: 22.75px;
}

.vvv-popular {
  font-size: 27.625px;
}

.vvvv-popular {
  font-size: 32.5px;
}

.vvvvv-popular {
  font-size: 37.375px;
}

.vvvvvv-popular {
  font-size: 42.25px;
}

.vvvvvvv-popular {
  font-size: 47.125px;
}

.vvvvvvvv-popular {
  font-size: 52px;
}

.items .element-set {
  margin-bottom: 16px;
}

#itemfiles {
  padding: 16px;
}
#itemfiles img {
  margin-bottom: 0;
}

.item {
  clear: both;
}

.collection {
  clear: both;
}

div#comments-container div.comment-body {
  clear: right;
}

div#comment-main-container {
  max-width: none;
}

div.comment {
  width: auto;
  min-width: 0;
}

.exhibit:before, .exhibit:after,
.exhibit-item > a:before,
.exhibit-item > a:after {
  content: " ";
  display: table;
}
.exhibit:after,
.exhibit-item > a:after {
  clear: both;
}

.exhibit {
  clear: both;
}

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

#exhibit-pages > ul > li > a {
  font-size: 16px;
  color: #a00;
  text-decoration: inherit;
}

#exhibit-pages > ul > li {
  margin: 10px;
  padding-left: 1.5em;
}

#exhibit-pages > ul > li > ul {
  margin: 5px 0 0 0;
  padding-left: 10px;
}

#exhibit-pages > ul > li > ul > li {
  padding-left: 15px;
}

/* collapsing navigation */

#exhibit-pages li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

/* Collapsed state for list element */
#exhibit-pages .collapsed {
    background-image: url(../images/collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#exhibit-pages .expanded {
    background-image: url(../images/expanded.png);
}
#exhibit-pages {
    background-color: #fdfdf5;
    clear: both;
    margin-left: 5px;
}
/* end collapsing navigation */

li.current {
  font-weight: bold;
}

.current > ul > li {
  font-weight: normal;
}

.exhibit-items {
  border-style: solid;
  border-width: 1px;
  padding: 2px 2px 0 2px;
}

.exhibit-item-caption p, .exhibit-item-caption h4 {
  text-align: left !important;
  font-size: 14px !important;
  line-height: normal !important;
  margin-left: 7px !important;
}

.site-help a {
  font-size: 14px;
}

#breadcrumbs {
  font-size: 13px;
}

#map_block,
#link_block {
  float: none;
  width: auto;
  margin-top: 16px;
}

.geolocation-map {
  height: 0 !important;
}

.gm-style-iw + div > img {
  max-width: none;
}

.touch #map {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .touch #map {
    background-color: #fff;
  }
  .touch #map .site-main {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    right: 0;
  }
  .touch #map .site-main.active {
    right: 50%;
  }
  .touch #map [role="complementary"] {
    position: absolute;
    top: 0;
    width: 50%;
    right: -50%;
  }
}

.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  #advanced-search-form select,
  #advanced-search-form textarea,
  #advanced-search-form input[type="text"],
  #advanced-search-form input[type="password"],
  #advanced-search-form input[type="datetime"],
  #advanced-search-form input[type="datetime-local"],
  #advanced-search-form input[type="date"],
  #advanced-search-form input[type="month"],
  #advanced-search-form input[type="time"],
  #advanced-search-form input[type="week"],
  #advanced-search-form input[type="number"],
  #advanced-search-form input[type="email"],
  #advanced-search-form input[type="url"],
  #advanced-search-form input[type="search"],
  #advanced-search-form input[type="tel"],
  #advanced-search-form input[type="color"] {
    display: inline-block;
    width: 33%;
  }
}