@charset "UTF-8";
/* USAGE NOTE
 * This file defines settings and variables for a local theme. It will load all base theme and local libraries. This method deviates from Drupal’s standard
 * approach, which loads the base theme CSS file(s) before loading the primary theme’s files.  While ultimately the base theme should stand on its own for
 * basic structure, element definitions and mixin declarations, it's redundant to load the CSS file AND compile its SASS files here.
 *
 * IMPORTANT: It's therefore important to disable the CSS load in the base theme, and rely on the base theme CSS to be compiled here.  This will reduce
 * reduncancy.
 *
 */
/* !0. VENDOR DEPENDENCIES AND SETUP */
/* !0. SETTINGS (BASE)       */
/* Imports the base theme, including its settings and libraries */
/* BASE THEME CONFIGURATION FILE */
/* !CORE VALUES */
/* !COLOUR */
/* Sometimes you may want $black and $white to be ‘almost black’ and ’off-white’ */
/* Choose a colour for your hyperlinks. Often this will be the $primarycolor */
/* Now define another set of colours. These will be used to style alerts and buttons */
/* Highlight selection colour */
/* breakpoints */
/* !GRID (SUSY) */
/* !TYPOGRAPHY */
/* Choose between normal, bold or set a font-weight number (eg: 700) for your headings */
/* Your headings may inherit the $textcolor, or you may set a different colour */
/* Headings line height */
/* Headings Sizes */
/* Paragraph Sizes */
/* Often you’ll use an alternative typeface (eg: for buttons, form inputs and tables) */
/* You can choose a special typeface just for ampersands too */
/*  And if your site’s for geeks, you’ll need a font for code too */
/* !0. SETTINGS (LOCAL) */
/* LOCAL THEME CONFIGURATION FILE
 * May override variables set in the base theme 0_config */
/* Viewport width */
/* !COLOUR */
/* Sometimes you may want $black and $white to be ‘almost black’ and ’off-white’ */
/* Choose a colour for your hyperlinks. Often this will be the $primarycolor */
/* Now define another set of colours. These will be used to style alerts and buttons */
/* Highlight selection colour */
/* TEXTURE ------------------------------ */
/* !0. MIXINS */


/* HACK */

article > .field-name-body {
  clear: left;
}

ul.primary li a, input[type='button'], input[type='submit'] {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 0.56em 0.84em 0.56em 0.84em;
  font-weight: 700;
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #F7F5F2;
  text-align: center;
  vertical-align: middle;
  background: #71AAA3;
  border: 1px solid #71AAA3;
  border-bottom-color: #61a099;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: border;
  -o-background-clip: border-box;
  -webkit-background-clip: border;
  background-clip: border-box;
  cursor: pointer; }
  ul.primary li a:hover, input[type='button']:hover, input[type='submit']:hover, ul.primary li a:focus, input[type='button']:focus, input[type='submit']:focus {
    background: #44716c;
    text-decoration: none; }
  ul.primary li a:active, input[type='button']:active, input[type='submit']:active {
    background: #0D1917; }

/* only applies mask to webkit browsers. */
.main_nav_drawer h5, .node-teaser header h2 {
  font-family: "museo-slab", Georgia, Garamond, Palatino, Book Antiqua, serif;
  text-transform: uppercase;
  font-weight: 300; }

.btn {
  padding: 0.525em 1.05em;
  font-weight: 700;
  background: #ffe091;
  color: #F7F5F2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "lemonde-courrier", Tahoma, Helvetica, Arial, sans-serif;
  text-decoration: none; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    background: #F7D57F;
    color: #F7F5F2; }
  .btn:active {
    background: #0D1917;
    color: #F7F5F2; }

/* !0. BASE THEME */
/* !VIEWPORT SETUP */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* #page
 * @include container */
/* !TEMPLATING RULES */
body.show-grid .zone {
  border: 1px solid red;
  box-sizing: border-box; }

body.show-grid .region {
  min-height: 200px;
  box-sizing: border-box; }

body.show-grid div.region {
  border: 1px dotted green; }

body.show-grid aside.region {
  border: 1px dotted blue; }

/* !BASIC GRID RULES */
.layout {
  padding: 1.4em; }

.page > .zone {
  padding-left: 1.4em;
  padding-right: 1.4em; }

.zone > .inner-zone {
  *zoom: 1;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }
  .zone > .inner-zone:after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (min-width: 62em) {
  .zone-with-sidebar > .inner-zone > aside.region {
    width: 24.29907%;
    float: left;
    margin-right: 0.93458%;
    display: inline; } }

@media only screen and (min-width: 62em) {
  .zone-with-sidebar > .inner-zone > div.region {
    width: 74.76636%;
    float: left;
    margin-right: 0.93458%;
    display: inline; } }

/* set consistent margin on region interiors */
/* .region > *
 * padding: 0 $blh/2 */
/* top content area contains one sidebar, and two stacked regions (main and secondary) in a primary-content wrapper */
@media only screen and (min-width: 62em) {
  #top-content > .primary-with-sidebar {
    width: 74.76636%;
    float: right;
    margin-right: 0;
    *margin-left: -0.175em;
    display: inline; } }

/* interior sidebars are right/last */
@media only screen and (min-width: 48em) {
  #top-content .zone-with-sidebar > div.region {
    width: 74.76636%;
    float: left;
    margin-right: 0.93458%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  #top-content .zone-with-sidebar > aside.region {
    width: 24.29907%;
    float: right;
    margin-right: 0;
    *margin-left: -0.175em;
    display: inline; } }

html {
  font-family: "lemonde-courrier", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 52.5%; }

h1, h2, h3, h4, .node-teaser header h2, h5, h6 {
  margin: 0.35em 0;
  font-weight: 700;
  color: inherit;
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif; }

h1, .h1 {
  line-height: 1.08;
  font-size: 54px;
  font-size: 5.4rem;
  margin: 0.175em 0; }

h2, .h2 {
  line-height: 1.2;
  font-size: 40.5px;
  font-size: 4.05rem; }

h3, .h3 {
  line-height: 1.2;
  font-size: 33.75px;
  font-size: 3.375rem; }

h4, .node-teaser header h2, .h4 {
  line-height: 1.2;
  font-size: 27px;
  font-size: 2.7rem; }

h5, .h5 {
  font-size: 22.5px;
  font-size: 2.25rem; }

h6, .h6 {
  font-size: 20.25px;
  font-size: 2.025rem; }

p, .node-teaser .submission_info, ol, ul, dl, address {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 300; }

div, section, article, aside {
  line-height: 1.4em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300; }

.lead {
  font-size: 27px;
  font-size: 2.7rem; }

.secondary {
  font-size: 15.75px;
  font-size: 1.575rem; }

.tertiary {
  font-size: 14.625px;
  font-size: 1.4625rem; }

a {
  color: #0D1917;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

ul, menu, dir {
  margin: 0;
  padding: 0; }

small {
  font-size: 14.625px;
  font-size: 1.4625rem; }

ul, ol {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  list-style-position: inside;
  list-style-type: none; }

li ul, li ol {
  list-style-type: none;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-size: 18px;
  font-size: 1.8rem; }

nav > ul, .nav > ul {
  list-style-type: none; }

blockquote {
  margin: 0 0 1.4em 0;
  padding: 0.175em 2.1em;
  border-left: 0.4375em solid #8b344d;
  font-style: normal;
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif; }
  blockquote small:before {
    content: "— "; }
  blockquote small:after {
    content: ""; }
  blockquote cite {
    font-style: normal;
    font-weight: 1000; }

q {
  quotes: none; }

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

dl, dd {
  margin-top: 0.7em;
  margin-bottom: 0.7em; }

abbr[title] {
  border-bottom: 1px dotted #e1cd8f;
  cursor: help; }

b, strong, .strong {
  font-weight: 700; }

dfn, .italic {
  font-style: italic; }

ins {
  background-color: #fff7dc;
  color: #0D1917;
  text-decoration: none; }

mark {
  background-color: #fff7dc;
  color: #0D1917;
  font-style: italic;
  font-weight: 1000; }

pre, code, kbd, samp {
  font-family: "Andale Mono", Monaco, Courier New, monospace;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 1.4em;
  color: #0e1b19; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  position: relative;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.amp {
  font-family: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua"); }

.spaced {
  letter-spacing: 1px; }

body {
  background-color: #905670;
  padding: 0;
  margin: 0; }

section {
  overflow: hidden; }

hr {
  clear: both;
  display: block;
  margin: 2.8em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #e1cd8f; }

img {
  max-width: 100%;
  height: auto;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

figure {
  margin: 0 0 0.7em 0; }
  figure img {
    width: 100%; }

figcaption {
  display: block;
  font-weight: normal;
  font-size: 15.75px;
  font-size: 1.575rem;
  font-style: italic;
  color: #78775f; }

/* CCBC THEME: Supports Themed Elements Common to all CCBC Sites */
/* !CCBC NETWORK BAR */
#block-ccbc-core-network {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden; }

#ccbc-network {
  width: 100%;
  padding: 0.5em 0.5em 0 0.5em;
  overflow: hidden;
  background-color: #0D1917;
  text-align: center; }
  #ccbc-network form {
    display: inline; }
    #ccbc-network form select {
      width: 80%; }
      @media only screen and (min-width: 48em) {
        #ccbc-network form select {
          display: none; } }
  #ccbc-network li {
    text-transform: uppercase;
    font-size: 0.6em; }
    #ccbc-network li a {
      color: #F7F5F2; }
    @media only screen and (min-width: 62em) {
      #ccbc-network li {
        font-size: 0.8em; } }
  #ccbc-network ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    display: none; }
    #ccbc-network ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      float: left;
      padding-left: 0.6em;
      padding-right: 0.6em; }
      #ccbc-network ul li:first-child {
        padding-left: 0; }
      #ccbc-network ul li:last-child {
        padding-right: 0; }
      #ccbc-network ul li.last {
        padding-right: 0; }
    @media only screen and (min-width: 48em) {
      #ccbc-network ul {
        display: inline-block; } }
  @media only screen and (min-width: 62em) {
    #ccbc-network {
      text-align: center; } }
  #ccbc-network li#network-aisd a.active {
    color: #71AAA3; }
  #ccbc-network li#network-aisd a:hover {
    color: #71AAA3; }

