/** GRID */
/** UTILITY */
.is-hidden {
  display: none; }

/** TYPOGRAPHY */
body {
  text-rendering: optimizeLegibility; }

/** COLOR */
/* PANTONE 110C */
/* PANTONE 032C */
/* PANTONE Warm Red C */
/* PANTONE HEXACHROME GREEN */
/* PANTONE PANTONE 3268C */
/* PANTONE 300C */
/* PANTONE 2725C */
.color-bg-yellow {
  background-color: #f0cc01;
  /* PANTONE 110C */ }

.color-bg-red {
  background-color: #ef4035;
  /* PANTONE 032C */ }

.color-bg-orange {
  background-color: #f26532;
  /* PANTONE Warm Red C */ }

.color-bg-green {
  background-color: #00aa4f;
  /* PANTONE HEXACHROME GREEN */ }

.color-bg-teal {
  background-color: #00af9f;
  /* PANTONE PANTONE 3268C */ }

.color-bg-blue {
  background-color: #3995cc;
  /* PANTONE 300C */ }

.color-bg-purple {
  background-color: #5161ac;
  /* PANTONE 2725C */ }

.color-bg-lighten-yellow {
  background-color: #f2d546;
  /* PANTONE 110C */ }

.color-bg-lighten-red {
  background-color: #f06761;
  /* PANTONE 032C */ }

.color-bg-lighten-orange {
  background-color: #f38359;
  /* PANTONE Warm Red C */ }

.color-bg-lighten-green {
  background-color: #3bba74;
  /* PANTONE HEXACHROME GREEN */ }

.color-bg-lighten-teal {
  background-color: #82d1c8;
  /* PANTONE PANTONE 3268C */ }

.color-bg-lighten-blue {
  background-color: #69b0d8;
  /* PANTONE 300C */ }

.color-bg-lighten-purple {
  background-color: #7582bb;
  /* PANTONE 2725C */ }

.color-bg-darken-yellow {
  background-color: #efcb3d;
  /* PANTONE 110C */ }

.color-bg-darken-red {
  background-color: #e83331;
  /* PANTONE 032C */ }

.color-bg-darken-orange {
  background-color: #ec4d30;
  /* PANTONE Warm Red C */ }

.color-bg-darken-green {
  background-color: #14943f;
  /* PANTONE HEXACHROME GREEN */ }

.color-bg-darken-teal {
  background-color: #4cb5a9;
  /* PANTONE PANTONE 3268C */ }

.color-bg-darken-blue {
  background-color: #2c7bbf;
  /* PANTONE 300C */ }

.color-bg-darken-purple {
  background-color: #3e4b95;
  /* PANTONE 2725C */ }

.color-bg-gray {
  background-color: gainsboro; }

.color-bg-darken-gray {
  background-color: #3b3737; }

.color-bg-black {
  background-color: #2c2828; }

/** EFFECTS */
.inset-shadow {
  -moz-box-shadow: inset 0px 8px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 8px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 8px 5px rgba(0, 0, 0, 0.15); }

/** ELEMENT DEFAULTS */
a {
  text-decoration: none;
  color: inherit; }

form {
  position: relative; }

input {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold; }

input[type=text],
.footer-button {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px 12px 9px 12px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #8c8c8c; }

input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 13px 12px 9px 12px; }

label.hidden {
  display: none; }

::-webkit-input-placeholder {
  color: black; }

:-moz-placeholder {
  color: black; }

::-moz-placeholder {
  color: black; }

:-ms-input-placeholder {
  color: black; }

/** LAYOUT */
.lt-ie9 body {
  min-width: 1080px; }

@media all and (min-width: 621px) {
  body {
    min-width: 1080px; } }
/** HEADER */
#mobile-menu {
  display: none; }

.lt-ie9 header > .nav-toolbar {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 1008px;
  margin: 0 auto; }
.lt-ie9 header > .nav-toolbar a {
  padding: 24px 12px;
  margin: 0 0 0 -12px; }
.lt-ie9 header > .nav-toolbar a.is-open {
  background-color: #2c2828;
  color: white; }
.lt-ie9 header > .nav-toolbar > .nav-toolbar-left,
.lt-ie9 header > .nav-toolbar > .nav-toolbar-right,
.lt-ie9 header > .nav-toolbar > .nav-toolbar-center {
  width: 288px;
  position: absolute;
  top: 18px; }
.lt-ie9 header > .nav-toolbar > .nav-toolbar-left {
  left: 0; }
.lt-ie9 header > .nav-toolbar > .nav-toolbar-right {
  right: 0; }
.lt-ie9 header > .nav-toolbar > .nav-toolbar-center {
  left: 288px; }
.lt-ie9 header > .nav-toolbar > .nav-toolbar-left > li,
.lt-ie9 header > .nav-toolbar > .nav-toolbar-center > li {
  float: left;
  margin: 0 0 0 12px; }
.lt-ie9 header > .nav-toolbar > .nav-toolbar-right > li {
  float: right;
  margin: 0 12px 0 0; }
.lt-ie9 header #nav-toolbar-calendar:before,
.lt-ie9 header #nav-toolbar-search:before {
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  margin: 0 6px 0 0; }
.lt-ie9 header #nav-toolbar-calendar:before {
  content: "#"; }
.lt-ie9 header #nav-toolbar-search:before {
  content: "↪"; }
.lt-ie9 header > .nav-main {
  position: relative;
  width: 1008px;
  height: 84px;
  margin: 0 auto; }
.lt-ie9 header > .nav-main > ul {
  position: absolute;
  width: 696px;
  right: 12px;
  border-top: 1px solid gainsboro; }
.lt-ie9 header > .nav-main > ul > li {
  float: left;
  width: 120px;
  margin: 0 12px; }
.lt-ie9 header > .nav-main > ul > li:first-child {
  margin-left: 0; }
.lt-ie9 header > .nav-main > ul > li.first-child {
  /* IE fix */
  margin-left: 0; }
.lt-ie9 header > .nav-main > ul > li:last-child {
  margin-right: 0; }
.lt-ie9 header > .nav-main > ul > li.last-child {
  /* IE fix */
  margin-right: 0; }
.lt-ie9 header > .nav-main > ul > li > a > h1 {
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin: 12px 0 3px 0; }
.lt-ie9 header > .nav-main > ul > li > a > p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: #8c8c8c; }
.lt-ie9 header > .nav-main > ul > li.is-current > a > p,
.lt-ie9 header > .nav-main > ul > li > a:hover > p {
  color: #2c2828; }
.lt-ie9 header #logo-graphic-wrapper {
  width: 984px;
  margin: 0 auto;
  position: relative; }
.lt-ie9 header #logo-graphic-wrapper #logo {
  position: absolute;
  bottom: -108px;
  right: 80px;
  height: 87px;
  width: 130px;
  z-index: 2; }
.lt-ie9 #mobile-info,
.lt-ie9 #mobile-menu-toggle {
  display: none; }

@media all and (min-width: 621px) {
  header > .nav-toolbar {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    height: 42px;
    overflow: hidden;
    position: relative;
    width: 1008px;
    margin: 0 auto; }

  header > .nav-toolbar a {
    padding: 24px 12px;
    margin: 0 0 0 -12px; }

  header > .nav-toolbar a.is-open {
    background-color: #2c2828;
    color: white; }

  header > .nav-toolbar > .nav-toolbar-left,
  header > .nav-toolbar > .nav-toolbar-right,
  header > .nav-toolbar > .nav-toolbar-center {
    width: 288px;
    position: absolute;
    top: 18px; }

  header > .nav-toolbar > .nav-toolbar-left {
    left: 0; }

  header > .nav-toolbar > .nav-toolbar-right {
    right: 0; }

  header > .nav-toolbar > .nav-toolbar-center {
    left: 288px; }

  header > .nav-toolbar > .nav-toolbar-left > li,
  header > .nav-toolbar > .nav-toolbar-center > li {
    float: left;
    margin: 0 0 0 12px; }

  header > .nav-toolbar > .nav-toolbar-right > li {
    float: right;
    margin: 0 12px 0 0; }

  header #nav-toolbar-calendar:before,
  header #nav-toolbar-search:before {
    font-family: "risd_pictograms_regularRg";
    font-size: 18px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    margin: 0 6px 0 0; }

  header #nav-toolbar-calendar:before {
    content: "#"; }

  header #nav-toolbar-search:before {
    content: "↪"; }

  header > .nav-main {
    position: relative;
    width: 1008px;
    height: 84px;
    margin: 0 auto; }

  header > .nav-main > ul {
    position: absolute;
    width: 696px;
    right: 12px;
    border-top: 1px solid gainsboro; }

  header > .nav-main > ul > li {
    float: left;
    width: 120px;
    margin: 0 12px; }

  header > .nav-main > ul > li:first-child {
    margin-left: 0; }

  header > .nav-main > ul > li.first-child {
    /* IE fix */
    margin-left: 0; }

  header > .nav-main > ul > li:last-child {
    margin-right: 0; }

  header > .nav-main > ul > li.last-child {
    /* IE fix */
    margin-right: 0; }

  header > .nav-main > ul > li > a > h1 {
    font-family: "ArnhemPro-Bold", "Times", serif;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 12px 0 3px 0; }

  header > .nav-main > ul > li > a > p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #8c8c8c; }

  header > .nav-main > ul > li.is-current > a > p,
  header > .nav-main > ul > li > a:hover > p {
    color: #2c2828; }

  header #logo-graphic-wrapper {
    width: 984px;
    margin: 0 auto;
    position: relative; }

  header #logo-graphic-wrapper #logo {
    position: absolute;
    bottom: -108px;
    right: 80px;
    height: 87px;
    width: 130px;
    z-index: 2; }

  #mobile-info,
  #mobile-menu-toggle {
    display: none; } }
@media all and (max-width: 620px) {
  #mobile-info {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    position: absolute;
    top: 18px;
    right: 18px;
    left: 144px; }

  #mobile-info p {
    margin: 0 0 6px 0; }

  #mobile-info strong {
    font-weight: bold; }

  #mobile-menu-toggle {
    position: relative;
    display: block;
    width: 24px;
    height: 36px; }

  #mobile-menu-toggle span {
    display: none; }

  #mobile-menu-toggle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "risd_pictograms_regularRg";
    font-size: 18px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    font-size: 250%;
    content: "≣"; }

  #jPanelMenu-menu {
    background-color: gainsboro;
    padding: 24px; }

  #jPanelMenu-menu > li > h1 {
    font-family: 'Calibre-Semibold', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 6px 0; }

  #jPanelMenu-menu > li > ul {
    display: none; }

  .nav-toolbar,
  .nav-main,
  header > #logo-graphic-wrapper {
    display: none; } }
