@import url("../fonts/stylesheet.css");
/*
  base.scss
  =========

  The core stylesheet for the site.

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**************************************************************************************************
* Destination Hub pages
**************************************************************************************************/
.altgothic2.destinationhub .heroimage .overlay .headline {
  font-family: 'altgothic2', arial, sans-serif; }

.altgothic2.destinationhub .heroimage .overlay .content {
  font-family: arial, sans-serif; }

.altgothic2.destinationhub .heroimage .overlay .headline {
  font-size: 2.2em; }

.SMDin .maincontent .heroimage .overlay .headline {
  font-family: 'SMDINBold', arial, sans-serif; }

.SMDin .maincontent .heroimage .overlay .headline {
  font-size: 2.2em; }

.SMDin .maincontent .heroimage .overlay .content {
  font-family:'SMDINRegular', arial, sans-serif; }




html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.columnsContainer {
  position: relative; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #333333;
  background-color: #fff;
  font-size: 62.5%;
  line-height: 1.4; }

a {
  color: black; }
  a :hover {
    text-decoration: none; }

.logo {
  position: absolute;
  margin: 0 0 0 3px;
  height: 109px;
  width: 81px;
  z-index: 9999; }
  .logo img {
    height: 100%;
    width: 100%; }
  .logo span {
    display: none; }

h1,
h2 {
  font: 2.5em/1.5 SMDINBold, Arial, Helvetica, sans-serif;
  font-size: 2em;
  padding: 0;
  margin: 0;
  line-height: 1.2em; }

h1 {
  /*margin-bottom: 50px;*/ }
  h1 .responsive-pageTitle {
    margin-bottom: 28px; }

h2.subtitle {
  font-size: 1.6em;
  display: block;
  height: auto;
  width: auto;
  padding-top: 40px;
  margin: 0; }

h3 {
  border-top: 10px solid #f2f2f2;
  margin: 20px 0;
  padding-top: 10px;
  font-size: 1.6em; }

h4 {
  margin: 1.33em 0; }

h3.subtitle {
  border-top: 10px solid #f2f2f2;
  margin: 20px 10px 0 0;
  padding-top: 10px;
  font-size: 1.6em; }

.h2subtitle {
  display: block;
  height: auto;
  width: auto;
  padding-top: 40px;
  margin-left: 0; }

.h3subtitle {
  border-top: 10px solid #f2f2f2;
  margin: 20px 10px 0 0;
  padding-top: 10px; }

address {
  font-style: normal; }

/**************************************************************************************************
* Header
**************************************************************************************************/
header {
  position: relative;
  padding: 20px 0 0 0;
  margin: 0 auto;
  width: 940px;
  font-size: 1.4em;
  z-index: 1; }
  header nav {
    position: relative;
    padding-left: 110px; }
  header .topmenu {
    position: relative;
    text-align: right;
    margin-bottom: 34px;
    margin-top: 0;
    top: -5px;
    left: 3px; }
    header .topmenu a {
      text-decoration: none; }
    header .topmenu div {
      display: inline-block; }
    header .topmenu p.links {
      display: inline-block;
      margin: 0 30px 10px 0;
      font-size: 1em; }
      header .topmenu p.links a {
        text-decoration: underline; }
      header .topmenu p.links a:hover {
        text-decoration: none; }
    header .topmenu p img {
      border: 1px solid #dfdfdf; }
    header .topmenu .hide {
      display: inline-block; }
    header .topmenu .search {
      position: relative;
      display: block;
      margin: 0; }
      header .topmenu .search label {
        display: none; }
      header .topmenu .search input[type="text"] {
        border: 1px solid #333333;
        padding: 3px 4px;
        font-size: 1.1em;
        width: 180px; }
      header .topmenu .search ul {
        position: absolute;
        top: 24px;
        right: 0;
        padding: 0;
        margin: 0;
        border: 1px solid #333333;
        display: none;
        background: white;
        z-index: 9999; }
        header .topmenu .search ul li {
          background-color: white; }
          header .topmenu .search ul li input[type=submit] {
            position: relative;
            top: 1px;
            background: transparent url("/img/SCiM/visitus/search_icon.gif") no-repeat right center;
            border: 0;
            border-bottom: 1px solid #333333;
            text-transform: capitalize;
            padding: 6px 3px;
            margin: 0;
            height: 30px;
            width: 178px;
            color: black;
            text-align: left; }
        header .topmenu .search ul li.current {
          background-color: #f2f2f2; }

.lt-ie8 header .topmenu div {
  display: inline; }

.lt-ie8 header .topmenu p.links {
  display: inline;
  margin-bottom: 0; }

.mainmenuContainer,
.responsivemenu {
  position: relative;
  float: right;
  height: 40px;
  bottom: 0;
  right: 0; }

.mainmenuContainer .mainmenu,
.responsivemenu .mainmenu {
  font-family: 'SMDINBold', Arial, sans-serif;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 660px;
  margin: 0;
  padding: 0;
  z-index: 0; }

.mainmenuContainer .mainmenu li,
.responsivemenu .mainmenu li {
  float: left;
  margin: 0; }

.mainmenuContainer .mainmenu li a,
.responsivemenu .mainmenu li a {
  display: block;
  font-size: 0.9em;
  color: white;
  text-decoration: none;
  width: 100px;
  height: 30px;
  background: url("/img/SCiM/visitus/bg-clipped-blue.png") -20px 0px no-repeat;
  margin: 0 0 0 10px;
  padding: 5px 5px 5px 8px;
  text-align: left; }

.mainmenuContainer .mainmenu li a:hover,
.responsivemenu .mainmenu li a:hover {
  background-position: -20px -200px; }

.mainmenuContainer .mainmenu .current,
.responsivemenu .mainmenu .current {
  position: relative;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease; }

.mainmenuContainer .mainmenu .current.drop,
.responsivemenu .mainmenu .current.drop {
  top: 40px;
  opacity: 0; }

.visitUsSection .mainmenuContainer .mainmenu li a:hover,
.visitUsSection .responsivemenu .mainmenu li a:hover,
.visitUsSection .mainmenuContainer .mainmenu .current a,
.visitUsSection .responsivemenu .mainmenu .current a,
.visitUsSection .mainmenuContainer .mainmenu .current a:hover,
.visitUsSection .responsivemenu .mainmenu .current a:hover {
  background: url("/img/SCiM/visitus/menu-visit-us.png") -20px 0px no-repeat; }

.onlineScienceSection .mainmenuContainer .mainmenu li a:hover,
.onlineScienceSection .responsivemenu .mainmenu li a:hover,
.onlineScienceSection .mainmenuContainer .mainmenu .current a,
.onlineScienceSection .responsivemenu .mainmenu .current a,
.onlineScienceSection .mainmenuContainer .mainmenu .current a:hover,
.onlineScienceSection .responsivemenu .mainmenu .current a:hover {
  background: url("/img/SCiM/visitus/menu-online-science.png") -20px 0px no-repeat; }

.learningSection .mainmenuContainer .mainmenu li a:hover,
.learningSection .responsivemenu .mainmenu li a:hover,
.learningSection .mainmenuContainer .mainmenu .current a,
.learningSection .responsivemenu .mainmenu .current a,
.learningSection .mainmenuContainer .mainmenu .current a:hover,
.learningSection .responsivemenu .mainmenu .current a:hover {
  background: url("/img/SCiM/visitus/menu-learning.png") -20px 0px no-repeat; }

.shopSection .mainmenuContainer .mainmenu li a:hover,
.shopSection .responsivemenu .mainmenu li a:hover,
.shopSection .mainmenuContainer .mainmenu .current a,
.shopSection .responsivemenu .mainmenu .current a,
.shopSection .mainmenuContainer .mainmenu .current a:hover,
.shopSection .responsivemenu .mainmenu .current a:hover {
  background: url("/img/SCiM/visitus/menu-shop.png") -20px 0px no-repeat; }

.aboutSection .mainmenuContainer .mainmenu li a:hover,
.aboutSection .responsivemenu .mainmenu li a:hover,
.aboutSection .mainmenuContainer .mainmenu .current a,
.aboutSection .responsivemenu .mainmenu .current a,
.aboutSection .mainmenuContainer .mainmenu .current a:hover,
.aboutSection .responsivemenu .mainmenu .current a:hover {
  background: url("/img/SCiM/visitus/menu-about.png") -20px 0px no-repeat; }

.mainmenuContainer .mainmenu .current a,
.responsivemenu .mainmenu .current a {
  background: url("/img/SCiM/visitus/bg-clipped-cyan.png") -19px 0px no-repeat;
  color: white;
  height: 40px; }

.mainmenuContainer .mainmenu .current a:hover,
.responsivemenu .mainmenu .current a:hover {
  color: white;
  background-position: -19px 0px; }

.mainmenuContainer .mainmenu .current .submenu,
.responsivemenu .mainmenu .current .submenu {
  position: absolute;
  right: -10px;
  z-index: 100;
  padding: 0;
  margin: 0;
  border: 10px solid white;
  border-top: 0; }

.mainmenuContainer .mainmenu .current .submenu li,
.responsivemenu .mainmenu .current .submenu li {
  display: none;
  background: none;
  border-top: 1px solid white; }

.mainmenuContainer .mainmenu .current .submenu li a,
.responsivemenu .mainmenu .current .submenu li a {
  background: #1f4191;
  font-size: 1em;
  font-family: 'SMDINBold',Arial,sans-serif; }

.mainmenuContainer .mainmenu .heading,
.responsivemenu .mainmenu .heading {
  display: none; }

.mainmenuContainer .mainmenu .sectionnav,
.responsivemenu .mainmenu .sectionnav {
  position: absolute;
  top: 22px;
  left: 8px;
  background: url("/img/SCiM/visitus/bg-mainmenu-vu-current.png") top left no-repeat;
  padding: 0;
  font-family: 'SMDINRegular', Arial, sans-serif;
  font-size: 1.1em; }

.mainmenuContainer .mainmenu .sectionnav li a,
.responsivemenu .mainmenu .sectionnav li a {
  background: none;
  position: relative;
  left: -8px; }

.mainmenuContainer .mainmenu .sectionnav li a:hover,
.responsivemenu .mainmenu .sectionnav li a:hover {
  color: #333333;
  text-decoration: underline; }

.mainmenuContainer .mainmenu .sectionnav li.last-child a,
.responsivemenu .mainmenu .sectionnav li.last-child a {
  width: 79px; }

.mainmenuContainer .menubutton, .responsivemenu .menubutton {
  position: relative;
  width: 38px;
  height: 35px;
  display: none;
  z-index: 999;
  font-family: 'SMDINRegular', Arial, sans-serif;
  text-align: center;
  background: url("/img/SCiM/visitus/menu-arrow-up-down.png") bottom left no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease; }

.mainmenuContainer .menubutton.drop,
.responsivemenu .menubutton.drop {
  background-position: bottom right;
  height: 80px; }

.mainmenuContainer .menubutton:hover,
.responsivemenu .menubutton:hover {
  cursor: pointer; }

/**************************************************************************************************
* Footer
**************************************************************************************************/
.maincontent footer {
  font-size: 0.7em; }

footer {
  background: #1f4191;
  margin: 12px auto 0 auto;
  max-width: 960px;
  clear: both; }
  footer div {
    margin: 20px 20px 0 20px;
    width: 430px; }
    footer div h2 {
      color: #fff;
      font: 2em/1.5 SMDINMedium, Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0; }
    footer div p {
      margin: 0 0 1em 0;
      color: #fff;
      font: 1.6em/1.4 SMDINRegular, Arial, Helvetica, sans-serif; }
      footer div p a,
      footer div p a:visited {
        color: #fff;
        text-decoration: underline; }
      footer div p a:hover {
        text-decoration: none;
        color: #fff;
        cursor: pointer; }
  footer div.right {
    float: right !important; }
  footer div.left {
    margin-right: 10px;
    float: left !important; }

footer p#social img {
  margin: 0 5px 0 0; }

footer p.clear {
  background: #fff;
  padding: 15px 20px;
  font-size: 1.4em; }
  footer p.clear a {
    text-decoration: none; }
  footer p.clear a:hover {
    color: #000;
    text-decoration: underline; }

.footerbuffer {
  clear: both; }

.row {
  width: auto;
  /*float: left;*/
  margin-left: 10px;
  margin-right: 10px;
  display: block; }

/**************************************************************************************************
* Carousels
**************************************************************************************************/
.carouselarrow {
  float: left;
  text-indent: -9999px;
  width: 76px;
  height: 76px;
  background: url("/img/SCiM/visitus/carousel-arrows.png") top left no-repeat;
  outline: none !important; }

.carouselarrow.right {
  background-position: top right; }

.visitus .carouselarrow {
  float: left;
  margin: 39px 22px; }

.sliderContainer {
  position: relative;
  float: left;
  overflow: hidden; }
  .sliderContainer h3 {
    border-top: 0; }
  .sliderContainer ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0; }

.pod.iconic a {
  position: absolute; }

.sliderContainer .pod.iconic a {
  display: block; }

#iconicSlider .sliderContainer {
  height: 190px;
  width: 720px; }

#eventsSlider {
  margin: 20px 0 0 0; }
  #eventsSlider .carouselarrow {
    background-position: left bottom;
    margin: 100px 0 0 0;
    width: 49px; }
  #eventsSlider .carouselarrow.right {
    background-position: right bottom;
    margin: 100px 0 0 0; }
  #eventsSlider .sliderContainer {
    border: 5px solid #B0A6A1;
    border-radius: 3px;
    height: 290px;
    width: 590px; }
    #eventsSlider .sliderContainer ul {
      list-style-type: none; }
    #eventsSlider .sliderContainer li {
      background: #FFF;
      border-right: 1px solid #B0A6A1;
      float: left;
      height: 290px;
      width: 196px; }
      #eventsSlider .sliderContainer li h3 {
        background: #F2F2E9;
        border-bottom: 1px solid #B0A6A1;
        margin: 0;
        padding: 10px;
        height: 60px;
        font: 1.4em/1.1 SMDINBold,Arial,Helvetica,sans-serif; }
      #eventsSlider .sliderContainer li h4 {
        margin: 0.25em 0 1em 0;
        font: 1.2em/1.2 SMDINBold,Arial,Helvetica,sans-serif; }
      #eventsSlider .sliderContainer li a {
        display: block;
        padding: 5px;
        text-decoration: none; }
      #eventsSlider .sliderContainer li img {
        border-top: 10px solid #0087B5;
        height: 95px;
        width: 186px; }
    #eventsSlider .sliderContainer li.noevent p {
      font: 1.2em/1.2 SMDINRegular,Arial,Helvetica,sans-serif;
      margin: 0;
      padding: 5px; }
    #eventsSlider .sliderContainer li p {
      margin: 0;
      font: 1em/1.1 SMDINBold,Arial,Helvetica,sans-serif; }
    #eventsSlider .sliderContainer li p span {
      display: block; }

.Div_TeachingActivities img:first-of-type {
  width: 100%;
  min-height: 392px;
  margin: 32px 0; }

.Div_TeachingActivities .tabContent h2:first-of-type {
  margin-top: 0px; }

.Div_TeachingActivities .tabContent h2 {
  font-size: 1.2em;
  margin-top: 40px; }

/* Big Bird */
.bigBirdCarousel {
  position: relative;
  margin-bottom: 24px;
  max-height: 350px;
  height: 350px;
  margin-left: 0;
  margin-right: 0; }
  .bigBirdCarousel nav {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0; }
  .bigBirdCarousel nav.controls {
    text-align: center; }
    .bigBirdCarousel nav.controls ul {
      position: relative;
      width: 100%;
      height: auto !important; }
    .bigBirdCarousel nav.controls li {
      display: inline-block; }
    .bigBirdCarousel nav.controls a {
      display: block;
      width: 12px !important;
      height: 12px !important;
      text-indent: -9999px;
      padding: 0;
      margin: 10px;
      border-radius: 90%;
      background: #CCC; }
    .bigBirdCarousel nav.controls a.active,
    .bigBirdCarousel nav.controls a:hover {
      background-color: #FFF; }
    .bigBirdCarousel nav.controls li.active a,
    .bigBirdCarousel nav.controls a:hover {
      background-color: #FFF; }
    .bigBirdCarousel nav.controls a.disabled,
    .bigBirdCarousel nav.controls nav.controls a.disabled:hover {
      background-color: #999;
      opacity: 0.5; }
  .bigBirdCarousel ul {
    padding: 0;
    margin: 0;
    height: 350px; }
  .bigBirdCarousel .expandItem {
    height: 40px;
    position: absolute;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 40px;
    right: 0;
    cursor: pointer;
    bottom: 0;
    z-index: 55;
    background: #008BBF url("/img/SCiM/Carousel-ExpandImage.png") center no-repeat; }
  .bigBirdCarousel .nextItem, .bigBirdCarousel .previousItem {
    display: inline-block;
    bottom: 0;
    width: 78px;
    height: 78px;
    position: absolute;
    margin: 0 10px;
    border-radius: 90px;
    top: 50%;
    margin-top: -22px;
    background-size: 14px 22px !important; }
  .bigBirdCarousel .nextItem {
    right: 0;
    background: #008BBF url("/img/SCiM/Chevron-White-Small-Right.png") center no-repeat; }
  .bigBirdCarousel .previousItem {
    left: 0;
    background: #008BBF url("/img/SCiM/Chevron-White-Small-Left.png") center no-repeat; }
  .bigBirdCarousel .nextItem:hover, .bigBirdCarousel .previousItem:hover {
    cursor: pointer; }
  .bigBirdCarousel .viewport .popupCarousel {
    display: none; }

.bigBirdCarouselWrap, .viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0; }
  .bigBirdCarouselWrap ul, .viewport ul {
    position: absolute;
    display: inline-block;
    width: 100%; }
    .bigBirdCarouselWrap ul li, .viewport ul li {
      background-color: #414042;
      width: 100%;
      height: 350px;
      display: block;
      float: left; }
      .bigBirdCarouselWrap ul li a, .viewport ul li a {
        display: inline-block;
        height: 350px; }
      .bigBirdCarouselWrap ul li p,
      .bigBirdCarouselWrap ul li h2, .viewport ul li p,
      .viewport ul li h2 {
        color: #e9e6e1; }
      .bigBirdCarouselWrap ul li img, .viewport ul li img {
        min-height: 392px; }
  .bigBirdCarouselWrap h2, .viewport h2 {
    font-size: 1.8em; }

.popupContainer {
  display: none; }

.popUpContent ul {
  font-size: 1.3em; }
  .popUpContent ul li {
    margin-bottom: 3px; }

.invalidFormFooter {
  width: 100%;
  display: none; }
  .invalidFormFooter span {
    color: #b73838;
    width: 100%;
    max-width: 100%;
    text-align: right;
    /* margin-left: 36px; */
    float: right;
    clear: both;
    margin-bottom: 6px; }

#background {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  /* Required for IE8 and below only */
  z-index: 10; }

#bbQuickbox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100999999; }
  #bbQuickbox .popUpContent {
    background: #fff;
    border: 12px solid rgba(51, 51, 51, 0.35);
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden; }
    #bbQuickbox .popUpContent h2 {
      margin: 20px 20px 0 20px;
      font-size: 2.6em; }
    #bbQuickbox .popUpContent p {
      font-size: 1.6em;
      margin: 20px; }
    #bbQuickbox .popUpContent img {
      max-width: 100%;
      height: 100%; }
  #bbQuickbox #bbQuickboxClose {
    background: #008BBF url("/img/SCiM/Carousel-CloseImage.png") center no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    display: block;
    text-indent: -9999px; }

.Div_GalleryBody strong {
  font-size: 1.2em;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px; }

.Div_GalleryBody ul {
  list-style-type: none;
  padding-left: 0px; }
  .Div_GalleryBody ul li {
    padding-left: 18px; }
  .Div_GalleryBody ul li:before {
    margin-left: -18px;
    margin-right: 8px;
    content: "\2022";
    font-size: 1.2em;
    color: #1D4091;
    /* or whatever color you prefer */ }

.maincontent + .maincontent {
  padding-top: 0; }

