@charset "UTF-8";
/*
Theme Name: Freer Sackler
Theme URI: http://components.underscores.me/
Author: Automattic, Inc.
Author URI: http://automattic.com
Description: A WordPress build of the Freer|Sackler site. Based on components.underscores.me base starter theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freersackler
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

components is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
.color-brown {
  color: #686158; }

.color-medium-brown {
  color: #817869; }

.color-light-brown {
  color: #a8a093; }

.color-blue {
  color: #686158; }

.color-light-black {
  color: #444444; }

.color-light-grey {
  color: #f9f8f8; }

.color-orange {
  color: #E64C38; }

.color-red {
  color: #b51927; }

.color-purple {
  color: #64636b; }

.color-black {
  color: #000; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #444444;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.inline {
  display: inline; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  clear: both;
  display: block; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  margin: 0 0 1em;
  padding: 0; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none; }

h1,
.h1 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700; }

h2,
.h2 {
  color: #E64C38;
  font-size: 1.5rem; }

h3,
.h3 {
  color: #E64C38;
  font-size: 1.3125rem; }

h4,
.h4 {
  color: #000;
  font-size: 1.125rem; }

h5,
.h5,
.widget-title {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase; }

h6,
.h6 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.35em; }

p {
  margin: 0 0 1.5em; }

strong,
b {
  font-weight: 600; }

p.intro,
p.intro a {
  color: #686158;
  font-size: 1.3125rem;
  font-weight: 300;
  text-decoration: none; }

p.intro a:hover,
p.intro a:focus {
  color: #E64C38; }

h1 + p.intro {
  margin-top: -1em; }

.pre-header {
  color: #a8a093;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .pre-header > a {
    color: #a8a093;
    text-decoration: none; }

.side-by-side-header h1, .side-by-side-header h2, .side-by-side-header h3, .side-by-side-header h4, .side-by-side-header h5, .side-by-side-header h6 {
  margin: 0;
  padding: 0.5em 0; }
@media screen and (min-width: 30.0625em) {
  .side-by-side-header {
    display: table;
    width: 100%; }
    .side-by-side-header > * {
      display: table-cell;
      vertical-align: middle; }
    .side-by-side-header > :last-child {
      text-align: right;
      white-space: nowrap; } }
.side-by-side-header .side-header {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .side-by-side-header .side-header a {
    text-decoration: none; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border: 1px solid white;
  border-left: 0;
  border-right: 0;
  color: #a8a093;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 1.5em;
  padding: 1.5em 0 0; }

@media screen and (min-width: 30.0625em) {
  blockquote.alignleft,
  blockquote.alignright {
    width: 50%; }

  blockquote.alignleft {
    margin-left: 0;
    margin-right: 2.25em; }

  blockquote.alignright {
    margin-left: 2.25em;
    margin-right: 0; } }
@media screen and (min-width: 50.0625em) {
  blockquote.alignleft {
    margin-left: -2.25em; } }
address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 8px 10px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.post-password-form input[type="submit"] {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  top: -2px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.fs-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  background-color: #e6e6e6;
  box-shadow: 0 1px 0 white inset;
  color: #444444;
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  button:active, button:hover, button:focus,
  .fs-button:active,
  .fs-button:hover,
  .fs-button:focus,
  input[type="button"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: #d9d9d9;
    color: #444444; }
  button.button-blue,
  .fs-button.button-blue,
  input[type="button"].button-blue,
  input[type="reset"].button-blue,
  input[type="submit"].button-blue {
    background-color: #E64C38;
    border-color: #d12f1a;
    box-shadow: 0 1px 0 #ec7565 inset;
    color: #fff; }
    button.button-blue:hover, button.button-blue:focus,
    .fs-button.button-blue:hover,
    .fs-button.button-blue:focus,
    input[type="button"].button-blue:hover,
    input[type="button"].button-blue:focus,
    input[type="reset"].button-blue:hover,
    input[type="reset"].button-blue:focus,
    input[type="submit"].button-blue:hover,
    input[type="submit"].button-blue:focus {
      background-color: #5a544c;
      color: #fff; }
  button.button-yellow,
  .fs-button.button-yellow,
  input[type="button"].button-yellow,
  input[type="reset"].button-yellow,
  input[type="submit"].button-yellow {
    background-color: #fce18b;
    color: #444444; }
    button.button-yellow:hover, button.button-yellow:focus,
    .fs-button.button-yellow:hover,
    .fs-button.button-yellow:focus,
    input[type="button"].button-yellow:hover,
    input[type="button"].button-yellow:focus,
    input[type="reset"].button-yellow:hover,
    input[type="reset"].button-yellow:focus,
    input[type="submit"].button-yellow:hover,
    input[type="submit"].button-yellow:focus {
      background-color: #fbdb72;
      color: #444444; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.search-form {
  position: relative; }
  .search-form .search-field {
    border-color: white;
    display: block;
    font-size: 1.125rem;
    padding: 12px 20px 12px 50px;
    width: 100%; }
  .search-form ::-webkit-input-placeholder {
    color: #918777; }
  .search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #918777; }
  .search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #918777; }
  .search-form :-ms-input-placeholder {
    color: #918777; }
  .search-form:before {
    bottom: 0;
    color: #bfb9af;
    content: '\f002';
    font-size: 1.5rem;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    left: 0;
    padding-top: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px; }
  .search-form button.screen-reader-text {
    left: auto;
    right: 0;
    top: 0; }

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #edeaea;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Allow an element to fill 100% of the content area when applied */
.stretch {
  width: 100%;
  height: auto; }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 600; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Main navigation defaults */
.main-navigation ul {
  clear: both;
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul ul li {
    padding-left: 20px; }
  .main-navigation ul a {
    color: #fff;
    display: block;
    font-size: 0.9375rem;
    padding: 5px;
    text-decoration: none; }
    .main-navigation ul a:hover, .main-navigation ul a:focus {
      color: rgba(255, 255, 255, 0.6); }
.main-navigation > div > ul {
  padding-bottom: 20px; }
.main-navigation .search-link a:before {
  content: "\f002";
  display: inline-block;
  font-size: 1rem;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
  position: relative;
  text-align: right;
  width: 1.1em; }
.main-navigation .search-link.open a:before {
  color: #fff;
  content: "\f00d";
  top: -2px; }

.rtl .main-navigation .search-link a:before, .rtl .main-navigation .search-link.open a:before {
  display: none; }
.rtl .main-navigation .search-link a:after {
  content: "\f002";
  font-size: 1rem;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
  position: relative;
  top: -4px; }
.rtl .main-navigation .search-link.open a:after {
  color: #fff;
  content: "\f00d";
  top: -2px; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #000;
  float: right;
  margin-top: 10px;
  padding: 15px 10px; }
  .menu-toggle:hover, .menu-toggle:focus {
    background-color: transparent;
    color: #686158; }
  .menu-toggle:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    content: "\f0c9";
    padding: 0 4px;
    position: relative;
    top: -2px; }

.toggled .menu-toggle:before {
  content: "\f00d"; }

@media screen and (min-width: 50.0625em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; }

  .main-navigation {
    clear: none;
    display: block;
    float: right;
    width: auto; }
    .main-navigation ul ul {
      float: left;
      left: -999em;
      margin-left: -0.5em;
      position: absolute;
      top: 1.5em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding-left: 0; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        padding: 2px 5px;
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation li {
      float: left;
      position: relative; }
    .main-navigation > div > ul > li {
      margin-right: 30px; }
      .main-navigation > div > ul > li:last-child {
        margin-right: 0; }
      .main-navigation > div > ul > li > a {
        font-size: 0.875rem;
        padding: 1.375rem 0 1.125rem;
        display: block;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
      .main-navigation > div > ul > li ul {
        background-color: #f9f8f8;
        top: auto; }
        .main-navigation > div > ul > li ul a {
          display: block;
          padding: 5px 15px; }
        .main-navigation > div > ul > li ul ul {
          top: 0; }

  .search-link a:before {
    margin-right: 0;
    top: 0; }

  .search-link span {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; } }
.global-navigation {
  float: right;
  padding-top: 0.3em; }
  .global-navigation ul {
    clear: both;
    list-style: none;
    margin: 0; }
    .global-navigation ul li {
      float: left;
      position: relative; }
    .global-navigation ul ul {
      background-color: #f9f8f8;
      float: left;
      left: -999em;
      margin-left: -0.5em;
      position: absolute;
      top: 100%;
      z-index: 99999; }
      .global-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .global-navigation ul ul li {
        padding-left: 0; }
        .global-navigation ul ul li:hover > ul, .global-navigation ul ul li.focus > ul {
          left: 100%; }
      .global-navigation ul ul a {
        padding: 0.5em 0.75em;
        width: 200px; }
      .global-navigation ul ul img {
        position: relative;
        top: 2px; }
    .global-navigation ul li:hover > ul,
    .global-navigation ul li.focus > ul {
      left: auto;
      right: 0; }
    .global-navigation ul a {
      color: #fff;
      display: block;
      font-size: 0.8125rem;
      letter-spacing: 0.1em;
      padding: 7px 0;
      text-decoration: none;
      text-transform: uppercase; }
      .global-navigation ul a:hover, .global-navigation ul a:focus {
        color: rgba(255, 255, 255, 0.6); }

.post-navigation a {
  color: #5a544c; }

.social-links {
  margin: 0 auto;
  padding: 0; }
  .social-links ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0; }
  .social-links ul li {
    display: inline-block;
    list-style: none;
    margin: 0 -2px 0 0;
    padding: 0; }
  .social-links ul a {
    display: inline-block;
    text-decoration: none; }
  .social-links ul a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    color: #444444;
    display: block;
    font-size: 1.375rem;
    text-align: center;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .social-links ul a:hover {
    text-decoration: none; }
  .social-links ul a:before {
    content: '\f005'; }
  .social-links ul a[href*='wordpress.org']:before,
  .social-links ul a[href*='wordpress.com']:before {
    content: '\f19a'; }
  .social-links ul a[href*='facebook.com']:before {
    content: '\f082'; }
  .social-links ul a[href*='twitter.com']:before {
    content: '\f081'; }
  .social-links ul a[href*='dribbble.com']:before {
    content: '\f17d'; }
  .social-links ul a[href*='plus.google.com']:before {
    content: '\f0d4'; }
  .social-links ul a[href*='pinterest.com']:before {
    content: '\f0d3'; }
  .social-links ul a[href*='github.com']:before {
    content: '\f092'; }
  .social-links ul a[href*='tumblr.com']:before {
    content: '\f174'; }
  .social-links ul a[href*='youtube.com']:before {
    content: '\f166'; }
  .social-links ul a[href*='flickr.com']:before {
    content: '\f16e'; }
  .social-links ul a[href*='vimeo.com']:before {
    content: '\f194'; }
  .social-links ul a[href*='instagram.com']:before {
    content: '\f16d'; }
  .social-links ul a[href*='codepen.io']:before {
    content: '\f1cb'; }
  .social-links ul a[href*='linkedin.com']:before {
    content: '\f08c'; }
  .social-links ul a[href*='foursquare.com']:before {
    content: '\f180'; }
  .social-links ul a[href*='reddit.com']:before {
    content: '\f1a2'; }
  .social-links ul a[href*='digg.com']:before {
    content: '\f1a6'; }
  .social-links ul a[href*='getpocket.com']:before {
    content: '\f265'; }
  .social-links ul a[href*='stumbleupon.com']:before {
    content: '\f1a4'; }
  .social-links ul a[href*='spotify.com']:before {
    content: '\f1bc'; }
  .social-links ul a[href*='twitch.tv']:before {
    content: '\f1e8'; }
  .social-links ul a[href*='dropbox.com']:before {
    content: '\f16b'; }
  .social-links ul a[href*='/feed']:before {
    content: '\f143'; }
  .social-links ul a[href*='skype']:before {
    content: '\f17e'; }
  .social-links ul a[href*='mailto']:before {
    content: '\f199'; }

#blog-navigation {
  border-bottom: 1px solid #c8c3bb; }
  #blog-navigation .wrap {
    padding-bottom: 10px;
    padding-top: 10px; }
  #blog-navigation .blog-title {
    float: left;
    display: inline-block;
    font-size: 0.765625rem;
    margin-right: 40px;
    margin-top: 4px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700; }
    #blog-navigation .blog-title a {
      text-decoration: none;
      color: #000; }
  #blog-navigation .blog-navigation {
    float: left; }
    #blog-navigation .blog-navigation ul, #blog-navigation .blog-navigation li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #blog-navigation .blog-navigation li {
      display: inline-block;
      font-size: 0.75rem;
      margin-right: 40px;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      #blog-navigation .blog-navigation li:last-child {
        margin-right: 0; }
    #blog-navigation .blog-navigation a {
      color: #444444;
      text-decoration: none; }
  #blog-navigation .social-links {
    float: right; }
    #blog-navigation .social-links ul {
      margin-bottom: 0; }
    #blog-navigation .social-links li {
      margin-right: 5px; }
      #blog-navigation .social-links li:last-child {
        margin-right: 0; }
    #blog-navigation .social-links a:before {
      color: #96959a; }