.no-csstransforms3d header #logo-graphic-wrapper #logo * {
  display: none;
  /* hide logo on IE */ }

.no-csstransforms3d header #logo-graphic-wrapper #logo {
  background-image: url("../elements/logo_fallback.png");
  width: 145px;
  height: 110px;
  top: 20px; }

/** HEADER */
#logo {
  background: none;
  position: relative;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 1.4s ease;
  -moz-transition: -webkit-transform 1.4s ease;
  -o-transition: -webkit-transform 1.4s ease;
  transition: -webkit-transform 1.4s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.wall {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.wall figure {
  display: block;
  position: absolute;
  line-height: 200px;
  font-size: 90px;
  text-align: center;
  font-weight: bold;
  color: white; }

.wall .front {
  background: black; }

.wall .back {
  background: black; }

.wall .right {
  background: black; }

.wall .left {
  background: black; }

.wall .top {
  background: black; }

.wall .bottom {
  background: black; }

.wall .front {
  -webkit-transform: translateZ(46px);
  -moz-transform: translateZ(46px);
  -o-transform: translateZ(46px);
  transform: translateZ(46px); }

.wall .back {
  -webkit-transform: rotateX(-180deg) translateZ(0);
  -moz-transform: rotateX(-180deg) translateZ(0);
  -o-transform: rotateX(-180deg) translateZ(0);
  transform: rotateX(-180deg) translateZ(0); }

.wall .right {
  -webkit-transform: rotateY(-90deg) translateX(23px);
  -moz-transform: rotateY(-90deg) translateX(23px);
  -o-transform: rotateY(-90deg) translateX(23px);
  transform: rotateY(-90deg) translateX(23px); }

.wall .left {
  -webkit-transform: rotateY(-90deg) translateX(23px);
  -moz-transform: rotateY(-90deg) translateX(23px);
  -o-transform: rotateY(-90deg) translateX(23px);
  transform: rotateY(-90deg) translateX(23px); }

.wall .top {
  -webkit-transform: rotateX(90deg) translateZ(0);
  -moz-transform: rotateX(90deg) translateZ(0);
  -o-transform: rotateX(90deg) translateZ(0);
  transform: rotateX(90deg) translateZ(0);
  -webkit-transform: rotateX(90deg) translateY(23px);
  -moz-transform: rotateX(90deg) translateY(23px);
  -o-transform: rotateX(90deg) translateY(23px);
  transform: rotateX(90deg) translateY(23px); }

.wall .bottom {
  -webkit-transform: rotateX(90deg) translateZ(0);
  -moz-transform: rotateX(90deg) translateZ(0);
  -o-transform: rotateX(90deg) translateZ(0);
  transform: rotateX(90deg) translateZ(0);
  -webkit-transform: rotateX(90deg) translateY(23px);
  -moz-transform: rotateX(90deg) translateY(23px);
  -o-transform: rotateX(90deg) translateY(23px);
  transform: rotateX(90deg) translateY(23px); }

#wall1 {
  left: 0;
  top: 31px; }

#wall1 .front {
  width: 4px;
  height: 68px; }

#wall1 .back {
  width: 4px;
  height: 68px; }

#wall1 .right {
  width: 46px;
  height: 68px;
  left: -20px; }

#wall1 .left {
  width: 46px;
  height: 68px;
  left: -23px; }

#wall1 .top {
  width: 4px;
  height: 46px;
  left: 0;
  top: -23px; }

#wall1 .bottom {
  width: 4px;
  height: 46px;
  left: 0;
  top: 45px; }

#wall2 {
  left: 13px;
  top: 3px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

#wall2 .front {
  width: 4px;
  height: 59px; }

#wall2 .back {
  width: 4px;
  height: 59px; }

#wall2 .right {
  width: 46px;
  height: 59px;
  left: -20px; }

#wall2 .left {
  width: 46px;
  height: 59px;
  left: -23px; }

#wall2 .top {
  width: 4px;
  height: 46px;
  left: 0;
  top: -23px; }

#wall2 .bottom {
  width: 4px;
  height: 46px;
  left: 0;
  top: 36px; }

#wall3 {
  left: 96px;
  top: 39px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

#wall3 .front {
  width: 4px;
  height: 51px; }

#wall3 .back {
  width: 4px;
  height: 51px; }

#wall3 .right {
  width: 46px;
  height: 51px;
  left: -19px; }

#wall3 .left {
  width: 46px;
  height: 51px;
  left: -23px; }

#wall3 .top {
  width: 4px;
  height: 46px;
  left: 0;
  top: -23px; }

#wall3 .bottom {
  width: 4px;
  height: 46px;
  left: 0;
  top: 28px; }

#wall4 {
  left: 126px;
  top: 0; }

#wall4 .front {
  width: 4px;
  height: 100px; }

#wall4 .back {
  width: 4px;
  height: 100px; }

#wall4 .right {
  width: 46px;
  height: 100px;
  left: -19px; }

#wall4 .left {
  width: 46px;
  height: 100px;
  left: -23px; }

#wall4 .top {
  width: 4px;
  height: 46px;
  left: 0;
  top: -22px; }

#wall4 .bottom {
  width: 4px;
  height: 46px;
  left: 0;
  top: 76px; }

#monogramme {
  color: black;
  font: 26px/24px "Calibre-Bold";
  position: absolute;
  left: -7px;
  top: 0; }

#r {
  position: absolute;
  left: 16px;
  top: 31px; }

#i {
  position: absolute;
  left: 72px;
  top: 31px; }

#s {
  position: absolute;
  left: 16px;
  top: 82px; }

#d {
  position: absolute;
  left: 68px;
  top: 82px; }

#logo.show-front {
  -webkit-transform: perspective(500);
  -moz-transform: perspective(500);
  -o-transform: perspective(500);
  transform: perspective(500); }

#logo.show-back {
  -webkit-transform: perspective(2200) rotateX(10deg) rotateY(-30deg);
  -moz-transform: perspective(2200) rotateX(10deg) rotateY(-30deg);
  -o-transform: perspective(2200) rotateX(10deg) rotateY(-30deg);
  transform: perspective(2200) rotateX(10deg) rotateY(-30deg); }

#logo.show-right {
  -webkit-transform: perspective(4800) rotateX(40deg) rotateY(20deg);
  -moz-transform: perspective(4800) rotateX(40deg) rotateY(20deg);
  -o-transform: perspective(4800) rotateX(40deg) rotateY(20deg);
  transform: perspective(4800) rotateX(40deg) rotateY(20deg); }

#logo.show-left {
  -webkit-transform: perspective(3000) rotateX(20deg) rotateY(-5deg);
  -moz-transform: perspective(3000) rotateX(20deg) rotateY(-5deg);
  -o-transform: perspective(3000) rotateX(20deg) rotateY(-5deg);
  transform: perspective(3000) rotateX(20deg) rotateY(-5deg); }

#logo.show-top {
  -webkit-transform: perspective(3300) rotateX(50deg) rotateY(-15deg);
  -moz-transform: perspective(3300) rotateX(50deg) rotateY(-15deg);
  -o-transform: perspective(3300) rotateX(50deg) rotateY(-15deg);
  transform: perspective(3300) rotateX(50deg) rotateY(-15deg); }

#logo.show-bottom {
  -webkit-transform: perspective(1300) rotateX(-20deg) rotateY(-5deg);
  -moz-transform: perspective(1300) rotateX(-20deg) rotateY(-5deg);
  -o-transform: perspective(1300) rotateX(-20deg) rotateY(-5deg);
  transform: perspective(1300) rotateX(-20deg) rotateY(-5deg); }

