﻿/* reset */
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
img,
a,
table,
td,
blockquote,
figure,
figcaption,
audio,
header,
nav,
main,
footer,
article,
input,
textarea,
select,
span,
form {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-family: 'Raleway', serif;
  box-sizing: border-box;
}
.blue {
  color: #3867b0;
}
body {
  background-color: #fff;
}
/* header & footer */
header,
footer {
  display: block;
  background-color: #69428a;
  color: #fff;
  height: 7rem;
  width: 100%;
  position: relative;
}
header .logo,
footer .logo {
  position: absolute;
  width: auto !important;
}
header nav,
footer nav {
  position: absolute;
  top: 2rem;
}
header {
  border-bottom: solid 1px #482f61;
  z-index: 200;
}
header .logo {
  top: 1rem;
  left: 2rem;
  height: 5rem;
}
header nav {
  right: 2rem;
}
footer {
  height: 9rem;
}
footer nav {
  top: 3rem;
  left: 2rem;
  width: calc(100% - 45rem);
}
footer nav ul a {
  line-height: 2rem !important;
}
footer .menu-social {
  position: absolute;
  top: 3rem;
  right: 27.5rem;
  width: 12rem;
}
footer .menu-social li {
  width: 3rem;
  display: inline-block;
  margin: 0 0.25rem;
}
footer .menu-social li img {
  width: 100%;
}
footer .logo {
  top: 2.5rem;
  right: 0;
  height: 4rem;
}
#menu-mobile {
  display: none;
}
/* menu */
.menu ul {
  list-style: none;
  display: inline-block;
}
.menu ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
}
.menu ul a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  vertical-align: middle;
  padding: 0 1rem;
}
.menu ul a:hover {
  color: #eec8f6;
}
.menu .menu-main img {
  width: 24px;
  vertical-align: text-bottom;
}
.menu .menu-main li ul {
  position: absolute;
  top: 40px;
  left: 15px;
  background-color: #9c63bf;
  display: none;
  z-index: 250;
}
.menu .menu-main li ul li {
  display: block;
  width: 100%;
  position: relative;
}
.menu .menu-main li:hover ul {
  display: block;
  width: 240px;
  padding-bottom: 5px;
}
.menu .menu-main li:hover ul li ul {
  display: none;
  top: 20px;
  left: 40px;
  z-index: 251;
  background-color: #6a63bf;
  width: 300px;
}
.menu .menu-main li:hover ul li:hover ul {
  display: block;
}
.menu .menu-main li.wide ul {
  width: 310px;
}
.menu .menu-main li.narrow ul {
  width: 190px;
}
.menu .menu-search a {
  height: 40px;
  padding: 0;
  width: 40px;
  margin: 0 5px;
}
.menu .menu-search a svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.menu .menu-search a:hover svg {
  fill: #eec8f6;
}
@media screen and (max-width: 1000px) {
  body {
    margin-top: 100px;
  }
  body.menu-open {
    overflow-y: hidden;
  }
  header {
    position: fixed;
    top: 0;
  }
  #menu-mobile {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 255;
    cursor: pointer;
  }
  body.menu-open #menu-mobile {
    background-color: #8258a4;
  }
  header nav {
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    background-color: #8258a4;
    height: 0;
    transition: height 0.25s ease-in-out;
    overflow: hidden;
  }
  footer nav,
  footer .social-menu {
    display: none;
  }
  body.menu-open header nav {
    transition: height 0.25s ease-in-out, padding 0.25s ease-in-out;
    height: calc(100% - 100px);
    overflow-y: scroll;
  }
  .menu-main,
  .menu-social,
  .menu-search,
  .menu-terms {
    position: relative;
    width: 100%;
    padding: 10px 25px 0 0;
    text-align: left;
  }
  .menu-social {
    padding: 10px 30px 20px 0;
  }
  .menu-main li,
  .menu-terms li {
    position: relative;
    display: block;
    float: none;
    width: 100%;
  }
  .menu-social li {
    float: none;
  }
  .menu .menu-main li ul,
  .menu .menu-main li:hover ul {
    display: block;
    position: relative;
    top: 0;
    margin: 0 0 0 0 40px;
    width: calc(100% - 40px);
    padding: 0;
    background-color: #8258a4;
    border-left: solid 1px #fff;
  }
  .menu .menu-main li ul a {
    line-height: inherit;
    padding: 0 0 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin-top: 70px;
  }
  header {
    height: 70px;
  }
  header .logo {
    top: 10px;
    height: 50px;
    left: 10px;
  }
  #menu-mobile {
    top: 10px;
    right: 15px;
    width: 50px;
  }
  body.menu-open header nav {
    top: 70px;
    height: calc(100% - 70px);
  }
  .menu-main,
  .menu-social {
    padding-right: 10px;
  }
}
@media print {
  nav,
  footer {
    display: none;
  }
}
/* home page color backgrounds */
div.bk {
  overflow: auto;
}
div.bk-content {
  padding: 20px 0;
}
div.bk-h2 {
  background-color: #69428a;
  border-top: solid 3px #482f61;
}
div.bk-blue {
  background-color: #9e9abc;
}
div.bk-red {
  background-color: #ad97bf;
}
div.bk-lilac {
  background-color: #fbf1fb;
  background-color: #f4dff3;
}
div.bk-video {
  background-color: #b3a7d7;
}
/* content structure (main) */
main {
  min-height: 700px;
  padding-bottom: 60px;
  position: relative;
}
main.home {
  padding-bottom: 0;
}
div.paper {
  max-width: 1020px;
  padding: 0 1rem;
  margin: 0 auto;
  overflow: auto;
}
div.widgets {
  padding: 0.75rem 1rem;
  background-color: #eee;
  overflow: auto;
}
div.widgets div.breadcrumbs {
  width: calc(100% - 16rem);
  float: left;
}
div.widgets div.useful-links {
  float: right;
  width: 15rem;
  text-align: right;
}
div.site-section {
  margin-top: 2rem;
}
div.site-section p {
  background-color: #686bb2;
  padding: 0.2rem 0.8rem;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
}
div.site-section p a {
  color: #fff;
}
div.pagecontents {
  position: relative;
  overflow: auto;
}
figure.keyimage {
  float: right;
  margin: 0 2rem 2rem 2rem;
  border: solid 1px #484;
  width: 240px;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.keyimage img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  max-width: none;
  min-width: auto;
}
@media (max-width: 800px) {
  div.site-section {
    margin-top: 1rem;
  }
  div.site-section p {
    font-size: 18px;
  }
  figure.keyimage {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 1.5rem 0;
  }
}
/* typography*/
main h1 {
  color: #c31da1;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 2.5rem 0 1.5rem;
  clear: left;
}
main h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem 0;
  letter-spacing: 1px;
  color: #0d52bf;
  color: #084ebc;
  clear: left;
}
main .bk-h2 h1,
main .bk-h2 h2 {
  margin: 10px 0;
  color: #fff;
}
main h3 {
  font-size: 1.15rem;
  letter-spacing: 1px;
  margin: 1.5rem 0 1rem 0;
  clear: left;
}
main h1,
main h2,
main h3,
main h4,
main p {
  max-width: 800px;
}
@media (max-width: 800px) {
  main h1 {
    font-size: 1.5rem;
  }
  main h2 {
    font-size: 1.25rem;
  }
  main h3 {
    font-size: 1rem;
  }
}
.col-2 {
  float: left;
  width: 50%;
  padding-right: 40px;
}
.col-3 {
  float: left;
  width: calc(32% - 20px);
  padding-right: 20px;
}
@media (max-width: 800px) {
  .col-2,
  .col-3 {
    float: none;
    width: 100%;
  }
}
main p,
main blockquote {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 1em 0;
  overflow: auto;
}
main p.clearleft {
  clear: left;
}
main a {
  color: #058ed1;
  font-weight: 500;
  text-decoration: none;
}
main a:hover {
  text-decoration: underline;
}
main a.donate {
  background-color: #058ed1;
  padding: 5px 15px;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
}
main ul,
main ol {
  margin: 0 20px 1em 2em;
  max-width: 800px;
}
main ul li,
main ol li {
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: 500;
}
main ul.compact,
main ol.compact {
  margin-top: -0.5rem;
}
main ul.compact li,
main ol.compact li {
  margin-bottom: 0;
}
main figure.alignright {
  float: right;
  max-width: 500px;
  margin: 4px 0 1em 1em;
}
main figure.alignleft {
  float: left;
  width: 300px;
  margin: 4px 1em 1em 0;
}
main figure.profile {
  max-width: 300px;
}
main figure.book {
  max-width: 250px;
  margin-top: 2.5rem;
}
main figure img {
  max-width: 100%;
  min-width: 200px;
  height: auto !important;
}
main figure figcaption {
  color: #0d52bf;
}
main .PhotoR {
  float: right;
  margin: 4px 0 1em 1em;
  font-style: italic;
  color: #0d52bf;
}
main .PhotoL {
  float: left;
  margin: 4px 1em 1em 0;
  font-style: italic;
  color: #0d52bf;
}
main span.nowrap {
  white-space: nowrap;
}
.split-2 {
  column-count: 2;
  max-width: none;
}
.split-2 li {
  padding-right: 2rem;
}
.split-3 {
  column-count: 3;
  max-width: none;
}
.split-3 li {
  padding-right: 2rem;
}
main blockquote {
  margin-bottom: 1em;
}
main .fr-fil {
  float: left;
  max-width: 500px;
  margin: 4px 1rem 0 0;
}
main .fr-fir {
  float: right;
  max-width: 400px;
  margin: 4px 0 0.9em 1em;
}
main .fr-img-wrap {
  width: 100%;
}
main .fr-img-wrap img {
  width: 100%;
  height: auto !important;
  line-height: 0.8em;
}
main .fr-img-caption .fr-inner {
  font-size: 14px;
  line-height: 1.4em;
  color: #0d52bf;
  display: inline-block;
}
@media (max-width: 800px) {
  main figure.alignright,
  main figure.alignleft,
  main .fr-fil,
  main .fr-fir {
    float: none;
    display: block;
    width: 100% !important;
    max-width: none;
    margin: 0 0 1em 0;
  }
}
main blockquote {
  margin-left: 40px;
}
/* gallery */
main ul.gallery {
  list-style: none;
  margin: 1.5rem 0;
  max-width: none;
}
main ul.gallery li {
  display: inline-block;
  width: calc(50% - 1rem);
  margin: 0 1rem 1rem 0;
  vertical-align: top;
}
main ul.gallery li h2,
main ul.gallery li h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0.25rem 0;
}
main ul.gallery li p {
  font-size: 1rem;
  line-height: 1.25rem;
}
main ul.gallery li img {
  width: 100%;
}
main .bk-blue ul.gallery a {
  color: #fff;
}
@media (max-width: 800px) {
  main ul.gallery li {
    width: 100%;
    padding: 0;
  }
}
main ul.gallery3 {
  list-style: none;
  margin: 20px 0;
  max-width: none;
  overflow: auto;
}
main ul.gallery3 li {
  display: block;
  float: left;
  padding: 0 7px;
  width: calc(100% / 3);
  height: auto;
  overflow: auto;
}
main ul.gallery3 li:nth-child(3n-2) {
  clear: left;
  padding: 0 13px 0 0;
}
main ul.gallery3 li:nth-child(3n) {
  padding: 0 0 0 13px;
}
main ul.gallery3 h2,
main ul.gallery3 h3 {
  padding: 0.15em 0;
  margin: 0;
}
main .bk-red ul.gallery3 a {
  color: #fff;
}
main ul.gallery3 img {
  width: 100%;
}
@media (max-width: 800px) {
  main ul.gallery3 li,
  main ul.gallery3 li:nth-child(3n),
  main ul.gallery3 li:nth-child(3n-2) {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
/* filter on index terms (tags) */
main .filter {
  background-color: #ebeef1;
  list-style: none;
  margin: 1.5em 0 0.5em 0;
  width: 100%;
  max-width: none;
  font-weight: 500;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
main .filter li {
  display: inline-block;
  margin: 0;
}
main .filter li:first-child {
  padding: 5px 20px;
  background-color: #dadee6;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
main .filter a {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
}
.edit-link img {
  vertical-align: baseline;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
/* SPONSOR BOX */
#bk-sponsor {
  padding-bottom: 0;
  display: none;
}
#bk-sponsor .paper {
  text-align: center;
}
#bk-sponsor .sponsor {
  font-size: 15px;
  line-height: 20px;
  padding: 0.5rem 0;
}
#bk-sponsor .sponsor div {
  display: inline-block;
  padding: 0.25rem 0;
  text-align: left;
}
#bk-sponsor .sponsor div a {
  white-space: nowrap;
}
#bk-sponsor .sponsor .sponsor-donate {
  background-color: #0d60cb;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  line-height: 2rem;
  height: 2rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
  margin: 0.5rem 1rem;
}
#bk-sponsor .sponsor .sponsor-donate:hover {
  background-color: #377ddf;
}
@media screen and (max-width: 1000px) {
  #bk-sponsor {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 480px) {
  #bk-sponsor {
    margin-top: 70px;
  }
  #bk-sponsor .sponsor div {
    text-align: center;
    padding: 0.25rem 1rem;
  }
}
main audio {
  vertical-align: middle;
  width: 100%;
  max-width: 40rem;
  height: 30px;
}
main p.bio-date {
  margin-top: 2em;
  color: #335b99;
}
main .read-more {
  overflow: hidden;
}
main .read-more .read-more-link {
  color: #058ed1;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
}
main .read-more .read-more-link:hover {
  text-decoration: underline;
}
main .read-more .closed {
  height: 0;
  overflow: hidden;
}
/* EXHIBITIONS page */
main .gallery-exhibitions {
  list-style: none;
  margin: 2em 0 3em 0;
  max-width: none;
  overflow: auto;
}
main .gallery-exhibitions li {
  display: block;
  float: left;
  padding: 0 20px 1em 0;
  box-sizing: border-box;
  width: 50%;
}
main .gallery-exhibitions li:nth-child(2n-1) {
  clear: left;
}
main .gallery-exhibitions h2 {
  margin: 0.25em 0;
}
main .gallery-exhibitions img {
  width: 100%;
}
@media (max-width: 800px) {
  main .gallery-exhibitions li {
    width: 100%;
  }
}
/* HOME page */
.home-slideshow {
  width: 100%;
  position: relative;
  background-color: #d9d6ea;
  padding-bottom: 5px;
}
.home-slideshow table,
.home-slideshow tbody {
  border-collapse: collapse;
  width: 100%;
  display: inline-block;
}
.home-slideshow table tr {
  display: block;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  transition: opacity 1s ease-in-out;
  z-index: 10;
}
.home-slideshow table tr:last-child {
  position: relative;
}
.home-slideshow table tr.visible {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  z-index: 20;
}
.home-slideshow table tr td {
  display: inline-block;
  width: 100% !important;
}
.home-slideshow table tr td:last-child {
  display: block;
  background-color: #d9d6ea;
  font-size: 1.25rem;
  line-height: 1.75rem;
  min-height: 5.5rem;
  color: #0d52bf;
  font-weight: 500;
  padding: 1rem;
  text-align: center;
}
.home-slideshow table tr td img {
  width: 100%;
  float: left;
}
.home-slideshow ul {
  position: absolute;
  display: inline;
  left: 0;
  top: 1rem;
  width: 100%;
  max-width: 980px;
  z-index: 30;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-slideshow ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.home-slideshow ul li span {
  width: 14px;
  height: 14px;
  margin: 5px;
  border-radius: 7px;
  background-color: #fff;
  transition: background-color 1s ease-in-out;
  display: inline-block;
}
.home-slideshow ul li:hover span,
.home-slideshow ul li.visible span {
  background-color: #9a8dc9;
  transition: background-color 1s ease-in-out;
}
.mission {
  text-align: center;
  color: #fff;
  padding: 20px;
}
.mission p {
  max-width: 600px;
  margin: 0 auto;
}
/* ALPHA LIST (selector) */
ul.alpha-selector {
  list-style: none;
  margin: 0;
  width: calc(100% - 22px);
  max-width: none;
  background-color: #e6eaee;
  text-align: center;
  padding: 3px 0;
}
ul.alpha-selector li {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #058ed1;
  border-radius: 15px;
}
ul.alpha-selector li:hover {
  background-color: #fff;
}
ul.alpha-selector li.selected {
  background-color: #058ed1;
  color: #fff;
}
ul.alpha-selector + p {
  margin-top: 0.5em;
}
/* ORAL HISTORY LIST (Oral History Gallery page) */
ul.oral-history-list {
  list-style: none;
  max-width: none;
  width: calc(100% - 20px);
  margin: 2px 0 3em 0;
  overflow: auto;
  background-color: #f4f6f8;
}
ul.oral-history-list li {
  position: relative;
  display: flex;
  float: left;
  padding: 0;
  width: 158px;
  height: 198px;
  margin: 0 2px 2px 0;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  background-color: #aaa;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
ul.oral-history-list li.hide {
  display: none;
}
ul.oral-history-list li a {
  width: 100%;
  height: 100%;
}
ul.oral-history-list img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
ul.oral-history-list a > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 15px;
  padding: 5px;
}
ul.oral-history-list a > span span {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
/* PROFILE LIST (Profile Gallery page) */
ul.profile-selector {
  list-style: none;
  max-width: none;
  width: calc(100% - 20px);
  margin: 2px 0 3em 0;
  overflow: auto;
  background-color: #f4f6f8;
}
ul.profile-selector li {
  position: relative;
  display: flex;
  float: left;
  padding: 0;
  width: 158px;
  height: 198px;
  margin: 0 2px 2px 0;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  background-color: #aaa;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
ul.profile-selector li.hide {
  display: none;
}
ul.profile-selector li a {
  width: 100%;
  height: 100%;
}
ul.profile-selector li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
ul.profile-selector span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px 5px 5px 5px;
  line-height: 18px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
/* COLLECTIONS LIST (Collections Catalog page) */
ul.collections-list {
  list-style: none;
  color: #ddd;
  margin: 12px 0 3em 24px;
  columns: 2;
  max-width: none;
}
ul.collections-list li {
  padding-left: 2px;
  margin-right: 12px;
}
ul.collections-list li.hide {
  display: none;
}
/* BOOK LIST (Book Shelf page) */
ul.book-list {
  list-style: none;
  margin: 8px 0 0 0;
  max-width: none;
}
ul.book-list li {
  float: left;
  width: 160px;
  height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0.5rem 0.5rem 0;
}
ul.book-list li a {
  width: 100%;
  height: 100%;
}
ul.book-list li img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  max-width: none;
  min-width: auto;
}
/* Events List (Events page) */
main ul.event-gallery {
  max-width: none;
}
main ul.event-gallery li {
  margin: 0 1rem 1rem 0;
  padding: 0;
  float: left;
  width: 460px;
  height: 260px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
main ul.event-gallery li a {
  width: 100%;
  height: 100%;
}
main ul.event-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  max-width: none;
  min-width: auto;
}
main ul.gallery li:nth-child(2n-1) {
  clear: none;
  padding: 0;
}
/* SOCIAL ICONS (home & contact pags) */
main img.icon-social {
  width: 50px;
  border-radius: 25px;
  vertical-align: middle;
  margin: 5px;
}
main img.icon-social:hover {
  opacity: 0.9;
}
/* NEWSLETTER SUBSCRIPTION (home & contact pages) */
input.subscribe-email {
  background-color: #e7e7e7;
  padding: 5px 5px;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  width: 250px;
  max-width: 100%;
}
a.subscribe-submit {
  background-color: #3277d0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 5px;
}
a.subscribe-submit:hover {
  background-color: #5890d8;
  text-decoration: none;
}
/* DONATION BOX (control) */
#bbox-root {
  border: solid 2px #88AAFF;
  background-color: #f3fafd;
  margin-top: 40px;
}
/* TAG SELECTOR (control) */
ul.tag-selector {
  list-style: none;
  margin: 9px 0 2em 0;
  padding: 0;
  box-sizing: border-box;
  width: calc(100% - 22px);
  max-width: none;
  z-index: 20;
  font-weight: 500;
  color: #657391;
  position: relative;
  min-height: 36px;
  overflow: visible;
  border-bottom: solid 1px #dadfe6;
}
ul.tag-selector > li {
  cursor: pointer;
  display: inline;
  float: left;
  line-height: 36px;
  margin: 0;
  padding: 0 20px;
  color: #058ed1;
}
ul.tag-selector > li:hover {
  text-decoration: underline;
}
ul.tag-selector > li.open {
  background: url(../images/indicator.png) center bottom no-repeat;
  color: #000;
}
ul.tag-selector > li:first-child {
  cursor: inherit;
  color: #525d74;
  background: url(/images/filter-angle.png) right no-repeat;
  padding: 0 25px 0 15px;
  text-decoration: none;
}
ul.tag-selector > li:last-child {
  float: right;
  background: none;
}
ul.tag-selector div {
  position: absolute;
  top: 36px;
  left: 0;
  height: 0;
  transition: height 0.5s ease;
  overflow-y: scroll;
  width: 100%;
}
ul.tag-selector li.open div {
  height: 300px;
  transition: height 0.5s ease;
}
ul.tag-selector div ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  max-width: none;
  background-color: #657391;
  column-count: 2;
  min-height: 300px;
}
ul.tag-selector div ul.tag-3 {
  column-count: 3;
}
ul.tag-selector div ul.tag-4 {
  column-count: 4;
}
ul.tag-selector div ul li {
  line-height: 20px;
  margin: 0;
  padding: 6px 20px;
}
ul.tag-selector ul a,
ul.tag-selector ul span {
  color: #fff;
}
h2.tag-selection {
  margin: 0.5em 0;
  clear: both;
}
h2.tag-selection a {
  display: inline-block;
  border: solid 1px #dadfe6;
  margin: 0 5px 10px 5px;
  padding: 0 10px 0 35px;
  white-space: nowrap;
  font-size: 17px;
  line-height: 25px;
  background: url(/images/tag-delete.png) 0 0 no-repeat;
}
h2.tag-selection a:hover {
  text-decoration: none;
  background: url(/images/tag-delete.png) 0 -25px no-repeat;
}
.tag-box img {
  background-color: #ddc;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.tag-box img:hover {
  background-color: #2692c6;
}
/* TAG LIST (control), cloudy */
ul.tag-cloud {
  list-style: none;
  margin-left: 0;
  max-width: none;
}
ul.tag-cloud li {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
ul.tag-cloud a {
  padding: 3px 7px;
}
ul.tag-cloud li.size-B a {
  font-size: 17px;
}
ul.tag-cloud li.size-C a {
  font-size: 20px;
}
ul.tag-cloud li.size-D a {
  font-size: 24px;
}
/* TAG LIST (control), bullety */
main div.tag-wrapper {
  overflow: hidden;
}
main ul.tag-list {
  max-width: none;
  overflow: hidden;
  padding: 0;
  margin-left: -9px;
}
main ul.tag-list li {
  display: inline-block;
  float: left;
  padding: 0px 10px;
  border-left: solid 1px #888;
  margin: 5px 0;
  line-height: 1.15em;
}
main ul.tag-list a {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/*  LOGIN FORM  */
.login-form p {
  margin-bottom: 0.5em;
}
.login-form p.login-submit {
  margin-top: 2em;
}
.login-form label {
  font-weight: 500;
}
.login-form input[type=text],
.login-form input[type=password] {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0 0 1em 0;
  width: 300px;
  background-color: #eee;
  padding: 2px 10px;
}
.login-form input[type=checkbox] {
  margin-right: 10px;
}
.login-form input[type=submit] {
  font-size: 17px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #058ed1;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.login-form input[type=submit]:hover {
  text-decoration: underline;
}
/* HISTORY AWARD SUBMISSIONS */
.history-award-submit-form,
.history-award-submit-message {
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 800px;
}
.history-award-submit-form p span:first-child {
  color: #0d52bf;
}
.history-award-submit-form input,
.history-award-submit-form textarea {
  width: 100%;
  padding: 5px;
  font-size: 17px;
  line-height: 1.4em;
}
.history-award-submit-form input[type=checkbox] {
  width: 100px;
}
.history-award-submit-form input[type=file] {
  max-width: 600px;
}
.history-award-submit-form input[type=submit] {
  font-size: 17px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #058ed1;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  width: auto;
}