@charset "UTF-8";
/*
Theme Name: FoxTalbot
Author: Simon Minter
Author URI: http://www.nineteenpoint.com
Description: Theme for the William Henry Fox Talbot Catalogue Raisonn├® website from the Bodleian Library.
Template: understrap
*/
@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/NotoSans-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/NotoSans-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1170px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 12px;
      padding-right: 12px; } }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .row {
      margin-left: -12px;
      margin-right: -12px; } }

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
      padding-left: 12px;
      padding-right: 12px; } }

#primary,
#secondary {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    #primary,
    #secondary {
      margin-bottom: 160px; } }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; }

.dark-background {
  background-color: #2e2d2c;
  padding-top: 40px;
  padding-bottom: 40px; }

.black-rough-border {
  position: relative; }
  .black-rough-border:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/black-rough-border-top.svg) repeat-x center top, url(../images/black-rough-border-right.svg) repeat-y right center, url(../images/black-rough-border-bottom.svg) repeat-x center bottom, url(../images/black-rough-border-left.svg) repeat-y left center;
    background-size: 237px 6px, 6px 237px, 237px 6px, 6px 237px; }

.black-rough-border-top {
  position: relative; }
  .black-rough-border-top:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/black-rough-border-top.svg) repeat-x center top;
    background-size: 237px 6px; }

.black-rough-border-bottom {
  position: relative; }
  .black-rough-border-bottom:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/black-rough-border-bottom.svg) repeat-x center bottom;
    background-size: 237px 6px; }

.black-rough-border-top-and-bottom {
  position: relative; }
  .black-rough-border-top-and-bottom:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/black-rough-border-top.svg) repeat-x center top, url(../images/black-rough-border-bottom.svg) repeat-x center bottom;
    background-size: 237px 6px; }

.beige-rough-border-top {
  position: relative; }
  .beige-rough-border-top:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/beige-rough-border-top.svg) repeat-x center top;
    background-size: 237px 6px; }

.beige-rough-border-top-left-right {
  position: relative; }
  .beige-rough-border-top-left-right:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/beige-rough-border-top.svg) repeat-x center top, url(../images/beige-rough-border-right.svg) repeat-y left center, url(../images/beige-rough-border-left.svg) repeat-y right center;
    background-size: 237px 6px, 6px 237px, 6px 237px; }

.stone-rough-border-bottom {
  position: relative; }
  .stone-rough-border-bottom:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/stone-rough-border-bottom.svg) repeat-x center bottom;
    background-size: 237px 6px; }

.beige-rough-border-top-and-bottom {
  position: relative; }
  .beige-rough-border-top-and-bottom:after {
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/beige-rough-border-top.svg) repeat-x center top, url(../images/beige-rough-border-bottom.svg) repeat-x center bottom;
    background-size: 237px 6px, 237px 6px; }

.ft-image-viewer-icon {
  width: 1.4em;
  height: 1.2em;
  display: inline-block;
  background: url(../images/image-viewer-icon.svg);
  background-size: cover;
  margin-right: 0.75em;
  position: relative;
  top: 0.2em; }

.ft-add-to-comparison-icon {
  width: 1.4em;
  height: 1.2em;
  display: inline-block;
  background: url(../images/add-to-comparison-icon.svg);
  background-size: cover;
  margin-right: 0.75em;
  position: relative;
  top: 0.2em; }

.ft-remove-from-comparison-icon {
  width: 1.4em;
  height: 1.2em;
  display: inline-block;
  background: url(../images/remove-from-comparison-icon.svg);
  background-size: cover;
  margin-right: 0.75em;
  position: relative;
  top: 0.2em; }

.ft-go-to-item-icon {
  width: 1.4em;
  height: 1.2em;
  display: inline-block;
  background: url(../images/go-to-item-icon.svg);
  background-size: cover;
  margin-right: 0.75em;
  position: relative;
  top: 0.2em; }

.btn,
.es_textbox_button {
  border: none;
  border-radius: 0;
  background-color: #5ebebc;
  color: #fff;
  margin: 0;
  font-family: 'Noto Sans';
  font-weight: 400;
  font-style: normal;
  padding: 1rem 3rem;
  transition: all 0.1s linear; }
  .btn:hover,
  .es_textbox_button:hover {
    background-color: #43a19f;
    color: #fff; }

#page .btn {
  color: #fff;
  text-decoration: none; }
  #page .btn.dropdown-toggle {
    color: #646464; }

