/******************************************************************
Site Name: Royal BC Museum (Kispiox 2016)
Author: Royal BC Museum
Author URI: http://royalbcmuseum.bc.ca
Stylesheet: Kispiox
Theme Name: Kispiox

******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0 0 20px;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
SITE WIDTH
*********************/
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/* .transition(all,2s); */
/* .transition(all,2s); */
.transition-opacity {
  -webkit-transition: all linear 0.1s, opacity linear 0.1s;
  -moz-transition: all linear 0.1s, opacity linear 0.1s;
  -o-transition: all linear 0.1s, opacity linear 0.1s;
  transition: all linear 0.1s, opacity linear 0.1s;
}
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/*********************
BUTTONS
*********************/
.button,
.button:visited,
a.button {
  display: inline-block;
  padding: 4px 16px;
  font-family: 'Univers W01', sans-serif;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: #5a87c6;
  background: -moz-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: -webkit-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: linear-gradient(to bottom, #5a87c6 50%, #527cb5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#527cb5', GradientType=1);
  box-shadow: 2px 4px 0 #2e4970;
  border-radius: 4px;
  cursor: pointer;
}
.button .fa,
.button:visited .fa,
a.button .fa {
  padding-right: 8px;
}
.button:hover,
.button:visited:hover,
a.button:hover {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button:before {
  font-family: FontAwesome;
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
html {
  margin-top: 0 !important;
}
.d-hide {
  display: none;
}
.m-hide {
  display: block;
}
body {
  font-family: 'Univers W01', sans-serif;
  font-size: 100%;
  letter-spacing: 0.01rem;
  color: #222222;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility;
}
::-moz-selection {
  background: #222222;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #222222;
  color: #fff;
  text-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  padding: 0 0 32px 32px;
}
img.alignleft {
  float: left;
  padding: 0 32px 32px 0;
}
p {
  margin: 0 0 32px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3 {
  padding: 0;
  margin: 0  0 16px;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 28px;
  line-height: 36px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
.max-1200 {
  max-width: 1200px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
blockquote {
  font-family: 'Neuton', serif;
  font-style: italic;
  font-size: 28px;
  line-height: 30px;
}
.hide,
.d-hide {
  display: none;
}
.fa-twitter {
  color: #55acee;
}
.tabs {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}
.date-repeat-instance {
  display: inline-block;
}
#main {
  margin: 0 auto;
  float: none;
  overflow: auto;
}
#main #basic-page-header {
  padding: 0 0 16px;
}
#main .view-id-feature_images.view-display-id-block .views-row {
  position: relative;
  line-height: 0;
}
#main .view-id-feature_images.view-display-id-block .views-row .views-field-field-feature-image-credit {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.85;
}
#main #content {
  font-family: 'Neuton', serif;
  font-size: 22px;
  line-height: 30px;
}
#main #content .field-name-field-feature-image {
  line-height: 0;
  margin: 0 0 32px;
}
#main #content h1.title {
  font-size: 42px;
  line-height: 48px;
}
#main #content img.alignright,
#main #content figure.alignright {
  margin: 0 0 16px 16px;
}
#main #content img.alignleft,
#main #content figure.alignleft {
  margin: 0 16px 16px 0;
}
#main #content figure {
  display: table;
}
#main #content figure img {
  margin: 0;
  float: left;
}
#main #content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  clear: both;
  background: #f1f1f1;
  padding: 8px;
  text-align: center;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
