/******************************************************************
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;
  padding-right: 0;
}
#main #main-column-wrapper {
  margin: 0;
  padding: 0;
}
#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;
  max-width: 98%;
}
#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 #content #block-cck_blocks-field_disclaimer .field-name-field-disclaimer {
  margin: 0 0 32px;
  padding: 16px 16px 0;
  background: #fafafa;
  border: 1px solid #ececec;
  font-size: 14px;
  line-height: 18px;
}
#main #content #block-cck_blocks-field_disclaimer .field-name-field-disclaimer p {
  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 #around-museum {
  clear: both;
}
#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 {
  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 {
  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 {
  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 {
  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-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 {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 370px;
}
#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-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 {
  height: 220px;
  width: 100%;
  /*background: -moz-linear-gradient(45deg,  rgba(90,135,198,1) 0%, rgba(90,135,198,0) 60%);
            background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(90,135,198,1)), color-stop(60%,rgba(90,135,198,0)));
            background: -webkit-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            background: -o-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            background: -ms-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            background: linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a87c6', endColorstr='#005a87c6',GradientType=1 );*/
  background: rgba(51, 51, 51, 0.85);
  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-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 {
  background: rgba(51, 51, 51, 0.95);
}
#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-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 {
  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 #content-wrapper {
  float: none;
  overflow: auto;
  margin: 0 auto;
}
.pager .pager-current {
  font-weight: 400;
}
.page-node-29488 #main #content h1.title {
  margin-left: 232px;
}
#twitter-widget-0 {
  border: #eaeaea 1px solid;
}
#overlay-container {
  z-index: 1010;
}
#admin-menu,
#admin-menu .dropdown {
  z-index: 1011;
}
/******************************************************************

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;
}
.z999 {
  z-index: 999;
}
#header {
  margin-bottom: 16px;
}
#header #rbcm-nav {
  background: #4d4d4d;
  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: 18%;
  padding-right: 0;
}
#header #rbcm-nav #rbcm-nav-container #rbcm-logo a {
  position: relative;
  display: block;
  line-height: 0;
}
#header #rbcm-nav #rbcm-nav-container #rbcm-logo a img {
  line-height: 0;
}
#header #rbcm-nav #rbcm-nav-container #rbcm-logo a .not-sticky-logo {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  -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-nav #rbcm-nav-container #rbcm-logo a .sticky-logo {
  position: absolute;
  left: 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu {
  float: right;
  width: 82%;
  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: 100px;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .item-title {
  height: 100px;
  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: 25%;
  right: 50%;
  transform: translate(50%, 25%);
  display: inline-block;
  width: 100%;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region {
  position: absolute;
  top: 100px;
  z-index: 999;
  display: none;
  min-width: 600px;
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.35);
  background: #4d4d4d;
  background: -moz-linear-gradient(left, #4d4d4d 0%, #777777 100%);
  background: -webkit-linear-gradient(left, #4d4d4d 0%, #777777 100%);
  background: linear-gradient(to right, #4d4d4d 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;
  color: #d9d9d9;
  border-bottom: 1px dotted #ffffff;
  cursor: auto;
}
#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: 4px;
}
#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: #404040 solid 1px;
  background: #474747;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  border-radius: 3px;
  padding: 4px;
  margin: 0 0 8px;
  clear: both;
  transform: none !important;
}
#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 #4d4d4d;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#visit.open .item-title {
  background: url(../images/menus/visit-hover-bg-tab.png) 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/archives-hover-bg-main.png) no-repeat top center #4d4d4d;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#archives.open .item-title {
  background: url(../images/menus/archives-hover-bg-tab.png) 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 #4d4d4d;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#collections.open .item-title {
  background: url(../images/menus/collections-hover-bg-tab.png) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#first-nations .region .block-menu-block:nth-child(1) {
  background: url(../images/menus/first-nations-hover-bg-main.png) no-repeat top center #4d4d4d;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#first-nations.open .item-title {
  background: url(../images/menus/first-nations-hover-bg-tab.png) 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 #4d4d4d;
}
#header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item#learn.open .item-title {
  background: url(../images/menus/learn-hover-bg-tab.png) no-repeat bottom center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu #first-nations .region,
#header #rbcm-nav #rbcm-nav-container #header-menu #learn .region {
  right: 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu #first-nations .region .block-menu-block,
#header #rbcm-nav #rbcm-nav-container #header-menu #learn .region .block-menu-block {
  float: right;
}
#header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini {
  margin: 0;
  float: right;
  text-align: center;
}
#header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini .header-mini-menu-item {
  margin: 60px 0 0;
}
#header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini a {
  color: #ffffff;
  cursor: pointer;
}
#header #rbcm-meta {
  margin: 0 auto;
  float: none;
  clear: both;
  overflow: hidden;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  background: #ffffff;
  -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 {
  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 .fa-twitter {
  color: #777777;
}
#header #rbcm-meta .fa-twitter:hover {
  color: #5a87c6;
}
#header #rbcm-meta #gallery-hours {
  margin: 0;
  padding: 35px 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: 0;
  display: inline-block;
}
#header #rbcm-meta #members-social a,
#header #rbcm-meta #members-social .fa,
#header #rbcm-meta #members-social div {
  float: left;
}
#header #rbcm-meta #members-social a {
  line-height: 100px;
  display: inline-block;
}
#header #rbcm-meta #members-social .fa {
  font-size: 26px;
  line-height: 100px;
  width: 32px;
  text-align: center;
}
#header #rbcm-meta #members-social .wrapper {
  float: right;
  position: relative;
  padding-right: 90px;
}
#header #rbcm-meta #members-social .wrapper .social-icons {
  float: left;
}
#header #rbcm-meta #members-social .wrapper .header-search {
  float: left;
}
#header #rbcm-meta #members-social #header-imax {
  position: relative;
  display: inline-block;
  height: 100px;
  margin: 0;
  padding: 21px 0;
  width: 164px;
  font-size: 20px;
  line-height: 100px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #eaeaea;
  margin-left: 16px;
}
#header #rbcm-meta #members-social #header-imax a {
  position: absolute;
  bottom: 50%;
  right: 50%;
  height: 100px;
  width: 164px;
  transform: translate(50%, 50%);
  display: inline-block;
  width: 100%;
  color: #5a87c6;
}
#header #rbcm-meta #members-social #header-imax a:hover {
  background: #4d4d4d;
  color: #ffffff;
}
#header #rbcm-meta #members-social #header-search {
  position: absolute;
  right: 0;
  height: 100px;
  border-left: 1px solid #eaeaea;
  line-height: 100px;
  background: #fcfcfc;
}
#header #rbcm-meta #members-social #header-search #header-search-form {
  position: absolute;
  height: 100px;
  border-left: 1px solid #eaeaea;
  background: #fcfcfc;
  padding: 0 16px;
  -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 #members-social #header-search #header-search-form p {
  margin: 0;
  float: none;
  font-size: 11px;
  line-height: 16px;
}
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search {
  display: inline-block;
  height: 48px;
}
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-actions,
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-actions--1,
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-actions--2,
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-actions--3,
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-actions--4,
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-actions--5,
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-actions--6 {
  display: none;
}
#header #rbcm-meta #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-search-block-form--2 {
  float: left;
  color: #777777;
  background: #ffffff;
  padding: 0 0 0 8px;
  width: 404px;
  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 #members-social #header-search #header-search-form .region-header-search #block-search-form #edit-search-block-form--2:focus {
  outline: none !important;
}
#header #rbcm-meta #members-social #header-search #header-search-form.closed {
  right: -389px;
}
#header #rbcm-meta #members-social #header-search #header-search-form.open {
  right: 90px;
  border-bottom: 1px solid #eaeaea;
}
#header #rbcm-meta #members-social .fa-search {
  position: relative;
  color: #777777;
  width: 90px;
  cursor: pointer;
  background: #ffffff;
}
#header #rbcm-meta #members-social .fa-search.open {
  background: #4d4d4d;
  color: #ffffff;
}
#page #header #rbcm-nav-mobile {
  padding: 0;
  background: #4d4d4d;
}
#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: #262626;
}
#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;
}
#page #header-sticky-wrapper.is-sticky #header {
  -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;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-meta {
  height: 0;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav {
  height: 64px;
  -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;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item {
  height: 64px;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item span {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .item-title {
  height: 64px;
  padding: 20px 0;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region {
  top: 64px;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini {
  line-height: 64px;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini .header-mini-menu-item {
  margin-top: 0;
}
#page #header-sticky-wrapper.is-sticky #header #rbcm-nav #rbcm-nav-container #rbcm-logo a .not-sticky-logo {
  margin-top: -238px;
  box-shadow: none;
  -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;
}
.front ul li,
.front ol li {
  list-style: none !important;
}
.front .row {
  padding-right: 0;
}
.front #header {
  margin-bottom: 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;
  position: relative;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 .views-field-field-feature-exhibition-image-s {
  text-align: center;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 .views-field-field-feature-exhibition-image-s a {
  display: block;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #homepage-feature-exhibition-wrapper {
  display: block;
  margin: 0 auto;
  float: none;
  position: relative;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #homepage-feature-exhibition-details {
  background: #4d4d4d;
  padding: 16px;
  margin: 0;
  float: none;
  text-align: center;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #homepage-feature-exhibition-details h2 {
  display: inline-block;
  font-size: 42px;
  line-height: 42px;
  margin: 0 32px 0 0;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #homepage-feature-exhibition-details h2 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #homepage-feature-exhibition-details h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  line-height: 42px;
  font-weight: 100;
  margin: 0;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #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;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #homepage-feature-exhibition-details h3 a .fa {
  padding-right: 8px;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #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 .view-id-homepage_feature_exhibition.view-display-id-block_4 #homepage-feature-exhibition-details h3 a:before {
  font-family: FontAwesome;
  content: "\f145";
  margin-right: 4px;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_4 #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 #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #homepage-feature-exhibition-wrapper {
  display: block;
  margin: 0 auto;
  float: none;
  height: 480px;
  position: relative;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #homepage-feature-exhibition-details {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.85);
  padding: 16px 64px;
  margin: 0;
  float: none;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #homepage-feature-exhibition-details h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 16px;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #homepage-feature-exhibition-details h2 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #homepage-feature-exhibition-details h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  margin: 0;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #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;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #homepage-feature-exhibition-details h3 a .fa {
  padding-right: 8px;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #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 .view-id-homepage_feature_exhibition.view-display-id-block_5 #homepage-feature-exhibition-details h3 a:before {
  font-family: FontAwesome;
  content: "\f145";
  margin-right: 4px;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_5 #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 #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_1 #closing-soon,
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_3 #closing-soon {
  background: #cc0000;
  padding: 20px 0;
  margin: 0 auto;
  float: none;
  position: relative;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_1 #closing-soon h3,
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_3 #closing-soon h3 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_1 #closing-soon #closing-soon-arrow,
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_3 #closing-soon #closing-soon-arrow {
  width: 64px;
  height: 64px;
  background: #cc0000;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -32px;
  right: 25%;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_3 #closing-soon {
  padding: 16px 0;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_3 #closing-soon h3 {
  font-size: 18px;
  line-height: 20px;
}
.front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_3 #closing-soon #closing-soon-arrow {
  width: 32px;
  height: 32px;
  top: auto;
  bottom: - 16px;
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile a {
  color: #5a87c6;
  text-decoration: none;
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile a:hover,
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile a:focus {
  color: #5a87c6;
  /*background-image: none !important;
            text-shadown: none !important;*/
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile h2 {
  margin: 16px 0 0;
  padding: 0 16px;
  font-size: 26px;
  line-height: 30px;
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 8px;
  padding: 0 16px;
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile #buy-tickets-homepage-banner-mobile {
  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;
  width: 80%;
  padding: 16px;
  margin: 16px 10% 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile #buy-tickets-homepage-banner-mobile .fa {
  padding-right: 8px;
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile #buy-tickets-homepage-banner-mobile: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-mobile #buy-tickets-homepage-banner-mobile:before {
  font-family: FontAwesome;
  content: "\f145";
  margin-right: 4px;
}
.front #homepage-feature-exhibition .homepage-feature-exhibition-mobile #buy-tickets-homepage-banner-mobile: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: #4d4d4d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
}
.front #main #content .block-title {
  color: #4d4d4d;
  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 .gradient-style-1 .slides .views-row .homepage-slide .slider-title-wrapper {
  background: rgba(51, 51, 51, 0.85);
}
.front #main #content #homepage-row-1 .gradient-style-2 .slides .views-row .homepage-slide .slider-title-wrapper {
  background: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.85) 55%, rgba(51, 51, 51, 0) 100%);
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .slides,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .slides {
  margin: 0;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .slides .views-row,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .slides .views-row {
  padding-left: 0;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .slides .views-row .homepage-slide,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .slides .views-row .homepage-slide {
  position: relative;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .slides .views-row .homepage-slide a,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .slides .views-row .homepage-slide a {
  display: block;
  line-height: 0;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .slides .views-row .homepage-slide .slider-title-wrapper,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .slides .views-row .homepage-slide .slider-title-wrapper {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .slides .views-row .homepage-slide .slider-title-wrapper h2,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .slides .views-row .homepage-slide .slider-title-wrapper h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.front #main #content #homepage-row-1 #block-views-homepage_slider-block .slides .views-row .homepage-slide .slider-title-wrapper h4,
.front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .slides .views-row .homepage-slide .slider-title-wrapper h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.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.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;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient h2.grid-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 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 .grid-content {
  display: none;
}
.front #main #content .view-homepage-blocks .grid-item .wrapper .gradient.on {
  background: rgba(51, 51, 51, 0.95);
}
.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;
  background: none;
  padding: 0;
}
.front #main #content .view-homepage-blocks .view-content {
  position: relative;
  height: 380px;
}
.front #main #content .gradient-style-1 .view-homepage-blocks .grid-item .wrapper .gradient {
  -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;
}
.front #main #content .gradient-style-1 .view-homepage-blocks .grid-item .wrapper .gradient h2.grid-title {
  background: rgba(51, 51, 51, 0.85);
}
.front #main #content .gradient-style-2 .view-homepage-blocks .grid-item .wrapper .gradient {
  -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;
}
.front #main #content .gradient-style-2 .view-homepage-blocks .grid-item .wrapper .gradient h2.grid-title {
  background: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.85) 55%, rgba(51, 51, 51, 0) 100%);
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 {
  padding: 0 0 0 16px;
  height: 380px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-content {
  height: 289px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 8px 0;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-content .views-row .views-field-created-time {
  font-size: 14px;
  display: inline-block;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-footer {
  height: 32px;
}
.front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .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 .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: #4d4d4d;
  -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: #4d4d4d;
  -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;
}
.anchorific {
  max-width: 300px;
  padding-left: 16px;
  width: 98%;
}
.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;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  background: #f1f1f1;
}
table th {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background: #ffffff;
  color: #222222;
  text-align: center;
}
table td {
  padding: 8px 16px;
  vertical-align: top;
}
table td ul,
table td ol {
  padding-left: 22px;
}
table tr {
  background: #fcfcfc;
}
table tr:nth-child(odd) {
  background: #f6f6f6;
}
#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;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.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;
}
#sidebar-newsletter {
  margin: 0 0 0 16px;
  position: relative;
  z-index: 10;
}
.node-type-event #sidebar-first {
  margin-top: 132px;
}
.node-type-tiered-page .region-sidebar-second {
  margin-top: 16px;
}
.node-type-basic-page #block-views-basic_page_sidebar-block {
  margin-bottom: 16px;
}
#block-views-news_releases-block .anchor,
#block-views-in_the_news-block .anchor,
#block-views-news_releases-block_3 .anchor,
#block-views-news_releases-block_5 .anchor,
#block-views-news_releases-block_6 .anchor {
  display: none;
}
#block-views-news_releases-block h1,
#block-views-in_the_news-block h1,
#block-views-news_releases-block_3 h1,
#block-views-news_releases-block_5 h1,
#block-views-news_releases-block_6 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,
#block-views-news_releases-block_5 .views-row,
#block-views-news_releases-block_6 .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,
#block-views-news_releases-block_5 .views-row .views-field-field-news-image,
#block-views-news_releases-block_6 .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,
#block-views-news_releases-block_5 .views-row .views-field-title,
#block-views-news_releases-block_6 .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_5 .views-row .views-field-field-publication-date,
#block-views-news_releases-block_6 .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,
#block-views-news_releases-block_5 .views-row .views-field-field-document-upload,
#block-views-news_releases-block_6 .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;
}
#newsletter-callout-footer {
  background: #5a87c6;
  color: #ffffff;
  margin: 0;
}
#newsletter-callout-footer .wrapper {
  margin: 0 auto;
  padding: 16px 0;
  float: none;
  overflow: auto;
}
#newsletter-callout-footer .wrapper [class*='col-'] {
  margin: 0;
}
#newsletter-callout-footer .wrapper a {
  color: #ffffff;
  text-decoration: none;
}
#newsletter-callout-footer .wrapper p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
#newsletter-callout-footer .wrapper h3 {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
#newsletter-callout-footer .wrapper [class*='col-'] {
  margin-bottom: 0;
}
#newsletter-callout-footer .wrapper form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#newsletter-callout-footer .wrapper form fieldset label {
  display: inline-block;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