.btn.dropdown-toggle {
  background-color: #f9f5ee;
  border: 1px solid #e6e3dc;
  padding-left: 1.5rem;
  padding-right: 5.5rem; }
  .btn.dropdown-toggle .caret {
    display: inline-block;
    background-color: #5ebebc;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4rem;
    border: none; }
    .btn.dropdown-toggle .caret:after {
      content: '';
      width: 1em;
      height: 1em;
      display: inline-block;
      margin-left: 0.5em;
      position: relative;
      top: 0.2em;
      background: url(../images/down-arrow.svg);
      background-size: cover; }
    .btn.dropdown-toggle .caret:after {
      width: 1.5em;
      height: 1.5em;
      top: 0.6em;
      margin-left: 0; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    display: block; }
    input[type="radio"] + label:before {
      transition: all 0.1s linear;
      content: "";
      display: inline-block;
      position: relative;
      width: 1.25em;
      height: 1.25em;
      margin-right: 0.75em;
      top: 0.25em;
      background-color: transparent;
      border: 2px solid #e6e3dc;
      border-radius: 3em; }
  input[type="radio"]:checked + label:before {
    background-color: #fff;
    border-color: #5ebebc;
    border-width: 5px; }
  input[type="radio"].radio-toggles + label {
    cursor: pointer;
    display: inline-block;
    color: #5ebebc;
    border: 2px solid #e6e3dc;
    padding: 1rem 3rem;
    transition: all 0.1s linear; }
    input[type="radio"].radio-toggles + label:before {
      display: none; }
  input[type="radio"].radio-toggles:checked + label {
    border-color: #5ebebc;
    background-color: #5ebebc;
    color: #fff; }

.form-shaded-background {
  background-color: #e6e3dc; }

.form-shaded-background-wrap {
  background-color: #e6e3dc; }
  .form-shaded-background-wrap .form-shaded-background {
    background-color: #fff; }

.form-item-no-margin-wrap {
  margin: 0; }
  .form-item-no-margin-wrap.field-wrap {
    margin-bottom: 0; }

.form-item-no-margin {
  margin: 0; }
  .entry-content .form-item-no-margin {
    margin-bottom: 0; }

.form-item-padding {
  padding: 20px; }

.form-item-padding-wrap {
  padding: 20px; }
  .form-item-padding-wrap .form-item-padding {
    padding: 0; }

.ft-archive-entry-content {
  margin-top: 10px; }
  .ft-archive-entry-content .btn {
    margin-top: 10px; }

.ft-field {
  margin-bottom: 20px; }
  .ft-field em {
    display: block;
    margin-bottom: 10px; }

.ft-shaded-panel {
  padding: 20px;
  background-color: #e6e3dc; }
  .ft-shaded-panel p:last-of-type {
    margin-bottom: 0; }

[data-toggle='collapse']:not(.navbar-toggle):not(.facets-toggle):after {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: 0.2em;
  background: url(../images/down-arrow.svg);
  background-size: cover; }
[data-toggle='collapse']:not(.navbar-toggle):not(.facets-toggle):after {
  transition: all 0.25s linear;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }
[data-toggle='collapse']:not(.navbar-toggle):not(.facets-toggle).collapsed:after {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

#page .ft-pagination {
  clear: both;
  margin-top: 40px; }
  #page .ft-pagination .page-numbers {
    display: inline-block;
    padding: 0.25em 0.85em; }
    #page .ft-pagination .page-numbers:not(.prev):not(.next):not(.current):not(.dots) {
      border: 2px solid #e6e3dc;
      text-decoration: none;
      transition: all 0.1s linear; }
      #page .ft-pagination .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
        border: 2px solid #5ebebc;
        background-color: #5ebebc;
        color: #fff; }
    #page .ft-pagination .page-numbers.prev {
      padding-left: 0; }
    #page .ft-pagination .page-numbers.next {
      padding-right: 0; }
    #page .ft-pagination .page-numbers.current {
      border: 2px solid #5ebebc;
      background-color: #5ebebc;
      color: #fff; }

body {
  background-color: #f9f5ee; }

.page-header {
  border: none;
  margin-top: 4rem; }
  @media (min-width: 768px) {
    .page-header {
      margin-top: 8rem; } }

body.blacklight-catalog #content {
  border: none;
  padding-bottom: 2rem; }
body.blacklight-catalog:not(.blacklight-catalog) #content {
  padding-top: 4rem; }
  @media (min-width: 768px) {
    body.blacklight-catalog:not(.blacklight-catalog) #content {
      padding-top: 8rem; } }

#primary,
#secondary {
  position: relative;
  z-index: 2; }

html {
  font-size: 10px; }

body {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.4rem; }

#page-wrapper a,
#single-wrapper a,
#archive-wrapper a,
#wrapper-index a,
#search-wrapper a,
.modal a,
#tinymce a {
  color: #43a19f;
  text-decoration: underline; }

h1,
h2.entry-title {
  font-family: 'Noto Sans';
  font-weight: 800;
  font-style: normal;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #5ebebc;
  margin: 0;
  padding: 0; }

h2 {
  font-family: 'Noto Sans';
  font-weight: 800;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.3rem;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  padding: 0; }
  h2.entry-title {
    margin-top: 80px;
    color: #000;
    text-transform: none;
    letter-spacing: 0; }

#error_explanation h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

h2.entry-title a,
h3 {
  font-family: 'Noto Sans';
  font-weight: 800;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 3rem;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  padding: 0; }

h3.page-title {
  margin-bottom: 20px; }

#page h2.entry-title a {
  color: #5ebebc;
  text-decoration: none; }
  #page h2.entry-title a:hover {
    text-decoration: underline; }

.site-main article:first-child h2.entry-title {
  margin-top: 0; }

h3.widget-title,
h4 {
  font-family: 'Noto Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  padding: 0; }

.group-blog h4, .group-blog h5 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 500; }

h3.widget-title {
  text-transform: none; }

h5 {
  font-family: 'Noto Sans';
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 0; }
  h5.ft-lower-title:last-of-type {
    margin-bottom: 2em; }

blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
  font-family: "Notos Sans";
  font-size: 3.6rem;
  line-height: 4rem; }

img {
  max-width: 100%; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%; }

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content blockquote {
  margin-bottom: 0.5em; }
  .entry-content h2:not(:first-child),
  .entry-content h3:not(:first-child),
  .entry-content h4:not(:first-child),
  .entry-content h5:not(:first-child),
  .entry-content blockquote:not(:first-child) {
    margin-top: 1.5em; }
.entry-content p {
  margin-bottom: 1rem; }
  .entry-content p img,
  .entry-content p img.aligncenter {
    margin-bottom: 2rem;
    max-width: 100%;
    height: auto; }
  .entry-content p:not(:first-child) img,
  .entry-content p:not(:first-child) img.aligncenter {
    margin-top: 2rem; }
.entry-content img.alignright {
  margin-left: 2rem; }
.entry-content img.alignleft {
  margin-right: 2rem; }
.entry-content ul {
  padding-left: 2.2rem; }

img.wp-post-image {
  margin-bottom: 40px; }

.blog .entry-content h4,
.archive .entry-content h4 {
  margin-bottom: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #e6e3dc;
  max-width: 100%; }

.field-wrap.hidden-wrap {
  margin-bottom: 0; }