/** RISD MUSEUM LOGO */
.logo {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  line-height: 42px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

@media all and (max-width: 620px) {
  .logo {
    margin: 72px 0 6px 0;
    padding: 0 12px; } }
.lt-ie9 .logo {
  width: 288px;
  padding: 0 720px 6px 24px;
  margin: 0 auto 0 auto; }

@media all and (min-width: 621px) {
  .logo {
    width: 288px;
    padding: 0 720px 6px 24px;
    margin: 0 auto 0 auto; } }
/** FOR CREATING VERTICAL SEPARATION */
hr {
  border: none;
  background: none;
  margin: 0 0 96px 0; }

hr.half {
  border: none;
  background: none;
  margin: 0 0 48px 0; }

hr.quarter {
  border: none;
  background: none;
  margin: 0 0 24px 0; }

/** SECTION BLOCKS */
.section {
  overflow: hidden;
  position: relative; }

.section > .wrapper {
  position: relative; }

/* desktop only */
.lt-ie9 .section > .wrapper {
  max-width: 1008px;
  margin: 0 auto; }

@media all and (min-width: 621px) {
  .section > .wrapper {
    max-width: 1008px;
    margin: 0 auto; } }
/** SECTION TITLES */
.section-title {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  line-height: 42px;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 12px auto; }

.section > .wrapper > .section-title {
  z-index: 2;
  color: white;
  margin: 12px 24px; }

.section-subtitle {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 12px auto; }

.section > .wrapper > .section-subtitle {
  z-index: 2;
  color: white;
  margin: 0; }

.section > .wrapper > .section-inset-title {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: white; }

.section > .wrapper > .section-inset-switcher {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: white; }

.section > .wrapper > .section-inset-switcher > li {
  display: inline; }

.section > .wrapper > .section-inset-switcher > li:after {
  content: "|";
  margin: 0 6px 0 7.5px; }

.section > .wrapper > .section-inset-switcher > li:last-child:after {
  content: none; }

@media all and (max-width: 620px) {
  .section-title {
    margin: 96px 12px 6px 12px; }

  .section > .wrapper > .section-title {
    z-index: 2;
    color: white;
    margin: 6px 12px 12px 12px; }

  .section-subtitle {
    margin: 96px 12px 6px 12px; }

  .section > .wrapper > .section-subtitle {
    margin: 0 12px 6px 12px; }

  .section > .wrapper > .section-inset-title,
  .section > .wrapper > .section-inset-switcher {
    margin: 24px 12px 6px 12px; } }
.lt-ie9 .section-title {
  width: 984px; }
.lt-ie9 .section > .wrapper > .section-title {
  position: absolute;
  top: 6px;
  left: 12px;
  margin: 0;
  width: 1008px; }
.lt-ie9 .section-subtitle {
  width: 984px; }
.lt-ie9 .section > .wrapper > .section-subtitle {
  position: absolute;
  top: 48px;
  left: 12px;
  width: 288px; }
.lt-ie9 .section > .wrapper > .section-inset-title {
  margin: 24px 0 0 12px; }
.lt-ie9 .section > .wrapper > .section-inset-switcher {
  margin: 24px 0 0 12px; }

@media all and (min-width: 621px) {
  .section-title {
    width: 984px; }

  .section > .wrapper > .section-title {
    position: absolute;
    top: 6px;
    left: 12px;
    margin: 0;
    width: 1008px; }

  .section-subtitle {
    width: 984px; }

  .section > .wrapper > .section-subtitle {
    position: absolute;
    top: 48px;
    left: 12px;
    width: 288px; }

  .section > .wrapper > .section-inset-title {
    margin: 24px 0 0 12px; }

  .section > .wrapper > .section-inset-switcher {
    margin: 24px 0 0 12px; } }
/** SECTION INLINE/VERTICAL NAV LINKS */
.section-nav-links,
.section-feature-links {
  font-family: 'Calibre-Bold', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  color: white; }

.section-nav-links a:before,
.section-feature-links a:before {
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  content: '▶';
  font-size: 80%;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px; }

.section-nav-links a:hover,
.section-feature-links a:hover {
  color: black; }

@media all and (max-width: 620px) {
  .section-nav-links,
  .section-feature-links {
    margin: 0 12px 12px 12px; } }
.lt-ie9 .section-nav {
  height: 96px; }
.lt-ie9 .section-nav-expanded {
  height: 162px; }
.lt-ie9 .section-nav-links,
.lt-ie9 .section-feature-links {
  position: absolute;
  top: 60px;
  left: 12px;
  z-index: 3; }
.lt-ie9 .section-nav-links li {
  float: left; }
.lt-ie9 .section-nav-links li,
.lt-ie9 .section-feature-links li {
  margin: 0 18px 6px 0; }
.lt-ie9 .section-feature-links {
  left: 24px;
  text-indent: -12px;
  width: 216px; }

@media all and (min-width: 621px) {
  .section-nav {
    height: 96px; }

  .section-nav-expanded {
    height: 162px; }

  .section-nav-links,
  .section-feature-links {
    position: absolute;
    top: 60px;
    left: 12px;
    z-index: 3; }

  .section-nav-links li {
    float: left; }

  .section-nav-links li,
  .section-feature-links li {
    margin: 0 18px 6px 0; }

  .section-feature-links {
    left: 24px;
    text-indent: -12px;
    width: 216px; } }
/** SECTION DEK, deprecated for now */
.section .section-dek {
  display: none; }

@media all and (max-width: 620px) {
  .section .section-dek {
    display: none; } }
.lt-ie9 .section .section-dek {
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: absolute;
  top: 12px;
  left: 288px;
  width: 432px; }

@media all and (min-width: 621px) {
  .section .section-dek {
    font-family: "ArnhemPro-Bold", "Times", serif;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: white;
    position: absolute;
    top: 12px;
    left: 288px;
    width: 432px; } }
/** SECTION DROPDOWN */
.section-dropdown .section-dropdown-title {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: white;
  margin: 0 0 6px 0; }

.section-dropdown-select {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: white;
  border: 1px solid white;
  padding: 3px 6px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 6px 6px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 6px 6px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 6px 6px rgba(255, 255, 255, 0.3); }

.section-dropdown-select:after {
  content: "▼";
  font-size: 75%; }

@media all and (max-width: 620px) {
  .section-dropdown {
    padding: 6px 12px 24px 12px; } }
.lt-ie9 .section-dropdown {
  /*
  position: absolute;
  top: ($spacing * 6);
  left: $col * 5 + $gutter;
  width: $col * 5;
  z-index: 999;
  */ }
.lt-ie9 .section-dropdown-select {
  margin: 0 6px 0 0; }
.lt-ie9 .section-nav-expanded .section-dropdown {
  position: absolute;
  top: 102px;
  left: 12px;
  width: 720px;
  /* z-index: 999; */ }

@media all and (min-width: 621px) {
  .section-dropdown {
    /*
    position: absolute;
    top: ($spacing * 6);
    left: $col * 5 + $gutter;
    width: $col * 5;
    z-index: 999;
    */ }

  .section-dropdown-select {
    margin: 0 6px 0 0; }

  .section-nav-expanded .section-dropdown {
    position: absolute;
    top: 102px;
    left: 12px;
    width: 720px;
    /* z-index: 999; */ } }
/** SECTION LEFT/RIGHT PANELS */
.section-panel {
  color: white;
  padding: 24px 0; }

.section-panel-inset {
  -moz-box-shadow: inset 0px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 10px 5px rgba(0, 0, 0, 0.2); }

.section-panel-left-1 > h1,
.section-panel-left-2 > h1,
.section-panel-left-3 > h1,
.section-panel-left-4 > h1,
.section-panel-left-5 > h1,
.section-panel-right-1 > h1,
.section-panel-right-2 > h1,
.section-panel-right-3 > h1,
.section-panel-right-4 > h1,
.section-panel-right-5 > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

.section-panel .sep {
  margin: 0 6px; }

@media all and (max-width: 620px) {
  .section-panel .tags {
    padding: 0 12px; }

  .section-panel-left-1 > h1,
  .section-panel-left-2 > h1,
  .section-panel-left-3 > h1,
  .section-panel-left-4 > h1,
  .section-panel-left-5 > h1,
  .section-panel-right-1 > h1,
  .section-panel-right-2 > h1,
  .section-panel-right-3 > h1,
  .section-panel-right-4 > h1,
  .section-panel-right-5 > h1 {
    padding: 24px 12px; } }
.lt-ie9 .section-panel {
  overflow: hidden; }
.lt-ie9 .section-panel-left-1 {
  float: left;
  width: 144px; }
.lt-ie9 .section-panel-left-2 {
  float: left;
  width: 288px; }
.lt-ie9 .section-panel-left-3 {
  float: left;
  width: 432px; }
.lt-ie9 .section-panel-left-4 {
  float: left;
  width: 576px; }
.lt-ie9 .section-panel-left-5 {
  float: left;
  width: 720px; }
.lt-ie9 .section-panel-right-1 {
  float: left;
  width: 144px; }
.lt-ie9 .section-panel-right-2 {
  float: right;
  width: 288px; }
.lt-ie9 .section-panel-right-3 {
  float: left;
  width: 432px; }
.lt-ie9 .section-panel-right-4 {
  float: left;
  width: 576px; }
.lt-ie9 .section-panel-right-5 {
  float: left;
  width: 720px; }
.lt-ie9 .section-panel .tags {
  padding: 0 12px; }
.lt-ie9 .section-panel .dek {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  padding: 0 12px;
  margin: -12px 0 0 0;
  -webkit-font-smoothing: antialiased; }
.lt-ie9 .section-panel .dek a:after {
  content: "›"; }
.lt-ie9 .section-panel-left-1 > h1,
.lt-ie9 .section-panel-left-2 > h1,
.lt-ie9 .section-panel-left-3 > h1,
.lt-ie9 .section-panel-left-4 > h1,
.lt-ie9 .section-panel-left-5 > h1,
.lt-ie9 .section-panel-right-1 > h1,
.lt-ie9 .section-panel-right-2 > h1,
.lt-ie9 .section-panel-right-3 > h1,
.lt-ie9 .section-panel-right-4 > h1,
.lt-ie9 .section-panel-right-5 > h1 {
  padding: 0 12px 24px 12px; }

@media all and (min-width: 621px) {
  .section-panel {
    overflow: hidden; }

  .section-panel-left-1 {
    float: left;
    width: 144px; }

  .section-panel-left-2 {
    float: left;
    width: 288px; }

  .section-panel-left-3 {
    float: left;
    width: 432px; }

  .section-panel-left-4 {
    float: left;
    width: 576px; }

  .section-panel-left-5 {
    float: left;
    width: 720px; }

  .section-panel-right-1 {
    float: left;
    width: 144px; }

  .section-panel-right-2 {
    float: right;
    width: 288px; }

  .section-panel-right-3 {
    float: left;
    width: 432px; }

  .section-panel-right-4 {
    float: left;
    width: 576px; }

  .section-panel-right-5 {
    float: left;
    width: 720px; }

  .section-panel .tags {
    padding: 0 12px; }

  .section-panel .dek {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    padding: 0 12px;
    margin: -12px 0 0 0;
    -webkit-font-smoothing: antialiased; }

  .section-panel .dek a:after {
    content: "›"; }

  .section-panel-left-1 > h1,
  .section-panel-left-2 > h1,
  .section-panel-left-3 > h1,
  .section-panel-left-4 > h1,
  .section-panel-left-5 > h1,
  .section-panel-right-1 > h1,
  .section-panel-right-2 > h1,
  .section-panel-right-3 > h1,
  .section-panel-right-4 > h1,
  .section-panel-right-5 > h1 {
    padding: 0 12px 24px 12px; } }
/** SECTION FEATURED ITEMS */
.section-feature-item > header > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px; }

.section-feature-item > header > h2 {
  font-family: "ArnhemPro-SemiBold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px; }

.section-feature-item > header > h3 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold; }

.section-feature-item > .img-wrapper .caption {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  /* font-style: italic; */ }

.section-feature-item > .img-wrapper .caption em {
  font-style: italic; }

.section-feature-items > li {
  display: none; }

.section-feature-items > li.is-current {
  display: block; }

.section-feature-item > .img-wrapper img {
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.2); }

@media all and (max-width: 620px) {
  .section-feature-item {
    z-index: 1; }

  .section-feature-item header {
    padding: 0 12px 36px 12px; }

  .section-feature-item > .img-wrapper {
    margin: 0 12px; }

  .section-feature-item > .img-wrapper .caption {
    display: none; }

  .section-feature-item > .img-wrapper img {
    width: 100%;
    margin: 0 0 24px 0; } }
.lt-ie9 .section-feature-items {
  position: relative;
  height: 480px; }
.lt-ie9 .section-feature-item {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 1008px;
  height: 480px; }
.lt-ie9 .section-feature-items > li img {
  opacity: 0; }
.lt-ie9 .section-feature-items > li.is-current img {
  opacity: 1; }
.lt-ie9 .section-feature-item > header {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 288px; }
.lt-ie9 .section-feature-item > header > h1 {
  padding: 0 12px; }
