@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,300italic,400italic,700italic);
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.grid_1 {
  width: 6.5%;
}
.grid_2 {
  width: 15%;
}
.grid_3 {
  width: 23.5%;
}
.grid_4 {
  width: 32%;
}
.grid_5 {
  width: 40.5%;
}
.grid_6 {
  width: 49%;
}
.grid_7 {
  width: 57.5%;
}
.grid_8 {
  width: 66%;
}
.grid_9 {
  width: 74.5%;
}
.grid_10 {
  width: 83%;
}
.grid_11 {
  width: 91.5%;
}
.grid_12 {
  width: 100%;
}
*[class*="grid_"] {
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0;
}
*[class*="push_"],
*[class*="pull_"] {
  position: relative;
}
.push_1 {
  left: 8.5%;
}
.push_2 {
  left: 17%;
}
.push_3 {
  left: 25.5%;
}
.push_4 {
  left: 34%;
}
.push_5 {
  left: 42.5%;
}
.push_6 {
  left: 51%;
}
.push_7 {
  left: 59.5%;
}
.push_8 {
  left: 68%;
}
.push_9 {
  left: 76.5%;
}
.push_10 {
  left: 85%;
}
.push_11 {
  left: 93.5%;
}
.push_12 {
  left: 102%;
}
.pull_1 {
  right: 8.5%;
}
.pull_2 {
  right: 17%;
}
.pull_3 {
  right: 25.5%;
}
.pull_4 {
  right: 34%;
}
.pull_5 {
  right: 42.5%;
}
.pull_6 {
  right: 51%;
}
.pull_7 {
  right: 59.5%;
}
.pull_8 {
  right: 68%;
}
.pull_9 {
  right: 76.5%;
}
.pull_10 {
  right: 85%;
}
.pull_11 {
  right: 93.5%;
}
.pull_12 {
  right: 102%;
}
.pre_1 {
  margin-left: 8.5%;
}
.pre_2 {
  margin-left: 17%;
}
.pre_3 {
  margin-left: 25.5%;
}
.pre_4 {
  margin-left: 34%;
}
.pre_5 {
  margin-left: 42.5%;
}
.pre_6 {
  margin-left: 51%;
}
.pre_7 {
  margin-left: 59.5%;
}
.pre_8 {
  margin-left: 68%;
}
.pre_9 {
  margin-left: 76.5%;
}
.pre_10 {
  margin-left: 85%;
}
.pre_11 {
  margin-left: 93.5%;
}
.pre_12 {
  margin-left: 102%;
}
.post_1 {
  margin-right: 10.5%;
}
.post_2 {
  margin-right: 19%;
}
.post_3 {
  margin-right: 27.5%;
}
.post_4 {
  margin-right: 36%;
}
.post_5 {
  margin-right: 44.5%;
}
.post_6 {
  margin-right: 53%;
}
.post_7 {
  margin-right: 61.5%;
}
.post_8 {
  margin-right: 70%;
}
.post_9 {
  margin-right: 78.5%;
}
.post_10 {
  margin-right: 87%;
}
.post_11 {
  margin-right: 95.5%;
}
.post_12 {
  margin-right: 104%;
}
#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 500px;
}
#lbOverlay.grey {
  background-color: #000000;
}
#lbMain {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0;
}
#lbMain a img {
  border: none;
}
#lbOuterContainer {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
#lbOuterContainer.grey {
  border: 3px solid #888888;
}
#lbDetailsContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  line-height: 1.4em;
  overflow: auto;
  margin: 0 auto;
}
#lbDetailsContainer.grey {
  border: 3px solid #888888;
  border-top: none;
}
#lbImageContainer,
#lbIframeContainer {
  padding: 10px;
}
#lbLoading {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url(../assets/lyteboximages/loading.gif) center no-repeat;
}
#lbHoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lbImageContainer > #lbHoverNav {
  left: 0;
}
#lbHoverNav a {
  outline: none;
}
#lbPrev {
  width: 49%;
  height: 100%;
  background: transparent url(../assets/lyteboximages/blank.gif) no-repeat;
  display: block;
  left: 0;
  float: left;
}
#lbPrev.grey:hover,
#lbPrev.grey:visited:hover {
  background: url(../assets/lyteboximages/prev_grey.gif) left 15% no-repeat;
}
#lbNext {
  width: 49%;
  height: 100%;
  background: transparent url(../assets/lyteboximages/blank.gif) no-repeat;
  display: block;
  right: 0;
  float: right;
}
#lbNext.grey:hover,
#lbNext.grey:visited:hover {
  background: url(../assets/lyteboximages/next_grey.gif) right 15% no-repeat;
}
#lbPrev2,
#lbNext2 {
  text-decoration: none;
  font-weight: bold;
}
#lbPrev2.grey,
#lbNext2.grey,
#lbSpacer.grey {
  color: #333333;
}
#lbPrev2_Off,
#lbNext2_Off {
  font-weight: bold;
}
#lbPrev2_Off.grey,
#lbNext2_Off.grey {
  color: #CCCCCC;
}
#lbDetailsData {
  padding: 0 10px;
}
#lbDetailsData.grey {
  color: #000000;
}
#lbDetails {
  width: 60%;
  float: left;
  text-align: left;
}
#lbCaption {
  display: block;
  font-weight: bold;
  padding-top: 0.5em;
}
#lbNumberDisplay {
  float: left;
  display: block;
  padding-bottom: 1.0em;
  padding-top: 1.0em;
}
#lbNavDisplay {
  float: left;
  display: block;
  padding-bottom: 1.0em;
  padding-top: 1.0em;
}
#lbClose {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}
#lbClose.grey {
  background: url(../assets/lyteboximages/close_grey.png) no-repeat;
}
#lbPlay {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}
#lbPlay.grey {
  background: url(../assets/lyteboximages/play_grey.png) no-repeat;
}
#lbPause {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}
#lbPause.grey {
  background: url(../assets/lyteboximages/pause_grey.png) no-repeat;
}
#slideshow {
  width: 100%;
  -webkit-border-top-left-radius: 1rem;
  -moz-border-radius-topleft: 1rem;
  border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-right-radius: 1rem;
  margin: 0 0 1rem 0;
  padding: 0px 0px 13px 0px;
  height: 400px;
  overflow: hidden;
}
#gallery {
  position: relative;
  height: 400px;
}
#gallery a {
  float: left;
  position: absolute;
}
#gallery a img {
  border: none;
}
#gallery a.show {
  z-index: 500;
}
#gallery .caption {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.87);
  color: #fff;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#gallery .caption .content {
  margin: 10px 10px 10px 20px;
  text-align: left;
  font-size: 1rem;
}
#gallery .caption .content h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
.blue {
  color: #004883;
}
.grey {
  color: #888888;
}
.exhibitions {
  color: #cc0033;
}
.collections {
  color: #007878;
}
.whatson {
  color: #000000;
}
.museum {
  color: #004883;
}
.floatLeft,
.floatL {
  float: left;
}
.floatRight,
.floatR {
  float: right;
}
.clear {
  clear: both;
}
.textL,
.left {
  text-align: left;
}
.textR,
.right {
  text-align: right;
}
.textC,
.center {
  text-align: center;
}
.fontB,
.bold {
  font-weight: bold;
}
.fontI,
.italic {
  font-style: italic;
}
.fontL {
  font-weight: 300;
}
.font-small {
  font-size: .85rem;
}
.font-normal {
  font-size: 1rem;
}
.font-large {
  font-size: 1.15rem;
}
.font-big {
  font-size: 1.4rem;
}
.font-huge {
  font-size: 2rem;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: 100%;
  background: #2e4e67 url('../assets/images/noisy.jpg');
}
html.french {
  font-family: Arial, Helvetica, sans-serif;
}
#printlogo {
  display: none;
}
a,
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #888888;
}
#wrapper {
  background-color: #ffffff;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.4);
  padding: 1.5rem 1.5rem 0 1.5rem;
}
#header {
  padding: 0;
  margin: 0;
  position: relative;
  height: 180px;
  background: url('../assets/images/glow2.png') top center no-repeat;
}
#header .topHours,
#header .topAddress {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
  padding: 5.8rem 0 0 0;
}
#header .topLogo {
  text-align: center;
  padding-top: 1.4rem;
}
#header .topLogo img {
  width: 100%;
}
#header .topAddress {
  text-align: right;
}
#langwrap {
  padding: 0;
  margin: 0;
  position: relative;
}
#langwrap .language {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: .4rem 1.3rem .6rem 1.3rem;
  background-color: #ffffff;
  width: auto;
  color: #000000;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-border-bottom-left-radius: 0.75rem;
  -moz-border-radius-bottomleft: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  -webkit-border-bottom-right-radius: 0.75rem;
  -moz-border-radius-bottomright: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