#secondary .sidebar-header {
  margin-bottom: 2em; }
#secondary ul,
#secondary li {
  list-style: none;
  margin: 0;
  padding: 0; }
#secondary ul ul {
  margin-left: 1.5em; }
#secondary #onpage-navigation + ul,
#secondary ul + ul {
  margin-top: 3em; }
#secondary a {
  color: #686158;
  text-decoration: none;
  line-height: 1.8em; }
#secondary a:hover,
#secondary a:focus {
  color: #a8a093; }
#secondary h5,
#secondary .widget-title {
  color: #000;
  margin-bottom: 0;
  font-weight: 600; }

.widget-area.sticky {
  float: none;
  position: fixed;
  z-index: 1;
  left: auto; }

.widget_nav_menu:not(:first-child) {
  margin-top: 2em; }

.breadcrumb-trail {
  font-size: 0.8125rem;
  padding-bottom: 30px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .breadcrumb-trail ul, .breadcrumb-trail li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .breadcrumb-trail li {
    display: inline-block; }
    .breadcrumb-trail li:after {
      content: "\f105";
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      vertical-align: text-bottom;
      -webkit-font-smoothing: antialiased;
      margin: 0 0.75em;
      position: relative;
      top: -2px; }
    .breadcrumb-trail li:last-of-type {
      display: inline; }
    .breadcrumb-trail li:last-of-type:after {
      display: none; }

.rtl .breadcrumb-trail li:after {
  display: none; }
.rtl .breadcrumb-trail li:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.75em;
  position: relative;
  top: -2px; }
.rtl .breadcrumb-trail li:last-of-type:before {
  display: none; }

@media screen and (min-width: 50.0625em) {
  .breadcrumb-trail {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 50px; } }
.rtl .breadcrumb-trail li:after {
  content: "\f104"; }
.rtl .breadcrumb-trail li:last-of-type:after {
  content: ''; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-previous,
.posts-navigation .nav-next, .post-navigation .nav-previous,
.post-navigation .nav-next {
  background-color: #f2f0f0;
  margin-bottom: 20px;
  text-align: center; }
  .comment-navigation .nav-previous:hover, .comment-navigation .nav-previous:focus,
  .comment-navigation .nav-next:hover,
  .comment-navigation .nav-next:focus, .posts-navigation .nav-previous:hover, .posts-navigation .nav-previous:focus,
  .posts-navigation .nav-next:hover,
  .posts-navigation .nav-next:focus, .post-navigation .nav-previous:hover, .post-navigation .nav-previous:focus,
  .post-navigation .nav-next:hover,
  .post-navigation .nav-next:focus {
    background-color: #edeaea; }
  @media screen and (min-width: 30.0625em) {
    .comment-navigation .nav-previous,
    .comment-navigation .nav-next, .posts-navigation .nav-previous,
    .posts-navigation .nav-next, .post-navigation .nav-previous,
    .post-navigation .nav-next {
      float: left;
      margin-bottom: 0;
      text-align: left;
      width: 48%; } }
@media screen and (min-width: 30.0625em) {
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right; } }

.post-navigation {
  margin-bottom: 3.4375rem; }
  .post-navigation a {
    padding: 1.25rem;
    display: block;
    text-decoration: none; }
    @media screen and (min-width: 30.0625em) {
      .post-navigation a {
        min-height: 7.5rem; } }
    .post-navigation a span {
      display: block; }
  .post-navigation a:empty {
    display: none;
    height: 0;
    min-height: 0; }
  .post-navigation .post-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.nav-links:after {
  content: "";
  clear: both;
  display: block; }

.meta-nav.previous-post, .meta-nav.next-post {
  font-size: 0.875rem;
  color: #444444;
  text-transform: uppercase; }

.paginated-links {
  text-align: center; }
  .paginated-links .page-numbers {
    font-size: 0.75rem;
    margin: 0 0.5em;
    text-transform: uppercase; }
    .paginated-links .page-numbers.prev:before, .paginated-links .page-numbers.next:after {
      display: inline-block;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      vertical-align: text-bottom;
      -webkit-font-smoothing: antialiased;
      font-size: 1.0625rem;
      font-weight: 700;
      text-decoration: none; }
    .paginated-links .page-numbers.next:after {
      content: "\f105";
      margin-left: 0.65em; }
    .paginated-links .page-numbers.prev:before {
      content: "\f104";
      margin-right: 0.65em; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #686158; }
  a:visited {
    color: #686158; }
  a:hover, a:focus, a:active {
    color: #E64C38; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.two-col {
  margin-bottom: 3rem; }
  .two-col:after {
    content: "";
    clear: both;
    display: block; }
  .two-col > article, .two-col > div {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 50.0625em) {
      .two-col > article, .two-col > div {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%; } }

.three-col {
  margin-bottom: 3rem; }
  .three-col:after {
    content: "";
    clear: both;
    display: block; }
  .three-col > article, .three-col > div {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 50.0625em) {
      .three-col > article, .three-col > div {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 33.3333333333%; } }

.four-col {
  margin-bottom: 3rem; }
  .four-col:after {
    content: "";
    clear: both;
    display: block; }
  .four-col > article, .four-col > div {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 50.0625em) {
      .four-col > article, .four-col > div {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 25%; } }

@media screen and (min-width: 50.0625em) {
  .two-col,
  .three-col,
  .four-col {
    margin-left: -20px;
    margin-right: -20px; }
    .two-col:last-child,
    .three-col:last-child,
    .four-col:last-child {
      margin-bottom: 0; }
    .two-col > article, .two-col > div,
    .three-col > article,
    .three-col > div,
    .four-col > article,
    .four-col > div {
      margin-bottom: 0; }
      .two-col > article:last-child, .two-col > div:last-child,
      .three-col > article:last-child,
      .three-col > div:last-child,
      .four-col > article:last-child,
      .four-col > div:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }

  h5 a {
    color: inherit; } }
.image-col > article img, .image-col > div img {
  display: block;
  margin-bottom: 1em; }
.image-col > article h5,
.image-col > article p, .image-col > div h5,
.image-col > div p {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Repeated Elements
--------------------------------------------------------------*/
/* Overlap block */
.overlap-block {
  background-color: #f5f1ef;
  font-size: 0.875rem;
  margin: -5.5rem 0 3em;
  padding: 1.5rem 2.25rem 2.25rem;
  position: relative; }

/**
 * SVG Styles
 */
/* Video Play Button */
.play-icon {
  fill: #fff; }

.btn-ellipse {
  opacity: .9;
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  enable-background: new; }

/**
 * Hidden
 */
.hidden {
  display: none; }

/**
 * Link followed by arrow - typically used with slideshows
 */
.see-more-link:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: -3px; }

.rtl .see-more-link:after {
  content: "\f104"; }

/**
 * Accordion - currently just used in Podcasts CPT
 */
.accordion {
  border-bottom: 1px solid rgba(142, 133, 126, 0.5); }
  .accordion .accordion-header {
    border-top: 1px solid rgba(142, 133, 126, 0.5);
    cursor: pointer;
    margin: 0;
    padding: 0.5em 0;
    position: relative; }
    .accordion .accordion-header:after {
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      vertical-align: text-bottom;
      -webkit-font-smoothing: antialiased;
      content: "\f067";
      display: block;
      position: absolute;
      top: 0.75em;
      right: 0.5em; }
    .accordion .accordion-header.opened:after {
      content: "\f068"; }
  .accordion div.accordion-content {
    padding: 0.5em 0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  color: #444444; }

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 10px; }
  .wrap:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (min-width: 30.0625em) {
    .wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 87.5625em) {
    .wrap {
      padding-left: 0;
      padding-right: 0; } }

.wrap-background {
  background-color: #f9f6f5; }

.narrow-content {
  padding: 0 0 2em; }

.exhibition-template-full-width-template #primary .wrap,
.research-template-full-width-template #primary .wrap,
.collectionsarea-template-full-width-template #primary .wrap,
.page-template-full-width-template #primary .wrap {
  max-width: 100%; }
.exhibition-template-full-width-template #breadcrumb,
.exhibition-template-full-width-template .entry-header,
.exhibition-template-full-width-template .entry-footer,
.research-template-full-width-template #breadcrumb,
.research-template-full-width-template .entry-header,
.research-template-full-width-template .entry-footer,
.collectionsarea-template-full-width-template #breadcrumb,
.collectionsarea-template-full-width-template .entry-header,
.collectionsarea-template-full-width-template .entry-footer,
.page-template-full-width-template #breadcrumb,
.page-template-full-width-template .entry-header,
.page-template-full-width-template .entry-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

@media screen and (min-width: 50.0625em) {
  .offset-header:after,
  .content-area:after {
    content: "";
    clear: both;
    display: block; }

  .page-template-default:not(.is-front-page) #main,
  .visit-template-default #main,
  .research-template-default #main,
  .page-template-default:not(.is-front-page) .offset-header header,
  .page-template-default:not(.is-front-page) .offset-header .breadcrumb-trail,
  .visit-template-default .offset-header header,
  .visit-template-default .offset-header .breadcrumb-trail,
  .research-template-default .offset-header header,
  .research-template-default .offset-header .breadcrumb-trail,
  .narrow-content {
    margin: auto;
    width: 73%; }

  .narrow-content {
    padding: 2em 0 5em; }

  .page-template-default:not(.is-front-page).has-sidebar #main,
  .page-template-default:not(.is-front-page).has-sidebar .offset-header header,
  .page-template-default:not(.is-front-page).has-sidebar .offset-header .breadcrumb-trail,
  .visit-template-default.has-sidebar #main,
  .visit-template-default.has-sidebar .offset-header header,
  .visit-template-default.has-sidebar .offset-header .breadcrumb-trail,
  .research-template-default.has-sidebar #main,
  .research-template-default.has-sidebar .offset-header header,
  .research-template-default.has-sidebar .offset-header .breadcrumb-trail,
  .event-template-default #main,
  .event-template-generic-events-template #main,
  .post-type-archive-event #main,
  .tax-event_categories #main,
  .tax-exhibition_type #main,
  .tax-exhibition_status #main,
  .tax-series #main,
  .post-type-archive-exhibition #main,
  .post-type-archive-press-release #main,
  .tax-press_release_categories #main,
  .single-press-release #main,
  .single-press-release .offset-header header,
  .single-press-release .offset-header .breadcrumb-trail,
  .post-type-archive-podcast #main,
  .tax-podcast_type #main,
  .single-podcast #main,
  .single-podcast .offset-header header,
  .single-podcast .offset-header .breadcrumb-trail {
    float: right;
    width: 66%; }

  .search-results #main {
    float: inherit;
    width: inherit; }

  #secondary {
    display: block;
    float: left;
    width: 29%; } }
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.offset-header + #main .entry-content {
  margin-top: 0; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Set sidebar and widget styles for pages */
.page {
  /* Adding more padding around sidebar area for pages */ }
  @media screen and (min-width: 50.0625em) {
    .page #secondary {
      padding-top: 90px;
      padding-left: 20px; } }