/* !1. BASE (LOCAL) */
body {
  background-color: #F9F0D7; }

#above-banner {
  background-color: #0D1917;
  overflow: hidden; }

#banner {
  background-color: #71AAA3; }

#main-nav {
  background-color: #244742; }

#below-banner {
  background-color: #F9F0D7;
  overflow: visible; }

#wayfinding {
  background-color: #0D1917;
  min-height: 2.1em; }

#top-content {
  background-color: #E8DFB8;
  min-height: 25em; }

#secondary {
  background-color: #71AAA3;
  min-height: 25em; }

#tertiary {
  background-color: #FCEBB7;
  min-height: 25em; }

#quaternary {
  background-color: #60624f;
  min-height: 25em; }

.region {
  margin: 1.4em 0; }

.page-directory #main > .region {
  padding: 0; }

.inner-zone, .above-banner > .block_content {
  margin: 0 auto;
  max-width: 1150px; }

.inner-zone > h2 {
  color: #F7F5F2; }

h1 {
  color: #F95D5D;
  font-weight: 300; }

p > a, .node-teaser .submission_info > a {
  text-decoration: underline; }

/* !2. LAYOUT       */
/* !3. TEMPLATES       */
/* !4. EXTENSIONS AND UTILITIES      */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > .slide_item {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > .slide_item:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* !5. LOCAL THEME AND TEMPORARY STYLES        */
/* local theme stytles for AISD */
.front .wayfinding {
  display: none; }

/* !ZONES
 * Structural zone styles in _1_local_base and _0_grid (base theme) */
/* BANNER */
#banner {
  padding-top: 2.7em; }
  @media only screen and (min-width: 62em) {
    #banner {
      padding-top: 0; } }

/* !MAIN NAV */
#main-nav {
  min-height: 2.8em;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box; }
  @media only screen and (min-width: 62em) {
    #main-nav {
      position: relative; } }
  #main-nav .links {
    display: none;
    float: right;
    width: 65%;
    text-align: right; }
    @media only screen and (min-width: 62em) {
      #main-nav .links {
        display: block; } }
    #main-nav .links li:first-child {
      padding-left: 0.7em; }
  #main-nav .dynamic {
    float: left;
    width: 50%; }
    @media only screen and (min-width: 62em) {
      #main-nav .dynamic {
        width: 35%; } }
    #main-nav .dynamic li:last-child {
      padding-right: 0.7em; }
  #main-nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    min-height: 2.8em; }
  #main-nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    padding: 0.7em 0.7em 0 0.7em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    text-transform: uppercase;
    font-size: 0.98em;
    height: 2.8em; }
    #main-nav li:first-child {
      padding-left: 0; }
    #main-nav li:last-child {
      padding-right: 0; }
    #main-nav li.last {
      padding-right: 0; }
    #main-nav li:hover {
      background-color: #0f1d1b; }
    #main-nav li a {
      color: #F7F5F2;
      cursor: pointer; }
    #main-nav li a.active .triangle, #main-nav li a:hover .triangle {
      width: 0;
      height: 0;
      border-left: 0.35em solid transparent;
      border-right: 0.35em solid transparent;
      border-top: 0.7em solid #F7F5F2; }
    #main-nav li a:hover {
      text-decoration: none; }
  #main-nav .triangle {
    width: 0;
    height: 0;
    border-top: 0.35em solid transparent;
    border-bottom: 0.35em solid transparent;
    border-left: 0.7em solid #F7F5F2;
    display: none;
    margin-left: 0.7em;
    float: right;
    position: relative;
    top: 0.35em; }
    @media only screen and (min-width: 62em) {
      #main-nav .triangle {
        display: inline-block; } }

/* Mobile nav */
.desktop {
  display: none; }
  @media only screen and (min-width: 62em) {
    .desktop {
      display: block; } }

.mobile-and-tablet {
  display: block; }
  @media only screen and (min-width: 62em) {
    .mobile-and-tablet {
      display: none; } }

.mobile {
  display: block; }
  @media only screen and (min-width: 48em) {
    .mobile {
      display: none; } }

#mobile-nav {
  float: right;
  padding: 0.7em 0 0 0.7em;
  box-sizing: border-box;
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif; }
  #mobile-nav a {
    text-transform: uppercase;
    font-size: 0.98em;
    height: 2.8em;
    color: #F7F5F2; }
  #mobile-nav span {
    display: none; }
  #mobile-nav img {
    margin-right: 0.7em; }

.mobile-nav ul {
  padding: 0;
  margin: 1.4em 0 0 0; }
.mobile-nav ul.menu li {
  margin: 0 0 0.35em 0; }
.mobile-nav li {
  list-style-type: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #0D1917;
  background-color: #b1d0cc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700; }
  .mobile-nav li:hover {
    background-color: #F7F5F2; }
  .mobile-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.35em; }
    .mobile-nav li a:hover {
      text-decoration: none; }

/* Nav drawer */
.main_nav_drawer {
  clear: both;
  background-color: #91bdb8;
  -moz-box-shadow: rgba(13, 25, 23, 0.1) 0 0 15px inset;
  -webkit-box-shadow: rgba(13, 25, 23, 0.1) 0 0 15px inset;
  box-shadow: rgba(13, 25, 23, 0.1) 0 0 15px inset;
  overflow: hidden;
  padding: 2.1em 1.4em 1.4em 1.4em; }
  .main_nav_drawer h5 {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    border-bottom: 1px solid #a8a17f;
    margin-bottom: 0.7em;
    color: #60624f; }
  .main_nav_drawer .close_btn {
    float: right;
    margin-top: -0.7em;
    line-height: 1;
    text-transform: uppercase;
    font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
    font-weight: 700; }
    .main_nav_drawer .close_btn i {
      display: inline-block;
      margin: -3px 0 0 2px;
      float: right; }
  .main_nav_drawer .drawer {
    margin: 0 1.4em; }

#block-contributor-navigation {
  display: none; }
  #block-contributor-navigation .main_nav_drawer .lrg .group_items {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9; }
    @media only screen and (min-width: 48em) {
      #block-contributor-navigation .main_nav_drawer .lrg .group_items {
        -moz-column-count: 9;
        -webkit-column-count: 9;
        column-count: 9; } }
    @media only screen and (min-width: 62em) {
      #block-contributor-navigation .main_nav_drawer .lrg .group_items {
        -moz-column-count: 27;
        -webkit-column-count: 27;
        column-count: 27; } }