#newsletter-callout-footer .wrapper form fieldset div.email-form {
  float: left;
  width: 70%;
}
#newsletter-callout-footer .wrapper form fieldset input#ci_email {
  height: 48px;
  margin: 0;
  padding: 0 16px;
  line-height: 24px;
  font-size: 24px;
  width: 100%;
  background: #fafafa;
  color: #222222;
  outline: none;
}
#newsletter-callout-footer .wrapper form fieldset input[type="submit"] {
  display: block;
  float: left;
  margin: auto 0;
  width: 172px;
  padding: 0 24px;
  margin: 27px 0 0 8px;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  color: #5a87c6;
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  -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;
}
#newsletter-callout-footer .wrapper form fieldset input[type="submit"]:hover {
  background: #30558a;
  color: #ffffff;
  -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;
}
.newsletter-callout-sidebar {
  background: #5a87c6;
  color: #ffffff;
  margin: 0;
}
.newsletter-callout-sidebar .wrapper {
  padding: 16px 16px 0;
  margin: 0;
  float: none;
  overflow: auto;
}
.newsletter-callout-sidebar .wrapper [class*='col-'] {
  margin: 0;
}
.newsletter-callout-sidebar .wrapper a {
  color: #ffffff;
  text-decoration: none;
}
.newsletter-callout-sidebar .wrapper p {
  font-weight: 100;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 16px;
}
.newsletter-callout-sidebar .wrapper h3 {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.newsletter-callout-sidebar .wrapper [class*='col-'] {
  margin-bottom: 0;
}
.newsletter-callout-sidebar .wrapper form .fa-envelope-o {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #5a87c6;
  background: #fafafa;
  text-align: center;
}
.newsletter-callout-sidebar .wrapper form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 216px;
}
.newsletter-callout-sidebar .wrapper form fieldset label {
  display: inline-block;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
.newsletter-callout-sidebar .wrapper form fieldset div.email-form {
  float: left;
  width: 180px;
  background: #fafafa;
}
.newsletter-callout-sidebar .wrapper form fieldset input#ci_email {
  float: left;
  height: 36px;
  margin: 0;
  padding: 0 16px;
  line-height: 30px;
  font-size: 16px;
  width: 100%;
  background: #fafafa;
  color: #222222;
  outline: none;
  border: none;
  -webkit-appearance: menulist-text;
  -moz-appearance: menulist-text;
  appearance: menulist-text;
}
.newsletter-callout-sidebar .wrapper form fieldset .btn {
  float: left;
  background: #ffffff;
  color: #5a87c6;
  border: none;
  border-radius: 0;
  height: 36px;
  width: 36px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  background: #fafafa;
  cursor: pointer;
  -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;
}
.newsletter-callout-sidebar .wrapper form fieldset .btn:hover {
  background: #30558a;
  color: #ffffff;
  -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;
}
.newsletter-callout-sidebar .subscribe-small-text {
  font-size: 12px;
  line-height: 12px;
  padding: 16px;
  margin: 0;
}
/* OLD HORIZONTAL SUBSCRIPTION FORM - STYLE 1
.region-newsletter-subscription{
  background: @secondary;
  position: fixed;
  width: 80%;
  max-width: 1264px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  margin: 0 auto;
  padding: 0;
  display: none;
  box-shadow: 4px 4px 0px darken(@secondary, 15%);
  opacity: 0.98;
  &:hover{opacity: 1;}
  .block-inner{
    .content{
      .col-100;
      margin: 0 auto;
      padding: 16px;
      color: @white;
      overflow: auto;
      [class*='col-']{margin-bottom: 0;}
      p{margin: 0;}
      h3{margin-bottom: 8px;}
      form{
        fieldset{
        border: 0;
        padding: 0;
        margin: 0;
        label{
        display: inline-block;
        font-family: @sans-serif;
        font-weight: 100;
        text-transform: uppercase;
        }//label
        div.email-form{float: left; width: 65%;}
        input#ci_email{
        height: 36px;
        margin: 0;
        padding: 0 16px;
        line-height: 24px;
        font-size: 24px;
        width: 100%;
        background: #fafafa;
        color: #222222;
        outline: none;
        }//input#ci_email
        input[type="submit"]{
          display: block;
          float: left;
          margin: auto 0;
          padding: 0 24px;
          margin: 27px 0 0 8px;
          text-align: center;
          line-height: 36px;
          font-size: 18px;
          font-weight: 100;
          text-transform: uppercase;
          color: @secondary;
          background: @white;
          border: none;
          outline: none;
          cursor: pointer;
          .transition;
            &:hover{
            background: @secondary-dark;
            color: @white;
            .transition;
            }//hover
          }//input[type="submit"]
        }//fieldset
      }//form
    }//.content
  }//.block-inner
  .fa-times{
    color: @white;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    .transition;
    &:hover{
      font-size: 24px;
      line-height: 24px;
      .transition;
    }
  }//.fa-times
}//#newsletter-subscription-form
*/
.region-newsletter-subscription {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  float: none;
  background: red;
}
.region-newsletter-subscription .block {
  position: relative;
  width: 100%;
  max-width: 1200px;
  float: none;
  margin: 0 auto;
}
.region-newsletter-subscription .block-inner {
  display: none;
  background: #5a87c6;
  position: absolute;
  width: 370px;
  height: 256px;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 4px 4px 0px #36619d;
  opacity: 0.98;
}
.region-newsletter-subscription .block-inner:hover {
  opacity: 1;
}
.region-newsletter-subscription .block-inner .content {
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  color: #ffffff;
  overflow: auto;
}
.region-newsletter-subscription .block-inner .content [class*='col-'] {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.region-newsletter-subscription .block-inner .content p {
  font-size: 16px;
  line-height: 18px;
  margin: 32px 0;
}
.region-newsletter-subscription .block-inner .content p.subscribe-small-text {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  margin: 8px 0 0;
  padding: 0;
}
.region-newsletter-subscription .block-inner .content h3 {
  margin-bottom: 8px;
}
.region-newsletter-subscription .block-inner .content form .fa-envelope-o {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #5a87c6;
  background: #fafafa;
  text-align: center;
}
.region-newsletter-subscription .block-inner .content form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 302px;
}
.region-newsletter-subscription .block-inner .content form fieldset label {
  display: inline-block;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
.region-newsletter-subscription .block-inner .content form fieldset div.email-form {
  float: left;
  width: 266px;
}
.region-newsletter-subscription .block-inner .content form fieldset input#ci_email {
  float: left;
  height: 36px;
  margin: 0;
  padding: 0 16px;
  line-height: 30px;
  font-size: 16px;
  width: 100%;
  background: #fafafa;
  color: #222222;
  outline: none;
  -webkit-appearance: menulist-text;
}
.region-newsletter-subscription .block-inner .content form fieldset .btn {
  float: left;
  background: #ffffff;
  color: #5a87c6;
  border: none;
  border-radius: 0;
  height: 36px;
  width: 36px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  background: #fafafa;
  cursor: pointer;
  -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;
}
.region-newsletter-subscription .block-inner .content form fieldset .btn:hover {
  background: #30558a;
  color: #ffffff;
  -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;
}
.region-newsletter-subscription .fa-times {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
/* WHITE BLOCK - Style 3
.region-newsletter-subscription{
  background: @white;
  border: 1px solid #f4f4f4;
  position: fixed;
  width: 324px;
  height: 256px;
  right: 16px;
  bottom: 16px;
  margin: 0 auto;
  padding: 0;
  display: none;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.98;
  &:hover{opacity: 1;}
  .block-inner{
    .content{
      .col-100;
      margin: 0 auto;
      padding: 16px;
      color: @main;
      overflow: auto;
      [class*='col-']{margin-bottom: 0;width: 100%; float: none;}
      p{
        font-size: 16px;
        line-height: 18px;
        margin: 32px 0;
      }//p
      p.subscribe-small-text{
        font-size: 12px;
        line-height: 12px;
        font-style: italic;
        margin: 8px 0 0;
        padding: 0;
      }//.subscribe-small-text
      h3{margin-bottom: 8px;}
      form{
        .fa-envelope-o{
          float: left;
          height: 36px;
          line-height: 36px;
          width: 36px;
          color: #5a87c6;
          background: #f4f4f4;
          text-align: center;
        }//.fa-envelope-o
        fieldset{
          border: 0;
          padding: 0;
          margin: 0;
          width: 252px;
          label{
            display: inline-block;
            font-family: @sans-serif;
            font-weight: 100;
            text-transform: uppercase;
          }//label
          div.email-form{
            float: left;
            width: 216px;
          }//div.email-form
          input#ci_email{
            float: left;
            height: 36px;
            margin: 0;
            padding: 0 16px;
            line-height: 30px;
            font-size: 16px;
            width: 100%;
            background: #f4f4f4;
            color: #222222;
            outline: none;
            -webkit-appearance: menulist-text;
            }//input#ci_email
            .btn{
              float: left;
              background: #f4f4f4;
              color: @secondary;
              border: none;
              border-radius: 0;
              height: 36px;
              width: 36px;
              margin: 0;
              padding: 0;
              font-size: 24px;
              line-height: 36px;
              background: #fafafa;
              cursor: pointer;
              .transition;
              &:hover{
                background: @secondary-dark;
                color: @white;
                .transition;
              }//hover
            }//.btn
          }//fieldset
        }//form
      }//.content
    }//.block-inner
    .fa-times{
      color: @white;
      font-size: 22px;
      line-height: 22px;
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer;
    }//.fa-times
}//#region-newsletter-subscription
*/
.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);*/
  background: rgba(51, 51, 51, 0.85);
}
.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;
}
.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 .view-landing-page-items {
  float: left;
  width: 100%;
}
#main .view-landing-page-items .views-row {
  position: relative;
  height: 220px;
  padding-right: 16px !important;
  overflow: hidden;
}
#main .view-landing-page-items .views-row .views-field-field-feature-image,
#main .view-landing-page-items .views-row .views-field-field-landing-page-image {
  overflow: hidden;
  line-height: 0;
}
#main .view-landing-page-items .views-row .views-field-field-feature-image a,
#main .view-landing-page-items .views-row .views-field-field-landing-page-image a {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 428px;
}
#main .view-landing-page-items .views-row .views-field-field-feature-image a .title-wrapper,
#main .view-landing-page-items .views-row .views-field-field-landing-page-image a .title-wrapper {
  position: absolute;
  width: 100%;
  max-width: 428px;
  padding: 0 16px;
  height: 220px;
  /*background: -moz-linear-gradient(45deg,  rgba(90,135,198,1) 0%, rgba(90,135,198,0) 60%);
            background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(90,135,198,1)), color-stop(60%,rgba(90,135,198,0)));
            background: -webkit-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            background: -o-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            background: -ms-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            background: linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a87c6', endColorstr='#005a87c6',GradientType=1 );*/
  background: rgba(102, 102, 102, 0.85);
  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 .view-landing-page-items .views-row .views-field-field-feature-image a .title-wrapper:hover,