.page-footer-sections {
  padding-left: 40px;
  padding-right: 40px; }
  .page-footer-sections:after {
    content: "";
    clear: both;
    display: block; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-title {
  margin-bottom: 2.1875rem; }

.comments-area ul {
  list-style: none; }

.comment-list {
  margin-left: 0;
  padding-left: 0; }

.comment-meta {
  margin-bottom: 2.8125rem; }

.comment-author {
  padding-left: 5.3125rem;
  position: relative; }
  .comment-author:after {
    content: "";
    clear: both;
    display: block; }
  .comment-author .avatar,
  .comment-author .fn {
    display: block;
    float: left; }
  .comment-author .avatar {
    border-radius: 3.125rem;
    position: absolute;
    left: 0;
    top: 0; }
  .comment-author .fn {
    margin-right: 0.3125rem; }

.comment-metadata {
  padding-left: 5.3125rem; }
  .comment-metadata .edit-link {
    margin-left: 0.3125rem; }

.comment-body {
  margin-bottom: 1.875rem; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment {
  padding-top: 3.75rem;
  border-top: 2px solid #f5f1ef; }
  .comment.depth-1:first-child {
    border-top: none;
    padding-top: 0; }

.comment-respond {
  margin-top: 8.125rem; }

.comment-awaiting-moderation {
  margin-top: 1.5625rem;
  font-style: italic; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  /* Remove default margins on lists in widgets */ }
  .widget select {
    max-width: 100%; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }

#secondary .widget_wpcom_social_media_icons_widget ul li {
  margin-right: 0.5em; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a {
    color: #686158;
    font-size: 1.875rem;
    text-align: center;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a:before {
    content: '\f005'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='wordpress.org']:before,
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='wordpress.com']:before {
    content: '\f19a'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='facebook.com']:before {
    content: '\f082'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='twitter.com']:before {
    content: '\f081'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='dribbble.com']:before {
    content: '\f17d'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='plus.google.com']:before {
    content: '\f0d4'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='pinterest.com']:before {
    content: '\f0d3'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='github.com']:before {
    content: '\f092'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='tumblr.com']:before {
    content: '\f174'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='youtube.com']:before {
    content: '\f166'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='flickr.com']:before {
    content: '\f16e'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='instagram.com']:before {
    content: '\f16d'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='linkedin.com']:before {
    content: '\f08c'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='/feed']:before {
    content: '\f143'; }
  #secondary .widget_wpcom_social_media_icons_widget ul li a[href*='mailto']:before {
    content: '\f199'; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#global-branding {
  background-color: #242424; }
  #global-branding .wrap {
    padding-bottom: 0;
    padding-top: 0; }
  #global-branding svg#global-logo {
    height: 25px;
    margin-top: 5px; }
  #global-branding .logo-fill {
    fill: #fff; }
  #global-branding a {
    color: #fff; }

.header-social-links {
  float: right;
  padding: 0;
  margin: 0; }
  .header-social-links ul {
    margin: 7px 0 0 0;
    padding: 0; }
    .header-social-links ul li {
      margin-right: 5px; }
    .header-social-links ul a:before {
      color: #fff; }
    .header-social-links ul a:hover:before, .header-social-links ul a:focus:before {
      color: #fff; }

.soc-nav-label {
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  margin: 5px 5px 0 0;
  padding: 0; }

.menu-fs-social-menu-container {
  display: inline-block; }

.header-search-wrapper {
  background: #f5f1ef;
  display: none;
  padding: 2em 0; }
  .header-search-wrapper .search-form {
    margin: 0 auto;
    width: 80%; }
    .header-search-wrapper .search-form input {
      border: 1px solid #dfdcd7; }

#masthead {
  background-color: #fff;
  color: #000; }
  #masthead .wrap {
    padding-bottom: 0;
    padding-top: 0; }
  #masthead .site-logo-link {
    float: left;
    max-width: 70%;
    padding: 23px 0 15px; }
    @media screen and (min-width: 50.0625em) {
      #masthead .site-logo-link {
        max-width: 30%; } }
    @media screen and (min-width: 87.5625em) {
      #masthead .site-logo-link {
        max-width: 35%; } }
  #masthead .site-logo-link-blog {
    line-height: 0; }
  #masthead .site-logo-link-blog img {
    padding: 14px 0 21px;
    width: 105px; }
  #masthead .logo-fill {
    fill: #fff; }
  #masthead a {
    color: #000;
    font-size: 0.875rem; }

#header-alert {
  background-color: #fecc2d;
  color: #686158;
  display: none;
  font-size: 0.875rem;
  position: relative; }
  #header-alert .wrap {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 40px; }
    @media screen and (min-width: 87.5625em) {
      #header-alert .wrap {
        padding-right: 20px; } }
  #header-alert section.widget {
    text-align: center; }
  #header-alert section.widget,
  #header-alert section.widget div,
  #header-alert p,
  #header-alert h5 {
    margin-bottom: 0; }
  #header-alert h5, #header-alert p, #header-alert div.textwidget {
    display: inline; }
  #header-alert h5 {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none; }
  #header-alert a {
    color: inherit;
    font-weight: 600;
    text-decoration: none; }
  #header-alert #close-alert {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0; }
    #header-alert #close-alert:before {
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      vertical-align: text-bottom;
      -webkit-font-smoothing: antialiased;
      content: "\f00d";
      display: inline;
      font-size: 1.375rem; }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/**
 * Blog Listing Styles
 */