.main_nav_drawer .navlinks {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
  @media only screen and (min-width: 48em) {
    .main_nav_drawer .navlinks {
      -moz-column-count: 5;
      -webkit-column-count: 5;
      column-count: 5; } }
  .main_nav_drawer .navlinks a {
    font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
    font-weight: 700;
    color: #0D1917;
    line-height: 2.1em;
    display: block; }
  .main_nav_drawer .navlinks li.major {
    border-top: 1px solid #60624f; }
    .main_nav_drawer .navlinks li.major a {
      text-transform: uppercase;
      font-weight: bold; }

@media only screen and (min-width: 62em) {
  #below-banner > .inner-zone {
    position: relative; } }

#block-artmob-collections, #block-contributor-list, #mobile-nav-block {
  display: none;
  margin-bottom: 1.4em;
  float: left;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 99;
  width: 100%;
  -moz-box-shadow: rgba(13, 25, 23, 0.6) 0 0 15px;
  -webkit-box-shadow: rgba(13, 25, 23, 0.6) 0 0 15px;
  box-shadow: rgba(13, 25, 23, 0.6) 0 0 15px;
  border-width: 0 1px 1px 1px;
  border-color: #0f1d1b;
  border-style: solid;
  box-sizing: border-box;
  background-color: #71AAA3; }
  @media only screen and (min-width: 62em) {
    #block-artmob-collections, #block-contributor-list, #mobile-nav-block {
      top: 0px; } }

/* !BROWSER AND SIDEBAR */
.front .main_content > h1 {
  display: none; }

#internal-nav {
  display: block; }

#browse-left, #browse-right {
  display: block; }

.prevbtn, .nextbtn, #browse-left, #browse-right {
  display: inline-block;
  width: 25px;
  height: 25px; }
  @media only screen and (min-width: 37.5em) {
    .prevbtn, .nextbtn, #browse-left, #browse-right {
      width: 50px;
      height: 50px; } }
  .prevbtn:hover, .nextbtn:hover, #browse-left:hover, #browse-right:hover {
    cursor: pointer; }

#browse-left {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: none; }

#browse-right {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  display: none; }

#browse-pagination {
  text-align: center;
  width: 100%;
  height: 50px;
  clear: both;
  margin-top: 1.4em; }
  #browse-pagination > * {
    display: inline-block;
    height: 50px; }

.pagenav a, .pagenav span {
  font-size: 20px;
  line-height: 20px;
  padding: 0 0.35em;
  position: relative;
  top: 6px;
  color: #8B8680; }
  @media only screen and (min-width: 37.5em) {
    .pagenav a, .pagenav span {
      font-size: 26px;
      line-height: 26px; } }
.pagenav a:hover {
  color: #0D1917; }
.pagenav a.active {
  color: #0D1917;
  font-weight: 500; }

#internal-nav {
  border-bottom: 1px solid #0D1917;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  height: 20px; }
  #internal-nav > div {
    font-weight: 700;
    display: inline-block; }
  #internal-nav > div, #internal-nav ul {
    height: 1.4em; }
  #internal-nav > ul {
    position: relative;
    z-index: 10;
    margin: 1.4em 0;
    float: right;
    display: none; }
    @media only screen and (min-width: 48em) {
      #internal-nav > ul {
        margin: 0;
        display: inline-block; } }
    #internal-nav > ul span {
      display: none; }
      @media only screen and (min-width: 37.5em) {
        #internal-nav > ul span {
          display: inline; } }
    #internal-nav > ul li {
      display: inline-block;
      height: 1.4em;
      margin-left: 0.7em; }
    #internal-nav > ul li.active a {
      font-weight: 700; }
  #internal-nav > div, #internal-nav > ul li {
    font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
    font-size: 0.9em;
    padding: 0; }
  #internal-nav .mini-nav {
    display: none;
    float: right; }
    @media only screen and (min-width: 48em) {
      #internal-nav .mini-nav {
        display: inline;
        float: left; } }
    #internal-nav .mini-nav a {
      float: left;
      height: 1.9em;
      width: 1, 9em; }
      @media only screen and (min-width: 48em) {
        #internal-nav .mini-nav a {
          height: 1.2em;
          width: 1.2em;
          margin: -1px 0 0 5px; } }

.results {
  float: left;
  position: relative;
  z-index: 9; }

#browse-links {
  display: none; }

@media only screen and (min-width: 62em) {
  #browser-frame {
    background: linear-gradient(90deg, #0d1917 24.29907%, rgba(0, 0, 0, 0) 24.29907%); } }

#browser {
  position: relative;
  margin-top: 1.4em; }
  @media only screen and (min-width: 62em) {
    #browser {
      margin-top: 0; } }
  #browser header {
    width: 100%;
    padding: 0 1em;
    margin-bottom: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    #browser header h3 {
      font-size: 54px;
      font-size: 5.4rem;
      line-height: 54px;
      line-height: 5.4rem;
      color: #F95D5D;
      font-weight: 300;
      margin: 0; }
    #browser header .instructions {
      text-transform: lowercase;
      font-size: 22.5px;
      font-size: 2.25rem; }

.browser-sidebar {
  *zoom: 1;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  /* nav options list */ }
  .browser-sidebar:after {
    content: "";
    display: table;
    clear: both; }
  .browser-sidebar > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .browser-sidebar > nav {
    width: 100%;
    float: left;
    margin-right: 0.93458%;
    display: inline;
    background-color: #0D1917;
    color: #F7F5F2; }
    @media only screen and (min-width: 62em) {
      .browser-sidebar > nav {
        width: 24.29907%;
        float: left;
        margin-right: 0.93458%;
        display: inline;
        min-height: 1000px; } }
  .browser-sidebar > #browser {
    width: 100%;
    float: left;
    margin-right: 0.93458%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -0.175em;
    display: inline; }
    @media only screen and (min-width: 62em) {
      .browser-sidebar > #browser {
        width: 74.76636%;
        float: left;
        margin-right: 0.93458%;
        display: inline;
        float: right;
        margin-right: 0;
        *margin-left: -0.175em;
        display: inline; } }
    .browser-sidebar > #browser h3, .browser-sidebar > #browser h4, .browser-sidebar > #browser .node-teaser header h2, .node-teaser header .browser-sidebar > #browser h2 {
      width: 100%; }
  .browser-sidebar nav ul, .browser-sidebar #browse-select {
    *zoom: 1;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.7em; }
    .browser-sidebar nav ul:after, .browser-sidebar #browse-select:after {
      content: "";
      display: table;
      clear: both; }
    .browser-sidebar nav ul li, .browser-sidebar nav ul .browse-tool, .browser-sidebar #browse-select li, .browser-sidebar #browse-select .browse-tool {
      width: 49.53271%;
      float: left;
      margin-right: 0.93458%;
      display: inline;
      margin-bottom: 0.7em; }
      .browser-sidebar nav ul li:nth-child(2n), .browser-sidebar nav ul .browse-tool:nth-child(2n), .browser-sidebar #browse-select li:nth-child(2n), .browser-sidebar #browse-select .browse-tool:nth-child(2n) {
        float: right;
        margin-right: 0;
        *margin-left: -0.175em;
        display: inline; }
      @media only screen and (min-width: 62em) {
        .browser-sidebar nav ul li, .browser-sidebar nav ul .browse-tool, .browser-sidebar #browse-select li, .browser-sidebar #browse-select .browse-tool {
          width: 100%;
          float: left;
          margin-right: 0.93458%;
          display: inline; }
          .browser-sidebar nav ul li:nth-child(2n), .browser-sidebar nav ul .browse-tool:nth-child(2n), .browser-sidebar #browse-select li:nth-child(2n), .browser-sidebar #browse-select .browse-tool:nth-child(2n) {
            float: left;
            margin-right: 0.93458%;
            *margin-left: auto; } }
      .browser-sidebar nav ul li label, .browser-sidebar nav ul .browse-tool label, .browser-sidebar #browse-select li label, .browser-sidebar #browse-select .browse-tool label {
        color: #F7F5F2;
        font-size: 1.4rem;
        font-weight: 300;
        text-transform: none; }
      .browser-sidebar nav ul li select, .browser-sidebar nav ul li input, .browser-sidebar nav ul .browse-tool select, .browser-sidebar nav ul .browse-tool input, .browser-sidebar #browse-select li select, .browser-sidebar #browse-select li input, .browser-sidebar #browse-select .browse-tool select, .browser-sidebar #browse-select .browse-tool input {
        font-size: 2rem; }
      .browser-sidebar nav ul li select, .browser-sidebar nav ul .browse-tool select, .browser-sidebar #browse-select li select, .browser-sidebar #browse-select .browse-tool select {
        width: 100%;
        border: 1px solid #905670;
        box-sizing: border-box;
        padding: 6px 10px;
        display: inline-block;
        color: #0D1917;
        vertical-align: middle;
        border-radius: 0;
        margin-bottom: 0.75em;
        background: #F7F5F2; }
      .browser-sidebar nav ul li span.pcode-label, .browser-sidebar nav ul .browse-tool span.pcode-label, .browser-sidebar #browse-select li span.pcode-label, .browser-sidebar #browse-select .browse-tool span.pcode-label {
        font-size: 0.8rem; }
  .browser-sidebar input[type='text'] {
    width: 100%;
    padding: 2%;
    box-sizing: border-box; }
  .browser-sidebar .buttons {
    padding-top: 1em;
    text-align: right;
    width: 100%;
    box-sizing: border-box; }
    .browser-sidebar .buttons > div {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }

