@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
details,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

/**
 * Contain overflow in all browsers.
 */

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* @group ----- Generic ----- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #0b2243;
  background-color: #f9f9f9;
}

form {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=url],
textarea {
  border: 1px solid #dedae2;
}

input[type=checkbox] {
  width: 26px;
  height: 26px;
  margin-right: 0.5em;
  display: inline-block;
}
input[type=checkbox] + label {
  display: inline-block;
}

ul ul {
  margin-bottom: 0;
}

/* -- Misc Inline elements -- */

dt {
  font-weight: bold;
}

/* -- Tables -- */
table {
  width: 100%;
}

/* -- Links -- */
img a {
  border: none;
}

summary,
a.item-link,
nav a,
.filter-by-letter a {
  text-decoration: none;
}

/* @end */
/* @group ----- Buttons ---- */
button {
  border: 0;
  background: #f9f9f9;
}

button.button,
input[type=submit] {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  text-align: center;
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
}
button.button a,
input[type=submit] a {
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
}
button.button a:hover, button.button a:focus,
input[type=submit] a:hover,
input[type=submit] a:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}
button.button:hover, button.button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}

/* @end */
/* @group ----- Skipnav ----- */
#skipnav {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#skipnav:focus {
  top: 0;
  z-index: 9999;
  clip: initial;
  height: auto;
  width: auto;
  padding: 0.5em;
  border: 1px #0b2243 dashed;
  color: #806998;
}

/* @end */
/* @group ----- Navigation ----- */
.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

#admin-bar ul {
  display: inline-block;
}

#admin-bar {
  margin-top: -1.5em;
}

/* @end */
/* @group ----- Other plugin styles ----- */

/* @end */
/* @group ----- Content containers ----- */
#primary {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
#primary:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  #primary {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  #primary {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  #primary {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  #primary {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  #primary {
    width: 1218px;
  }
}

.error #primary {
  margin-bottom: 96px;
}

article > div + div {
  margin-top: 96px;
}
article > div.title + div {
  margin-top: 48px;
}
article > div.breadcrumbs + div {
  margin-top: 24px;
}

.back-container {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  margin-bottom: 48px;
  margin-top: 48px;
}
.back-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .back-container {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .back-container {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .back-container {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .back-container {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .back-container {
    width: 1218px;
  }
}

.breadcrumbs,
.container {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
.breadcrumbs:after,
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs,
  .container {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .breadcrumbs,
  .container {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .breadcrumbs,
  .container {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .breadcrumbs,
  .container {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .breadcrumbs,
  .container {
    width: 1218px;
  }
}

#content > h1 {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  margin: 0 auto;
  color: #0b2243;
  text-shadow: 0px 3px 6px #f9f9f9;
}
#content > h1:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  #content > h1 {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  #content > h1 {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  #content > h1 {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  #content > h1 {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  #content > h1 {
    width: 1218px;
  }
}

/* @end */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.page-header-background-container,
footer {
  flex-shrink: 0;
}

article {
  flex-grow: 1;
}

html {
  color: #0b2243;
  font: 1em "Lato", Verdana, Arial, sans-serif;
  line-height: 1.4em;
}

p,
label {
  margin: 0;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.4em;
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #0b2243;
  font-family: "Montserrat", "montserrat", "Source Sans", "Helvetica Neue", Helvetica, "Arial Black", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 3em;
  line-height: 1.4em;
  margin-bottom: 48px;
}

h2,
.h2 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}

h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}

h4,
.h4 {
  font-size: 1.333em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}

h5,
.h5 {
  font-size: 1.211em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}

h6,
.h6 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}

h1 a,
h2 a,
h3 a {
  text-decoration: none;
}

em,
i {
  font-style: italic;
}


b {
  font-weight: bold;
}

a,
a:link,
a:visited,
summary {
  color: #316034;
  transition: all 0.1s linear;
  cursor: pointer;
  text-decoration: underline;
}
a:active, a:hover, a:focus,
a:link:active,
a:link:hover,
a:link:focus,
a:visited:active,
a:visited:hover,
a:visited:focus,
summary:active,
summary:hover,
summary:focus {
  color: #806998;
}
a svg,
a i,
a:link svg,
a:link i,
a:visited svg,
a:visited i,
summary svg,
summary i {
  margin-right: 0.25rem;
}

a.button {
  grid-area: button;
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  text-align: center;
}
a.button:hover, a.button:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}

blockquote {
  margin: 0 10%;
  font: 1.5em "Lato", Verdana, Arial, sans-serif;
  font-style: italic;
}

blockquote + cite,
p.citation {
  display: block;
  margin: 1em auto;
  padding-left: 40%;
  font-style: italic;
  font-weight: normal;
}
blockquote + cite::before,
p.citation::before {
  content: "—";
}

@media only screen and (max-width: 768px) {
  p.citation {
    padding-left: 20%;
  }
}
.background-container {
  margin-top: 0 !important;
  padding-top: 36px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 48px;
  background-position: bottom;
}

@media (max-width: 688px) {
  .webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-tiny-screens.webp");
  }
  .no-webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-tiny-screens.jpg");
  }
}
@media (min-width: 689px) and (max-width: 992px) {
  .webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-small-screens.webp");
  }
  .no-webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-small-screens.jpg");
  }
}
@media (min-width: 993px) and (max-width: 1312px) {
  .webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-medium-screens.webp");
  }
  .no-webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-medium-screens.jpg");
  }
}
@media (min-width: 1313px) {
  .webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final.webp");
  }
  .no-webp .background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final.jpg");
  }
}
.filter-by-letter {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  padding-top: 0.5em;
  margin: 24px 0 0 0 !important;
  overflow-x: auto;
}
.filter-by-letter ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  text-decoration: none;
  margin-bottom: 0.75em;
}
.filter-by-letter ul li {
  padding: 10px;
}
.filter-by-letter ul li.active {
  font-weight: bold;
}
.filter-by-letter ul li.active a {
  color: #0b2243;
}
.filter-by-letter span {
  margin-left: 37px;
  margin-bottom: -20px;
  font-size: 13px;
  font-weight: bold;
}

