/* Colors */
.orange-bg {
  background-color: #ff7b23;
  color: #333;
}
.orange-bg h1, .orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg h5 {
  color: #333;
}
.orange-bg.opacity {
  background-color: rgba(255, 123, 35, .85);
}
.orange-bg .btn {
  background: none;
  border: 2px solid #333;
  color: #333;
}
.orange-bg .btn:hover, .orange-bg .btn:focus, .orange-bg .btn:active {
  color: #333;
}
.lgtteal-bg {
  background-color: #9de6c2;
  color: #333;
}
.lgtteal-bg h1, .lgtteal-bg h2, .lgtteal-bg h3, .lgtteal-bg h4, .lgtteal-bg h5 {
  color: #333;
}
.lgtteal-bg.opacity {
  background-color: rgba(157, 230, 194, .85);
}
.lgtteal-bg .btn {
  background: none;
  border: 2px solid #333;
  color: #333;
}
.lgtteal-bg .btn:hover, .lgtteal-bg .btn:focus, .lgtteal-bg .btn:active {
  color: #333;
}
.gold-bg, .red-bg .new-badge, ul.features li div .new-badge, .caption, .display-options, .facetwp-pager .facetwp-page.active {
  background-color: #deb045;
  color: #333;
}
.gold-bg h1, .red-bg .new-badge h1, ul.features li div .new-badge h1, .caption h1, .display-options h1, .facetwp-pager .facetwp-page.active h1, .gold-bg h2, .red-bg .new-badge h2, ul.features li div .new-badge h2, .caption h2, .display-options h2, .facetwp-pager .facetwp-page.active h2, .gold-bg h3, .red-bg .new-badge h3, ul.features li div .new-badge h3, .caption h3, .display-options h3, .facetwp-pager .facetwp-page.active h3, .gold-bg h4, .red-bg .new-badge h4, ul.features li div .new-badge h4, .caption h4, .display-options h4, .facetwp-pager .facetwp-page.active h4, .gold-bg h5, .red-bg .new-badge h5, ul.features li div .new-badge h5, .caption h5, .display-options h5, .facetwp-pager .facetwp-page.active h5 {
  color: #333;
}
.gold-bg.opacity, .red-bg .new-badge.opacity, ul.features li div .new-badge.opacity, .caption.opacity, .display-options.opacity, .facetwp-pager .facetwp-page.active.opacity {
  background-color: rgba(222, 176, 69, .85);
}
.gold-bg .btn, .red-bg .new-badge .btn, ul.features li div .new-badge .btn, .caption .btn, .display-options .btn, .facetwp-pager .facetwp-page.active .btn {
  background: none;
  border: 2px solid #333;
  color: #333;
}
.gold-bg .btn:hover, .red-bg .new-badge .btn:hover, ul.features li div .new-badge .btn:hover, .caption .btn:hover, .display-options .btn:hover, .facetwp-pager .facetwp-page.active .btn:hover, .gold-bg .btn:focus, .red-bg .new-badge .btn:focus, ul.features li div .new-badge .btn:focus, .caption .btn:focus, .display-options .btn:focus, .facetwp-pager .facetwp-page.active .btn:focus, .gold-bg .btn:active, .red-bg .new-badge .btn:active, ul.features li div .new-badge .btn:active, .caption .btn:active, .display-options .btn:active, .facetwp-pager .facetwp-page.active .btn:active {
  color: #333;
}
.drkteal-bg, .buttons button.active {
  background-color: #5cb29a;
  color: #333;
}
.drkteal-bg h1, .buttons button.active h1, .drkteal-bg h2, .buttons button.active h2, .drkteal-bg h3, .buttons button.active h3, .drkteal-bg h4, .buttons button.active h4, .drkteal-bg h5, .buttons button.active h5 {
  color: #333;
}
.drkteal-bg.opacity, .buttons button.active.opacity {
  background-color: rgba(92, 178, 154, .85);
}
.drkteal-bg .btn, .buttons button.active .btn {
  background: none;
  border: 2px solid #333;
  color: #333;
}
.drkteal-bg .btn:hover, .buttons button.active .btn:hover, .drkteal-bg .btn:focus, .buttons button.active .btn:focus, .drkteal-bg .btn:active, .buttons button.active .btn:active {
  color: #333;
}
.red-bg, .new-badge {
  background-color: #b34335;
  color: #fff;
}
.red-bg h1, .new-badge h1, .red-bg h2, .new-badge h2, .red-bg h3, .new-badge h3, .red-bg h4, .new-badge h4, .red-bg h5, .new-badge h5 {
  color: #fff;
}
.red-bg.opacity, .new-badge.opacity {
  background-color: rgba(179, 67, 53, .85);
}
.red-bg .btn, .new-badge .btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.red-bg .btn:hover, .new-badge .btn:hover, .red-bg .btn:focus, .new-badge .btn:focus, .red-bg .btn:active, .new-badge .btn:active {
  color: #fff;
}
.purple-bg {
  background-color: #7373ae;
  color: #fff;
}
.purple-bg h1, .purple-bg h2, .purple-bg h3, .purple-bg h4, .purple-bg h5 {
  color: #fff;
}
.purple-bg.opacity {
  background-color: rgba(115, 115, 174, .85);
}
.purple-bg .btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.purple-bg .btn:hover, .purple-bg .btn:focus, .purple-bg .btn:active {
  color: #fff;
}
.pink-bg {
  background-color: #de8373;
  color: #333;
}
.pink-bg h1, .pink-bg h2, .pink-bg h3, .pink-bg h4, .pink-bg h5 {
  color: #333;
}
.pink-bg.opacity {
  background-color: rgba(222, 131, 115, .85);
}
.pink-bg .btn {
  background: none;
  border: 2px solid #333;
  color: #333;
}
.pink-bg .btn:hover, .pink-bg .btn:focus, .pink-bg .btn:active {
  color: #333;
}
.blue-bg, .btn, .refine-results #facet .card-header {
  background-color: #426c77;
  color: #fff;
}
.blue-bg h1, .btn h1, .refine-results #facet .card-header h1, .blue-bg h2, .btn h2, .refine-results #facet .card-header h2, .blue-bg h3, .btn h3, .refine-results #facet .card-header h3, .blue-bg h4, .btn h4, .refine-results #facet .card-header h4, .blue-bg h5, .btn h5, .refine-results #facet .card-header h5 {
  color: #fff;
}
.blue-bg.opacity, .btn.opacity, .refine-results #facet .card-header.opacity {
  background-color: rgba(66, 108, 119, .85);
}
.blue-bg .btn, .btn .btn, .refine-results #facet .card-header .btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.blue-bg .btn:hover, .btn .btn:hover, .refine-results #facet .card-header .btn:hover, .blue-bg .btn:focus, .btn .btn:focus, .refine-results #facet .card-header .btn:focus, .blue-bg .btn:active, .btn .btn:active, .refine-results #facet .card-header .btn:active {
  color: #fff;
}
.green-bg, .site-footer {
  background-color: #c5d147;
  color: #333;
}
.green-bg h1, .site-footer h1, .green-bg h2, .site-footer h2, .green-bg h3, .site-footer h3, .green-bg h4, .site-footer h4, .green-bg h5, .site-footer h5 {
  color: #333;
}
.green-bg.opacity, .site-footer.opacity {
  background-color: rgba(197, 209, 71, .85);
}
.green-bg .btn, .site-footer .btn {
  background: none;
  border: 2px solid #333;
  color: #333;
}
.green-bg .btn:hover, .site-footer .btn:hover, .green-bg .btn:focus, .site-footer .btn:focus, .green-bg .btn:active, .site-footer .btn:active {
  color: #333;
}
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
  max-width: 50%;
  height: auto;
}
.alignright {
  float: right;
  margin: 0 0 25px 25px;
  max-width: 50%;
  height: auto;
}
.new-badge {
  padding: 0px 5px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 75%;
}
/* Fonts */
@font-face {
  font-family: 'palatinoroman';
  src: url('../fonts/palatino-roman-webfont.woff2') format('woff2'), url('../fonts/palatino-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Global */
body {
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #333;
}
h1, h2, h3, h4, h5 {
  font-family: 'palatinoroman', serif;
  color: #333;
  font-weight: bold;
}
h1 {
  font-size: 250%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 200%;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 175%;
  }
}
h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 175%;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 150%;
  }
}
h3 {
  font-size: 175%;
}
@media (max-width: 991px) {
  h3 {
    font-size: 150%;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 125%;
  }
}
h4 {
  font-size: 135%;
}
@media (max-width: 991px) {
  h4 {
    font-size: 125%;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 115%;
  }
}
a {
  color: #426c77;
}
.btn {
  text-transform: uppercase;
  border-radius: 20px;
  display: table;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  white-space: normal;
}
.btn svg {
  margin-left: 10px;
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  font-size: 18px;
  top: 7px;
}
.btn i {
  margin-left: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #fff;
}
.btn:hover svg, .btn:focus svg, .btn:active svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .btn.all-records:before {
    content: 'Browse ';
  }
}
.container-fluid {
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.logo {
  position: absolute;
  overflow: hidden;
  bottom: 0;
}
.logo-container {
  background-color: #fff;
  border-radius: 100%;
  border-radius: 100%;
  width: 230px;
  height: 235px;
  margin-bottom: -70px;
  padding: 15px;
}
@media (max-width: 1199px) {
  .logo-container {
    width: 200px;
    height: 215px;
  }
}
@media (max-width: 1100px) {
  .logo-container {
    width: 175px;
    height: 200px;
  }
}
@media (max-width: 1100px) {
  .logo-container {
    width: 175px;
    height: 200px;
  }
}
@media (max-width: 911px) {
  .logo-container {
    width: 150px;
    height: 175px;
    padding: 10px;
    margin-bottom: -50px;
  }
  .logo-container img {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .logo-container {
    width: 115px;
    height: 120px;
    padding: 10px;
    margin-bottom: -20px;
  }
  .logo-container img {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  ul.three-col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  ul.three-col li {
    width: 33%;
  }
}
#masthead-sticky-wrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
#masthead-sticky-wrapper #masthead .container-fluid {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
}
#masthead-sticky-wrapper #masthead .container-fluid .logo {
  bottom: 0;
}
@media (max-width: 991px) {
  #masthead-sticky-wrapper #masthead .container-fluid .logo {
    left: 35px;
  }
}
@media (max-width: 767px) {
  #masthead-sticky-wrapper #masthead .container-fluid .logo {
    left: 35px;
  }
}
@media (max-width: 540px) {
  #masthead-sticky-wrapper #masthead {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  #masthead-sticky-wrapper #masthead {
    padding-top: 0;
  }
}
#masthead-sticky-wrapper #masthead .btn {
  display: inline-block;
  height: 100%;
}
#masthead-sticky-wrapper #masthead .primary-menu__wrapper {
  margin-top: 10px;
}
#masthead-sticky-wrapper #masthead #main_navigation {
  margin-left: 230px;
  padding: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
}
@media (max-width: 1199px) {
  #masthead-sticky-wrapper #masthead #main_navigation {
    margin-left: 185px;
    padding: 25px 15px 15px 15px;
  }
}
@media (max-width: 1100px) {
  #masthead-sticky-wrapper #masthead #main_navigation {
    margin-left: 175px;
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  #masthead-sticky-wrapper #masthead #main_navigation {
    margin-left: 100px;
  }
}
@media (max-width: 575px) {
  #masthead-sticky-wrapper #masthead #main_navigation {
    margin-left: 150px;
  }
}
#masthead-sticky-wrapper #masthead #main_navigation .search {
  -webkit-align-content: flex-end;
  align-content: flex-end;
  width: 100%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #masthead-sticky-wrapper #masthead #main_navigation .search {
    display: -webkit-flex;
    display: flex;
    height: 35px;
  }
}
@media (min-width: 615px) {
  #masthead-sticky-wrapper #masthead #main_navigation .search .all {
    margin-left: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  #masthead-sticky-wrapper #masthead #main_navigation .search .all {
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
  }
}
#header-search {
  width: 100%;
}
@media (max-width: 991px) {
  #header-search {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #header-search {
    display: none;
  }
}
.header-search {
  position: relative;
  min-width: 340px;
  margin-top: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.header-search .facetwp-type-search {
  margin-bottom: 15px;
  width: 100%;
}
.header-search .facetwp-btn {
  display: none;
}
.header-search .facetwp-search {
  width: calc(100% - 100px);
  height: 36px;
  /* margin-top: -2px;  */
}
.header-search button {
  position: absolute;
  right: 4px;
  /* top: -1.5px; */
}
@media (max-width: 850px) {
  .header-search {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .header-search {
    max-width: none;
    width: 100%;
    min-width: none;
    display: none;
  }
}
.btn.all-records {
  margin-top: -2px;
}
.facetwp-checkbox {
  text-transform: capitalize;
}
.facetwp-checkbox[data-value="doc"].facetwp-counter:before {
  content: 'ument';
}
/* Footer */
.tagline {
  /* padding: 15px; */
}
.tagline .tagline-copy {
  padding: 15px 15px 15px 275px;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1199px) {
  .tagline .tagline-copy {
    padding: 15px 15px 15px 250px;
    font-size: 80%;
    text-align: center;
  }
}
@media (max-width: 1075px) {
  .tagline .tagline-copy {
    padding: 15px 15px 15px 175px;
    font-size: 65%;
  }
}
@media (max-width: 991px) {
  .tagline .tagline-copy {
    padding: 15px 15px 15px 155px;
  }
}
@media (max-width: 700px) {
  .tagline .tagline-copy {
    font-size: 0%;
  }
}
.contact-info {
  margin-left: 50px;
}
@media (max-width: 575px) {
  .contact-info {
    font-size: 90%;
  }
}
.contact-info .svg-inline--fa {
  margin-left: -25px;
  float: left;
  margin-top: 4px;
}
.contact-info .row {
  display: -webkit-flex;
  display: flex;
}
.contact-info .contact-col {
  padding: 0px 30px 15px 0;
}
.contact-info .contact-col address {
  margin-bottom: 0;
}
.site-footer {
  overflow: hidden;
}
.site-footer .copyright {
  padding: 0;
}
.site-footer .copyright a {
  text-decoration: underline;
}
.site-footer .logo {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1010px) {
  .site-footer .logo {
    display: none;
  }
}
.site-footer .contact-info {
  padding: 25px 25px 10px 0px;
  margin-left: 30px;
}
@media (max-width: 835px) {
  .site-footer .contact-info {
    padding: 25px 25px 10px 0px;
  }
}
.site-footer .site-info {
  font-size: 80%;
  padding: 15px 15px 15px 275px;
}
@media (max-width: 1300px) {
  .site-footer .site-info {
    padding: 25px 25px 10px 230px;
  }
}
@media (max-width: 1100px) {
  .site-footer .site-info {
    padding: 25px 25px 10px 150px;
  }
}
@media (max-width: 1010px) {
  .site-footer .site-info {
    padding: 25px 25px 10px 0px;
  }
}
@media (max-width: 767px) {
  .site-footer .site-info {
    padding: 0px 0px 25px 0px;
  }
}
.site-footer .footer-nav {
  display: inline;
}
.site-footer .logo-container {
  bottom: -70px;
  width: 255px;
  height: 265px;
}
@media (max-width: 835px) {
  .site-footer .logo-container {
    width: 205px;
    height: 215px;
  }
}
@media (max-width: 767px) {
  .site-footer .logo-container {
    width: 185px;
    height: 205px;
  }
}
@media (max-width: 575px) {
  .site-footer .logo-container {
    display: none;
  }
}
.site-footer .logo-container img {
  margin-top: 7px;
}
.site-footer #footer-menu {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}
.site-footer #footer-menu .nav-link {
  padding: 0.5em 2em 0.5em 0;
}
.site-footer .social-media {
  font-size: 40px;
}
@media (min-width: 1200px) {
  .site-footer .social-media {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .site-footer .social-media {
    text-align: right;
  }
}
.site-footer .social-media a {
  text-decoration: none;
}
.site-footer .social-media a:hover {
  text-decoration: none;
}
.site-footer .contact {
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.vco-storyjs {
  z-index: 0 !important;
}
.feature-teaser {
  position: relative;
  float: left;
  overflow: hidden;
  /* margin: 10px 1%; */
  /* min-width: 230px;
   max-width: 315px; */
  height: 245px;
  width: 100%;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  background-size: cover;
  background-position: center center;
}
.feature-teaser:hover h3 {
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
}
.feature-teaser:hover figcaption {
  top: 0;
}
.feature-teaser .artist {
  margin-top: 15px;
  font-size: 80%;
  font-style: italic;
}
.feature-teaser * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.feature-teaser img {
  max-width: 100%;
  vertical-align: top;
}
.feature-teaser figcaption {
  position: absolute;
  top: calc(82%);
  width: 100%;
  /* background-color: #ffffff; */
  padding: 8px 15px 65px;
  text-align: center;
  height: 100%;
  z-index: 2;
}
.feature-teaser figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  /* background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
   background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%); */
}
.feature-teaser h3, .feature-teaser p {
  margin: 0 0 10px;
}
.feature-teaser h3 {
  font-weight: 600;
  font-size: 110%;
  line-height: 1.6em;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.feature-teaser p {
  font-size: 80%;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-top: 15px;
}
.feature-teaser a {
  /* position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 2; */
}
.feature-teaser .btn {
  display: inline;
  font-weight: bold;
  margin-top: 10px;
}
/* Homepage */
.hp-intro {
  position: relative;
  padding: 0;
  border: 0;
}
.hp-intro .hp-slider .slick-next {
  right: 25px;
  background-image: url('../images/chevron-right.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .hp-intro .hp-slider .slick-next {
    right: 15px;
  }
}
.hp-intro .hp-slider .slick-next:before {
  content: '';
  color: #fff;
}
.hp-intro .hp-slider .slick-prev {
  left: 25px;
  z-index: 1;
  background-image: url('../images/chevron-left.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .hp-intro .hp-slider .slick-prev {
    left: 15px;
  }
}
.hp-intro .hp-slider .slick-prev:before {
  content: '';
}
.hp-intro .hp-slider .slick-slide {
  padding: 75px;
  background-size: cover;
  height: 80vh;
  min-height: 500px;
  background-position: center center;
}
@media (max-width: 767px) {
  .hp-intro .hp-slider .slick-slide {
    padding: 50px;
  }
}
.hp-intro .hp-slider .slick-slide .copy {
  padding: 25px;
}
@media (min-width: 768px) {
  .hp-intro .hp-slider .slick-slide .copy {
    width: 50%;
  }
}
.hp-intro .hp-slider .slick-slide .container-fluid {
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 100%;
}
.hp-intro .hp-slider .slick-slide .container-fluid .copy {
  position: absolute;
}
.hp-intro .hp-slider .slick-slide .container-fluid.left .copy {
  top: 0;
  left: 0;
}
.hp-intro .hp-slider .slick-slide .container-fluid.right .copy {
  top: 0;
  right: 0;
}
.hp-intro .hp-slider .slick-slide .container-fluid.center {
  justify-content: center;
}
.hp-intro .hp-slider .slick-slide .container-fluid.bleft .copy {
  bottom: 100px;
}
.hp-intro .hp-slider .slick-slide .container-fluid.cleft .copy {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hp-intro .hp-slider .slick-slide .container-fluid.bright .copy {
  bottom: 100px;
  right: 0;
}
.hp-intro .hp-slider .slick-slide .container-fluid.cright .copy {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hp-intro .hp-slider .slick-slide .container-fluid.mcenter .copy {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.hp-intro .hp-slider .slick-slide .container-fluid.bcenter .copy {
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hp-intro .hp-slider .slick-dots {
  bottom: 75px;
}
@media (max-width: 575px) {
  .hp-intro .hp-slider .slick-dots {
    display: none !important;
  }
}
.hp-intro .hp-slider .slick-dots li button:before {
  font-size: 15px;
  color: #f9f0dd;
  opacity: 1;
}
.hp-intro .hp-slider .slick-dots li.slick-active button:before {
  color: #deb045;
}
.hp-intro .slider-anchor {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  color: #fff;
}
.hp-intro .slider-anchor svg {
  font-size: 35px;
}
.hp-features {
  text-align: center;
  padding: 0;
}
.hp-features .feature-group {
  padding: 50px 0;
  border-bottom: 1px solid #ff7b23;
}
.hp-features .feature-group .copy {
  max-width: 900px;
  margin: 0 auto;
}
.hp-features .feature-group .copy .btn {
  margin: 10px auto;
}
.hp-features .row:last-child .feature-group {
  border: 0;
}
ul.features {
  padding: 0;
  /* margin: 0 -15px; */
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
ul.features li {
  list-style: none;
  width: calc(25% - 30px);
  margin: 15px;
}
@media (max-width: 1100px) {
  ul.features li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 625px) {
  ul.features li {
    width: calc(100% - 30px);
  }
}
ul.features li div {
  position: relative;
  overflow: hidden;
}
ul.features li div .new-badge {
  position: absolute;
  left: -30px;
  top: -8px;
  z-index: 1;
  transform: rotate(-45deg);
  padding: 20px 30px 5px 30px;
  border-radius: 0;
}
ul.features li .feature-content .teaser .btn {
  margin: 10px auto;
}
section {
  padding: 75px 0;
  border-bottom: 3px solid #ff7b23;
}
@media (max-width: 575px) {
  section {
    padding: 35px 0;
  }
}
section:last-child {
  border-bottom: 0;
}
/* MAIN PAGES */
.feature-image {
  position: relative;
}
.feature-image img {
  width: 100%;
}
.caption {
  padding: 15px;
  position: absolute;
  bottom: 0;
  margin: 0 0px 0 0;
  background: rgba(222, 176, 69, .9);
  font-size: 85%;
}
/* SEARCH */
.display-options {
  padding: 25px;
}
.display-options .col:last-child {
  text-align: right;
}
@media (max-width: 575px) {
  .display-options .buttons {
    display: none;
  }
}
.results {
  margin-top: 50px;
}
.refine-results {
  position: relative;
}
.refine-results .reset-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 85%;
}
.refine-results .reset-btn:hover {
  cursor: pointer;
}
.refine-results .facet-label {
  font-size: 125%;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}
.refine-results .facetwp-counts {
  display: inline;
}
.refine-results .facetwp-selection-value {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.refine-results .facetwp-facet-keywords {
  margin-top: 0;
  margin-bottom: 25px;
}
.refine-results .facetwp-facet-keywords input {
  width: 100%;
}
.refine-results #facet .card {
  border-radius: 0;
  border: 0;
}
.refine-results #facet .card-body {
  padding: 15px;
  border-radius: 0;
}
.refine-results #facet .card-body .facetwp-facet {
  margin-bottom: 0;
}
.refine-results #facet .card-header {
  border-radius: 0;
  border-color: #fff;
}
.refine-results #facet .card-header h5 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}
.refine-results #facet .card-header a {
  padding-left: 25px;
}
.refine-results #facet .card-header a:before {
  content: '\f056';
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  color: #fff;
}
.refine-results #facet .card-header a .plus {
  display: none;
  position: absolute;
  top: 14px;
}
.refine-results #facet .card-header a .minus {
  display: block;
  position: absolute;
  top: 14px;
}
.refine-results #facet .card-header a:before, .refine-results #facet .card-header a:after {
  content: none;
}
.refine-results #facet .card-header a.collapsed .plus {
  display: block;
}
.refine-results #facet .card-header a.collapsed .minus {
  display: none;
}
.list-results .teaser {
  /*padding-bottom: 25%; */
}
.list-results .teaser-graphic {
  background-color: #ccc;
  min-width: 175px;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  /*padding: 25px; */
  font-size: 115%;
  justify-content: center;
  align-content: center;
  min-height: 150px;
}
.list-results .teaser-graphic img {
  width: 100%;
  height: auto;
}
.list-results .teaser-graphic div {
  height: 100% !important;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  align-self: center;
  height: 100%;
  width: 100%;
  padding: 25px 0;
}
.list-results .teaser-graphic.align-center {
  background-position: center center;
}
.list-results .teaser-graphic.align-top {
  background-position: center top;
}
.list-results .teaser-graphic.align-bottom {
  background-position: center bottom;
}
.list-results .teaser-copy .btn {
  margin-top: 10px;
}
.list-results ul {
  margin: 0;
  padding: 0;
}
.list-results ul li {
  list-style: none;
}
.list-results ul.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.list-results ul.grid li {
  padding: 15px;
  margin: 15px 0;
  width: 33.333%;
  border-bottom: 1px solid #ff7b23;
}
@media (max-width: 767px) {
  .list-results ul.grid li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .list-results ul.grid li {
    width: 100%;
  }
}
.list-results ul.grid li .teaser-graphic {
  width: 100%;
  margin-bottom: 10px;
  min-height: 200px;
}
.list-results ul.grid li .teaser-copy {
  width: 100%;
}
.list-results ul.list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 575px) {
  .list-results ul.list {
    margin: 0 -15px;
  }
}
.list-results ul.list li {
  width: 100%;
  border-bottom: 1px solid #ff7b23;
}
@media (max-width: 575px) {
  .list-results ul.list li {
    padding: 15px;
    margin: 15px 0;
  }
}
.list-results ul.list li .teaser {
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  padding: 50px 0 50px 15px;
}
@media (max-width: 575px) {
  .list-results ul.list li .teaser {
    padding: 0;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
.list-results ul.list li .teaser-graphic {
  width: 25%;
}
@media (max-width: 575px) {
  .list-results ul.list li .teaser-graphic {
    width: 100%;
    margin-bottom: 10px;
    min-height: 200px;
  }
}
.list-results ul.list li .teaser-copy {
  padding-left: 50px;
  width: 75%;
}
@media (max-width: 575px) {
  .list-results ul.list li .teaser-copy {
    width: 100%;
    padding-left: 0;
  }
}
.meta {
  margin-bottom: 15px;
  display: inline-block;
}
.meta .media-date {
  margin-right: 10px;
  font-size: 100%;
  font-weight: bold;
  display: inline;
}
.meta .media-date .dash {
  margin-right: -5px;
}
.meta .media-date:after {
  content: '|';
  margin: 0 15px;
  font-weight: normal;
}
.meta .icon-type {
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.meta .icon-type i {
  margin-right: 5px;
}
.meta .icon-type svg {
  margin-right: 10px;
  font-size: 125%;
  margin-bottom: -2px;
}
.tags-list h3 {
  padding-bottom: 25px;
}
.tags-list h4 {
  text-transform: uppercase;
}
.tags-full {
  border-top: 2px solid #ff7b23;
  padding-top: 50px;
  margin-top: 25px;
}
@media (min-width: 650px) {
  .tags-full .tags {
    display: -webkit-flex;
    display: flex;
  }
  .tags-full .tags div {
    -webkit-flex: 1;
    flex: 1;
  }
}
.main-copy {
  padding-right: 75px;
}
.intro .feature-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .intro .feature-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .related-items .related-item {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .related-items .related-item h3 {
    padding-top: 25px;
    border-top: 3px solid #ff7b23;
  }
  .related-items .related-item:first-child h3 {
    border-top: 0;
  }
}
/* SINGLE */
.single-image {
  text-align: center;
}
.single-image img {
  width: auto;
  max-height: 700px;
}
.single-image .smooth_zoom_preloader {
  margin: 0 auto;
}
.single-image .smooth_zoom_preloader .panzoom {
  width: 100%;
  text-align: center;
}
.media-intro {
  border-bottom: 3px solid #ff7b23;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .media-intro .feature-image {
    display: none;
    margin-bottom: 25px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audio {
  /*max-height: 200px; */
  overflow: hidden;
}
.audio .embed-container {
  height: 200px;
  padding-bottom: 0;
}
.audio .embed-container iframe {
  max-height: 200px;
}
.summary {
  margin-bottom: 25px;
}
.historical-media {
  -webkit-flex-flow: column;
  flex-flow: column;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .historical-media {
    margin-bottom: 25px;
  }
}
.historical-media .single-image {
  margin-bottom: 25px;
}
.historical-media .btn {
  margin: 0 auto;
}
.resources {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  /* margin: 0 -25px; */
}
.resources .resource {
  padding: 25px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 25px 0;
}
.resources .resource:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .resources .resource .image, .resources .resource .audio, .resources .resource .video {
    margin-bottom: 15px;
  }
}
.media-gallery {
  margin: 0 25px 50px 25px;
  text-align: center;
}
.media-gallery .slick-slide img {
  margin: 0 auto;
}
.media-gallery .slick-arrow:before {
  color: #426c77;
}
.local-resources {
  padding: 0;
}
.local-resources .resources {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.local-resources .resources .resource {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  margin: 25px 0;
}
.local-resources .resources .resource .image {
  text-align: center;
}
.local-resources .resources .resource:last-child {
  border-bottom: 0;
}
.local-resources .resources .resource .order {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 65%;
  margin-bottom: 10px;
}
.additional-resources {
  padding: 0 0 0 25px;
  margin: 25px 0 0 0;
}
.additional-resources li {
  list-style: none;
  padding-bottom: 10px;
}
.additional-resources li svg {
  margin-left: -25px;
  margin-right: 5px;
}
.additional-resources li svg.external-link-alt {
  margin: 0;
}
.additional-resources li a svg {
  margin: 0 !important;
}
.related-collections, .topics {
  padding: 0;
  margin: 0;
}
.related-collections li, .topics li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.related-collections li .btn, .topics li .btn {
  margin-top: 10px;
}
.related-collections li:last-child, .topics li:last-child {
  border: 0;
}
.facetwp-pager {
  padding: 25px 0 0 0;
}
.facetwp-pager .facetwp-page {
  padding: 5px;
}
.facetwp-pager .facetwp-page.active.last-page, .facetwp-pager .facetwp-page.active.more, .facetwp-pager .facetwp-page.active.next, .facetwp-pager .facetwp-page.active.previous, .facetwp-pager .facetwp-page.active.first-page {
  background: none;
}
.lesson-plans {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.lesson-plans .btn {
  margin-top: 10px;
}
.lesson-plans .row {
  padding-bottom: 25px;
  width: 100%;
  margin: 0 0 25px 0;
}
.grade-levels, .lesson-plans .row {
  border-bottom: 1px solid #ccc;
}
.grade-levels:last-child, .lesson-plans .row:last-child {
  border-bottom: 0;
}
.grade-levels .feature-image, .lesson-plans .row .feature-image {
  text-align: center;
}
.activities li {
  padding-bottom: 15px;
}
.teachers {
  border-bottom: 3px solid #ff7b23;
}
.exhibit iframe {
  width: 100%;
  margin: 0 auto;
}
.buttons button {
  border: 0;
  background: none;
}
.facetwp-sort {
  display: inline;
}
.facetwp-selections ul {
  margin: 0;
  padding: 0;
}
.facetwp-selections ul .facetwp-selection-label {
  font-weight: bold;
}
.facetwp-selections ul li {
  padding-top: 7px;
}
.season {
  text-transform: capitalize;
}
.illustration {
  position: relative;
}
.activity .btn {
  margin-top: 10px;
}
/*
 .zoom{
 display: block;
 overflow: hidden;
 .zoomImg{
 width: 100% !important;
 height: auto !important;
 }
 }
 */
.students {
  padding: 0;
}
.students h2 {
  text-align: center;
  width: 100%;
}
.students .grade-levels {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.students .grade-levels .grade-level {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1199px) {
  .students .grade-levels .grade-level {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .students .grade-levels .grade-level {
    width: 100%;
  }
}
.students .grade-levels .grade-level .illustration {
  margin-bottom: 15px;
}
.students .grade-levels .grade-level .illustration img {
  width: 100%;
  height: auto;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag {
  height: 48px !important;
}
.media-wrapper .caption {
  background: none;
}