.ft-navbar {
  min-height: auto;
  border: none;
  background-color: #2e2d2c;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-radius: 0; }
  .ft-navbar .navbar-brand {
    float: none;
    padding: 0;
    width: 200px;
    height: 61px;
    display: block;
    margin: 0 auto;
    background: url(../images/the-talbot-catalogue-raisonne-logo.png) no-repeat center center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .ft-navbar .navbar-toggle {
    position: absolute;
    border: none;
    float: none;
    margin: 14px 0 0;
    padding: 10px;
    border-radius: 0; }
    .ft-navbar .navbar-toggle .icon-bar {
      transition: all 0.1s linear;
      background-color: white;
      width: 21px;
      height: 1px;
      border: none;
      position: relative; }
      .ft-navbar .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px; }
    .ft-navbar .navbar-toggle.navbar-toggle-active .icon-bar:nth-child(2) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 6px; }
    .ft-navbar .navbar-toggle.navbar-toggle-active .icon-bar:nth-child(3) {
      opacity: 0; }
    .ft-navbar .navbar-toggle.navbar-toggle-active .icon-bar:nth-child(4) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      bottom: 6px; }
  .ft-navbar .navbar-collapse {
    border: none;
    box-shadow: none; }
  .ft-navbar .navbar-nav {
    margin: 20px 0 0 0; }
    .ft-navbar .navbar-nav a {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      font-family: "Noto Sans";
      font-size: 1.3rem;
      letter-spacing: 1.5px;
      transition: all 0.1s linear; }
      .ft-navbar .navbar-nav a:hover, .ft-navbar .navbar-nav a:focus {
        background-color: transparent;
        color: #5ebebc; }
    .ft-navbar .navbar-nav li.current-menu-item a,
    .ft-navbar .navbar-nav li.current_page_parent a {
      color: #5ebebc; }
  @media (min-width: 768px) {
    .ft-navbar {
      padding-bottom: 0; }
      .ft-navbar > .container .navbar-brand {
        margin: 0 auto; }
      .ft-navbar .navbar-nav {
        width: 100%;
        text-align: center;
        margin-top: 20px; }
        .ft-navbar .navbar-nav li {
          float: none;
          display: inline-block; }
        .ft-navbar .navbar-nav a {
          text-align: left;
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }
      @media (min-width: 768px) and (min-width: 992px) {
        .ft-navbar .navbar-nav a {
          padding-left: 1.2rem;
          padding-right: 1.2rem;
          padding-top: 2rem;
          padding-bottom: 2rem; } }

body.error404 .ft-navbar .navbar-nav li.current_page_parent a {
  color: #fff; }

.ft-footer {
  background-color: #2e2d2c; }

.ft-social-links {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .ft-social-links li {
    display: inline-block; }
    .ft-social-links li:nth-child(odd) {
      margin-right: 10px; }
    .ft-social-links li:nth-child(even) {
      margin-left: 10px; }

.ft-social-links--link {
  display: block;
  background-color: #7c7a77;
  background-repeat: no-repeat;
  background-position: center center;
  width: 5rem;
  height: 5rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.1s linear;
  border-radius: 100px; }
  .ft-social-links--link:hover {
    background-color: #62605e; }

.ft-social-links--twitter {
  background-image: url(twitter-white.svg);
  background-size: 2.15em; }

.ft-social-links--facebook {
  background-image: url(facebook-white.svg);
  background-size: 28px 28px; }

.ft-partner-links {
  margin: 20px 0 40px 0;
  padding: 20px 0 10px 0;
  list-style: none;
  text-align: center;
  border-top: 2px solid #484745;
  border-bottom: 2px solid #484745;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .ft-partner-links {
      display: block;
      border-top: none;
      border-bottom: none; } }

.ft-partner-links-2nd-row {
  margin: 0 0 40px 0;
  border-top: none; }

.ft-partner-links--link {
  -ms-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%; }
  .ft-partner-links--link a {
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.1s linear; }
  .ft-partner-links--link a:hover {
    cursor: default; }
  @media (min-width: 768px) {
    .ft-partner-links--link {
      display: inline-block;
      vertical-align: middle; } }

.ft-partner-links--oxford {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%; }
  .ft-partner-links--oxford a {
    background: #002147 url(../images/university-of-oxford-logo.svg) no-repeat center center;
    background-size: cover;
    width: 8rem;
    height: 8rem; }
  .ft-partner-links--oxford a:hover{
    cursor: default; }
  @media (min-width: 768px) {
    .ft-partner-links--oxford {
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
      .ft-partner-links--oxford a {
        width: 11rem;
        height: 11rem;
        margin: 2rem 60px 0 60px; } }

.ft-partner-links--bodleian {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 20px; }
  .ft-partner-links--bodleian a {
    background: url(../images/bodleian-logo-white.svg) no-repeat center center;
    background-size: cover;
    width: 5.88rem;
    height: 8rem; }
  .ft-partner-links--bodleian a:hover{
    cursor: default; }
    @media (min-width: 311px) {
      .ft-partner-links--bodleian a {
        margin-right: 13.33333px; } }
  @media (min-width: 768px) {
    .ft-partner-links--bodleian {
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      .ft-partner-links--bodleian a {
        width: 8rem;
        height: 11rem;
        margin-right: 0;
        margin-top: 0; } }

.ft-partner-links--talbott {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 20px; }
  .ft-partner-links--talbott a {
    background: url(../images/talbott-hillman-logo-border.png) no-repeat center center;
    background-size: contain;
    width: 12rem;
    height: 7rem; }
  .ft-partner-links--talbott a:hover{
    cursor: default; }
    @media (min-width: 311px) {
      .ft-partner-links--talbott a {
        margin-top: 2rem;
        margin-left: 13.33333px; } }
    @media (min-width: 768px) {
      .ft-partner-links--talbott a {
        width: 20rem;
        height: 7rem;
        margin-left: 0;
        margin-top: 0;
        margin-right: 40px; } }

.ft-partner-links--charina {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 20px; }
  .ft-partner-links--charina a {
    background: url(../images/charina-logo.png) no-repeat center center;
    background-size: contain;
    width: 12rem;
    height: 7rem; }
  .ft-partner-links--charina a:hover{
    cursor: default; }
    @media (min-width: 311px) {
      .ft-partner-links--charina a {
        margin-top: 2rem;
        margin-left: 13.33333px; } }
    @media (min-width: 768px) {
      .ft-partner-links--charina a {
        width: 20rem;
        height: 7rem;
        margin-left: 0;
        margin-top: 0; } }

.ft-partner-links--polonsky {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 20px; }
  .ft-partner-links--polonsky a {
    background: url(../images/polonsky-logo.png) no-repeat center center;
    background-size: contain;
    width: 12rem;
    height: 7rem; }
  .ft-partner-links--polonsky a:hover{
    cursor: default; }
    @media (min-width: 311px) {
      .ft-partner-links--polonsky a {
        margin-top: 2rem;
        margin-left: 13.33333px; } }
    @media (min-width: 768px) {
      .ft-partner-links--polonsky a {
        width: 20rem;
        height: 7rem;
        margin-left: 0;
        margin-top: 0; } }

#page .ft-footer-menu,
.blacklight-catalog .ft-footer-menu,
.blacklight-passwords .ft-footer-menu,
.blacklight-registrations .ft-footer-menu,
.blacklight-sessions .ft-footer-menu {
  text-align: center;
  margin-bottom: 40px; }
  #page .ft-footer-menu ul,
  .blacklight-catalog .ft-footer-menu ul,
  .blacklight-passwords .ft-footer-menu ul,
  .blacklight-registrations .ft-footer-menu ul,
  .blacklight-sessions .ft-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #page .ft-footer-menu ul li,
    .blacklight-catalog .ft-footer-menu ul li,
    .blacklight-passwords .ft-footer-menu ul li,
    .blacklight-registrations .ft-footer-menu ul li,
    .blacklight-sessions .ft-footer-menu ul li {
      margin-top: 0.5rem; }
    #page .ft-footer-menu ul a,
    .blacklight-catalog .ft-footer-menu ul a,
    .blacklight-passwords .ft-footer-menu ul a,
    .blacklight-registrations .ft-footer-menu ul a,
    .blacklight-sessions .ft-footer-menu ul a {
      color: #fff;
      text-transform: uppercase;
      font-family: 'Noto Sans';
      font-weight: 300;
      font-style: normal;
      font-size: 1.2rem;
      letter-spacing: 2.5px;
      transition: all 0.1s linear;
      text-decoration: none; }
      #page .ft-footer-menu ul a:hover,
      .blacklight-catalog .ft-footer-menu ul a:hover,
      .blacklight-passwords .ft-footer-menu ul a:hover,
      .blacklight-registrations .ft-footer-menu ul a:hover,
      .blacklight-sessions .ft-footer-menu ul a:hover {
        color: #5ebebc;
        text-decoration: none; }
    @media (min-width: 768px) {
      #page .ft-footer-menu ul li,
      .blacklight-catalog .ft-footer-menu ul li,
      .blacklight-passwords .ft-footer-menu ul li,
      .blacklight-registrations .ft-footer-menu ul li,
      .blacklight-sessions .ft-footer-menu ul li {
        display: inline-block;
        margin: 0 1.5rem; } }

@media (min-width: 768px) {
  [role="search"] .input-group-btn {
    display: block; } }
[role="search"] .input-group {
  background-color: #fff; }
[role="search"] input[type="text"] {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 0.58em 2.3em 0.58em 0.85em;
  border: none;
  font-size: 1.8rem; }
[role="search"] input[type="submit"] {
  height: 2rem;
  width: 2rem;
  background: transparent url(../images/magnifying-glass.svg) no-repeat center center;
  padding: 0;
  position: relative;
  margin-right: 0.5rem;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.ft-search {
  background-color: #2e2d2c;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px; }
  .widget .ft-search .ft-search-form .input-group,
  .ft-search .page-content .ft-search-form .input-group {
    border: 2px solid #e6e3dc; }
  .widget .ft-search, .page-content .ft-search {
    padding-top: 0;
    padding-bottom: 0; }
  .ft-search .ft-search-form label {
    color: #5ebebc;
    font-family: 'Noto Sans';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-align: center;
    display: block;
    margin-bottom: 10px; }
  .ft-search .ft-search-form .input-group {
    font-family: "Noto Sans";
    border: none; }
    .ft-search .ft-search-form .input-group .input-group-addon {
      padding: 0.5em 0 0.5em 0.5em;
      background-color: #fff;
      border: none; }
    .ft-search .ft-search-form .input-group input[type="text"] {
      padding: 0.5em; }
  .ft-search .ft-search-children a {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1.5px; }
  @media (min-width: 768px) {
    .ft-search .ft-search-children {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .ft-search .ft-search-children a {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 20px;
        width: auto;
        margin-top: 0; }
    .ft-search .ft-search-form {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex: 2 0 auto;
      -webkit-flex: 2 0 auto;
      flex: 2 0 auto; }
      .ft-search .ft-search-form label {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        text-align: left;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 20px; }
      .ft-search .ft-search-form .input-group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%; }
        .ft-search .ft-search-form .input-group .input-group-addon {
          width: auto;
          font-size: 1.8rem; }
        .ft-search .ft-search-form .input-group .input-group-btn {
          z-index: 10001;
          margin-top: 1.1rem; }
        .ft-search .ft-search-form .input-group .input-group-btn input[type="submit"] {
          margin-left: -2rem;
          margin-right: 0; } }
        .input-group-addon {
          margin-right: 3rem;
        }

.home.page .ft-search {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }

.blacklight-catalog .ft-search {
  margin-bottom: 10px; }

.blacklight-catalog-show .ft-search {
  background-color: transparent;
  padding-bottom: 20px;
  margin-bottom: 0; }
  .blacklight-catalog-show .ft-search .ft-search-form .input-group {
    border: 2px solid #e6e3dc; }

.ft-hero {
  display: table;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  max-width: 100%;
  height: 45vw;
  font-family: 'Noto Sans';
  font-weight: 800;
  font-style: normal;
  font-size: 6.25vw;
  line-height: 1.1;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 40px #000; }
  .ft-hero > p {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0 7rem; }
    .ft-hero > p .ft-hero-text-sub {
      display: none;
      font-family: "Noto Sans";
      text-transform: none;
      line-height: 1.2;
      margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .ft-hero {
      height: 19vw;
      font-size: 3.8vw; }
      .ft-hero > p .ft-hero-text-sub {
        display: block;
        font-size: 2.1vw;
        letter-spacing: 0.15rem; } }

.ft-teaser-blocks {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .ft-teaser-blocks {
      padding-bottom: 80px; }
      .ft-teaser-blocks .container .row .col-md-12 {
        display: -ms-flexbox;
        display: -webkit-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }

#wrapper-index .ft-teaser-blocks,
#archive-wrapper .ft-teaser-blocks {
  padding-top: 0; }

#page-wrapper a.ft-teaser-blocks--block,
#wrapper-index a.ft-teaser-blocks--block,
#archive-wrapper a.ft-teaser-blocks--block {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin-bottom: 40px; }
  #page-wrapper a.ft-teaser-blocks--block:hover .ft-teaser-blocks--button,
  #wrapper-index a.ft-teaser-blocks--block:hover .ft-teaser-blocks--button,
  #archive-wrapper a.ft-teaser-blocks--block:hover .ft-teaser-blocks--button {
    background-color: #43a19f; }
  @media (min-width: 768px) {
    #page-wrapper a.ft-teaser-blocks--block,
    #wrapper-index a.ft-teaser-blocks--block,
    #archive-wrapper a.ft-teaser-blocks--block {
      width: 32%;
      float: left;
      -webkit-flex-basis: 32%;
      flex-basis: 32%; }
      #page-wrapper a.ft-teaser-blocks--block:nth-child(3n+1),
      #wrapper-index a.ft-teaser-blocks--block:nth-child(3n+1),
      #archive-wrapper a.ft-teaser-blocks--block:nth-child(3n+1) {
        margin-right: 1%; }
      #page-wrapper a.ft-teaser-blocks--block:nth-child(3n+2),
      #wrapper-index a.ft-teaser-blocks--block:nth-child(3n+2),
      #archive-wrapper a.ft-teaser-blocks--block:nth-child(3n+2) {
        margin-left: 1%;
        margin-right: 1%; }
      #page-wrapper a.ft-teaser-blocks--block:nth-child(3n+3),
      #wrapper-index a.ft-teaser-blocks--block:nth-child(3n+3),
      #archive-wrapper a.ft-teaser-blocks--block:nth-child(3n+3) {
        margin-left: 1%; } }

@media (min-width: 768px) {
  #wrapper-index a.ft-teaser-blocks--block,
  #archive-wrapper a.ft-teaser-blocks--block {
    width: 48%;
    float: left;
    -webkit-flex-basis: 48%;
    flex-basis: 48%; }
    #wrapper-index a.ft-teaser-blocks--block:nth-child(3n+1),
    #archive-wrapper a.ft-teaser-blocks--block:nth-child(3n+1) {
      margin-right: 0; }
    #wrapper-index a.ft-teaser-blocks--block:nth-child(3n+2),
    #archive-wrapper a.ft-teaser-blocks--block:nth-child(3n+2) {
      margin-left: 0;
      margin-right: 0; }
    #wrapper-index a.ft-teaser-blocks--block:nth-child(3n+3),
    #archive-wrapper a.ft-teaser-blocks--block:nth-child(3n+3) {
      margin-left: 0; } }

@media (min-width: 768px) {
  #wrapper-index article:nth-child(odd) a.ft-teaser-blocks--block,
  #archive-wrapper article:nth-child(odd) a.ft-teaser-blocks--block {
    margin-right: 1.5%;
    clear: left; }
    #wrapper-index article:nth-child(odd) a.ft-teaser-blocks--block.ft-first-post-highlighted,
    #archive-wrapper article:nth-child(odd) a.ft-teaser-blocks--block.ft-first-post-highlighted {
      margin-left: 1.5%;
      margin-right: 0;
      clear: none; } }

@media (min-width: 768px) {
  #wrapper-index article:nth-child(even) a.ft-teaser-blocks--block,
  #archive-wrapper article:nth-child(even) a.ft-teaser-blocks--block {
    margin-left: 1.5%; }
    #wrapper-index article:nth-child(even) a.ft-teaser-blocks--block.ft-first-post-highlighted,
    #archive-wrapper article:nth-child(even) a.ft-teaser-blocks--block.ft-first-post-highlighted {
      margin-left: 0;
      margin-right: 1.5%;
      clear: left; } }

@media (min-width: 768px) {
  #wrapper-index a.ft-teaser-blocks--block.ft-first-post,
  #archive-wrapper a.ft-teaser-blocks--block.ft-first-post {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0; } }

.ft-teaser-blocks--image-wrap {
  position: relative;
  height: 30rem; }
  @media (min-width: 768px) {
    .ft-teaser-blocks--image-wrap {
      height: 23.5rem; } }

.ft-teaser-blocks--image {
  background-size: cover;
  background-position: top center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ft-teaser-blocks--image {
  background-color: #e6e3dc; }

.ft-teaser-blocks--title {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f9f5ee;
  width: 80%;
  font-family: 'Noto Sans';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-left: 4px;
  padding-right: 1rem;
  margin-bottom: 0;
  color: #000;
  transition: all 0.1s linear; }

.ft-teaser-blocks--text {
  margin-top: 20px;
  margin-right: 4px;
  margin-left: 4px;
  color: #000;
  transition: all 0.1s linear; }

#wrapper-index .ft-archive-entry-content a,
#archive-wrapper .ft-archive-entry-content a {
  text-decoration: none; }

.ft-teaser-blocks--button {
  margin-left: 4px;
  margin-top: 10px; }

.ft-quote {
  background-color: #e6e3dc;
  padding-top: 40px;
  padding-bottom: 40px; }

.ft-quote--text {
  font-family: "Noto Sans";
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
  max-width: 63%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #516b75; }
  .ft-quote--text:before {
    content: "\201C"; }
  .ft-quote--text:after {
    content: "\201D"; }
  @media (min-width: 768px) {
    .ft-quote--text {
      font-size: 4rem; } }

.ft-quote--source {
  max-width: 63%;
  margin: 0 auto;
  text-align: center;
  color: #646464;
  font-family: 'Noto Sans';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 5px; }

.ft-quote--date {
  max-width: 63%;
  margin: 0 auto;
  text-align: center;
  color: #646464;
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal; }

.breadcrumbs {
  margin-top: 30px;
  color: #5ebebc; }
  .breadcrumbs span:not(:first-child) {
    margin-left: 1rem; }
  .breadcrumbs span:not(:last-child) {
    margin-right: 1rem; }

.blacklight-catalog-show .breadcrumbs {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }

.entry-meta {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.widget {
  margin-bottom: 40px; }

.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_archive ul li {
    margin-top: 1em; }

.nav-links {
  clear: both;
  overflow: auto;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #e6e3dc; }
  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 50%; }
  .nav-links .nav-previous {
    float: left;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      .nav-links .nav-previous {
        padding-right: 4rem; } }
    .nav-links .nav-previous a {
      display: block;
      background: transparent url(../images/left-arrow.svg) no-repeat left 2px;
      background-size: 1.5em;
      padding-left: 2.5em; }
  .nav-links .nav-next {
    float: right;
    padding-left: 1rem;
    text-align: right; }
    @media (min-width: 768px) {
      .nav-links .nav-next {
        padding-left: 4rem; } }
    .nav-links .nav-next a {
      display: block;
      background: transparent url(../images/right-arrow.svg) no-repeat right 2px;
      background-size: 1.5em;
      padding-right: 2.5em; }

.ft-questions-and-comments {
  clear: both;
  overflow: auto;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #5ebebc; }

input#user_email,
input#user_password,
input#user_password_confirmation {
  width: 100%; }

ul.ft-user-options {
  display: none;
  position: relative;
  margin: -30px 0 30px 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-family: "Noto Sans";
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
  font-size: 0; }
  @media (min-width: 768px) {
    ul.ft-user-options {
      display: block;
      text-align: center; } }
  ul.ft-user-options li {
    font-size: 1.25rem;
    display: inline-block; }
  ul.ft-user-options a {
    color: #fff;
    background-color: #646464;
    padding: 20px 13.33333px 13.33333px 13.33333px;
    display: block;
    transition: all 0.1s linear; }
    ul.ft-user-options a:hover {
      background-color: #516b75;
      text-decoration: none; }

#main-flashes .flash_messages > * {
  margin-top: 40px; }
#main-flashes a {
  text-decoration: none; }

#facets .top-panel-heading {
  border-radius: 0;
  border-top: 1px solid #5ebebc;
  border-bottom: 1px solid #5ebebc;
  border-left: none;
  border-right: none;
  padding: 10px 5px 10px 10px;
  transition: all 0.1s linear; }
  @media (min-width: 768px) {
    #facets .top-panel-heading {
      display: none; } }
  #facets .top-panel-heading.facets-toggle-active {
    border-bottom-color: transparent; }
  #facets .top-panel-heading .facets-heading {
    font-family: 'Noto Sans';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
  #facets .top-panel-heading .facets-toggle {
    background: transparent;
    border: none;
    margin-right: 0; }
    #facets .top-panel-heading .facets-toggle:active {
      outline: none;
      box-shadow: none; }
    #facets .top-panel-heading .facets-toggle .icon-bar {
      background-color: #5ebebc;
      transition: all 0.1s linear;
      position: relative; }
    #facets .top-panel-heading .facets-toggle[aria-expanded='true'] .icon-bar:nth-child(2) {
      opacity: 0; }
    #facets .top-panel-heading .facets-toggle[aria-expanded='true'] .icon-bar:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 75%;
      top: -1px;
      left: -3px; }
    #facets .top-panel-heading .facets-toggle[aria-expanded='true'] .icon-bar:nth-child(4) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 75%;
      left: 8px;
      top: -7px; }