.hero-image {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-image + div {
  margin-top: 32px;
}

/** Note: When changing these also create fallbacks in noscript.scss */
.webp .hero-image.topics-image {
  background-image: url(../assets/images/banners/topics.webp);
  min-height: 325px;
  background-position: top;
}

.no-webp .hero-image.topics-image {
  background-image: url(../assets/images/banners/topics.jpg);
  min-height: 325px;
  background-position: top;
}

.webp .hero-image.people-image {
  background-image: url(../assets/images/banners/people.webp);
  min-height: 325px;
  background-position: top;
}

.webp .hero-image.topics-image {
  background-image: url(../assets/images/banners/topics.webp);
  min-height: 325px;
  background-position: top;
}

.no-webp .hero-image.topics-image {
  background-image: url(../assets/images/banners/topics.jpg);
  min-height: 325px;
  background-position: top;
}

.webp .hero-image.places-image {
  background-image: url(../assets/images/banners/places.webp);
  min-height: 325px;
  background-position: top;
}

.no-webp .hero-image.places-image {
  background-image: url(../assets/images/banners/places.jpg);
  min-height: 325px;
  background-position: top;
}

.webp .hero-image.people-image {
  background-image: url(../assets/images/banners/people.webp);
  min-height: 325px;
  background-position: top;
}

.no-webp .hero-image.people-image {
  background-image: url(../assets/images/banners/people.jpg);
  min-height: 325px;
  background-position: top;
}

.webp .hero-image.respond-image {
  background-image: url(../assets/images/banners/respond.webp);
  min-height: 325px;
  background-position: top;
}

.no-webp .hero-image.respond-image {
  background-image: url(../assets/images/banners/respond.jpg);
  min-height: 325px;
  background-position: top;
}

.webp .hero-image.welcome-image {
  background-image: url(../assets/images/banners/welcome.webp);
  min-height: 325px;
  background-position: top;
}

.no-webp .hero-image.welcome-image {
  background-image: url(../assets/images/banners/welcome.jpg);
  min-height: 325px;
  background-position: top;
}

.webp .hero-image.about-image {
  background-image: url(../assets/images/banners/about.webp);
  min-height: 325px;
  background-position: top;
}

.no-webp .hero-image.about-image {
  background-image: url(../assets/images/banners/about.jpg);
  min-height: 325px;
  background-position: top;
}

@media (max-width: 688px) {
  .webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final-tiny-screens.webp");
  }
  .no-webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final-tiny-screens.jpg");
  }
}
@media (min-width: 689px) and (max-width: 992px) {
  .webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final-small-screens.webp");
  }
  .no-webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final-small-screens.jpg");
  }
}
@media (min-width: 993px) and (max-width: 1312px) {
  .webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final-medium-screens.webp");
  }
  .no-webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final-medium-screens.jpg");
  }
}
@media (min-width: 1312px) {
  .webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final.webp");
  }
  .no-webp .hero-image {
    background-image: url("../assets/images/backgrounds/frw_background-final.jpg");
  }
}
.hero-image-content {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  text-shadow: 0px 3px 6px #000;
  margin: 96px auto;
  color: white;
}
.hero-image-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .hero-image-content {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .hero-image-content {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .hero-image-content {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .hero-image-content {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .hero-image-content {
    width: 1218px;
  }
}
.hero-image-content p:not(.citation) {
  font-weight: bold;
  font-size: 1.25em;
}
.hero-image-content h1 {
  color: white;
  margin: 0;
}
.hero-image-content blockquote,
.hero-image-content p {
  margin: 0 96px;
  margin-top: inherit;
  margin-bottom: inherit;
}

div.audio-greeting {
  margin-top: 0 !important;
}

#audio-greeting-button {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 150px;
  background: transparent;
  position: absolute;
  right: 4em;
  top: -4em;
  z-index: 2;
  border-radius: 100%;
}
#audio-greeting-button.playing {
  box-shadow: 0px 0px 20px #f9f9f9;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    box-shadow: 0px 0px 20px #f9f9f9;
  }
  50% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0px 0px 20px #f9f9f9;
  }
}
#audio-greeting-button:hover {
  box-shadow: 0px 0px 10px #f9f9f9;
}