.blog .hentry,
.archive.fs-blog .hentry {
  margin: 0 0.3125rem 0.625rem;
  background-color: #64636b;
  overflow: hidden;
  padding-bottom: calc(100% - 10px);
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .blog .hentry .post-thumbnail,
  .archive.fs-blog .hentry .post-thumbnail {
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  @media screen and (min-width: 50.0625em) {
    .blog .hentry .post-thumbnail,
    .archive.fs-blog .hentry .post-thumbnail {
      opacity: 1; }
    .blog .hentry:hover, .blog .hentry:focus, .blog .hentry.focus,
    .archive.fs-blog .hentry:hover,
    .archive.fs-blog .hentry:focus,
    .archive.fs-blog .hentry.focus {
      background-color: #4b4a51; }
      .blog .hentry:hover .post-thumbnail, .blog .hentry:focus .post-thumbnail, .blog .hentry.focus .post-thumbnail,
      .archive.fs-blog .hentry:hover .post-thumbnail,
      .archive.fs-blog .hentry:focus .post-thumbnail,
      .archive.fs-blog .hentry.focus .post-thumbnail {
        opacity: 0.15; }
      .blog .hentry:hover .entry-header, .blog .hentry:focus .entry-header, .blog .hentry.focus .entry-header,
      .archive.fs-blog .hentry:hover .entry-header,
      .archive.fs-blog .hentry:focus .entry-header,
      .archive.fs-blog .hentry.focus .entry-header {
        opacity: 1; } }
  @media screen and (min-width: 50.0625em) {
    .blog .hentry,
    .archive.fs-blog .hentry {
      float: left;
      padding-bottom: calc(33.3333% - 10px);
      width: calc(33.3333% - 10px); } }
@media screen and (min-width: 50.0625em) {
  .blog:not(.paged) .site-main > .hentry:first-of-type,
  .archive.fs-blog:not(.paged) .site-main > .hentry:first-of-type {
    padding-bottom: calc(66.6667% - 10px);
    width: calc(66.6667% - 10px); }
  .blog:not(.paged) .site-main > .hentry:nth-of-type(4),
  .archive.fs-blog:not(.paged) .site-main > .hentry:nth-of-type(4) {
    clear: left; }
  .blog .wrap:after,
  .archive.fs-blog .wrap:after {
    content: "";
    clear: both;
    display: block; } }
.blog .post-thumbnail,
.archive.fs-blog .post-thumbnail {
  position: absolute;
  top: 0;
  transition: opacity, 0.5s, ease-in-out; }
  .blog .post-thumbnail .video-button,
  .archive.fs-blog .post-thumbnail .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; }
  @media screen and (min-width: 50.0625em) {
    .blog .post-thumbnail + .entry-header,
    .archive.fs-blog .post-thumbnail + .entry-header {
      opacity: 0;
      transition: opacity, 0.5s, ease-in-out; } }
.blog .entry-header,
.archive.fs-blog .entry-header {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .blog .entry-header a,
  .blog .entry-header .posted-on,
  .archive.fs-blog .entry-header a,
  .archive.fs-blog .entry-header .posted-on {
    color: #fff; }
  .blog .entry-header > a,
  .archive.fs-blog .entry-header > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none; }
    .blog .entry-header > a:hover .read-more, .blog .entry-header > a:focus .read-more,
    .archive.fs-blog .entry-header > a:hover .read-more,
    .archive.fs-blog .entry-header > a:focus .read-more {
      color: #fff; }
.blog .entry-meta,
.archive.fs-blog .entry-meta {
  font-weight: 300; }
.blog .entry-title,
.archive.fs-blog .entry-title {
  color: #fff;
  flex-grow: 1;
  font-weight: 400; }
.blog .tag-links,
.archive.fs-blog .tag-links {
  color: #fff;
  font-style: italic;
  font-weight: 300; }
  .blog .tag-links a,
  .archive.fs-blog .tag-links a {
    text-decoration: underline; }
.blog .read-more,
.archive.fs-blog .read-more {
  color: #f3d58c;
  font-weight: 300; }
  .blog .read-more:after,
  .archive.fs-blog .read-more:after {
    content: "";
    clear: both;
    display: block; }
  .blog .read-more span,
  .archive.fs-blog .read-more span {
    float: right; }

.entry-quote {
  font-size: 1.75rem;
  flex-grow: 1;
  font-style: italic;
  font-weight: 300; }

.infinite-loader {
  clear: both;
  padding: 20px 0 60px; }
  .infinite-loader .spinner {
    left: 50% !important;
    /* !important to override inline styles */
    margin-left: -17px; }

#infinite-footer .blog-credits,
#infinite-footer .blog-credits a {
  color: #444444; }

/**
 * Blog Single Page Styles
 */
.single-post .hentry {
  margin: 0; }
  .single-post .hentry > .wrap {
    padding-bottom: 3.75rem; }
.single-post .site-main > .wrap {
  padding-top: 0; }
.single-post .site-main .post-navigation {
  margin-bottom: 8.125rem; }
.single-post .entry-meta:after {
  content: "";
  clear: both;
  display: block; }
.single-post .entry-meta span, .single-post .entry-meta i {
  color: #444444; }
.single-post .entry-tags {
  float: left; }
.single-post .entry-categories {
  float: right; }

.posted-on a,
.comment-metadata a,
.reply a {
  color: #444444;
  text-decoration: none; }
  .posted-on a:hover,
  .comment-metadata a:hover,
  .reply a:hover {
    text-decoration: underline; }

.reply a:before,
.edit-link a:before {
  margin-right: 0.3125rem;
  content: "\f086";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.edit-link a:before {
  content: "\f040"; }

.author-bio {
  margin-top: 7.5rem;
  padding: 2.1875rem;
  background-color: #64636b;
  color: #fff; }
  .author-bio:after {
    content: "";
    clear: both;
    display: block; }
  .author-bio h3 {
    color: #fff; }
  .author-bio .author-avatar {
    margin-right: 2.1875rem;
    float: left; }
    .author-bio .author-avatar + .author-details {
      float: left; }
  .author-bio .author-archive a {
    color: #f8e6ba; }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.is-front-page .front-page-intro {
  display: block; }
  @media screen and (min-width: 50.0625em) {
    .is-front-page .front-page-intro {
      display: flex;
      justify-content: space-evenly;
      margin: 0 -30px;
      padding: 0 0 50px; } }
  .is-front-page .front-page-intro div {
    flex-grow: 1;
    padding-bottom: 30px; }
    .is-front-page .front-page-intro div:last-child {
      padding-bottom: 0; }
    @media screen and (min-width: 50.0625em) {
      .is-front-page .front-page-intro div {
        padding: 0 30px;
        width: 33%; } }
    .is-front-page .front-page-intro div.col-1 {
      font-size: 2.1875rem;
      font-weight: 800;
      line-height: 1.3;
      position: relative; }
      @media screen and (min-width: 50.0625em) {
        .is-front-page .front-page-intro div.col-1 {
          font-size: 2.5rem; } }
      @media screen and (min-width: 87.5625em) {
        .is-front-page .front-page-intro div.col-1 {
          font-size: 3.125rem; } }
      @media screen and (min-width: 50.0625em) {
        .is-front-page .front-page-intro div.col-1 {
          /* word-spacing: 350px;*/
          /* Forces one word per line */ }
          .is-front-page .front-page-intro div.col-1:after {
            border-right: 2px solid #444444;
            bottom: 0;
            content: '';
            display: block;
            position: absolute;
            right: 30px;
            top: 0; } }
    .is-front-page .front-page-intro div.col-2 {
      font-size: 0.9375rem; }
    .is-front-page .front-page-intro div p:last-child {
      margin-bottom: 0; }
  .is-front-page .front-page-intro .fs-button {
    display: inline-block;
    margin: 0 2em 1em 0; }
    @media screen and (min-width: 50.0625em) {
      .is-front-page .front-page-intro .fs-button {
        margin-bottom: 2em;
        min-width: 22em; } }
.is-front-page .slider-container .placeholder-slide-image {
  background: #ccc;
  max-width: 100%;
  padding-bottom: 61.25%;
  width: 400px; }
.is-front-page .slider-container h6 {
  font-weight: 400;
  margin-top: 1em; }
  .is-front-page .slider-container h6 a {
    color: #444444; }
    .is-front-page .slider-container h6 a:hover, .is-front-page .slider-container h6 a:focus {
      color: #b51927;
      text-decoration: underline; }

.search .site-main .wrap .page-title {
  margin-bottom: 0.5em; }
.search .site-main .wrap .results-grid {
  border-bottom: 1px solid #faf8f7;
  margin: 20px 0;
  padding-bottom: 20px; }
  @media screen and (min-width: 30.0625em) {
    .search .site-main .wrap .results-grid {
      margin: 60px 0;
      padding-bottom: 60px; } }
  .search .site-main .wrap .results-grid.four-col > div {
    padding-left: 0; }
  .search .site-main .wrap .results-grid .results-links {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .search .site-main .wrap .results-grid .results-links li {
      font-size: 0.875rem;
      margin: 1.2em 0 1.2em 0; }
    .search .site-main .wrap .results-grid .results-links a {
      color: #686158; }
  .search .site-main .wrap .results-grid .more-results-links {
    display: block;
    font-size: 0.875rem;
    margin-top: 2em; }
    .search .site-main .wrap .results-grid .more-results-links:after {
      content: "\00BB";
      display: inline-block;
      padding-left: 0.3em; }
  .search .site-main .wrap .results-grid .no-results {
    font-size: 0.875rem;
    font-style: italic; }

.all-results {
  margin-top: 2em; }
  .all-results .results-highlight {
    font-weight: 700; }
  .all-results .all-results-title {
    margin-bottom: 0.5em; }
  .all-results .results-found {
    color: #6a6a6a;
    display: block;
    font-size: 0.75rem;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 30.0625em) {
      .all-results .results-found {
        margin-bottom: 3em; } }
  .all-results .search-result-listing {
    margin-bottom: 1.5em; }
    .all-results .search-result-listing .search-thumbnail {
      display: block;
      margin-bottom: 1em;
      width: 100%; }
      @media screen and (min-width: 30.0625em) {
        .all-results .search-result-listing .search-thumbnail {
          margin-bottom: 0; } }
      .all-results .search-result-listing .search-thumbnail .no-thumbnail {
        background: #a7a094;
        display: block;
        height: 120px;
        position: relative;
        text-decoration: none; }
        .all-results .search-result-listing .search-thumbnail .no-thumbnail span {
          clip: rect(1px, 1px, 1px, 1px);
          position: absolute !important;
          height: 1px;
          width: 1px;
          overflow: hidden; }
        .all-results .search-result-listing .search-thumbnail .no-thumbnail:before {
          content: "\f002";
          color: #fff;
          display: block;
          font-size: 2rem;
          font-family: "FontAwesome";
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          text-decoration: none;
          vertical-align: text-bottom;
          -webkit-font-smoothing: antialiased;
          margin-top: -0.5em;
          position: absolute;
          text-align: center;
          top: 50%;
          width: 100%; }
      @media screen and (min-width: 30.0625em) {
        .all-results .search-result-listing .search-thumbnail {
          display: inline-block;
          float: left;
          width: 120px;
          position: relative; } }
    .all-results .search-result-listing article {
      display: block;
      width: 100%; }
      @media screen and (min-width: 30.0625em) {
        .all-results .search-result-listing article {
          display: inline-block;
          float: right;
          width: 80%;
          width: calc( 100% - 150px ); } }
      .all-results .search-result-listing article .entry-title {
        font-size: 1.375rem;
        font-weight: 600;
        margin-bottom: 0.5em; }
        .all-results .search-result-listing article .entry-title a:hover {
          text-decoration: underline; }
        @media screen and (min-width: 30.0625em) {
          .all-results .search-result-listing article .entry-title {
            line-height: 1; } }
      .all-results .search-result-listing article .search-result-url {
        font-size: 0.75rem; }

.search-form-contain {
  background-color: #f5f1ef;
  font-size: 0.875rem;
  margin: 0 0 3em;
  padding: 1.5rem 2.25rem 2.25rem;
  position: relative; }

.object-search-results-header {
  position: relative; }

#layout-toggle {
  display: none; }
  @media screen and (min-width: 30.0625em) {
    #layout-toggle {
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
      #layout-toggle a {
        color: #919191;
        padding: 0.5em 0.7em;
        text-decoration: none; }
        #layout-toggle a.active {
          background: #f3f3f3;
          color: #E64C38; }
      #layout-toggle .toggle-grid:before,
      #layout-toggle .toggle-list:before {
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: none;
        vertical-align: text-bottom;
        -webkit-font-smoothing: antialiased; }
      #layout-toggle .toggle-grid:before {
        content: "\f009"; }
      #layout-toggle .toggle-list:before {
        content: "\f00b"; } }

.all-results .grid-image {
  display: none; }
@media screen and (min-width: 30.0625em) {
  .all-results .grid-layout {
    margin: 0 -20px; }
    .all-results .grid-layout .search-result-listing {
      padding: 0 20px;
      position: relative;
      float: left;
      width: 49.9%; }
      .all-results .grid-layout .search-result-listing article {
        float: left;
        width: 100%; }
        .all-results .grid-layout .search-result-listing article .entry-header .search-result-url,
        .all-results .grid-layout .search-result-listing article .entry-summary {
          height: 0;
          position: absolute;
          overflow: hidden;
          width: 0; }
      .all-results .grid-layout .search-result-listing .search-thumbnail {
        display: block;
        float: none;
        width: 100%; }
      .all-results .grid-layout .search-result-listing .list-image {
        display: none !important; }
      .all-results .grid-layout .search-result-listing .grid-image {
        display: block; }
      .all-results .grid-layout .search-result-listing .no-thumbnail {
        display: block;
        padding-bottom: 100%; } }
@media screen and (min-width: 50.0625em) {
  .all-results .grid-layout .search-result-listing {
    float: left;
    width: 24.9%; } }
.all-results .list-layout .search-result-listing .grid-image {
  display: none !important; }
.all-results .paginated-links {
  display: inline-block;
  width: 100%; }

/* Styles for the Object Gallery Page */
.object-gallery-grid .object-gallery-item {
  width: 100%; }
  .object-gallery-grid .object-gallery-item h3 {
    font-size: 1rem; }
    .object-gallery-grid .object-gallery-item h3 a {
      color: #444444;
      text-decoration: none; }
      .object-gallery-grid .object-gallery-item h3 a:hover, .object-gallery-grid .object-gallery-item h3 a:focus {
        color: #b51927;
        text-decoration: underline; }
.object-gallery-grid .no-thumbnail {
  background-color: #f3f3f3;
  display: block;
  padding-bottom: 60%; }
.object-gallery-grid .object-tms-id {
  font-size: 0.875rem; }
  .object-gallery-grid .object-tms-id a {
    color: #aaaaaa;
    text-decoration: none; }
    .object-gallery-grid .object-tms-id a:hover, .object-gallery-grid .object-tms-id a:focus {
      color: #b51927;
      text-decoration: underline; }
@media screen and (min-width: 30.0625em) {
  .object-gallery-grid {
    margin: 0 -20px; }
    .object-gallery-grid .object-gallery-item {
      padding: 0 20px;
      position: relative;
      float: left;
      width: 49.9%; } }
@media screen and (min-width: 50.0625em) {
  .object-gallery-grid .object-gallery-item {
    float: left;
    width: 24.9%; } }
@media screen and (min-width: 87.5625em) {
  .object-gallery-grid .object-gallery-item {
    float: left;
    width: 19.9%; } }

.events-blocks:after {
  content: "";
  clear: both;
  display: block; }
@media screen and (min-width: 50.0625em) {
  .events-blocks {
    margin-left: -20px;
    margin-right: -20px; } }
.events-blocks .event-intro-content {
  float: none;
  width: 100%; }
  @media screen and (min-width: 50.0625em) {
    .events-blocks .event-intro-content {
      float: left;
      padding-left: 20px;
      padding-right: 20px;
      width: 66.6666666667%; } }
.events-blocks .event-intro-upcoming {
  float: none;
  width: 100%; }
  @media screen and (min-width: 50.0625em) {
    .events-blocks .event-intro-upcoming {
      float: left;
      padding-left: 20px;
      padding-right: 20px;
      width: 33.3333333333%; } }

.see-more-events {
  color: #444444;
  font-size: 0.875rem;
  text-decoration: none; }

.wp_cpt_calendar {
  background-color: #f9f8f8;
  padding: 1.0em 0.5em; }
  .wp_cpt_calendar table caption {
    font-weight: bold;
    padding-bottom: 0.5em; }
  .wp_cpt_calendar table th, .wp_cpt_calendar table td {
    padding: 0.25em 0;
    text-align: center; }

.error404 #main {
  padding-bottom: 30px; }
  @media screen and (min-width: 50.0625em) {
    .error404 #main {
      min-height: 400px; } }

/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slide-caption {
  background-color: #444;
  bottom: 6%;
  border: none;
  color: #fff;
  display: block;
  left: 12%;
  margin: 0;
  max-width: 76%;
  opacity: 0.8;
  padding: 0.2rem;
  position: absolute;
  text-align: left; }
  @media screen and (min-width: 50.0625em) {
    .slide-caption {
      padding: 0.8rem; } }
  .slide-caption h2 {
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 1rem;
    color: #fff; }
  @media screen and (min-width: 50.0625em) {
    .slide-caption h2 {
      font-size: 1.5rem;
      margin: 0 0 0.5em; } }
  .slide-caption p {
    display: none;
    margin-bottom: 0; }
  @media screen and (min-width: 50.0625em) {
    .slide-caption p {
      display: block; } }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  /*add*/
  margin-right: auto;
  /*add*/ }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  /*height: 100%; mmw*/
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color-hover: white !default;
$slick-arrow-color: black !default;
$slick-dot-color: black !default;
$slick-dot-color-active: black !default;
$slick-prev-character: "\f104" !default;
$slick-next-character: "\f105" !default;
$slick-dot-character: "\2022" !default;
$slick-arrow-size: 1.875rem !default;
$slick-arrow-size-mobile: 1.875rem !default;
$slick-dot-size: 1em !default;
$slick-opacity-default: 1 !default;
$slick-opacity-on-hover: 0.55 !default;
$slick-opacity-not-active: 0.25 !default;
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  background-color: rgba(71, 70, 78, 0.8);
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  display: block;
  height: 65px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    font-size: 1.875rem;
    line-height: 65px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #47464e;
    color: #fff; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: ""; }

.slideshow-dir-rtl .slick-prev {
  left: auto;
  right: 0; }
  .slideshow-dir-rtl .slick-prev:before {
    content: ""; }

.rtl .slick-prev:before {
  content: ""; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: ""; }

.slideshow-dir-rtl .slick-next {
  left: 0;
  right: auto; }
  .slideshow-dir-rtl .slick-next:before {
    content: ""; }

.rtl .slick-next:before {
  content: ""; }

.slick-disabled:before {
  color: rgba(255, 255, 255, 0.3); }

.slider-container {
  background-color: #f9f8f8;
  margin-bottom: 20px;
  padding: 30px 0 60px; }
  .slider-container .wrap {
    padding-bottom: 20px;
    padding-top: 20px; }

.slider {
  padding-bottom: 20px; }
  .slider .slide {
    padding: 0 15px; }
    .slider .slide img {
      max-height: 245px;
      width: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button,
    .slick-dots li input[type="button"] {
      border: 0;
      background: transparent;
      display: block;
      line-height: 0 !important;
      letter-spacing: 0 !important;
      text-transform: none !important;
      /*height: 20px;
      width: 20px;
      outline: none;
       font-size: 0px;*/
      outline: none;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus,
      .slick-dots li input[type="button"]:hover,
      .slick-dots li input[type="button"]:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before,
        .slick-dots li input[type="button"]:hover:before,
        .slick-dots li input[type="button"]:focus:before {
          opacity: 0.55; }
      .slick-dots li button:before,
      .slick-dots li input[type="button"]:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 1em;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

.diff-view-slider .slide {
  background-color: #ccc;
  padding: 10px;
  display: table-cell !important;
  float: none !important; }
  .diff-view-slider .slide img {
    max-height: 245px;
    width: auto; }
.diff-view-slider .slick-track {
  display: table !important; }

/*--------------------------------------------------------------
# Select 2
--------------------------------------------------------------*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*--------------------------------------------------------------
# Object Search Form
--------------------------------------------------------------*/
/* Advanced search, help and advanced search tabs */
.advanced-search-options {
  margin: 1em 0 0; }

#searchform-tabs a,
#searchform-tabs a:visited,
.advanced-search-link,
.advanced-search-link:visited,
.toggle-advanced-search,
.toggle-advanced-search:visited,
.toggle-search-help,
.toggle-search-help:visited {
  color: #49443b;
  text-decoration: none; }

.toggle-advanced-search,
.advanced-search-link,
#advanced-search-nav {
  display: block;
  float: left; }

.toggle-advanced-search,
.advanced-search-link {
  margin-right: 0.5em;
  text-transform: lowercase; }
  .toggle-advanced-search.opened:before,
  .advanced-search-link.opened:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    position: relative;
    top: -3px; }

.toggle-search-help {
  float: right;
  text-transform: lowercase; }
  .toggle-search-help:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    content: "\f059";
    margin-right: 0.25em;
    position: relative;
    top: -3px; }

.rtl .toggle-search-help:before {
  display: none; }
.rtl .toggle-search-help:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  content: "\f059";
  margin-right: 0.25em;
  position: relative;
  top: -3px; }

#advanced-search-nav ul {
  display: inline; }

.advanced-search-nav-header {
  display: inline-block;
  margin-right: 2em;
  text-transform: lowercase; }

#searchform-tabs {
  list-style: none;
  margin: 0;
  padding: 0; }
  #searchform-tabs li {
    display: inline;
    margin-right: 2em; }
    #searchform-tabs li.active {
      color: #686158;
      font-weight: 900; }
    #searchform-tabs li:last-of-type {
      margin-right: 0; }

