/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.grid-set {
  padding: 0 15px;
  position: relative;
  margin: 0 auto 0 auto; }
  .grid-set:before, .grid-set:after {
    content: "";
    display: table; }
  .grid-set:after {
    clear: both; }
  .grid-set {
    *zoom: 1; }
  @media screen and (min-width: 1171px) {
    .grid-set {
      padding: 0 40px; } }
  .grid-set:after {
    content: "";
    display: table;
    clear: both; }
  .grid-set.grid-full-width {
    max-width: none; }
  @media screen and (min-width: 768px) {
    .grid-set.full-width-right {
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .grid-set.full-width-left {
      padding-left: 0; } }
  .grid-set.grid-no-gutter {
    padding: 0; }
    .grid-set.grid-no-gutter [class*='col-'] {
      padding: 0; }
      .grid-set.grid-no-gutter [class*='col-'].outer-gutter {
        padding: 0 15px; }
        @media screen and (min-width: 1171px) {
          .grid-set.grid-no-gutter [class*='col-'].outer-gutter {
            padding: 0 40px; } }
  .grid-set [class*='col-'] {
    float: left;
    padding: 0 5px 10px 5px; }
    .grid-set [class*='col-']:before, .grid-set [class*='col-']:after {
      content: "";
      display: table; }
    .grid-set [class*='col-']:after {
      clear: both; }
    .grid-set [class*='col-'] {
      *zoom: 1; }
    @media screen and (min-width: 1171px) {
      .grid-set [class*='col-'] {
        padding: 0 10px 20px 10px; } }
    .grid-set [class*='col-'] > .grid-module {
      background: #ccc;
      min-height: 20px;
      margin-bottom: 20px; }
      .grid-set [class*='col-'] > .grid-module:before, .grid-set [class*='col-'] > .grid-module:after {
        content: "";
        display: table; }
      .grid-set [class*='col-'] > .grid-module:after {
        clear: both; }
      .grid-set [class*='col-'] > .grid-module {
        *zoom: 1; }
      .grid-set [class*='col-'] > .grid-module:last-of-type {
        margin-bottom: 0; }
    .grid-set [class*='col-'].col-no-gutter {
      padding: 0; }
  .grid-set *, .grid-set *:after, .grid-set *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .outer-grid-set > .col-1-20,
  .outer-grid-set > .col-2-20,
  .outer-grid-set > .col-3-20,
  .outer-grid-set > .col-4-20,
  .outer-grid-set > .col-5-20,
  .outer-grid-set > .col-6-20,
  .outer-grid-set > .col-7-20,
  .outer-grid-set > .col-8-20,
  .outer-grid-set > .col-9-20,
  .outer-grid-set > .col-10-20,
  .outer-grid-set > .col-11-20,
  .outer-grid-set > .col-12-20,
  .outer-grid-set > .col-13-20,
  .outer-grid-set > .col-14-20,
  .outer-grid-set > .col-15-20,
  .outer-grid-set > .col-16-20,
  .outer-grid-set > .col-17-20,
  .outer-grid-set > .col-18-20,
  .outer-grid-set > .col-19-20,
  .outer-grid-set > .col-20-20 {
    width: 100% !important; } }
.outer-grid-set > .col-1-20 ::-webkit-scrollbar,
.outer-grid-set > .col-2-20 ::-webkit-scrollbar,
.outer-grid-set > .col-3-20 ::-webkit-scrollbar,
.outer-grid-set > .col-4-20 ::-webkit-scrollbar,
.outer-grid-set > .col-5-20 ::-webkit-scrollbar,
.outer-grid-set > .col-6-20 ::-webkit-scrollbar,
.outer-grid-set > .col-7-20 ::-webkit-scrollbar,
.outer-grid-set > .col-8-20 ::-webkit-scrollbar,
.outer-grid-set > .col-9-20 ::-webkit-scrollbar,
.outer-grid-set > .col-10-20 ::-webkit-scrollbar,
.outer-grid-set > .col-11-20 ::-webkit-scrollbar,
.outer-grid-set > .col-12-20 ::-webkit-scrollbar,
.outer-grid-set > .col-13-20 ::-webkit-scrollbar,
.outer-grid-set > .col-14-20 ::-webkit-scrollbar,
.outer-grid-set > .col-15-20 ::-webkit-scrollbar,
.outer-grid-set > .col-16-20 ::-webkit-scrollbar,
.outer-grid-set > .col-17-20 ::-webkit-scrollbar,
.outer-grid-set > .col-18-20 ::-webkit-scrollbar,
.outer-grid-set > .col-19-20 ::-webkit-scrollbar,
.outer-grid-set > .col-20-20 ::-webkit-scrollbar {
  background: transparent; }
.outer-grid-set > .col-1-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-2-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-3-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-4-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-5-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-6-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-7-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-8-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-9-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-10-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-11-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-12-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-13-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-14-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-15-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-16-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-17-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-18-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-19-20 ::-webkit-scrollbar-corner,
.outer-grid-set > .col-20-20 ::-webkit-scrollbar-corner {
  background: transparent; }

.grid-set .col-1-20 {
  width: 5%; }
.grid-set .col-2-20 {
  width: 10%; }
.grid-set .col-3-20 {
  width: 15%; }
.grid-set .col-4-20 {
  width: 20%; }
.grid-set .col-5-20 {
  width: 25%; }
.grid-set .col-6-20 {
  width: 30%; }
.grid-set .col-7-20 {
  width: 35%; }
.grid-set .col-8-20 {
  width: 40%; }
.grid-set .col-9-20 {
  width: 45%; }
.grid-set .col-10-20 {
  width: 50%; }
.grid-set .col-11-20 {
  width: 55%; }
.grid-set .col-12-20 {
  width: 60%; }
.grid-set .col-13-20 {
  width: 65%; }
.grid-set .col-14-20 {
  width: 70%; }
.grid-set .col-15-20 {
  width: 75%; }
.grid-set .col-16-20 {
  width: 80%; }
.grid-set .col-17-20 {
  width: 85%; }
.grid-set .col-18-20 {
  width: 90%; }
.grid-set .col-19-20 {
  width: 95%; }
.grid-set .col-20-20 {
  width: 100%; }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
html {
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  color: #000;
  font-family: "RegularBold", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }

p,
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0; }