code + table, .Div_GalleryBody + table {
  margin: 18px 0; }
  code + table tr td, .Div_GalleryBody + table tr td {
    padding: 10px 72px 10px 10px;
    min-width: 162px; }
  code + table tr:nth-child(2n+1), .Div_GalleryBody + table tr:nth-child(2n+1) {
    background: #E5E5E5; }

.Div_EventDates h3 {
  border: none;
  margin-bottom: 0; }

.Div_EventDates hr {
  margin-top: 32px;
  border-top: none;
  height: 7px;
  background: #F2F2F2; }

.Div_EventDates .container-tabbed + span {
  line-height: 40px; }

.Div_EventDates input[type=submit] {
  height: 40px;
  background-color: #1f4191;
  text-transform: uppercase;
  float: right;
  font-size: 16px;
  font-family: "SMDINMedium";
  color: white;
  border: none;
  padding: 14.5px 34px; }

.tabbed-list.event-dates {
  margin: 36px 0 0 0; }
  .tabbed-list.event-dates li {
    min-width: 78px; }

.tabbed-list.event-dates:after {
  float: none;
  right: 0; }

.tabbed-content.event-dates table {
  margin: 0;
  width: 100%; }
  .tabbed-content.event-dates table th {
    background: #fff !important;
    font-family: "SMDINBold";
    width: 33.3333333333%; }
  .tabbed-content.event-dates table th, .tabbed-content.event-dates table tr td {
    padding: 10px;
    text-align: left; }
  .tabbed-content.event-dates table tr td strong {
    font-weight: normal !important; }
  .tabbed-content.event-dates table tr:nth-child(2n+3) {
    background: #E5E5E5; }

/**************************************************************************************************
* Activities
**************************************************************************************************/
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.activities .container-tabbed .tabbed-content {
  margin-top: 0; }

.activities h4 {
  font-size: 1.1em;
  font-family: 'SMDINBold',Arial,sans-serif;
  font-weight: normal; }

.activities .datepickerHeading {
  background: #008BBF;
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  line-height: 50px;
  text-align: center; }

.activities .datepicker {
  border-right: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0 40px 0;
  width: 100%; }
  .activities .datepicker + h2 {
    margin: 0 0 1em 0; }

.activities .ui-datepicker {
  width: 100% !important; }
  .activities .ui-datepicker .ui-datepicker-header {
    padding: 14px;
    width: 100%;
    font-size: 1.2em;
    font-family: 'SMDINBold',Arial,sans-serif; }
  .activities .ui-datepicker .ui-datepicker-prev,
  .activities .ui-datepicker .ui-datepicker-next {
    background-image: url(/img/SCiM/calendar-arrows.png);
    background-repeat: no-repeat;
    top: 0;
    height: 45px;
    width: 45px; }
  .activities .ui-datepicker .ui-datepicker-prev {
    background-position: -45px 0;
    border-right: 2px solid #e5e5e5;
    left: 0; }
  .activities .ui-datepicker .ui-datepicker-next {
    background-position: 0 0;
    border-left: 2px solid #e5e5e5;
    right: 0; }
  .activities .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    background-position: -45px -45px;
    cursor: default; }
  .activities .ui-datepicker .ui-datepicker-next.ui-state-disabled {
    background-position: 0 -45px;
    cursor: default; }
  .activities .ui-datepicker table {
    border: 0;
    margin: 10px 0; }
  .activities .ui-datepicker th,
  .activities .ui-datepicker td {
    padding: 6px 0;
    width: 14.2857142857%; }
  .activities .ui-datepicker th span,
  .activities .ui-datepicker td span,
  .activities .ui-datepicker td a {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    height: 30px;
    width: 30px; }
  .activities .ui-datepicker td.ui-state-disabled {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    /* Required for IE8 and below only */ }
  .activities .ui-datepicker .ui-datepicker-today a {
    border-bottom: 2px solid #008BBF; }
  .activities .ui-datepicker .ui-datepicker-current-day a {
    border: 0;
    border-radius: 15px;
    background: #008BBF;
    color: #fff; }
  .activities .ui-datepicker .ui-datepicker-group {
    border-left: 2px solid #e5e5e5;
    float: left;
    width: 33.3333333333%; }
  .activities .ui-datepicker .ui-datepicker-group-first {
    border-left: 0; }

.activities .topicSelect {
  border: 2px solid #e5e5e5;
  position: relative;
  margin: 0 0 40px 0;
  min-height: 320px;
  overflow: hidden; }
  .activities .topicSelect + h2 {
    margin: 0 0 1em 0; }
  .activities .topicSelect .filter {
    margin-bottom: -96em;
    padding-bottom: 100em; }
  .activities .topicSelect .filter.disabled {
    background: #e5e5e5; }
  .activities .topicSelect .ageFilter {
    width: 23.504273504%; }
  .activities .topicSelect .subjectFilter,
  .activities .topicSelect .topicFilter {
    border-left: 2px solid #e5e5e5;
    width: 38.2478632479%; }
  .activities .topicSelect h3 {
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 15px;
    padding: 0 0 5px 0;
    font-size: 1.1em; }
  .activities .topicSelect .disabled h3 {
    color: #c1c1c1; }
  .activities .topicSelect a {
    display: block;
    padding: 5px 15px;
    text-decoration: none; }
  .activities .topicSelect a.selected {
    background: #008BBF;
    color: #fff; }
  .activities .topicSelect a.viewAll {
    position: absolute;
    bottom: 10px;
    left: 61.9658119658%;
    text-decoration: underline; }
    .activities .topicSelect a.viewAll :hover {
      text-decoration: none; }

.activities .eventList {
  list-style-type: none;
  margin: 0 -20px;
  padding: 0;
  overflow: hidden; }
  .activities .eventList li {
    border-left: 1px solid #e5e5e5;
    float: left;
    margin: 0 0 -99em 0;
    padding: 0 20px 100em 20px;
    width: 33.3333333333%; }
  .activities .eventList li:nth-child(3n+1) {
    border-left: 0; }

.activities .results {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .activities .results li {
    border-top: 7px solid #00aeef;
    margin: 0 0 40px 0; }
  .activities .results .container {
    width: 91.4893617021%; }
  .activities .results .image {
    width: 25.5813953488%; }
    .activities .results .image img {
      display: block;
      width: 100%; }
    .activities .results .image + .details {
      padding-left: 20px;
      width: 74.4186046512%; }
  .activities .results .details {
    padding: 25px 150px 0 0;
    width: 100%; }
    .activities .results .details p {
      margin: 0; }
  .activities .results h3 {
    margin: 0 0 10px 0;
    padding: 0;
    border-top: 0; }
    .activities .results h3 a {
      background: url(/img/SCiM/results-arrow.png) no-repeat left 5px;
      display: block;
      padding: 0 0 0 23px;
      color: #1f4191;
      text-decoration: none; }
      .activities .results h3 a :hover {
        text-decoration: underline; }
  .activities .results .ages {
    margin: 0;
    padding: 25px 0 0 0;
    width: 8.5106382979%;
    color: #00aeef;
    text-align: right; }
    .activities .results .ages span {
      display: block; }

/**************************************************************************************************
* Cookie warning
**************************************************************************************************/
.cookieWarning {
  position: relative;
  background: #E5E5E5;
  color: #333333;
  text-align: left;
  z-index: 10000;
  font: 1.4em/1.3 SMDINRegular, Arial, Helvetica, sans-serif; }
  .cookieWarning p {
    padding: 8px 120px 8px 8px;
    margin: 0; }
  .cookieWarning a {
    color: #333333; }
  .cookieWarning .continue {
    position: absolute;
    display: block;
    bottom: 5px;
    right: 5px;
    background: url("/img/SCiM/visitus/bg-clipped-white.png") -18px 0px no-repeat;
    color: #333333;
    text-decoration: none;
    padding: 3px 5px 3px 8px;
    width: 87px;
    height: 20px;
    font-family: 'SMDINBold',Arial,sans-serif; }
  .cookieWarning .continue:hover {
    background-position: -18px -200px; }

/**************************************************************************************************
* E-mail My Visit pop-up
**************************************************************************************************/
#emailFormOverlay {
  background: rgba(255, 255, 255, 0.9);
  color: white;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size: 1.3em; }
  #emailFormOverlay .emailForm {
    width: 300px;
    margin: 100px auto 0 auto;
    background: url("/img/SCiM/visitus/bg-clipped-cyan2-large.png") no-repeat scroll -10px 0 transparent;
    padding: 10px; }
    #emailFormOverlay .emailForm h2 {
      margin: 0;
      font-size: 1.6em; }
    #emailFormOverlay .emailForm p.emailMandatory {
      margin-bottom: 10px; }
    #emailFormOverlay .emailForm label {
      display: block; }
    #emailFormOverlay .emailForm label.error {
      color: #ffdd00; }
    #emailFormOverlay .emailForm input {
      border: 0;
      padding: 5px;
      margin: 0 0 10px 0; }
    #emailFormOverlay .emailForm input#recipientName {
      width: 50%; }
    #emailFormOverlay .emailForm input#recipientAddress {
      width: 290px; }
    #emailFormOverlay .emailForm input.error {
      background-color: #ffdd00; }
    #emailFormOverlay .emailForm button {
      background: url("/img/SCiM/visitus/bg-clipped-whiteblue.png") no-repeat scroll -14px 0 transparent;
      color: #333333;
      display: inline;
      font-weight: bold;
      margin: 10px 0 0 0;
      padding: 9px 10px 9px 15px;
      text-decoration: none;
      text-indent: 0;
      text-transform: uppercase;
      width: auto;
      border: 0;
      width: 145px;
      text-align: left; }
    #emailFormOverlay .emailForm button.sendEmailButton {
      margin-right: 7px; }
    #emailFormOverlay .emailForm button:hover {
      color: white;
      background-position: -14px -200px; }

.specialExhibitionNav {
  clear: both;
  margin-top: 20px; }
  .specialExhibitionNav h3 {
    font-family: 'SMDINMedium',Arial,sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em; }
  .specialExhibitionNav ul {
    padding: 0;
    margin: 10px 0 0 10px; }
    .specialExhibitionNav ul li {
      list-style: none;
      margin-bottom: 5px; }
      .specialExhibitionNav ul li a {
        text-decoration: underline; }
      .specialExhibitionNav ul li a:hover {
        text-decoration: none; }

.videochapter {
  padding-top: 20px; }
  .videochapter .videoText {
    margin: 0 10px; }
  .videochapter h3 {
    margin: 20px 0 10px; }
  .videochapter p {
    margin: 0;
    padding: 0 0 10px 0; }
  .videochapter .videochapterimage {
    margin: 0 0 10px;
    float: left; }
  .videochapter .videoplayer {
    background-color: #f2f2f2; }
    .videochapter .videoplayer h4 {
      font-size: 1.4em;
      margin: 10px 0;
      padding: 0; }
    .videochapter .videoplayer iframe {
      width: 700px;
      height: 400px; }

.thumbNailWrap {
  float: left;
  margin: 20px 0 0; }

.videochapter .thumbnail {
  float: left;
  width: 220px;
  margin: 0 20px 20px 0;
  position: relative; }

.videochapter .thumbnail:nth-child(3n) {
  margin: 0 0 20px; }

.videochapter .thumbnail a {
  text-decoration: none;
  display: block;
  margin: 10px 0; }

.videochapter .thumbnail a .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 124px;
  background: url("/img/SCiM/visitus/icon-video-play.png") center center no-repeat; }

.videochapter .thumbnail a .play:hover {
  background-image: url("/img/SCiM/visitus/icon-video-play-over.png"); }