.lt-ie9 .section-feature-item > header > h2 {
  padding: 0 12px; }
.lt-ie9 .section-feature-item > header > h3 {
  padding: 0 12px; }
.lt-ie9 .section-feature-item > .img-wrapper {
  position: relative;
  bottom: 0;
  left: 288px;
  height: 480px;
  width: 720px; }
.lt-ie9 .section-feature-item > .img-wrapper img {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 0px; }
.lt-ie9 .section-feature-item > .img-wrapper .caption {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 12px;
  width: 120px; }

@media all and (min-width: 621px) {
  .section-feature-items {
    position: relative;
    height: 480px; }

  .section-feature-item {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1008px;
    height: 480px; }

  .section-feature-items > li img {
    opacity: 0; }

  .section-feature-items > li.is-current img {
    opacity: 1; }

  .section-feature-item > header {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 288px; }

  .section-feature-item > header > h1 {
    padding: 0 12px; }

  .section-feature-item > header > h2 {
    padding: 0 12px; }

  .section-feature-item > header > h3 {
    padding: 0 12px; }

  .section-feature-item > .img-wrapper {
    position: relative;
    bottom: 0;
    left: 288px;
    height: 480px;
    width: 720px; }

  .section-feature-item > .img-wrapper img {
    position: absolute;
    z-index: 2;
    left: 12px;
    bottom: 0px; }

  .section-feature-item > .img-wrapper .caption {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 12px;
    width: 120px; } }
/** SECTION NEXT/PREV NAVIGATION */
@media all and (max-width: 620px) {
  .section-prev,
  .section-next {
    display: none; } }
.lt-ie9 .section-prev,
.lt-ie9 .section-next {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.1); }
.lt-ie9 .section-prev:hover,
.lt-ie9 .section-next:hover {
  background-color: rgba(0, 0, 0, 0.2); }
.lt-ie9 .section-prev span,
.lt-ie9 .section-next span {
  display: none; }
.lt-ie9 .section-prev {
  left: 0px; }
.lt-ie9 .section-next {
  right: 0px; }
.lt-ie9 .section-prev:after {
  position: absolute;
  top: 50%;
  left: 35%;
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  content: "◀";
  color: white; }
.lt-ie9 .section-next:after {
  position: absolute;
  top: 50%;
  left: 40%;
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  content: "▶";
  color: white; }

@media all and (min-width: 621px) {
  .section-prev,
  .section-next {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.1); }

  .section-prev:hover,
  .section-next:hover {
    background-color: rgba(0, 0, 0, 0.2); }

  .section-prev span,
  .section-next span {
    display: none; }

  .section-prev {
    left: 0px; }

  .section-next {
    right: 0px; }

  .section-prev:after {
    position: absolute;
    top: 50%;
    left: 35%;
    font-family: "risd_pictograms_regularRg";
    font-size: 18px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    content: "◀";
    color: white; }

  .section-next:after {
    position: absolute;
    top: 50%;
    left: 40%;
    font-family: "risd_pictograms_regularRg";
    font-size: 18px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    content: "▶";
    color: white; } }
/** SECTION DOT INDICATOR */
.section-feature-marker {
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin: 6px 0 0 0; }

.section-feature-marker span {
  margin: 0 2px; }

@media all and (max-width: 620px) {
  .section-feature-marker {
    display: none; } }
/** SECTIONS IN HEADER */
.section-toolbar-target {
  margin: 0 0 -1px 0;
  z-index: 2;
  display: none; }

.lt-ie9 .section-toolbar-target.is-open {
  display: block; }

@media all and (min-width: 621px) {
  .section-toolbar-target.is-open {
    display: block; } }
/** VISITOR SETS */
.sets {
  color: white; }

.sets > li > a > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  width: 144px; }

.sets > li > a > h2 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px; }

.sets > li > a > h3 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  left: 12px;
  bottom: 18px; }

.sets > li > a > h3 > span {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  display: block; }

.sets > li > a > ul {
  position: absolute;
  top: 18px;
  left: 180px; }

.sets > li > a > ul > li {
  position: absolute;
  top: 0;
  left: 0; }

.sets > li > a > ul > li > img {
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.2); }

.sets > li > a > ul > li:nth-child(1) > img {
  margin: 6px; }

.sets > li > a > ul > li:nth-child(2) > img {
  margin: 42px; }

@media all and (max-width: 620px) {
  .sets {
    margin: 24px 12px 12px 12px; }

  .sets > li {
    display: none; }

  .sets > li.is-current {
    display: block;
    position: relative;
    height: 192px; }

  .sets > li > a {
    display: block;
    position: relative;
    height: 192px;
    padding: 12px; }

  .sets > li > a > h3 {
    left: 12px; }

  .sets > li > a > ul {
    display: none;
    left: auto;
    right: 12px; }

  .sets > li > a > h3 {
    left: 12px; } }
.lt-ie9 .sets {
  overflow: hidden;
  width: 3456px; }
.lt-ie9 .sets > li {
  width: 432px;
  height: 192px;
  float: left;
  position: relative; }
.lt-ie9 .sets > li > a > h1,
.lt-ie9 .sets > li > a > h2 {
  padding: 0 0 0 12px; }
.lt-ie9 .sets > li > a > h1 {
  width: 156px;
  margin: 18px 0 0 0; }

@media all and (min-width: 621px) {
  .sets {
    overflow: hidden;
    width: 3456px; }

  .sets > li {
    width: 432px;
    height: 192px;
    float: left;
    position: relative; }

  .sets > li > a > h1,
  .sets > li > a > h2 {
    padding: 0 0 0 12px; }

  .sets > li > a > h1 {
    width: 156px;
    margin: 18px 0 0 0; } }
/** COLLECTIONS */
.collections > li {
  border-top: 1px solid #8c8c8c; }

.collections > li > a > .wrapper > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  color: white; }

.collections > li > a:hover > .wrapper > h1 {
  color: #8c8c8c; }

@media all and (max-width: 620px) {
  .collections > li > a > .wrapper > h1 {
    margin: 18px 12px 36px 12px; }

  .collections > li > a > .wrapper > ul {
    display: none; } }
.lt-ie9 .collections > li {
  overflow: hidden;
  height: 144px; }
.lt-ie9 .collections > li > a > .wrapper {
  width: 984px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
.lt-ie9 .collections > li > a > .wrapper > ul {
  margin-left: 288px; }
.lt-ie9 .collections > li > a > .wrapper > ul > li {
  display: table-cell;
  vertical-align: bottom;
  padding: 18px 0 0 0; }
.lt-ie9 .collections > li > a > .wrapper > ul > li > img {
  display: block;
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.2);
  margin-right: -40px; }
.lt-ie9 .collections > li > a > .wrapper > h1 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 216px; }

@media all and (min-width: 621px) {
  .collections > li {
    overflow: hidden;
    height: 144px; }

  .collections > li > a > .wrapper {
    width: 984px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }

  .collections > li > a > .wrapper > ul {
    margin-left: 288px; }

  .collections > li > a > .wrapper > ul > li {
    display: table-cell;
    vertical-align: bottom;
    padding: 18px 0 0 0; }

  .collections > li > a > .wrapper > ul > li > img {
    display: block;
    box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.2);
    margin-right: -40px; }

  .collections > li > a > .wrapper > h1 {
    position: absolute;
    top: 12px;
    left: 0;
    width: 216px; } }
/** RELATED OBJECTS */
.objects-set > li > a {
  position: relative;
  display: block; }

.objects-set > li > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.2); }

.objects-set > li > a > .img-info {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none; }

@media all and (max-width: 620px) {
  .objects {
    margin: 0;
    padding: 48px 0;
    height: 204px; }

  .objects-set > li {
    display: none; }

  .objects-set > li.is-current {
    display: block;
    width: 100%;
    height: 100%; }

  .objects-set > li > a {
    display: block;
    width: 100%;
    height: 204px; } }
.lt-ie9 {
  /*
  .objects-set > li > a:hover > .img-info:after {
  	content: "+";
  	@include font-icons;
  	color: rgb(255, 255, 255);
  	position: absolute;
  	top: 0;
  	right: 0;
  	padding: $gutter;
  	font-size: 150%;
  }
  .objects-set > li > a:hover > .img-info.img-added:after {
  	content: "√";
  }
  */ }
  .lt-ie9 .objects {
    overflow: hidden;
    /* width: ($col * 6) * 3; */ }
  .lt-ie9 .objects-set {
    width: 864px;
    float: left; }
  .lt-ie9 .objects-set > li {
    float: left;
    width: 288px;
    height: 204px;
    margin: 36px 0 48px 0; }
  .lt-ie9 .objects-set > li > a {
    position: relative;
    display: block;
    width: 288px;
    height: 204px; }
  .lt-ie9 .objects-set > li > a > img {
    max-width: 216px;
    max-height: 204px; }
  .lt-ie9 .objects-set > li > a:hover > .img-info {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden; }
  .lt-ie9 .objects-set > li > a:hover > .img-info > p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-style: italic;
    color: white;
    -webkit-font-smoothing: antialiased;
    padding: 12px;
    position: absolute;
    bottom: 0px;
    max-width: 144px; }

@media all and (min-width: 621px) {
  .objects {
    overflow: hidden;
    /* width: ($col * 6) * 3; */ }

  .objects-set {
    width: 864px;
    float: left; }

  .objects-set > li {
    float: left;
    width: 288px;
    height: 204px;
    margin: 36px 0 48px 0; }

  .objects-set > li > a {
    position: relative;
    display: block;
    width: 288px;
    height: 204px; }

  .objects-set > li > a > img {
    max-width: 216px;
    max-height: 204px; }

  .objects-set > li > a:hover > .img-info {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden; }

  .objects-set > li > a:hover > .img-info > p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-style: italic;
    color: white;
    -webkit-font-smoothing: antialiased;
    padding: 12px;
    position: absolute;
    bottom: 0px;
    max-width: 144px; }

  /*
  .objects-set > li > a:hover > .img-info:after {
  	content: "+";
  	@include font-icons;
  	color: rgb(255, 255, 255);
  	position: absolute;
  	top: 0;
  	right: 0;
  	padding: $gutter;
  	font-size: 150%;
  }
  .objects-set > li > a:hover > .img-info.img-added:after {
  	content: "√";
  }
  */ }
/** EXHIBITIONS */
.exhibitions {
  color: white; }

.exhibitions > li {
  margin: 24px 0 0 0; }

.exhibitions > li > a > img {
  display: block;
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.2); }