/* Search tab contents */
.browse-content {
  padding-top: 2em; }
  .browse-content ul {
    list-style: none;
    margin: 0 0 2em;
    padding: 0; }
    .browse-content ul:last-of-type {
      margin: 0; }
    .browse-content ul li {
      margin: 0;
      padding: 0; }
      .browse-content ul li:first-of-type {
        font-weight: 700; }
  .browse-content .columns {
    margin: 0 -20px; }
    .browse-content .columns:after {
      content: "";
      clear: both;
      display: block; }
    .browse-content .columns > .col {
      float: none;
      width: 100%; }
      @media screen and (min-width: 50.0625em) {
        .browse-content .columns > .col {
          float: left;
          padding-left: 20px;
          padding-right: 20px;
          width: 16.6666666667%; } }

/*--------------------------------------------------------------
# Modal dialog box
--------------------------------------------------------------*/
/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  font-size: 0.875rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none; }
    .modaal-close:focus:before, .modaal-close:hover:before {
      color: #b51927; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before {
    color: #555;
    content: '\f00d';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem; }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover, .modaal-confirm-btn.modaal-ok:focus {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover, .modaal-confirm-btn.modaal-cancel:focus {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 1.125rem;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info {
  background-color: #444444;
  clear: both;
  color: #fff; }
  .site-info a {
    color: #fff; }
  .site-info .wrap {
    padding-bottom: 10px;
    padding-top: 10px; }
  .site-info .site-info-blocks {
    margin: 0; }
    .site-info .site-info-blocks:after {
      content: "";
      clear: both;
      display: block; }
    @media screen and (min-width: 50.0625em) {
      .site-info .site-info-blocks {
        margin-left: -20px;
        margin-right: -20px; } }
  .site-info .footer-block {
    float: none;
    width: 100%; }
    @media screen and (min-width: 50.0625em) {
      .site-info .footer-block {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 75%; } }
  .site-info .footer-branding {
    float: none;
    width: 100%; }
    @media screen and (min-width: 50.0625em) {
      .site-info .footer-branding {
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 80%; } }
  .site-info .smithsonian-logo-link {
    display: block;
    line-height: 1;
    margin-top: 0.5em;
    max-width: 200px; }
  .site-info svg#footer-logo {
    max-width: 100%; }
  .site-info .logo-fill {
    fill: #fff; }
  .site-info .footer-sub-nav {
    float: none;
    width: 100%;
    line-height: 23px; }
    @media screen and (min-width: 50.0625em) {
      .site-info .footer-sub-nav {
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 20%; } }
    .site-info .footer-sub-nav ul,
    .site-info .footer-sub-nav li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .site-info .footer-sub-nav li {
      display: inline-block;
      font-size: 0.6875rem; }
      .site-info .footer-sub-nav li:after {
        content: "\2022";
        display: inline-block;
        margin: 0 3px; }
      .site-info .footer-sub-nav li:last-child:after {
        content: ""; }
    .site-info .footer-sub-nav a {
      color: #fff;
      text-decoration: none; }
      .site-info .footer-sub-nav a:hover, .site-info .footer-sub-nav a:focus {
        color: rgba(255, 255, 255, 0.8); }
  .site-info .footer-info {
    float: none;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 25px; }
    @media screen and (min-width: 50.0625em) {
      .site-info .footer-info {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 25%; } }
    .site-info .footer-info .copyright {
      color: #fff; }
    .site-info .footer-info .proudly-powered {
      color: #fff;
      display: block;
      font-size: 0.6875rem;
      letter-spacing: 0.08em;
      text-decoration: none;
      text-transform: uppercase; }

#footer-alert {
  border-top: 1px solid #edeaea;
  color: #686158;
  font-size: 0.875rem; }
  #footer-alert .wrap {
    padding-bottom: 10px;
    padding-top: 10px; }
  #footer-alert section.widget {
    margin-bottom: 0; }
  #footer-alert a {
    font-weight: 600;
    text-decoration: none; }

#custom-footer {
  background-color: #f9f8f8; }
  #custom-footer .wrap {
    padding-bottom: 20px;
    padding-top: 20px; }

.footer-widgets:after {
  content: "";
  clear: both;
  display: block; }