@media only screen and (max-width: 768px) {
  .hero-image-content {
    width: 100%;
    padding: 30px;
    margin-left: 0;
  }
  .hero-image-content .image-title {
    font-size: 32px;
  }
  .hero-image-content .image-text {
    font-size: 20px;
  }
  .hero-image-content blockquote,
  .hero-image-content p {
    margin: 0 10%;
  }
  .hero-image-content .image-text {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  #audio-greeting-button {
    right: 1em;
    top: -2em;
  }
}
div.grid-container {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
div.grid-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  div.grid-container {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  div.grid-container {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  div.grid-container {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  div.grid-container {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  div.grid-container {
    width: 1218px;
  }
}
div.grid-container > h1,
div.grid-container > h2,
div.grid-container > h3 {
  text-shadow: 0px 3px 6px #fff;
  text-align: center;
}
div.grid-container .grid-items a.item {
  text-decoration: none;
}
div.grid-container .grid-items a.item:hover .item-meta {
  background: #412560;
}
div.grid-container .grid-items a.item:hover h2,
div.grid-container .grid-items a.item:hover h3 {
  text-decoration: underline;
}
div.grid-container .grid-items .item {
  position: relative;
  overflow: hidden;
  background: #414042;
  padding: 0;
  width: 300px;
}
div.grid-container .grid-items .item .item-title {
  background: #7b5c7e;
  font-weight: bold;
  opacity: 0.85;
  display: none;
  padding: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: white;
  width: 100%;
}
div.grid-container .grid-items .item .item-description {
  font-size: 0.826em;
}
div.grid-container .grid-items .item.has-description,
div.grid-container .grid-items .item .exhibit-gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
}
div.grid-container .grid-items .item.has-picture {
  padding: 0;
}
div.grid-container .grid-items .item.has-picture .item-title {
  display: block;
}
div.grid-container .grid-items .item.has-picture .item-meta {
  top: 100%;
  width: 100%;
  transition: 0.5s;
}
div.grid-container .grid-items .item.has-picture:hover .item-meta {
  top: 0;
}
div.grid-container .grid-items .item.has-picture:hover .item-title {
  display: none;
}
div.grid-container .grid-items .item .item-meta {
  opacity: 0.85;
  position: relative;
  bottom: 0;
  background: #7b5c7e;
  color: #fff;
  padding: 1em;
  height: 100%;
}
div.grid-container .grid-items .item .item-meta h1,
div.grid-container .grid-items .item .item-meta h2,
div.grid-container .grid-items .item .item-meta h3,
div.grid-container .grid-items .item .item-meta h4,
div.grid-container .grid-items .item .item-meta h5,
div.grid-container .grid-items .item .item-meta h6 {
  margin-top: 0;
  top: calc((300px - 80px) / 2);
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
}
div.grid-container .grid-items .item .item-meta h1:hover, div.grid-container .grid-items .item .item-meta h1:focus,
div.grid-container .grid-items .item .item-meta h2:hover,
div.grid-container .grid-items .item .item-meta h2:focus,
div.grid-container .grid-items .item .item-meta h3:hover,
div.grid-container .grid-items .item .item-meta h3:focus,
div.grid-container .grid-items .item .item-meta h4:hover,
div.grid-container .grid-items .item .item-meta h4:focus,
div.grid-container .grid-items .item .item-meta h5:hover,
div.grid-container .grid-items .item .item-meta h5:focus,
div.grid-container .grid-items .item .item-meta h6:hover,
div.grid-container .grid-items .item .item-meta h6:focus {
  text-decoration: underline;
}
div.grid-container .grid-items .item.has-picture .item-meta h1,
div.grid-container .grid-items .item.has-picture .item-meta h2,
div.grid-container .grid-items .item.has-picture .item-meta h3,
div.grid-container .grid-items .item.has-picture .item-meta h4,
div.grid-container .grid-items .item.has-picture .item-meta h5,
div.grid-container .grid-items .item.has-picture .item-meta h6, div.grid-container .grid-items .item.has-description .item-meta h1,
div.grid-container .grid-items .item.has-description .item-meta h2,
div.grid-container .grid-items .item.has-description .item-meta h3,
div.grid-container .grid-items .item.has-description .item-meta h4,
div.grid-container .grid-items .item.has-description .item-meta h5,
div.grid-container .grid-items .item.has-description .item-meta h6 {
  top: 0;
}
div.grid-container:not(.masonry-grid) .grid-items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: center;
}
div.grid-container:not(.masonry-grid) .grid-items.grid-count-1 {
  grid-template-columns: repeat(1, 300px);
}
div.grid-container:not(.masonry-grid) .grid-items.grid-count-2 {
  grid-template-columns: repeat(2, 300px);
}
div.grid-container:not(.masonry-grid) .grid-items .item {
  height: 300px;
}
div.grid-container:not(.masonry-grid) .grid-items .item .item-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.grid-container:not(.masonry-grid) .grid-items .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
div.grid-container.masonry-grid .grid-items {
  margin: auto;
}
div.grid-container.masonry-grid .grid-items .item {
  height: auto;
  margin: 0 0 -5px 0;
  margin-bottom: 20px;
  display: block;
}
div.grid-container.masonry-grid .grid-items .item.has-picture {
  background: white;
}
div.grid-container.masonry-grid .grid-items .item img {
  width: 100%;
  height: auto;
  margin: 0 0 -4px 0;
}
div.grid-container.masonry-grid .grid-items .item.has-picture .item-meta {
  position: absolute;
}

@media (max-width: 420px) {
  .grid-container .item {
    width: 100%;
  }
  .grid-count-2 {
    grid-template-columns: repeat(1, 300px);
  }
}
.pagination-nav {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  border-radius: 16px;
  display: flex;
  background: #f9f9f9;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 30px;
  margin-top: 48px;
}
.pagination-nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .pagination-nav {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .pagination-nav {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .pagination-nav {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .pagination-nav {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .pagination-nav {
    width: 1218px;
  }
}
.pagination-nav ul.pagination {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.pagination-nav ul.pagination ul {
  margin-left: 0;
}
.pagination-nav ul.pagination li {
  list-style-type: none;
}
.pagination-nav .pagination .page-input.active {
  font-weight: bold;
}
.pagination-nav .pagination .page-input.active a {
  color: #806998;
}

div.respond-bar {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  margin-top: 32px;
  background-color: #f9f9f9;
  padding: 1em;
  font-size: 1.125em;
  line-height: 1.4em;
  max-width: 592px;
  box-shadow: 0 0 10px #ffa95d;
}
div.respond-bar:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  div.respond-bar {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  div.respond-bar {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  div.respond-bar {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  div.respond-bar {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  div.respond-bar {
    width: 1218px;
  }
}
div.respond-bar a.button {
  display: block;
  margin-top: 1em;
}

.share-icons {
  text-align: center;
}

.share-button {
  color: #316034;
  padding: 0;
}
.share-button:hover, .share-button:focus {
  color: #806998;
}
.share-button svg,
.share-button i.fa {
  font-size: 1.5rem;
  margin-left: 0.25rem;
}

.slider-controls {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0.5em 0;
}
.slider-controls li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 1em;
  color: #412560;
}
.slider-controls li svg,
.slider-controls li i {
  font-size: 36px;
}
.slider-controls li:hover {
  color: #806998;
}

.tns-nav,
#itemfiles div.tns-nav {
  text-align: center;
  margin-top: 0;
}
.tns-nav button,
#itemfiles div.tns-nav button {
  height: 10px;
  width: 10px;
  padding: 0;
  background: #806998;
  border-radius: 100%;
  margin: 0 0.25em;
}
.tns-nav button:hover, .tns-nav button.tns-nav-active,
#itemfiles div.tns-nav button:hover,
#itemfiles div.tns-nav button.tns-nav-active {
  background: #412560;
}

#home {
  /*menu container */
  /*homepage video*/
}
#home .home_page_header_container {
  display: grid;
  grid-template-columns: 30% 45% 25%;
  justify-content: center;
  grid-template-areas: "title nav search";
  padding: 50px;
}
#home #homepage-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: auto auto;
  justify-content: center;
  align-items: center;
}
#home #homepage-menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
#home .homepage-menu__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 48px;
  background: #f9f9f9;
  border-radius: 4px;
  width: 100%;
}
#home .homepage-menu__item .homepage-menu-image {
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
#home .homepage-menu__item .homepage-menu-image img {
  height: 100%;
  width: auto;
}
#home .homepage-menu__item .homepage-menu-content {
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 1rem;
}
#home .homepage-menu__item .homepage-menu-content h2 {
  color: #0b2243;
  font-weight: bold;
  margin: 0.5rem 0;
}
#home #primary {
  margin-top: 0;
}
#home div.have-you-heard__container .have-you-heard__item {
  background: #412560;
  color: white;
  border-radius: 4px;
  margin: 48px 0 12px 0;
  padding: 1em;
  min-height: 13rem;
  display: flex;
}
#home div.have-you-heard__container .have-you-heard__item p:first-child {
  font-size: 2em;
  font-style: italic;
  margin-bottom: 0.33em;
}
#home div.have-you-heard__container .have-you-heard__item a {
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
  color: #316034;
  background-color: #f9f9f9;
}
#home div.have-you-heard__container .have-you-heard__item a:hover, #home div.have-you-heard__container .have-you-heard__item a:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}
#home div.have-you-heard__container .have-you-heard__item a:hover, #home div.have-you-heard__container .have-you-heard__item a:focus {
  background-color: #316034;
  border-color: #316034;
  color: #f9f9f9;
}
#home div.have-you-heard__container .slider-controls li {
  margin: 0 15vw;
}
#home div.have-you-heard__container .slider-controls svg,
#home div.have-you-heard__container .slider-controls i {
  font-size: 48px;
}
#home .video-container {
  width: 100%;
  margin: 48px auto;
}
#home #homepage-video {
  max-width: 1076px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#home #homepage-video-controls-prompt {
  position: absolute;
  bottom: 1em;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: #f9f9f9;
  opacity: 80%;
  transition: all 0.25s linear;
}
#home #homepage-video-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.25s linear;
}
#home #homepage-video-controls button svg,
#home #homepage-video-controls button i {
  margin-right: 0.25em;
}
#home #homepage-video:hover #homepage-video-controls,
#home #homepage-video-element:focus ~ #homepage-video-controls {
  display: flex;
}
#home #homepage-video:hover #homepage-video-controls-prompt,
#home #homepage-video-element:focus ~ #homepage-video-controls-prompt {
  display: none;
}
#home .homepage-title,
#home .homepage-epigraph {
  text-align: center;
}
#home .homepage-title h1,
#home .homepage-epigraph h1 {
  color: #412560;
  margin-top: 48px;
  margin-bottom: 24px;
}
#home .homepage-title h1 .subtitle,
#home .homepage-epigraph h1 .subtitle {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
}
#home .homepage-title blockquote + cite,
#home .homepage-epigraph blockquote + cite {
  margin-top: 0;
}
#home .homepage-epigraph {
  margin: 24px auto 48px auto;
  text-shadow: 0px 3px 6px #fff;
  font-size: 1.25em;
  line-height: 1.5;
  max-width: 768px;
}