.specialexhibitiondetails {
  border-color: #f2f2f2; }

/**************************************************************************************************
* Image Gallery
***************************************************************************************************/
/* Image gallery */
.imageGallery {
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
  margin: 0 auto;
  padding: 10px 0;
  height: 112px;
  width: 97.9166666667%;
  /* 940px / 960px */
  overflow: hidden;
  -moz-transition: height 1.5s;
  -o-transition: height 1.5s;
  -webkit-transition: height 1.5s;
  transition: height 1.5s;
  position: relative; }
  .imageGallery .title {
    float: left;
    margin: 10px 0;
    width: 34.0425531915%;
    /* 320px / 940px */ }
  .imageGallery h2 {
    margin: 0 0 0.25em 0;
    padding: 0; }
  .imageGallery p {
    margin: 0;
    font: 1.2em/1.2 SMDINBold,Arial,Helvetica,sans-serif; }
  .imageGallery .container {
    float: right;
    height: 72px;
    width: 65.9574468085%;
    overflow: hidden; }
    .imageGallery .container img {
      max-height: 72px;
      max-width: 120px; }
    .imageGallery .container ul {
      list-style-type: none;
      float: left;
      margin: 0;
      padding: 0;
      width: 5000px; }
    .imageGallery .container li {
      float: left;
      margin: 0 0 0 1px; }

.column.span3 .imageGallery.opened {
  height: 595px; }

.column.span3 .imageGallery .container {
  width: 59.9574468085%; }

.imageGallery .container li .caption,
.imageGallery .container li .credits {
  display: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.imageGallery .container li:first-child,
.imageGallery .expanded .container li {
  margin: 0; }

.imageGallery .carouselarrow {
  background: transparent url("/img/SCiM/visitus/carousel-arrows-light.png") no-repeat left top;
  margin: 272px 8.9361702128% 0 0;
  /* 84px / 940px */
  width: 76px; }

.imageGallery .carouselarrow.right {
  background-position: right top;
  margin: 272px 0 0 8.9361702128%;
  /* 84px / 940px */ }

.column.span3 .imageGallery .carouselarrow {
  margin: 190px 8.5106382979% 0 0; }

.column.span3 .imageGallery .carouselarrow.right {
  margin: 190px 0 0 8.5106382979%; }

.imageGallery .expanded {
  width: 100%;
  opacity: 0; }

.imageGallery .expanded .container {
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  height: 620px; }

.column.span3 .imageGallery .expanded .container {
  height: 450px; }

.imageGallery .expanded .container ul {
  position: absolute;
  top: 0;
  left: 0; }

.column.span3 .imageGallery .expanded .container li {
  height: 510px; }

.lt-ie9 .imageGallery .expanded .container li {
  height: 620px;
  width: 620px; }

.imageGallery .expanded .container img {
  background: #fff;
  border: 1px solid #ddd;
  padding: 9px;
  max-height: 600px;
  max-width: 600px; }

.imageGallery .expanded .controls {
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  opacity: 0; }

.imageGallery .expanded .controls .caption,
.imageGallery .expanded .controls .credits {
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.imageGallery .expanded .controls .caption {
  font-size: 1.2em;
  font-weight: bold;
  color: #333; }

.imageGallery .expanded .controls .credits {
  color: #999; }

.imageGallery .expanded .controls ul {
  list-style-type: none;
  margin: 10px 0 20px 0;
  padding: 0; }

.imageGallery .expanded .controls li {
  background: #ddd;
  border-radius: 6px;
  display: inline-block;
  margin: 5px;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
  cursor: pointer; }

.imageGallery .expanded .controls li.selected {
  background: #999; }

.lt-ie8 .imageGallery .expanded .controls,
.carousel .dots ul,
.pod.suggestions .carousel .dots ul {
  margin-right: auto;
  margin-left: auto;
  width: 220px; }

.lt-ie8 .imageGallery .expanded .controls li,
.carousel .dots ul li,
.pod.suggestions .carousel .dots ul li {
  float: left; }

/**************************************************************************************************
*	Datepicker
**************************************************************************************************/
.ui-datepicker {
  display: none;
  background: #b0a6a1;
  padding: 5px;
  width: 200px;
  border-radius: 3px;
  z-index: 10 !important; }
  .ui-datepicker table {
    background: #F2F2E9;
    border: 5px solid #F2F2E9;
    width: 100%; }
  .ui-datepicker th,
  .ui-datepicker td {
    text-align: center;
    padding: 4px;
    width: 30px; }

.standard-datepicker table {
  font-size: 1.4em; }

.ui-datepicker-header {
  background: #F2F2E9;
  position: relative;
  padding: 5px 0;
  color: #333;
  font: 1.8em/1 SMDINBold, Arial, Helvetica, sans-serif;
  text-align: center; }
  .ui-datepicker-header a {
    position: absolute;
    top: 5px;
    width: 18px;
    height: 18px;
    background: 0;
    display: block;
    text-indent: -9999px;
    cursor: pointer; }
  .ui-datepicker-header td:hover {
    background: #B0A6A1; }
  .ui-datepicker-header td.ui-datepicker-unselectable {
    color: #959595; }
  .ui-datepicker-header td.ui-datepicker-unselectable:hover {
    background: 0;
    color: #959595; }

a.ui-datepicker-prev {
  background-image: url("../../img/SCiM/events/prev_month.gif");
  left: 5px; }

a.ui-datepicker-nextImage {
  background-image: url("../../img/SCiM/events/nextImage_month.gif");
  right: 5px; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: url(/img/SCiM/calendar-arrows.png);
  background-repeat: no-repeat;
  top: 0;
  height: 45px;
  width: 45px; }

.ui-datepicker .ui-datepicker-prev {
  background-position: -45px 0;
  border-right: 2px solid #e5e5e5;
  left: 0; }

.ui-datepicker .ui-datepicker-next {
  background-position: 0 0;
  border-left: 2px solid #e5e5e5;
  right: 0; }

.ui-datepicker td a {
  display: block;
  text-decoration: none; }

.ui-datepicker-trigger {
  cursor: pointer;
  margin: -1px 0 0 5px; }

#ui-datepicker-div {
  z-index: 9999; }

/**************************************************************************************************
* Content area
**************************************************************************************************/
.maincontent {
  margin: 0 auto;
  width: 960px;
  font-size: 1.46em;
  position: relative;
  padding-top: 30px; }
  .maincontent .column {
    float: left; }
  .maincontent .column.span1 {
    width: 220px; }
  .maincontent .column.span2 {
    width: 480px; }
  .maincontent .column.span3 {
    width: 700px;
    margin: 0 20px 0 0; }

.fullwidth {
  width: 100%; }

/**************************************************************************************************
* Pods
**************************************************************************************************/
.pod {
  position: relative;
  /*margin: 20px 0 0;*/
  /*margin: 0 0 0 20px;*/
  /*height: 220px;*/
  float: left;
  overflow: hidden;
  border-top: 10px solid #999; }
  .pod h3 {
    border: 0;
    background-color: #999; }

.pod.Cyan {
  border-top: 10px solid #00aeef; }
  .pod.Cyan h3 {
    background-color: #00aeef; }

.pod.Magenta {
  border-top: 10px solid #ec008c; }
  .pod.Magenta h3 {
    background-color: #ec008c; }

.pod.Green {
  border-top: 10px solid #82ba00; }
  .pod.Green h3 {
    background-color: #82ba00; }

.pod.Orange {
  border-top: 10px solid #f47b20; }
  .pod.Orange h3 {
    background-color: #f47b20; }

.pod.Yellow {
  border-top: 10px solid #ffdd00; }
  .pod.Yellow h3 {
    background-color: #ffdd00; }

.pod.Teal {
  border-top: 10px solid #00aaaf; }
  .pod.Teal h3 {
    background-color: #00aaaf; }

.pod.Red {
  border-top: 10px solid #ed1c24; }
  .pod.Red h3 {
    background-color: #ed1c24; }

.pod.Purple {
  border-top: 10px solid #8b6baf; }
  .pod.Purple h3 {
    background-color: #8b6baf; }

.pod.LightGray {
  border-top: 10px solid #f2f2f2; }
  .pod.LightGray h3 {
    background-color: #f2f2f2;
    color: #000; }

.pod.w1, .pod.w2, .pod.w3, .pod.w4, .pod.w05 {
  min-height: 220px;
  background: #ccc; }

.pod.w1 {
  width: 220px; }

.pod.w1.primary, .pod.w1.secondary {
  margin-bottom: 20px; }

.pod.w2 {
  width: 460px; }

.pod.w3 {
  width: 700px; }

.pod.w4 {
  width: 960px; }

.pod.w05 {
  width: 100px; }

.pod.standard {
  background: none; }
  .pod.standard h3 {
    position: relative;
    background: none;
    padding: 10px 0 5px 0;
    color: #333333;
    border: 0; }
  .pod.standard a {
    text-indent: 0;
    display: inline;
    position: static;
    font-weight: normal; }
  .pod.standard a.gettinghere {
    display: inline-block;
    margin-bottom: 10px; }
  .pod.standard ul {
    margin: 5px 0 0 0;
    padding: 0; }
    .pod.standard ul li {
      list-style: none;
      margin-bottom: 5px; }

.pod.iconic {
  height: 150px; }
  .pod.iconic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ddd; }
  .pod.iconic h3 {
    position: absolute;
    top: 100px;
    left: 0;
    color: #333333;
    font-size: 1.1em;
    text-align: center;
    border: 0; }

.pod h3 {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 1.3em;
  font-family: 'SMDINMedium', Arial, sans-serif;
  line-height: 1em;
  color: white;
  font-weight: normal;
  padding: 0 10px 5px 10px;
  margin: 0;
  z-index: 4;
  border: 0; }

.pod h4 {
  font-family: 'SMDINBold', Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #333;
  font-weight: normal;
  padding-bottom: 5px;
  margin: 0; }

.pod h5 {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 1.1em; }

.pod p {
  margin: 5px 0 0 0; }

.pod a {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url("/img/SCiM/shim.png"); }

.pod img {
  /*width:100%;*/
  float: left;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: #ddd; }

.pod .content {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%; }
  .pod .content .pad {
    padding: 10px; }
  .pod .content .text {
    font-family: 'SMDINRegular', Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
    color: #333;
    font-weight: normal; }

.promopods .pod {
  margin-left: 20px;
  margin-top: 20px; }

.promopods .pod:first-child {
  margin-left: 0; }

.crosssell-pods .pod,
.pod.w1.quickinfo {
  margin: 20px 20px 10px 0; }

.crosssell-pods .pod:nth-child(4n),
.pod.w1.quickinfo:nth-child(4n) {
  margin: 20px 0 0; }

/**************************************************************************************************
* Plan your visit CTA's and Pods
**************************************************************************************************/
#planyourvisitCTA {
  position: absolute;
  bottom: 10px;
  right: 0;
  /*top: 5px;*/
  width: 220px;
  margin-right: 10px; }
  #planyourvisitCTA h3 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    border: 0; }
    #planyourvisitCTA h3 .myvisitbutton {
      height: 42px;
      padding: 3px 10px 4px 15px;
      background: url("/img/SCiM/visitus/bg-clipped-white.png") -12px 0px no-repeat;
      color: #333333;
      display: block;
      text-decoration: none;
      font-family: 'SMDINMedium', Arial, sans-serif; }
    #planyourvisitCTA h3 .myvisitbutton:hover {
      background-position: -12px -200px; }
    #planyourvisitCTA h3 .donationbutton {
      height: 42px;
      padding: 3px 10px 4px 15px;
      background: red;
      color: #333333;
      display: block;
      text-decoration: none;
      font-family: 'SMDINMedium', Arial, sans-serif; }
    #planyourvisitCTA h3 .donationbutton:before {
      position: absolute;
      top: 0;
      right: 0;
      border-top: 80px solid white;
      border-left: 80px solid red; }
    #planyourvisitCTA h3 .donationbutton:hover {
      background-position: -12px -200px; }
    #planyourvisitCTA h3 .myvisitbutton.itemsSelected {
      background: url("/img/SCiM/visitus/bg-clipped-cyan.png") -12px 0px no-repeat;
      color: white; }
      #planyourvisitCTA h3 .myvisitbutton.itemsSelected span {
        display: block;
        float: right;
        width: 130px;
        text-align: right;
        font-family: 'SMDINRegular',Arial,sans-serif;
        line-height: 1.3; }
        #planyourvisitCTA h3 .myvisitbutton.itemsSelected span .timeStr {
          display: inline;
          width: auto;
          float: none; }
    #planyourvisitCTA h3 .myvisitbutton.itemsSelected:hover {
      background-position: -12px -200px; }
  #planyourvisitCTA .closebutton {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("/img/SCiM/visitus/close-white.png") center center no-repeat;
    text-indent: -9999px;
    z-index: 100; }
  #planyourvisitCTA .closebutton:hover {
    cursor: pointer; }

#planyourvisitCTA.widgetopen {
  bottom: -5px; }
  #planyourvisitCTA.widgetopen h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1.7em;
    font-weight: normal;
    border: 0; }
    #planyourvisitCTA.widgetopen h3 a {
      height: 55px;
      background: url("/img/SCiM/visitus/bg-clipped-cyan.png") -12px 0px no-repeat;
      color: white;
      font-family: 'SMDINBold', Arial, sans-serif; }
    #planyourvisitCTA.widgetopen h3 a:hover {
      background-position: -12px 0px; }

#planyourvisitCTA .planyourvisitwidget {
  position: absolute;
  top: 85px;
  z-index: 9999;
  width: 240px;
  left: -10px;
  border: 10px solid white;
  border-top: 0; }

.pod.planyourvisitwidget {
  margin-top: -30px;
  width: 220px;
  height: auto;
  border-top: 0;
  background-color: #008bbf;
  color: white;
  padding-bottom: 5px;
  padding-top: 0; }
  .pod.planyourvisitwidget .populateditinerary strong,
  .pod.planyourvisitwidget .emptyitinerary strong {
    font-weight: bold; }
  .pod.planyourvisitwidget .populateditinerary p,
  .pod.planyourvisitwidget .emptyitinerary p {
    position: relative;
    margin: 5px 10px 10px 10px;
    padding-left: 0;
    padding-right: 80px;
    font-size: 0.9em;
    line-height: 1.5em; }
  .pod.planyourvisitwidget .populateditinerary p strong,
  .pod.planyourvisitwidget .emptyitinerary p strong {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    font-size: 1.1em;
    float: right;
    text-align: right; }
  .pod.planyourvisitwidget .populateditinerary p strong.number,
  .pod.planyourvisitwidget .emptyitinerary p strong.number {
    font-size: 1.8em;
    line-height: 0.8em; }
  .pod.planyourvisitwidget .populateditinerary p strong span,
  .pod.planyourvisitwidget .emptyitinerary p strong span {
    font-size: 1.2em;
    margin-top: 5px; }
  .pod.planyourvisitwidget .populateditinerary {
    margin-bottom: 20px; }
  .pod.planyourvisitwidget .populateditinerary p {
    margin: 0 10px;
    padding: 3px 0 0 0;
    line-height: 2.2em; }
  .pod.planyourvisitwidget .populateditinerary p strong.number {
    line-height: 1em; }
  .pod.planyourvisitwidget .emptyitinerary p {
    padding-right: 0; }
  .pod.planyourvisitwidget .caveat {
    margin: 5px 10px 0 10px; }
  .pod.planyourvisitwidget .floor {
    clear: both;
    padding: 0 5px; }
  .pod.planyourvisitwidget h5 {
    background-color: #00aeef;
    color: white;
    font-family: 'SMRegularRegular', Arial, sans-serif;
    font-size: 1.8em;
    padding-left: 5px;
    width: auto;
    height: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0 0; }
  .pod.planyourvisitwidget ul {
    padding: 0;
    margin: 0 0 0 0;
    border-bottom: 0; }
  .pod.planyourvisitwidget ul li {
    position: relative;
    list-style: none;
    border-top: 1px solid #f2f2f2;
    margin: 0; }
  .pod.planyourvisitwidget ul li .popup {
    position: relative;
    margin-top: -7px;
    z-index: 100;
    background: #bb131a url("/img/SCiM/visitus/up-center-small-arrow-mask.png") top center no-repeat; }
  .pod.planyourvisitwidget ul li .popup p {
    padding: 12px 7px 5px 7px;
    margin: 0;
    font-size: 0.85em; }
  .pod.planyourvisitwidget ul li .popup p a {
    color: white;
    font-weight: bold; }
  .pod.planyourvisitwidget ul li .itemblock {
    padding: 11px 40px 7px 7px;
    margin: 0;
    color: white;
    background-color: white;
    position: relative; }
  .pod.planyourvisitwidget ul li .itemblock h6 {
    padding: 0;
    margin: 0;
    font-size: 1.1em; }
  .pod.planyourvisitwidget ul li .itemblock h6 a {
    font-weight: bold;
    text-decoration: none; }
  .pod.planyourvisitwidget ul li .itemblock h6 a:hover {
    text-decoration: underline; }
  .pod.planyourvisitwidget ul li .itemblock .minus {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 3px;
    right: 3px;
    width: 26px;
    height: 27px;
    background: white url("/img/SCiM/visitus/add-minus-icon.png") top right no-repeat;
    color: white;
    font-size: 2.3em;
    font-weight: bold;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 0;
    line-height: 0.55em; }
  .pod.planyourvisitwidget ul li .itemblock .minus:hover {
    background-color: #ed1c24;
    background-position: top left; }
  .pod.planyourvisitwidget ul li .itemblock .booknow {
    right: 33px;
    width: 100px;
    font-size: 1em;
    line-height: 2.2em; }
  .pod.planyourvisitwidget ul li .itemblock .ticketRequired {
    width: 160px;
    font-size: 0.85em;
    color: #666;
    position: relative; }
  .pod.planyourvisitwidget ul li .itemblock .ticketRequired div {
    display: inline;
    padding-left: 3px; }
  .pod.planyourvisitwidget ul li .itemblock .ticketRequired div a {
    font-weight: bold; }
  .pod.planyourvisitwidget ul li .itemblock .ticketRequired div a.highlight {
    color: #bb131a; }
  .pod.planyourvisitwidget .controls {
    padding: 10px 5px 0 5px; }
  .pod.planyourvisitwidget .controls a {
    width: auto;
    margin: 10px 0;
    display: block;
    background: url("/img/SCiM/visitus/bg-clipped-whiteblue.png") -14px 0px no-repeat;
    color: #333333;
    font-weight: bold;
    padding: 7px 10px 7px 15px;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 0; }
  .pod.planyourvisitwidget .controls a:hover {
    background-position: -14px -200px;
    color: white; }
  .pod.planyourvisitwidget .controls a.clearlist {
    background: url("/img/SCiM/visitus/bg-clipped-whiteblue.png") -14px 0px no-repeat;
    margin-bottom: 0; }
  .pod.planyourvisitwidget .controls a.clearlist:hover {
    background-position: -14px -200px; }
  .pod.planyourvisitwidget .caveat {
    padding-top: 10px;
    font-size: 0.9em; }

.myVisitMessage {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(31, 29, 137, 0.8);
  padding: 5px;
  color: white;
  text-align: center;
  z-index: 10000;
  font: 1.6em/1.2 SMDINBold, Arial, Helvetica, sans-serif;
  width: 960px;
  min-height: 30px;
  margin: 0 auto; }

/**************************************************************************************************
* Visit Us landing page
**************************************************************************************************/
.visitus .featurepods {
  position: relative;
  margin-top: 20px; }
  .visitus .featurepods .suggestions {
    position: relative;
    height: 460px;
    border-color: #008bbf;
    margin-right: 20px;
    margin-bottom: 20px; }

.visitus .featurepods .generalinfo {
  border-color: #f2f2f2;
  width: 700px;
  padding-right: 240px;
  position: relative;
  margin-right: 20px; }
  .visitus .featurepods .generalinfo a {
    position: absolute;
    width: 210px;
    height: 210px;
    top: 0;
    right: 0;
    left: auto;
    display: block; }
  .visitus .featurepods .generalinfo img {
    float: right; }
  .visitus .featurepods .generalinfo h3 {
    font-size: 1.4em;
    font-family: 'SMDINBold', Arial, sans-serif;
    font-weight: normal;
    color: #333333;
    border: 0; }
  .visitus .featurepods .generalinfo h5 {
    font-size: 1.2em;
    font-family: 'SMDINBold', Arial, sans-serif;
    font-weight: normal;
    color: #333333; }
  .visitus .featurepods .generalinfo p a {
    position: static;
    width: auto;
    height: auto;
    top: 0;
    right: 0; }

.visitus .coverflow {
  position: relative;
  height: 328px;
  margin-top: 15px; }
  .visitus .coverflow .item {
    position: absolute; }
    .visitus .coverflow .item .image {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background-color: black; }
      .visitus .coverflow .item .image img {
        position: absolute;
        top: 0;
        left: -30%;
        width: auto;
        height: 100%;
        z-index: 10; }
  .visitus .coverflow .item3 {
    width: 150px;
    height: 230px;
    top: 10px;
    left: 150px;
    z-index: 10;
    padding: 10px;
    background-color: #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
    .visitus .coverflow .item3 img {
      left: -110px !important; }
    .visitus .coverflow .item3 .content {
      margin: 10px; }
      .visitus .coverflow .item3 .content h4 {
        font-size: 1.1em;
        line-height: 1.3em;
        text-align: center;
        padding-bottom: 0; }

.visitus .coverflow .item2,
.visitus .coverflow .item4 {
  width: 134px;
  height: 204px;
  top: 26px;
  left: 70px;
  z-index: 9;
  padding: 7px;
  background-color: #d1d1d1;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
  .visitus .coverflow .item2 img,
  .visitus .coverflow .item4 img {
    opacity: 0.8; }

.visitus .coverflow .item4 {
  left: 250px; }

.visitus .coverflow .item1,
.visitus .coverflow .item5 {
  width: 90px;
  height: 140px;
  top: 60px;
  left: 35px;
  z-index: 8;
  border-radius: 3px;
  background-color: #b1b1b1;
  padding: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); }

.visitus .coverflow .item1 img,
.visitus .coverflow .item5 img {
  opacity: 0.5; }

.visitus .coverflow .item5 {
  left: 325px; }

.visitus .coverflow .links {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.visitus .coverflow .links h4 {
  font-size: 1.2em;
  padding: 0 0 3px 0;
  margin: 0;
  font-weight: normal; }

.visitus .coverflow .links h4 a {
  font-weight: normal; }

.visitus .coverflow .links h5 {
  font-size: 0.9em;
  padding: 0;
  margin: 0; }

.visitus .coverflow .leftarrow,
.visitus .coverflow .rightarrow {
  position: absolute;
  top: 112px;
  display: block;
  width: 36px;
  height: 40px;
  background: url("/img/SCiM/visitus/small-gallery-arrow.png") top left no-repeat;
  text-indent: -9999px; }

.visitus .coverflow .rightarrow {
  background: url("/img/SCiM/visitus/small-gallery-arrow.png") top right no-repeat;
  left: auto;
  right: 0; }

/**************************************************************************************************
* Event carousel area
**************************************************************************************************/
.eventcarousel {
  height: 330px;
  background: url("/img/SCiM/visitus/eventcarousel-colour.png") center center no-repeat;
  background-size: 100% auto;
  padding-top: 20px; }

.eventcarousel:hover {
  cursor: pointer; }

.eventcarousel.v2 {
  background: url("/img/SCiM/visitus/eventcarousel-colour2.png") center center no-repeat;
  background-size: 100% auto; }

.separator {
  border-bottom: 10px solid #f2f2f2;
  height: 30px; }

.eventcarouselfilter {
  padding-top: 20px; }
  .eventcarouselfilter ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
    .eventcarouselfilter ul li {
      display: inline-block;
      margin: 0 5px 0 0;
      padding: 0; }
      .eventcarouselfilter ul li input {
        padding: 5px;
        border: 1px solid #f2f2f2; }
      .eventcarouselfilter ul li input:hover {
        border-color: #008bbf; }
      .eventcarouselfilter ul li input.selected {
        color: white;
        border-color: #008bbf;
        background-color: #008bbf; }

/**************************************************************************************************
* Plan your visit page
**************************************************************************************************/
.planyourvisit .download {
  padding: 0 10px; }
  .planyourvisit .download img {
    margin-right: 10px; }

.planyourvisit .intro {
  clear: both; }

.planyourvisit .options {
  margin-top: 10px; }
  .planyourvisit .options .suggestions {
    margin: 12px 10px 0 5px;
    width: 225px; }
    .planyourvisit .options .suggestions ul {
      padding: 0;
      margin: 0; }
      .planyourvisit .options .suggestions ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block; }
        .planyourvisit .options .suggestions ul li a {
          display: block;
          padding: 5px 5px;
          border: 1px solid white;
          border-bottom: 1px solid #f2f2f2;
          text-decoration: none; }
        .planyourvisit .options .suggestions ul li a:hover {
          border-color: #008bbf; }
        .planyourvisit .options .suggestions ul li a.current {
          border-color: #008bbf;
          background-color: #008bbf;
          color: white; }

.planyourvisit .options .filters div {
  width: 160px;
  height: 40px;
  background-color: #f2f2f2;
  float: left;
  margin: 0 10px; }

.planyourvisit .results h3 {
  margin: 13px 0 0 10px;
  font: 1.3em/1.5 SMDINBold, Arial, Helvetica, sans-serif;
  border: 0; }
  .planyourvisit .results h3 a {
    font: 0.85em/1.5 Arial, Helvetica, sans-serif;
    float: right;
    margin-right: 10px;
    margin-top: 4px; }

.planyourvisit .results h4 {
  margin: 5px 10px;
  padding: 0;
  font: 1.8em/1.3 SMDINBold, Arial, Helvetica, sans-serif; }
  .planyourvisit .results h4 a {
    font: 0.6em/1.5 Arial, Helvetica, sans-serif;
    clear: both;
    display: block;
    margin-top: 10px; }

.planyourvisit .results .noresults {
  margin-left: 10px; }

.planyourvisit .results .pod {
  margin: 20px 20px 0 0;
  height: 246px;
  z-index: 1; }

.planyourvisit .results .pod:nth-child(3n) {
  margin: 20px 0 0 0; }

.planyourvisit .results .pod.third,
.planyourvisit .results .pod.fourth {
  margin: 20px 0 0 0; }

.planyourvisit .results .pod a {
  height: 210px; }

.planyourvisit .results .pod h3 {
  margin-top: -1px;
  border: 0; }

.planyourvisit .results .pod h4 {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em; }

.planyourvisit .results .pod .info {
  margin: 0;
  padding-bottom: 26px; }

.planyourvisit .results .pod .info .cost {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 22px;
  font-weight: bold;
  padding: 4px 10px 0 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: white; }

.planyourvisit .results .pod .info .add,
.planyourvisit .results .pod .info .booknow {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 30px;
  color: white;
  font-size: 2.1em;
  font-weight: bold;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
  line-height: 1.1em; }

.planyourvisit .results .pod .info .add {
  background: white url("/img/SCiM/visitus/add-minus-icon.png") -274px -34px no-repeat;
  height: 26px; }

.planyourvisit .results .pod .info .add:hover {
  background-color: #008bbf;
  background-position: 0px -34px;
  border-color: #008bbf; }

.planyourvisit .results .pod .info .booknow {
  width: 129px;
  height: 22px;
  text-align: left;
  left: 0;
  bottom: 0;
  font-size: 1em;
  padding: 4px 10px 0 30px;
  /*color: #333333;
  background: url("/img/SCiM/visitus/ticket-bg.png") top left no-repeat;*/
  color: white;
  background-color: #008bbf; }

.planyourvisit .results .pod .info .booknow:hover {
  background-color: #999;
  /*$cyan2;*/
  color: white;
  background-position: bottom left; }

.planyourvisit .results .pod .info .minus {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0;
  width: 26px;
  height: 26px;
  background: white url("/img/SCiM/visitus/add-minus-icon.png") top right no-repeat;
  color: white;
  font-size: 2.3em;
  font-weight: bold;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
  line-height: 0.55em; }

.planyourvisit .results .pod .info .minus:hover {
  background-color: #ed1c24;
  background-position: top left; }

.planyourvisit .currentlyShowing {
  font-size: 1.3em;
  padding: 20px 10px 0 10px;
  clear: both; }
  .planyourvisit .currentlyShowing span {
    font-weight: normal; }
    .planyourvisit .currentlyShowing span a {
      display: inline-block;
      position: relative;
      top: -3px;
      padding: 3px 5px 3px 30px;
      background: white url("/img/SCiM/visitus/add-minus-icon.png") -273px -32px no-repeat;
      border: 2px solid #333333;
      color: #333333;
      text-decoration: none;
      float: right; }
    .planyourvisit .currentlyShowing span a:hover {
      color: white;
      border-color: #82ba00;
      background-color: #82ba00;
      background-position: 0 -32px; }

.planyourvisit .thingsresults {
  padding-top: 20px; }
  .planyourvisit .thingsresults .floors {
    padding: 20px 10px 0 10px;
    height: 50px;
    font-family: 'SMGridBoldCapsBoldCaps', Arial, sans-serif; }
    .planyourvisit .thingsresults .floors ul {
      padding: 0;
      margin: 0; }
      .planyourvisit .thingsresults .floors ul li {
        padding: 0;
        margin: 10px 2px 0 0;
        float: left;
        text-align: center;
        font-size: 1.6em;
        background-color: #666; }
        .planyourvisit .thingsresults .floors ul li a {
          text-decoration: none;
          display: block;
          width: 30px;
          height: 28px;
          padding-top: 3px;
          color: white; }
          .planyourvisit .thingsresults .floors ul li a span {
            display: none; }
        .planyourvisit .thingsresults .floors ul li a.noevents {
          background-color: #ddd !important; }
      .planyourvisit .thingsresults .floors ul li.floorB {
        background-color: #d1a7b1; }
      .planyourvisit .thingsresults .floors ul li.floorG {
        background-color: #bb131a; }
      .planyourvisit .thingsresults .floors ul li.floor1 {
        background-color: #6f558c; }
      .planyourvisit .thingsresults .floors ul li.floor2 {
        background-color: #00aaaf; }
      .planyourvisit .thingsresults .floors ul li.floor3 {
        background-color: #fdb913; }
      .planyourvisit .thingsresults .floors ul li.floor4 {
        background-color: #62bb46; }
      .planyourvisit .thingsresults .floors ul li.floor5 {
        background-color: #aaa; }

.planyourvisit .resultscolumn .pageheading.top h3 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 8px;
  border: 0; }

.planyourvisit .filmstrip {
  width: 700px;
  margin-left: 10px; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
  font-size: 1.4em; }

#overlay #noDateWarning {
  width: 300px;
  margin: 100px auto 0 auto;
  background: url("/img/SCiM/visitus/bg-clipped-cyan2-large.png") no-repeat scroll -10px 0 transparent;
  padding: 10px; }
  #overlay #noDateWarning h2 {
    margin: 0;
    font-size: 1.6em; }
  #overlay #noDateWarning p {
    color: white; }
  #overlay #noDateWarning a {
    background: url("/img/SCiM/visitus/bg-clipped-whiteblue.png") no-repeat scroll -14px 0 transparent;
    color: #333333;
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 9px 10px 9px 15px;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    width: auto;
    border: 0;
    width: 48px;
    text-align: left; }
  #overlay #noDateWarning a.sendEmailButton {
    margin-right: 7px; }
  #overlay #noDateWarning a:hover {
    color: white;
    background-position: -14px -200px; }

/**************************************************************************************************
* Destination hub page
**************************************************************************************************/
.destinationhub .heroimage {
  position: relative;
  margin: 20px 0 0;
  height: 350px;
  max-width: 940px;
  overflow: hidden; }
  .destinationhub .heroimage img {
    width: auto;
    height: 100%;
    background-color: #ddd; }
  .destinationhub .heroimage h2 {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 11; }
    .destinationhub .heroimage h2 img {
      width: auto;
      height: auto;
      background-color: white; }
  .destinationhub .heroimage a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .destinationhub .heroimage .overlay {
    position: absolute;
    width: 300px;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    text-align: left;
    z-index: 3; }
    .destinationhub .heroimage .overlay .headline {
      font-family: 'SMRegularRegular', Arial, sans-serif;
      font-size: 1.8em;
      line-height: 1em;
      margin-bottom: 15px; }
    .destinationhub .heroimage .overlay .content {
      font-family: 'SMDINMedium', Arial, sans-serif;
      line-height: 1.3em; }

.destinationhub {
  /*margin: 20px 10px 10px 10px;*/ }

.intro {
  margin: 20px 0 10px; }

.destinationhub .intro .destinationlogo {
  float: left; }
  .destinationhub .intro .destinationlogo img {
    height: auto;
    width: auto;
    margin: 0 40px 0 3px; }

.destinationhub .intro .introtext {
  float: left; }

.intro .introtext.setWidth {
  max-width: 790px;
  margin-right: 20px; }

.intro.threeCol .introtext.setWidth {
  max-width: 567px;
  margin-right: 20px; }

.destinationhub .intro .introtext p {
  margin: 0 0 1em 0; }

.destinationhub .intro .introtext .readmore {
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 16px;
  cursor: pointer;
  background: url("/img/SCiM/visitus/small-arrow-down.gif") center left no-repeat; }

.destinationhub .intro .introtextcurtailed .readless {
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 16px;
  cursor: pointer;
  background: url("/img/SCiM/visitus/small-arrow-up.gif") center left no-repeat; }

.destinationhub .intro.exhibit p {
  width: auto !important; }

.destinationhub .intro .sponsors {
  float: left;
  margin-left: 30px;
  min-width: 200px; }
  .destinationhub .intro .sponsors h3 {
    margin-top: 0px;
    padding-top: 0px;
    border: 0; }
  .destinationhub .intro .sponsors ul {
    margin: 0;
    padding: 0; }
    .destinationhub .intro .sponsors ul li {
      margin: 20px 0 0 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      text-align: center; }

.destinationhub .intro.threeCol .sponsors {
  max-width: 320px; }

.sponsors ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px; }

.destinationhub .intro.exhibit .sponsors {
  /*float: none;*/
  margin-left: 0; }
  .destinationhub .intro.exhibit .sponsors h3 {
    margin-left: 0;
    padding-left: 0; }

.destinationhub .gallery {
  margin: 40px 0 0 0; }

.destinationhub .gallery.closed {
  height: 105px; }
  .destinationhub .gallery.closed .container {
    height: 93px; }

.destinationhub .gallery.open {
  height: 585px; }
  .destinationhub .gallery.open .container {
    height: 574px; }

.destinationhub .gallery .container {
  width: 940px;
  margin: 0 auto;
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2; }
  .destinationhub .gallery .container img:hover {
    cursor: pointer; }

.destinationhub .gallery h3 {
  margin: 0;
  font-size: 1.4em;
  float: left;
  font-family: 'SMDINMedium', Arial, sans-serif;
  font-weight: normal;
  border: 0; }
  .destinationhub .gallery h3 small {
    display: block;
    font-size: 0.8em;
    font-family: Arial, sans-serif; }

.destinationhub .gallery ul {
  margin: 0;
  padding: 0;
  float: right; }
  .destinationhub .gallery ul li {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100px;
    height: 60px;
    background-color: #ddd; }
    .destinationhub .gallery ul li img {
      width: 100%;
      height: 100%;
      border: 0; }

.destinationhub .pod.video {
  background-color: white;
  height: 310px;
  margin-left: 0px; }

.destinationhub .pod.video.hero {
  border-top: 0;
  height: 400px; }
  .destinationhub .pod.video.hero .videoplayer {
    float: none;
    width: 100%;
    height: 400px; }
    .destinationhub .pod.video.hero .videoplayer iframe {
      height: 400px; }

.destinationhub .pod.video .intro {
  margin: 0;
  padding: 10px 10px 10px 0;
  width: 220px;
  float: left; }
  .destinationhub .pod.video .intro h3 {
    color: black;
    position: relative;
    background: none;
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    border: 0; }
  .destinationhub .pod.video .intro p {
    font-size: 1em;
    width: 220px; }

.destinationhub .pod.video .videoplayer {
  width: 460px;
  height: 100%;
  float: right; }
  .destinationhub .pod.video .videoplayer img {
    width: auto;
    height: auto;
    margin: 80px 0 0 205px; }
  .destinationhub .pod.video .videoplayer iframe {
    height: 300px; }

.destinationhub .pod.twitter {
  background: url("/img/SCiM/visitus/bg-blog-green.gif") bottom left no-repeat;
  border: 0;
  padding-top: 10px;
  margin-left: 20px;
  margin-top: 10px;
  height: 250px; }

.destinationhub .twitter-list .pod.twitter:first-child {
  margin-left: 0; }

.destinationhub .pod.twitter a {
  z-index: 10; }

.destinationhub .pod.twitter h3 {
  position: relative;
  color: white;
  border: 0;
  background: none; }

.destinationhub .pod.twitter p {
  color: white;
  padding: 0 10px;
  font-size: 1.1em; }

.destinationhub .pod.twitter p.bottom {
  position: absolute;
  bottom: 33px;
  left: 0;
  font-size: 0.9em; }

.destinationhub .pod.twitter p a {
  position: relative;
  text-indent: 0;
  color: white; }

.destinationhub .pod.tumblr {
  margin-top: 10px;
  margin-right: 20px;
  height: 300px; }

.destinationhub .pod.tumblr:nth-child(3n) {
  margin-right: 0; }

.destinationhub .pod.tumblr img {
  position: absolute;
  width: auto;
  height: 100%; }

.destinationhub .events .horizontalline {
  margin: 0 10px;
  height: 76px;
  background: url("/img/SCiM/visitus/horizontal-line.png") center left repeat-x; }
  .destinationhub .events .horizontalline .arrow {
    height: 76px;
    width: 96px;
    background: white url("/img/SCiM/visitus/vertical-arrows.png") top left no-repeat;
    margin: 20px auto 0 auto; }
  .destinationhub .events .horizontalline .arrow:hover {
    background-position: bottom left;
    cursor: pointer; }
  .destinationhub .events .horizontalline .arrow.down {
    background-position: top right; }
  .destinationhub .events .horizontalline .arrow.down:hover {
    background-position: bottom right; }

.destinationhub .events .pod h3 {
  font-size: 1.2em;
  border: 0; }

.destinationhub .details h3,
.destinationhub .mobiledetails h3 {
  margin: 20px 10px 0 10px;
  font-family: 'SMDINBold', Arial, sans-serif;
  font-size: 1.4em;
  letter-spacing: -1px;
  line-height: 1.2em;
  border: 0; }

.destinationhub .details .pod h3,
.destinationhub .mobiledetails .pod h3 {
  margin: 0; }

.destinationhub .details .pod p,
.destinationhub .mobiledetails .pod p {
  width: auto;
  float: none; }

.destinationhub .details .quickinfo {
  height: auto; }

.destinationhub .mobiledetails .quickinfo {
  height: auto;
  margin-bottom: 10px; }

.destinationhub .details .quickinfo .content,
.destinationhub .mobiledetails .quickinfo .content {
  position: relative;
  padding: 10px 0 0 0; }

.destinationhub .details .quickinfo .content .info .cost,
.destinationhub .mobiledetails .quickinfo .content .info .cost {
  padding-left: 0; }

.destinationhub .details .furtherinfo,
.destinationhub .mobiledetails .furtherinfo {
  margin: 10px 0 0;
  border-top: 10px solid #ddd;
  clear: both;
  background-color: #f2f2f2; }

.destinationhub .details .furtherinfo table,
.destinationhub .mobiledetails .furtherinfo table {
  width: 100%; }

.destinationhub .details .furtherinfo table th,
.destinationhub .details .furtherinfo table td,
.destinationhub .mobiledetails .furtherinfo table th,
.destinationhub .mobiledetails .furtherinfo table td {
  text-align: left;
  font-size: 1.1em;
  padding: 5px 5px 5px 0;
  vertical-align: top; }

.destinationhub .details .furtherinfo table th,
.destinationhub .mobiledetails .furtherinfo table th {
  width: 80px; }

.destinationhub .details .furtherinfo a,
.destinationhub .mobiledetails .furtherinfo a {
  display: block;
  padding: 3px 5px;
  margin: 0;
  border: 1px solid #f2f2f2;
  border-top: 1px solid white;
  text-decoration: none; }

.destinationhub .details .furtherinfo a:hover,
.destinationhub .mobiledetails .furtherinfo a:hover {
  border-color: #008bbf; }

.destinationhub .details .furtherinfo h5,
.destinationhub .mobiledetails .furtherinfo h5 {
  font-size: 1.2em;
  padding: 10px 5px 5px 5px;
  margin: 0;
  clear: both; }

.destinationhub .details .interactivetour,
.destinationhub .mobiledetails .interactivetour {
  margin: 0 10px; }

.destinationhub .details .interactivetour h5,
.destinationhub .mobiledetails .interactivetour h5 {
  font-size: 1.2em;
  padding: 20px 5px 5px 5px;
  margin: 0;
  clear: both; }

.destinationhub .details .interactivetour h6,
.destinationhub .mobiledetails .interactivetour h6 {
  width: 40px;
  height: 40px;
  background: url("/img/SCiM/visitus/large-gallery-arrow.png") top left no-repeat;
  text-indent: -9999px;
  margin: 5px auto; }

.destinationhub .details .interactivetour .pod a,
.destinationhub .mobiledetails .interactivetour .pod a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/SCiM/visitus/large-gallery-arrow-80.png") top left no-repeat;
  background-position: 32px 26px;
  z-index: 100; }

.destinationhub .details .interactivetour .pod a {
  background: 0; }

.destinationhub .details .interactivetour .pod a:hover,
.destinationhub .mobiledetails .interactivetour .pod a:hover {
  background: none; }

.destinationhub .details .interactivetour .pod.prev,
.destinationhub .mobiledetails .interactivetour .pod.prev {
  margin-left: 0;
  margin-top: 20px; }

.destinationhub .details .interactivetour .pod.nextImage,
.destinationhub .mobiledetails .interactivetour .pod.nextImage {
  margin-right: 0;
  margin-top: 20px; }

.destinationhub .details .interactivetour .pod.nextImage a,
.destinationhub .mobiledetails .interactivetour .pod.nextImage a {
  background-position: -130px 26px; }

.destinationhub .details .interactivetour .pod h3,
.destinationhub .mobiledetails .interactivetour .pod h3 {
  font-size: 1.2em; }

.destinationhub .details .interactivetour .pod .imageOverlay img {
  background: 0;
  position: absolute;
  top: 32px;
  left: 30px;
  height: 40px;
  width: 40px; }

.destinationhub .details .interactivetour .pod:hover .imageOverlay img {
  display: none; }

.destinationhub .details .interactivetour .tourprev a,
.destinationhub .details .interactivetour .tournextImage a,
.destinationhub .mobiledetails .interactivetour .tourprev a,
.destinationhub .mobiledetails .interactivetour .tournextImage a {
  position: relative;
  display: block;
  height: 120px;
  padding: 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8); }

.destinationhub .details .interactivetour .tournextImage,
.destinationhub .mobiledetails .interactivetour .tournextImage {
  float: right; }

.destinationhub .details .interactivetour .tournextImage h6,
.destinationhub .mobiledetails .interactivetour .tournextImage h6 {
  background-position: top right; }

.additionallink {
  display: inline-block;
  margin: 10px 0 0;
  clear: both; }

.pod.quickinfo,
.pod.shortdetails {
  height: 356px; }

.pod.quickinfo.last,
.pod.shortdetails.last {
  margin-right: 0; }

.pod.quickinfo a,
.pod.shortdetails a {
  height: 320px; }

.pod.quickinfo .info,
.pod.shortdetails .info {
  margin: 10px 0 0 0;
  padding-bottom: 33px; }

.pod.quickinfo .info table th,
.pod.shortdetails .info table th {
  text-align: left;
  vertical-align: top;
  width: 80px;
  font-weight: normal; }

.pod.quickinfo .info table td,
.pod.shortdetails .info table td {
  text-align: left;
  vertical-align: top;
  font-weight: bold; }

.pod.quickinfo .info table td div span,
.pod.shortdetails .info table td div span {
  display: block;
  float: left;
  width: 50px; }

.pod.quickinfo .info .cost,
.pod.shortdetails .info .cost {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 22px;
  font-weight: bold;
  padding: 4px 10px 0 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: white; }

.pod.quickinfo .info .add,
.pod.quickinfo .info .booknow,
.pod.shortdetails .info .add,
.pod.shortdetails .info .booknow {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 30px;
  color: white;
  font-size: 2.1em;
  font-weight: bold;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
  line-height: 1.1em; }

.pod.quickinfo .info .add,
.pod.shortdetails .info .add {
  background: white url("/img/SCiM/visitus/add-minus-icon.png") -274px -34px no-repeat;
  height: 26px; }

.pod.quickinfo .info .add:hover,
.pod.shortdetails .info .add:hover {
  background-color: #008bbf;
  background-position: 0px -34px;
  border-color: #008bbf; }

.pod.quickinfo .info .booknow,
.pod.shortdetails .info .booknow {
  width: 129px;
  height: 23px;
  text-align: left;
  left: 0;
  bottom: 0;
  font-size: 1em;
  padding: 4px 10px 0 30px;
  /*color: #333333;
  background: url("/img/SCiM/visitus/ticket-bg.png") top left no-repeat;*/
  color: white;
  background-color: #008bbf; }

.pod.quickinfo .info .booknow:hover,
.pod.shortdetails .info .booknow:hover {
  background-color: #999;
  /*$cyan2;*/
  color: white;
  background-position: bottom left; }

.pod.quickinfo .info .minus,
.pod.shortdetails .info .minus {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0;
  width: 26px;
  height: 26px;
  background: white url("/img/SCiM/visitus/add-minus-icon.png") top right no-repeat;
  color: white;
  font-size: 2.3em;
  font-weight: bold;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
  line-height: 0.55em; }

.pod.quickinfo .info .minus:hover,
.pod.shortdetails .info .minus:hover {
  background-color: #ed1c24;
  background-position: top left; }

.pod.shortdetails {
  height: auto; }

.pod.shortdetails .info .cost {
  padding-left: 0; }

/**************************************************************************************************
* Accessibility pod
**************************************************************************************************/
.accessibility {
  height: auto;
  border-top: 10px solid #f2f2f2;
  margin-top: 40px; }
  .accessibility table {
    margin-bottom: 20px;
    width: 100%; }
    .accessibility table tr {
      border-bottom: 1px solid #f2f2f2; }
    .accessibility table th, .accessibility table td {
      padding: 5px 10px 5px 0;
      vertical-align: top; }
    .accessibility table th {
      text-align: left;
      width: 25%; }
  .accessibility h3 {
    border: 0;
    font-size: 1.8em; }
  .accessibility h4 {
    font-size: 1.6em; }

.calendarcontent {
  position: relative;
  float: none;
  height: 132px;
  border-bottom: 5px solid #ddd;
  border-top: none;
  clear: both; }
  .calendarcontent a {
    width: auto;
    height: auto; }
  .calendarcontent .image {
    position: relative;
    width: 150px;
    height: 132px;
    float: left;
    overflow: hidden; }
    .calendarcontent .image .clip {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      z-index: 10;
      background-image: url("/img/SCiM/visitus/clip-triangle.png");
      background-position: -30px -30px;
      background-repeat: no-repeat; }
    .calendarcontent .image a {
      width: 100%;
      height: 100%; }
      .calendarcontent .image a img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%; }
  .calendarcontent .text {
    margin-left: 160px;
    margin-right: 110px; }
    .calendarcontent .text h4 {
      font-size: 1.3em;
      margin-left: 0;
      padding-bottom: 5px; }
      .calendarcontent .text h4 a {
        text-indent: 0;
        position: static; }
    .calendarcontent .text .details {
      position: absolute;
      bottom: 0;
      left: 160px; }
      .calendarcontent .text .details p {
        float: left;
        margin-right: 20px;
        padding-bottom: 3px; }
    .calendarcontent .text .floor {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 40px;
      background-color: #999;
      color: white;
      font-size: 2.5em;
      padding: 2px 0 0 0;
      text-align: center;
      z-index: 100;
      font-family: 'SMGridBoldCapsBoldCaps', Arial, sans-serif; }
    .calendarcontent .text .times {
      position: absolute;
      top: 0;
      right: 0;
      width: 92px;
      text-align: right; }
    .calendarcontent .text .times.vary {
      color: white;
      background-color: #ed1c24;
      font-family: SMDINBold, Arial, Helvetica, sans-serif;
      padding: 3px 5px 5px 5px;
      text-align: center; }
    .calendarcontent .text .times h5 {
      position: absolute;
      top: -2px;
      left: 0;
      text-transform: uppercase;
      color: white;
      padding: 2px 3px 2px 5px;
      font-size: 0.9em; }
    .calendarcontent .text .times ul {
      list-style-type: none;
      margin: 3px 0 0 48px;
      padding: 1px 0 0 0; }
      .calendarcontent .text .times ul li {
        margin-top: -1px;
        padding: 0 2px 0 2px; }
    .calendarcontent .text .cost {
      position: absolute;
      bottom: 3px;
      right: 33px;
      height: 22px;
      border: 2px solid #333333;
      font-weight: bold;
      padding: 4px 10px 0 10px;
      text-align: center;
      text-transform: uppercase; }
    .calendarcontent .text .add,
    .calendarcontent .text .booknow {
      position: absolute;
      top: auto;
      left: auto;
      bottom: 3px;
      right: 0;
      width: 26px;
      height: 30px;
      color: white;
      font-size: 2.1em;
      font-weight: bold;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      text-indent: 0;
      line-height: 1.1em; }
    .calendarcontent .text .add {
      background: white url("/img/SCiM/visitus/add-minus-icon.png") -274px -34px no-repeat;
      border: 2px solid #333333;
      height: 26px; }
    .calendarcontent .text .add:hover {
      background-color: #00aeef;
      background-position: 0px -34px;
      border-color: #008bbf; }
    .calendarcontent .text .booknow {
      right: 33px;
      width: 110px;
      font-size: 1em;
      line-height: 2.2em;
      background: url("/img/SCiM/visitus/ticket-bg.png") top left no-repeat;
      color: #333333; }
    .calendarcontent .text .booknow:hover {
      background-position: bottom left;
      color: white; }

#addhint {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 0.9em;
  background: url("/img/SCiM/visitus/down-right-speech-arrow-mask.png") bottom right no-repeat;
  color: white;
  width: 90px;
  padding: 5px 5px 18px 5px;
  z-index: 100; }

#addhint:hover {
  cursor: pointer; }

/**************************************************************************************************
* Suggestions widget
**************************************************************************************************/
.pod.suggestions {
  position: relative; }
  .pod.suggestions p {
    position: relative;
    left: 0;
    padding: 5px 10px;
    color: white; }
    .pod.suggestions p a {
      color: white; }
  .pod.suggestions h3 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3em;
    font-family: 'SMDINMedium', Arial, sans-serif;
    line-height: 1em;
    color: white;
    font-weight: normal;
    padding: 0 10px 5px;
    margin: 0;
    z-index: 70;
    background-color: #008bbf;
    border: 0; }

.carousel {
  margin: 20px 0 0; }

.carousel,
.pod.suggestions .carousel {
  position: relative;
  width: 700px; }

.pod.suggestions .carousel {
  position: relative;
  margin: 0; }

.carousel.exhibit {
  overflow: hidden; }

.carousel ul,
.pod.suggestions .carousel ul {
  padding: 0;
  margin: 0;
  height: 387px;
  overflow: hidden; }

.carousel ul li,
.pod.suggestions .carousel ul li {
  height: 387px;
  width: 700px;
  overflow: hidden; }

.carousel ul li img,
.pod.suggestions .carousel ul li img {
  position: absolute;
  top: 0;
  left: -50px;
  /*width:800px;*/ }

.carousel ul li .overlay,
.pod.suggestions .carousel ul li .overlay {
  background: transparent url("/img/SCiM/visitus/overlay-bg.png") repeat left top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.carousel ul li .overlay .left,
.carousel ul li .overlay .right,
.pod.suggestions .carousel ul li .overlay .left,
.pod.suggestions .carousel ul li .overlay .right {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.carousel ul li .overlay p,
.pod.suggestions .carousel ul li .overlay p {
  margin: 0;
  padding: 0;
  color: #333; }

.carousel ul li .overlay .left,
.pod.suggestions .carousel ul li .overlay .left {
  float: left;
  width: 70%;
  cursor: pointer; }

.carousel ul li .overlay strong,
.pod.suggestions .carousel ul li .overlay strong {
  display: block;
  font-size: 1.2em; }

.carousel ul li .overlay strong {
  text-align: center; }

.carousel ul li .overlay .btn,
.pod.suggestions .carousel ul li .overlay .btn {
  background: #FFF;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  height: auto;
  width: auto;
  font: 1.2em/1.2 'SMDINBold', Arial, sans-serif;
  text-decoration: none; }

.lt-ie8 .carousel ul li .overlay .left,
.lt-ie8 .pod.suggestions .carousel ul li .overlay .left {
  width: 60%; }

.carousel .controls,
.pod.suggestions .carousel .controls {
  position: absolute;
  left: 0;
  height: 76px;
  width: 100%; }

.carousel .controls {
  top: 160px; }

.pod.suggestions .carousel .controls {
  top: 130px; }

.lt-ie8 .carousel .controls,
.lt-ie8 .pod.suggestions .carousel .controls {
  z-index: 80; }

.carousel .controls a,
.pod.suggestions .carousel .controls a {
  background-image: url("/img/SCiM/visitus/suggestions-arrows.png");
  position: absolute;
  top: 0;
  height: 76px;
  width: 76px;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  z-index: 80; }

.carousel .controls a.previous,
.pod.suggestions .carousel .controls a.previous {
  background-position: left top;
  left: 10px; }

.carousel .controls a.previous:hover,
.pod.suggestions .carousel .controls a.previous:hover {
  background-position: left bottom; }

.carousel .controls a.next,
.pod.suggestions .carousel .controls a.next {
  background-position: right top;
  left: auto;
  right: 10px; }

.carousel .controls a.next:hover,
.pod.suggestions .carousel .controls a.next:hover {
  background-position: right bottom; }

.pod.suggestions .carousel .controls .arrow {
  position: absolute;
  top: 0;
  left: 10px;
  width: 76px;
  height: 76px;
  background: url("/img/SCiM/visitus/suggestions-arrows.png") top left no-repeat; }

.pod.suggestions .carousel .controls .arrow:hover {
  cursor: pointer;
  background-position: bottom left; }

.pod.suggestions .carousel .controls .arrow.right {
  background-position: top right;
  left: auto;
  right: 10px; }

.pod.suggestions .carousel .controls .arrow.right:hover {
  background-position: bottom right; }

.carousel .dots ul,
.pod.suggestions .carousel .dots ul {
  list-style-type: none;
  position: relative;
  top: -10px;
  margin: -40px 0 0 0;
  height: auto;
  width: 100%;
  text-align: center;
  z-index: 100; }

.carousel .dots ul li,
.pod.suggestions .carousel .dots ul li {
  background: #a1a1a1;
  border-radius: 6px;
  display: inline-block;
  margin: 5px;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
  cursor: pointer; }

.carousel .dots ul li.selected,
.pod.suggestions .carousel .dots ul li.selected {
  background: #FFF; }

.filmstrip,
.pod.suggestions .filmstrip {
  position: relative;
  margin: -4px 0 0 0;
  width: 100%;
  overflow: hidden;
  z-index: 100; }

.resultscolumn .filmstrip {
  margin: -10px 0 10px 0; }

.pod.suggestions .filmstrip .arrow {
  width: 18px;
  height: 9px;
  background: url("/img/SCiM/visitus/film-strip-arrow.png") top left no-repeat;
  position: absolute;
  top: -4px;
  left: 341px; }

.filmstrip ul,
.pod.suggestions .filmstrip ul {
  background: 0;
  border: 0;
  position: relative;
  top: 0;
  left: -3px;
  margin: 0;
  padding: 0;
  height: 76px;
  width: 900px; }

.filmstrip ul li,
.pod.suggestions .filmstrip ul li {
  list-style-type: none;
  float: left;
  margin: 0 1px 0 0;
  padding: 9px 0 0 0;
  height: 58px;
  width: 100px;
  cursor: pointer;
  position: relative;
  overflow: visible; }

.filmstrip ul li .popover,
.pod.suggestions .filmstrip ul li .popover {
  position: absolute;
  z-index: 10;
  top: 9px;
  left: 0;
  width: 100px;
  height: 58px;
  padding: 2px 5px;
  background: rgba(255, 255, 255, 0.8);
  font-family: 'SMDINMedium', Arial, sans-serif; }

.filmstrip ul li.current {
  background: transparent url("/img/SCiM/visitus/film-strip-arrows.png") no-repeat center top; }

.resultscolumn .filmstrip ul li {
  padding: 9px 0; }

.resultscolumn .filmstrip ul li.current {
  background-position: center bottom; }

.filmstrip ul li.current a,
.pod.suggestions .filmstrip ul li.current a {
  border: 3px solid #00aeef;
  width: 100px;
  height: 58px;
  display: block; }

.filmstrip ul li.current img,
.pod.suggestions .filmstrip ul li.current img {
  height: 52px;
  width: 94px; }

.pod.suggestions .filmstrip ul li.current img {
  border: 3px solid #00aeef; }

.pod.suggestions .filmstrip ul li h4 {
  display: none; }

.filmstrip > a,
.pod.suggestions .filmstrip > a {
  background-image: url("/img/SCiM/visitus/suggestions-filmstrip-arrows.png");
  position: absolute;
  top: 9px;
  display: block;
  height: 58px;
  width: 38px;
  text-indent: -9999px;
  z-index: 110;
  outline: none; }

.filmstrip a.scrollLeft,
.pod.suggestions .filmstrip a.scrollLeft {
  background-position: left top;
  left: 0; }

.filmstrip a.scrollLeft:hover,
.pod.suggestions .filmstrip a.scrollLeft:hover {
  background-position: left bottom; }

.filmstrip a.scrollRight,
.pod.suggestions .filmstrip a.scrollRight {
  background-position: right top;
  left: auto;
  right: 0; }

.filmstrip a.scrollRight:hover,
.pod.suggestions .filmstrip a.scrollRight:hover {
  background-position: right bottom; }

/**************************************************************************************************
* Search results
**************************************************************************************************/
.searchresults .sectionheading .searchoptions {
  padding: 10px; }
  .searchresults .sectionheading .searchoptions input {
    font-size: 1.3em;
    float: left; }
  .searchresults .sectionheading .searchoptions select {
    width: 200px;
    padding: 2px;
    border: 0; }
  .searchresults .sectionheading .searchoptions label {
    display: block;
    float: left;
    width: 110px; }
  .searchresults .sectionheading .searchoptions .text {
    width: 300px;
    padding: 4px 5px;
    border: 0; }
  .searchresults .sectionheading .searchoptions button.search {
    display: block;
    float: left;
    height: 30px;
    width: 87px;
    padding: 3px 5px;
    text-decoration: none;
    background: url("/img/SCiM/visitus/bg-clipped.png") -19px -800px no-repeat;
    border: 0;
    margin: 0 10px;
    font-size: 1em;
    font-weight: normal;
    font-family: 'SMDINMedium', Arial, sans-serif; }
  .searchresults .sectionheading .searchoptions .advancedsearch {
    clear: both; }
  .searchresults .sectionheading .searchoptions .searchtype {
    float: left;
    padding: 4px 20px; }

.searchresults .result-info {
  margin: 10px; }

.searchresults .results {
  list-style: none;
  padding: 0;
  margin: 10px;
  width: 75%; }
  .searchresults .results li {
    padding: 15px 0 15px 0; }
    .searchresults .results li p {
      margin: 0 0 5px 0; }
    .searchresults .results li .searchResultTitle {
      font-family: 'SMDINMedium', Arial, sans-serif;
      font-size: 1.4em;
      color: #1f4191;
      padding: 5px 0; }
      .searchresults .results li .searchResultTitle b {
        font-weight: normal;
        font-family: 'SMDINBold', Arial, sans-serif; }
    .searchresults .results li .searchResultTitle.pdf {
      padding-left: 40px;
      background: url("/img/SCiM/visitus/pdficon_large.png") top left no-repeat; }
    .searchresults .results li .result-url {
      display: block;
      margin-top: 5px;
      color: #888387; }

.searchresults .pagination {
  border-top: 10px solid #f2f2f2; }
  .searchresults .pagination .pagination-label {
    margin: 32px 0 0 10px;
    float: left; }
  .searchresults .pagination ul {
    float: left;
    padding: 0;
    margin: 30px 0 0 20px; }
    .searchresults .pagination ul li {
      float: left;
      list-style: none;
      margin: 0 7px;
      font-size: 1.2em;
      font-family: 'SMDINBold', Arial, sans-serif; }
    .searchresults .pagination ul li.left, .searchresults .pagination ul li.right {
      text-indent: -9999px;
      width: 20px;
      height: 20px;
      margin-top: 2px;
      background: url("/img/SCiM/visitus/arrow-dropdown-left.gif") center right no-repeat; }
    .searchresults .pagination ul li.left a, .searchresults .pagination ul li.right a {
      display: block;
      width: 20px;
      height: 20px; }
    .searchresults .pagination ul li.right {
      background: url("/img/SCiM/visitus/arrow-dropdown-right.gif") center left no-repeat; }
    .searchresults .pagination ul li.disabled {
      display: none; }

.content .maincontent p {
  padding: 5px 0 0; }

.content .maincontent img.rightalign {
  float: right;
  height: 150px;
  margin: 0 0 20px 20px; }

.content .maincontent img.leftalign {
  float: left;
  height: 150px;
  margin: 0 20px 20px 0; }

.content .maincontent img.small {
  height: 120px; }

.content .prices {
  position: relative;
  margin: 20px 10px 0 10px;
  clear: both;
  border-top: 10px solid #008bbf; }
  .content .prices .image {
    float: left;
    width: 220px;
    overflow: hidden;
    margin: 0 10px 0 0; }
    .content .prices .image img {
      height: 100%;
      width: auto; }
  .content .prices .content {
    width: 460px;
    float: left;
    margin: 0 0 0 10px; }
    .content .prices .content h3 {
      font-family: SMDINBold, Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      margin: 10px 0 0 0;
      border: 0; }
    .content .prices .content .text {
      margin: 10px 0 10px 0; }
  .content .prices table {
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid #f2f2f2; }
    .content .prices table tr.even {
      background-color: #f2f2f2; }
    .content .prices table th {
      text-align: left;
      padding: 5px; }
    .content .prices table td {
      text-align: right;
      width: 100px;
      padding: 3px 0;
      padding: 5px; }
  .content .prices .booknow {
    width: 82px;
    height: 20px;
    text-align: left;
    font-size: 1em;
    padding: 6px 10px 0 32px;
    color: #333333;
    background: url("/img/SCiM/visitus/ticket-bg.png") top left no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    float: left;
    line-height: 1.1em; }
  .content .prices .booknow:hover {
    background-color: #008bbf;
    color: white;
    background-position: bottom left; }

/**************************************************************************************************
* Events carousel
**************************************************************************************************/
div.loader {
  background: url("../../img/SCiM/ajax-loader.gif") center center no-repeat;
  position: absolute;
  z-index: 10000; }

div.loader.events {
  width: 100%;
  height: 330px;
  background-color: white; }

#eventCarousel {
  font-size: 0.7em; }

.ie-lt9 #eventCarousel {
  width: 100%; }

#eventsWrapper {
  position: relative;
  margin: 0 auto;
  width: 921px;
  z-index: 2; }

#eventsWrapper a {
  color: #333;
  text-decoration: none; }

.ie-lt9 #eventsWrapper a {
  background: url("../../img/SCiM/shim.png"); }

#eventsControls {
  float: left;
  margin: -190px 0 0 0;
  width: 100%;
  outline: none;
  z-index: 1; }

#eventsControls .buttonContainer {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  z-index: 0; }

#eventsControls #prevDay,
#eventsControls #nextImageDay,
#eventsControls #nextDay
 {
  margin: 0 30px;
  height: 78px;
  width: 78px;
  text-indent: -9999px;
  outline: none; }

#eventsControls #prevDay {
  background: transparent url("/img/SCiM/events/left_arrow.gif") no-repeat left top;
  float: left; }

#eventsControls #nextImageDay,
#eventsControls #nextDay {
  background: transparent url("/img/SCiM/events/right_arrow.gif") no-repeat left top;
  float: right; }

#eventsWrapper ul.summary {
  background: #F2F2E9;
  margin: 10px 0 0 0;
  list-style-type: none; }

#eventsWrapper #prevDays {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
  padding: 10px 0 10px 10px; }

#eventsWrapper #nextImageDays {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
  padding: 10px 10px 10px 0; }

#eventsWrapper ul.summary li {
  background: #FFF;
  border-top: 1px solid #B0A6A1;
  border-bottom: 1px solid #B0A6A1;
  border-left: 1px solid #B0A6A1;
  float: left;
  width: 81px; }

#eventsWrapper #prevDays li:first-child {
  border-top-left-radius: 5px; }

#eventsWrapper #prevDays li:first-child,
#eventsWrapper #prevDays li:first-child p {
  border-bottom-left-radius: 5px; }

#eventsWrapper #prevDays .imageContainer,
#eventsWrapper #nextImageDays .imageContainer,
#eventsWrapper .summary .imageContainer {
  width: 60px;
  height: 93px;
  margin: 8px 10px;
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer; }

#eventsWrapper #nextImageDays li {
  border-right: 1px solid #B0A6A1;
  border-left: 0; }

#eventsWrapper #nextImageDays li:last-child {
  border-top-right-radius: 5px; }

#eventsWrapper #nextImageDays li:last-child,
#eventsWrapper #nextImageDays li:last-child p {
  border-bottom-right-radius: 5px; }

#eventsWrapper ul.summary li h3 {
  font: 2em/1.5 SMDINBold, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  border-top: 0; }

#eventsWrapper ul.summary li h3 span {
  background: #0087B5;
  border-top: 1px solid #B0A6A1;
  border-bottom: 1px solid #B0A6A1;
  display: block;
  color: #FFF;
  font-size: 1.25em; }

#eventsWrapper ul.summary li img {
  float: left;
  margin: 8px 10px; }

#eventsWrapper ul.summary li p {
  background: #f3f2f1;
  border-top: 1px solid #B0A6A1;
  font: 1.4em/2 SMDINBold, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0; }

#eventsWrapper #currentDays {
  background: #B0A6A1;
  border-radius: 3px;
  float: left;
  margin: 0;
  padding: 5px;
  list-style-type: none; }

#eventsWrapper #currentDays > li {
  background: #FFF;
  border-left: 1px solid #B0A6A1;
  float: left;
  height: 266px;
  width: 188px; }

#eventsWrapper #currentDays > li:first-child {
  border: 0; }

#eventsWrapper #currentDays li h3 {
  background: #F2F2E9;
  /*e7e4e3;*/
  border-bottom: 1px solid #B0A6A1;
  border-top: 0;
  padding: 10px;
  margin: 0;
  font: 2em/1 SMDINBold, Arial, Helvetica, sans-serif; }

#eventsWrapper #currentDays li h3 span {
  display: block;
  font-size: 1.25em; }

#eventsWrapper #currentDays li > p {
  padding: 5px;
  margin: 0;
  font: 1.6em/1.2 SMDINRegular, Arial, Helvetica, sans-serif; }

#eventsWrapper #currentDays li > p a {
  text-decoration: underline; }

#eventsWrapper div.eventCar {
  position: relative;
  height: 171px;
  width: 188px;
  overflow: hidden; }

#eventsWrapper div.eventCar ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#eventsWrapper div.eventCar ul li {
  float: left;
  clear: both;
  padding: 5px;
  height: 171px;
  width: 188px; }

#eventsWrapper div.eventCar img {
  border-top: 10px solid #0087B5;
  float: left;
  margin: 0 0 5px 0; }

#eventsWrapper div.eventCar .imageContainer {
  width: 178px;
  height: 103px;
  float: left;
  margin: 0 0 5px 0;
  background-position: top center;
  background-size: auto 111%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-top: 10px solid #0087B5; }

#eventsWrapper div.eventCar h4 {
  float: left;
  width: 140px;
  font: 1.6em/1.2 SMDINBold, Arial, Helvetica, sans-serif;
  margin: 0; }

#eventsWrapper div.eventCarControls {
  float: right;
  position: relative;
  margin: -81px 5px 0 0;
  width: 36px; }

#eventsWrapper div.eventCarControls a {
  float: left;
  height: 18px;
  width: 36px;
  text-indent: -9999px;
  outline: none; }

#eventsWrapper div.eventCarControls a.prevEvent {
  background: transparent url("/img/SCiM/events/up_arrow.png") no-repeat left top; }

