/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.cta-button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  body {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  body {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  body {
    font-size: 14.5px;
  }
}
h2,
h3,
h4,
h5,
h6,
p,
.cta-button {
  margin-top: 0.3em;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}
h2 {
  font-family: "Interstate Light";
  font-size: 2.5em;
  line-height: 1.25em;
}
h3 {
  font-family: "Interstate Light";
  font-size: 2.125em;
}
h4 {
  font-family: "Interstate Light";
  font-size: 1.65em;
}
h5 {
  font-family: "Asap", Arial, sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.025em;
}
h5.caps {
  font-size: 1em;
  font-family: "Asap", Arial, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h6,
.cta-button {
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.825em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
header h6 {
  font-family: "Asap", Arial, sans-serif;
}
p {
  font-family: Times, serif;
  font-size: 0.955em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
}
p a {
  color: #939308;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
p a:hover {
  color: #6e6f06;
}
.sans {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.9em;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
body {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  body {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  body {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  body {
    font-size: 14.5px;
  }
}
.info-box,
.mason-jar .featured-image {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .info-box,
  .mason-jar .featured-image,
.mason-jar .featured-image {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .info-box,
  .mason-jar .featured-image,
.mason-jar .featured-image {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .info-box,
  .mason-jar .featured-image,
.mason-jar .featured-image {
    font-size: 14.5px;
  }
}
.visit .mobile-nav .hamburger {
  color: #e32f2b;
}
.visit .mobile-nav h4 {
  color: #e32f2b;
}
@media all and (min-width: 770px) {
  .visit .main-nav .active {
    color: #e32f2b;
    border-bottom-color: #e32f2b;
  }
}
.visit .box-title {
  background-color: #e32f2b;
  color: #efefef;
}
.visit .page-header h6 {
  color: #e32f2b;
  font-weight: 400;
}
.visit .info-box-innertext p.sans {
  color: #e32f2b;
}
.visit .detail-date span.day {
  border-bottom-color: #e32f2b;
}
.visit .result-content .box-title {
  background: #e32f2b;
}
.visit .info-box .box-title {
  background-color: #e32f2b;
  color: #efefef;
}
.visit .stamp-box:before {
  border-bottom-color: #e32f2b;
}
.exhibitions .mobile-nav .hamburger {
  color: #005698;
}
.exhibitions .mobile-nav h4 {
  color: #005698;
}
@media all and (min-width: 770px) {
  .exhibitions .main-nav .active {
    color: #005698;
    border-bottom-color: #005698;
  }
}
.exhibitions .box-title {
  background-color: #005698;
  color: #efefef;
}
.exhibitions .page-header h6 {
  color: #005698;
  font-weight: 400;
}
.exhibitions .info-box-innertext p.sans {
  color: #005698;
}
.exhibitions .detail-date span.day {
  border-bottom-color: #005698;
}
.exhibitions .result-content .box-title {
  background: #005698;
}
.exhibitions .info-box .box-title {
  background-color: #005698;
  color: #efefef;
}
.exhibitions .stamp-box:before {
  border-bottom-color: #005698;
}
.programs .mobile-nav .hamburger,
.performances .mobile-nav .hamburger {
  color: #e8891b;
}
.programs .mobile-nav h4,
.performances .mobile-nav h4 {
  color: #e8891b;
}
@media all and (min-width: 770px) {
  .programs .main-nav .active,
  .performances .main-nav .active {
    color: #e8891b;
    border-bottom-color: #e8891b;
  }
}
.programs .box-title,
.performances .box-title {
  background-color: #e8891b;
  color: #efefef;
}
.programs .page-header h6,
.performances .page-header h6 {
  color: #e8891b;
  font-weight: 400;
}
.programs .info-box-innertext p.sans,
.performances .info-box-innertext p.sans {
  color: #e8891b;
}
.programs .detail-date span.day,
.performances .detail-date span.day {
  border-bottom-color: #e8891b;
}
.programs .result-content .box-title,
.performances .result-content .box-title {
  background: #e8891b;
}
.programs .info-box .box-title,
.performances .info-box .box-title {
  background-color: #e8891b;
  color: #efefef;
}
.programs .stamp-box:before,
.performances .stamp-box:before {
  border-bottom-color: #e8891b;
}
.publication .mobile-nav .hamburger,
.publications .mobile-nav .hamburger {
  color: #877665;
}
.publication .mobile-nav h4,
.publications .mobile-nav h4 {
  color: #877665;
}
@media all and (min-width: 770px) {
  .publication .main-nav .active,
  .publications .main-nav .active {
    color: #877665;
    border-bottom-color: #877665;
  }
}
.publication .box-title,
.publications .box-title {
  background-color: #877665;
  color: #efefef;
}
.publication .page-header h6,
.publications .page-header h6 {
  color: #877665;
  font-weight: 400;
}
.publication .info-box-innertext p.sans,
.publications .info-box-innertext p.sans {
  color: #877665;
}
.publication .detail-date span.day,
.publications .detail-date span.day {
  border-bottom-color: #877665;
}
.publication .result-content .box-title,
.publications .result-content .box-title {
  background: #877665;
}
.publication .info-box .box-title,
.publications .info-box .box-title {
  background-color: #877665;
  color: #efefef;
}
.publication .stamp-box:before,
.publications .stamp-box:before {
  border-bottom-color: #877665;
}
.support .mobile-nav .hamburger {
  color: #d09e0b;
}
.support .mobile-nav h4 {
  color: #d09e0b;
}
@media all and (min-width: 770px) {
  .support .main-nav .active {
    color: #d09e0b;
    border-bottom-color: #d09e0b;
  }
}
.support .box-title {
  background-color: #d09e0b;
  color: #efefef;
}
.support .page-header h6 {
  color: #d09e0b;
  font-weight: 400;
}
.support .info-box-innertext p.sans {
  color: #d09e0b;
}
.support .detail-date span.day {
  border-bottom-color: #d09e0b;
}
.support .result-content .box-title {
  background: #d09e0b;
}
.support .info-box .box-title {
  background-color: #d09e0b;
  color: #efefef;
}
.support .stamp-box:before {
  border-bottom-color: #d09e0b;
}
.page .mobile-nav .hamburger {
  color: #939308;
}
.page .mobile-nav h4 {
  color: #939308;
}
@media all and (min-width: 770px) {
  .page .main-nav .active {
    color: #939308;
    border-bottom-color: #939308;
  }
}
.page .box-title {
  background-color: #939308;
  color: #efefef;
}
.page .page-header h6 {
  color: #939308;
  font-weight: 400;
}
.page .info-box-innertext p.sans {
  color: #939308;
}
.page .detail-date span.day {
  border-bottom-color: #939308;
}
.page .result-content .box-title {
  background: #939308;
}
.page .info-box .box-title {
  background-color: #939308;
  color: #efefef;
}
.page .stamp-box:before {
  border-bottom-color: #939308;
}
.about .mobile-nav .hamburger,
.news .mobile-nav .hamburger {
  color: #8d6b8b;
}
.about .mobile-nav h4,
.news .mobile-nav h4 {
  color: #8d6b8b;
}
@media all and (min-width: 770px) {
  .about .main-nav .active,
  .news .main-nav .active {
    color: #8d6b8b;
    border-bottom-color: #8d6b8b;
  }
}
.about .box-title,
.news .box-title {
  background-color: #8d6b8b;
  color: #efefef;
}
.about .page-header h6,
.news .page-header h6 {
  color: #8d6b8b;
  font-weight: 400;
}
.about .info-box-innertext p.sans,
.news .info-box-innertext p.sans {
  color: #8d6b8b;
}
.about .detail-date span.day,
.news .detail-date span.day {
  border-bottom-color: #8d6b8b;
}
.about .result-content .box-title,
.news .result-content .box-title {
  background: #8d6b8b;
}
.about .info-box .box-title,
.news .info-box .box-title {
  background-color: #8d6b8b;
  color: #efefef;
}
.about .stamp-box:before,
.news .stamp-box:before {
  border-bottom-color: #8d6b8b;
}
.collection .mobile-nav .hamburger {
  color: #395970;
}
.collection .mobile-nav h4 {
  color: #395970;
}
@media all and (min-width: 770px) {
  .collection .main-nav .active {
    color: #395970;
    border-bottom-color: #395970;
  }
}
.collection .box-title {
  background-color: #395970;
  color: #efefef;
}
.collection .page-header h6 {
  color: #395970;
  font-weight: 400;
}
.collection .info-box-innertext p.sans {
  color: #395970;
}
.collection .detail-date span.day {
  border-bottom-color: #395970;
}
.collection .result-content .box-title {
  background: #395970;
}
.collection .info-box .box-title {
  background-color: #395970;
  color: #efefef;
}
.collection .stamp-box:before {
  border-bottom-color: #395970;
}
.resources .mobile-nav .hamburger {
  color: #877665;
}
.resources .mobile-nav h4 {
  color: #877665;
}
@media all and (min-width: 770px) {
  .resources .main-nav .active {
    color: #877665;
    border-bottom-color: #877665;
  }
}
.resources .box-title {
  background-color: #877665;
  color: #efefef;
}
.resources .page-header h6 {
  color: #877665;
  font-weight: 400;
}
.resources .info-box-innertext p.sans {
  color: #877665;
}
.resources .detail-date span.day {
  border-bottom-color: #877665;
}
.resources .result-content .box-title {
  background: #877665;
}
.resources .info-box .box-title {
  background-color: #877665;
  color: #efefef;
}
.resources .stamp-box:before {
  border-bottom-color: #877665;
}
.featured-box,
.statistics-box,
.info-box,
.post-list-box .date-and-content,
.mason-jar .featured-image {
  border-bottom: 1px solid #cbcbcb;
}
.info-box,
.stamp,
.artwork-box,
.mason-jar .featured-image {
  background: #fff;
  margin-bottom: 20px;
}
.info-box-image,
.featured-box-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-color: #cbcbcb;
}
.info-box-image {
  height: 250px;
}
@media all and (max-width: 769px) {
  .info-box-image {
    height: 200px;
  }
}
.featured-box-image {
  height: 200px;
}
.box-title {
  display: block;
  height: 2.1em;
  line-height: 2.2em;
  padding: 25px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
  margin-top: 0;
}
@media all and (max-width: 1025px) {
  .box-title {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .box-title {
    padding: 15px;
  }
}
.info-box-innertext,
.mason-jar .green-box,
.mason-jar .green-box-cta {
  padding: 25px;
}
@media all and (max-width: 1025px) {
  .info-box-innertext,
  .mason-jar .green-box,
  .mason-jar .green-box-cta,
.mason-jar .green-box,
.mason-jar .green-box-cta {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .info-box-innertext,
  .mason-jar .green-box,
  .mason-jar .green-box-cta,
.mason-jar .green-box,
.mason-jar .green-box-cta {
    padding: 15px;
  }
}
.info-box-innertext h5,
.mason-jar .green-box h5,
.mason-jar .green-box-cta h5,
.info-box-innertext h4,
.mason-jar .green-box h4,
.mason-jar .green-box-cta h4 {
  margin-top: 0;
}
.info-box-innertext p,
.mason-jar .green-box p,
.mason-jar .green-box-cta p {
  color: #333;
}
.info-box-innertext strong,
.mason-jar .green-box strong,
.mason-jar .green-box-cta strong {
  font-weight: bold;
}
.info-box-innertext em,
.mason-jar .green-box em,
.mason-jar .green-box-cta em {
  font-weight: italic;
}
.info-box-innertext i,
.mason-jar .green-box i,
.mason-jar .green-box-cta i {
  font-weight: italic;
}
.info-boxes,
.featured-box-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.info-boxes > *,
.featured-box-title > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.info-boxes:after,
.featured-box-title:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.cta-button {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 30px;
  color: #fff;
}
@media all and (max-width: 1025px) {
  .cta-button {
    padding: 20px;
  }
}
@media all and (max-width: 769px) {
  .cta-button {
    padding: 15px;
  }
}
.cta-arrow {
  color: #939308;
}
.cta-arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #939308;
  display: inline-block;
  margin-left: 10px;
}
.view-cta {
  color: #939308;
  border: 1px solid #939308;
  padding: 1em 2em;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view-cta:hover {
  background: #939308;
  color: #fff;
}
@media all and (max-width: 769px) {
  .view-cta {
    padding: 0.5em 1em;
  }
}
.green-box-cta {
  background: #939308;
  font-size: 16px;
  padding: 25px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media all and (max-width: 1201px) {
  .green-box-cta {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .green-box-cta {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .green-box-cta {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .green-box-cta {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .green-box-cta {
    padding: 15px;
  }
}
.green-box-cta:hover {
  background: #6e6f06;
}
.green-box-cta .cta-arrow {
  text-transform: uppercase;
  color: #fff;
}
.cta-box {
  position: relative;
  color: #fff;
  background-position: center center;
}
.cta-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.1px;
  text-align: center;
  background: rgba(35,35,35,0.35);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cta-box .overlay::before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.cta-box .overlay .content {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .cta-box .overlay .content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .cta-box .overlay .content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .cta-box .overlay .content {
    font-size: 14.5px;
  }
}
.cta-box .overlay .content {
  width: 70%;
}
.cta-box .overlay .content h5 {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 0;
  margin-top: 0;
  line-height: 1.6em;
}
.cta-box .info {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: right;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5%;
}
.cta-box .info p {
  padding-bottom: 0;
  margin-top: 0;
}
.cta-box:hover .overlay {
  background: rgba(35,35,35,0.5);
}
.cta-box:hover .info {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.three-up-ctas,
.three-up {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  overflow: hidden;
  padding-top: 25px;
  margin-bottom: 25px;
}
.three-up-ctas > *,
.three-up > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.three-up-ctas:after,
.three-up:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .three-up-ctas,
  .three-up {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .three-up-ctas,
  .three-up {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.three-up-ctas iframe,
.three-up iframe {
  max-width: 100%;
}
.three-up-ctas > *,
.three-up > * {
  width: 32%;
}
@media all and (max-width: 769px) {
  .three-up-ctas > *,
  .three-up > * {
    width: 100%;
  }
}
.filter-header {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.filter-header > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.filter-header:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.filter-header div,
.filter-header .filter-nav {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .filter-header div,
  .filter-header .filter-nav {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .filter-header div,
  .filter-header .filter-nav {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .filter-header div,
  .filter-header .filter-nav {
    font-size: 14.5px;
  }
}
@media all and (max-width: 769px) {
  .filter-header {
    display: block !important;
    padding-top: 0 !important;
  }
  .filter-header div {
    display: none;
  }
}
.filter-nav {
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .filter-nav {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
}
@media all and (max-width: 769px) {
  .filter-nav {
    padding-top: 0;
  }
}
.filter-nav span,
.filter-nav a {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.825em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #333;
}
@media all and (max-width: 769px) {
  .filter-nav span,
  .filter-nav a {
    margin: 5px 0;
  }
}
.filter-nav span {
  margin-right: 2em;
}
.filter-nav .filter-item {
  display: inline-block;
  padding: 8px;
  border: 1px solid #cbcbcb;
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -ms-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  -webkit-transition: border ease 0.3s;
  -moz-transition: border ease 0.3s;
  -ms-transition: border ease 0.3s;
  -o-transition: border ease 0.3s;
  transition: border ease 0.3s;
}
.filter-nav .filter-item:hover {
  background-color: #cacaca;
  border-color: #333;
}
.filter-nav .category-active {
  background-color: #cacaca;
  border-color: #333;
}
.detail-date {
  text-align: right !important;
}
.detail-date span {
  display: block;
  font-family: "Asap", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #777;
}
.detail-date span.day,
.detail-date span.month {
  font-size: 1.9em;
}
.detail-date span.day {
  color: #000;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 2px solid;
}
.detail-date span.year {
  margin-top: 0.5em;
}
.exhibition-type {
  color: #efefef;
}
.years {
  display: inline-block;
}
.years .box-title {
  height: auto;
  padding: 13px 0 !important;
  line-height: 1em;
  background-color: #877665;
  text-align: center;
}
.years li {
  margin-left: 0 !important;
  overflow: hidden;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.years li:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  background-color: #939308;
}
.years li a {
  padding: 13px 0;
  display: block;
  font-size: 0.75em;
  font-family: "Asap", Arial, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.years li a.year-active {
  background: #939308;
  color: #fff;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.no-cssanimations.fadeIn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.fadeUp {
  -webkit-animation-name: fadeUp;
  -moz-animation-name: fadeUp;
  -ms-animation-name: fadeUp;
  -o-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes fadeUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.info-box-image-alone {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
@-webkit-keyframes fixed-header-animation {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes fixed-header-animation {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fixed-header-animation {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
header.main-header {
  background: #fff;
}
@media all and (min-width: 770px) {
  header.main-header {
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media all and (min-width: 770px) {
  header.main-header.fixed-header {
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    background: rgba(250,250,250,0.95);
    -webkit-animation: fixed-header-animation 0.5s;
    -moz-animation: fixed-header-animation 0.5s;
    -o-animation: fixed-header-animation 0.5s;
    -webkit-animation: fixed-header-animation 0.5s;
    -moz-animation: fixed-header-animation 0.5s;
    -ms-animation: fixed-header-animation 0.5s;
    -o-animation: fixed-header-animation 0.5s;
    animation: fixed-header-animation 0.5s;
  }
  header.main-header.fixed-header .homepage-nav {
    background: transparent;
  }
}
.american-folk-art-museum-logo img {
  max-width: 100%;
}
.subpages {
  max-width: 1260px;
  margin: 0 auto;
}
@media all and (max-width: 1401px) {
  .subpages {
    max-width: 90%;
  }
}
@media all and (max-width: 1201px) {
  .subpages {
    max-width: 92%;
  }
}
@media all and (max-width: 769px) {
  .mobile-nav {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0px;
  }
  .mobile-nav > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .mobile-nav:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .mobile-nav .hamburger {
    width: 10%;
    font-size: 20px;
    color: #939308;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
  }
  .mobile-nav .header-info {
    width: 78%;
    padding-right: 3%;
  }
  .mobile-nav .header-info li,
  .mobile-nav .header-info h4 {
    display: block;
    text-align: center;
  }
  .mobile-nav .american-folk-art-museum-logo {
    width: 8%;
    text-align: right;
  }
  .subpages {
    max-width: 100%;
  }
  .subpages > .american-folk-art-museum-logo {
    display: none;
  }
  .subpages .header-info {
    font-size: 16px;
  }
  .subpages .header-info h4 {
    text-transform: uppercase;
    padding-bottom: 0;
    margin-top: 0;
    letter-spacing: 0.1em;
    font-size: 1.3em;
  }
}
@media all and (max-width: 500px) {
  .mobile-nav .header-info {
    padding-right: 4%;
  }
  .mobile-nav .header-info h4 {
    font-size: 1.1em;
  }
  .mobile-nav .american-folk-art-museum-logo {
    width: 10%;
  }
}
@media all and (min-width: 770px) {
  .mobile-nav .hamburger {
    display: none;
  }
  .mobile-nav .logo-mobile {
    display: none;
  }
  .subpages {
    position: relative;
  }
  .subpages .mobile-nav {
    display: none;
  }
  .subpages > .american-folk-art-museum-logo {
    width: 7%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  .subpages > .american-folk-art-museum-logo img {
    height: 100%;
  }
}
.logo-home {
  position: absolute;
  display: block;
}
@media all and (min-width: 770px) {
  #header-info-nav ul,
  .main-nav,
  .search-page,
  .homepage-nav .wrap nav ul {
    padding-right: 13%;
  }
}
.search-icon {
  z-index: 100;
}
.search-icon i {
  cursor: pointer;
  margin-left: 3em;
  font-size: 1.4em;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.search-icon i:hover {
  color: #808080;
}
#header-more-info {
  background: #333;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
#header-more-info.active {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  max-height: 500px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header-more-info .content {
  width: 100%;
  position: relative;
}
#header-more-info .content div {
  font-size: 16px;
  color: #fff;
}
#header-more-info .content div p {
  margin-top: 0;
  padding: 0.7em 0;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.18em;
  line-height: 1.85em;
}
#header-more-info .content div p span {
  display: block;
  color: #aaa;
}
#header-more-info .content div p.hours span {
  padding-bottom: 5px;
}
#header-more-info .content div p.hours span em {
  color: #fff;
  font-style: normal;
}
#header-more-info .content div p.subway span {
  display: inline-block;
  color: #fff;
  background: #e32f2b;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
@media all and (max-width: 769px) {
  #header-more-info .content div {
    padding-bottom: 10px;
  }
  #header-more-info.active {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 770px) {
  #header-more-info.active {
    max-height: 300px;
  }
  #header-more-info .wrap {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0px;
  }
  #header-more-info .wrap > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  #header-more-info .wrap:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  #header-more-info .map {
    background: url("/build/img/header-info-map.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 230px;
    display: none;
  }
  #header-more-info .content {
    margin: 20px 0;
  }
  #header-more-info .content div {
    width: 100%;
  }
  #header-more-info .content div p {
    padding: 0.7em 0;
  }
  #header-more-info #closeHeaderInfo {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #939308;
    font-size: 20px;
  }
}
@media all and (min-width: 1025px) {
  #header-more-info .map {
    display: inline-block;
    width: 39%;
  }
  #header-more-info .content {
    width: 58%;
  }
}
@media all and (min-width: 1201px) {
  #header-more-info .map {
    width: 44%;
  }
  #header-more-info .content {
    width: 53%;
  }
}
.homepage-nav {
  background: #ededed;
  padding: 0;
}
.homepage-nav .wrap {
  position: relative;
}
.homepage-nav .logo-home {
  position: absolute;
  bottom: 8px;
  width: 5.75%;
  text-align: right;
  right: 0;
}
.homepage-nav .logo-home img {
  max-width: 100%;
}
.homepage-nav nav ul {
  padding: 5px 0;
}
@media all and (min-width: 1201px) {
  .homepage-nav .logo-home {
    width: 5.5%;
  }
}
@media all and (min-width: 1401px) {
  .homepage-nav .logo-home {
    width: 5.15%;
  }
}
@media all and (max-width: 769px) {
  .homepage-nav .logo-home {
    display: none;
  }
}
.main-nav ul li {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.main-nav ul li:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.main-nav ul .mobile-search {
  display: none;
}
@media all and (max-width: 769px) {
  .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 270px;
    background: #333;
    color: #fff;
  }
  .main-nav ul {
    padding-top: 10px;
  }
  .main-nav ul li {
    font-family: "Interstate Light";
  }
  .main-nav ul li a {
    display: block;
    font-size: 18px;
    padding: 1em;
    border-bottom: 1px solid #444;
  }
  .main-nav ul li.search-icon i {
    margin-left: 0;
  }
  .main-nav ul li.search-icon a {
    border: none;
  }
  .main-nav ul #search {
    display: none;
  }
  .main-nav ul .mobile-search {
    display: block;
  }
  .show-nav {
    overflow-x: hidden;
  }
  .show-nav .subnav,
  .show-nav .container,
  .show-nav .mobile-nav,
  .show-nav #header-more-info,
  .show-nav .search-bar,
  .show-nav #filters-container,
  .show-nav footer {
    overflow-x: hidden;
    -webkit-transform: translate3d(270px, 0, 0);
    -moz-transform: translate3d(270px, 0, 0);
    -ms-transform: translate3d(270px, 0, 0);
    -o-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .show-nav .main-nav {
    z-index: 100;
    overflow-x: hidden;
    -webkit-transform: translate3d(270px, 0, 0);
    -moz-transform: translate3d(270px, 0, 0);
    -ms-transform: translate3d(270px, 0, 0);
    -o-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .subnav,
  .container,
  .mobile-nav,
  #header-more-info,
  footer {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .main-nav {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media all and (max-width: 500px) {
  .main-nav ul li a {
    font-size: 15px;
  }
}
@media all and (min-width: 770px) {
  .main-nav ul {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0px;
  }
  .main-nav ul > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .main-nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .main-nav ul .green {
    color: #939308;
  }
  .main-nav ul li {
    font-family: Interstate, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-align: left;
  }
  .main-nav ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 2px solid transparent;
  }
  .main-nav ul li a i {
    font-size: 1.5em;
    padding: 0 1em;
  }
}
@media all and (min-width: 1025px) {
  .main-nav ul li {
    font-size: 13px;
  }
  .main-nav ul li a {
    padding: 17px 0;
  }
  .main-nav ul li a i {
    padding-right: 0;
    padding-left: 3em;
  }
}
@media all and (min-width: 1201px) {
  .main-nav ul li {
    font-size: 15px;
  }
  .main-nav ul li a {
    padding: 20px 0;
  }
  .main-nav ul li a i {
    padding-left: 4em;
  }
}
.subnav ul li {
  letter-spacing: 0.05em;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.subnav ul li:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
@media all and (max-width: 769px) {
  .subnav {
    border-top: 1px solid #ededed;
    position: relative;
    display: block;
    z-index: 2;
  }
  .subnav h4.page-title {
    margin: 0 4%;
    padding: 15px 0;
    font-size: 1em;
    cursor: pointer;
    text-align: center;
  }
  .subnav h4.page-title:after {
    content: '>';
    display: inline-block;
    margin-left: 15px;
    font-family: Interstate, Arial, sans-serif;
    font-size: 1.3em;
    color: #939308;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .subnav h4.page-title.active:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .subnav ul {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -9999;
    background: rgba(35,35,35,0.95);
    padding: 15px 0;
    -webkit-transition: 0.3s opacity ease;
    -moz-transition: 0.3s opacity ease;
    -ms-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
  }
  .subnav ul a {
    cursor: default;
  }
  .subnav ul.active {
    visibility: visible;
    -webkit-transition: 0.3s opacity ease;
    -moz-transition: 0.3s opacity ease;
    -ms-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .subnav ul.active a {
    cursor: pointer;
  }
  .subnav li a {
    font-family: "Interstate Light";
    text-align: center;
    font-size: 0.875em;
    display: block;
    padding: 10px 4%;
    color: #fff;
  }
  .subnav li a.active {
    color: #aaa;
  }
}
@media all and (min-width: 770px) {
  .subnav {
    border-top: 1px solid transparent;
  }
  .subnav h4.page-title {
    display: none;
  }
  .subnav ul li {
    font-family: Interstate, Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    display: inline-block;
    margin-right: 1.5em;
  }
  .subnav ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 2px solid transparent;
  }
  .subnav ul li a.active {
    border-bottom-color: #000;
  }
}
@media all and (min-width: 1025px) {
  .subnav ul li {
    font-size: 12px;
    margin-right: 2em;
  }
  .subnav ul li a {
    padding: 17px 0;
  }
}
@media all and (min-width: 1201px) {
  .subnav ul li {
    font-size: 14px;
    margin-right: 1.75em;
  }
  .subnav ul li a {
    padding: 20px 0;
  }
}
@media all and (min-width: 1401px) {
  .subnav ul li {
    margin-right: 2em;
  }
}
.searchbutton {
  background: #939308;
  color: #fff;
}
.searchbutton h6 {
  font-weight: 400;
}
@-moz-keyframes fixed-header-animation {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fixed-header-animation {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fixed-header-animation {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fixed-header-animation {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media all and (min-width: 770px) and (max-width: 1025px) {
  #header-info-nav ul,
  .main-nav,
  .search-page,
  .homepage-nav .wrap nav ul {
    padding-right: 10%;
  }
  .homepage-nav {
    padding: 0;
  }
}
.search .search-bar,
.search-bar.active {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  max-height: 500px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.search-bar {
  background: #393939;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
.search-bar .wrap {
  padding: 10px 0;
}
.search-bar form {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.search-bar form > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.search-bar form:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 769px) {
  .search-bar form {
    padding: 0 20px;
  }
}
.search-bar form label,
.search-bar form input,
.search-bar form button {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .search-bar form label,
  .search-bar form input,
  .search-bar form button {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .search-bar form label,
  .search-bar form input,
  .search-bar form button {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .search-bar form label,
  .search-bar form input,
  .search-bar form button {
    font-size: 14.5px;
  }
}
.search-bar form label {
  color: #cbcbcb;
  width: 8%;
}
@media all and (max-width: 500px) {
  .search-bar form label {
    font-size: 11px;
    width: 15%;
  }
}
.search-bar form label h6 {
  margin-top: 0;
  padding-bottom: 0;
}
.search-bar form button {
  width: 8%;
  outline: none;
  border: none;
  background: #939308;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
}
@media all and (max-width: 1201px) {
  .search-bar form button {
    width: 12%;
  }
}
@media all and (max-width: 769px) {
  .search-bar form button {
    width: 20%;
  }
}
@media all and (max-width: 500px) {
  .search-bar form button {
    font-size: 11px;
  }
}
.search-bar form button h6 {
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 0;
}
.search-bar form input {
  width: 76%;
  margin-right: 6%;
  background: none;
  outline: none;
  border: none;
  padding: 10px 0;
  background: none;
  color: #fff;
  font-family: "Interstate Light";
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1201px) {
  .search-bar form input {
    width: 72%;
  }
}
@media all and (max-width: 769px) {
  .search-bar form input {
    width: 55%;
    font-size: 18px;
  }
}
@media all and (max-width: 500px) {
  .search-bar form input {
    width: 50%;
  }
}
.search-page {
  background: #fff;
  border-top: 1px solid #ededed;
}
.search-page .wrap {
  max-width: 100%;
}
.search-page .wrap input {
  color: #333;
}
.search-page .wrap label {
  color: #939308;
}
.search-result-item {
  padding: 25px 0 25px 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
@media all and (max-width: 1025px) {
  .search-result-item {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .search-result-item {
    padding: 15px 0 15px 0;
  }
}
.search-result-item > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.search-result-item:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.search-result-item .result-content {
  width: 66%;
}
@media all and (max-width: 769px) {
  .search-result-item .result-content {
    width: 100%;
  }
}
.search-result-item .result-image {
  width: 32%;
  background-color: #cbcbcb;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 270px;
}
@media all and (max-width: 769px) {
  .search-result-item .result-image {
    display: none;
  }
}
.search-result-item .result-content {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .search-result-item .result-content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .search-result-item .result-content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .search-result-item .result-content {
    font-size: 14.5px;
  }
}
.search-result-item .result-content h6.box-title {
  padding: 10px;
  margin-bottom: 10px;
}
.search-result-item .result-content h6.box-title {
  display: inline-block;
}
.search-result-item .result-content h4 {
  display: block;
}
.search-result-item .result-content a.cta-arrow {
  display: block;
  margin-top: 1em;
}
footer {
  background: #fff;
  overflow: hidden;
}
footer nav .wrap {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
footer nav .wrap > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
footer nav .wrap:after {
  content: '';
  width: 100%;
  display: inline-block;
}
footer nav .wrap > * {
  width: 24.5%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  footer nav .wrap > * {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  footer nav .wrap > * {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  footer nav .wrap > * {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  footer nav .wrap > * {
    width: 49%;
  }
}
@media all and (max-width: 550px) {
  footer nav .wrap > * {
    text-align: center;
    width: 100%;
  }
}
footer nav .wrap h5 {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
footer nav .wrap:hover h5 {
  color: #808080;
}
footer nav h5.caps {
  font-family: "Asap", Arial, sans-serif;
  padding: 25px 0 25px 0;
  cursor: pointer;
}
@media all and (max-width: 1025px) {
  footer nav h5.caps {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  footer nav h5.caps {
    padding: 15px 0 15px 0;
  }
}
@media all and (max-width: 769px) {
  footer nav h5.caps {
    padding-bottom: 0;
  }
}
footer nav h5.caps:after {
  content: '+';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 8px;
  color: #939308;
}
@media all and (max-width: 1025px) {
  footer nav h5.caps:after {
    display: none;
  }
}
footer nav .nav-section ul {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
}
footer nav .nav-section ul li {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.975em;
  letter-spacing: 0.025em;
  padding: 7px 0;
}
@media all and (max-width: 769px) {
  footer nav .nav-section ul li {
    font-size: 0.8em;
  }
}
@media all and (max-width: 1025px) {
  footer nav .nav-section ul {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 550px) {
  footer nav .nav-section ul {
    margin-bottom: 0;
  }
}
footer nav.active h5:after {
  content: "-";
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer nav.active .nav-section ul {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 300px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-bottom: 35px;
}
footer nav.active .footer-social .imls {
  display: block;
}
@media all and (max-width: 1025px) {
  footer nav.mobile .nav-section ul {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 300px;
    margin-bottom: 35px;
  }
}
footer nav .footer-social {
  padding: 12px 0;
}
footer nav .footer-social .imls {
  text-align: left;
  padding-top: 20px;
  display: none;
}
footer nav .footer-social ul,
footer nav .footer-social h6 {
  display: inline-block;
  vertical-align: middle;
}
footer nav .footer-social ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5em;
  font-size: 1.3em;
  color: #939308;
}
@media all and (max-width: 550px) {
  footer nav .footer-social {
    padding: 15px 0 25px 0;
  }
  footer nav .footer-social ul li {
    margin-left: 1em;
  }
}
footer .newsletter-signup {
  background: #939308;
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  footer .newsletter-signup {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  footer .newsletter-signup {
    padding: 15px 0 15px 0;
  }
}
footer .newsletter-signup .validation-wrap {
  max-width: 1260px;
  margin: auto;
}
@media all and (max-width: 1401px) {
  footer .newsletter-signup .validation-wrap {
    max-width: 90%;
  }
}
@media all and (max-width: 1201px) {
  footer .newsletter-signup .validation-wrap {
    max-width: 92%;
  }
}
footer .newsletter-signup span.alert,
footer .newsletter-signup span.success,
footer .newsletter-signup span.error {
  display: inline-block;
  font-size: 0.95em;
  font-family: "Asap", Arial, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5em;
  padding: 10px 0;
}
footer .newsletter-signup span.alert i,
footer .newsletter-signup span.success i,
footer .newsletter-signup span.error i {
  margin-right: 15px;
}
footer .newsletter-signup span.alert strong,
footer .newsletter-signup span.success strong,
footer .newsletter-signup span.error strong {
  font-weight: bold;
  margin-right: 5px;
}
@media all and (max-width: 1201px) {
  footer .newsletter-signup span.alert,
  footer .newsletter-signup span.success,
  footer .newsletter-signup span.error {
    font-size: 0.9em;
  }
}
@media all and (max-width: 769px) {
  footer .newsletter-signup span.alert,
  footer .newsletter-signup span.success,
  footer .newsletter-signup span.error {
    text-align: center;
  }
}
footer .newsletter-signup form {
  max-width: 1260px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 1401px) {
  footer .newsletter-signup form {
    max-width: 90%;
  }
}
@media all and (max-width: 1201px) {
  footer .newsletter-signup form {
    max-width: 92%;
  }
}
@media all and (max-width: 769px) {
  footer .newsletter-signup form {
    display: block;
    text-align: center;
  }
}
footer .newsletter-signup form input,
footer .newsletter-signup form label,
footer .newsletter-signup form button {
  display: inline-block;
  vertical-align: top;
  font-size: 0.95em;
  font-family: "Asap", Arial, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5em;
  padding: 10px 0;
}
@media all and (max-width: 1201px) {
  footer .newsletter-signup form input,
  footer .newsletter-signup form label,
  footer .newsletter-signup form button {
    font-size: 0.9em;
  }
}
@media all and (max-width: 769px) {
  footer .newsletter-signup form input,
  footer .newsletter-signup form label,
  footer .newsletter-signup form button {
    width: 100% !important;
    text-align: center;
  }
}
footer .newsletter-signup form label {
  width: 30%;
}
@media all and (max-width: 1201px) {
  footer .newsletter-signup form label {
    width: 40%;
  }
}
footer .newsletter-signup form button {
  width: 20%;
  background: 0;
  outline: none;
  border: none;
  font-family: "Asap", Arial, sans-serif;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer .newsletter-signup form button span {
  font-size: 1.3em;
  line-height: 0;
}
footer .newsletter-signup form button:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
footer .newsletter-signup form input {
  width: 49%;
  border: none;
  background: transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
@media all and (max-width: 1201px) {
  footer .newsletter-signup form input {
    width: 40%;
  }
}
footer .newsletter-signup form input::-webkit-input-placeholder {
  color: #fff;
}
footer .newsletter-signup form input::-moz-input-placeholder {
  color: #fff;
}
footer .newsletter-signup form input::-webkit-input-placeholder {
  text-transform: uppercase;
}
footer .newsletter-signup form input::-moz-input-placeholder {
  text-transform: uppercase;
}
footer .newsletter-signup form input::-webkit-input-placeholder {
  letter-spacing: 0.15em;
}
footer .newsletter-signup form input::-moz-input-placeholder {
  letter-spacing: 0.15em;
}
footer .newsletter-signup form input:focus {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  outline: 0;
}
footer .page-info-nav {
  background: #fff;
  display: block;
  cursor: default;
  border-top: 1px solid #ededed;
}
footer .page-info-nav ul {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  footer .page-info-nav ul {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  footer .page-info-nav ul {
    padding: 15px 0 15px 0;
  }
}
footer .page-info-nav ul li {
  padding: 10px 0;
}
@media all and (max-width: 1201px) {
  footer .page-info-nav li {
    width: 49%;
  }
}
@media all and (max-width: 769px) {
  footer .page-info-nav li {
    padding: 4px 0 !important;
  }
}
@media all and (max-width: 590px) {
  footer .page-info-nav li {
    width: 100%;
    text-align: center;
  }
}
.afam-welcome-banner {
  position: relative;
  height: 0;
  padding-top: 52.5%;
}
@media all and (max-width: 769px) {
  .afam-welcome-banner {
    height: 370px;
    padding-top: 0;
  }
}
.afam-welcome-banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.afam-welcome-banner a div {
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 1em 2em;
  display: inline-block;
  position: absolute;
}
@media all and (max-width: 769px) {
  .afam-welcome-banner a div {
    left: 0;
    right: 0;
    padding: 1em 1.5em;
  }
}
.afam-welcome-banner a div h5,
.afam-welcome-banner a div h4,
.afam-welcome-banner a div h2 {
  margin-top: 0;
  padding-bottom: 0;
  display: inline-block;
}
.afam-welcome-banner a div h4 {
  color: #cbcbcb;
  font-family: Interstate, Arial, sans-serif;
  letter-spacing: 0.05em;
}
.afam-welcome-banner a div h2 {
  font-weight: bold;
  font-size: 2.3em;
  letter-spacing: 0.035em;
}
.afam-welcome-banner a .caption-top h4 {
  margin-right: 0.5em;
  font-family: "Interstate Light";
}
@media all and (max-width: 769px) {
  .afam-welcome-banner a .caption-top h4 {
    display: block;
  }
}
.afam-welcome-banner a .caption-bottom {
  bottom: 0;
  right: 0;
}
.afam-welcome-banner a .caption-bottom h5 span {
  padding: 0 0.5em;
}
@-Webkit-Keyframes FadeInRight {
  0% {
    Opacity: 0;
    -Webkit-Transform: TranslateX(20px);
    Transform: TranslateX(20px);
  }
  100% {
    Opacity: 1;
    -Webkit-Transform: TranslateX(0);
    Transform: TranslateX(0);
  }
}
@Keyframes FadeInRight {
  0% {
    Opacity: 0;
    -Webkit-Transform: TranslateX(20px);
    -Ms-Transform: TranslateX(20px);
    Transform: TranslateX(20px);
  }
  100% {
    Opacity: 1;
    -Webkit-Transform: TranslateX(0);
    -Ms-Transform: TranslateX(0);
    Transform: TranslateX(0);
  }
}
.FadeInRight {
  -Webkit-Animation-Name: FadeInRight;
  Animation-Name: FadeInRight;
}
.featured .feature,
.featured .placeholder {
  width: 31.5%;
}
@media all and (min-width: 770px) {
  .featured .feature,
  .featured .placeholder {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 769px) {
  .featured .feature,
  .featured .placeholder {
    width: 100%;
  }
}
.afam-is-banner .banner-bg {
  position: relative;
  height: 0;
  padding-top: 36.5%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg {
    padding-top: 40%;
  }
}
@media all and (max-width: 769px) {
  .afam-is-banner .banner-bg {
    height: auto;
    padding-top: 0;
  }
}
.afam-is-banner .banner-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.45);
  padding: 25px;
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg .overlay {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .afam-is-banner .banner-bg .overlay {
    padding: 15px;
  }
}
@media all and (max-width: 769px) {
  .afam-is-banner .banner-bg .overlay {
    position: relative;
  }
}
@media all and (max-width: 500px) {
  .afam-is-banner .banner-bg .overlay {
    padding: 20px 0 30px 0;
  }
}
.afam-is-banner .banner-bg h2 {
  color: #fff;
  margin-top: 3.5%;
  padding: 25px;
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg h2 {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .afam-is-banner .banner-bg h2 {
    padding: 15px;
  }
}
.afam-is-banner .banner-bg h2 span {
  display: block;
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg h2 {
    max-width: 58%;
  }
}
@media all and (max-width: 769px) {
  .afam-is-banner .banner-bg h2 {
    max-width: 100%;
    margin-top: 0;
  }
}
.afam-is-banner .banner-bg .cta-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg .cta-buttons {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .afam-is-banner .banner-bg .cta-buttons {
    padding: 15px;
  }
}
.afam-is-banner .banner-bg .cta-buttons > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.afam-is-banner .banner-bg .cta-buttons:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg .cta-buttons {
    top: 0;
    right: 0;
    left: auto;
    max-width: 45%;
  }
}
@media all and (max-width: 769px) {
  .afam-is-banner .banner-bg .cta-buttons {
    position: relative;
    max-width: 100%;
  }
}
@media all and (max-width: 500px) {
  .afam-is-banner .banner-bg .cta-buttons {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.afam-is-banner .banner-bg .cta-buttons div {
  padding: 25px;
  width: 30%;
  font-size: 14px;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg .cta-buttons div {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .afam-is-banner .banner-bg .cta-buttons div {
    padding: 15px;
  }
}
@media all and (max-width: 1401px) {
  .afam-is-banner .banner-bg .cta-buttons div {
    width: 33%;
  }
}
@media all and (max-width: 1025px) {
  .afam-is-banner .banner-bg .cta-buttons div {
    width: 100%;
    padding-bottom: 0;
  }
}
@media all and (max-width: 769px) {
  .afam-is-banner .banner-bg .cta-buttons div {
    padding-left: 0;
    padding-right: 0;
  }
}
.afam-is-banner .banner-bg .cta-buttons div .cta-button {
  display: block;
  background: rgba(250,250,250,0.92);
  color: #333;
}
@media all and (max-width: 1201px) {
  .afam-is-banner .banner-bg .cta-buttons div .cta-button {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.afam-is-banner .banner-bg .cta-buttons div .cta-button:hover {
  background: #939308;
  color: #fff;
}
.afam-is-banner .banner-bg .afam {
  display: none;
}
.afam-is-banner .banner-bg .visible {
  display: block;
  color: #fff;
}
.new-upcoming .info-boxes {
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
}
@media all and (max-width: 1025px) {
  .new-upcoming .info-boxes {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .new-upcoming .info-boxes {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.new-upcoming .new,
.new-upcoming .placeholder {
  width: 48%;
}
@media all and (max-width: 1201px) {
  .new-upcoming .new,
  .new-upcoming .placeholder {
    width: 48.5%;
  }
}
@media all and (max-width: 769px) {
  .new-upcoming .new,
  .new-upcoming .placeholder {
    width: 100%;
  }
}
.new-upcoming .info-box {
  margin-bottom: -999px;
  padding-bottom: 999px;
  border-bottom: 1px solid #cbcbcb;
}
@media all and (max-width: 769px) {
  .new-upcoming .info-box {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 769px) {
  .new-upcoming .info-box,
  .new-upcoming .info-box-cta {
    width: 100%;
    margin-bottom: 25px;
  }
}
.new-upcoming .info-box-image {
  height: 200px;
}
.new-upcoming .green-box-cta {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23.5%;
  font-size: 16px;
  min-height: 0;
}
.new-upcoming .green-box-cta .cta-arrow::after {
  border-left-color: #fff;
}
@media all and (max-width: 1201px) {
  .new-upcoming .green-box-cta {
    bottom: 25px;
    width: 48.5%;
  }
}
@media all and (max-width: 769px) {
  .new-upcoming .green-box-cta {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
.feature-row {
  width: 49%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  overflow: hidden;
  margin-bottom: -999px;
  padding-bottom: 999px;
}
.feature-row > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.feature-row:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1201px) {
  .feature-row {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 769px) {
  .feature-row {
    margin-bottom: 0;
  }
}
.feature-row .green-box-cta {
  display: none;
}
.feature-row:nth-child(2) .green-box-cta {
  display: inline-block;
}
.feature-row:nth-child(2) .info-box:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (max-width: 769px) {
  .feature-row:nth-child(2) .info-box:nth-child(2) {
    margin-bottom: 25px;
  }
}
.featured {
  padding-top: 25px;
  margin-bottom: 25px;
}
@media all and (max-width: 1025px) {
  .featured {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .featured {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.home-social {
  padding: 25px 0 25px 0;
  position: relative;
}
@media all and (max-width: 1025px) {
  .home-social {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .home-social {
    padding: 15px 0 15px 0;
  }
}
.home-social .home-social-title {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.home-social .home-social-title > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.home-social .home-social-title:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.home-social .heading {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .home-social .heading {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .home-social .heading {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .home-social .heading {
    font-size: 14.5px;
  }
}
.home-social .follow {
  font-size: 16px;
  color: #939308;
}
@media all and (max-width: 1201px) {
  .home-social .follow {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .home-social .follow {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .home-social .follow {
    font-size: 14.5px;
  }
}
@media all and (max-width: 500px) {
  .home-social .follow {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    text-align: center;
  }
}
.home-social .follow h6 {
  font-size: 0.7em;
  letter-spacing: 0.2em;
}
.home-social .follow ul,
.home-social .follow h6 {
  display: inline-block;
  vertical-align: middle;
}
.home-social .follow ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5em;
  font-size: 1.3em;
}
.instagram {
  padding-top: 25px;
  margin-bottom: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
@media all and (max-width: 1025px) {
  .instagram {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .instagram {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.instagram > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.instagram:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.instagram a {
  height: 0;
  width: 16.3337%;
  padding-bottom: 16.3337%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.instagram a img {
  max-width: 100%;
}
.instagram a.instagram-logo {
  background: #939308;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}
.instagram a.instagram-logo i {
  margin-top: 29%;
  margin-bottom: 7%;
  display: block;
  font-size: 26px;
}
@media all and (max-width: 769px) {
  .instagram a {
    height: 0;
    width: 33.3333%;
    padding-bottom: 33.3333%;
  }
}
.twitter {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  font-size: 16px;
}
.twitter > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.twitter:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.twitter .twitter-logo {
  color: #939308;
  text-align: center;
  position: relative;
  width: 16.3333337%;
  height: 0;
  padding-bottom: 8%;
}
@media all and (max-width: 769px) {
  .twitter .twitter-logo {
    width: 33.3333%;
  }
}
.twitter .twitter-logo a {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 26px;
  margin-top: -13px;
}
.twitter .tweets {
  width: 82.7%;
  padding: 25px;
}
@media all and (max-width: 1025px) {
  .twitter .tweets {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .twitter .tweets {
    padding: 15px;
  }
}
@media all and (max-width: 769px) {
  .twitter .tweets {
    width: 65%;
    overflow: hidden;
  }
}
.twitter .tweets .tweet-date {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.625em;
  color: #aaa;
  display: block;
  margin-top: 2em;
  text-transform: uppercase;
}
.new-upcoming h3,
.social h3 {
  margin-top: 40px;
}
.imls {
  text-align: center;
}
.imls img {
  max-width: 150px;
}
.imls p {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.65em;
  color: #aaa;
  display: block;
  margin-top: 1em;
  text-transform: uppercase;
}
.detail-page em {
  font-style: italic;
  font-weight: 400;
}
.detail-page strong {
  font-weight: 700;
}
.detail-page .hero {
  padding-bottom: 40%;
  height: 0;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 25px;
}
@media all and (max-width: 769px) {
  .detail-page .hero {
    padding-bottom: 55%;
  }
}
.detail-page .hero .box-title {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.detail-page .detail-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.detail-page .detail-content > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.detail-page .detail-content:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.detail-page .detail-content .detail-header {
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 25px 0 25px 0;
}
.detail-page .detail-content .detail-header > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.detail-page .detail-content .detail-header:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .detail-page .detail-content .detail-header {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .detail-page .detail-content .detail-header {
    padding: 15px 0 15px 0;
  }
}
.detail-page .detail-content .detail-header .detail-date,
.detail-page .detail-content .detail-header .detail-headline {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .detail-page .detail-content .detail-header .detail-date,
  .detail-page .detail-content .detail-header .detail-headline {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .detail-page .detail-content .detail-header .detail-date,
  .detail-page .detail-content .detail-header .detail-headline {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .detail-page .detail-content .detail-header .detail-date,
  .detail-page .detail-content .detail-header .detail-headline {
    font-size: 14.5px;
  }
}
.detail-page .detail-content .detail-header .detail-date {
  width: 18%;
}
.detail-page .detail-content .detail-header .detail-date span.month {
  margin-bottom: 5px;
}
.detail-page .detail-content .detail-header .detail-headline {
  width: 74%;
}
.detail-page .detail-content .detail-header .detail-headline h2,
.detail-page .detail-content .detail-header .detail-headline h5 {
  font-family: "Asap", Arial, sans-serif;
}
.detail-page .detail-content .detail-header .detail-headline h2 {
  padding-bottom: 10px;
  margin-top: 0;
  line-height: 1em;
  font-size: 2.3em;
}
.detail-page .detail-content article,
.detail-page .detail-content aside {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .detail-page .detail-content article,
  .detail-page .detail-content aside {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .detail-page .detail-content article,
  .detail-page .detail-content aside {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .detail-page .detail-content article,
  .detail-page .detail-content aside {
    font-size: 14.5px;
  }
}
.detail-page .detail-content article {
  width: 62%;
  padding-bottom: 20px;
}
.detail-page .detail-content article h2 {
  margin-top: 0;
}
.detail-page .detail-content article .get-tickets {
  display: inline-block;
  background: #939308;
  padding: 15px 20px;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.825em;
  letter-spacing: 0.15em;
  margin-top: 1em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.detail-page .detail-content article .get-tickets:after {
  border-left-color: #fff;
}
.detail-page .detail-content article .get-tickets:hover {
  background-color: #6e6f06;
}
@media all and (max-width: 769px) {
  .detail-page .detail-content article .get-tickets {
    left: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
.detail-page .detail-content article p.sans {
  color: #e8891b;
}
.detail-page .detail-content aside {
  width: 32%;
}
.detail-page .detail-content aside .info-box,
.detail-page .detail-content aside .cta-box {
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 769px) {
  .detail-page .detail-content aside {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0px;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -o-flex-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .detail-page .detail-content aside > * {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .detail-page .detail-content aside:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
}
@media all and (max-width: 769px) {
  .detail-page .detail-content aside .cta-box {
    width: 49%;
  }
}
@media all and (max-width: 500px) {
  .detail-page .detail-content aside .cta-box {
    width: 100%;
  }
}
.detail-page .detail-content aside .info-box {
  padding-bottom: 0;
}
@media all and (max-width: 1201px) {
  .detail-page .detail-content article {
    width: 55%;
  }
  .detail-page .detail-content aside {
    width: 39%;
  }
}
@media all and (max-width: 769px) {
  .detail-page .detail-content article {
    width: 100%;
    padding-bottom: 40px;
  }
  .detail-page .detail-content aside {
    width: 100%;
  }
}
.more-info-body-text em {
  font-style: italic;
  font-weight: 400;
}
.more-info-body-text strong {
  font-weight: bold;
}
.more-info-body-text a {
  color: #939308;
}
.post-list-item {
  display: block;
  padding: 15px 0;
}
.post-list-item:first-child {
  padding-top: 0;
}
.post-list-item h6 {
  display: inline-block;
}
.post-list-item .post-list-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.post-list-item .post-list-box > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.post-list-item .post-list-box:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.post-list-item .post-list-box .post-list-content {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .post-list-item .post-list-box .post-list-content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .post-list-item .post-list-box .post-list-content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .post-list-item .post-list-box .post-list-content {
    font-size: 14.5px;
  }
}
.post-list-item .post-list-box .post-list-innertext {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.post-list-item .post-list-box .post-list-innertext:hover {
  color: #808080 !important;
}
.post-list-item .post-list-box .date-and-content {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  width: 66%;
  background: #fff;
  padding: 25px;
  font-size: 16px;
}
.post-list-item .post-list-box .date-and-content > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.post-list-item .post-list-box .date-and-content:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .post-list-item .post-list-box .date-and-content {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .post-list-item .post-list-box .date-and-content {
    padding: 15px;
  }
}
@media all and (max-width: 1201px) {
  .post-list-item .post-list-box .date-and-content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .post-list-item .post-list-box .date-and-content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .post-list-item .post-list-box .date-and-content {
    font-size: 14.5px;
  }
}
@media all and (max-width: 769px) {
  .post-list-item .post-list-box .date-and-content {
    width: 100%;
  }
}
.post-list-item .post-list-box .post-list-thumbnail {
  width: 32%;
  background-color: #cbcbcb;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media all and (max-width: 769px) {
  .post-list-item .post-list-box .post-list-thumbnail {
    width: 100%;
    height: 220px;
  }
}
.post-list-item .post-list-box .date-and-content {
  position: relative;
}
@media all and (max-width: 769px) {
  .post-list-item .post-list-box .date-and-content {
    padding-bottom: 30px;
  }
}
.post-list-item .post-list-box .date-and-content .get-tickets {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  background: #939308;
  padding: 15px 20px;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.825em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.post-list-item .post-list-box .date-and-content .get-tickets:after {
  border-left-color: #fff;
}
.post-list-item .post-list-box .date-and-content .get-tickets:hover {
  background-color: #6e6f06;
}
@media all and (max-width: 769px) {
  .post-list-item .post-list-box .date-and-content .get-tickets {
    left: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
.date-and-content .detail-date,
.date-and-content .post-list-innertext {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .date-and-content .detail-date,
  .date-and-content .post-list-innertext {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .date-and-content .detail-date,
  .date-and-content .post-list-innertext {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .date-and-content .detail-date,
  .date-and-content .post-list-innertext {
    font-size: 14.5px;
  }
}
.date-and-content .detail-date {
  width: 18%;
}
@media all and (max-width: 500px) {
  .date-and-content .detail-date {
    width: 25%;
  }
}
.date-and-content .post-list-innertext {
  width: 74%;
}
.date-and-content .post-list-innertext p.sans {
  display: block;
}
@media all and (max-width: 500px) {
  .date-and-content .post-list-innertext {
    width: 65%;
  }
}
.date-and-content .post-list-innertext .cta-arrow {
  color: #939308;
}
.programs-list .loading {
  background: url("../img/loading.gif") no-repeat;
  height: 5em;
  width: 5em;
}
.landing-banner {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  .landing-banner {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .landing-banner {
    padding: 15px 0 15px 0;
  }
}
.landing-banner .banner-content .about p {
  color: #333;
}
.landing-banner .hero-title h5 {
  font-weight: bold;
  display: block;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 2em;
  padding-bottom: 0;
  padding: 1.5em;
  text-align: center;
  max-width: 55%;
  margin: 0 auto;
}
@media all and (max-width: 769px) {
  .landing-banner .hero-title h5 {
    max-width: 90%;
    padding: 1em;
  }
}
.landing-banner .hero-title {
  position: relative;
}
.landing-banner .hero-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.landing-banner.purple {
  padding-top: 0;
}
.landing-banner.purple .hero-title {
  background: #8d6b8b;
}
.landing-banner.purple .hero-title:after {
  border-top-color: #8d6b8b;
}
.landing-banner.green .hero-title {
  background: #939308;
}
.landing-banner.green .hero-title:after {
  border-top-color: #939308;
}
.landing-banner.orange .hero-title {
  background: #e8891b;
}
.landing-banner.orange .hero-title:after {
  border-top-color: #e8891b;
}
.landing-banner .hero {
  padding-bottom: 40%;
  height: 0;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 25px;
  padding-top: 8%;
}
@media all and (max-width: 769px) {
  .landing-banner .hero {
    padding-bottom: 55%;
  }
}
.landing-banner .banner-content {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  padding: 25px 0 25px 0;
}
.landing-banner .banner-content > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.landing-banner .banner-content:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .landing-banner .banner-content {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .landing-banner .banner-content {
    padding: 15px 0 15px 0;
  }
}
.landing-banner .banner-content .title,
.landing-banner .banner-content .about {
  font-size: 16px;
  width: 48%;
}
@media all and (max-width: 1201px) {
  .landing-banner .banner-content .title,
  .landing-banner .banner-content .about {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .landing-banner .banner-content .title,
  .landing-banner .banner-content .about {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .landing-banner .banner-content .title,
  .landing-banner .banner-content .about {
    font-size: 14.5px;
  }
}
.landing-banner .banner-content .title h3,
.landing-banner .banner-content .about h3 {
  margin-top: 0;
}
@media all and (max-width: 769px) {
  .landing-banner .banner-content {
    padding: 0;
  }
  .landing-banner .banner-content .title,
  .landing-banner .banner-content .about {
    width: 100%;
  }
}
.landing-banner .about-additional-info {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  .landing-banner .about-additional-info {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .landing-banner .about-additional-info {
    padding: 15px 0 15px 0;
  }
}
.landing-banner .about-additional-info > a {
  background: #939308;
  padding: 50px;
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 3%;
}
.landing-banner .about-additional-info > a h5 {
  font-weight: bold;
}
.landing-banner .about-additional-info > a p {
  padding: 0 10%;
  margin-top: 1em;
}
.landing-banner .about-additional-info > a.orange {
  background: #e8891b;
  padding: 25px 0 25px 0;
  padding-left: 50px;
  padding-right: 50px;
}
@media all and (max-width: 1025px) {
  .landing-banner .about-additional-info > a.orange {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .landing-banner .about-additional-info > a.orange {
    padding: 15px 0 15px 0;
  }
}
.landing-banner .top-banner-detail {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.landing-banner .top-banner-detail > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.landing-banner .top-banner-detail:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.landing-banner .top-banner-detail .about-additional-info {
  width: 32%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .landing-banner .top-banner-detail .about-additional-info {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .landing-banner .top-banner-detail .about-additional-info {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .landing-banner .top-banner-detail .about-additional-info {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .landing-banner .top-banner-detail .about-additional-info {
    width: 40%;
  }
  .landing-banner .top-banner-detail .about-additional-info a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 769px) {
  .landing-banner .top-banner-detail .about-additional-info {
    padding: 0;
    width: 100%;
  }
  .landing-banner .top-banner-detail .about-additional-info a.orange {
    margin-bottom: 0;
  }
}
.landing-banner .top-banner-detail .banner-content {
  font-size: 16px;
  width: 64%;
}
@media all and (max-width: 1201px) {
  .landing-banner .top-banner-detail .banner-content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .landing-banner .top-banner-detail .banner-content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .landing-banner .top-banner-detail .banner-content {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .landing-banner .top-banner-detail .banner-content {
    width: 55%;
  }
}
@media all and (max-width: 769px) {
  .landing-banner .top-banner-detail .banner-content {
    width: 100%;
  }
}
.landing-banner .top-banner-detail .banner-content .title,
.landing-banner .top-banner-detail .banner-content .about {
  width: 100% !important;
}
@media all and (max-width: 769px) {
  .three-up {
    padding: 0;
    margin: 0;
  }
  .three-up.three-up-pictures {
    display: none;
  }
  .three-up > * {
    margin-bottom: 3%;
  }
}
.three-up.about-landing-stories .sans {
  color: #8d6b8b;
  text-transform: none;
  margin-top: 2em;
  display: block;
}
.three-up.about-landing-stories .sans:after {
  border-left-color: #8d6b8b;
}
.more-about-afam {
  padding: 25px;
  background: #e2e2e2;
}
@media all and (max-width: 1025px) {
  .more-about-afam {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .more-about-afam {
    padding: 15px;
  }
}
.more-about-afam .more-info-about {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .more-about-afam .more-info-about {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .more-about-afam .more-info-about {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .more-about-afam .more-info-about {
    font-size: 14.5px;
  }
}
.more-about-afam .more-info-about p {
  max-width: 90%;
}
.mosaic-box {
  border: 1px solid #cbcbcb;
}
.mosaic-box .mosaic-box-innertext,
.mosaic-box .mosaic-box-image {
  height: 250px;
}
.mosaic-box .mosaic-box-innertext {
  font-size: 16px;
  font-size: 0.1px;
}
@media all and (max-width: 1201px) {
  .mosaic-box .mosaic-box-innertext {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .mosaic-box .mosaic-box-innertext {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .mosaic-box .mosaic-box-innertext {
    font-size: 14.5px;
  }
}
.mosaic-box .mosaic-box-innertext::before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.mosaic-box .mosaic-box-innertext .content {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .mosaic-box .mosaic-box-innertext .content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .mosaic-box .mosaic-box-innertext .content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .mosaic-box .mosaic-box-innertext .content {
    font-size: 14.5px;
  }
}
.mosaic-box .mosaic-box-innertext .content {
  padding: 25px;
  text-align: center;
  max-width: 98%;
}
@media all and (max-width: 1025px) {
  .mosaic-box .mosaic-box-innertext .content {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .mosaic-box .mosaic-box-innertext .content {
    padding: 15px;
  }
}
.mosaic-box .mosaic-box-innertext h6 {
  color: #8d6b8b;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.95em;
}
.mosaic-box .mosaic-box-innertext h6:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  height: 3px;
  background: #8d6b8b;
}
.mosaic-box .mosaic-box-innertext p {
  color: #333;
  font-size: 0.95em;
  line-height: 1.5em;
}
.mosaic-box .mosaic-box-image {
  background-color: #cbcbcb;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.mosaic-box.mb-wide,
.mosaic-box.mb-medium {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.mosaic-box.mb-wide > *,
.mosaic-box.mb-medium > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.mosaic-box.mb-wide:after,
.mosaic-box.mb-medium:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.mosaic-box.mb-wide .mosaic-box-image,
.mosaic-box.mb-medium .mosaic-box-image,
.mosaic-box.mb-wide .mosaic-box-innertext,
.mosaic-box.mb-medium .mosaic-box-innertext {
  width: 49.9%;
}
.mosaic-box.mb-tall .mosaic-box-image {
  height: 280px;
}
.mosaic-box.mb-tall .mosaic-box-innertext {
  text-align: center;
}
.mosaic {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.mosaic > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.mosaic:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.mosaic > .column-left {
  width: 74%;
}
@media all and (max-width: 1025px) {
  .mosaic > .column-left {
    width: 100%;
  }
}
.mosaic > .column-right {
  width: 24%;
}
@media all and (max-width: 1025px) {
  .mosaic > .column-right {
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .mosaic > .column-right .mb-tall {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0px;
  }
  .mosaic > .column-right .mb-tall > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .mosaic > .column-right .mb-tall:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .mosaic > .column-right .mb-tall .mosaic-box-image,
  .mosaic > .column-right .mb-tall .mosaic-box-innertext {
    width: 49.9%;
  }
  .mosaic > .column-right .mb-tall .mosaic-box-image {
    height: 250px;
  }
}
.mosaic .row-1,
.mosaic .row-2,
.mosaic .row-3 {
  margin-bottom: 30px;
}
@media all and (max-width: 769px) {
  .mosaic .row-1,
  .mosaic .row-2,
  .mosaic .row-3 {
    margin-bottom: 20px;
  }
}
.column-left .row-2 {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.column-left .row-2 > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.column-left .row-2:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.column-left .row-2 .mb-tall {
  width: 33%;
}
.column-left .row-2 .column-right {
  width: 64%;
}
.column-left .row-2 .column-right .mb-medium:first-child {
  margin-bottom: 30px;
}
@media all and (max-width: 769px) {
  .column-left .row-2 .column-right .mb-medium:first-child {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 769px) {
  .column-left .row-2 .mosaic-box,
  .column-left .row-2 .column-right {
    width: 100%;
  }
  .column-left .row-2 .mb-tall {
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0px;
  }
  .column-left .row-2 .mb-tall > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .column-left .row-2 .mb-tall:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .column-left .row-2 .mb-tall .mosaic-box-image,
  .column-left .row-2 .mb-tall .mosaic-box-innertext {
    width: 50%;
  }
  .column-left .row-2 .mb-tall .mosaic-box-image {
    height: 250px;
  }
}
@media all and (max-width: 500px) {
  .mosaic-box .mosaic-box-image,
  .mosaic-box .mosaic-box-innertext {
    width: 100% !important;
    height: 200px;
  }
  .mosaic-box .mosaic-box-image {
    display: none !important;
  }
}
.dashboard {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.dashboard > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.dashboard:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.dashboard .statistics-box,
.dashboard .placeholder {
  width: 23.5%;
}
@media all and (max-width: 1201px) {
  .dashboard .statistics-box,
  .dashboard .placeholder {
    width: 32%;
  }
}
@media all and (max-width: 769px) {
  .dashboard .statistics-box,
  .dashboard .placeholder {
    width: 49%;
  }
}
@media all and (max-width: 500px) {
  .dashboard .statistics-box,
  .dashboard .placeholder {
    width: 100%;
  }
}
.dashboard .statistics-box {
  font-size: 16px;
  background: #fff;
  margin-bottom: 25px;
  position: relative;
  min-height: 250px;
}
@media all and (max-width: 1201px) {
  .dashboard .statistics-box {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .dashboard .statistics-box {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .dashboard .statistics-box {
    font-size: 14.5px;
  }
}
@media all and (max-width: 500px) {
  .dashboard .statistics-box {
    min-height: 0;
    height: auto;
    margin-bottom: 3%;
    padding: 25px;
  }
}
.dashboard .statistics-box img {
  padding: 25px;
}
@media all and (max-width: 1025px) {
  .dashboard .statistics-box img {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .dashboard .statistics-box img {
    padding: 15px;
  }
}
.dashboard .statistics-box .metrics {
  padding: 25px;
  position: absolute;
  bottom: 0;
}
@media all and (max-width: 1025px) {
  .dashboard .statistics-box .metrics {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .dashboard .statistics-box .metrics {
    padding: 15px;
  }
}
@media all and (max-width: 500px) {
  .dashboard .statistics-box .metrics {
    position: relative;
  }
}
.dashboard .statistics-box .metrics h2 {
  padding-bottom: 0;
  color: #8d6b8b;
  font-family: "Asap", Arial, sans-serif;
  font-size: 4.4em;
}
@media all and (max-width: 1201px) {
  .dashboard .statistics-box .metrics h2 {
    font-size: 4em;
  }
}
@media all and (max-width: 769px) {
  .dashboard .statistics-box .metrics h2 {
    font-size: 3.5em;
  }
}
@media all and (max-width: 500px) {
  .dashboard .statistics-box .metrics h2 {
    margin-top: 0;
    font-size: 3em;
  }
}
.dashboard .statistics-box .metrics h5 {
  margin-top: 0;
  font-size: 0.95em;
}
.dashboard .statistics-box .metrics h5,
.dashboard .statistics-box .metrics p {
  color: #333;
  padding-bottom: 0;
}
@media all and (max-width: 500px) and (max-width: 1025px) {
  .dashboard .statistics-box {
    padding: 20px;
  }
}
@media all and (max-width: 500px) and (max-width: 500px) {
  .dashboard .statistics-box {
    padding: 15px;
  }
}
.leadership {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.leadership > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.leadership:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.leadership > * {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .leadership > * {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .leadership > * {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .leadership > * {
    font-size: 14.5px;
  }
}
.leadership .leadership-illustration {
  width: 33%;
  background-color: #cbcbcb;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 450px;
}
@media all and (max-width: 1025px) {
  .leadership .leadership-illustration {
    height: 350px;
  }
}
@media all and (max-width: 769px) {
  .leadership .leadership-illustration {
    height: 290px;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .leadership .leadership-illustration {
    height: 240px;
  }
}
.leadership .leadership-content {
  width: 63%;
}
@media all and (max-width: 769px) {
  .leadership .leadership-content {
    width: 100%;
  }
}
.leadership .leadership-content > div {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  .leadership .leadership-content > div {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .leadership .leadership-content > div {
    padding: 15px 0 15px 0;
  }
}
.leadership .leadership-content > div h4 {
  margin-top: 0;
}
.leadership .leadership-content > div li {
  font-family: Times, serif;
  font-size: 0.955em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
}
.leadership .leadership-content > div .trustees-type {
  display: block;
}
.leadership .leadership-content > div .trustees-type+.trustees-type {
  margin-top: 2em;
}
.leadership .leadership-content > div .trustees-type p {
  padding-bottom: 0;
}
.leadership .leadership-content > div .sponsors {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 25px 0 25px 0;
}
.leadership .leadership-content > div .sponsors > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.leadership .leadership-content > div .sponsors:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .leadership .leadership-content > div .sponsors {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .leadership .leadership-content > div .sponsors {
    padding: 15px 0 15px 0;
  }
}
.leadership .leadership-content > div .sponsors .sponsor {
  padding: 25px 0 25px 0;
  font-size: 16px;
  text-align: center;
  width: 49%;
}
@media all and (max-width: 1025px) {
  .leadership .leadership-content > div .sponsors .sponsor {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .leadership .leadership-content > div .sponsors .sponsor {
    padding: 15px 0 15px 0;
  }
}
@media all and (max-width: 1201px) {
  .leadership .leadership-content > div .sponsors .sponsor {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .leadership .leadership-content > div .sponsors .sponsor {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .leadership .leadership-content > div .sponsors .sponsor {
    font-size: 14.5px;
  }
}
@media all and (max-width: 769px) {
  .leadership .leadership-content > div .sponsors .sponsor {
    width: 100%;
  }
}
.leadership .leadership-content > div .sponsors img {
  max-width: 100%;
  max-height: 200px;
  margin-bottom: 1.4em;
}
@media all and (max-width: 1025px) {
  .leadership .leadership-content > div .sponsors img {
    max-height: 160px;
  }
}
@media all and (max-width: 500px) {
  .leadership .leadership-content > div .sponsors img {
    max-height: 120px;
  }
}
.leadership .leadership-content > div .sponsors h6 {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 769px) {
  .leadership .leadership-content > div .sponsors h6 {
    max-width: 50%;
  }
}
@media all and (max-width: 500px) {
  .leadership .leadership-content > div .sponsors h6 {
    max-width: 75%;
  }
}
.social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 40px;
}
.social > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.social:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.social .social-media {
  font-size: 16px;
  width: 32%;
  text-align: center;
  padding: 25px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media all and (max-width: 1201px) {
  .social .social-media {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .social .social-media {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .social .social-media {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .social .social-media {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .social .social-media {
    padding: 15px;
  }
}
.social .social-media:hover {
  color: #999;
}
.social .social-media img {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  .social .social-media img {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .social .social-media img {
    padding: 15px 0 15px 0;
  }
}
.social .social-media h6 {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
@media all and (max-width: 1025px) {
  .social .social-media {
    width: 48%;
  }
}
@media all and (max-width: 500px) {
  .social .social-media {
    width: 100%;
  }
}
.location .location-images {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  overflow: hidden;
}
.location .location-images > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.location .location-images:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.location .location-images > * {
  margin-bottom: 2%;
}
.location .location-images .location-image {
  height: 0;
  width: 32%;
  padding-bottom: 32%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media all and (max-width: 500px) {
  .location .location-images .location-image {
    display: none;
  }
}
.location .location-images .location-map {
  width: 66%;
  height: 0;
  padding-top: 32%;
  background: #cbcbcb;
}
@media all and (max-width: 500px) {
  .location .location-images .location-map {
    width: 100%;
    height: 270px;
  }
}
@media all and (min-width: 770px) {
  .location .info-boxes {
    margin-bottom: 25px;
  }
}
.location .info-boxes .cta-box {
  min-height: 280px;
  height: auto;
}
@media all and (max-width: 769px) {
  .location .info-boxes .cta-box {
    min-height: 200px;
  }
}
.location .info-boxes .info-box {
  width: 32%;
}
@media all and (max-width: 1201px) {
  .location .info-boxes .info-box {
    width: 49%;
  }
}
@media all and (max-width: 769px) {
  .location .info-boxes .info-box {
    width: 100%;
  }
  .location .info-boxes .info-box.cta-box {
    width: 49%;
  }
}
@media all and (max-width: 500px) {
  .location .info-boxes .info-box.cta-box {
    width: 100%;
  }
}
.location .info-boxes .info-box .info-box-innertext .sans,
.location .info-boxes .info-box .info-box-innertext .hours {
  color: #939308;
}
.location .info-boxes .info-box h5 {
  margin-top: 0.3em;
  padding-bottom: 0.5em;
}
.location .info-boxes .info-box .subway {
  margin-bottom: 20px;
}
.location .info-boxes .info-box .subway span {
  display: inline-block;
  color: #fff;
  font-family: asap-bold;
  font-size: 0.8em;
  background: #e32f2b;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
.visit-tours .green-box-cta {
  text-align: center;
}
.visit-tours .info-box-innertext p.sans {
  color: #333 !important;
}
.visit-tours .fee-title {
  margin-top: 1em;
}
.visit-accessibility .info-box-innertext img {
  max-width: 50%;
  display: block;
  margin: 1.5em auto;
}
.instagram-share {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 3%;
  background: #cbcbcb;
}
.instagram-share > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.instagram-share:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.instagram-share .instagram-three,
.instagram-share .instagram-six {
  width: 50%;
}
@media all and (max-width: 769px) {
  .instagram-share .instagram-three,
  .instagram-share .instagram-six {
    width: 100%;
  }
}
.instagram-share .instagram-three {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.instagram-share .instagram-three > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.instagram-share .instagram-three:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.instagram-share .instagram-three .third {
  width: 33.222%;
}
.instagram-share .instagram-three .third .instagram-logo {
  background: #939308;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .instagram-share .instagram-three .third .instagram-logo {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .instagram-share .instagram-three .third .instagram-logo {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .instagram-share .instagram-three .third .instagram-logo {
    font-size: 14.5px;
  }
}
.instagram-share .instagram-three .third .instagram-logo .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.1px;
  text-align: center;
  color: #fff;
}
.instagram-share .instagram-three .third .instagram-logo .title::before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.instagram-share .instagram-three .third .instagram-logo .title .content {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .instagram-share .instagram-three .third .instagram-logo .title .content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .instagram-share .instagram-three .third .instagram-logo .title .content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .instagram-share .instagram-three .third .instagram-logo .title .content {
    font-size: 14.5px;
  }
}
.instagram-share .instagram-three .third .instagram-logo .title i {
  font-size: 1.7em;
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  .instagram-share .instagram-three .third .instagram-logo .title i {
    margin-bottom: 0;
  }
}
.instagram-share .instagram-three .third .instagram-logo .title .caption {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(250,250,250,0.8);
}
@media all and (max-width: 1025px) {
  .instagram-share .instagram-three .third .instagram-logo .title .caption {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .instagram-share .instagram-three .third .instagram-logo .title h6 {
    display: none;
  }
}
.instagram-share .instagram-three .third .instagram-logo .title .content {
  width: 98%;
}
.instagram-share .instagram-three .third .under-logo {
  display: inline-block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.instagram-share .instagram-three .instagram-featured {
  height: 0;
  width: 66.333%;
  padding-bottom: 66.333%;
  background: #808080;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.instagram-share .instagram-six {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.instagram-share .instagram-six > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.instagram-share .instagram-six:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.instagram-share .instagram-six a {
  height: 0;
  width: 33.3%;
  padding-bottom: 33.3%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.instagram-share .instagram-six a:nth-child(2n+1) {
  background: #ddd;
}
.instagram-share .instagram-six a img {
  width: 100%;
}
.folk-art-cta {
  height: 300px;
}
.folk-art-cta,
.question-box {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.folk-art-cta h5,
.question-box h5 {
  font-size: 1.2em !important;
  color: #fff;
}
.question-box form {
  background: rgba(0,0,0,0.3);
}
.question-box label {
  display: block;
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  .question-box label {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .question-box label {
    padding: 15px 0 15px 0;
  }
}
.question-box textarea {
  height: 7em;
  margin-bottom: 2px;
}
.question-box textarea,
.question-box input {
  border: 1px solid #fff;
  background: rgba(250,250,250,0.3);
  width: 100%;
  padding: 7px 10px;
  font-family: "Asap", Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.4em;
  color: #fff;
}
.question-box textarea::-webkit-input-placeholder,
.question-box input::-webkit-input-placeholder {
  color: #fff;
}
.question-box textarea::-moz-input-placeholder,
.question-box input::-moz-input-placeholder {
  color: #fff;
}
.question-box textarea:focus,
.question-box input:focus {
  outline: none;
}
.question-box input {
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.question-box button {
  outline: none;
  border: none;
  background: #939308;
  display: block;
  width: 100%;
  padding: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media all and (max-width: 1025px) {
  .question-box button {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .question-box button {
    padding: 15px;
  }
}
.question-box button:hover {
  background: #6e6f06;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.question-box button h6 {
  margin-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.question-box button h6:after {
  border-left-color: #fff;
}
.exhibition-container {
  padding: 25px;
  background: rgba(243,243,243,0.953);
}
@media all and (max-width: 1025px) {
  .exhibition-container {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .exhibition-container {
    padding: 15px;
  }
}
.exhibition-container:nth-child(2n + 1) {
  background: #e2e2e2;
}
.exhibition-index .exhibition-info {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  font-size: 16px;
  padding-top: 25px;
  margin-bottom: 25px;
}
.exhibition-index .exhibition-info > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition-index .exhibition-info:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1201px) {
  .exhibition-index .exhibition-info {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-index .exhibition-info {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-index .exhibition-info {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-index .exhibition-info {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-index .exhibition-info {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.exhibition-index .exhibition-info h5 {
  font-size: 1em;
}
.exhibition-index .exhibition-info .exhibition-title {
  width: 28%;
}
.exhibition-index .exhibition-info .exhibition-about {
  width: 38%;
}
.exhibition-index .exhibition-info .exhibition-about p {
  line-height: 1.8em;
  color: #333;
}
.exhibition-index .exhibition-info .exhibition-about .cta-arrow,
.exhibition-index .exhibition-info .exhibition-about a {
  display: block;
  margin-top: 20px;
  color: #939308;
  font-family: "Asap", Arial, sans-serif;
}
.exhibition-index .exhibition-info .exhibition-about .cta-arrow::after,
.exhibition-index .exhibition-info .exhibition-about a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #939308;
  display: inline-block;
  margin-left: 10px;
}
.exhibition-index .exhibition-info .related {
  width: 24%;
}
@media all and (max-width: 1025px) {
  .exhibition-index .exhibition-info .exhibition-title {
    width: 100%;
  }
  .exhibition-index .exhibition-info .exhibition-about {
    width: 68%;
  }
  .exhibition-index .exhibition-info .related {
    width: 26%;
  }
}
@media all and (max-width: 769px) {
  .exhibition-index .exhibition-info .exhibition-about {
    width: 58%;
  }
  .exhibition-index .exhibition-info .related {
    width: 37%;
  }
}
@media all and (max-width: 500px) {
  .exhibition-index .exhibition-info .exhibition-about,
  .exhibition-index .exhibition-info .related {
    width: 100%;
  }
  .exhibition-index .exhibition-info .exhibition-about {
    padding: 10px 0 25px 0;
  }
}
.double-exhibitions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -o-flex-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.double-exhibitions > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.double-exhibitions:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.double-exhibitions .exhibition-container {
  font-size: 16px;
  width: 49.999%;
}
.double-exhibitions .exhibition-container:first-child {
  background: #ededed;
}
@media all and (max-width: 1201px) {
  .double-exhibitions .exhibition-container {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .double-exhibitions .exhibition-container {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .double-exhibitions .exhibition-container {
    font-size: 14.5px;
  }
}
@media all and (max-width: 769px) {
  .double-exhibitions .exhibition-container {
    width: 100%;
  }
}
.double-exhibitions .exhibition-container .exhibition-img .imgWrap {
  width: 100%;
  height: 0;
  padding-top: 75.5%;
}
@media all and (max-width: 769px) {
  .double-exhibitions .exhibition-container .exhibition-img .imgWrap {
    padding-top: 50%;
  }
}
@media all and (max-width: 500px) {
  .double-exhibitions .exhibition-container .exhibition-img .imgWrap {
    padding-top: 70%;
  }
}
.double-exhibitions .exhibition-container .exhibition-info .exhibition-title {
  margin-bottom: 20px;
}
.double-exhibitions .exhibition-container .exhibition-info .exhibition-about {
  margin-bottom: 50px;
}
.double-exhibitions .exhibition-container .exhibition-info .exhibition-about .cta-arrow,
.double-exhibitions .exhibition-container .exhibition-info .exhibition-about a {
  display: block;
  margin-top: 20px;
  color: #939308;
  font-family: "Asap", Arial, sans-serif;
}
.double-exhibitions .exhibition-container .exhibition-info .exhibition-about .cta-arrow::after,
.double-exhibitions .exhibition-container .exhibition-info .exhibition-about a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #939308;
  display: inline-block;
  margin-left: 10px;
}
.double-exhibitions .exhibition-container .exhibition-info .info-box {
  width: 50%;
}
@media all and (max-width: 1201px) {
  .double-exhibitions .exhibition-container .exhibition-info .info-box {
    width: 75%;
  }
}
@media all and (max-width: 1025px) {
  .double-exhibitions .exhibition-container .exhibition-info .info-box {
    width: 100%;
  }
}
.installation-jar {
  width: 100%;
}
.installation-jar .grid-sizer,
.installation-jar .installation-jar-element {
  width: 31%;
}
@media all and (max-width: 1201px) {
  .installation-jar .grid-sizer,
.installation-jar .installation-jar-element {
    width: 48.5%;
  }
}
@media all and (max-width: 769px) {
  .installation-jar .grid-sizer,
.installation-jar .installation-jar-element {
    width: 100%;
  }
}
.installation-jar .gutter-sizer {
  width: 2%;
}
@media all and (max-width: 1201px) {
  .installation-jar .gutter-sizer {
    width: 3%;
  }
}
@media all and (max-width: 769px) {
  .installation-jar .gutter-sizer {
    width: 0%;
  }
}
.installation-jar .installation-jar-element {
  margin-bottom: 3%;
  background: none;
  vertical-align: top;
}
.exhibition-container .exhibition-info {
  padding-top: 25px;
  margin-bottom: 25px;
}
@media all and (max-width: 1025px) {
  .exhibition-container .exhibition-info {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-container .exhibition-info {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.exhibition-container .exhibition-info h4 {
  padding-bottom: 0;
}
.exhibition-detailed > section {
  padding: 25px;
  padding-left: 220px;
  position: relative;
  overflow: hidden;
}
.exhibition-detailed > section:nth-child(2n+1) {
  background: #e2e2e2;
}
@media all and (max-width: 1025px) {
  .exhibition-detailed > section {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .exhibition-detailed > section {
    padding: 15px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1401px) {
  .exhibition-detailed > section {
    padding-left: 190px;
  }
}
.exhibition-detailed > section > p,
.exhibition-detailed > section .exhibition-introduction-text > p {
  font-size: 1em;
  line-height: 1.9em;
  margin-top: 1.5em;
}
h6.smaller,
.table-of-contents a,
.featured-box-title h6,
.exhibition-section-title {
  font-size: 0.72em;
}
.exhibition-section-title {
  color: #877665;
  display: block;
  margin-bottom: 2.2em;
  margin-top: 1.2em;
}
.table-of-contents {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  z-index: 5;
  padding: 25px;
  display: block;
}
@media all and (max-width: 1025px) {
  .table-of-contents {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .table-of-contents {
    padding: 15px;
  }
}
.table-of-contents li {
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.table-of-contents li a {
  padding: 13px 20px;
  display: block;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.table-of-contents li.active a,
.table-of-contents li:hover a {
  background: #939308;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
@media all and (max-width: 1401px) {
  .table-of-contents {
    max-width: 190px;
  }
  .table-of-contents a {
    font-size: 0.65em;
  }
}
@media all and (max-width: 1025px) {
  .table-of-contents {
    display: none !important;
  }
}
.exhibition-introduction {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.exhibition-introduction > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition-introduction:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.exhibition-introduction .exhibition-introduction-text,
.exhibition-introduction .table-of-contents,
.exhibition-introduction .credit-reviews {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .exhibition-introduction .exhibition-introduction-text,
  .exhibition-introduction .table-of-contents,
  .exhibition-introduction .credit-reviews {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .exhibition-introduction-text,
  .exhibition-introduction .table-of-contents,
  .exhibition-introduction .credit-reviews {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-introduction .exhibition-introduction-text,
  .exhibition-introduction .table-of-contents,
  .exhibition-introduction .credit-reviews {
    font-size: 14.5px;
  }
}
.exhibition-introduction .exhibition-introduction-text {
  width: 64%;
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .exhibition-introduction-text {
    width: 55%;
  }
}
@media all and (max-width: 769px) {
  .exhibition-introduction .exhibition-introduction-text {
    width: 100%;
  }
}
.exhibition-introduction .credit-reviews {
  width: 32%;
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .credit-reviews {
    width: 41%;
  }
}
@media all and (max-width: 769px) {
  .exhibition-introduction .credit-reviews {
    width: 100%;
  }
}
.exhibition-introduction .credit-reviews .featured-box {
  margin-bottom: 25px;
}
.exhibition-introduction .credit-reviews .featured-box .sans {
  color: #939308;
}
.exhibition-introduction .credit-reviews .featured-box img {
  max-width: 50%;
  max-height: 60px;
  margin-bottom: 15px;
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes {
  padding-top: 25px;
  margin-bottom: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 769px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes {
    margin-bottom: 0;
  }
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box,
.exhibition-introduction .exhibition-introduction-text .featured-boxes .placeholder,
.exhibition-introduction .exhibition-introduction-text .featured-boxes .featured-box {
  width: 48%;
  font-size: 16px;
  margin-bottom: 0;
}
@media all and (max-width: 1201px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .placeholder,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .featured-box {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .placeholder,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .featured-box {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .placeholder,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .featured-box {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .placeholder,
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .featured-box {
    width: 100%;
  }
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes .exhibition-type {
  color: #efefef;
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box .box-title {
  height: 30px;
  line-height: 30px;
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box .box-title a {
  float: right;
  font-size: 16px;
  text-transform: lowercase !important;
  margin-top: -2px;
}
@media all and (max-width: 1201px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box .box-title a {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box .box-title a {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box .box-title a {
    font-size: 14.5px;
  }
}
.exhibition-introduction .exhibition-introduction-text .featured-boxes .info-box .box-title a span {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 0;
}
.exhibition-introduction .featured-box {
  background: #fff;
}
.exhibition-introduction .featured-box .featured-box-title {
  padding: 25px;
  font-size: 16px;
}
.exhibition-introduction .featured-box .featured-box-title h6 {
  color: #877665;
}
.exhibition-introduction .featured-box .featured-box-title a {
  color: #939308;
  background: #fff;
}
.exhibition-introduction .featured-box .featured-box-title a,
.exhibition-introduction .featured-box .featured-box-title h6 {
  padding-bottom: 0;
  margin-top: 0;
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .featured-box .featured-box-title {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .exhibition-introduction .featured-box .featured-box-title {
    padding: 15px;
  }
}
@media all and (max-width: 1201px) {
  .exhibition-introduction .featured-box .featured-box-title {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .featured-box .featured-box-title {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-introduction .featured-box .featured-box-title {
    font-size: 14.5px;
  }
}
.exhibition-introduction .featured-box .featured-box-innertext {
  padding: 25px;
  padding-top: 0;
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .featured-box .featured-box-innertext {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .exhibition-introduction .featured-box .featured-box-innertext {
    padding: 15px;
  }
}
.exhibition-introduction .featured-box .featured-box-innertext h5 {
  margin-top: 0;
}
@media all and (max-width: 1025px) {
  .exhibition-introduction .featured-box,
  .exhibition-introduction .info-box {
    margin-bottom: 20px !important;
  }
}
.exhibition-artworks .exhibition-theme {
  margin-bottom: 1em;
}
.exhibition-artworks .artworks-intro {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.exhibition-artworks .artworks-intro > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition-artworks .artworks-intro:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.exhibition-artworks .artworks-intro p,
.exhibition-artworks .artworks-intro .view-all {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .exhibition-artworks .artworks-intro p,
  .exhibition-artworks .artworks-intro .view-all {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-artworks .artworks-intro p,
  .exhibition-artworks .artworks-intro .view-all {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-artworks .artworks-intro p,
  .exhibition-artworks .artworks-intro .view-all {
    font-size: 14.5px;
  }
}
.exhibition-artworks .artworks-intro p {
  width: 68%;
}
.exhibition-artworks .artworks-intro .view-all {
  width: 30%;
}
.exhibition-artworks .artwork-boxes {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 16px;
}
.exhibition-artworks .artwork-boxes > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition-artworks .artwork-boxes:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1201px) {
  .exhibition-artworks .artwork-boxes {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-artworks .artwork-boxes {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-artworks .artwork-boxes {
    font-size: 14.5px;
  }
}
.exhibition-artworks .artwork-boxes .artwork-box {
  width: 32%;
  background: transparent;
  padding-top: 25px;
  margin-bottom: 25px;
}
@media all and (max-width: 1025px) {
  .exhibition-artworks .artwork-boxes .artwork-box {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-artworks .artwork-boxes .artwork-box {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-artworks .artwork-boxes .artwork-box {
    width: 48%;
  }
}
@media all and (max-width: 500px) {
  .exhibition-artworks .artwork-boxes .artwork-box {
    width: 100%;
  }
}
.exhibition-artworks .artwork-boxes .artwork-box img {
  width: 100%;
  max-width: 100%;
}
.exhibition-artworks .artwork-boxes .artwork-box .sans {
  color: #000;
  padding: 10px 0;
}
.exhibition-artworks .artwork-boxes .hidden {
  display: none;
}
.exhibition-artworks .artwork-boxes .invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.exhibition-artworks .view-all {
  font-size: 16px;
  margin-bottom: 2em;
}
@media all and (max-width: 1201px) {
  .exhibition-artworks .view-all {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-artworks .view-all {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-artworks .view-all {
    font-size: 14.5px;
  }
}
.exhibition-artworks .view-all button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #ededed;
}
.exhibition-artworks .view-all button:disabled {
  visibility: hidden;
}
.exhibition-artworks .view-all button:hover {
  background-color: #939308;
}
.exhibition-credits .exhibition-credit,
.exhibition-reviews .exhibition-credit,
.exhibition-credits .exhibition-review,
.exhibition-reviews .exhibition-review {
  display: block;
  margin: 30px 0 15px 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.exhibition-credits .exhibition-credit > *,
.exhibition-reviews .exhibition-credit > *,
.exhibition-credits .exhibition-review > *,
.exhibition-reviews .exhibition-review > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition-credits .exhibition-credit:after,
.exhibition-reviews .exhibition-credit:after,
.exhibition-credits .exhibition-review:after,
.exhibition-reviews .exhibition-review:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.exhibition-credits .exhibition-credit:nth-child(2),
.exhibition-reviews .exhibition-credit:nth-child(2),
.exhibition-credits .exhibition-review:nth-child(2),
.exhibition-reviews .exhibition-review:nth-child(2) {
  margin-top: 0;
}
.exhibition-credits .exhibition-credit h5,
.exhibition-reviews .exhibition-credit h5,
.exhibition-credits .exhibition-review h5,
.exhibition-reviews .exhibition-review h5 {
  padding-bottom: 0;
}
.exhibition-credits .exhibition-credit .exhibition-credit-content,
.exhibition-reviews .exhibition-credit .exhibition-credit-content,
.exhibition-credits .exhibition-review .exhibition-credit-content,
.exhibition-reviews .exhibition-review .exhibition-credit-content,
.exhibition-credits .exhibition-credit .exhibition-review-content,
.exhibition-reviews .exhibition-credit .exhibition-review-content,
.exhibition-credits .exhibition-review .exhibition-review-content,
.exhibition-reviews .exhibition-review .exhibition-review-content,
.exhibition-credits .exhibition-credit .exhibition-credit-image,
.exhibition-reviews .exhibition-credit .exhibition-credit-image,
.exhibition-credits .exhibition-review .exhibition-credit-image,
.exhibition-reviews .exhibition-review .exhibition-credit-image,
.exhibition-credits .exhibition-credit .exhibition-review-image,
.exhibition-reviews .exhibition-credit .exhibition-review-image,
.exhibition-credits .exhibition-review .exhibition-review-image,
.exhibition-reviews .exhibition-review .exhibition-review-image {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .exhibition-credits .exhibition-credit .exhibition-credit-content,
  .exhibition-reviews .exhibition-credit .exhibition-credit-content,
  .exhibition-credits .exhibition-review .exhibition-credit-content,
  .exhibition-reviews .exhibition-review .exhibition-credit-content,
  .exhibition-credits .exhibition-credit .exhibition-review-content,
  .exhibition-reviews .exhibition-credit .exhibition-review-content,
  .exhibition-credits .exhibition-review .exhibition-review-content,
  .exhibition-reviews .exhibition-review .exhibition-review-content,
  .exhibition-credits .exhibition-credit .exhibition-credit-image,
  .exhibition-reviews .exhibition-credit .exhibition-credit-image,
  .exhibition-credits .exhibition-review .exhibition-credit-image,
  .exhibition-reviews .exhibition-review .exhibition-credit-image,
  .exhibition-credits .exhibition-credit .exhibition-review-image,
  .exhibition-reviews .exhibition-credit .exhibition-review-image,
  .exhibition-credits .exhibition-review .exhibition-review-image,
  .exhibition-reviews .exhibition-review .exhibition-review-image {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-credits .exhibition-credit .exhibition-credit-content,
  .exhibition-reviews .exhibition-credit .exhibition-credit-content,
  .exhibition-credits .exhibition-review .exhibition-credit-content,
  .exhibition-reviews .exhibition-review .exhibition-credit-content,
  .exhibition-credits .exhibition-credit .exhibition-review-content,
  .exhibition-reviews .exhibition-credit .exhibition-review-content,
  .exhibition-credits .exhibition-review .exhibition-review-content,
  .exhibition-reviews .exhibition-review .exhibition-review-content,
  .exhibition-credits .exhibition-credit .exhibition-credit-image,
  .exhibition-reviews .exhibition-credit .exhibition-credit-image,
  .exhibition-credits .exhibition-review .exhibition-credit-image,
  .exhibition-reviews .exhibition-review .exhibition-credit-image,
  .exhibition-credits .exhibition-credit .exhibition-review-image,
  .exhibition-reviews .exhibition-credit .exhibition-review-image,
  .exhibition-credits .exhibition-review .exhibition-review-image,
  .exhibition-reviews .exhibition-review .exhibition-review-image {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-credits .exhibition-credit .exhibition-credit-content,
  .exhibition-reviews .exhibition-credit .exhibition-credit-content,
  .exhibition-credits .exhibition-review .exhibition-credit-content,
  .exhibition-reviews .exhibition-review .exhibition-credit-content,
  .exhibition-credits .exhibition-credit .exhibition-review-content,
  .exhibition-reviews .exhibition-credit .exhibition-review-content,
  .exhibition-credits .exhibition-review .exhibition-review-content,
  .exhibition-reviews .exhibition-review .exhibition-review-content,
  .exhibition-credits .exhibition-credit .exhibition-credit-image,
  .exhibition-reviews .exhibition-credit .exhibition-credit-image,
  .exhibition-credits .exhibition-review .exhibition-credit-image,
  .exhibition-reviews .exhibition-review .exhibition-credit-image,
  .exhibition-credits .exhibition-credit .exhibition-review-image,
  .exhibition-reviews .exhibition-credit .exhibition-review-image,
  .exhibition-credits .exhibition-review .exhibition-review-image,
  .exhibition-reviews .exhibition-review .exhibition-review-image {
    font-size: 14.5px;
  }
}
.exhibition-credits .exhibition-credit .exhibition-credit-image,
.exhibition-reviews .exhibition-credit .exhibition-credit-image,
.exhibition-credits .exhibition-review .exhibition-credit-image,
.exhibition-reviews .exhibition-review .exhibition-credit-image,
.exhibition-credits .exhibition-credit .exhibition-review-image,
.exhibition-reviews .exhibition-credit .exhibition-review-image,
.exhibition-credits .exhibition-review .exhibition-review-image,
.exhibition-reviews .exhibition-review .exhibition-review-image {
  width: 110px;
  height: 80px;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13%;
}
@media all and (max-width: 1025px) {
  .exhibition-credits .exhibition-credit .exhibition-credit-image,
  .exhibition-reviews .exhibition-credit .exhibition-credit-image,
  .exhibition-credits .exhibition-review .exhibition-credit-image,
  .exhibition-reviews .exhibition-review .exhibition-credit-image,
  .exhibition-credits .exhibition-credit .exhibition-review-image,
  .exhibition-reviews .exhibition-credit .exhibition-review-image,
  .exhibition-credits .exhibition-review .exhibition-review-image,
  .exhibition-reviews .exhibition-review .exhibition-review-image {
    width: 20%;
  }
}
.exhibition-credits .exhibition-credit .exhibition-review-content,
.exhibition-reviews .exhibition-credit .exhibition-review-content,
.exhibition-credits .exhibition-review .exhibition-review-content,
.exhibition-reviews .exhibition-review .exhibition-review-content,
.exhibition-credits .exhibition-credit .exhibition-credit-content,
.exhibition-reviews .exhibition-credit .exhibition-credit-content,
.exhibition-credits .exhibition-review .exhibition-credit-content,
.exhibition-reviews .exhibition-review .exhibition-credit-content {
  width: 81%;
}
@media all and (max-width: 1025px) {
  .exhibition-credits .exhibition-credit .exhibition-review-content,
  .exhibition-reviews .exhibition-credit .exhibition-review-content,
  .exhibition-credits .exhibition-review .exhibition-review-content,
  .exhibition-reviews .exhibition-review .exhibition-review-content,
  .exhibition-credits .exhibition-credit .exhibition-credit-content,
  .exhibition-reviews .exhibition-credit .exhibition-credit-content,
  .exhibition-credits .exhibition-review .exhibition-credit-content,
  .exhibition-reviews .exhibition-review .exhibition-credit-content {
    width: 71%;
  }
}
.exhibition-publications {
  background: #333 !important;
  color: #fff;
}
.exhibition-publications .publication {
  display: block;
  padding-bottom: 20px;
}
.exhibition-publications .publication h5 {
  color: #939308;
}
.exhibition-publications .publication h5 i {
  color: #fff;
  font-style: italic;
}
.exhibition-publications .publication p {
  margin: 0.5em 0;
  max-width: 80%;
}
.exhibition-publications .publication a {
  color: #fff;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.825em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.exhibition-publications .publication a:after {
  border-left-color: #fff;
}
.exhibition-reviews .exhibition-review-content .author-arrow {
  color: #939308;
}
.exhibition-reviews .exhibition-review-content .author-arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #939308;
  display: inline-block;
  margin-left: 10px;
}
.exhibition-reviews .exhibition-review-content .author {
  color: #939308;
}
.info-box.programs .box-title {
  background-color: #e8891b;
}
.past-exhibitions {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.past-exhibitions > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.past-exhibitions:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.past-exhibitions aside,
.past-exhibitions section {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .past-exhibitions aside,
  .past-exhibitions section {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .past-exhibitions aside,
  .past-exhibitions section {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .past-exhibitions aside,
  .past-exhibitions section {
    font-size: 14.5px;
  }
}
.past-exhibitions aside {
  width: 7%;
}
@media all and (max-width: 769px) {
  .past-exhibitions aside {
    width: 10%;
  }
}
@media all and (max-width: 500px) {
  .past-exhibitions aside {
    width: 15%;
  }
}
.past-exhibitions section {
  width: 90%;
}
@media all and (max-width: 769px) {
  .past-exhibitions section {
    width: 85%;
  }
}
@media all and (max-width: 500px) {
  .past-exhibitions section {
    width: 80%;
  }
}
.past-exhibitions section img {
  max-width: 100%;
}
.years .box-title {
  background-color: #005698;
}
.past-exhibitions-content .box-title {
  display: inline-block;
  margin-top: 3em;
  height: auto;
  text-align: center;
}
.past-exhibitions-content .box-title:first-child {
  margin-top: 0;
}
.past-exhibitions-content .three-up {
  padding-top: 0;
}
@media all and (max-width: 1025px) {
  .past-exhibitions-content .three-up > * {
    width: 48.5%;
  }
}
@media all and (max-width: 769px) {
  .past-exhibitions-content .three-up > * {
    width: 100%;
  }
}
.past-exhibitions-content .loading {
  background: url("../img/loading.gif") no-repeat;
  height: 5em;
  width: 5em;
  position: absolute;
  top: 30%;
  right: 50%;
}
.exhibition-type,
.exhibition-theme {
  display: inline-block;
}
.exhibition-container {
  overflow: hidden;
}
.exhibition-container .carousel {
  width: inherit;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.exhibition-container .carousel ul {
  width: 10000px;
  list-style: none;
}
.exhibition-container .carousel li {
  margin-left: 0;
  height: 400px;
  margin-right: 30px;
  float: left;
}
.exhibition-container .carousel .prev,
.exhibition-container .carousel .next {
  position: absolute;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  cursor: pointer;
  pointer-events: all;
  font-size: 25px;
  padding: 20px;
  color: #fff;
}
.exhibition-container .carousel .prev > *,
.exhibition-container .carousel .next > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition-container .carousel .prev:after,
.exhibition-container .carousel .next:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.exhibition-container .carousel .prev {
  left: 0;
  top: 40%;
}
.exhibition-container .carousel .next {
  top: 40%;
  right: 0;
}
.exhibition-container .carousel,
.exhibition-container .exhibition-img {
  position: relative;
}
.exhibition-container .carousel .exhibition-type,
.exhibition-container .exhibition-img .exhibition-type {
  position: absolute;
  z-index: 1;
}
.exhibition-container .carousel li,
.exhibition-container .exhibition-img li,
.exhibition-container .carousel .imgWrap,
.exhibition-container .exhibition-img .imgWrap {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.exhibition-container .carousel li .overlay,
.exhibition-container .exhibition-img li .overlay,
.exhibition-container .carousel .imgWrap .overlay,
.exhibition-container .exhibition-img .imgWrap .overlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.1px;
  background: rgba(35,35,35,0.7);
  color: #fff;
  width: inherit;
}
.exhibition-container .carousel li .overlay::before,
.exhibition-container .exhibition-img li .overlay::before,
.exhibition-container .carousel .imgWrap .overlay::before,
.exhibition-container .exhibition-img .imgWrap .overlay::before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.exhibition-container .carousel li .overlay .content,
.exhibition-container .exhibition-img li .overlay .content,
.exhibition-container .carousel .imgWrap .overlay .content,
.exhibition-container .exhibition-img .imgWrap .overlay .content {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .exhibition-container .carousel li .overlay .content,
  .exhibition-container .exhibition-img li .overlay .content,
  .exhibition-container .carousel .imgWrap .overlay .content,
  .exhibition-container .exhibition-img .imgWrap .overlay .content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .exhibition-container .carousel li .overlay .content,
  .exhibition-container .exhibition-img li .overlay .content,
  .exhibition-container .carousel .imgWrap .overlay .content,
  .exhibition-container .exhibition-img .imgWrap .overlay .content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .exhibition-container .carousel li .overlay .content,
  .exhibition-container .exhibition-img li .overlay .content,
  .exhibition-container .carousel .imgWrap .overlay .content,
  .exhibition-container .exhibition-img .imgWrap .overlay .content {
    font-size: 14.5px;
  }
}
.exhibition-container .carousel li .overlay .content,
.exhibition-container .exhibition-img li .overlay .content,
.exhibition-container .carousel .imgWrap .overlay .content,
.exhibition-container .exhibition-img .imgWrap .overlay .content {
  width: 98%;
  text-align: center;
}
.exhibition-container .carousel li .overlay .content p,
.exhibition-container .exhibition-img li .overlay .content p,
.exhibition-container .carousel .imgWrap .overlay .content p,
.exhibition-container .exhibition-img .imgWrap .overlay .content p {
  margin-top: 0;
}
.exhibition-container .carousel li .view-more,
.exhibition-container .exhibition-img li .view-more,
.exhibition-container .carousel .imgWrap .view-more,
.exhibition-container .exhibition-img .imgWrap .view-more {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(35,35,35,0.5);
  width: 35px;
  height: 35px;
  text-align: center;
}
.exhibition-container .carousel li .view-more i,
.exhibition-container .exhibition-img li .view-more i,
.exhibition-container .carousel .imgWrap .view-more i,
.exhibition-container .exhibition-img .imgWrap .view-more i {
  font-style: normal;
  color: #fff;
  font-family: "Asap", Arial, sans-serif;
  font-size: 1.6em;
  line-height: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.exhibition-container .carousel li .carousel-image,
.exhibition-container .exhibition-img li .carousel-image,
.exhibition-container .carousel .imgWrap .carousel-image,
.exhibition-container .exhibition-img .imgWrap .carousel-image {
  height: 100%;
}
.exhibition-container .carousel li:hover .overlay,
.exhibition-container .exhibition-img li:hover .overlay,
.exhibition-container .carousel .imgWrap:hover .overlay,
.exhibition-container .exhibition-img .imgWrap:hover .overlay {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.exhibition-container .carousel li:hover .view-more i,
.exhibition-container .exhibition-img li:hover .view-more i,
.exhibition-container .carousel .imgWrap:hover .view-more i,
.exhibition-container .exhibition-img .imgWrap:hover .view-more i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.exhibition-container .carousel .imgWrap.hover,
.exhibition-container .exhibition-img .imgWrap.hover {
  cursor: default;
}
.exhibition-container .carousel .imgWrap.hover .overlay,
.exhibition-container .exhibition-img .imgWrap.hover .overlay {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.exhibition-container .carousel .imgWrap.hover .view-more i,
.exhibition-container .exhibition-img .imgWrap.hover .view-more i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.exhibition-container .exhibition-info h4 {
  padding-bottom: 0;
}
.exhibition-container .exhibition-info h5 {
  font-size: 1em;
}
.past-exhibitions .page-header {
  display: block !important;
  margin-bottom: 20px;
}
.past-exhibitions .page-header a {
  float: right;
  text-transform: lowercase;
}
.past-exhibition-box {
  width: 32%;
  height: 0;
  padding-bottom: 23%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 2%;
}
@media all and (max-width: 1201px) {
  .past-exhibition-box {
    padding-bottom: 30%;
  }
}
@media all and (max-width: 769px) {
  .past-exhibition-box {
    padding-bottom: 0;
    height: 270px;
  }
}
.past-exhibition-box .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35,35,35,0.7);
  color: #fff;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
@media all and (max-width: 1025px) {
  .past-exhibition-box .caption {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .past-exhibition-box .caption {
    padding: 15px;
  }
}
.past-exhibition-box .caption h5,
.past-exhibition-box .caption p {
  margin-top: 0;
  padding-bottom: 5px;
}
.past-exhibition-box #prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 2em;
  width: 2em;
}
.program-series {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.program-series > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.program-series:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.program-series .program-series-about {
  font-size: 16px;
  width: 63%;
}
@media all and (max-width: 1201px) {
  .program-series .program-series-about {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .program-series .program-series-about {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .program-series .program-series-about {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .program-series .program-series-about {
    width: 52%;
  }
}
@media all and (max-width: 769px) {
  .program-series .program-series-about {
    width: 100%;
  }
}
.program-series .program-series-about .about .cta-arrow {
  display: block;
  margin-top: 1em;
}
.program-series .info-box {
  width: 32%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .program-series .info-box {
    width: 40%;
  }
}
@media all and (max-width: 769px) {
  .program-series .info-box {
    display: none !important;
  }
}
@media all and (max-width: 769px) {
  .program-series .more-posts div .info-box {
    display: inline-block !important;
  }
}
.program-series .performance {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  .program-series .performance {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .program-series .performance {
    padding: 15px 0 15px 0;
  }
}
.program-series .performance .schedule,
.program-series .performance .performance-about {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  .program-series .performance .schedule,
  .program-series .performance .performance-about {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .program-series .performance .schedule,
  .program-series .performance .performance-about {
    padding: 15px 0 15px 0;
  }
}
.program-series .performance .schedule .agenda .get-tickets,
.program-series .performance .performance-about .agenda .get-tickets,
.program-series .performance .schedule .description .get-tickets,
.program-series .performance .performance-about .description .get-tickets {
  display: inline-block;
  background: #939308;
  padding: 15px 20px;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.825em;
  letter-spacing: 0.15em;
  margin-top: 1em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.program-series .performance .schedule .agenda .get-tickets:after,
.program-series .performance .performance-about .agenda .get-tickets:after,
.program-series .performance .schedule .description .get-tickets:after,
.program-series .performance .performance-about .description .get-tickets:after {
  border-left-color: #fff;
}
.program-series .performance .schedule .agenda .get-tickets:hover,
.program-series .performance .performance-about .agenda .get-tickets:hover,
.program-series .performance .schedule .description .get-tickets:hover,
.program-series .performance .performance-about .description .get-tickets:hover {
  background-color: #6e6f06;
}
@media all and (max-width: 769px) {
  .program-series .performance .schedule .agenda .get-tickets,
  .program-series .performance .performance-about .agenda .get-tickets,
  .program-series .performance .schedule .description .get-tickets,
  .program-series .performance .performance-about .description .get-tickets {
    left: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
.program-series .performance .schedule .agenda .agenda-item,
.program-series .performance .performance-about .agenda .agenda-item,
.program-series .performance .schedule .description .agenda-item,
.program-series .performance .performance-about .description .agenda-item {
  padding-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.program-series .performance .schedule .agenda .agenda-item > *,
.program-series .performance .performance-about .agenda .agenda-item > *,
.program-series .performance .schedule .description .agenda-item > *,
.program-series .performance .performance-about .description .agenda-item > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.program-series .performance .schedule .agenda .agenda-item:after,
.program-series .performance .performance-about .agenda .agenda-item:after,
.program-series .performance .schedule .description .agenda-item:after,
.program-series .performance .performance-about .description .agenda-item:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.program-series .performance .schedule .agenda .agenda-item .date,
.program-series .performance .performance-about .agenda .agenda-item .date,
.program-series .performance .schedule .description .agenda-item .date,
.program-series .performance .performance-about .description .agenda-item .date,
.program-series .performance .schedule .agenda .agenda-item .content,
.program-series .performance .performance-about .agenda .agenda-item .content,
.program-series .performance .schedule .description .agenda-item .content,
.program-series .performance .performance-about .description .agenda-item .content {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .program-series .performance .schedule .agenda .agenda-item .date,
  .program-series .performance .performance-about .agenda .agenda-item .date,
  .program-series .performance .schedule .description .agenda-item .date,
  .program-series .performance .performance-about .description .agenda-item .date,
  .program-series .performance .schedule .agenda .agenda-item .content,
  .program-series .performance .performance-about .agenda .agenda-item .content,
  .program-series .performance .schedule .description .agenda-item .content,
  .program-series .performance .performance-about .description .agenda-item .content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .program-series .performance .schedule .agenda .agenda-item .date,
  .program-series .performance .performance-about .agenda .agenda-item .date,
  .program-series .performance .schedule .description .agenda-item .date,
  .program-series .performance .performance-about .description .agenda-item .date,
  .program-series .performance .schedule .agenda .agenda-item .content,
  .program-series .performance .performance-about .agenda .agenda-item .content,
  .program-series .performance .schedule .description .agenda-item .content,
  .program-series .performance .performance-about .description .agenda-item .content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .program-series .performance .schedule .agenda .agenda-item .date,
  .program-series .performance .performance-about .agenda .agenda-item .date,
  .program-series .performance .schedule .description .agenda-item .date,
  .program-series .performance .performance-about .description .agenda-item .date,
  .program-series .performance .schedule .agenda .agenda-item .content,
  .program-series .performance .performance-about .agenda .agenda-item .content,
  .program-series .performance .schedule .description .agenda-item .content,
  .program-series .performance .performance-about .description .agenda-item .content {
    font-size: 14.5px;
  }
}
.program-series .performance .schedule .agenda .agenda-item .date,
.program-series .performance .performance-about .agenda .agenda-item .date,
.program-series .performance .schedule .description .agenda-item .date,
.program-series .performance .performance-about .description .agenda-item .date {
  width: 20%;
}
.program-series .performance .schedule .agenda .agenda-item .content,
.program-series .performance .performance-about .agenda .agenda-item .content,
.program-series .performance .schedule .description .agenda-item .content,
.program-series .performance .performance-about .description .agenda-item .content {
  width: 80%;
}
.program-series .performance .schedule .agenda .agenda-item .content h5,
.program-series .performance .performance-about .agenda .agenda-item .content h5,
.program-series .performance .schedule .description .agenda-item .content h5,
.program-series .performance .performance-about .description .agenda-item .content h5 {
  margin-top: 0;
  padding-bottom: 0;
}
.more-posts .info-box,
.program-series .info-box {
  display: inline-block;
}
.more-posts .info-box .sans,
.program-series .info-box .sans {
  display: block;
}
.more-posts .info-box .date-and-content,
.program-series .info-box .date-and-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.more-posts .info-box .date-and-content > *,
.program-series .info-box .date-and-content > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.more-posts .info-box .date-and-content:after,
.program-series .info-box .date-and-content:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.more-posts .info-box .date-and-content span,
.program-series .info-box .date-and-content span {
  display: block;
  text-align: right;
  font-size: 1.5em;
}
.more-posts .info-box .date-and-content span.day,
.program-series .info-box .date-and-content span.day {
  display: inline-block;
}
@media all and (max-width: 1201px) {
  .more-posts .info-box .date-and-content span,
  .program-series .info-box .date-and-content span {
    font-size: 1.2em;
  }
}
@media all and (max-width: 769px) {
  .more-posts .info-box .date-and-content span,
  .program-series .info-box .date-and-content span {
    font-size: 1.5em;
  }
}
@media all and (max-width: 500px) {
  .more-posts .info-box .date-and-content span,
  .program-series .info-box .date-and-content span {
    font-size: 1.2em;
  }
}
.more-posts .info-box .date-and-content .detail-date,
.program-series .info-box .date-and-content .detail-date {
  padding: 25px 0 25px 0;
  width: 20%;
}
@media all and (max-width: 1025px) {
  .more-posts .info-box .date-and-content .detail-date,
  .program-series .info-box .date-and-content .detail-date {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .more-posts .info-box .date-and-content .detail-date,
  .program-series .info-box .date-and-content .detail-date {
    padding: 15px 0 15px 0;
  }
}
@media all and (max-width: 769px) {
  .more-posts .info-box .date-and-content .detail-date,
  .program-series .info-box .date-and-content .detail-date {
    width: 15%;
  }
}
@media all and (max-width: 500px) {
  .more-posts .info-box .date-and-content .detail-date,
  .program-series .info-box .date-and-content .detail-date {
    width: 20%;
  }
}
.more-posts .info-box .date-and-content .post-list-innertext,
.program-series .info-box .date-and-content .post-list-innertext {
  width: 70%;
}
@media all and (max-width: 769px) {
  .more-posts .info-box .date-and-content .post-list-innertext,
  .program-series .info-box .date-and-content .post-list-innertext {
    width: 76%;
  }
}
@media all and (max-width: 500px) {
  .more-posts .info-box .date-and-content .post-list-innertext,
  .program-series .info-box .date-and-content .post-list-innertext {
    width: 70%;
  }
}
.more-posts {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1201px) {
  .more-posts {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .more-posts {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .more-posts {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .more-posts {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .more-posts {
    padding: 15px 0 15px 0;
  }
}
.more-posts h4 {
  margin-top: 0;
  padding-bottom: 1.5em;
}
.more-posts > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.more-posts > div > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.more-posts > div:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.more-posts > div .info-box {
  width: 32%;
}
@media all and (max-width: 769px) {
  .more-posts > div .info-box {
    width: 100%;
  }
}
#year-filter,
#programtype-filter,
#calendar-filter {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#year-filter.active,
#programtype-filter.active,
#calendar-filter.active {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  max-height: 600px;
  background-color: #333;
  color: #fff;
  margin-bottom: 30px;
}
@media all and (max-width: 769px) {
  #year-filter.active,
  #programtype-filter.active,
  #calendar-filter.active {
    margin-bottom: 15px;
  }
}
#year-filter.active ul,
#programtype-filter.active ul,
#calendar-filter.active ul {
  padding: 25px 0 25px 0;
}
@media all and (max-width: 1025px) {
  #year-filter.active ul,
  #programtype-filter.active ul,
  #calendar-filter.active ul {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  #year-filter.active ul,
  #programtype-filter.active ul,
  #calendar-filter.active ul {
    padding: 15px 0 15px 0;
  }
}
#year-filter ul,
#programtype-filter ul {
  text-align: center;
}
#year-filter ul li,
#programtype-filter ul li {
  display: inline-block;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  #year-filter ul li,
  #programtype-filter ul li {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  #year-filter ul li,
  #programtype-filter ul li {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  #year-filter ul li,
  #programtype-filter ul li {
    font-size: 14.5px;
  }
}
#year-filter ul li a,
#programtype-filter ul li a {
  text-transform: uppercase;
  font-family: "Asap", Arial, sans-serif;
  color: #fff;
  font-size: 0.855em;
  letter-spacing: 0.15em;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}
#year-filter ul li a:hover,
#programtype-filter ul li a:hover {
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  color: #e8891b;
}
#year-filter ul li a.clicked,
#programtype-filter ul li a.clicked {
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  color: #e8891b;
}
#year-filter ul li {
  width: 10%;
}
@media all and (max-width: 769px) {
  #year-filter ul li {
    width: 15%;
  }
}
#calendar-filter {
  background: #333;
  display: block;
}
@media all and (min-width: 1201px) {
  #calendar-filter {
    padding: 0 25px;
  }
}
#programsCalendar {
  background: #333;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
@media all and (max-width: 1401px) {
  #programsCalendar {
    max-width: 90%;
  }
}
@media all and (max-width: 1201px) {
  #programsCalendar {
    max-width: 92%;
  }
}
@media all and (max-width: 769px) {
  #programsCalendar {
    width: 88%;
  }
}
@media all and (max-width: 500px) {
  #programsCalendar {
    width: 85%;
  }
}
#programsCalendar .owl-stage-outer {
  z-index: 1;
}
#programsCalendar .owl-controls {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 48%;
  z-index: 0;
}
#programsCalendar .owl-nav {
  width: 100%;
  zoom: 1;
}
#programsCalendar .owl-nav:before,
#programsCalendar .owl-nav:after {
  content: "";
  display: table;
}
#programsCalendar .owl-nav:after {
  clear: both;
}
#programsCalendar .owl-nav .owl-prev i,
#programsCalendar .owl-nav .owl-next i {
  color: #e8891b;
  font-size: 1.2em;
  background: #333;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#programsCalendar .owl-nav .owl-prev i:hover,
#programsCalendar .owl-nav .owl-next i:hover {
  color: #ededed;
}
#programsCalendar .owl-nav .owl-prev {
  float: left;
}
#programsCalendar .owl-nav .owl-next {
  float: right;
}
#programsCalendar .calendar {
  text-align: center;
  text-transform: uppercase;
  font-family: "Asap", Arial, sans-serif;
  color: #cbcbcb;
  padding: 25px;
}
@media all and (max-width: 1025px) {
  #programsCalendar .calendar {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  #programsCalendar .calendar {
    padding: 15px;
  }
}
@media all and (max-width: 500px) {
  #programsCalendar .calendar {
    padding-left: 0;
    padding-right: 0;
  }
}
#programsCalendar .calendar table {
  text-align: left;
  display: inline-block;
}
#programsCalendar .calendar table thead tr {
  padding: 0.5em;
}
#programsCalendar .calendar table th.month {
  font-size: 0.925em;
  text-align: left;
  padding: 0.5em 0.75em;
  letter-spacing: 0.15em;
}
#programsCalendar .calendar table th,
#programsCalendar .calendar table td {
  padding: 0.4em 0.75em;
  margin: 0.1em;
}
#programsCalendar .calendar table tr.days th {
  font-size: 0.75em;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}
#programsCalendar .calendar table td {
  font-size: 0.75em;
}
#programsCalendar .calendar table td a,
#programsCalendar .calendar table td span {
  width: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#programsCalendar .calendar table td span {
  cursor: default;
}
#programsCalendar .calendar table td a {
  background: #e8891b;
  color: #333;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#programsCalendar .calendar table td a:hover {
  background: #ededed;
}
#programsCalendar .calendar table td a.clicked {
  background: #ededed;
}
#no-programs-found {
  text-align: center;
}
.post-list-innertext p.sans,
.program-series-about p.sans {
  color: #e8891b;
}
.query-results {
  color: #999;
  margin-top: 0.7em;
}
.centered {
  display: block;
  margin: 3.8em auto 1em auto;
  width: 125px;
  overflow: hidden;
  white-space: nowrap;
}
@media all and (max-width: 769px) {
  .centered {
    margin: 2.5em auto 0.4em auto;
    padding: 1em 2.5em;
  }
}
.performer-link {
  color: #939308;
}
.post-list-data.hidden {
  display: none;
}
.donate .donate-top,
.donate .donate-bottom {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.donate .donate-top > *,
.donate .donate-bottom > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.donate .donate-top:after,
.donate .donate-bottom:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.donate .donate-header,
.donate .info-box,
.donate .donate-box,
.donate .donate-content {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .donate .donate-header,
  .donate .info-box,
  .donate .donate-box,
  .donate .donate-content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .donate .donate-header,
  .donate .info-box,
  .donate .donate-box,
  .donate .donate-content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .donate .donate-header,
  .donate .info-box,
  .donate .donate-box,
  .donate .donate-content {
    font-size: 14.5px;
  }
}
.donate .donate-top {
  margin-top: 15px;
}
.donate .donate-top .info-box,
.donate .donate-box {
  width: 30%;
}
@media all and (max-width: 1201px) {
  .donate .donate-top .info-box,
  .donate .donate-box {
    width: 32%;
  }
}
@media all and (max-width: 1025px) {
  .donate .donate-top .info-box,
  .donate .donate-box {
    width: 40%;
  }
}
@media all and (max-width: 769px) {
  .donate .donate-top .info-box,
  .donate .donate-box {
    width: 100%;
  }
}
.donate .donate-header,
.donate .donate-content {
  width: 65%;
}
@media all and (max-width: 1201px) {
  .donate .donate-header,
  .donate .donate-content {
    width: 66%;
  }
}
@media all and (max-width: 1025px) {
  .donate .donate-header,
  .donate .donate-content {
    width: 56%;
  }
}
@media all and (max-width: 769px) {
  .donate .donate-header,
  .donate .donate-content {
    width: 100%;
  }
}
.donate .donate-header h4 {
  max-width: 90%;
  padding-top: 0;
  margin-top: 0;
}
@media all and (max-width: 1025px) {
  .donate .donate-header h4 {
    font-size: 1.4em;
    padding: 10px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .donate .donate-header h4 {
    font-size: 1.2em;
    text-align: center;
  }
}
@media all and (max-width: 1201px) {
  .donate .donate-header {
    padding-top: 0;
  }
}
.donate .donate-box {
  color: #fff;
}
.donate .donate-box .donate-box-header {
  padding: 25px;
  background: #d09e0b;
}
@media all and (max-width: 1025px) {
  .donate .donate-box .donate-box-header {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .donate .donate-box .donate-box-header {
    padding: 15px;
  }
}
.donate .donate-box .donate-box-header .donate-input {
  margin-top: 15px;
  position: relative;
  background: rgba(250,250,250,0.45);
  display: inline-block;
  padding: 10px 15px;
  width: 55%;
}
.donate .donate-box .donate-box-header .donate-input:after {
  content: '$';
  color: #333;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  display: inline-block;
  right: 15px;
  width: 10%;
  text-align: right;
}
.donate .donate-box .donate-box-header input {
  width: 85%;
  outline: none;
  border: none;
  background: transparent;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.donate .donate-box .donate-box-header input::-webkit-input-placeholder {
  color: #fff;
}
.donate .donate-box .donate-box-header input::-moz-input-placeholder {
  color: #fff;
}
.donate .donate-box .donate-box-header input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.donate .donate-box .donate-box-header input::-moz-input-placeholder {
  text-transform: uppercase;
}
.donate .donate-box .donate-box-header input::-webkit-input-placeholder {
  letter-spacing: 0.15em;
}
.donate .donate-box .donate-box-header input::-moz-input-placeholder {
  letter-spacing: 0.15em;
}
.donate .donate-box .donate-box-header input::-webkit-input-placeholder {
  font-family: "Asap", Arial, sans-serif;
}
.donate .donate-box .donate-box-header input::-moz-input-placeholder {
  font-family: "Asap", Arial, sans-serif;
}
.donate .donate-box .interests {
  background: #333;
  padding: 25px;
}
@media all and (max-width: 1025px) {
  .donate .donate-box .interests {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .donate .donate-box .interests {
    padding: 15px;
  }
}
.donate .donate-box .interests h6 {
  margin-top: 0;
}
.donate .donate-box .interests .interest {
  display: block;
  padding: 10px 0;
  position: relative;
  list-style: none;
}
.donate .donate-box .interests .interest input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 12px;
  width: 100%;
  display: block;
}
.donate .donate-box .interests .interest input[type="checkbox"] + label > span {
  z-index: 2;
  position: relative;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.donate .donate-box .interests .interest input[type="checkbox"]:checked + label > span {
  border-color: #d09e0b;
  background: #d09e0b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.donate .donate-box .interests .interest label em {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.705em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 1.5em;
  display: inline-block;
}
.donate .donate-box button.submit {
  outline: none;
  border: none;
  background: #939308;
  display: block;
  width: 100%;
  padding: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
@media all and (max-width: 1025px) {
  .donate .donate-box button.submit {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .donate .donate-box button.submit {
    padding: 15px;
  }
}
.donate .donate-box button.submit:hover {
  background: #6e6f06;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.donate .donate-box button.submit h6 {
  margin-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.donate .donate-box button.submit h6:after {
  border-left-color: #fff;
}
.donate .donate-content .detailed_about {
  padding-bottom: 20px;
  color: #333;
}
.donate .donate-content .ctas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.donate .donate-content .ctas > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.donate .donate-content .ctas:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.donate .donate-content .ctas > * {
  width: 46.15%;
}
@media all and (max-width: 1201px) {
  .donate .donate-content .ctas > * {
    width: 48.48%;
  }
}
@media all and (max-width: 1025px) {
  .donate .donate-content .ctas > * {
    width: 100%;
  }
}
.mason-jar {
  width: 100%;
}
.mason-jar .grid-sizer,
.mason-jar .info-box,
.mason-jar .green-box,
.mason-jar .cta-box,
.mason-jar .green-box-cta,
.mason-jar .stamp-box {
  width: 32%;
}
@media all and (max-width: 1201px) {
  .mason-jar .grid-sizer,
.mason-jar .info-box,
.mason-jar .green-box,
.mason-jar .cta-box,
.mason-jar .green-box-cta,
.mason-jar .stamp-box {
    width: 40%;
  }
}
@media all and (max-width: 769px) {
  .mason-jar .grid-sizer,
.mason-jar .info-box,
.mason-jar .green-box,
.mason-jar .cta-box,
.mason-jar .green-box-cta,
.mason-jar .stamp-box {
    width: 100%;
  }
}
.mason-jar .gutter-sizer {
  width: 2%;
}
@media all and (max-width: 1201px) {
  .mason-jar .gutter-sizer {
    width: 5%;
  }
}
@media all and (max-width: 769px) {
  .mason-jar .gutter-sizer {
    width: 0%;
  }
}
.mason-jar .info-box,
.mason-jar .stamp-box {
  margin-bottom: 2%;
}
.mason-jar .green-box {
  background-color: #939308;
  color: #fff;
}
.mason-jar .green-box p {
  color: #fff;
}
.mason-jar .cta-box {
  background-style: cover;
  hight: 300px;
}
.style-guide {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 100px;
  font-family: InterstateLight;
}
.style-guide header {
  text-align: center;
  height: auto;
}
.style-guide header,
.style-guide section {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
h6.title {
  display: block;
  height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  background: #e6e6e6;
}
.headings > * {
  max-width: 95%;
}
.colors {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.colors > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.colors:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.colors a,
.colors .placeholder {
  width: 49%;
}
.colors a {
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.colors .purple {
  background: #8d6b8b;
}
.colors .orange {
  background: #e8891b;
}
.colors .green {
  background: #939308;
}
.colors .light-grey {
  background: #ededed;
  color: #333;
}
.colors .dark-grey {
  background: #333;
}
.colors .blue {
  background: #005698;
}
.colors .brown {
  background: #877665;
}
.colors .red {
  background: #e32f2b;
}
.colors .yellow {
  background: #d09e0b;
}
.recurring a {
  margin-bottom: 20px;
}
.recurring .learn-more {
  background: #939308;
  color: #fff;
}
.recurring .box-title {
  display: block;
  background: #8d6b8b;
  height: 2.1em;
  line-height: 2.1em;
  padding-left: 1em;
  color: #fff;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.recurring .vertical-align {
  margin-top: 20px;
  text-align: center;
  height: 200px;
  background: #e9eace;
  font-size: 0.1px;
}
.recurring .vertical-align::before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.recurring .vertical-align .content {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .recurring .vertical-align .content {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .recurring .vertical-align .content {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .recurring .vertical-align .content {
    font-size: 14.5px;
  }
}
.recurring .vertical-align .content {
  width: 60%;
}
.library {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.library > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.library:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.library > * {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .library > * {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .library > * {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .library > * {
    font-size: 14.5px;
  }
}
.library .library-illustration {
  width: 32%;
  background-color: #cbcbcb;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 450px;
}
@media all and (max-width: 1025px) {
  .library .library-illustration {
    height: 350px;
  }
}
@media all and (max-width: 769px) {
  .library .library-illustration {
    height: 290px;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .library .library-illustration {
    height: 240px;
  }
}
.library .library-content {
  width: 64%;
}
@media all and (max-width: 769px) {
  .library .library-content {
    width: 100%;
  }
}
.glossary .hero {
  padding-bottom: 40%;
  height: 0;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 25px;
}
@media all and (max-width: 769px) {
  .glossary .hero {
    padding-bottom: 55%;
  }
}
.glossary .glossary-content {
  max-width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 769px) {
  .glossary .glossary-content {
    max-width: 95%;
  }
}
.glossary .glossary-content .glossary-item {
  padding: 25px 0 25px 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
@media all and (max-width: 1025px) {
  .glossary .glossary-content .glossary-item {
    padding: 20px 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .glossary .glossary-content .glossary-item {
    padding: 15px 0 15px 0;
  }
}
.glossary .glossary-content .glossary-item > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.glossary .glossary-content .glossary-item:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.glossary .glossary-content .glossary-item .word,
.glossary .glossary-content .glossary-item .definition {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .glossary .glossary-content .glossary-item .word,
  .glossary .glossary-content .glossary-item .definition {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .glossary .glossary-content .glossary-item .word,
  .glossary .glossary-content .glossary-item .definition {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .glossary .glossary-content .glossary-item .word,
  .glossary .glossary-content .glossary-item .definition {
    font-size: 14.5px;
  }
}
.glossary .glossary-content .glossary-item .word {
  width: 32%;
}
@media all and (max-width: 769px) {
  .glossary .glossary-content .glossary-item .word {
    width: 40%;
  }
}
@media all and (max-width: 500px) {
  .glossary .glossary-content .glossary-item .word {
    width: 100%;
  }
}
.glossary .glossary-content .glossary-item .definition {
  width: 66%;
}
@media all and (max-width: 769px) {
  .glossary .glossary-content .glossary-item .definition {
    width: 58%;
  }
}
@media all and (max-width: 500px) {
  .glossary .glossary-content .glossary-item .definition {
    width: 100%;
  }
}
.glossary .glossary-content .glossary-item .definition p {
  color: #333;
}
.resources-overview .featured-image {
  height: 510px;
}
.stamp-box {
  position: relative;
}
.stamp-box:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
  z-index: 1;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #877665;
}
.section-publications {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.section-publications > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.section-publications:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.section-publications aside,
.section-publications section {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .section-publications aside,
  .section-publications section {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .section-publications aside,
  .section-publications section {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .section-publications aside,
  .section-publications section {
    font-size: 14.5px;
  }
}
.section-publications .years {
  visibility: visible;
  width: 7%;
}
@media all and (max-width: 769px) {
  .section-publications .years {
    width: 10%;
  }
}
@media all and (max-width: 500px) {
  .section-publications .years {
    width: 15%;
  }
}
.section-publications .hidden {
  display: none;
  height: 0;
}
.section-publications section {
  width: 90%;
}
@media all and (max-width: 769px) {
  .section-publications section {
    width: 85%;
  }
}
@media all and (max-width: 500px) {
  .section-publications section {
    width: 80%;
  }
}
.section-publications section img {
  max-width: 100%;
}
.publications-content .intro-wrap {
  visibility: hidden;
  height: 0;
}
.publications-content .intro-wrap.showing {
  visibility: visible;
  height: auto;
}
.result-item,
.section-publications,
.showing {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 25px;
  margin-bottom: 25px;
}
.result-item > *,
.section-publications > *,
.showing > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.result-item:after,
.section-publications:after,
.showing:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .result-item,
  .section-publications,
  .showing {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .result-item,
  .section-publications,
  .showing {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.result-item .result-image,
.section-publications .result-image,
.showing .result-image {
  font-size: 16px;
  min-height: 270px;
  width: 32%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top left;
  background-color: #cbcbcb;
}
@media all and (max-width: 1201px) {
  .result-item .result-image,
  .section-publications .result-image,
  .showing .result-image {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .result-item .result-image,
  .section-publications .result-image,
  .showing .result-image {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .result-item .result-image,
  .section-publications .result-image,
  .showing .result-image {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .result-item .result-image,
  .section-publications .result-image,
  .showing .result-image {
    width: 40%;
    min-height: 230px;
  }
}
@media all and (max-width: 769px) {
  .result-item .result-image,
  .section-publications .result-image,
  .showing .result-image {
    width: 100%;
    height: 200px;
    text-align: center;
  }
  .result-item .result-image img,
  .section-publications .result-image img,
  .showing .result-image img {
    max-height: 100%;
  }
}
.result-item .result-text,
.section-publications .result-text,
.showing .result-text {
  font-size: 16px;
  min-height: 270px;
  width: 64%;
}
@media all and (max-width: 1201px) {
  .result-item .result-text,
  .section-publications .result-text,
  .showing .result-text {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .result-item .result-text,
  .section-publications .result-text,
  .showing .result-text {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .result-item .result-text,
  .section-publications .result-text,
  .showing .result-text {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1025px) {
  .result-item .result-text,
  .section-publications .result-text,
  .showing .result-text {
    width: 56%;
    min-height: 230px;
  }
}
@media all and (max-width: 769px) {
  .result-item .result-text,
  .section-publications .result-text,
  .showing .result-text {
    width: 100%;
    min-height: 0;
    padding: 15px 0;
  }
}
.result-item .result-text li,
.section-publications .result-text li,
.showing .result-text li {
  list-style: disc;
  font-family: Times;
  font-size: 0.955em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
}
.result-item .result-text i,
.section-publications .result-text i,
.showing .result-text i {
  font-style: italic;
}
.intro-wrap {
  padding-top: 0;
}
.results-year .box-title {
  display: inline-block;
  margin-top: 3em;
  height: auto;
  text-align: center;
}
.results-year h6 + .result-item {
  padding-top: 0;
}
.publication-results .box-title {
  display: inline-block;
  margin-top: 3em;
  height: auto;
  text-align: center;
}
.publication-results h6 + .result-item {
  padding-top: 0;
}
.publication-results .capitalize {
  text-transform: capitalize;
}
.publication-results .loading {
  background: url("../img/loading.gif") no-repeat;
  height: 5em;
  width: 5em;
}
.mason-jar {
  width: 100%;
}
.mason-jar .grid-sizer,
.mason-jar .info-box,
.mason-jar .green-box-cta,
.mason-jar .stamp-box {
  width: 32%;
}
@media all and (max-width: 1201px) {
  .mason-jar .grid-sizer,
.mason-jar .info-box,
.mason-jar .green-box-cta,
.mason-jar .stamp-box {
    width: 48.5%;
  }
}
@media all and (max-width: 769px) {
  .mason-jar .grid-sizer,
.mason-jar .info-box,
.mason-jar .green-box-cta,
.mason-jar .stamp-box {
    width: 100%;
  }
}
.mason-jar .gutter-sizer {
  width: 2%;
}
@media all and (max-width: 1201px) {
  .mason-jar .gutter-sizer {
    width: 3%;
  }
}
@media all and (max-width: 769px) {
  .mason-jar .gutter-sizer {
    width: 0%;
  }
}
@media all and (max-width: 1201px) {
  .mason-jar .info-box,
.mason-jar .stamp-box {
    margin-bottom: 3%;
  }
}
.mason-jar .green-box-cta {
  background-color: #939308;
  color: #fff;
  min-height: 220px;
}
.mason-jar .green-box-cta p {
  color: #fff;
}
.mason-jar .green-box-cta .content {
  max-width: 85%;
  margin: 10px auto;
}
.mason-jar a.green-box-cta {
  display: block;
  padding: 0 !important;
  min-height: auto;
}
.mason-jar a.green-box-cta .overlay {
  padding: 25px;
  min-height: 220px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1025px) {
  .mason-jar a.green-box-cta .overlay {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .mason-jar a.green-box-cta .overlay {
    padding: 15px;
  }
}
.mason-jar a.green-box-cta .overlay:hover {
  background: #6e6f06 !important;
}
.mason-jar .featured-image {
  height: 510px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 66%;
}
@media all and (max-width: 1201px) {
  .mason-jar .featured-image {
    width: 48.5%;
  }
}
@media all and (max-width: 769px) {
  .mason-jar .featured-image {
    width: 100%;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.detail > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.detail:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.detail > * {
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .detail > * {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .detail > * {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .detail > * {
    font-size: 14.5px;
  }
}
.detail .detail-illustration {
  width: 32%;
  background-color: #cbcbcb;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 450px;
}
@media all and (max-width: 1025px) {
  .detail .detail-illustration {
    height: 350px;
  }
}
@media all and (max-width: 769px) {
  .detail .detail-illustration {
    background-position: center;
    height: 290px;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .detail .detail-illustration {
    background-position: center;
    height: 240px;
  }
}
.detail .detail-content {
  width: 64%;
}
@media all and (max-width: 769px) {
  .detail .detail-content {
    width: 100%;
  }
}
.detail .detail-header {
  height: 12em;
}
.detail .detail-header .detail-date {
  text-align: left !important;
  float: left;
}
.detail .detail-header .detail-headline {
  text-align: center;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-nav-html {
  overflow-x: hidden;
}
body {
  background: #ededed;
}
.wrap,
.container {
  max-width: 1260px;
  margin: 0 auto;
}
@media all and (max-width: 1401px) {
  .wrap,
  .container {
    max-width: 90%;
  }
}
@media all and (max-width: 1201px) {
  .wrap,
  .container {
    max-width: 92%;
  }
}
.home .page-header {
  display: none;
}
.container {
  margin-bottom: 4%;
}
@media all and (max-width: 769px) {
  .container {
    margin-top: 3%;
  }
}
.container .page-header {
  padding: 25px 0;
  font-size: 16px;
}
@media all and (max-width: 1201px) {
  .container .page-header {
    font-size: 15.5px;
  }
}
@media all and (max-width: 1025px) {
  .container .page-header {
    font-size: 15px;
  }
}
@media all and (max-width: 769px) {
  .container .page-header {
    font-size: 14.5px;
  }
}
.container .page-header h6,
.container .page-header h4 {
  display: inline-block;
  margin-top: 0;
  padding-bottom: 0;
}
.container .page-header h6 {
  margin-right: 1em;
  font-family: "Asap", Arial, sans-serif;
}
@media all and (max-width: 769px) {
  .container .page-header {
    display: none;
  }
  .container .page-header.search-page-header {
    display: block;
    padding: 12px 0;
  }
}
.container.header {
  margin-bottom: 0;
}
.container ul {
  list-style-type: disc;
}
.container ul li {
  margin-left: 1.5em;
  font-family: Times, serif;
  font-size: 0.955em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
}
/***********
  Page location & hour info nav (in header and footer)
*/
.page-info-nav {
  cursor: pointer;
}
.page-info-nav ul {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0px;
}
.page-info-nav ul > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.page-info-nav ul:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.page-info-nav ul .green {
  color: #939308;
}
.page-info-nav ul li {
  font-family: "Asap", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10.4px;
  letter-spacing: 0.15em;
}
.page-info-nav ul li i {
  margin: 0 0.5em;
}
@media all and (max-width: 769px) {
  .page-info-nav ul li {
    font-size: 11px;
    line-height: 1.7em;
  }
  .page-info-nav ul li i {
    font-size: 1.5em;
  }
  #header-info-nav ul li {
    text-align: center;
    display: block;
  }
  #header-info-nav ul li.admission,
  #header-info-nav ul li.location {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .page-info-nav ul li {
    font-size: 10px;
  }
}
@media all and (min-width: 770px) {
  .page-info-nav ul li {
    font-size: 11px;
  }
  #header-info-nav ul li {
    display: inline-block;
    font-size: 11px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #header-info-nav ul .open-today {
    display: inline-block;
  }
  #header-info-nav ul .admission {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .page-info-nav ul li {
    font-size: 12px;
  }
  #header-info-nav ul li {
    display: inline-block;
  }
  #header-info-nav ul .open-today {
    display: inline-block;
  }
}
@media all and (min-width: 1201px) {
  #header-info-nav ul li.admission {
    display: inline-block;
  }
}
.fa {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.fa-facebook:hover {
  color: #0071bc;
}
.fa-twitter:hover {
  color: #47b7da;
}
.fa-pinterest:hover {
  color: #e24c28;
}
.fa-youtube:hover {
  color: #bc262b;
}
.not-found-text {
  padding: 5em 0;
  text-align: center;
}
i {
  font-style: italic;
}
body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .content-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}


/*# sourceMappingURL=app.css.map*/