@media only screen and (max-width: 920px) {
  #home .homepage-menu__item {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 1.35em;
    border-radius: 4px;
  }
  #home .homepage-menu__item .button {
    width: 100%;
  }
  #home .homepage-menu__item .homepage-menu-image {
    margin: 0 auto;
    border-radius: 4px;
  }
  #home .homepage-menu__item .homepage-menu-content {
    padding: 0;
  }
  #home div.have-you-heard__container .have-you-heard__item {
    display: block;
  }
  #home div.have-you-heard__container .have-you-heard__item img.question-mark {
    float: left;
  }
}
.page-header-background-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -800px;
}

.page-header-container {
  padding: 1.5em 0;
  background-color: rgba(249, 249, 249, 0.5);
}

@media (max-width: 688px) {
  .webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-tiny-screens.webp");
    background-position: 0 0;
  }
  .no-webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-tiny-screens.jpg");
    background-position: 0 0;
  }
}
@media (min-width: 689px) and (max-width: 992px) {
  .webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-small-screens.webp");
    background-position: 0 -80px;
  }
  .no-webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-small-screens.jpg");
    background-position: 0 -80px;
  }
}
@media (min-width: 993px) and (max-width: 1312px) {
  .webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-medium-screens.webp");
    background-position: 0 -125px;
  }
  .no-webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final-medium-screens.jpg");
    background-position: 0 -125px;
  }
}
@media (min-width: 1312px) {
  .webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final.webp");
  }
  .no-webp .page-header-background-container {
    background-image: url("../assets/images/backgrounds/frw_background-final.jpg");
  }
}
header {
  text-shadow: 0 0 12px #fff;
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}
header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  header {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  header {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  header {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  header {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  header {
    width: 1218px;
  }
}
header #site-title {
  color: #412560;
  font-family: "Montserrat", "montserrat", "Source Sans", "Helvetica Neue", Helvetica, "Arial Black", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
}
header #site-title a {
  text-decoration: none;
}
header #site-title a,
header #site-title a:hover,
header #site-title a:visited,
header #site-title a:active,
header #site-title a:focus {
  color: #412560;
}
header #site-title a:hover,
header #site-title a:focus {
  text-decoration: underline;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header nav ul.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
header nav ul.navigation li {
  margin: 0.5em 1em;
}
header nav ul.navigation li.active a {
  color: #412560;
}
header nav ul.navigation li a {
  font-weight: bold;
  text-decoration: none;
}
header nav ul.navigation li a a:hover,
header nav ul.navigation li a a:focus {
  text-decoration: underline;
  color: #412560;
}
header nav ul.navigation li a i,
header nav ul.navigation li a svg {
  margin-left: 0.5rem;
}
header nav button {
  background-color: transparent;
  color: #316034;
  margin: 0;
  padding: 0;
}
header nav button:hover, header nav button:focus {
  background-color: transparent;
  color: #412560;
}
header nav #search-form-container {
  flex-basis: 75%;
  position: relative;
  display: none;
}
header nav #search-form-container #search-close {
  position: absolute;
  right: -1.5rem;
  top: 0;
  color: #414042;
}
header nav #search-form-container #search-close:hover {
  color: black;
}
header nav #search-form-container form {
  position: relative;
}
header nav #search-form-container form input[type=text] {
  border: 1px solid #dedae2;
  background: #f9f9f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 30px;
  padding: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav #search-form-container form button {
  position: absolute;
  border: 0;
  right: 3px;
  top: 3px;
  width: 24px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #316034;
}
header nav #search-form-container form button:hover {
  color: #806998;
}

/*footer*/
footer {
  background: #f9f9f9;
}

