/* 
Theme Name: Spoleto 2015
Version: 1.0
Author:Fuzzco
Author URI: http://www.fuzzco.com
*/
/* ---------------------------------------------

SCSS

Add all scss files here.

Run this command to watch and complile: 
sass --watch style.scss

--------------------------------------------- */
/* ---------------------------------------------

GLOBAL
Include global variables and mixins here.

--------------------------------------------- */
/* BREAKPOINTS
--------------------------------------------- */
/* COLORS
--------------------------------------------- */
/* TYPOGRAPHY MIXINS
--------------------------------------------- */
/* GENERAL MIXINS
--------------------------------------------- */
/* UTILITIES
--------------------------------------------- */
::selection {
  background: #2EAFA4;
  color: #fff; }

::-moz-selection {
  background: #2EAFA4;
  color: #fff; }

*:focus {
  outline: none; }

.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------------------------------------------

LAYOUT
Define typography and grids here.

--------------------------------------------- */
/* GLOBAL
--------------------------------------------- */
body {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  cursor: default;
  background: #191919;
  color: #808080;
  font-family: "ff-din-web-1", "ff-din-web-2", Helvetica, Tahoma, Verdana, Arial, sans-serif;
  font-weight: 400; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: 700; }

img,
embed,
object,
video {
  height: auto;
  max-width: 100%; }

a {
  outline: none; }

a:link,
a:visited {
  text-decoration: none;
  color: #2EAFA4; }

a:hover {
  color: #27948b; }

.module-content p, .module-content ul, .module-content ol {
  font-size: 1.4em;
  line-height: 1.5; }
  .module-content p p, .module-content p ul, .module-content p ol, .module-content p .button, .module-content p .button:link, .module-content ul p, .module-content ul ul, .module-content ul ol, .module-content ul .button, .module-content ul .button:link, .module-content ol p, .module-content ol ul, .module-content ol ol, .module-content ol .button, .module-content ol .button:link {
    font-size: 1em; }
.module-content p {
  margin-bottom: 1em; }
.module-content ul, .module-content ol {
  margin-bottom: 0.5em;
  margin-left: 1em; }
  .module-content ul li, .module-content ol li {
    margin-bottom: 0.5em; }
.module-content ul {
  list-style: disc; }
.module-content ol {
  margin-left: 1.25em;
  list-style: decimal; }

h1, h2, h3, h4 {
  line-height: 1.2;
  color: #1A1A1A; }

h1, h2 {
  font-size: 2.5em; }

h3 {
  font-weight: 700;
  font-size: 1.8em; }

h4 {
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #777; }

h5, .small-title {
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #1A1A1A; }

.small-title {
  font-size: 0.75em; }

h6 {
  /* Footer titles */
  font-family: "din-condensed-web-1", "din-condensed-web-2", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  text-transform: uppercase; }
@-moz-document url-prefix() {
  h6 {
    font-weight: 400; } }
hr {
  display: block;
  border: 0 none;
  height: 1px;
  width: 100%;
  background: #c8c8c8; }

.hide {
  display: none; }

/* Illustrations, Images, and Icons */
.icon {
  display: inline-block;
  background: url("-/img/icons.png") no-repeat; }

.has-icon, .has-checkbox {
  position: relative; }
  .has-icon:before, .has-checkbox:before {
    display: block;
    position: absolute;
    left: 0;
    background: url("-/img/icons.png") no-repeat;
    content: ''; }

.has-checkbox {
  padding-left: 30px; }
  .has-checkbox:before {
    top: 50%;
    margin-top: -9px;
    height: 16px;
    width: 16px;
    background: url("-/img/events/genre-filters.png") no-repeat; }
  .has-checkbox.checked:before {
    width: 22px;
    background-position: -17px 0; }

.plan-arrow, .learn-more-arrow {
  display: inline-block; }

.plan-arrow {
  height: 22px;
  width: 22px;
  background: url("-/img/icons.png") no-repeat -125px -50px; }

a:hover .plan-arrow {
  background-position: -150px -50px; }

.learn-more-arrow {
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #fff; }

.flush-image {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .flush-image img {
    display: block;
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; }

/* Buttons */
.button, .button:link, .button:visited, input[type="submit"] {
  display: inline-block;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  background: #2EAFA4;
  color: #fff; }
  .button:hover, .button:link:hover, .button:visited:hover, input[type="submit"]:hover {
    background: #666; }
  .button.caps, .button:link.caps, .button:visited.caps, input[type="submit"].caps {
    text-transform: uppercase;
    letter-spacing: 0.01em; }
  .button.scene, .button:link.scene, .button:visited.scene, input[type="submit"].scene {
    background: #8BC43E; }
    .button.scene:hover, .button:link.scene:hover, .button:visited.scene:hover, input[type="submit"].scene:hover {
      background: #666; }

/* Form Elements */
input[type="text"], input[type="password"] {
  padding: 0.5em;
  border: 1px solid #c8c8c8; }
  input[type="text"]:focus, input[type="password"]:focus {
    border-color: #2EAFA4; }

input[type="submit"] {
  cursor: pointer;
  font-family: "ff-din-web-1", "ff-din-web-2", Helvetica, Tahoma, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-weight: 700; }

.module-content p input[type="submit"], .module-content ul input[type="submit"], .module-content ol input[type="submit"] {
  font-size: 1em; }

@media only screen and (max-width: 42.1875em) {
  h1, h2 {
    font-size: 2.1em; } }
/* LAYOUT
--------------------------------------------- */
.content-wrap {
  padding-bottom: 3em;
  background: #EDEBE6; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px; }

.wide {
  margin-bottom: 2em;
  width: 100%; }

.main, .sidebar, .half {
  float: left;
  margin-bottom: 2em; }

.main {
  padding-right: 2em;
  width: 60%; }

.sidebar {
  width: 40%; }

.half {
  margin-left: 3%;
  width: 48.5%; }
  .half:first-child {
    margin-left: 0; }

.third, .two-thirds, .quarter {
  float: left;
  margin-left: 3%; }
  .third:first-child, .two-thirds:first-child, .quarter:first-child {
    margin-left: 0; }

.third {
  width: 31.333333%; }

.two-thirds {
  width: 65.666667%; }

.quarter {
  width: 22.75%; }

@media only screen and (max-width: 56.25em) {
  .third, .two-thirds {
    float: none;
    margin: 0;
    width: 100%; }

  .quarter {
    margin: 0 0 1em;
    padding-right: 2em;
    width: 48.5%; }

  .quarter-clear {
    display: block; } }
@media only screen and (max-width: 42.1875em) {
  .main, .sidebar, .half, .quarter {
    float: none;
    padding-right: 0;
    width: 100%; }

  .half {
    margin-left: 0; } }
@media only screen and (max-width: 26.25em) {
  .content-wrap {
    padding-bottom: 1em; }

  .container {
    padding-right: 1em;
    padding-left: 1em;
    width: 100%; }

  .main, .sidebar, .half, .quarter {
    margin-bottom: 1em; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ---------------------------------------------

MODULES
Define reusable modular items here.

--------------------------------------------- */
/* Header
--------------------------------------------- */
header .masthead {
  position: relative;
  padding: 2.5em 0 2.5em 500px;
  border-bottom: 1px solid #D1C8C3;
  text-align: right; }
  header .masthead .logo {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    max-width: 463px; }
    header .masthead .logo img {
      height: auto;
      max-width: 100%; }
  header .masthead .festival-actions {
    font-size: 1.3em; }
    header .masthead .festival-actions li {
      display: inline-block;
      margin: 0.5em 0 0.5em 1em;
      color: #1A1A1A; }
      header .masthead .festival-actions li .has-icon {
        padding-left: 25px; }
        header .masthead .festival-actions li .has-icon:before {
          top: 50%;
          margin-top: -9px;
          height: 18px;
          width: 18px; }
      header .masthead .festival-actions li.cart .has-icon:before {
        background-position: -25px 0; }
      header .masthead .festival-actions li.contact .has-icon:before {
        background-position: -50px 0; }
      header .masthead .festival-actions li a {
        color: inherit;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        header .masthead .festival-actions li a:hover {
          zoom: 1;
          filter: alpha(opacity=75);
          opacity: 0.75;
          color: #333; }
header .main-nav {
  padding: 1em 0;
  line-height: 1.5; }
  header .main-nav .main-nav-links {
    float: left;
    width: 73%; }
    header .main-nav .main-nav-links li {
      position: relative; }
  header .main-nav .festival-dates {
    float: right;
    padding: 1em 0;
    width: 25%;
    text-align: right;
    font-size: 1.1em;
    font-weight: 700;
    color: #1A1A1A; }

/* Current Links */
body.page-id-15 .main-nav-links li.current-season > a, body.parent-pageid-15 .main-nav-links li.current-season > a,
body.page-id-33 .main-nav-links li.explore-charleston > a, body.parent-pageid-33 .main-nav-links li.explore-charleston > a,
body.page-id-26 .main-nav-links li.support > a, body.parent-pageid-26 .main-nav-links li.support > a,
body.page-id-611 .main-nav-links li.get-involved > a, body.parent-pageid-611 .main-nav-links li.get-involved > a,
body.page-id-2 .main-nav-links li.about > a, body.parent-pageid-2 .main-nav-links li.about > a,
body.page-id-730 .main-nav-links li.blog > a, body.single-post .main-nav-links li.blog > a, body.archive .main-nav-links li.blog > a, body.single-posts-by .main-nav-links li.blog > a {
  background: #fff; }

@media only screen and (min-width: 900px) {
  header .main-nav {
    padding: 1em 0;
    line-height: 1.5; }
    header .main-nav .main-nav-links {
      float: left;
      width: 73%; }
      header .main-nav .main-nav-links li {
        position: relative; } }
@media only screen and (max-width: 56.25em) {
  header .masthead {
    padding-left: 0;
    text-align: left; }
    header .masthead .logo {
      position: relative;
      top: auto;
      margin-top: 0;
      margin-bottom: 2em;
      left: auto;
      height: auto;
      max-width: 463px; }
    header .masthead .festival-actions li {
      margin-right: 1em;
      margin-left: 0; }
  header .main-nav .main-nav-links {
    width: 50%; }
  header .main-nav .festival-dates {
    width: 50%; } }
@media only screen and (max-width: 900px) {
  header .main-nav .main-nav-links .menu-trigger {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    font-size: 1.8em;
    color: #1A1A1A; }
    header .main-nav .main-nav-links .menu-trigger:before {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      left: 6px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #1A1A1A;
      content: ''; }
    header .main-nav .main-nav-links .menu-trigger.open:before {
      left: 3px;
      margin-top: -3px;
      border-width: 6px 6px 0 6px;
      border-color: #1A1A1A transparent transparent transparent; }
  header .main-nav .main-nav-links .menu-content {
    display: none; }
    header .main-nav .main-nav-links .menu-content .menu-trigger {
      font-size: 1.5em; }
  header .main-nav .main-nav-links li {
    display: block; }
  header .main-nav .main-nav-links .blog .menu-trigger:before {
    display: none; } }
@media only screen and (max-width: 42.1875em) {
  header .main-nav .main-nav-links {
    float: none;
    width: 100%; }
  header .main-nav .festival-dates {
    margin-top: 1em;
    border-top: 1px solid #D1C8C3;
    float: none;
    width: 100%;
    text-align: left; } }
/* Nav
--------------------------------------------- */
.main-nav, .sub-nav {
  text-transform: uppercase;
  letter-spacing: 0.01em; }
  .main-nav ul, .sub-nav ul {
    list-style: none; }
    .main-nav ul li, .sub-nav ul li {
      display: inline-block;
      margin-right: 0.2em; }
      .main-nav ul li a, .sub-nav ul li a {
        display: inline-block;
        padding: 1em;
        font-size: 1.1em;
        font-weight: 700;
        color: #1A1A1A;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out; }
      .main-nav ul li ul a, .sub-nav ul li ul a {
        display: block;
        color: #666; }
        .main-nav ul li ul a:hover, .sub-nav ul li ul a:hover {
          color: #1A1A1A; }
    .main-nav ul .current_page_item a, .main-nav ul .current_page_ancestor a, .main-nav ul a:hover, .sub-nav ul .current_page_item a, .sub-nav ul .current_page_ancestor a, .sub-nav ul a:hover {
      background: #fff; }
  .main-nav .parent-link, .sub-nav .parent-link {
    display: none; }

.drop-down, .drop-up {
  display: none;
  position: absolute;
  z-index: 8000;
  left: 0; }
  .drop-down li, .drop-up li {
    display: block;
    margin-right: 0;
    width: 100%;
    background: #fff; }
    .drop-down li a, .drop-up li a {
      display: block;
      padding: 0.25em 0.5em; }
      .drop-down li a:hover, .drop-up li a:hover {
        background: #E6E3DC; }

.drop-down {
  top: 100%;
  margin-top: -2px;
  width: 200px; }

@media only screen and (max-width: 900px) {
  .drop-down {
    position: relative;
    top: auto;
    left: auto; }
    .drop-down li {
      background: transparent; }
      .drop-down li a {
        padding: 0; }
        .drop-down li a:hover {
          background: transparent; }

  .main-nav a {
    -webkit-transition: all 0.3 ease-out;
    -moz-transition: all 0.3 ease-out;
    -ms-transition: all 0.3 ease-out;
    -o-transition: all 0.3 ease-out;
    transition: all 0.3 ease-out; }
    .main-nav a:hover {
      zoom: 1;
      filter: alpha(opacity=75);
      opacity: 0.75; }
  .main-nav ul {
    margin: 1em 0 0 20px; }
    .main-nav ul li {
      display: block;
      margin-bottom: 1em;
      padding: 0; }
      .main-nav ul li.drop-down-trigger a {
        padding: 0;
        position: relative;
        background: transparent !important; }
        .main-nav ul li.drop-down-trigger a:before {
          content: ''; }
      .main-nav ul li:hover .drop-down {
        display: none; } }
@media only screen and (max-width: 675px) {
  /* Nav */
  footer .footer-nav .special-access .drop-up {
    display: block;
    position: relative;
    top: auto;
    left: auto; }
    footer .footer-nav .special-access .drop-up li {
      background: transparent; }
      footer .footer-nav .special-access .drop-up li a {
        padding: 0; }
        footer .footer-nav .special-access .drop-up li a:hover {
          background: transparent; } }
/* Subheader
--------------------------------------------- */
.subheader .box {
  position: relative;
  padding: 0; }

/* Image and CTAs */
.subheader-image {
  position: absolute;
  height: 100%;
  width: 60%; }
  .subheader-image img {
    display: block;
    height: auto;
    width: 100%; }

.subheader-ctas {
  float: right;
  padding: 4em 2em;
  width: 40%;
  text-align: center; }
  .subheader-ctas .interior {
    margin: 0 auto;
    max-width: 400px; }
  .subheader-ctas .module-title {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #aaa;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: 2.8em; }
  .subheader-ctas .module-subtitle a {
    color: #1A1A1A; }
    .subheader-ctas .module-subtitle a:hover {
      color: #2EAFA4; }

.sub-nav {
  margin: 1em auto;
  padding-bottom: 1em;
  border-bottom: 3px double #c4c1bb; }

@media only screen and (max-width: 56.25em) {
  .subheader {
    margin-bottom: 2em; }

  .subheader-image {
    width: 50%; }

  .subheader-ctas {
    padding: 2em;
    width: 50%; }
    .subheader-ctas .module-title {
      font-size: 2.4em; }
    .subheader-ctas .module-subtitle {
      font-size: 2.1em; }

  .sub-nav {
    display: none; }

  .bottom-nav {
    display: block; }
    .bottom-nav .sub-nav {
      display: block;
      margin: 0;
      padding: 1em 0 0;
      border-top: 3px double #D1C8C3;
      border-bottom: 0 none; }
      .bottom-nav .sub-nav li {
        display: block;
        margin-bottom: 0.5em; } }
@media only screen and (min-width: 42.1875em) and (max-width: 56.25em) {
  .subheader-ctas .module-title .plan-arrow {
    display: none; } }
@media only screen and (max-width: 42.1875em) {
  .subheader-image {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%; }
    .subheader-image img {
      zoom: 1;
      filter: alpha(opacity=100);
      opacity: 1; }

  .subheader-ctas {
    float: none;
    width: 100%; }
    .subheader-ctas .module-title {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em; }
      .subheader-ctas .module-title .plan-arrow {
        display: none; }
    .subheader-ctas .interior {
      max-width: none; } }
@media only screen and (max-width: 26.25em) {
  .subheader {
    margin-bottom: 1em; } }
/* Footer
--------------------------------------------- */
footer {
  color: #EDEBE6;
  /* General Styles */
  /* Search bar */
  /* Nav */
  /* Rows */
  /* Social Icons */
  /* Credit Line */ }
  footer .module-title, footer .module-content {
    display: inline-block;
    vertical-align: middle; }
  footer .module-title {
    margin-right: 0.25em; }
  footer .module-content > p, footer .module-content > ul, footer .module-content > ol {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.5; }
  footer .module-content a {
    border-bottom: 1px dashed;
    color: inherit; }
    footer .module-content a:hover {
      color: #fff; }
  footer .search-bar {
    background: #000; }
    footer .search-bar .container {
      position: relative;
      padding: 1.5em 0 1.75em; }
    footer .search-bar .search-message {
      padding-right: 200px; }
      footer .search-bar .search-message .module-content > p, footer .search-bar .search-message .module-content ul, footer .search-bar .search-message .module-content ol {
        font-size: 1.4em; }
    footer .search-bar .search-form {
      position: absolute;
      top: 50%;
      margin-top: -1.5em;
      right: 0; }
  footer .footer-content {
    padding: 1.25em 0 2em; }
  footer .footer-nav .footer-row {
    padding-top: 0; }
  footer .footer-nav .logo {
    margin: 0.75em 2em 0.75em 0;
    vertical-align: middle;
    height: 12px;
    width: 235px;
    background-position: 0 -75px; }
  footer .footer-nav .module-content > ul {
    display: inline-block;
    margin: 0;
    padding: 0.5em 0; }
  footer .footer-nav li {
    display: inline-block;
    position: relative;
    margin-right: 2em;
    margin-bottom: 0; }
    footer .footer-nav li a {
      border-bottom: 0 none; }
    footer .footer-nav li .drop-up {
      top: -7em;
      padding-bottom: 10px;
      width: 12em; }
      footer .footer-nav li .drop-up:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #ffffff transparent transparent transparent;
        content: ''; }
      footer .footer-nav li .drop-up a {
        color: #666; }
  footer .footer-row {
    padding: 1em 0;
    border-bottom: 1px solid #E6E3DC; }
  footer .social-icons-wrap {
    padding: 0.5em 0; }
    footer .social-icons-wrap .icon {
      border-bottom: 0 none;
      height: 24px;
      width: 24px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      footer .social-icons-wrap .icon:hover {
        zoom: 1;
        filter: alpha(opacity=75);
        opacity: 0.75; }
    footer .social-icons-wrap .facebook {
      background-position: 0 -25px; }
    footer .social-icons-wrap .twitter {
      background-position: -25px -25px; }
    footer .social-icons-wrap .instagram {
      background-position: -50px -25px; }
    footer .social-icons-wrap .pinterest {
      background-position: -75px -25px; }
    footer .social-icons-wrap .youtube {
      background-position: -100px -25px; }
    footer .social-icons-wrap .rss {
      background-position: -125px -25px; }
  footer .copyright-wrap {
    position: relative;
    padding-right: 10em; }
    footer .copyright-wrap .credit-line {
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      right: 0;
      border-bottom: 0 none;
      font-size: 0.9em;
      text-transform: uppercase;
      letter-spacing: 0.01em; }
      footer .copyright-wrap .credit-line .company {
        font-size: 1.1em;
        font-family: Georgia, serif;
        text-transform: none;
        letter-spacing: 0; }

@media only screen and (max-width: 42.1875em) {
  footer {
    /* Search bar */
    /* General Styles  */
    /* Nav */
    /* Social Icons */
    /* Credit Line */ }
    footer .search-bar .container {
      padding-right: 1em;
      padding-left: 1em; }
    footer .search-bar .search-message {
      display: none; }
    footer .search-bar .search-form {
      position: relative;
      top: auto;
      margin-top: 0;
      right: auto; }
    footer .module-title, footer .module-content {
      display: block; }
    footer .module-content {
      margin-top: 0.25em; }
    footer .footer-nav li {
      display: block; }
    footer .social-icons-wrap {
      padding-top: 1em; }
    footer .copyright-wrap {
      padding-right: 0; }
      footer .copyright-wrap p {
        display: inline-block; }
      footer .copyright-wrap .credit-line {
        display: inline-block;
        position: relative;
        top: auto;
        margin-top: 0;
        right: auto; } }
@media only screen and (max-width: 675px) {
  /* Nav */
  footer .footer-nav .special-access > a {
    display: none; }
  footer .footer-nav .special-access .drop-up {
    margin: 0;
    padding-bottom: 0; }
    footer .footer-nav .special-access .drop-up li a {
      color: inherit; }
      footer .footer-nav .special-access .drop-up li a:hover {
        color: #fff; }
    footer .footer-nav .special-access .drop-up:after {
      display: none; } }
/* Page Intro
--------------------------------------------- */
.centered-intro {
  margin: 0 auto;
  max-width: 550px; }

/* Sidebar
--------------------------------------------- */
.sidebar {
  text-align: center; }
  .sidebar .slideshow {
    margin: 0 auto 1em;
    max-width: 450px; }
    .sidebar .slideshow .slides {
      margin-bottom: 3em; }
    .sidebar .slideshow .caption {
      margin-top: 1.5em;
      text-align: right; }
    .sidebar .slideshow .arrows {
      margin-bottom: 1em;
      text-align: center; }
      .sidebar .slideshow .arrows .arrow {
        display: inline-block;
        margin: 1em;
        height: 25px;
        width: 25px;
        background-color: #EDEBE6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .sidebar .slideshow .arrows .arrow:hover {
          zoom: 1;
          filter: alpha(opacity=75);
          opacity: 0.75; }
      .sidebar .slideshow .arrows .prev {
        background-position: 0 -100px; }
      .sidebar .slideshow .arrows .next {
        background-position: -25px -100px; }

.sidebar-download {
  display: inline-block;
  margin: 0 auto 1em;
  padding-left: 35px;
  max-width: 275px;
  text-align: left; }
  .sidebar-download:before {
    top: 50%;
    margin-top: -11px;
    left: 0;
    height: 22px;
    width: 22px;
    background-position: -125px -50px; }
  .sidebar-download:hover:before {
    background-position: -150px -50px; }

.sidebar-contact {
  border: solid #D1C8C3;
  border-width: 1px 0 1px 0;
  text-align: center; }
  .sidebar-contact .contribute-now, .sidebar-contact .contact-options {
    display: inline-block;
    margin: 1em 0;
    vertical-align: middle; }
  .sidebar-contact .contribute-now {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
    .sidebar-contact .contribute-now .module-title {
      display: inline-block;
      margin-bottom: 0.6em;
      padding-bottom: 0.6em;
      border-bottom: 1px solid;
      font-size: 2.5em; }
    .sidebar-contact .contribute-now .module-subtitle {
      font-size: 1.6em; }
  .sidebar-contact .contact-options {
    padding: 0 2em; }
    .sidebar-contact .contact-options .contact-option {
      margin-bottom: 1em; }
    .sidebar-contact .contact-options .contact-option:first-child {
      border-bottom: 1px solid #D1C8C3; }
    .sidebar-contact .contact-options .module-title {
      font-size: 1.6em; }
    .sidebar-contact .contact-options p {
      margin-bottom: 0.75em; }

@media only screen and (max-width: 42.1875em) {
  .sidebar-download {
    max-width: none; }

  .sidebar-contact {
    margin-top: 1em;
    padding-top: 1em;
    border-bottom-width: 0; } }
@media only screen and (max-width: 26.25em) {
  .sidebar-download {
    padding-left: 0;
    text-align: center; }
    .sidebar-download:before {
      display: none; } }
/* Forms
--------------------------------------------- */
input, textarea {
  border: 0 none;
  outline: none; }

/* Search form */
.search-form {
  position: relative;
  width: 175px; }
  .search-form label {
    display: none; }
  .search-form input[type="text"] {
    border: 0 none;
    padding: 0.325em 0.325em 0.125em 0.325em;
    width: 100%;
    background: #fff;
    font-family: "din-condensed-web-1", "din-condensed-web-2", "Arial Narrow", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1;
    text-transform: uppercase;
    color: #000; }
@-moz-document url-prefix() {
  .search-form input[type="text"] {
    font-weight: 400; } }
  .search-form input[type="submit"] {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0.25em;
    height: 18px;
    width: 20px;
    text-indent: -9999px;
    text-transform: capitalize;
    background: url("-/img/icons.png") no-repeat 0 -50px; }
    .search-form input[type="submit"]:hover {
      background-position: -25px -50px;
      cursor: pointer; }
  .search-form.search-again {
    margin: 1em 0;
    width: 100%; }
    .search-form.search-again input[type="text"] {
      padding: 0.5em;
      border: 1px solid;
      width: 100%; }

/* Boxes & Tabs
--------------------------------------------- */
.box {
  padding: 2em 2em 1em;
  background: #fff; }
  .box.floating {
    margin-bottom: 1.5em;
    -webkit-box-shadow: 0 0 7px #c4c1bb;
    -moz-box-shadow: 0 0 7px #c4c1bb;
    box-shadow: 0 0 7px #c4c1bb; }
  .box.sectioned {
    padding: 0; }
  .box .box-section {
    border-top: 1px solid #c8c8c8;
    padding: 2em 2em 1em; }
    .box .box-section:first-child {
      border-top: 0; }

.framed {
  display: inline-block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 7px #c4c1bb;
  -moz-box-shadow: 0 0 7px #c4c1bb;
  box-shadow: 0 0 7px #c4c1bb;
  max-width: 100%; }
  .framed img {
    display: block; }

.cta, .cta:link, .cta-visited {
  display: inline-block;
  position: relative;
  color: #fff; }
  .cta img, .cta:link img, .cta-visited img {
    position: relative;
    z-index: 1; }
  .cta:before, .cta:link:before, .cta-visited:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    zoom: 1;
    filter: alpha(opacity=33);
    opacity: 0.33;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: ''; }
  .cta:hover:before, .cta:link:hover:before, .cta-visited:hover:before {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; }
  .cta .cta-overlay, .cta:link .cta-overlay, .cta-visited .cta-overlay {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .cta .cta-overlay:before, .cta:link .cta-overlay:before, .cta-visited .cta-overlay:before {
      display: inline-block;
      margin-right: -0.25em;
      height: 100%;
      width: 1px;
      line-height: 1;
      vertical-align: middle;
      content: ''; }
    .cta .cta-overlay .interior, .cta:link .cta-overlay .interior, .cta-visited .cta-overlay .interior {
      display: inline-block;
      vertical-align: middle; }
    .cta .cta-overlay .module-title, .cta .cta-overlay .module-subtitle, .cta:link .cta-overlay .module-title, .cta:link .cta-overlay .module-subtitle, .cta-visited .cta-overlay .module-title, .cta-visited .cta-overlay .module-subtitle {
      display: block; }
  .cta .cta-bar, .cta:link .cta-bar, .cta-visited .cta-bar {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 0.588235em;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    font-size: 1.7em; }

.large-image-cta-wrap {
  padding: 0; }

.large-image-cta:link,
.large-image-cta:visited {
  display: block;
  font-weight: 700;
  color: #fff; }
  .large-image-cta:link img,
  .large-image-cta:visited img {
    display: block;
    height: auto;
    width: 100%; }
  .large-image-cta:link .cta-overlay,
  .large-image-cta:visited .cta-overlay {
    padding: 3em; }
    .large-image-cta:link .cta-overlay:before,
    .large-image-cta:visited .cta-overlay:before {
      margin-right: -0.5em; }
  .large-image-cta:link .module-title,
  .large-image-cta:visited .module-title {
    font-size: 6em;
    line-height: 1; }
  .large-image-cta:link .module-subtitle,
  .large-image-cta:visited .module-subtitle {
    margin-top: 2em;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.01em; }

.tab {
  display: inline-block;
  padding: 0.75em;
  border-bottom: 0.45em solid #2aa297;
  background: #31bdb0;
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

@media only screen and (max-width: 64em) {
  .large-image-cta:link .module-title {
    font-size: 5.4em; }
  .large-image-cta:link .module-subtitle {
    margin-top: 1em; } }
@media only screen and (min-width: 42.1875em) and (max-width: 56.25em) {
  .large-image-cta:link .cta-overlay {
    padding: 2em; }
  .large-image-cta:link .module-title {
    font-size: 4em; } }
@media only screen and (max-width: 37.5em) {
  .large-image-cta:link .cta-overlay {
    padding: 2em; }
  .large-image-cta:link .module-title {
    margin-bottom: 0.5em;
    font-size: 4em; } }
@media only screen and (max-width: 26.25em) {
  .box {
    padding: 1.5em 1.5em 0.5em; }
    .box.floating {
      margin-bottom: 1em; } }
/* Thumbnail Items
--------------------------------------------- */
.thumbnail-item {
  position: relative;
  margin-top: 0.75em;
  padding-top: 2em;
  border-top: 1px solid #c8c8c8; }
  .thumbnail-item:first-child {
    padding-top: 0;
    border-top: 0 none; }
  .thumbnail-item .thumbnail {
    float: left;
    margin: 0 2em 1em 0;
    width: 33%;
    max-width: 135px; }
    .thumbnail-item .thumbnail .button {
      margin-top: 0.5em;
      padding: 1em;
      width: 100%; }
  .thumbnail-item .module-title, .thumbnail-item .module-content {
    width: auto;
    overflow: hidden; }
  .thumbnail-item .module-title {
    margin-bottom: 0.5em;
    color: #1A1A1A; }

@media only screen and (min-width: 42.1875em) and (max-width: 56.25em) {
  .thumbnail-item .thumbnail {
    max-width: 7.5em; }
    .thumbnail-item .thumbnail .button {
      position: absolute;
      margin: 0;
      padding: 0.75em;
      bottom: 1em;
      left: 6.785714em;
      width: auto; }
  .thumbnail-item.has-button-item .module-content {
    padding-bottom: 5em; } }
@media only screen and (max-width: 26.25em) {
  .thumbnail-item .thumbnail {
    margin-right: 1em;
    max-width: 6em; }
    .thumbnail-item .thumbnail .button {
      position: absolute;
      margin: 0;
      padding: 0.75em;
      bottom: 1em;
      left: 5em;
      width: auto; }
  .thumbnail-item.has-button-item .module-content {
    padding-bottom: 5em; } }
/* Toggled Content
--------------------------------------------- */
.toggle-trigger {
  display: inline-block;
  padding-right: 30px; }
  .toggle-trigger.has-indicator {
    display: block;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5; }
    .toggle-trigger.has-indicator:after {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -17px;
      right: 0;
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      content: '+'; }
    .toggle-trigger.has-indicator.open:after {
      color: red;
      content: '-'; }

.toggle-content {
  display: none;
  padding-top: 0.5em; }

/* Slideshows
--------------------------------------------- */
.slideshow.sliding {
  overflow: hidden; }
  .slideshow.sliding .slide {
    float: left;
    width: 100%; }
.slideshow.fading .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/* Image Galleries
--------------------------------------------- */
.image-gallery-wrap {
  text-align: center; }

.image-gallery {
  margin: 3em auto 0; }
  .image-gallery .poster-thumbnail {
    display: inline-block;
    margin: 0 0 1.5em;
    padding: 0 0.75em;
    height: auto;
    width: 135px; }

.gallery-helper {
  position: absolute;
  z-index: 9999;
  padding: 0.5em;
  max-width: 200px;
  border: 1px solid #1A1A1A;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.25;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #1A1A1A; }

.after-gallery {
  margin-top: 1em; }
  .after-gallery .back {
    position: relative;
    padding-left: 20px; }
    .after-gallery .back:before {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 0;
      height: 8px;
      width: 12px;
      background: url("-/img/icons.png") no-repeat -150px -100px;
      content: ''; }
    .after-gallery .back:hover {
      color: #1b1b1b; }
      .after-gallery .back:hover:before {
        background-position: -125px -100px; }

@media only screen and (max-width: 42.1875em) {
  .image-gallery .poster-thumbnail {
    width: 80px; }

  .gallery-helper {
    max-width: 125px; } }
/* DIALOGS
Overrides to /-/css/magnific-popup.css
--------------------------------------------- */
body {
  /* Universal */
  /* Fade in */
  /* Gallery Popups */
  /* Inline Popups (Mixed HTML content) */ }
  body img.mfp-img {
    padding: 3.6em 0; }
  body .mfp-fade.mfp-bg {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    body .mfp-fade.mfp-bg.mfp-ready {
      zoom: 1;
      filter: alpha(opacity=90);
      opacity: 0.9; }
    body .mfp-fade.mfp-bg.mfp-removing {
      zoom: 1;
      filter: alpha(opacity=0);
      opacity: 0; }
  body .mfp-fade.mfp-wrap .mfp-content {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  body .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  body .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; }
  body .mfp-gallery .mfp-bottom-bar {
    padding: 1em;
    min-height: 3.8em;
    background: #fff; }
    body .mfp-gallery .mfp-bottom-bar .mfp-title, body .mfp-gallery .mfp-bottom-bar .mfp-counter {
      font-size: 1.2em;
      line-height: 1.5;
      color: #222; }
    body .mfp-gallery .mfp-bottom-bar .mfp-counter {
      top: 1em;
      right: 1em; }
  body .inline-popup {
    position: relative;
    margin: 0 auto;
    padding: 5em;
    width: 90%;
    max-width: 900px;
    background: #fff; }

/* ---------------------------------------------
PAGES
--------------------------------------------- */
/* Home
--------------------------------------------- */
body.home header, body.home footer, body.home .content, body.page-id-730 header, body.page-id-730 footer, body.page-id-730 .content, body.single-post header, body.single-post footer, body.single-post .content, body.archive header, body.archive footer, body.archive .content, body.single-posts-by header, body.single-posts-by footer, body.single-posts-by .content {
  position: relative;
  z-index: 2; }
body.home header, body.page-id-730 header, body.single-post header, body.archive header, body.single-posts-by header {
  z-index: 3; }
  body.home header .masthead .festival-actions li, body.page-id-730 header .masthead .festival-actions li, body.single-post header .masthead .festival-actions li, body.archive header .masthead .festival-actions li, body.single-posts-by header .masthead .festival-actions li {
    color: #EDEBE6; }
  body.home header .main-nav .menu-trigger, body.page-id-730 header .main-nav .menu-trigger, body.single-post header .main-nav .menu-trigger, body.archive header .main-nav .menu-trigger, body.single-posts-by header .main-nav .menu-trigger {
    color: #EDEBE6; }
    body.home header .main-nav .menu-trigger:hover, body.page-id-730 header .main-nav .menu-trigger:hover, body.single-post header .main-nav .menu-trigger:hover, body.archive header .main-nav .menu-trigger:hover, body.single-posts-by header .main-nav .menu-trigger:hover {
      color: #1A1A1A; }
  body.home header .main-nav .festival-dates, body.page-id-730 header .main-nav .festival-dates, body.single-post header .main-nav .festival-dates, body.archive header .main-nav .festival-dates, body.single-posts-by header .main-nav .festival-dates {
    color: #EDEBE6; }
body.home .content-wrap, body.page-id-730 .content-wrap, body.single-post .content-wrap, body.archive .content-wrap, body.single-posts-by .content-wrap {
  background: transparent; }

body.home {
  color: #EDEBE6; }
  body.home .content-wrap {
    position: relative; }
  body.home header .main-nav {
    border-bottom: 1px solid #EDEBE6; }
  body.home footer {
    background: #191919; }
  body.home .content a:link, body.home .content a:visited {
    color: #EDEBE6; }
  body.home .content a:hover {
    color: #fff; }

.background-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .background-slideshow .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=25);
    opacity: 0.25;
    background: #000; }
  .background-slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }

.quicklinks-link {
  float: right;
  margin-top: 1em;
  padding-left: 25px;
  font-size: 1.4em;
  line-height: 1.285714; }
  .quicklinks-link:before {
    height: 18px;
    width: 18px;
    background-position: -75px 0; }

.home-hero {
  padding: 15em 0;
  text-align: center; }
  .home-hero .module-title {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px dotted #EDEBE6;
    font-weight: 700;
    font-size: 5.8em;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
    .home-hero .module-title .plan-arrow {
      height: 30px;
      width: 30px;
      background-position: -50px -100px; }

.home-ctas {
  margin-bottom: 4em; }
  .home-ctas .cta {
    margin-bottom: 2em;
    width: 100%; }
    .home-ctas .cta img {
      height: auto;
      width: 100%; }

@media only screen and (max-width: 900px) {
  body.home header .main-nav ul li ul a, body.page-id-730 header .main-nav ul li ul a, body.single-post header .main-nav ul li ul a, body.archive header .main-nav ul li ul a, body.single-posts-by header .main-nav ul li ul a {
    color: #EDEBE6; }
  body.home header .main-nav .main-nav-links .menu-trigger:hover, body.page-id-730 header .main-nav .main-nav-links .menu-trigger:hover, body.single-post header .main-nav .main-nav-links .menu-trigger:hover, body.archive header .main-nav .main-nav-links .menu-trigger:hover, body.single-posts-by header .main-nav .main-nav-links .menu-trigger:hover {
    color: #EDEBE6; }
  body.home header .main-nav .main-nav-links .menu-trigger:before, body.page-id-730 header .main-nav .main-nav-links .menu-trigger:before, body.single-post header .main-nav .main-nav-links .menu-trigger:before, body.archive header .main-nav .main-nav-links .menu-trigger:before, body.single-posts-by header .main-nav .main-nav-links .menu-trigger:before {
    border-color: transparent transparent transparent #EDEBE6; }
  body.home header .main-nav .main-nav-links .menu-trigger.open:before, body.page-id-730 header .main-nav .main-nav-links .menu-trigger.open:before, body.single-post header .main-nav .main-nav-links .menu-trigger.open:before, body.archive header .main-nav .main-nav-links .menu-trigger.open:before, body.single-posts-by header .main-nav .main-nav-links .menu-trigger.open:before {
    border-color: #EDEBE6 transparent transparent transparent; } }
@media only screen and (max-width: 42.1875em) {
  body.home .main-nav {
    padding-bottom: 0; }

  .background-slideshow .overlay {
    zoom: 1;
    filter: alpha(opacity=66);
    opacity: 0.66; }

  .quicklinks-link {
    float: left;
    margin-top: 0; }

  .home-hero {
    padding: 6em 0; }
    .home-hero .module-title {
      font-size: 4.2em; }

  .home-ctas {
    margin-bottom: 1em;
    text-align: center; }
    .home-ctas .cta {
      margin-right: auto;
      margin-left: auto;
      max-width: 300px;
      text-align: left; } }
@media only screen and (max-width: 26.25em) {
  .home-hero {
    padding: 4em 0; }
    .home-hero .module-title {
      font-size: 2.4em; }
      .home-hero .module-title .plan-arrow {
        height: 22px;
        width: 22px;
        background: url("-/img/icons.png") no-repeat -100px -50px; } }
@media only screen and (min-width: 42.1875em) and (max-height: 50em) {
  .home-hero {
    padding: 8em 0; } }
/* Standard Pages
--------------------------------------------- */
.page-title {
  margin-bottom: 0.5em; }

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-top: 1.25em;
  margin-bottom: 0.5em; }
  .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
    margin-top: 0; }
.page-content h3 {
  color: #666; }
.page-content ul, .page-content ol {
  margin-left: 1.25em;
  margin-bottom: 1em; }
.page-content ul {
  list-style: disc; }
.page-content ol {
  list-style: decimal; }
.page-content .button {
  margin-top: 0.25em; }

/* Password Protected / Special Access Pages
--------------------------------------------- */
.post-password-form label, .post-password-form input {
  display: block;
  margin-bottom: 1em; }

/* Press Room
--------------------------------------------- */
.gallery-access {
  text-align: left; }
  .gallery-access .module-title {
    margin-bottom: 0.5em; }

/* Site Map
--------------------------------------------- */
.sitemap-block {
  margin-bottom: 2em; }
  .sitemap-block .module-title {
    margin-bottom: 0.25em;
    font-size: 2em; }
  .sitemap-block .module-content ul {
    margin-left: 0;
    list-style: none; }
    .sitemap-block .module-content ul li {
      margin-bottom: 0.25em; }
      .sitemap-block .module-content ul li a {
        color: #808080; }
        .sitemap-block .module-content ul li a:hover {
          color: #2EAFA4; }

/* Contact
--------------------------------------------- */
.contact-column .module-content h1 {
  margin: 1.25em 0 0.5em; }
  .contact-column .module-content h1:first-child {
    margin-top: 0; }
.contact-column .module-content strong {
  color: #1A1A1A; }

/* Search
--------------------------------------------- */
.events-results-title {
  margin-bottom: 1em;
  padding: 0.25em 0 1em;
  border-bottom: 3px double #D1C8C3; }

ul.other-results, ul.quicklinks-list {
  margin: 1em 0 0;
  list-style: none; }
  ul.other-results li, ul.quicklinks-list li {
    margin: 0;
    padding: 1.25em 0 0.5em;
    border-top: 1px dotted; }
    ul.other-results li:first-child, ul.quicklinks-list li:first-child {
      border-top: 0 none; }
  ul.other-results .module-title, ul.quicklinks-list .module-title {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 1.25em; }
  ul.other-results .read-more, ul.quicklinks-list .read-more {
    display: none; }

.sidebar .search-wrap {
  text-align: left; }

/* ---------------------------------------------
CURRENT SEASON
--------------------------------------------- */
/* Shows
--------------------------------------------- */
/* Filter Header */
.browse-header {
  background: #333;
  /* Switch Views */
  /* Filters */
  /* Genres */
  /* Dates */ }
  .browse-header .filters-trigger {
    display: inline-block;
    position: relative;
    padding: 1em 1em 1em 30px;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #EDEBE6; }
    .browse-header .filters-trigger:before {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      left: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #EDEBE6;
      content: ''; }
    .browse-header .filters-trigger.open:before {
      left: 10px;
      margin-top: -3px;
      border-width: 6px 6px 0 6px;
      border-color: #EDEBE6 transparent transparent transparent; }
  .browse-header .filter-sections {
    position: relative; }
    .browse-header .filter-sections:before {
      display: block;
      position: absolute;
      top: 0;
      left: 33%;
      height: 100%;
      width: 1px;
      background: #666;
      content: ''; }
  .browse-header .switch-view, .browse-header .filters-wrapper {
    display: block;
    float: left; }
  .browse-header .module-title {
    padding: 1em;
    border-bottom: 1px solid #666;
    font-size: 1.8em;
    color: #fff; }
    .browse-header .module-title p {
      margin-bottom: 0; }
  .browse-header .module-content {
    position: relative; }
    .browse-header .module-content .half {
      margin-bottom: 0; }
    .browse-header .module-content ul {
      margin: 0;
      list-style: none; }
    .browse-header .module-content a {
      color: #ccc; }
      .browse-header .module-content a:hover {
        color: #fff; }
    .browse-header .module-content p .button {
      margin-right: 0.5em;
      font-size: 0.875em;
      background: #4b4b4b;
      color: #f4f4f4; }
      .browse-header .module-content p .button:hover {
        background: #2EAFA4; }
  .browse-header .switch-view {
    width: 33%;
    text-align: center;
    background: #2b2b2b; }
    .browse-header .switch-view .module-title {
      background: #333; }
    .browse-header .switch-view .flipper {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 50%;
      margin-left: -10px;
      height: 20px;
      width: 20px;
      background: url("-/img/events/flipper.png") no-repeat 0 0; }
    .browse-header .switch-view .body.page-id-1000 .flipper, .browse-header .switch-view .flipper-down {
      background-position: 0 -21px; }
  .browse-header .view-options li {
    margin-bottom: 0;
    border-bottom: 1px solid #666;
    font-size: 2.25em; }
    .browse-header .view-options li a {
      display: block;
      padding: 0.5em 0.5em;
      height: 100%;
      width: 100%;
      background: #333;
      color: #999; }
    .browse-header .view-options li.current_page_item a, .browse-header .view-options li a:hover {
      background: #404040;
      color: #fff; }
  .browse-header .filters-wrapper {
    margin-left: 0;
    width: 67%; }
    .browse-header .filters-wrapper .module-content:before {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: 1px;
      background: #666;
      content: ''; }
  .browse-header .filter-group {
    float: left;
    padding: 1.8em;
    width: 50%; }
  .browse-header .genre-filters a {
    display: inline-block;
    line-height: 1.25; }
  .browse-header .day-labels {
    margin: 16px 0 0; }
  .browse-header .day-label {
    display: block;
    float: left;
    margin: 0 0 0.7em;
    width: 14.285714%;
    text-align: center;
    font-size: 0.625em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #808080; }
  .browse-header .calendar {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    width: 100%; }
    .browse-header .calendar .day {
      display: block;
      float: left;
      border-right: 1px solid #808080;
      border-bottom: 1px solid #808080;
      height: 3.6em;
      line-height: 3.6em;
      width: 14.285714%;
      text-align: center;
      font: 0.75em;
      text-transform: uppercase;
      letter-spacing: 0.01em; }
    .browse-header .calendar a.day:hover {
      background: #666; }
    .browse-header .calendar .checked {
      background: #2EAFA4;
      color: #fff; }
      .browse-header .calendar .checked:hover {
        background: #35cabd; }
    .browse-header .calendar .month-lead {
      padding-top: 0.5em;
      line-height: 1.2em; }
    .browse-header .calendar #picker-april-13,
    .browse-header .calendar #picker-april-18 {
      display: none; }

/* Tiles */
.program-wrapper {
  margin-top: 3em; }

.program-tile {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3em;
  border-left: 1px solid #EDEBE6;
  width: 33%; }
  .program-tile .tab {
    display: none; }
  .program-tile.genre-leader .tab {
    display: inline-block; }
  .program-tile .interior {
    position: relative;
    background: #fff; }
  .program-tile .module-content {
    padding: 1.2em 1.2em 4.2em; }
  .program-tile .module-image {
    display: block;
    margin-bottom: 1.5em; }
  .program-tile .module-title {
    margin-bottom: 1em; }
    .program-tile .module-title a {
      color: #1A1A1A; }
      .program-tile .module-title a:hover {
        color: #808080; }
  .program-tile .tile-dates {
    margin-bottom: 0; }
  .program-tile .buy-tickets {
    position: absolute;
    bottom: 0.857143em;
    left: 0.857143em;
    font-size: 1.4em; }

/* Empty Message */
.empty-message {
  margin: 1em auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.2; }

/* Donors-Only Popup */
body .donor-popup {
  max-width: 550px;
  text-align: center; }
  body .donor-popup .module-title {
    font-size: 3.6em; }
  body .donor-popup .module-content {
    margin: 2em auto 5em; }
    body .donor-popup .module-content p, body .donor-popup .module-content ul, body .donor-popup .module-content ol {
      font-size: 1.8em; }
      body .donor-popup .module-content p p, body .donor-popup .module-content p ul, body .donor-popup .module-content p ol, body .donor-popup .module-content ul p, body .donor-popup .module-content ul ul, body .donor-popup .module-content ul ol, body .donor-popup .module-content ol p, body .donor-popup .module-content ol ul, body .donor-popup .module-content ol ol {
        font-size: 1em; }

@media only screen and (max-width: 56.25em) {
  .browse-header .filters-wrapper .module-content:before {
    display: none; }
  .browse-header .filter-group {
    float: none;
    width: 100%; }
  .browse-header .date-filters {
    border-top: 1px solid #666; }

  .program-tile {
    margin-bottom: 1.5em;
    width: 50%; } }
@media only screen and (max-width: 42.1875em) {
  .browse-header .filter-sections {
    display: none; }
    .browse-header .filter-sections:before {
      display: none; }
  .browse-header .switch-view, .browse-header .filters-wrapper {
    float: none;
    width: 100%; }
  .browse-header .switch-view {
    text-align: left; }
    .browse-header .switch-view .flipper {
      display: none; } }
@media only screen and (min-width: 26.25em) and (max-width: 42.1875em) {
  .browse-header .half {
    float: left;
    width: 48.5%;
    margin-left: 3%; }
    .browse-header .half:first-child {
      margin-left: 0; } }
@media only screen and (max-width: 26.25em) {
  .browse-header .module-content .show-all, .browse-header .module-content .clear-all {
    margin-bottom: 0.5em; } }
@media only screen and (max-width: 420px) {
  .program-tile {
    width: 100%; } }
/* Schedule View
--------------------------------------------- */
.schedule-date-wrapper {
  margin-top: 2em; }

.schedule-heading {
  padding: 0.666666em;
  border-bottom: 6px solid #999;
  font-size: 1.5em;
  line-height: 1;
  background: #b3b3b3;
  color: #FFF; }

.performance-list {
  position: relative; }
  .performance-list:before {
    display: block;
    position: absolute;
    top: 0;
    left: 9em;
    height: 100%;
    width: 1px;
    background: #EDEBE6;
    content: ''; }

.schedule-row {
  display: table;
  margin: 1px 0 0;
  background: #fff;
  width: 100%; }
  .schedule-row .schedule-stub, .schedule-row .performance-info, .schedule-row .row-permalink {
    display: table-cell;
    table-layout: fixed;
    padding: 1em;
    vertical-align: middle;
    border-collapse: collapse; }
  .schedule-row .schedule-stub {
    width: 7em;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
    .schedule-row .schedule-stub .date {
      display: block; }
    .schedule-row .schedule-stub .shorthand-genre {
      display: block;
      font-size: 0.75em; }
  .schedule-row .performance-info .module-title {
    display: inline;
    margin-bottom: 0;
    font-size: 1.4em;
    text-transform: none; }
    .schedule-row .performance-info .module-title a:link, .schedule-row .performance-info .module-title a:visited {
      color: #1A1A1A; }
    .schedule-row .performance-info .module-title a:hover {
      color: #2EAFA4; }
  .schedule-row .performance-info .module-content {
    display: inline; }
    .schedule-row .performance-info .module-content p {
      display: inline;
      margin-bottom: 0; }
  .schedule-row .row-permalink:link, .schedule-row .row-permalink:visited {
    width: 8em;
    text-align: right;
    font-size: 1.4em;
    color: #2EAFA4; }
  .schedule-row .row-permalink:hover {
    color: #299b91; }

@media only screen and (max-width: 42.1875em) {
  .performance-list:before {
    display: none; }

  .schedule-row {
    display: block;
    padding: 1.2em; }
    .schedule-row .schedule-stub, .schedule-row .performance-info, .schedule-row .row-permalink:link, .schedule-row .row-permalink:visited {
      display: block;
      table-layout: auto;
      padding: 0;
      width: 100%;
      text-align: left; }
    .schedule-row .schedule-stub {
      font-size: 1.2em; }
      .schedule-row .schedule-stub .date, .schedule-row .schedule-stub .shorthand-genre {
        display: inline;
        font-size: 1em; }
    .schedule-row .performance-info {
      margin: 1em 0; }
    .schedule-row .row-permalink:link, .schedule-row .row-permalink:visited {
      font-size: 1.2em; } }
/* Single Event Pages
--------------------------------------------- */
/* Subheader */
.subheader-img-box {
  position: relative;
  padding: 3em;
  background: url("-/img/blog/blog-background.jpg") no-repeat top center; }
  .subheader-img-box:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    zoom: 1;
    filter: alpha(opacity=33);
    opacity: 0.33;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: ''; }
  .subheader-img-box .module-title, .subheader-img-box .module-subtitle {
    display: inline;
    position: relative;
    z-index: 2;
    color: #fff; }
    .subheader-img-box .module-title a, .subheader-img-box .module-subtitle a {
      color: inherit;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .subheader-img-box .module-title a:hover, .subheader-img-box .module-subtitle a:hover {
        zoom: 1;
        filter: alpha(opacity=75);
        opacity: 0.75; }
    .subheader-img-box .module-title .plan-arrow, .subheader-img-box .module-subtitle .plan-arrow {
      background-position: -100px -50px; }
  .subheader-img-box .module-title {
    margin-right: 0.75em;
    padding-right: 0.75em;
    border-right: 1px dotted;
    text-transform: uppercase;
    letter-spacing: 0.01em; }

.single-events .box-section {
  border-color: #EDEBE6; }

.event-column {
  border-bottom: 6px solid #31bdb0; }
  .event-column .toggle-trigger {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 20px;
    font-weight: 700;
    font-size: 1.8em; }
    .event-column .toggle-trigger:before {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      left: 6px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #1A1A1A;
      content: ''; }
    .event-column .toggle-trigger.open {
      color: #1A1A1A; }
      .event-column .toggle-trigger.open:before {
        left: 3px;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-color: #1A1A1A transparent transparent transparent; }

.event-sidebar {
  padding-top: 4.1em; }
  .event-sidebar .module-title {
    margin-bottom: 0.666667em; }
	.event-sidebar .slide .caption {
		text-align: right;
		margin-top: 1em;
	}

/* Event Meta */
.event-meta-section .event-title {
  margin-bottom: 0.5em;
  font-weight: 700; }
.event-meta-section .module-content {
  margin-bottom: 1em; }
  .event-meta-section .module-content p {
    margin-bottom: 0; }
.event-meta-section .inline-sponsor:before {
  content: '\2219'; }
.event-meta-section .inline-sponsor:first-child:before {
  content: ''; }

/* Cast */
.cast-section .event-cast {
  margin-left: 0;
  list-style: none; }
.cast-section .cast-role {
  float: left;
  width: 35%; }
.cast-section .cast-name {
  float: right;
  width: 60%; }

/* Reviews */
ul.event-reviews {
  margin: 0;
  list-style: none; }
  ul.event-reviews li {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #c8c8c8; }
    ul.event-reviews li:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0; }
    ul.event-reviews li .review-title {
      margin-bottom: 0;
      font-weight: 700;
      color: #31bdb0; }
      ul.event-reviews li .review-title .read-review {
        font-size: 0.75em; }
    ul.event-reviews li .review-publication {
      margin-bottom: 0.5em; }

/* PDF Section */
.pdf-section .download-image {
  float: left;
  margin: 0 2em 1em 0;
  max-width: 35%; }
.pdf-section .download-notes {
  overflow: hidden;
  width: auto; }
.pdf-section .download-notes-title {
  display: block;
  font-weight: 700;
  font-size: 1.285714em; }

/* Performances */
.performances-section .module-title {
  margin-bottom: 1em; }

.performance-row {
  padding: 1em 0 0.75em;
  border-top: 1px solid #dedede; }
  .performance-row:first-child {
    border-top: 0 none; }
  .performance-row p {
    margin-bottom: 0;
    padding: 0.75em 0;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #1A1A1A; }
  .performance-row .buy-wrap {
    float: right; }
    .performance-row .buy-wrap p {
      padding: 0; }
  .performance-row .performance-program {
    display: inline-block;
    padding-right: 0.25em;
    color: #8FB531; }
  .performance-row .performance-buy:link, .performance-row .performance-buy:visited {
    display: inline-block;
    padding: 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.125;
    text-transform: none;
    color: #fff !important; }
  .performance-row .performance-buy span {
    display: inline-block;
    padding-left: 12px; }
    .performance-row .performance-buy span:before {
      top: 50%;
      margin-top: -3px;
      background-position: -175px -50px;
      height: 6px;
      width: 7px; }

/* Share */
.share-section .addthis_toolbox {
  margin-bottom: 1em; }

/* Slideshow */
.slideshow-section .slides {
  margin-bottom: 2em; }
.slideshow-section .arrows {
  margin-bottom: 1em;
  text-align: center; }
  .slideshow-section .arrows .arrow {
    display: inline-block;
    margin: 0 1em;
    height: 8px;
    width: 10px; }
  .slideshow-section .arrows .prev {
    background-position: -100px -100px; }
    .slideshow-section .arrows .prev:hover {
      background-position: -125px -100px; }
  .slideshow-section .arrows .next {
    background-position: -175px -100px; }
    .slideshow-section .arrows .next:hover {
      background-position: -200px -100px; }
  .slideshow-section .arrows .dots {
    display: inline-block; }
  .slideshow-section .arrows .dot {
    display: inline-block;
    margin: 0 0.25em;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b0b0b0; }
    .slideshow-section .arrows .dot.current, .slideshow-section .arrows .dot:hover {
      background: #000; }

/* Video */
.video-section .video {
  margin-bottom: 1em; }

/* Chamber Programs */
.chamber-intro-section.box-section {
  padding: 0;
  border-top: 0 none; }
.chamber-intro-section .module-title {
  padding: 0.75em;
  border-bottom: 5px solid #D5E8A8;
  font-weight: 700;
  line-height: 1.125;
  background: #E2EFC3;
  color: #7A9A2A; }
  .chamber-intro-section .module-title .subtitle {
    display: inline-block;
    font-weight: 400;
    font-size: 0.56em;
    line-height: 1; }

.chamber-section .chamber-program-meta {
  float: left;
  width: 40%;
  text-align: right; }
  .chamber-section .chamber-program-meta .module-title {
    color: #8FB531; }
  .chamber-section .chamber-program-meta .module-content {
    margin-top: 1em; }
.chamber-section .chamber-program-description {
  float: right;
  width: 55%; }
  .chamber-section .chamber-program-description strong em, .chamber-section .chamber-program-description em strong, .chamber-section .chamber-program-description b i, .chamber-section .chamber-program-description i b, .chamber-section .chamber-program-description b em, .chamber-section .chamber-program-description em b, .chamber-section .chamber-program-description strong i, .chamber-section .chamber-program-description i strong {
    color: #1A1A1A; }

/* Sponsors */
.sponsor-section .sponsor-logo {
  float: left;
  margin: 0 2em 1em 0;
  max-width: 35%; }
.sponsor-section .sponsor-message {
  overflow: hidden;
  width: auto; }

/* Ads */
.ad-section .module-content {
  margin-bottom: 1em; }
.ad-section .attached-ad {
  display: block;
  text-align: center; }
  .ad-section .attached-ad img {
    display: inline-block;
    height: auto;
    max-width: 100%; }

@media only screen and (max-width: 64em) {
  .subheader-img-box .module-title, .subheader-img-box .module-subtitle {
    display: block; }
  .subheader-img-box .module-title {
    margin: 0 0 0.25em;
    padding: 0;
    border-right: 0; } }
@media only screen and (max-width: 56.25em) {
  .performances-section .module-title {
    margin-bottom: 0.25em; }

  .performance-row {
    padding: 1em 0; }
    .performance-row .quarter {
      display: inline;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .performance-row .quarter.buy-wrap {
        display: block;
        margin-top: 0.5em; }
      .performance-row .quarter p {
        display: inline;
        padding: 0; }
        .performance-row .quarter p:before {
          content: '\2219'; }
      .performance-row .quarter:first-child p:before, .performance-row .quarter.buy-wrap p:before {
        content: ''; }
    .performance-row .performance-buy:link, .performance-row .performance-buy:visited {
      width: auto; } }
@media only screen and (min-width: 42.1875em) and (max-width: 56.25em) {
  .ad-section .attached-ad {
    float: none;
    padding: 0 0 1px;
    width: 100%;
    text-align: center; } }
@media only screen and (max-width: 42.1875em) {
  .event-sidebar {
    padding-top: 0; }

  .pdf-section .download-image {
    max-width: 50px; }

  .performance-row {
    position: relative;
    padding: 1.5em 12em 1.5em 0; }
    .performance-row .quarter.buy-wrap {
      position: absolute;
      top: 50%;
      margin-top: -1.5em;
      right: 0;
      width: 12em;
      text-align: right; }
    .performance-row .performance-buy span {
      padding-left: 0; }
      .performance-row .performance-buy span:before {
        display: none; } }
@media only screen and (max-width: 26.25em) {
  .chamber-section .chamber-program-meta,
  .chamber-section .chamber-program-description {
    float: none;
    width: 100%;
    text-align: left; }

  .ad-section .attached-ad {
    float: none;
    padding: 0 0 1px;
    width: 100%;
    text-align: center; } }
/* GENRE SCHEMES
--------------------------------------------- */
/* Opera | #DB0962 | #ba0853 */
#picker-opera.checked:before {
  background-position: -17px -16px; }

#picker-opera:before {
  background-position: 0 -16px; }

.genre-opera.featured-thumbnail {
  border-color: #DB0962; }

.genre-opera .program-tile {
  border-color: #DB0962; }

.genre-opera .event-column {
  border-color: #DB0962; }

.genre-opera .tab {
  background: #DB0962;
  border-color: #ba0853; }

.genre-opera .event-column a {
  color: #ba0853; }

.genre-opera .event-column a:hover {
  color: #DB0962; }

.genre-opera .performance-buy {
  background: #ba0853; }

.genre-opera .performance-buy:hover {
  background: #DB0962; }

.genre-opera .tile-permalink {
  color: #ba0853; }

.genre-opera .tile-permalink:hover {
  color: #DB0962; }

.genre-opera .shorthand-genre {
  color: #DB0962; }

.genre-opera .toggle-trigger:before {
  border-color: transparent transparent transparent #ba0853; }

.genre-opera .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #DB0962; }

.genre-opera .toggle-trigger.open:hover:before {
  border-color: #DB0962 transparent transparent transparent; }

/* Theater | #EE3424 | #df2211 */
#picker-theater.checked:before {
  background-position: -17px -32px; }

#picker-theater:before {
  background-position: 0 -32px; }

.genre-theater.featured-thumbnail {
  border-color: #ee3424; }

.genre-theater .program-tile {
  border-color: #ee3424; }

.genre-theater .event-column {
  border-color: #ee3424; }

.genre-theater .tab {
  background: #ee3424;
  border-color: #df2211; }

.genre-theater .event-column a {
  color: #df2211; }

.genre-theater .event-column a:hover {
  color: #ee3424; }

.genre-theater .performance-buy {
  background: #df2211; }

.genre-theater .performance-buy:hover {
  background: #ee3424; }

.genre-theater .tile-permalink {
  color: #df2211; }

.genre-theater .tile-permalink:hover {
  color: #ee3424; }

.genre-theater .shorthand-genre {
  color: #ee3424; }

.genre-theater .toggle-trigger:before {
  border-color: transparent transparent transparent #df2211; }

.genre-theater .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #ee3424; }

.genre-theater .toggle-trigger.open:hover:before {
  border-color: #df2211 transparent transparent transparent; }

/* Physical Theater | #F15A24 | #e4470f */
#picker-physical-theater.checked:before {
  background-position: -17px -48px; }

#picker-physical-theater:before {
  background-position: 0 -48px; }

.genre-physical-theater.featured-thumbnail {
  border-color: #F15A24; }

.genre-physical-theater .program-tile {
  border-color: #F15A24; }

.genre-physical-theater .event-column {
  border-color: #F15A24; }

.genre-physical-theater .tab {
  background: #F15A24;
  border-color: #e4470f; }

.genre-physical-theater .event-column a {
  color: #e4470f; }

.genre-physical-theater .event-column a:hover {
  color: #F15A24; }

.genre-physical-theater .performance-buy {
  background: #e4470f; }

.genre-physical-theater .performance-buy:hover {
  background: #F15A24; }

.genre-physical-theater .tile-permalink {
  color: #e4470f; }

.genre-physical-theater .tile-permalink:hover {
  color: #F15A24; }

.genre-physical-theater .shorthand-genre {
  color: #f15a2a; }

.genre-physical-theater .toggle-trigger:before {
  border-color: transparent transparent transparent #e4470f; }

.genre-physical-theater .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #F15A24; }

.genre-physical-theater .toggle-trigger.open:hover:before {
  border-color: #e4470f transparent transparent transparent; }

/* Dance | #F99319 | #ea8206 */
#picker-dance.checked:before {
  background-position: -17px -64px; }

#picker-dance:before {
  background-position: 0 -64px; }

.genre-dance.featured-thumbnail {
  border-color: #F99319; }

.genre-dance .program-tile {
  border-color: #F99319; }

.genre-dance .event-column {
  border-color: #F99319; }

.genre-dance .tab {
  background: #F99319;
  border-color: #ea8206; }

.genre-dance .event-column a {
  color: #ea8206; }

.genre-dance .event-column a:hover {
  color: #F99319; }

.genre-dance .performance-buy {
  background: #ea8206; }

.genre-dance .performance-buy:hover {
  background: #F99319; }

.genre-dance .tile-permalink {
  color: #ea8206; }

.genre-dance .tile-permalink:hover {
  color: #F99319; }

.genre-dance .shorthand-genre {
  color: #F99319; }

.genre-dance .toggle-trigger:before {
  border-color: transparent transparent transparent #ea8206; }

.genre-dance .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #F99319; }

.genre-dance .toggle-trigger.open:hover:before {
  border-color: #ea8206 transparent transparent transparent; }

/* Music | #8FB531 | #7a9a2a */
#picker-music.checked:before {
  background-position: -17px -80px; }

#picker-music:before {
  background-position: 0 -80px; }

.genre-music.featured-thumbnail {
  border-color: #8FB531; }

.genre-music .program-tile {
  border-color: #8FB531; }

.genre-music .event-column {
  border-color: #8FB531; }

.genre-music .tab {
  background: #8FB531;
  border-color: #7a9a2a; }

.genre-music .event-column a {
  color: #7a9a2a; }

.genre-music .event-column a:hover {
  color: #8FB531; }

.genre-music .performance-buy {
  background: #7a9a2a; }

.genre-music .performance-buy:hover {
  background: #8FB531; }

.genre-music .tile-permalink {
  color: #7a9a2a; }

.genre-music .tile-permalink:hover {
  color: #8FB531; }

.genre-music .shorthand-genre {
  color: #8FB531; }

.genre-music .toggle-trigger:before {
  border-color: transparent transparent transparent #7a9a2a; }

.genre-music .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #8FB531; }

.genre-music .toggle-trigger.open:hover:before {
  border-color: #7a9a2a transparent transparent transparent; }

/* Wells Fargo Jazz | #49A942 | #3e9138 */
#picker-wells-fargo-jazz.checked:before {
  background-position: -17px -96px; }

#picker-wells-fargo-jazz:before {
  background-position: 0 -96px; }

.genre-wells-fargo-jazz.featured-thumbnail {
  border-color: #49A942; }

.genre-wells-fargo-jazz .program-tile {
  border-color: #49A942; }

.genre-wells-fargo-jazz .event-column {
  border-color: #49A942; }

.genre-wells-fargo-jazz .tab {
  background: #49A942;
  border-color: #3e9138; }

.genre-wells-fargo-jazz .event-column a {
  color: #3e9138; }

.genre-wells-fargo-jazz .event-column a:hover {
  color: #49A942; }

.genre-wells-fargo-jazz .performance-buy {
  background: #3e9138; }

.genre-wells-fargo-jazz .performance-buy:hover {
  background: #49A942; }

.genre-wells-fargo-jazz .tile-permalink {
  color: #3e9138; }

.genre-wells-fargo-jazz .tile-permalink:hover {
  color: #49A942; }

.genre-wells-fargo-jazz .shorthand-genre {
  color: #49A942; }

.genre-wells-fargo-jazz .toggle-trigger:before {
  border-color: transparent transparent transparent #3e9138; }

.genre-wells-fargo-jazz .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #49A942; }

.genre-wells-fargo-jazz .toggle-trigger.open:hover:before {
  border-color: #3e9138 transparent transparent transparent; }

/* Special Events | #84cbee | #59bfea */
#picker-special.checked:before {
  background-position: -17px -112px; }

#picker-special:before {
  background-position: 0 -112px; }

.genre-special.featured-thumbnail {
  border-color: #84cbee; }

.genre-special .program-tile {
  border-color: #84cbee; }

.genre-special .event-column {
  border-color: #84cbee; }

.genre-special .tab {
  background: #84cbee;
  border-color: #59bfea; }

.genre-special .event-column a {
  color: #59bfea; }

.genre-special .event-column a:hover {
  color: #84cbee; }

.genre-special .performance-buy {
  background: #59bfea; }

.genre-special .performance-buy:hover {
  background: #84cbee; }

.genre-special .tile-permalink {
  color: #59bfea; }

.genre-special .tile-permalink:hover {
  color: #84cbee; }

.genre-special .shorthand-genre {
  color: #84cbee; }

.genre-special .toggle-trigger:before {
  border-color: transparent transparent transparent #59bfea; }

.genre-special .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #84cbee; }

.genre-special .toggle-trigger.open:hover:before {
  border-color: #59bfea transparent transparent transparent; }

/* Visual Arts | #009DDC | #0085ba */
#picker-visual.checked:before {
  background-position: -17px -128px; }

#picker-visual:before {
  background-position: 0 -128px; }

.genre-visual.featured-thumbnail {
  border-color: #009DDC; }

.genre-visual .program-tile {
  border-color: #009DDC; }

.genre-visual .event-column {
  border-color: #009DDC; }

.genre-visual .tab {
  background: #009DDC;
  border-color: #0085BA; }

.genre-visual .event-column a {
  color: #0085BA; }

.genre-visual .event-column a:hover {
  color: #009DDC; }

.genre-visual .performance-buy {
  background: #0085BA; }

.genre-visual .performance-buy:hover {
  background: #009DDC; }

.genre-visual .tile-permalink {
  color: #0085BA; }

.genre-visual .tile-permalink:hover {
  color: #009DDC; }

.genre-visual .shorthand-genre {
  color: #009DDC; }

.genre-visual .toggle-trigger:before {
  border-color: transparent transparent transparent #0085BA; }

.genre-visual .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #009DDC; }

.genre-visual .toggle-trigger.open:hover:before {
  border-color: #0085BA transparent transparent transparent; }

/* Artist Talks | #A064F4 | #8d44f2 | #B73BAB | #902F87 */
#picker-talks.checked:before {
  background-position: -17px -144px; }

#picker-talks:before {
  background-position: 0 -144px; }

.genre-talks.featured-thumbnail {
  border-color: #A064F4; }

.genre-talks .program-tile {
  border-color: #A064F4; }

.genre-talks .event-column {
  border-color: #A064F4; }

.genre-talks .tab {
  background: #A064F4;
  border-color: #8D44F2; }

.genre-talks .event-column a {
  color: #8D44F2; }

.genre-talks .event-column a:hover {
  color: #A064F4; }

.genre-talks .performance-buy {
  background: #8D44F2; }

.genre-talks .performance-buy:hover {
  background: #A064F4; }

.genre-talks .tile-permalink {
  color: #8D44F2; }

.genre-talks .tile-permalink:hover {
  color: #A064F4; }

.genre-talks .shorthand-genre {
  color: #A064F4; }

.genre-talks .toggle-trigger:before {
  border-color: transparent transparent transparent #8D44F2; }

.genre-talks .toggle-trigger:hover:before {
  border-color: transparent transparent transparent #A064F4; }

.genre-talks .toggle-trigger.open:hover:before {
  border-color: #8D44F2 transparent transparent transparent; }

/* Extra Purple | #B73BAB | #902F87 */
/* Ticket Packages
--------------------------------------------- */
.gospoleto-cta .module-title {
  margin-bottom: 0.5em; }
.gospoleto-cta .module-image, .gospoleto-cta .module-footer {
  margin-bottom: 1em; }
.gospoleto-cta .module-image {
  width: 100%; }
  .gospoleto-cta .module-image img {
    height: auto;
    width: 100%; }

.specialty-package .button {
  margin-bottom: 1em; }

/* Specialty Package subpages
--------------------------------------------- */
.secondary-package-section .module-title {
  margin-bottom: 0.75em; }

/* Festival Venues
--------------------------------------------- */
.page-id-19 .thumbnail-item {
  margin-top: 1em;
  padding-top: 0;
  border-top: 0 none; }

/* How to Buy Tickets
--------------------------------------------- */
.jump-links {
  text-align: left; }

/* Look & Listen
--------------------------------------------- */
.look-listen-source .module-header {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 3px double #C1C1C1; }
  .look-listen-source .module-header .module-title {
    text-transform: uppercase;
    letter-spacing: 0.01em; }
  .look-listen-source .module-header .source-label {
    color: #808080; }
  .look-listen-source .module-header .module-content {
    text-align: right; }
    .look-listen-source .module-header .module-content p {
      margin-bottom: 0.25em; }
    .look-listen-source .module-header .module-content .button {
      padding: 0.25em 0.5em; }

.video-item {
  margin-bottom: 1em; }

.video-meta {
  padding: 1em 0; }
  .video-meta .third {
    text-align: center; }
  .video-meta .video-title {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
  .video-meta .button {
    margin-bottom: 1em; }

.primary-video-item .video-meta {
  padding: 1.5em 1.5em 0.5em;
  background: #F3F3F3; }
  .primary-video-item .video-meta .video-title {
    display: block; }

.secondary-video-item .video-title {
  position: relative;
  padding-right: 12px; }
  .secondary-video-item .video-title:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    height: 6px;
    width: 7px;
    background: url("-/img/icons.png") no-repeat 0 -250px;
    content: ''; }
  .secondary-video-item .video-title:hover:after {
    background-position: 0 -275px; }

.instagrams li {
  display: block;
  float: left;
  margin: 0 0.5em 1em;
  height: 85px;
  width: 85px; }
  .instagrams li a {
    display: block;
    border: 5px solid #efefef; }
    .instagrams li a:hover {
      border-color: #359B88; }
  .instagrams li img {
    display: block;
    height: 100%;
    width: 100%; }

ul.instagrams {
  margin: 0;
  list-style: none; }

@media only screen and (min-width: 42.1875em) and (max-width: 56.25em) {
  .look-listen-source .third, .look-listen-source .two-thirds {
    float: left;
    margin-left: 3%;
    width: 48.5%; }
    .look-listen-source .third:first-child, .look-listen-source .two-thirds:first-child {
      margin-left: 0; } }
@media only screen and (max-width: 56.25em) {
  .video-meta .third, .video-meta .two-thirds {
    float: none;
    margin: 0;
    width: 100%;
    text-align: left; }
  .video-meta .video-title {
    text-align: left; } }
@media only screen and (max-width: 42.1875em) {
  .look-listen-source .module-header .module-title {
    margin-bottom: 0.5em; }
  .look-listen-source .module-header .module-content {
    text-align: left; } }
@media only screen and (max-width: 26.25em) {
  .instagrams li {
    height: 65px;
    width: 65px; } }
/* FAQ
--------------------------------------------- */
.question {
  padding: 1.5em 0;
  border-top: 1px solid #c8c8c8; }
  .question .module-content p {
    margin-bottom: 0; }

/* ---------------------------------------------
EXPLORE CHARLESTON
--------------------------------------------- */
/* Explore Charleston
--------------------------------------------- */
.page-id-33 .thumbnail-item:first-child {
  padding-top: 2em; }

/* Accommodations / Attractions
--------------------------------------------- */
.venues-intro {
  padding: 1.5em 0 1em;
  border-bottom: 3px double #D1C8C3; }
  .venues-intro .module-title, .venues-intro .module-content {
    display: inline-block;
    vertical-align: middle; }
  .venues-intro .module-title {
    margin-right: 0.75em; }

.venue-details {
  margin-bottom: 1em; }
  .venue-details p {
    margin-bottom: 0; }
  .venue-details .package-description {
    margin: 1em 0; }

@media only screen and (max-width: 42.1875em) {
  .venues-intro {
    padding: 0 0 0.5em; } }
/* Go Spoleto
--------------------------------------------- */
.go-booking .module-title {
  line-height: 1.6667em;
  margin-bottom: 0.675em; }

@media only screen and (min-width: 42.1875em) {
  .go-intro, .go-booking {
    margin-bottom: 0; } }
/* ---------------------------------------------
SUPPORT
--------------------------------------------- */
/* Spoleto Scene
--------------------------------------------- */
.giving-levels-intro {
  margin-bottom: 2em; }
  .giving-levels-intro .module-title {
    margin-bottom: 0.25em;
    color: #808080; }

.giving-levels {
  margin-top: 2em; }

.giving-level {
  padding: 2em 0;
  border-top: 1px solid #c8c8c8; }
  .giving-level .toggle-trigger {
    line-height: 1.425;
    color: #8BC43E; }
    .giving-level .toggle-trigger .giving-level-title {
      display: block;
      font-weight: 700;
      font-size: 1.142857em; }
    .giving-level .toggle-trigger .giving-range {
      display: block;
      color: #808080; }
    .giving-level .toggle-trigger:after {
      top: 0;
      margin: 0;
      line-height: 0.5; }
    .giving-level .toggle-trigger:hover {
      color: #7db236; }
  .giving-level .toggle-content {
    padding-top: 1em; }
    .giving-level .toggle-content .button {
      padding: 1em; }

/* Sponsorship/Advertising
--------------------------------------------- */
body.page-id-618 .sidebar-contact .contact-options {
  padding: 0 1em; }
  body.page-id-618 .sidebar-contact .contact-options .contact-option:first-child p {
    font-size: 1.3em;
    /* Cheating, this email is exceptionally long */ }

/* Special Events
--------------------------------------------- */
.special-event-item {
  border-top: 0 none; }

/* ---------------------------------------------
GALLERIES
--------------------------------------------- */
/* Galleries Index
--------------------------------------------- */
.gallery-items-wrap {
  padding-bottom: 0;
  text-align: center; }
  .gallery-items-wrap .after-gallery {
    padding-bottom: 2em; }

.gallery-items {
  margin-top: 3em; }

.gallery-item {
  display: block;
  margin-bottom: 3em;
  text-align: center; }
  .gallery-item .module-image {
    display: block;
    margin: 0 auto 1.5em;
    border: 5px solid #dedede; }
    .gallery-item .module-image img {
      display: block; }
  .gallery-item .module-title {
    display: block;
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
  .gallery-item .module-subtitle {
    display: block;
    margin-top: 0.625em;
    font-size: 1.4em;
    color: #808080; }
  .gallery-item:hover {
    color: #2EAFA4; }
    .gallery-item:hover .module-image {
      border-color: #2EAFA4; }

@media only screen and (max-width: 42.1875em) {
  .gallery-items {
    margin-top: 2em; }

  .gallery-item {
    margin-bottom: 2em; } }
/* Galleries Archive
--------------------------------------------- */
ul.galleries-list {
  margin: 0;
  list-style: none; }
  ul.galleries-list li {
    margin-bottom: 1em; }
  ul.galleries-list .module-title {
    display: block;
    font-size: 1.25em;
    line-height: 1.125; }
  ul.galleries-list .module-subtitle {
    display: block;
    margin-top: 0.25em;
    color: #808080; }

/* ---------------------------------------------
GET INVOLVED
--------------------------------------------- */
/* Apprenticeships
--------------------------------------------- */
body.page-id-4 .page-content h4, body.page-id-4 .apply-info h4 {
  margin: 2em 0 0.5em;
  text-transform: none;
  letter-spacing: 0; }

.apprenticeship-areas .area {
  margin: 0.5em 0; }

/* Employment
--------------------------------------------- */
.job-item {
  margin: 4em 0 1em; }
  .job-item:first-child {
    margin-top: 0; }
  .job-item .module-title {
    text-transform: uppercase;
    letter-spacing: 0.01em; }

.job-meta-item {
  margin-top: 1.5em; }
  .job-meta-item * {
    display: inline; }

/* Open Stage Door
--------------------------------------------- */
body.page-id-614 .sidebar-contact .contact-options {
  padding: 0 1em; }
  body.page-id-614 .sidebar-contact .contact-options .contact-option:first-child p {
    font-size: 1.3em;
    /* Cheating, this email is exceptionally long */ }

/* ---------------------------------------------
ABOUT
--------------------------------------------- */
/* Board of Directors
--------------------------------------------- */
.page-id-13 .page-title {
  margin-bottom: 1em; }

.board-cat .module-title {
  margin-bottom: 0.75em;
  font-weight: 400;
  font-size: 1.6em;
  color: #2EAFA4; }

/* Sponsors
--------------------------------------------- */
.sponsorship-title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c8c8c8; }

.founder-sponsors, .logo-only-sponsors {
  position: relative; }
  .founder-sponsors:before, .logo-only-sponsors:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #efefef;
    content: ''; }
  .founder-sponsors .sponsor-row, .logo-only-sponsors .sponsor-row {
    padding-top: 2em;
    border-bottom: 1px solid #EFEFEF; }
    .founder-sponsors .sponsor-row:last-of-type, .logo-only-sponsors .sponsor-row:last-of-type {
      border-bottom: 0 none; }

.founder-sponsor, .logo-only-sponsor {
  margin-bottom: 1em;
  padding: 0 2em; }
  .founder-sponsor .sponsor-image, .logo-only-sponsor .sponsor-image {
    text-align: center;
    margin-bottom: 1em; }
    .founder-sponsor .sponsor-image a, .logo-only-sponsor .sponsor-image a {
      display: block; }
      .founder-sponsor .sponsor-image a:hover img, .logo-only-sponsor .sponsor-image a:hover img {
        zoom: 1;
        filter: alpha(opacity=66);
        opacity: 0.66; }
    .founder-sponsor .sponsor-image img, .logo-only-sponsor .sponsor-image img {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.founder-sponsor .sponsor-image {
  float: left;
  margin-right: 3em;
  width: 33%;
  max-width: 165px; }
.founder-sponsor .module-content {
  width: auto;
  overflow: hidden; }

.logo-only-sponsors {
  margin-bottom: 2em; }

@media only screen and (min-width: 42.1875em) and (max-width: 56.25em) {
  .founder-sponsor .sponsor-image {
    float: none;
    margin: 0 auto 2em;
    width: 100%; }

  .logo-only-sponsor {
    padding: 0 1em; } }
@media only screen and (max-width: 42.1875em) {
  .sponsorship-title {
    border-bottom: 0 none; }

  .founder-sponsors:before, .logo-only-sponsors:before {
    display: none; }
  .founder-sponsors .sponsor-row, .logo-only-sponsors .sponsor-row {
    padding: 0;
    border-bottom: 0 none; }

  .founder-sponsor {
    padding: 2em 0 0;
    border-top: 1px solid #efefef; }

  .logo-only-sponsor {
    padding: 1em 0;
    border-bottom: 1px solid #efefef; } }
@media only screen and (max-width: 26.25em) {
  .founder-sponsor .sponsor-image {
    float: none;
    margin: 0 auto 2em;
    width: 100%; } }
/* Facility Rental
--------------------------------------------- */
body.page-id-12 .sidebar-contact .contact-options {
  padding: 0 1em; }
  body.page-id-12 .sidebar-contact .contact-options .contact-option:first-child p {
    font-size: 1.2em;
    /* Cheating, this email is exceptionally long */ }

/* ---------------------------------------------
BLOG
--------------------------------------------- */
/* Universal
--------------------------------------------- */
body.page-id-730 header .main-nav .blog .menu-trigger, body.single-post header .main-nav .blog .menu-trigger, body.archive header .main-nav .blog .menu-trigger, body.single-posts-by header .main-nav .blog .menu-trigger {
  color: #1A1A1A; }
body.page-id-730 footer .search-bar, body.single-post footer .search-bar, body.archive footer .search-bar, body.single-posts-by footer .search-bar {
  background: transparent; }
  body.page-id-730 footer .search-bar .container, body.single-post footer .search-bar .container, body.archive footer .search-bar .container, body.single-posts-by footer .search-bar .container {
    border-top: 3px double #EDEBE6; }
body.page-id-730 .blog-background, body.single-post .blog-background, body.archive .blog-background, body.single-posts-by .blog-background {
  z-index: 1; }
body.page-id-730 .box.floating, body.single-post .box.floating, body.archive .box.floating, body.single-posts-by .box.floating {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); }
body.page-id-730 .bottom-nav, body.single-post .bottom-nav, body.archive .bottom-nav, body.single-posts-by .bottom-nav {
  display: none; }

.blog-background {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%; }

/* Masthead */
.blog-masthead {
  margin: 5em auto 6em;
  max-width: 950px;
  text-align: center;
  font-weight: 700;
  color: #EDEBE6; }
  .blog-masthead .module-title {
    margin-bottom: 0.75em;
    font-size: 3.6em;
    line-height: 1.667;
    color: inherit; }
  .blog-masthead .module-subtitle {
    font-size: 2.7em;
    line-height: 1.5; }

/* Post Items */
.post-item .module-header {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #c8c8c8; }
.post-item .post-title {
  float: left;
  width: 60%;
  font-weight: 700; }
.post-item .post-meta {
  float: right;
  padding-top: 0.5em;
  width: 38%;
  text-align: right;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.01em; }
.post-item .post-image {
  float: left;
  margin-bottom: 1em;
  width: 40%; }
.post-item .post-excerpt {
  float: right;
  margin-bottom: 1em;
  padding-left: 2.5em;
  width: 60%; }
.post-item .read-more {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 1.8em;
  font-family: "din-condensed-web-1", "din-condensed-web-2", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em; }
@-moz-document url-prefix() {
  .post-item .read-more {
    font-weight: 400; } }
  .post-item .read-more:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    height: 17px;
    width: 17px;
    background: url("-/img/icons.png") no-repeat -100px -125px;
    content: ''; }
  .post-item .read-more:hover:after {
    background-position: -125px -125px; }

/* Pagination */
.blog-pagination {
  margin-top: 5em; }
  .blog-pagination .half {
    margin-bottom: 0; }
  .blog-pagination a {
    position: relative;
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75; }
    .blog-pagination a:before {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      left: 0;
      height: 17px;
      width: 19px;
      background: url("-/img/icons.png") no-repeat -150px -125px;
      content: ''; }
    .blog-pagination a:hover {
      zoom: 1;
      filter: alpha(opacity=100);
      opacity: 1; }
  .blog-pagination .older-posts a {
    padding-left: 30px; }
  .blog-pagination .newer-posts {
    text-align: right; }
    .blog-pagination .newer-posts a {
      padding-right: 30px; }
      .blog-pagination .newer-posts a:before {
        right: 0;
        left: auto;
        background-position: -175px -125px; }

/* Sidebar */
.blog-sidebar {
  padding-top: 4.1em;
  text-align: left; }
  .blog-sidebar .module-title {
    margin-bottom: 0.75em; }
  .blog-sidebar ul.sidebar-list {
    margin: 0;
    list-style: none; }
    .blog-sidebar ul.sidebar-list li {
      margin: 0;
      padding: 0.5em 0;
      border-top: 1px dotted #c8c8c8; }
      .blog-sidebar ul.sidebar-list li:first-child {
        padding-top: 0;
        border-top: 0 none; }
      .blog-sidebar ul.sidebar-list li a:hover {
        color: #1A1A1A; }
  .blog-sidebar .category-list li a, .blog-sidebar .author-list li a {
    display: block;
    position: relative;
    padding-right: 20px; }
    .blog-sidebar .category-list li a:after, .blog-sidebar .author-list li a:after {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 0;
      height: 8px;
      width: 12px;
      background: url("-/img/icons.png") no-repeat -225px -100px;
      content: ''; }
    .blog-sidebar .category-list li a:hover:after, .blog-sidebar .author-list li a:hover:after {
      background-position: -200px -100px; }
  .blog-sidebar .category-list li.current-cat a, .blog-sidebar .category-list li.current-author a, .blog-sidebar .author-list li.current-cat a, .blog-sidebar .author-list li.current-author a {
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #1A1A1A; }
    .blog-sidebar .category-list li.current-cat a:after, .blog-sidebar .category-list li.current-author a:after, .blog-sidebar .author-list li.current-cat a:after, .blog-sidebar .author-list li.current-author a:after {
      background-position: 0 -210px; }
  .blog-sidebar .archive-list {
    float: left;
    width: 46%; }
  .blog-sidebar .archive-list-right {
    float: right; }
  .blog-sidebar .rss-link {
    padding-left: 25px; }
    .blog-sidebar .rss-link:before {
      top: 50%;
      margin-top: -10px;
      height: 20px;
      width: 20px;
      background: url("-/img/icons.png") no-repeat 0 -125px; }
    .blog-sidebar .rss-link:hover {
      color: #1A1A1A; }
      .blog-sidebar .rss-link:hover:before {
        background-position: -25px -125px; }

/* Author Index
--------------------------------------------- */
.single-posts-by .blog-pagination .older-posts a, .single-posts-by .blog-pagination .newer-posts a {
  padding: 0; }
  .single-posts-by .blog-pagination .older-posts a:before, .single-posts-by .blog-pagination .newer-posts a:before {
    display: none; }

.sidebar .author-bio {
  margin-top: 1em; }

/* Single Post
--------------------------------------------- */
.single-post .post-item .module-header {
  margin-bottom: 1em;
  border-bottom: 0 none; }
.single-post .post-item .post-feature img {
  display: block;
  height: auto;
  width: 100%; }
.single-post .post-content img, .single-post .post-content iframe, .single-post .post-content embed, .single-post .post-content object, .single-post .post-content video {
  display: block;
  margin-bottom: 1.5em; }
.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4 {
  display: block;
  margin: 1em 0 0.5em; }
.single-post .comments .module-title {
  margin-bottom: 1em; }

@media only screen and (min-width: 56.25em) {
  body.page-id-730 .main, body.single-post .main, body.archive .main, body.single-posts-by .main {
    width: 70%; }
  body.page-id-730 .sidebar, body.single-post .sidebar, body.archive .sidebar, body.single-posts-by .sidebar {
    width: 30%; } }
@media only screen and (max-width: 900px) {
  body.page-id-730 header .main-nav .main-nav-links .blog .menu-trigger, body.single-post header .main-nav .main-nav-links .blog .menu-trigger, body.archive header .main-nav .main-nav-links .blog .menu-trigger, body.single-posts-by header .main-nav .main-nav-links .blog .menu-trigger {
    color: #EDEBE6; } }
@media only screen and (max-width: 56.25em) {
  .blog-masthead .module-title {
    font-size: 3.2em; }
  .blog-masthead .module-subtitle {
    font-size: 2.1em; }

  .post-item .post-title, .post-item .post-meta, .post-item .post-image, .post-item .post-excerpt {
    float: none;
    padding: 0;
    width: 100%;
    text-align: left; }
  .post-item .post-title {
    margin-bottom: 0.25em; } }
@media only screen and (max-width: 42.1875em) {
  .blog-masthead {
    margin: 0 auto 4em; }
    .blog-masthead .module-title {
      font-size: 2.8em; }
    .blog-masthead .module-subtitle {
      font-size: 1.8em; } }
/* ---------------------------------------------

RETINA SUPPORT
Add 2x sprite and images here.

--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .icon,
  .has-icon:before,
  .plan-arrow,
  .search-form input[type="submit"],
  .secondary-video-item .video-title:after,
  .post-item .read-more:after,
  .blog-pagination a:before,
  .blog-sidebar .category-list li a:after, .blog-sidebar .author-list li a:after,
  .blog-sidebar .rss-link:before,
  .after-gallery .back:before {
    background-image: url("-/img/icons@2x.png");
    background-size: 250px 150px; }

  .has-checkbox:before {
    background-image: url("-/img/events/genre-filters@2x.png");
    background-size: 36px 176px; }

  .browse-header .switch-view .flipper {
    background-image: url("-/img/events/flipper@2x.png");
    background-size: 20px 40px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 26.25em), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 26.25em), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 26.25em), only screen and (min-device-pixel-ratio: 2) and (max-width: 26.25em) {
  .home-hero .module-title .plan-arrow {
    height: 22px;
    width: 22px;
    background: url("-/img/icons@2x.png") -100px -50px;
    background-size: 250px 150px; } }

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