.footer-widgets > .widgets-block {
  float: none;
  width: 100%; }
  @media screen and (min-width: 50.0625em) {
    .footer-widgets > .widgets-block {
      float: left;
      padding-left: 20px;
      padding-right: 20px;
      width: 75%; } }
  .footer-widgets > .widgets-block > .footer-nav-widget {
    float: none;
    width: 100%; }
    @media screen and (min-width: 50.0625em) {
      .footer-widgets > .widgets-block > .footer-nav-widget {
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 20%; } }
  .footer-widgets > .widgets-block:last-child {
    float: none;
    width: 100%; }
    @media screen and (min-width: 50.0625em) {
      .footer-widgets > .widgets-block:last-child {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 25%; } }
    .footer-widgets > .widgets-block:last-child > .footer-nav-widget {
      padding: 0;
      width: 100%; }

@media screen and (min-width: 50.0625em) {
  .footer-widgets {
    margin-left: -20px;
    margin-right: -20px; } }
.footer-nav-widget h5,
.footer-nav-widget .h5 {
  color: #595661;
  display: block; }
.footer-nav-widget ul + h5,
.footer-nav-widget ul + .h5 {
  margin-top: 1em; }
.footer-nav-widget ul,
.footer-nav-widget li {
  list-style: none;
  margin: 0;
  padding: 0; }
.footer-nav-widget li {
  font-size: 0.8125rem; }
  .footer-nav-widget li a {
    display: inline-block;
    padding: 2px 0; }
.footer-nav-widget a {
  color: #2c2930;
  text-decoration: none; }
  .footer-nav-widget a:hover, .footer-nav-widget a:focus {
    color: #E64C38; }
.footer-nav-widget .search-form {
  margin-bottom: 20px; }
  .footer-nav-widget .search-form input {
    font-size: 1rem;
    background-color: #c8c3bb;
    border-color: #bcb7ad;
    padding-left: 40px; }
  .footer-nav-widget .search-form:before {
    font-size: 1.125rem;
    padding-top: 15px;
    width: 40px; }
.footer-nav-widget .footer-social-links {
  margin-bottom: 20px; }
  .footer-nav-widget .footer-social-links ul li {
    margin-right: 5px; }
  .footer-nav-widget .footer-social-links ul a:before {
    color: #686158;
    font-size: 1.875rem; }
  .footer-nav-widget .footer-social-links ul a:hover:before, .footer-nav-widget .footer-social-links ul a:focus:before {
    color: #90887c; }
.footer-nav-widget .support-button {
  display: block;
  margin-bottom: 20px; }
.footer-nav-widget .footer-newsletter form {
  margin-bottom: 20px;
  position: relative; }
  .footer-nav-widget .footer-newsletter form input {
    font-size: 0.875rem;
    background-color: #c8c3bb;
    border-color: #bcb7ad;
    padding: 12px;
    width: 100%; }
  .footer-nav-widget .footer-newsletter form ::-webkit-input-placeholder {
    color: #918777; }
  .footer-nav-widget .footer-newsletter form :-moz-placeholder {
    /* Firefox 18- */
    color: #918777; }
  .footer-nav-widget .footer-newsletter form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #918777; }
  .footer-nav-widget .footer-newsletter form :-ms-input-placeholder {
    color: #918777; }
  .footer-nav-widget .footer-newsletter form button {
    bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: #9a9183;
    box-shadow: none;
    padding: 0 10px 0 15px;
    position: absolute;
    top: 0;
    right: 0; }
    .footer-nav-widget .footer-newsletter form button:before {
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      vertical-align: text-bottom;
      -webkit-font-smoothing: antialiased;
      font-size: 1.5rem;
      color: #f9f8f8;
      content: "\f054"; }
    .footer-nav-widget .footer-newsletter form button:hover, .footer-nav-widget .footer-newsletter form button:focus {
      background-color: #8f8575; }

.rtl .footer-nav-widget .footer-newsletter form button:before {
  content: ""; }

/*--------------------------------------------------------------
# Custom Post Types
--------------------------------------------------------------*/
.single-essay #secondary,
.page-template-single-essay #secondary {
  display: none; }
.single-essay .essay-citations,
.page-template-single-essay .essay-citations {
  background: #f3f3f3; }
.single-essay .citations-header,
.page-template-single-essay .citations-header {
  display: none; }
.single-essay .citations-content,
.page-template-single-essay .citations-content {
  font-size: 0.875rem;
  padding: 4rem 2rem 2rem; }
  .single-essay .citations-content dt,
  .page-template-single-essay .citations-content dt {
    color: #686158;
    position: absolute;
    margin: 0; }
  .single-essay .citations-content dd,
  .page-template-single-essay .citations-content dd {
    margin: 0 0 2em 2.5em; }
.single-essay .current-footnote,
.page-template-single-essay .current-footnote {
  background: rgba(255, 235, 59, 0.15); }
@media screen and (min-width: 50.0625em) {
  .single-essay,
  .page-template-single-essay {
    /* Class applied when citations opened */ }
    .single-essay #page,
    .page-template-single-essay #page {
      left: 0;
      position: relative;
      transition: left 0.4s; }
    .single-essay .citations-header,
    .page-template-single-essay .citations-header {
      display: block;
      position: fixed;
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 2; }
    .single-essay .offset-header:after,
    .single-essay .content-area:after,
    .page-template-single-essay .offset-header:after,
    .page-template-single-essay .content-area:after {
      content: "";
      clear: both;
      display: block; }
    .single-essay #main,
    .single-essay .offset-header header,
    .single-essay .offset-header .breadcrumb-trail,
    .page-template-single-essay #main,
    .page-template-single-essay .offset-header header,
    .page-template-single-essay .offset-header .breadcrumb-trail {
      float: right;
      width: 66%; }
    .single-essay #secondary,
    .page-template-single-essay #secondary {
      display: block;
      float: left;
      width: 29%; }
    .single-essay .essay-citations,
    .page-template-single-essay .essay-citations {
      bottom: 0;
      overflow: hidden;
      overflow-y: auto;
      position: fixed;
      right: -50%;
      top: 0;
      transition: right 0.4s;
      width: 50%; }
    .single-essay.admin-bar .essay-citations,
    .page-template-single-essay.admin-bar .essay-citations {
      top: 32px; }
    .single-essay .citations-header,
    .page-template-single-essay .citations-header {
      background: #e1dddd;
      padding: 0.27rem 2rem; }
    .single-essay #citations-close,
    .page-template-single-essay #citations-close {
      background: transparent;
      border: 0;
      box-shadow: none;
      font-size: 0.75rem;
      color: #686158;
      margin: 0;
      padding: 1.375rem 0 1.125rem; }
      .single-essay #citations-close:before,
      .page-template-single-essay #citations-close:before {
        content: "\f104";
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: none;
        vertical-align: text-bottom;
        -webkit-font-smoothing: antialiased;
        margin: 0 0.5em 0 0;
        position: relative;
        top: -2px; }
    .single-essay .citations-content,
    .page-template-single-essay .citations-content {
      font-size: 0.75rem; }
      .single-essay .citations-content dt.citation-highlight,
      .page-template-single-essay .citations-content dt.citation-highlight {
        color: #E64C38; }
    .single-essay .citations-overlay,
    .page-template-single-essay .citations-overlay {
      display: none; }
    .single-essay.citations-open #page,
    .page-template-single-essay.citations-open #page {
      height: 100vh;
      left: -50%;
      overflow: hidden; }
    .single-essay.citations-open .essay-citations,
    .page-template-single-essay.citations-open .essay-citations {
      right: 0; }
    .single-essay.citations-open .citations-overlay,
    .page-template-single-essay.citations-open .citations-overlay {
      height: 100vh;
      width: 100vw;
      position: absolute;
      background: rgba(105, 105, 105, 0.75);
      z-index: 2;
      display: block; } }
@media screen and (min-width: 87.5625em) {
  .single-essay,
  .page-template-single-essay {
    /* Class applied when citations opened */ }
    .single-essay .essay-citations,
    .page-template-single-essay .essay-citations {
      right: -29%;
      width: 29%; }
    .single-essay.citations-open #page,
    .page-template-single-essay.citations-open #page {
      left: -29%; }
    .single-essay.citations-open .essay-citations,
    .page-template-single-essay.citations-open .essay-citations {
      right: 0; } }

#col-main-image {
  position: relative;
  background: #5f5f5f;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

#col-main-image img {
  left: 10%;
  position: absolute;
  top: 10%;
  width: auto; }

#col-main-image img:empty {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* Toolbar */
#toolbarDiv {
  background: #5f5f5f;
  padding: 0.5em;
  z-index: 99; }
  #toolbarDiv ul, #toolbarDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline; }
  #toolbarDiv ul.toolbarRight {
    float: right; }
  #toolbarDiv a {
    color: #fff;
    text-decoration: none; }

/* Metazone */
.metazone {
  background-color: #f8f8f8; }

#cc0SVG {
  min-height: 17px;
  min-width: 34px;
  max-height: 17px;
  max-width: 34px; }

#iiifSVG {
  min-height: 16px;
  min-width: 16px;
  max-height: 16px;
  max-width: 16px; }

.svgIcon {
  fill: white; }

/* Thumbnail Slider - Main */
#thumb-slider,
#thumb-slider li {
  list-style: none;
  margin: 0;
  padding: 0; }

#thumb-slider li {
  float: left;
  margin: 0 0.2em 0 0; }
  #thumb-slider li img {
    border: 2px solid transparent;
    height: 100px;
    width: auto; }
  #thumb-slider li.selected {
    opacity: 0.5; }
    #thumb-slider li.selected img {
      border-color: #b51927; }
  #thumb-slider li:focus {
    outline: none; }

#thumb-slider.slideshow-dir-rtl li {
  float: right;
  margin: 0 0 0 0.2em; }

.slick-prev,
.slick-prev:hover,
.slick-prev:focus,
.slick-next,
.slick-next:hover,
.slick-next:focus {
  /* background: transparent; */
  width: 25px; }

.slick-disabled:hover {
  cursor: default; }

#currentpage {
  display: block;
  font-size: 0.75rem;
  padding: 0.5em 0 1.0em; }

div[dir=rtl] + #currentpage {
  float: left; }

#rtl-direction {
  display: block;
  font-size: 0.75rem;
  float: right;
  padding: 0.5em 0 1.0em;
  text-align: right; }

.single-tms_object .post-edit-link {
  clear: both;
  display: block; }

/* Image Meta */
.tms-image-metadata {
  text-transform: uppercase; }

/* Header area */
.object-header:before, .object-header:after {
  content: "";
  display: table;
  clear: both; }
.object-header h1 {
  float: left; }
.object-header .citation-open {
  float: right; }

/* Description */
#txtIntroDescriptionData {
  max-height: 50px;
  overflow: hidden; }

#txtIntroDescriptionReadMore {
  text-align: right;
  padding-bottom: 2em; }

/* Bibliography */
#Bibliography ul {
  list-style: none;
  margin: 0; }
  #Bibliography ul li {
    margin-bottom: 12px; }

/* Columns */
#txtMetaData dl,
#txtMetaData dt,
#txtMetaData dd,
.tms-object-sidebar dl,
.tms-object-sidebar dt,
.tms-object-sidebar dd,
.tms-object-main dl,
.tms-object-main dt,
.tms-object-main dd {
  margin-left: 0;
  padding-left: 0; }