#main .view-landing-page-items .views-row .views-field-field-landing-page-image a .title-wrapper:hover {
  background: rgba(51, 51, 51, 0.95);
  -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 .view-landing-page-items .views-row .views-field-field-feature-image a h3,
#main .view-landing-page-items .views-row .views-field-field-landing-page-image a h3 {
  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;
}
#main .view-landing-page-items .views-row .views-field-field-feature-image .no-img,
#main .view-landing-page-items .views-row .views-field-field-landing-page-image .no-img {
  width: 100%;
  height: 220px;
  background: #5a87c6;
}
.node-type-landing-page-publications #basic-page-header,
.node-type-landing-page-research-portal #basic-page-header,
.node-type-landing-page-bc-archives #basic-page-header,
.node-type-landing-page-publications #around-museum,
.node-type-landing-page-research-portal #around-museum,
.node-type-landing-page-bc-archives #around-museum {
  margin: 0 auto;
  float: none;
}
.node-type-landing-page-publications #sidebar-first,
.node-type-landing-page-research-portal #sidebar-first,
.node-type-landing-page-bc-archives #sidebar-first {
  margin-top: 0;
}
.node-type-landing-page-publications #publication-links {
  margin: 0;
}
.node-type-landing-page-publications #publication-links a {
  display: inline-block;
  margin-right: 32px;
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.node-type-landing-page-publications #publication-links a:last-child {
  margin-right: 0;
}
.node-type-landing-page-publications #featured-book {
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.node-type-landing-page-publications #featured-book .view-id-publications_books.view-display-id-block {
  background: #fafafa;
  padding: 16px;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-cover {
  float: right;
  margin: 0 0 0 16px;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-cover a {
  display: block;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-cover a img {
  max-width: 130px;
}
.node-type-landing-page-publications #featured-book .views-field-title h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 16px;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-price {
  margin: 0 0 16px;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-description {
  margin: 0 0 8px;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-description p {
  margin: 0 0 16px;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-review .views-label {
  font-weight: 400;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-review p {
  margin: 0 0 16px;
}
.node-type-landing-page-publications #featured-book .views-field-field-book-review p:last-child {
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 {
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 .block .view {
  height: 288px;
  overflow: hidden;
  position: relative;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .slides {
  list-style: none;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .slides li {
  list-style: none;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .flex-direction-nav {
  list-style: none;
  height: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .flex-direction-nav li {
  list-style: none;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .views-field-field-book-cover a {
  display: block;
  float: right;
  margin-left: 16px;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .views-field-field-book-cover a img {
  max-width: 110px;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .views-field-title h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 16px;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .view-footer {
  position: absolute;
  bottom: 0;
  height: 32px;
}
.node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_1 .view-footer a {
  line-height: 32px;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 {
  padding: 0 0 0 16px;
}
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 8px 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-content .views-row .date-repeat-instance {
  display: inline-block;
}
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-content .views-row .views-field-field-tweet-creation-date,
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-content .views-row .views-field-field-link-to-tweet {
  font-size: 14px;
  display: inline-block;
}
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-footer {
  position: absolute;
  bottom: 0;
  height: 32px;
}
.node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-footer a {
  line-height: 32px;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 {
  padding: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 8px 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .view-content .views-row .views-field-created-time {
  font-size: 14px;
  display: inline-block;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .view-footer {
  position: absolute;
  bottom: 0;
  height: 32px;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .view-footer a {
  line-height: 32px;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .slides {
  list-style: none;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .slides li {
  list-style: none;
  margin: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .flex-direction-nav {
  list-style: none;
  height: 0;
}
.node-type-landing-page-publications #publications-r2 #block-views-tweets-block_2 .flex-direction-nav li {
  list-style: none;
}
#block-views-publications_books-block_2 .block-title {
  margin: 0 auto;
  max-width: 598px;
}
#block-views-publications_books-block_2 .slick-slider {
  margin: 16px 0 0;
}
#block-views-publications_books-block_2 .slick-slider .slick-slide {
  width: 211px !important;
  height: auto !important;
}
#block-views-publications_books-block_2 .slick-slider .slick-slide h3 {
  margin: 0;
  padding: 0;
}
#block-views-publications_books-block_2 .slick-slider .slick-slide h3 a {
  color: #777777;
  font-size: 26px;
  line-height: 32px;
}
#block-views-publications_books-block_2 .slick-slider .slick-slide p {
  font-size: 14px;
  line-height: 28px;
}
#block-views-publications_books-block_2 .slick-slider .slick-slide .views-field-field-book-cover {
  display: table-cell;
  vertical-align: middle;
  height: 296px;
}
#block-views-publications_books-block_2 .slick-slider .slick-slide .views-field-field-book-cover .field-conent {
  display: table-cell;
  vertical-align: middle;
}
#block-views-publications_books-block_2 .slick-slider .slick-slide .views-field-field-book-cover .field-conent img {
  display: table-cell;
  vertical-align: middle;
}
#block-views-publications_books-block_2 .slick-slider .slick-active {
  opacity: 1;
}
#block-views-publications_books-block_2 .slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  opacity: 0.9;
  font-size: 40px;
  top: 110px;
  cursor: pointer;
}
#block-views-publications_books-block_2 .slick-slider .slick-arrow:hover {
  opacity: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#block-views-publications_books-block_2 .slick-slider .slick-arrow.fa-chevron-left {
  left: 16px;
}
#block-views-publications_books-block_2 .slick-slider .slick-arrow.fa-chevron-right {
  right: 16px;
}
#block-views-publications_books-block_2 .view-footer {
  max-width: 598px;
  margin: 0 auto;
}
#where-to-buy .field-name-field-where-to-buy-books-descrip {
  font-family: 'Neuton', serif;
  font-size: 22px;
  line-height: 30px;
}
#where-to-buy .field-name-field-where-to-buy-books-descrip p {
  margin: 0;
  font-weight: 400;
}
#where-to-buy #where-to-buy-col-1 .block .block-title,
#where-to-buy #where-to-buy-col-2 .block .block-title,
#where-to-buy #where-to-buy-col-3 .block .block-title {
  font-size: 18px;
  line-height: 22px;
}
#where-to-buy #where-to-buy-col-1 .block .content,
#where-to-buy #where-to-buy-col-2 .block .content,
#where-to-buy #where-to-buy-col-3 .block .content {
  font-weight: 100;
}
#where-to-buy #where-to-buy-col-1 .block .content p,
#where-to-buy #where-to-buy-col-2 .block .content p,
#where-to-buy #where-to-buy-col-3 .block .content p {
  margin: 0 0 16px;
}
#where-to-buy #where-to-buy-col-1 .block .content strong,
#where-to-buy #where-to-buy-col-2 .block .content strong,
#where-to-buy #where-to-buy-col-3 .block .content strong {
  font-weight: 400;
}
#block-views-landing_page_links-block {
  margin: 0 0 32px;
}
#block-views-landing_page_links-block .views-row {
  display: inline-block;
  margin-right: 16px;
  font-family: 'Univers W01', sans-serif;
  font-size: 17px;
  line-height: 28px;
}
#block-views-landing_page_links-block .views-row:last-child {
  margin-right: 0;
}
.node-type-landing-page-research-portal .research-portal-featured-articles {
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  margin: 0 0 32px;
}
.node-type-landing-page-research-portal .research-portal-featured-articles .views-field-field-article-title {
  font-size: 18px;
  line-height: 24px;
}
.node-type-landing-page-research-portal .research-portal-featured-articles .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 16px 0;
}
.node-type-landing-page-research-portal .research-portal-featured-articles .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.node-type-landing-page-research-portal .research-portal-featured-articles .view-content .views-row .views-field-field-article-date {
  font-size: 14px;
  margin-top: 8px;
}
.node-type-landing-page-research-portal #main #content #landing-page-r1,
.node-type-landing-page-bc-archives #main #content #landing-page-r1 {
  margin-bottom: 0;
}
.node-type-landing-page-research-portal #main #content #landing-page-r1-c1,
.node-type-landing-page-bc-archives #main #content #landing-page-r1-c1 {
  padding-right: 32px;
}
.node-type-landing-page-research-portal #main #content #landing-page-r1-c1,
.node-type-landing-page-bc-archives #main #content #landing-page-r1-c1,
.node-type-landing-page-research-portal #main #content #landing-page-r1-c2,
.node-type-landing-page-bc-archives #main #content #landing-page-r1-c2 {
  margin-bottom: 0;
}
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_2,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_2,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_3,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_3,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_4,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_4 {
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  margin: 0 0 32px;
}
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_2 .views-field-field-bio-photo,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_2 .views-field-field-bio-photo,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_3 .views-field-field-bio-photo,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_3 .views-field-field-bio-photo,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_4 .views-field-field-bio-photo,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_4 .views-field-field-bio-photo {
  float: right;
  margin: 0 0 8px 8px;
}
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_2 .views-field-title,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_2 .views-field-title,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_3 .views-field-title,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_3 .views-field-title,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_4 .views-field-title,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_4 .views-field-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_2 .views-field-field-title,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_2 .views-field-field-title,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_3 .views-field-field-title,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_3 .views-field-field-title,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_4 .views-field-field-title,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_4 .views-field-field-title {
  margin: 0 0 16px;
}
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_2 .views-field-field-staff-profile-link,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_2 .views-field-field-staff-profile-link,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_3 .views-field-field-staff-profile-link,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_3 .views-field-field-staff-profile-link,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_4 .views-field-field-staff-profile-link,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_4 .views-field-field-staff-profile-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_2 p,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_2 p,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_3 p,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_3 p,
.node-type-landing-page-research-portal #main #content #block-views-staff_directory-block_4 p,
.node-type-landing-page-bc-archives #main #content #block-views-staff_directory-block_4 p {
  margin-bottom: 16px;
}
.node-type-landing-page-research-portal #main #content #block-views-news_releases-block_7,
.node-type-landing-page-bc-archives #main #content #block-views-news_releases-block_7,
.node-type-landing-page-research-portal #main #content #block-views-news_releases-block_8,
.node-type-landing-page-bc-archives #main #content #block-views-news_releases-block_8,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 {
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  margin-bottom: 32px;
}
.node-type-landing-page-research-portal #main #content #block-views-news_releases-block_7,
.node-type-landing-page-bc-archives #main #content #block-views-news_releases-block_7,
.node-type-landing-page-research-portal #main #content #block-views-news_releases-block_8,
.node-type-landing-page-bc-archives #main #content #block-views-news_releases-block_8 {
  margin: 0 0 32px;
}
.node-type-landing-page-research-portal #main #content #block-views-news_releases-block_7 .views-row,
.node-type-landing-page-bc-archives #main #content #block-views-news_releases-block_7 .views-row,
.node-type-landing-page-research-portal #main #content #block-views-news_releases-block_8 .views-row,
.node-type-landing-page-bc-archives #main #content #block-views-news_releases-block_8 .views-row {
  margin: 0 0 16px;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 {
  padding: 0;
  position: relative;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .view-content .views-row,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .view-content .views-row,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .view-content .views-row,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .view-content .views-row {
  border-bottom: #eaeaea 1px solid;
  padding: 8px 0;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .view-content .views-row:last-child,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .view-content .views-row:last-child,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .view-content .views-row:last-child,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .view-content .views-row:last-child {
  border-bottom: 0;
  padding: 8px 0 16px;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .view-content .views-row .views-field-created-time,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .view-content .views-row .views-field-created-time,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .view-content .views-row .views-field-created-time,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .view-content .views-row .views-field-created-time {
  font-size: 14px;
  display: inline-block;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .view-footer,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .view-footer,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .view-footer,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .view-footer {
  position: absolute;
  bottom: 0;
  height: 32px;
  padding-top: 16px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .view-footer a,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .view-footer a,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .view-footer a,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .view-footer a {
  line-height: 32px;
  margin: 0;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .slides,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .slides,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .slides,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .slides {
  list-style: none;
  margin: 0;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .slides li,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .slides li,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .slides li,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .slides li {
  list-style: none;
  margin: 0;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .flex-direction-nav,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .flex-direction-nav,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .flex-direction-nav,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .flex-direction-nav {
  list-style: none;
  height: 0;
  margin: 0;
  pading: 0;
}
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_4 .flex-direction-nav li,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_4 .flex-direction-nav li,
.node-type-landing-page-research-portal #main #content #block-views-tweets-block_5 .flex-direction-nav li,
.node-type-landing-page-bc-archives #main #content #block-views-tweets-block_5 .flex-direction-nav li {
  list-style: none;
}
.node-type-landing-page-research-portal #main #content .slick-slider,
.node-type-landing-page-bc-archives #main #content .slick-slider {
  margin: 0;
}
.node-type-landing-page-research-portal #main #content .view-id-event_series .view-content .views-row .views-field-title h3,
.node-type-landing-page-bc-archives #main #content .view-id-event_series .view-content .views-row .views-field-title h3 {
  font-size: 20px;
  line-height: 22px;
}
.node-type-landing-page-research-portal #main #content .view-id-event_series .view-content .views-row .views-field-field-event-date,
.node-type-landing-page-bc-archives #main #content .view-id-event_series .view-content .views-row .views-field-field-event-date,
.node-type-landing-page-research-portal #main #content .view-id-event_series .view-content .views-row .views-field-field-event-cost,
.node-type-landing-page-bc-archives #main #content .view-id-event_series .view-content .views-row .views-field-field-event-cost {
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: 15px;
  line-height: 20px;
}
.node-type-landing-page-research-portal #main #landing-page-carousel .block .block-title,
.node-type-landing-page-bc-archives #main #landing-page-carousel .block .block-title {
  margin: 0 auto;
  max-width: 598px;
  font-weight: 100;
}
.node-type-landing-page-research-portal #main #landing-page-carousel .block p,
.node-type-landing-page-bc-archives #main #landing-page-carousel .block p {
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
}
.node-type-landing-page-research-portal #main #landing-page-carousel .block p:last-child,
.node-type-landing-page-bc-archives #main #landing-page-carousel .block p:last-child {
  margin-bottom: 0;
}
.page-node-57263 #content,
.page-node-104141 #content {
  width: 75%;
}
.page-node-57263 #sidebar-second,
.page-node-104141 #sidebar-second {
  display: none;
}
#main #content #block-views-photo_gallery-block,
#main #content #block-views-special_exhibitions-block_4,
#main #content #block-views-photo_gallery-block_1,
#main #content #block-views-photo_gallery-block_2 {
  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_2 .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,