.complete-works {
  display: none; }
  @media only screen and (min-width: 62em) {
    .complete-works {
      display: block;
      margin-top: 1.4em; } }

#sc-results, #browse-results {
  *zoom: 1;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto; }
  #sc-results:after, #browse-results:after {
    content: "";
    display: table;
    clear: both; }
  #sc-results .no-results, #browse-results .no-results {
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-top: 1.5em; }

article.artmob-teaser {
  width: 100%;
  float: left;
  margin-right: 0.93458%;
  display: inline;
  background: #e4c576;
  padding: 0.7em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 14em;
  position: relative; }
  article.artmob-teaser:nth-child(1n) {
    float: right;
    margin-right: 0;
    *margin-left: -0.175em;
    display: inline; }
  @media only screen and (min-width: 48em) {
    article.artmob-teaser {
      width: 49.53271%;
      float: left;
      margin-right: 0.93458%;
      display: inline; }
      article.artmob-teaser:nth-child(1n) {
        float: left;
        margin-right: 0.93458%;
        *margin-left: auto; }
      article.artmob-teaser:nth-child(2n) {
        float: right;
        margin-right: 0;
        *margin-left: -0.175em;
        display: inline; } }
  article.artmob-teaser:hover {
    background: #F7D57F; }
  article.artmob-teaser header {
    margin-top: 1.4em; }
  article.artmob-teaser .title-prefix {
    display: none; }
  article.artmob-teaser h2 {
    text-align: center;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase; }
    article.artmob-teaser h2 a {
      color: #F95D5D; }
  article.artmob-teaser .field-name-field-image, article.artmob-teaser .field-name-field-photo, article.artmob-teaser .field-name-field-video {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden; }
    @media only screen and (min-width: 48em) {
      article.artmob-teaser .field-name-field-image, article.artmob-teaser .field-name-field-photo, article.artmob-teaser .field-name-field-video {
        height: 250px; } }
    @media only screen and (min-width: 62em) {
      article.artmob-teaser .field-name-field-image, article.artmob-teaser .field-name-field-photo, article.artmob-teaser .field-name-field-video {
        height: 300px; } }
  @media only screen and (min-width: 48em) {
    article.artmob-teaser:last-child, article.artmob-teaser:nth-last-child(2) {
      margin-bottom: 0; } }

.artmob-summary {
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  right: 0.7em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif; }
  .artmob-summary a {
    text-decoration: none;
    border: 0; }

.inner-summary {
  background: #0D1917;
  opacity: 0.8;
  vertical-align: middle;
  padding: 1.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  color: #F7F5F2;
  cursor: pointer; }

.artmob-info {
  text-transform: uppercase;
  margin-bottom: 1.4em; }

header.highlight {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  min-height: 90px; }
  @media only screen and (min-width: 62em) {
    header.highlight {
      background-color: #71AAA3;
      mask: url("../svg/home_base.svg#mask");
      mask-position: 0 0;
      mask-size: 100%;
      mask-repeat: no-repeat;
      -webkit-mask-image: url("../svg/home_base.svg#mask");
      -webkit-mask-position: 0 0;
      -webkit-mask-size: 100%;
      -webkit-mask-repeat: no-repeat;
      padding: 0.35em 0 30px 0; } }
  header.highlight h5 {
    font-size: 22.5px;
    font-size: 2.25rem;
    margin: 0 0 -3px 0;
    color: #F7F5F2;
    text-transform: uppercase; }
  header.highlight p, header.highlight .node-teaser .submission_info, .node-teaser header.highlight .submission_info {
    margin: 0;
    font-size: 15.75px;
    font-size: 1.575rem; }

/* Member promo
 * This sits at the bottom of the member-showcase.  It's exactly 100px high, so the showcase margin is negative to compensate. */
@media only screen and (min-width: 62em) {
  #member-showcase {
    margin-bottom: -100px; } }

.member-promo {
  width: 100%;
  text-align: center;
  position: relative;
  height: 100px;
  overflow: hidden;
  float: left;
  box-sizing: border-box; }
  @media only screen and (min-width: 62em) {
    .member-promo {
      padding-left: 25.1%;
      top: -100px; } }
  .member-promo a {
    display: inline-block;
    width: 200px;
    height: 200px;
    mask: url("../svg/circle_mask.svg#circle-mask");
    mask-size: 100%;
    -webkit-mask-image: url("../svg/circle_mask.svg");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background-color: #FCEBB7;
    font-size: 14px;
    line-height: 16px;
    font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
    font-weight: 700;
    text-align: center;
    color: #905670;
    padding: 25px; }
    .member-promo a:hover {
      background-color: #71AAA3;
      text-decoration: none; }
    .member-promo a .highlight {
      color: #F7F5F2; }

/* !MASTHEAD */
#main-banner {
  width: 100%;
  padding: 1.4em 0;
  *zoom: 1;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto; }
  #main-banner:after {
    content: "";
    display: table;
    clear: both; }
  #main-banner .illustration {
    width: 100%;
    float: left;
    margin-right: 0.93458%;
    display: inline; }
    @media only screen and (min-width: 48em) {
      #main-banner .illustration {
        width: 15.88785%;
        float: left;
        margin-right: 0.93458%;
        display: inline;
        margin-right: 0.93458%; } }
  #main-banner .logo {
    width: 100%;
    float: left;
    margin-right: 0.93458%;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 48em) {
      #main-banner .logo {
        width: 66.35514%;
        float: left;
        margin-right: 0.93458%;
        display: inline;
        text-align: center;
        padding: 0 1.4em; } }
    @media only screen and (min-width: 48em) {
      #main-banner .logo figure {
        display: inline; } }
    #main-banner .logo figcaption {
      color: #0D1917;
      width: 100%;
      text-align: center;
      font-size: 1em;
      margin-top: 0.7em; }
  #main-banner .social-media {
    width: 100%;
    float: left;
    margin-right: 0.93458%;
    display: inline;
    margin: 1.4em 0; }
    @media only screen and (min-width: 48em) {
      #main-banner .social-media {
        width: 15.88785%;
        float: left;
        margin-right: 0.93458%;
        display: inline;
        margin: 0; } }
    #main-banner .social-media ul {
      margin: 0;
      padding: 0;
      border: 0;
      overflow: hidden;
      *zoom: 1; }
      #main-banner .social-media ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        float: left;
        padding-left: 4px;
        padding-right: 4px;
        float: right;
        margin-left: 0.35em; }
        #main-banner .social-media ul li:first-child {
          padding-left: 0; }
        #main-banner .social-media ul li:last-child {
          padding-right: 0; }
        #main-banner .social-media ul li.last {
          padding-right: 0; }