.exhibitions > li > a > h1 {
  font-family: "ArnhemPro-SemiBold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.exhibitions > li > a > h2 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased; }

@media all and (max-width: 620px) {
  .exhibitions > li {
    display: none; }

  .exhibitions > li.is-current {
    display: block; }

  .exhibitions > li > a {
    display: block;
    padding: 24px 12px 36px 12px; }

  .exhibitions > li > a > img {
    width: 100%;
    margin: 0 0 24px 0; }

  .exhibitions > li > a > h1 {
    margin: 0 0 6px 0; } }
.lt-ie9 .exhibitions {
  overflow: hidden;
  width: 3456px; }
.lt-ie9 .exhibitions > li {
  width: 288px;
  float: left;
  position: relative; }
.lt-ie9 .exhibitions > li > a > img {
  width: 264px;
  margin: 0 12px 24px 12px; }
.lt-ie9 .exhibitions > li > a > h1 {
  margin: 0 12px 6px 12px; }
.lt-ie9 .exhibitions > li > a > h2 {
  margin: 0 12px 36px 12px; }

@media all and (min-width: 621px) {
  .exhibitions {
    overflow: hidden;
    width: 3456px; }

  .exhibitions > li {
    width: 288px;
    float: left;
    position: relative; }

  .exhibitions > li > a > img {
    width: 264px;
    margin: 0 12px 24px 12px; }

  .exhibitions > li > a > h1 {
    margin: 0 12px 6px 12px; }

  .exhibitions > li > a > h2 {
    margin: 0 12px 36px 12px; } }
/** GENERIC NAVIGATION BLOCKS */
.blocks-set > li > a > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased; }

.blocks-set > li > a > h2 {
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.blocks-set > li > a > span {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold; }

@media all and (max-width: 620px) {
  .blocks {
    margin: 24px 12px; }

  .blocks-set > li {
    margin: 0 0 36px 0; }

  .blocks-set > li > a > img {
    width: 100%;
    margin: 0 0 12px 0; }

  .blocks-set > li > a > h1,
  .blocks-set > li > a > h2,
  .blocks-set > li > a > h3,
  .blocks-set > li > a > span {
    margin: 0 0 6px 0; } }
.lt-ie9 .blocks {
  overflow: hidden;
  width: 2016px; }
.lt-ie9 .blocks-set {
  width: 1008px;
  float: left; }
.lt-ie9 .blocks-set > li {
  float: left;
  width: 504px;
  height: 204px;
  margin: 36px 0 48px 0; }
.lt-ie9 .blocks-set > li > a {
  position: relative; }
.lt-ie9 .blocks-set > li > a > h1,
.lt-ie9 .blocks-set > li > a > h2,
.lt-ie9 .blocks-set > li > a > h3,
.lt-ie9 .blocks-set > li > a > span {
  display: block;
  margin: 0 12px 6px 300px; }
.lt-ie9 .blocks-set > li > a > img {
  position: absolute;
  top: 0;
  left: 12px;
  width: 264px; }

@media all and (min-width: 621px) {
  .blocks {
    overflow: hidden;
    width: 2016px; }

  .blocks-set {
    width: 1008px;
    float: left; }

  .blocks-set > li {
    float: left;
    width: 504px;
    height: 204px;
    margin: 36px 0 48px 0; }

  .blocks-set > li > a {
    position: relative; }

  .blocks-set > li > a > h1,
  .blocks-set > li > a > h2,
  .blocks-set > li > a > h3,
  .blocks-set > li > a > span {
    display: block;
    margin: 0 12px 6px 300px; }

  .blocks-set > li > a > img {
    position: absolute;
    top: 0;
    left: 12px;
    width: 264px; } }
/** FULL WIDTH IMAGE */
.image-full img {
  display: block;
  margin: 0 12px 12px 12px; }

.image-full .caption {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 0 12px; }

.image-full .caption em {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-style: italic; }

.image-full .caption strong {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold; }

@media all and (max-width: 620px) {
  .image-full img {
    margin: 0 0 12px 0;
    max-width: 100%; } }
/** GOOGLE MAP */
.map-full {
  width: 100%; }

@media all and (max-width: 620px) {
  .map-full {
    height: 288px; } }
.lt-ie9 .map-full {
  height: 432px; }

@media all and (min-width: 621px) {
  .map-full {
    height: 432px; } }
/** CALENDAR MINI */
.calendar-mini > li {
  position: relative; }

.calendar-mini-button {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  padding: 6px;
  border-radius: 3px;
  margin: 0 6px 9px 12px;
  border: 1px solid white;
  color: white; }

.calendar-mini-button:hover {
  background-color: white;
  color: #2c2828;
  cursor: pointer; }

@media all and (max-width: 620px) {
  .calendar-mini {
    margin: 0 12px; }

  .calendar-mini > li {
    margin: 0 0 72px 0; }

  .calendar-mini > li > a > h1 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    margin-right: 156px; }

  .calendar-mini > li > a > h2,
  .calendar-mini > li > a > h3 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    margin-right: 156px; }

  .calendar-mini > li > a > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 144px; } }
.lt-ie9 .calendar-mini {
  overflow: hidden; }
.lt-ie9 .calendar-mini > li {
  float: left;
  width: 288px;
  height: 120px;
  margin: 0 0 12px 0; }
.lt-ie9 .calendar-mini > li > a > h1 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold; }
.lt-ie9 .calendar-mini > li > a:hover > h1 {
  text-decoration: underline; }
.lt-ie9 .calendar-mini > li > a > h2,
.lt-ie9 .calendar-mini > li > a > h3 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  font-style: italic; }
.lt-ie9 .calendar-mini > li > a > img {
  position: absolute;
  top: 0;
  right: 12px;
  width: 120px; }
.lt-ie9 .calendar-mini > li > a > h1,
.lt-ie9 .calendar-mini > li > a > h2,
.lt-ie9 .calendar-mini > li > a > h3 {
  padding: 0 168px 0 12px; }
.lt-ie9 .calendar-mini-knockout > li > a > h1,
.lt-ie9 .calendar-mini-knockout > li > a > h2,
.lt-ie9 .calendar-mini-knockout > li > a > h3 {
  color: white;
  -webkit-font-smoothing: antialiased; }

@media all and (min-width: 621px) {
  .calendar-mini {
    overflow: hidden; }

  .calendar-mini > li {
    float: left;
    width: 288px;
    height: 120px;
    margin: 0 0 12px 0; }

  .calendar-mini > li > a > h1 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold; }

  .calendar-mini > li > a:hover > h1 {
    text-decoration: underline; }

  .calendar-mini > li > a > h2,
  .calendar-mini > li > a > h3 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    font-style: italic; }

  .calendar-mini > li > a > img {
    position: absolute;
    top: 0;
    right: 12px;
    width: 120px; }

  .calendar-mini > li > a > h1,
  .calendar-mini > li > a > h2,
  .calendar-mini > li > a > h3 {
    padding: 0 168px 0 12px; }

  .calendar-mini-knockout > li > a > h1,
  .calendar-mini-knockout > li > a > h2,
  .calendar-mini-knockout > li > a > h3 {
    color: white;
    -webkit-font-smoothing: antialiased; } }
/** CALENDAR ITEMS */
.calendar-list > li {
  margin: 0 0 12px 0; }

@media all and (max-width: 620px) {
  .calendar-list {
    margin: 0 12px; }

  .calendar-list > li > a > h1 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold; }

  .calendar-list > li > a > h2,
  .calendar-list > li > a > h3 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    font-style: italic; } }
.lt-ie9 .calendar-list {
  overflow: hidden; }
.lt-ie9 .calendar-list > li {
  float: left;
  width: 144px;
  -webkit-font-smoothing: antialiased; }
.lt-ie9 .calendar-list > li > a > h1,
.lt-ie9 .calendar-list > li > a > h2,
.lt-ie9 .calendar-list > li > a > h3 {
  padding: 0 12px; }
.lt-ie9 .calendar-list > li > a > h1 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold; }
.lt-ie9 .calendar-list > li > a:hover > h1 {
  text-decoration: underline; }
.lt-ie9 .calendar-list > li > a > h2,
.lt-ie9 .calendar-list > li > a > h3 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  font-style: italic; }
.lt-ie9 .calendar-list > li > a > img {
  display: block;
  width: 120px;
  padding: 0 12px;
  margin: 0 0 6px 0; }

@media all and (min-width: 621px) {
  .calendar-list {
    overflow: hidden; }

  .calendar-list > li {
    float: left;
    width: 144px;
    -webkit-font-smoothing: antialiased; }

  .calendar-list > li > a > h1,
  .calendar-list > li > a > h2,
  .calendar-list > li > a > h3 {
    padding: 0 12px; }

  .calendar-list > li > a > h1 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold; }

  .calendar-list > li > a:hover > h1 {
    text-decoration: underline; }

  .calendar-list > li > a > h2,
  .calendar-list > li > a > h3 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    font-style: italic; }

  .calendar-list > li > a > img {
    display: block;
    width: 120px;
    padding: 0 12px;
    margin: 0 0 6px 0; } }
/** CALENDAR ITEMS WITH IMAGES */
.calendar-expanded-row > ul > li > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 18px; }

.calendar-function,
.calendar-label {
  border: 1px solid gainsboro;
  padding: 6px 9px;
  display: block;
  border-radius: 3px; }

.calendar-label {
  margin-top: -6px;
  background-color: black;
  color: white;
  border: 1px solid black; }

@media all and (max-width: 620px) {
  .calendar-expanded-row {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px; }

  .calendar-expanded-row > ul > li {
    border-top: 1px solid gainsboro;
    padding: 12px 0 24px 0; }

  .calendar-expanded-row > ul > li > h1 {
    margin: 0 12px 0 12px; }

  .calendar-expanded-row > ul > li > h2 {
    margin: 0 12px 6px 12px; }

  .calendar-function {
    margin: 6px 12px; }

  .calendar-label {
    margin: 6px 0; } }
.lt-ie9 .calendar-expanded-row {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
  border-top: 1px solid gainsboro;
  margin: 0 0 36px 0; }
.lt-ie9 .calendar-expanded-row > ul {
  width: 1008px;
  margin: 0 auto; }
.lt-ie9 .calendar-expanded-row > ul > li {
  float: left;
  width: 144px;
  position: relative; }
.lt-ie9 .calendar-expanded-row > ul > li > h1 {
  border-left: 1px solid black;
  padding: 12px 0 0 12px;
  margin: 0 0 6px 0; }