#txtMetaData dt,
.tms-object-sidebar dt,
.tms-object-main dt {
  text-transform: uppercase; }
#txtMetaData dd,
.tms-object-sidebar dd,
.tms-object-main dd {
  margin-bottom: 0; }
#txtMetaData dd *:last-child,
.tms-object-sidebar dd *:last-child,
.tms-object-main dd *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.objTitle {
  text-transform: uppercase; }

.collapse-text {
  transition: max-height 0.4s; }

/* More text toggle */
.read-more-toggle,
.read-less-toggle {
  color: #686158;
  cursor: pointer;
  text-decoration: underline; }
  .read-more-toggle:hover, .read-more-toggle:focus,
  .read-less-toggle:hover,
  .read-less-toggle:focus {
    color: #E64C38; }

.accession-number {
  font-size: 0.8em; }

@media screen and (min-width: 50.0625em) {
  .tms-object-main {
    float: right;
    width: 66%; }

  .tms-object-sidebar {
    float: left;
    width: 29%; } }
.fs-download-icon {
  display: inline-block;
  margin-right: 0.25em;
  position: relative;
  top: 5px; }

.download-info-icon {
  margin-left: 0.25em;
  text-decoration: none; }

a.tippy {
  cursor: pointer; }

#toolbarDiv .tippy-popper a {
  color: #444444;
  text-decoration: underline;
  cursor: pointer; }

.popover-body {
  padding: .75rem; }

.popover-header {
  color: inherit;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  padding: .75rem;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.print-view {
  display: none; }

/**
 * TODO: Print Styles
 */
.exhibition-landing .narrow-content {
  padding-bottom: 0;
  padding-top: 0; }
.exhibition-landing .wrap + .wrap {
  padding-top: 0; }
.exhibition-landing .entry-content {
  position: relative; }
.exhibition-landing .entry-header .entry-title:not(:last-child) {
  margin-bottom: 0; }
.exhibition-landing .entry-header h3 {
  margin-bottom: 1.875rem; }
.exhibition-landing .exhibition-display-date {
  color: #777777;
  font-style: italic; }
.exhibition-landing .exhibition-links {
  list-style: none;
  margin: 0 0 3em;
  padding: 0; }
  @media screen and (min-width: 50.0625em) {
    .exhibition-landing .exhibition-links {
      left: -20%;
      margin-bottom: 0;
      position: absolute;
      top: 0; } }
  .exhibition-landing .exhibition-links li {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 30.0625em) {
      .exhibition-landing .exhibition-links li {
        display: inline-block;
        margin-right: 2em; } }
    @media screen and (min-width: 50.0625em) {
      .exhibition-landing .exhibition-links li {
        display: block;
        margin-right: 0; } }
    .exhibition-landing .exhibition-links li a {
      color: #686158;
      font-size: 0.75rem;
      text-decoration: none; }
    .exhibition-landing .exhibition-links li a:before {
      display: inline-block;
      font-size: 1.25rem;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      vertical-align: text-bottom;
      -webkit-font-smoothing: antialiased;
      position: relative;
      text-align: center;
      top: 1px;
      width: 1.5em; }
    .exhibition-landing .exhibition-links li.exhibition-events a:before {
      content: "\f073"; }
    .exhibition-landing .exhibition-links li.exhibition-social a:before {
      content: "\f0e5"; }
    .exhibition-landing .exhibition-links li.exhibition-support a:before {
      content: "\f155"; }
    .exhibition-landing .exhibition-links li.exhibition-press a:before {
      content: "\f1ea"; }
.exhibition-landing .related-links ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.exhibition-landing .related-links li {
  margin: 0;
  padding: 0; }
.exhibition-landing .additional-support {
  border-top: 2px solid #b1aa9f;
  color: #655e52;
  font-size: 90%;
  font-weight: 300;
  padding: 2em 0 1em; }
.exhibition-landing .fs-sponsor-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .exhibition-landing .fs-sponsor-logos .fs-sponsor-logo {
    max-width: 50%;
    padding: 1em 1em 0; }
    @media screen and (min-width: 30.0625em) {
      .exhibition-landing .fs-sponsor-logos .fs-sponsor-logo {
        max-width: 33%; } }
    @media screen and (min-width: 50.0625em) {
      .exhibition-landing .fs-sponsor-logos .fs-sponsor-logo {
        display: block;
        margin-right: 0; } }

.single-exhibition .entry-parent-title {
  margin-bottom: 0; }

.post-type-archive-exhibition .posts-navigation .nav-previous,
.post-type-archive-exhibition .posts-navigation .nav-next,
.post-type-archive-exhibition .post-navigation .nav-previous,
.post-type-archive-exhibition .post-navigation .nav-next,
.tax-exhibition_type .posts-navigation .nav-previous,
.tax-exhibition_type .posts-navigation .nav-next,
.tax-exhibition_type .post-navigation .nav-previous,
.tax-exhibition_type .post-navigation .nav-next,
.tax-exhibition_status .posts-navigation .nav-previous,
.tax-exhibition_status .posts-navigation .nav-next,
.tax-exhibition_status .post-navigation .nav-previous,
.tax-exhibition_status .post-navigation .nav-next {
  background-color: transparent; }
.post-type-archive-exhibition .exhibition-type-heading,
.tax-exhibition_type .exhibition-type-heading,
.tax-exhibition_status .exhibition-type-heading {
  color: #404040; }
.post-type-archive-exhibition .exhibition,
.tax-exhibition_type .exhibition,
.tax-exhibition_status .exhibition {
  padding-bottom: 2em; }
  .post-type-archive-exhibition .exhibition .entry-title,
  .tax-exhibition_type .exhibition .entry-title,
  .tax-exhibition_status .exhibition .entry-title {
    font-size: 1rem;
    font-weight: 600; }
    .post-type-archive-exhibition .exhibition .entry-title a,
    .tax-exhibition_type .exhibition .entry-title a,
    .tax-exhibition_status .exhibition .entry-title a {
      color: #444444; }
  .post-type-archive-exhibition .exhibition .entry-content,
  .tax-exhibition_type .exhibition .entry-content,
  .tax-exhibition_status .exhibition .entry-content {
    font-size: 0.9375rem;
    margin-top: 0.5rem; }
    .post-type-archive-exhibition .exhibition .entry-content p,
    .tax-exhibition_type .exhibition .entry-content p,
    .tax-exhibition_status .exhibition .entry-content p {
      margin-bottom: 0.5rem; }
  @media screen and (min-width: 30.0625em) {
    .post-type-archive-exhibition .exhibition .post-thumbnail,
    .tax-exhibition_type .exhibition .post-thumbnail,
    .tax-exhibition_status .exhibition .post-thumbnail {
      float: left;
      width: 25%; }
    .post-type-archive-exhibition .exhibition .entry-body,
    .tax-exhibition_type .exhibition .entry-body,
    .tax-exhibition_status .exhibition .entry-body {
      float: right;
      padding-left: 2%;
      width: 73%; } }
  .post-type-archive-exhibition .exhibition .entry-title,
  .tax-exhibition_type .exhibition .entry-title,
  .tax-exhibition_status .exhibition .entry-title {
    margin-bottom: 0; }
.post-type-archive-exhibition .event-details,
.tax-exhibition_type .event-details,
.tax-exhibition_status .event-details {
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-type-archive-exhibition .event-details li,
  .tax-exhibition_type .event-details li,
  .tax-exhibition_status .event-details li {
    margin: 0;
    padding: 0; }
.post-type-archive-exhibition .exhibition-time,
.tax-exhibition_type .exhibition-time,
.tax-exhibition_status .exhibition-time {
  font-style: italic; }
.post-type-archive-exhibition .widget-area .secondary-navigation-header,
.tax-exhibition_type .widget-area .secondary-navigation-header,
.tax-exhibition_status .widget-area .secondary-navigation-header {
  color: #444444;
  font-size: 1rem;
  font-weight: 600; }
  @media screen and (min-width: 50.0625em) {
    .post-type-archive-exhibition .widget-area .secondary-navigation-header,
    .tax-exhibition_type .widget-area .secondary-navigation-header,
    .tax-exhibition_status .widget-area .secondary-navigation-header {
      margin-bottom: 2em; } }

.tax-exhibition_type .archive-label,
.tax-exhibition_status .archive-label {
  display: none; }

.single-transcript {
  padding: 1em; }
  .single-transcript h1,
  .single-transcript h2,
  .single-transcript h3,
  .single-transcript h4,
  .single-transcript h5,
  .single-transcript h6 {
    color: #000;
    font-weight: 700; }
  .single-transcript .entry-title {
    font-size: 2rem; }

@media screen and (min-width: 50.0625em) {
  .event-template-default #main,
  .event-template-generic-events-template #main {
    width: 71%; } }
@media screen and (min-width: 30.0625em) {
  .event-template-default .entry-body,
  .event-template-generic-events-template .entry-body {
    float: right;
    padding-left: 2%;
    width: 73%; }
  .event-template-default .no-thumbnail .entry-body,
  .event-template-generic-events-template .no-thumbnail .entry-body {
    width: 100%; }
  .event-template-default .post-thumbnail,
  .event-template-generic-events-template .post-thumbnail {
    float: left;
    width: 25%; } }
.event-template-default header h1,
.event-template-generic-events-template header h1 {
  color: #686158;
  margin-bottom: 0; }
.event-template-default .event-details,
.event-template-generic-events-template .event-details {
  list-style: none;
  margin-left: 0; }
.event-template-default .event-actions a,
.event-template-generic-events-template .event-actions a {
  color: #686158;
  text-decoration: none; }
.event-template-default #secondary,
.event-template-generic-events-template #secondary {
  padding-top: 50px; }
  .event-template-default #secondary .widget-title,
  .event-template-generic-events-template #secondary .widget-title {
    color: #000;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 0.5em;
    text-transform: none; }

.post-type-archive-event .event,
.tax-event_categories .event {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 2em; }
  @media screen and (min-width: 30.0625em) {
    .post-type-archive-event .event .post-thumbnail,
    .tax-event_categories .event .post-thumbnail {
      float: left;
      width: 25%; }
    .post-type-archive-event .event .entry-body,
    .tax-event_categories .event .entry-body {
      float: right;
      padding-left: 2%;
      width: 73%; } }
  .post-type-archive-event .event .entry-title,
  .tax-event_categories .event .entry-title {
    margin-bottom: 0; }
.post-type-archive-event .event-details,
.tax-event_categories .event-details {
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-type-archive-event .event-details li,
  .tax-event_categories .event-details li {
    margin: 0;
    padding: 0; }
.post-type-archive-event .posts-navigation .nav-previous,
.post-type-archive-event .posts-navigation .nav-next,
.post-type-archive-event .post-navigation .nav-previous,
.post-type-archive-event .post-navigation .nav-next,
.tax-event_categories .posts-navigation .nav-previous,
.tax-event_categories .posts-navigation .nav-next,
.tax-event_categories .post-navigation .nav-previous,
.tax-event_categories .post-navigation .nav-next {
  background: transparent; }

.single-press-release #main,
.single-press-release .offset-header header,
.single-press-release .offset-header .breadcrumb-trail {
  float: left; }
.single-press-release #secondary {
  float: right; }
.single-press-release .entry-header .entry-title:not(:last-child) {
  margin-bottom: 0; }
.single-press-release .entry-header h2 {
  margin-bottom: 1.875rem; }

.post-type-archive-press-release:not(.search-results) #main,
.tax-press_release_categories #main {
  float: left; }