#main #content #block-views-photo_gallery-block_2 .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.thumbnail,
#main #content #block-views-special_exhibitions-block_4 .view-id-photo_gallery a.thumbnail,
#main #content #block-views-photo_gallery-block_1 .view-id-photo_gallery a.thumbnail,
#main #content #block-views-photo_gallery-block_2 .view-id-photo_gallery a.thumbnail,
#main #content #block-views-photo_gallery-block .view-special-exhibitions a.thumbnail,
#main #content #block-views-special_exhibitions-block_4 .view-special-exhibitions a.thumbnail,
#main #content #block-views-photo_gallery-block_1 .view-special-exhibitions a.thumbnail,
#main #content #block-views-photo_gallery-block_2 .view-special-exhibitions a.thumbnail {
  padding: 0 8px 0 0;
  border: 0;
  background: #ffffff;
  display: inline-block;
}
#main #content #block-views-photo_gallery-block .view-id-photo_gallery a.thumbnail:last-child,
#main #content #block-views-special_exhibitions-block_4 .view-id-photo_gallery a.thumbnail:last-child,
#main #content #block-views-photo_gallery-block_1 .view-id-photo_gallery a.thumbnail:last-child,
#main #content #block-views-photo_gallery-block_2 .view-id-photo_gallery a.thumbnail:last-child,
#main #content #block-views-photo_gallery-block .view-special-exhibitions a.thumbnail:last-child,
#main #content #block-views-special_exhibitions-block_4 .view-special-exhibitions a.thumbnail:last-child,
#main #content #block-views-photo_gallery-block_1 .view-special-exhibitions a.thumbnail:last-child,
#main #content #block-views-photo_gallery-block_2 .view-special-exhibitions a.thumbnail:last-child {
  padding-right: 8px;
}
#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_2 .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,
#main #content #block-views-photo_gallery-block_2 .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;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.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;
}
.learning-portal-fundraising-campaign {
  padding: 0;
}
#block-thermometer-thermometer {
  padding: 0 0 32px;
}
#block-thermometer-thermometer #thermometer {
  background: #ececec;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#block-thermometer-thermometer #thermometer .progress {
  background: #508636;
  background: rgba(80, 134, 54, 0.85);
  margin-bottom: 0;
  overflow: visible;
}
#block-thermometer-thermometer #thermometer .progress .amount {
  color: #508636;
}
#block-thermometer-thermometer #thermometer .amount {
  font-family: 'Univers W01', sans-serif;
}
#block-thermometer-thermometer .btn {
  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;
  width: 100%;
  margin: 16px auto 0;
}
#block-thermometer-thermometer .btn .fa {
  padding-right: 8px;
}
#block-thermometer-thermometer .btn: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-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 .views-field-field-sold-out- .field-content,
.node-type-event .view-display-id-block_6 .field-content {
  display: block;
  padding: 8px;
  margin: 0 0 16px;
  background: #DF3B37;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.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;
}
.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 {
  font-size: 16px;
  font-style: italic;
  margin: 0;
}
.node-type-basic-page .view-staff-directory .views-row .views-field-field-staff-profile-link,
.node-type-tiered-page .view-staff-directory .views-row .views-field-field-staff-profile-link {
  margin: 0 0 16px 0;
}
.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,
.node-type-basic-page .view-staff-directory .views-row .views-field-field-staff-profile-link,
.node-type-tiered-page .view-staff-directory .views-row .views-field-field-staff-profile-link {
  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;
}
.page-node-56014 #content-area h1.title,
.page-node-103201 #content-area h1.title {
  text-align: center;
  margin-bottom: 0;
}
.page-node-56014 a.anchor,
.page-node-103201 a.anchor {
  display: block;
  float: none;
  clear: both;
  height: 0;
}
.page-node-56014 .region-content,
.page-node-103201 .region-content {
  float: left;
  width: 100%;
}
.page-node-56014 #block-views-admission_prices-block table td,
.page-node-103201 #block-views-admission_prices-block table td {
  text-align: center;
}
#ticket-options {
  margin-top: 44px;
  padding: 0 16px;
  min-height: 510px;
}
#ticket-options .ticket-wrapper {
  display: block;
  min-height: 461px;
  width: 100%;
  float: left;
  background: #fafafa;
  border: #ececec 1px solid;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  font-size: 48px;
  cursor: pointer;
  color: #222222 !important;
  -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;
}
#ticket-options .ticket-wrapper .fa-stack-2x {
  color: #5a87c6;
}
#ticket-options .ticket-wrapper p {
  font-size: 22px;
  hyphens: none;
}
#ticket-options .ticket-wrapper:hover {
  background: #5a87c6;
  color: white !important;
  border-color: transparent;
  border-bottom: 5px solid #3d6db0;
  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);
  -ms-transform: scale(1.02, 1.02);
  /* IE 9 */
  -webkit-transform: scale(1.02, 1.02);
  /* Safari */
  transform: scale(1.02, 1.02);
  -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;
}
#ticket-options .ticket-wrapper:hover a {
  color: #ffffff;
  text-decoration: underline;
}
#ticket-options #tickets-galleries-imax {
  padding-right: 0;
}
#ticket-options #tickets-galleries-imax .ticket-wrapper {
  min-height: auto;
}
#ticket-options #tickets-galleries-imax #tickets-combo {
  padding-right: 16px;
}
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper {
  font-size: 16px;
}
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper .fa-stack,
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper h3 {
  display: inline-block;
  margin-bottom: 0;
}
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper h3 {
  line-height: 2em;
}
#ticket-options.shop-online {
  min-height: 410px;
}
#ticket-options.shop-online .ticket-wrapper {
  min-height: 380px;
}
.view-trc-response-documents .view-grouping-header {
  padding: 0;
  margin: 0;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 16px;
}
.view-trc-response-documents .views-row {
  padding: 0 16px 16px;
  margin: 0 0 32px;
  border-bottom: 1px solid #eaeaea;
  clear: both;
  float: left;
}
.view-trc-response-documents .views-row .views-field-field-trc-response-link h3 {
  margin: 0;
}
.view-trc-response-documents .views-row .views-field-field-trc-response-completed-dat .views-label,
.view-trc-response-documents .views-row .views-field-field-trc-response-completed-dat .field-content {
  display: inline-block;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  color: #222222;
  margin: 0 0 16px;
}
.view-trc-response-documents .views-row .views-field-body img {
  float: right;
  margin: 16px 0 16px 16px;
}
.view-trc-response-documents .view-header h2 {
  display: inline-block;
}
.view-trc-response-documents .view-header .view-more-link {
  margin: 0 0 16px;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 36px;
}
.page-first-nations-first-nations-repatriation-response-trcs-calls-action-all-documents #edit-field-trc-response-category-tid-wrapper label {
  display: inline-block;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 100;
  margin: 0;
}
#main #content #block-views-sponsors_partners-block_1 .view,
#main #content #block-views-sponsors_partners-block_2 .view,
#main #content #block-views-sponsors_partners-block_3 .view,
#main #content #block-views-sponsors_partners-block_4 .view,
#main #content #block-views-sponsors_partners-block_5 .view,
#main #content #block-views-sponsors_partners-block_6 .view,
#main #content #block-views-sponsors_partners-block_7 .view {
  margin-bottom: 0;
}
#main #content #block-views-sponsors_partners-block_1 .view .views-row,
#main #content #block-views-sponsors_partners-block_2 .view .views-row,
#main #content #block-views-sponsors_partners-block_3 .view .views-row,
#main #content #block-views-sponsors_partners-block_4 .view .views-row,
#main #content #block-views-sponsors_partners-block_5 .view .views-row,
#main #content #block-views-sponsors_partners-block_6 .view .views-row,
#main #content #block-views-sponsors_partners-block_7 .view .views-row {
  margin-bottom: 32px;
}
#main #content #block-views-sponsors_partners-block_1 .view .views-row .field-content img,
#main #content #block-views-sponsors_partners-block_2 .view .views-row .field-content img,
#main #content #block-views-sponsors_partners-block_3 .view .views-row .field-content img,
#main #content #block-views-sponsors_partners-block_4 .view .views-row .field-content img,
#main #content #block-views-sponsors_partners-block_5 .view .views-row .field-content img,
#main #content #block-views-sponsors_partners-block_6 .view .views-row .field-content img,
#main #content #block-views-sponsors_partners-block_7 .view .views-row .field-content img {
  margin: 0 0 16px;
}
#main #content .field-name-field-sponsors-row-1-title .field-item,
#main #content .field-name-field-sponsors-row-2-title .field-item,
#main #content .field-name-field-sponsors-row-3-title .field-item,
#main #content .field-name-field-sponsors-row-4-title .field-item,
#main #content .field-name-field-sponsors-row-5-title .field-item,
#main #content .field-name-field-sponsors-row-6-title .field-item {
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  margin: 0  0 16px;
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
}
#main #content .field-name-field-sponsors-row-1-description,
#main #content .field-name-field-sponsors-row-2-description,
#main #content .field-name-field-sponsors-row-3-description,
#main #content .field-name-field-sponsors-row-4-description,
#main #content .field-name-field-sponsors-row-5-description,
#main #content .field-name-field-sponsors-row-6-description {
  margin: 0 0 32px;
}
.slick-slider {
  margin: 16px 0 0;
}
.slick-slider .slick-slide {
  width: 396px !important;
  height: 324px !important;
  opacity: 0.3;
}
.slick-slider .slick-slide h3 {
  margin: 0;
  padding: 0;
}
.slick-slider .slick-slide h3 a {
  color: #777777;
  font-size: 26px;
  line-height: 32px;
}
.slick-slider .slick-slide p {
  font-size: 14px;
  line-height: 28px;
}
.slick-slider .slick-active {
  opacity: 1;
}
.slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  opacity: 0.9;
  font-size: 40px;
  top: 110px;
  cursor: pointer;
}
.slick-slider .slick-arrow:hover {
  opacity: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.slick-slider .slick-arrow.fa-chevron-left {
  left: 16px;
}
.slick-slider .slick-arrow.fa-chevron-right {
  right: 16px;
}
.node-type-objects-of-interest-collection #main h1.title {
  padding: 0 0 0 235px;
  font-size: 32px;
  line-height: 126px;
}
.node-type-objects-of-interest-collection #main #ooi-title {
  padding-top: 32px;
  padding-right: 0;
}
.node-type-objects-of-interest-collection #main #ooi-title .title {
  text-align: center;
  font-size: 24px;
}
.node-type-objects-of-interest-collection #main #ooi-title .title #block-cck_blocks-field_collection_title_fr_ {
  padding-bottom: 48px;
}
.node-type-objects-of-interest-collection #main #ooi-title .sub-title {
  padding: 0 16px;
}
.node-type-objects-of-interest-collection #main #ooi-title #block-block-4,
.node-type-objects-of-interest-collection #main #ooi-title #block-block-5 {
  text-align: center;
}
.node-type-objects-of-interest-collection #main #content .field-name-body {
  padding-left: 235px;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-content,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-content {
  position: relative;
  clear: both;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .isotope-container,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .isotope-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .isotope-container li,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .isotope-container li {
  list-style: none;
  padding: 0 16px 16px 0;
  margin: 0;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-row,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .views-row {
  margin: 0 0 16px;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-field-nothing .object-thumbnail,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .views-field-nothing .object-thumbnail {
  position: relative;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-field-nothing .object-title-date-wrapper,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .views-field-nothing .object-title-date-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 16px;
  cursor: pointer;
  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);
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-field-nothing .object-title-date-content,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .views-field-nothing .object-title-date-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  min-width: 244px;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-field-nothing .object-title-date-content h3,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .views-field-nothing .object-title-date-content h3 {
  color: #ffffff;
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-field-nothing .object-title-date-content .object-date,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .views-field-nothing .object-title-date-content .object-date {
  font-family: 'Univers W01', sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-field-nothing:hover .object-title-date-wrapper,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .views-field-nothing:hover .object-title-date-wrapper {
  display: block;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header {
  float: left;
  width: 100%;
  clear: both;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header #ooi-collection-total,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header #ooi-collection-total {
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Univers W01', sans-serif;
  color: #222222;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header #ooi-filter-trigger,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header #ooi-filter-trigger,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header #ooi-filter-instructions,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header #ooi-filter-instructions {
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 17px;
  line-height: 17px;
  margin: 32px 0;
  float: left;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header #ooi-filter-trigger,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header #ooi-filter-trigger {
  float: right;
  color: #5a87c6;
  cursor: pointer;
  text-align: right;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .view,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .view {
  display: none;
  clear: both;
  padding: 16px;
  background: #fcfcfc;
  margin: 0;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .view:last-child,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .view:last-child {
  margin: 0 0 32px;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header h3,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header h3 {
  width: 20%;
  display: inline-block;
  margin: 0 24px 0 0;
  font-size: 18px;
  font-weight: 100;
  vertical-align: top;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options {
  display: inline-block;
  width: 75%;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Univers W01', sans-serif;
  font-weight: 400;
  list-style: none;
  margin: 0;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options li.first a,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options li.first a {
  color: #5a87c6;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options li.first a:hover,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options li.first a:hover {
  color: #ffffff;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options li,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options li {
  display: inline-block;
  margin: 0;
  list-style: none;
  margin: 0 8px 8px 0;
  padding: 0;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options li a,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options li a {
  display: inline;
  border: 1px solid #ececec;
  padding: 2px 4px;
  margin: 0;
  border-radius: 4px;
  line-height: 32px;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options li a:hover,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options li a:hover {
  color: #ffffff;
  background: #5a87c6;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options li .filterbutton.selected,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options li .filterbutton.selected {
  background: #5a87c6;
  color: #ffffff;
  outline: none;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-header .isotope-options li div,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-header .isotope-options li div {
  display: inline;
}
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .view-content,
.node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collections .view-content {
  clear: both;
}
.node-type-objects-of-interest-collection #main #content #collection-intro,
.node-type-objects-of-interest-collection #main #content #collection-contributors {
  padding: 0;
  margin: 0 0 8px;
  background: #fafafa;
  font-family: 'Univers W01', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
}
.node-type-objects-of-interest-collection #main #content #collection-intro .collection-toggle,
.node-type-objects-of-interest-collection #main #content #collection-contributors .collection-toggle {
  font-weight: 400;
  padding: 8px;
  background: #5a87c6;
  color: #ffffff;
}
.node-type-objects-of-interest-collection #main #content #collection-intro .collection-toggle:hover,
.node-type-objects-of-interest-collection #main #content #collection-contributors .collection-toggle:hover {
  background: #30558a;
  cursor: pointer;
}
.node-type-objects-of-interest-collection #main #content #collection-intro #collection-intro-EN,
.node-type-objects-of-interest-collection #main #content #collection-contributors #collection-intro-EN,
.node-type-objects-of-interest-collection #main #content #collection-intro #collection-intro-FR,
.node-type-objects-of-interest-collection #main #content #collection-contributors #collection-intro-FR {
  display: none;
  padding: 16px 8px 0;
  margin: 0;
}
.node-type-objects-of-interest-collection #main #content #collection-intro .region-ooi-collection-contribs,
.node-type-objects-of-interest-collection #main #content #collection-contributors .region-ooi-collection-contribs {
  padding: 16px 8px;
  display: none;
}
.node-type-objects-of-interest-collection #main #content #collection-intro .region-ooi-collection-contribs .view-objects-of-interest-collection ul,
.node-type-objects-of-interest-collection #main #content #collection-contributors .region-ooi-collection-contribs .view-objects-of-interest-collection ul {
  margin-bottom: 0;
}
.node-type-objects-of-interest-collection #main #content #collection-intro .region-ooi-collection-contribs .view-objects-of-interest-collection ul li,
.node-type-objects-of-interest-collection #main #content #collection-contributors .region-ooi-collection-contribs .view-objects-of-interest-collection ul li {
  margin: 0;
}
.node-type-object-of-interest #main .region-ooi-title h1.title {
  padding: 0 0 0 235px;
  font-size: 32px;
  line-height: 48px;
}
.node-type-object-of-interest #main .region-ooi-title .views-field-path-1 {
  padding: 0 0 40px 235px;
}
.node-type-object-of-interest #main #content {
  font-family: 'Univers W01', sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  padding-right: 0;
}
.node-type-object-of-interest #main #content #object-images {
  text-align: center;
  margin: 0 0 64px 0;
  padding: 0;
}
.node-type-object-of-interest #main #content #object-images .view-footer {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #777777;
}
.node-type-object-of-interest #main #content #object-contrib {
  padding-left: 16px;
}
.node-type-object-of-interest #main #content #object-desc {
  margin: 0;
}
.node-type-object-of-interest #main #content .views-field-body,
.node-type-object-of-interest #main #content #object-title-date,
.node-type-object-of-interest #main #content #object-contrib,
.node-type-object-of-interest #main #content .views-field-field-object-description-french- {
  padding: 0 16px;
}
.node-type-object-of-interest #main #content .views-field-body,
.node-type-object-of-interest #main #content .views-field-field-object-description-french- {
  margin: 0;
}
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-object-public-title,
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-public-title-french- {
  font-weight: 400;
  text-transform: capitalize;
}
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-object-date span,
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-selected-by-organization- span,
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-assign-to-collection span {
  font-weight: 100;
}
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-object-date a,
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-selected-by-organization- a,
.node-type-object-of-interest #main #content .view-id-objects_of_interest_object .views-field-field-assign-to-collection a {
  font-weight: 100;
}
.node-type-object-of-interest #main #content #object-desc {
  padding: 16px 0 0;
  border-top: 1px solid #ececec;
}
.node-type-object-of-interest #main #content #object-meta .block-inner {
  padding: 0 16px;
}
.node-type-object-of-interest #main #content #object-meta .block-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.node-type-object-of-interest #main #content #object-meta .view-objects-of-interest-object.view-display-id-block_7 {
  font-size: 16px;
  line-height: 20px;
}
.node-type-object-of-interest #main #content #object-meta .view-objects-of-interest-object.view-display-id-block_7 .views-label {
  display: inline-block;
  font-weight: 400;
}
.node-type-object-of-interest #main #content #object-meta .view-objects-of-interest-object.view-display-id-block_7 .field-content {
  display: inline-block;
}
.node-type-object-of-interest #main #content #block-prev_next-0 .prev-next-links {
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
  float: left;
  width: 100%;
}
.node-type-object-of-interest #main #content #block-prev_next-0 .prev-next-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
  float: left;
}
.node-type-object-of-interest #main #content #block-prev_next-0 .prev-next-links li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.node-type-object-of-interest #main #content #block-prev_next-0 .prev-next-links .prev-next-link-next {
  text-align: right;
  float: right;
}
.node-type-object-of-interest #main #content #object-right {
  border-left: 1px solid #ececec;
}
.node-type-object-of-interest #main #content #object-right #object-desc {
  border: none;
}
.page-nptac-audit #sidebar-first,
.page-nptac-audit #sidebar-second {
  display: none;
}
.page-nptac-audit #content {
  width: 100%;
  margin-top: 200px;
}
.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: 276px;
  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: 276px;
}
.view-featured-collections.view-id-featured_collections .view-content .views-row .views-field-field-item-link .field-content {
  height: 276px;
  /*background: -moz-linear-gradient(45deg,  rgba(90,135,198,1) 0%, rgba(90,135,198,0) 60%);
          background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(90,135,198,1)), color-stop(60%,rgba(90,135,198,0)));
          background: -webkit-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
          background: -o-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
          background: -ms-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
          background: linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,0) 60%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a87c6', endColorstr='#005a87c6',GradientType=1 );*/
  background: rgba(77, 77, 77, 0.85);
  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,  rgba(90,135,198,1) 0%, rgba(90,135,198,.8) 100%);
            background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(90,135,198,1)), color-stop(60%,rgba(90,135,198,.8)));
            background: -webkit-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,.8) 100%);
            background: -o-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,.8) 100%);
            background: -ms-linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,.8) 100%);
            background: linear-gradient(45deg,  rgba(90,135,198,1) 0%,rgba(90,135,198,.8) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a87c6', endColorstr='#005a87c6',GradientType=1 );*/
  background: rgba(51, 51, 51, 0.95);
}
.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: 1200px) {
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item {
    width: 140px;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.open .item-title {
    background: none !important;
    background-image: none !important;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.open .item-title span {
    text-decoration: underline;
  }
  #header #rbcm-meta #gallery-hours {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .item-title {
    font-size: 18px;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini {
    margin-top: 12px;
    line-height: 20px;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini .header-mini-menu-item {
    margin: 0;
    width: 100%;
    height: 20px;
    display: inline-block;
  }
  #header #rbcm-meta #gallery-hours {
    font-size: 14px;
  }
  #main {
    padding-right: 0;
  }
  #main #content {
    padding: 0 16px;
  }
  #main #content #content-inner,
  #main #content #content-inner-second {
    padding: 0 0 0 16px;
  }
  #newsletter-callout-footer .wrapper {
    padding: 24px 16px;
  }
  .front #homepage-feature-exhibition #homepage-feature-exhibition-details {
    padding: 0 0 0 16px;
  }
}
@media only screen and (max-width: 1030px) {
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item {
    width: 110px;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.open .item-title {
    background: none !important;
    background-image: none !important;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.open .item-title span {
    text-decoration: underline;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu #header-menu-mini {
    width: 20%;
  }
  #header #rbcm-meta #hours-location {
    display: none;
  }
  #header #rbcm-meta #gallery-hours {
    padding-left: 200px;
  }
  #header #rbcm-meta #members-social .wrapper .social-icons {
    font-size: 14px;
  }
  #header #rbcm-meta #members-social #header-imax {
    width: 140px;
  }
}
@media only screen and (max-width: 920px) {
  #header #rbcm-nav #rbcm-nav-container #header-menu {
    position: relative;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item {
    width: auto;
    padding: 0 20px;
    position: static;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .item-title {
    font-size: 18px;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .item-title span {
    position: static;
    transform: none;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item .region {
    right: auto !imporant;
    left: 16px !important;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.open .item-title {
    background: none !important;
    background-image: none !important;
  }
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item.open .item-title span {
    text-decoration: underline;
  }
  #header #rbcm-meta #gallery-hours {
    position: relative;
    width: 35%;
    padding-left: 0;
    left: 162px;
  }
  #header #rbcm-meta #members-social {
    width: 65%;
  }
  #header #rbcm-meta #members-social #header-imax {
    width: 100px;
    font-size: 16px;
  }
  #tickets-galleries-imax {
    width: 100%;
  }
  .ticket-type.col-25 {
    width: 50%;
  }
  #ticket-options .ticket-wrapper {
    min-height: 330px;
  }
  #ticket-options #tickets-galleries-imax .ticket-type.col-50:nth-child(2) {
    padding-right: 0;
  }
  #ticket-options #tickets-galleries-imax #tickets-combo {
    padding-right: 0;
  }
  #ticket-options #tickets-galleries-imax .ticket-wrapper {
    min-height: 330px;
  }
  #ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper {
    min-height: auto;
  }
  #newsletter-callout-footer .wrapper {
    text-align: center;
    padding: 12px;
  }
  #newsletter-callout-footer .wrapper [class*='col-'] {
    float: none;
    width: 100%;
  }
  #newsletter-callout-footer .wrapper #newsletter-callout-footer-copy {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 900px) {
  #header #rbcm-nav #rbcm-nav-container #header-menu .header-menu-item {
    padding: 0 10px;
  }
}
@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 !important;
  }
  #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;
  }
  .region-sidebar-second {
    margin-top: 0;
  }
  .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 8px 16px;
    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 {
    font-size: 16px;
    line-height: 22px;
  }
  .front #main #content .row [class*='col-'] {
    padding-right: 0;
    height: auto !important;
  }
  .front #main #content .row .col-33 {
    padding-right: 16px;
    width: 50%;
  }
  .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 a {
    display: block;
    position: relative;
    color: #ffffff;
    line-height: 0;
  }
  .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%;
    position: absolute;
  }
  .front #main #content #homepage-row-1 #block-views-homepage_slider-block_1 .views-row .homepage-slide .slider-title-wrapper h2 {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 8px;
    font-weight: 400px;
  }
  .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: 20px;
    margin: 0 0 8px;
    font-weight: 100;
  }
  .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 #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 {
    height: auto;
    padding: 0 16px;
  }
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-content,
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-footer {
    height: auto;
  }
  .front #main #content #homepage-row-2 #homepage-r2-c3 #block-views-tweets-block_1 .view-footer a {
    line-height: 24px;
  }
  .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 .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;
  }
  .front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_1 #closing-soon h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .front #homepage-feature-exhibition .view-id-homepage_feature_exhibition.view-display-id-block_1 #closing-soon #closing-soon-arrow {
    top: -26px;
    height: 32px;
    width: 32px;
  }
  #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 16px;
    margin-bottom: 0;
  }
  #header #rbcm-meta #gallery-hours {
    padding: 0;
    font-size: 13px;
    text-align: center;
    position: static;
    width: 100%;
    left: 0;
  }
  #page #header #rbcm-meta {
    padding: 0;
  }
  #page #header #rbcm-meta #hours-of-business {
    padding: 16px 0;
  }
  #page #header #rbcm-meta #header-search-mobile {
    background: #ffffff;
    padding: 32px 16px;
    margin: 0;
  }
  #page #header #rbcm-meta #header-search-mobile #edit-search-block-form--2 {
    color: #777777;
    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;
  }
  #page #header #rbcm-meta #header-search-mobile #edit-search-block-form--2:focus {
    outline: none !important;
  }
  #page #header #rbcm-meta #header-search-mobile #edit-submit {
    display: none;
  }
  #page #header #rbcm-nav-mobile {
    margin: 0;
  }
  #page #header-sticky-wrapper.is-sticky #header #rbcm-meta #gallery-hours {
    display: none;
  }
  .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;
  }
  #around-museum {
    padding: 0 16px;
  }
  #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;
  }
  .page-node-29488 #main #content h1.title {
    margin-left: 232px;
  }
  .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 {
    width: 100%;
  }
  .view-id-exhibitions.view-display-id-block_1,
  .view-id-exhibitions.view-display-id-block_2,
  .view-id-exhibitions.view-display-id-block_3,
  .view-id-exhibitions.view-display-id-block_4,
  .view-id-exhibitions.view-display-id-block_5 {
    padding-right: 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 {
    max-width: none;
  }
  .view-id-exhibitions.view-display-id-block_1 .views-row .views-field-field-feature-image img,
  .view-id-exhibitions.view-display-id-block_2 .views-row .views-field-field-feature-image img,
  .view-id-exhibitions.view-display-id-block_3 .views-row .views-field-field-feature-image img,
  .view-id-exhibitions.view-display-id-block_4 .views-row .views-field-field-feature-image img,
  .view-id-exhibitions.view-display-id-block_5 .views-row .views-field-field-feature-image img,
  .view-id-exhibitions.view-display-id-block_1 .views-row .views-field-field-landing-page-image img,
  .view-id-exhibitions.view-display-id-block_2 .views-row .views-field-field-landing-page-image img,
  .view-id-exhibitions.view-display-id-block_3 .views-row .views-field-field-landing-page-image img,
  .view-id-exhibitions.view-display-id-block_4 .views-row .views-field-field-landing-page-image img,
  .view-id-exhibitions.view-display-id-block_5 .views-row .views-field-field-landing-page-image img {
    max-width: none;
  }
  .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 {
    max-width: none;
  }
  .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: 22px;
    line-height: 24px;
  }
  .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 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-node-56014 #content-header {
    margin-left: 0;
  }
  #ticket-options {
    padding-right: 0;
  }
  #ticket-options .ticket-type.col-25 {
    padding-right: 16px;
  }
  #ticket-options #tickets-galleries-imax .ticket-type.col-50 {
    width: 50%;
    padding-right: 16px;
  }
  .node-type-landing-page-publications #main #content-inner-second {
    padding: 0 16px;
  }
  .node-type-landing-page-publications #publications-r2 .block .view {
    height: auto;
    overflow: visible;
  }
  .node-type-landing-page-publications #publications-r2 #block-views-publications_books-block_3 .views-field-field-book-cover {
    float: right;
    margin-left: 16px;
    max-width: 180px;
  }
  .node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 {
    padding-left: 0;
  }
  .node-type-landing-page-publications #publications-r2 #block-views-news_releases-block_4 .view-footer {
    position: static;
    height: auto;
  }
  .node-type-landing-page-publications #publications-r2 #block-views-tweets-block_3 .views-row {
    margin-bottom: 16px;
  }
  .node-type-landing-page-publications #block-views-publications_books-block_2 .block-title,
  .node-type-landing-page-publications #block-views-publications_books-block_2 .view-footer {
    padding: 0 16px;
  }
  .node-type-objects-of-interest-collection #main #content .view-objects-of-interest-collection .views-field-nothing .object-title-date-wrapper {
    padding: 0;
  }
  .node-type-object-of-interest #main .region-ooi-title {
    padding: 0 16px;
  }
  .node-type-object-of-interest #main .region-ooi-title h1.title {
    padding: 0;
  }
  .node-type-object-of-interest #main .region-ooi-title .views-field-path-1 {
    padding: 16px 0;
  }
  .node-type-object-of-interest #main #content {
    padding-right: 16px;
  }
  .node-type-object-of-interest #main #content #block-prev_next-0 .prev-next-links li {
    width: 100%;
  }
  .node-type-object-of-interest #main #content #block-prev_next-0 .prev-next-links .prev-next-link-prev {
    margin: 0 0 16px;
  }
  .node-type-object-of-interest #main #content #block-prev_next-0 .prev-next-links .prev-next-link-next {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  #ticket-options .ticket-wrapper {
    min-height: 420px;
  }
  #ticket-options #tickets-galleries-imax .ticket-wrapper {
    min-height: 420px;
  }
  .front #main #content .row .col-33 {
    padding-right: 0;
    width: 100%;
  }
}
@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;
  }
  #tickets-galleries-imax {
    width: 100%;
    margin: 0;
  }
  .ticket-type.col-50,
  .ticket-type.col-25 {
    width: 100% !important;
    padding-right: 0 !important;
  }
  #ticket-options {
    margin-top: 16px;
  }
  #ticket-options .ticket-wrapper {
    min-height: auto;
    font-size: 32px;
  }
  #ticket-options .ticket-wrapper p {
    font-size: 18px;
    line-height: 22px;
  }
  #ticket-options #tickets-galleries-imax .ticket-wrapper {
    min-height: auto;
  }
  #ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper {
    min-height: auto;
  }
  #ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper h3 {
    font-size: 18px;
  }
}
/*
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;
  }
}