.lt-ie9 .calendar-expanded-row > ul > li > h2 {
  line-height: 16px;
  position: absolute;
  top: 12px;
  left: 36px; }
.lt-ie9 .calendar-function,
.lt-ie9 .calendar-label {
  margin: 0 12px; }

@media all and (min-width: 621px) {
  .calendar-expanded-row {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    overflow: hidden;
    border-top: 1px solid gainsboro;
    margin: 0 0 36px 0; }

  .calendar-expanded-row > ul {
    width: 1008px;
    margin: 0 auto; }

  .calendar-expanded-row > ul > li {
    float: left;
    width: 144px;
    position: relative; }

  .calendar-expanded-row > ul > li > h1 {
    border-left: 1px solid black;
    padding: 12px 0 0 12px;
    margin: 0 0 6px 0; }

  .calendar-expanded-row > ul > li > h2 {
    line-height: 16px;
    position: absolute;
    top: 12px;
    left: 36px; }

  .calendar-function,
  .calendar-label {
    margin: 0 12px; } }
/** BIG SEARCH FIELD */
.search input[type=text] {
  margin: -12px 0 0 0;
  padding: 21px 18px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold; }

.search input[type=submit] {
  padding: 24px 18px; }

.search-knockout,
.search-knockout input[type=text],
.search-knockout input[type=submit] {
  color: white; }

.search-knockout input[type=text] {
  border: 1px solid white; }

.search-knockout ::-webkit-input-placeholder {
  color: white; }

.search-knockout :-moz-placeholder {
  color: white; }

.search-knockout ::-moz-placeholder {
  color: white; }

.search-knockout :-ms-input-placeholder {
  color: white; }

@media all and (max-width: 620px) {
  .search {
    margin: 0 12px; } }
.lt-ie9 .search {
  margin: 0 12px; }

@media all and (min-width: 621px) {
  .search {
    margin: 0 12px; } }
/** TAGS */
.tags {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  margin: -12px 0 0 0; }

.sidebar .tags {
  margin: 0; }

.tags li {
  display: inline-block;
  padding: 6px;
  border-radius: 3px;
  margin: 0 6px 9px 0;
  border: 1px solid #2c2828; }

.tags li:hover {
  background-color: #2c2828;
  color: white; }

.tags-knockout li {
  border: 1px solid white; }

.tags-knockout li:hover {
  background-color: white;
  color: #2c2828; }

/** BUTTONS (FOR SIGN-IN IN HEADER) */
.buttons {
  margin: -12px 0 0 0;
  padding: 0 12px; }

.buttons li {
  -moz-box-shadow: inset 0 24px 36px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 24px 36px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 24px 36px rgba(255, 255, 255, 0.1);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 6px 9px 0;
  padding: 21px 18px;
  border-radius: 6px; }

.buttons-knockout li {
  border: 1px solid white; }

.buttons li a:after {
  margin-left: 9px; }

/** SIDEBAR LAYOUT FOR NEWS/CALENDAR PAGES */
.bg-sidebar > .wrapper > .main > h1,
.bg-sidebar > .wrapper > .sidebar > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

@media all and (max-width: 620px) {
  .bg-sidebar > .wrapper > .main > h1 {
    margin: 12px; }

  .bg-sidebar > .wrapper > .sidebar {
    display: none; } }
.lt-ie9 .bg-sidebar {
  overflow: hidden;
  background-image: url("../elements/faux-columns.png");
  background-size: 4000px;
  background-position: center;
  background-repeat: repeat-y; }
.lt-ie9 .bg-sidebar > .wrapper > .main,
.lt-ie9 .bg-sidebar > .wrapper > .sidebar {
  padding: 36px 0; }
.lt-ie9 .bg-sidebar > .wrapper > .main {
  float: left;
  width: 720px; }
.lt-ie9 .bg-sidebar > .wrapper > .sidebar {
  float: left;
  width: 288px; }
.lt-ie9 .bg-sidebar > .wrapper > .main > h1,
.lt-ie9 .bg-sidebar > .wrapper > .sidebar > h1 {
  padding: 0 12px 24px 12px; }

@media all and (min-width: 621px) {
  .bg-sidebar {
    overflow: hidden;
    background-image: url("../elements/faux-columns.png");
    background-size: 4000px;
    background-position: center;
    background-repeat: repeat-y; }

  .bg-sidebar > .wrapper > .main,
  .bg-sidebar > .wrapper > .sidebar {
    padding: 36px 0; }

  .bg-sidebar > .wrapper > .main {
    float: left;
    width: 720px; }

  .bg-sidebar > .wrapper > .sidebar {
    float: left;
    width: 288px; }

  .bg-sidebar > .wrapper > .main > h1,
  .bg-sidebar > .wrapper > .sidebar > h1 {
    padding: 0 12px 24px 12px; } }
/** NEWS POSTS */
.posts .post {
  position: relative;
  margin: 0 0 48px 0; }

.posts .post .post-category {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 0 0 6px 0; }

.posts .post .post-title {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 6px 0; }

.posts .post .post-author {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  margin: 0 0 6px 0; }

.posts .post .post-dek {
  /* @include font-text; */
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.posts .post .post-more {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  margin: 0 0 6px 0; }

@media all and (max-width: 620px) {
  .posts {
    margin: 24px 12px; }

  .posts .post img {
    width: 100%;
    display: block;
    margin: 0 0 12px 0; } }
.lt-ie9 .posts {
  width: 624px;
  margin: 0 12px; }
.lt-ie9 .posts .post {
  min-height: 216px; }
.lt-ie9 .posts .post .post-category,
.lt-ie9 .posts .post .post-title,
.lt-ie9 .posts .post .post-author,
.lt-ie9 .posts .post .post-dek,
.lt-ie9 .posts .post .post-more {
  width: 288px; }
.lt-ie9 .posts .post img {
  position: absolute;
  top: 0;
  left: 360px;
  /* width: $col * 2; */ }

@media all and (min-width: 621px) {
  .posts {
    width: 624px;
    margin: 0 12px; }

  .posts .post {
    min-height: 216px; }

  .posts .post .post-category,
  .posts .post .post-title,
  .posts .post .post-author,
  .posts .post .post-dek,
  .posts .post .post-more {
    width: 288px; }

  .posts .post img {
    position: absolute;
    top: 0;
    left: 360px;
    /* width: $col * 2; */ } }
/** AGENDA-STYLE EVENTS */
.events-agenda li {
  position: relative;
  margin: 0 0 48px 0; }

.events-agenda .time,
.events-agenda .location {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 0 0 6px 0; }

.events-agenda .title {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 6px 0; }

.events-agenda .dek {
  /* @include font-text; */
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.events-agenda .more {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  margin: 0 0 6px 0; }

@media all and (max-width: 620px) {
  .events-agenda {
    margin: 24px 12px; }

  .events-agenda .time {
    margin: 0; }

  .events-agenda .more {
    display: none; }

  .events-agenda img {
    width: 100%;
    display: block;
    margin: 0 0 12px 0; } }
.lt-ie9 .events-agenda {
  width: 624px;
  margin: 0 12px; }
.lt-ie9 .events-agenda .li {
  min-height: 216px; }
.lt-ie9 .events-agenda .location,
.lt-ie9 .events-agenda .title,
.lt-ie9 .events-agenda .dek,
.lt-ie9 .events-agenda .more {
  width: 288px; }
.lt-ie9 .events-agenda img {
  position: absolute;
  top: 0;
  left: 360px; }

@media all and (min-width: 621px) {
  .events-agenda {
    width: 624px;
    margin: 0 12px; }

  .events-agenda .li {
    min-height: 216px; }

  .events-agenda .location,
  .events-agenda .title,
  .events-agenda .dek,
  .events-agenda .more {
    width: 288px; }

  .events-agenda img {
    position: absolute;
    top: 0;
    left: 360px; } }
/** IN THE STYLE OF THE SECTION NAV LINKS */
.nav-links {
  font-family: 'Calibre-Bold', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  margin: 0 12px 36px 12px; }

.nav-links a:before {
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  content: '▶';
  font-size: 80%;
  margin: 0 4px 12px 0;
  position: relative;
  top: -2px; }

/** PAGINATION FOR EVENTS/POSTS */
.paginator {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin: 96px 12px 48px 12px;
  padding: 6px 7.2px 9px 7.2px;
  border-radius: 3px;
  background-color: #2c2828;
  color: white;
  border: none; }

.paginator:hover {
  background-color: #8c8c8c; }

/** OBJECT DETAIL CONTENT */
.content-object .view {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

.content-object .view,
.content-object .maker,
.content-object .title {
  margin: 0 0 6px 0; }

.content-object .maker {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  display: none;
  /* hiding top-level maker as it will be included in the tombstone */ }

.content-object .title {
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 12px 0; }

.content-object .tombstone {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 36px 0; }

.lt-ie9 .content-object .title {
  width: 576px; }
.lt-ie9 .content-object .tombstone {
  width: 288px; }

@media all and (min-width: 621px) {
  .content-object .title {
    width: 576px; }

  .content-object .tombstone {
    width: 430px; } }
/** EXHIBITION DETAIL CONTENT */
.content-exhibition .title,
.content-exhibition .subtitle,
.content-exhibition .date {
  width: 432px; }

.content-exhibition .title {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased; }

.content-exhibition .subtitle {
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 6px 0; }

.content-exhibition .date {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 36px 0; }

/* POSTS/EVENTS/PEOPLE DETAIL CONTENT */
.content-post > .wrapper > .main > .wrapper,
.content-event > .wrapper > .main > .wrapper {
  margin: 0 0 96px 0; }

.content-post > .wrapper > .main > .wrapper > h1,
.content-event > .wrapper > .main > .wrapper > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 24px 0; }

.content-post > .wrapper > .main > .wrapper > h1 {
  margin: 0 0 12px 0; }

.content-post > .wrapper > .main > .wrapper > .post-category {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 0 0 6px 0; }

.content-post > .wrapper > .main > .wrapper > .post-category > a,
.content-post > .wrapper > .main > .wrapper > .post-author > a {
  border-bottom: none; }

.content-post > .wrapper > .main > .wrapper > .post-author {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  margin: 0 0 24px 0; }

.content-event > .wrapper > .main > .wrapper > .day,
.content-event > .wrapper > .main > .wrapper > .time,
.content-event > .wrapper > .main > .wrapper > .location {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 0 0 6px 0; }

@media all and (max-width: 620px) {
  .content-person > .wrapper > .main > .wrapper > #portrait {
    margin: 12px 0; } }
.lt-ie9 .content-person > .wrapper > .main > .wrapper > #portrait {
  position: absolute;
  top: 48px;
  left: 660px;
  width: 252px; }

@media all and (min-width: 621px) {
  .content-person > .wrapper > .main > .wrapper > #portrait {
    position: absolute;
    top: 48px;
    left: 660px;
    width: 252px; } }
/** SIDEBAR LAYOUT */
@media all and (max-width: 620px) {
  .content-sidebar > .wrapper > .main,
  .content-sidebar > .wrapper > .sidebar {
    padding: 24px 0; }

  .content-sidebar > .wrapper > .main > .wrapper,
  .content-sidebar > .wrapper > .sidebar > .wrapper {
    padding: 0 12px; } }
.lt-ie9 .content-sidebar > .wrapper > .main,
.lt-ie9 .content-sidebar > .wrapper > .sidebar {
  padding: 36px 0; }
.lt-ie9 .content-sidebar > .wrapper > .main {
  float: left;
  width: 720px; }
.lt-ie9 .content-sidebar > .wrapper > .sidebar {
  float: left;
  width: 288px; }
.lt-ie9 .content-sidebar > .wrapper > .main > .wrapper,
.lt-ie9 .content-sidebar > .wrapper > .sidebar > .wrapper {
  padding: 0 12px; }

@media all and (min-width: 621px) {
  .content-sidebar > .wrapper > .main,
  .content-sidebar > .wrapper > .sidebar {
    padding: 36px 0; }

  .content-sidebar > .wrapper > .main {
    float: left;
    width: 720px; }

  .content-sidebar > .wrapper > .sidebar {
    float: left;
    width: 288px; }

  .content-sidebar > .wrapper > .main > .wrapper,
  .content-sidebar > .wrapper > .sidebar > .wrapper {
    padding: 0 12px; } }
/** SIDEBAR WIDGETS FOR OBJECT/EXHIBITION PAGES */
.sidebar-collection .sidebar-widget {
  margin: 0 0 24px 0; }

.sidebar-collection h1,
.sidebar-collection h2 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

.sidebar-collection h1,
.sidebar-collection h2 {
  margin: 0 0 4px 0; }

.sidebar-collection h3 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold; }

.sidebar-collection p,
.sidebar-collection .links {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px; }

.sidebar-collection img {
  display: block;
  margin: 0 0 12px 0; }

.lt-ie9 .sidebar-collection .sidebar-widget {
  width: 216px; }

@media all and (min-width: 621px) {
  .sidebar-collection .sidebar-widget {
    width: 216px; } }
/** IMAGE SLIDESHOW */
.slideshow-wrapper {
  margin: 36px 0 36px 0;
  position: relative; }

#slideshow {
  overflow: hidden;
  position: relative;
  margin: 0 0 12px 0;
  padding: 20px 0 0 0; }