.post-type-archive-press-release:not(.search-results) #secondary,
.tax-press_release_categories #secondary {
  float: right; }
.post-type-archive-press-release:not(.search-results) .archive-label,
.tax-press_release_categories .archive-label {
  display: none; }
.post-type-archive-press-release:not(.search-results) .press-release-type,
.tax-press_release_categories .press-release-type {
  border-bottom: 1px solid #dadada;
  padding: 1em 0; }
  .post-type-archive-press-release:not(.search-results) .press-release-type:first-of-type,
  .tax-press_release_categories .press-release-type:first-of-type {
    padding-top: 0; }
  .post-type-archive-press-release:not(.search-results) .press-release-type:last-of-type,
  .tax-press_release_categories .press-release-type:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
.post-type-archive-press-release:not(.search-results) .press-release,
.tax-press_release_categories .press-release {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 2em; }
  .post-type-archive-press-release:not(.search-results) .press-release:last-of-type,
  .tax-press_release_categories .press-release:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  @media screen and (min-width: 30.0625em) {
    .post-type-archive-press-release:not(.search-results) .press-release .post-thumbnail,
    .tax-press_release_categories .press-release .post-thumbnail {
      float: left;
      width: 25%; }
    .post-type-archive-press-release:not(.search-results) .press-release .entry-body,
    .tax-press_release_categories .press-release .entry-body {
      float: right;
      padding-left: 2%;
      width: 73%; } }
  .post-type-archive-press-release:not(.search-results) .press-release .entry-title,
  .tax-press_release_categories .press-release .entry-title {
    margin-bottom: 0; }
  .post-type-archive-press-release:not(.search-results) .press-release .entry-content,
  .tax-press_release_categories .press-release .entry-content {
    margin-top: 1em; }
    .post-type-archive-press-release:not(.search-results) .press-release .entry-content p,
    .tax-press_release_categories .press-release .entry-content p {
      margin-bottom: 1em; }
.post-type-archive-press-release:not(.search-results) .see-more-link,
.tax-press_release_categories .see-more-link {
  display: inline-block;
  margin-bottom: 2em;
  text-align: right; }
.post-type-archive-press-release:not(.search-results) .press-release-archive-nav,
.tax-press_release_categories .press-release-archive-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-type-archive-press-release:not(.search-results) .press-release-archive-nav li,
  .tax-press_release_categories .press-release-archive-nav li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .post-type-archive-press-release:not(.search-results) .press-release-archive-nav li:after,
    .tax-press_release_categories .press-release-archive-nav li:after {
      content: "\2022";
      display: inline-block;
      margin: 0 0.5em; }
    .post-type-archive-press-release:not(.search-results) .press-release-archive-nav li:last-child:after,
    .tax-press_release_categories .press-release-archive-nav li:last-child:after {
      display: none; }
.post-type-archive-press-release:not(.search-results) .posts-navigation .nav-previous,
.post-type-archive-press-release:not(.search-results) .posts-navigation .nav-next,
.post-type-archive-press-release:not(.search-results) .post-navigation .nav-previous,
.post-type-archive-press-release:not(.search-results) .post-navigation .nav-next,
.tax-press_release_categories .posts-navigation .nav-previous,
.tax-press_release_categories .posts-navigation .nav-next,
.tax-press_release_categories .post-navigation .nav-previous,
.tax-press_release_categories .post-navigation .nav-next {
  background: transparent; }

.page-template-press-media-template .press-media-intro {
  margin-bottom: 2em;
  padding-bottom: 1em; }
.page-template-press-media-template .press-media-intro:not(:last-child) {
  border-bottom: 1px solid #ecebe8; }
.page-template-press-media-template #press-media-goto {
  width: 100%; }
.page-template-press-media-template .select2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2em; }
.page-template-press-media-template .select2-results__option {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 2em; }
  .page-template-press-media-template .select2-results__option span.press-media-date {
    display: block;
    font-size: 90%;
    opacity: 0.8; }
.page-template-press-media-template .images-multimedia {
  padding-bottom: 2em; }
.page-template-press-media-template .entry-header .entry-title {
  margin-bottom: 0;
  padding-bottom: 0; }
.page-template-press-media-template .post-meta {
  font-size: 90%; }
  .page-template-press-media-template .post-meta time {
    display: inline; }
  .page-template-press-media-template .post-meta .post-edit-link:not(:first-child):before {
    content: "\2022";
    display: inline-block;
    margin: 0 0.5em; }
.page-template-press-media-template .slider-container {
  padding: 20px 0; }
.page-template-press-media-template .slider {
  padding: 0 10px; }
.page-template-press-media-template .slide {
  padding: 0 10px; }

@media screen and (min-width: 50.0625em) {
  .page-template-press-media-template #press-media-goto {
    max-width: 50%;
    width: auto; } }
.post-type-archive-podcast .page-title .archive-label {
  display: none; }
.post-type-archive-podcast #main .latest-podcast {
  border-bottom: 1px solid #dadada;
  padding-bottom: 2em; }
.post-type-archive-podcast #main .podcast-episode-links {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0; }
  .post-type-archive-podcast #main .podcast-episode-links li {
    display: inline-block; }
    .post-type-archive-podcast #main .podcast-episode-links li:after {
      content: "\007C";
      display: inline-block;
      margin: 0 0.25em; }
    .post-type-archive-podcast #main .podcast-episode-links li:last-child:after {
      display: none; }
.post-type-archive-podcast #main .podcast-series-grid .entry-title {
  margin-bottom: 0; }
.post-type-archive-podcast #main .podcast-series-grid .entry-content {
  margin-top: 0; }
.post-type-archive-podcast #main .podcast-series-links {
  font-size: 90%;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0; }

.single-podcast #podcast-sorter,
.tax-series #podcast-sorter,
.tax-podcast_tags #podcast-sorter {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end; }
  .single-podcast #podcast-sorter label,
  .tax-series #podcast-sorter label,
  .tax-podcast_tags #podcast-sorter label {
    margin: 0 8px; }
.single-podcast .podcast-episodes .podcast,
.tax-series .podcast-episodes .podcast,
.tax-podcast_tags .podcast-episodes .podcast {
  border-bottom: 1px solid #dadada;
  padding: 1em 0; }
  .single-podcast .podcast-episodes .podcast:first-of-type,
  .tax-series .podcast-episodes .podcast:first-of-type,
  .tax-podcast_tags .podcast-episodes .podcast:first-of-type {
    padding-top: 0; }
  .single-podcast .podcast-episodes .podcast:last-of-type,
  .tax-series .podcast-episodes .podcast:last-of-type,
  .tax-podcast_tags .podcast-episodes .podcast:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  @media screen and (min-width: 30.0625em) {
    .single-podcast .podcast-episodes .podcast.has-post-thumbnail .post-thumbnail,
    .tax-series .podcast-episodes .podcast.has-post-thumbnail .post-thumbnail,
    .tax-podcast_tags .podcast-episodes .podcast.has-post-thumbnail .post-thumbnail {
      float: left;
      width: 25%; }
    .single-podcast .podcast-episodes .podcast.has-post-thumbnail .entry-body,
    .tax-series .podcast-episodes .podcast.has-post-thumbnail .entry-body,
    .tax-podcast_tags .podcast-episodes .podcast.has-post-thumbnail .entry-body {
      float: right;
      padding-left: 2%;
      width: 73%; } }
  .single-podcast .podcast-episodes .podcast .entry-title,
  .tax-series .podcast-episodes .podcast .entry-title,
  .tax-podcast_tags .podcast-episodes .podcast .entry-title {
    margin-bottom: 0; }
.single-podcast .accordion .gallery .gallery-caption,
.tax-series .accordion .gallery .gallery-caption,
.tax-podcast_tags .accordion .gallery .gallery-caption {
  display: none; }

.tax-series .page-title .archive-label {
  display: none; }

.collectionsarea-template-default .slider-container {
  margin-bottom: 50px;
  margin-top: 0; }
.collectionsarea-template-default .narrow-content {
  padding-bottom: 0; }

@media screen and (min-width: 50.0625em) {
  .collectionsarea-template-default .slider-container {
    margin-bottom: 100px;
    margin-top: 50px; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    color: #848484;
    font-size: 90%;
    margin: 0.8075em 0; }

.wp-post-image-caption {
  display: none; }

.hero-image {
  position: relative;
  text-align: center; }
  .hero-image .wp-post-image {
    display: block;
    margin: 0 auto; }
  .hero-image .wp-post-image-caption {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: block;
    margin: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%; }
    .hero-image .wp-post-image-caption a {
      color: #fff;
      text-decoration: underline; }
  .hero-image:hover .wp-post-image-caption, .hero-image:focus .wp-post-image-caption {
    opacity: 1; }

/* Audio Players */
.mejs-audio {
  margin-bottom: 2em; }
  .mejs-audio button {
    box-shadow: none; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }
  .gallery[class*='gallery-columns'] {
    margin-left: -0.5%;
    margin-right: -0.5%; }
  .gallery figure {
    margin: 0; }

.gallery-item {
  display: inline-block;
  padding: 0.5%;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Print styles
--------------------------------------------------------------*/
/* Print Styles */
@media print {
  #global-branding,
  #site-navigation,
  .fb-like,
  #custom-footer,
  .footer-block,
  .site-info .footer-info .proudly-powered,
  #breadcrumb {
    display: none !important; }

  .wrap {
    padding-left: 0;
    padding-right: 0; }

  body,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000 !important; }

  a {
    text-decoration: none; }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 11pt !important; }

  h1 {
    font-size: 18pt; }

  h2 {
    font-size: 16pt; }

  h3 {
    font-size: 14pt; }

  h4 {
    font-size: 12pt; }

  h5 {
    font-size: 11pt; }

  h6 {
    font-size: 10pt; }

  #masthead,
  .site-info {
    background: transparent; }

  #masthead .logo-fill {
    fill: #000;
    max-width: 150px; }

  .site-info .footer-info .copyright {
    color: #000; }

  /* TMS Object-specific */
  .single-tms_object .metazone {
    background: transparent; }
  .single-tms_object .metazone > .wrap {
    padding: 0; }
  .single-tms_object .print-view {
    display: block;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid; }
  .single-tms_object .print-view {
    max-height: 500px;
    max-width: 60%; }
  .single-tms_object .object-header .citation-open,
  .single-tms_object #objectview,
  .single-tms_object #thumb-slider,
  .single-tms_object #currentpage,
  .single-tms_object .dl-link,
  .single-tms_object .read-more-toggle,
  .single-tms_object .read-less-toggle,
  .single-tms_object .slider-container {
    display: none !important; }
  .single-tms_object .collapse-text {
    max-height: 100000px !important;
    overflow: visible !important; } }
