@charset "UTF-8";
/******************************************************************
Stylesheet: Main Stylesheet

Here's where the magic happens.
All styles that are imported here will be compiled into css/main.css
******************************************************************/
@font-face {
  font-family: 'Brant-Foundation';
  src: url("../fonts/icons/Brant_Foundation.eot?3jlb3y");
  src: url("../fonts/icons/Brant_Foundation.eot?3jlb3y#iefix") format("embedded-opentype"), url("../fonts/icons/Brant_Foundation.ttf?3jlb3y") format("truetype"), url("../fonts/icons/Brant_Foundation.woff?3jlb3y") format("woff"), url("../fonts/icons/Brant_Foundation.svg?3jlb3y#Brant_Foundation") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Brant-Foundation' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon {
  font-family: "Brant-Foundation";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  position: relative; }

.icon--see-all:before {
  content: ""; }

.icon--hide:before {
  content: ""; }

.icon--content:before {
  content: ""; }

.icon--arrow-down:before {
  content: ""; }

.icon--arrow-left:before {
  content: ""; }

.icon--arrow-right:before {
  content: ""; }

.icon--arrow-up:before {
  content: ""; }

.icon--check:before {
  content: ""; }

.icon--close:before {
  content: ""; }

.icon--download:before {
  content: ""; }

.icon--open:before {
  content: ""; }

.icon--quote:before {
  content: ""; }

.icon--replay:before {
  content: ""; }

.icon--tumblr:before {
  content: ""; }

.icon--twitter:before {
  content: ""; }

.icon--facebook:before {
  content: ""; }

.icon--instagram:before {
  content: ""; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

@media screen and (min-width: 320px) {
  head {
    font-family: "mobile 320px"; }
  body:after {
    content: "mobile - min-width: 320px"; } }

@media screen and (min-width: 760px) {
  head {
    font-family: "tablet 760px"; }
  body:after {
    content: "tablet - min-width: 760px"; } }

@media screen and (min-width: 1280px) {
  head {
    font-family: "desktop 1280px"; }
  body:after {
    content: "desktop - min-width: 1280px"; } }

head {
  clear: both; }
  head title {
    font-family: "mobile 320px, tablet 760px, desktop 1280px"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.fancybox-type-iframe .fancybox-inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.fancybox-overlay {
  background: #fff;
  z-index: 8000; }
  .fancybox-overlay .fancybox-skin {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .fancybox-overlay .fancybox-item.fancybox-close {
    top: 5px;
    right: 5px; }
  .fancybox-overlay .fancybox-iframe {
    width: 100%;
    height: 100%; }
  .fancybox-overlay .fancybox-close {
    background-image: none; }

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999; }
  .loading-overlay .loading {
    margin: 20% auto 0; }

.loading {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadingAnimation 1.7s infinite ease;
  animation: loadingAnimation 1.7s infinite ease;
  margin-top: 100px; }

@-webkit-keyframes loadingAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, 0 -0.83em 0 -0.42em #FF6300, 0 -0.83em 0 -0.44em #FF6300, 0 -0.83em 0 -0.46em #FF6300, 0 -0.83em 0 -0.477em #FF6300; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, 0 -0.83em 0 -0.42em #FF6300, 0 -0.83em 0 -0.44em #FF6300, 0 -0.83em 0 -0.46em #FF6300, 0 -0.83em 0 -0.477em #FF6300; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, -0.087em -0.825em 0 -0.42em #FF6300, -0.173em -0.812em 0 -0.44em #FF6300, -0.256em -0.789em 0 -0.46em #FF6300, -0.297em -0.775em 0 -0.477em #FF6300; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, -0.338em -0.758em 0 -0.42em #FF6300, -0.555em -0.617em 0 -0.44em #FF6300, -0.671em -0.488em 0 -0.46em #FF6300, -0.749em -0.34em 0 -0.477em #FF6300; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, -0.377em -0.74em 0 -0.42em #FF6300, -0.645em -0.522em 0 -0.44em #FF6300, -0.775em -0.297em 0 -0.46em #FF6300, -0.82em -0.09em 0 -0.477em #FF6300; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, 0 -0.83em 0 -0.42em #FF6300, 0 -0.83em 0 -0.44em #FF6300, 0 -0.83em 0 -0.46em #FF6300, 0 -0.83em 0 -0.477em #FF6300; } }

@keyframes loadingAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, 0 -0.83em 0 -0.42em #FF6300, 0 -0.83em 0 -0.44em #FF6300, 0 -0.83em 0 -0.46em #FF6300, 0 -0.83em 0 -0.477em #FF6300; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, 0 -0.83em 0 -0.42em #FF6300, 0 -0.83em 0 -0.44em #FF6300, 0 -0.83em 0 -0.46em #FF6300, 0 -0.83em 0 -0.477em #FF6300; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, -0.087em -0.825em 0 -0.42em #FF6300, -0.173em -0.812em 0 -0.44em #FF6300, -0.256em -0.789em 0 -0.46em #FF6300, -0.297em -0.775em 0 -0.477em #FF6300; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, -0.338em -0.758em 0 -0.42em #FF6300, -0.555em -0.617em 0 -0.44em #FF6300, -0.671em -0.488em 0 -0.46em #FF6300, -0.749em -0.34em 0 -0.477em #FF6300; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, -0.377em -0.74em 0 -0.42em #FF6300, -0.645em -0.522em 0 -0.44em #FF6300, -0.775em -0.297em 0 -0.46em #FF6300, -0.82em -0.09em 0 -0.477em #FF6300; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6300, 0 -0.83em 0 -0.42em #FF6300, 0 -0.83em 0 -0.44em #FF6300, 0 -0.83em 0 -0.46em #FF6300, 0 -0.83em 0 -0.477em #FF6300; } }

.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 560px;
  padding: 20px; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 1050px;
      padding: 30px; }
      .wrap:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1280px) {
    .wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 1450px;
      padding: 40px; }
      .wrap:after {
        content: " ";
        display: block;
        clear: both; } }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both,
.clear {
  clear: both; }

.fluid-image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.fluid-image--1-1 {
  position: relative;
  width: 100%; }
  .fluid-image--1-1:before {
    content: "";
    display: block;
    padding-top: 100%; }

.fluid-image--16-9 {
  position: relative;
  width: 100%; }
  .fluid-image--16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%; }

.no-indent {
  text-indent: 0px; }

.btn,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #FF6300;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  outline: none;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:hover, .btn:focus,
  button:hover,
  button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    opacity: 0.8; }
  .btn:disabled,
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn:disabled:hover,
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #FF6300; }