#slideshow > .images {
  overflow: hidden;
  position: relative; }

#slideshow > .images > li {
  float: left;
  width: 576px;
  height: 432px;
  position: relative; }

#slideshow > .images > li > img {
  max-width: 100%; }

#slideshow-caption {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px; }

#slideshow-caption em {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-style: italic; }

#slideshow-caption strong {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold; }

@media all and (max-width: 620px) {
  .slideshow-wrapper,
  #slideshow {
    width: auto !important; }

  #slideshow > .images.images-single > li {
    width: 100% !important; }

  .slideshow-prev,
  .slideshow-next,
  .slideshow-counter {
    display: none; } }
.lt-ie9 #slideshow {
  width: 576px; }
.lt-ie9 .slideshow-prev,
.lt-ie9 .slideshow-next {
  display: block;
  border: none !important; }
.lt-ie9 .slideshow-prev span,
.lt-ie9 .slideshow-next span {
  display: none; }
.lt-ie9 .slideshow-prev:after {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  content: "◀"; }
.lt-ie9 .slideshow-next:after {
  position: absolute;
  top: 0px;
  left: 16px;
  font-family: "risd_pictograms_regularRg";
  font-size: 18px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  content: "▶"; }
.lt-ie9 .slideshow-counter {
  position: absolute;
  top: 0px;
  left: 32px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px; }

@media all and (min-width: 621px) {
  #slideshow {
    width: 576px; }

  .slideshow-prev,
  .slideshow-next {
    display: block;
    border: none !important; }

  .slideshow-prev span,
  .slideshow-next span {
    display: none; }

  .slideshow-prev:after {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "risd_pictograms_regularRg";
    font-size: 18px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    content: "◀"; }

  .slideshow-next:after {
    position: absolute;
    top: 0px;
    left: 16px;
    font-family: "risd_pictograms_regularRg";
    font-size: 18px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    content: "▶"; }

  .slideshow-counter {
    position: absolute;
    top: 0px;
    left: 32px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 15px; } }
/** TEXTS SWITCHER */
.texts {
  margin: 18px 0 0 0; }

.texts .selector li {
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4; }

.texts .selector {
  margin: 0 0 18px 0; }

.texts .selector li {
  display: inline;
  margin: 0 6px 0 0; }

.texts .selector li.is-current {
  color: #ef4035;
  border-bottom: 3px solid #ef4035; }

.texts .target li {
  display: none; }

.texts .target li.is-current {
  display: block; }

.lt-ie9 .texts .target p {
  width: 576px; }

@media all and (min-width: 621px) {
  .texts .target p {
    width: 576px; } }
/** STATIC PAGE CONTENT */
.texts .target,
.content-static .main {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px; }

.content-static .main h1,
.content-static .main .dek {
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.content-static .main h1 {
  margin: 48px 0 6px 0; }

.content-static .main h1:first-child {
  margin-top: 0; }

.texts .target h2,
.content-static .main h2 {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px;
  margin: 24px 0 0 0; }

.texts .target h3,
.content-static .main h3 {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-NormalItalic", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px;
  margin: 12px 0 0 0; }

.content-static .main .wrapper > img {
  margin: 2em 0;
  display: block; }

.content-static .main table,
.content-static .main iframe {
  margin: 2em 0; }

.content-static .main table strong {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-transform: uppercase;
  display: block; }

.content-static .main table th,
.content-static .main table td {
  padding: 0.5em 2em 1.5em 0;
  border-top: 1px solid gainsboro;
  text-align: left; }

.content-static .main tbody {
  border-bottom: 1px solid gainsboro; }

.content-static .main table.contacts {
  margin-top: 1em; }

.content-static .main table.contacts em,
.content-static .main table.contacts span {
  display: block; }

.content-static .main table.contacts td:first-child {
  width: 60%; }

.texts .target p,
.content-static .main p {
  margin: 0 0 12px 0; }

.texts .target p a,
.content-static .main a {
  border-bottom: 1px solid gainsboro; }

.texts .target p a:hover,
.content-static .main a:hover {
  border: none; }

.texts .target p em,
.content-static .main em {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-NormalItalic", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px; }

.texts .target p strong,
.content-static .main strong {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px; }

.texts .target p strong em,
.content-static .main strong em {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-BoldItalic", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px; }

.texts .target hr,
.content-static .main hr {
  height: 1px;
  background-color: #8c8c8c;
  margin: 72px 0 12px 0; }

.content-static .main .wrapper > ul,
.content-static .main .wrapper > ol {
  margin: 0 0 12px 0; }

.content-static .main .wrapper > ul li,
.content-static .main .wrapper > ol li {
  list-style-position: outside;
  padding-left: 24px;
  text-indent: -24px; }

.content-static .main .wrapper > ul li:before,
.content-static .main .wrapper > ol li:before {
  content: "—";
  margin: 0 6px 0 0; }

.content-static .main .button {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 6px 7.2px 9px 7.2px;
  border-radius: 3px;
  margin: 18px 6px 18px 0;
  background-color: #2c2828;
  color: white;
  border: none; }

.content-static .main .button:hover {
  background-color: #8c8c8c; }

.lt-ie9 .content-static .main p,
.lt-ie9 .content-static .main h1,
.lt-ie9 .content-static .main h2,
.lt-ie9 .content-static .main h3,
.lt-ie9 .content-static .main .wrapper > ul,
.lt-ie9 .content-static .main ol,
.lt-ie9 .content-static .main hr,
.lt-ie9 .content-static .main table,
.lt-ie9 .content-static .main iframe {
  width: 576px; }

@media all and (min-width: 621px) {
  .content-static .main p,
  .content-static .main h1,
  .content-static .main h2,
  .content-static .main h3,
  .content-static .main .wrapper > ul,
  .content-static .main ol,
  .content-static .main hr,
  .content-static .main table,
  .content-static .main iframe {
    width: 576px; } }
/** SIDEBAR WIDGETS FOR STATIC PAGES */
.content-static .sidebar {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px;
  font-size: 16px;
  line-height: 22px; }

.sidebar-static .sidebar-widget {
  margin: 0 0 36px 0; }

.sidebar-static h2 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 0 0 12px 0; }

.sidebar-static h3 {
  margin: 0 0 6px 0; }

.sidebar-static p {
  margin: 0 0 12px 0; }

.sidebar-static a {
  border-bottom: 1px solid gainsboro; }

.sidebar-static a:hover {
  border: none; }

.sidebar-static img {
  display: block; }

.sidebar-static em,
.sidebar-static strong,
.sidebar-static strong em {
  font-size: 16px;
  line-height: 22px; }

.sidebar-static em {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-NormalItalic", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px; }

.sidebar-static strong {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px; }

.sidebar-static strong em {
  font-family: Georgia, serif;
  font-family: "ArnhemPro-BoldItalic", "Times", serif;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px; }

.sidebar-static img {
  display: block;
  margin: 0 0 6px 0;
  max-width: 100%; }

.sidebar-static .button {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
  display: inline-block;
  padding: 6px 7.2px 8px 7.2px;
  border-radius: 3px;
  margin: 0 6px 9px 0;
  background-color: #2c2828;
  color: white;
  border: none; }

.sidebar-static .button:hover {
  background-color: #8c8c8c; }

.sidebar-static .sidebar-widget-items li {
  margin: 0 0 24px 0; }

.sidebar-static .sidebar-widget-links li {
  margin: 0 0 6px 0; }

.sidebar-static .detail {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px; }

.lt-ie9 .sidebar-static .sidebar-widget {
  width: 216px; }

@media all and (min-width: 621px) {
  .sidebar-static .sidebar-widget {
    width: 216px; } }
/** VISITOR SET */
.content-set .wrapper {
  width: 1008px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 36px 0; }

.content-set .wrapper > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  line-height: 42px;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  color: white;
  margin: 0;
  padding: 12px 0 6px 12px;
  width: 288px; }

.content-set .wrapper > .avatar {
  display: block;
  padding: 0 0 6px 12px; }

.content-set .wrapper > .byline {
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 6px 12px; }

.content-set .wrapper > .dek {
  font-family: "ArnhemPro-Bold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: absolute;
  top: 18px;
  left: 288px;
  width: 432px; }

.content-set .wrapper > .set-tags {
  position: absolute;
  top: 12px;
  left: 720px;
  color: white; }

.content-set .wrapper > .set-tags h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: white;
  margin: 12px 0 24px 0; }

.set-images li img {
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.2); }

.set-images li .caption {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  /* font-style: italic; */
  color: white;
  display: block;
  width: 144px;
  margin: 6px 0 0 0; }

.set-images li .caption em {
  font-style: italic; }

@media all and (max-width: 620px) {
  .set-images {
    padding: 24px 0 36px 0; }

  .set-images li {
    margin: 0 12px 24px 12px; }

  .set-images li img {
    width: 100%; } }
.lt-ie9 .set-images {
  overflow: hidden;
  padding: 24px 0 72px 0; }
.lt-ie9 .set-images li {
  overflow: hidden;
  float: left;
  width: 264px;
  margin: 0 12px 48px 12px; }
.lt-ie9 .set-images li.is-featured {
  width: 432px; }
.lt-ie9 .set-images li img {
  width: 100%; }
.lt-ie9 .set-images li .caption {
  float: right; }

@media all and (min-width: 621px) {
  .set-images {
    overflow: hidden;
    padding: 24px 0 72px 0; }

  .set-images li {
    overflow: hidden;
    float: left;
    width: 264px;
    margin: 0 12px 48px 12px; }

  .set-images li.is-featured {
    width: 432px; }

  .set-images li img {
    width: 100%; }

  .set-images li .caption {
    float: right; } }
/** SEARCH RESULT ITEMS */
.search-results li {
  margin: 0 0 72px 0; }

.search-results .location,
.search-results .title,
.search-results .dek {
  margin: 0 0 6px 0; }

.search-results .location {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

.search-results .title {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px; }

.search-results .dek {
  font-family: "ArnhemPro-Normal", "Times", serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

@media all and (max-width: 620px) {
  .search-results {
    margin: 72px 12px; }

  .search-results img {
    width: 100%;
    display: block;
    margin: 0 0 12px 0; } }
.lt-ie9 .search-results {
  margin: 72px 0; }
.lt-ie9 .search-results li {
  position: relative;
  width: 648px;
  min-height: 216px; }
.lt-ie9 .search-results .location {
  position: absolute;
  top: 0;
  left: 12px; }
.lt-ie9 .search-results .title,
.lt-ie9 .search-results .dek {
  margin: 0 0 6px 156px;
  width: 264px; }
.lt-ie9 .search-results img {
  position: absolute;
  top: 0;
  left: 504px; }

@media all and (min-width: 621px) {
  .search-results {
    margin: 72px 0; }

  .search-results li {
    position: relative;
    width: 648px;
    min-height: 216px; }

  .search-results .location {
    position: absolute;
    top: 0;
    left: 12px; }

  .search-results .title,
  .search-results .dek {
    margin: 0 0 6px 156px;
    width: 264px; }

  .search-results img {
    position: absolute;
    top: 0;
    left: 504px; } }
/** SEARCH CONTROLS */
.search-advanced-types input[type=checkbox] {
  clear: both;
  float: left;
  margin: 0 0 9px 12px;
  background-color: #2c2828; }

.search-advanced-types label {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  float: left;
  margin: 0 0 9px 6px; }

.search-advanced-dates {
  margin: 0 0 0 12px; }

/** FOOTER */
footer {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  background-color: gainsboro;
  clear: both; }

footer a:hover {
  text-decoration: underline; }

/* search */
#footer-search p {
  margin: 12px 0 0 0; }

/* join the mailing list */
#footer-block-mailing h1 {
  font-family: "ArnhemPro-SemiBold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px; }

#footer-block-mailing .footer-button {
  display: block; }

#footer-block-mailing .footer-button:hover {
  border: 1px solid black;
  text-decoration: none; }

/* become a member */
#footer-block-member h1 {
  font-family: "ArnhemPro-SemiBold", "Times", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px; }

#footer-block-member p {
  margin-bottom: 6px; }

#footer-block-member h2 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased; }

/* risd works */
#footer-block-works > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased; }

#footer-block-works p {
  font-weight: bold;
  position: absolute;
  bottom: 0px; }

