@import url("//hello.myfonts.net/count/30a640");
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

@font-face {
  font-family: 'SyntaxLTStd-Italic';
  src: url("webfont/30A640_0_0.eot");
  src: url("webfont/30A640_0_0.eot?#iefix") format("embedded-opentype"), url("webfont/30A640_0_0.woff2") format("woff2"), url("webfont/30A640_0_0.woff") format("woff"), url("webfont/30A640_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SyntaxLTStd-Black';
  src: url("webfont/30A640_1_0.eot");
  src: url("webfont/30A640_1_0.eot?#iefix") format("embedded-opentype"), url("webfont/30A640_1_0.woff2") format("woff2"), url("webfont/30A640_1_0.woff") format("woff"), url("webfont/30A640_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SyntaxLTStd-Roman';
  src: url("webfont/30A640_2_0.eot");
  src: url("webfont/30A640_2_0.eot?#iefix") format("embedded-opentype"), url("webfont/30A640_2_0.woff2") format("woff2"), url("webfont/30A640_2_0.woff") format("woff"), url("webfont/30A640_2_0.ttf") format("truetype"); }
*::-moz-selection {
  color: #ff3333;
  background-color: white; }
*::selection {
  color: #ff3333;
  background-color: white; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e9e9e9; }

.mobile-only {
  display: none; }

body {
  font-family: 'SyntaxLTStd-Roman', Gill Sans, Arial, sans-serif;
  color: #242424;
  font-size: 20px;
  line-height: 1.333; }
  body.exh-on, body.show-nav {
    overflow: hidden; }

.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.ext-link, .ext-link-wrap a {
  cursor: ne-resize; }

em, i {
  font-family: 'SyntaxLTStd-Italic', Gill Sans, Arial, sans-serif;
  font-style: normal; }

strong, b {
  font-family: 'SyntaxLTStd-Black', Gill Sans, Arial, sans-serif;
  font-weight: normal; }

.clearfix:after, .rc-content:after, footer:after {
  content: "";
  display: table;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'SyntaxLTStd-Black', Gill Sans, Arial, sans-serif;
  font-weight: normal; }
  h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i, h5 em, h5 i, h6 em, h6 i {
    font-family: 'SyntaxLTStd-Black', Gill Sans, Arial, sans-serif;
    color: #ff3333; }

h2 {
  font-size: 1.2em;
  margin: 0.5em 0; }

header {
  padding: 30px 30px 0; }
  header h1 {
    color: #ff3333;
    position: relative;
    z-index: 10;
    display: inline; }
    header h1 a {
      color: inherit;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: baseline; }
  @media (max-width: 767px) {
    header {
      padding: 15px 15px 0; } }

.nav-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9; }
  .admin-bar .nav-wrap {
    top: 32px; }

.nav-toggle {
  position: absolute;
  z-index: 11;
  top: 0px;
  right: 0px;
  line-height: 1;
  display: block;
  padding: 38px 30px 0;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .admin-bar .nav-toggle {
    top: 32px; }
  .nav-toggle.modal-close {
    position: fixed;
    background-color: #ebebeb;
    background-color: rgba(233, 233, 233, 0.85);
    padding: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    display: none; }
  .nav-toggle span {
    font-family: 'SyntaxLTStd-Black', Gill Sans, Arial, sans-serif;
    font-size: 1.5em;
    letter-spacing: -0.02em;
    color: #FFF;
    display: block; }
    .nav-toggle span.nav-on {
      display: none;
      color: #a8a8a8; }
  .no-touchevents .nav-toggle:HOVER span, .touchevents .nav-toggle:ACTIVE span {
    color: #242424; }
  .no-touchevents .nav-toggle:HOVER span.nav-on, .touchevents .nav-toggle:ACTIVE span.nav-on {
    color: white; }
  .show-nav .nav-toggle span.nav-on {
    display: block; }
  .show-nav .nav-toggle span.nav-off {
    display: none; }
  .show-nav .nav-toggle.modal-close {
    display: block; }

.menu-main-menu-container {
  display: none; }
  .nav-wrap .menu-main-menu-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9; }
  .show-nav .menu-main-menu-container {
    display: block; }
  .menu-main-menu-container ul {
    margin: 96px 30px 12px;
    padding: 0;
    list-style: none;
    font-size: 22px;
    color: #FFF; }
    .menu-main-menu-container ul.news-wrap {
      margin-top: 0;
      margin-bottom: 36px; }
    .menu-main-menu-container ul li {
      clear: both;
      position: relative;
      min-height: 34px; }
      .menu-main-menu-container ul li a, .menu-main-menu-container ul li ul.sub-menu li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        vertical-align: baseline; }
      .menu-main-menu-container ul li a {
        padding: 0 0px 0px;
        border-bottom: 1px solid transparent;
        font-family: 'SyntaxLTStd-Black', Gill Sans, Arial, sans-serif;
        color: inherit;
        text-decoration: none;
        line-height: 1; }
        .no-touchevents .menu-main-menu-container ul li a:HOVER, .touchevents .menu-main-menu-container ul li a:ACTIVE {
          border-bottom-color: white; }
      .menu-main-menu-container ul li ul.sub-menu {
        font-size: 1em;
        margin: 0 0 20px; }
        .menu-main-menu-container ul li ul.sub-menu a {
          position: relative;
          top: auto;
          left: auto;
          font-family: 'SyntaxLTStd-Roman', Gill Sans, Arial, sans-serif;
          border-bottom-color: transparent; }
          .no-touchevents .menu-main-menu-container ul li ul.sub-menu a:HOVER, .touchevents .menu-main-menu-container ul li ul.sub-menu a:ACTIVE {
            border-bottom-color: #8d8d8d; }
        .menu-main-menu-container ul li ul.sub-menu li {
          margin: 0 0 5px; }
          .menu-main-menu-container ul li ul.sub-menu li:after {
            content: "\200b\2c\20"; }
          .menu-main-menu-container ul li ul.sub-menu li:last-of-type:after {
            content: ""; }
          .menu-main-menu-container ul li ul.sub-menu li.current-menu-item a {
            border-bottom-color: #8d8d8d; }
          .menu-main-menu-container ul li ul.sub-menu li.feed-feat p {
            display: none;
            margin: 0;
            font-size: 14px; }
      .menu-main-menu-container ul li.current-menu-item a, .blog .menu-main-menu-container ul li#menu-item-news a, .single-post .menu-main-menu-container ul li#menu-item-news a {
        border-bottom-color: white; }
      .blog .menu-main-menu-container ul li#menu-item-news li a, .single-post .menu-main-menu-container ul li#menu-item-news li a {
        border-bottom-color: transparent; }
        .no-touchevents .blog .menu-main-menu-container ul li#menu-item-news li a:HOVER, .touchevents .blog .menu-main-menu-container ul li#menu-item-news li a:ACTIVE, .no-touchevents .single-post .menu-main-menu-container ul li#menu-item-news li a:HOVER, .touchevents .single-post .menu-main-menu-container ul li#menu-item-news li a:ACTIVE {
          border-bottom-color: #8d8d8d; }
  footer .menu-main-menu-container {
    display: block; }
    footer .menu-main-menu-container ul {
      font-size: 14px; }
      footer .menu-main-menu-container ul li {
        min-height: 0; }
  @media (min-width: 768px) {
    .menu-main-menu-container ul li a {
      position: absolute;
      top: 4px;
      left: 0; }
      footer .menu-main-menu-container ul li a {
        top: 2px; }
    .menu-main-menu-container ul li ul.sub-menu {
      margin-left: 180px; }
    footer .menu-main-menu-container {
      width: 60%;
      max-width: 640px;
      float: right; }
      footer .menu-main-menu-container ul {
        margin: 36px 30px 0px 0; }
        footer .menu-main-menu-container ul li ul.sub-menu {
          margin: 0 0 10px 120px; }
        footer .menu-main-menu-container ul.news-wrap {
          margin-bottom: 36px; } }

header h1, .page-header h1, .page-header p.event-date, .page-header p.collection-name {
  font-size: 2em;
  line-height: 1;
  margin: 0; }
  @media (max-width: 767px) {
    header h1, .page-header h1, .page-header p.event-date, .page-header p.collection-name {
      font-size: 1.5em; } }

.page-header {
  padding: 0 200px 30px 30px; }
  .page-header h1 a {
    color: white;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: baseline; }
    .page-header h1 a.sec-gen {
      color: #242424; }
    .no-touchevents .page-header h1 a:HOVER, .no-touchevents .page-header h1 a.sec-gen:HOVER, .touchevents .page-header h1 a:ACTIVE, .touchevents .page-header h1 a.sec-gen:ACTIVE {
      color: #a8a8a8; }
  .page-header h1.child-h1 {
    font-family: 'SyntaxLTStd-Roman', Gill Sans, Arial, sans-serif; }
    .page-header h1.child-h1 span.location, .page-header h1.child-h1 span.byline {
      display: block; }
  @media (max-width: 767px) {
    .page-header {
      padding: 0 15px 15px 15px; }
      .page-header h1 a {
        display: block;
        margin-right: 72px; } }

.page-content {
  padding: 0 30px 30px;
  max-width: 720px; }

.full-text {
  display: none; }

.moreTextToggle {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  color: #ff3333; }

.show-full-text .moreTextToggle {
  display: none; }
.show-full-text .full-text {
  display: block; }

.page-content a, .rc-content a, .cl-list a {
  text-decoration: none;
  color: #ff3333; }
  .no-touchevents .page-content a:HOVER, .touchevents .page-content a:ACTIVE, .no-touchevents .rc-content a:HOVER, .touchevents .rc-content a:ACTIVE, .no-touchevents .cl-list a:HOVER, .touchevents .cl-list a:ACTIVE {
    color: #242424; }

.top-content, .workshop-intro {
  margin: 30px auto 30px 8.333%;
  padding-left: 38px;
  width: 66.67%;
  max-width: 800px;
  font-size: 22px;
  position: relative; }
  .top-content:BEFORE, .workshop-intro:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    bottom: 3px;
    left: 0;
    width: 8px;
    background-color: #ff3333; }
  .top-content.workshop-intro:BEFORE, .workshop-intro.workshop-intro:BEFORE {
    bottom: 0; }
  .top-content a, .workshop-intro a {
    color: #ff3333;
    text-decoration: none; }
    .top-content a:HOVER, .workshop-intro a:HOVER {
      color: black; }
  .page-template-summer-institute .top-content:BEFORE, .page-template-summer-institute .workshop-intro:BEFORE {
    background-color: #2dd22b; }

.rc-content {
  padding: 0 30px 30px; }

.rc-info {
  width: 200px;
  margin-right: 30px;
  float: left;
  font-size: 14px; }
  .rc-info a {
    color: #ff3333;
    text-decoration: none; }

.rc-main {
  float: left;
  border-left: 8px solid white;
  width: 70%;
  max-width: 700px; }
  .csscalc .rc-main {
    width: -webkit-calc(90% - 230px);
    width: calc(90% - 230px); }
  .rc-main .rc-inner {
    padding: 0 0 0 30px; }
  .rc-main p {
    margin-top: 0; }

.landing-links, .cl-list {
  margin: 0 15px 30px;
  padding: 0;
  list-style: none;
  text-align: center; }
  .home .landing-links, .home .cl-list {
    text-align: right;
    margin-top: 30px; }
  .landing-links.exhibition-landing, .landing-links.rc-links, .landing-links.cl-list, .cl-list.exhibition-landing, .cl-list.rc-links, .cl-list.cl-list {
    text-align: left; }
  .landing-links li.link-item, .landing-links li.cl-item, .cl-list li.link-item, .cl-list li.cl-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: left;
    margin: 0 0 60px; }
    .landing-links li.link-item .item-inner, .landing-links li.cl-item .item-inner, .cl-list li.link-item .item-inner, .cl-list li.cl-item .item-inner {
      padding: 15px 15px 0 15px; }
      .landing-links li.link-item .item-inner.no-desc, .landing-links li.cl-item .item-inner.no-desc, .cl-list li.link-item .item-inner.no-desc, .cl-list li.cl-item .item-inner.no-desc {
        padding: 15px; }
    .landing-links li.link-item h2, .landing-links li.cl-item h2, .cl-list li.link-item h2, .cl-list li.cl-item h2 {
      color: #ff3333;
      margin-bottom: 0.25em; }
      .landing-links li.link-item h2.online-exh-title span, .landing-links li.cl-item h2.online-exh-title span, .cl-list li.link-item h2.online-exh-title span, .cl-list li.cl-item h2.online-exh-title span {
        color: #242424;
        display: block;
        font-family: 'SyntaxLTStd-Roman', Gill Sans, Arial, sans-serif; }
    .landing-links li.link-item h6.exh-type-label + h2, .landing-links li.cl-item h6.exh-type-label + h2, .cl-list li.link-item h6.exh-type-label + h2, .cl-list li.cl-item h6.exh-type-label + h2 {
      margin-top: 0.25em; }
    .landing-links li.link-item.no-img, .landing-links li.cl-item.no-img, .cl-list li.link-item.no-img, .cl-list li.cl-item.no-img {
      margin-top: 15px; }
      .landing-links li.link-item.no-img h2, .landing-links li.cl-item.no-img h2, .cl-list li.link-item.no-img h2, .cl-list li.cl-item.no-img h2 {
        margin-top: 0; }
      .landing-links li.link-item.no-img h6.exh-type-label + h2, .landing-links li.cl-item.no-img h6.exh-type-label + h2, .cl-list li.link-item.no-img h6.exh-type-label + h2, .cl-list li.cl-item.no-img h6.exh-type-label + h2 {
        margin-top: 0.5em; }
      .landing-links li.link-item.no-img .item-text, .landing-links li.cl-item.no-img .item-text, .cl-list li.link-item.no-img .item-text, .cl-list li.cl-item.no-img .item-text {
        padding-top: 0; }
    .landing-links li.link-item .item-image img, .landing-links li.cl-item .item-image img, .cl-list li.link-item .item-image img, .cl-list li.cl-item .item-image img {
      max-width: 100%;
      height: auto;
      display: block; }
    .landing-links li.link-item .image-description, .landing-links li.cl-item .image-description, .cl-list li.link-item .image-description, .cl-list li.cl-item .image-description {
      font-size: 14px;
      padding: 12px 24px 12px 0; }
      .landing-links li.link-item .image-description p, .landing-links li.cl-item .image-description p, .cl-list li.link-item .image-description p, .cl-list li.cl-item .image-description p {
        margin: 0; }
      .landing-links li.link-item .image-description.link-description, .landing-links li.cl-item .image-description.link-description, .cl-list li.link-item .image-description.link-description, .cl-list li.cl-item .image-description.link-description {
        padding-top: 0; }
    .landing-links li.link-item .item-text, .landing-links li.cl-item .item-text, .cl-list li.link-item .item-text, .cl-list li.cl-item .item-text {
      font-size: 18px;
      padding: 10px 60px 0 0px; }
      .landing-links li.link-item .item-text p, .landing-links li.cl-item .item-text p, .cl-list li.link-item .item-text p, .cl-list li.cl-item .item-text p {
        margin-top: 0; }
      .landing-links li.link-item .item-text.link-item-more p:last-of-type:AFTER, .landing-links li.cl-item .item-text.link-item-more p:last-of-type:AFTER, .cl-list li.link-item .item-text.link-item-more p:last-of-type:AFTER, .cl-list li.cl-item .item-text.link-item-more p:last-of-type:AFTER {
        content: "More";
        display: block;
        color: #ff3333; }
      .landing-links li.link-item .item-text ul, .landing-links li.cl-item .item-text ul, .cl-list li.link-item .item-text ul, .cl-list li.cl-item .item-text ul {
        list-style: square;
        margin: 0 0 1em;
        padding: 0;
        list-style-position: inside; }
    .landing-links li.link-item.hovered .item-text.link-item-more p:last-of-type:AFTER, .landing-links li.cl-item.hovered .item-text.link-item-more p:last-of-type:AFTER, .cl-list li.link-item.hovered .item-text.link-item-more p:last-of-type:AFTER, .cl-list li.cl-item.hovered .item-text.link-item-more p:last-of-type:AFTER {
      color: white; }
    .no-touchevents .landing-links li.link-item a.overlayLink:HOVER, .no-touchevents .landing-links li.cl-item a.overlayLink:HOVER, .no-touchevents .cl-list li.link-item a.overlayLink:HOVER, .no-touchevents .cl-list li.cl-item a.overlayLink:HOVER {
      border: 1px solid white; }
  @media (min-width: 768px) {
    .landing-links, .cl-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-box-pack: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-wrap: wrap;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .landing-links li.link-item, .landing-links li.cl-item, .cl-list li.link-item, .cl-list li.cl-item {
        width: 25%;
        max-width: 300px; }
        .landing-links li.link-item.w-3 .item-text, .landing-links li.cl-item.w-3 .item-text, .cl-list li.link-item.w-3 .item-text, .cl-list li.cl-item.w-3 .item-text {
          padding-right: 10px; }
        .landing-links li.link-item.w-4 .item-text, .landing-links li.cl-item.w-4 .item-text, .cl-list li.link-item.w-4 .item-text, .cl-list li.cl-item.w-4 .item-text {
          padding-right: 30px; }
        .landing-links li.link-item.w-4, .landing-links li.cl-item.w-4, .cl-list li.link-item.w-4, .cl-list li.cl-item.w-4 {
          width: 33.33333%;
          max-width: 390px; }
        .landing-links li.link-item.w-6, .landing-links li.cl-item.w-6, .cl-list li.link-item.w-6, .cl-list li.cl-item.w-6 {
          width: 50%;
          max-width: 570px; }
        .landing-links li.link-item.w-8, .landing-links li.cl-item.w-8, .cl-list li.link-item.w-8, .cl-list li.cl-item.w-8 {
          width: 66.66667%;
          max-width: 750px; }
        .landing-links li.link-item.lrgtxt, .landing-links li.cl-item.lrgtxt, .cl-list li.link-item.lrgtxt, .cl-list li.cl-item.lrgtxt {
          font-size: 1.25em; }
          .landing-links li.link-item.lrgtxt h2, .landing-links li.cl-item.lrgtxt h2, .cl-list li.link-item.lrgtxt h2, .cl-list li.cl-item.lrgtxt h2 {
            font-size: 1.425em; }
          .landing-links li.link-item.lrgtxt .item-text, .landing-links li.cl-item.lrgtxt .item-text, .cl-list li.link-item.lrgtxt .item-text, .cl-list li.cl-item.lrgtxt .item-text {
            padding: 0;
            font-size: 25px; } }

.landing-links li.link-item.exh-landing-past {
  margin: 0; }
  .landing-links li.link-item.exh-landing-past .item-text {
    padding-top: 0; }

.feed-content {
  position: relative;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .feed-content {
      padding: 0 60px 0 30px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .feed-content a {
    text-decoration: none;
    color: #ff3333; }
  .feed-content article h2 a {
    color: #242424; }
  .feed-content article .post-image {
    margin: 0 0 20px; }
    .feed-content article .post-image img {
      max-width: 100%;
      height: auto;
      display: block; }

.feed-sidebar {
  width: 40%;
  max-width: 320px;
  font-size: 18px; }
  .feed-sidebar ul.channels {
    font-family: 'SyntaxLTStd-Black', Gill Sans, Arial, sans-serif;
    margin: 2px 0 0 20px;
    border-left: 8px solid white;
    padding: 0 20px;
    list-style: none; }
    .feed-sidebar ul.channels ul {
      font-family: 'SyntaxLTStd-Roman', Gill Sans, Arial, sans-serif;
      margin: 0;
      padding: 0;
      list-style: none; }
      .single-post .feed-sidebar ul.channels ul li.current-cat a {
        color: white; }
  .feed-sidebar .feed-features {
    margin: 40px 0 0; }
    .feed-sidebar .feed-features h1.post-title {
      font-size: 18px;
      margin: 0;
      line-height: 1.4; }
    .feed-sidebar .feed-features h6.feat-label {
      font-size: 12px;
      margin: 0 10px 4px;
      line-height: 1.4; }
    .feed-sidebar .feed-features p {
      font-size: 14px;
      margin: 0; }
    .feed-sidebar .feed-features .feed-feat {
      margin: 0 30px 30px 0; }
    .feed-sidebar .feed-features .ff-post {
      padding: 8px 20px 5px 10px;
      position: relative; }
    .no-touchevents .feed-sidebar .feed-features a.overlayLink:HOVER {
      border: 1px solid white; }
  @media (max-width: 767px) {
    .feed-sidebar {
      width: auto;
      max-width: none;
      padding: 0 0 30px;
      display: none; }
      .feed-sidebar .feed-features {
        display: none; } }

.posts-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }
  .posts-wrap article {
    margin: 0 0 60px; }
    .posts-wrap article img {
      display: block;
      max-width: 100%;
      height: auto; }
  .posts-wrap .post-footer {
    color: #242424;
    font-size: 14px;
    border-top: 1px solid #242424; }

.wp-caption {
  width: auto !important; }

.wp-caption-text {
  font-size: 14px;
  text-align: center; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 1em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 1em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

.pagination-wrap {
  margin: 120px 0 0;
  padding: 20px 0 0; }
  .pagination-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination-wrap ul li {
      display: inline-block;
      vertical-align: baseline;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
      .pagination-wrap ul li a {
        padding: 5px;
        color: #242424; }
        .pagination-wrap ul li a:HOVER {
          color: #ff3333; }
      .pagination-wrap ul li.active a {
        color: #ff3333; }
  @media (max-width: 767px) {
    .pagination-wrap {
      text-align: center;
      margin: 30px 0 0; } }

.vid-pad {
  position: relative;
  width: 100%;
  height: 0; }
  .vid-pad iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.landing-links li.link-item {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.page-child .cl-list {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.landing-links.rc-links {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .landing-links.rc-links li.link-item {
    -webkit-align-self: baseline;
    align-self: baseline; }

.exh-type-label {
  margin: 0.25em 0; }

.upcoming-exh-wrap {
  vertical-align: bottom; }
  .upcoming-exh-wrap h6 {
    margin: 0; }

.upcoming-item {
  margin-bottom: 20px; }
  .upcoming-item h4 {
    margin-bottom: 0;
    color: #ff3333; }
    .upcoming-item h4 a {
      color: inherit;
      text-decoration: none; }
  .upcoming-item p {
    margin: 0;
    font-size: 0.9em; }

.exh-landing-item .item-text p {
  margin: 0; }
  .exh-landing-item .item-text p:last-of-type {
    margin-bottom: 1em; }

.workshops-list {
  margin: 0;
  padding: 30px;
  list-style: none; }
  .workshops-list li {
    margin: 0 0 60px; }
    .workshops-list li .workshop-image {
      padding: 0 20px 10px 0;
      max-width: 300px;
      float: left; }
      .workshops-list li .workshop-image img {
        max-width: 100%;
        height: auto;
        display: block; }
    .workshops-list li .workshop-info {
      width: 50%;
      float: left;
      max-width: 500px; }
      .workshops-list li .workshop-info a {
        text-decoration: none;
        color: inherit; }
      .workshops-list li .workshop-info p {
        font-size: 0.9em; }
        .workshops-list li .workshop-info p.workshop-time {
          margin: 0; }
      .workshops-list li .workshop-info h2 + p {
        margin-top: 0; }

.exh-launch, .edu-register {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 12px 15px 10px;
  line-height: 1;
  border: 1px solid #ff3333;
  color: #ff3333;
  text-decoration: none; }
  .no-touchevents .exh-launch:HOVER, .touchevents .exh-launch:ACTIVE, .no-touchevents .edu-register:HOVER, .touchevents .edu-register:ACTIVE {
    border-color: #242424; }

.modal-header {
  padding: 15px 0px 30px 15px;
  margin: 0;
  color: #666666;
  max-width: 45%;
  font-size: 0.9em;
  line-height: 1.2; }
  .admin-bar .modal-header {
    padding-top: 47px; }
  .modal-header a {
    color: white;
    text-decoration: none; }
  .exhtype-slides .modal-header {
    margin: 0px;
    padding: 0;
    color: #666666;
    max-width: 45%;
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 50; }
  .admin-bar .exhtype-slides .modal-header {
    padding-top: 0px;
    top: 47px; }

.exh-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #161616;
  overflow: auto;
  display: none; }
  .exh-on .exh-modal {
    display: block; }
  .exh-modal .exh-close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 15px;
    font-family: 'SyntaxLTStd-Black', Gill Sans, Arial, sans-serif;
    font-size: 0.9em;
    color: #666666;
    cursor: pointer;
    z-index: 100;
    line-height: 1;
    background-color: #161616; }
    .no-touchevents .exh-modal .exh-close:HOVER, .touchevents .exh-modal .exh-close:ACTIVE {
      color: #FFF; }
    .admin-bar .exh-modal .exh-close {
      top: 32px; }

.touchevents .exh {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
.exh .exh-cell-inner {
  padding: 30px; }
.exh .exh-cell img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }
  @media (max-height: 1200px) {
    .exh .exh-cell img {
      max-height: 900px; } }
  @media (max-height: 1000px) {
    .exh .exh-cell img {
      max-height: 700px; } }
  @media (max-height: 800px) {
    .exh .exh-cell img {
      max-height: 500px; } }
  @media (max-height: 700px) {
    .exh .exh-cell img {
      max-height: 425px; } }
  @media (max-height: 600px) {
    .exh .exh-cell img {
      max-height: 375px; } }
.exh .exh-cell .exh-text p {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  color: #FFF; }
.exh img.flkty-img {
  display: none; }
@media (min-width: 768px) {
  .exhtype-slides .exh img.flkty-img {
    display: block; }
  .exhtype-slides .exh img.scrll-img {
    display: none; } }

.exhtype-slides .exh {
  height: 100%; }
.exhtype-slides .exh:AFTER {
  content: 'flickity';
  display: none; }
  @media (max-width: 767px) {
    .exhtype-slides .exh:AFTER {
      content: ''; } }
.exhtype-slides .exh-image, .exhtype-slides .exh-video {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }
.exhtype-slides .exh-cell-inner {
  padding: 30px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media (min-width: 768px) {
  .exhtype-slides .exh-cell-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; }
  .exhtype-slides .exh-cell {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; }
    .exhtype-slides .exh-cell.lft .exh-cell-inner, .exhtype-slides .exh-cell.rgt .exh-cell-inner {
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .exhtype-slides .exh-cell.lft .exh-cell-inner .exh-image, .exhtype-slides .exh-cell.lft .exh-cell-inner .exh-video, .exhtype-slides .exh-cell.lft .exh-cell-inner .exh-text, .exhtype-slides .exh-cell.rgt .exh-cell-inner .exh-image, .exhtype-slides .exh-cell.rgt .exh-cell-inner .exh-video, .exhtype-slides .exh-cell.rgt .exh-cell-inner .exh-text {
        width: 50%; }
      .exhtype-slides .exh-cell.lft .exh-cell-inner .exh-text, .exhtype-slides .exh-cell.rgt .exh-cell-inner .exh-text {
        max-width: 300px;
        -webkit-align-self: flex-end;
        align-self: flex-end; }
    .exhtype-slides .exh-cell.rgt .exh-cell-inner {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .exhtype-slides .exh-cell.rgt .exh-cell-inner img {
        margin: 0 0 0 auto; }
    .exhtype-slides .exh-cell.cnt .exh-cell-inner {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .exhtype-slides .exh-cell.cnt .exh-cell-inner .exh-image {
        width: 100%; }
        .exhtype-slides .exh-cell.cnt .exh-cell-inner .exh-image img {
          margin: auto; }
      .exhtype-slides .exh-cell.cnt .exh-cell-inner .exh-video {
        width: 75%;
        max-width: 800px;
        margin: auto; }
      .exhtype-slides .exh-cell.cnt .exh-cell-inner .exh-text {
        width: 100%;
        -webkit-align-self: flex-end;
        align-self: flex-end; }
        .exhtype-slides .exh-cell.cnt .exh-cell-inner .exh-text p:first-of-type {
          margin-top: 1em; } }
.exhtype-slides .exh-thumbs {
  padding: 20px 60px 60px;
  margin: 0;
  list-style: none;
  display: none; }
  .exhtype-slides .exh-thumbs li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 5px;
    cursor: pointer; }
    .no-touchevents .exhtype-slides .exh-thumbs li:HOVER, .touchevents .exhtype-slides .exh-thumbs li:ACTIVE {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
.exhtype-slides.thumb-nav .exh-thumbs {
  display: block; }
.exhtype-slides.thumb-nav .modal-header {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 15px 0px 30px 15px; }
.exhtype-slides.thumb-nav .flickity-viewport, .exhtype-slides.thumb-nav .exh-controls, .exhtype-slides.thumb-nav .flickity-prev-next-button {
  display: none; }
.admin-bar .exhtype-slides.thumb-nav .modal-header {
  padding-top: 47px; }

.exhtype-scroll .exh-cell {
  max-width: 1600px;
  margin: 0 auto 45px;
  clear: both; }
  .exhtype-scroll .exh-cell.lft .exh-image, .exhtype-scroll .exh-cell.lft .exh-video, .exhtype-scroll .exh-cell.lft .exh-text, .exhtype-scroll .exh-cell.rgt .exh-image, .exhtype-scroll .exh-cell.rgt .exh-video, .exhtype-scroll .exh-cell.rgt .exh-text {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .exhtype-scroll .exh-cell.lft .exh-image, .exhtype-scroll .exh-cell.lft .exh-video, .exhtype-scroll .exh-cell.rgt .exh-image, .exhtype-scroll .exh-cell.rgt .exh-video {
    max-width: 72%; }
    .exhtype-scroll .exh-cell.lft .exh-image img, .exhtype-scroll .exh-cell.lft .exh-video img, .exhtype-scroll .exh-cell.rgt .exh-image img, .exhtype-scroll .exh-cell.rgt .exh-video img {
      max-width: 100%;
      height: auto; }
  .exhtype-scroll .exh-cell.lft .exh-text, .exhtype-scroll .exh-cell.rgt .exh-text {
    vertical-align: bottom;
    width: 25%;
    max-width: 300px; }
  .exhtype-scroll .exh-cell.lft .exh-image img {
    margin: 0 auto; }
  .exhtype-scroll .exh-cell.lft p {
    padding-left: 15px; }
  .exhtype-scroll .exh-cell.rgt {
    direction: rtl; }
    .exhtype-scroll .exh-cell.rgt .exh-text {
      direction: ltr; }
    .exhtype-scroll .exh-cell.rgt p {
      padding-right: 15px; }
  .exhtype-scroll .exh-cell.cnt img {
    margin: 0 auto; }
  .exhtype-scroll .exh-cell.cnt .exh-text {
    padding: 15px 30px;
    text-align: center; }

.exh .flickity-prev-next-button {
  top: auto;
  bottom: 0px;
  background-color: transparent; }
  .exh .flickity-prev-next-button.next {
    right: 40px; }
  .exh .flickity-prev-next-button.previous {
    left: auto;
    right: 88px; }
  .exh .flickity-prev-next-button svg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .exh .flickity-prev-next-button svg path {
      fill: #666666; }
  .no-touchevents .exh .flickity-prev-next-button:HOVER, .touchevents .exh .flickity-prev-next-button:ACTIVE {
    background-color: transparent; }
    .no-touchevents .exh .flickity-prev-next-button:HOVER svg path, .touchevents .exh .flickity-prev-next-button:ACTIVE svg path {
      fill: #ffffff; }
    .no-touchevents .exh .flickity-prev-next-button:HOVER:disabled svg path, .touchevents .exh .flickity-prev-next-button:ACTIVE:disabled svg path {
      fill: #666666; }

.exh-controls {
  position: absolute;
  bottom: 30px;
  right: 144px;
  color: #666666;
  font-size: 0.7em;
  width: auto;
  z-index: 50; }
  .exh-controls .exh-counter, .exh-controls .exh-thumbs-toggle {
    float: left;
    margin-right: 20px; }
  .exh-controls .exh-thumbs-toggle {
    cursor: pointer; }
    .no-touchevents .exh-controls .exh-thumbs-toggle:HOVER, .touchevents .exh-controls .exh-thumbs-toggle:ACTIVE {
      color: #FFF; }

footer {
  min-height: 500px;
  background-color: #242424;
  color: #FFF;
  font-size: 14px; }
  footer a {
    color: inherit; }
  footer .fcol-left {
    width: 36%;
    float: left; }
    footer .fcol-left h1 {
      font-size: 20px; }
    footer .fcol-left p {
      font-size: 14px; }
      footer .fcol-left p.copyright {
        margin-top: 1em; }
    footer .fcol-left h1, footer .fcol-left p {
      margin: 0; }
    footer .fcol-left .address {
      padding: 30px; }

.support-text {
  padding: 30px;
  clear: both; }
  .support-text img {
    max-width: 500px;
    height: auto;
    display: block; }

@media (max-width: 767px) {
  header {
    margin-right: 72px; }
    header h1 span {
      display: none; }
      header h1 span.mobile-only {
        display: block; }

  .nav-toggle {
    padding: 21px 15px 8px; }
    .admin-bar .nav-toggle {
      top: 46px; }
    .nav-toggle span {
      font-size: 1em; }

  .menu-main-menu-container ul {
    margin: 72px 15px 0;
    font-size: 1em; }
    .menu-main-menu-container ul li {
      min-height: 0; }
    .menu-main-menu-container ul li ul.sub-menu li {
      margin: 0 0 2px; }
    .menu-main-menu-container ul.news-wrap {
      margin-bottom: 36px; }

  .show-nav .nav-toggle {
    position: fixed; }
    .show-nav .nav-toggle.modal-close {
      display: none; }
  .show-nav .nav-wrap {
    position: fixed;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .show-nav .nav-wrap:BEFORE {
      content: "";
      position: fixed;
      width: 100%;
      height: 52px;
      top: 0;
      left: 0;
      background-color: black;
      z-index: 2; }
  .show-nav .nav-wrap .menu-main-menu-container {
    z-index: 1;
    min-height: 100%; }

  .home .landing-links, .home .cl-list {
    margin-top: 15px; }

  .landing-links li.link-item,
  .landing-links li.cl-item,
  .cl-list li.link-item,
  .cl-list li.cl-item {
    margin-bottom: 30px; }
    .landing-links li.link-item .item-text,
    .landing-links li.cl-item .item-text,
    .cl-list li.link-item .item-text,
    .cl-list li.cl-item .item-text {
      padding: 0 10px 0 0; }
    .landing-links li.link-item.ext-link-item .item-image,
    .landing-links li.cl-item.ext-link-item .item-image,
    .cl-list li.link-item.ext-link-item .item-image,
    .cl-list li.cl-item.ext-link-item .item-image {
      padding: 0 30px; }
    .landing-links li.link-item.ext-link-item h2.item-title:AFTER,
    .landing-links li.cl-item.ext-link-item h2.item-title:AFTER,
    .cl-list li.link-item.ext-link-item h2.item-title:AFTER,
    .cl-list li.cl-item.ext-link-item h2.item-title:AFTER {
      font-size: 75%;
      vertical-align: super; }
    .landing-links li.link-item .item-inner,
    .landing-links li.cl-item .item-inner,
    .cl-list li.link-item .item-inner,
    .cl-list li.cl-item .item-inner {
      padding: 10px 10px 0; }
      .landing-links li.link-item .item-inner.no-desc,
      .landing-links li.cl-item .item-inner.no-desc,
      .cl-list li.link-item .item-inner.no-desc,
      .cl-list li.cl-item .item-inner.no-desc {
        padding: 10px; }

  .top-content, .workshop-intro {
    width: auto;
    margin: 0px 15px;
    padding: 0 0 0 23px;
    font-size: 1em;
    word-spacing: -0.1em; }

  .page-content {
    padding: 0 15px 30px; }

  .rc-content {
    padding: 0 15px 30px; }
    .rc-content .rc-info, .rc-content .rc-main {
      width: auto;
      float: none; }
    .rc-content .rc-main .rc-inner {
      padding: 0 30px 0 15px; }

  .landing-links, .cl-list {
    margin: 0 5px 15px; }

  .workshops-list {
    padding: 15px; }
    .workshops-list li .workshop-image, .workshops-list li .workshop-info {
      float: none;
      width: auto;
      max-width: none; }
    .workshops-list li .workshop-image {
      padding-right: 0; }

  .exh:BEFORE {
    content: "";
    position: fixed;
    z-index: 2;
    height: 48px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #161616; }

  .exhtype-slides .exh-cell-inner, .exh-cell-inner {
    padding: 15px; }

  .exh-text {
    padding-top: 10px; }

  .exh-controls {
    display: none; }

  .modal-header, .exhtype-slides .modal-header {
    position: relative;
    max-width: none;
    top: auto;
    left: auto;
    margin-right: 80px;
    padding: 15px; }

  footer .fcol-left {
    width: auto;
    float: none; }
    footer .fcol-left .address {
      padding: 30px 15px; }
  footer .menu-main-menu-container ul {
    margin: 36px 15px; }
    footer .menu-main-menu-container ul li ul.sub-menu {
      margin-top: 4px; }

  .support-text {
    padding: 30px 15px; } }
#main {
  padding-bottom: 50px; }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.color-summer-institute header h1,
.color-summer-institute .page-content a,
.color-summer-institute .rc-content a,
.color-summer-institute .top-content a,
.color-summer-institute .cl-list a,
.color-summer-institute .landing-links li.link-item h2,
.color-summer-institute .cl-list li.cl-item h2,
.color-summer-institute .workshop-info h2 span,
.color-summer-institute .landing-links li.link-item .item-text.link-item-more p:last-of-type:AFTER,
.color-summer-institute .landing-links li.cl-item .item-text.link-item-more p:last-of-type:AFTER,
.color-summer-institute .cl-list li.link-item .item-text.link-item-more p:last-of-type:AFTER,
.color-summer-institute .cl-list li.cl-item .item-text.link-item-more p:last-of-type:AFTER {
  color: #2dd22b; }
.color-summer-institute .top-content:BEFORE, .color-summer-institute .workshop-intro:BEFORE {
  background-color: #2dd22b; }
.color-summer-institute .edu-register, .color-summer-institute .workshop-info .edu-register {
  color: #2dd22b;
  border-color: #2dd22b; }
  .no-touchevents .color-summer-institute .edu-register:HOVER, .touchevents .color-summer-institute .edu-register:ACTIVE, .no-touchevents .color-summer-institute .workshop-info .edu-register:HOVER, .touchevents .color-summer-institute .workshop-info .edu-register:ACTIVE {
    color: white;
    background-color: #2dd22b;
    border-color: #2dd22b; }

.color-pub-fair header h1,
.color-pub-fair .page-content a,
.color-pub-fair .rc-content a,
.color-pub-fair .top-content a,
.color-pub-fair .cl-list a,
.color-pub-fair .landing-links li.link-item h2,
.color-pub-fair .cl-list li.cl-item h2,
.color-pub-fair .workshop-info h2 span,
.color-pub-fair .landing-links li.link-item .item-text.link-item-more p:last-of-type:AFTER,
.color-pub-fair .landing-links li.cl-item .item-text.link-item-more p:last-of-type:AFTER,
.color-pub-fair .cl-list li.link-item .item-text.link-item-more p:last-of-type:AFTER,
.color-pub-fair .cl-list li.cl-item .item-text.link-item-more p:last-of-type:AFTER {
  color: #92278f; }
.color-pub-fair .top-content:BEFORE, .color-pub-fair .workshop-intro:BEFORE {
  background-color: #92278f; }
.color-pub-fair .edu-register, .color-pub-fair .workshop-info .edu-register {
  color: #92278f;
  border-color: #92278f; }
  .no-touchevents .color-pub-fair .edu-register:HOVER, .touchevents .color-pub-fair .edu-register:ACTIVE, .no-touchevents .color-pub-fair .workshop-info .edu-register:HOVER, .touchevents .color-pub-fair .workshop-info .edu-register:ACTIVE {
    color: white;
    background-color: #92278f;
    border-color: #92278f; }

.color-photo-bookworks header h1,
.color-photo-bookworks .page-content a,
.color-photo-bookworks .rc-content a,
.color-photo-bookworks .top-content a,
.color-photo-bookworks .cl-list a,
.color-photo-bookworks .landing-links li.link-item h2,
.color-photo-bookworks .cl-list li.cl-item h2,
.color-photo-bookworks .workshop-info h2 span,
.color-photo-bookworks .landing-links li.link-item .item-text.link-item-more p:last-of-type:AFTER,
.color-photo-bookworks .landing-links li.cl-item .item-text.link-item-more p:last-of-type:AFTER,
.color-photo-bookworks .cl-list li.link-item .item-text.link-item-more p:last-of-type:AFTER,
.color-photo-bookworks .cl-list li.cl-item .item-text.link-item-more p:last-of-type:AFTER {
  color: #0072bc; }
.color-photo-bookworks .top-content:BEFORE, .color-photo-bookworks .workshop-intro:BEFORE {
  background-color: #0072bc; }
.color-photo-bookworks .edu-register, .color-photo-bookworks .workshop-info .edu-register {
  color: #0072bc;
  border-color: #0072bc; }
  .no-touchevents .color-photo-bookworks .edu-register:HOVER, .touchevents .color-photo-bookworks .edu-register:ACTIVE, .no-touchevents .color-photo-bookworks .workshop-info .edu-register:HOVER, .touchevents .color-photo-bookworks .workshop-info .edu-register:ACTIVE {
    color: white;
    background-color: #0072bc;
    border-color: #0072bc; }

@media (min-width: 767px) {
  html, body {
    height: 100%; }

  #container {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -600px; }
    #container .container-footer {
      height: 600px; }

  footer {
    clear: both;
    position: relative;
    height: 600px; } }