#main #content ol,
#main #content ul {
  margin: 0 0 32px 22px;
}
#main #content ul li {
  list-style: disc;
}
#main #content ol li {
  list-style: decimal;
}
#main #content .view-tiered-pages .views-field-field-section-title- h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 4px;
}
#main #content .view-tiered-pages .views-field-field-section-title- h1 .anchor {
  display: none;
}
#main #content .view-tiered-pages .tiered-sub-title {
  padding: 0;
  margin: 0 0 16px;
  color: #777777;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
}
#main #content .view-tiered-pages h2 .anchor,
#main #content .view-tiered-pages h3 .anchor,
#main #content .view-tiered-pages h4 .anchor,
#main #content .view-tiered-pages h5 .anchor {
  display: none;
}
#main #content .view-tiered-pages .views-field-field-photo-gallery {
  clear: both;
  margin: 0 0 16px;
  overflow: auto;
}
#main #content .view-tiered-pages .views-field-field-photo-gallery .field-content {
  line-height: 0;
}
#main #content .view-tiered-pages .views-field-field-photo-gallery .field-content a img {
  line-height: 0;
  float: left;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#main #content .view-tiered-pages .views-field-field-photo-gallery .field-content a:last-child {
  padding-right: 16px;
}
#main #content .view-tiered-pages .views-field-field-section-banner-image .field-content {
  line-height: 0;
  margin: 0 0 16px;
}
#main .breadcrumb {
  font-family: 'Univers W01', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #777777;
}
#main .breadcrumb a {
  color: #777777 !important;
}
#main #content-inner,
#main #content-inner-second {
  margin: 0 auto;
  float: none;
}
#main #block-views-around_the_museum-block .block-title,
#main #block-views-landing_page_items-block .block-title {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 16px;
  font-weight: 100;
  text-transform: uppercase;
  color: #777777;
}
#main #block-views-around_the_museum-block .view-around-the-museum,
#main #block-views-landing_page_items-block .view-around-the-museum,
#main #block-views-around_the_museum-block .view-landing-page-items,
#main #block-views-landing_page_items-block .view-landing-page-items {
  float: left;
  width: 100%;
}
#main #block-views-around_the_museum-block .view-around-the-museum .views-row,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row {
  position: relative;
  height: 220px;
  padding-right: 16px !important;
  overflow: hidden;
}
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-field-feature-image,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-field-feature-image,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-field-feature-image,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-field-feature-image {
  overflow: hidden;
  line-height: 0;
}
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-field-feature-image .no-img,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-field-feature-image .no-img,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-field-feature-image .no-img,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-field-feature-image .no-img {
  width: 100%;
  height: 220px;
  background: #5a87c6;
}
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title,
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title-1,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title-1,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 380px;
}
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title .field-content,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title .field-content,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title .field-content,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title .field-content,
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title-1 .field-content,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title-1 .field-content,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1 .field-content,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 .field-content {
  height: 220px;
  width: 100%;
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(60%, rgba(90, 135, 198, 0)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
  display: table;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title .field-content:hover,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title .field-content:hover,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title .field-content:hover,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title .field-content:hover,
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title-1 .field-content:hover,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title-1 .field-content:hover,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1 .field-content:hover,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 .field-content:hover {
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(60%, rgba(90, 135, 198, 0.8)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
}
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title .field-content a,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title .field-content a,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title .field-content a,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title .field-content a,
#main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title-1 .field-content a,
#main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title-1 .field-content a,
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1 .field-content a,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 .field-content a {
  font-family: 'Univers W01', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
}
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 {
  max-width: 434px;
}
#main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1 .field-content,
#main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 .field-content {
  height: 220px;
}
.pager .pager-current {
  font-weight: 400;
}
.page-node-29488 #main #content h1.title {
  margin-left: 232px;
}
/******************************************************************

Stylesheet: Grid Stylesheet

******************************************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  float: left;
  margin-bottom: 16px;
  padding-right: 16px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-5 {
  width: 5%;
}
.col-10 {
  width: 10%;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33%;
}
.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55%;
}
.col-60 {
  width: 60%;
}
.col-65 {
  width: 65%;
}
.col-66 {
  width: 66%;
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-85 {
  width: 85%;
}
.col-90 {
  width: 90%;
}
.col-95 {
  width: 95%;
}
.col-100 {
  width: 100%;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z6 {
  z-index: 6;
}
.z7 {
  z-index: 7;
}
.z8 {
  z-index: 8;
}
.z9 {
  z-index: 9;
}
.z10 {
  z-index: 10;
}
#header #rbcm-nav {
  background: #454545;
  margin: 0;
  padding: 0;
}
#header #rbcm-nav #rbcm-nav-container {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#header #rbcm-nav #rbcm-nav-container #rbcm-logo {
  position: absolute;
  left: 16px;
  top: 0;
  width: 15%;
  padding-right: 0;
}
#header #rbcm-nav #rbcm-nav-container #rbcm-logo img {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
#header #rbcm-nav #rbcm-nav-container #header-menu {
  float: right;
  width: 85%;
  margin: 0;
  padding: 0 0 0 16px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 164px;
  height: 64px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .item-title {
  height: 64px;
  margin: 0;
  padding: 21px 0;
  text-align: center;
  list-style: none;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .item-title span {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  display: inline-block;
  width: 100%;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region {
  position: absolute;
  top: 64px;
  z-index: 2;
  display: none;
  min-width: 600px;
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.35);
  background: #454545;
  background: -moz-linear-gradient(left, #454545 0%, #777777 100%);
  background: -webkit-linear-gradient(left, #454545 0%, #777777 100%);
  background: linear-gradient(to right, #454545 0%, #777777 100%);
  overflow: hidden;
  padding-bottom: 16px;
  border-bottom: #5a87c6 8px solid;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu {
  width: 100%;
  float: left;
  position: relative;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li {
  background: none !important;
  width: 100%;
  list-style: none;
  padding: 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li .nolink {
  display: inline-block;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li a:hover {
  color: #5a87c6;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 16px 0 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li li {
  width: 100%;
  float: none;
  padding-right: 0;
  margin-bottom: 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li.expanded .menu {
  padding: 8px 0 8px 8px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li.expanded .menu a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
  display: inline-block;
  width: 100%;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li.expanded .menu .collection-tag {
  display: inline-block;
  border: #383838 solid 1px;
  background: #404040;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  border-radius: 3px;
  padding: 4px;
  margin: 0 0 8px;
  clear: both;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .menu li.expanded li.expanded {
  float: none;
  width: 100%;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(1) {
  padding: 16px 16px 0;
  width: 164px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(1) ul li {
  width: 100%;
  float: none;
  background: none !important;
  margin: 0 0 16px;
  padding: 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(1) ul li a {
  display: inline-block;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: #5a87c6;
  background: -moz-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: -webkit-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: linear-gradient(to bottom, #5a87c6 50%, #527cb5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#527cb5', GradientType=1);
  box-shadow: 2px 4px 0 #2e4970;
  border-radius: 4px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(1) ul li a .fa {
  padding-right: 8px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(1) ul li a:hover {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(1) ul li a.long {
  font-size: 12px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(1) ul li a:before {
  font-family: FontAwesome;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region .block-menu-block:nth-child(2) {
  padding: 16px 16px 0;
  margin: 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.open .region {
  display: block;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.closed .region {
  display: none;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#visit .region .block-menu-block:nth-child(1) {
  background: url(../images/menus/visit-hover-bg-main.png) no-repeat top center #454545;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#visit.open .item-title {
  background: url(../images/menus/visit-hover-bg-tab.jpg) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#collections .region .block-menu-block:nth-child(1) {
  background: url(../images/menus/collections-hover-bg-main.png) no-repeat top center #454545;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#collections.open .item-title {
  background: url(../images/menus/collections-hover-bg-tab.jpg) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#learn .region .block-menu-block:nth-child(1) {
  background: url(../images/menus/learn-hover-bg-main.png) no-repeat top center #454545;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#learn.open .item-title {
  background: url(../images/menus/learn-hover-bg-tab.jpg) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#support .region .block-menu-block:nth-child(1) {
  background: url(../images/menus/support-hover-bg-main.png) no-repeat top center #454545;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#support.open .item-title {
  background: url(../images/menus/support-hover-bg-tab.jpg) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#archives .region .block-menu-block:nth-child(1) {
  background: url(../images/menus/our-work-hover-bg-main.png) no-repeat top center #454545;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#archives.open .item-title {
  background: url(../images/menus/our-work-hover-bg-tab.jpg) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#about .region .block-menu-block:nth-child(1) {
  background: url(../images/menus/about-hover-bg-main.png) no-repeat top center #454545;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#about.open .item-title {
  background: url(../images/menus/about-hover-bg-tab.jpg) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu #support .region,
#header #rbcm-nav #rbcm-nav-container #header-menu #learn .region,
#header #rbcm-nav #rbcm-nav-container #header-menu #about .region {
  right: 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu #support .region .block-menu-block,
#header #rbcm-nav #rbcm-nav-container #header-menu #learn .region .block-menu-block,
#header #rbcm-nav #rbcm-nav-container #header-menu #about .region .block-menu-block {
  float: right;
}
#header #rbcm-meta {
  margin: 0 auto;
  float: none;
  clear: both;
  overflow: auto;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  font-weight: 100;
  height: 80px;
}
#header #rbcm-meta a {
  color: #777777;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#header #rbcm-meta a:hover {
  color: #5a87c6;
}
#header #rbcm-meta #gallery-hours {
  margin: 0;
  padding: 32px 0 0 235px;
}
#header #rbcm-meta #gallery-hours #hours-of-business {
  margin: 0;
}
#header #rbcm-meta #gallery-hours #hours-of-business .views-field-field-hours-of-operation .oh-display-label,
#header #rbcm-meta #gallery-hours #hours-of-business .views-field-field-hours-of-operation .oh-display-grouped {
  width: auto !important;
  display: inline;
}
#header #rbcm-meta #gallery-hours #hours-of-business .views-field-field-hours-of-operation .oh-display {
  display: none;
}
#header #rbcm-meta #gallery-hours #hours-of-business .views-field-field-hours-of-operation .oh-display.current-day {
  display: inline-block;
}
#header #rbcm-meta #gallery-hours #hours-location {
  margin: 0;
}
#header #rbcm-meta #members-social {
  margin: 0;
  padding: 32px 0 0;
  display: inline-block;
}
#header #rbcm-meta #members-social a {
  line-height: 32px;
  display: inline-block;
}
#header #rbcm-meta #members-social .fa {
  font-size: 26px;
  line-height: 32px;
  width: 32px;
  text-align: center;
}
#header #rbcm-meta #members-social .wrapper {
  float: right;
}
#header #rbcm-meta #members-social .wrapper .social-icons {
  float: left;
  padding-right: 24px;
}
#header #rbcm-meta #members-social .wrapper .header-search {
  float: left;
}
#header #rbcm-meta .region-header-search {
  display: inline-block;
}
#header #rbcm-meta .region-header-search #block-search-form #edit-actions,
#header #rbcm-meta .region-header-search #block-search-form #edit-actions--1,
#header #rbcm-meta .region-header-search #block-search-form #edit-actions--2,
#header #rbcm-meta .region-header-search #block-search-form #edit-actions--3,
#header #rbcm-meta .region-header-search #block-search-form #edit-actions--4,
#header #rbcm-meta .region-header-search #block-search-form #edit-actions--5,
#header #rbcm-meta .region-header-search #block-search-form #edit-actions--6 {
  display: none;
}
#header #rbcm-meta .region-header-search #block-search-form #edit-search-block-form--2 {
  float: left;
  color: #777777;
  background: #fafafa;
  border: 1px solid #dadada;
  border-left: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  width: 140px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#header #rbcm-meta .region-header-search #block-search-form #edit-search-block-form--2:focus {
  outline: none !important;
  width: 240px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#header #rbcm-meta .region-header-search #block-search-form .fa-search {
  float: left;
  width: auto;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #fafafa;
  border: 1px solid #dadada;
  border-right: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  color: #777777;
}
#page #header #rbcm-nav-mobile {
  padding: 0;
  background: #454545;
}
#page #header #rbcm-nav-mobile #mobile-triggers {
  width: 80%;
  float: left;
  padding: 0;
  margin: 0;
}
#page #header #rbcm-nav-mobile #mobile-triggers .trigger {
  width: 50%;
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
}
#page #header #rbcm-nav-mobile #mobile-triggers .trigger.active {
  background: #1f1f1f;
}
#page #header #rbcm-nav-mobile #mobile-logo {
  width: 20%;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 0;
}
#page #header #rbcm-nav-mobile #mobile-menu {
  margin: 0;
}
#page #header #rbcm-nav-mobile #mobile-menu #header-menu-mobile {
  margin: 0;
}
#page #header #rbcm-nav-mobile #mobile-menu #header-menu-mobile ul {
  list-style: none;
  margin-bottom: 0;
}
#page #header #rbcm-nav-mobile #mobile-menu #header-menu-mobile ul li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 16px 0;
  list-style: none;
}
#page #header #rbcm-nav-mobile #mobile-menu #header-menu-mobile ul li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}
#page #header #rbcm-nav-mobile #header-menu-mobile.closed {
  display: none;
}
#page #header #rbcm-nav-mobile #header-menu-mobile.open {
  display: block;
}
#page #header #rbcm-meta #header-search-mobile {
  margin: 0 0 16px;
  float: left;
  width: 100%;
}
#page #header #rbcm-meta #header-search-mobile .region-header-search {
  width: 100%;
  display: block;
}
#page #header #rbcm-meta #header-search-mobile .region-header-search #block-search-form .fa {
  display: none;
}
#page #header #rbcm-meta #header-search-mobile .region-header-search #block-search-form #edit-search-block-form--2 {
  float: none;
  width: 100%;
  border-left: 1px solid #dadada;
  padding: 0 8px;
}
#page #header #rbcm-meta #header-search-mobile.closed {
  display: none;
}
#page #header #rbcm-meta #header-search-mobile.open {
  display: block;
}
.front ul li,
.front ol li {
  list-style: none !important;
}
.front .row {
  padding-right: 0;
}
.front #homepage-feature-exhibition {
  padding-right: 0;
  margin-bottom: 32px;
}
.front #homepage-feature-exhibition img {
  line-height: 0;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-background {
  height: 480px;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-wrapper {
  display: block;
  margin: 0 auto;
  float: none;
  height: 480px;
  position: relative;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details {
  position: absolute;
  bottom: 0;
  left: 0;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  max-width: 900px;
  margin: 0;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h2 a {
  color: #454545;
  text-decoration: none;
  font-weight: 700;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 {
  display: inline-block;
  color: #454545;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  max-width: 900px;
  margin: 0;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 a {
  padding: 4px 16px;
  font-family: 'Univers W01', sans-serif;
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #5a87c6;
  background: -moz-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: -webkit-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: linear-gradient(to bottom, #5a87c6 50%, #527cb5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#527cb5', GradientType=1);
  box-shadow: 2px 4px 0 #2e4970;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  float: right;
  padding: 0 32px;
  margin: 0 0 0 16px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  /*font-size: 16px;
          line-height: 32px;
          font-weight: 400;
          text-decoration: none;
          color: @white;
          text-transform: uppercase;
          text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
          text-align: center;
          letter-spacing: 0.1em;
          border: 1px solid @white;
          border-radius: 6px;
          display: inline-block;
          padding: 0 8px;
          margin: 0 0 0 8px;
          position: relative;
          background: -moz-linear-gradient(left,  rgba(58,58,58,0.8) 0%, rgba(58,58,58,0.8) 64%, rgba(58,58,58,0.3) 100%);
          background: -webkit-linear-gradient(left,  rgba(58,58,58,0.8) 0%,rgba(58,58,58,0.8) 64%,rgba(58,58,58,0.3) 100%);
          background: linear-gradient(to right,  rgba(58,58,58,0.8) 0%,rgba(58,58,58,0.8) 64%,rgba(58,58,58,0.3) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83a3a3a', endColorstr='#1a3a3a3a',GradientType=1 );*/
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 a .fa {
  padding-right: 8px;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 a:hover {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 a:before {
  font-family: FontAwesome;
  content: "\f145";
  margin-right: 4px;
}
.front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 a:hover {
  background: #5a87c6;
  background: -moz-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: -webkit-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: linear-gradient(to bottom, #5a87c6 50%, #527cb5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@secondary', endColorstr='#527cb5', GradientType=1);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.front #main #content {
  font-family: 'Univers W01', sans-serif;
  color: #454545;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
}
.front #main #content .block-title {
  color: #454545;
  font-weight: 100;
  font-size: 26px;
  line-height: 54px;
  text-transform: uppercase;
  margin: 0;
}
.front #main #content .row {
  margin-bottom: 0;
}
.front #main #content .row [class*='col-'] {
  height: 380px;
  padding-right: 16px;
}
.front #main #content .row .view .view-footer a {
  font-weight: 400;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .views-row .homepage-slide,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide {
  position: relative;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .views-row .homepage-slide a,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide a {
  display: block;
  line-height: 0;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .views-row .homepage-slide .slider-title-wrapper,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide .slider-title-wrapper {
  position: absolute;
  color: #ffffff;
  bottom: 16px;
  left: 16px;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .views-row .homepage-slide .slider-title-wrapper h2,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide .slider-title-wrapper h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .views-row .homepage-slide .slider-title-wrapper h4,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide .slider-title-wrapper h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.85);
}
.front #main #content #homepage-row-1 #block-views-events-block_10 {
  padding: 0 0 0 16px;
  height: 380px;
}
.front #main #content #homepage-row-1 #block-views-events-block_10 .view .view-content {
  height: 289px;
}
.front #main #content #homepage-row-1 #block-views-events-block_10 .view .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 8px 0;
}
.front #main #content #homepage-row-1 #block-views-events-block_10 .view .view-content .views-row .date-repeat-instance {
  display: inline-block;
}
.front #main #content #homepage-row-1 #block-views-events-block_10 .view .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.front #main #content #homepage-row-1 #block-views-events-block_10 .view .view-footer {
  height: 32px;
}
.front #main #content #homepage-row-1 #block-views-events-block_10 .view .view-footer p {
  line-height: 32px;
  margin: 0;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient {
  position: relative;
  height: 380px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient h2.grid-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .sub-links,
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .description {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  padding: 0 16px 0 0;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .sub-links ul,
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .description ul {
  padding: 0;
  margin: 16px 0;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .sub-links ul li,
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .description ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  font-size: 20px;
  line-height: 32px;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .sub-links ul li ul,
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .description ul li ul {
  margin: 0;
  padding: 0;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .sub-links ul li .fa,
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .description ul li .fa {
  font-size: 22px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .sub-links ul li a,
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .description ul li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .sub-links ul li a:hover,
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient .grid-content .description ul li a:hover {
  border-color: #ffffff;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient.off {
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(60%, rgba(90, 135, 198, 0)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient.off .grid-content {
  display: none;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient.on {
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(60%, rgba(90, 135, 198, 0.8)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient.on h2.grid-title {
  display: none;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient.on .grid-content {
  display: block;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient.on .grid-content h2.grid-title {
  display: block;
  position: static;
  text-shadow: none;
}
.front #main #content .view-homepage-blocks .view-content {
  position: relative;
  height: 380px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block {
  padding: 0 0 0 16px;
  height: 380px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-content {
  height: 289px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 8px 0;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-content .views-row .views-field-field-tweet-creation-date,
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-content .views-row .views-field-field-link-to-tweet {
  font-size: 14px;
  display: inline-block;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-footer {
  height: 32px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-footer a {
  line-height: 32px;
  margin: 0;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 {
  padding: 0 0 0 16px;
  height: 380px;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content {
  height: 299px;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 8px 0;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content .views-row .date-repeat-instance {
  display: inline-block;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content .views-row .views-field-field-tweet-creation-date,
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content .views-row .views-field-field-link-to-tweet {
  font-size: 14px;
  display: inline-block;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-footer {
  height: 32px;
}
.front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-footer a {
  line-height: 32px;
  margin: 0;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 {
  height: 340px;
  margin-bottom: 32px;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider {
  margin: 16px 0 0;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-slide {
  width: 396px;
  height: 324px;
  opacity: 0.3;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-slide h3 {
  margin: 0;
  padding: 0;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-slide h3 a {
  color: #777777;
  font-size: 26px;
  line-height: 32px;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-slide p {
  font-size: 14px;
  line-height: 28px;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-active {
  opacity: 1;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  opacity: 0.9;
  font-size: 40px;
  top: 110px;
  cursor: pointer;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-arrow:hover {
  opacity: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-arrow.fa-chevron-left {
  left: 16px;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-arrow.fa-chevron-right {
  right: 16px;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .view-footer {
  position: relative;
  float: none;
  margin: -340px auto 0;
  padding: 0 16px;
  height: 340px;
  width: 396px;
  max-width: 1200px;
  background: white;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .view-footer h3 {
  font-size: 42px;
  line-height: 42px;
}
.front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .view-footer p {
  font-size: 16px;
  line-height: 22px;
}
#footer {
  background: #efefef;
  font-weight: 100;
  padding-bottom: 16px;
}
#footer a {
  color: #222222;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#footer a:hover {
  color: #5a87c6;
}
#footer #footer-container {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  overflow: auto;
  font-size: 16px;
  line-height: 22px;
}
#footer #footer-container .block {
  padding-top: 48px;
  font-weight: 100;
}
#footer #footer-container .block .block-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 36px;
  padding: 0;
}
#footer #footer-container #footer-block-1 {
  padding-top: 0;
}
#footer #footer-container .view-admission-prices .views-field {
  display: inline-block;
  padding: 0;
  margin: 0 0 4px;
}
#footer #footer-container .view-admission-prices .views-field-title {
  padding-right: 32px;
  min-width: 180px;
}
#footer #footer-container .view-admission-prices .views-field-field-admission-one-day {
  text-align: right;
}
#footer #footer-block-3 .views-field-field-hours-of-operation .oh-current-open {
  color: #61B329;
  font-weight: 700;
}
#footer #footer-block-3 .views-field-field-hours-of-operation .oh-display-hours {
  float: left;
}
#footer #footer-block-3 .views-field-field-hours-of-operation .oh-display-label {
  width: auto !important;
}
#footer #footer-block-3 .views-field-field-hours-of-operation .oh-display {
  display: none;
}
#footer #footer-block-3 .views-field-field-hours-of-operation .oh-display.current-day {
  display: inline-block;
}
#footer #footer-block-3 #block-views-contact_information-block_1 {
  padding-top: 36px;
}
#footer #footer-block-3 #block-views-contact_information-block_1 .view-contact-information p {
  margin: 0;
  padding: 0;
}
#footer #footer-block-4 #block-block-2 {
  text-align: right;
  padding-top: 16px;
}
#footer #footer-block-4 #block-block-2 .block-title {
  margin-bottom: 8px;
}
#footer #footer-block-4 #block-menu-menu-footer-quick-links {
  text-align: right;
}
#footer #footer-block-4 #block-menu-menu-footer-quick-links ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#footer #footer-block-4 #block-menu-menu-footer-quick-links ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*********************
04. LINK STYLES
*********************/
#main a,
#main a:visited {
  color: #5a87c6;
  text-decoration: none;
  /*text-shadow: 0.03em 0 rgb(255, 255, 255), -0.03em 0 rgb(255, 255, 255), 0 0.03em rgb(255, 255, 255), 0 -0.03em rgb(255, 255, 255), 0.06em 0 rgb(255, 255, 255), -0.06em 0 rgb(255, 255, 255), 0.09em 0 rgb(255, 255, 255), -0.09em 0 rgb(255, 255, 255), 0.12em 0 rgb(255, 255, 255), -0.12em 0 rgb(255, 255, 255), 0.15em 0 rgb(255, 255, 255), -0.15em 0 rgb(255, 255, 255);
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -webkit-linear-gradient(rgb(24, 27, 67), rgb(24, 27, 67));
    background-image: -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -moz-linear-gradient(rgb(24, 27, 67), rgb(24, 27, 67));
    background-image: -o-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -o-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -o-linear-gradient(rgb(24, 27, 67), rgb(24, 27, 67));
    background-image: -ms-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -ms-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), -ms-linear-gradient(rgb(24, 27, 67), rgb(24, 27, 67));
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(24, 27, 67), rgb(24, 27, 67));
    -webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
    -moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
    background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 89%, 100% 89%, 0% 89%;*/
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
#main a:hover,
#main a:visited:hover,
#main a:focus,
#main a:visited:focus {
  color: #5a87c6;
  /*background-image: none !important;
      text-shadown: none !important;*/
}
#main a:link,
#main a:visited:link {
  /*
      this highlights links on iPhones/iPads.
      so it basically works like the :hover selector
      for mobile devices.
      */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
#sidebar-first {
  padding: 0 16px 16px;
}
#sidebar-first #block-menu_block-1.s-menu {
  display: none;
}
#sidebar-first #block-menu_block-1 .block-title {
  font-size: 28px;
  margin: 0 0 16px;
}
#sidebar-first #block-menu_block-1 .block-title a {
  font-weight: 200;
  color: #454545;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#sidebar-first #block-menu_block-1 .block-title a:hover {
  color: #5a87c6;
}
#sidebar-first #block-menu_block-1 ul.menu {
  padding: 0 0 0 2px;
  margin: 0;
}
#sidebar-first #block-menu_block-1 ul.menu li {
  list-style: none;
  padding: 0;
  margin: 4px 0;
}
#sidebar-first #block-menu_block-1 ul.menu li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  padding: 4px;
  display: block;
  color: #454545;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#sidebar-first #block-menu_block-1 ul.menu li a:hover {
  color: #5a87c6;
}
#sidebar-first #block-menu_block-1 ul.menu li .menu {
  display: none;
}
#sidebar-first #block-menu_block-1 ul.menu li .menu li a {
  font-size: 18px;
  line-height: 22px;
}
#sidebar-first #block-menu_block-1 ul.menu li .menu li a .fa {
  display: none;
}
#sidebar-first #block-menu_block-1 ul.menu li .menu li a:hover .fa {
  font-weight: 400;
}
#sidebar-first #block-menu_block-1 ul.menu li.active-trail .menu {
  display: block;
  padding-left: 32px;
}
#sidebar-first #block-menu_block-1 ul.menu li.active-trail .menu .menu {
  display: none;
  padding-left: 24px;
  margin: 8px 0;
}
#sidebar-first #block-menu_block-1 ul.menu li.active-trail .menu .menu li a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
  padding: 4px;
}
#sidebar-first #block-menu_block-1 ul.menu li.active-trail .menu li.active-trail .menu {
  display: block;
}
#sidebar-first #block-menu_block-1 ul.menu li.active a.active {
  color: #ffffff;
  background: #5a87c6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  padding-left: 16px;
}
#sidebar-first.no-feat {
  margin-top: 100px;
}
.anchorific {
  max-width: 300px;
  padding-left: 16px;
  width: 98%;
  border: 1px solid #f1f1f1;
  background: #fafafa;
  padding: 8px 8px 0;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.anchorific h4 {
  color: #777777;
  font-family: 'Univers W01', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
  margin: 0 0 16px;
  text-align: right;
}
.anchorific ul {
  border-bottom: 0;
  border-top: 0;
  list-style-type: none;
  padding: 0 4px 0 0;
  text-align: right;
}
.anchorific ul li a {
  border-right: 4px solid transparent;
  color: #5a87c6;
  display: block;
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  padding: 0 8px;
  margin: 0 0 8px;
  text-decoration: none;
}
.anchorific ul li a:hover {
  border-right: #5a87c6 4px solid;
  color: #777777;
}
.anchorific li ul {
  display: none;
  list-style-type: none;
}
.anchorific li.active > a {
  border-right: #5a87c6 4px solid;
  color: #777777;
}
table {
  margin: 0 0 32px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 4px 0px;
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  background: #f1f1f1;
}
table th {
  padding: 8px 16px;
  border: 1px solid #5a87c6;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background: #5a87c6;
  color: #ffffff;
}
table td {
  border-right: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 16px;
  vertical-align: bottom;
}
table td ul,
table td ol {
  padding-left: 22px;
}
table tr {
  background: #f1f1f1;
}
table tr:nth-child(odd) {
  background: #fafafa;
}
table tr:last-child td:last-child {
  border-radius: 0px 0px 4px 0px;
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
}
#content form .form-item {
  margin: 0 0 16px;
  padding: 0;
  font-family: 'Univers W01', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
}
#content form input[type="text"],
#content form input[type="email"],
#content form textarea,
#content form input[type="password"] {
  border: 1px solid #f2f2f2;
  max-width: 100%;
  opacity: 0.85;
  padding: 8px;
  color: #222222;
  font-family: 'Univers W01', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
}
#content form input[type="text"]:focus,
#content form input[type="email"]:focus,
#content form textarea:focus,
#content form input[type="password"]:focus {
  outline: none;
  opacity: 1;
  border: 1px solid #5a87c6;
}
#content form input[type="submit"] {
  -webkit-appearance: none;
  background: #5a87c6;
  border: none;
  outline: none;
  border-bottom: 4px solid #30558a;
  display: inline-block;
  width: auto;
  float: none;
  padding: 4px 16px;
  margin-right: 8px;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#content form input[type="submit"]:hover {
  border-color: #5a87c6;
  opacity: 1;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#content form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Univers W01', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
  color: #777777;
}
#content form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Univers W01', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
  color: #777777;
}
#content form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Univers W01', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
  color: #777777;
}
#content form :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Univers W01', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
  color: #777777;
}
#content form .button,
#content form input.button-primary {
  -webkit-appearance: none;
  background: #5a87c6;
  border: none;
  outline: none;
  border-bottom: 4px solid #30558a;
  display: inline-block;
  width: auto;
  float: none;
  padding: 4px 16px;
  margin-right: 8px;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#content form .button:hover,