#facets .panel-group .panel + .panel {
  margin-top: 0; }
#facets .panel-group .panel.facet_limit {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #5ebebc;
  box-shadow: none;
  background-color: transparent; }
  #facets .panel-group .panel.facet_limit:last-child {
    border-bottom-width: 1px; }
  @media (min-width: 768px) {
    #facets .panel-group .panel.facet_limit {
      border: 1px solid #e6e3dc; } }
#facets .panel-group .panel-heading {
  position: relative;
  background-color: transparent; }
  #facets .panel-group .panel-heading[data-toggle='collapse']:after {
    position: absolute;
    font-size: 2rem;
    right: 15px;
    top: 1.5rem; }
  #facets .panel-group .panel-heading .panel-title:after {
    content: ""; }
  #facets .panel-group .panel-heading a {
    color: #000;
    text-decoration: none;
    font-family: 'Noto Sans';
    font-weight: 400;
    font-style: normal; }
#facets .panel-group .panel-body {
  border: none;
  padding-top: 0; }
#facets .panel-group ul.facet-values {
  margin-bottom: 0; }
#facets .panel-group .facet-label {
  padding-top: 0;
  padding-bottom: 1rem;
  position: relative; }
  @media (min-width: 768px) {
    #facets .panel-group .facet-label {
      padding-bottom: 0; } }
  #facets .panel-group .facet-label .selected {
    color: #000; }
  #facets .panel-group .facet-label a.remove {
    position: absolute;
    right: 0; }
    #facets .panel-group .facet-label a.remove:after {
      position: absolute;
      right: 0;
      top: 0.1rem;
      content: "";
      width: 2rem;
      height: 2rem;
      background: transparent url(../images/close-icon.svg) no-repeat center center;
      background-size: cover;
      display: inline-block; }