a,
a:active,
a:link {
  color: #000;
  outline: 0;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out; }
  a:visited,
  a:active:visited,
  a:link:visited {
    color: #000; }
  a:hover,
  a:active:hover,
  a:link:hover {
    color: #00E132;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

#outer {
  margin: auto;
  width: 100%; }

.section-title {
  border-bottom: 6px solid #000;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 21px;
  padding-bottom: 4px; }
  .section-title.white {
    border-color: #fff; }
  @media screen and (min-width: 768px) {
    .section-title {
      margin-bottom: 26px;
      padding-bottom: 11px; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .section-title {
      border-bottom-width: 6px; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .section-title {
      font-size: 1.5em; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .section-title {
      font-size: 2.3125em; } }
  @media screen and (min-width: 1171px) {
    .section-title {
      font-size: 2.375em;
      border-bottom-width: 8px; } }
  @media screen and (min-width: 1400px) {
    .section-title {
      font-size: 3em; } }

.section-menu-items li a {
  font-size: 1.0625em; }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .section-menu-items li a {
      font-size: 1.25em; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .section-menu-items li a {
      font-size: 1.5em; } }
  @media screen and (min-width: 1171px) {
    .section-menu-items li a {
      font-size: 1.75em; } }
  @media screen and (min-width: 1400px) {
    .section-menu-items li a {
      font-size: 1.9375em; } }

.button {
  background-color: #000;
  display: inline-block;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out; }
  .button.white-background:hover {
    background-color: #00E132; }
  .button:hover {
    background-color: #fff;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out; }
    .button:hover a {
      color: #000;
      transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out; }
  .button a {
    color: #fff;
    display: block;
    font-size: 0.6875em;
    letter-spacing: 0.09em;
    padding: 4px 11px;
    text-transform: uppercase;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out; }
    @media screen and (min-width: 768px) {
      .button a {
        font-size: 0.75em;
        padding: 5px 11px; } }

ul.toggled-content:before, ul.toggled-content:after {
  content: "";
  display: table; }
ul.toggled-content:after {
  clear: both; }
ul.toggled-content {
  *zoom: 1; }
ul.toggled-content > li {
  cursor: pointer;
  float: left;
  margin: 0;
  text-align: center; }
  ul.toggled-content > li a {
    height: 50px;
    line-height: 50px; }
  @media screen and (min-width: 768px) {
    ul.toggled-content > li {
      letter-spacing: 0.09em;
      min-height: 40px;
      padding-left: 15px;
      text-align: left;
      text-transform: uppercase; } }
  @media screen and (min-width: 768px) {
    ul.toggled-content > li {
      font-size: .75em; } }

p.text {
  font-size: 0.9375em; }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    p.text {
      font-size: 1em; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    p.text {
      font-size: 1.0625em; } }
  @media screen and (min-width: 1171px) {
    p.text {
      font-size: 1.125em; } }
  @media screen and (min-width: 1400px) {
    p.text {
      font-size: 1.25em; } }

section {
  background-color: #fff;
  position: relative;
  z-index: 3; }

.no-touch .hero-image {
  background-attachment: fixed; }

.hero {
  background-color: transparent;
  position: relative;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .hero:before, .hero:after {
    content: "";
    display: table; }
  .hero:after {
    clear: both; }
  .hero {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .hero {
      height: 1000px;
      margin-bottom: 0; } }
  .hero .fixed-wrapper {
    height: inherit;
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hero .fixed-wrapper {
        z-index: -1; } }
  .hero .hero-wrapper {
    height: inherit;
    position: relative; }
    .hero .hero-wrapper h2 {
      color: white;
      display: table-cell;
      font-size: 4em;
      line-height: 1em;
      margin: auto;
      position: relative;
      text-align: center;
      vertical-align: middle;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .hero .hero-wrapper h2 {
          padding-top: 35px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .hero .hero-wrapper h2 {
          font-size: 7.5em; } }
      @media screen and (min-width: 1171px) {
        .hero .hero-wrapper h2 {
          font-size: 9.3125em; } }
      @media screen and (min-width: 1400px) {
        .hero .hero-wrapper h2 {
          font-size: 11.125em; } }
  .hero .hero-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 101%;
    position: absolute;
    top: 101%;
    width: 100%;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
    .hero .hero-image.active {
      top: 0; }

@media screen and (min-width: 768px) {
  .mobile-view {
    display: none; } }

.tablet-view {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .tablet-view {
      display: block; } }

.desktop-view {
  display: none; }
  @media screen and (min-width: 768px) {
    .desktop-view {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .hide-on-tablet {
    display: none !important; } }

.grid-set [class*='col-'].inner {
  padding: 0 15px; }
  @media screen and (min-width: 1171px) {
    .grid-set [class*='col-'].inner {
      padding-left: 40px;
      padding-top: 55px; } }
.grid-set [class*='col-'].float-right {
  float: right; }
.grid-set [class*='col-'] .content-pop-up {
  display: none; }
  @media screen and (min-width: 768px) {
    .grid-set [class*='col-'] .content-pop-up.visible {
      display: table; } }

.bg-yellow {
  background-color: #FFE100; }

.bg-light-blue {
  background-color: #00C8FF; }

.bg-green {
  background-color: #00E132; }

.bg-blue {
  background-color: #0096FF; }

.bg-green-blue {
  background-color: #00E1C8; }

.bg-yellow-green {
  background-color: #AFE622; }

.underline {
  border-bottom: 2px solid #000; }
  .underline.large {
    border-width: 8px; }
  @media screen and (min-width: 1171px) {
    .underline {
      border-width: 3px; } }

.hours-directions .grid-set .col-8-20 {
  width: 45%; }
  @media screen and (min-width: 0px) and (max-width: 384px) {
    .hours-directions .grid-set .col-8-20 {
      margin-bottom: 10px;
      width: 100%; } }
.hours-directions .grid-set [class*='col-'].inner {
  padding: 27px 15px 31px; }
  @media screen and (min-width: 768px) {
    .hours-directions .grid-set [class*='col-'].inner {
      padding-left: 0;
      padding-right: 0; } }
.hours-directions .grid-set [class*='col-'].float-right {
  float: right; }
.hours-directions .grid-set [class*='col-'] .content-pop-up {
  overflow: hidden; }
  .hours-directions .grid-set [class*='col-'] .content-pop-up .contain-directions {
    padding-bottom: 40px;
    overflow-y: scroll;
    padding-top: 20px; }
  .hours-directions .grid-set [class*='col-'] .content-pop-up ::-webkit-scrollbar {
    background: transparent; }
  .hours-directions .grid-set [class*='col-'] .content-pop-up ::-webkit-scrollbar-corner {
    background: transparent; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up img {
      margin-right: 5px;
      width: 18%; } }
  @media screen and (min-width: 1171px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up img {
      width: 15%; } }
  @media screen and (min-width: 1400px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up img {
      width: 12%; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up h2 {
      display: block;
      font-size: 1.25em; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up h2 {
      display: inline-block; } }
  @media screen and (min-width: 1171px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up h2 {
      display: inline-block;
      padding-left: 9px;
      font-size: 1.5em; } }
  @media screen and (min-width: 1400px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up h2 {
      font-size: 1.75em; } }
  @media screen and (min-width: 768px) {
    .hours-directions .grid-set [class*='col-'] .content-pop-up {
      padding-right: 40px; }
      .hours-directions .grid-set [class*='col-'] .content-pop-up [class*='col-'] {
        padding-left: 30px; }
      .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type {
        margin-bottom: 13px;
        padding-bottom: 5px; }
        .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type:before, .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type:after {
          content: "";
          display: table; }
        .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type:after {
          clear: both; }
        .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type {
          *zoom: 1; }
        .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type img, .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type h2 {
          float: left; } }
.hours-directions p {
  margin-bottom: 9px;
  padding-bottom: 3px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .hours-directions p {
      font-size: .8675em; } }
  @media screen and (min-width: 1171px) {
    .hours-directions p {
      font-size: 1.125em;
      margin-bottom: 24px;
      padding-bottom: 5px; } }
.hours-directions h3 {
  font-size: 1.75em;
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .hours-directions h3 {
      font-size: 2.5em; } }
  @media screen and (min-width: 1171px) {
    .hours-directions h3 {
      font-size: 3.75em;
      line-height: 60px;
      margin-bottom: 30px; } }
.hours-directions .heading {
  font-size: 1.25em;
  margin-bottom: 10px;
  padding-bottom: 3px;
  text-align: left;
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .hours-directions .heading {
      font-size: 1.5em;
      margin-bottom: 15px; } }
  @media screen and (min-width: 1171px) {
    .hours-directions .heading {
      font-size: 1.875em;
      margin-bottom: 18px; } }
.hours-directions ul.hours-admission li {
  font-size: 0.9375em; }
  .hours-directions ul.hours-admission li:before, .hours-directions ul.hours-admission li:after {
    content: "";
    display: table; }
  .hours-directions ul.hours-admission li:after {
    clear: both; }
  .hours-directions ul.hours-admission li {
    *zoom: 1; }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .hours-directions ul.hours-admission li {
      font-size: 0.75em; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .hours-directions ul.hours-admission li {
      font-size: 0.875em; } }
  @media screen and (min-width: 1171px) {
    .hours-directions ul.hours-admission li {
      font-size: 1.125em;
      margin-bottom: 3px; } }
  .hours-directions ul.hours-admission li .right {
    float: right;
    text-align: right; }
.hours-directions ul.toggled-content li {
  cursor: pointer;
  float: left;
  margin: 0;
  text-align: center;
  width: 33.33%; }
  .hours-directions ul.toggled-content li a {
    height: 50px;
    line-height: 50px; }
    .hours-directions ul.toggled-content li a:hover {
      color: #fff; }
  .hours-directions ul.toggled-content li span img {
    vertical-align: middle;
    width: 30px; }
  @media screen and (min-width: 768px) {
    .hours-directions ul.toggled-content li {
      min-height: 40px;
      padding-left: 10px;
      text-align: left;
      text-transform: uppercase; }
      .hours-directions ul.toggled-content li .desktop-view {
        display: table-cell;
        height: 40px;
        vertical-align: middle; }
      .hours-directions ul.toggled-content li a {
        display: none; } }

@media screen and (max-width: 767px) {
  .item-module .grid-set {
    padding: 0; } }
@media screen and (min-width: 768px) {
  .item-module .grid-set {
    position: relative; } }
.item-module .grid-set .sidebar {
  background-color: #000;
  color: #fff;
  display: none; }
  .item-module .grid-set .sidebar a,
  .item-module .grid-set .sidebar a:active,
  .item-module .grid-set .sidebar a:link {
    color: #fff; }
    .item-module .grid-set .sidebar a:visited,
    .item-module .grid-set .sidebar a:active:visited,
    .item-module .grid-set .sidebar a:link:visited {
      color: #fff; }
    .item-module .grid-set .sidebar a:hover,
    .item-module .grid-set .sidebar a:active:hover,
    .item-module .grid-set .sidebar a:link:hover {
      color: #FFE100; }
  @media screen and (min-width: 768px) {
    .item-module .grid-set .sidebar {
      display: block; } }
.item-module .item-wrapper {
  padding: 16px 20px; }
  .item-module .item-wrapper:before, .item-module .item-wrapper:after {
    content: "";
    display: table; }
  .item-module .item-wrapper:after {
    clear: both; }
  .item-module .item-wrapper {
    *zoom: 1; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .item-module .item-wrapper {
      padding: 25px 25px 15px; } }
  @media screen and (min-width: 1171px) {
    .item-module .item-wrapper {
      padding: 47px 40px 34px; } }
  .item-module .item-wrapper.two-col article {
    margin-right: 1.5%; }
    @media screen and (min-width: 768px) {
      .item-module .item-wrapper.two-col article {
        width: 49%; }
        .item-module .item-wrapper.two-col article:nth-of-type(2n) {
          margin-right: 0; } }
  .item-module .item-wrapper.three-col article {
    margin-right: 1.5%; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .item-module .item-wrapper.three-col article {
        width: 49%; }
        .item-module .item-wrapper.three-col article:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1171px) {
      .item-module .item-wrapper.three-col article {
        width: 32%; }
        .item-module .item-wrapper.three-col article:nth-of-type(3n) {
          margin-right: 0; } }
  .item-module .item-wrapper.four-col article {
    margin-right: 1.25%; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .item-module .item-wrapper.four-col article {
        width: 49%; }
        .item-module .item-wrapper.four-col article:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1171px) {
      .item-module .item-wrapper.four-col article {
        width: 24%; }
        .item-module .item-wrapper.four-col article:nth-of-type(4n) {
          margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .item-module .item-wrapper.five-col article {
      float: none;
      display: inline-block;
      margin-right: 1%;
      width: 48%; } }
  @media screen and (min-width: 1171px) {
    .item-module .item-wrapper.five-col article {
      margin-right: 1%;
      width: 19%; }
      .item-module .item-wrapper.five-col article:nth-of-type(5n) {
        margin-right: 0; } }
  .item-module .item-wrapper .section-title {
    margin-bottom: 27px; }
  .item-module .item-wrapper article {
    background-color: #fff;
    margin-bottom: 12px;
    padding: 13px 19px 8px 13px; }
    @media screen and (min-width: 768px) {
      .item-module .item-wrapper article {
        float: left;
        position: relative; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .item-module .item-wrapper article {
        padding: 14px 15px 72px 19px; } }
    @media screen and (min-width: 1171px) {
      .item-module .item-wrapper article {
        padding: 24px 25px 62px 29px; } }
    .item-module .item-wrapper article h3 {
      font-size: 1.5em;
      line-height: 1em;
      margin-bottom: 6px;
      position: relative; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .item-module .item-wrapper article h3 {
          font-size: 1.5em;
          margin-bottom: 9px; } }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        .item-module .item-wrapper article h3 {
          font-size: 1.6875em; } }
      @media screen and (min-width: 1171px) {
        .item-module .item-wrapper article h3 {
          font-size: 1.25em;
          margin-bottom: 11px; } }
      @media screen and (min-width: 1400px) {
        .item-module .item-wrapper article h3 {
          font-size: 1.9375em; } }
    .item-module .item-wrapper article p {
      line-height: 1.2em;
      margin-bottom: 13px; }
      @media screen and (min-width: 768px) {
        .item-module .item-wrapper article p {
          line-height: 1.3em; } }
      @media screen and (min-width: 1171px) {
        .item-module .item-wrapper article p {
          font-size: 1.125em; } }
    .item-module .item-wrapper article .icon {
      background: url(../images/plus-minus-icons.png) no-repeat 0 0;
      background-size: 38px;
      position: absolute;
      top: 4px;
      right: 0;
      height: 19px;
      width: 20px; }
      @media screen and (min-width: 768px) {
        .item-module .item-wrapper article .icon {
          display: none; } }
      .item-module .item-wrapper article .icon.open {
        background-position: -19px 0; }
    .item-module .item-wrapper article .content {
      border-top: 6px solid #000;
      display: none;
      padding-top: 12px; }
      @media screen and (min-width: 768px) {
        .item-module .item-wrapper article .content {
          display: block; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .item-module .item-wrapper article .content {
          min-height: 190px;
          padding-top: 10px; } }
      @media screen and (min-width: 1171px) {
        .item-module .item-wrapper article .content {
          border-top-width: 8px;
          min-height: 320px;
          padding-top: 14px; } }
    @media screen and (max-width: 767px) {
      .item-module .item-wrapper article .button {
        margin-bottom: 15px; } }
    @media screen and (min-width: 768px) {
      .item-module .item-wrapper article .button {
        bottom: 32px;
        position: absolute;
        left: 28px; } }
.item-module .title-wrapper {
  padding: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .item-module .title-wrapper {
      padding: 34px 20px 20px; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .item-module .title-wrapper {
      padding: 23px 28px; } }
  @media screen and (min-width: 1171px) {
    .item-module .title-wrapper {
      padding: 50px 38px 0; } }
  @media screen and (min-width: 1400px) {
    .item-module .title-wrapper {
      padding: 40px 38px; } }
  .item-module .title-wrapper .section-title {
    border-bottom-color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .item-module .title-wrapper .section-title {
        margin-bottom: 18px;
        padding-bottom: 15px; } }
    @media screen and (min-width: 1171px) {
      .item-module .title-wrapper .section-title {
        margin-bottom: 26px;
        padding-bottom: 24px; } }
  .item-module .title-wrapper p {
    font-size: 1.0625em; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .item-module .title-wrapper p {
        font-size: 1.0625em; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .item-module .title-wrapper p {
        font-size: 1.125em; } }
    @media screen and (min-width: 1171px) {
      .item-module .title-wrapper p {
        font-size: 1.3125em; } }

.fade-wrapper {
  position: relative; }
  @media screen and (min-width: 768px) {
    .fade-wrapper .text-box {
      padding-bottom: 60px; } }
  .fade-wrapper .gradient-fade {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -o-linear-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    display: none;
    height: 60px;
    position: absolute;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .fade-wrapper .gradient-fade {
        display: block; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .fade-wrapper .gradient-fade {
        height: 30px; } }
    .fade-wrapper .gradient-fade.yellow {
      background: -webkit-linear-gradient(rgba(255, 225, 0, 0), #FFE100);
      background: -moz-linear-gradient(rgba(255, 225, 0, 0), #FFE100);
      background: -o-linear-gradient(rgba(255, 225, 0, 0), #FFE100);
      background: linear-gradient(rgba(255, 225, 0, 0), #FFE100); }
    .fade-wrapper .gradient-fade.yellow-green {
      background: -webkit-linear-gradient(rgba(175, 230, 34, 0), #AFE622);
      background: -moz-linear-gradient(rgba(175, 230, 34, 0), #AFE622);
      background: -o-linear-gradient(rgba(175, 230, 34, 0), #AFE622);
      background: linear-gradient(rgba(175, 230, 34, 0), #AFE622); }
    .fade-wrapper .gradient-fade.green {
      background: -webkit-linear-gradient(rgba(0, 225, 50, 0), #00E132);
      background: -moz-linear-gradient(rgba(0, 225, 50, 0), #00E132);
      background: -o-linear-gradient(rgba(0, 225, 50, 0), #00E132);
      background: linear-gradient(rgba(0, 225, 50, 0), #00E132); }
    .fade-wrapper .gradient-fade.green-blue {
      background: -webkit-linear-gradient(rgba(0, 225, 200, 0), #00E1C8);
      background: -moz-linear-gradient(rgba(0, 225, 200, 0), #00E1C8);
      background: -o-linear-gradient(rgba(0, 225, 200, 0), #00E1C8);
      background: linear-gradient(rgba(0, 225, 200, 0), #00E1C8); }
    .fade-wrapper .gradient-fade.light-blue {
      background: -webkit-linear-gradient(rgba(0, 200, 255, 0), #00C8FF);
      background: -moz-linear-gradient(rgba(0, 200, 255, 0), #00C8FF);
      background: -o-linear-gradient(rgba(0, 200, 255, 0), #00C8FF);
      background: linear-gradient(rgba(0, 200, 255, 0), #00C8FF); }
    .fade-wrapper .gradient-fade.blue {
      background: -webkit-linear-gradient(rgba(0, 150, 255, 0), #0096FF);
      background: -moz-linear-gradient(rgba(0, 150, 255, 0), #0096FF);
      background: -o-linear-gradient(rgba(0, 150, 255, 0), #0096FF);
      background: linear-gradient(rgba(0, 150, 255, 0), #0096FF); }
    .fade-wrapper .gradient-fade.black {
      background: -webkit-linear-gradient(transparent, #000);
      background: -moz-linear-gradient(transparent, #000);
      background: -o-linear-gradient(transparent, #000);
      background: linear-gradient(transparent, #000); }

.funders {
  padding-top: 22px;
  padding-bottom: 27px; }
  @media screen and (min-width: 768px) {
    .funders {
      padding-bottom: 0;
      padding-right: 40px;
      padding-top: 0; } }
  @media screen and (min-width: 768px) {
    .funders .grid-set .col-20-20 {
      background-color: #000; } }
  @media screen and (min-width: 768px) {
    .funders .grid-set .col-5-20 {
      background-color: #000;
      color: #fff;
      padding-right: 60px;
      padding-top: 60px; } }
  @media screen and (min-width: 768px) {
    .funders .grid-set .col-15-20 {
      background-color: #fff;
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 60px; } }
  .funders .section-title.white {
    border-bottom-color: #000; }
    @media screen and (min-width: 768px) {
      .funders .section-title.white {
        border-bottom-color: #fff; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .funders .text-box {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1171px) {
    .funders .text-box {
      margin-bottom: 30px; } }
  .funders p {
    margin-bottom: 10px;
    font-size: 0.9375em; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .funders p {
        font-size: .8675em; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .funders p {
        font-size: 1.0625em; } }
    @media screen and (min-width: 1171px) {
      .funders p {
        font-size: 1.125em;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1400px) {
      .funders p {
        font-size: 1.25em; } }
  .funders img {
    width: 100%; }
  .funders .logo-wall {
    display: none; }
    @media screen and (min-width: 768px) {
      .funders .logo-wall {
        display: block;
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .funders .logo-wall {
        padding-bottom: 19px; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .funders .logo-wall {
        padding-bottom: 27px; } }
    @media screen and (min-width: 1171px) {
      .funders .logo-wall {
        margin-bottom: 30px;
        padding-bottom: 25px; } }
    @media screen and (min-width: 1400px) {
      .funders .logo-wall {
        padding-bottom: 32px; } }
    .funders .logo-wall.underline {
      border-bottom: 6px solid #000; }
      @media screen and (min-width: 1171px) {
        .funders .logo-wall.underline {
          border-bottom-width: 8px; } }

.scrolloff {
  pointer-events: none; }

body.mobile-nav-active {
  overflow: hidden;
  position: relative; }

#global-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4; }
  #global-header .top-nav {
    background-color: #000;
    color: #fff;
    display: none;
    padding: 9px 0 5px; }
    @media screen and (min-width: 768px) {
      #global-header .top-nav {
        display: block; } }
    #global-header .top-nav p {
      font-size: .75em;
      letter-spacing: .09em;
      margin: 0;
      text-transform: uppercase; }
      #global-header .top-nav p .clock {
        padding: 0 10px;
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle; }
        #global-header .top-nav p .clock img {
          width: 19px; }
      #global-header .top-nav p .tablet {
        display: none; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .top-nav p .tablet {
            display: inline; } }
      #global-header .top-nav p .desktop {
        display: none; }
        @media screen and (min-width: 1171px) {
          #global-header .top-nav p .desktop {
            display: inline; } }
    #global-header .top-nav .col-10-20 {
      padding: 0; }
    #global-header .top-nav .secondary-menu {
      text-align: right; }
      #global-header .top-nav .secondary-menu li {
        display: inline-block;
        text-transform: uppercase; }
        #global-header .top-nav .secondary-menu li:last-child {
          margin-right: 0; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .top-nav .secondary-menu li {
            margin-right: 10px; } }
        @media screen and (min-width: 1171px) {
          #global-header .top-nav .secondary-menu li {
            margin-right: 20px; } }
        #global-header .top-nav .secondary-menu li a {
          color: #fff;
          font-size: .75em;
          letter-spacing: .09em; }
          #global-header .top-nav .secondary-menu li a:hover {
            color: #FFE100; }
  #global-header .main-nav {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 7px; }
    #global-header .main-nav.fixed-nav {
      left: 0;
      position: fixed;
      right: 0;
      top: 0; }
    @media screen and (min-width: 768px) {
      #global-header .main-nav .mobile-nav-header {
        display: none; } }
    #global-header .main-nav .mobile-nav-header > div {
      padding: 0 15px 10px; }
      #global-header .main-nav .mobile-nav-header > div:before, #global-header .main-nav .mobile-nav-header > div:after {
        content: "";
        display: table; }
      #global-header .main-nav .mobile-nav-header > div:after {
        clear: both; }
      #global-header .main-nav .mobile-nav-header > div {
        *zoom: 1; }
    #global-header .main-nav .mobile-nav-header .open {
      background-color: #fff;
      display: none;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1; }
      #global-header .main-nav .mobile-nav-header .open .wrapper {
        padding-top: 7px;
        height: 100%;
        overflow: scroll; }
        #global-header .main-nav .mobile-nav-header .open .wrapper > div:before, #global-header .main-nav .mobile-nav-header .open .wrapper > div:after {
          content: "";
          display: table; }
        #global-header .main-nav .mobile-nav-header .open .wrapper > div:after {
          clear: both; }
        #global-header .main-nav .mobile-nav-header .open .wrapper > div {
          *zoom: 1; }
      #global-header .main-nav .mobile-nav-header .open .logo {
        margin-bottom: 40px; }
      #global-header .main-nav .mobile-nav-header .open .menu {
        margin-bottom: 100px; }
    #global-header .main-nav .mobile-nav-header .logo {
      float: left;
      width: 75%; }
      #global-header .main-nav .mobile-nav-header .logo a {
        display: block;
        font-size: 1.5625em;
        letter-spacing: 0.1vh;
        line-height: 1.1em;
        padding-top: 4px;
        margin: 0; }
    #global-header .main-nav .mobile-nav-header .icon {
      float: right;
      padding-top: 8px;
      cursor: pointer; }
      #global-header .main-nav .mobile-nav-header .icon img {
        max-width: 26px;
        max-height: 21px; }
    #global-header .main-nav .desktop-nav-header {
      display: none;
      margin-bottom: 20px;
      overflow: hidden;
      padding: 12px 40px 2px; }
      #global-header .main-nav .desktop-nav-header:before, #global-header .main-nav .desktop-nav-header:after {
        content: "";
        display: table; }
      #global-header .main-nav .desktop-nav-header:after {
        clear: both; }
      #global-header .main-nav .desktop-nav-header {
        *zoom: 1; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .desktop-nav-header {
          margin-bottom: 0;
          padding: 15px 11px 15px 15px; } }
      #global-header .main-nav .desktop-nav-header:hover .logo .arrow.open {
        opacity: 1;
        transition: all .5s ease; }
        #global-header .main-nav .desktop-nav-header:hover .logo .arrow.open .large-logo {
          display: block; }
      @media screen and (min-width: 768px) {
        #global-header .main-nav .desktop-nav-header {
          display: block; } }
      #global-header .main-nav .desktop-nav-header .logo {
        margin-bottom: 20px;
        position: relative; }
        #global-header .main-nav .desktop-nav-header .logo a:hover {
          color: #000; }
        #global-header .main-nav .desktop-nav-header .logo p {
          display: none;
          letter-spacing: .07em; }
          @media screen and (min-width: 768px) {
            #global-header .main-nav .desktop-nav-header .logo p {
              display: inline-block; } }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            #global-header .main-nav .desktop-nav-header .logo p {
              font-size: 1.1875em;
              line-height: 20px;
              padding-top: 2px; } }
          @media screen and (min-width: 1171px) {
            #global-header .main-nav .desktop-nav-header .logo p {
              font-size: 1.3125em;
              line-height: 22px;
              padding-top: 4px; } }
        #global-header .main-nav .desktop-nav-header .logo .word-mark {
          display: none;
          position: absolute;
          top: 18px;
          max-width: 151px;
          width: 22%;
          z-index: 5; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            #global-header .main-nav .desktop-nav-header .logo .word-mark {
              top: 11px;
              max-width: 180px;
              width: 35%; } }
        #global-header .main-nav .desktop-nav-header .logo .arrow {
          opacity: 0;
          position: relative; }
          #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo {
            bottom: -40px;
            display: none;
            max-width: 711px;
            position: absolute;
            width: 100%; }
            #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo .svg-logo {
              fill: #FFE100;
              -webkit-transition: all .325s linear;
              -moz-transition: all .325s linear;
              -o-transition: all .325s linear;
              transition: all .325s linear; }
            #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo #blue-fade {
              fill: #0096FF; }
            #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo #green-fade {
              fill: #00E132; }
            #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo #yellow-fade {
              fill: #FFE100; }
            #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo #yellow-green-fade {
              fill: #AFE622; }
            #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo #green-blue-fade {
              fill: #00E1C8; }
            #global-header .main-nav .desktop-nav-header .logo .arrow .large-logo #light-blue-fade {
              fill: #00C8FF; }
    @media screen and (min-width: 768px) {
      #global-header .main-nav .menu {
        float: right; } }
    #global-header .main-nav .menu .default-nav-content {
      display: none;
      margin-top: 5px; }
      #global-header .main-nav .menu .default-nav-content p {
        margin-bottom: 30px; }
    #global-header .main-nav .menu .sub-content-container {
      margin: 5px 0 0 0;
      padding: 0;
      width: 100%; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content, #global-header .main-nav .menu .sub-content-container.shop .sub-content, #global-header .main-nav .menu .sub-content-container.programs .sub-content, #global-header .main-nav .menu .sub-content-container.exhibitions .sub-content, #global-header .main-nav .menu .sub-content-container.about .sub-content, #global-header .main-nav .menu .sub-content-container.press .sub-content {
          margin-right: 2.8%;
          display: inline-block;
          width: 31%; }
          #global-header .main-nav .menu .sub-content-container.calendar .sub-content:nth-child(3), #global-header .main-nav .menu .sub-content-container.shop .sub-content:nth-child(3), #global-header .main-nav .menu .sub-content-container.programs .sub-content:nth-child(3), #global-header .main-nav .menu .sub-content-container.exhibitions .sub-content:nth-child(3), #global-header .main-nav .menu .sub-content-container.about .sub-content:nth-child(3), #global-header .main-nav .menu .sub-content-container.press .sub-content:nth-child(3) {
            margin-right: 0; }
          #global-header .main-nav .menu .sub-content-container.calendar .sub-content:last-child, #global-header .main-nav .menu .sub-content-container.shop .sub-content:last-child, #global-header .main-nav .menu .sub-content-container.programs .sub-content:last-child, #global-header .main-nav .menu .sub-content-container.exhibitions .sub-content:last-child, #global-header .main-nav .menu .sub-content-container.about .sub-content:last-child, #global-header .main-nav .menu .sub-content-container.press .sub-content:last-child {
            display: none; } }
      #global-header .main-nav .menu .sub-content-container.exhibitions .image img, #global-header .main-nav .menu .sub-content-container.shop .image img {
        width: 100%; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.programs .sub-content.box .wrap-box {
          padding: 6px; } }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.programs .sub-content.box .wrap-box {
          padding: 8px; } }
      #global-header .main-nav .menu .sub-content-container.programs .sub-content.box a {
        color: #000; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .main-nav .menu .sub-content-container.programs .sub-content.box a {
            font-size: 0.625em; } }
        @media screen and (min-width: 1081px) and (max-width: 1170px) {
          #global-header .main-nav .menu .sub-content-container.programs .sub-content.box a {
            font-size: 0.75em; } }
        @media screen and (min-width: 1171px) {
          #global-header .main-nav .menu .sub-content-container.programs .sub-content.box a {
            font-size: 0.75em; } }
        @media screen and (min-width: 1400px) {
          #global-header .main-nav .menu .sub-content-container.programs .sub-content.box a {
            font-size: 1em; } }
        #global-header .main-nav .menu .sub-content-container.programs .sub-content.box a:hover {
          color: #fff; }
      #global-header .main-nav .menu .sub-content-container.press .box:nth-child(1n) {
        background-color: #FFE100; }
      #global-header .main-nav .menu .sub-content-container.press .box:nth-child(2n) {
        background-color: #AFE622; }
      #global-header .main-nav .menu .sub-content-container.press .box:nth-child(3n) {
        background-color: #00E132; }
      #global-header .main-nav .menu .sub-content-container.press .box:nth-child(4n) {
        background-color: #0096FF; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.press .box p {
          font-size: 0.625em; } }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.press .box p {
          font-size: 0.75em; } }
      @media screen and (min-width: 1171px) {
        #global-header .main-nav .menu .sub-content-container.press .box p {
          font-size: 0.75em; } }
      @media screen and (min-width: 1400px) {
        #global-header .main-nav .menu .sub-content-container.press .box p {
          font-size: 1em; } }
      #global-header .main-nav .menu .sub-content-container.press .box .date {
        border-bottom: 0;
        padding: 0; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .main-nav .menu .sub-content-container.press .box .date {
            font-size: 0.75em;
            margin-bottom: 4px; } }
        @media screen and (min-width: 1081px) and (max-width: 1170px) {
          #global-header .main-nav .menu .sub-content-container.press .box .date {
            font-size: 0.875em;
            margin-bottom: 6px; } }
        @media screen and (min-width: 1171px) {
          #global-header .main-nav .menu .sub-content-container.press .box .date {
            font-size: 1em;
            margin-bottom: 6px; } }
        @media screen and (min-width: 1400px) {
          #global-header .main-nav .menu .sub-content-container.press .box .date {
            font-size: 1.25em; } }
      #global-header .main-nav .menu .sub-content-container.press .sub-content p.date {
        border-bottom: 3px solid #fff; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .main-nav .menu .sub-content-container.press .sub-content p.date {
            padding-bottom: 4px;
            margin-bottom: 4px; } }
        @media screen and (min-width: 1081px) and (max-width: 1170px) {
          #global-header .main-nav .menu .sub-content-container.press .sub-content p.date {
            padding-bottom: 4px;
            margin-bottom: 6px; } }
        @media screen and (min-width: 1171px) {
          #global-header .main-nav .menu .sub-content-container.press .sub-content p.date {
            padding-bottom: 4px;
            margin-bottom: 6px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content.box:hover {
          margin-top: -2px;
          margin-bottom: 2px; } }
      @media screen and (min-width: 1171px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content.box:hover {
          margin-top: -5px;
          margin-bottom: 5px; } }
      #global-header .main-nav .menu .sub-content-container.calendar .sub-content.box a:hover {
        color: #000; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content.box .wrap-box {
          padding: 8px; } }
      @media screen and (min-width: 1171px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content.box .wrap-box {
          padding: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content p {
          font-size: 0.625em; } }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content p {
          font-size: 0.75em; } }
      @media screen and (min-width: 1171px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content p {
          font-size: 0.75em; } }
      @media screen and (min-width: 1400px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content p {
          font-size: 1em; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content .date {
          font-size: 1em;
          padding-bottom: 4px;
          margin-bottom: 4px; } }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content .date {
          font-size: 1.125em;
          padding-bottom: 4px;
          margin-bottom: 6px; } }
      @media screen and (min-width: 1171px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content .date {
          font-size: 1.25em;
          padding-bottom: 4px;
          margin-bottom: 6px; } }
      @media screen and (min-width: 1400px) {
        #global-header .main-nav .menu .sub-content-container.calendar .sub-content .date {
          font-size: 1.75em; } }
      #global-header .main-nav .menu .sub-content-container .curious-adults {
        background-color: #FFE100; }
      #global-header .main-nav .menu .sub-content-container .curious-teens {
        background-color: #AFE622; }
      #global-header .main-nav .menu .sub-content-container .creative-family {
        background-color: #00E132; }
      #global-header .main-nav .menu .sub-content-container .member-events {
        background-color: #00E1C8; }
      #global-header .main-nav .menu .sub-content-container .educators-programs {
        background-color: #00C8FF; }
      #global-header .main-nav .menu .sub-content-container .special-events {
        background-color: #0096FF; }
      #global-header .main-nav .menu .sub-content-container .sub-content {
        border: none;
        display: inline-block;
        margin: 0 2% 0 0;
        padding: 0;
        position: relative;
        vertical-align: top;
        width: 23%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .main-nav .menu .sub-content-container .sub-content {
            display: block;
            float: left; } }
        #global-header .main-nav .menu .sub-content-container .sub-content.full-width {
          width: 100%; }
        #global-header .main-nav .menu .sub-content-container .sub-content:last-child {
          margin: 0; }
        #global-header .main-nav .menu .sub-content-container .sub-content.col-one {
          margin: 0;
          width: 25%; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            #global-header .main-nav .menu .sub-content-container .sub-content.col-one {
              margin-right: 2%;
              width: 31%; } }
        #global-header .main-nav .menu .sub-content-container .sub-content.col-three {
          margin: 0;
          padding-left: 5px;
          width: 75%; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            #global-header .main-nav .menu .sub-content-container .sub-content.col-three {
              width: 66%; } }
        #global-header .main-nav .menu .sub-content-container .sub-content.calendar-box {
          padding: 8px 12px 0 12px;
          min-height: 200px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #global-header .main-nav .menu .sub-content-container .sub-content.calendar-box a:hover {
            color: #00E1C8; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            #global-header .main-nav .menu .sub-content-container .sub-content.calendar-box {
              padding-left: 5px; } }
        #global-header .main-nav .menu .sub-content-container .sub-content.box .hide-ratio {
          position: relative;
          opacity: 0; }
        #global-header .main-nav .menu .sub-content-container .sub-content.box a:hover {
          color: #fff; }
        #global-header .main-nav .menu .sub-content-container .sub-content.box .wrap-box {
          bottom: 0;
          left: 0;
          right: 0;
          top: 0;
          padding: 12px;
          position: absolute; }
          #global-header .main-nav .menu .sub-content-container .sub-content.box .wrap-box.yellow {
            background-color: #FFE100; }
          #global-header .main-nav .menu .sub-content-container .sub-content.box .wrap-box.yellow-green {
            background-color: #AFE622; }
          #global-header .main-nav .menu .sub-content-container .sub-content.box .wrap-box.green {
            background-color: #00E132; }
          #global-header .main-nav .menu .sub-content-container .sub-content.box .wrap-box.blue {
            background-color: #0096FF; }
        #global-header .main-nav .menu .sub-content-container .sub-content.links {
          padding-top: 5px; }
          #global-header .main-nav .menu .sub-content-container .sub-content.links p {
            font-size: 1.5625em; }
            @media screen and (min-width: 768px) and (max-width: 1170px) {
              #global-header .main-nav .menu .sub-content-container .sub-content.links p {
                font-size: 1.1875em; } }
            @media screen and (min-width: 1171px) {
              #global-header .main-nav .menu .sub-content-container .sub-content.links p {
                font-size: 1.3125em; } }
        #global-header .main-nav .menu .sub-content-container .sub-content.links.green-blue a:hover {
          color: #00E1C8; }
        #global-header .main-nav .menu .sub-content-container .sub-content.links.green a:hover {
          color: #00E132; }
        #global-header .main-nav .menu .sub-content-container .sub-content.links.blue a:hover {
          color: #0096FF; }
        #global-header .main-nav .menu .sub-content-container .sub-content.links.yellow-green a:hover {
          color: #AFE622; }
        #global-header .main-nav .menu .sub-content-container .sub-content a {
          margin: 0;
          border: 0; }
        #global-header .main-nav .menu .sub-content-container .sub-content p {
          font-size: 1.5625em; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            #global-header .main-nav .menu .sub-content-container .sub-content p {
              font-size: 1.1875em; } }
          @media screen and (min-width: 1171px) {
            #global-header .main-nav .menu .sub-content-container .sub-content p {
              font-size: 1.3125em; } }
          #global-header .main-nav .menu .sub-content-container .sub-content p.date {
            border-bottom: 3px solid #fff;
            padding-bottom: 8px;
            margin-bottom: 8px; }
            @media screen and (min-width: 768px) and (max-width: 1080px) {
              #global-header .main-nav .menu .sub-content-container .sub-content p.date {
                font-size: 1.25em; } }
            @media screen and (min-width: 1081px) and (max-width: 1170px) {
              #global-header .main-nav .menu .sub-content-container .sub-content p.date {
                font-size: 1.5em; } }
            @media screen and (min-width: 1171px) {
              #global-header .main-nav .menu .sub-content-container .sub-content p.date {
                font-size: 1.9375em; } }
        #global-header .main-nav .menu .sub-content-container .sub-content h3 {
          font-size: 2.25em; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            #global-header .main-nav .menu .sub-content-container .sub-content h3 {
              font-size: 1.5em; } }
        #global-header .main-nav .menu .sub-content-container .sub-content img {
          display: block;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #global-header .main-nav .menu .sub-content-container .sub-content:hover .hover-info {
          max-height: 75%;
          padding: 5px 0 10px 12px;
          transition: max-height 0.325s ease-in-out;
          -moz-transition: max-height 0.325s ease-in-out;
          -webkit-transition: max-height 0.325s ease-in-out;
          transition: padding 0.05s ease-in-out;
          -moz-transition: padding 0.05s ease-in-out;
          -webkit-transition: padding 0.05s ease-in-out; }
        #global-header .main-nav .menu .sub-content-container .sub-content .hover-info {
          bottom: 0;
          color: #fff;
          font-size: 0.9375em;
          max-height: 0;
          padding: 0 0 0 12px;
          position: absolute;
          width: 100%; }
          #global-header .main-nav .menu .sub-content-container .sub-content .hover-info.blue {
            background-color: #0096FF; }
          #global-header .main-nav .menu .sub-content-container .sub-content .hover-info.yellow {
            background-color: #FFE100; }
          #global-header .main-nav .menu .sub-content-container .sub-content .hover-info.green {
            background-color: #00E132; }
          #global-header .main-nav .menu .sub-content-container .sub-content .hover-info.yellow-green {
            background-color: #AFE622; }
    #global-header .main-nav .menu li {
      border-bottom: 5px solid #000;
      margin-bottom: 10px; }
      #global-header .main-nav .menu li:last-child {
        border-bottom-width: 0; }
      #global-header .main-nav .menu li.blue:hover, #global-header .main-nav .menu li.green:hover, #global-header .main-nav .menu li.yellow:hover, #global-header .main-nav .menu li.yellow-green:hover, #global-header .main-nav .menu li.light-blue:hover, #global-header .main-nav .menu li.green-blue:hover {
        transition: border-color 0.25s ease-in-out;
        -moz-transition: border-color 0.25s ease-in-out;
        -webkit-transition: border-color 0.25s ease-in-out; }
      #global-header .main-nav .menu li.light-blue:hover, #global-header .main-nav .menu li.light-blue.active {
        border-color: #00C8FF; }
        #global-header .main-nav .menu li.light-blue:hover a, #global-header .main-nav .menu li.light-blue.active a {
          color: #00C8FF; }
      #global-header .main-nav .menu li.blue:hover, #global-header .main-nav .menu li.blue.active {
        border-color: #0096FF; }
        #global-header .main-nav .menu li.blue:hover a, #global-header .main-nav .menu li.blue.active a {
          color: #0096FF; }
      #global-header .main-nav .menu li.green:hover, #global-header .main-nav .menu li.green.active {
        border-color: #00E132; }
        #global-header .main-nav .menu li.green:hover a, #global-header .main-nav .menu li.green.active a {
          color: #00E132; }
      #global-header .main-nav .menu li.yellow:hover, #global-header .main-nav .menu li.yellow.active {
        border-color: #FFE100; }
        #global-header .main-nav .menu li.yellow:hover a, #global-header .main-nav .menu li.yellow.active a {
          color: #FFE100; }
      #global-header .main-nav .menu li.yellow-green:hover, #global-header .main-nav .menu li.yellow-green.active {
        border-color: #AFE622; }
        #global-header .main-nav .menu li.yellow-green:hover a, #global-header .main-nav .menu li.yellow-green.active a {
          color: #AFE622; }
      #global-header .main-nav .menu li.green-blue:hover, #global-header .main-nav .menu li.green-blue.active {
        border-color: #00E1C8; }
        #global-header .main-nav .menu li.green-blue:hover a, #global-header .main-nav .menu li.green-blue.active a {
          color: #00E1C8; }
      #global-header .main-nav .menu li.hidden-default {
        border: none;
        bottom: -10px;
        height: 30px;
        left: 0;
        position: absolute;
        width: 100%; }
      #global-header .main-nav .menu li.contact {
        display: none; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .main-nav .menu li.contact {
            display: inline-block; } }
      #global-header .main-nav .menu li .nav-content {
        display: none !important; }
      @media screen and (min-width: 768px) {
        #global-header .main-nav .menu li {
          border-bottom-width: 3px;
          display: inline-block;
          margin-right: 2%;
          margin-bottom: 13px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    #global-header .main-nav .menu li:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (min-width: 768px) and (min-width: 1171px) {
    #global-header .main-nav .menu li:nth-child(4n) {
      margin-right: 0; } }
      @media screen and (min-width: 768px) {
          #global-header .main-nav .menu li:last-child {
            border-bottom-width: 3px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-header .main-nav .menu li {
          width: 31%; } }
      @media screen and (min-width: 1171px) {
        #global-header .main-nav .menu li {
          width: 23%; } }
      #global-header .main-nav .menu li a {
        font-size: 1.5625em;
        margin-bottom: 2px; }
        @media screen and (min-width: 768px) {
          #global-header .main-nav .menu li a {
            display: block;
            margin-bottom: 4px;
            text-transform: none; } }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-header .main-nav .menu li a {
            font-size: 1.1875em; } }
        @media screen and (min-width: 1171px) {
          #global-header .main-nav .menu li a {
            font-size: 1.3125em; } }

