body {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
p {
  line-height: 24px;
}
a {
  color: #000000;
}

sup {
  top: -0.5em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
span.hide {
  display: none;
}
a.cursor-pointer:hover {
  color: #000 !important;
}
form#email-protected-form {
  margin-bottom: 50px;
}

@media all and (max-width: 667px) {
  .s-viewing-room .emailProtectedPage form input[type="text"],
  .s-viewing-room form input[type="password"],
  .s-viewing-room .emailProtectedPage form input[type="email"],
  form select,
  form textarea {
    margin-right: 0px;
    max-width: 400px !important;
    width: 100% !important;
    display: block !important;
  }
  .s-viewing-room .emailProtectedPage form input[type="email"] {
    width: 100% !important;
  }
}
@media all and (max-width: 415px) {
  .s-viewing-room .emailProtectedPage form input[type="text"],
  .s-viewing-room form input[type="password"],
  .s-viewing-room .emailProtectedPage form input[type="email"],
  form select,
  form textarea {
    margin-right: 0px;
    width: 100% !important;
    display: block !important;
  }

}

/* --------------------------------------------------------- */
/* SLIDESHOW XL - SEE JS */
/* --------------------------------------------------------- */
/*Use :not to prevent other sliders from resizing*/
/*body:not(.s-homepage) .slider .bx-wrapper:first-of-type,*/
/*single images with no arrows uses ".FULL-SLIDER" only*/

body:not(.s-homepage) .full-slider .bx-wrapper:first-of-type,
body:not(.s-homepage) .slider .bx-wrapper:first-of-type {
  width: 145vh;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: inset 0 0 0 1px #ff0000;*/
}

body:not(.s-homepage) .full-slider .bx-wrapper:first-of-type .slide,
body:not(.s-homepage) .slider .bx-wrapper:first-of-type .slide {
  width: 100% !important;
  /*box-shadow: inset 0 0 0 1px #ff0000;*/
}

footer div.container {
  padding: 0 20px;
}

/* --------------------------------------------------------- */
/* SITE INDEX */
a.footer-siteindex {
  /* display: none; */
  display: block;
  color: #fff;
  font-size: 11px;
  width: 100%;
  padding-top: 20px;
  /*margin-top: 5px;*/
}

.container.slider.divider {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 50px;
}
.item-header h1,
header h1 {
  font-size: 15px;
  letter-spacing: 0.5px;
}

footer {
  padding: 100px 0 50px 0;
  background: #000;
  color: #FAFAFA;
}
footer div.footer-cols {
  color: #fff;
  padding: 0;
}

.footer-cols form input {
  padding: 0px;
  height: 22px !important;
}
.footer-cols form .form-submit-button {
  background-color: transparent !important;
}

nav.mobile a {
  margin-left: 0;
}

@media all and (max-width: 480px) {
  header.section-header .item-header,
  header.section-header h4 {
    width: initial;
  }
  .item-header h1,
  header h1 {
    line-height: 24px;
  }
  header.section-header h4 + nav,
  header.section-header .item-header + nav {
    width: initial;
    display: flex;
  }
  #screen-images header.section-header h4 + nav,
  header.section-header .item-header + nav {
    display: flex;
    width: initial;
  }
  .s-recent-acquisitions header.section-header h4 + nav,
  .s-recent-acquisitions header.section-header .item-header + nav,
  .s-exhibitions header.section-header h4 + nav,
  .s-exhibitions header.section-header .item-header + nav {
    display: initial;
    width: initial;
  }
}

@media all and (max-width: 480px) {
  .main-header nav a:hover,
  .main-header nav a.active {
    color: #fff;
    /* background-color: #5d5932; */
    padding: 4px;
    max-width: auto !important;
  }
  .main-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.main-header nav a { padding-left: 0px; }*/
  nav.mobile div.navlinks a.active {
    margin: auto;
    margin-bottom: 11px;
    margin-top: 11px;
  }
  nav.mobile div.navlinks a {
    padding-bottom: 4px;
    margin-bottom: 11px;
  }
  nav.mobile a.menu {
    padding-left: 0px;
  }

  .mobile-menu-wrapper a:not(.active):hover {
    padding-left: 4px;
  }
}

@media all and (max-width: 330px) {
  .main-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 320px) {
  .bx-wrapper .bx-controls-direction .bx-prev {
    background-position: 0 -64px;
  }
  .bx-wrapper .bx-controls-direction .bx-prev:hover {
    background-position: 0 -78px;
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    background-position: -8px -64px;
  }
  .bx-wrapper .bx-controls-direction .bx-next:hover {
    background-position: -8px -78px;
  }
}

*:focus {
  outline: none !important;
}

*:focus {
  outline: 2px #a5c7fe solid;
  outline-offset: 1px;
}

footer div > a.footer-siteindex,
footer span > a.footer-siteindex {
  white-space: nowrap;
  overflow: hidden;
}