#facets .panel-group .facet-count {
  display: none; }
#facets .panel-group .limit_content {
  text-align: center; }
  #facets .panel-group .limit_content .submit.btn {
    display: block;
    width: 100%;
    margin-top: 10px; }
  #facets .panel-group .limit_content .profile {
    margin-top: 20px; }
    #facets .panel-group .limit_content .profile .slider-track {
      background-image: none;
      box-shadow: none;
      background-color: #e6e3dc; }
    #facets .panel-group .limit_content .profile .slider-selection {
      background-image: none;
      box-shadow: none;
      background-color: #e0cdac; }
    #facets .panel-group .limit_content .profile .slider-handle {
      background-image: none;
      background-color: #43a19f; }
  #facets .panel-group .limit_content .distribution.subsection.chart_js {
    height: 100px !important; }
  @media (min-width: 311px) {
    #facets .panel-group .limit_content {
      text-align: left; }
      #facets .panel-group .limit_content .range_begin,
      #facets .panel-group .limit_content .range_end {
        width: 34%;
        display: inline-block; }
      #facets .panel-group .limit_content .submit.btn {
        display: inline-block;
        width: auto;
        margin-top: 0;
        padding: 6px 10px 7px 10px;
        float: right; } }
  @media (min-width: 768px) {
    #facets .panel-group .limit_content .range_begin,
    #facets .panel-group .limit_content .range_end {
      width: 30%; } }