#footer-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 0.5em;
  width: 100%;
  margin: 0 auto;
}

#footer-text {
  display: block;
  flex: 1;
  margin: 20px;
  min-width: 250px;
  max-width: 700px;
}

#footer-nav {
  display: block;
  margin: 20px;
}
#footer-nav .navigation {
  display: flex;
  flex-direction: column;
}
#footer-nav .navigation li {
  margin: 0.5em 0;
}
#footer-nav .navigation li:first-of-type {
  margin-top: 0;
}
#footer-nav .navigation li a {
  font-weight: bold;
}

#footer-logo {
  display: block;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

#footer-omeka {
  background-color: #0b2243;
  min-height: 2.5rem;
  line-height: 1rem;
  padding: 0.5rem;
  color: white;
  font-size: 0.75em;
  text-align: center;
  margin-top: 0;
}
#footer-omeka a,
#footer-omeka a:visited {
  color: #f9f9f9;
}
#footer-omeka a:hover,
#footer-omeka a:focus {
  color: #806998;
}

.page.simple-page footer,
.error footer,
body.tags.list footer {
  border-top: 2px solid #dedae2;
}

@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}
.search .hero-image-content {
  color: #0b2243;
  text-shadow: 0px 3px 6px white;
}
.search .hero-image-content h1 {
  color: #0b2243;
}
.search .hero-image-content .image-text {
  font-size: 1.5em;
}
.search .search-results--header,
.search .search-results--body {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  margin-top: 0;
}
.search .search-results--header:after,
.search .search-results--body:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .search .search-results--header,
  .search .search-results--body {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .search .search-results--header,
  .search .search-results--body {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .search .search-results--header,
  .search .search-results--body {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .search .search-results--header,
  .search .search-results--body {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .search .search-results--header,
  .search .search-results--body {
    width: 1218px;
  }
}
.search .filter_container {
  margin-top: 24px;
}
.search #search-container input[type=text],
.search .search-form-container input[type=text] {
  padding: 0.5em;
  color: #414042;
  font: 16px "Lato", Verdana, Arial, sans-serif;
  line-height: 24px;
}
.search #search-container button,
.search .search-form-container button {
  margin: 0;
}
.search .search-results--form {
  margin-bottom: 24px;
}
.search .search-results--form form {
  display: flex;
  flex-wrap: wrap;
}
.search .search-results--form form .search-options {
  margin-right: 2em;
}
.search .search-results--form form .search-options .field {
  margin-bottom: 0.75em;
}
.search .search-results--form form input#query {
  padding: 1em;
  width: 40vw;
  min-width: 300px;
  margin: 0.5em 0;
  margin-right: 1em;
}
.search .search-results--form form button#submit_search {
  height: 2.5em;
  margin: 0.5em 0;
}
.search .search-results--tags {
  margin-bottom: 24px;
}
.search .search-results--tags p {
  margin-bottom: 6px;
}
.search .search-results--tags .tags__tag {
  font-weight: bold;
}
.search .search-results-body {
  display: flex;
  flex-direction: column;
}
.search .search-result {
  display: flex;
  flex-direction: row;
  padding: 10px;
}
.search .search-result .item-type {
  text-transform: uppercase;
}
.search .search-result .item-title {
  margin-top: 0;
  font-weight: bold;
}
.search .search-result .item-description {
  text-shadow: 0px 0px 3px white;
}
.search .search-result .item-img {
  min-width: 300px;
}
.search .search-result .item-img img {
  width: 300px;
  height: 300px;
}
.search .search-result .item-info {
  padding: 10px;
  margin-left: 10px;
}

@media (max-width: 420px) {
  .search .search-result {
    display: block;
  }
  .search .search-result .item-title {
    margin: 0;
  }
  .search .search-result .item-info {
    margin-left: 0;
    padding-left: 0;
  }
}
.people .primary,
.people .oral-histories,
.people .related-items {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
.people .primary:after,
.people .oral-histories:after,
.people .related-items:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .people .primary,
  .people .oral-histories,
  .people .related-items {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .people .primary,
  .people .oral-histories,
  .people .related-items {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .people .primary,
  .people .oral-histories,
  .people .related-items {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .people .primary,
  .people .oral-histories,
  .people .related-items {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .people .primary,
  .people .oral-histories,
  .people .related-items {
    width: 1218px;
  }
}
.people .related-items {
  margin-top: 96px;
}
.people .community-content {
  margin-top: 48px;
}
.people .item-description {
  text-align: left;
}
@media (max-width: 1076px) {
  .people .people .search-by-lastname ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .people .search-by-lastname ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 420px) {
  .people .search-by-lastname {
    width: 275px;
  }
  .people .search-by-lastname ul {
    flex-wrap: wrap;
    letter-spacing: 15px;
    padding: 0px 5px 0px 15px;
  }
  .people .search-by-lastname span {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
  }
}
.page.simple-page .simple-pages-text-wrapper {
  border-radius: 4px;
  padding: 1em;
  background-color: #f9f9f9;
}
.page.simple-page .simple-pages-text-wrapper h2,
.page.simple-page .simple-pages-text-wrapper h3,
.page.simple-page .simple-pages-text-wrapper h4 {
  margin-top: 2.8em;
}
.page.simple-page .simple-pages-text-wrapper p {
  margin-bottom: 1.5em;
}
.page.simple-page .simple-pages-text-wrapper > h2:first-of-type,
.page.simple-page .simple-pages-text-wrapper > h3:first-of-type,
.page.simple-page .simple-pages-text-wrapper > h4:first-of-type {
  margin-top: 0;
}
.page.simple-page .simple-pages-text-wrapper img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.page.simple-page .simple-pages-text-wrapper img.small {
  max-width: 40vw;
}
.page.simple-page .simple-pages-text-wrapper img.left {
  float: left;
  max-width: 40vw;
  margin-right: 1em;
}
.page.simple-page .simple-pages-text-wrapper img.right {
  float: right;
  max-width: 40vw;
  margin-left: 1em;
}
.page.simple-page .simple-pages-text-wrapper img .inline {
  margin: 0;
}
.page.simple-page .simple-pages-submenu {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 0.5rem;
}
.page.simple-page .simple-pages-submenu li {
  width: 100%;
}
.page.simple-page .simple-pages-submenu li a {
  width: 100%;
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
}
.page.simple-page .simple-pages-submenu li a:hover, .page.simple-page .simple-pages-submenu li a:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}
.page.simple-page .simple-pages-submenu li + li {
  margin-top: 0.5rem;
}
.page.simple-page .simple-pages-text-wrapper + .simple-pages-submenu {
  margin-left: 2em;
}

.about-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .about-content-wrapper {
    flex-direction: column;
  }
  .page.simple-page .simple-pages-text-wrapper {
    order: 2;
  }
  .page.simple-page .simple-pages-text-wrapper img.small,
  .page.simple-page .simple-pages-text-wrapper img.left,
  .page.simple-page .simple-pages-text-wrapper img.right {
    width: auto;
    margin: 1em auto;
  }
  .page.simple-page .simple-pages-submenu {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    order: 1;
  }
  .page.simple-page .simple-pages-submenu .navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px;
}

.typeform-widget {
  padding: 24px 0;
}

.items.show .primary,
.person.show .primary,
.collections.show .primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "content pic";
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
.items.show .primary:after,
.person.show .primary:after,
.collections.show .primary:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .items.show .primary,
  .person.show .primary,
  .collections.show .primary {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .items.show .primary,
  .person.show .primary,
  .collections.show .primary {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .items.show .primary,
  .person.show .primary,
  .collections.show .primary {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .items.show .primary,
  .person.show .primary,
  .collections.show .primary {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .items.show .primary,
  .person.show .primary,
  .collections.show .primary {
    width: 1218px;
  }
}
.items.show .primary .item-type,
.person.show .primary .item-type,
.collections.show .primary .item-type {
  text-transform: uppercase;
}
.items.show .primary .item-type,
.items.show .primary .subtitle,
.person.show .primary .item-type,
.person.show .primary .subtitle,
.collections.show .primary .item-type,
.collections.show .primary .subtitle {
  display: block;
  text-align: center;
  margin: 0 0.5rem;
}
.items.show .primary h1,
.person.show .primary h1,
.collections.show .primary h1 {
  text-align: center;
  color: #0b2243;
  margin: 0 0.5rem;
}
.items.show .primary .item-content,
.person.show .primary .item-content,
.collections.show .primary .item-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.items.show .primary .item-content .description,
.person.show .primary .item-content .description,
.collections.show .primary .item-content .description {
  margin-top: 12px;
}
.items.show .primary .item-sidebar,
.person.show .primary .item-sidebar,
.collections.show .primary .item-sidebar {
  grid-area: pic;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}
.items.show .primary .item-sidebar .item-images img,
.person.show .primary .item-sidebar .item-images img,
.collections.show .primary .item-sidebar .item-images img {
  width: 100%;
}
.items.show .primary .item-sidebar .item-images .item-file:not(.tns-item) img,
.person.show .primary .item-sidebar .item-images .item-file:not(.tns-item) img,
.collections.show .primary .item-sidebar .item-images .item-file:not(.tns-item) img {
  padding: 20px;
}
.items.show .primary .item-sidebar .item-images p,
.person.show .primary .item-sidebar .item-images p,
.collections.show .primary .item-sidebar .item-images p {
  font-size: 1rem;
}
.items.show .primary .item-sidebar .item-images .image--source,
.person.show .primary .item-sidebar .item-images .image--source,
.collections.show .primary .item-sidebar .item-images .image--source {
  margin: 0;
  text-align: center;
  font-style: italic;
}
.items.show .primary .item-sidebar .item-images .image--description,
.person.show .primary .item-sidebar .item-images .image--description,
.collections.show .primary .item-sidebar .item-images .image--description {
  margin: 0;
  text-align: center;
}
.items.show .tags-container,
.person.show .tags-container,
.collections.show .tags-container {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  margin-top: 48px !important;
  border-top: 2px solid #316034;
  padding-top: 24px;
}
.items.show .tags-container:after,
.person.show .tags-container:after,
.collections.show .tags-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .items.show .tags-container,
  .person.show .tags-container,
  .collections.show .tags-container {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .items.show .tags-container,
  .person.show .tags-container,
  .collections.show .tags-container {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .items.show .tags-container,
  .person.show .tags-container,
  .collections.show .tags-container {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .items.show .tags-container,
  .person.show .tags-container,
  .collections.show .tags-container {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .items.show .tags-container,
  .person.show .tags-container,
  .collections.show .tags-container {
    width: 1218px;
  }
}

.items.show .grid-container.depicted {
  margin-top: 96px;
}
.items.show .grid-container.related-items {
  margin-top: 48px;
}

#itemfiles div + div {
  margin-top: 0.5em;
}

#itemfiles .item-images {
  display: flex;
  flex-wrap: wrap;
  width: 344px;
  justify-content: space-between;
}

.items.show .primary.is-pdf {
  display: flex;
  flex-direction: column;
}
.items.show .primary.is-pdf .item-sidebar {
  margin-top: 24px;
}
.items.show .primary.is-pdf .item-sidebar #itemfiles .item-images {
  width: auto;
}

#item-images {
  float: left;
  margin-right: 2em;
}
#item-images > div {
  margin-bottom: 2em;
}

#item-description {
  margin-bottom: 2em;
}

.items.show h3 {
  margin-bottom: 0.5em;
}

.item-file {
  margin: 0.5em 0;
}
.item-file.application-pdf {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  text-align: center;
  margin: 0.5em 0;
  max-width: 100%;
}
.item-file.application-pdf a {
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
}
.item-file.application-pdf a:hover, .item-file.application-pdf a:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}
.item-file.application-pdf .iframe-container {
  width: 960px;
  height: 700px;
  max-width: 90vw;
  max-height: 90vh;
}
.item-file.application-pdf .iframe-container iframe {
  width: 100%;
  height: 100%;
}

.item-metadata.sohp {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  text-align: center;
}
.item-metadata.sohp a {
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
}
.item-metadata.sohp a:hover, .item-metadata.sohp a:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}

.lity-iframe-container {
  width: 960px;
  height: 90vh;
  max-width: 90vw;
}

@media screen and (max-width: 768px) {
  .items.show .primary,
  .person.show .primary,
  .collections.show .primary {
    display: flex;
    flex-direction: column;
  }
  .items.show .primary .item-sidebar,
  .person.show .primary .item-sidebar,
  .collections.show .primary .item-sidebar {
    order: 0;
  }
  .items.show .primary .item-sidebar .slider-controls,
  .person.show .primary .item-sidebar .slider-controls,
  .collections.show .primary .item-sidebar .slider-controls {
    margin-bottom: 24px;
  }
  .items.show .primary .item-content,
  .person.show .primary .item-content,
  .collections.show .primary .item-content {
    order: 1;
  }
  .items.show .primary .item-sidebar,
  .person.show .primary .item-sidebar,
  .collections.show .primary .item-sidebar {
    margin-bottom: 1em;
  }
}
.person.show .oral-histories {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
.person.show .oral-histories:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .person.show .oral-histories {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .person.show .oral-histories {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .person.show .oral-histories {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .person.show .oral-histories {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .person.show .oral-histories {
    width: 1218px;
  }
}
.person.show .oral-histories .oral-history {
  display: grid;
  grid-template-columns: 54% 10% 36%;
  grid-template-rows: auto auto;
  grid-template-areas: "head . ." "info . sound" "button . .";
  grid-row-gap: 1em;
}
.person.show .oral-histories .oral-history h2 {
  grid-area: head;
  font-weight: bold;
  margin-bottom: 0;
}
.person.show .oral-histories .oral-history .player-element {
  grid-area: sound;
  position: relative;
}
.person.show .oral-histories .oral-history .item-description {
  grid-area: info;
}
.person.show .oral-histories .oral-history a.button.item-link {
  width: 60%;
}
.person.show .oral-histories .oral-history button.read-more-button {
  padding: 0;
  color: #316034;
}
.person.show .oral-histories .oral-history button.read-more-button:hover, .person.show .oral-histories .oral-history button.read-more-button:focus {
  color: #806998;
  text-decoration: underline;
}
@supports (-webkit-line-clamp: 2) {
  .person.show .oral-histories .oral-history .item-description--text.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .person.show .oral-histories .oral-history .item-description--text.truncated p,
  .person.show .oral-histories .oral-history .item-description--text.truncated blockquote {
    display: inline;
  }
}
@supports not (-webkit-line-clamp: 2) {
  .person.show .oral-histories .oral-history .item-description--text.truncated {
    --max-lines: 3;
    position: relative;
    max-height: calc(1.4em * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
  }
  .person.show .oral-histories .oral-history .item-description--text.truncated::before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 1rem;
    z-index: 1;
  }
  .person.show .oral-histories .oral-history .item-description--text.truncated::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    z-index: 0;
  }
}

#content > .in-the-community {
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 96px;
}
#content > .in-the-community h3 {
  margin-bottom: 0;
  font-weight: bolder;
}

.community-content {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
  padding: 0.5em 0;
}
.community-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .community-content {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .community-content {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .community-content {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .community-content {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .community-content {
    width: 1218px;
  }
}

a.button.back {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .person.show .oral-histories .oral-history {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
  }
  .person.show .oral-histories .oral-history .item-description {
    margin: 20px 0;
  }
}
.items.show .primary.oral-history .item-type {
  text-transform: uppercase;
}
.items.show .primary.oral-history .item-type,
.items.show .primary.oral-history .subtitle {
  display: block;
  text-align: center;
  margin: 0 0.5rem;
}
.items.show .primary.oral-history .description {
  margin-top: 36px;
}
.items.show .primary.oral-history h1 {
  margin: 0 0.5rem;
}

.filter_container {
  display: flex;
  justify-content: space-between;
  padding: 10px 32px;
  background-color: #f9f9f9;
}
.filter_container #grid__filter {
  display: flex;
  align-self: center;
  align-items: center;
}

.topics .filter_container {
  display: block;
}

@media (max-width: 768px) {
  .filter_container {
    display: flex;
    flex-direction: column;
  }
  .filter_container .filter {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .filter_container {
    display: flex;
    flex-direction: column;
  }
  .filter_container .filter {
    display: flex;
    flex-direction: column;
  }
}
.tags .hero-image-content {
  color: #0b2243;
  text-shadow: 0px 3px 6px white;
}
.tags .hero-image-content h1 {
  color: #0b2243;
}

:not(body).tags {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
:not(body).tags:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  :not(body).tags {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  :not(body).tags {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  :not(body).tags {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  :not(body).tags {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  :not(body).tags {
    width: 1218px;
  }
}
:not(body).tags .tags-content {
  background: #f9f9f9;
}
:not(body).tags .tags__letter {
  padding: 15px;
}
:not(body).tags .tags__letter h2 {
  font-weight: bolder;
  color: #0b2243;
}

.collections .breadcrumbs,
.collections .primary {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
.collections .breadcrumbs:after,
.collections .primary:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .collections .breadcrumbs,
  .collections .primary {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .collections .breadcrumbs,
  .collections .primary {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .collections .breadcrumbs,
  .collections .primary {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .collections .breadcrumbs,
  .collections .primary {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .collections .breadcrumbs,
  .collections .primary {
    width: 1218px;
  }
}

.exhibits .breadcrumbs,
.exhibits .exhibit-header-container,
.exhibits #exhibit-blocks,
.exhibits .exhibit-page-navigation,
.exhibits .back-container {
  position: relative;
  margin: 1.5em auto;
  width: 1076px;
  border-radius: 4px;
}
.exhibits .breadcrumbs:after,
.exhibits .exhibit-header-container:after,
.exhibits #exhibit-blocks:after,
.exhibits .exhibit-page-navigation:after,
.exhibits .back-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .exhibits .breadcrumbs,
  .exhibits .exhibit-header-container,
  .exhibits #exhibit-blocks,
  .exhibits .exhibit-page-navigation,
  .exhibits .back-container {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .exhibits .breadcrumbs,
  .exhibits .exhibit-header-container,
  .exhibits #exhibit-blocks,
  .exhibits .exhibit-page-navigation,
  .exhibits .back-container {
    width: 736px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1076px) {
  .exhibits .breadcrumbs,
  .exhibits .exhibit-header-container,
  .exhibits #exhibit-blocks,
  .exhibits .exhibit-page-navigation,
  .exhibits .back-container {
    width: 888px;
  }
}
@media only screen and (min-width: 1077px) and (max-width: 1250px) {
  .exhibits .breadcrumbs,
  .exhibits .exhibit-header-container,
  .exhibits #exhibit-blocks,
  .exhibits .exhibit-page-navigation,
  .exhibits .back-container {
    width: 1044px;
  }
}
@media only screen and (min-width: 1251px) {
  .exhibits .breadcrumbs,
  .exhibits .exhibit-header-container,
  .exhibits #exhibit-blocks,
  .exhibits .exhibit-page-navigation,
  .exhibits .back-container {
    width: 1218px;
  }
}
.exhibits .exhibit-header-container img.exhibit-image {
  max-width: 33vw;
  height: auto;
  float: right;
}
.exhibits .exhibit-page {
  display: flex;
}
.exhibits .exhibit-page-title {
  display: flex;
}
.exhibits .exhibit-page-navigation {
  margin-top: 96px;
}
.exhibits .exhibit-page-navigation .exhibit-nav-next {
  float: right;
}
.exhibits .exhibit-page-navigation .exhibit-nav-parent {
  text-align: center;
  color: #f9f9f9;
  background-color: #316034;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  transition: all 0.1s linear;
  font-size: 1.25em;
  color: #316034;
  background-color: #f9f9f9;
  clear: both;
  display: block;
  width: 33%;
}
.exhibits .exhibit-page-navigation .exhibit-nav-parent:hover, .exhibits .exhibit-page-navigation .exhibit-nav-parent:focus {
  background-color: #806998;
  border-color: #806998;
  color: #f9f9f9;
}
.exhibits .exhibit-page-navigation .exhibit-nav-parent:hover, .exhibits .exhibit-page-navigation .exhibit-nav-parent:focus {
  background-color: #316034;
  border-color: #316034;
  color: #f9f9f9;
}
.exhibits #exhibit-blocks div.exhibit-block + div.exhibit-block {
  margin-top: 96px;
}
.exhibits #exhibit-blocks .layout-gallery .gallery-showcase div.item-title {
  display: none;
}
.exhibits #exhibit-blocks .layout-gallery .exhibit-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(344px, 1fr));
  grid-gap: 1rem;
}
.exhibits #exhibit-blocks .layout-gallery .exhibit-gallery .exhibit-gallery-item {
  text-align: center;
}
.exhibits #exhibit-blocks .layout-gallery .exhibit-gallery .exhibit-gallery-item .player-element {
  margin-top: 96px;
}
.exhibits #exhibit-blocks .layout-gallery .exhibit-gallery .exhibit-gallery-item .player-element + div {
  text-align: left;
}

@media (max-width: 768px) {
  .exhibit-title-container img.exhibit-image {
    float: none;
    max-width: 100%;
  }
  .exhibit-header-container {
    display: block;
  }
  .exhibit-img-wrapper {
    width: 450px;
    height: 450px;
  }
  .exhibit-title-container {
    width: 450px;
    padding: 0px;
  }
  .exhibit-page-navigation .exhibit-nav-next,
  .exhibit-page-navigation .exhibit-nav-prev {
    display: block;
  }
  .exhibit-page-navigation .exhibit-nav-parent {
    width: auto;
  }
}
.place article {
  position: relative;
}

.place .place-badges {
  position: absolute;
  right: 64px;
  top: -64px;
  z-index: 2;
}
.place .place-badges a {
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  z-index: 2;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
.place .place-badges a img {
  width: 100%;
  height: 100%;
}
.place .place-badges a:hover {
  box-shadow: 0px 0px 10px #f9f9f9;
}

@media screen and (max-width: 768px) {
  .place .place-badges {
    right: 32px;
    top: -48px;
  }
  .place .place-badges a {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  /* @group ----- Generic HTML elements ----- */
  input[type=text],
  textarea {
    width: 100%;
    display: block;
  }
  input[type=checkbox] {
    transform: scale(1.5);
  }
  /* @end */
  /**
   * @file
   *
   * Custom styles for the MCJC sub-theme at 768px and below.
   */
  /* @group ----- Generic ----- */
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  /* @end */
  /* @group ----- Items ----- */
  #item-images {
    float: none;
    margin-right: 0;
  }
  #item-images div {
    margin-bottom: 0;
    margin-top: 2em;
  }
  #item-images img {
    display: block;
    margin: 0 auto;
  }
  .item .tags {
    clear: left;
  }
  .items.show #itemfiles .item-images .item-file a .full {
    margin: 0;
  }
  /* @end */
  /* @group ----- Items/Browse ----- */
  .browse .item-meta .item-img {
    float: none;
    text-align: left;
  }
  .browse .item-meta .item-img a {
    text-align: center;
  }
  .browse .item-meta .item-img img {
    margin-bottom: 0;
  }
  .browse .item-meta > div {
    display: block;
  }
  .browse .item h2 {
    width: 100%;
  }
  /* @end */
  /* @group ----- Collections/Browse ----- */
  .browse .collection .image,
  .browse .exhibit .image {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    overflow: auto;
  }
  .browse .collection .image img,
  .browse .exhibit .image img {
    display: block;
    float: none;
    margin: 2em auto;
  }
  .collections .item-img {
    float: none;
    margin-left: 0;
  }
  .collections .item-img a {
    margin: 0;
  }
  .collections .item-img a img {
    display: block;
    margin: 2em auto;
  }
  .collections.show .item-img {
    margin-left: 0;
  }
  /* @end */
  /* @group ----- Collections/Show ----- */
  .collections.show .item-img {
    max-width: 100%;
    width: auto;
  }
  .collections.show .item h3 {
    margin-bottom: 0.5em;
  }
  .collections.show .item img {
    margin: 0 auto 0.75em;
  }
  /* @end */
  /* @group ----- Exhibits ----- */
  .layout-gallery .gallery.captions-center:not(.with-showcase) .exhibit-item {
    margin-right: 0;
    width: 100%;
  }
  .layout-gallery .gallery.captions-center:not(.with-showcase) .exhibit-item .download-file {
    margin-bottom: 0.5em;
  }
  .exhibits.browse .exhibit h2 {
    margin-bottom: 0.5em;
  }
  .exhibits.browse .exhibit img {
    margin: 0 auto;
  }
  /* @end */
  /* @group ----- Expander ----- */
  details#item-metadata > * {
    margin-left: 8px;
    margin-right: 8px;
  }
  /* @end */
}