/* !HERO (Extends IM Relativity) */
.front #below-banner {
  background-color: #0D1917; }

#block-im-relativity-hero {
  overflow: visible; }
  @media only screen and (min-width: 62em) {
    #block-im-relativity-hero {
      margin: 0px auto; } }
  #block-im-relativity-hero header {
    display: none; }
  #block-im-relativity-hero .flexslider {
    margin-bottom: 0; }
  #block-im-relativity-hero .item_status {
    text-transform: uppercase; }
    #block-im-relativity-hero .item_status > div {
      font-weight: 700; }
  #block-im-relativity-hero .field-type-image {
    display: none; }
  #block-im-relativity-hero .slide_item {
    min-height: 600px;
    box-sizing: border-box;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-width: 100%;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }
    #block-im-relativity-hero .slide_item:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: inherit;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$black+0,ffffff+7,ffffff+93,000000+100 */
      background: #0D1917;
      background: -moz-linear-gradient(left, #0D1917 0%, transparent 7%, transparent 93%, #0D1917 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0D1917), color-stop(7%, transparent), color-stop(93%, transparent), color-stop(100%, #0D1917));
      background: -webkit-linear-gradient(left, #0D1917 0%, transparent 7%, transparent 93%, #0D1917 100%);
      background: -o-linear-gradient(left, #0D1917 0%, transparent 7%, transparent 93%, #0D1917 100%);
      background: -ms-linear-gradient(left, #0D1917 0%, transparent 7%, transparent 93%, #0D1917 100%);
      background: linear-gradient(to right, #0d1917 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 93%, #0d1917 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$black', endColorstr='$black',GradientType=1 ); }
    #block-im-relativity-hero .slide_item .item_title {
      position: absolute;
      box-sizing: border-box;
      display: block;
      float: right;
      background-color: rgba(255, 255, 255, 0.8);
      cursor: pointer;
      font-size: 40px;
      line-height: 40px;
      left: 0;
      height: auto;
      width: 100%;
      padding: 0.7em; }
      @media only screen and (min-width: 48em) {
        #block-im-relativity-hero .slide_item .item_title {
          padding: 0.35em;
          left: 10%; } }
      @media only screen and (min-width: 62em) {
        #block-im-relativity-hero .slide_item .item_title {
          left: 20%; } }
      @media only screen and (min-width: 75em) {
        #block-im-relativity-hero .slide_item .item_title {
          top: 30px;
          font-size: 50px;
          line-height: 50px;
          left: 30%;
          top: 40px;
          height: 70px;
          width: 2000px;
          padding: 10px 30px 10px 10px;
          margin: 0; } }
      #block-im-relativity-hero .slide_item .item_title h1 {
        text-transform: uppercase; }
      #block-im-relativity-hero .slide_item .item_title a:hover {
        text-decoration: underline; }
    #block-im-relativity-hero .slide_item .item_snippet {
      position: absolute;
      top: 130px;
      box-sizing: border-box;
      display: block;
      height: auto;
      width: 2000px;
      float: right;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 20px 20px 20px 1000px;
      display: none; }
      @media only screen and (min-width: 48em) {
        #block-im-relativity-hero .slide_item .item_snippet {
          display: block;
          right: 10%; } }
      @media only screen and (min-width: 62em) {
        #block-im-relativity-hero .slide_item .item_snippet {
          right: 20%; } }
      @media only screen and (min-width: 75em) {
        #block-im-relativity-hero .slide_item .item_snippet {
          right: 30%; } }
      @media only screen and (min-width: 48em) {
        #block-im-relativity-hero .slide_item .item_snippet {
          display: block; } }
      #block-im-relativity-hero .slide_item .item_snippet > * {
        display: block;
        width: 700px;
        float: right;
        position: relative;
        text-align: right; }
    #block-im-relativity-hero .slide_item .hero-mobile-content > * {
      text-align: left; }
    #block-im-relativity-hero .slide_item .item_snippet, #block-im-relativity-hero .slide_item .hero-mobile-content {
      font-size: 50px;
      line-height: 50px; }
      #block-im-relativity-hero .slide_item .item_snippet > *, #block-im-relativity-hero .slide_item .hero-mobile-content > * {
        font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
        font-size: 20px;
        line-height: 30px; }
      #block-im-relativity-hero .slide_item .item_snippet p.read-more, #block-im-relativity-hero .slide_item .item_snippet .node-teaser .read-more.submission_info, .node-teaser #block-im-relativity-hero .slide_item .item_snippet .read-more.submission_info, #block-im-relativity-hero .slide_item .hero-mobile-content p.read-more, #block-im-relativity-hero .slide_item .hero-mobile-content .node-teaser .read-more.submission_info, .node-teaser #block-im-relativity-hero .slide_item .hero-mobile-content .read-more.submission_info {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700; }
        #block-im-relativity-hero .slide_item .item_snippet p.read-more a, #block-im-relativity-hero .slide_item .item_snippet .node-teaser .read-more.submission_info a, .node-teaser #block-im-relativity-hero .slide_item .item_snippet .read-more.submission_info a, #block-im-relativity-hero .slide_item .hero-mobile-content p.read-more a, #block-im-relativity-hero .slide_item .hero-mobile-content .node-teaser .read-more.submission_info a, .node-teaser #block-im-relativity-hero .slide_item .hero-mobile-content .read-more.submission_info a {
          text-decoration: underline; }
        #block-im-relativity-hero .slide_item .item_snippet p.read-more a:hover, #block-im-relativity-hero .slide_item .item_snippet .node-teaser .read-more.submission_info a:hover, .node-teaser #block-im-relativity-hero .slide_item .item_snippet .read-more.submission_info a:hover, #block-im-relativity-hero .slide_item .hero-mobile-content p.read-more a:hover, #block-im-relativity-hero .slide_item .hero-mobile-content .node-teaser .read-more.submission_info a:hover, .node-teaser #block-im-relativity-hero .slide_item .hero-mobile-content .read-more.submission_info a:hover {
          color: #71AAA3; }

.hero .item_title h1 {
  font-weight: 700; }

@media only screen and (min-width: 48em) {
  #profile-content {
    width: 66.35514%;
    float: left;
    margin-right: 0.93458%;
    display: inline;
    padding-right: 1.4em; } }