#facets .blacklight-schaaf_location_facet ul.facet-values {
  display: inline-block;
  max-height: 16.25em;
  overflow-y: auto; }

h1.ft-record-title {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Noto Sans';
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.6em; }

h2.ft-record-numbers {
  color: #43a19f;
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 2.5rem; }

#page-wrapper h2.ft-record-numbers a {
  text-decoration: none;
  border-bottom: 1px solid #43a19f; }

p.ft-record-date {
  color: #516b75; }

p.ft-record-attribution {
  color: #516b75;
  margin-bottom: 2em; }

.ft-record-image {
  background-color: #000;
  padding: 18px;
  margin-bottom: 40px;
  text-align: center; }

#page-wrapper .ft-record-options .col-sm-3,
#page-wrapper .ft-record-options .col-sm-6 {
  padding-left: 0;
  padding-right: 0; }
#page-wrapper .ft-record-options .ft-record-options--image-viewer a {
  background-color: #5ebebc;
  display: block;
  padding-top: 10px;
  padding-bottom: 16px;
  text-align: center;
  color: #e6e3dc;
  font-family: 'Noto Sans';
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  transition: all 0.1s linear; }
  #page-wrapper .ft-record-options .ft-record-options--image-viewer a:hover {
    background-color: #6dc4c2; }