#eventsWrapper div.eventCarControls a.nextImageEvent {
  background: transparent url("/img/SCiM/events/down_arrow.png") no-repeat left top; }

#eventsWrapper div.eventCarControls a.prevEvent:hover,
#eventsWrapper div.eventCarControls a.prevEvent:focus {
  background-position: left bottom; }

#eventsWrapper div.eventCarControls a.nextImageEvent:hover,
#eventsWrapper div.eventCarControls a.nextImageEvent:focus {
  background-position: left bottom; }

#eventsWrapper div.eventCarControls a.prevEvent.noscroll {
  background: none; }

#eventsWrapper div.eventCarControls a.nextImageEvent.noscroll {
  background: none; }

#eventsWrapper div.eventCarControls p {
  background: #f3f2f1 url("/img/SCiM/events/separator.gif") no-repeat left top;
  float: left;
  position: relative;
  margin: 2px 0;
  height: 36px;
  width: 36px;
  font: 1.4em/1.2 SMDINBold, Arial, Helvetica, sans-serif; }

#eventsWrapper div.eventCarControls p span {
  float: left;
  width: 16px; }

#eventsWrapper div.eventCarControls p span.currentEvent {
  position: absolute;
  top: 3px;
  left: 1px;
  text-align: right; }

#eventsWrapper div.eventCarControls p span.totalEvents {
  position: absolute;
  top: 18px;
  left: 20px; }