#profile-sidebar {
  background-color: #0D1917;
  color: #F7F5F2; }
  @media only screen and (min-width: 48em) {
    #profile-sidebar {
      width: 32.71028%;
      float: right;
      margin-right: 0;
      *margin-left: -0.175em;
      display: inline; } }
  @media only screen and (min-width: 62em) {
    #profile-sidebar {
      text-align: center; } }
  #profile-sidebar .sidebar-header-info {
    width: 63%;
    display: inline-block; }
    @media only screen and (min-width: 48em) {
      #profile-sidebar .sidebar-header-info {
        display: none; } }
  #profile-sidebar .field-name-field-picture {
    width: 37%;
    float: right;
    display: inline-block; }
    @media only screen and (min-width: 48em) {
      #profile-sidebar .field-name-field-picture {
        display: block;
        float: none;
        width: 100%; } }
  #profile-sidebar .field-name-field-picture img {
    width: 100%;
    mask: url("../svg/circle_mask.svg#circle-mask");
    mask-size: 100%;
    -webkit-mask-image: url("../svg/circle_mask.svg");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat; }
    @media only screen and (min-width: 62em) {
      #profile-sidebar .field-name-field-picture img {
        width: 70%;
        display: inline-block; } }
  #profile-sidebar .profile-links {
    margin-top: 0.35em; }
  #profile-sidebar .profile-contact {
    display: block;
    width: 100%;
    clear: both;
    color: #F7F5F2;
    background-color: #F95D5D;
    font-size: 22.5px;
    font-size: 2.25rem;
    margin: 1.4em 0;
    cursor: pointer;
    padding: 0; }
    @media only screen and (min-width: 62em) {
      #profile-sidebar .profile-contact {
        margin-top: 0; } }
    #profile-sidebar .profile-contact:hover {
      border: 0;
      background-color: #44716c;
      text-decoration: none; }
    #profile-sidebar .profile-contact .profile-contact-head {
      font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
      text-transform: uppercase;
      display: block;
      text-align: center;
      font-size: 40.5px;
      font-size: 4.05rem;
      line-height: 40.5px;
      line-height: 4.05rem;
      padding: 0.7em 0.7em 0 0.7em; }
      @media only screen and (min-width: 48em) {
        #profile-sidebar .profile-contact .profile-contact-head {
          font-size: 33.75px;
          font-size: 3.375rem; } }
    #profile-sidebar .profile-contact .profile-contact-message {
      display: block;
      text-align: center;
      padding: 0.7em; }
  #profile-sidebar #profile-user-tools {
    background-color: #FFC89E;
    padding: 1.4em; }

.without-sidebar #profile-sidebar {
  display: none; }
  @media only screen and (min-width: 48em) {
    .without-sidebar #profile-sidebar {
      display: none; } }

.with-sidebar h1.inner-title {
  display: none; }
  @media only screen and (min-width: 48em) {
    .with-sidebar h1.inner-title {
      display: block; } }

#profile-messages li, #profile-user-buttons li, #profile-admin-buttons li {
  display: block;
  background-color: #905670;
  color: #FCEBB7;
  font-size: 33.75px;
  font-size: 3.375rem; }
  #profile-messages li:hover, #profile-user-buttons li:hover, #profile-admin-buttons li:hover {
    background-color: #F7F5F2;
    cursor: pointer; }

#profile-messages li {
  overflow: hidden;
  margin-bottom: 0.35em;
  min-height: 1.4em; }
#profile-messages li > * {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 27px;
  font-size: 2.7rem;
  padding: 0.7em; }
#profile-messages li div.icon {
  width: 10%; }
  #profile-messages li div.icon i {
    display: inline-block; }
#profile-messages li div.message {
  width: 90%; }
  #profile-messages li div.message p:last-child, #profile-messages li div.message .node-teaser .submission_info:last-child, .node-teaser #profile-messages li div.message .submission_info:last-child {
    margin-bottom: 0; }
#profile-messages li .alert p, #profile-messages li .alert .node-teaser .submission_info, .node-teaser #profile-messages li .alert .submission_info {
  color: #F95D5D;
  font-weight: 700; }
#profile-messages h3 {
  color: #F7F5F2; }

#profile-user-buttons h3 {
  border-bottom: none; }
  @media only screen and (min-width: 48em) {
    #profile-user-buttons h3 {
      font-size: 22.5px;
      font-size: 2.25rem; } }
#profile-user-buttons a {
  cursor: pointer;
  font-style: normal;
  border: 0; }
@media only screen and (min-width: 48em) {
  #profile-user-buttons p, #profile-user-buttons .node-teaser .submission_info, .node-teaser #profile-user-buttons .submission_info {
    font-size: 14.625px;
    font-size: 1.4625rem; } }
#profile-user-buttons ul {
  *zoom: 1;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #profile-user-buttons ul:after {
    content: "";
    display: table;
    clear: both; }
  #profile-user-buttons ul li {
    width: 47.05882%;
    float: left;
    margin-right: 5.88235%;
    display: inline;
    margin-bottom: 0.35em;
    padding: 0.35em;
    height: 9em; }
    #profile-user-buttons ul li:nth-child(2n) {
      float: right;
      margin-right: 0;
      *margin-left: -0.175em;
      display: inline; }
    @media only screen and (min-width: 48em) {
      #profile-user-buttons ul li {
        width: 100%;
        float: left;
        margin-right: 5.88235%;
        display: inline;
        height: auto; }
        #profile-user-buttons ul li:nth-child(1n) {
          float: right;
          margin-right: 0;
          *margin-left: -0.175em;
          display: inline; } }
  #profile-user-buttons ul li:nth-child(1n) {
    border-right: 0.16em solid #FFC89E; }
    @media only screen and (min-width: 48em) {
      #profile-user-buttons ul li:nth-child(1n) {
        border: 0; } }
  #profile-user-buttons ul li:nth-child(2n) {
    border-left: 0.16em solid #FFC89E; }
    @media only screen and (min-width: 48em) {
      #profile-user-buttons ul li:nth-child(2n) {
        border: 0; } }
  #profile-user-buttons ul li > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%; }

#promote {
  width: 100%;
  text-align: center;
  padding: 1.4em 0; }
  #promote a {
    display: inline-block;
    width: 80%;
    cursor: pointer; }
    #promote a > div {
      display: table-cell;
      vertical-align: top;
      width: 20%;
      padding-right: 5%; }
    #promote a > p, #promote .node-teaser a > .submission_info, .node-teaser #promote a > .submission_info {
      display: table-cell;
      vertical-align: top;
      font-size: 20.25px;
      font-size: 2.025rem;
      color: #FCEBB7;
      text-align: left; }
      #promote a > p:hover, #promote .node-teaser a > .submission_info:hover, .node-teaser #promote a > .submission_info:hover {
        color: #0D1917; }
      #promote a > p .promote-label, #promote .node-teaser a > .submission_info .promote-label, .node-teaser #promote a > .submission_info .promote-label {
        font-size: 27px;
        font-size: 2.7rem;
        font-weight: 700;
        text-transform: uppercase; }

#profile-header {
  display: none; }
  @media only screen and (min-width: 48em) {
    #profile-header {
      display: block; } }
  #profile-header .content-profile-links {
    float: right;
    width: 30%;
    margin: 0 0 0.35em 0.35em;
    text-align: right; }
    @media only screen and (min-width: 48em) {
      #profile-header .content-profile-links {
        width: 40%; } }

.field-name-field-presentations > .field-label {
  color: #0D1917;
  font-size: 33.75px;
  font-size: 3.375rem;
  margin: 0.7em 0; }