#page-wrapper .ft-record-options .ft-record-options--add-to-comparison a {
  background-color: #646464;
  padding-top: 10px;
  padding-bottom: 16px;
  text-align: center;
  color: #e6e3dc;
  font-family: 'Noto Sans';
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  transition: all 0.1s linear;
  display: none; }
  #page-wrapper .ft-record-options .ft-record-options--add-to-comparison a:hover {
    background-color: #6e6e6e; }
  @media (min-width: 768px) {
    #page-wrapper .ft-record-options .ft-record-options--add-to-comparison a {
      display: block; } }
#page-wrapper .ft-record-options .ft-record-options--text-links {
  background-color: #e6e3dc;
  padding-top: 10px;
  padding-bottom: 16px;
  text-align: center;
  display: none; }
  #page-wrapper .ft-record-options .ft-record-options--text-links a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      #page-wrapper .ft-record-options .ft-record-options--text-links a {
        display: inline;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 15px;
        margin-right: 15px; } }
    @media (min-width: 992px) {
      #page-wrapper .ft-record-options .ft-record-options--text-links a {
        margin-left: 30px;
        margin-right: 30px; } }
  @media (min-width: 768px) {
    #page-wrapper .ft-record-options .ft-record-options--text-links {
      display: block; } }

.ft-record-meta {
  background-color: #f9f5ee;
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 768px) {
  h4.ft-record-meta-h4 {
    text-transform: none;
    font-size: 24px; } }

.ft-record-meta--items {
  padding-bottom: 20px; }

.ft-record-meta--item {
  background-color: #fff;
  padding: 10px 15px; }

.ft-record-meta--dark .ft-record-meta--item {
  background-color: rgba(255, 255, 255, 0.3); }

.ft-record-meta--rights-and-reproduction,
.ft-record-meta--contribute-to-this-record {
  width: 16em; }
  @media (min-width: 768px) {
    .ft-record-meta--rights-and-reproduction,
    .ft-record-meta--contribute-to-this-record {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

form.ft-record-meta--add-to-my-favourites {
  margin-bottom: 20px; }
  form.ft-record-meta--add-to-my-favourites label.toggle_bookmark {
    padding-left: 0;
    color: #43a19f;
    text-decoration: underline;
    font-family: 'Noto Sans';
    font-weight: 700;
    font-style: normal; }
    form.ft-record-meta--add-to-my-favourites label.toggle_bookmark:before {
      content: "+ "; }
    form.ft-record-meta--add-to-my-favourites label.toggle_bookmark.checked:before {
      content: "- "; }
    form.ft-record-meta--add-to-my-favourites label.toggle_bookmark input.toggle_bookmark {
      display: none; }

.ft-record-additional-images {
  border-top: 1px solid #e6e3dc;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .ft-record-additional-images {
      margin-bottom: 40px; } }
  .ft-record-additional-images h4 {
    margin-bottom: 30px; }
  .ft-record-additional-images img {
    width: 100%; }

.ft-record-additional-images--single {
  margin-bottom: 20px; }
  .ft-record-additional-images--single:nth-child(5) {
    clear: left; }

.ft-record--dark {
  background-color: #e6e3dc; }
  .ft-record--dark .ft-record-meta {
    background-color: #e6e3dc; }
    @media (min-width: 768px) {
      .ft-record--dark .ft-record-meta {
        padding-top: 80px;
        padding-bottom: 30px; } }
  .ft-record--dark .ft-record-additional-images {
    border-top-color: #fff; }
  .ft-record--dark .ft-record-meta--item {
    background-color: rgba(255, 255, 255, 0.4); }

.ft-search-content {
  margin-top: 30px; }
  .ft-search-content h4.ft-results-h4 {
    padding-top: 20px;
    border-top: 2px solid #5ebebc; }

#sortAndPerPage {
  clear: both;
  border-bottom: 1px solid #5ebebc; }

.btn-group.appliedFilter {
  margin-right: 6.66667px; }
  .btn-group.appliedFilter .btn.constraint-value {
    padding: 1rem 45px 1rem 1rem; }
    .btn-group.appliedFilter .btn.constraint-value:hover {
      background-color: #5ebebc; }
    .btn-group.appliedFilter .btn.constraint-value .filterName:after {
      color: #fff; }
  .btn-group.appliedFilter .btn.remove {
    padding: 0;
    position: absolute;
    right: 0.75rem; }
    .btn-group.appliedFilter .btn.remove:after {
      position: absolute;
      right: 0;
      top: 0rem;
      content: "";
      width: 2rem;
      height: 2rem;
      background: transparent url(../images/close-icon-white.svg) no-repeat center center;
      background-size: cover;
      display: inline-block; }

.page_links {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  padding-right: 0; }
  @media (min-width: 768px) {
    .page_links {
      float: right; } }
  .page_links .page_entries strong {
    font-weight: 300; }

.blacklight-catalog .page_links {
  float: left; }
  @media (min-width: 768px) {
    .blacklight-catalog .page_links {
      float: none;
      padding-right: 10px;
      position: absolute;
      right: 0;
      top: 10px; } }

.ft-next-page {
  border-left: 1px solid #e6e3dc;
  margin-left: 10px;
  padding-left: 10px; }

.ft-previous-page {
  border-right: 1px solid #e6e3dc;
  margin-right: 10px;
  padding-right: 10px; }

#page .view-type-group .btn.view-type-list,
#page .view-type-group .btn.view-type-gallery,
#page .view-type-group .btn.view-type-masonry,
#page .view-type-group .btn.view-type-slideshow {
  padding: 1rem 1.5rem;
  background-color: transparent;
  color: #43a19f;
  border: 1px solid #e6e3dc;
  box-shadow: none; }
  #page .view-type-group .btn.view-type-list span,
  #page .view-type-group .btn.view-type-gallery span,
  #page .view-type-group .btn.view-type-masonry span,
  #page .view-type-group .btn.view-type-slideshow span {
    display: none; }
  #page .view-type-group .btn.view-type-list.active,
  #page .view-type-group .btn.view-type-gallery.active,
  #page .view-type-group .btn.view-type-masonry.active,
  #page .view-type-group .btn.view-type-slideshow.active {
    background-color: #5ebebc;
    color: #fff; }
#page .view-type-group .view-type-list:after {
  content: "List"; }
#page .view-type-group .view-type-gallery:after {
  content: "Grid"; }
#page .view-type-group .view-type-masonry:after {
  content: "Masonry"; }
#page .view-type-group .view-type-slideshow:after {
  content: "Slideshow"; }

#documents .document {
  margin: 0;
  padding: 0;
  border: none; }