#dateSelection {
  background: #F2F2E9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  clear: both;
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  height: 50px;
  width: 540px; }

#dateSelection p {
  margin: 0; }

.no-js #dateSelection {
  display: none; }

#dateSelection p a {
  background: #000;
  float: left;
  margin: 0 1px 0 0;
  padding: 6px 10px;
  color: #FFF;
  font: 1.3em/1 SMDINBold, Arial, Helvetica, sans-serif;
  text-decoration: none; }

#dateSelection p a.active,
#dateSelection p a:hover,
#dateSelection p a:focus {
  background: #a0a0a0; }

#dateSelection p a:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

#dateSelection p a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

#dateSelection input {
  border: 1px solid #000;
  margin: 0 8px 0 0;
  height: 22px;
  width: 75px;
  font-size: 0.85em; }

.maincontent.eventsCarouselContainer {
  width: 100%; }

.eventsCarouselContainer {
  width: 100%; }

.eventsCarouselContainer .separator,
.eventsCarouselContainer .subtitle {
  width: 940px;
  margin: 0 auto; }

.eventsCarouselContainer .subtitle {
  margin-bottom: 20px;
  padding-top: 20px; }

.eventsCarouselContainer .subtitle a {
  text-decoration: none; }

/**************************************************************************************************
* Page heading area
**************************************************************************************************/
.sectionheading {
  position: relative;
  top: 0px;
  clear: both;
  width: 960px;
  margin: 0 auto 0 auto;
  font-size: 1.4em;
  border-top: 10px solid #008bbf;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease; }

.visitus .sectionheading,
.blueMenu .sectionHeading {
  border-color: #008bbf;
  margin-top: 0; }

.visitUsSection .sectionheading {
  border-color: #008bbf;
  margin-top: 0; }

h1.home-title {
  display: none; }

.onlineScienceSection .sectionheading {
  border-color: #52a639;
  margin-top: 0; }

.learningSection .sectionheading {
  border-color: #ec1c23;
  margin-top: 0; }

.shopSection .sectionheading {
  border-color: #00aaac;
  margin-top: 0; }

.aboutSection .sectionheading {
  border-color: #8a6bae;
  margin-top: 0; }

.sectionheading.drop {
  top: 30px;
  opacity: 0; }

.sectionheading #breadcrumbs {
  height: 20px;
  margin-left: 10px; }

.sectionheading .topbar {
  background-color: #E5E5E5;
  color: #333333;
  padding: 5px 10px 0px 0; }

.sectionheading .topbar .sectionlabel {
  float: left;
  font: 2em/1.2em SMDINBold, Arial, Helvetica, sans-serif;
  margin: 0 0 0 10px;
  padding: 0 0 8px 0; }

.sectionheading .topbar .sectionlabel a {
  text-decoration: none; }

.sectionheading .topbar .sectionmessage {
  float: right;
  margin: 12px 0 0 0; }

.sectionheading .topbar .subsecmenu {
  padding-left: 0px;
  margin: 4px 0 0 10px;
  font-family: 'SMDINRegular',Arial,sans-serif; }

.sectionheading .topbar .subsecmenu li {
  list-style: none;
  border-top: 1px solid #f2f2f2;
  display: none; }

.sectionheading .topbar .subsecmenu li a {
  padding: 10px;
  background-color: white;
  display: block;
  text-decoration: none;
  font-size: 1.1em; }

.sectionheading .topbar .subsecmenu li.default {
  display: block;
  font-family: 'SMDINBold',Arial,sans-serif; }

.sectionheading .topbar .subsecmenu li.default a {
  background: white url("/img/SCiM/visitus/arrow-dropdown-down.png") center right no-repeat; }

.sectionheading .bottombar {
  position: relative;
  background-color: #E5E5E5;
  padding: 5px 10px 0 0; }

.sectionheading .bottombar .sectionnav {
  margin: 0;
  padding: 0; }

.sectionheading .bottombar .sectionnav .button {
  float: left;
  list-style: none;
  margin: 0 0 10px 10px;
  font-size: 0.95em;
  font-weight: normal;
  font-family: 'SMDINMedium', Arial, sans-serif;
  line-height: 1.3em; }

.sectionheading.hide-inGallery .bottombar .sectionnav .button .link,
.sectionheading .bottombar .sectionnav .button .link {
  display: block;
  height: 42px;
  text-decoration: none;
  background: url("/img/SCiM/visitus/bg-clipped-white.png") -19px 0px no-repeat;
  padding: 3px 5px;
  width: 120px;
}

.myvisitoff p {
  display: none; }

.myvisitoff ul li a {
  width: 120px; }

.myvisiton ul li a {
  width: 90px; }

.myvisitonWidthHack ul li a {
  width: 90px !important; }

.sectionheading .bottombar .sectionnav .button .link:hover,
.sectionheading .bottombar .sectionnav .button .link.activeSecondary {
  background-position: -19px -200px; }

.sectionheading .bottombar .sectionnav .button .link.current {
  background-position: -19px -6800px; }

.pageheading {
  position: relative; }

.pageheading .resultoptions {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 10px 0 0 0; }

.pageheading .resultoptions li {
  list-style: none;
  float: left; }

.pageheading .resultoptions li a {
  height: 30px;
  padding: 5px 5px 5px 30px; }

.pageheading .resultoptions li a:hover {
  color: white; }

.pageheading .resultoptions li.addall a {
  background: white url("/img/SCiM/visitus/add-minus-icon.png") -274px -34px no-repeat; }

.pageheading .resultoptions li.addall a:hover {
  background-color: #008bbf;
  background-position: 0px -34px; }

.pageheading .resultoptions li a {
  text-decoration: none; }

.filters .filter {
  position: relative;
  width: 144px;
  min-height: 40px;
  background-color: #f2f2f2;
  float: left;
  margin: 20px 20px 0 0; }

.filters .filter select {
  width: 144px; }

.filters div:hover {
  cursor: pointer; }

.filters div.applybutton, .filters div.showallbutton {
  position: relative;
  height: 40px;
  float: left;
  background: none;
  width: 44px;
  margin: 20px 0 0;
  overflow: hidden; }

.filters div.applybutton input,
.filters div.showallbutton input {
  background: url("/img/SCiM/visitus/bg-clipped-greyblue.png") -14px 0px no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font: 1.1em/1 SMDINBold, Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.filters div.applybutton input {
  text-align: center; }

.filters div.applybutton input:hover, .filters div.showallbutton input:hover {
  background-position: -14px -200px;
  color: white; }

.filters div.showallbutton input {
  background: url("/img/SCiM/visitus/bg-clipped-yellow.png") -14px 0px no-repeat; }

.filters div.showallbutton input:hover {
  background-position: -14px -200px; }

.filters div h3 {
  padding: 11px 30px 11px 10px;
  margin: 0;
  background: url("/img/SCiM/visitus/arrow-dropdown-down.png") center right no-repeat;
  font: 1.2em/1 SMDINBold, Arial, Helvetica, sans-serif;
  border: 0; }

.filters .sbHolder {
  position: relative; }

.filters .sbHolder .sbSelector {
  display: block;
  padding: 11px 0 11px 10px;
  width: 104px;
  font: 1.2em/1 SMDINBold, Arial, Helvetica, sans-serif;
  text-decoration: none;
  outline: none; }

.filters .sbHolder .sbToggle {
  background: url("/img/SCiM/visitus/arrow-dropdown-down.png") center right no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  text-decoration: none;
  outline: none; }

.filters .sbOptions li:first-child {
  display: none; }

.filters div ul {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: -10px;
  padding: 0;
  margin: 0;
  border: 10px solid white;
  border-top: 0; }
  .filters div ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 144px; }

.filters div ul li label,
.filters .sbOptions li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #f2f2f2;
  border-top: 1px solid white;
  background-color: #f2f2f2;
  text-decoration: none; }

.filters div ul li label:hover,
.filters .sbOptions li a:hover {
  border-color: #008bbf;
  cursor: pointer; }

.filters div ul li.checked label, .filters div ul li.selected label {
  background-color: #008bbf;
  border-color: #008bbf;
  border-top: 1px solid white;
  color: white; }

.filters .date input[type=radio] {
  display: none; }

.filters div ul li .selectall {
  margin: 0;
  border: 1px solid #f2f2f2;
  border-top: 1px solid white;
  background-color: #f2f2f2;
  height: auto;
  padding: 5px 10px;
  width: 122px;
  display: block;
  background-color: #f2f2f2;
  text-decoration: none; }