.field-name-field-presentations > div.item {
  background-color: #905670;
  padding: 1.4em;
  margin-bottom: 1.4em;
  overflow: hidden; }
  .field-name-field-presentations > div.item header figure {
    float: right;
    width: 40%;
    margin: 0 0 0 0.35em;
    padding: 0; }
    .field-name-field-presentations > div.item header figure a {
      cursor: pointer; }
      .field-name-field-presentations > div.item header figure a i {
        float: right;
        display: block;
        padding-left: 5%;
        margin-top: -0.35em; }
        @media only screen and (min-width: 48em) {
          .field-name-field-presentations > div.item header figure a i {
            padding-left: 0; } }
      .field-name-field-presentations > div.item header figure a figcaption {
        color: #FCEBB7;
        font-size: 18px;
        font-size: 1.8rem;
        width: 65%;
        padding: 0;
        margin: 0;
        float: left;
        text-align: right; }
        .field-name-field-presentations > div.item header figure a figcaption:hover {
          color: #F95D5D; }
  .field-name-field-presentations > div.item h3 {
    border-bottom: 0;
    font-size: 33.75px;
    font-size: 3.375rem;
    color: #F95D5D;
    margin: 0 0 0.7em 0; }

/* !CONTENT: TEASERS */
.node-teaser {
  margin-bottom: 1.4em;
  padding-top: 0.7em;
  overflow: hidden; }
  .node-teaser header h2 {
    text-transform: none;
    font-weight: 500;
    font-size: 33.75px;
    font-size: 3.375rem; }
  .node-teaser .submission_info {
    font-weight: 500;
    color: #a8a17f;
    margin: 0; }
    .node-teaser .submission_info a:hover, .node-teaser .submission_info a:focus {
      text-decoration: underline; }
  .node-teaser .field-name-body p:first-child, .node-teaser .field-name-body .submission_info:first-child {
    margin-top: 0.175em; }
  .node-teaser footer {
    visibility: hidden; }

/* !CONTENT: PAGES */
.illustrated-page .field-name-field-image {
  float: right;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.4em 0 1.4em 0; }
  @media only screen and (min-width: 48em) {
    .illustrated-page .field-name-field-image {
      width: 30%;
      padding: 0 0 1.4em 1.4em; } }
      
/* !RECENT POSTS */
#relativity-articles {
  *zoom: 1;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto; }
  #relativity-articles:after {
    content: "";
    display: table;
    clear: both; }
  #relativity-articles .more {
    display: none; }
  @media only screen and (min-width: 48em) {
    #relativity-articles .node-header {
      min-height: 70px; } }
  #relativity-articles .node-teaser {
    background: #cededa;
    padding: 1.4em;
    width: 100%;
    float: left;
    margin-right: 0.93458%;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 62em) {
      #relativity-articles .node-teaser {
        width: 32.71028%;
        float: left;
        margin-right: 0.93458%;
        display: inline; }
        #relativity-articles .node-teaser:nth-child(3n) {
          float: right;
          margin-right: 0;
          *margin-left: -0.175em;
          display: inline; } }
    #relativity-articles .node-teaser:hover {
      background: #e9edea; }
  #relativity-articles .field-name-field-image {
    width: 100%;
    margin-bottom: 1.4em; }
    @media only screen and (min-width: 48em) {
      #relativity-articles .field-name-field-image {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    #relativity-articles .field-name-field-image img {
      border: 1px solid #0D1917; }
  #relativity-articles .submission_info {
    display: none; }
  #relativity-articles .title-prefix {
    text-transform: uppercase;
    font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
    font-size: 0.8empx;
    font-size: 0.08emrem;
    font-weight: 700; }

.relativity-panel .node-teaser:nth-child(n+2) {
  border: 0; }

/* !BLOCKS */
#block-ccbc-directory-profile-portfolio {
  padding: 1.4em; }
  #block-ccbc-directory-profile-portfolio .field-name-field-portfolio {
    *zoom: 1;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #block-ccbc-directory-profile-portfolio .field-name-field-portfolio:after {
      content: "";
      display: table;
      clear: both; }
    #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item {
      width: 47.05882%;
      float: left;
      margin-right: 5.88235%;
      display: inline;
      margin-bottom: 1.4em; }
      #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(2n) {
        float: right;
        margin-right: 0;
        *margin-left: -0.175em;
        display: inline; }
      @media only screen and (min-width: 48em) {
        #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item {
          width: 22.85714%;
          float: left;
          margin-right: 2.85714%;
          display: inline; }
          #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(2n) {
            float: left;
            margin-right: 0.93458%;
            *margin-left: auto; }
          #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(4n) {
            float: right;
            margin-right: 0;
            *margin-left: -0.175em;
            display: inline; } }
      #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item a {
        width: 100%;
        display: table-cell;
        overflow: hidden;
        vertical-align: bottom;
        height: 15em; }
      #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item img {
        box-sizing: border-box;
        border: 5px solid #905670;
        width: 100%; }
    #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(1n) {
      padding-right: 0.35em;
      clear: left; }
      @media only screen and (min-width: 48em) {
        #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(1n) {
          clear: none; } }
    #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(2n) {
      padding-left: 0.35em;
      clear: right; }
      @media only screen and (min-width: 48em) {
        #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(2n) {
          clear: none; } }
    #block-ccbc-directory-profile-portfolio .field-name-field-portfolio > .item:nth-child(1n+4) {
      display: none; }

/* !ECOM */
input[value='Checkout'], input#edit-continue {
  background: #F95D5D; }
  input[value='Checkout']:hover, input#edit-continue:hover {
    background: #f72c2c; }

/* !ADMIN UI */
ul.primary {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0; }
  ul.primary li a {
    border: 0;
    font-weight: 300; }
  ul.primary li.active a {
    background: #44716c;
    border: 0;
    font-weight: 700; }

#profile-admin-buttons h3 {
  border-bottom: none; }
  @media only screen and (min-width: 48em) {
    #profile-admin-buttons h3 {
      font-size: 22.5px;
      font-size: 2.25rem; } }
#profile-admin-buttons a {
  cursor: pointer;
  font-style: normal;
  border: 0; }
@media only screen and (min-width: 48em) {
  #profile-admin-buttons p, #profile-admin-buttons .node-teaser .submission_info, .node-teaser #profile-admin-buttons .submission_info {
    font-size: 14.625px;
    font-size: 1.4625rem; } }
#profile-admin-buttons ul {
  *zoom: 1;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #profile-admin-buttons ul:after {
    content: "";
    display: table;
    clear: both; }
  #profile-admin-buttons ul li {
    width: 47.05882%;
    float: left;
    margin-right: 5.88235%;
    display: inline;
    height: 260px;
    margin: 0 0.7em 0.7em 0;
    overflow: hidden;
    padding: 0.7em; }
    @media only screen and (min-width: 48em) {
      #profile-admin-buttons ul li {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%;
        display: inline;
        margin: 0 0.7em 0.7em 0; } }
  #profile-admin-buttons ul li:nth-child(2) {
    margin-right: 0; }
    @media only screen and (min-width: 48em) {
      #profile-admin-buttons ul li:nth-child(2) {
        margin-right: 0.7em; } }
  #profile-admin-buttons ul li:nth-child(4) {
    margin-right: 0; }
  #profile-admin-buttons ul li > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%; }

/* !FORMS */
.form-item {
  margin-top: 0; }

input[type='button'], input[type='submit'] {
  border: 0; }

input[type='button'].cancel {
  background: #539f92; }

input[type='button'].cancel:hover {
  background: #44716c; }

label {
  font-size: 1.4rem;
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
  font-weight: 700;
  text-transform: uppercase; }

select, input {
  font-size: 2rem; }

select {
  border: 1px solid #905670;
  box-sizing: border-box;
  padding: 6px 10px;
  display: inline-block;
  color: #0D1917;
  vertical-align: middle;
  border-radius: 0;
  margin-bottom: 0.75em; }

input[type='text'] {
  padding: 4px;
  box-sizing: border-box; }

input[type='password'] {
  padding: 4px;
  box-sizing: border-box; }

input[value='Save'], input#edit-submit {
  background: #F95D5D; }

/* !PROFILE EDIT FORMS */
#profile2-edit-creator-form .form-item {
  margin: 1.4em 0;
  clear: left; }
  #profile2-edit-creator-form .form-item .form-item {
    margin: 0.35em 0; }
#profile2-edit-creator-form .link-field-column {
  float: none;
  width: 100%; }
  #profile2-edit-creator-form .link-field-column .form-text {
    width: inherit; }
#profile2-edit-creator-form .form-type-select label, #profile2-edit-creator-form .form-type-textfield label {
  float: left;
  padding: 3px 4px 0 0;
  text-align: right;
  width: 16em;
  display: inline-block; }
#profile2-edit-creator-form .form-type-select .description, #profile2-edit-creator-form .form-type-textfield .description {
  padding-left: 17em; }
#profile2-edit-creator-form select, #profile2-edit-creator-form input {
  font-size: 1.4rem; }
#profile2-edit-creator-form input[type='button'], #profile2-edit-creator-form input[type='submit'] {
  font-size: 1.8rem; }
#profile2-edit-creator-form label {
  font-size: 1.6rem; }
#profile2-edit-creator-form legend {
  font-weight: 700; }
#profile2-edit-creator-form label {
  color: #F95D5D; }
#profile2-edit-creator-form tr.odd {
  background: #F7F5F2; }