#langwrap .language:hover {
  cursor: pointer;
  background-color: #007878;
  color: #ffffff;
}
#subnavboxes {
  margin: 0 auto 1rem auto;
  padding: 0;
}
#logobar {
  background-color: #ffffff;
  padding: 1rem;
  border-top: 2px solid #dddddd;
}
#logobar .logos {
  margin: 0 1.2rem;
}
#footer {
  margin-bottom: 2rem;
  padding: 1rem 0 1.2rem 0;
  border-top: 2px solid #dddddd;
  font-size: .95rem;
}
#footer .copyright {
  color: #333333;
}
#footer .footerNav {
  text-align: right;
}
#footer .footerNav a {
  margin-left: 1.5rem;
  color: #333333;
}
#footer .footerNav a:hover {
  color: #004883;
}
.box {
  margin-bottom: .2rem;
}
.subnavheader {
  color: #ffffff;
  padding: .4rem .6rem .4rem .6rem;
  background: #004883;
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-right-radius: 1rem;
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
.subnavphoto {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 170px;
  cursor: pointer;
  overflow: hidden;
}
.subnavphoto img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.subnavtextbox {
  background-color: #dddddd;
}
.subnavtextbox a {
  padding: .4rem .6rem;
  cursor: pointer;
  display: block;
  color: #333333;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-bottom: 1px solid #b7b7b7;
}
.subnavtextbox a:hover {
  text-decoration: none;
  color: #ffffff;
}
.feature .subnavtextbox {
  background-color: #dddddd;
  border: 1px solid #b7b7b7;
  padding: .8rem .6rem .8rem .6rem;
}
.feature .subnavtextbox h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
}
.feature .subnavtextbox p {
  margin: 0;
  color: #333333;
}
.feature .subnavfooter {
  cursor: pointer;
  vertical-align: bottom;
  padding: .5rem 1rem;
  text-transform: uppercase;
  color: #333333;
  background-color: #b7b7b7;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: .85rem;
  letter-spacing: 0.08rem;
}
.feature .subnavfooter:hover {
  background-color: #000000;
  color: #ffffff;
}
.feature .subnavheader {
  background-color: #000000;
}
.exhibitions .subnavheader {
  background-color: #cc0033;
}
.exhibitions a:hover {
  background-color: #cc0033;
}
.museum .subnavheader {
  background-color: #004883;
}
.museum a:hover {
  background-color: #004883;
}
.collections .subnavheader {
  background-color: #007878;
}
.collections a:hover {
  background-color: #007878;
}
.whatson .subnavheader {
  background-color: #000000;
}
.whatson a:hover {
  background-color: #000000;
}
.article {
  padding: 0 2rem 1rem 0;
}
.article blockquote {
  line-height: 1.8;
  font-style: italic;
}
.article .articlePic {
  float: right;
  margin: 0 0 1rem .5rem;
  max-width: 250px;
  border: none;
}
.article .articlePicL {
  float: left;
  margin: 0 1rem .5rem 0;
  max-width: 250px;
  border: none;
}
.article h1 {
  color: #000000;
  line-height: 1.3;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.article h2 {
  color: #000000;
  font-size: 1.4rem;
  margin: 1.5rem 0 .25rem 0;
}
.article h3 {
  color: #000000;
  font-size: 1.3rem;
  margin: 1.5rem 0 .5rem 0;
}
.article p {
  line-height: 1.6rem;
}
.article a,
.article a:hover,
.article a:visited {
  text-decoration: underline;
}
.article ul {
  list-style: square;
  margin-left: 0;
}
.article ul li {
  padding: .4rem;
}
.article h1:first-of-type {
  margin-top: 0rem;
}
.whatson .article h1,
.whatson .article h2 {
  color: #000000;
}
.museum .article h1,
.museum .article h2 {
  color: #004883;
}
.exhibition .article h1,
.exhibition .article h2 {
  color: #cc0033;
}
.collection .article h1,
.collection .article h2 {
  color: #007878;
}
.thumbnail {
  float: left;
  border: 1px solid #888888;
  padding: .5rem;
  text-align: center;
  margin-bottom: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.thumbnail:hover {
  background-color: #dddddd;
}
.thumbnail span {
  text-decoration: none;
  color: #000000 !important;
  font-weight: bold;
}
.thumbnail img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.heroPic {
  min-height: 100px;
  max-height: 400px;
  overflow: hidden;
  -webkit-border-top-left-radius: 1rem;
  -moz-border-radius-topleft: 1rem;
  border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 1.5rem;
}
.heroPic img {
  width: 100%;
  margin: 0;
}
.breadcrumb {
  width: 100%;
  color: #888888;
  padding: .7rem 0rem;
  margin: 0 0 2rem 0;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: 0.00rem;
  line-height: 1;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.breadcrumb a {
  color: #333333;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.breadcrumb a:hover {
  color: #000000;
}
#sidebar h3 {
  letter-spacing: 0.03rem;
  color: #ffffff;
  font-size: 1rem;
  padding: .5rem .2rem;
  background-color: #888888;
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-right-radius: 1rem;
  font-weight: 400;
  margin: 0;
}
#sidebar a,
#sidebar a:visited {
  display: block;
  text-decoration: none;
  background: #dddddd;
  color: #333333;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-bottom: 1px solid #b7b7b7;
  padding: .5rem;
}
#sidebar a:hover,
#sidebar a:visited:hover {
  background: #dddddd;
  color: #ffffff;
}
#sidebar .vehicles h3,
#sidebar .vehicles a:hover {
  background-color: #333333;
  border-bottom-color: #333333;
}
#sidebar .exhibition h3,
#sidebar .exhibition a:hover {
  background-color: #cc0033;
  border-bottom-color: #cc0033;
}
#sidebar .collection h3,
#sidebar .collection a:hover {
  background-color: #007878;
  border-bottom-color: #007878;
}
#sidebar .museum h3,
#sidebar .museum a:hover {
  background-color: #004883;
  border-bottom-color: #004883;
}
#sidebar .submenu {
  border-left: 0.5rem solid #333333;
  margin-bottom: 1rem;
}
#sidebar .submenu a {
  padding-left: .75rem;
}
#sidebar .exhibition.submenu {
  border-color: #cc0033;
}
#sidebar .museum.submenu {
  border-color: #004883;
}
#sidebar .collection.submenu {
  border-color: #007878;
}
#maincol {
  color: #000000;
  padding: 0;
}
#maincol a:hover {
  background-color: transparent;
}
tr {
  border-bottom: 1px solid #bbbbbb;
}
tr:hover {
  background-color: #dddddd;
}
.tableheader td {
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  padding: .5rem 0;
  margin-bottom: .5rem;
  font-style: italic;
}
.tabledates {
  color: #cc0033;
  font-weight: bold;
  font-size: 1.15rem;
  text-align: center;
}
.tabledescription {
  color: #000000;
  font-weight: bold;
  padding: .5rem 0;
}
.tablegallery {
  padding: .5rem;
  text-align: center;
}
.contactTable tr {
  border-bottom: 1px solid #dddddd;
}
.contactTable tr:last-child {
  border-bottom: none;
}
.contactTable tr:hover {
  background-color: #ffffff;
}
.contactTable td {
  padding: .6rem 0;
  vertical-align: top;
}
.contactTable a:hover {
  color: #000000;
}
.credit {
  font-size: .85rem;
  font-style: italic;
  color: #888888;
  letter-spacing: 0.03rem;
}
.credit a {
  color: #888888;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.credit a:hover {
  color: #000000;
}
.block {
  border-top: 1px solid #888888;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.block .picWrapper {
  width: 23.5%;
  line-height: 1;
  float: right;
  margin-right: 0;
}
.block .picWrapper a {
  text-decoration: none;
}
.block .picWrapper img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.block .picDescription {
  float: left;
  width: 66%;
}
.block h2,
.block h3 {
  margin: 0;
  line-height: 1.3;
}
.block h3 {
  color: #cc0033;
  font-size: 1.3rem;
}
.block a {
  text-decoration: none;
}
.block a:hover {
  text-decoration: none;
}
.block p {
  margin: .45rem 0 0 0;
}
.block .viewVideo {
  width: 100%;
  color: #ffffff;
  padding: .5rem;
  font-size: .85rem;
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: #000000;
}
.block .viewVideo:hover {
  background-color: #cc0033;
}
@media screen and (max-width: 1199px) {
  #wrapper {
    margin: 0;
    padding: 1rem;
    clear: both;
    border-radius: 0;
  }
  #header {
    height: 110px;
    margin: 0;
    padding-top: 10px;
  }
  #header .topHours,
  #header .topAddress {
    font-size: 1.1rem;
    padding: 2.3rem 1rem 0 1rem;
  }
  #header .topLogo {
    padding: 0;
  }
  #header .topLogo img {
    height: 90px;
    width: auto;
  }
  .subnavphoto {
    height: auto;
  }
  #langwrap {
    padding: 0;
    margin: 0;
    position: relative;
  }
  #langwrap .language {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 1rem;
    padding: .3rem 1.5rem .4rem 1.5rem;
    background-color: #ffffff;
    width: auto;
    color: #000000;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #langwrap .language:hover {
    cursor: pointer;
    background-color: #007878;
    color: #ffffff;
  }
}
@media screen and (max-width: 800px) {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    display: block;
    width: 100%;
  }
  #header {
    height: 130px;
  }
  #header .topHours,
  #header .topAddress {
    display: none;
  }
  #header .topLogo {
    padding: 0;
  }
  #header .topLogo img {
    height: 110px;
    width: auto;
  }
  #footer {
    margin: 0;
  }
  #footer .copyright,
  #footer .footerNav {
    text-align: center;
  }
  .box {
    margin-bottom: 1rem;
  }
  .article {
    padding-right: 0rem;
  }
  .heroPic,
  .breadcrumb {
    margin-bottom: .6rem;
  }
  #slideshow {
    display: none;
  }
  .subnavheader {
    text-align: center;
    -webkit-border-top-left-radius: 1rem;
    -moz-border-radius-topleft: 1rem;
    border-top-left-radius: 1rem;
    -webkit-border-top-right-radius: 1rem;
    -moz-border-radius-topright: 1rem;
    border-top-right-radius: 1rem;
  }
  #logobar {
    padding: 1rem 0;
    text-align: center;
  }
  #logobar .logos {
    margin: 0 0.5rem;
  }
  #langwrap a:hover {
    text-decoration: none;
  }
  #langwrap .language {
    text-align: center;
    position: relative;
    right: 0;
    display: block;
    padding: .4rem 1.3rem .6rem 1.3rem;
    background-color: #000000;
    width: 100%;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  #langwrap .language:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: #000000;
  }
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important;
  }
  html {
    font-size: 11pt;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 0;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  #gallery img {
    width: 100% !important;
    max-width: 100% !important;
  }
  @page {
    margin: 1.2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #maincol.grid_9 {
    display: block;
    width: 100%;
  }
  .copyright {
    text-align: center;
    display: block;
    width: 100%;
    font-size: .75rem;
  }
  .article {
    padding-right: 0rem;
  }
  #header,
  .breadcrumb,
  .footerNav,
  #langwrap,
  #sidebar,
  #photoGallery,
  #gallery .caption,
  #logobar,
  .no-print {
    display: none;
  }
  #slideshow {
    height: 2.5in;
  }
  #printlogo {
    display: block;
    text-align: center;
    width: 100%;
  }
  #printlogo img {
    width: 2in;
    margin: 0 auto;
  }
  .article .articlePic {
    width: 2in;
  }
}