#content form input.button-primary:hover {
  border-color: #5a87c6;
  opacity: 1;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#sidebar-second {
  padding: 0;
  margin-bottom: 0;
}
.region-sidebar-second {
  position: relative;
  margin-top: 62px;
  padding-left: 16px;
  padding-bottom: 16px;
}
.region-sidebar-second #block-views-basic_page_sidebar-block {
  width: 98%;
  border: 1px solid #f1f1f1;
  background: #fafafa;
  padding: 8px 8px 0;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.region-sidebar-second #block-views-basic_page_sidebar-block .field-name-field-sidebar-title {
  padding: 0 8px;
}
.region-sidebar-second #block-views-basic_page_sidebar-block .field-name-field-sidebar-title .field-item {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  margin: 0 0 16px;
  font-family: 'Univers W01', sans-serif;
}
.region-sidebar-second #block-views-basic_page_sidebar-block .field-name-field-sidebar-image .field-item {
  line-height: 0;
  margin: 0 0 16px;
}
.region-sidebar-second .field-name-field-sidebar-content {
  padding: 0 8px;
}
.region-sidebar-second .field-name-field-sidebar-content p,
.region-sidebar-second .field-name-field-sidebar-content ul,
.region-sidebar-second .field-name-field-sidebar-content ol {
  margin: 0 0 16px;
}
.region-sidebar-second .field-name-field-sidebar-content ul,
.region-sidebar-second .field-name-field-sidebar-content ol {
  padding-left: 22px;
}
.region-sidebar-second .field-name-field-sidebar-content ul li,
.region-sidebar-second .field-name-field-sidebar-content ol li {
  line-height: 26px;
  margin: 0 0 4px;
}
#block-views-news_releases-block .anchor,
#block-views-in_the_news-block .anchor,
#block-views-news_releases-block_3 .anchor {
  display: none;
}
#block-views-news_releases-block h1,
#block-views-in_the_news-block h1,
#block-views-news_releases-block_3 h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 8px;
}
#block-views-news_releases-block .views-row,
#block-views-in_the_news-block .views-row,
#block-views-news_releases-block_3 .views-row {
  padding: 8px 0;
  font-family: 'Univers W01', sans-serif;
  color: #454545;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 8px;
}
#block-views-news_releases-block .views-row .views-field-field-news-image,
#block-views-in_the_news-block .views-row .views-field-field-news-image,
#block-views-news_releases-block_3 .views-row .views-field-field-news-image {
  float: right;
  margin: 0 0 8px 8px;
  border: 1px solid #f2f2f2;
}
#block-views-news_releases-block .views-row .views-field-title,
#block-views-in_the_news-block .views-row .views-field-title,
#block-views-news_releases-block_3 .views-row .views-field-title {
  font-weight: 400;
}
#block-views-news_releases-block .views-row .views-field-field-publication-date,
#block-views-in_the_news-block .views-row .views-field-field-publication-date,
#block-views-news_releases-block_3 .views-row .views-field-field-publication-date,
#block-views-news_releases-block .views-row .views-field-field-document-upload,
#block-views-in_the_news-block .views-row .views-field-field-document-upload,
#block-views-news_releases-block_3 .views-row .views-field-field-document-upload {
  font-size: 14px;
  line-height: 18px;
}
.node-type-news-media-release .field-name-field-release-type {
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.node-type-news-media-release .field-name-field-publication-date {
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
}
.node-type-news-media-release .field-name-body {
  clear: both;
}
.node-type-news-media-release .views-field-field-document-upload a {
  margin: 0 0 16px;
  display: inline-block;
  padding: 4px 16px;
  font-family: 'Univers W01', sans-serif;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: #5a87c6;
  background: -moz-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: -webkit-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: linear-gradient(to bottom, #5a87c6 50%, #527cb5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#527cb5', GradientType=1);
  box-shadow: 2px 4px 0 #2e4970;
  border-radius: 4px;
  cursor: pointer;
}
.node-type-news-media-release .views-field-field-document-upload a .fa {
  padding-right: 8px;
}
.node-type-news-media-release .views-field-field-document-upload a:hover {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.node-type-exhibition-special- #main #content #exhibition-logo {
  text-align: center;
  margin-top: -120px;
}
.node-type-exhibition-special- #main #content #exhibition-logo #block-cck_blocks-field_exhibition_logo {
  margin: 0 0 16px;
}
.node-type-exhibition-special- #main #content #exhibition-logo .view-id-special_exhibitions.view-display-id-block_9 {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Univers W01', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 100;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
}
.node-type-exhibition-special- #main #content #exhibition-header {
  margin-bottom: 0;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content {
  float: none;
  margin: 480px auto 0;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content .breadcrumb {
  color: #ccc;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content .breadcrumb a {
  color: #ccc !important;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content .breadcrumb a:hover {
  color: #fff !important;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content .title {
  color: #fff;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
  margin: 16px 0;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content .region-exhibition-intro {
  color: #ffffff;
  font-family: 'Neuton', serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content #exhibition_sub_nav {
  max-width: 100000px;
  padding-left: 0px;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content #exhibition_sub_nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content #exhibition_sub_nav ul li a {
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 24px;
  border-right: 0 !important;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content #exhibition_sub_nav ul li a:after {
  content: ' \f1db';
  font-family: FontAwesome;
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content #exhibition_sub_nav ul li.active a {
  border-right: none;
  font-weight: 100;
  /*&:after{
                    content: ' \f111';
                  }//after*/
}
.node-type-exhibition-special- #main #content #exhibition-header #exhibition-header-content #exhibition_sub_nav.active-text ul li a {
  color: #222222;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas {
  clear: both;
  padding-top: 64px;
  box-shadow: -16px 0px 32px rgba(0, 0, 0, 0.8);
  position: relative;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas .content-area {
  margin: 0 auto;
  float: none;
  overflow: auto;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA1-B1 {
  padding-right: 64px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA1-B2 {
  padding-top: 88px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA2-pullquote {
  padding-top: 400px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA2-pullquote .field-item {
  font-size: 42px;
  line-height: 38px;
  font-family: 'Neuton', serif;
  font-style: italic;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-gallery {
  margin-top: 160px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-block-1 {
  float: left;
  width: 100%;
  clear: both;
  overflow: auto;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-block-1 a {
  display: inline-block;
  float: right;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 {
  clear: both;
  float: left;
  width: 100%;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .slides {
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .slides .views-row {
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .slides .views-row .views-field-field-playlist-pathway-name h3 {
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .slides .views-row .views-field-field-playlist-pathway-name h3 a {
  font-size: 36px;
  line-height: 40px;
  font-family: 'Univers W01', sans-serif;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .slides .views-row .views-field-field-playlist-pathway-creator-n {
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  margin: 0 0 20px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .flex-direction-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-CA3-B2 #block-views-special_exhibitions-block_6 .view-special-exhibitions .flex-direction-nav li a:before {
  color: #000;
  text-shadow: none;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view {
  width: 320px;
  margin: 0 auto;
  padding: 16px 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini {
  height: 320px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini th.days {
  font-weight: 100;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini .mini-day-on {
  text-align: center;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini .mini-day-on a {
  display: inline-block;
  line-height: 54px;
  width: 100%;
  border-top: 3px solid #5a87c6;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini .mini-day-off {
  line-height: 54px;
  text-align: center;
  border-top: 3px solid transparent;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini tr td.today,
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini tr.odd td.today,
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini tr.even td.today {
  background: #5a87c6;
  color: #ffffff;
  font-weight: 400;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini tr td.today a,
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini tr.odd td.today a,
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .calendar-calendar table.mini tr.even td.today a {
  color: #ffffff;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper {
  margin: 0;
  padding: 4px 0 16px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .date-nav {
  min-height: 0px;
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .date-nav .date-heading {
  text-align: center;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .date-nav .date-heading h3 {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .date-nav .date-heading h3 a {
  color: #ffffff;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .pager {
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .pager .date-prev,
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .pager .date-next {
  border-radius: 0;
  background: none ;
  text-align: center;
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .pager .date-prev a,
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .pager .date-next a {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 36px;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .pager .date-prev {
  text-align: left;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-calendar .view-exhibitions-event-calendar.view .date-nav-wrapper .pager .date-next {
  text-align: center;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .block-title {
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  padding: 72px 0;
  margin: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .view-exhibitions-event-calendar.view.flexslider {
  width: 100%;
  padding: 0;
  clear: both;
  float: left;
  background: none;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .view-exhibitions-event-calendar.view.flexslider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .view-exhibitions-event-calendar.view.flexslider .slides li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .view-exhibitions-event-calendar.view.flexslider .slides li a {
  color: #ffffff;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .view-exhibitions-event-calendar.view.flexslider .slides li .views-field-title h3 {
  margin-bottom: 0;
}
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .view-exhibitions-event-calendar.view.flexslider .slides li .date-display-single,
.node-type-exhibition-special- #main #content #exhibition-content-areas #exhibition-cal-B1 .view-exhibitions-event-calendar.view.flexslider .slides li .date-display-range {
  font-family: 'Univers W01', sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
.node-type-exhibition-special- #exhibition-timeline {
  padding: 16px 0 64px;
  background: #fff;
}
.node-type-exhibition-special- #exhibition-CA4 #around-museum {
  padding-right: 0px;
}
.page-node-27084 #main #content,
.page-node-61621 #main #content,
.page-node-45 #main #content,
.page-node-62 #main #content,
.page-node-41 #main #content,
.page-node-27084 #main #content-bottom,
.page-node-61621 #main #content-bottom,
.page-node-45 #main #content-bottom,
.page-node-62 #main #content-bottom,
.page-node-41 #main #content-bottom {
  padding-right: 0;
}
.page-node-27084 #main #content-inner,
.page-node-61621 #main #content-inner,
.page-node-45 #main #content-inner,
.page-node-62 #main #content-inner,
.page-node-41 #main #content-inner {
  float: left;
  margin: auto;
}
.view-id-exhibitions.view-display-id-block_6 {
  margin: 0 0 16px;
}
.view-id-exhibitions.view-display-id-block_1 .views-row,
.view-id-exhibitions.view-display-id-block_2 .views-row,
.view-id-exhibitions.view-display-id-block_3 .views-row,
.view-id-exhibitions.view-display-id-block_4 .views-row,
.view-id-exhibitions.view-display-id-block_5 .views-row {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  margin: 0 0 16px;
}
.view-id-exhibitions.view-display-id-block_1 .views-row .views-field-field-feature-image,
.view-id-exhibitions.view-display-id-block_2 .views-row .views-field-field-feature-image,
.view-id-exhibitions.view-display-id-block_3 .views-row .views-field-field-feature-image,
.view-id-exhibitions.view-display-id-block_4 .views-row .views-field-field-feature-image,
.view-id-exhibitions.view-display-id-block_5 .views-row .views-field-field-feature-image,
.view-id-exhibitions.view-display-id-block_1 .views-row .views-field-field-landing-page-image,
.view-id-exhibitions.view-display-id-block_2 .views-row .views-field-field-landing-page-image,
.view-id-exhibitions.view-display-id-block_3 .views-row .views-field-field-landing-page-image,
.view-id-exhibitions.view-display-id-block_4 .views-row .views-field-field-landing-page-image,
.view-id-exhibitions.view-display-id-block_5 .views-row .views-field-field-landing-page-image {
  position: absolute;
  line-height: 0;
  max-width: 426px;
}
.view-id-exhibitions.view-display-id-block_1 .views-row .views-field-nothing,
.view-id-exhibitions.view-display-id-block_2 .views-row .views-field-nothing,
.view-id-exhibitions.view-display-id-block_3 .views-row .views-field-nothing,
.view-id-exhibitions.view-display-id-block_4 .views-row .views-field-nothing,
.view-id-exhibitions.view-display-id-block_5 .views-row .views-field-nothing {
  position: absolute;
  padding: 16px;
  float: left;
  width: 100%;
  height: 220px;
  max-width: 426px;
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 95%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(95%, rgba(90, 135, 198, 0)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 95%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 95%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 95%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
}
.view-id-exhibitions.view-display-id-block_1 .views-row .views-field-nothing h2,
.view-id-exhibitions.view-display-id-block_2 .views-row .views-field-nothing h2,
.view-id-exhibitions.view-display-id-block_3 .views-row .views-field-nothing h2,
.view-id-exhibitions.view-display-id-block_4 .views-row .views-field-nothing h2,
.view-id-exhibitions.view-display-id-block_5 .views-row .views-field-nothing h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  font-weight: 700;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
}
.view-id-exhibitions.view-display-id-block_1 .views-row .views-field-nothing h2 a,
.view-id-exhibitions.view-display-id-block_2 .views-row .views-field-nothing h2 a,
.view-id-exhibitions.view-display-id-block_3 .views-row .views-field-nothing h2 a,
.view-id-exhibitions.view-display-id-block_4 .views-row .views-field-nothing h2 a,
.view-id-exhibitions.view-display-id-block_5 .views-row .views-field-nothing h2 a {
  color: #ffffff !important;
}
.view-id-exhibitions.view-display-id-block_1 .views-row .views-field-nothing p,
.view-id-exhibitions.view-display-id-block_2 .views-row .views-field-nothing p,
.view-id-exhibitions.view-display-id-block_3 .views-row .views-field-nothing p,
.view-id-exhibitions.view-display-id-block_4 .views-row .views-field-nothing p,
.view-id-exhibitions.view-display-id-block_5 .views-row .views-field-nothing p {
  margin: 0;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
  font-family: 'Univers W01', sans-serif;
  font-size: 20px;
  line-height: 28px;
}
#main #content #block-views-photo_gallery-block,
#main #content #block-views-special_exhibitions-block_4,
#main #content #block-views-photo_gallery-block_1 {
  margin: 0 0 16px;
}
#main #content #block-views-photo_gallery-block .view-id-photo_gallery a img,
#main #content #block-views-special_exhibitions-block_4 .view-id-photo_gallery a img,
#main #content #block-views-photo_gallery-block_1 .view-id-photo_gallery a img,
#main #content #block-views-photo_gallery-block .view-special-exhibitions a img,
#main #content #block-views-special_exhibitions-block_4 .view-special-exhibitions a img,
#main #content #block-views-photo_gallery-block_1 .view-special-exhibitions a img {
  line-height: 0;
  float: left;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#main #content #block-views-photo_gallery-block .view-id-photo_gallery a:last-child,
#main #content #block-views-special_exhibitions-block_4 .view-id-photo_gallery a:last-child,
#main #content #block-views-photo_gallery-block_1 .view-id-photo_gallery a:last-child,
#main #content #block-views-photo_gallery-block .view-special-exhibitions a:last-child,
#main #content #block-views-special_exhibitions-block_4 .view-special-exhibitions a:last-child,
#main #content #block-views-photo_gallery-block_1 .view-special-exhibitions a:last-child {
  padding-right: 16px;
}
#main #content #block-views-special_exhibitions-block_4 .block-title {
  font-size: 42px;
  line-height: 72px;
}
#main #content #block-views-special_exhibitions-block_4 .view-special-exhibitions .field-content {
  width: 100%;
  float: left;
}
#main #content #block-views-special_exhibitions-block_4 .view-special-exhibitions .field-content a {
  display: block;
  padding-bottom: 4px;
  background: none !important;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.85);
}
.lg-sub-html a {
  color: #ffffff;
}
.view-job-postings .views-row {
  padding: 16px;
  border: #ececec 1px solid;
  margin: 0 0 16px;
  font-weight: 100;
}
.view-job-postings .views-row h3 {
  margin: 0;
}
.view-job-postings .views-row .views-field-field-closing-date {
  margin: 0 0 32px;
  display: block;
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.view-job-postings .views-row .views-field-field-document-upload,
.view-job-postings .views-row .views-field-view-node {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Univers W01', sans-serif;
}
.view-job-postings .views-row .views-field-field-document-upload {
  margin-right: 16px;
}
.node-type-job-posting .view-job-postings .views-row .views-field-field-closing-date {
  margin: 0 0 8px;
}
.calendar-calendar {
  margin-bottom: 32px;
}
.calendar-calendar th.days {
  font-weight: 100;
  font-size: 18px;
}
.calendar-calendar .month-view .full {
  background: #ffffff;
}
.calendar-calendar .month-view .full tr {
  background: none;
}
.calendar-calendar .month-view .full td {
  padding: 0;
}
.calendar-calendar .month-view .full td .stripe {
  border-radius: 0;
}
.calendar-calendar .month-view .full td .inner {
  margin: 0;
}
.calendar-calendar .month-view .full td .inner div.day {
  width: auto;
  color: #777;
}
.calendar-calendar .month-view .full td .inner div.day a {
  width: auto;
  font-weight: 100;
  font-size: 18px;
}
.calendar-calendar .month-view .full td .inner .views-field-title a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  font-weight: 400;
}
.calendar-calendar .month-view .full td .inner .view-item {
  margin: 0;
  border-radius: 0;
}
.calendar-calendar .month-view .full td td.single-day .inner .views-field-title,
.calendar-calendar .month-view .full td td.single-day.future .inner .views-field-title,
.calendar-calendar .month-view .full td td.single-day .inner .views-field-field-event-date,
.calendar-calendar .month-view .full td td.single-day.future .inner .views-field-field-event-date {
  padding: 0 4px;
}
.calendar-calendar .month-view .full td td.single-day .inner div a,
.calendar-calendar .month-view .full td td.single-day.future .inner div a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.calendar-calendar .month-view .full td span.date-display-single,
.calendar-calendar .month-view .full td span.date-display-start,
.calendar-calendar .month-view .full td span.date-display-end,
.calendar-calendar .month-view .full td span.date-display-separator {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 4px;
  display: inline-block;
}
.calendar-calendar .month-view .full td.single-day.today {
  border: 0 !important;
}
.calendar-calendar .month-view .full td.single-day {
  margin: 0;
  padding: 0 0 2px;
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .month-view .full td.single-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.weekview {
  background: #fafafa;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.calendar-calendar .month-view .full td.single-day div.monthview .views-field,
.calendar-calendar .month-view .full td.single-day div.dayview .views-field,
.calendar-calendar .month-view .full td.single-day div.weekview .views-field {
  padding: 0 4px;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .month-view .full td.multi-day div.weekview,
.calendar-calendar .month-view .full td.multi-day div.dayview {
  background: none;
  padding: 0;
  margin: 0;
  height: 32px;
  border-radius: 0;
  background: #5a87c6;
}
.calendar-calendar .month-view .full td.multi-day div.monthview .stripe,
.calendar-calendar .month-view .full td.multi-day div.weekview .stripe,
.calendar-calendar .month-view .full td.multi-day div.dayview .stripe {
  display: none;
}
.calendar-calendar .month-view .full td.multi-day div.monthview .continues,
.calendar-calendar .month-view .full td.multi-day div.weekview .continues,
.calendar-calendar .month-view .full td.multi-day div.dayview .continues,
.calendar-calendar .month-view .full td.multi-day div.monthview .continuation,
.calendar-calendar .month-view .full td.multi-day div.weekview .continuation,
.calendar-calendar .month-view .full td.multi-day div.dayview .continuation,
.calendar-calendar .month-view .full td.multi-day div.monthview .cutoff,
.calendar-calendar .month-view .full td.multi-day div.weekview .cutoff,
.calendar-calendar .month-view .full td.multi-day div.dayview .cutoff {
  display: none;
}
.calendar-calendar .month-view .full td.multi-day div.monthview div a,
.calendar-calendar .month-view .full td.multi-day div.weekview div a,
.calendar-calendar .month-view .full td.multi-day div.dayview div a {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff !important;
}
.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.multi-day {
  height: 32px;
  max-height: 32px;
  background: none;
}
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day td {
  height: 32px;
  max-height: 32px;
}
.calendar-calendar .month-view .full tr.date-box .view-item,
.calendar-calendar .month-view .full tr.multi-day .view-item {
  border-bottom: 2px solid #ffffff;
}
.calendar-calendar .month-view .full td.date-box.today {
  background: #30558a;
  border: 0;
  color: #ffffff !important;
}
.calendar-calendar .month-view .full td.date-box.today a {
  color: #ffffff !important;
}
.calendar-calendar .month-view .full tr.date-box .today {
  border-bottom: 4px solid #ffffff;
  color: #ffffff !important;
}
.calendar-calendar .month-view .full tr.date-box .today .day {
  color: #ffffff !important;
}
.calendar-calendar .month-view .full tr.date-box .today .day:before {
  content: "Today  -";
  color: #ffffff !important;
}
.view-calendar-of-events .date-nav-wrapper .date-nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
.view-calendar-of-events .date-nav-wrapper .date-nav .pager {
  margin: 0;
}
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev,
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-next {
  border-radius: 0;
  background: none;
  padding: 0;
  display: inline-block;
  padding: 4px 16px;
  font-family: 'Univers W01', sans-serif;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: #5a87c6;
  background: -moz-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: -webkit-linear-gradient(bottom, #5a87c6 50%, #527cb5 50%);
  background: linear-gradient(to bottom, #5a87c6 50%, #527cb5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#527cb5', GradientType=1);
  box-shadow: 2px 4px 0 #2e4970;
  border-radius: 4px;
  cursor: pointer;
}
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev .fa,
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-next .fa {
  padding-right: 8px;
}
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev:hover,
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-next:hover {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev a,
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-next a {
  color: #ffffff !important;
}
.view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev {
  right: 100px;
}
#block-views-calendar_of_events-block_4 .view-calendar-of-events .date-nav-wrapper,
#block-views-calendar_of_events-block_3 .view-calendar-of-events .date-nav-wrapper,
#block-views-calendar_of_events-block_5 .view-calendar-of-events .date-nav-wrapper {
  float: left;
  width: 100%;
}
#block-views-calendar_of_events-block_4 .view-calendar-of-events .date-nav-wrapper .date-heading,
#block-views-calendar_of_events-block_3 .view-calendar-of-events .date-nav-wrapper .date-heading,
#block-views-calendar_of_events-block_5 .view-calendar-of-events .date-nav-wrapper .date-heading {
  float: left;
  width: auto;
}
#block-views-calendar_of_events-block_4 .view-calendar-of-events .date-nav-wrapper .date-nav .pager,
#block-views-calendar_of_events-block_3 .view-calendar-of-events .date-nav-wrapper .date-nav .pager,
#block-views-calendar_of_events-block_5 .view-calendar-of-events .date-nav-wrapper .date-nav .pager {
  float: right;
  width: auto;
  clear: none;
}
#block-views-calendar_of_events-block_4 .view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev,
#block-views-calendar_of_events-block_3 .view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev,
#block-views-calendar_of_events-block_5 .view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-prev,
#block-views-calendar_of_events-block_4 .view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-next,
#block-views-calendar_of_events-block_3 .view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-next,
#block-views-calendar_of_events-block_5 .view-calendar-of-events .date-nav-wrapper .date-nav .pager .date-next {
  position: static;
  margin: 0;
}
.page-node-81 #main #content-inner {
  float: left;
  margin: auto;
}
.node-type-event .field-name-field-event-feature-image {
  line-height: 0;
  margin: 0 0 32px;
}
.node-type-event .view-id-events.view-display-id-block_11 {
  padding: 16px 16px 0;
  border: #ececec 1px solid;
  margin: 0 0 16px;
  font-weight: 100;
  font-family: 'Univers W01', sans-serif;
}
.node-type-event .view-id-events.view-display-id-block_11 .views-row .views-field {
  margin: 0 0 16px;
}
.node-type-event .view-id-events.view-display-id-block_11 .views-row .views-field .label,
.node-type-event .view-id-events.view-display-id-block_11 .views-row .views-field .views-label {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 8px;
  font-weight: 400;
}
.node-type-event .view-id-events.view-display-id-block_11 .views-row .views-field-field-buy-tickets-link {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #ececec;
}
.node-type-event .view-id-events.view-display-id-block_11 .views-row .views-field-field-buy-tickets-link .button {
  width: 100%;
  margin: 0;
}
.node-type-event .view-id-events.view-display-id-block_11 .views-row .field-content {
  font-size: 18px;
  line-height: 26px;
}
.node-type-event .view-id-events.view-display-id-block_11 .views-row .date-repeat-instance {
  display: inline-block;
}
.node-type-event .view-id-events.view-display-id-block_11 .views-row .fa {
  min-width: 24px;
  text-align: center;
}
.node-type-event #block-views-events-block_1 .views-field-field-19-event- {
  margin: 0 0 32px;
  padding: 16px 16px 0;
  background: #fafafa;
  border: 1px solid #ececec;
  font-size: 14px;
  line-height: 18px;
}
.node-type-event #block-views-events-block_1 .views-field-field-19-event- p {
  margin: 0 0 16px;
}
.node-type-event #block-views-events-block .views-field-nothing {
  font-size: 14px;
  line-height: 18px;
  float: left;
}
.node-type-event #block-views-events-block_4 .view-header h3 {
  font-size: 36px;
  line-height: 40px;
}
.node-type-event #block-views-events-block_4 .views-row {
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 20px;
}
.node-type-event #block-views-events-block_4 .views-row .views-field-field-event-date {
  font-size: 14px;
  line-height: 20px;
}
.node-type-event #block-views-events-block_4 .views-row .views-field-title {
  min-height: 40px;
}
.node-type-event #block-views-events-block_4 .views-row-last {
  padding-right: 20px;
}
.node-type-event .views-field-field-sponsor-logo {
  text-align: center;
}
.node-type-event #block-views-events-block_6 .view-id-events .views-field-nothing {
  padding: 8px;
  margin: 0 0 16px;
  background: #DF3B37;
  color: #ffffff;
  text-align: center;
}
.view-id-event_series .view-content {
  float: left;
  width: 100%;
}
.view-id-event_series .view-content .views-row {
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #efefef;
  margin: 0 0 32px;
  padding: 0 0 32px 0;
}
.view-id-event_series .view-content .views-row .views-field-field-event-feature-image {
  float: right;
  margin: 0 0 16px 16px;
}
.view-id-event_series .view-content .views-row .views-field-title h3 {
  margin: 0 0 8px;
}
.view-id-event_series .view-content .views-row .views-field-field-event-cost {
  margin: 0 0 16px;
}
.view-id-event_series .view-content .views-row .views-field-field-event-date {
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #efefef;
}
.view-id-event_series .view-content .views-row .views-field-field-event-date .date-repeat-instance {
  display: inline;
}
.view-id-event_series .views-row-last {
  padding-right: 16px;
}
.node-type-basic-page .view-staff-directory,
.node-type-tiered-page .view-staff-directory {
  width: 100%;
  float: left;
  margin: 0 0 32px;
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
}
.node-type-basic-page .view-staff-directory .views-row,
.node-type-tiered-page .view-staff-directory .views-row {
  width: 100%;
  min-height: 151px;
  float: left;
  clear: both;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 0 16px;
}
.node-type-basic-page .view-staff-directory .views-row .views-field-field-bio-photo,
.node-type-tiered-page .view-staff-directory .views-row .views-field-field-bio-photo {
  float: right;
  line-height: 0;
}
.node-type-basic-page .view-staff-directory .views-row .views-field-title,
.node-type-tiered-page .view-staff-directory .views-row .views-field-title {
  padding: 16px 0 0 0;
}
.node-type-basic-page .view-staff-directory .views-row .views-field-field-title,
.node-type-tiered-page .view-staff-directory .views-row .views-field-field-title {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-style: italic;
}
.node-type-basic-page .view-staff-directory .views-row .views-field-field-phone-number,
.node-type-tiered-page .view-staff-directory .views-row .views-field-field-phone-number,
.node-type-basic-page .view-staff-directory .views-row .views-field-field-email,
.node-type-tiered-page .view-staff-directory .views-row .views-field-field-email {
  font-size: 16px;
}
.node-type-basic-page .view-staff-directory .views-row-odd,
.node-type-tiered-page .view-staff-directory .views-row-odd {
  background: #f3f3f3;
}
.node-type-basic-page .view-staff-directory .views-row-even,
.node-type-tiered-page .view-staff-directory .views-row-even {
  background: #fcfcfc;
}
.field-name-field-faqs {
  margin: 0 0 32px;
}
.field-name-field-faqs .field-item {
  padding: 4px;
}
.field-name-field-faqs .field-item .field-name-field-faq-question {
  font-size: 18px;
  line-height: 24px;
  color: #5a87c6;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  cursor: pointer;
  position: relative;
  padding-right: 32px;
}
.field-name-field-faqs .field-item .field-name-field-faq-question .field-item {
  float: left;
  width: 100%;
}
.field-name-field-faqs .field-item .field-name-field-faq-question .field-item .fa {
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 22px;
  line-height: 36px;
  color: #5a87c6;
}
.field-name-field-faqs .field-item .field-name-field-faq-question.closed .fa {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: rotate(0deg);
}
.field-name-field-faqs .field-item .field-name-field-faq-question.open .fa {
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.field-name-field-faqs .field-item .field-name-field-faq-answer {
  display: none;
  clear: both;
}
.field-name-field-faqs .field-item .field-name-field-faq-answer.open {
  display: block;
}
.field-name-field-faqs .field-item .field-item {
  background: none !important;
}
.field-name-field-faqs .field-item.odd {
  background: #f3f3f3;
}
.field-name-field-faqs .field-item.even {
  background: #fcfcfc;
}
.node-type-lobby-screen-slide {
  margin-top: 0px !important !important;
}
.node-type-lobby-screen-slide .admin-menu {
  display: none !important;
}
.node-type-lobby-screen-slide #block-system-main {
  display: none;
}
.node-type-lobby-screen-slide #slide-content {
  position: relative;
  width: 1080px;
  height: 1920px;
  margin: 0;
  padding: 0;
  float: none;
  background: url("/sites/all/themes/kispiox/library/images/lobby-screens/whats-on-bg-1080.jpg");
}
.node-type-lobby-screen-slide #slide-content #spacer-block {
  width: 225px;
  height: 626px;
  float: right;
  margin: 0 0 48px 48px;
}
.node-type-lobby-screen-slide #slide-content .block-inner {
  padding: 96px 0 0 96px;
}
.node-type-lobby-screen-slide #slide-content .block-views .view-header h1 {
  font-size: 120px;
  line-height: 100%;
  color: #4f8535;
  margin: 0;
  padding: 0;
}
.node-type-lobby-screen-slide #slide-content .block-views .view-header h2 {
  font-size: 35px;
  line-height: 72px;
  color: #4f8535;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
}
.node-type-lobby-screen-slide #slide-content .block-views .view-header h3 {
  font-size: 36px;
  line-height: 48px;
  margin: 48px 0 16px;
  padding: 0;
  font-weight: 100 !important;
  color: #4f8535;
}
.node-type-lobby-screen-slide #slide-content .block-views .view-content h1 {
  font-size: 36px;
  line-height: 48px;
  margin: 48px 0 0;
  padding: 0;
  font-weight: 100 !important;
  color: #4f8535;
}
.node-type-lobby-screen-slide #slide-content .block-views .view-content .views-field-title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  margin: 0 0 24px;
}
.node-type-featured-collection #main #content-inner {
  float: left;
}
.view-featured-collections.view-id-featured_collections .view-content .views-row {
  padding-right: 16px !important;
  min-height: 270px;
  position: relative;
}
.view-featured-collections.view-id-featured_collections .view-content .views-row .views-field-field-item-link {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 270px;
}
.view-featured-collections.view-id-featured_collections .view-content .views-row .views-field-field-item-link .field-content {
  height: 270px;
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(60%, rgba(90, 135, 198, 0)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
  display: table;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.view-featured-collections.view-id-featured_collections .view-content .views-row .views-field-field-item-link .field-content:hover {
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(60%, rgba(90, 135, 198, 0.8)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
}
.view-featured-collections.view-id-featured_collections .view-content .views-row .views-field-field-item-link .field-content a {
  color: #ffffff !important;
  font-family: 'Univers W01', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-in-out ease-in-out;
  -moz-transition: 0.3s ease-in-out ease-in-out;
  -ms-transition: 0.3s ease-in-out ease-in-out;
  -o-transition: 0.3s ease-in-out ease-in-out;
  transition: 0.3s ease-in-out ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.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-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (max-width: 768px) {
  [class*='col-'] {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .d-hide {
    display: block;
  }
  html body.admin-menu {
    margin-top: 0 !important;
  }
  header.header1 h1 a {
    font-size: 40px;
    line-height: 56px;
  }
  .m-hide,
  #admin-menu,
  .anchorific {
    display: none !important;
  }
  #sidebar-first {
    margin: 0;
  }
  #sidebar-first #block-menu_block-1 {
    display: none;
  }
  #sidebar-first #block-menu_block-1 .block-title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    padding: 8px;
    margin: 0;
    background: #5a87c6;
    color: #ffffff;
    cursor: pointer;
  }
  #sidebar-first #block-menu_block-1 .block-title span,
  #sidebar-first #block-menu_block-1 .block-title a {
    color: #ffffff;
  }
  #sidebar-first #block-menu_block-1 .block-title span .fa,
  #sidebar-first #block-menu_block-1 .block-title a .fa {
    float: right;
    font-size: 20px;
    line-height: 28px;
  }
  #sidebar-first #block-menu_block-1 .block-title span:hover,
  #sidebar-first #block-menu_block-1 .block-title a:hover {
    color: #ffffff !important;
  }
  #sidebar-first #block-menu_block-1.s-menu {
    display: block;
  }
  #sidebar-first #block-menu_block-1.s-menu ul.menu li a {
    font-size: 18px;
    line-height: 22px;
  }
  #sidebar-first #block-menu_block-1.s-menu ul.menu li .menu li a {
    font-size: 16px;
    line-height: 22px;
  }
  #sidebar-first #block-menu_block-1.s-menu .menu-block-wrapper {
    display: none;
  }
  #sidebar-first #block-menu_block-1.s-menu {
    display: block;
  }
  .node-type-basic-page .view-staff-directory .views-row .views-field-field-bio-photo,
  .node-type-tiered-page .view-staff-directory .views-row .views-field-field-bio-photo {
    width: 100px;
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details {
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    margin: 0;
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details br {
    display: none;
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details h2 {
    display: block;
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details h2 a {
    display: block;
    color: #ffffff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 8px;
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details h3 a {
    display: block;
    float: none;
    text-shadow: none;
    margin: 8px 0;
    padding: 4px 16px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .front #main #content .row [class*='col-'] {
    padding-right: 0;
  }
  .front #main #content #homepage-r1-c1 {
    margin-bottom: 0;
  }
  .front #main #content .view-homepage-blocks .view-content {
    height: 272px;
  }
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient {
    height: 272px;
  }
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient .grid-content h2.grid-title {
    font-size: 24px;
    line-height: 30px;
  }
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient .grid-content .sub-links,
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient .grid-content .description {
    font-size: 16px;
    line-height: 20px;
  }
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient .grid-content .sub-links ul li,
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient .grid-content .description ul li,
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient .grid-content .sub-links ol li,
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient .grid-content .description ol li {
    font-size: 18px;
    line-height: 22px;
  }
  .front #main #content .view-homepage-blocks .view-content .grid-item .wrapper .gradient.on h2.grid-title {
    display: none;
  }
  .front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row {
    margin: 0 0 16px;
  }
  .front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide .slider-title-wrapper {
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide .slider-title-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide .slider-title-wrapper h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .front #main #content #homepage-row-1 #block-views-events-block_10 {
    padding: 0;
    height: auto;
  }
  .front #main #content #homepage-row-1 #block-views-events-block_10 .view .view-content {
    height: auto;
  }
  .front #main #content .block-title {
    font-size: 18px;
    line-height: 32px;
  }
  .front #main #content #homepage-row-4 #homepage-r4-c1 {
    height: auto;
  }
  .front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-slide {
    opacity: 1;
  }
  .front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-slide h3,
  .front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .slick-slider .slick-slide p {
    display: none;
  }
  .front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .view-footer {
    position: relative;
    float: none;
    margin: 0 auto;
    height: auto;
    width: auto;
  }
  .front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .view-footer p {
    margin-bottom: 0;
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #sidebar-first {
    margin-top: 0;
    padding: 0 16px 16px;
  }
  #header #rbcm-nav.closed {
    display: none;
  }
  #header #rbcm-meta {
    height: auto;
    overflow: visible;
    float: left;
    width: 100%;
    padding: 0 16px;
  }
  #header #rbcm-meta #gallery-hours {
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
  .front #main #content .row [class*='col-'] {
    height: auto !important;
  }
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block {
    height: auto;
    padding: 0 16px;
  }
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-content,
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-footer {
    height: auto;
  }
  .front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 {
    height: auto;
    padding: 0 16px;
  }
  .front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content,
  .front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-footer {
    height: auto;
  }
  .front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .view-footer {
    position: static;
    margin-top: 0;
    width: auto;
    height: auto;
  }
  .tabs {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: none;
  }
  #main #content {
    padding: 0 16px;
  }
  #main #content ul,
  #main #content ol {
    padding-left: 32px;
  }
  #main #block-views-around_the_museum-block .view-around-the-museum .views-row,
  #main #block-views-landing_page_items-block .view-around-the-museum .views-row,
  #main #block-views-around_the_museum-block .view-landing-page-items .views-row,
  #main #block-views-landing_page_items-block .view-landing-page-items .views-row {
    height: 160px;
    overflow: hidden;
    padding-right: 0 !important;
  }
  #main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title .field-content,
  #main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title .field-content,
  #main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title .field-content,
  #main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title .field-content,
  #main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title-1 .field-content,
  #main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title-1 .field-content,
  #main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1 .field-content,
  #main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 .field-content {
    height: 160px;
  }
  #main #block-views-around_the_museum-block .block-title,
  #main #block-views-landing_page_items-block .block-title {
    font-size: 22px;
  }
  #main #basic-page-header {
    padding: 0;
  }
  #footer #footer-container {
    text-align: center;
  }
  #footer #footer-container .block {
    padding-top: 0;
  }
  #footer #footer-container .block .block-title {
    margin: 0 0 8px;
  }
  #footer #footer-block-3 .views-field-field-hours-of-operation .oh-display-label {
    min-width: 1px !important;
  }
  #footer #footer-block-3 .views-field-field-hours-of-operation .oh-display-hours {
    float: none;
  }
  #footer #footer-block-4 #block-menu-menu-footer-quick-links {
    text-align: center;
  }
  #footer #footer-block-4 #block-menu-menu-footer-quick-links ul {
    text-align: center;
  }
  #around-museum {
    padding: 0 16px;
  }
  .page-node-29488 #main #content h1.title {
    margin-left: 232px;
  }
}
@media only screen and (max-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  header.header1 h1 a {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 380px) {
  [class*='col-'] {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .m-hide,
  #admin-menu {
    display: none;
  }
  .d-hide {
    display: block;
  }
  html body.admin-menu {
    margin-top: 0 !important;
  }
  #header #rbcm-nav.closed {
    display: none;
  }
  #header #rbcm-meta {
    height: auto;
    overflow: visible;
    float: left;
    width: 100%;
    padding: 0 16px;
  }
  #header #rbcm-meta #gallery-hours {
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
  .front #main #content .row [class*='col-'] {
    height: auto !important;
  }
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block {
    height: auto;
    padding: 0 16px;
  }
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-content,
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-homepage_twitter_feed-block .view-footer {
    height: auto;
  }
  .front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 {
    height: auto;
    padding: 0 16px;
  }
  .front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-content,
  .front #main #content #homepage-row-3 #homepage-r3-c1 #block-views-news_releases-block_1 .view-footer {
    height: auto;
  }
  .front #main #content #homepage-row-4 #homepage-r4-c1 .view-homepage-100-objects .view-footer {
    position: static;
    margin-top: 0;
    width: auto;
    height: auto;
  }
  .tabs {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: none;
  }
  #main #content {
    padding: 0 16px;
  }
  #main #content ul,
  #main #content ol {
    padding-left: 32px;
  }
  #main #block-views-around_the_museum-block .view-around-the-museum .views-row,
  #main #block-views-landing_page_items-block .view-around-the-museum .views-row,
  #main #block-views-around_the_museum-block .view-landing-page-items .views-row,
  #main #block-views-landing_page_items-block .view-landing-page-items .views-row {
    height: 160px;
    overflow: hidden;
    padding-right: 0 !important;
  }
  #main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title .field-content,
  #main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title .field-content,
  #main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title .field-content,
  #main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title .field-content,
  #main #block-views-around_the_museum-block .view-around-the-museum .views-row .views-field-title-1 .field-content,
  #main #block-views-landing_page_items-block .view-around-the-museum .views-row .views-field-title-1 .field-content,
  #main #block-views-around_the_museum-block .view-landing-page-items .views-row .views-field-title-1 .field-content,
  #main #block-views-landing_page_items-block .view-landing-page-items .views-row .views-field-title-1 .field-content {
    height: 160px;
  }
  #main #block-views-around_the_museum-block .block-title,
  #main #block-views-landing_page_items-block .block-title {
    font-size: 22px;
  }
  #footer #footer-container {
    text-align: center;
  }
  #footer #footer-container .block {
    padding-top: 0;
  }
  #footer #footer-container .block .block-title {
    margin: 0 0 8px;
  }
  #footer #footer-block-3 .views-field-field-hours-of-operation .oh-display-label {
    min-width: 1px !important;
  }
  #footer #footer-block-3 .views-field-field-hours-of-operation .oh-display-hours {
    float: none;
  }
  #footer #footer-block-4 #block-menu-menu-footer-quick-links {
    text-align: center;
  }
  #footer #footer-block-4 #block-menu-menu-footer-quick-links ul {
    text-align: center;
  }
  #around-museum {
    padding: 0 16px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max--moz-device-pixel-ratio: 1.5), only screen and (max-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