#profile2-edit-creator-form tr.even {
  background: #F7F5F2; }
#profile2-edit-creator-form #edit-profile-creator-field-genre-und {
  height: 175px; }
#profile2-edit-creator-form #edit-profile-creator-field-portfolio .form-item .form-type-select label, #profile2-edit-creator-form #edit-profile-creator-field-portfolio .form-item .form-type-textfield label {
  float: none;
  padding: 0;
  text-align: left;
  width: inherit;
  display: inline-block; }
#profile2-edit-creator-form #edit-profile-creator-field-portfolio .form-item .form-type-select .description, #profile2-edit-creator-form #edit-profile-creator-field-portfolio .form-item .form-type-textfield .description {
  padding-left: 0; }

/* !FOOTER */
#footer {
  background: #0D1917;
  min-height: 28em;
  color: #F7F5F2;
  font-size: 1.5rem;
  padding-top: 2.8em; }
  #footer p, #footer .node-teaser .submission_info, .node-teaser #footer .submission_info, #footer li {
    font-size: 1.5rem;
    line-height: 1.8rem; }
  #footer li {
    padding: 0;
    margin: 0; }
  #footer a {
    color: #F7F5F2; }
    #footer a:hover {
      color: #71AAA3;
      text-decoration: underline; }
  #footer h2 {
    font-size: 1.5rem;
    margin: 0 0 0.35em 0; }
  #footer ul, #footer ul.menu {
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 75em) {
    #footer > .inner-zone {
      background-position: 0 0; } }
  #footer > .inner-zone .footer-region {
    *zoom: 1;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: auto;
    margin-right: auto; }
    #footer > .inner-zone .footer-region:after {
      content: "";
      display: table;
      clear: both; }
    #footer > .inner-zone .footer-region > section {
      width: 41.1215%;
      float: left;
      margin-right: 0.93458%;
      display: inline; }
      @media only screen and (min-width: 62em) {
        #footer > .inner-zone .footer-region > section {
          width: 24.29907%;
          float: left;
          margin-right: 0.93458%;
          display: inline; } }
    #footer > .inner-zone .footer-region > section:nth-child(1) {
      padding-left: 16.82243%; }
    #footer > .inner-zone .footer-region > section:nth-child(2) {
      margin-right: 0; }

/* !LABELS */
.label-1 {
  color: #71AAA3; }

.label-2 {
  color: #71AAA3; }

.label-3 {
  color: #71AAA3; }

.label-4 {
  color: #71AAA3; }

.label-5 {
  color: #71AAA3; }

.label-6 {
  color: #F95D5D; }

.label-7 {
  color: #F95D5D; }

.label-8 {
  color: #F95D5D; }

/* !GENERAL STYLES */
.item_status {
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif; }

.links li, .menu li, .dynamic li {
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif; }

.label {
  color: #F95D5D;
  text-transform: uppercase; }

.field-label {
  color: #F95D5D;
  font-size: 20.25px;
  font-size: 2.025rem;
  text-transform: uppercase; }

/* !ARTMOB */
#block-artmob-artmob-summary {
  border: 1px solid #244742;
  padding: 1.4em;
  background: #dcce91; }
  #block-artmob-artmob-summary .block_content {
    *zoom: 1;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: auto;
    margin-right: auto; }
    #block-artmob-artmob-summary .block_content:after {
      content: "";
      display: table;
      clear: both; }
    #block-artmob-artmob-summary .block_content .artmob-info-group {
      width: 100%;
      float: left;
      margin-right: 0.93458%;
      display: inline; }
      #block-artmob-artmob-summary .block_content .artmob-info-group:nth-child(1n) {
        float: right;
        margin-right: 0;
        *margin-left: -0.175em;
        display: inline; }
      @media only screen and (min-width: 37.5em) {
        #block-artmob-artmob-summary .block_content .artmob-info-group {
          width: 49.53271%;
          float: left;
          margin-right: 0.93458%;
          display: inline; }
          #block-artmob-artmob-summary .block_content .artmob-info-group:nth-child(1n) {
            float: left;
            margin-right: 0.93458%;
            *margin-left: auto; }
          #block-artmob-artmob-summary .block_content .artmob-info-group:nth-child(2n) {
            float: right;
            margin-right: 0;
            *margin-left: -0.175em;
            display: inline; } }
      @media only screen and (min-width: 62em) {
        #block-artmob-artmob-summary .block_content .artmob-info-group {
          width: 32.71028%;
          float: left;
          margin-right: 0.93458%;
          display: inline; }
          #block-artmob-artmob-summary .block_content .artmob-info-group:nth-child(2n) {
            float: left;
            margin-right: 0.93458%;
            *margin-left: auto; }
          #block-artmob-artmob-summary .block_content .artmob-info-group:nth-child(3n) {
            float: right;
            margin-right: 0;
            *margin-left: -0.175em;
            display: inline; } }
  #block-artmob-artmob-summary header.group_header {
    width: 100%;
    background-image: url(../img/varia/label.png);
    background-repeat: no-repeat;
    -moz-background-size: 2.8em;
    -o-background-size: 2.8em;
    -webkit-background-size: 2.8em;
    background-size: 2.8em;
    background-position: 0 0;
    padding: 0 0 1.4em 5.6em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 62em) {
      #block-artmob-artmob-summary header.group_header {
        -moz-background-size: 4.2em;
        -o-background-size: 4.2em;
        -webkit-background-size: 4.2em;
        background-size: 4.2em;
        padding: 0 0 2.8em 5.6em;
        margin-bottom: 1.4em; } }
    #block-artmob-artmob-summary header.group_header h2 {
      text-transform: uppercase;
      color: #244742;
      margin: 0; }

.info-capsules {
  overflow: hidden; }

.artmob-info-group h4, .artmob-info-group .node-teaser header h2, .node-teaser header .artmob-info-group h2 {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0 0.35em 0; }

.artmob-info-group {
  margin-bottom: 1.4em; }
  .artmob-info-group a, .artmob-info-group a:link, .artmob-info-group a:visited {
    text-decoration: underline; }

.am-info {
  font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
  margin: 0; }

.am-label {
  font-weight: 300; }

h1 .contributors {
  display: inline;
  color: #244742;
  font-size: 0.5em; }
  h1 .contributors .contributor-role {
    text-transform: lowercase; }
  h1 .contributors a, h1 .contributors a:link, h1 .contributors a:visited {
    text-decoration: underline;
    color: #244742; }

.field-type-file {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.illustrated-page > .field-type-file {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .illustrated-page > .field-type-file {
      width: 70%; } }

.node-page > .field-type-file {
  padding: 0.7em 0.7em 0.7em 0;
  margin: 0.7em 0;
  float: left;
  position: relative;
  border-top: 1px solid #F95D5D;
  border-bottom: 1px solid #F95D5D; }
  .node-page > .field-type-file a:hover {
    text-decoration: underline; }
  .node-page > .field-type-file table {
    border: 0;
    width: 100%; }
  .node-page > .field-type-file thead {
    display: none; }
  .node-page > .field-type-file tbody {
    border: 0; }
  .node-page > .field-type-file tr, .node-page > .field-type-file tr.even, .node-page > .field-type-file tr.odd {
    background-color: inherit;
    border: 0; }
  .node-page > .field-type-file td {
    font-family: "museo-sans", Georgia, Garamond, Palatino, Book Antiqua, serif;
    text-transform: uppercase;
    font-weight: 700; }

.node-page > .field-name-field-photo {
  margin-bottom: 1.4em; }

.field-name-field-photo img {
  width: 100%;
  max-width: 100%; }

/* !HOLDINGS */
.page-holdings #block-system-main ul {
  margin: 0; }
.page-holdings #block-system-main h3 {
  font-size: 1em;
  text-transform: uppercase; }
.page-holdings #block-system-main .group {
  margin-bottom: 1.4em; }

/* !TEMP */
#collections-btn, #main-nav .dynamic li:nth-child(2) {
  display: none; }

@media only screen and (min-width: 62em) {
  #browser header {
    margin-right: 0.7em; } }