.ft-search-result {
  margin-bottom: 60px; }
  .ft-search-result .ft-record-image {
    margin-bottom: 20px; }
  .ft-search-result h5 {
    margin-bottom: 20px;
    font-weight: 700; }
  .ft-search-result p {
    margin-bottom: 0; }
  .ft-search-result:nth-child(odd) {
    clear: left; }
  @media (min-width: 992px) {
    .ft-search-result:nth-child(odd) {
      clear: none; }
    .ft-search-result:nth-child(3n+1) {
      clear: left; } }

.documents-list .ft-search-result {
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(94, 190, 188, 0.2); }
  .documents-list .ft-search-result .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }
  .documents-list .ft-search-result .col-sm-4 {
    padding-left: 0; }
  .documents-list .ft-search-result .col-sm-8 {
    padding-right: 0; }

.clear-bookmarks {
  margin-left: 20px; }

.blacklight-catalog-index form.ft-record-meta--add-to-my-favourites label.toggle_bookmark,
.blacklight-bookmarks-index form.ft-record-meta--add-to-my-favourites label.toggle_bookmark {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal; }
.blacklight-catalog-index .index-document-functions,
.blacklight-bookmarks-index .index-document-functions {
  text-align: right; }
.blacklight-catalog-index #documents.gallery .index-document-functions,
.blacklight-bookmarks-index #documents.gallery .index-document-functions {
  text-align: left; }

.ft-comparisons {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 20px 20px;
  background-color: #000;
  border-top: 1px solid #516b75;
  color: #fff !important;
  z-index: 10001;
  transition: all 0.25s ease-in-out; }
  .ft-comparisons.ft-comparisons-hidden {
    transform: translateY(100%) translateY(-5rem);
    -webkit-transform: translateY(100%) translateY(-5rem); }
    .ft-comparisons.ft-comparisons-hidden h5:after {
      transform: rotate(0);
      -webkit-transform: rotate(0); }
  .ft-comparisons h5 {
    float: left;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer; }
    .ft-comparisons h5:after {
      content: '';
      width: 1em;
      height: 1em;
      display: inline-block;
      margin-left: 0.5em;
      position: relative;
      top: 0.2em;
      background: url(../images/down-arrow.svg);
      background-size: cover; }
    .ft-comparisons h5:after {
      transition: all 0.25s linear;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
  .ft-comparisons a.btn--ft-comparisons {
    float: right;
    padding: 0.5rem 1.5rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    color: #fff; }
  .ft-comparisons .ft-comparisons-items {
    clear: both; }
  .ft-comparisons .ft-comparisons-item {
    border: 1px solid #2e2d2c;
    padding: 18px;
    text-align: center;
    position: relative; }
  .ft-comparisons img {
    max-height: 100px;
    width: auto; }
  .ft-comparisons .ft-comparisons-item-link a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.1s linear; }
    .ft-comparisons .ft-comparisons-item-link a:hover {
      background-color: rgba(0, 0, 0, 0.75); }
      .ft-comparisons .ft-comparisons-item-link a:hover span {
        opacity: 1; }
  .ft-comparisons .ft-comparisons-item-link span {
    opacity: 0;
    top: 45%;
    margin: 0;
    transition: all 0.1s linear; }
  .ft-comparisons .ft-comparisons-item-remove {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 3;
    background-color: #000;
    padding: 0 3px 3px 3px; }
    .ft-comparisons .ft-comparisons-item-remove span {
      margin: 0 2px -3px 0;
      opacity: 0.8;
      transition: all 0.1s linear; }
    .ft-comparisons .ft-comparisons-item-remove:hover span {
      opacity: 1; }

.modal#ft-comparisons-save-modal p {
  margin-bottom: 0;
  margin-top: -0.25rem;
  float: right; }
  .modal#ft-comparisons-save-modal p.ft-comparisons-new-snapshot-name-error {
    color: red;
    float: none; }
.modal#ft-comparisons-save-modal form {
  margin: 2rem 0; }
  .modal#ft-comparisons-save-modal form input[type="text"] {
    padding: 0.65rem 0.8rem;
    width: 100%;
    margin-bottom: 1rem; }
  .modal#ft-comparisons-save-modal form input[type="submit"] {
    float: left; }
    .modal#ft-comparisons-save-modal form input[type="submit"]:focus {
      outline: none;
      color: #fff; }

.ft-comparisons-list .ft-comparisons-list-items {
  margin: 20px 0 0 0;
  background-color: #000; }
.ft-comparisons-list .ft-comparisons-list-item {
  border: 1px solid #2e2d2c;
  padding: 18px;
  text-align: center;
  position: relative;
  float: left;
  margin: 10px; }
.ft-comparisons-list .ft-comparisons-list-item-link a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.1s linear; }
  .ft-comparisons-list .ft-comparisons-list-item-link a:hover {
    background-color: rgba(0, 0, 0, 0.75); }
    .ft-comparisons-list .ft-comparisons-list-item-link a:hover span {
      opacity: 1; }
.ft-comparisons-list .ft-comparisons-list-item-link span {
  opacity: 0;
  top: 45%;
  margin: 0;
  transition: all 0.1s linear; }
.ft-comparisons-list img {
  max-width: none;
  max-height: 78px; }
.ft-comparisons-list .btn--ft-comparisons {
  display: block;
  clear: both; }
.ft-comparisons-list .ft-delete-snapshot {
  text-align: right;
  margin-bottom: 40px; }

body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important; }

.modal {
  z-index: 10002;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal .modal-dialog {
    background-color: #f9f5ee;
    min-width: 400px;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%) !important;
    padding: 2rem; }
    .modal .modal-dialog .remove {
      position: absolute;
      right: 2rem;
      border-width: 0;
      padding: 0; }
      .modal .modal-dialog .remove:after {
        position: absolute;
        right: 0;
        top: 0.1rem;
        content: "";
        width: 2rem;
        height: 2rem;
        background: transparent url(../images/close-icon.svg) no-repeat center center;
        background-size: cover;
        display: inline-block; }

#single-wrapper a.dpsp-network-btn {
  text-decoration: none; }

/*# sourceMappingURL=child-theme.css.map */

.topbutton {
  height:50px;
  width:50px;
  position:fixed;
  right:10%;
  bottom:5px;
  Z-index:99;
  display:none;
}