#global-footer {
  background-color: #000;
  color: #fff;
  padding-top: 38px;
  padding-bottom: 28px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    #global-footer {
      padding-top: 34px; } }
  #global-footer .grid-set {
    background-color: #000;
    position: static; }
    #global-footer .grid-set:before, #global-footer .grid-set:after {
      content: "";
      display: table; }
    #global-footer .grid-set:after {
      clear: both; }
    #global-footer .grid-set {
      *zoom: 1; }
    #global-footer .grid-set [class*='col-'] {
      padding-right: 3px; }
      @media screen and (max-width: 767px) {
        #global-footer .grid-set [class*='col-'] {
          float: none; } }
  @media screen and (max-width: 767px) {
    #global-footer .col-1-20 {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    #global-footer .col-4-20 {
      padding-right: 15px !important;
      padding-left: 0; } }
  #global-footer a,
  #global-footer a:active,
  #global-footer a:link,
  #global-footer a:visited {
    color: #fff; }
  #global-footer a:hover {
    color: #FFE100; }
  #global-footer .title {
    background: url(/themes/site_themes/the_aldrich/images/footer-nav.png) no-repeat 0 7px;
    background-size: 30px;
    padding-left: 55px;
    border-bottom: 3px solid #fff;
    font-size: 1.25em;
    letter-spacing: .09em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer .title {
        font-size: 0.85em;
        background-size: 15px;
        margin-bottom: 12px;
        padding-left: 23px;
        padding-bottom: 6px; } }
    @media screen and (min-width: 1171px) {
      #global-footer .title {
        font-size: 1.125em;
        padding-left: 50px;
        padding-bottom: 12px; } }
  #global-footer p {
    margin-bottom: -1px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer p {
        font-size: 0.85em;
        margin-bottom: 1px; } }
    @media screen and (min-width: 1171px) {
      #global-footer p {
        font-size: 1.125em;
        margin-bottom: 1px; } }
  #global-footer li {
    margin-bottom: -1px; }
    @media screen and (min-width: 768px) {
      #global-footer li {
        margin-bottom: 1px; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer li a {
        font-size: 0.85em; } }
    @media screen and (min-width: 1171px) {
      #global-footer li a {
        font-size: 1.125em; } }
  #global-footer .contact {
    margin-bottom: 20px; }
    #global-footer .contact .title {
      background: url(/themes/site_themes/the_aldrich/images/footer-contact.png) no-repeat 2px 7px;
      background-size: 20px; }
      @media screen and (min-width: 768px) {
        #global-footer .contact .title {
          background-position: 0 6px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-footer .contact .title {
          background-size: 10px; } }
  #global-footer .follow {
    margin-bottom: 15px; }
    #global-footer .follow .title {
      background: url(/themes/site_themes/the_aldrich/images/footer-follow.png) no-repeat 0 1px;
      background-size: 25px;
      margin-bottom: 22px; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-footer .follow .title {
          background-position: 0 3px;
          background-size: 12px;
          margin-bottom: 18px; } }
      @media screen and (min-width: 1171px) {
        #global-footer .follow .title {
          background-position: 0 0;
          background-size: 24px;
          margin-bottom: 27px; } }
    @media (min-width: 850px) and (max-width: 1050px) {
      #global-footer .follow ul.social-icons {
        width: 81%; } }
    @media (min-width: 1051px) and (max-width: 1170px) {
      #global-footer .follow ul.social-icons {
        width: 70%; } }
    #global-footer .follow ul.social-icons li {
      background-size: 44px 58px;
      background-repeat: no-repeat;
      background-position: 0 0;
      display: inline-block;
      margin-right: 10px; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-footer .follow ul.social-icons li {
          background-size: 30px 40px;
          margin-bottom: 8px; } }
      @media screen and (min-width: 1171px) {
        #global-footer .follow ul.social-icons li {
          background-size: 40px 50px;
          margin-bottom: 10px;
          margin-right: 17px; } }
      #global-footer .follow ul.social-icons li:last-child {
        margin-right: 0; }
      #global-footer .follow ul.social-icons li a {
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 58px;
        width: 45px; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          #global-footer .follow ul.social-icons li a {
            height: 40px;
            width: 30px; } }
        @media screen and (min-width: 1171px) {
          #global-footer .follow ul.social-icons li a {
            height: 50px;
            width: 40px; } }
      #global-footer .follow ul.social-icons li img {
        height: 100%;
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
      #global-footer .follow ul.social-icons li:hover img {
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        #global-footer .follow ul.social-icons li {
          margin-right: 5%; }
          #global-footer .follow ul.social-icons li:nth-child(3n) {
            margin-right: 0; } }
      @media (min-width: 1000px) and (max-width: 1170px) {
        #global-footer .follow ul.social-icons li {
          margin-right: 6%; } }
    @media screen and (min-width: 1171px) {
      #global-footer .follow ul.social-icons {
        width: 90%; } }
    @media (min-width: 1450px) {
      #global-footer .follow ul.social-icons {
        width: 70%; } }
    @media (min-width: 1660px) {
      #global-footer .follow ul.social-icons {
        width: 100%; }
        #global-footer .follow ul.social-icons li {
          margin-right: 2%; } }
    #global-footer .follow .facebook a {
      background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-facebook.svg); }
    #global-footer .follow .twitter a {
      background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-twitter.svg); }
    #global-footer .follow .instagram a {
      background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-instagram.svg); }
    #global-footer .follow .issu a {
      background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-issuu.svg); }
    #global-footer .follow .flickr a {
      background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-flickr.svg); }
    #global-footer .follow .youtube a {
      background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-youtube.svg); }
  #global-footer .mailing-list .title {
    background: url(/themes/site_themes/the_aldrich/images/footer-mailing.png) no-repeat 2px 7px;
    background-size: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer .mailing-list .title {
        background-position: 2px 4px;
        background-size: 17px;
        margin-bottom: 15px;
        padding-left: 27px; } }
    @media screen and (min-width: 1171px) {
      #global-footer .mailing-list .title {
        background-position: 2px 0;
        background-size: 34px;
        margin-bottom: 27px;
        padding-left: 50px; } }
  #global-footer .mailing-list form input {
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
    font-size: 0.875em;
    outline: 0;
    padding: 6px 9px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer .mailing-list form input {
        font-size: 0.625em;
        padding: 3px 6px; } }
    #global-footer .mailing-list form input::-webkit-input-placeholder {
      color: #000;
      text-transform: uppercase; }
    #global-footer .mailing-list form input:-moz-placeholder {
      color: #000;
      text-transform: uppercase; }
    #global-footer .mailing-list form input::-moz-placeholder {
      color: #000;
      text-transform: uppercase; }
    #global-footer .mailing-list form input:-ms-input-placeholder {
      color: #000;
      text-transform: uppercase; }
  #global-footer .mailing-list form input[type=text],
  #global-footer .mailing-list form input[type=email] {
    letter-spacing: .09em;
    margin-bottom: 10px;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer .mailing-list form input[type=text],
      #global-footer .mailing-list form input[type=email] {
        margin-bottom: 7px; } }
    @media screen and (min-width: 1171px) {
      #global-footer .mailing-list form input[type=text],
      #global-footer .mailing-list form input[type=email] {
        margin-bottom: 10px; } }
  @media screen and (min-width: 1171px) {
    #global-footer .mailing-list form .input-row {
      display: inline-flex;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      width: 100%; } }
  #global-footer .mailing-list form input[type=email] {
    margin-bottom: 10px;
    width: 100%; }
    @media screen and (min-width: 1171px) {
      #global-footer .mailing-list form input[type=email] {
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        width: 50%; } }
  #global-footer .mailing-list form input[type=submit] {
    background-color: #00E132;
    letter-spacing: .09em;
    text-transform: uppercase;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out; }
    #global-footer .mailing-list form input[type=submit]:hover {
      background-color: #fff;
      transition: background-color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out;
      -webkit-transition: background-color 0.25s ease-in-out; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer .mailing-list form input[type=submit] {
        display: block; } }
    @media screen and (min-width: 1171px) {
      #global-footer .mailing-list form input[type=submit] {
        -webkit-box-flex: 0 0 80px;
        -moz-box-flex: 0 0 80px;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        display: inline-block; } }
  #global-footer .back-to-top {
    background-image: url(/themes/site_themes/the_aldrich/images/back-to-top-arrow.png);
    background-image: url(/themes/site_themes/the_aldrich/images/back-to-top-arrow.svg), none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 33px 16px;
    cursor: pointer;
    height: 47px;
    position: absolute;
    top: 0;
    right: 20px;
    width: 47px;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out; }
    #global-footer .back-to-top:hover {
      background-color: #00E132;
      transition: background-color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out;
      -webkit-transition: background-color 0.25s ease-in-out; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #global-footer .back-to-top {
        right: 10px; } }
    @media screen and (min-width: 1171px) {
      #global-footer .back-to-top {
        right: 40px; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
@media screen and (min-width: 1171px) {
  .no-touch .home .calendar-events article {
    padding: 40px 38px;
    position: absolute;
    width: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
.no-touch .home .hero-image {
  background-attachment: scroll; }

.home .slideshow .slideshow-wrapper {
  overflow: hidden;
  position: relative; }
  .home .slideshow .slideshow-wrapper article {
    position: absolute;
    top: 101%;
    width: 100%; }
    .home .slideshow .slideshow-wrapper article.active {
      top: 0; }
.home .grid-set [class*='col-'].inner {
  padding: 0 15px; }
  @media screen and (min-width: 1171px) {
    .home .grid-set [class*='col-'].inner {
      padding-left: 40px;
      padding-top: 55px; } }
@media screen and (max-width: 767px) {
  .home .grid-set .col-18-20 {
    width: 100%; } }
.home .bg-yellow {
  background-color: #FFE100; }
.home .bg-light-blue {
  background-color: #00C8FF; }
.home .bg-green {
  background-color: #00E132; }
.home .bg-yellow-green {
  background-color: #AFE622; }
.home .hero .home-hero-image {
  height: 101%;
  position: absolute;
  top: 101%;
  width: 100%; }
  .home .hero .home-hero-image.active {
    top: 0; }
  .home .hero .home-hero-image .hero-image {
    position: static; }
.home .hero .hero-banner {
  bottom: -110px;
  position: absolute;
  padding: 19px 0 13px 0;
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out; }
  .home .hero .hero-banner.one {
    background-color: #FFE100; }
  .home .hero .hero-banner.two {
    background-color: #AFE622; }
  .home .hero .hero-banner.three {
    background-color: #00E132; }
  .home .hero .hero-banner.four {
    background-color: #00E1C8; }
  .home .hero .hero-banner.five {
    background-color: #0096FF; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .home .hero .hero-banner {
      bottom: 0;
      height: 110px;
      padding: 0; } }
  @media screen and (min-width: 1171px) {
    .home .hero .hero-banner {
      bottom: 0;
      height: 160px;
      padding: 0; } }
  .home .hero .hero-banner .hero-slideshow-button {
    cursor: pointer;
    background-image: url(../images/aldrich-logo-white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    transition: background-image 0.325s ease-in-out;
    -moz-transition: background-image 0.325s ease-in-out;
    -webkit-transition: background-image 0.325s ease-in-out; }
    .home .hero .hero-banner .hero-slideshow-button:hover {
      background-image: url(../images/aldrich-logo-black.png);
      transition: background-image 0.325s ease-in-out;
      -moz-transition: background-image 0.325s ease-in-out;
      -webkit-transition: background-image 0.325s ease-in-out; }
  .home .hero .hero-banner .grid-set {
    height: 100%; }
    .home .hero .hero-banner .grid-set:before, .home .hero .hero-banner .grid-set:after {
      content: "";
      display: table; }
    .home .hero .hero-banner .grid-set:after {
      clear: both; }
    .home .hero .hero-banner .grid-set {
      *zoom: 1; }
    .home .hero .hero-banner .grid-set > div {
      height: 100%; }
    .home .hero .hero-banner .grid-set ul li p {
      font-size: 1.0625em; }
      @media screen and (min-width: 768px) {
        .home .hero .hero-banner .grid-set ul li p {
          text-align: right; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .home .hero .hero-banner .grid-set ul li p {
          font-size: 1em; } }
      @media screen and (min-width: 1171px) {
        .home .hero .hero-banner .grid-set ul li p {
          font-size: 1.375em; } }
      @media screen and (min-width: 1400px) {
        .home .hero .hero-banner .grid-set ul li p {
          font-size: 1.625em; } }
    .home .hero .hero-banner .grid-set ul li .banner-name {
      font-size: 2em;
      margin: 0 0 9px 0; }
      @media screen and (min-width: 768px) {
        .home .hero .hero-banner .grid-set ul li .banner-name {
          margin: 0;
          text-align: left; } }
      @media screen and (min-width: 1171px) {
        .home .hero .hero-banner .grid-set ul li .banner-name {
          font-size: 3em; } }
      @media screen and (min-width: 1400px) {
        .home .hero .hero-banner .grid-set ul li .banner-name {
          font-size: 3.1875em; } }
    .home .hero .hero-banner .grid-set .name-wrapper,
    .home .hero .hero-banner .grid-set .title-wrapper {
      overflow: hidden;
      position: relative;
      height: 76px; }
      @media screen and (min-width: 768px) {
        .home .hero .hero-banner .grid-set .name-wrapper,
        .home .hero .hero-banner .grid-set .title-wrapper {
          height: 100%; } }
      .home .hero .hero-banner .grid-set .name-wrapper a:hover,
      .home .hero .hero-banner .grid-set .title-wrapper a:hover {
        color: #fff; }
      .home .hero .hero-banner .grid-set .name-wrapper li,
      .home .hero .hero-banner .grid-set .title-wrapper li {
        position: absolute;
        top: 100%;
        width: 100%; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          .home .hero .hero-banner .grid-set .name-wrapper li,
          .home .hero .hero-banner .grid-set .title-wrapper li {
            height: 44px; } }
        @media screen and (min-width: 1171px) {
          .home .hero .hero-banner .grid-set .name-wrapper li,
          .home .hero .hero-banner .grid-set .title-wrapper li {
            height: 76px; } }
        .home .hero .hero-banner .grid-set .name-wrapper li.active,
        .home .hero .hero-banner .grid-set .title-wrapper li.active {
          margin-top: -38px !important;
          top: 50%; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            .home .hero .hero-banner .grid-set .name-wrapper li.active,
            .home .hero .hero-banner .grid-set .title-wrapper li.active {
              margin-top: -22px !important; } }
    @media screen and (min-width: 768px) {
      .home .hero .hero-banner .grid-set .title-wrapper li {
        right: 0; } }
    .home .hero .hero-banner .grid-set img {
      padding: 0;
      margin: 0 auto 8px auto;
      max-width: 350px;
      width: 40%; }
      @media screen and (min-width: 768px) {
        .home .hero .hero-banner .grid-set img {
          margin: 0;
          width: 100%; } }
    .home .hero .hero-banner .grid-set .mobile-logo {
      cursor: pointer;
      max-width: 140px; }
.home .hours-directions .grid-set {
  width: 100%; }
  .home .hours-directions .grid-set [class*='col-'].inner {
    padding-bottom: 31px;
    padding-top: 37px; }
  .home .hours-directions .grid-set [class*='col-'].map {
    height: 440px;
    min-height: 40px;
    position: relative; }
    .home .hours-directions .grid-set [class*='col-'].map #live-map {
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important; }
      .home .hours-directions .grid-set [class*='col-'].map #live-map iframe {
        height: 100%;
        width: 100%; }
    .home .hours-directions .grid-set [class*='col-'].map .grid-set {
      position: absolute;
      bottom: 0; }
.home .hours-directions .direction-overlays .fade-wrapper:before, .home .hours-directions .direction-overlays .fade-wrapper:after {
  content: "";
  display: table; }
.home .hours-directions .direction-overlays .fade-wrapper:after {
  clear: both; }
.home .hours-directions .direction-overlays .fade-wrapper {
  *zoom: 1; }
.home .on-view {
  padding-top: 21px; }
  @media screen and (min-width: 768px) {
    .home .on-view {
      padding-top: 41px; } }
  .home .on-view .grid-set {
    background-color: #fff; }
  .home .on-view .grid-set .slideshow-container {
    border-bottom: 6px solid #00E132;
    margin-bottom: 13px;
    padding-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .home .on-view .grid-set .slideshow-container {
        border-bottom-width: 0;
        margin-bottom: 35px; } }
  .home .on-view img {
    margin-bottom: 6px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .on-view img {
        padding-top: 19px;
        margin-bottom: 19px; } }
  .home .on-view .atrist {
    font-size: 1.75em;
    margin-bottom: 0px; }
    @media screen and (min-width: 768px) {
      .home .on-view .atrist {
        display: none; } }
  .home .on-view .title {
    border-bottom-width: 0;
    margin-bottom: 1px; }
    @media screen and (max-width: 767px) {
      .home .on-view .title {
        font-size: 1.75em; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .on-view .title {
        font-size: 1.875em; } }
    @media screen and (min-width: 768px) {
      .home .on-view .title {
        margin-bottom: 9px; } }
  .home .on-view .date {
    font-size: 1.0625em; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .on-view .date {
        font-size: 1.25em; } }
    @media screen and (min-width: 1171px) {
      .home .on-view .date {
        font-size: 1.5em; } }
  .home .on-view .menu {
    margin-bottom: 26px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .on-view .menu {
        padding-top: 12px; } }
    @media screen and (min-width: 768px) {
      .home .on-view .menu {
        float: right; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .on-view .menu h1 {
        font-size: 1.875em; } }
    @media screen and (min-width: 1171px) {
      .home .on-view .menu li {
        margin-bottom: -4px; } }
    .home .on-view .menu li a {
      outline: 0; }
      .home .on-view .menu li a.active {
        color: #00E132; }
.home .the-aldrich .desktop-view [class*='col-'] {
  display: table-cell;
  float: none;
  padding-bottom: 30px;
  vertical-align: top; }
  .home .the-aldrich .desktop-view [class*='col-']:first-child {
    display: block !important;
    float: left !important;
    margin-bottom: 60px;
    padding-right: 30px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .the-aldrich .desktop-view [class*='col-']:first-child {
        margin: 0;
        padding-bottom: 50px; }
        .home .the-aldrich .desktop-view [class*='col-']:first-child .text-wrapper {
          overflow-y: scroll;
          padding-bottom: 40px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .home .the-aldrich .desktop-view [class*='col-']:first-child {
      height: 520px;
      padding-top: 15px; }
      .home .the-aldrich .desktop-view [class*='col-']:first-child .text-wrapper {
        height: 455px; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .home .the-aldrich .desktop-view [class*='col-']:first-child {
      height: 580px;
      padding-top: 35px; }
      .home .the-aldrich .desktop-view [class*='col-']:first-child .text-wrapper {
        height: 495px; } }

    @media screen and (min-width: 1171px) {
      .home .the-aldrich .desktop-view [class*='col-']:first-child {
        height: 600px;
        padding-top: 57px;
        padding-right: 60px; }
        .home .the-aldrich .desktop-view [class*='col-']:first-child .text-wrapper {
          height: 473px; } }
  .home .the-aldrich .desktop-view [class*='col-']:last-child {
    padding-left: 30px; }
    @media screen and (min-width: 1171px) {
      .home .the-aldrich .desktop-view [class*='col-']:last-child {
        padding-left: 60px; } }
  .home .the-aldrich .desktop-view [class*='col-'].bg-about-image {
    overflow: hidden;
    position: relative; }
    .home .the-aldrich .desktop-view [class*='col-'].bg-about-image .center-image {
      background: no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      min-height: 100%;
      height: auto;
      left: 0;
      top: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }
      .home .the-aldrich .desktop-view [class*='col-'].bg-about-image .center-image.active-slide {
        z-index: 3; }
      .home .the-aldrich .desktop-view [class*='col-'].bg-about-image .center-image:first-child {
        background-image: url(../images/the-aldrich-about-about.jpg); }
      .home .the-aldrich .desktop-view [class*='col-'].bg-about-image .center-image:nth-child(2) {
        background-image: url(../images/the-aldrich-about-mission.jpg); }
      .home .the-aldrich .desktop-view [class*='col-'].bg-about-image .center-image:nth-child(3) {
        background-image: url(../images/the-aldrich-about-history.jpg); }
  .home .the-aldrich .desktop-view [class*='col-'] p {
    padding-bottom: 60px;
    padding-top: 68px; }
    @media screen and (min-width: 768px) {
      .home .the-aldrich .desktop-view [class*='col-'] p {
        position: absolute;
        left: -999999px;
        padding: 0; }
        .home .the-aldrich .desktop-view [class*='col-'] p.active-text {
          position: static; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
      .home .the-aldrich .desktop-view [class*='col-'] p.active-text {
        font-size: .8675em; } }
    @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
      .home .the-aldrich .desktop-view [class*='col-'] p.active-text {
        font-size: 1.125em; } }

  .home .the-aldrich .desktop-view [class*='col-'] .button {
    bottom: 15px;
    position: absolute; }
    @media screen and (min-width: 1171px) {
      .home .the-aldrich .desktop-view [class*='col-'] .button {
        bottom: 40px; } }
  .home .the-aldrich .desktop-view [class*='col-'] .section-title {
    padding-top: 57px; }
  .home .the-aldrich .desktop-view [class*='col-'] .about-menu li a {
    cursor: pointer; }
    .home .the-aldrich .desktop-view [class*='col-'] .about-menu li a:hover {
      color: #0096FF; }
    .home .the-aldrich .desktop-view [class*='col-'] .about-menu li a.active {
      color: #0096FF; }
.home .the-aldrich .mobile-view {
  padding-top: 20px; }
  .home .the-aldrich .mobile-view .section-title {
    margin-bottom: 26px; }
  .home .the-aldrich .mobile-view .about-the-aldrich {
    margin-bottom: 22px; }
    .home .the-aldrich .mobile-view .about-the-aldrich img {
      margin-bottom: 22px;
      width: 100%; }
    .home .the-aldrich .mobile-view .about-the-aldrich p {
      font-size: .9375em;
      margin-bottom: 12px; }
@media screen and (min-width: 768px) {
  .home .the-aldrich .desktop-view {
    display: table; } }
.home .calendar-events {
  overflow: hidden;
  position: relative; }
  .home .calendar-events article {
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .home .calendar-events article {
        display: none; }
        .home .calendar-events article:nth-child(-n+4) {
          display: block; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .calendar-events article {
        display: none;
        padding-bottom: 25px; }
        .home .calendar-events article:nth-child(-n+5) {
          display: block; } }
    .home .calendar-events article:nth-child(1) {
      background-color: #FFE100; }
    .home .calendar-events article:nth-child(2) {
      background-color: #AFE622; }
    .home .calendar-events article:nth-child(3) {
      background-color: #00E132; }
    .home .calendar-events article:nth-child(4) {
      background-color: #00E1C8; }
    .home .calendar-events article:nth-child(5) {
      background-color: #00C8FF; }
    .home .calendar-events article:nth-child(6) {
      background-color: #0096FF; }
    .home .calendar-events article:nth-child(7) {
      background-color: #FFE100; }
    .home .calendar-events article:nth-child(8) {
      background-color: #AFE622; }
    .home .calendar-events article:nth-child(9) {
      background-color: #00E132; }
    .home .calendar-events article:nth-child(10) {
      background-color: #00E1C8; }
    .home .calendar-events article:nth-child(11) {
      background-color: #00C8FF; }
    .home .calendar-events article:nth-child(12) {
      background-color: #0096FF; }
  .home .calendar-events .date {
    border-bottom: 6px solid #fff;
    margin-bottom: 17px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 14px; }
    .home .calendar-events .date:before, .home .calendar-events .date:after {
      content: "";
      display: table; }
    .home .calendar-events .date:after {
      clear: both; }
    .home .calendar-events .date {
      *zoom: 1; }
    @media screen and (min-width: 1171px) {
      .home .calendar-events .date {
        border-bottom-width: 8px;
        margin-bottom: 34px; } }
    .home .calendar-events .date p {
      background: url(/themes/site_themes/the_aldrich/images/calendar-events-icon.png) no-repeat 2px 0;
      background-size: 14px;
      font-size: 0.6875em;
      float: left;
      letter-spacing: 0.09em;
      padding-left: 27px; }
      @media screen and (min-width: 768px) {
        .home .calendar-events .date p {
          background-position: 1px 0; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .home .calendar-events .date p {
          font-size: 0.75em;
          background-size: 14px;
          height: 15px;
          padding-left: 26px; } }
      @media screen and (min-width: 1171px) {
        .home .calendar-events .date p {
          font-size: 0.75em;
          background-size: 17px;
          height: 18px;
          padding-left: 31px; } }
    .home .calendar-events .date .mobile-link {
      font-size: 0.6875em;
      float: right;
      letter-spacing: 0.09em; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .home .calendar-events .date .mobile-link {
          font-size: .75em; } }
      .home .calendar-events .date .mobile-link:hover {
        color: #fff; }
      @media screen and (min-width: 1171px) {
        .home .calendar-events .date .mobile-link {
          display: none; } }
  @media screen and (min-width: 1171px) {
    .home .calendar-events .title {
      min-height: 210px; } }
  .home .calendar-events .title p {
    font-size: 1.5em;
    line-height: 1.1em;
    margin-bottom: 2px; }
    @media screen and (min-width: 768px) {
      .home .calendar-events .title p {
        font-size: 1.9375em;
        line-height: 1.175em; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .calendar-events .title p {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1171px) {
      .home .calendar-events .title p {
        margin-bottom: 40px; } }
  .home .calendar-events .desktop-link {
    display: none; }
    @media screen and (min-width: 1171px) {
      .home .calendar-events .desktop-link {
        display: inline-block; } }
.home .featured-artists {
  background-color: #0096FF;
  padding-top: 21px; }
  @media screen and (min-width: 768px) {
    .home .featured-artists {
      background-color: #FFE100;
      padding-top: 55px; } }
  .home .featured-artists img {
    display: block;
    width: 100%; }
  .home .featured-artists .section-title {
    border-bottom-color: #fff; }
    @media screen and (min-width: 768px) {
      .home .featured-artists .section-title {
        border-bottom-color: #000; } }
  .home .featured-artists .slideshow-container {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .home .featured-artists .slideshow-container {
        float: right;
        margin-bottom: 58px; } }
    .home .featured-artists .slideshow-container .slideshow-wrapper {
      padding-top: 9px; }
    .home .featured-artists .slideshow-container .grid-set > div {
      margin-right: 3%;
      width: 48%; }
      @media screen and (min-width: 768px) {
        .home .featured-artists .slideshow-container .grid-set > div {
          margin-right: 2%;
          width: 32%; } }
      @media screen and (max-width: 767px) {
        .home .featured-artists .slideshow-container .grid-set > div:nth-child(2) {
          margin-right: 0; } }
      .home .featured-artists .slideshow-container .grid-set > div:last-child {
        display: none; }
        @media screen and (min-width: 768px) {
          .home .featured-artists .slideshow-container .grid-set > div:last-child {
            display: block;
            margin-right: 0; } }
      .home .featured-artists .slideshow-container .grid-set > div > div {
        position: relative; }
        .home .featured-artists .slideshow-container .grid-set > div > div .button {
          display: none;
          position: absolute; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            .home .featured-artists .slideshow-container .grid-set > div > div .button {
              top: 10px;
              left: 10px; } }
          @media screen and (min-width: 1171px) {
            .home .featured-artists .slideshow-container .grid-set > div > div .button {
              top: 20px;
              left: 16px; } }
          @media screen and (min-width: 768px) {
            .home .featured-artists .slideshow-container .grid-set > div > div .button {
              display: block; } }
    .home .featured-artists .slideshow-container .two-row > div {
      margin-bottom: 5.5%; }
      .home .featured-artists .slideshow-container .two-row > div:last-child {
        margin-bottom: 0; }
    .home .featured-artists .slideshow-container .text-wrapper {
      position: relative; }
      .home .featured-artists .slideshow-container .text-wrapper .text {
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        background-color: #000;
        height: 100%;
        position: absolute; }
        @media screen and (min-width: 1171px) {
          .home .featured-artists .slideshow-container .text-wrapper .text:before {
            background: url(/themes/site_themes/the_aldrich/images/quote-top.png) no-repeat;
            content: '';
            position: absolute;
            left: 28px;
            top: 27px;
            height: 18px;
            width: 26px; }
          .home .featured-artists .slideshow-container .text-wrapper .text:after {
            background: url(/themes/site_themes/the_aldrich/images/quote-bottom.png) no-repeat;
            content: '';
            position: absolute;
            right: 28px;
            bottom: 27px;
            height: 18px;
            width: 26px; } }
        .home .featured-artists .slideshow-container .text-wrapper .text p {
          width: 100%;
          margin: auto;
          padding: 11px; }
          @media screen and (min-width: 768px) and (max-width: 1170px) {
            .home .featured-artists .slideshow-container .text-wrapper .text p {
              font-size: 1.125em;
              line-height: 1.2em;
              padding: 0 20px; } }
          @media screen and (min-width: 1171px) {
            .home .featured-artists .slideshow-container .text-wrapper .text p {
              font-size: 1.875em;
              line-height: 1.2em;
              padding: 0 60px; } }
      .home .featured-artists .slideshow-container .text-wrapper img {
        opacity: 0;
        filter: alpha(opacity=0); }
  .home .featured-artists .artist-name {
    color: #fff;
    font-size: 1.75em;
    padding: 15px 0 11px; }
    @media screen and (min-width: 768px) {
      .home .featured-artists .artist-name {
        display: none; } }
  .home .featured-artists .menu {
    display: none;
    float: left;
    margin-bottom: 26px; }
    @media screen and (min-width: 768px) {
      .home .featured-artists .menu {
        display: block; } }
    @media screen and (min-width: 1171px) {
      .home .featured-artists .menu li {
        margin-bottom: -4px; } }
    .home .featured-artists .menu li a {
      margin-bottom: -1px;
      outline: 0; }
      .home .featured-artists .menu li a:hover {
        color: #fff; }
      .home .featured-artists .menu li a.active {
        color: #fff; }
.home .support-news {
  background-color: #00E1C8;
  padding-bottom: 42px; }
  @media screen and (min-width: 768px) {
    .home .support-news {
      padding-bottom: 0;
      max-height: 700px; } }
  .home .support-news .grid-set {
    display: table; }
  @media screen and (max-width: 767px) {
    .home .support-news [class*='col-'] {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .home .support-news [class*='col-'] {
      display: table-cell;
      float: none;
      position: relative;
      vertical-align: top; } }
  .home .support-news .support,
  .home .support-news .news-container {
    float: left; }
  .home .support-news h2 {
    font-size: 3.1875em; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .support-news h2 {
        line-height: 1em;
        font-size: 4.0625em; } }
    @media screen and (min-width: 1171px) {
      .home .support-news h2 {
        line-height: 1.2em;
        font-size: 4.8125em; } }
  .home .support-news h3 {
    font-size: 1.5em;
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .support-news h3 {
        font-size: 1.25em; } }
    @media screen and (min-width: 1171px) {
      .home .support-news h3 {
        font-size: 1.6875em; } }
  .home .support-news p {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .home .support-news p {
        margin-bottom: 30px; } }
  .home .support-news img {
    display: block;
    margin-bottom: 18px;
    width: 100%; }
  .home .support-news .news-container {
    background-color: #00E1C8; }
    @media screen and (max-width: 767px) {
      .home .support-news .news-container .news-image {
        background-image: none !important; } }
    @media screen and (min-width: 768px) {
      .home .support-news .news-container {
        padding: 30px; }
        .home .support-news .news-container .news-image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          -o-background-size: cover;
          -moz-background-size: cover;
          -webkit-background-size: cover;
          height: 440px; }
        .home .support-news .news-container .desktop-news {
          padding-top: 9px;
          padding-left: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 1171px) {
    .home .support-news .news-container {
      padding: 60px; }
      .home .support-news .news-container .news-image {
        height: 580px; } }

    @media screen and (min-width: 768px) {
      .home .support-news .news-container .button {
        position: absolute;
        bottom: 0; } }
  .home .support-news .support {
    cursor: pointer;
    height: 460px;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 768px) {
      .home .support-news .support {
        height: 700px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .home .support-news .support {
      height: 500px; } }
    @media screen and (min-width: 768px) {
        .home .support-news .support:hover .support-aldrich-image img {
          opacity: 0; } }
  .home .support-news .support-aldrich {
    left: 50px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 60px; }
    @media screen and (min-width: 768px) {
      .home .support-news .support-aldrich {
        bottom: 0;
        display: table;
        height: auto;
        left: 0;
        margin: auto;
        overflow: auto;
        right: 0;
        top: 0;
        width: 100%; } }
    .home .support-news .support-aldrich h2 {
      margin-bottom: 25px; }
      @media screen and (min-width: 1171px) {
        .home .support-news .support-aldrich h2 {
          margin-bottom: 45px; } }
    .home .support-news .support-aldrich p {
      margin-bottom: 30px; }
      @media screen and (min-width: 1171px) {
        .home .support-news .support-aldrich p {
          margin-bottom: 60px; } }
    .home .support-news .support-aldrich span {
      display: block;
      height: 42px; }
  .home .support-news .support-aldrich-image {
    background: url(../images/aldrich-support-image.png) no-repeat center center;
    background-size: 100%;
    background-size: cover;
    height: 100%;
    opacity: 1;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .home .support-news .support-aldrich-image {
        height: 500px; } }
    @media screen and (min-width: 1171px) {
      .home .support-news .support-aldrich-image {
        height: 700px; } }
    .home .support-news .support-aldrich-image.active {
      background: url(../images/aldrich-support-animated.gif) no-repeat center center;
      background-size: 100%;
      background-size: cover;
      height: 400px;
      opacity: 1; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .home .support-news .support-aldrich-image.active {
          height: 500px; } }
      @media screen and (min-width: 1171px) {
        .home .support-news .support-aldrich-image.active {
          height: 700px; } }
  .home .support-news .section-title {
    border-bottom-color: #fff;
    margin-bottom: 27px;
    padding-bottom: 5px;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .home .support-news .section-title {
        padding-top: 0;
        padding-bottom: 11px; } }
    @media screen and (min-width: 768px) {
      .home .support-news .section-title.desktop-view {
        margin-top: -10px; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.visit .hero {
  margin-bottom: 0; }
  .visit .hero .hero-wrapper {
    display: table; }
    .visit .hero .hero-wrapper h2 {
      padding: 0 60px; }
  .visit .hero .hero-image {
    top: 0; }
.visit h3[data-behavior="toggle-content"] {
  cursor: pointer; }
@media screen and (min-width: 768px) {
  .visit .group-tours.item-module .col-20-20 .grid-set, .visit .tour-add-ons.item-module .col-20-20 .grid-set, .visit .tour-fees.item-module .col-20-20 .grid-set, .visit .access.item-module .col-20-20 .grid-set {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (min-width: 768px) {
  .visit .group-tours.item-module .col-15-20, .visit .tour-add-ons.item-module .col-15-20, .visit .tour-fees.item-module .col-15-20, .visit .access.item-module .col-15-20 {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
.visit .title-wrapper p {
  margin-bottom: 10px; }
.visit .group-tours,
.visit .tour-fees {
  background-color: #00E132; }
  .visit .group-tours > .grid-set .grid-set,
  .visit .tour-fees > .grid-set .grid-set {
    background-color: #000; }
  .visit .group-tours .item-wrapper,
  .visit .tour-fees .item-wrapper {
    background-color: #00E132; }
    .visit .group-tours .item-wrapper .content,
    .visit .tour-fees .item-wrapper .content {
      border-top-color: #00E132; }
    .visit .group-tours .item-wrapper .button.white-background:hover,
    .visit .tour-fees .item-wrapper .button.white-background:hover {
      background-color: #00E132; }
    .visit .group-tours .item-wrapper .icon,
    .visit .tour-fees .item-wrapper .icon {
      background-position: 0 -38px; }
      .visit .group-tours .item-wrapper .icon.open,
      .visit .tour-fees .item-wrapper .icon.open {
        background-position: -19px -38px; }
  .visit .group-tours .sidebar,
  .visit .tour-fees .sidebar {
    right: 0; }
  .visit .group-tours .title-wrapper,
  .visit .tour-fees .title-wrapper {
    padding-right: 0; }
.visit .tour-add-ons,
.visit .access {
  background-color: #0096FF; }
  .visit .tour-add-ons > .grid-set .grid-set,
  .visit .access > .grid-set .grid-set {
    background-color: #000; }
  .visit .tour-add-ons .item-wrapper,
  .visit .access .item-wrapper {
    background-color: #0096FF; }
    .visit .tour-add-ons .item-wrapper .content,
    .visit .access .item-wrapper .content {
      border-top-color: #0096FF; }
    .visit .tour-add-ons .item-wrapper .icon,
    .visit .access .item-wrapper .icon {
      background-position: 0 -58px; }
      .visit .tour-add-ons .item-wrapper .icon.open,
      .visit .access .item-wrapper .icon.open {
        background-position: -19px -58px; }
  .visit .tour-add-ons .sidebar,
  .visit .access .sidebar {
    left: 0; }
  .visit .tour-add-ons .title-wrapper,
  .visit .access .title-wrapper {
    padding-left: 0; }
  @media screen and (min-width: 768px) {
    .visit .tour-add-ons .item-wrapper,
    .visit .access .item-wrapper {
      float: right; } }
.visit .image-banner {
  max-height: 770px;
  overflow: hidden; }
  .visit .image-banner img {
    display: block;
    width: 100%; }
.visit .family-visits {
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .visit .family-visits {
      background-color: #00E1C8; } }
  @media screen and (max-width: 767px) {
    .visit .family-visits .button:hover {
      background-color: #fff !important; } }
  .visit .family-visits > .grid-set .grid-set {
    background-color: #fff;
    display: block; }
    .visit .family-visits > .grid-set .grid-set .sidebar {
      background-color: #fff;
      color: #000; }
      @media screen and (max-width: 767px) {
        .visit .family-visits > .grid-set .grid-set .sidebar {
          display: block; } }
      @media screen and (min-width: 768px) {
        .visit .family-visits > .grid-set .grid-set .sidebar {
          float: right;
          right: 0; } }
  @media screen and (min-width: 768px) {
    .visit .family-visits .item-wrapper {
      background-color: #00E1C8; } }
  @media screen and (max-width: 767px) {
    .visit .family-visits .item-wrapper article {
      background-color: #00E1C8; } }
  @media screen and (min-width: 768px) {
    .visit .family-visits .item-wrapper article {
      background-color: #fff; } }
  .visit .family-visits .item-wrapper article .icon {
    display: none; }
  .visit .family-visits .item-wrapper article .content {
    display: block; }
  .visit .family-visits .item-wrapper article .button.white-background:hover {
    background-color: #00E1C8; }
  .visit .family-visits .item-wrapper .content {
    border-top-color: #fff; }
    @media screen and (min-width: 768px) {
      .visit .family-visits .item-wrapper .content {
        border-top-color: #00E1C8; } }
  @media screen and (max-width: 767px) {
    .visit .family-visits .title-wrapper {
      padding: 16px 20px 8px 20px; } }
  @media screen and (min-width: 768px) {
    .visit .family-visits .title-wrapper {
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .visit .family-visits .title-wrapper .section-title {
      border-bottom-color: #00E1C8;
      margin-bottom: 16px; } }
  @media screen and (min-width: 768px) {
    .visit .family-visits .title-wrapper .section-title {
      border-bottom-color: #000; } }
.visit .hours-directions {
  overflow: hidden; }
  .visit .hours-directions .grid-set [class*='col-'].inner {
    float: none; }
  .visit .hours-directions .grid-set [class*='col-'] .content-pop-up {
    padding-top: 0; }
    .visit .hours-directions .grid-set [class*='col-'] .content-pop-up .contain-directions {
      padding-top: 20px; }
      @media screen and (min-width: 1171px) {
        .visit .hours-directions .grid-set [class*='col-'] .content-pop-up .contain-directions {
          padding-top: 55px; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .visit .hours-directions .grid-set [class*='col-'] .content-pop-up .transportation-type {
        margin-bottom: 8px;
        padding-bottom: 3px; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .visit .hours-directions p {
      font-size: 0.75em;
      margin-bottom: 8px;
      padding-bottom: 8px; } }
  @media screen and (min-width: 1171px) {
    .visit .hours-directions p {
      margin-bottom: 14px;
      padding-bottom: 8px; } }
  .visit .hours-directions .heading {
    font-size: 1.25em;
    padding-bottom: 5px; }
    .visit .hours-directions .heading img {
      display: none; }
      @media screen and (min-width: 768px) {
        .visit .hours-directions .heading img {
          display: inline-block;
          padding-right: 15px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .visit .hours-directions .heading img {
          width: 35px; } }
    @media screen and (min-width: 768px) {
      .visit .hours-directions .heading {
        margin-bottom: 25px; } }
    @media screen and (min-width: 1171px) {
      .visit .hours-directions .heading {
        font-size: 2.25em; } }
  .visit .hours-directions .content-pop-up {
    overflow: hidden; }
    .visit .hours-directions .content-pop-up .contain-directions {
      overflow-y: scroll; }
  .visit .hours-directions .map-wrapper {
    height: 440px;
    position: relative; }
    @media screen and (min-width: 1171px) {
      .visit .hours-directions .map-wrapper {
        height: 600px; } }
    .visit .hours-directions .map-wrapper .map {
      height: 100%;
      width: 100%; }
      .visit .hours-directions .map-wrapper .map .grid-set {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1; }
        @media screen and (min-width: 768px) {
          .visit .hours-directions .map-wrapper .map .grid-set {
            float: left;
            width: 50%; } }
  .visit .hours-directions #live-map {
    height: 100%; }
    @media screen and (min-width: 768px) {
      .visit .hours-directions #live-map {
        float: right;
        width: 50%; } }
    .visit .hours-directions #live-map iframe {
      height: 100%;
      width: 100%; }
  @media screen and (max-width: 767px) {
    .visit .hours-directions .col-18-20 {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .visit .hours-directions .today {
      float: left;
      padding-left: 40px;
      width: 50%; }
    .visit .hours-directions .hour-specs {
      float: right;
      padding-right: 40px;
      padding-top: 20px;
      width: 50%; }
      .visit .hours-directions .hour-specs .col-18-20 {
        float: right; }
      .visit .hours-directions .hour-specs .col-8-20 {
        width: 45%; }
    .visit .hours-directions .grid-set [class*='col-'].inner {
      padding-bottom: 64px; }
    .visit .hours-directions .grid-set [class*='col-'] .directions-pop-up {
      padding-top: 60px; }
    .visit .hours-directions .hours {
      display: block;
      float: none;
      width: 100%; }
    .visit .hours-directions .get-directions {
      margin-top: 0; }
    .visit .hours-directions .map {
      background: none !important;
      display: block;
      float: left;
      min-height: 0 !important;
      width: 50%; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .visit .hours-directions .today {
      padding-top: 27px; } }
  @media screen and (min-width: 1171px) {
    .visit .hours-directions .today {
      padding-top: 40px; } }
.visit .facilities-container {
  background-color: #FFE100; }
  @media screen and (min-width: 768px) {
    .visit .facilities-container {
      background-color: #AFE622; } }
  .visit .facilities-container .facilities-wrapper.bg-yellow {
    background-color: #FFE100; }
  .visit .facilities-container .facilities-wrapper img {
    width: 100%; }
    .visit .facilities-container .facilities-wrapper img.mobile-view {
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .visit .facilities-container .facilities-wrapper img.mobile-view {
          display: none; } }
  .visit .facilities-container .sidebar {
    left: 0; }
    .visit .facilities-container .sidebar img {
      margin-bottom: 20px;
      width: 100%; }
    .visit .facilities-container .sidebar h2 {
      border-bottom: 8px solid #000;
      font-size: 1.9375em;
      margin-bottom: 18px;
      padding-bottom: 9px; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .visit .facilities-container .sidebar h2 {
          font-size: 1.5em; } }
    .visit .facilities-container .sidebar .button.white-background {
      background-color: #fff;
      position: absolute; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .visit .facilities-container .sidebar .button.white-background {
          bottom: 30px; } }
      @media screen and (min-width: 1171px) {
        .visit .facilities-container .sidebar .button.white-background {
          bottom: 40px; } }
      .visit .facilities-container .sidebar .button.white-background a {
        color: #000; }
      .visit .facilities-container .sidebar .button.white-background:hover {
        background-color: #00E132; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .visit .facilities-container .sidebar .about-facilities {
        height: 270px;
        overflow-y: scroll;
        padding: 0 15px 0 18px; } }
    @media screen and (min-width: 1171px) {
      .visit .facilities-container .sidebar .about-facilities {
        padding: 0 35px 0 38px; } }
    .visit .facilities-container .sidebar .about-facilities p {
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .visit .facilities-container .sidebar .about-facilities p {
          font-size: 1em; } }
  .visit .facilities-container .text-box .button {
    margin-bottom: 8px; }
  .visit .facilities-container .text-box .text {
    margin-bottom: 15px; }
    .visit .facilities-container .text-box .text a:hover {
      color: #fff; }
  .visit .facilities-container ul.toggled-content li {
    line-height: 40px;
    width: 25%; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .visit .facilities-container ul.toggled-content li {
        font-size: .625em; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .visit .facilities-container .floor-image {
      margin: 80px auto;
      width: 100%; } }
  @media screen and (min-width: 1171px) {
    .visit .facilities-container .floor-image {
      margin: 80px auto;
      width: 80%; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .visit .facilities-container .floor-image img {
      max-height: 275px;
      width: 100%; } }
  @media screen and (min-width: 1171px) {
    .visit .facilities-container .floor-image img {
      max-height: 450px;
      width: 100%; } }
@media screen and (min-width: 768px) {
  .visit .floor-plan .grid-set {
    position: relative; } }
.visit .floor-plan .grid-set .col-15-20 {
  float: right; }
.visit .floor-plan .grid-set .sidebar {
  background-color: #fff;
  bottom: 0;
  color: #000;
  display: none;
  position: absolute;
  top: 0; }
  .visit .floor-plan .grid-set .sidebar.black {
    background-color: #000;
    color: #fff; }
  .visit .floor-plan .grid-set .sidebar .title-wrapper {
    padding: 38px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .visit .floor-plan .grid-set .sidebar .title-wrapper {
        padding: 20px; } }
  .visit .floor-plan .grid-set .sidebar .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .visit .floor-plan .grid-set .sidebar {
      display: block; } }
.visit .floor-plan .facilities-rental-wrapper {
  padding: 16px 20px; }
  .visit .floor-plan .facilities-rental-wrapper:before, .visit .floor-plan .facilities-rental-wrapper:after {
    content: "";
    display: table; }
  .visit .floor-plan .facilities-rental-wrapper:after {
    clear: both; }
  .visit .floor-plan .facilities-rental-wrapper {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .visit .floor-plan .facilities-rental-wrapper {
      padding: 47px 40px 34px; } }
  .visit .floor-plan .facilities-rental-wrapper img {
    width: 100%; }
  .visit .floor-plan .facilities-rental-wrapper .section-title {
    margin-bottom: 27px; }
.visit .floor-plan .facilities-wrapper {
  padding: 16px 20px; }
  .visit .floor-plan .facilities-wrapper:before, .visit .floor-plan .facilities-wrapper:after {
    content: "";
    display: table; }
  .visit .floor-plan .facilities-wrapper:after {
    clear: both; }
  .visit .floor-plan .facilities-wrapper {
    *zoom: 1; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .visit .floor-plan .facilities-wrapper {
      padding: 47px 0 34px; } }
  @media screen and (min-width: 1171px) {
    .visit .floor-plan .facilities-wrapper {
      padding: 47px 40px 34px; } }
  .visit .floor-plan .facilities-wrapper .section-title {
    margin-bottom: 27px; }
@media screen and (min-width: 768px) {
  .visit .accessibility .grid-set {
    position: relative;
    overflow: hidden; } }
.visit .accessibility .grid-set .sidebar {
  background-color: #fff;
  color: #000;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }
  @media screen and (min-width: 768px) {
    .visit .accessibility .grid-set .sidebar {
      display: block; } }
  .visit .accessibility .grid-set .sidebar ul li {
    cursor: pointer;
    font-size: 1.25em; }
    .visit .accessibility .grid-set .sidebar ul li:hover, .visit .accessibility .grid-set .sidebar ul li.active {
      color: #00E132; }
.visit .accessibility .accessibility-wrapper {
  background-color: #00E132;
  padding: 16px 20px; }
  .visit .accessibility .accessibility-wrapper:before, .visit .accessibility .accessibility-wrapper:after {
    content: "";
    display: table; }
  .visit .accessibility .accessibility-wrapper:after {
    clear: both; }
  .visit .accessibility .accessibility-wrapper {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .visit .accessibility .accessibility-wrapper {
      padding: 71px 40px 90px; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .visit .accessibility .accessibility-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  .visit .accessibility .accessibility-wrapper .section-title {
    margin-bottom: 27px; }
  .visit .accessibility .accessibility-wrapper ul:before, .visit .accessibility .accessibility-wrapper ul:after {
    content: "";
    display: table; }
  .visit .accessibility .accessibility-wrapper ul:after {
    clear: both; }
  .visit .accessibility .accessibility-wrapper ul {
    *zoom: 1; }
  .visit .accessibility .accessibility-wrapper ul li {
    padding: 16px 10px 16px 0; }
    .visit .accessibility .accessibility-wrapper ul li:before, .visit .accessibility .accessibility-wrapper ul li:after {
      content: "";
      display: table; }
    .visit .accessibility .accessibility-wrapper ul li:after {
      clear: both; }
    .visit .accessibility .accessibility-wrapper ul li {
      *zoom: 1; }
    @media screen and (min-width: 768px) {
      .visit .accessibility .accessibility-wrapper ul li {
        float: left;
        padding: 0 15px;
        width: 20%; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .visit .accessibility .accessibility-wrapper ul li {
        padding: 0 5px; } }
    @media screen and (min-width: 1171px) {
      .visit .accessibility .accessibility-wrapper ul li:first-child {
        padding-left: 0; } }
    .visit .accessibility .accessibility-wrapper ul li:nth-child(5) {
      display: none; }
      @media screen and (min-width: 768px) {
        .visit .accessibility .accessibility-wrapper ul li:nth-child(5) {
          display: block; } }
    .visit .accessibility .accessibility-wrapper ul li img {
      float: left;
      width: 15%; }
      @media screen and (min-width: 768px) {
        .visit .accessibility .accessibility-wrapper ul li img {
          margin-bottom: 19px;
          height: 50px;
          float: none;
          width: auto; } }
    .visit .accessibility .accessibility-wrapper ul li p {
      font-size: 0.875em;
      float: left;
      padding-left: 19px;
      width: 85%; }
      @media screen and (min-width: 768px) {
        .visit .accessibility .accessibility-wrapper ul li p {
          float: none;
          padding: 0;
          width: auto; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .visit .accessibility .accessibility-wrapper ul li p {
          font-size: .75em; } }
    .visit .accessibility .accessibility-wrapper ul li .note {
      margin-top: 71px;
      color: #fff; }
.visit .accessibility .title-wrapper {
  padding: 38px; }
  .visit .accessibility .title-wrapper .section-title {
    border-bottom-color: #000;
    font-size: 2.75em; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .visit .accessibility .title-wrapper .section-title {
        margin-bottom: 18px;
        padding-bottom: 15px;
        font-size: 1.75em; } }
    @media screen and (min-width: 1171px) {
      .visit .accessibility .title-wrapper .section-title {
        margin-bottom: 26px;
        padding-bottom: 24px; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .visit .accessibility .title-wrapper p {
      font-size: 1em; } }
  @media screen and (min-width: 1171px) {
    .visit .accessibility .title-wrapper p {
      font-size: 1.125em; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.about .hero {
  margin-bottom: 0; }
  .about .hero .hero-wrapper {
    display: table; }
  .about .hero .hero-image {
    top: 0; }
.about .hero-banner {
  background-color: #FFE100;
  position: relative; }
  .about .hero-banner .logo {
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 48px;
    text-align: center;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .about .hero-banner .logo {
        padding-top: 44px;
        padding-bottom: 40px;
        width: 66%; } }
    .about .hero-banner .logo img {
      max-width: 1095px;
      width: 100%; }
  .about .hero-banner .content {
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 20px;
    top: 0;
    width: 44%; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .about .hero-banner .content {
        right: 60px;
        width: 40%; } }
    @media screen and (min-width: 1171px) {
      .about .hero-banner .content {
        right: 115px;
        width: 34%; } }
    .about .hero-banner .content p {
      font-size: 0.8125em;
      letter-spacing: 0.02em;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .about .hero-banner .content p {
          letter-spacing: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .about .hero-banner .content p {
          font-size: 1.25em;
          line-height: 1.2em; } }
      @media screen and (min-width: 1171px) {
        .about .hero-banner .content p {
          font-size: 1.9375em;
          line-height: 1.1em; } }
.about .image-text-sidebar {
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .about .image-text-sidebar {
      max-height: 580px; } }
  @media screen and (min-width: 1171px) {
    .about .image-text-sidebar {
      height: 830px; } }
  @media screen and (max-width: 767px) {
    .about .image-text-sidebar.old-hundred .sidebar .break {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .about .image-text-sidebar.old-hundred .sidebar .text-box {
      height: 410px; } }
  @media screen and (min-width: 1171px) {
    .about .image-text-sidebar.old-hundred .sidebar .text-box {
      height: 600px; } }
  .about .image-text-sidebar .sidebar {
    padding: 20px 15px 30px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .about .image-text-sidebar .sidebar {
        padding: 42px 43px 30px 30px; } }
    @media screen and (min-width: 1171px) {
      .about .image-text-sidebar .sidebar {
        padding: 52px 53px 30px 40px; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .about .image-text-sidebar .sidebar.right {
        padding: 42px 30px 30px 43px; } }
    @media screen and (min-width: 1171px) {
      .about .image-text-sidebar .sidebar.right {
        padding: 52px 40px 30px 53px; } }
    .about .image-text-sidebar .sidebar .section-title {
      border-bottom-color: #fff; }
    @media screen and (min-width: 768px) {
      .about .image-text-sidebar .sidebar .text-box {
        overflow-y: scroll; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .about .image-text-sidebar .sidebar .text-box {
        height: 430px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1171px) {
      .about .image-text-sidebar .sidebar .text-box {
        height: 630px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1171px) {
      .about .image-text-sidebar .sidebar .text-box.mobile-tablet {
        display: none; } }
    @media screen and (max-width: 767px) {
      .about .image-text-sidebar .sidebar .text-box.desktop {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .about .image-text-sidebar .sidebar .text-box.desktop {
        display: none; } }
    .about .image-text-sidebar .sidebar .text-box p {
      margin-bottom: 20px; }
    .about .image-text-sidebar .sidebar .text-box ul {
      padding-left: 16px; }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        .about .image-text-sidebar .sidebar .text-box ul {
          padding-left: 18px; } }
      @media screen and (min-width: 1171px) {
        .about .image-text-sidebar .sidebar .text-box ul {
          padding-left: 21px; } }
      .about .image-text-sidebar .sidebar .text-box ul li {
        font-size: 0.9375em;
        list-style: disc; }
        @media screen and (min-width: 1081px) and (max-width: 1170px) {
          .about .image-text-sidebar .sidebar .text-box ul li {
            font-size: 1.0625em; } }
        @media screen and (min-width: 1171px) {
          .about .image-text-sidebar .sidebar .text-box ul li {
            font-size: 1.25em; } }
  .about .image-text-sidebar .image img {
    display: none;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .about .image-text-sidebar .image img {
        display: block; } }
  @media screen and (min-width: 768px) {
    .about .image-text-sidebar .image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .about .image-text-sidebar .image {
      height: 580px; } }
  @media screen and (min-width: 1171px) {
    .about .image-text-sidebar .image {
      height: 830px; } }
.about .about-the-aldrich {
  background-color: #00C8FF; }
  @media screen and (min-width: 768px) {
    .about .about-the-aldrich .image {
      background-image: url(../images/about-about-aldrich.jpg); } }
.about .aldrich-today {
  background-color: #AFE622; }
  @media screen and (max-width: 767px) {
    .about .aldrich-today .image {
      display: none; } }
  @media screen and (min-width: 768px) {
    .about .aldrich-today .image {
      background-image: url(../images/about-aldrich-today.jpg); } }
.about .our-history {
  background-color: #00E132; }
  @media screen and (min-width: 768px) {
    .about .our-history .image {
      background-image: url(../images/about-our-history.jpg);
      float: right; } }
  .about .our-history .text-box a {
    text-decoration: underline; }
    .about .our-history .text-box a:hover {
      color: #fff; }
.about .old-hundred {
  background-color: #00C8FF; }
  @media screen and (min-width: 768px) {
    .about .old-hundred .image {
      background-image: url(../images/about-the-old-hundred.jpg); } }
@media screen and (min-width: 768px) {
  .about .item-module .item-wrapper {
    background-color: #0096FF; } }
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .about .item-module .item-wrapper {
    padding-top: 25px; } }
.about .item-module .item-wrapper article {
  background-color: #fff;
  display: none;
  padding: 16px 19px 4px 13px; }
  .about .item-module .item-wrapper article:first-of-type {
    display: block; }
  @media screen and (min-width: 768px) {
    .about .item-module .item-wrapper article {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .about .item-module .item-wrapper article {
      padding: 19px 25px 62px 29px; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .about .item-module .item-wrapper article {
      padding-top: 32px; } }
  @media screen and (min-width: 1171px) {
    .about .item-module .item-wrapper article {
      padding: 21px 25px 62px 29px; } }
  @media screen and (min-width: 1400px) {
    .about .item-module .item-wrapper article {
      padding-top: 31px; } }
  .about .item-module .item-wrapper article .date {
    font-size: 0.75em;
    letter-spacing: .09em;
    text-transform: uppercase; }
  .about .item-module .item-wrapper article .button {
    margin-top: 10px; }
    .about .item-module .item-wrapper article .button:hover {
      background-color: #0096FF; }
  .about .item-module .item-wrapper article h3 {
    margin-bottom: 15px; }
.about .item-module .item-wrapper .content {
  border-top-color: #0096FF;
  display: block; }
@media screen and (max-width: 767px) {
  .about .item-module .title-wrapper {
    padding: 16px 20px; } }
@media screen and (max-width: 767px) {
  .about .item-module .title-wrapper .section-title {
    border-bottom-color: #0096FF;
    margin-bottom: 16px; } }
@media screen and (min-width: 768px) {
  .about .item-module .title-wrapper .section-title {
    border-bottom-color: #000; } }
.about .opportunities {
  background-color: #00E132; }
  @media screen and (min-width: 768px) {
    .about .opportunities {
      background-color: #000; } }
  .about .opportunities > .grid-set .grid-set .sidebar {
    background-color: #000; }
  @media screen and (min-width: 768px) {
    .about .opportunities .item-wrapper {
      background-color: #00E132; } }
  .about .opportunities .item-wrapper article {
    background-color: #fff; }
    .about .opportunities .item-wrapper article .date {
      margin-bottom: 18px; }
    .about .opportunities .item-wrapper article .button:hover {
      background-color: #00E132; }
  .about .opportunities .item-wrapper .content {
    border-top-color: #00E132;
    display: block; }
  @media screen and (max-width: 767px) {
    .about .opportunities .title-wrapper {
      padding: 16px 20px; } }
  @media screen and (min-width: 768px) {
    .about .opportunities .title-wrapper {
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .about .opportunities .title-wrapper .section-title {
      border-bottom-color: #00E132; } }
  @media screen and (min-width: 768px) {
    .about .opportunities .title-wrapper .section-title {
      border-bottom-color: #fff; } }
.about .policy {
  background-color: #0096FF; }
  @media screen and (min-width: 768px) {
    .about .policy {
      background-color: #fff; } }
  .about .policy > .grid-set .grid-set .sidebar {
    background-color: #fff;
    color: #000; }
  @media screen and (min-width: 768px) {
    .about .policy .title-wrapper {
      padding-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .about .policy .title-wrapper {
      padding-top: 47px; } }
  @media screen and (min-width: 1171px) {
    .about .policy .title-wrapper {
      padding-top: 52px; } }
.about .board-of-directors {
  background-color: #000; }
  @media screen and (max-width: 767px) {
    .about .board-of-directors > .grid-set .grid-set {
      padding: 0; } }
  .about .board-of-directors > .grid-set .grid-set .sidebar {
    background-color: #000;
    color: #fff;
    display: none; }
    @media screen and (min-width: 768px) {
      .about .board-of-directors > .grid-set .grid-set .sidebar {
        display: block; } }
  .about .board-of-directors .item-wrapper {
    color: #fff;
    padding: 21px 20px; }
    @media screen and (min-width: 768px) {
      .about .board-of-directors .item-wrapper {
        background-color: #FFE100;
        color: #000;
        padding: 47px 0 34px 60px; } }
    .about .board-of-directors .item-wrapper .cols:before, .about .board-of-directors .item-wrapper .cols:after {
      content: "";
      display: table; }
    .about .board-of-directors .item-wrapper .cols:after {
      clear: both; }
    .about .board-of-directors .item-wrapper .cols {
      *zoom: 1; }
    .about .board-of-directors .item-wrapper .cols.four-cols .col {
      float: left;
      margin-right: 5%;
      width: 20%; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .about .board-of-directors .item-wrapper .cols.four-cols .col {
          margin-right: 4%;
          width: 48%; }
          .about .board-of-directors .item-wrapper .cols.four-cols .col:nth-child(even) {
            margin-right: 0; } }
      .about .board-of-directors .item-wrapper .cols.four-cols .col:last-child {
        margin-right: 0; }
    .about .board-of-directors .item-wrapper .cols.two-cols .col {
      float: left;
      margin-right: 4%;
      width: 48%; }
      .about .board-of-directors .item-wrapper .cols.two-cols .col:last-child {
        margin-right: 0; }
    .about .board-of-directors .item-wrapper article {
      margin-bottom: 21px; }
      .about .board-of-directors .item-wrapper article p {
        font-size: 0.875em; }
        @media screen and (min-width: 768px) and (max-width: 1170px) {
          .about .board-of-directors .item-wrapper article p {
            font-size: 1.3125em; } }
        @media screen and (min-width: 1171px) {
          .about .board-of-directors .item-wrapper article p {
            font-size: 1.125em; } }
        @media screen and (min-width: 1400px) {
          .about .board-of-directors .item-wrapper article p {
            font-size: 1.3125em; } }
      .about .board-of-directors .item-wrapper article a {
        display: none;
        font-size: 0.75em;
        letter-spacing: .09em;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .about .board-of-directors .item-wrapper article a {
            display: block; } }
    .about .board-of-directors .item-wrapper .section-title {
      border-bottom-color: #fff; }
      @media screen and (min-width: 768px) {
        .about .board-of-directors .item-wrapper .section-title {
          border-bottom-color: #000; } }
  .about .board-of-directors .title-wrapper {
    padding: 38px; }
    @media screen and (max-width: 767px) {
      .about .board-of-directors .title-wrapper {
        padding: 16px 20px; } }
    @media screen and (min-width: 768px) {
      .about .board-of-directors .title-wrapper {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .about .board-of-directors .title-wrapper .section-title {
        border-bottom-color: #FFE100;
        margin-bottom: 16px; } }
    @media screen and (min-width: 768px) {
      .about .board-of-directors .title-wrapper .section-title {
        border-bottom-color: #fff; } }
    .about .board-of-directors .title-wrapper p {
      margin-bottom: 15px;
      font-size: 1.0625em; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .about .board-of-directors .title-wrapper p {
          font-size: 1.125em; } }
      @media screen and (min-width: 1171px) {
        .about .board-of-directors .title-wrapper p {
          font-size: 1.3125em; } }
.about .staff-trustees {
  background-color: #00C8FF;
  padding-top: 30px;
  padding-bottom: 7px; }
  @media screen and (min-width: 768px) {
    .about .staff-trustees {
      padding-top: 40px;
      padding-bottom: 22px; } }
  .about .staff-trustees .section-title {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .about .staff-trustees .section-title {
        margin-bottom: 25px; } }
  .about .staff-trustees .tablet-view {
    display: none; }
    @media screen and (min-width: 768px) {
      .about .staff-trustees .tablet-view {
        display: block; } }
    @media screen and (min-width: 1400px) {
      .about .staff-trustees .tablet-view {
        display: none; } }
  .about .staff-trustees .desktop-view {
    display: none; }
    @media screen and (min-width: 1400px) {
      .about .staff-trustees .desktop-view {
        display: block; } }
  .about .staff-trustees .col {
    padding-right: 31px; }
    @media screen and (min-width: 768px) {
      .about .staff-trustees .col {
        min-height: 1px;
        padding-right: 17px; } }
    @media screen and (min-width: 1400px) {
      .about .staff-trustees .col {
        padding-right: 40px; } }
  .about .staff-trustees .name {
    color: #000; }
  .about .staff-trustees article {
    margin-bottom: 13px; }
    @media screen and (min-width: 768px) {
      .about .staff-trustees article {
        margin-bottom: 24px; } }
    .about .staff-trustees article .image {
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .about .staff-trustees article .image {
          margin-bottom: 32px; } }
    .about .staff-trustees article img {
      display: block;
      max-width: 150px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .about .staff-trustees article img {
          max-width: none; } }
    .about .staff-trustees article p {
      font-size: 0.8125em; }
      @media screen and (min-width: 768px) {
        .about .staff-trustees article p {
          font-size: 1.25em; } }
    .about .staff-trustees article a {
      font-size: 0.75em;
      text-transform: uppercase;
      letter-spacing: .09em; }
      .about .staff-trustees article a:hover {
        color: #fff; }
.about .funders {
  background-color: #AFE622;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .about .funders .grid-set .col-20-20 {
      background-color: #fff; } }
  @media screen and (min-width: 768px) {
    .about .funders .grid-set .col-5-20 {
      background-color: #fff;
      color: #000; } }
  @media screen and (min-width: 768px) {
    .about .funders .grid-set .col-15-20 {
      background-color: #AFE622; } }
  .about .funders .grid-set .underline {
    border-bottom-color: #fff; }
.about .floor-plan {
  width: 100%; }
.about .floor-image {
  width: 80%;
  margin: 80px auto; }
  .about .floor-image img {
    max-height: 450px;
    width: 100%; }
.about .toggled-content {
  width: 100%; }
  .about .toggled-content li {
    line-height: 40px;
    width: 25%; }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.calendar .curious-adults {
  background-color: #FFE100; }
.calendar .curious-teens {
  background-color: #AFE622; }
.calendar .creative-family {
  background-color: #00E132; }
.calendar .member-events {
  background-color: #00E1C8; }
.calendar .educators-programs {
  background-color: #00C8FF; }
.calendar .special-events {
  background-color: #0096FF; }
.calendar .promo {
  background-color: #000; }
.calendar .hero {
  margin-bottom: 0; }
  .calendar .hero .hero-wrapper {
    display: table; }
    .calendar .hero .hero-wrapper h2 {
      padding: 0 60px; }
  .calendar .hero .hero-image {
    top: 0;
    height: 101%; }
.calendar .calendar-legend {
  background-color: #000;
  display: none;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .calendar .calendar-legend {
      display: block; } }
  .calendar .calendar-legend .legend {
    float: left;
    margin-right: 1.4%;
    text-align: left;
    width: 15.5%; }
    @media screen and (min-width: 768px) {
      .calendar .calendar-legend .legend {
        font-size: 0.875em;
        line-height: 1.1em;
        padding: 5px 8px; } }
    @media screen and (min-width: 1400px) {
      .calendar .calendar-legend .legend {
        font-size: 1.0625em;
        padding: 5px 10px; } }
    .calendar .calendar-legend .legend:last-of-type {
      margin-right: 0; }
.calendar .calendar-wrapper {
  padding-top: 21px; }
  @media screen and (min-width: 768px) {
    .calendar .calendar-wrapper {
      padding-top: 49px; } }
  .calendar .calendar-wrapper .four-cols {
    width: 100%; }
    @media screen and (min-width: 1171px) {
      .calendar .calendar-wrapper .four-cols {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .calendar .calendar-wrapper .four-cols .col {
        float: left; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .calendar .calendar-wrapper .four-cols .col {
        margin-right: 1.5%;
        width: 49%; }
        .calendar .calendar-wrapper .four-cols .col:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1171px) {
      .calendar .calendar-wrapper .four-cols .col {
        margin-right: 1.25%;
        width: 24%; }
        .calendar .calendar-wrapper .four-cols .col:nth-of-type(4n) {
          margin-right: 0; } }
  .calendar .calendar-wrapper h2 {
    font-size: 2em;
    border-bottom: 6px solid #000; }
    @media screen and (min-width: 768px) {
      .calendar .calendar-wrapper h2 {
        border-bottom-width: 8px; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .calendar .calendar-wrapper h2 {
        font-size: 2.5em; } }
    @media screen and (min-width: 1171px) {
      .calendar .calendar-wrapper h2 {
        font-size: 2.8125em; } }
    @media screen and (min-width: 1400px) {
      .calendar .calendar-wrapper h2 {
        font-size: 3.1875em; } }
  .calendar .calendar-wrapper .title {
    font-size: 1.5em;
    margin-bottom: 14px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .calendar .calendar-wrapper .title {
        font-size: 1.75em;
        margin-bottom: 10px; } }
    @media screen and (min-width: 1171px) {
      .calendar .calendar-wrapper .title {
        font-size: 1.875em;
        line-height: 1.1em; } }
    @media screen and (min-width: 1400px) {
      .calendar .calendar-wrapper .title {
        font-size: 1.9375em;
        line-height: 1.2em; } }
  .calendar .calendar-wrapper .time {
    font-size: 1.0625em; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .calendar .calendar-wrapper .time {
        font-size: 1.1875em; } }
    @media screen and (min-width: 1171px) {
      .calendar .calendar-wrapper .time {
        font-size: 1.3125em; } }
  .calendar .calendar-wrapper .month {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .calendar .calendar-wrapper .month {
        padding-top: 0; } }
    .calendar .calendar-wrapper .month h2 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      padding-top: 8px; }
      @media screen and (min-width: 768px) {
        .calendar .calendar-wrapper .month h2 {
          padding-bottom: 7px; } }
  .calendar .calendar-wrapper .event {
    height: 267px;
    margin-bottom: 15px;
    padding: 11px 19px 50px;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .calendar .calendar-wrapper .event:hover {
        margin-top: -5px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1171px) {
      .calendar .calendar-wrapper .event:hover {
        margin-top: -5px;
        margin-bottom: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .calendar .calendar-wrapper .event {
        height: 315px;
        margin-bottom: 15px; } }
    @media screen and (min-width: 1171px) {
      .calendar .calendar-wrapper .event {
        height: 415px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .calendar .calendar-wrapper .event {
        padding: 14px 24px 65px 27px; } }
    @media screen and (min-width: 768px) {
      .calendar .calendar-wrapper .event.promo {
        padding-top: 22px; } }
    .calendar .calendar-wrapper .event.promo .title {
      color: #fff;
      font-size: 1.5em; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .calendar .calendar-wrapper .event.promo .title {
          font-size: 1.875em; } }
      @media screen and (min-width: 1171px) {
        .calendar .calendar-wrapper .event.promo .title {
          font-size: 1.9375em; } }
    .calendar .calendar-wrapper .event.promo .summary {
      color: #fff;
      font-size: 1.0625em; }
      @media screen and (min-width: 768px) {
        .calendar .calendar-wrapper .event.promo .summary {
          font-size: 1.1875em; } }
      @media screen and (min-width: 1400px) {
        .calendar .calendar-wrapper .event.promo .summary {
          font-size: 1.3125em; } }
    .calendar .calendar-wrapper .event h2 {
      border-bottom-color: #fff;
      border-bottom-width: 5px;
      margin-bottom: 13px; }
      @media screen and (min-width: 768px) {
        .calendar .calendar-wrapper .event h2 {
          border-bottom-width: 7px;
          padding-bottom: 1px; } }
    .calendar .calendar-wrapper .event .button {
      bottom: 18px;
      position: absolute; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .calendar .calendar-wrapper .event .button {
          padding-top: 3px; } }
      @media screen and (min-width: 768px) {
        .calendar .calendar-wrapper .event .button {
          bottom: 30px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .calendar .calendar-wrapper .event .button a {
          font-size: 0.75em; } }
.calendar .article-sidebars h3[data-behavior="toggle-content"] {
  cursor: pointer; }
@media screen and (min-width: 1400px) {
  .calendar .article-sidebars .event-info h2 {
    line-height: 1.1em; } }
@media screen and (min-width: 1400px) {
  .calendar .article-sidebars .event-info .date-time p {
    line-height: 1.1em; } }
@media screen and (min-width: 1650px) {
  .calendar .article-sidebars .event-info .date-time p {
    line-height: 1.2em; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.support .hero {
  margin-bottom: 0; }
  .support .hero .hero-wrapper {
    display: table; }
    .support .hero .hero-wrapper h2 {
      color: #000;
      padding: 0 60px; }
  .support .hero .hero-image {
    top: 0; }
.support .section-title {
  font-size: 1.875em; }
.support h3[data-behavior="toggle-content"] {
  cursor: pointer; }
.support .sidebar-image-module {
  background-color: #000; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .support .sidebar-image-module .col {
      height: 350px;
      width: 50%; } }
  @media screen and (min-width: 1171px) {
    .support .sidebar-image-module .col {
      height: 650px; } }
  .support .sidebar-image-module .sidebar {
    display: block;
    position: relative;
    padding: 20px 20px 25px; }
    @media screen and (min-width: 1171px) {
      .support .sidebar-image-module .sidebar {
        padding: 38px 38px 70px; } }
    .support .sidebar-image-module .sidebar a,
    .support .sidebar-image-module .sidebar a:active,
    .support .sidebar-image-module .sidebar a:link {
      color: #fff; }
      .support .sidebar-image-module .sidebar a:visited,
      .support .sidebar-image-module .sidebar a:active:visited,
      .support .sidebar-image-module .sidebar a:link:visited {
        color: #fff; }
      .support .sidebar-image-module .sidebar a:hover,
      .support .sidebar-image-module .sidebar a:active:hover,
      .support .sidebar-image-module .sidebar a:link:hover {
        color: #fff; }
    .support .sidebar-image-module .sidebar .title-wrapper .section-title {
      color: #fff; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .support .sidebar-image-module .sidebar .title-wrapper .section-title {
          margin-bottom: 18px;
          padding-bottom: 15px; } }
      @media screen and (min-width: 1171px) {
        .support .sidebar-image-module .sidebar .title-wrapper .section-title {
          margin-bottom: 26px;
          padding-bottom: 24px; } }
    .support .sidebar-image-module .sidebar .title-wrapper p {
      color: #fff;
      margin-bottom: 15px;
      font-size: 1.0625em;
      max-height: 430px;
      overflow-y: scroll; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .support .sidebar-image-module .sidebar .title-wrapper p {
          font-size: 1.125em; } }
      @media screen and (min-width: 1171px) {
        .support .sidebar-image-module .sidebar .title-wrapper p {
          font-size: 1.3125em; } }
    @media screen and (min-width: 768px) {
      .support .sidebar-image-module .sidebar .button {
        bottom: 25px;
        position: absolute; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .support .sidebar-image-module .sidebar .button {
        left: 20px; } }
    @media screen and (min-width: 1171px) {
      .support .sidebar-image-module .sidebar .button {
        bottom: 38px;
        left: 38px; } }
    .support .sidebar-image-module .sidebar .button.white-background {
      background-color: #fff; }
      .support .sidebar-image-module .sidebar .button.white-background a {
        color: #000; }
      .support .sidebar-image-module .sidebar .button.white-background:hover {
        background-color: #FFE100; }
  .support .sidebar-image-module img {
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .support .sidebar-image-module img {
        display: none; } }
  .support .sidebar-image-module .image-wrapper {
    position: relative; }
  .support .sidebar-image-module .image {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
    min-height: 100%;
    height: auto;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .support .sidebar-image-module .image {
        display: block; } }
.support .support-items {
  padding: 25px 20px; }
  @media screen and (min-width: 1171px) {
    .support .support-items {
      padding: 50px; } }
  .support .support-items .header:before, .support .support-items .header:after {
    content: "";
    display: table; }
  .support .support-items .header:after {
    clear: both; }
  .support .support-items .header {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .support .support-items .header {
      margin-bottom: 27px; } }
  .support .support-items .header .section-title {
    border-bottom-color: #000; }
    @media screen and (min-width: 768px) {
      .support .support-items .header .section-title {
        display: inline-block; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .support .support-items .header .section-title {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1171px) {
      .support .support-items .header .section-title {
        float: left; } }
  .support .support-items .header .member-link {
    display: none; }
    .support .support-items .header .member-link:hover {
      color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .support .support-items .header .member-link {
        display: block;
        font-size: 1.25em; } }
    @media screen and (min-width: 1171px) {
      .support .support-items .header .member-link {
        display: inline;
        float: right;
        line-height: 3em; } }
  @media screen and (min-width: 768px) {
    .support .support-items .item-wrapper.three-col article {
      margin-right: 2%;
      width: 32%; }
      .support .support-items .item-wrapper.three-col article:nth-of-type(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .support .support-items .item-wrapper.four-col article {
      margin-right: 1%;
      width: 49%; }
      .support .support-items .item-wrapper.four-col article:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1171px) {
    .support .support-items .item-wrapper.four-col article {
      margin-right: 1.25%;
      width: 24%; }
      .support .support-items .item-wrapper.four-col article:nth-of-type(4n) {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .support .support-items .item-wrapper.five-col article {
      margin-right: 1%;
      width: 49%; }
      .support .support-items .item-wrapper.five-col article:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1171px) {
    .support .support-items .item-wrapper.five-col article {
      margin-right: 1.2%;
      width: 19%; }
      .support .support-items .item-wrapper.five-col article:nth-of-type(5n) {
        margin-right: 0; } }
  .support .support-items .items article {
    background-color: #fff;
    margin-bottom: 12px;
    padding: 12px 19px 4px 13px; }
    @media screen and (min-width: 768px) {
      .support .support-items .items article {
        float: left;
        padding: 24px 20px 62px 20px;
        position: relative; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .support .support-items .items article.hide-on-tablet {
        display: none; } }
    .support .support-items .items article h3 {
      font-size: 1.5em;
      line-height: 1em;
      margin-bottom: 6px;
      position: relative; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .support .support-items .items article h3 {
          font-size: 1.6875em;
          margin-bottom: 9px; } }
      @media screen and (min-width: 1171px) {
        .support .support-items .items article h3 {
          font-size: 1.675em;
          margin-bottom: 11px; } }
      .support .support-items .items article h3 .icon {
        display: none;
        background: url(../images/plus-minus-icons.png) no-repeat 0 0;
        background-size: 38px;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 0;
        height: 19px;
        width: 20px; }
        @media screen and (min-width: 768px) {
          .support .support-items .items article h3 .icon {
            display: none; } }
        .support .support-items .items article h3 .icon.open {
          background-position: -19px 0; }
    .support .support-items .items article h4 {
      font-size: 1.5em;
      margin-bottom: 8px; }
      @media screen and (min-width: 768px) {
        .support .support-items .items article h4 {
          font-size: 1.625em; } }
    .support .support-items .items article p {
      line-height: 1.2em;
      margin-bottom: 13px; }
      @media screen and (min-width: 768px) {
        .support .support-items .items article p {
          line-height: 1.3em; } }
      @media screen and (min-width: 1171px) {
        .support .support-items .items article p {
          font-size: 1.125em; } }
    .support .support-items .items article .content {
      border-top: 5px solid #000;
      padding-top: 12px; }
      @media screen and (min-width: 768px) {
        .support .support-items .items article .content {
          border-top-width: 8px;
          display: block; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .support .support-items .items article .content {
          min-height: 190px;
          padding-top: 10px; } }
      @media screen and (min-width: 1171px) {
        .support .support-items .items article .content {
          min-height: 230px;
          padding-top: 14px; } }
    @media screen and (max-width: 767px) {
      .support .support-items .items article .button {
        margin-bottom: 15px; } }
    @media screen and (min-width: 768px) {
      .support .support-items .items article .button {
        bottom: 32px;
        position: absolute;
        left: 28px; } }
.support .friends-level {
  background-color: #FFE100; }
  .support .friends-level .items article .content {
    border-top-color: #FFE100; }
  .support .friends-level .button.white-background:hover {
    background-color: #FFE100; }
.support .culturally-curious {
  background-color: #AFE622; }
  .support .culturally-curious .items article .content {
    border-top-color: #AFE622; }
  .support .culturally-curious .button.white-background:hover {
    background-color: #AFE622; }
.support .creative-family {
  background-color: #00E132; }
  .support .creative-family .items article .content {
    border-top-color: #00E132; }
  .support .creative-family .button.white-background:hover {
    background-color: #00E132; }
.support .corporate-partnerships {
  background-color: #00C8FF; }
  .support .corporate-partnerships .items article h3 .icon {
    background-position: 0 -19px; }
    @media screen and (max-width: 767px) {
      .support .corporate-partnerships .items article h3 .icon {
        display: block; } }
    .support .corporate-partnerships .items article h3 .icon.open {
      background-position: -19px -19px; }
  .support .corporate-partnerships .items article .content {
    border-top-color: #00C8FF; }
    @media screen and (max-width: 767px) {
      .support .corporate-partnerships .items article .content {
        display: none; } }
  .support .corporate-partnerships .button.white-background:hover {
    background-color: #00C8FF; }
.support .planned-giving .grid-set .sidebar {
  background-color: #fff;
  color: #000; }
.support .planned-giving .section-title {
  border-color: #000; }
.support .planned-giving .item-wrapper {
  background-color: #00E1C8; }
  .support .planned-giving .item-wrapper p.mobile-view {
    margin-bottom: 30px; }
  .support .planned-giving .item-wrapper h3 {
    padding-right: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .support .planned-giving .item-wrapper article {
      margin-right: 2%;
      width: 48%; } }
  @media screen and (min-width: 1171px) {
    .support .planned-giving .item-wrapper article {
      margin-right: 1%;
      width: 24%; } }
  .support .planned-giving .item-wrapper .content {
    border-top-color: #00E1C8; }
.support .funders {
  background-color: #FFE100; }
  @media screen and (max-width: 767px) {
    .support .funders {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) {
    .support .funders {
      padding: 0; } }
  .support .funders .underline {
    border-bottom-color: #fff; }
  @media screen and (min-width: 768px) {
    .support .funders .grid-set .col-20-20 {
      background-color: #fff; } }
  @media screen and (min-width: 768px) {
    .support .funders .grid-set .col-5-20 {
      background-color: #fff;
      color: #000; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .support .funders .grid-set .col-5-20 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1171px) {
    .support .funders .grid-set .col-5-20 {
      padding-left: 38px;
      padding-right: 38px; } }
  .support .funders .grid-set .col-15-20 {
    background-color: #FFE100; }
.support .membership.item-module .grid-set {
  background-color: #000; }
.support .membership .grid-set .sidebar {
  background-color: #000;
  color: #fff; }
.support .membership .item-wrapper {
  background-color: #0096FF; }
  .support .membership .item-wrapper article {
    padding: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .support .membership .item-wrapper article:nth-child(n+3) {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .support .membership .item-wrapper article:nth-child(n+3) {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .support .membership .item-wrapper article {
        margin-right: 2%;
        width: 48%; } }
    @media screen and (min-width: 1171px) {
      .support .membership .item-wrapper article {
        margin-right: 1%;
        width: 32%; } }
    .support .membership .item-wrapper article .inner {
      padding: 12px 19px 4px 13px; }
      @media screen and (min-width: 768px) {
        .support .membership .item-wrapper article .inner {
          padding: 31px 25px 0 24px; } }
    .support .membership .item-wrapper article .content {
      border-top-width: 0;
      display: block;
      padding-top: 0; }
    .support .membership .item-wrapper article .date {
      border-bottom: 8px solid #0096FF;
      padding-bottom: 5px;
      margin-bottom: 16px; }
      .support .membership .item-wrapper article .date p {
        font-size: .875em;
        margin-bottom: 6px;
        text-transform: uppercase; }
    .support .membership .item-wrapper article .button {
      left: 0;
      margin-bottom: 20px;
      margin-left: 24px; }
      @media screen and (max-width: 767px) {
        .support .membership .item-wrapper article .button {
          margin-left: 0; } }
      .support .membership .item-wrapper article .button:hover {
        background-color: #0096FF; }
  @media screen and (min-width: 768px) {
    .support .membership .item-wrapper .image {
      bottom: 0;
      position: absolute; } }
  .support .membership .item-wrapper .image img {
    display: block;
    width: 100%; }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .exhibition .col-14-20 {
    width: 66.7%; } }
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .exhibition .col-6-20 {
    width: 33.3%; } }
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .exhibition .sidebar .wrapper {
    padding: 52px 20px 48px 32px; } }
@media screen and (min-width: 1081px) and (max-width: 1170px) {
  .exhibition .sidebar .wrapper {
    padding: 50px 20px 48px 32px; } }
@media screen and (min-width: 1171px) {
  .exhibition .sidebar .wrapper {
    padding: 50px 40px 48px 55px; } }
@media screen and (min-width: 1400px) {
  .exhibition .sidebar .wrapper {
    padding: 55px 40px 48px 55px; } }
.exhibition .exhibitions {
  position: relative; }
  .exhibition .exhibitions.all-exhibitions .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .exhibition .exhibitions .sidebar {
    display: none; }
    @media screen and (min-width: 768px) {
      .exhibition .exhibitions .sidebar {
        display: block; } }
  @media screen and (min-width: 768px) {
    .exhibition .exhibitions .item-wrapper {
      background-color: #fff;
      padding: 0 60px 0 40px; } }
  @media screen and (min-width: 768px) {
    .exhibition .exhibitions .item-wrapper .section-title {
      padding-top: 30px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .exhibition .exhibitions .item-wrapper .section-title {
      font-size: 2.5em; } }
  @media screen and (min-width: 1171px) {
    .exhibition .exhibitions .item-wrapper .section-title {
      font-size: 2.8125em; } }
  @media screen and (min-width: 1400px) {
    .exhibition .exhibitions .item-wrapper .section-title {
      font-size: 3.1875em; } }
  .exhibition .exhibitions .items {
    padding: 18px 15px 11px; }
    @media screen and (max-width: 767px) {
      .exhibition .exhibitions .items.current {
        background-color: #00E1C8; }
        .exhibition .exhibitions .items.current .date {
          border-color: #00E1C8; }
      .exhibition .exhibitions .items.future {
        background-color: #AFE622; }
        .exhibition .exhibitions .items.future .date {
          border-color: #AFE622; } }
    .exhibition .exhibitions .items article {
      background-color: #fff;
      margin-bottom: 17px; }
      @media screen and (min-width: 768px) {
        .exhibition .exhibitions .items article:nth-child(1n) {
          background-color: #AFE622; }
        .exhibition .exhibitions .items article:nth-child(2n) {
          background-color: #00E132; }
        .exhibition .exhibitions .items article:nth-child(3n) {
          background-color: #00E1C8; }
        .exhibition .exhibitions .items article:nth-child(4n) {
          background-color: #0096FF; }
        .exhibition .exhibitions .items article:last-child {
          margin-bottom: 0; } }
      .exhibition .exhibitions .items article a,
      .exhibition .exhibitions .items article a:active,
      .exhibition .exhibitions .items article a:link {
        color: #000;
        display: block; }
        .exhibition .exhibitions .items article a:before, .exhibition .exhibitions .items article a:after,
        .exhibition .exhibitions .items article a:active:before,
        .exhibition .exhibitions .items article a:active:after,
        .exhibition .exhibitions .items article a:link:before,
        .exhibition .exhibitions .items article a:link:after {
          content: "";
          display: table; }
        .exhibition .exhibitions .items article a:after,
        .exhibition .exhibitions .items article a:active:after,
        .exhibition .exhibitions .items article a:link:after {
          clear: both; }
        .exhibition .exhibitions .items article a,
        .exhibition .exhibitions .items article a:active,
        .exhibition .exhibitions .items article a:link {
          *zoom: 1; }
        .exhibition .exhibitions .items article a:visited,
        .exhibition .exhibitions .items article a:active:visited,
        .exhibition .exhibitions .items article a:link:visited {
          color: #000; }
        .exhibition .exhibitions .items article a:hover,
        .exhibition .exhibitions .items article a:active:hover,
        .exhibition .exhibitions .items article a:link:hover {
          color: #000; }
      .exhibition .exhibitions .items article .l-col {
        padding: 15px 20px 13px 20px; }
        @media screen and (min-width: 768px) {
          .exhibition .exhibitions .items article .l-col {
            float: left;
            height: 268px;
            padding: 20px 23px 0 23px;
            position: relative;
            width: 70%; } }
      @media screen and (min-width: 768px) {
        .exhibition .exhibitions .items article .r-col {
          float: right;
          width: 30%; } }
      .exhibition .exhibitions .items article .r-col .image {
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 250px; }
        @media screen and (min-width: 768px) {
          .exhibition .exhibitions .items article .r-col .image {
            height: 268px; } }
    @media screen and (max-width: 767px) {
      .exhibition .exhibitions .items.past {
        display: none; } }
    .exhibition .exhibitions .items.past .past-wrapper {
      padding-bottom: 100px; }
      .exhibition .exhibitions .items.past .past-wrapper:before, .exhibition .exhibitions .items.past .past-wrapper:after {
        content: "";
        display: table; }
      .exhibition .exhibitions .items.past .past-wrapper:after {
        clear: both; }
      .exhibition .exhibitions .items.past .past-wrapper {
        *zoom: 1; }
      .exhibition .exhibitions .items.past .past-wrapper article {
        width: 49%;
        float: left; }
        .exhibition .exhibitions .items.past .past-wrapper article:nth-child(odd) {
          margin-right: 2%; }
        .exhibition .exhibitions .items.past .past-wrapper article:nth-child(even) {
          margin-right: 0; }
        .exhibition .exhibitions .items.past .past-wrapper article .l-col, .exhibition .exhibitions .items.past .past-wrapper article .r-col {
          float: none;
          width: 100%; }
        .exhibition .exhibitions .items.past .past-wrapper article .l-col {
          height: auto;
          padding-bottom: 20px; }
          .exhibition .exhibitions .items.past .past-wrapper article .l-col .title {
            position: static; }
        .exhibition .exhibitions .items.past .past-wrapper article .r-col .image {
          height: 290px; }
    .exhibition .exhibitions .items.past .artist {
      height: auto; }
    .exhibition .exhibitions .items .date {
      border-bottom: 5px solid #fff;
      font-size: 0.6875em;
      letter-spacing: 0.09em;
      margin-bottom: 11px;
      padding-bottom: 10px;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .exhibition .exhibitions .items .date {
          border-bottom: 8px solid #fff;
          font-size: 0.75em;
          margin-bottom: 16px;
          padding-bottom: 19px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .exhibition .exhibitions .items .date {
          margin-bottom: 11px;
          padding-bottom: 14px; } }
    .exhibition .exhibitions .items .artist {
      font-size: 1.5625em;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .exhibition .exhibitions .items .artist {
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .exhibition .exhibitions .items .artist {
          font-size: 2.5em;
          line-height: 1.1em; } }
      @media screen and (min-width: 1171px) {
        .exhibition .exhibitions .items .artist {
          font-size: 2.8125em;
          height: 135px; } }
      @media screen and (min-width: 1400px) {
        .exhibition .exhibitions .items .artist {
          font-size: 3.1875em; } }
    .exhibition .exhibitions .items .title {
      font-size: 1.0625em; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .exhibition .exhibitions .items .title {
          bottom: 18px;
          font-size: 1.375em;
          line-height: 1.1em;
          padding-right: 23px;
          position: absolute; } }
      @media screen and (min-width: 1171px) {
        .exhibition .exhibitions .items .title {
          font-size: 1.625em; } }
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .exhibition .all-exhibitions .section-title {
    font-size: 1.5em; } }
@media screen and (min-width: 1171px) {
  .exhibition .all-exhibitions .section-title {
    font-size: 1.9375em; } }
@media screen and (min-width: 768px) {
  .exhibition .all-exhibitions .all-container {
    overflow-y: scroll; } }
@media screen and (max-width: 767px) {
  .exhibition .all-exhibitions .item-wrapper {
    height: auto !important; } }
@media screen and (min-width: 768px) {
  .exhibition .all-exhibitions .item-wrapper {
    position: relative; } }
@media screen and (min-width: 768px) {
  .exhibition .all-exhibitions .text-box {
    overflow-y: scroll; } }
.exhibition .all-exhibitions .sidebar .current-sidebar {
  background-color: #00E1C8;
  z-index: 20; }
.exhibition .all-exhibitions .sidebar .future-sidebar {
  background-color: #AFE622;
  z-index: 10; }
.exhibition .all-exhibitions .sidebar .past-sidebar {
  background-color: #FFE100;
  z-index: 1; }
.exhibition .all-exhibitions .sidebar .current-sidebar,
.exhibition .all-exhibitions .sidebar .future-sidebar,
.exhibition .all-exhibitions .sidebar .past-sidebar {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  position: absolute; }
  .exhibition .all-exhibitions .sidebar .current-sidebar p,
  .exhibition .all-exhibitions .sidebar .future-sidebar p,
  .exhibition .all-exhibitions .sidebar .past-sidebar p {
    font-size: 1.125em;
    padding-bottom: 30px; }
  .exhibition .all-exhibitions .sidebar .current-sidebar.active,
  .exhibition .all-exhibitions .sidebar .future-sidebar.active,
  .exhibition .all-exhibitions .sidebar .past-sidebar.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

@media screen and (max-width: 767px) {
  .curatorial-approach {
    padding: 18px 15px 11px; } }
@media screen and (min-width: 768px) {
  .curatorial-approach {
    background-color: #fff; } }
.curatorial-approach .sidebar .wrapper {
  background-color: #fff; }
.curatorial-approach .item-wrapper {
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .curatorial-approach .item-wrapper {
      background-color: #00C8FF;
      padding: 55px 60px 60px 40px; } }
  .curatorial-approach .item-wrapper .text-box p {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .curatorial-approach .item-wrapper .text-box p {
        margin-bottom: 15px; } }

.exhibition .funders {
  background-color: #FFE100;
  padding-right: 0; }
  .exhibition .funders .underline {
    border-color: #fff; }
  @media screen and (min-width: 768px) {
    .exhibition .funders {
      background-color: #fff; } }

.exhibition .funders .grid-set .col-20-20 {
  background-color: #FFE100; }
  @media screen and (min-width: 768px) {
    .exhibition .funders .grid-set .col-20-20 {
      background-color: #fff; } }

.exhibition .funders .grid-set .col-5-20 {
  background-color: #FFE100;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .exhibition .funders .grid-set .col-5-20 {
      background-color: #fff; } }
  .exhibition .funders .grid-set .col-5-20 .section-title {
    color: #000;
    margin-bottom: 31px; }

.exhibition .funders .grid-set .col-15-20 {
  background-color: #FFE100; }
  @media screen and (min-width: 768px) {
    .exhibition .funders .grid-set .col-15-20 {
      background-color: #AFE622;
      padding-right: 60px; } }

.each-year {
  position: relative;
  margin-bottom: 25px;
  padding: 0 20px 0 20px;
  height: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .each-year:before, .each-year:after {
    content: "";
    display: table; }
  .each-year:after {
    clear: both; }
  .each-year {
    *zoom: 1; }
  .each-year p {
    background-color: #fff;
    cursor: pointer;
    height: 40px;
    top: 0px;
    padding: 0;
    position: absolute;
    z-index: 99; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .each-year p {
        font-size: 1.5em; } }
    @media screen and (min-width: 1171px) {
      .each-year p {
        padding: 0;
        font-size: 1.9375em; } }
    .each-year p:first-child {
      left: 0;
      text-align: left; }
    .each-year p:last-child {
      position: absolute;
      right: 0;
      text-align: right; }
  .each-year ul {
    position: relative;
    width: 200%; }
    .each-year ul:before, .each-year ul:after {
      content: "";
      display: table; }
    .each-year ul:after {
      clear: both; }
    .each-year ul {
      *zoom: 1; }
    .each-year ul li {
      cursor: pointer;
      float: left;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .each-year ul li {
          font-size: 1.5em;
          width: 8%; } }
      @media screen and (min-width: 1171px) {
        .each-year ul li {
          font-size: 1.9375em;
          width: 7%; } }
      @media screen and (min-width: 1400px) {
        .each-year ul li {
          font-size: 1.9375em;
          width: 5%; } }
      .each-year ul li.active {
        color: #0096FF; }
      .each-year ul li:hover {
        color: #0096FF; }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.press .hero {
  margin-bottom: 0; }
  .press .hero .hero-wrapper {
    display: table; }
  .press .hero .hero-image {
    top: 0; }
.press .press-sidebar {
  background-color: #000;
  color: #fff;
  padding: 16px 20px; }
  .press .press-sidebar:before, .press .press-sidebar:after {
    content: "";
    display: table; }
  .press .press-sidebar:after {
    clear: both; }
  .press .press-sidebar {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .press .press-sidebar {
      margin-bottom: 95px; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .press .press-sidebar {
      padding: 25px 25px 15px; } }
  @media screen and (min-width: 1171px) {
    .press .press-sidebar {
      padding: 47px 40px 34px; } }
  .press .press-sidebar h3[data-behavior="toggle-content"] {
    cursor: pointer; }
  .press .press-sidebar h3 {
    border-bottom: 5px solid #fff;
    font-size: 2.34375em;
    margin-bottom: 18px; }
    .press .press-sidebar h3.mobile-view {
      border: none; }
    @media screen and (min-width: 768px) {
      .press .press-sidebar h3 {
        border-bottom: 8px solid #fff;
        font-size: 2.25em;
        line-height: 1em;
        margin-bottom: 26px;
        padding-bottom: 11px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .press .press-sidebar h3 {
      font-size: 1.5em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .press .press-sidebar h3 {
      font-size: 1.75em; } }
  @media screen and (min-width: 768px) and (min-width: 1171px) {
    .press .press-sidebar h3 {
      font-size: 2.25em; } }

  .press .press-sidebar p {
    margin-bottom: 22px; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .press .press-sidebar p {
        font-size: 1em; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .press .press-sidebar p {
        font-size: 1.25em; } }
    @media screen and (min-width: 1171px) {
      .press .press-sidebar p {
        font-size: 1.5em; } }
    @media screen and (max-width: 767px) {
      .press .press-sidebar p.disclaimer {
        font-size: 1.25em; } }
    @media screen and (min-width: 768px) {
      .press .press-sidebar p.disclaimer {
        margin-bottom: 53px; } }
  .press .press-sidebar a,
  .press .press-sidebar a:active,
  .press .press-sidebar a:link {
    color: #fff; }
    .press .press-sidebar a:visited,
    .press .press-sidebar a:active:visited,
    .press .press-sidebar a:link:visited {
      color: #fff; }
    .press .press-sidebar a:hover,
    .press .press-sidebar a:active:hover,
    .press .press-sidebar a:link:hover {
      color: #FFE100; }
  .press .press-sidebar .content a,
  .press .press-sidebar .content a:active,
  .press .press-sidebar .content a:link {
    color: #000; }
    @media screen and (min-width: 768px) {
      .press .press-sidebar .content a,
      .press .press-sidebar .content a:active,
      .press .press-sidebar .content a:link {
        color: #fff; } }
    .press .press-sidebar .content a:visited,
    .press .press-sidebar .content a:active:visited,
    .press .press-sidebar .content a:link:visited {
      color: #000; }
      @media screen and (min-width: 768px) {
        .press .press-sidebar .content a:visited,
        .press .press-sidebar .content a:active:visited,
        .press .press-sidebar .content a:link:visited {
          color: #fff; } }
    .press .press-sidebar .content a:hover,
    .press .press-sidebar .content a:active:hover,
    .press .press-sidebar .content a:link:hover {
      color: #FFE100; }
.press .press-sidebar article {
  color: #000; }
  @media screen and (min-width: 768px) {
    .press .press-sidebar article {
      background-color: #000;
      color: #fff;
      float: none;
      margin-bottom: 0;
      padding: 0;
      width: 100%; } }
  .press .press-sidebar article h3 .icon {
    background: url(../images/plus-minus-icons.png) no-repeat 0 -114px;
    background-size: 38px; }
    .press .press-sidebar article h3 .icon.open {
      background-position: -19px -114px; }
  .press .press-sidebar article .content {
    min-height: 0;
    padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .press .press-sidebar article .content {
        display: block;
        margin-bottom: 52px; } }
    @media screen and (min-width: 768px) {
      .press .press-sidebar article .content.schedules {
        margin-bottom: 42px; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .press .press-sidebar article .content ul li {
        font-size: 1em; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .press .press-sidebar article .content ul li {
        font-size: 1.25em; } }
    @media screen and (min-width: 1171px) {
      .press .press-sidebar article .content ul li {
        font-size: 1.5em; } }
    @media screen and (min-width: 768px) {
      .press .press-sidebar article .content ul li a {
        color: #fff; }
        .press .press-sidebar article .content ul li a:hover {
          color: #FFE100; } }
    .press .press-sidebar article .content .inner:before, .press .press-sidebar article .content .inner:after {
      content: "";
      display: table; }
    .press .press-sidebar article .content .inner:after {
      clear: both; }
    .press .press-sidebar article .content .inner {
      *zoom: 1; }
    .press .press-sidebar article .content input[type=email] {
      background-color: #fff;
      border: 1px solid gray;
      box-shadow: none;
      border-radius: 0;
      color: #000;
      display: block;
      font-size: .75em;
      letter-spacing: .09em;
      margin-bottom: 5px;
      padding: 7px 12px;
      width: 100%;
      transition: background-color 0.325s ease-in-out;
      -moz-transition: background-color 0.325s ease-in-out;
      -webkit-transition: background-color 0.325s ease-in-out; }
      .press .press-sidebar article .content input[type=email]:focus {
        -webkit-appearance: caret; }
        @media screen and (max-width: 767px) {
          .press .press-sidebar article .content input[type=email]:focus {
            background-color: #e9e9e9;
            transition: background-color 0.325s ease-in-out;
            -moz-transition: background-color 0.325s ease-in-out;
            -webkit-transition: background-color 0.325s ease-in-out; } }
      @media screen and (min-width: 768px) {
        .press .press-sidebar article .content input[type=email] {
          border: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .press .press-sidebar article .content input[type=email] {
          font-size: .625em; } }
      .press .press-sidebar article .content input[type=email]::-webkit-input-placeholder {
        color: #000;
        text-transform: uppercase; }
    .press .press-sidebar article .content input[type=submit] {
      background-color: #000;
      border: none;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      float: right;
      font-size: .75em;
      letter-spacing: .09em;
      padding: 8px 13px;
      text-transform: uppercase;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out;
      -webkit-transition: background-color 0.25s ease-in-out; }
      .press .press-sidebar article .content input[type=submit]:hover {
        background-color: #00E132;
        color: #000;
        transition: background-color 0.25s ease-in-out;
        -moz-transition: background-color 0.25s ease-in-out;
        -webkit-transition: background-color 0.25s ease-in-out; }
      @media screen and (min-width: 768px) {
        .press .press-sidebar article .content input[type=submit] {
          background-color: #fff;
          color: #000; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .press .press-sidebar article .content input[type=submit] {
          font-size: .625em;
          padding: 4px 9px; } }
@media screen and (max-width: 767px) {
  .press .press-body {
    padding-top: 20px; } }
.press .press-body .items article {
  float: none;
  padding: 0;
  margin-bottom: 17px; }
  .press .press-body .items article:nth-child(1n) {
    background-color: #AFE622; }
  .press .press-body .items article:nth-child(2n) {
    background-color: #00E132; }
  .press .press-body .items article:nth-child(3n) {
    background-color: #00E1C8; }
  .press .press-body .items article:nth-child(4n) {
    background-color: #0096FF; }
  .press .press-body .items article:last-child {
    margin-bottom: 0; }
  .press .press-body .items article > div {
    padding: 0; }
    .press .press-body .items article > div:before, .press .press-body .items article > div:after {
      content: "";
      display: table; }
    .press .press-body .items article > div:after {
      clear: both; }
    .press .press-body .items article > div {
      *zoom: 1; }
    .press .press-body .items article > div.mobile-view img {
      width: 100%; }
    .press .press-body .items article > div.mobile-view .inner {
      padding: 10px 14px 12px; }
    .press .press-body .items article > div.mobile-view a:hover {
      color: #fff; }
  .press .press-body .items article .l-col {
    padding: 15px 20px 13px 20px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .press .press-body .items article .l-col {
        float: left;
        width: 70%; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .press .press-body .items article .l-col {
        height: 350px;
        padding: 15px 15px 0; } }
    @media screen and (min-width: 1171px) {
      .press .press-body .items article .l-col {
        height: 375px;
        padding: 21px 25px 0 25px; } }
  @media screen and (min-width: 768px) {
    .press .press-body .items article .r-col {
      float: right;
      width: 30%; } }
  .press .press-body .items article .r-col .image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .press .press-body .items article .r-col .image {
        height: 350px; } }
    @media screen and (min-width: 1171px) {
      .press .press-body .items article .r-col .image {
        height: 375px; } }
.press .press-body .items .type {
  letter-spacing: .09em;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .press .press-body .items .type {
      font-size: 0.625em;
      margin-bottom: 8px; } }
  @media screen and (min-width: 1171px) {
    .press .press-body .items .type {
      font-size: 0.75em;
      margin-bottom: 12px; } }
.press .press-body .items .date {
  font-size: 0.8125em;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .press .press-body .items .date {
      border-bottom: 5px solid #fff; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .press .press-body .items .date {
      border-bottom-width: 6px;
      font-size: 1.25em;
      padding-bottom: 9px;
      margin-bottom: 12px; } }
  @media screen and (min-width: 1171px) {
    .press .press-body .items .date {
      border-bottom-width: 8px;
      font-size: 1.3125em;
      padding-bottom: 18px;
      margin-bottom: 15px; } }
.press .press-body .items .title {
  border-bottom: 5px solid #fff;
  font-size: 1.5em;
  margin-bottom: 8px;
  padding-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .press .press-body .items .title {
      border-bottom-width: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .press .press-body .items .title {
      font-size: 1.75em;
      line-height: 1em; } }
  @media screen and (min-width: 1171px) {
    .press .press-body .items .title {
      font-size: 1.9375em;
      line-height: 1.2em; } }
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .press .press-body .items .desc {
    font-size: 1.25em;
    line-height: 1.1em; } }
@media screen and (min-width: 1171px) {
  .press .press-body .items .desc {
    font-size: 1.3125em; } }
.press .press-body .items .buttons {
  position: absolute; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .press .press-body .items .buttons {
      bottom: 15px; } }
  @media screen and (min-width: 1171px) {
    .press .press-body .items .buttons {
      bottom: 18px; } }
  .press .press-body .items .buttons .button {
    background-color: #000;
    position: static;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out; }
    .press .press-body .items .buttons .button:hover {
      background-color: #fff;
      transition: background-color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out;
      -webkit-transition: background-color 0.25s ease-in-out; }
      .press .press-body .items .buttons .button:hover a {
        color: #000;
        transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .press .press-body .items .buttons .button {
        margin-right: 10px;
        margin-bottom: 5px; } }
    @media screen and (min-width: 1171px) {
      .press .press-body .items .buttons .button {
        margin-right: 15px;
        margin-bottom: 15px; } }
    .press .press-body .items .buttons .button a {
      color: #fff;
      display: block;
      letter-spacing: .09em;
      text-transform: uppercase;
      transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out; }
      .press .press-body .items .buttons .button a:last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .press .press-body .items .buttons .button a {
          font-size: 0.625em;
          padding: 5px 10px; } }
      @media screen and (min-width: 1171px) {
        .press .press-body .items .buttons .button a {
          font-size: 0.75em;
          padding: 7px 12px; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.programs .hero,
.program-detail .hero {
  margin-bottom: 0; }
  .programs .hero .hero-wrapper,
  .program-detail .hero .hero-wrapper {
    display: table; }
  .programs .hero .hero-image,
  .program-detail .hero .hero-image {
    top: 0; }
.programs .sidebar,
.program-detail .sidebar {
  display: none; }
  @media screen and (min-width: 768px) {
    .programs .sidebar,
    .program-detail .sidebar {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .programs .sidebar .wrapper,
    .program-detail .sidebar .wrapper {
      padding: 55px 20px 48px 22px; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .programs .sidebar .wrapper,
    .program-detail .sidebar .wrapper {
      padding: 60px 20px 48px 22px; } }
  @media screen and (min-width: 1171px) {
    .programs .sidebar .wrapper,
    .program-detail .sidebar .wrapper {
      padding: 62px 40px 48px 55px; } }

.program-detail .hero-wrapper h2 {
  padding: 0 0.25em; }
  @media screen and (max-height: 875px) {
    .program-detail .hero-wrapper h2 {
      font-size: 5em; } }
  @media screen and (min-height: 875px) and (max-height: 1024px) {
    .program-detail .hero-wrapper h2 {
      font-size: 7.5em; } }
  @media screen and (max-width: 767px) {
    .program-detail .hero-wrapper h2 {
      font-size: 3em; } }

.programs .item-module {
  padding: 16px 20px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .programs .item-module {
      padding: 25px 25px 15px; } }
  @media screen and (min-width: 1171px) {
    .programs .item-module {
      padding: 47px 40px 34px; } }
  .programs .item-module .item-wrapper {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .programs .item-module .item-wrapper .items > article h3 {
        cursor: pointer; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .programs .item-module .five-col .items article {
      float: left;
      display: block;
      margin-right: 2%;
      width: 48%; }
      .programs .item-module .five-col .items article:nth-child(even) {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .programs .item-module .five-col .items article:last-child {
      width: 98%; } }
  .programs .item-module .header:before, .programs .item-module .header:after {
    content: "";
    display: table; }
  .programs .item-module .header:after {
    clear: both; }
  .programs .item-module .header {
    *zoom: 1; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .programs .item-module .header {
      margin-bottom: 16px; } }
  @media screen and (min-width: 1171px) {
    .programs .item-module .header {
      margin-bottom: 27px; } }
  .programs .item-module .header .section-title {
    border-bottom-color: #000; }
    @media screen and (min-width: 768px) {
      .programs .item-module .header .section-title {
        display: inline-block; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .programs .item-module .header .section-title {
        float: left;
        margin-bottom: 15px; } }
    @media screen and (min-width: 1171px) {
      .programs .item-module .header .section-title {
        float: left; } }
  .programs .item-module .header .member-link {
    display: none;
    font-size: 1.5em; }
    .programs .item-module .header .member-link:hover {
      color: #fff; }
    @media screen and (min-width: 768px) {
      .programs .item-module .header .member-link {
        display: inline;
        float: right;
        line-height: 3em;
        padding-right: 11px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .programs .item-module .header .member-link {
      font-size: 1em;
      padding-right: 5px; } }

  @media screen and (min-width: 768px) {
    .programs .item-module article {
      padding: 0;
      position: relative;
      overflow: hidden; }
      .programs .item-module article:hover .hover-content {
        height: auto;
        top: 0;
        bottom: 0;
        transition: all 0.325s ease-in-out;
        -moz-transition: all 0.325s ease-in-out;
        -webkit-transition: all 0.325s ease-in-out; }
      .programs .item-module article:hover .button {
        bottom: 20px;
        transition: all 0.325s ease-in-out;
        -moz-transition: all 0.325s ease-in-out;
        -webkit-transition: all 0.325s ease-in-out; } }
  .programs .item-module article .content {
    min-height: 0; }
    .programs .item-module article .content:before, .programs .item-module article .content:after {
      content: "";
      display: table; }
    .programs .item-module article .content:after {
      clear: both; }
    .programs .item-module article .content {
      *zoom: 1; }
    @media screen and (min-width: 768px) {
      .programs .item-module article .content {
        display: block !important;
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .programs .item-module article .content .l-col, .programs .item-module article .content img {
        float: left;
        position: relative;
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .programs .item-module article .content .l-col, .programs .item-module article .content img {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .programs .item-module article .content .l-col {
        display: none; } }
    .programs .item-module article .content img {
      display: block;
      padding-left: 15px; }
      @media screen and (min-width: 768px) {
        .programs .item-module article .content img {
          padding: 0; } }
  @media screen and (max-width: 767px) {
    .programs .item-module article h3 {
      padding-right: 22px; } }
  @media screen and (min-width: 768px) {
    .programs .item-module article h3 {
      position: absolute;
      bottom: 0;
      background-color: #fff;
      width: 100%;
      margin: 0;
      padding: 14px; } }
  .programs .item-module article .icon {
    background: url(../images/plus-minus-icons.png) no-repeat 2px -115px;
    background-size: 38px; }
    .programs .item-module article .icon.open {
      background-position: -20px -114px; }
  .programs .item-module article .button {
    left: 20px;
    bottom: -50px; }
    @media screen and (min-width: 1171px) {
      .programs .item-module article .button {
        left: 15px; } }
    @media screen and (min-width: 1400px) {
      .programs .item-module article .button {
        left: 20px; } }
    .programs .item-module article .button:hover {
      background-color: #FFE100; }
    .programs .item-module article .button.hide-learn-more {
      display: none; }
  .programs .item-module article .hover-content {
    background-color: #fff;
    display: none;
    height: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 101%;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .programs .item-module article .hover-content {
        padding: 20px; } }
    @media screen and (min-width: 1171px) {
      .programs .item-module article .hover-content {
        padding: 15px; } }
    @media screen and (min-width: 1400px) {
      .programs .item-module article .hover-content {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      .programs .item-module article .hover-content {
        display: block; } }
    .programs .item-module article .hover-content .inner-hover-content {
      border-top: 6px solid #FFE100; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .programs .item-module article .hover-content .inner-hover-content {
          margin-top: 10px;
          padding-top: 10px; } }
      @media screen and (min-width: 1171px) {
        .programs .item-module article .hover-content .inner-hover-content {
          margin-top: 10px;
          padding-top: 10px; } }
      @media screen and (min-width: 1400px) {
        .programs .item-module article .hover-content .inner-hover-content {
          margin-top: 20px;
          padding-top: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .programs .item-module article .hover-content .inner-hover-content p {
          font-size: 0.75em; } }
      @media screen and (min-width: 1171px) {
        .programs .item-module article .hover-content .inner-hover-content p {
          font-size: 0.8125em;
          line-height: 1.2em; } }
      @media screen and (min-width: 1400px) {
        .programs .item-module article .hover-content .inner-hover-content p {
          font-size: 1.125em; } }
    .programs .item-module article .hover-content h3 {
      position: relative;
      padding: 0; }

.programs .item-module.culturally-curious {
  background-color: #FFE100; }
  .programs .item-module.culturally-curious article .image {
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .programs .item-module.culturally-curious article:last-child:nth-child(odd) img {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .programs .item-module.culturally-curious article:last-child:nth-child(odd) .image {
      display: block; }
      .programs .item-module.culturally-curious article:last-child:nth-child(odd) .image img {
        display: block; } }
  .programs .item-module.culturally-curious article .content {
    border-color: #FFE100; }
    @media screen and (min-width: 768px) {
      .programs .item-module.culturally-curious article .content {
        border: none; } }
  .programs .item-module.culturally-curious article .button:hover {
    background-color: #FFE100; }
.programs .item-module.creative-family {
  background-color: #AFE622; }
  .programs .item-module.creative-family article .content {
    border-color: #AFE622; }
    @media screen and (min-width: 768px) {
      .programs .item-module.creative-family article .content {
        border: none; } }
  .programs .item-module.creative-family article .hover-content .inner-hover-content {
    border-top-color: #AFE622; }
  .programs .item-module.creative-family article .button:hover {
    background-color: #AFE622; }
.programs .item-module.educational-programs {
  background-color: #00E132; }
  .programs .item-module.educational-programs article .content {
    border-color: #00E132; }
    @media screen and (min-width: 768px) {
      .programs .item-module.educational-programs article .content {
        border: none; } }
  .programs .item-module.educational-programs article .hover-content .inner-hover-content {
    border-top-color: #00E132; }
  .programs .item-module.educational-programs article .button:hover {
    background-color: #00E132; }
.programs .item-module.educators-resources {
  background-color: #00C8FF; }
  .programs .item-module.educators-resources article .content {
    border-color: #00C8FF; }
    @media screen and (min-width: 768px) {
      .programs .item-module.educators-resources article .content {
        border: none; } }
  .programs .item-module.educators-resources article .hover-content .inner-hover-content {
    border-top-color: #00C8FF; }
  .programs .item-module.educators-resources article .button:hover {
    background-color: #00C8FF; }

@media screen and (max-width: 767px) {
  .programs .curatorial-approach {
    background-color: #00E132; } }
.programs .curatorial-approach .item-wrapper {
  background-color: #00E132; }
  @media screen and (min-width: 768px) {
    .programs .curatorial-approach .item-wrapper {
      background-color: #FFE100; } }
.programs .curatorial-approach .text-box p {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .programs .curatorial-approach .text-box p {
      margin-bottom: 15px; } }

.programs .funders {
  background-color: #FFE100;
  padding-right: 0; }
  .programs .funders .underline {
    border-color: #fff; }
  @media screen and (min-width: 768px) {
    .programs .funders {
      background-color: #fff; } }

.programs .funders .grid-set .col-20-20 {
  background-color: #FFE100; }
  @media screen and (min-width: 768px) {
    .programs .funders .grid-set .col-20-20 {
      background-color: #fff; } }

.programs .funders .grid-set .col-5-20 {
  background-color: #FFE100;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .programs .funders .grid-set .col-5-20 {
      background-color: #fff; } }
  .programs .funders .grid-set .col-5-20 .section-title {
    color: #000;
    margin-bottom: 31px; }

.programs .funders .grid-set .col-15-20 {
  background-color: #FFE100; }
  @media screen and (min-width: 768px) {
    .programs .funders .grid-set .col-15-20 {
      background-color: #AFE622; } }

.program-detail .item-module .item-wrapper {
  padding-top: 27px; }
  .program-detail .item-module .item-wrapper article {
    padding: 0; }
    .program-detail .item-module .item-wrapper article h3 {
      line-height: 1.2em;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) and (max-width: 1080px) {
        .program-detail .item-module .item-wrapper article h3 {
          font-size: 1.25em; } }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        .program-detail .item-module .item-wrapper article h3 {
          font-size: 1.375em; } }
      @media screen and (min-width: 1171px) {
        .program-detail .item-module .item-wrapper article h3 {
          font-size: 1.75em;
          margin-bottom: 18px; } }
      @media screen and (min-width: 1400px) {
        .program-detail .item-module .item-wrapper article h3 {
          font-size: 1.9375em; } }
    .program-detail .item-module .item-wrapper article .description p {
      display: none;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .program-detail .item-module .item-wrapper article .description p {
          display: block; } }
      @media screen and (min-width: 768px) and (max-width: 1080px) {
        .program-detail .item-module .item-wrapper article .description p {
          font-size: 0.625em; } }
      @media screen and (min-width: 1081px) and (max-width: 1170px) {
        .program-detail .item-module .item-wrapper article .description p {
          font-size: 0.8125em; } }
      @media screen and (min-width: 1171px) {
        .program-detail .item-module .item-wrapper article .description p {
          font-size: 1em; } }
.program-detail article:before, .program-detail article:after {
  content: "";
  display: table; }
.program-detail article:after {
  clear: both; }
.program-detail article {
  *zoom: 1; }
.program-detail article:nth-child(1n) {
  background-color: #FFE100; }
.program-detail article:nth-child(2n) {
  background-color: #AFE622; }
.program-detail article:nth-child(3n) {
  background-color: #00E132; }
.program-detail article:nth-child(4n) {
  background-color: #00E1C8; }
.program-detail article:nth-child(5n) {
  background-color: #00C8FF; }
.program-detail article:nth-child(6n) {
  background-color: #0096FF; }
@media screen and (min-width: 768px) {
  .program-detail article .l-col,
  .program-detail article .r-col {
    float: left;
    width: 50%; } }
.program-detail article .l-col {
  padding: 20px 20px 8px 20px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .program-detail article .l-col {
      padding: 25px 22px 40px 25px; } }
  @media screen and (min-width: 1171px) {
    .program-detail article .l-col {
      padding: 30px 25px 55px 30px; } }
  .program-detail article .l-col h3 {
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    @media screen and (min-width: 1171px) {
      .program-detail article .l-col h3 {
        border-bottom-width: 8px;
        margin-bottom: 18px;
        padding-bottom: 18px; } }
  .program-detail article .l-col .button {
    padding: 5px 10px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .program-detail article .l-col .button {
        bottom: 15px;
        left: 25px; } }
    @media screen and (min-width: 1171px) {
      .program-detail article .l-col .button {
        bottom: 28px; } }
    .program-detail article .l-col .button:hover {
      background-color: #fff; }
    .program-detail article .l-col .button a {
      display: block; }
.program-detail article .r-col {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 250px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .program-detail article .r-col {
      height: 400px; } }
  @media screen and (min-width: 1171px) {
    .program-detail article .r-col {
      height: 600px; } }
.program-detail article .date-time {
  margin-bottom: 10px; }
  @media screen and (min-width: 1171px) {
    .program-detail article .date-time {
      margin-bottom: 18px; } }
  .program-detail article .date-time p {
    font-size: 1.0625em;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .program-detail article .date-time p {
        font-size: 0.75em; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .program-detail article .date-time p {
        font-size: 1em; } }
    @media screen and (min-width: 1171px) {
      .program-detail article .date-time p {
        font-size: 1.25em; } }
    @media screen and (min-width: 1400px) {
      .program-detail article .date-time p {
        font-size: 1.3125em; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.article .article-wrapper.hide-hero .hero {
  display: none; }
.article .article-wrapper.hide-hero .inner {
  padding-top: 172px; }
.article .hero {
  margin-bottom: 0; }
  .article .hero .hero-wrapper {
    display: table; }
  .article .hero .hero-image {
    top: 0; }
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .article .inner {
    padding: 0 25px 0 25px; } }
.article .article-header {
  border-bottom: 8px solid #AFE622;
  margin-bottom: 21px;
  padding-bottom: 20px;
  padding-top: 23px; }
  @media screen and (min-width: 768px) {
    .article .article-header {
      margin-bottom: 33px;
      padding-bottom: 30px;
      padding-top: 38px; } }
.article .item-module .item-wrapper {
  padding: 0; }
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .article .item-module {
    margin-left: 2.5%;
    width: 37.5%; } }

.article-header .page-type {
  font-size: .8125em;
  letter-spacing: .09em;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .article-header .page-type {
      font-size: .875em;
      margin-bottom: 27px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .article-header .page-type {
      font-size: 0.675em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .article-header .page-type {
      font-size: .75em; } }

.article-header .page-type, .article-header h2 {
  margin-bottom: 14px; }
.article-header h2 {
  font-size: 2.34375em;
  line-height: 1.1em; }
  @media screen and (min-width: 768px) {
    .article-header h2 {
      font-size: 3.75em;
      margin-bottom: 17px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .article-header h2 {
      font-size: 3em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .article-header h2 {
      font-size: 3.5em; } }

.article-header > span {
  display: block; }
  @media screen and (min-width: 768px) {
    .article-header > span {
      display: inline-block; } }
.article-header h3 {
  font-size: 1.25em; }
  @media screen and (min-width: 768px) {
    .article-header h3 {
      font-size: 2.25em; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .article-header h3 {
      font-size: 1.5em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .article-header h3 {
      font-size: 2em; } }

.article-body img {
  display: block;
  width: 100%; }
.article-body ul,
.article-body ol {
  margin-bottom: 19px;
  padding-left: 1.125em; }
  @media screen and (min-width: 768px) {
    .article-body ul,
    .article-body ol {
      margin-bottom: 35px;
      padding-left: 1.5em; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .article-body ul,
    .article-body ol {
      padding-left: 1.1875em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .article-body ul,
    .article-body ol {
      padding-left: 1.25em; } }

  .article-body ul li,
  .article-body ol li {
    font-size: .9375em;
    list-style: disc; }
    @media screen and (min-width: 768px) {
      .article-body ul li,
      .article-body ol li {
        font-size: 1.5em; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .article-body ul li,
    .article-body ol li {
      font-size: 1em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .article-body ul li,
    .article-body ol li {
      font-size: 1.25em; } }

.article-body p {
  font-size: .9375em;
  margin-bottom: 19px; }
  @media screen and (min-width: 768px) {
    .article-body p {
      font-size: 1.5em;
      margin-bottom: 35px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .article-body p {
      font-size: 1em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .article-body p {
      font-size: 1.25em; } }

.article-body img {
  margin-bottom: 21px; }
  @media screen and (min-width: 768px) {
    .article-body img {
      margin-bottom: 35px; } }

.article-footer {
  display: none; }
  @media screen and (min-width: 768px) {
    .article-footer {
      border-top: 8px solid #AFE622;
      display: block;
      margin-bottom: 60px;
      padding-top: 26px; }
      .article-footer p {
        margin-bottom: 33px; }
      .article-footer img {
        width: 100%; } }

.article-sidebars h3[data-behavior="toggle-content"] {
  cursor: pointer; }
.article-sidebars .items {
  padding: 0 0 0 0; }
  @media screen and (min-width: 768px) {
    .article-sidebars .items {
      padding-top: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .article-sidebars .items {
      padding-left: 30px; } }
  @media screen and (min-width: 1081px) and (max-width: 1170px) {
    .article-sidebars .items {
      padding-left: 40px; } }
  @media screen and (min-width: 1171px) {
    .article-sidebars .items {
      padding-left: 60px; } }
.article-sidebars .social-media-icons {
  display: block;
  border: none;
  padding: 0 13px 8px; }
  @media screen and (min-width: 1171px) {
    .article-sidebars .social-media-icons {
      padding-top: 18px !important; } }
  .article-sidebars .social-media-icons ul:before, .article-sidebars .social-media-icons ul:after {
    content: "";
    display: table; }
  .article-sidebars .social-media-icons ul:after {
    clear: both; }
  .article-sidebars .social-media-icons ul {
    *zoom: 1; }
  .article-sidebars .social-media-icons ul li {
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    margin-right: 15px;
    max-width: 50px;
    width: 12%; }
    .article-sidebars .social-media-icons ul li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .article-sidebars .social-media-icons ul li {
        margin-right: 11px; } }
    .article-sidebars .social-media-icons ul li a {
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 100%;
      height: 58px;
      width: 45px; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .article-sidebars .social-media-icons ul li a {
          height: 40px;
          width: 30px; } }
      @media screen and (min-width: 1171px) {
        .article-sidebars .social-media-icons ul li a {
          height: 50px;
          width: 40px; } }
    .article-sidebars .social-media-icons ul li img {
      opacity: 1;
      filter: alpha(opacity=100);
      transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out; }
    .article-sidebars .social-media-icons ul li:hover img {
      opacity: 0;
      filter: alpha(opacity=0);
      transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out; }
  .article-sidebars .social-media-icons ul .facebook a {
    background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-facebook.svg); }
  .article-sidebars .social-media-icons ul .twitter a {
    background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-twitter.svg); }
  .article-sidebars .social-media-icons ul .instagram a {
    background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-instagram.svg); }
  .article-sidebars .social-media-icons ul .issu a {
    background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-issuu.svg); }
  .article-sidebars .social-media-icons ul .flickr a {
    background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-flickr.svg); }
  .article-sidebars .social-media-icons ul .youtube a {
    background-image: url(/themes/site_themes/the_aldrich/images/social-icons/hover-youtube.svg); }
.article-sidebars .items article {
  background-color: #AFE622; }
  @media screen and (min-width: 768px) {
    .article-sidebars .items article {
      display: block;
      padding-bottom: 11px;
      width: 100%; }
      .article-sidebars .items article.mobile-view {
        display: none; } }
  .article-sidebars .items article .icon {
    background: url(../images/plus-minus-icons.png) no-repeat 2px -115px;
    background-size: 38px; }
    .article-sidebars .items article .icon.open {
      background-position: -20px -114px; }
  .article-sidebars .items article .content {
    border-color: #fff;
    min-height: auto;
    padding-top: 30px; }
    .article-sidebars .items article .content .l-col > a, .article-sidebars .items article .content .l-col > a:active, .article-sidebars .items article .content .l-col > a:link {
      color: #000;
      display: block; }
      .article-sidebars .items article .content .l-col > a:visited, .article-sidebars .items article .content .l-col > a:active:visited, .article-sidebars .items article .content .l-col > a:link:visited {
        color: #000; }
      .article-sidebars .items article .content .l-col > a:hover, .article-sidebars .items article .content .l-col > a:active:hover, .article-sidebars .items article .content .l-col > a:link:hover {
        color: #000; }
    @media screen and (min-width: 768px) {
      .article-sidebars .items article .content .event-module:hover,
      .article-sidebars .items article .content .shop-module:hover {
        margin-top: -5px;
        margin-bottom: 25px; } }
    .article-sidebars .items article .content .button:hover {
      background-color: #fff; }
      .article-sidebars .items article .content .button:hover a {
        color: #000; }
  .article-sidebars .items article .event-type {
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: .675em; }
    @media screen and (min-width: 1650px) {
      .article-sidebars .items article .event-type {
        font-size: .875em; } }
  .article-sidebars .items article h2 {
    font-size: 1.5em;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .article-sidebars .items article h2 {
        line-height: 28px; } }
    @media screen and (min-width: 1650px) {
      .article-sidebars .items article h2 {
        font-size: 1.875em; } }
  .article-sidebars .items article .date-time p {
    margin-bottom: 0; }
  .article-sidebars .items article .rsvp,
  .article-sidebars .items article .purchase_membership {
    padding-bottom: 16px;
    padding-top: 18px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .article-sidebars .items article .rsvp h2,
      .article-sidebars .items article .purchase_membership h2 {
        display: inline; }
      .article-sidebars .items article .rsvp .button,
      .article-sidebars .items article .purchase_membership .button {
        float: right;
        margin-top: -4px; } }
    .article-sidebars .items article .rsvp .l-col:before, .article-sidebars .items article .rsvp .l-col:after,
    .article-sidebars .items article .purchase_membership .l-col:before,
    .article-sidebars .items article .purchase_membership .l-col:after {
      content: "";
      display: table; }
    .article-sidebars .items article .rsvp .l-col:after,
    .article-sidebars .items article .purchase_membership .l-col:after {
      clear: both; }
    .article-sidebars .items article .rsvp .l-col,
    .article-sidebars .items article .purchase_membership .l-col {
      *zoom: 1; }
    .article-sidebars .items article .rsvp .button,
    .article-sidebars .items article .purchase_membership .button {
      position: static; }
      @media screen and (min-width: 1171px) {
        .article-sidebars .items article .rsvp .button,
        .article-sidebars .items article .purchase_membership .button {
          float: right;
          margin-top: 7px; } }
    .article-sidebars .items article .rsvp h2,
    .article-sidebars .items article .purchase_membership h2 {
      line-height: 1em; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .article-sidebars .items article .rsvp h2,
        .article-sidebars .items article .purchase_membership h2 {
          font-size: 1.5em;
          margin-bottom: 10px; } }
      @media screen and (min-width: 1171px) {
        .article-sidebars .items article .rsvp h2,
        .article-sidebars .items article .purchase_membership h2 {
          float: left;
          font-size: 2em;
          width: 66%; } }
      @media screen and (min-width: 1400px) {
        .article-sidebars .items article .rsvp h2,
        .article-sidebars .items article .purchase_membership h2 {
          font-size: 2.25em; } }
  .article-sidebars .items article .shop-info {
    position: relative; }
    .article-sidebars .items article .shop-info .button {
      left: 20px;
      right: auto; }
      @media screen and (min-width: 768px) {
        .article-sidebars .items article .shop-info .button {
          position: relative;
          bottom: auto;
          left: auto; } }
      .article-sidebars .items article .shop-info .button:hover {
        background-color: #AFE622; }
  .article-sidebars .items article .downloads {
    padding-top: 15px; }
    @media screen and (min-width: 768px) {
      .article-sidebars .items article .downloads {
        padding-top: 25px; } }
    .article-sidebars .items article .downloads .download-button {
      display: block; }
      @media screen and (min-width: 768px) {
        .article-sidebars .items article .downloads .download-button {
          margin-bottom: 12px; } }
    .article-sidebars .items article .downloads .button {
      display: inline-block;
      position: relative;
      left: auto;
      right: auto;
      bottom: auto; }
  .article-sidebars .items article .funders {
    padding-top: 12px; }
    @media screen and (min-width: 768px) {
      .article-sidebars .items article .funders {
        padding-top: 25px; } }

.event-module, .shop-module {
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%; }
  .event-module:before, .event-module:after, .shop-module:before, .shop-module:after {
    content: "";
    display: table; }
  .event-module:after, .shop-module:after {
    clear: both; }
  .event-module, .shop-module {
    *zoom: 1; }
  @media screen and (min-width: 1650px) {
    .event-module, .shop-module {
      display: table; } }
  .event-module .image, .shop-module .image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .event-module .image, .shop-module .image {
        height: 200px; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .event-module .image, .shop-module .image {
        height: 260px; } }
    @media screen and (min-width: 1171px) {
      .event-module .image, .shop-module .image {
        height: 245px; } }
    @media screen and (min-width: 1400px) {
      .event-module .image, .shop-module .image {
        float: left;
        height: 200px;
        width: 40%; } }
  .event-module .event-info, .event-module .shop-info, .shop-module .event-info, .shop-module .shop-info {
    background-color: #fff;
    display: block;
    padding: 18px; }
    @media screen and (min-width: 1400px) {
      .event-module .event-info, .event-module .shop-info, .shop-module .event-info, .shop-module .shop-info {
        float: left;
        padding: 10px;
        width: 60%; } }
    @media screen and (min-width: 1650px) {
      .event-module .event-info, .event-module .shop-info, .shop-module .event-info, .shop-module .shop-info {
        padding: 13px; } }
    @media screen and (min-width: 1400px) {
      .event-module .event-info h2, .event-module .shop-info h2, .shop-module .event-info h2, .shop-module .shop-info h2 {
        line-height: 1.1em; } }
    @media screen and (min-width: 1400px) {
      .event-module .event-info .date-time p, .event-module .shop-info .date-time p, .shop-module .event-info .date-time p, .shop-module .shop-info .date-time p {
        line-height: 1.1em; } }
    @media screen and (min-width: 1650px) {
      .event-module .event-info .date-time p, .event-module .shop-info .date-time p, .shop-module .event-info .date-time p, .shop-module .shop-info .date-time p {
        line-height: 1.2em; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.contact .contact-wrapper {
  background-color: #000; }
.contact .contact-info {
  background-color: #000;
  color: #fff;
  padding: 30px 20px 36px 20px; }
  .contact .contact-info:before, .contact .contact-info:after {
    content: "";
    display: table; }
  .contact .contact-info:after {
    clear: both; }
  .contact .contact-info {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .contact .contact-info {
      padding: 30px 40px 36px 40px; } }
  .contact .contact-info .section-title {
    border-color: #fff; }
    @media screen and (min-width: 768px) {
      .contact .contact-info .section-title {
        border-color: #000; } }
  .contact .contact-info ul li a {
    color: #fff; }
    .contact .contact-info ul li a:hover {
      color: #FFE100; }
  @media screen and (min-width: 768px) {
    .contact .contact-info ul {
      float: left;
      width: 60%; }
      .contact .contact-info ul:nth-child(3) {
        width: 40%; } }
  .contact .contact-info ul:nth-child(2) {
    margin-bottom: 25px; }
  @media screen and (min-width: 1171px) {
    .contact .contact-info ul li {
      font-size: 1.25em; } }
  @media screen and (min-width: 1400px) {
    .contact .contact-info ul li {
      font-size: 1.5em; } }
.contact #live-map {
  height: 319px; }
  @media screen and (min-width: 768px) {
    .contact #live-map {
      height: 600px; } }
  .contact #live-map iframe {
    height: 100%;
    width: 100%; }
.contact .mail-sign-up {
  background-color: #FFE100;
  padding: 30px 20px 30px 20px;
  width: 100%; }
  .contact .mail-sign-up:before, .contact .mail-sign-up:after {
    content: "";
    display: table; }
  .contact .mail-sign-up:after {
    clear: both; }
  .contact .mail-sign-up {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .contact .mail-sign-up {
      padding: 30px 35px 40px 35px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .contact .mail-sign-up {
      padding-left: 25px;
      padding-right: 25px; } }

  .contact .mail-sign-up p {
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .contact .mail-sign-up p {
        font-size: 1.5em;
        margin-bottom: 42px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .contact .mail-sign-up p {
      font-size: 1.25em; } }

  .contact .mail-sign-up input, .contact .mail-sign-up textarea {
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 1.25em;
    padding: 13px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .contact .mail-sign-up input, .contact .mail-sign-up textarea {
        font-size: 1.5em;
        margin-bottom: 17px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .contact .mail-sign-up input, .contact .mail-sign-up textarea {
      font-size: 1em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .contact .mail-sign-up input, .contact .mail-sign-up textarea {
      font-size: 1.25em; } }

  .contact .mail-sign-up input {
    display: block;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .contact .mail-sign-up input {
        padding: 13px 11px 11px 11px;
        margin-bottom: 17px; } }
  .contact .mail-sign-up textarea {
    height: 160px;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .contact .mail-sign-up textarea {
        height: 315px;
        margin-bottom: 40px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .contact .mail-sign-up textarea {
      height: 250px; } }

  .contact .mail-sign-up input[type=submit] {
    background-color: #000;
    border: none;
    color: #fff;
    float: right;
    padding: 6px 9px;
    font-size: .8125em;
    text-transform: uppercase;
    letter-spacing: .09em;
    width: auto;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out; }
    .contact .mail-sign-up input[type=submit]:hover {
      background-color: #00E132;
      color: #000;
      transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out;
      -webkit-transition: background-color 0.25s ease-in-out; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .contact .mail-sign-up input[type=submit] {
        font-size: .75em; } }
    @media screen and (min-width: 1171px) {
      .contact .mail-sign-up input[type=submit] {
        font-size: .875em; } }
  .contact .mail-sign-up .newsletter-dropdown {
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .contact .mail-sign-up .newsletter-dropdown {
        margin-bottom: 17px; } }
    .contact .mail-sign-up .newsletter-dropdown .select2-container--default .select2-selection--single {
      border: none;
      font-size: 1.25em; }
      @media screen and (min-width: 768px) {
        .contact .mail-sign-up .newsletter-dropdown .select2-container--default .select2-selection--single {
          font-size: 1.5em; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .contact .mail-sign-up .newsletter-dropdown .select2-container--default .select2-selection--single {
      font-size: 1em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .contact .mail-sign-up .newsletter-dropdown .select2-container--default .select2-selection--single {
      font-size: 1.25em; } }

    .contact .mail-sign-up .newsletter-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 10px;
      right: 13px; }
    .contact .mail-sign-up .newsletter-dropdown .select2-container .select2-selection--single {
      height: 52px; }
    .contact .mail-sign-up .newsletter-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #000;
      padding: 13px 0 8px 13px; }
    .contact .mail-sign-up .newsletter-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-top-color: #000 !important;
      border-bottom-color: #000 !important;
      border-width: 9px 7px 0 7px; }
    .contact .mail-sign-up .newsletter-dropdown .select2-container--focus {
      outline: 0; }
    .contact .mail-sign-up .newsletter-dropdown .select2-hidden-accessible {
      width: 1px !important; }
    .contact .mail-sign-up .newsletter-dropdown select {
      appearance: none;
      background-color: transparent;
      border: none;
      border-radius: 0;
      width: 100%;
      -webkit-appearance: none; }
  .contact .mail-sign-up textarea:focus, .contact .mail-sign-up input:focus, .contact .mail-sign-up select:focus {
    outline: 0; }
  .contact .mail-sign-up ::-webkit-input-placeholder {
    color: #000;
    font-weight: 400; }
  .contact .mail-sign-up :-moz-placeholder {
    color: #000;
    font-weight: 400; }
  .contact .mail-sign-up ::-moz-placeholder {
    color: #000;
    font-weight: 400; }
  .contact .mail-sign-up :-ms-input-placeholder {
    color: #000;
    font-weight: 400; }
.contact .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px; }
.contact .select2-container-active {
  border: 1px solid red; }
.contact .select2-results__option {
  padding: 15px;
  font-size: 1.25em; }
  @media screen and (min-width: 768px) {
    .contact .select2-results__option {
      font-size: 1.5em; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    .contact .select2-results__option {
      font-size: 1em; } }
  @media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1170px) {
    .contact .select2-results__option {
      font-size: 1.25em; } }

.contact .select2-search--dropdown {
  display: none !important; }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.supporters .hero {
  margin-bottom: 0; }
  .supporters .hero .hero-wrapper {
    display: table; }
  .supporters .hero .hero-image {
    top: 0; }
.supporters .supporters-info {
  background-color: #000;
  color: #fff;
  padding: 30px 20px 36px 20px; }
  .supporters .supporters-info:before, .supporters .supporters-info:after {
    content: "";
    display: table; }
  .supporters .supporters-info:after {
    clear: both; }
  .supporters .supporters-info {
    *zoom: 1; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .supporters .supporters-info {
      padding: 30px 20px 100px 20px; } }
  @media screen and (min-width: 1171px) {
    .supporters .supporters-info {
      padding: 30px 40px 100px 40px; } }
  .supporters .supporters-info .section-title {
    border-color: #fff; }
  .supporters .supporters-info p {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .supporters .supporters-info p {
        font-size: 1em; } }
    @media screen and (min-width: 1081px) and (max-width: 1170px) {
      .supporters .supporters-info p {
        font-size: 1.25em; } }
    @media screen and (min-width: 1171px) {
      .supporters .supporters-info p {
        font-size: 1.25em; } }
    @media screen and (min-width: 1400px) {
      .supporters .supporters-info p {
        font-size: 1.5em; } }
  .supporters .supporters-info a,
  .supporters .supporters-info a:active,
  .supporters .supporters-info a:link {
    color: #fff; }
    .supporters .supporters-info a:visited,
    .supporters .supporters-info a:active:visited,
    .supporters .supporters-info a:link:visited {
      color: #fff; }
    .supporters .supporters-info a:hover,
    .supporters .supporters-info a:active:hover,
    .supporters .supporters-info a:link:hover {
      color: #00E132; }
.supporters .type-of-supporters-modules {
  padding: 20px 20px 10px 20px; }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    .supporters .type-of-supporters-modules {
      padding: 20px 20px 30px 20px; } }
  @media screen and (min-width: 1171px) {
    .supporters .type-of-supporters-modules {
      padding: 40px 40px 30px 40px; } }
  .supporters .type-of-supporters-modules .supporter-type {
    padding: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .supporters .type-of-supporters-modules .supporter-type {
        padding: 20px 24px 24px;
        margin-bottom: 24px; }
        .supporters .type-of-supporters-modules .supporter-type:before, .supporters .type-of-supporters-modules .supporter-type:after {
          content: "";
          display: table; }
        .supporters .type-of-supporters-modules .supporter-type:after {
          clear: both; }
        .supporters .type-of-supporters-modules .supporter-type {
          *zoom: 1; } }
    .supporters .type-of-supporters-modules .supporter-type h2 {
      border-bottom: 8px solid #fff;
      margin-bottom: 18px;
      padding-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .supporters .type-of-supporters-modules .supporter-type h2 {
          border-bottom: none;
          font-size: 2.25em; } }
    .supporters .type-of-supporters-modules .supporter-type ul {
      display: inline; }
      @media screen and (min-width: 768px) {
        .supporters .type-of-supporters-modules .supporter-type ul {
          display: block; } }
      .supporters .type-of-supporters-modules .supporter-type ul li {
        display: inline; }
        @media screen and (min-width: 768px) {
          .supporters .type-of-supporters-modules .supporter-type ul li {
            display: block;
            font-size: 1.5em; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .supporters .type-of-supporters-modules .supporter-type ul li {
      display: block;
      font-size: 1em; } }

        @media screen and (max-width: 767px) {
          .supporters .type-of-supporters-modules .supporter-type ul li:after {
            content: ", "; } }
    .supporters .type-of-supporters-modules .supporter-type .column {
      display: inline; }
      @media screen and (min-width: 768px) {
        .supporters .type-of-supporters-modules .supporter-type .column {
          display: block;
          float: left;
          padding: 0 20px 0 20px;
          width: 25%; }
          .supporters .type-of-supporters-modules .supporter-type .column:nth-child(2) {
            padding-left: 0; }
          .supporters .type-of-supporters-modules .supporter-type .column:last-child {
            padding-right: 0; } }
      @media screen and (max-width: 767px) {
        .supporters .type-of-supporters-modules .supporter-type .column:last-child ul li:last-child:after {
          content: " "; } }
.supporters .image {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 320px; }
  @media screen and (min-width: 768px) {
    .supporters .image {
      height: 630px; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
@font-face {
  font-family: RegularBold;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_bold.woff); }
@font-face {
  font-family: RegularBoldItalic;
  src: url(/themes/site_themes/the_aldrich/fonts/regular_boldItalic.woff); }
.site-map {
  background-color: #00E132; }
  .site-map .site-sections-row {
    padding: 20px 20px 0 20px;
    width: 100%; }
    .site-map .site-sections-row:before, .site-map .site-sections-row:after {
      content: "";
      display: table; }
    .site-map .site-sections-row:after {
      clear: both; }
    .site-map .site-sections-row {
      *zoom: 1; }
    @media screen and (min-width: 768px) {
      .site-map .site-sections-row {
        padding: 40px 20px 30px 20px; } }
    @media screen and (min-width: 768px) {
      .site-map .site-sections-row:first-child {
        padding-left: 40px; } }
    .site-map .site-sections-row:nth-child(2) {
      padding-top: 0; }
    .site-map .site-sections-row:last-child {
      padding-bottom: 30px; }
    .site-map .site-sections-row .section-title {
      display: inline-block;
      letter-spacing: .05em;
      margin-bottom: 24px; }
      @media screen and (min-width: 768px) and (max-width: 1170px) {
        .site-map .site-sections-row .section-title {
          font-size: 2.675em;
          border-bottom-width: 6px; } }
      @media screen and (min-width: 1171px) {
        .site-map .site-sections-row .section-title {
          font-size: 3em;
          border-bottom-width: 8px; } }
    .site-map .site-sections-row .site-section-module .inner {
      background-color: #fff;
      margin-bottom: 20px;
      padding: 16px 18px; }
      @media screen and (min-width: 768px) {
        .site-map .site-sections-row .site-section-module .inner {
          padding: 30px;
          margin-bottom: 24px; }
          .site-map .site-sections-row .site-section-module .inner:before, .site-map .site-sections-row .site-section-module .inner:after {
            content: "";
            display: table; }
          .site-map .site-sections-row .site-section-module .inner:after {
            clear: both; }
          .site-map .site-sections-row .site-section-module .inner {
            *zoom: 1; } }
  @media screen and (min-width: 768px) {
    .site-map .site-section-module {
      float: left;
      padding: 0 20px;
      width: 25%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1170px) {
    .site-map .site-section-module {
      width: 50%; } }

  .site-map .site-section-module h2 {
    border-bottom: 6px solid #00E132;
    font-size: 1.75em;
    margin-bottom: 12px;
    padding-bottom: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .site-map .site-section-module h2 {
        font-size: 1.875em; } }
    @media screen and (min-width: 768px) {
      .site-map .site-section-module h2 {
        font-size: 2.25em;
        padding-bottom: 13px;
        margin-bottom: 16px; } }
  .site-map .site-section-module ul li {
    font-size: 1.25em; }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      .site-map .site-section-module ul li {
        font-size: 1.675em; } }
    @media screen and (min-width: 1171px) {
      .site-map .site-section-module ul li {
        font-size: 1.875em; } }

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