.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hide-element {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
html,
body {
  font: normal 100% "museo-sans", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* Font */
p {
  font-size: 0.813em;
}
/* 13px */
small {
  font-size: 0.813em;
}
/* 13px */
@media only screen and (min-width: 48em) {
  p {
    font-size: 0.9em;
  }
  /* 14px */
  small {
    font-size: 0.9em;
  }
  /* 14px */
}
/* Settings */
header,
footer,
article,
aside,
section {
  display: block;
}
a {
  outline: none;
}
.container {
  max-width: 75em;
  width: 95%;
  margin: 0 auto;
  padding: 1.5em 0;
}
/* Mobile Navigation */
/* Responsive */
.desktop {
  display: none;
}
.mobile {
  display: block;
}
img {
  max-width: 100%;
  text-align: center;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-object {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-object iframe,
.embed-object object,
.embed-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Base Template */
#outdated-browser {
  width: 100%;
  background: #eeeeee url('/-/graphics/base/outdated-browser-bg.jpg');
  text-shadow: 1px 1px 1px #442155;
  text-align: left;
  color: #BBB;
}
#outdated-browser .container {
  padding: 0.9em 0;
  margin: 0 auto;
}
#outdated-browser a:link,
#outdated-browser a:hover {
  text-decoration: none;
  color: #DDD;
}
#outdated-browser a:hover {
  text-decoration: underline;
  color: #FFF;
}
#cookie-notice {
  width: 100%;
  text-align: left;
}
#cookie-notice .container {
  background-repeat: no-repeat;
  margin: 0 auto;
}
#cookie-notice .container .cookie-alert-text {
  padding-left: 0;
}
.accept-cookie-alert {
  cursor: pointer;
}
.accept-cookie-alert:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* Slideshow */
#slideshow-shrink-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
#slideshow-shrink-wrap ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
#slideshow-shrink-wrap ul li {
  position: absolute;
  display: none;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}
ol.bjqs-markers {
  position: absolute;
  bottom: -2em;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ol.bjqs-markers.h-centered {
  text-align: center;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}
/* Form Fields */
input,
select,
textarea {
  resize: none;
  font-family: "museo-sans", Arial, sans-serif;
  -webkit-appearance: none;
}
input.standard,
select.standard,
textarea.standard {
  display: block;
  width: 100%;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  /* Ensuring below prompt */
}
input[type=radio] {
  -webkit-appearance: radio;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=submit] {
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}
/* Social Icons */
.social-icon {
  display: inline-block;
  background-size: 100%;
  text-indent: -999em;
  text-align: left;
  -webkit-border-radius: 0.313em;
  -moz-border-radius: 0.313em;
  border-radius: 0.313em;
  width: 25px;
  height: 25px;
}
.social-icon.small {
  width: 25px;
  height: 25px;
}
.social-icon.large {
  width: 35px;
  height: 35px;
}
.no-js .social-icon.facebook,
.no-svg .social-icon.facebook {
  background: url("/-/graphics/social/facebook.png");
}
.svg .social-icon.facebook {
  background: url("/-/graphics/social/facebook.svg");
}
.no-js .social-icon.twitter,
.no-svg .social-icon.twitter {
  background: url("/-/graphics/social/twitter.png");
}
.svg .social-icon.twitter {
  background: url("/-/graphics/social/twitter.svg");
}
.no-js .social-icon.googleplus,
.no-svg .social-icon.googleplus {
  background: url("/-/graphics/social/googleplus.png");
}
.svg .social-icon.googleplus {
  background: url("/-/graphics/social/googleplus.svg");
}
.no-js .social-icon.flickr,
.no-svg .social-icon.flickr {
  background: url("/-/graphics/social/flickr.png");
}
.svg .social-icon.flickr {
  background: url("/-/graphics/social/flickr.svg");
}
/* Retina Backround Images */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #cookie-notice .container {
    background-image: url('/-/graphics/base/information-icon@2x.png');
    background-size: 37px 37px;
  }
}
/* bp1 */
/* bp2 */
@media only screen and (min-width: 48em) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
/* bp3 */