.filters div ul li .selectall:hover {
  border-color: #008bbf; }

.filters div ul li .selectall.checked {
  background-color: #008bbf;
  border-color: #008bbf;
  border-top: 1px solid white;
  color: white; }

.filters div ul.date {
  background-color: #f2f2f2; }
  .filters div ul.date .date {
    width: 80px;
    margin: 5px 0 5px 0; }

/* new stuff */
.article-listings ul {
  list-style-type: none;
  padding: 0; }

.article-listings .listings-item {
  border-top: solid 7.5px #00aeef;
  clear: both;
  /*padding-top: 28.5px;*/ }
  .article-listings .listings-item img + div {
    float: right;
    width: 67.6%;
    padding: 12px; }
    .article-listings .listings-item img + div a {
      display: inline-block;
      max-width: 100%;
      padding-top: 0 !important; }
    .article-listings .listings-item img + div p {
      font-size: 15px;
      color: #333333;
      padding-left: 18px; }
  .article-listings .listings-item a {
    padding-top: 12px;
    color: #1f4191;
    font-family: "SMDINBold";
    font-size: 24px;
    margin-bottom: 16px;
    clear: both;
    display: block;
    width: 100%;
    padding-left: 18.5px;
    text-decoration: none; }
  .article-listings .listings-item a::before {
    content: '.';
    width: 13px;
    background: url("/img/SCiM/Chevron-Small-Right.png") no-repeat;
    display: inline-block;
    position: relative;
    margin-right: 7.5px;
    color: transparent;
    background-size: 13px 21px;
    margin-left: -18.5px;
    top: 3px;
    background-position-y: 2px; }
  .article-listings .listings-item span {
    padding-left: 18.5px;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #333333;
    padding-bottom: 7px; }
  .article-listings .listings-item .item-date {
    color: #00aeef;
    width: 100%;
    display: block;
    font-family: "SMDINBold"; }
  .article-listings .listings-item p {
    font-size: 15px;
    color: #333333; }
  .article-listings .listings-item p:last-of-type {
    padding-bottom: 34px; }

.chevronLink {
  color: #21438f;
  font-family: "SMDINMedium";
  margin-bottom: 21px;
  clear: both;
  display: block;
  width: 100%;
  text-decoration: none; }

.chevronLink::before {
  background: url("/img/SCiM/Chevron-Small-Right.png") no-repeat;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  background-size: 7.5px 11.5px;
  width: 8px;
  height: 12px;
  top: 3.5px; }

.container-breadCrumbs a {
  color: #1f4191;
  font-family: "SMDINMedium";
  margin-bottom: 15px;
  clear: both;
  display: block;
  width: 100%;
  padding-left: 18.5px;
  text-decoration: none;
  margin-left: -10px; }

.container-breadCrumbs a::before {
  background: url("/img/SCiM/Chevron-Small-Left.png") no-repeat;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  margin-left: -18.5px;
  background-size: 7.5px 11.5px;
  width: 8px;
  height: 12px;
  top: 3.5px; }

.container-leftContent {
  width: 100%;
  max-width: 700px;
  min-height: 300px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  /*margin-right:20px;*/ }

.container-sidebarContent {
  width: 220px;
  float: left;
  overflow: hidden; }

.container-hero {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 145px; }
  .container-hero h3 {
    font-family: "SMDINBold";
    border: none;
    padding: 0;
    margin: 0; }
  .container-hero p {
    background-color: transparent;
    color: black;
    font-family: SMDINRegular;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 !important; }
  .container-hero div {
    right: 0;
    display: inline-block;
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
    margin-right: 29.5px;
    margin-bottom: 29.5px;
    float: right;
    padding: 20px 15px;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    width: 300px; }
  .container-hero img {
    width: 100%;
    min-height: 350px; }

.container-hero + * {
  margin-top: 40px;
  margin-bottom: 40px; }

.container-hero + p {
  font-weight: normal; }

.container-tabbed {
  width: 100%;
  box-sizing: border-box; }
  .container-tabbed > ul {
    padding: 0 !important;
    display: inline-block;
    clear: both;
    width: 100%;
    position: relative; }
    .container-tabbed > ul li:first-child:nth-last-child(1),
    .container-tabbed > ul li:first-child:nth-last-child(1) ~ li {
      width: 100%; }
    .container-tabbed > ul li:first-child:nth-last-child(2),
    .container-tabbed > ul li:first-child:nth-last-child(2) ~ li {
      width: 50%; }
    .container-tabbed > ul li:first-child:nth-last-child(3),
    .container-tabbed > ul li:first-child:nth-last-child(3) ~ li {
      width: 33.33333%; }
    .container-tabbed > ul li:first-child:nth-last-child(4),
    .container-tabbed > ul li:first-child:nth-last-child(4) ~ li {
      width: 25%; }
    .container-tabbed > ul li {
      float: left;
      height: 60px;
      background: white;
      display: table;
      border-bottom: solid 1px #CCC;
      cursor: pointer; }
      .container-tabbed > ul li span {
        padding: 0px 10px;
        font-size: 15.9085px;
        font-family: "SMDINBold";
        color: #CDCDCD;
        text-decoration: none;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        width: 100%; }
    .container-tabbed > ul li.active span {
      color: #333333 !important; }
    .container-tabbed > ul li.active {
      border-left: solid 1px #CCC;
      border-right: solid 1px #CCC;
      border-top: solid 1px #CCC;
      border-bottom: none;
      cursor: default; }
  .container-tabbed > ul::before {
    content: '';
    width: 10px;
    border-bottom: solid 1px #CCC;
    height: 60px;
    float: left;
    position: absolute;
    left: -10px;
    bottom: 0; }
  .container-tabbed > ul::after {
    content: '';
    width: 12px;
    border-bottom: solid 1px #CCC;
    height: 60px;
    float: right;
    position: absolute;
    right: -10px;
    bottom: 0; }
  .container-tabbed .tabbed-content {
    margin-top: 12px;
    padding-bottom: 15.5px;
    margin-bottom: 26px;
    overflow: hidden; }
    .container-tabbed .tabbed-content h3 {
      border-top: none; }
    .container-tabbed .tabbed-content .tabHead {
      display: none; }
    .container-tabbed .tabbed-content .tab {
      width: 100%; }
    .container-tabbed .tabbed-content div.hidingContent {
      /*-webkit-transition: max-height 1s ease;*/
      max-height: 50px;
      height: 0px;
      overflow: hidden; }
    .container-tabbed .tabbed-content div.showingContent {
      /*-webkit-transition: max-height 1s ease;*/
      max-height: 9999px;
      height: auto; }

.div_pleaseUpgrade {
  display: none; }

.form-responsive.visit-us {
  font-family: SMDINRegular;
  width: 100%;
  max-width: 685px;
  display: inline-block;
  /* Invalid field borders */
  /* Error spans */
  /* Error Container */
  /* Error Icons */
  /* Pristine fields */ }
  .form-responsive.visit-us a {
    text-decoration: underline;
    font-family: "SMDINBold"; }
  .form-responsive.visit-us hr {
    border: 0 !important;
    background: #CCC; }
  .form-responsive.visit-us a.title {
    border-top: 10px solid #00aef9 !important;
    padding-top: 25px;
    padding-left: 14px;
    font-size: 22px;
    font-family: "SMDINBold";
    color: #21438f;
    padding-bottom: 55px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    height: 90px; }
  .form-responsive.visit-us a.title.active::after {
    content: '.';
    width: 20.5px;
    height: 13.5px;
    background: url("/img/SCiM/Chevron-Large-Down.png");
    background-size: 20.5px 13.5px;
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 25px;
    color: transparent; }
  .form-responsive.visit-us a.title::after {
    content: '.';
    width: 13px;
    height: 21px;
    background: url("/img/SCiM/Chevron-Large-Right.png");
    background-size: 13.5px 20.5px;
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 25px;
    color: transparent; }
  .form-responsive.visit-us input {
    height: 40px;
    padding: 10px 14px;
    box-shadow: none; }
  .form-responsive.visit-us textarea {
    box-shadow: none; }
  .form-responsive.visit-us input[type=submit] {
    height: 40px;
    background-color: #1f4191;
    text-transform: uppercase;
    float: right;
    font-size: 16px;
    font-family: "SMDINMedium";
    color: white;
    border: none;
    padding: 14.5px 34px; }
  .form-responsive.visit-us input[type="radio"] {
    display: none; }
  .form-responsive.visit-us input[type="radio"] + label, .form-responsive.visit-us input[type="radio"]:checked + label {
    display: inline-block;
    margin-right: 24px; }
  .form-responsive.visit-us input[type="radio"] + label {
    display: inline-block;
    width: 20px !important;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    background: url("/img/SCiM/Radiobutton-clear.png") left top no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-right: 12px;
    background-size: 20px 20px; }
  .form-responsive.visit-us input[type="radio"]:checked + label {
    background: url("/img/SCiM/Radiobutton-checked.png") left top no-repeat;
    background-size: 20px 20px; }
  .form-responsive.visit-us input[type="radio"] + label, .form-responsive.visit-us input[type="radio"]:checked + label {
    margin-right: 24px;
    padding-left: 35px; }
  .form-responsive.visit-us label input[type="checkbox"] {
    position: absolute;
    top: -4px;
    left: 0px;
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0;
    vertical-align: middle;
    background: url("/img/SCiM/Checkbox-clear.png") left top no-repeat;
    cursor: pointer;
    background-size: 30px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: left; }
  .form-responsive.visit-us label input[type="checkbox"] + span {
    float: left;
    margin-left: 43px; }
  .form-responsive.visit-us label input[type="checkbox"]:checked {
    background: url("/img/SCiM/Checkbox-checked.png") left top no-repeat;
    background-size: 30px 30px; }
  .form-responsive.visit-us label {
    position: relative;
    /*padding-left: 43px;*/
    display: block; }
  .form-responsive.visit-us .checkbox {
    max-width: 100% !important;
    font-family: SMDINRegular !important; }
  .form-responsive.visit-us select {
    background: url("/img/SCiM/Select-DownArrow.png") no-repeat right;
    background-size: 34.5px 8px;
    height: 40px;
    width: 100%;
    max-width: 195px;
    padding: 10px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 19px;
    border: 1px solid #A9A9A9; }
  .form-responsive.visit-us section.accordion-block {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    clear: both; }
    .form-responsive.visit-us section.accordion-block .form-row {
      margin-left: 15px;
      width: 100%;
      max-width: 100%;
      position: relative; }
      .form-responsive.visit-us section.accordion-block .form-row .container-error.checkbox {
        margin-left: 43px; }
      .form-responsive.visit-us section.accordion-block .form-row .container-error + label, .form-responsive.visit-us section.accordion-block .form-row > span:first-child {
        display: inline-block;
        max-width: 275px;
        width: 100%;
        font-family: "SMDINBold"; }
      .form-responsive.visit-us section.accordion-block .form-row .radio-container {
        display: inline-block;
        width: auto;
        max-width: 200px;
        margin-bottom: 30px; }
    .form-responsive.visit-us section.accordion-block .container-error {
      display: none;
      max-width: 100%;
      margin-left: 278px;
      margin-bottom: 6px; }
      .form-responsive.visit-us section.accordion-block .container-error span {
        color: #b73838;
        width: 100%;
        max-width: 230px;
        text-align: left; }
    .form-responsive.visit-us section.accordion-block input[type=text], .form-responsive.visit-us section.accordion-block input[type=email] {
      height: 40px;
      width: 100%;
      max-width: 350px;
      padding: 10px 14px;
      margin-bottom: 19px; }
    .form-responsive.visit-us section.accordion-block section.collapsed {
      height: 90px;
      overflow: hidden; }
      .form-responsive.visit-us section.accordion-block section.collapsed a.title::after {
        content: '.';
        width: 13.5px;
        height: 20px;
        background: url("/img/SCiM/Chevron-Large-Right.png");
        background-size: 13.5px 20px;
        display: inline-block;
        position: relative;
        float: right;
        margin-right: 25px;
        color: transparent; }
    .form-responsive.visit-us section.accordion-block textarea {
      width: 100%;
      max-width: 350px;
      height: 150px;
      max-height: 150px;
      padding: 15px 12px;
      margin-bottom: 19px; }
    .form-responsive.visit-us section.accordion-block .accordion-block.active {
      height: auto;
      margin-bottom: 19px; }
    .form-responsive.visit-us section.accordion-block .accordion-block {
      height: 0px; }
    .form-responsive.visit-us section.accordion-block .date-picker {
      height: 26px;
      width: 21px;
      background: url("/img/SCiM/Calendar-Icon.png");
      background-size: 21px 25px;
      padding-left: 12px;
      display: inline-block; }
    .form-responsive.visit-us section.accordion-block .ui-datepicker-trigger {
      width: 21px;
      height: 25px;
      margin-left: 14px; }
    .form-responsive.visit-us section.accordion-block h3 {
      border-top: 10px solid #00aef9 !important; }
    .form-responsive.visit-us section.accordion-block .address span {
      vertical-align: top; }
    .form-responsive.visit-us section.accordion-block .organiser select {
      width: 80px !important;
      margin-right: 40px; }
    .form-responsive.visit-us section.accordion-block .organiser input[type=text] {
      height: 40px;
      width: 100%;
      max-width: 226px;
      padding: 10px;
      color: #333333;
      vertical-align: top; }
    .form-responsive.visit-us section.accordion-block .address {
      padding-bottom: 19px;
      padding-left: 15px;
      padding-right: 25px; }
    .form-responsive.visit-us section.accordion-block .address span, .form-responsive.visit-us section.accordion-block .comments span {
      vertical-align: top; }
    .form-responsive.visit-us section.accordion-block .address span::after, .form-responsive.visit-us section.accordion-block .comments span::after {
      content: '' !important; }
    .form-responsive.visit-us section.accordion-block div {
      max-width: 400px;
      width: 100%; }
    .form-responsive.visit-us section.accordion-block label.required::after, .form-responsive.visit-us section.accordion-block span.required::after,
    .form-responsive.visit-us section.accordion-block label:required::after, .form-responsive.visit-us section.accordion-block span:required::after {
      content: '*';
      color: red;
      padding-left: 6px; }
    .form-responsive.visit-us section.accordion-block .formRow {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      max-width: 100%;
      position: relative; }
      .form-responsive.visit-us section.accordion-block .formRow div {
        max-width: 400px;
        width: 100%; }
      .form-responsive.visit-us section.accordion-block .formRow label:first-of-type, .form-responsive.visit-us section.accordion-block .formRow span:first-of-type {
        display: inline-block;
        max-width: 275px;
        width: 100%;
        margin-bottom: 6px; }
      .form-responsive.visit-us section.accordion-block .formRow label:first-of-type::after, .form-responsive.visit-us section.accordion-block .formRow span:first-of-type::after {
        content: '*';
        color: red;
        padding-left: 6px; }
      .form-responsive.visit-us section.accordion-block .formRow select {
        max-width: 185px; }
  .form-responsive.visit-us section.accordion-block.your-activities label:first-of-type {
    width: 100%;
    max-width: 100%; }
  .form-responsive.visit-us section.accordion-block.your-activities .form-row label {
    max-width: 275px;
    width: 100%; }
  .form-responsive.visit-us section.accordion-block.your-activities select {
    max-width: 350px;
    width: 100%; }
  .form-responsive.visit-us section.accordion-block.your-activities .subtext {
    background: #f2f2f2;
    padding: 20px 24px; }
  .form-responsive.visit-us section.accordion-block.your-visit input[type="text"] {
    width: 380px; }
  .form-responsive.visit-us section.accordion-block.your-visit select {
    width: 140px; }
  .form-responsive.visit-us .form-terms {
    border-top: 10px solid #00aef9;
    background: #f2f2f2;
    padding: 25px;
    margin-bottom: 13px; }
    .form-responsive.visit-us .form-terms .container-error span {
      color: #b73838;
      width: 100%;
      max-width: 100%;
      text-align: left;
      margin-left: 36px; }
    .form-responsive.visit-us .form-terms h4 {
      margin-top: 0;
      font-size: 1.2em; }
    .form-responsive.visit-us .form-terms hr {
      clear: both;
      display: inline-block;
      background-color: #cccccc;
      width: 100%;
      height: 1px; }
    .form-responsive.visit-us .form-terms label {
      width: 100% !important;
      max-width: 100% !important;
      display: inline-block; }
      .form-responsive.visit-us .form-terms label span {
        max-width: 100% !important;
        width: 100% !important;
        display: inline-block; }
    .form-responsive.visit-us .form-terms textarea {
      padding: 18.5px 13px;
      width: 100%;
      max-width: 100%;
      height: 130px; }
    .form-responsive.visit-us .form-terms span + textarea {
      margin-top: 25px; }
    .form-responsive.visit-us .form-terms .subtext {
      display: inline-block;
      margin-top: 21px;
      margin-left: 43px;
      font-size: 12px;
      color: rgba(51, 51, 51, 0.8); }
  .form-responsive.visit-us .your-activities .form-row:first-of-type label:first-of-type {
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
    font-family: "SMDINBold"; }
  .form-responsive.visit-us hr + .form-row.invalid {
    margin-top: 18px; }
  .form-responsive.visit-us .form-row.invalid .checkbox {
    margin-top: 6px;
    display: inline-block; }
  .form-responsive.visit-us .ng-dirty.ng-invalid + div + span.error {
    display: inline-block;
    position: absolute;
    margin-top: -24px;
    margin-left: -200px;
    color: #b73838; }
  .form-responsive.visit-us input.ng-dirty.ng-invalid,
  .form-responsive.visit-us select.ng-dirty.ng-invalid,
  .form-responsive.visit-us textarea.ng-dirty.ng-invalid {
    border: solid 1px #b73838; }
  .form-responsive.visit-us select.ng-dirty.ng-valid + span.error,
  .form-responsive.visit-us input.ng-dirty.ng-valid + span.error,
  .form-responsive.visit-us textarea.ng-dirty.ng-valid + span.error {
    display: none; }
  .form-responsive.visit-us .organiser input[type='text'].ng-dirty.ng-invalid + span.error {
    position: absolute;
    width: 100%;
    top: -24px;
    margin: 0;
    right: 24px; }
  .form-responsive.visit-us select.ng-dirty.ng-invalid + span.error,
  .form-responsive.visit-us input[type='text'].ng-dirty.ng-invalid + span.error,
  .form-responsive.visit-us input[type='email'].ng-dirty.ng-invalid + span.error,
  .form-responsive.visit-us textarea.ng-dirty.ng-invalid + span.error {
    color: #b73838;
    position: absolute;
    width: 100%;
    top: -24px;
    margin: 0;
    right: 52px;
    max-width: 350px;
    text-align: left; }
  .form-responsive.visit-us input[type="checkbox"].ng-dirty.ng-invalid + span + span.error {
    display: inline-block;
    color: #b73838;
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0;
    top: -36px; }
  .form-responsive.visit-us div.container-error {
    display: none; }
  .form-responsive.visit-us .form-row.invalid .container-error {
    display: inline-block;
    width: 100%;
    clear: both; }
  .form-responsive.visit-us *.ng-dirty.ng-valid + div,
  .form-responsive.visit-us *.ng-dirty.ng-valid + span + div {
    height: 40px;
    width: 24px;
    position: absolute;
    margin-left: 12px;
    margin-right: 0;
    top: auto;
    left: auto;
    right: 18px;
    position: absolute;
    bottom: auto; }
  .form-responsive.visit-us *.ng-dirty.ng-invalid + div,
  .form-responsive.visit-us *.ng-dirty.ng-invalid + span + div {
    height: 40px;
    width: 24px;
    position: absolute;
    margin-left: 12px;
    margin-right: 0;
    top: auto;
    left: auto;
    right: 18px;
    position: absolute;
    bottom: auto; }
  .form-responsive.visit-us input[type="checkbox"].ng-pristine.ng-invalid + span + span.error,
  .form-responsive.visit-us input[type="checkbox"].ng-dirty.ng-valid + span + span.error {
    display: none; }
  .form-responsive.visit-us input.ng-pristine + div,
  .form-responsive.visit-us input.ng-pristine + span + div {
    display: none; }
  .form-responsive.visit-us .ng-pristine.ng-invalid + span.error {
    display: none !important; }
  .form-responsive.visit-us .ng-pristine.ng-invalid + div + span.error,
  .form-responsive.visit-us .ng-dirty.ng-valid + div + span.error {
    display: none; }
  .form-responsive.visit-us *.ng-dirty.ng-valid + div,
  .form-responsive.visit-us *.ng-dirty.ng-valid + span + div,
  .form-responsive.visit-us *.ng-dirty.ng-invalid + div,
  .form-responsive.visit-us *.ng-dirty.ng-invalid + span + div {
    float: right; }
  .form-responsive.visit-us select.ng-dirty.ng-valid + div,
  .form-responsive.visit-us select.ng-dirty.ng-valid + span + div,
  .form-responsive.visit-us textarea.ng-dirty.ng-valid + div,
  .form-responsive.visit-us textarea.ng-dirty.ng-valid + span + div,
  .form-responsive.visit-us input.ng-dirty.ng-valid + div,
  .form-responsive.visit-us input.ng-dirty.ng-valid + span + div {
    display: inline-block;
    background: url("/img/SCiM/Form-Field-Valid.png") no-repeat;
    background-size: 17px 12px;
    background-position: center; }
  .form-responsive.visit-us select.ng-dirty.ng-invalid + div,
  .form-responsive.visit-us select.ng-dirty.ng-invalid + span + div,
  .form-responsive.visit-us textarea.ng-dirty.ng-invalid + div,
  .form-responsive.visit-us textarea.ng-dirty.ng-invalid + span + div,
  .form-responsive.visit-us input.ng-dirty.ng-invalid + div,
  .form-responsive.visit-us input.ng-dirty.ng-invalid + span + div {
    display: inline-block;
    background: url("/img/SCiM/Form-Field-Invalid.png") no-repeat;
    background-size: 17px;
    background-position: center; }

.form-responsive-wffm {
  font-family: SMDINRegular;
  width: 685px;
  display: inline-block; }
  .form-responsive-wffm a {
    text-decoration: underline;
    font-family: "SMDINBold"; }
  .form-responsive-wffm a.title {
    border-top: 10px solid #00aef9 !important;
    padding-top: 25px;
    padding-left: 14px;
    font-size: 22px;
    font-family: "SMDINBold";
    color: #21438f;
    padding-bottom: 55px;
    display: inline-block;
    width: 100%;
    text-decoration: none; }
  .form-responsive-wffm a.title::after {
    content: '.';
    width: 20.5px;
    height: 13.5px;
    background: url("/img/SCiM/Chevron-Large-Down.png");
    background-size: 20.5px 13.5px;
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 25px;
    color: transparent; }
  .form-responsive-wffm .scfSubmitButtonBorder:last-of-type {
    border-top: solid 1px #CCC;
    margin-top: 37.5px; }
  .form-responsive-wffm input[type=submit] {
    height: 40px;
    background-color: #1f4191;
    text-transform: uppercase;
    float: right;
    font-size: 16px;
    font-family: "SMDINMedium";
    color: white;
    border: none;
    padding: 14.5px 34px; }
  .form-responsive-wffm input[type="radio"] {
    display: none; }
  .form-responsive-wffm input[type="radio"] + label, .form-responsive-wffm input[type="radio"]:checked + label {
    display: inline-block;
    margin-right: 24px; }
  .form-responsive-wffm input[type="radio"] + label {
    display: inline-block;
    width: 20px !important;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    background: url("/img/SCiM/Radiobutton-clear.png") left top no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-right: 12px;
    background-size: 20px 20px; }
  .form-responsive-wffm input[type="radio"]:checked + label {
    background: url("/img/SCiM/Radiobutton-checked.png") left top no-repeat;
    background-size: 20px 20px; }
  .form-responsive-wffm input[type="radio"] + label, .form-responsive-wffm input[type="radio"]:checked + label {
    margin-right: 24px;
    padding-left: 35px; }
  .form-responsive-wffm input[type=text] {
    border: 1px solid #abadb3;
    height: 40px;
    width: 100%;
    max-width: 400px;
    padding: 10px 14px; }
  .form-responsive-wffm label input[type="checkbox"] {
    position: absolute;
    top: -4px;
    left: 0px;
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0;
    vertical-align: middle;
    background: url("/img/SCiM/Checkbox-clear.png") left top no-repeat;
    cursor: pointer;
    margin-right: 12px;
    background-size: 30px 30px;
    -webkit-appearance: none; }
  .form-responsive-wffm label input[type="checkbox"]:checked {
    background: url("/img/SCiM/Checkbox-checked.png") left top no-repeat;
    background-size: 30px 30px; }
  .form-responsive-wffm label {
    position: relative;
    /*padding-left: 43px;*/
    display: block; }
  .form-responsive-wffm .scfDropListGeneralPanel {
    border: 1px solid #abadb3;
    position: relative;
    height: 40px;
    width: 400px;
    overflow: hidden; }
    .form-responsive-wffm .scfDropListGeneralPanel select {
      background: 0;
      border: 0;
      cursor: pointer;
      padding: 10px;
      height: 100%;
      width: 100%;
      color: #333333;
      -webkit-appearance: none; }
  .form-responsive-wffm .scfDropListGeneralPanel:before {
    content: '';
    background: #fff url("/img/SCiM/Select-DownArrow.png") no-repeat right;
    background-size: 34.5px 8px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px;
    height: 8px;
    width: 34.5px;
    pointer-events: none; }
  .form-responsive-wffm section.collapsed {
    height: 90px;
    overflow: hidden; }
    .form-responsive-wffm section.collapsed a.title::after {
      content: '.';
      width: 13.5px;
      height: 20px;
      background: url("/img/SCiM/Chevron-Large-Right.png");
      background-size: 13.5px 20px;
      display: inline-block;
      position: relative;
      float: right;
      margin-right: 25px;
      color: transparent; }
  .form-responsive-wffm textarea {
    border: 1px solid #abadb3;
    width: 100%;
    max-width: 400px;
    height: 150px;
    max-height: 150px;
    padding: 15px 12px; }
  .form-responsive-wffm .date-picker {
    height: 26px;
    width: 21px;
    background: url("/img/SCiM/Calendar-Icon.png");
    background-size: 21px 25px;
    padding-left: 12px;
    display: inline-block; }
  .form-responsive-wffm .scfSingleLineTextBorder {
    display: inline-block;
    min-height: 40px !important;
    margin-bottom: 19px; }
    .form-responsive-wffm .scfSingleLineTextBorder div {
      padding: 0;
      max-width: 400px;
      width: 100%; }
    .form-responsive-wffm .scfSingleLineTextBorder label:first-of-type, .form-responsive-wffm .scfSingleLineTextBorder span:first-of-type {
      display: inline-block;
      padding-right: 10px;
      max-width: 275px;
      width: 100%; }
      .form-responsive-wffm .scfSingleLineTextBorder label:first-of-type em, .form-responsive-wffm .scfSingleLineTextBorder span:first-of-type em {
        color: red;
        padding-left: 3px;
        font-style: normal; }
  .form-responsive-wffm .scfMultipleLineTextBorder + .scfRadioButtonListBorder {
    margin-top: 6px; }
  .form-responsive-wffm .scfRadioButtonListBorder {
    display: inline-block;
    min-height: 40px !important;
    margin-bottom: 6px; }
    .form-responsive-wffm .scfRadioButtonListBorder span:first-of-type {
      display: inline-block;
      padding-right: 10px;
      max-width: 275px;
      width: 100%; }
      .form-responsive-wffm .scfRadioButtonListBorder span:first-of-type em {
        color: red;
        padding-left: 3px;
        font-style: normal; }
  .form-responsive-wffm .scfMultipleLineTextBorder {
    display: inline-block;
    margin-bottom: 20px; }
    .form-responsive-wffm .scfMultipleLineTextBorder div {
      padding: 0;
      max-width: 400px;
      width: 100%; }
    .form-responsive-wffm .scfMultipleLineTextBorder label:first-of-type, .form-responsive-wffm .scfMultipleLineTextBorder span:first-of-type {
      display: inline-block;
      padding-right: 10px;
      max-width: 275px;
      width: 100%; }
      .form-responsive-wffm .scfMultipleLineTextBorder label:first-of-type em, .form-responsive-wffm .scfMultipleLineTextBorder span:first-of-type em {
        color: red;
        padding-left: 3px;
        font-style: normal; }
  .form-responsive-wffm .scfDropListBorder, .form-responsive-wffm .scfDropListBorderNarrow {
    display: inline-block;
    margin-bottom: 20px; }
    .form-responsive-wffm .scfDropListBorder div, .form-responsive-wffm .scfDropListBorderNarrow div {
      border: 1px solid #abadb3;
      padding: 0;
      max-width: 400px;
      width: 100%; }
    .form-responsive-wffm .scfDropListBorder label:first-of-type, .form-responsive-wffm .scfDropListBorder span:first-of-type, .form-responsive-wffm .scfDropListBorderNarrow label:first-of-type, .form-responsive-wffm .scfDropListBorderNarrow span:first-of-type {
      display: inline-block;
      padding-right: 10px;
      max-width: 275px;
      width: 100%; }
      .form-responsive-wffm .scfDropListBorder label:first-of-type em, .form-responsive-wffm .scfDropListBorder span:first-of-type em, .form-responsive-wffm .scfDropListBorderNarrow label:first-of-type em, .form-responsive-wffm .scfDropListBorderNarrow span:first-of-type em {
        color: red;
        padding-left: 3px;
        font-style: normal; }
  .form-responsive-wffm .scfDropListBorderNarrow {
    clear: left;
    width: 100%; }
    .form-responsive-wffm .scfDropListBorderNarrow div {
      max-width: 100px; }
    .form-responsive-wffm .scfDropListBorderNarrow label:first-of-type, .form-responsive-wffm .scfDropListBorderNarrow span:first-of-type {
      max-width: 375px; }
    .form-responsive-wffm .scfDropListBorderNarrow .scfRadioButtonListGeneralPanel {
      border: none !important;
      max-width: 200px; }
      .form-responsive-wffm .scfDropListBorderNarrow .scfRadioButtonListGeneralPanel table {
        min-width: 200px; }
  .form-responsive-wffm .itineraryLabels span {
    display: inline-block;
    padding: 0 0 0 10px;
    width: 18.6861313869%; }
  .form-responsive-wffm .itineraryLabels span.activityLabel {
    margin: 0;
    width: 43.7956204379%; }
  .form-responsive-wffm .activity-textbox, .form-responsive-wffm .activity-dropdown {
    display: inline-block;
    margin-bottom: 20px; }
    .form-responsive-wffm .activity-textbox label:first-of-type, .form-responsive-wffm .activity-dropdown label:first-of-type {
      display: none; }
    .form-responsive-wffm .activity-textbox div, .form-responsive-wffm .activity-dropdown div {
      padding: 0;
      width: 100%; }
  .form-responsive-wffm .scfCheckboxBorder {
    display: inline-block;
    margin-bottom: 20px; }
    .form-responsive-wffm .scfCheckboxBorder div {
      width: 100%; }
    .form-responsive-wffm .scfCheckboxBorder .scfCheckbox input {
      float: right;
      margin: 4px 0 0 10px; }
  .form-responsive-wffm .activity-dropdown {
    width: 43.7956204379%; }
  .form-responsive-wffm .activity-textbox {
    padding-left: 10px;
    width: 18.6861313869%; }
  .form-responsive-wffm .scfRadioButtonListLabel, .form-responsive-wffm .scfSingleLineTextLabel, .form-responsive-wffm .scfMultipleLineTextLabel, .form-responsive-wffm .scfDropListLabel {
    font-family: SMDINBold;
    text-align: left; }
  .form-responsive-wffm .scfRadioButtonList td {
    width: auto;
    float: left;
    margin-right: 26.5px; }
  .form-responsive-wffm .scfSubmitButtonBorder {
    display: inline-block;
    width: 100%;
    float: right;
    margin-right: 12px; }
    .form-responsive-wffm .scfSubmitButtonBorder input[type="submit"] {
      margin-top: 25px; }
  .form-responsive-wffm .scfRadioButtonListGeneralPanel {
    min-height: 40px !important;
    width: 400px !important; }
  .form-responsive-wffm .scfRequired {
    display: none !important; }
  .form-responsive-wffm .scfValidatorRequired {
    /*display:inline-block !important;*/
    text-align: left;
    float: left;
    padding: 10px 0; }
  .lt-ie9 input .form-responsive-wffm {
    height: auto !important; }

/**************************************************************************************************
*   Accordion
**************************************************************************************************/
.accordion-block {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }

.accordion-toggle {
  cursor: pointer; }

.accordion-block.active {
  max-height: 9999px; }

.form-responsive.give-feedback hr {
  clear: both;
  display: inline-block;
  background-color: #cccccc;
  width: 100%;
  height: 1px; }

.list-prerequisites {
  padding-left: 17px;
  margin-left: 5px; }
  .list-prerequisites li {
    color: #1f4191 !important;
    font-size: 26px; }
    .list-prerequisites li span {
      font-size: 14px;
      color: #333333 !important;
      vertical-align: middle; }
  .list-prerequisites li:last-child {
    margin-bottom: 55px; }

.newPod.links {
  width: 220px;
  float: left;
  overflow: hidden;
  border-top: 10px solid #999;
  position: relative; }
  .newPod.links h3 {
    background: none;
    background-color: transparent !important; }
  .newPod.links ul {
    list-style-type: none;
    padding: 0; }
  .newPod.links a {
    color: #1f4191;
    font-family: "SMDINMedium";
    margin-bottom: 21px;
    clear: both;
    display: block;
    width: 100%;
    padding-left: 18.5px;
    text-decoration: none; }
  .newPod.links a::before {
    content: '.';
    width: 10px;
    background: url("/img/SCiM/Chevron-Small-Right.png") no-repeat;
    display: inline-block;
    position: relative;
    margin-right: 7.5px;
    color: transparent;
    background-size: 10px 15px;
    margin-left: -18.5px;
    background-position-y: 2px; }
  .newPod.links h3 {
    font-family: "SMDINBold";
    margin-top: 17.5px;
    margin-bottom: 19.5px;
    padding: 0;
    border: none;
    font-size: 1.6em; }

.container-listingPods {
  display: inline-block;
  width: 100%;
  margin-top: 18px; }

.container-listingPods .newPod.listing:first-of-type {
  margin-left: 0; }

.newPod.listing {
  border-top: solid 7.5px #999999;
  margin: auto 10px 20px 10px;
  display: block;
  height: 227px;
  float: left;
  margin-bottom: 50px;
  position: relative;
  width: 220px;
  clear: none;
  overflow: hidden;
  overflow-y: hidden; }
  .newPod.listing img {
    height: 227px;
    width: 220px;
    float: left;
    display: block;
    background-color: #dddddd;
    background-image: url("/img/SCiM/Pod-Default-Image.png"); }
  .newPod.listing .content {
    height: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%; }
    .newPod.listing .content h4 {
      color: #333333;
      font-size: 20px;
      font-family: "SMDINBold";
      margin: 0;
      padding: 10px;
      line-height: 0.9; }
    .newPod.listing .content p {
      margin: 0;
      font-size: 15px;
      color: #333333;
      line-height: 1.2;
      padding: 0 10px 10px 10px; }
  .newPod.listing a {
    display: inline-block;
    height: 227px; }
  .newPod.listing a:hover {
    background: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3); }

.newPod.listing:last-of-type {
  margin-bottom: 74px; }

.newPod.standard {
  border-top: solid 7.5px #999999;
  color: #333333;
  display: block;
  float: left;
  font-family: SMDINRegular;
  font-size: 7px;
  height: 220px;
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 220px;
  clear: both;
  border-top: solid 7.5px #999999; }
  .newPod.standard img {
    float: left;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    background-color: #dddddd; }
  .newPod.standard h3 {
    background-color: #999;
    border: none;
    display: block;
    font-size: 13px !important;
    font-family: "SMDINBold" !important;
    color: white;
    height: 22.5px;
    margin: 0 !important;
    position: absolute;
    right: 0px;
    z-index: 999;
    padding: 4px 10.5px !important; }
  .newPod.standard .content {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10.5px; }
    .newPod.standard .content h4 {
      color: #333333;
      font-size: 20px;
      font-family: "SMDINBold";
      margin-top: 0;
      margin-bottom: 12.5px;
      padding: 0; }
    .newPod.standard .content p {
      margin: 0;
      padding: 0;
      font-size: 15px;
      color: #333333;
      line-height: 1.2; }

.newPod.feature {
  border-top: solid 7.5px #999;
  color: #333333;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 700px;
  border-top: solid 7.5px #999;
  clear: both;
  border-top: solid 7.5px #999999; }
  .newPod.feature div {
    float: left;
    width: 100%;
    max-width: 480px;
    display: inline-block;
    min-height: 300px;
    padding-left: 20px; }
    .newPod.feature div h3 {
      display: inline-block;
      /*font-size: 13px !important;*/
      font-family: "SMDINBold" !important;
      padding-top: 0;
      margin-bottom: 0;
      margin-top: 12px;
      border-top: none !important;
      background: none !important; }
    .newPod.feature div p {
      margin-top: 0;
      padding-top: 0; }
  .newPod.feature img {
    float: left;
    width: 100%;
    min-height: 210px;
    max-width: 220px; }

.newPod.text {
  width: 220px;
  float: left;
  overflow: hidden;
  border-top: 10px solid #999;
  position: relative; }
  .newPod.text p {
    /*font-size: 15px;*/
    color: #333333;
    margin-bottom: 10.5px;
    clear: both;
    display: block;
    width: 100%;
    font-family: 'SMDINRegular', Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
    color: #333;
    font-weight: normal; }
  .newPod.text p:last-of-type {
    margin-bottom: 40.5px; }
  .newPod.text h3 {
    font-family: "SMDINBold";
    margin-top: 17.5px;
    margin-bottom: 19.5px;
    padding: 0;
    border: none;
    font-size: 1.6em; }

.newPod.video {
  border-top: solid 7.5px #999;
  color: #333333;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 700px;
  border-top: solid 7.5px #999;
  clear: both;
  border-top: solid 7.5px #999999; }
  .newPod.video div {
    float: left;
    width: 240px;
    display: inline-block;
    padding-right: 20px; }
    .newPod.video div h3 {
      display: inline-block;
      /*font-size: 13px !important;*/
      font-family: "SMDINBold" !important;
      padding-top: 0;
      margin-bottom: 0;
      margin-top: 12px;
      border-top: none !important;
      background: none !important; }
    .newPod.video div p {
      margin-top: 0;
      padding-top: 0; }
  .newPod.video iframe {
    float: right;
    width: 100%;
    min-height: 300px;
    max-width: 460px; }

.container-leftContent .newPod.video div {
  width: 100%; }

.container-leftContent .newPod.video iframe {
  max-width: 100%; }

.newPod.Cyan {
  border-top: 7.5px solid #00aeef; }
  .newPod.Cyan h3 {
    background-color: #00aeef; }

.newPod.Green {
  border-top: 7.5px solid #82ba00; }
  .newPod.Green h3 {
    background-color: #82ba00; }

.newPod.LightGray {
  border-top: 7.5px solid #f2f2f2; }
  .newPod.LightGray h3 {
    background-color: #f2f2f2;
    color: #000; }

.newPod.Magenta {
  border-top: 7.5px solid #ec008c; }
  .newPod.Magenta h3 {
    background-color: #ec008c; }

.newPod.Orange {
  border-top: 7.5px solid #f47b20; }
  .newPod.Orange h3 {
    background-color: #f47b20; }

.newPod.Purple {
  border-top: 7.5px solid #8b6baf; }
  .newPod.Purple h3 {
    background-color: #8b6baf; }

.newPod.Red {
  border-top: 7.5px solid #ed1c24; }
  .newPod.Red h3 {
    background-color: #ed1c24; }

.newPod.Teal {
  border-top: 7.5px solid #00aaaf; }
  .newPod.Teal h3 {
    background-color: #00aaaf; }

.newPod.Yellow {
  border-top: 7.5px solid #ffdd00; }
  .newPod.Yellow h3 {
    background-color: #ffdd00; }

.newPod.text.Cyan h3 {
  background-color: transparent; }

.newPod.text.Green h3 {
  background-color: transparent; }

.newPod.text.LightGray h3 {
  background-color: transparent; }

.newPod.text.Magenta h3 {
  background-color: transparent; }

.newPod.text.Orange h3 {
  background-color: transparent; }

.newPod.text.Purple h3 {
  background-color: transparent; }

.newPod.text.Teal h3 {
  background-color: transparent; }

.newPod.text.Red h3 {
  background-color: transparent; }

.newPod.text.Yellow h3 {
  background-color: transparent; }

.newPod.w1 {
  width: 220px; }

.newPod.w1.primary, .newPod.w1.secondary {
  margin-bottom: 20px; }

.newPod.w2 {
  width: 460px; }

.newPod.w3 {
  width: 700px; }

.newPod.w4 {
  width: 960px; }

.newPod.w05 {
  width: 100px; }

.Volunteering {
  font-size: 40px;
  font-family: "SMDINBold";
  color: #333333;
  position: absolute;
  left: 4550.937px;
  top: 1227.458px;
  z-index: 235; }

.writeToUs h3 {
  border-top: none !important; }

.writeToUs p {
  margin: 13px 0px; }

.ui-datepicker {
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: 314.5px; }

.ui-datepicker-header {
  height: 44.5px;
  width: 314.5px;
  font-family: "SMDINMedium";
  background: #f2f2f2;
  padding: 16px; }

.ui-datepicker table {
  background: #FFF;
  border: solid 1px #e5e5e5; }

.headings-top {
  width: 100%;
  margin-top: 12px; }
  .headings-top tbody tr td {
    max-width: 206px;
    min-width: 206px;
    margin: 0;
    padding: 12px; }
  .headings-top tbody tr td:last-of-type {
    width: 100%; }
  .headings-top tbody tr:first-of-type {
    background: white;
    font-family: "SMDINBold"; }
  .headings-top tbody tr:nth-child(even) {
    font-family: "SMDINMedium";
    background: #E5E5E5; }

.headings-left {
  width: 100%;
  margin-top: 12px; }
  .headings-left tbody tr td {
    min-width: 206px;
    margin: 0;
    padding: 12px; }
  .headings-left tbody tr td:first-of-type {
    font-family: "SMDINBold";
    max-width: 206px;
    width: 206px;
    display: block; }
  .headings-left tbody tr td:last-of-type {
    width: 100%; }
  .headings-left tbody tr:nth-child(odd) {
    font-family: "SMDINMedium";
    background: #E5E5E5; }

.div-400container {
  min-height: 256px; }
  .div-400container p {
    font-weight: normal; }

/**************************************************************************************************
* Tertiary navigation
**************************************************************************************************/
.tertiaryContainer {
  margin: 0 0 20px;
  float: left;
  width: 100%; }

.tertiaryNav {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  margin: 0 0 20px; }

ul.tertiaryNav,
.tertiaryNav li {
  padding: 0;
  margin: 0; }

.tertiaryNav li.active a {
  border-bottom: 3px solid #01acf1;
  font-weight: bold; }

.tertiaryNav li a {
  display: inline-block;
  float: left;
  background-color: #f2f2f2;
  padding: 16px 2.3% 11px;
  text-decoration: none;
  border-bottom: 3px solid #f2f2f2; }

.tertiaryNav li a:hover {
  border-bottom: 3px solid #01acf1; }

a.tertiaryMob {
  display: none; }

.lt-ie8 .pod .content,
.lt-ie8 .filmstrip ul li .popover,
.lt-ie8 .pod.suggestions .filmstrip ul li .popover {
  width: 100%;
  padding: 0; }

.lt-ie8 .pod .content h4,
.lt-ie8 .filmstrip ul li .popover h4,
.lt-ie8 .pod.suggestions .filmstrip ul li .popover h4 {
  padding: 10px 10px 0 10px; }

.lt-ie8 .pod .content .text,
.lt-ie8 .filmstrip ul li .popover .text,
.lt-ie8 .pod.suggestions .filmstrip ul li .popover .text {
  padding: 0 10px 10px 10px; }

.lt-ie9 .pod .content,
.lt-ie9 .heroimage .overlay,
.lt-ie9 .filmstrip ul li .popover,
.lt-ie9 .pod.suggestions .filmstrip ul li .popover {
  background: url("/img/SCiM/bg-white-90.png") top left; }

.lt-ie9 header {
  height: 125px; }

.lt-ie9 .sectionheading {
  z-index: 1; }

.lt-ie9 .maincontent {
  z-index: 0; }

.lt-ie9 .myVisitMessage {
  background: url("/img/SCiM/bg-blue-80.png") top left;
  width: 100%; }

.lt-ie9 h1 {
  text-indent: 0;
  background: none; }
  .lt-ie9 h1 img {
    width: 100%;
    height: auto;
    display: inline; }

.lt-ie9 .planyourvisit #planyourvisitCTA {
  bottom: 0;
  height: 50px; }
  .lt-ie9 .planyourvisit #planyourvisitCTA h3 {
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    font-weight: normal;
    border: 0; }
    .lt-ie9 .planyourvisit #planyourvisitCTA h3 a {
      height: 50px;
      padding: 3px 10px 4px 15px;
      background: url("/img/SCiM/visitus/bg-clipped.png") -12px -1600px no-repeat;
      color: white;
      display: block;
      text-decoration: none;
      font-family: 'SMDINBold', Arial, sans-serif; }
    .lt-ie9 .planyourvisit #planyourvisitCTA h3 a:hover {
      background-position: -12px -1600px; }

.lt-ie8 .filters .filterlist li {
  margin: 0 0 -3px 0; }

.lt-ie8 .filters div {
  z-index: 999; }

.lt-ie8 .filters div.applybutton, .lt-ie8 .filters div.showallbutton {
  float: right;
  background: none;
  background: url("/img/SCiM/visitus/bg-clipped-orange.png") -14px 0px no-repeat;
  padding: 0;
  z-index: 998; }

@media screen and (max-width: 580px) {
  .lt-ie8 .filters div.applybutton,
  .lt-ie8 .filters div.showallbutton {
    float: left;
    clear: both; } }

.lt-ie8 .filters div.applybutton input,
.lt-ie8 .filters div.showallbutton input {
  padding: 10px 0 5px 10px;
  border: 0;
  width: 160px;
  height: 40px;
  margin-left: -10px;
  text-align: left;
  text-indent: 0;
  font: 1.1em/1 SMDINBold, Arial, Helvetica, sans-serif; }

@media screen and (max-width: 580px) {
  .lt-ie8 .filters div.showallbutton {
    margin-bottom: 40px; } }

.lt-ie8 .filters div.showallbutton input {
  background: url("/img/SCiM/visitus/bg-clipped-yellow.png") -14px 0px no-repeat; }

.lt-ie8 .filters div.showallbutton input:hover {
  background-position: -14px -200px; }

.lt-ie8 .eventcarouselfilter ul {
  margin-left: 10px; }

.lt-ie8 .eventcarouselfilter li {
  float: left; }

.lt-ie8 .eventcarouselfilter li:first-child {
  padding-top: 5px; }

.lt-ie8 header .topmenu {
  margin-bottom: 33px; }

.lt-ie8 header .topmenu .search {
  display: block;
  margin-top: 5px; }

.lt-ie9 #emailFormOverlay,
.lt-ie9 #overlay {
  background: url("/img/SCiM/visitus/bg-white-90.png") top left; }

.lt-ie9 .bigBirdCarousel {
  overflow: hidden; }

.lt-ie9 .container-hero {
  overflow: hidden; }

.lt-ie9 .container-hero div {
  background: url(/img/SCiM/bg-white-80.png) left top; }

.lt-ie9 .newPod.listing .content {
  background: url(/img/SCiM/bg-white-80.png) left top;
  text-decoration: none !important; }

.lt-ie9 .newPod.listing .content h4 {
  text-decoration: none !important; }

.lt-ie9 .newPod.listing .content p {
  text-decoration: none !important; }

.lt-ie9 .newPod.standard .content {
  background: url(/img/SCiM/bg-white-80.png) left top;
  text-decoration: none !important; }

.lt-ie9 .newPod.standard .content h4 {
  text-decoration: none !important; }

.lt-ie9 .newPod.standard .content p {
  text-decoration: none !important; }

.lt-ie9 .form-responsive.visit-us input[type=submit], .lt-ie9 .form-responsive-wffm input[type=submit] {
  height: auto !important; }

.lt-ie9 .form-responsive.visit-us select, .lt-ie9 .form-responsive-wffm select {
  background: none !important;
  height: auto !important; }

.lt-ie9 .form-responsive.visit-us section.accordion-block, .lt-ie9 .form-responsive-wffm section.accordion-block {
  overflow: hidden !important;
  max-height: auto !important; }

.lt-ie9 .form-responsive.visit-us textarea, .lt-ie9 .form-responsive-wffm textarea {
  height: auto !important; }

.lt-ie9 .div_visitUsRequest {
  display: none !important; }

.lt-ie9 .div_pleaseUpgrade {
  display: inline-block; }

.lt-ie9 .activities {
  display: none; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.hide {
  display: none; }

@media screen and (min-width: 960px) {
  .container-sidebarContent {
    position: absolute;
    top: 0;
    right: 0; }
  .container-listingPods .newPod.listing:nth-of-type(4n+1) {
    margin-left: 0;
    clear: left; }
  .container-listingPods .newPod.listing:nth-of-type(4n+4) {
    margin-right: 0; }
  .myvisiton ul li a {
    width: 97px; } }

@media screen and (min-width: 720px) and (max-width: 960px) {
  .container-sidebarContent {
    width: 100%;
    position: relative;
    display: block; }
    .container-sidebarContent div {
      margin-right: 20px;
      float: left; }
  .container-listingPods .newPod.listing:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left; }
  .container-listingPods .newPod.listing:nth-of-type(3n+3) {
    margin-right: 0; }
  .myvisiton .sectionnav {
    width: 500px; }
  .myvisiton .sectionnav {
    width: 500px; }
  .myvisiton ul li a {
    width: 130px; }
  /*.myvisitoff .sectionnav {
        width: 100%;

        .topbar {
            padding: 5px 10px 0 0;
        }

        .sectionheading .bottombar {
            display: none;
        }

        .planyourvisitCTA {
            margin-top: 0;
        }
    }

    .myvisitoff ul li a, .myvisiton ul li a {
        width: 100%;
    }*/
  .activities .ui-datepicker .ui-datepicker-group {
    width: 50%; }
  .activities .results .container {
    width: 88.5714285714%; }
  .activities .results .image {
    width: 35.4838709677%; }
  .activities .results .details {
    padding-right: 20px; }
  .activities .results .image + .details {
    width: 64.5161290323%; }
  .activities .results .ages {
    width: 11.4285714286%; } }

@media screen and (min-width: 521px) and (max-width: 960px) {
  .activities .eventList li {
    width: 50%; }
  .activities .eventList li:nth-child(3n+1) {
    border-left: 1px solid #e5e5e5; }
  .activities .eventList li:nth-child(2n+1) {
    border-left: 0; } }

@media screen and (min-width: 0px) and (max-width: 720px) {
  .listings-item div {
    width: 100% !important;
    padding: 12px 0 !important; }
  .form-responsive-wffm {
    font-family: "SMDINRegular";
    display: inline-block;
    width: auto; }
    .form-responsive-wffm a {
      text-decoration: underline;
      font-family: "SMDINBold"; }
    .form-responsive-wffm a.title {
      border-top: 10px solid #00aef9 !important;
      padding-top: 25px;
      padding-left: 14px;
      font-size: 22px;
      font-family: "SMDINBold";
      color: #21438f;
      padding-bottom: 55px;
      display: inline-block;
      width: 100%;
      text-decoration: none; }
    .form-responsive-wffm a.title::after {
      content: '.';
      width: 20.5px;
      height: 13.5px;
      background: url("../../../../img/SCiM/Chevron-Large-Down.png");
      background-size: 20.5px 13.5px;
      display: inline-block;
      position: relative;
      float: right;
      margin-right: 25px;
      color: transparent; }
    .form-responsive-wffm input[type=submit] {
      height: 40px;
      background-color: #1f4191;
      text-transform: uppercase;
      float: right;
      font-size: 16px;
      font-family: "SMDINMedium";
      color: white;
      border: none;
      padding: 14.5px 34px; }
    .form-responsive-wffm input[type="radio"] {
      display: none; }
    .form-responsive-wffm input[type="radio"] + label, .form-responsive-wffm input[type="radio"]:checked + label {
      display: inline-block;
      margin-right: 24px; }
    .form-responsive-wffm input[type="radio"] + label {
      display: inline-block;
      width: 20px !important;
      height: 20px;
      margin: 0;
      vertical-align: middle;
      background: url("../../../../img/SCiM/Radiobutton-clear.png") left top no-repeat;
      cursor: pointer;
      -webkit-appearance: none;
      margin-right: 12px;
      background-size: 20px 20px; }
    .form-responsive-wffm input[type="radio"]:checked + label {
      background: url("../../../../img/SCiM/Radiobutton-checked.png") left top no-repeat;
      background-size: 20px 20px; }
    .form-responsive-wffm input[type="radio"] + label, .form-responsive-wffm input[type="radio"]:checked + label {
      margin-right: 24px;
      padding-left: 35px; }
    .form-responsive-wffm input[type=text] {
      height: 40px;
      width: 100%;
      max-width: 100%;
      padding: 10.5px 13.5px; }
    .form-responsive-wffm .scfDropListBorder div {
      max-width: 100%; }
    .form-responsive-wffm label input[type="checkbox"] {
      position: absolute;
      top: -4px;
      left: 0px;
      display: inline-block;
      width: 31px;
      height: 31px;
      margin: 0;
      vertical-align: middle;
      background: url("../../../../img/SCiM/Checkbox-clear.png") left top no-repeat;
      cursor: pointer;
      margin-right: 12px;
      background-size: 30px 30px;
      -webkit-appearance: none; }
    .form-responsive-wffm label input[type="checkbox"]:checked {
      background: url("../../../../img/SCiM/Checkbox-checked.png") left top no-repeat;
      background-size: 30px 30px; }
    .form-responsive-wffm label {
      position: relative;
      /*padding-left: 43px;*/
      display: block; }
    .form-responsive-wffm section.collapsed {
      height: 90px;
      overflow: hidden; }
      .form-responsive-wffm section.collapsed a.title::after {
        content: '.';
        width: 13.5px;
        height: 20px;
        background: url("../../../../img/SCiM/Chevron-Large-Right.png");
        background-size: 13.5px 20px;
        display: inline-block;
        position: relative;
        float: right;
        margin-right: 25px;
        color: transparent; }
    .form-responsive-wffm select {
      background: url("../../../../img/SCiM/Select-DownArrow.png") no-repeat right;
      background-size: 34.5px 8px;
      height: 40px;
      width: 400px;
      padding: 10px;
      color: #333333;
      -webkit-appearance: none; }
    .form-responsive-wffm textarea {
      width: 100%;
      max-width: 100%;
      height: 150px;
      max-height: 150px; }
    .form-responsive-wffm .date-picker {
      height: 26px;
      width: 21px;
      background: url("../../../../img/SCiM/Calendar-Icon.png");
      background-size: 21px 25px;
      padding-left: 12px;
      display: inline-block; }
    .form-responsive-wffm .scfRadioButtonListGeneralPanel {
      min-height: 40px !important;
      width: 100% !important; }
    .form-responsive-wffm .scfSingleLineTextBorder {
      display: inline-block;
      height: auto !important;
      clear: both; }
      .form-responsive-wffm .scfSingleLineTextBorder div {
        max-width: 100%;
        width: 100%; }
      .form-responsive-wffm .scfSingleLineTextBorder label:first-of-type, .form-responsive-wffm .scfSingleLineTextBorder span:first-of-type {
        display: inline-block;
        max-width: 275px;
        width: 100%; }
    .form-responsive-wffm .scfRadioButtonListBorder {
      clear: both;
      height: auto !important; }
      .form-responsive-wffm .scfRadioButtonListBorder span:first-of-type {
        display: inline-block;
        max-width: 100%;
        width: 100%; }
    .form-responsive-wffm .scfMultipleLineTextBorder {
      display: inline-block;
      clear: both;
      height: auto !important;
      margin-bottom: 15px; }
      .form-responsive-wffm .scfMultipleLineTextBorder div {
        max-width: 100%;
        width: 100%; }
      .form-responsive-wffm .scfMultipleLineTextBorder label:first-of-type, .form-responsive-wffm .scfMultipleLineTextBorder span:first-of-type {
        display: inline-block;
        max-width: 275px;
        width: 100%; }
    .form-responsive-wffm .scfRadioButtonListLabel, .form-responsive-wffm .scfSingleLineTextLabel, .form-responsive-wffm .scfMultipleLineTextLabel {
      display: inline-block;
      font-family: SMDINBold;
      text-align: left;
      margin-bottom: 6px; }
    .form-responsive-wffm .scfRadioButtonList td {
      width: auto;
      float: left;
      margin-right: 26.5px; }
    .form-responsive-wffm .scfSubmitButtonBorder {
      display: inline-block;
      width: 100%;
      float: right;
      margin-right: 0px; }
      .form-responsive-wffm .scfSubmitButtonBorder input[type="submit"] {
        margin: 12px 0; }
    .form-responsive-wffm .scfRequired {
      display: none !important; }
  .form-responsive.visit-us {
    font-family: "SMDINRegular";
    display: inline-block;
    width: auto;
    /* Error spans */
    /* Error Container */
    /* Error Icons */
    /*select.ng-dirty.ng-valid + div,
        select.ng-dirty.ng-invalid + div {
            right: auto;
        }

        select.ng-dirty.ng-valid + div {
            bottom: auto;
        }*/ }
    .form-responsive.visit-us input[type=submit] {
      display: inline-block;
      width: 100%;
      float: right;
      margin-right: 0px;
      height: 40px;
      background-color: #1f4191;
      text-transform: uppercase;
      font-size: 16px;
      font-family: "SMDINMedium";
      color: white;
      border: none;
      padding: 14.5px 34px;
      margin: 12px 0; }
    .form-responsive.visit-us input[type="radio"] {
      display: none; }
    .form-responsive.visit-us input[type="radio"] + label, .form-responsive.visit-us input[type="radio"]:checked + label {
      display: inline-block;
      margin-right: 24px; }
    .form-responsive.visit-us input[type="radio"] + label {
      display: inline-block;
      width: 20px !important;
      height: 20px;
      margin: 0;
      vertical-align: middle;
      background: url("../../../../img/SCiM/Radiobutton-clear.png") left top no-repeat;
      cursor: pointer;
      -webkit-appearance: none;
      margin-right: 12px;
      background-size: 20px 20px; }
    .form-responsive.visit-us input[type="radio"]:checked + label {
      background: url("../../../../img/SCiM/Radiobutton-checked.png") left top no-repeat;
      background-size: 20px 20px; }
    .form-responsive.visit-us input[type="radio"] + label, .form-responsive.visit-us input[type="radio"]:checked + label {
      margin-right: 24px;
      padding-left: 35px; }
    .form-responsive.visit-us input[type="email"],
    .form-responsive.visit-us input[type="text"],
    .form-responsive.visit-us textarea {
      width: 90% !important;
      max-width: 90% !important; }
    .form-responsive.visit-us label input[type="checkbox"] {
      position: absolute;
      top: -4px;
      left: 0px;
      display: inline-block;
      width: 31px;
      height: 31px;
      margin: 0;
      vertical-align: middle;
      background: url("../../../../img/SCiM/Checkbox-clear.png") left top no-repeat;
      cursor: pointer;
      margin-right: 12px;
      background-size: 30px 30px;
      -webkit-appearance: none; }
    .form-responsive.visit-us label input[type="checkbox"]:checked {
      background: url("../../../../img/SCiM/Checkbox-checked.png") left top no-repeat;
      background-size: 30px 30px; }
    .form-responsive.visit-us label {
      position: relative;
      /*padding-left: 43px;*/
      display: block; }
    .form-responsive.visit-us select {
      background: url("../../../../img/SCiM/Select-DownArrow.png") no-repeat right;
      background-size: 34.5px 8px;
      height: 40px;
      width: 90% !important;
      padding: 10px;
      color: #333333;
      -webkit-appearance: none; }
    .form-responsive.visit-us textarea {
      max-height: 150px; }
    .form-responsive.visit-us .date-picker {
      height: 26px;
      width: 21px;
      background: url("../../../../img/SCiM/Calendar-Icon.png");
      background-size: 21px 25px;
      padding-left: 12px;
      display: inline-block; }
    .form-responsive.visit-us .form-row {
      width: 100%;
      max-width: 100%;
      margin: 0 !important;
      margin-bottom: 15px;
      padding: 0px 10px !important;
      position: relative; }
      .form-responsive.visit-us .form-row > label:first-child, .form-responsive.visit-us .form-row > span:first-child {
        margin-bottom: 6px;
        max-width: 100% !important; }
      .form-responsive.visit-us .form-row .container-error {
        margin-left: 0px !important;
        margin-top: 22px; }
      .form-responsive.visit-us .form-row .organiser select {
        width: 80px !important;
        margin-right: 40px; }
      .form-responsive.visit-us .form-row .organiser input[type=text] {
        height: 40px;
        width: 100%;
        max-width: 230px;
        padding: 10px;
        color: #333333;
        vertical-align: top; }
      .form-responsive.visit-us .form-row .address {
        padding-bottom: 19px;
        padding-left: 15px;
        padding-right: 25px; }
      .form-responsive.visit-us .form-row .address span, .form-responsive.visit-us .form-row .comments span {
        vertical-align: top; }
      .form-responsive.visit-us .form-row .address span::after, .form-responsive.visit-us .form-row .comments span::after {
        content: '' !important; }
      .form-responsive.visit-us .form-row section.your-visit input[type="text"] {
        width: 380px; }
      .form-responsive.visit-us .form-row section.your-visit select {
        width: 140px; }
      .form-responsive.visit-us .form-row label {
        margin-left: 0px !important; }
      .form-responsive.visit-us .form-row div {
        width: 100%;
        max-width: 400px; }
      .form-responsive.visit-us .form-row label:first-of-type, .form-responsive.visit-us .form-row span:first-of-type {
        margin-bottom: 6px; }
      .form-responsive.visit-us .form-row select {
        max-width: 90%; }
    .form-responsive.visit-us .form-row.invalid {
      padding-top: 20px; }
      .form-responsive.visit-us .form-row.invalid label:first-of-type {
        position: absolute;
        top: 0; }
    .form-responsive.visit-us section.your-activities label {
      margin-left: 0 !important; }
    .form-responsive.visit-us .organiser input {
      max-width: 182px !important; }
    .form-responsive.visit-us .organiser select {
      margin-right: 12px !important; }
    .form-responsive.visit-us .organiser input[type='text'].ng-dirty.ng-invalid + span.error {
      position: absolute;
      width: 100%;
      top: -24px;
      margin: 0;
      right: 24px; }
    .form-responsive.visit-us select.ng-dirty.ng-invalid + span.error,
    .form-responsive.visit-us input[type='text'].ng-dirty.ng-invalid + span.error,
    .form-responsive.visit-us input[type='email'].ng-dirty.ng-invalid + span.error,
    .form-responsive.visit-us textarea.ng-dirty.ng-invalid + span.error {
      color: #ff69b4;
      position: absolute;
      width: 100%;
      max-width: 100%;
      top: -24px;
      margin: 0;
      right: 52px;
      text-align: left; }
    .form-responsive.visit-us input[type="checkbox"].ng-dirty.ng-invalid + span + span.error {
      display: inline-block;
      color: #ff69b4;
      position: absolute;
      width: 100%;
      margin: 0;
      left: 0;
      top: -36px; }
    .form-responsive.visit-us .checkbox {
      position: relative !important;
      top: auto !important; }
    .form-responsive.visit-us div.container-error {
      display: none; }
      .form-responsive.visit-us div.container-error span {
        max-width: 100% !important;
        margin-left: 0 !important; }
    .form-responsive.visit-us div.container-error.checkbox {
      margin-top: 0 !important; }
    .form-responsive.visit-us .form-row.invalid .container-error {
      display: inline-block;
      width: 100%;
      clear: both; }
    .form-responsive.visit-us *.ng-dirty.ng-valid + div,
    .form-responsive.visit-us *.ng-dirty.ng-valid + span + div,
    .form-responsive.visit-us *.ng-dirty.ng-invalid + div,
    .form-responsive.visit-us *.ng-dirty.ng-invalid + span + div {
      margin: 0 !important;
      left: auto;
      top: auto;
      right: auto;
      width: 36px; }
    .form-responsive.visit-us select.ng-dirty.ng-invalid + div {
      bottom: 30px; }
  .list-prerequisites li {
    line-height: 1;
    margin-bottom: 12px; }
  .container-tabbed {
    width: 100%;
    box-sizing: border-box; }
    .container-tabbed .tabbed-content .tab {
      clear: both; }
    .container-tabbed .tabbed-content .tabHead {
      padding: 0 !important;
      display: inline-block;
      clear: both;
      margin-left: 0;
      width: 100%;
      text-align: left;
      border: none; }
      .container-tabbed .tabbed-content .tabHead div {
        float: left;
        width: 100%;
        height: 52px;
        background: white;
        display: table;
        background: #efefef; }
        .container-tabbed .tabbed-content .tabHead div a {
          padding-left: 10px;
          padding-top: 3px;
          font-size: 15px;
          font-family: "SMDINBold";
          color: #999999;
          text-decoration: none;
          text-transform: uppercase;
          text-align: left;
          display: table-cell;
          vertical-align: middle;
          cursor: pointer;
          margin-top: 2px; }
      .container-tabbed .tabbed-content .tabHead a.active {
        background: #fff;
        cursor: default;
        color: #333333; }
    .container-tabbed .tabbed-content div.hidingContent {
      height: auto;
      max-height: 54px;
      margin-top: -1px; }
    .container-tabbed .tabbed-content div.hidingContent:first-of-type {
      margin-top: 0; }
    .container-tabbed .tabbed-list {
      display: none; }
    .container-tabbed .tabContent {
      height: auto; }
    .container-tabbed .hidingContent .tabHead a::after {
      content: '.';
      width: 12px;
      height: 18px;
      background: url("../../../../img/SCiM/Chevron-Black-Large-Right.png");
      background-repeat: no-repeat;
      background-size: 12px 18px;
      display: inline-block;
      position: relative;
      float: right;
      margin-right: 20px;
      margin-top: 2px;
      color: transparent; }
    .container-tabbed .hidingContent .tabHead {
      height: auto;
      border: solid 1px #ccc; }
    .container-tabbed .hidingContent .tabContent {
      height: 1px;
      overflow: hidden; }
    .container-tabbed .hidingContent .scfForm {
      height: 1px;
      overflow: hidden; }
    .container-tabbed .showingContent {
      border: solid 1px #ccc;
      padding: 0 18px; }
      .container-tabbed .showingContent .tabHead div {
        border-bottom: solid 1px #ccc; }
      .container-tabbed .showingContent .tabHead a {
        padding: 18px 0 !important; }
      .container-tabbed .showingContent .tabHead a::after {
        content: '.';
        width: 18px;
        height: 12px;
        background: url("../../../../img/SCiM/Chevron-Black-Large-Down.png");
        background-repeat: no-repeat;
        background-size: 17px 12px;
        display: inline-block;
        position: relative;
        float: right;
        margin-top: 2px;
        color: transparent; }
    .container-tabbed ul::before {
      display: none; }
    .container-tabbed ul::after {
      display: none; }
  .form-terms {
    padding: 25px 18px !important; }
    .form-terms textarea {
      width: 100% !important;
      max-width: 100% !important; }
  .newPod.video div {
    width: 100%; }
  .newPod.video iframe {
    max-width: 100%; }
  .activities .results .details {
    clear: both;
    padding-right: 0; }
  .activities .results .image + .details {
    padding-left: 0;
    width: 100%; }
  .activities .results .ages {
    width: 24.6153846154%; } }

@media screen and (min-width: 580px) and (max-width: 720px) {
  .myvisitoff .sectionheading .topbar {
    min-height: 60px; }
  .myvisiton .sectionheading .topbar {
    min-height: 42px; }
  .container-sidebarContent {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
  .container-sidebarContent div {
    margin-right: 20px; }
  .container-listingPods .newPod.listing:nth-of-type(2n+1) {
    margin-left: 0;
    clear: none; }
  .container-listingPods .newPod.listing:nth-of-type(2n+2) {
    margin-right: 0;
    clear: none; }
  .myvisiton .sectionnav {
    width: 500px; }
  .newPod.feature div {
    max-width: 60%; } }

@media screen and (min-width: 0px) and (max-width: 720px) {
  .Div_EventDates .container-tabbed + span {
    line-height: 20.44px;
    display: block; }
  .Div_EventDates input[type=submit] {
    height: 40px;
    background-color: #1f4191;
    text-transform: uppercase;
    float: none;
    font-size: 16px;
    font-family: "SMDINMedium";
    color: white;
    border: none;
    padding: 14.5px 34px;
    clear: both;
    margin-top: 18px; } }

@media screen and (min-width: 0px) and (max-width: 580px) {
  .newPod.feature img {
    max-width: 100%; }
  .newPod.feature div {
    padding-left: 0;
    max-width: 100%; }
  .bigBirdCarousel {
    margin-left: 0;
    margin-right: 0; }
  .container-sidebarContent {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .container-sidebarContent div {
    margin-left: auto;
    margin-right: 20px;
    float: none; }
  .container-sidebarContent div:last-of-type {
    margin-right: auto; }
  .container-hero div {
    display: none; }
  .maincontent {
    width: 100% !important;
    /*width: 320px !important;*/
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
    .maincontent .row {
      margin: 0 auto; }
  .container-listingPods {
    margin-left: 0;
    margin-right: 0;
    clear: left; }
  /* Big Bird */
  .expandItem {
    display: none; }
  .container-listingPods .newPod.listing {
    margin-left: 0; }
  .topbar {
    min-height: 60px; }
  .myvisiton .sectionnav {
    width: 500px; }
  .myvisitoff .sectionnav {
    width: 100%; }
    .myvisitoff .sectionnav .topbar {
      padding: 5px 10px 0 0; }
    .myvisitoff .sectionnav .sectionheading .bottombar {
      display: none; }
    .myvisitoff .sectionnav .planyourvisitCTA {
      margin-top: 0; }
  .myvisitoff ul li a, .myvisiton ul li a {
    width: 100%; } }

/**************************************************************************************************
* Responsive menus
**************************************************************************************************/
.responsivemenutop {
  top: -20px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease; }
  .responsivemenutop li {
    display: block !important; }
  .responsivemenutop li.current {
    float: left; }
    .responsivemenutop li.current a {
      height: 20px !important; }

.responsivemenutop.drop {
  top: 40px;
  opacity: 1; }

.responsivemenubottom {
  height: auto;
  float: none;
  font-size: 1.2em; }
  .responsivemenubottom .mainmenu {
    position: relative;
    margin-top: 25px;
    width: 130px;
    float: left; }
    .responsivemenubottom .mainmenu li {
      display: block;
      margin-bottom: 10px;
      float: none; }
      .responsivemenubottom .mainmenu li a {
        height: 36px;
        width: 120px; }
    .responsivemenubottom .mainmenu li.current {
      float: none; }
      .responsivemenubottom .mainmenu li.current a {
        width: 130px; }
  .responsivemenubottom .sectionnav {
    margin-left: 153px;
    margin-right: 10px;
    border-left: 10px solid #008bbf;
    background-color: #e5e5e5;
    padding: 10px 10px 1px 0; }
    .responsivemenubottom .sectionnav .button {
      float: left;
      list-style: none;
      margin: 0 0 10px 10px;
      font-size: 0.95em;
      font-weight: normal;
      font-family: 'SMDINMedium', Arial, sans-serif;
      line-height: 1.3em; }
      .responsivemenubottom .sectionnav .button .link {
        display: block;
        height: 36px;
        width: 87px;
        padding: 3px 5px;
        text-decoration: none;
        background: url("/img/SCiM/visitus/bg-clipped-white.png") -19px 0px no-repeat; }
      .responsivemenubottom .sectionnav .button .link:hover {
        background-position: -19px -200px; }
      .responsivemenubottom .sectionnav .button .link.current {
        background-position: -19px -6800px; }

@media screen and (max-width: 520px) {
  .activities .eventList li {
    border-left: 0;
    width: 100%; }
  .activities .topicSelect .filter {
    border-left: 0;
    margin-bottom: 0;
    padding-bottom: 2em;
    width: 100%; }
  .activities .topicSelect .filter.disabled {
    padding-bottom: 0; }
  .activities .topicSelect a.viewAll {
    clear: both;
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0 15px 1em 15px; }
  .form-responsive-wffm .itineraryLabels {
    display: none; }
  .form-responsive-wffm .activity-textbox {
    padding: 0;
    width: 100%; }
    .form-responsive-wffm .activity-textbox label:first-of-type {
      display: inline-block;
      padding: 0 10px 0 0;
      width: 50%;
      font-family: SMDINRegular; }
    .form-responsive-wffm .activity-textbox div {
      width: 50%; }
  .form-responsive-wffm .activity-dropdown {
    width: 100%; }
    .form-responsive-wffm .activity-dropdown label:first-of-type {
      display: block; } }

@media screen and (max-width: 400px) {
  .activities .results .container,
  .activities .results .image,
  .activities .results .ages {
    width: 100%; } }


/* search styles */
div.pagination  {display: block; float:left;}
.pagination .pagejump a {display:inline ;margin-right:0;text-align: center; padding:0 0.5em;}
.pagination .pagejump a.active {background: none;color:blue;font-weight:bold}

p.link_prev, p.link_next, p.pagejump, p.link_first, p.link_last {
    display: block; float:left;
}
p.pagination-label {padding:0 !important;margin:0 !important}

.layout-search .itemlist ul li{list-style:none; padding:1em 0; border-top:1px solid #ddd}
.layout-search .itemlist ul {padding-left:0}
.layout-search .itemlist ul li a {font-weight:bold; text-decoration:none;font-size:130%;color:#333}
.layout-search .itemlist ul li p {padding:0;margin:0}
.layout-search .itemlist ul li a.itemlist-result-url {text-decoration:underline !important;font-size:90%; font-weight:normal;}