#footer-block-works img {
  position: absolute;
  top: 0px;
  right: 12px;
  width: 158.4px; }

/** links */
.footer-block-links {
  font-weight: bold; }

.lt-ie9 footer > .wrapper {
  padding: 0 0 72px 0;
  width: 1008px;
  margin: 0 auto; }
.lt-ie9 footer hr {
  clear: both;
  display: block;
  height: 1px;
  margin: 0 12px;
  background-color: #8c8c8c;
  border: none; }
.lt-ie9 .footer-col {
  height: 201.6px;
  float: left;
  position: relative;
  margin: 24px -1px 24px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #8c8c8c; }
.lt-ie9 .footer-col-norule {
  border-right: none; }
.lt-ie9 .footer-block {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px; }
.lt-ie9 #footer-nav {
  width: 720px;
  margin: 24px 0; }
.lt-ie9 #footer-nav > ul > li {
  width: 96px;
  float: left; }
.lt-ie9 #footer-nav > ul > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 0 0; }
.lt-ie9 #footer-nav > ul > li > h1 {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 6px 0; }
.lt-ie9 #footer-nav > ul > li > ul > li {
  margin: 0 0 6px 0; }
.lt-ie9 #footer-search {
  width: 288px;
  border-right: none; }
.lt-ie9 #footer-social {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none; }
.lt-ie9 #footer-social li {
  font-size: 24px;
  float: left;
  margin-right: 6px; }
.lt-ie9 #footer-social a:hover {
  text-decoration: none; }
.lt-ie9 #footer-block-visit {
  width: 432px;
  height: 201.6px; }
.lt-ie9 #footer-block-visit > ul,
.lt-ie9 #footer-block-visit > p {
  width: 108px; }
.lt-ie9 #footer-block-visit > ul {
  font-family: 'Calibre-Semibold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0; }
.lt-ie9 #footer-block-visit > ul > li {
  margin-bottom: 6px; }
.lt-ie9 #footer-block-visit > p {
  position: absolute;
  bottom: 0; }
.lt-ie9 #footer-block-visit > .footer-visit-map {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 264px;
  height: 201.6px; }
.lt-ie9 #footer-block-mailing {
  width: 287px; }
.lt-ie9 #footer-block-member {
  width: 287px;
  position: absolute;
  bottom: 0px;
  left: 0px; }
.lt-ie9 #footer-block-works {
  width: 288px;
  position: relative;
  border: none; }
.lt-ie9 .footer-block-links {
  width: 1008px;
  margin-top: 12px; }
.lt-ie9 .footer-links > li {
  display: inline; }
.lt-ie9 .footer-links-left {
  float: left; }
.lt-ie9 .footer-links-left > li {
  margin-right: 6px; }
.lt-ie9 .footer-links-right {
  float: right; }
.lt-ie9 .footer-links-right > li {
  margin-left: 6px; }

@media all and (min-width: 621px) {
  footer > .wrapper {
    padding: 0 0 72px 0;
    width: 1008px;
    margin: 0 auto; }

  footer hr {
    clear: both;
    display: block;
    height: 1px;
    margin: 0 12px;
    background-color: #8c8c8c;
    border: none; }

  .footer-col {
    height: 201.6px;
    float: left;
    position: relative;
    margin: 24px -1px 24px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #8c8c8c; }

  .footer-col-norule {
    border-right: none; }

  .footer-block {
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px; }

  #footer-nav {
    width: 720px;
    margin: 24px 0; }

  #footer-nav > ul > li {
    width: 96px;
    float: left; }

  #footer-nav > ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 0 0; }

  #footer-nav > ul > li > h1 {
    font-family: 'Calibre-Semibold', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 6px 0; }

  #footer-nav > ul > li > ul > li {
    margin: 0 0 6px 0; }

  #footer-search {
    width: 288px;
    border-right: none; }

  #footer-social {
    position: absolute;
    bottom: 0;
    left: 0;
    border: none; }

  #footer-social li {
    font-size: 24px;
    float: left;
    margin-right: 6px; }

  #footer-social a:hover {
    text-decoration: none; }

  #footer-block-visit {
    width: 432px;
    height: 201.6px; }

  #footer-block-visit > ul,
  #footer-block-visit > p {
    width: 108px; }

  #footer-block-visit > ul {
    font-family: 'Calibre-Semibold', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0; }

  #footer-block-visit > ul > li {
    margin-bottom: 6px; }

  #footer-block-visit > p {
    position: absolute;
    bottom: 0; }

  #footer-block-visit > .footer-visit-map {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 264px;
    height: 201.6px; }

  #footer-block-mailing {
    width: 287px; }

  #footer-block-member {
    width: 287px;
    position: absolute;
    bottom: 0px;
    left: 0px; }

  #footer-block-works {
    width: 288px;
    position: relative;
    border: none; }

  .footer-block-links {
    width: 1008px;
    margin-top: 12px; }

  .footer-links > li {
    display: inline; }

  .footer-links-left {
    float: left; }

  .footer-links-left > li {
    margin-right: 6px; }

  .footer-links-right {
    float: right; }

  .footer-links-right > li {
    margin-left: 6px; } }
@media all and (max-width: 620px) {
  footer > .wrapper {
    padding: 24px 12px 36px 12px;
    margin: 0; }

  footer hr {
    display: none; }

  .footer-block {
    border-bottom: 1px solid #8c8c8c;
    padding: 0 0 24px 0;
    margin: 0 0 18px 0; }

  /* hidden on mobile */
  #footer-nav,
  #footer-block-visit {
    display: none; }

  /* risd works */
  #footer-block-works {
    height: 225.6px;
    position: relative;
    padding: 0; }

  #footer-block-works p {
    bottom: 24px; }

  #footer-block-works img {
    right: 0;
    bottom: 24px; }

  /* links */
  .footer-block-links {
    border: none;
    margin: 0; } }