@font-face {
  font-family: 'GT Pressura Regular';
  src: url("../fonts/GT-Pressura-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GT-Pressura-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Pressura-Regular.woff") format("woff"), url("../fonts/GT-Pressura-Regular.ttf") format("truetype"), url("../fonts/GT-Pressura-Regular.svg#4e5efdea536ebc7f09209230c195a999") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'GT Pressura Regular';
  src: url("../fonts/GT-Pressura-Regular-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GT-Pressura-Regular-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Pressura-Regular-Italic.woff") format("woff"), url("../fonts/GT-Pressura-Regular-Italic.ttf") format("truetype"), url("../fonts/GT-Pressura-Regular-Italic.svg#fc82e29db76ddf103b825d0deafbe3b1") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'GT Pressura Bold';
  src: url("../fonts/GT-Pressura-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GT-Pressura-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Pressura-Bold.woff") format("woff"), url("../fonts/GT-Pressura-Bold.ttf") format("truetype"), url("../fonts/GT-Pressura-Bold.svg#3a862cdb74e094004fdde8eaf00f9d40") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("../fonts/ACaslonPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro-Regular.woff") format("woff"), url("../fonts/ACaslonPro-Regular.ttf") format("truetype"), url("../fonts/ACaslonPro-Regular.svg#66be995022d6f507f528f15386d1e64f") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("../fonts/ACaslonPro-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ACaslonPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro-Italic.woff") format("woff"), url("../fonts/ACaslonPro-Italic.ttf") format("truetype"), url("../fonts/ACaslonPro-Italic.svg#0956a2a00d489b0636498748d7bd9cc3") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Adobe Caslon Pro Bold';
  src: url("../fonts/ACaslonPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ACaslonPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro-Bold.woff") format("woff"), url("../fonts/ACaslonPro-Bold.ttf") format("truetype"), url("../fonts/ACaslonPro-Bold.svg#09ec7fcf3550cc6d857e9fb1a17c52a9") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  border: 2px solid #f2f2f2;
  color: #999;
  font-family: "Adobe Caslon Pro", Georgia, Times, "Times New Roman", serif;
  font-size: 16px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple] {
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 0px;
  box-sizing: border-box;
  color: #999;
  font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0.75em;
  padding: 10px 20px;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple]:hover {
    border-color: #c2c2c2; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple]:focus {
    border-color: #FF6300;
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 2px solid #f2f2f2; }

textarea {
  color: #999;
  padding: 20px;
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

input::-webkit-input-placeholder {
  line-height: 21px; }

input::-moz-placeholder {
  line-height: 21px; }

input:-moz-placeholder {
  /* Older versions of Firefox */
  line-height: 21px; }

input:-ms-input-placeholder {
  line-height: 21px; }

/* ---------------------------------
HONEYPOT
----------------------------------*/
.hp-wrap {
  display: none; }

.honeypot-wrap {
  display: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.default-ul,
  ol.default-ul {
    list-style-type: none;
    margin-bottom: 0.75em; }
    ul.default-ul li, ol.default-ul li {
      display: block;
      line-height: 32px;
      list-style-position: inside; }
      ul.default-ul li:before, ol.default-ul li:before {
        content: "—";
        margin-right: 15px; }
  ul.default-ol,
  ol.default-ol {
    counter-reset: item;
    list-style-type: none;
    margin-bottom: 0.75em; }
    ul.default-ol li, ol.default-ol li {
      display: block;
      line-height: 32px;
      list-style-type: decimal;
      list-style-position: inside; }
      ul.default-ol li:before, ol.default-ol li:before {
        content: counter(item) " ";
        counter-increment: item;
        margin-right: 15px; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b6b6b6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 2px solid #f2f2f2;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Adobe Caslon Pro", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6, .mod-3up__locations-location {
  font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1.hdr-cap,
h2.hdr-cap,
h3.hdr-cap,
h4.hdr-cap,
h5.hdr-cap,
h6.hdr-cap {
  font-size: 39px;
  letter-spacing: 4px;
  line-height: 33px;
  margin-bottom: 20px;
  text-transform: uppercase;
  word-wrap: break-word; }
  @media (min-width: 760px) {
    h1.hdr-cap,
    h2.hdr-cap,
    h3.hdr-cap,
    h4.hdr-cap,
    h5.hdr-cap,
    h6.hdr-cap {
      font-size: 46px;
      line-height: 40px; } }
  h1.hdr-cap a, h2.hdr-cap a, h3.hdr-cap a, h4.hdr-cap a, h5.hdr-cap a, h6.hdr-cap a {
    color: #000; }

h1.hdr-sub,
h2.hdr-sub,
h3.hdr-sub,
h4.hdr-sub,
h5.hdr-sub,
h6.hdr-sub {
  color: #666;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 10px; }
  @media (min-width: 760px) {
    h1.hdr-sub,
    h2.hdr-sub,
    h3.hdr-sub,
    h4.hdr-sub,
    h5.hdr-sub,
    h6.hdr-sub {
      margin-bottom: 20px; } }
  h1.hdr-sub a, h2.hdr-sub a, h3.hdr-sub a, h4.hdr-sub a, h5.hdr-sub a, h6.hdr-sub a {
    color: #666; }

h1.hdr-sm,
h2.hdr-sm,
h3.hdr-sm,
h4.hdr-sm,
h5.hdr-sm,
h6.hdr-sm {
  color: #999;
  font-size: 16px;
  letter-spacing: 2px; }
  h1.hdr-sm a, h2.hdr-sm a, h3.hdr-sm a, h4.hdr-sm a, h5.hdr-sm a, h6.hdr-sm a {
    color: #999; }

h1.hdr-quote,
h2.hdr-quote,
h3.hdr-quote,
h4.hdr-quote,
h5.hdr-quote,
h6.hdr-quote {
  font-family: "Adobe Caslon Pro", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  line-height: 30px; }
  h1.hdr-quote a, h2.hdr-quote a, h3.hdr-quote a, h4.hdr-quote a, h5.hdr-quote a, h6.hdr-quote a {
    color: #000; }

p {
  margin: 0 0 0.75em; }
  p.photo-cred {
    color: #666;
    font-size: 12px;
    line-height: 16px; }

a {
  color: #FF6300;
  outline: none;
  text-decoration: none;
  transition: color 150ms ease;
  -webkit-font-smoothing: antialiased; }
  a:active, a:focus, a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: .8; }
  a.cta {
    display: block;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase; }
  a.cta--download {
    display: block;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase; }
    a.cta--download:before {
      content: '\e909';
      font-family: 'Brant-Foundation';
      font-weight: 700;
      margin-right: 7px; }
  a.cta--see-all {
    display: block;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase; }
    a.cta--see-all:after {
      content: '\e905';
      font-family: 'Brant-Foundation';
      font-weight: 700;
      margin-left: 7px; }
  a.cta--toggle {
    display: block;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
    padding-left: 5px;
    text-transform: uppercase; }
    a.cta--toggle:before {
      content: '\e900';
      font-family: 'Brant-Foundation' !important;
      font-size: 10px;
      margin-right: 7px;
      vertical-align: top; }
    a.is-show-all.cta--toggle:before {
      content: '\e901'; }
  a.cta--arrow-right {
    display: block;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase; }
    a.cta--arrow-right:after {
      content: '\e905';
      font-family: 'Brant-Foundation';
      font-size: 28px;
      font-weight: 700;
      margin-left: 7px;
      vertical-align: middle; }
  a.cta--arrow-down {
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase; }
    a.cta--arrow-down:after {
      content: '\e905';
      font-family: 'Brant-Foundation';
      font-size: 28px;
      font-weight: 700;
      margin-left: 7px;
      vertical-align: middle;
      display: block;
      margin-top: 20px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  a.inherit {
    color: inherit; }

span.artist-name {
  display: block;
  color: #FF6300;
  font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase; }

hr {
  border-bottom: 2px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  box-sizing: border-box; }
  html.nav-is-opened {
    overflow-y: hidden; }
    @media (min-width: 760px) {
      html.nav-is-opened {
        overflow: auto; } }

*, *:before, *:after {
  box-sizing: inherit; }

.site-container {
  height: 100%;
  padding-top: 84px;
  position: relative;
  width: 100%; }
  @media (min-width: 760px) {
    .site-container {
      padding-top: 0; } }
  @media (min-width: 1280px) {
    .site-container {
      padding-top: 147px; } }
  @media (min-width: 760px) {
    .nav-is-scrolled .site-container {
      padding-top: 58px; } }
  @media (min-width: 1280px) {
    .nav-is-scrolled .site-container {
      padding-top: 92px; } }
  .site-container.overlay-is-open {
    overflow: hidden; }

.site-content {
  padding-top: 20px; }
  @media (min-width: 760px) {
    .site-content {
      padding-top: 40px; } }
  @media (min-width: 1280px) {
    .site-content {
      padding-top: 60px; } }

/* IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-content {
    padding-top: 80px; } }

section {
  margin-top: 20px;
  /* Anchor Link Fix for Fixed Header */ }
  @media (min-width: 760px) {
    section {
      margin-top: 30px; } }
  @media (min-width: 1280px) {
    section {
      margin-top: 40px; } }

.site-header .site-header__main {
  *zoom: 1;
  box-sizing: border-box;
  background-color: #fff;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .site-header .site-header__main::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .site-header .site-header__main {
      padding: 40px 0 0;
      position: static; } }
  @media (min-width: 1280px) {
    .site-header .site-header__main {
      -webkit-transform: translatex(-50%);
      -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
      -o-transform: translatex(-50%);
      transform: translatex(-50%);
      left: 50%;
      opacity: 1;
      position: absolute;
      visibility: visible; } }
  .nav-is-opened .site-header .site-header__main {
    height: 100%; }
  @media (min-width: 1280px) {
    .nav-is-scrolled .site-header .site-header__main {
      -webkit-transition: opacity 0.09s linear 0s, visibility 0s 0.09s;
      -moz-transition: opacity 0.09s linear 0s, visibility 0s 0.09s;
      transition: opacity 0.09s linear 0s, visibility 0s 0.09s;
      opacity: 0;
      visibility: hidden; } }

@media (min-width: 1280px) {
  .site-header .site-header__alt {
    background-color: #fff;
    height: 92px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98; } }

@media (min-width: 1280px) {
  .site-header .site-header__alt .site-header__container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; } }

.site-header .site-header__alt .site-logo--alt {
  display: none; }
  @media (min-width: 1280px) {
    .site-header .site-header__alt .site-logo--alt {
      display: block;
      z-index: 101;
      position: relative; }
      .nav-is-scrolled .site-header .site-header__alt .site-logo--alt {
        -webkit-animation: fadeIn 0.5s ease-in;
        -moz-animation: fadeIn 0.5s ease-in;
        animation: fadeIn 0.5s ease-in;
        opacity: 1; }
    @-webkit-keyframes fadeIn {
      from {
        -webkit-transform: translateY(-20px);
        opacity: 0; }
      to {
        -webkit-transform: translateY(0);
        opacity: 1; } }
    @-moz-keyframes fadeIn {
      from {
        -moz-transform: translateY(-20px);
        opacity: 0; }
      to {
        -moz-transform: translateY(0);
        opacity: 1; } }
    @keyframes fadeIn {
      from {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0; }
      to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; } } }
  @media (min-width: 1280px) {
    .site-header .site-header__alt .site-logo--alt .site-logo__link {
      font-size: 16px;
      line-height: 21px; } }
  @media (min-width: 1280px) {
    .site-header .site-header__alt .site-logo--alt .site-logo__name {
      margin-top: 34px;
      width: 100%; } }

.site-header .site-header__alt .site-nav__alt {
  display: none; }
  @media (min-width: 760px) {
    .site-header .site-header__alt .site-nav__alt {
      display: block;
      left: 0;
      opacity: 0;
      padding: 0;
      position: fixed;
      visibility: hidden;
      width: 100%;
      z-index: -1; }
      .nav-is-scrolled .site-header .site-header__alt .site-nav__alt {
        top: 0;
        opacity: 1;
        visibility: visible;
        z-index: 100; } }
  @media (min-width: 1280px) {
    .site-header .site-header__alt .site-nav__alt {
      display: block;
      right: 0;
      width: auto; } }

.site-header__container {
  margin: 0 auto;
  max-width: 1450px; }

.site-logo {
  margin-bottom: 0;
  outline: none;
  text-align: center; }
  @media (min-width: 760px) {
    .site-logo {
      margin: 0 0 15px 8.51334%;
      text-align: left; } }
  @media (min-width: 1280px) {
    .site-logo {
      float: left;
      margin-bottom: 0;
      width: auto; } }

.site-logo__link {
  display: inline-block;
  color: #333;
  font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase; }
  @media (min-width: 760px) {
    .site-logo__link {
      font-size: 20px;
      line-height: 24px; } }

.site-logo__name {
  display: block; }
  @media (min-width: 760px) {
    .site-logo__name {
      width: 150px; } }

.site-logo__tagline {
  color: #999;
  display: block; }

/* Fix for Wordpress Admin Bar */
.admin-bar .site-header {
  top: 46px; }
  @media (min-width: 760px) {
    .nav-is-scrolled .admin-bar .site-header .site-nav {
      top: 46px; } }
  @media only screen and (min-width: 784px) {
    .nav-is-scrolled .admin-bar .site-header .site-nav {
      top: 32px; } }
  @media (min-width: 1280px) {
    .admin-bar .site-header {
      top: 28px; } }

.admin-bar #wpadminbar {
  display: none;
  position: fixed; }
  @media (min-width: 760px) {
    .admin-bar #wpadminbar {
      display: block; }
      .nav-is-scrolled .admin-bar #wpadminbar {
        display: none; } }

.site-nav {
  background-color: #f2f2f2;
  bottom: 0;
  height: 0;
  opacity: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 100; }
  @media (min-width: 760px) {
    .site-nav {
      background-color: transparent;
      bottom: auto;
      display: block;
      height: auto;
      opacity: 1;
      overflow: initial;
      position: static;
      visibility: visible; } }
  @media (min-width: 760px) and (min-width: 760px) {
    .nav-is-scrolled .site-nav {
      -webkit-transition: opacity 0.9s linear 0s, visibility 0s 0.9s;
      -moz-transition: opacity 0.9s linear 0s, visibility 0s 0.9s;
      transition: opacity 0.9s linear 0s, visibility 0s 0.9s;
      opacity: 0;
      visibility: hidden; } }
  @media (min-width: 760px) and (min-width: 1280px) {
    .nav-is-scrolled .site-nav {
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 1280px) {
    .site-nav {
      padding-top: 15px; } }
  .site-nav.site-nav--selected {
    -webkit-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    height: 100%;
    opacity: 1;
    overflow: auto;
    top: 84px;
    visibility: visible; }
  @media (min-width: 1280px) {
    .site-nav {
      padding: 0; } }

@media (min-width: 760px) {
  .site-nav__menu {
    display: flex;
    width: 100%; } }
  @media (min-width: 760px) and (min-width: 1280px) {
    .site-nav__menu {
      float: right;
      width: auto; } }

@media (min-width: 760px) {
  .site-nav__item {
    flex-grow: 1; } }

@media (min-width: 1280px) {
  .site-nav__item {
    flex-grow: initial;
    position: relative; } }

.site-nav__link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
  color: #333;
  display: block;
  font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 17px 0;
  text-align: center;
  text-transform: capitalize; }
  @media (min-width: 760px) {
    .site-nav__link {
      background-color: #fff;
      border-bottom: 0;
      text-transform: uppercase; }
      .site-nav__link:active, .site-nav__link:focus, .site-nav__link:hover {
        color: #FF6300; } }
  @media (min-width: 1280px) {
    .site-nav__link {
      padding: 34px 15px;
      white-space: nowrap; } }
  .site-nav__item:last-child .site-nav__link {
    background-color: #FF6300;
    color: #fff;
    padding: 34px 0; }
    @media (min-width: 760px) {
      .site-nav__item:last-child .site-nav__link {
        padding: 17px 30px 17px 0; } }
    @media (min-width: 1280px) {
      .site-nav__item:last-child .site-nav__link {
        margin: 0 0 0 45px;
        padding: 34px 140px 34px 20px;
        text-align: left; } }

.site-nav__sub-menu {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.2s;
  transition: opacity 0.3s 0s, visibility 0s 0.2s;
  height: 0;
  margin: -35px 0 0 0;
  min-width: 190px;
  opacity: 0;
  padding: 0 17px 10px;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: -1; }
  @media (min-width: 1280px) {
    .site-nav__item:hover .site-nav__sub-menu {
      -webkit-transition-delay: 0s, 0s;
      -moz-transition-delay: 0s, 0s;
      transition-delay: 0s, 0s;
      background-color: #fff;
      height: auto;
      opacity: 1;
      visibility: visible;
      z-index: 2; } }
  .site-nav__sub-menu .site-nav__sub-item {
    text-align: right; }
    .site-nav__sub-menu .site-nav__sub-item ul {
      display: none; }
  .site-nav__sub-menu .site-nav__sub-link {
    display: block;
    color: #666;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 16px;
    padding: 15px 0;
    text-align: right;
    text-transform: uppercase; }

.site-nav-toggle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  color: #FF6300;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  width: 42px;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 760px) {
    .site-nav-toggle {
      display: none; } }
  .site-nav-toggle:active, .site-nav-toggle:focus, .site-nav-toggle:hover {
    opacity: .8; }
  .site-nav-toggle:before {
    content: 'Menu';
    display: inline-block;
    margin-top: 8px; }
    .nav-is-opened .site-nav-toggle:before {
      content: '\e908';
      font-family: 'Brant-Foundation';
      font-size: 28px;
      font-weight: 700;
      margin-top: 0; }

footer .wrap {
  position: relative; }

.booking__number .booking__number-selection.disabled, .booking__dates .booking__dates-item-label.disabled {
  background: #f2f2f2;
  color: #fff;
  border-color: #f2f2f2; }
  .booking__number .booking__number-selection.disabled:hover, .booking__dates .booking__dates-item-label.disabled:hover {
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: #fff;
    cursor: default; }

.booking {
  /* Successful Form Submit */
  /* Global Styles */ }
  .booking .booking__wrap {
    transition: visibility 0.5s, opacity 0.5s linear;
    height: 100%;
    opacity: 1;
    overflow: auto;
    visibility: visible; }
    .booking .booking__wrap.is-submitted {
      height: 0;
      opacity: 0;
      overflow: hidden;
      visibility: hidden; }
  .booking .booking__label {
    text-transform: uppercase; }
  .booking input[type="radio"] {
    display: none; }
  .booking .form-error-message {
    display: none; }
  .booking .form-error input[type="email"] {
    border-color: #FF6300; }
  .booking .form-error .form-error-message {
    display: block;
    color: #FF6300;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px; }

.booking__header {
  margin-bottom: 40px; }
  .booking__header .booking__hdr {
    margin: 0 0 20px 17.4026%; }
    @media (min-width: 760px) {
      .booking__header .booking__hdr {
        line-height: 1;
        margin-left: 8.51334%; } }
  .booking__header .booking__title {
    line-height: 1;
    margin-bottom: 20px; }
  .booking__header .booking__sub-hdr {
    color: #FF6300;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase; }

.booking__number {
  display: flex;
  flex-wrap: wrap; }
  .booking__number .booking__number-label {
    width: 100%; }
  .booking__number .booking__number-selection {
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    transition: all 150ms;
    border: 2px solid #f2f2f2;
    color: #333;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 15px;
    line-height: 1;
    min-width: 60px;
    padding: 20px 20px 17px 20px;
    text-align: center;
    margin: 0 4.41558% 20px 0; }
    @media (min-width: 760px) {
      .booking__number .booking__number-selection {
        margin: 0 2.1601% 30px 0; } }
    @media (min-width: 1280px) {
      .booking__number .booking__number-selection {
        margin-bottom: 40px; } }

.booking__dates .booking__dates-month {
  margin: 0 0 20px 12.98701%; }
  @media (min-width: 760px) {
    .booking__dates .booking__dates-month {
      margin-left: 6.35324%; } }

.booking__dates .booking__dates-list {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
  height: 0;
  justify-content: space-between;
  opacity: 0;
  overflow: hidden;
  transition: opacity .5s linear, height 1s linear; }
  .booking__dates .booking__dates-list::after {
    clear: both;
    content: "";
    display: table; }
  .booking__dates .booking__dates-list.is-expanded {
    height: auto;
    opacity: 1; }

.booking__dates .booking__dates-item {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  width: 47.79221%; }
  @media (min-width: 760px) {
    .booking__dates .booking__dates-item {
      width: 31.89327%; } }
  .booking__dates .booking__dates-item-label {
    *zoom: 1;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    transition: all 150ms;
    border: 2px solid #f2f2f2;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px; }
    .booking__dates .booking__dates-item-label::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 760px) {
      .booking__dates .booking__dates-item-label {
        padding: 20px 30px; } }
    @media (min-width: 1280px) {
      .booking__dates .booking__dates-item-label {
        padding: 20px 40px; } }
    .booking__dates .booking__dates-item-label:hover .booking__dates-item-day,
    .booking__dates .booking__dates-item-label:hover .booking__dates-item-time, .booking__dates .booking__dates-item-label.active .booking__dates-item-day,
    .booking__dates .booking__dates-item-label.active .booking__dates-item-time {
      color: #fff; }
    .booking__dates .booking__dates-item-label.disabled .booking__dates-item-day,
    .booking__dates .booking__dates-item-label.disabled .booking__dates-item-time {
      color: #fff; }
  .booking__dates .booking__dates-item-day {
    color: #666;
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px; }
    @media (min-width: 760px) {
      .booking__dates .booking__dates-item-day {
        float: left;
        margin-bottom: 0; } }
    @media (min-width: 1280px) {
      .booking__dates .booking__dates-item-day.booking__dates-item-day--mobile {
        display: none; } }
    .booking__dates .booking__dates-item-day.booking__dates-item-day--desktop {
      display: none; }
      @media (min-width: 1280px) {
        .booking__dates .booking__dates-item-day.booking__dates-item-day--desktop {
          display: inline-block; } }
  .booking__dates .booking__dates-item-time {
    color: #333;
    display: block;
    line-height: 1; }
    @media (min-width: 760px) {
      .booking__dates .booking__dates-item-time {
        display: inline-block;
        float: right; } }

.booking__contact {
  margin-bottom: 20px; }
  .booking__contact .booking__contact-entry {
    margin-bottom: 40px; }
    .booking__contact .booking__contact-entry-name {
      display: flex;
      flex-wrap: wrap; }
      .booking__contact .booking__contact-entry-name input {
        margin-bottom: 20px;
        width: 47.79221%; }
      .booking__contact .booking__contact-entry-name input:first-child {
        margin-right: 4.41558%; }
    .booking__contact .booking__contact-entry-email {
      margin-bottom: 20px; }

.booking__summary {
  margin-bottom: 20px; }
  .booking__summary .booking__summary-exhibition {
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px; }
    .booking__summary .booking__summary-exhibition-name {
      color: #666; }
    .booking__summary .booking__summary-exhibition-artist {
      color: #f2f2f2;
      display: inline-block;
      margin-left: 15px; }
    .booking__summary .booking__summary-exhibition-results {
      margin-top: 20px; }

.booking__submit {
  *zoom: 1;
  margin-bottom: 25px;
  text-align: right; }
  .booking__submit::after {
    clear: both;
    content: "";
    display: table; }
  .booking__submit-wrap .btn-submit {
    width: 47.79221%;
    float: right;
    margin-right: 0;
    margin-bottom: 15px; }
    @media (min-width: 760px) {
      .booking__submit-wrap .btn-submit {
        width: 17.02668%;
        float: right;
        margin-right: 0;
        margin-right: 8.51334%; } }
  .booking__submit-errors {
    clear: right;
    color: #FF6300;
    text-align: right; }
  .booking__submit-errors-item {
    color: #FF6300;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px; }
    .booking__submit-errors-item:last-child {
      margin-bottom: 0; }

.booking__private {
  margin-bottom: 40px; }
  @media (min-width: 760px) {
    .booking__private {
      width: 48.91995%; } }
  @media (min-width: 760px) {
    .booking__private {
      width: 40.40661%; } }
  .booking__private-hdr {
    margin-bottom: 20px; }
  .booking__private-info {
    text-indent: 12.98701%; }
  .booking__private-cta {
    text-align: right; }
    .booking__private-cta span {
      display: none; }
      @media (min-width: 1280px) {
        .booking__private-cta span {
          display: inline; } }

.booking__number .booking__number-selection:hover, .booking__number .booking__number-selection.active, .booking__dates .booking__dates-item-label:hover, .booking__dates .booking__dates-item-label.active {
  border-color: #FF6300;
  cursor: pointer;
  background: #FF6300;
  color: #fff; }

.booking__close-btn {
  color: #333;
  height: auto;
  right: 20px;
  top: 20px;
  width: auto; }
  @media (min-width: 760px) {
    .booking__close-btn {
      right: 30px;
      top: 30px; } }
  @media (min-width: 760px) {
    .booking__close-btn {
      right: 40px;
      top: 40px; } }
  .booking__close-btn:hover {
    opacity: .8; }
  .booking__close-btn .icon {
    font-size: 32px; }

/* Thank You Message */
.booking__success {
  *zoom: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden; }
  .booking__success::after {
    clear: both;
    content: "";
    display: table; }
  .booking__success.is-successful {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .booking__success .booking__success-hdr {
    line-height: 1;
    margin-bottom: 20px; }
  .booking__success .booking__success-text {
    color: #FF6300;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 40px; }
  .booking__success .booking__success-btn {
    float: right; }
    @media (min-width: 760px) {
      .booking__success .booking__success-btn {
        margin-right: 8.51334%; } }

/* Fancybox Overrides */
.fancybox--booking.fancybox-opened {
  height: 100%;
  overflow: hidden !important; }

.single-exhibitions .js-gallery-item:hover,
.single-events .js-gallery-item:hover,
.single-post .js-gallery-item:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .8;
  cursor: pointer; }

.gallery {
  background-color: #fff;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  /* Slick Carousel Overrides */
  /* Slick Carousel Arrows */ }
  .gallery .slick-list,
  .gallery .slick-track,
  .gallery .slick-slider {
    height: 100%; }
  .gallery .slick-arrow {
    display: none !important; }
    @media (min-width: 760px) {
      .gallery .slick-arrow {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: calc(50% - 60px);
        z-index: 101; } }
    .gallery .slick-arrow.icon--arrow-left {
      left: 30px; }
    .gallery .slick-arrow.icon--arrow-right {
      right: 30px; }

/* The Gallery: Carousel
------------------------------------------*/
.gallery__carousel {
  height: 100%;
  position: relative;
  width: 100%;
  /* Gallery Header */
  /* Gallery Item */
  /* Gallery Pagination & Toggle */ }
  .gallery__carousel .gallery__carousel-header {
    padding: 20px; }
    @media (min-width: 760px) {
      .gallery__carousel .gallery__carousel-header {
        margin-left: 8.51334%;
        padding: 30px; } }
    @media (min-width: 1280px) {
      .gallery__carousel .gallery__carousel-header {
        padding: 40px; } }
    .gallery__carousel .gallery__carousel-header .gallery__carousel-hdr {
      color: #999;
      font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 1;
      margin: 0 35px 5px 0; }
      @media (min-width: 760px) {
        .gallery__carousel .gallery__carousel-header .gallery__carousel-hdr {
          margin-left: 6.94444%; } }
    .gallery__carousel .gallery__carousel-header .gallery__carousel-title {
      font-size: 26px;
      letter-spacing: 2px;
      line-height: 1;
      margin: 0 40px 0 0;
      text-transform: uppercase; }
  .gallery__carousel .gallery__carousel-item {
    /* Gallery Image */
    /* Gallery Show/Hide CTA */
    /* Gallery Image Caption & Description */ }
    .gallery__carousel .gallery__carousel-item .gallery__carousel-item-content {
      height: 100%;
      position: relative;
      width: 100%; }
      @media (min-width: 1280px) {
        .gallery__carousel .gallery__carousel-item .gallery__carousel-item-content {
          *zoom: 1; }
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-content::after {
            clear: both;
            content: "";
            display: table; } }
    .gallery__carousel .gallery__carousel-item .gallery__carousel-item-image {
      background-size: contain !important;
      background-position: center center;
      background-repeat: no-repeat;
      height: calc(100% - 60px);
      max-width: 100%;
      width: 100%; }
      @media (min-width: 760px) {
        .gallery__carousel .gallery__carousel-item .gallery__carousel-item-image {
          height: calc(100% - 80px); } }
      @media (min-width: 1280px) {
        .gallery__carousel .gallery__carousel-item .gallery__carousel-item-image {
          height: calc(100% - 100px); }
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-image.is-expanded {
            float: left;
            margin-left: 40px;
            width: calc(70% - 40px); } }
    .gallery__carousel .gallery__carousel-item .gallery__carousel-item-cta {
      bottom: 20px;
      position: absolute;
      right: 20px; }
      @media (min-width: 760px) {
        .gallery__carousel .gallery__carousel-item .gallery__carousel-item-cta {
          bottom: 30px;
          right: 30px; } }
      @media (min-width: 1280px) {
        .gallery__carousel .gallery__carousel-item .gallery__carousel-item-cta {
          bottom: 40px;
          right: 40px; } }
      .gallery__carousel .gallery__carousel-item .gallery__carousel-item-cta .cta__inner:before {
        content: 'Show Caption'; }
      .gallery__carousel .gallery__carousel-item .gallery__carousel-item-cta.is-show-all .cta__inner:before {
        content: 'Hide Caption'; }
    .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta {
      background-color: #fff;
      bottom: 60px;
      height: 0;
      left: 0;
      opacity: 0;
      overflow: hidden;
      padding: 0 20px;
      position: absolute;
      transition: opacity .5s linear, height 1s linear;
      width: 100%; }
      @media (min-width: 760px) {
        .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta {
          padding: 0 30px; } }
      @media (min-width: 1280px) {
        .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta {
          bottom: 100px;
          left: auto;
          padding: 0;
          right: 0;
          width: 30%; } }
      .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta.is-expanded {
        height: auto;
        opacity: 1;
        overflow: auto; }
      .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-title {
        font-style: italic;
        padding: 20px 20px 0; }
        @media (min-width: 760px) {
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-title {
            padding: 30px 30px 0; } }
        @media (min-width: 1280px) {
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-title {
            padding: 40px 40px 0; } }
      .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-caption {
        padding: 0 20px 0; }
        @media (min-width: 760px) {
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-caption {
            padding: 0 30px 0; } }
        @media (min-width: 1280px) {
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-caption {
            padding: 0 40px 0; } }
      .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-description {
        color: #999;
        font-size: 12px;
        margin-bottom: 0;
        padding: 0 20px 20px; }
        @media (min-width: 760px) {
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-description {
            padding: 0 30px 30px; } }
        @media (min-width: 1280px) {
          .gallery__carousel .gallery__carousel-item .gallery__carousel-item-meta .gallery__carousel-item-description {
            padding: 0 40px 60px; } }
  .gallery__carousel .gallery__carousel-controls {
    *zoom: 1;
    bottom: 16px;
    left: 20px;
    position: absolute;
    z-index: 101; }
    .gallery__carousel .gallery__carousel-controls::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 760px) {
      .gallery__carousel .gallery__carousel-controls {
        bottom: 30px;
        left: 30px; } }
    @media (min-width: 1280px) {
      .gallery__carousel .gallery__carousel-controls {
        bottom: 40px;
        left: 40px; } }
    .gallery__carousel .gallery__carousel-controls .icon--content {
      cursor: pointer;
      font-size: 14px;
      line-height: 20px;
      vertical-align: top; }
    .gallery__carousel .gallery__carousel-controls .gallery__carousel-info {
      cursor: pointer;
      color: #999;
      display: inline-block;
      font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 20px;
      padding-left: 10px; }
      .gallery__carousel .gallery__carousel-controls .gallery__carousel-info span {
        color: #333; }

/* The Gallery: Thumbnail Grid
------------------------------------------*/
.gallery__carousel-thumbnails {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity .5s linear, height 1s linear;
  /* Gallery Thumbnail List */
  /* Gallery Thumbnail Item */ }
  .gallery__carousel-thumbnails.is-expanded {
    background-color: #fff;
    height: auto;
    left: 0;
    min-height: 100vh;
    opacity: 1;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 101; }
  .gallery__carousel-thumbnails .icon--close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 25px; }
    @media (min-width: 760px) {
      .gallery__carousel-thumbnails .icon--close {
        right: 30px;
        top: 30px; } }
    @media (min-width: 1280px) {
      .gallery__carousel-thumbnails .icon--close {
        right: 40px;
        top: 40px; } }
    .gallery__carousel-thumbnails .icon--close:hover {
      opacity: .8; }
  .gallery__carousel-thumbnails .gallery__carousel-thumbnails-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    width: calc(100vw - 40px); }
    @media (min-width: 760px) {
      .gallery__carousel-thumbnails .gallery__carousel-thumbnails-list {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        height: calc(100% - 145px);
        padding-bottom: 30px;
        width: calc(100vw - 60px); } }
    @media (min-width: 1280px) {
      .gallery__carousel-thumbnails .gallery__carousel-thumbnails-list {
        -webkit-columns: 8;
        -moz-columns: 8;
        columns: 8;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        height: calc(100% - 165px);
        padding-bottom: 40px;
        width: calc(100vw - 80px); } }
  .gallery__carousel-thumbnails .gallery__carousel-thumbnails-item {
    width: 100%;
    margin: 0 auto 20px; }
    @media (min-width: 760px) {
      .gallery__carousel-thumbnails .gallery__carousel-thumbnails-item {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .gallery__carousel-thumbnails .gallery__carousel-thumbnails-item {
        margin-bottom: 40px; } }

/* The Gallery: Next Up Slide
------------------------------------------*/
.gallery__next {
  *zoom: 1;
  height: 100%;
  position: relative;
  width: 100%;
  /* Sideways Header */
  /* Next Up Content */ }
  .gallery__next::after {
    clear: both;
    content: "";
    display: table; }
  .gallery__next .gallery__next-replay {
    background-color: #fff;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute; }
    @media (min-width: 760px) {
      .gallery__next .gallery__next-replay {
        border-left: 87px solid #fff;
        position: relative; } }
    .gallery__next .gallery__next-replay .gallery__next-replay-header {
      padding: 0 75px 0 20px; }
      @media (min-width: 760px) {
        .gallery__next .gallery__next-replay .gallery__next-replay-header {
          *zoom: 1;
          bottom: 0;
          left: 0;
          padding: 20px 75px 0 0;
          position: absolute;
          width: 100vh;
          /* Rotate from top left corner (not default) */
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg); }
          .gallery__next .gallery__next-replay .gallery__next-replay-header::after {
            clear: both;
            content: "";
            display: table; } }
    .gallery__next .gallery__next-replay-hdr {
      margin-bottom: 5px;
      text-align: right; }
    .gallery__next .gallery__next-replay-title {
      color: #000;
      margin-bottom: 0;
      text-align: right; }
    .gallery__next .gallery__next-replay .icon--replay {
      color: #333;
      position: absolute;
      right: 5px;
      top: 35px; }
  .gallery__next .gallery__next-content {
    background-color: #f2f2f2;
    height: 100vh;
    padding: 20px; }
    @media (min-width: 760px) {
      .gallery__next .gallery__next-content {
        width: 91.48666%;
        float: right;
        margin-right: 0;
        padding: 80px 0 0 0; } }
    .gallery__next .gallery__next-content .gallery__next-header {
      margin: 20px 0; }
      @media (min-width: 760px) {
        .gallery__next .gallery__next-content .gallery__next-header {
          width: 62.77778%;
          float: left;
          margin-right: 2.36111%;
          margin: 30px 0; } }
      @media (min-width: 1280px) {
        .gallery__next .gallery__next-content .gallery__next-header {
          margin: 40px 0; } }
      .gallery__next .gallery__next-content .gallery__next-header .gallery__next-hdr {
        margin: 0 0 5px 12.98701%; }
        @media (min-width: 760px) {
          .gallery__next .gallery__next-content .gallery__next-header .gallery__next-hdr {
            margin-left: 11.06195%; } }
      .gallery__next .gallery__next-content .gallery__next-header .gallery__next-title {
        color: #000;
        margin-left: 4.41558%; }
        @media (min-width: 760px) {
          .gallery__next .gallery__next-content .gallery__next-header .gallery__next-title {
            margin: 0 0 0 3.76106%; } }
    .gallery__next .gallery__next-content .gallery__next-list .gallery__next-item--1 {
      width: 47.79221%;
      float: right;
      margin-right: 0;
      margin-bottom: 20px; }
      @media (min-width: 760px) {
        .gallery__next .gallery__next-content .gallery__next-list .gallery__next-item--1 {
          width: 25.55556%;
          float: right;
          margin-right: 0;
          margin: 0 6.94444% 30px 0; } }
      @media (min-width: 1280px) {
        .gallery__next .gallery__next-content .gallery__next-list .gallery__next-item--1 {
          margin-bottom: 40px; } }
    .gallery__next .gallery__next-content .gallery__next-list .gallery__next-item--2 {
      width: 47.79221%;
      float: left;
      margin-right: 4.41558%; }
      @media (min-width: 760px) {
        .gallery__next .gallery__next-content .gallery__next-list .gallery__next-item--2 {
          width: 53.47222%;
          float: left;
          margin-right: 2.36111%;
          margin-left: 6.94444%; } }
    .gallery__next .gallery__next-content .gallery__next-list .gallery__next-item--3 {
      width: 30.38961%;
      float: left;
      margin-right: 4.41558%;
      margin: 20px 0 0 17.4026%; }
      @media (min-width: 760px) {
        .gallery__next .gallery__next-content .gallery__next-list .gallery__next-item--3 {
          width: 25.55556%;
          float: right;
          margin-right: 0;
          margin: 0 2.36111% 0 0; } }

/* Overrides for when Gallery Next Slide */
.is-gallery-next .gallery__carousel-header,
.is-gallery-next .icon--arrow-left,
.is-gallery-next .gallery__carousel-controls {
  display: none !important; }

.is-gallery-next .slick-list,
.is-gallery-next .slick-slider,
.is-gallery-next .slick-track {
  height: 100vh !important; }

/* Gallery Fancybox Close Button */
.gallery__close-btn {
  color: #333;
  height: auto;
  right: 20px;
  width: auto;
  top: 25px;
  z-index: 1; }
  @media (min-width: 760px) {
    .gallery__close-btn {
      right: 30px;
      top: 30px; } }
  @media (min-width: 1280px) {
    .gallery__close-btn {
      right: 40px;
      top: 40px; } }
  .gallery__close-btn:hover {
    opacity: .8; }

.js-transporter {
  display: none; }

.js-transporter-wrapper {
  position: relative;
  z-index: 1;
  background: #fff; }

.js-transporter-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .js-transporter-content.pinned {
    opacity: .3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0; }

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

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

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

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

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

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

/* Slick Overrides */
.slick-slide, .slick-slide * {
  outline: none !important; }

/* Custom Navigation for Carousel */
.slick-nav {
  *zoom: 1;
  margin: 0 auto;
  padding-top: 20px;
  width: 180px; }
  .slick-nav::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .slick-nav {
      max-width: 1050px;
      padding: 0 30px;
      position: relative;
      width: calc(100% - 60px); } }
  @media (min-width: 1280px) {
    .slick-nav {
      max-width: 1450px;
      padding: 0 40px;
      width: calc(100% - 80px); } }

/* pagination control elements */
.slick-nav__menu {
  /* custom pagination arrows */ }
  @media (min-width: 760px) {
    .slick-nav__menu {
      right: 30px;
      position: absolute;
      top: 40px;
      z-index: 1; } }
  @media (min-width: 1280px) {
    .slick-nav__menu {
      right: 80px;
      top: 100px; } }
  .slick-nav__menu .slick-arrow {
    cursor: pointer;
    float: left; }
    .slick-nav__menu .slick-arrow:before {
      color: #000;
      display: block;
      font-family: 'Brant-Foundation';
      font-size: 22px; }
  .slick-nav__menu .slick-prev:before {
    content: '\e904';
    margin-right: 20px; }
  .slick-nav__menu .slick-next:before {
    content: '\e905';
    margin-left: 20px; }
  .slick-nav__menu .slick-nav__controls {
    cursor: pointer;
    float: left; }
    .slick-nav__menu .slick-nav__controls-trigger {
      font-size: 14px;
      float: left;
      margin: 4px 10px 0 0; }
    .slick-nav__menu .slick-nav__controls-info {
      float: left; }

/* nav dropdown menu */
.slick-nav__menu-list {
  -webkit-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
  transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 40px 20px;
  position: absolute;
  visibility: hidden;
  top: 60px;
  max-width: 560px;
  width: calc(100% - 40px);
  z-index: -1; }
  @media (min-width: 760px) {
    .slick-nav__menu-list {
      left: auto;
      max-width: none;
      padding: 30px 30px 0;
      overflow: hidden;
      right: 55px;
      top: 70px;
      width: 59.59339%; } }
  @media (min-width: 1280px) {
    .slick-nav__menu-list {
      padding: 40px 40 10px 40px;
      right: 80px;
      top: 130px;
      width: 68.10673%; } }
  .slick-nav__menu-list.slick-nav-expanded {
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .slick-nav__menu-list .slick-nav__menu-item {
    margin-bottom: 30px;
    width: 49%;
    width: calc(50% - 7px);
    text-align: right; }
    @media (min-width: 1280px) {
      .slick-nav__menu-list .slick-nav__menu-item {
        width: 33%; } }
    @media (min-width: 1280px) {
      .slick-nav__menu-list .slick-nav__menu-item:nth-child(odd) {
        margin-right: 0; } }
  .slick-nav__menu-list .slick-nav__menu-link {
    display: inline-block;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase; }

.cta-toggle-wrap {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity .5s linear, height .5s linear; }
  .cta-toggle-wrap.is-expanded {
    height: auto;
    opacity: 1;
    padding-bottom: 20px;
    transition: opacity .5s linear, height 1s linear; }

.indented {
  text-indent: 2.1601%; }

.read-more__block {
  display: block; }
  .read-more__block--content {
    display: none; }

.mod-1up {
  *zoom: 1;
  position: relative; }
  .mod-1up::after {
    clear: both;
    content: "";
    display: table; }

.mod-1up__header {
  *zoom: 1;
  margin-bottom: 20px; }
  .mod-1up__header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-1up__header {
      width: 65.94663%;
      float: left;
      margin-right: 2.1601%;
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .mod-1up__header {
      width: 57.43329%;
      float: left;
      margin-right: 2.1601%;
      margin: 0 0 40px 8.51334%; } }

.mod-1up__subheader {
  *zoom: 1;
  position: relative;
  /* Exhibition Artist List */ }
  .mod-1up__subheader::after {
    clear: both;
    content: "";
    display: table; }
  .mod-1up__subheader .mod-1up__hdr {
    line-height: 1;
    margin: 0 0 10px 12.98701%; }
    @media (min-width: 760px) {
      .mod-1up__subheader .mod-1up__hdr {
        width: 40.40661%;
        float: left;
        margin-right: 2.1601%;
        margin: 0 0 20px 8.51334%; } }
    @media (min-width: 1280px) {
      .mod-1up__subheader .mod-1up__hdr {
        bottom: 20px;
        left: 14.82301%;
        margin: 0;
        position: absolute; } }
  .mod-1up__subheader .mod-1up__artist-list {
    *zoom: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; }
    .mod-1up__subheader .mod-1up__artist-list::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 760px) {
      .mod-1up__subheader .mod-1up__artist-list {
        width: 40.40661%;
        float: right;
        margin-right: 0;
        margin-left: 0; } }
    .mod-1up__subheader .mod-1up__artist-list .mod-1up__artist-item {
      line-height: 1;
      margin-bottom: 10px;
      text-align: right;
      width: 47.79221%; }
      @media (min-width: 760px) {
        .mod-1up__subheader .mod-1up__artist-list .mod-1up__artist-item {
          text-align: left;
          width: 49%; } }
      .mod-1up__subheader .mod-1up__artist-list .mod-1up__artist-item .mod-1up__artist-link {
        line-height: 1; }

.mod-1up__hdr {
  line-height: 1;
  margin-left: 12.98701%; }
  @media (min-width: 760px) {
    .mod-1up__hdr {
      width: 100%; } }
  @media (min-width: 760px) {
    .mod-1up__hdr {
      margin-left: 11.06195%; } }

.mod-1up__title {
  width: 82.5974%;
  float: left;
  margin-right: 4.41558%; }
  @media (min-width: 760px) {
    .mod-1up__title {
      float: none;
      width: 100%; } }

.mod-1up__meta {
  clear: left;
  display: block;
  font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 0; }
  @media (min-width: 760px) {
    .mod-1up__meta {
      clear: none; } }
  h3.hdr-sm .mod-1up__meta-location {
    color: #FF6300;
    text-transform: uppercase; }
  .mod-1up__meta-text {
    color: #666; }

.mod-1up__btn {
  float: right;
  min-width: 140px; }

.mod-1up__image {
  width: 47.79221%;
  float: right;
  margin-right: 0;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-1up__image {
      width: 31.89327%;
      float: right;
      margin-right: 0;
      margin-bottom: 0; } }
  @media (min-width: 1280px) {
    .mod-1up__image {
      width: 25.54003%;
      float: right;
      margin-right: 0;
      margin-right: 6.35324%; } }
  .mod-1up__image .mod-1up__image-link {
    display: block; }

.mod-1up__cta-download {
  margin: 20px 0 0; }
  @media (min-width: 760px) {
    .mod-1up__cta-download {
      margin: 30px 0 0; } }
  @media (min-width: 1280px) {
    .mod-1up__cta-download {
      margin-top: 40px; } }

/* Optional Text and CTA */
.mod-1up__content {
  clear: right; }
  @media (min-width: 760px) {
    .mod-1up__content {
      *zoom: 1;
      clear: none; }
      .mod-1up__content::after {
        clear: both;
        content: "";
        display: table; } }
  .mod-1up__content .mod-1up__text {
    margin: 0; }
    @media (min-width: 760px) {
      .mod-1up__content .mod-1up__text {
        width: 59.59339%;
        float: left;
        margin-right: 2.11443%;
        margin: 0 0 0 6.35324%; } }
    @media (min-width: 1280px) {
      .mod-1up__content .mod-1up__text {
        width: 51.08005%;
        float: left;
        margin-right: 2.11443%;
        margin-left: 14.86658%; } }
    .mod-1up__content .mod-1up__text .indented {
      text-indent: 2.1601%; }
  .mod-1up__content .mod-1up__cta {
    margin: 20px 8.51334% 0 0;
    text-align: right; }
    @media (min-width: 760px) {
      .mod-1up__content .mod-1up__cta {
        width: 76.62008%;
        float: left;
        margin-right: 2.11443%;
        margin: 30px 0 0 0; } }
    @media (min-width: 1280px) {
      .mod-1up__content .mod-1up__cta {
        width: 59.59339%;
        float: left;
        margin-right: 2.11443%;
        margin-top: 40px; } }

.mod-1up-feature {
  *zoom: 1; }
  .mod-1up-feature::after {
    clear: both;
    content: "";
    display: table; }
  .mod-1up-feature .wrap {
    position: relative; }

.mod-1up-feature__image {
  width: 87.01299%;
  float: left;
  margin-right: 4.22886%;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-1up-feature__image {
      width: 68.10673%;
      float: left;
      margin-right: 2.11443%;
      margin-bottom: 0; } }
  @media (min-width: 1280px) {
    .mod-1up-feature__image {
      width: 57.43329%;
      float: left;
      margin-right: 2.1601%;
      margin: 0 6.35324%; } }

.mod-1up-feature__image-meta {
  width: 87.01299%;
  float: left;
  margin-right: 4.22886%; }
  @media (min-width: 760px) {
    .mod-1up-feature__image-meta {
      width: 23.37992%;
      bottom: 60px;
      position: absolute;
      right: 0; } }
  @media (min-width: 1280px) {
    .mod-1up-feature__image-meta {
      bottom: 80px;
      right: 6.35324%; } }

.mod-1up-feature__image-description {
  color: #999;
  font-size: 12px; }
  @media (min-width: 760px) {
    .mod-1up-feature__image-description {
      margin-bottom: 0px; } }

.mod-2up {
  *zoom: 1;
  position: relative; }
  .mod-2up::after {
    clear: both;
    content: "";
    display: table; }

.mod-2up__header {
  line-height: 1;
  margin-left: 8.51334%; }
  @media (min-width: 1280px) {
    .mod-2up__header {
      margin-left: 14.86658%; } }

@media (min-width: 760px) {
  .mod-2up__title {
    width: 65.94663%;
    float: left;
    margin-right: 2.1601%; } }

@media (min-width: 1280px) {
  .mod-2up__title {
    width: 57.43329%;
    float: left;
    margin-right: 2.1601%;
    margin-left: 8.51334%; } }

.mod-2up__meta {
  display: block;
  font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-2up__meta {
      width: 65.94663%;
      float: left;
      margin-right: 2.1601%;
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .mod-2up__meta {
      width: 57.43329%;
      float: left;
      margin-right: 2.1601%;
      margin: 0 0 40px 8.51334%; } }
  .mod-2up__meta-location {
    color: #FF6300;
    text-transform: uppercase; }
  .mod-2up__meta-dates {
    color: #666; }

.mod-2up__item--1 {
  width: 47.79221%;
  float: left;
  margin-right: 4.41558%;
  margin-top: 20px; }
  @media (min-width: 760px) {
    .mod-2up__item--1 {
      width: 57.43329%;
      float: left;
      margin-right: 2.1601%;
      margin: 0 0 0 6.35324%; } }
  @media (min-width: 1280px) {
    .mod-2up__item--1 {
      width: 51.08005%;
      float: left;
      margin-right: 2.11443%;
      margin-left: 14.86658%; } }

.mod-2up__item--2 {
  width: 47.79221%;
  float: right;
  margin-right: 0; }
  @media (min-width: 760px) {
    .mod-2up__item--2 {
      width: 31.89327%;
      float: right;
      margin-right: 0;
      position: absolute;
      right: 0;
      top: 50px; } }
  @media (min-width: 1280px) {
    .mod-2up__item--2 {
      width: 25.54003%;
      float: right;
      margin-right: 0;
      right: 6.35324%; } }

.mod-2up__link {
  display: block; }

/* 3up: Locations
------------------------------------------*/
.mod-3up__locations {
  font-size: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 0; }
  .mod-3up__locations-location {
    box-sizing: border-box;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    font-size: 19.2px;
    vertical-align: middle;
    border-right: 1px solid #f2f2f2;
    color: #f2f2f2;
    padding: 20px 0 25px; }
    .mod-3up__locations-location:last-child {
      border: none; }
    .mod-3up__locations-location:after {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .mod-3up__locations-location:hover, .mod-3up__locations-location.active {
      color: #FF6300; }
      .mod-3up__locations-location:hover:after, .mod-3up__locations-location.active:after {
        opacity: 1;
        visibility: visible; }

@media (min-width: 1280px) {
  .mod-3up__wrap {
    width: 59.59339%;
    float: left;
    margin-right: 2.11443%; } }

/* 3up: Subheader - Header & Artists
------------------------------------------*/
.mod-3up__subheader {
  *zoom: 1;
  position: relative;
  /* Exhibition Artist List */ }
  .mod-3up__subheader::after {
    clear: both;
    content: "";
    display: table; }
  .mod-3up__subheader .mod-3up__hdr {
    line-height: 1;
    margin: 0 0 10px 12.98701%; }
    @media (min-width: 760px) {
      .mod-3up__subheader .mod-3up__hdr {
        width: 40.40661%;
        float: left;
        margin-right: 2.1601%;
        margin: 0 0 20px 8.51334%; } }
    @media (min-width: 1280px) {
      .mod-3up__subheader .mod-3up__hdr {
        bottom: 20px;
        left: 14.82301%;
        margin: 0;
        position: absolute; } }
  .mod-3up__subheader .mod-3up__artist-list {
    *zoom: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; }
    .mod-3up__subheader .mod-3up__artist-list::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 760px) {
      .mod-3up__subheader .mod-3up__artist-list {
        width: 40.40661%;
        float: right;
        margin-right: 0;
        margin-left: 0; } }
    .mod-3up__subheader .mod-3up__artist-list .mod-3up__artist-item {
      line-height: 1;
      margin-bottom: 10px;
      text-align: right;
      width: 47.79221%; }
      @media (min-width: 760px) {
        .mod-3up__subheader .mod-3up__artist-list .mod-3up__artist-item {
          text-align: left;
          width: 49%; } }
      .mod-3up__subheader .mod-3up__artist-list .mod-3up__artist-item .mod-3up__artist-link {
        line-height: 1; }

/* 3up: Header - Title, Dates & Location
------------------------------------------*/
.mod-3up__header {
  *zoom: 1;
  margin-bottom: 20px;
  /* Main Title */
  /* Date & Location */ }
  .mod-3up__header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-3up__header {
      width: 65.94663%;
      float: left;
      margin-right: 2.1601%;
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .mod-3up__header {
      float: none;
      margin: 0 0 40px 11.06195%;
      width: 100%; } }
  .mod-3up__header .mod-3up__title-link {
    color: #000; }
  .mod-3up__header .mod-3up__meta {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .mod-3up__header .mod-3up__meta {
        float: left; } }
    @media (min-width: 1280px) {
      .mod-3up__header .mod-3up__meta {
        width: 59.29204%;
        float: left;
        margin-right: 3.62473%; } }
    .mod-3up__header .mod-3up__meta span, .mod-3up__header .mod-3up__meta-location {
      color: #FF6300;
      text-transform: uppercase; }
  .mod-3up__header .mod-3up__btn {
    float: right;
    min-width: 140px; }
  .mod-3up__header.mod-3up__header--has-images .mod-3up__btn {
    margin-bottom: -40px; }
    @media (min-width: 760px) {
      .mod-3up__header.mod-3up__header--has-images .mod-3up__btn {
        margin-bottom: 0; } }

/* 3UP: List of Images
------------------------------------------*/
.mod-3up__list {
  *zoom: 1;
  /* call to action button */ }
  .mod-3up__list::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-3up__list {
      clear: none; }
      .mod-3up__list:after {
        clear: none; } }
  .mod-3up__list .mod-3up__feature-image {
    width: 47.79221%;
    float: left;
    margin-right: 4.41558%;
    margin: 0 0 20px; }
    @media (min-width: 760px) {
      .mod-3up__list .mod-3up__feature-image {
        width: 57.43329%;
        float: left;
        margin-right: 2.1601%;
        margin: 0 0 0 6.35324%; } }
    @media (min-width: 1280px) {
      .mod-3up__list .mod-3up__feature-image {
        width: 51.08005%;
        float: left;
        margin-right: 2.11443%;
        margin-left: 14.86658%; } }
    .mod-3up__list .mod-3up__feature-image .mod-3up__feature-image-link {
      display: block; }
  .mod-3up__list .mod-3up__item--1 {
    width: 47.79221%;
    float: right;
    margin-right: 0;
    margin-top: 40px; }
    @media (min-width: 760px) {
      .mod-3up__list .mod-3up__item--1 {
        width: 31.89327%;
        float: right;
        margin-right: 0;
        margin: 0 0 30px; } }
    @media (min-width: 1280px) {
      .mod-3up__list .mod-3up__item--1 {
        width: 25.54003%;
        float: right;
        margin-right: 0;
        margin: 0 6.35324% 40px 0; } }
  .mod-3up__list .mod-3up__item--3 {
    width: 34.80519%;
    float: left;
    margin-right: 4.22886%;
    margin: 0 0 20px 12.98701%; }
    @media (min-width: 760px) {
      .mod-3up__list .mod-3up__item--3 {
        width: 23.37992%;
        float: right;
        margin-right: 0;
        margin: 30px 0 30px 0; } }
    @media (min-width: 1280px) {
      .mod-3up__list .mod-3up__item--3 {
        margin-bottom: 40px; } }
  .mod-3up__list .mod-3up__item--cta {
    clear: left; }
    @media (min-width: 760px) {
      .mod-3up__list .mod-3up__item--cta {
        width: 31.89327%;
        float: right;
        margin-right: 0;
        clear: none; } }
    @media (min-width: 1280px) {
      .mod-3up__list .mod-3up__item--cta {
        clear: right; } }
  .mod-3up__list .mod-3up__item-link {
    display: inline-block; }

/* 3UP: Optional Text & CTA
------------------------------------------*/
.mod-3up__content {
  clear: right;
  /* description text */
  /* call to action button */ }
  @media (min-width: 760px) {
    .mod-3up__content {
      *zoom: 1;
      clear: none; }
      .mod-3up__content::after {
        clear: both;
        content: "";
        display: table; } }
  .mod-3up__content .mod-3up__text {
    margin: 0; }
    @media (min-width: 760px) {
      .mod-3up__content .mod-3up__text {
        width: 59.59339%;
        float: left;
        margin-right: 2.11443%;
        margin: 40px 0 0 6.35324%; } }
    @media (min-width: 1280px) {
      .mod-3up__content .mod-3up__text {
        width: 57.43329%;
        float: left;
        margin-right: 2.1601%;
        margin-left: 8.51334%; } }
    .mod-3up__content .mod-3up__text .indented {
      text-indent: 2.1601%; }
  .mod-3up__content .mod-3up__btn {
    width: 47.79221%;
    float: right;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px 0; }
    @media (min-width: 760px) {
      .mod-3up__content .mod-3up__btn {
        width: 35.45279%;
        float: right;
        margin-right: 0;
        margin: 0 9.63391% 30px 0; } }
    @media (min-width: 1280px) {
      .mod-3up__content .mod-3up__btn {
        width: 25.88496%;
        float: right;
        margin-right: 0;
        margin: 0 11.06195% 40px 0; } }

.mod-6up .mod-6up__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1280px) {
    .mod-6up .mod-6up__container {
      margin-right: 14.86658%; } }

.mod-6up .mod-6up__col {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 20px); }
  @media (min-width: 760px) {
    .mod-6up .mod-6up__col {
      flex-direction: row;
      justify-content: space-between;
      width: calc(33.3333% - 30px); } }
  @media (min-width: 1280px) {
    .mod-6up .mod-6up__col {
      width: calc(33.3333% - 40px); } }

.mod-6up .mod-6up__link-item {
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-6up .mod-6up__link-item {
      margin-bottom: 0;
      width: calc(50% - 15px); } }
  @media (min-width: 1280px) {
    .mod-6up .mod-6up__link-item {
      width: calc(50% - 20px); } }
  .mod-6up .mod-6up__link-item--3 {
    margin-top: 20px; }
    @media (min-width: 760px) {
      .mod-6up .mod-6up__link-item--3 {
        margin-top: 0; } }
  @media (min-width: 760px) {
    .mod-6up .mod-6up__link-item--2, .mod-6up .mod-6up__link-item--4, .mod-6up .mod-6up__link-item--6 {
      margin-top: 30px; } }
  @media (min-width: 760px) {
    .mod-6up .mod-6up__link-item--2, .mod-6up .mod-6up__link-item--4, .mod-6up .mod-6up__link-item--6 {
      margin-top: 40px; } }

.mod-6up-board {
  *zoom: 1; }
  .mod-6up-board::after {
    clear: both;
    content: "";
    display: table; }

.mod-6up-board__list {
  *zoom: 1; }
  .mod-6up-board__list::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-6up-board__list--1 {
      width: 48.91995%;
      float: left;
      margin-right: 2.1601%; } }
  @media (min-width: 760px) {
    .mod-6up-board__list--2 {
      width: 48.91995%;
      float: right;
      margin-right: 0; } }

.mod-6up-board__item {
  margin-top: 20px; }
  @media (min-width: 760px) {
    .mod-6up-board__item {
      margin-top: 30px; } }
  @media (min-width: 760px) {
    .mod-6up-board__item {
      margin-top: 40px; } }
  .mod-6up-board__item--1 {
    width: 52.20779%;
    float: left;
    margin-right: 4.22886%;
    margin-top: 0; }
    @media (min-width: 760px) {
      .mod-6up-board__item--1 {
        width: 47.79221%;
        float: left;
        margin-right: 4.41558%; } }
    @media (min-width: 1280px) {
      .mod-6up-board__item--1 {
        margin-left: 17.4026%; } }
  .mod-6up-board__item--2 {
    width: 34.80519%;
    float: right;
    margin-right: 0; }
    @media (min-width: 760px) {
      .mod-6up-board__item--2 {
        width: 30.38961%;
        float: left;
        margin-right: 4.41558%;
        margin-left: 12.98701%; } }
    @media (min-width: 1280px) {
      .mod-6up-board__item--2 {
        width: 30.38961%;
        float: right;
        margin-right: 0;
        margin-left: 0; } }
  .mod-6up-board__item--3 {
    width: 87.01299%;
    float: right;
    margin-right: 0; }
    @media (min-width: 760px) {
      .mod-6up-board__item--3 {
        width: 82.5974%;
        float: left;
        margin-right: 4.41558%;
        margin-left: 12.98701%; } }
    @media (min-width: 1280px) {
      .mod-6up-board__item--3 {
        width: 65.19481%;
        float: right;
        margin-right: 0; } }
  .mod-6up-board__item--4 {
    width: 69.61039%;
    float: left;
    margin-right: 4.22886%; }
    @media (min-width: 760px) {
      .mod-6up-board__item--4 {
        width: 69.61039%;
        float: left;
        margin-right: 4.22886%;
        margin-left: 12.98701%; } }
    @media (min-width: 1280px) {
      .mod-6up-board__item--4 {
        width: 56.62338%;
        float: left;
        margin-right: 4.05728%; } }
  .mod-6up-board__item--5 {
    width: 47.79221%;
    float: left;
    margin-right: 4.41558%; }
    @media (min-width: 760px) {
      .mod-6up-board__item--5 {
        width: 47.79221%;
        float: left;
        margin-right: 4.41558%; } }
  .mod-6up-board__item--6 {
    width: 47.79221%;
    float: right;
    margin-right: 0;
    margin-top: 40px; }
    @media (min-width: 760px) {
      .mod-6up-board__item--6 {
        width: 47.79221%;
        float: right;
        margin-right: 0;
        margin-top: 60px; } }
    @media (min-width: 1280px) {
      .mod-6up-board__item--6 {
        width: 30.38961%;
        float: right;
        margin-right: 0;
        margin: 80px 17.4026% 0 0; } }

.mod-artist {
  *zoom: 1;
  background-color: #f2f2f2;
  padding: 20px 0;
  /* Slick Overrides: Fixes varying heights of slides */ }
  .mod-artist::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-artist {
      padding: 30px 0; } }
  @media (min-width: 1280px) {
    .mod-artist {
      padding: 40px 0; } }
  .mod-artist.slick-slide {
    height: 0; }
  .mod-artist.slick-current {
    height: auto; }

/* Artist Header */
.mod-artist__header .mod-artist__hdr {
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-artist__header .mod-artist__hdr {
      margin-left: 6.35324%; } }

.mod-artist__header .mod-artist__title {
  margin-left: 12.98701%;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-artist__header .mod-artist__title {
      margin: 0 0 30px 8.51334%; } }
  @media (min-width: 1280px) {
    .mod-artist__header .mod-artist__title {
      margin-bottom: 40px; } }

/* Artist Image */
.mod-artist__image {
  width: 56.62338%;
  float: left;
  margin-right: 4.05728%;
  margin: 0 0 20px 30.38961%; }
  @media (min-width: 760px) {
    .mod-artist__image {
      width: 27.70013%;
      float: left;
      margin-right: 2.07065%;
      margin: 30px 0 30px 8.51334%; } }
  @media (min-width: 1280px) {
    .mod-artist__image {
      width: 17.02668%;
      float: left;
      margin-right: 2.11443%;
      margin: 40px 0 40px 17.02668%; } }

/* Show/Hide CTA Toggle */
.mod-artist__cta {
  clear: left;
  outline: none;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-artist__cta {
      float: left;
      margin: 0 0 30px 6.35324%; } }
  @media (min-width: 760px) {
    .mod-artist__cta {
      margin: 0 0 40px 0; } }
  .mod-artist__cta .cta__inner:before {
    content: 'See All'; }
  @media (min-width: 760px) {
    .mod-artist__cta .cta__inner:after {
      content: 'Exhibitions';
      display: block;
      margin-left: 35px; } }
  .mod-artist__cta.is-show-all .cta__inner:before {
    content: 'Hide All'; }

.mod-artist__content {
  /* Artist Description */
  /* Artist Bio Download */
  /* Artist Exhibitions */ }
  .mod-artist__content .mod-artist__description {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s linear, height 1s linear; }
    @media (min-width: 760px) {
      .mod-artist__content .mod-artist__description {
        display: block;
        height: auto;
        margin-bottom: 30px;
        opacity: 1;
        padding-left: 6.35324%;
        width: 53.24015%; } }
    @media (min-width: 1280px) {
      .mod-artist__content .mod-artist__description {
        margin-bottom: 40px;
        padding-left: 8.51334%;
        width: 48.91995%; } }
  .mod-artist__content .mod-artist__download {
    margin: 20px auto 30px; }
  .mod-artist__content .mod-artist__exhibitions {
    *zoom: 1;
    clear: left;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s linear, height 1s linear; }
    .mod-artist__content .mod-artist__exhibitions::after {
      clear: both;
      content: "";
      display: table; }
    .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-col {
      *zoom: 1;
      width: 100%; }
      .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-col::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 1280px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-col {
          width: 65.94663%;
          float: right;
          margin-right: 0;
          margin-right: 6.35324%; } }
    .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-title {
      color: #999; }
      @media (min-width: 760px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-title {
          width: 14.86658%;
          float: left;
          margin-right: 2.1601%;
          margin-right: 7.65697%;
          text-align: right; } }
      @media (min-width: 1280px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-title {
          width: 22.54335%;
          float: left;
          margin-right: 3.27553%;
          margin-right: 2.1601%; } }
    .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-events {
      border-collapse: initial;
      border-size: auto;
      margin: 0 0 20px; }
      @media (min-width: 760px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-events {
          width: 74.45997%;
          float: right;
          margin-right: 0;
          margin: 0 0 30px; } }
      @media (min-width: 1280px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-events {
          width: 74.18112%;
          float: right;
          margin-right: 0;
          margin: 0 0 40px; } }
    .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-year {
      border-top: 2px solid #fff;
      border-bottom: 0;
      font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
      font-size: 20px;
      line-height: 1;
      vertical-align: top;
      width: 21.81818%; }
      @media (min-width: 760px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-year {
          width: 8.53242%; } }
      @media (min-width: 1280px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-year {
          width: 12.98701%; } }
    .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-details {
      border-top: 2px solid #fff;
      border-bottom: 0;
      width: 82.5974%; }
      @media (min-width: 1280px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-details {
          width: 88.56655%; } }
      @media (min-width: 1280px) {
        .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-details {
          width: 82.5974%; } }
      .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-details p:first-child {
        margin-top: 5px; }
      .mod-artist__content .mod-artist__exhibitions .mod-artist__exhibitions-event-details p:last-child {
        margin-bottom: 0; }
  .mod-artist__content.is-expanded .mod-artist__description {
    height: auto;
    opacity: 1; }
  .mod-artist__content.is-expanded .mod-artist__exhibitions {
    height: auto;
    opacity: 1; }

.mod-carousel {
  background-color: #f2f2f2;
  position: relative; }
  .mod-carousel .wrap {
    padding-top: 0; }
    @media (min-width: 760px) {
      .mod-carousel .wrap {
        padding-top: 0; } }
    @media (min-width: 1280px) {
      .mod-carousel .wrap {
        padding-top: 0; } }

.mod-carousel__wrap {
  margin: 0 auto;
  max-width: 560px;
  padding: 0 20px;
  position: relative; }
  @media (min-width: 760px) {
    .mod-carousel__wrap {
      max-width: 1050px;
      padding: 0 30px; } }
  @media (min-width: 1280px) {
    .mod-carousel__wrap {
      max-width: 1450px;
      padding: 0 40px; } }

.mod-intern {
  *zoom: 1; }
  .mod-intern::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-intern .mod-intern__header {
      width: 40.40661%;
      float: right;
      margin-right: 0;
      margin-top: 30px; } }
  @media (min-width: 1280px) {
    .mod-intern .mod-intern__header {
      width: 31.89327%;
      float: right;
      margin-right: 0;
      margin-top: 40px; } }
  .mod-intern .mod-intern__title {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .mod-intern .mod-intern__title {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .mod-intern .mod-intern__title {
        margin-bottom: 40px; } }
  .mod-intern .mod-intern__description {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .mod-intern .mod-intern__description {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .mod-intern .mod-intern__description {
        margin-bottom: 40px; } }
    .mod-intern .mod-intern__description .indented {
      text-indent: 12.98701%; }
      @media (min-width: 760px) {
        .mod-intern .mod-intern__description .indented {
          text-indent: 6.35324%; } }
    .mod-intern .mod-intern__description:last-child {
      margin-bottom: 0; }
  .mod-intern .mod-intern__cta {
    margin: 0 0 20px 12.98701%; }
    @media (min-width: 760px) {
      .mod-intern .mod-intern__cta {
        margin: 0 0 0 6.35324%; } }
  .mod-intern .mod-intern__image {
    width: 87.01299%;
    float: right;
    margin-right: 0; }
    @media (min-width: 760px) {
      .mod-intern .mod-intern__image {
        width: 48.91995%;
        float: left;
        margin-right: 2.1601%;
        float: right;
        margin: 0 2.1601% 0 0; } }

.mod-news {
  *zoom: 1; }
  .mod-news::after {
    clear: both;
    content: "";
    display: table; }

/* News Module Header
------------------------------------------*/
@media (min-width: 1280px) {
  .mod-news__header {
    width: 23.37992%;
    float: right;
    margin-right: 0;
    margin: 60px 6.35324% 0 0; } }

.mod-news__header .mod-news__hdr {
  margin: 0 0 20px 12.98701%; }
  @media (min-width: 760px) {
    .mod-news__header .mod-news__hdr {
      margin-left: 57.43329%; } }
  @media (min-width: 1280px) {
    .mod-news__header .mod-news__hdr {
      margin-left: 0; } }

.mod-news__header .mod-news__title {
  width: 52.20779%;
  float: left;
  margin-right: 4.22886%;
  margin: 0 0 20px 12.98701%; }
  @media (min-width: 760px) {
    .mod-news__header .mod-news__title {
      width: 40.40661%;
      float: left;
      margin-right: 2.1601%;
      margin-left: 57.43329%; } }
  @media (min-width: 1280px) {
    .mod-news__header .mod-news__title {
      float: none;
      margin: 0 0 20px 27.17391%;
      width: 100%; } }

.mod-news__header .mod-news__cta {
  width: 65.19481%;
  float: right;
  margin-right: 0;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .mod-news__header .mod-news__cta {
      width: 25.54003%;
      float: right;
      margin-right: 0;
      margin: 0 8.51334% 30px 0; } }
  @media (min-width: 1280px) {
    .mod-news__header .mod-news__cta {
      float: none;
      margin: 0 0 0 27.17391%;
      width: 63.58696%; } }

/* List of News Posts
------------------------------------------*/
.mod-news__list {
  /* News Post Item */
  /* News Post Item Content Link */
  /* News Post Item Title */
  /* News Post Item Date */
  /* Post Item Text */
  /* News Post Item Image */ }
  @media (min-width: 1280px) {
    .mod-news__list {
      width: 59.59339%;
      float: left;
      margin-right: 2.11443%;
      margin-left: 8.51334%; } }
  .mod-news__list .mod-news__item {
    *zoom: 1;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    width: 100%; }
    .mod-news__list .mod-news__item::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 760px) {
      .mod-news__list .mod-news__item {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .mod-news__list .mod-news__item {
        margin-bottom: 40px; } }
    .mod-news__list .mod-news__item:last-child {
      margin-bottom: 0; }
  .mod-news__list .mod-news__item-content {
    width: 65.19481%;
    float: left;
    margin-right: 4.41558%;
    display: block; }
    @media (min-width: 760px) {
      .mod-news__list .mod-news__item-content {
        width: 74.45997%;
        float: left;
        margin-right: 2.1601%; } }
    @media (min-width: 1280px) {
      .mod-news__list .mod-news__item-content {
        width: 70.35398%;
        float: left;
        margin-right: 3.76106%;
        margin: 0; } }
  .mod-news__list .mod-news__item-title {
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 0 2.1601%;
    text-align: right;
    margin-bottom: 20px; }
  .mod-news__list .mod-news__item-meta {
    color: #666;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px; }
    .mod-news__list .mod-news__item-meta span {
      color: #FF6300;
      text-transform: uppercase; }
  .mod-news__list .mod-news__item-text {
    color: #000;
    display: none; }
    @media (min-width: 760px) {
      .mod-news__list .mod-news__item-text {
        display: block; } }
    @media (min-width: 760px) {
      .mod-news__list .mod-news__item-text .indented {
        display: block;
        text-indent: 6.35324%; } }
    .mod-news__list .mod-news__item-text p {
      color: #000; }
      .mod-news__list .mod-news__item-text p:last-child {
        margin: 0; }
  .mod-news__list .mod-news__item-cta {
    display: inline-block;
    float: right; }
    @media (min-width: 760px) {
      .mod-news__list .mod-news__item-cta {
        margin: 20px auto; } }
  .mod-news__list .mod-news__item-image-link {
    width: 30.38961%;
    float: right;
    margin-right: 0; }
    @media (min-width: 760px) {
      .mod-news__list .mod-news__item-image-link {
        width: 17.02668%;
        float: right;
        margin-right: 0;
        margin-right: 6.35324%; } }
    @media (min-width: 1280px) {
      .mod-news__list .mod-news__item-image-link {
        width: 25.88496%;
        float: right;
        margin-right: 0;
        margin: 0; } }

.mod-newsletter {
  *zoom: 1;
  margin-bottom: 40px; }
  .mod-newsletter::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-newsletter {
      margin-bottom: 60px; } }

.mod-newsletter__hdr {
  margin-bottom: 10px; }
  @media (min-width: 760px) {
    .mod-newsletter__hdr {
      margin-left: 23.37992%; } }

.mod-newsletter__title {
  margin-bottom: 20px;
  text-align: right; }
  @media (min-width: 760px) {
    .mod-newsletter__title {
      margin-left: 25.54003%;
      text-align: left; } }

/* Newsletter Form */
@media (min-width: 760px) {
  .mod-newsletter__form {
    width: 57.43329%;
    float: left;
    margin-right: 2.1601%;
    margin-left: 34.05337%; } }

@media (min-width: 1280px) {
  .mod-newsletter__form {
    width: 48.91995%;
    float: left;
    margin-right: 2.1601%;
    margin-left: 42.56671%; } }

@media (min-width: 760px) {
  .mod-newsletter__form .mod-newsletter__email {
    width: 55.53097%;
    float: left;
    margin-right: 3.76106%; } }

.mod-newsletter__form .mod-newsletter__btn {
  min-width: 140px; }
  @media (min-width: 760px) {
    .mod-newsletter__form .mod-newsletter__btn {
      margin-top: -20px; } }

.mod-publication {
  *zoom: 1; }
  .mod-publication::after {
    clear: both;
    content: "";
    display: table; }

/* Publication: Header
------------------------------------------*/
.mod-publication__header {
  *zoom: 1;
  margin-bottom: 20px; }
  .mod-publication__header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-publication__header {
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .mod-publication__header {
      margin-bottom: 40px; } }
  .mod-publication__header .mod-publication__hdr {
    line-height: 1;
    margin-left: 12.98701%; }
    @media (min-width: 760px) {
      .mod-publication__header .mod-publication__hdr {
        margin-left: 6.35324%; } }
  .mod-publication__header .mod-publication__title {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .mod-publication__header .mod-publication__title {
        margin: 0 0 0 8.51334%; } }
  .mod-publication__header .mod-publication__btn {
    float: right; }
    @media (min-width: 760px) {
      .mod-publication__header .mod-publication__btn {
        margin: -40px 10.67344% 0 0; } }

/* Publication: List of Posts
------------------------------------------*/
.mod-publication__list {
  /* Publication Post Item */
  /* Publication Post Image */
  /* Publication Post Title */
  /* Publication Post Title */ }
  @media (min-width: 760px) {
    .mod-publication__list {
      margin-left: 2.1601%; } }
  .mod-publication__list .mod-publication__item {
    width: 47.79221%;
    display: inline-table;
    margin: 0 0 20px 2.1601%; }
    @media (min-width: 760px) {
      .mod-publication__list .mod-publication__item {
        width: 25.54003%;
        margin: 0 0 20px 6.35324%; } }
    .mod-publication__list .mod-publication__item:nth-child(odd) {
      margin-left: 0; }
      @media (min-width: 760px) {
        .mod-publication__list .mod-publication__item:nth-child(odd) {
          margin-left: 6.35324%; } }
    .mod-publication__list .mod-publication__item:nth-child(2) {
      width: 47.79221%; }
      @media (min-width: 760px) {
        .mod-publication__list .mod-publication__item:nth-child(2) {
          width: 23.37992%; } }
    .mod-publication__list .mod-publication__item:last-child {
      display: none; }
      @media (min-width: 760px) {
        .mod-publication__list .mod-publication__item:last-child {
          display: inline-table; } }
  .mod-publication__list .mod-publication__info-image-link {
    display: inline-block; }
  .mod-publication__list .mod-publication__info-image {
    margin-bottom: 20px;
    vertical-align: baseline; }
  .mod-publication__list .mod-publication__info-artist {
    margin-bottom: 5px; }
  .mod-publication__list .mod-publication__info-title {
    margin-bottom: 20px;
    text-align: right; }

.mod-quote {
  *zoom: 1;
  /* Quotation Mark */ }
  .mod-quote::after {
    clear: both;
    content: "";
    display: table; }
  .mod-quote .icon {
    display: block; }
    .mod-quote .icon:before {
      content: "";
      font-family: 'Brant-Foundation';
      font-size: 20px;
      padding-bottom: 7px; }
      @media (min-width: 760px) {
        .mod-quote .icon:before {
          width: 6.35324%;
          float: left;
          margin-right: 2.1601%;
          font-size: 24px; } }
      @media (min-width: 1280px) {
        .mod-quote .icon:before {
          margin: 0 0 0 8.51334%;
          text-align: center; } }

/* Quote */
@media (min-width: 760px) {
  .mod-quote__quote {
    width: 82.97332%;
    float: left;
    margin-right: 2.1601%;
    padding-top: 5px; } }

@media (min-width: 1280px) {
  .mod-quote__quote {
    width: 51.08005%;
    float: left;
    margin-right: 2.11443%; } }

/* Quote Credit */
.mod-quote__cred {
  width: 82.5974%;
  float: right;
  margin-right: 0;
  color: #666;
  font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: right; }
  @media (min-width: 760px) {
    .mod-quote__cred {
      width: 48.91995%;
      float: right;
      margin-right: 0;
      margin-right: 8.51334%; } }
  @media (min-width: 1280px) {
    .mod-quote__cred {
      margin-right: 34.05337%; } }

.social-nav {
  display: none; }
  @media (min-width: 760px) {
    .social-nav {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      right: 0; } }
  .social-nav .social-nav__list {
    *zoom: 1; }
    .social-nav .social-nav__list::after {
      clear: both;
      content: "";
      display: table; }
  .social-nav .social-nav__item {
    display: inline-block;
    float: left;
    margin-right: 20px; }
    .social-nav .social-nav__item--1 {
      color: #666;
      display: block;
      font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
      letter-spacing: 2px;
      line-height: 20px;
      text-transform: uppercase; }
      .social-nav .social-nav__item--1:after {
        content: '\e905';
        font-family: 'Brant-Foundation';
        font-size: 28px;
        font-weight: 700;
        margin-left: 7px;
        vertical-align: middle; }
    .social-nav .social-nav__item-link {
      color: #666; }
    .social-nav .social-nav__item .icon {
      font-size: 20px;
      line-height: 23px; }

.social-footer {
  position: relative; }

.mod-text {
  *zoom: 1; }
  .mod-text::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 760px) {
  .mod-text__title {
    margin-left: 8.51334%; } }

@media (min-width: 1280px) {
  .mod-text__title {
    margin-left: 14.86658%; } }

.mod-text__text .indented {
  text-indent: 6.35324%; }

@media (min-width: 760px) {
  .mod-text__text {
    width: 65.94663%;
    float: left;
    margin-right: 2.1601%;
    margin-left: 8.51334%; } }

@media (min-width: 1280px) {
  .mod-text__text {
    width: 48.91995%;
    float: left;
    margin-right: 2.1601%;
    margin-left: 14.86658%; } }

.mod-text-image {
  *zoom: 1; }
  .mod-text-image::after {
    clear: both;
    content: "";
    display: table; }

.mod-text-image__list {
  *zoom: 1; }
  .mod-text-image__list::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .mod-text-image__list {
      width: 48.91995%;
      float: left;
      margin-right: 2.1601%; } }
  @media (min-width: 1280px) {
    .mod-text-image__list {
      width: 40.40661%;
      float: left;
      margin-right: 2.1601%;
      margin-left: 8.51334%; } }
  .mod-text-image__list .mod-text-image__item--1 {
    width: 87.01299%;
    float: right;
    margin-right: 0;
    margin: 30px 0; }
    @media (min-width: 760px) {
      .mod-text-image__list .mod-text-image__item--1 {
        width: 82.5974%;
        float: right;
        margin-right: 0; } }
    @media (min-width: 1280px) {
      .mod-text-image__list .mod-text-image__item--1 {
        width: 78.93082%;
        float: right;
        margin-right: 0;
        margin: 40px 0; } }
  .mod-text-image__list .mod-text-image__item--2 {
    width: 47.79221%;
    float: left;
    margin-right: 4.41558%; }
    @media (min-width: 760px) {
      .mod-text-image__list .mod-text-image__item--2 {
        width: 52.20779%;
        float: left;
        margin-right: 4.22886%; } }
    @media (min-width: 1280px) {
      .mod-text-image__list .mod-text-image__item--2 {
        width: 57.86164%;
        float: left;
        margin-right: 5.34591%; } }
  .mod-text-image__list .mod-text-image__item--3 {
    width: 47.79221%;
    float: right;
    margin-right: 0;
    margin-top: 30px; }
    @media (min-width: 760px) {
      .mod-text-image__list .mod-text-image__item--3 {
        width: 100%;
        float: right;
        margin-right: 0; } }
    @media (min-width: 1280px) {
      .mod-text-image__list .mod-text-image__item--3 {
        width: 36.79245%;
        float: right;
        margin-right: 0;
        margin-top: 40px; } }

.mod-text-image__meta {
  margin-top: 20px; }
  @media (min-width: 760px) {
    .mod-text-image__meta {
      width: 48.91995%;
      float: right;
      margin-right: 0;
      margin-top: 0; } }
  @media (min-width: 1280px) {
    .mod-text-image__meta {
      width: 34.05337%;
      float: right;
      margin-right: 0;
      margin-right: 8.51334%; } }
  .mod-text-image__meta .mod-text-image__meta-title {
    text-indent: none; }
  .mod-text-image__meta p:last-child {
    margin: 0; }
  .mod-text-image__meta .indented {
    text-indent: 6.35324%; }

/* If layout is reversed */
@media (min-width: 760px) {
  .mod-text-image--reversed .mod-text-image__list {
    width: 48.91995%;
    float: right;
    margin-right: 0; } }

@media (min-width: 1280px) {
  .mod-text-image--reversed .mod-text-image__list {
    width: 40.40661%;
    float: right;
    margin-right: 0;
    margin: 0 8.51334% 0 0; } }

@media (min-width: 760px) {
  .mod-text-image--reversed .mod-text-image__meta {
    width: 40.40661%;
    float: left;
    margin-right: 2.1601%; } }

@media (min-width: 1280px) {
  .mod-text-image--reversed .mod-text-image__meta {
    width: 31.89327%;
    float: left;
    margin-right: 2.1601%;
    margin: 0 0 0 8.51334%; } }

.mod-upcoming {
  *zoom: 1;
  background-color: #f2f2f2; }
  .mod-upcoming::after {
    clear: both;
    content: "";
    display: table; }
  .mod-upcoming:nth-child(even) {
    background-color: transparent; }

@media (min-width: 760px) {
  .mod-upcoming__header {
    *zoom: 1;
    width: 48.91995%;
    float: right;
    margin-right: 0;
    margin: 40px 8.51334% 0 0;
    position: relative; }
    .mod-upcoming__header::after {
      clear: both;
      content: "";
      display: table; } }

@media (min-width: 1280px) {
  .mod-upcoming__hdr {
    float: left; } }

.mod-upcoming__artist {
  margin: 0 52.20779% 20px 17.4026%;
  text-align: right; }
  @media (min-width: 1280px) {
    .mod-upcoming__artist {
      float: right;
      margin: 0 0 20px 0;
      width: auto; } }

@media (min-width: 760px) {
  .mod-upcoming__title {
    margin-left: 4.41558%; } }

@media (min-width: 1280px) {
  .mod-upcoming__title {
    clear: left; } }

.mod-upcoming__meta {
  margin: 0 17.4026% 10px 0; }
  @media (min-width: 760px) {
    .mod-upcoming__meta {
      margin: 0 0 10px 4.41558%; } }
  .mod-upcoming__meta span {
    color: #FF6300;
    text-transform: uppercase; }

.mod-upcoming__cta {
  margin: 0 0 20px 17.4026%; }
  @media (min-width: 760px) {
    .mod-upcoming__cta {
      margin-left: 17.4026%; } }

.mod-upcoming__image-link {
  display: inline-block;
  margin-right: 17.4026%; }
  @media (min-width: 760px) {
    .mod-upcoming__image-link {
      width: 31.89327%;
      float: left;
      margin-right: 2.1601%;
      margin: 0 0 0 8.51334%; } }

.mod-visit__col {
  *zoom: 1;
  margin-bottom: 40px; }
  .mod-visit__col::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1280px) {
    .mod-visit__col {
      margin-bottom: 60px; } }
  .mod-visit__col:last-child {
    margin-bottom: 0; }

/* Location Header */
@media (min-width: 760px) {
  .mod-visit__header {
    padding-top: 40px; } }

@media (min-width: 760px) {
  .mod-visit__col:nth-child(odd) .mod-visit__header {
    width: 40.40661%;
    float: left;
    margin-right: 2.1601%; } }

@media (min-width: 1280px) {
  .mod-visit__col:nth-child(odd) .mod-visit__header {
    width: 31.89327%;
    float: left;
    margin-right: 2.1601%;
    margin-left: 8.51334%; } }

@media (min-width: 760px) {
  .mod-visit__col:nth-child(even) .mod-visit__header {
    width: 40.40661%;
    float: right;
    margin-right: 0;
    padding-left: 2.1601%; } }

@media (min-width: 1280px) {
  .mod-visit__col:nth-child(even) .mod-visit__header {
    width: 31.89327%;
    float: right;
    margin-right: 0;
    padding-left: 2.1601%; } }

.mod-visit__hdr {
  margin-bottom: 20px; }

.mod-visit__date {
  color: #666;
  font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px; }
  .mod-visit__date .location {
    color: #FF6300;
    text-transform: uppercase; }

.mod-visit__cta {
  margin: 0 0 20px 8.51334%; }

/* Location Image */
.mod-visit__image-link {
  display: block;
  width: 82.5974%; }
  .mod-visit__col:nth-child(odd) .mod-visit__image-link {
    margin-left: 17.4026%; }
    @media (min-width: 760px) {
      .mod-visit__col:nth-child(odd) .mod-visit__image-link {
        width: 57.43329%;
        float: right;
        margin-right: 0;
        margin: 0; } }
    @media (min-width: 1280px) {
      .mod-visit__col:nth-child(odd) .mod-visit__image-link {
        width: 40.40661%;
        float: right;
        margin-right: 0;
        margin-right: 17.02668%; } }
  @media (min-width: 760px) {
    .mod-visit__col:nth-child(even) .mod-visit__image-link {
      width: 57.43329%;
      float: left;
      margin-right: 2.1601%;
      margin-right: 0; } }
  @media (min-width: 1280px) {
    .mod-visit__col:nth-child(even) .mod-visit__image-link {
      width: 40.40661%;
      float: left;
      margin-right: 2.1601%;
      margin: 0 0 0 25.54003%; } }

.mod-video-breaker {
  *zoom: 1; }
  .mod-video-breaker::after {
    clear: both;
    content: "";
    display: table; }

.mod-video-breaker__hdr {
  margin-bottom: 20px; }
  @media (min-width: 1280px) {
    .mod-video-breaker__hdr {
      margin-left: 6.35324%; } }

.mod-video-breaker__title {
  margin: 0 0 20px 8.51334%; }
  @media (min-width: 760px) {
    .mod-video-breaker__title {
      margin: 0 0 30px 6.35324%; } }
  @media (min-width: 1280px) {
    .mod-video-breaker__title {
      margin: 0 0 40px 8.51334%; } }

.mod-video-breaker__content {
  overflow-y: auto; }
  .mod-video-breaker__content .mod-video-breaker__video {
    margin-bottom: 20px;
    position: relative; }
    @media (min-width: 760px) {
      .mod-video-breaker__content .mod-video-breaker__video {
        width: 48.91995%;
        float: left;
        margin-right: 2.1601%;
        margin: 0; } }
    @media (min-width: 1280px) {
      .mod-video-breaker__content .mod-video-breaker__video {
        width: 40.40661%;
        float: left;
        margin-right: 2.1601%;
        margin-left: 14.86658%; } }
  .mod-video-breaker__content .mod-video-breaker__video-link {
    display: inline-block;
    position: relative; }
    @media (min-width: 760px) {
      .mod-video-breaker__content .mod-video-breaker__video-link {
        margin-top: 30px; } }
    @media (min-width: 1280px) {
      .mod-video-breaker__content .mod-video-breaker__video-link {
        margin-top: 40px; } }
    .mod-video-breaker__content .mod-video-breaker__video-link:after {
      background: #000;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: .5;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
  .mod-video-breaker__content .mod-video-breaker__video-image {
    vertical-align: bottom; }
  .mod-video-breaker__content .mod-video-breaker__video-cta {
    bottom: 30px;
    display: block;
    left: 10.60991%;
    position: absolute;
    z-index: 2; }
    .mod-video-breaker__content .mod-video-breaker__video-cta:before {
      content: '\e905';
      font-family: 'Brant-Foundation';
      font-size: 25px;
      margin-right: 7px;
      vertical-align: text-bottom; }
  @media (min-width: 760px) {
    .mod-video-breaker__content .mod-video-breaker__meta {
      width: 48.91995%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 1280px) {
    .mod-video-breaker__content .mod-video-breaker__meta {
      width: 31.89327%;
      float: left;
      margin-right: 2.1601%;
      margin-left: 6.35324%; } }

.fancybox-video-breaker .fancybox-item.fancybox-close {
  color: #fff;
  right: 10px;
  top: 10px; }
  .fancybox-video-breaker .fancybox-item.fancybox-close .icon {
    font-size: 32px; }

.fancybox-video-breaker div.fancybox-skin {
  background-color: #000; }

.fancybox-video-breaker.fancybox-opened .fancybox-skin {
  background-color: #000; }

.fancybox-video-breaker.fancybox-opened .fancybox-iframe {
  width: 100%;
  height: 100%; }

/* The Space
------------------------------------------*/
.about__space {
  *zoom: 1;
  margin-bottom: 40px; }
  .about__space::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .about__space {
      margin-bottom: 60px; } }
  @media (min-width: 760px) {
    .about__space .about__space-header {
      width: 31.89327%;
      float: left;
      margin-right: 2.1601%;
      clear: left;
      margin: 40px 0 0 8.51334%; } }
  .about__space .about__space-title {
    margin-bottom: 20px; }
  .about__space .about__space-address {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__space .about__space-address {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .about__space .about__space-address {
        margin-bottom: 40px; } }
    .about__space .about__space-address span {
      display: block; }
  .about__space .about__space-cta {
    width: 47.79221%;
    float: right;
    margin-right: 0;
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__space .about__space-cta {
        float: right;
        margin-bottom: 30px;
        width: auto; } }
    @media (min-width: 1280px) {
      .about__space .about__space-cta {
        width: 46.61355%;
        float: right;
        margin-right: 0;
        margin-bottom: 40px; } }
  .about__space .about__space-image {
    margin-bottom: 40px; }
    @media (min-width: 760px) {
      .about__space .about__space-image {
        width: 40.40661%;
        float: right;
        margin-right: 0;
        margin: 0 17.02668% 60px 0; } }
  .about__space .about__space-content {
    clear: left; }
  .about__space .about__space-image-list {
    *zoom: 1;
    margin-bottom: 20px; }
    .about__space .about__space-image-list::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 760px) {
      .about__space .about__space-image-list {
        width: 40.40661%;
        float: left;
        margin-right: 2.1601%;
        margin-left: 8.51334%; } }
  .about__space .about__space-image-item:nth-child(1) {
    width: 82.5974%;
    float: right;
    margin-right: 0;
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__space .about__space-image-item:nth-child(1) {
        width: 78.93082%;
        float: left;
        margin-right: 5.34591%;
        margin: 0 0 30px 21.06918%; } }
    @media (min-width: 1280px) {
      .about__space .about__space-image-item:nth-child(1) {
        margin-bottom: 40px; } }
  .about__space .about__space-image-item:nth-child(2) {
    width: 47.79221%;
    float: left;
    margin-right: 4.41558%; }
    @media (min-width: 760px) {
      .about__space .about__space-image-item:nth-child(2) {
        width: 57.86164%;
        float: left;
        margin-right: 5.34591%; } }
  .about__space .about__space-image-item:nth-child(3) {
    width: 47.79221%;
    float: right;
    margin-right: 0;
    margin-top: 20px; }
    @media (min-width: 760px) {
      .about__space .about__space-image-item:nth-child(3) {
        width: 36.79245%;
        float: right;
        margin-right: 0;
        margin-top: 30px; } }
    @media (min-width: 1280px) {
      .about__space .about__space-image-item:nth-child(3) {
        margin-top: 40px; } }
  @media (min-width: 760px) {
    .about__space .about__space-description {
      width: 34.05337%;
      float: right;
      margin-right: 0;
      margin-right: 8.51334%; } }
  .about__space .about__space-description p:last-child {
    margin: 0; }
  .about__space .about__space-description .indented {
    text-indent: 12.98701%; }
    @media (min-width: 760px) {
      .about__space .about__space-description .indented {
        text-indent: 6.77291%; } }
  .about__space .about__space-description-hdr {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__space .about__space-description-hdr {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .about__space .about__space-description-hdr {
        margin-bottom: 40px; } }

/* Visitor Information
------------------------------------------*/
.about__visitor {
  *zoom: 1;
  margin-bottom: 40px;
  /* Visitor Information: Direction */
  /* Visiting Hours */ }
  .about__visitor::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .about__visitor {
      margin-bottom: 60px; } }
  .about__visitor .wrap {
    position: relative; }
  @media (min-width: 760px) {
    .about__visitor .about__visitor-title {
      margin-left: 8.51334%; } }
  .about__visitor .about__visitor-directions {
    *zoom: 1;
    margin: 0 0 20px 8.51334%; }
    .about__visitor .about__visitor-directions::after {
      clear: both;
      content: "";
      display: table; }
    .about__visitor .about__visitor-directions-cta {
      display: block;
      margin: 0 0 20px 17.4026%; }
      @media (min-width: 760px) {
        .about__visitor .about__visitor-directions-cta {
          margin-left: 6.35324%; } }
    .about__visitor .about__visitor-directions-content {
      width: 82.5974%;
      float: right;
      margin-right: 0; }
      @media (min-width: 760px) {
        .about__visitor .about__visitor-directions-content {
          float: none;
          width: 51.08005%;
          margin-left: 6.35324%; } }
    .about__visitor .about__visitor-directions-map {
      margin-bottom: 20px; }
    .about__visitor .about__visitor-directions-title {
      font-size: 18px;
      letter-spacing: 4px;
      line-height: 23px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .about__visitor .about__visitor-directions-instructions {
      margin-bottom: 0; }
  .about__visitor .about__visitor-hours-hdr {
    margin-bottom: 20px; }
  .about__visitor .about__visitor-hours-description {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__visitor .about__visitor-hours-description {
        width: 51.08005%;
        margin-left: 6.35324%; } }
    .about__visitor .about__visitor-hours-description p:last-child {
      margin: 0; }
    .about__visitor .about__visitor-hours-description .indented {
      text-indent: 12.98701%; }
      @media (min-width: 760px) {
        .about__visitor .about__visitor-hours-description .indented {
          text-indent: 4.41558%; } }
  .about__visitor .about__visitor-cta {
    width: 52.20779%;
    float: right;
    margin-right: 0;
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__visitor .about__visitor-cta {
        position: absolute;
        right: 10.67344%;
        top: 90px;
        width: 23.37992%; } }
    @media (min-width: 1280px) {
      .about__visitor .about__visitor-cta {
        width: 14.86658%; } }

.mod-artist-group--about-us {
  padding-top: 0; }

/* About Us Gallery
------------------------------------------*/
.about__us {
  *zoom: 1;
  background-color: #f2f2f2;
  padding: 20px 0; }
  .about__us::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .about__us {
      padding: 30px 0; } }
  @media (min-width: 1280px) {
    .about__us {
      padding: 40px 0; } }
  @media (min-width: 760px) {
    .about__us .about__us-header {
      margin: 0 0 30px 2.1601%; } }
  @media (min-width: 1280px) {
    .about__us .about__us-header {
      margin-left: 6.35324%; } }
  .about__us .about__us-title {
    margin-left: 12.98701%;
    margin-bottom: 20px;
    word-break: break-word; }
    @media (min-width: 760px) {
      .about__us .about__us-title {
        margin-left: 6.35324%; } }
  @media (min-width: 760px) and (min-width: 1280px) {
    .about__us .about__us-title {
      margin-left: 8.51334%; } }
  .about__us .about__us-content {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__us .about__us-content {
        width: 40.40661%;
        float: left;
        margin-right: 2.1601%;
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .about__us .about__us-content {
        margin-bottom: 40px; } }
  .about__us .about__us-image {
    width: 52.20779%;
    float: left;
    margin-right: 4.22886%;
    margin-left: 30.38961%;
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__us .about__us-image {
        width: 63.20755%;
        float: left;
        margin-right: 5.07463%;
        margin: 30px 0 30px 15.72327%; } }
    @media (min-width: 1280px) {
      .about__us .about__us-image {
        width: 42.13836%;
        float: left;
        margin-right: 5.07463%;
        margin-left: 42.13836%; } }
  .about__us .about__us-cta {
    clear: left;
    color: #FF6300;
    cursor: pointer;
    display: block;
    font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
    margin-left: 5px;
    outline: none;
    text-transform: uppercase; }
    .about__us .about__us-cta:hover:after {
      opacity: .8; }
    @media (min-width: 760px) {
      .about__us .about__us-cta {
        margin-left: 2.1601%; }
        .about__us .about__us-cta:after {
          content: 'Exhibitions';
          display: block;
          margin-left: 35px; } }
  .about__us .about__us-description {
    display: none; }
    @media (min-width: 760px) {
      .about__us .about__us-description {
        width: 57.43329%;
        float: right;
        margin-right: 0;
        display: block; } }
    @media (min-width: 1280px) {
      .about__us .about__us-description {
        width: 48.91995%;
        float: left;
        margin-right: 2.1601%; } }
  .about__us .slick-nav {
    padding-top: 0; }

/* Contact Us
------------------------------------------*/
.about__contact {
  *zoom: 1;
  margin-bottom: 40px;
  /* Individual Contact Information */ }
  .about__contact::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .about__contact {
      margin-bottom: 60px; } }
  .about__contact .about__contact-title {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .about__contact .about__contact-title {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .about__contact .about__contact-title {
        margin-bottom: 40px; } }
  @media (min-width: 760px) {
    .about__contact .about__contact-list {
      margin-left: 2.1601%; } }
  .about__contact .about__contact-item {
    display: inline-table;
    margin-bottom: 20px;
    width: 47.79221%; }
    @media (min-width: 760px) {
      .about__contact .about__contact-item {
        margin: 0 0 0 6.35324%;
        width: 25.54003%; } }
    .about__contact .about__contact-item:nth-child(odd) {
      margin-right: 2.1601%; }
      @media (min-width: 760px) {
        .about__contact .about__contact-item:nth-child(odd) {
          margin-right: 0; } }
    .about__contact .about__contact-item .about__contact-info-image {
      margin-bottom: 20px;
      vertical-align: baseline; }
    .about__contact .about__contact-item .about__contact-info-title {
      margin-bottom: 5px; }
    .about__contact .about__contact-item .about__contact-info-name {
      margin-bottom: 20px;
      text-align: right; }

/* Events: Featured Event
------------------------------------------*/
.events__feature {
  *zoom: 1; }
  .events__feature::after {
    clear: both;
    content: "";
    display: table; }
  .events__feature .events__feature-header {
    *zoom: 1;
    margin-bottom: 20px; }
    .events__feature .events__feature-header::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 760px) {
      .events__feature .events__feature-header {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .events__feature .events__feature-header {
        margin-bottom: 40px; } }
  .events__feature .events__feature-hdr {
    margin: 0 0 10px 12.98701%; }
    @media (min-width: 760px) {
      .events__feature .events__feature-hdr {
        margin-left: 8.51334%; } }
  .events__feature .events__feature-title {
    margin: 0 30.38961% 20px 0; }
    @media (min-width: 760px) {
      .events__feature .events__feature-title {
        margin: 0 0 30px 6.35324%; } }
    @media (min-width: 1280px) {
      .events__feature .events__feature-title {
        margin-bottom: 40px; } }

/* Events: Past Events
------------------------------------------*/
.events__past .events__past-header {
  margin-bottom: 20px;
  padding-bottom: 0; }
  @media (min-width: 760px) {
    .events__past .events__past-header {
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .events__past .events__past-header {
      margin-bottom: 40px; } }
  .events__past .events__past-header .events__past-hdr {
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .events__past .events__past-header .events__past-hdr {
        margin-left: 6.35324%; } }
  .events__past .events__past-header .events__past-title {
    margin-bottom: 0; }
    @media (min-width: 760px) {
      .events__past .events__past-header .events__past-title {
        margin-left: 8.51334%; } }

.exhibitions-archive {
  position: relative;
  /* Year Date Nav */
  /* Exhibition Item */
  /* Exhibition Thumbnail Image */
  /* Slick Carousel Overrides */ }
  .exhibitions-archive .loading {
    position: fixed;
    left: 44%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0; }
  .exhibitions-archive .wrap {
    position: relative; }
  @media (min-width: 760px) {
    .exhibitions-archive .exhibitions-archive__hdr {
      margin-left: 8.51334%; } }
  .exhibitions-archive .exhibitions-archive__title {
    margin-bottom: 20px;
    word-wrap: normal; }
    @media (min-width: 760px) {
      .exhibitions-archive .exhibitions-archive__title {
        margin: 0 0 30px 17.02668%;
        width: 25.54003%; } }
    @media (min-width: 1280px) {
      .exhibitions-archive .exhibitions-archive__title {
        margin-bottom: 40px; } }
  .exhibitions-archive .exhibitions-archive__nav {
    margin-bottom: 20px;
    overflow-y: hidden; }
    @media (min-width: 760px) {
      .exhibitions-archive .exhibitions-archive__nav {
        display: none;
        position: fixed;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 90; } }
    .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-list {
      align-items: flex-end;
      display: flex; }
      @media (min-width: 760px) {
        .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-list {
          display: block; } }
    .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-item {
      font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
      margin-right: 26px;
      -webkit-transition: all linear 150ms;
      -moz-transition: all linear 150ms;
      transition: all linear 150ms;
      /* Nav Item Link */ }
      @media (min-width: 760px) {
        .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-item {
          margin: 0 0 15px 0;
          text-align: right; } }
      .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-item:hover {
        font-size: 20px; }
      .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-item .exhibitions-archive__nav-item-link {
        color: #000;
        -webkit-transition: all linear 150ms;
        -moz-transition: all linear 150ms;
        transition: all linear 150ms; }
        .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-item .exhibitions-archive__nav-item-link.current {
          font-size: 46px;
          font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
          letter-spacing: 4px;
          line-height: 40px;
          text-transform: uppercase; }
      .exhibitions-archive .exhibitions-archive__nav .exhibitions-archive__nav-item-link {
        color: #666; }
  .exhibitions-archive .exhibitions-archive__list {
    margin-left: -20px;
    padding-left: 20px; }
    @media (min-width: 760px) {
      .exhibitions-archive .exhibitions-archive__list {
        margin: 0;
        padding: 0; } }
  .exhibitions-archive .exhibitions-archive__item {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 20px; }
    @media (min-width: 760px) {
      .exhibitions-archive .exhibitions-archive__item {
        margin: 0 0 90px 0;
        width: 25.54003%; } }
    @media (min-width: 760px) {
      .exhibitions-archive .exhibitions-archive__item:nth-child(odd) {
        margin: 0 8.51334%; } }
    @media (min-width: 760px) {
      .exhibitions-archive .exhibitions-archive__item:nth-child(even) {
        margin-right: 23.37992%; } }
  .exhibitions-archive .exhibitions-archive__item-thumb {
    margin-bottom: 20px;
    vertical-align: baseline; }
    @media (min-width: 760px) {
      .exhibitions-archive .exhibitions-archive__item-thumb {
        margin-bottom: 30px; } }
  @media (min-width: 760px) {
    .exhibitions-archive .exhibitions-archive__item-header {
      margin-left: 2.1601%; } }
  .exhibitions-archive .exhibitions-archive__item-artist {
    color: #999;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center; }
  .exhibitions-archive .exhibitions-archive__item-title {
    text-align: right; }
    .exhibitions-archive .exhibitions-archive__item-title-link {
      color: #000; }
  .exhibitions-archive .slick-slider {
    overflow: hidden; }
  .exhibitions-archive .slick-track img {
    display: inherit !important; }
  .exhibitions-archive .slick-initialized .slick-slide {
    display: inline-table !important;
    float: none !important;
    outline: none; }

.home {
  /* alternating section colors */
  /* top banner extra padding */
  /* if wp-admin bar active */ }
  .home section.mod-3up {
    background-color: #fff !important; }
  .home section:nth-child(even) {
    background-color: #f2f2f2; }
  @media (min-width: 760px) {
    .home .site-container {
      padding-top: 0; } }
  @media (min-width: 1280px) {
    .home .site-container {
      padding-top: 260px; } }
  @media (min-width: 760px) {
    .home .site-header__main {
      padding-top: 167px; } }
  @media (min-width: 1280px) {
    .home .site-header__main {
      padding-top: 92px;
      top: 81px; } }
  @media (min-width: 760px) {
    .nav-is-scrolled .home.admin-bar .site-header {
      top: 46px; } }
  @media only screen and (min-width: 784px) {
    .nav-is-scrolled .home.admin-bar .site-header {
      top: 32px; } }

/* Homepage: Intro & Social Links
------------------------------------------*/
.site-home {
  *zoom: 1;
  background-color: #f2f2f2;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }
  .site-home::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 760px) {
    .site-home {
      display: block; } }
  .site-home .wrap {
    padding: 20px;
    position: relative; }
  .site-home .site-home__intro {
    color: #666;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 19px; }
    @media (min-width: 760px) {
      .site-home .site-home__intro {
        margin: 0;
        text-align: left;
        width: 57.43329%; } }
    @media (min-width: 1280px) {
      .site-home .site-home__intro {
        margin-left: 6.35324%;
        width: 48.91995%; } }

.loop__list {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 760px) {
    .loop__list {
      justify-content: initial; } }

.loop__item {
  margin: 0 0 40px 0;
  width: 47.79221%; }
  @media (min-width: 760px) {
    .loop__item {
      margin: 0 0 60px 6.35324%;
      width: 25.54003%; } }
  @media (min-width: 1280px) {
    .loop__item {
      margin-bottom: 80px; } }
  .loop__item:nth-child(odd) {
    margin-left: 0; }
    @media (min-width: 760px) {
      .loop__item:nth-child(odd) {
        margin-left: 6.35324%; } }
  @media (min-width: 760px) {
    .loop__item:nth-child(3n+1) {
      margin-left: 6.35324%; } }

.loop__item-list {
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.loop__item-image {
  margin-bottom: 20px;
  width: 100%; }

.loop__item-date {
  color: #999;
  font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-align: left; }

.loop__item-byline {
  margin-bottom: 5px; }

.loop__item-title {
  margin-bottom: 20px;
  text-align: right;
  flex: 1 0 auto; }

.loop__item-cta-link {
  color: #000; }

/* Loop Download List */
.loop__item-downloads {
  cursor: pointer;
  padding-bottom: 20px;
  position: relative;
  text-align: center; }
  .loop__item-downloads:hover .loop__item-downloads__list {
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .loop__item-downloads .loop__item-downloads__list {
    -webkit-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    background-color: #f2f2f2;
    height: 0;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: -1; }
  .loop__item-downloads .loop__item-downloads__item {
    border-bottom: 1px solid #fff;
    position: relative; }
  .loop__item-downloads .loop__item-downloads__item-link {
    -webkit-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    transition: opacity 0.5s linear 0s, visibility 0s 0.2s;
    color: #333;
    font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
    display: inline-block;
    line-height: 1;
    padding: 20px 0;
    width: 100%; }
    .loop__item-downloads .loop__item-downloads__item-link:before {
      background-color: #FF6300;
      content: '\e909';
      color: #fff;
      font-family: 'Brant-Foundation' !important;
      font-size: 22px;
      height: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      text-align: center;
      top: 0;
      visibility: hidden;
      width: 100%;
      z-index: 1; }
    .loop__item-downloads .loop__item-downloads__item-link:hover {
      background-color: #FF6300; }
      .loop__item-downloads .loop__item-downloads__item-link:hover:before {
        height: calc(100% - 15px);
        opacity: 1;
        padding-top: 15px;
        visibility: visible; }

/* IE10 and IE11
================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loop__list {
    align-items: flex-end; }
  .loop__item-list {
    display: inline-block; } }

.news__feature {
  margin-bottom: 30px; }
  @media (min-width: 1280px) {
    .news__feature {
      margin-bottom: 100px; } }

/* Single News Post Page */
.news-details {
  *zoom: 1;
  position: relative; }
  .news-details::after {
    clear: both;
    content: "";
    display: table; }

.news-details__header {
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .news-details__header {
      width: 65.94663%;
      float: left;
      margin-right: 2.1601%;
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .news-details__header {
      width: 57.43329%;
      float: left;
      margin-right: 2.1601%;
      margin: 0 0 40px 8.51334%; } }

.news-details__hdr {
  line-height: 1;
  margin-left: 12.98701%; }
  @media (min-width: 760px) {
    .news-details__hdr {
      width: 100%; } }
  @media (min-width: 760px) {
    .news-details__hdr {
      margin-left: 11.06195%; } }

.news-details__title {
  width: 82.5974%;
  float: left;
  margin-right: 4.41558%; }
  @media (min-width: 760px) {
    .news-details__title {
      float: none;
      margin-bottom: 30px;
      width: 100%; } }
  @media (min-width: 1280px) {
    .news-details__title {
      margin-bottom: 40px; } }

.news-details__date {
  clear: left;
  color: #666;
  display: block;
  font-family: "GT Pressura Bold", "Helvetica-bold", "Arial-bold", sans-serif;
  letter-spacing: 2px;
  line-height: 20px; }

.news-details__image {
  width: 47.79221%;
  float: right;
  margin-right: 0;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .news-details__image {
      width: 31.89327%;
      float: right;
      margin-right: 0;
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .news-details__image {
      margin: 0 0 40px; } }
  .news-details__image-link {
    display: block; }

.news-details__cta {
  clear: both;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .news-details__cta {
      width: 31.89327%;
      float: right;
      margin-right: 0;
      clear: right;
      margin-bottom: 0; } }
  @media (min-width: 1280px) {
    .news-details__cta {
      margin-right: 0; } }

.news-details__content {
  clear: right; }
  @media (min-width: 760px) {
    .news-details__content {
      width: 59.59339%;
      float: left;
      margin-right: 2.11443%;
      clear: none;
      margin: 0 0 0 6.35324%; } }
  @media (min-width: 1280px) {
    .news-details__content {
      width: 48.91995%;
      float: left;
      margin-right: 2.1601%;
      margin-left: 14.86658%; } }
  .news-details__content .indented {
    text-indent: 2.1601%; }

/* Styling for optional images */
.news-details__secondary {
  display: none; }
  @media (min-width: 760px) {
    .news-details__secondary {
      width: 31.89327%;
      float: right;
      margin-right: 0; } }

.news-details__secondary-item--1 {
  width: 47.79221%;
  float: right;
  margin-right: 0;
  margin-top: 40px; }
  @media (min-width: 760px) {
    .news-details__secondary-item--1 {
      float: none;
      margin: 0 19.92032% 30px 0;
      width: 80.07968%; } }
  @media (min-width: 1280px) {
    .news-details__secondary-item--1 {
      margin-bottom: 40px; } }

.news-details__secondary-item--2 {
  width: 34.80519%;
  float: left;
  margin-right: 4.22886%;
  margin: 0 0 20px 12.98701%; }
  @media (min-width: 760px) {
    .news-details__secondary-item--2 {
      float: none;
      margin: 0 0 30px 26.69323%;
      width: 73.30677%; } }
  @media (min-width: 1280px) {
    .news-details__secondary-item--2 {
      margin-bottom: 40px; } }

/* Overrides for if optional images are active */
.news-details--secondary {
  /* Show secondary images */ }
  @media (min-width: 760px) {
    .news-details--secondary .news-details__primary {
      width: 65.94663%;
      float: left;
      margin-right: 2.1601%;
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .news-details--secondary .news-details__primary {
      margin-bottom: 40px; } }
  @media (min-width: 760px) {
    .news-details--secondary .news-details__header {
      float: none;
      width: 100%; } }
  @media (min-width: 1280px) {
    .news-details--secondary .news-details__header {
      margin-left: 12.90944%;
      width: 87.09056%; } }
  .news-details--secondary .news-details__image {
    width: 47.79221%;
    float: left;
    margin-right: 4.41558%;
    margin: 0 0 20px; }
    @media (min-width: 760px) {
      .news-details--secondary .news-details__image {
        margin: 0 0 0 9.63391%;
        width: 87.09056%; } }
    @media (min-width: 1280px) {
      .news-details--secondary .news-details__image {
        margin-left: 22.54335%;
        width: 74.18112%; } }
  .news-details--secondary .news-details__secondary {
    display: block; }

@media (min-width: 760px) {
  .programs__hdr {
    margin-left: 8.51334%; } }

@media (min-width: 760px) {
  .programs__title {
    margin-left: 6.35324%; } }

.programs__description {
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .programs__description {
      margin: 0 0 30px 14.86658%;
      width: 48.91995%; } }
  @media (min-width: 1280px) {
    .programs__description {
      margin-bottom: 40px; } }
  .programs__description p:last-child {
    margin-bottom: 0; }
  .programs__description .indented {
    text-indent: 12.98701%; }
    @media (min-width: 760px) {
      .programs__description .indented {
        text-indent: 4.41558%; } }

@media (min-width: 760px) {
  .publications__hdr {
    margin-left: 8.51334%; } }

@media (min-width: 760px) {
  .publications__title {
    margin-left: 6.35324%; } }

.publications__description {
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .publications__description {
      margin: 0 0 30px 14.86658%;
      width: 48.91995%; } }
  @media (min-width: 1280px) {
    .publications__description {
      margin-bottom: 40px; } }
  .publications__description p:last-child {
    margin-bottom: 0; }
  .publications__description .indented {
    text-indent: 12.98701%; }
    @media (min-width: 760px) {
      .publications__description .indented {
        text-indent: 4.41558%;
        margin: 0 0 30px 14.86658%;
        width: 48.91995%; } }

.error404 {
  text-align: center; }

.error404__image {
  margin: 0 auto 30px;
  max-width: 860px; }

.error404__title {
  color: #333;
  font-family: "GT Pressura Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase; }

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