/*! 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.
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -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; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.has-overlay {
  overflow: hidden; }
  .has-overlay > body {
    height: 100%;
    overflow: hidden; }

.modal--fade, .modal--show {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9; }
  .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    height: auto;
    opacity: 1; }
  .is-active.modal--fade, .is-active.modal--show {
    display: block\9;
    height: 100%\9;
    width: 100%\9; }
  .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
    display: block\9; }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 20;
    margin-left: -400px;
    width: 800px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .modal--fade .modal-inner > img, .modal--show .modal-inner > img, .modal--fade .modal-inner > video, .modal--show .modal-inner > video, .modal--fade .modal-inner > iframe, .modal--show .modal-inner > iframe {
      width: 100%;
      height: auto;
      min-height: 300px; }
    .modal--fade .modal-inner > img, .modal--show .modal-inner > img {
      width: auto;
      max-width: 100%; }
    .modal--fade .modal-inner iframe, .modal--show .modal-inner iframe {
      display: block;
      width: 100%;
      border: 0; }
  .modal--fade .modal-content, .modal--show .modal-content {
    position: relative;
    max-height: 550px;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .modal--fade .modal-content > *, .modal--show .modal-content > * {
      max-width: 100%; }
  .modal--fade footer, .modal--show footer {
    border-top: 1px solid white;
    padding: 0 2em 18px;
    background: #f0f0f0;
    border-radius: 2px; }
  .modal--fade .modal-close, .modal--show .modal-close {
    display: block;
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden; }
    .modal--fade .modal-close:focus:after, .modal--show .modal-close:focus:after {
      outline: 1px dotted;
      outline: -webkit-focus-ring-color auto 5px; }
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      content: '\00d7';
      position: absolute;
      top: 35px;
      right: 50%;
      z-index: 20;
      margin-right: -400px; }
  @media screen and (max-width: 840px) {
    .modal--fade .modal-inner, .modal--show .modal-inner {
      width: auto;
      left: 20px;
      right: 20px;
      margin-left: 0; }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      margin-right: 0 !important;
      right: 20px; } }
  @media screen and (max-width: 30em) {
    .modal--fade, .modal--show {
      -webkit-transform: translate(0, 400px);
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 1ms .25s;
      -moz-transition: opacity 1ms .25s;
      -o-transition: opacity 1ms .25s;
      -ms-transition: opacity 1ms .25s;
      transition: opacity 1ms .25s;
      display: block;
      right: auto;
      bottom: auto; }
      .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
        width: 100%;
        height: 100%; }
        .modal--fade:target .modal-close, .modal--show:target .modal-close, .is-active.modal--fade .modal-close, .is-active.modal--show .modal-close {
          display: block; }
      .modal--fade .modal-inner, .modal--show .modal-inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto; }
      .modal--fade .modal-content, .modal--show .modal-content {
        max-height: none;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }
      .modal--fade .modal-close, .modal--show .modal-close {
        display: none;
        right: auto; }
        .modal--fade .modal-close:before, .modal--show .modal-close:before {
          content: '';
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          z-index: 20; }
        .modal--fade .modal-close:after, .modal--show .modal-close:after {
          top: 5px !important;
          right: 5px;
          left: auto;
          margin-left: 0; } }
  .is-stacked.modal--fade, .is-stacked.modal--show {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1; }
    .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
      -webkit-animation: scaleDown .7s ease both;
      -moz-animation: scaleDown .7s ease both;
      animation: scaleDown .7s ease both; }
    .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
      opacity: 0; }
    @media screen and (max-width: 30em) {
      .is-stacked.modal--fade, .is-stacked.modal--show {
        -webkit-animation: scaleDown .7s ease both;
        -moz-animation: scaleDown .7s ease both;
        animation: scaleDown .7s ease both; }
        .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
          -webkit-animation: none;
          -moz-animation: none;
          animation: none; }
        .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
          opacity: 1; } }

/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 * 		@extend %modal--transition-fade;
 * }
 *
 */
@media screen and (min-width: 30em) {
  .modal--fade {
    transition: opacity 0.4s; } }

/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--fade, .modal--show {
  color: #222;
  line-height: 1.3; }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
    transition: max-width 0.25s linear, margin-left 0.125s linear; }
  .modal--fade header, .modal--show header {
    border-bottom: 1px solid #ddd;
    padding: 0 1.2em; }
    .modal--fade header > h2, .modal--show header > h2 {
      margin: 0.5em 0; }
  .modal--fade .modal-content, .modal--show .modal-content {
    border-bottom: 1px solid #ddd;
    padding: 15px 2em; }
  .modal--fade footer, .modal--show footer {
    border-top: 1px solid white;
    padding: 0 1.2em 18px;
    background: #f0f0f0;
    border-radius: 2px; }
  .modal--fade .modal-close, .modal--show .modal-close {
    text-indent: -100px; }
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII="); }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      content: '\00d7';
      background: #fff;
      border-radius: 2px;
      padding: 2px 8px;
      font-size: 1.2em;
      text-decoration: none;
      text-indent: 0; }
  @media screen and (max-width: 30em) {
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      background: #27aae2;
      height: 3em;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
    .modal--fade .modal-inner, .modal--show .modal-inner {
      padding-top: 3em;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .modal--fade .modal-close, .modal--show .modal-close {
      text-decoration: none; }
      .modal--fade .modal-close:after, .modal--show .modal-close:after {
        content: attr(data-close);
        font-size: 1em;
        padding: 0.5em 1em; } }

/*
 * Plain Screen Theme Styles
 */
/**
 * Apply the desired modal behavior to your container selector
 */
.green {
  color: #458960; }

.bold {
  font-weight: 700; }

body, p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  color: #333; }

.ingress-large {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  color: #333; }
  .ingress-large p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    color: #333; }

.ingress {
  font-size: 22px;
  font-weight: 100;
  line-height: 1.3em;
  color: #666; }
  .ingress p {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.3em;
    color: #666; }

.ingress-small {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.3em;
  color: #666;
  margin-bottom: 10px; }
  .ingress-small--padded {
    padding-top: 10px; }
  .ingress-small .highlight-term {
    background-color: #76E1FF; }

.sidebar-menu > ul li {
  font-size: 18px;
  font-weight: 700;
  color: #fff; }
  .sidebar-menu > ul li > ul li {
    font-size: 16px;
    font-weight: 400;
    color: #BBB; }

label, .label {
  font-size: 13px;
  font-weight: 400;
  color: #17869E; }

.p-large {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #333; }
  .p-large p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    color: #333; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.tags .tag {
  margin-right: 0.5em;
  background: #582F4C;
  border-radius: 0.25em;
  padding: 0.5em 0.75em;
  font-size: 0.8em;
  color: #fff; }
  .tags .tag:last-child {
    margin-right: 0; }

.sidebar-box {
  margin: 1em 0;
  background: #F1F1E6;
  padding: 1.5em;
  font-size: 0.8em; }
  .sidebar-box > div {
    margin-bottom: 1.5em; }
  .sidebar-box h6 {
    margin: 0; }
  .sidebar-box p {
    margin: 0;
    color: #333;
    line-height: 1.4em; }
  .sidebar-box .museum-name {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #222; }

.as-inline-block {
  display: inline-block !important; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin: 0; }

hr.with-margin {
  margin: 2em 0; }

button, .btn, button--disabled, .btn--disabled, button--default, .btn--default, .office-card_btn, input[type="submit"], input[type="button"] {
  border: 1px solid #979797;
  color: #565656;
  border-radius: 11px;
  line-height: 1;
  padding: 5px 10px;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff; }
  button:hover, button:active, button:focus, .btn:hover, button--disabled:hover, .btn--disabled:hover, button--default:hover, .btn--default:hover, .office-card_btn:hover, input[type="submit"]:hover, input[type="button"]:hover, .btn:active, button--disabled:active, .btn--disabled:active, button--default:active, .btn--default:active, .office-card_btn:active, input[type="submit"]:active, input[type="button"]:active, .btn:focus, button--disabled:focus, .btn--disabled:focus, button--default:focus, .btn--default:focus, .office-card_btn:focus, input[type="submit"]:focus, input[type="button"]:focus {
    color: #186F7A;
    text-decoration: none; }
  button--disabled, .btn--disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.btn-purple {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  font-size: 1.125em;
  text-align: center;
  background: #582F4C;
  margin-bottom: 0.25em;
  color: #fff;
  border-radius: 5px;
  transition: background 200ms; }
  .btn-purple:hover {
    text-decoration: none;
    color: #fff;
    background: #371d2f; }

@media screen and (min-width: 801px) {
  .gallery-btn-museum {
    margin-top: 45px !important; } }

.btn-search {
  border-radius: 0;
  border: 0; }

/*Search-icon color:*/
.fa-search {
  color: #A7A7A7; }

.map-button {
  border-radius: 0;
  margin: 0; }

h1,
.h1 {
  font-size: 2.1875em;
  font-weight: 700;
  text-rendering: optimizelegibility;
  font-family: "Roboto";
  line-height: 1.2;
  color: #333; }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    h1,
    .h1 {
      font-size: 2.5em; } }
  @media screen and (min-width: 801px) {
    h1,
    .h1 {
      font-size: 3em; } }
  h1.center,
  .h1.center {
    text-align: center; }
  h1.box,
  .h1.box {
    background-color: #f1f1f2;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0; }

h2,
.h2 {
  font-size: 1.5625em;
  font-weight: 700;
  text-rendering: optimizelegibility;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  color: #000; }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    h2,
    .h2 {
      font-size: 1.875em; } }
  @media screen and (min-width: 801px) {
    h2,
    .h2 {
      font-size: 2.75em; } }
  h2.center,
  .h2.center {
    text-align: center; }
  h2.box,
  .h2.box {
    background-color: #f1f1f2;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0; }

h3,
.h3,
.office-card_heading {
  font-size: 1.5625em;
  font-weight: 700;
  text-rendering: optimizelegibility;
  font-family: "Roboto";
  line-height: 1.2;
  color: #000; }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    h3,
    .h3,
    .office-card_heading {
      font-size: 1.875em; } }
  @media screen and (min-width: 801px) {
    h3,
    .h3,
    .office-card_heading {
      font-size: 2.25em; } }
  h3.center,
  .h3.center,
  .center.office-card_heading {
    text-align: center; }
  h3.box,
  .h3.box,
  .box.office-card_heading {
    background-color: #f1f1f2;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0; }

h4,
.h4 {
  font-size: 1.125em;
  font-weight: 700;
  text-rendering: optimizelegibility;
  font-family: "Roboto";
  line-height: 1.2;
  color: #000; }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    h4,
    .h4 {
      font-size: 1.125em; } }
  @media screen and (min-width: 801px) {
    h4,
    .h4 {
      font-size: 2em; } }
  h4.center,
  .h4.center {
    text-align: center; }
  h4.box,
  .h4.box {
    background-color: #f1f1f2;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0; }

h5,
.h5 {
  font-size: 0.9375em;
  font-weight: 700;
  text-rendering: optimizelegibility;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  color: #000; }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    h5,
    .h5 {
      font-size: 0.9375em; } }
  @media screen and (min-width: 801px) {
    h5,
    .h5 {
      font-size: 1.5em; } }
  h5.center,
  .h5.center {
    text-align: center; }
  h5.box,
  .h5.box {
    background-color: #f1f1f2;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0; }

h6,
.h6 {
  font-size: 1.125em;
  font-weight: 700;
  text-rendering: optimizelegibility;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  color: #000; }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    h6,
    .h6 {
      font-size: 1.125em; } }
  @media screen and (min-width: 801px) {
    h6,
    .h6 {
      font-size: 1.125em; } }
  h6.center,
  .h6.center {
    text-align: center; }
  h6.box,
  .h6.box {
    background-color: #f1f1f2;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0; }

.heading-kart {
  padding-top: 5px;
  color: white; }

.section-title {
  background-color: #333333;
  color: #fff;
  padding: 10px 0; }

body {
  color: #575757;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400; }

a {
  color: #582F4C;
  text-decoration: none; }
  a:hover {
    color: #47263e; }
  a:hover, a:active {
    text-decoration: underline; }
  a:active, a:focus {
    color: #371d2f; }

fieldset {
  background-color: white;
  border: 1px solid #b7bbc0;
  margin: 0 0 10px;
  padding: 20px; }

input,
label,
select {
  display: block;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 5px; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #b7bbc0;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 10px;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #9ca1a8; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #4D828E;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(68, 115, 125, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple=multiple]:disabled,
  textarea:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover,
    textarea:disabled:hover {
      border: 1px solid #b7bbc0; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 5px; }

input[type="file"] {
  padding-bottom: 10px;
  width: 100%; }

select {
  margin-bottom: 20px;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 10px 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #8e949c;
  font-weight: 600;
  padding: 10px 0;
  text-align: left; }

td {
  border-bottom: 1px solid #b7bbc0;
  padding: 10px 0; }

tr,
td,
th {
  vertical-align: middle; }

.backdrop {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  transition: opacity 300ms linear; }
  .backdrop.active {
    visibility: visible;
    opacity: 1; }

img {
  max-width: 100%; }

.hamburger {
  display: table-cell;
  height: 76px;
  vertical-align: middle;
  cursor: pointer;
  color: #fff; }
  .hamburger-meat, .hamburger-side {
    display: table-cell;
    vertical-align: middle; }
  .hamburger-meat {
    width: 30px;
    height: 25px;
    background: #565656;
    position: relative; }
    .hamburger-meat::before, .hamburger-meat::after {
      position: absolute;
      width: 100%;
      height: 20%;
      left: 0;
      content: '';
      background-color: #f8f8f8; }
    .hamburger-meat::before {
      top: 20%; }
    .hamburger-meat::after {
      top: 60%; }
  .hamburger-side {
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    color: #636363; }

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  .container.adjustHeader {
    margin-top: 2em; }

body {
  overflow-x: hidden; }

.filters {
  margin-bottom: 50px; }
  .filters::after {
    clear: both;
    content: "";
    display: table; }
  .filters .filter {
    max-width: 95%; }
    @media screen and (min-width: 800px) {
      .filters .filter {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .filters .filter:last-child {
          margin-right: 0; } }
    .filters .filter_label {
      margin-left: 15px; }

.events::after {
  clear: both;
  content: "";
  display: table; }

.events .event-item {
  box-shadow: 0 0 4px #bbb;
  margin-bottom: 1.5em;
  -webkit-transition: -webkit-transform, box-shadow;
  -moz-transition: -moz-transform, box-shadow;
  transition: transform, box-shadow;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform, box-shadow;
  -moz-transition: -moz-transform, box-shadow;
  transition: transform, box-shadow;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
  @media screen and (min-width: 801px) {
    .events .event-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .events .event-item:last-child {
        margin-right: 0; }
      .events .event-item:nth-child(3n) {
        margin-right: 0; }
      .events .event-item:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    .events .event-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .events .event-item:nth-child(2n) {
        margin-right: 0; }
      .events .event-item:nth-child(2n+1) {
        clear: left; }
      .events .event-item:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .events .event-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .events .event-item:nth-child(1n) {
        margin-right: 0; }
      .events .event-item:nth-child(1n+1) {
        clear: left; }
      .events .event-item:last-child {
        margin-right: 0; } }
  .events .event-item:hover {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    box-shadow: 0 0 6px #999; }
    .events .event-item:hover .content {
      background: #fff; }
  .events .event-item .content {
    padding: 1em;
    background: #fff;
    min-height: 150px; }
  .events .event-item:hover, .events .event-item:visited, .events .event-item:active {
    text-decoration: none; }
  .events .event-item:hover {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    box-shadow: 0 0 6px #999; }
    .events .event-item:hover .content {
      background: #fff; }
  .events .event-item .location {
    padding: 0.5em 0.5em 0.4em 0.5em;
    font-size: 0.8em;
    text-align: center;
    background: #222;
    color: #fff;
    text-transform: uppercase; }
    .events .event-item .location_text {
      color: #fff;
      margin: 0; }
  .events .event-item .image {
    height: 145px;
    overflow: hidden;
    background: #ccc; }
  .events .event-item .title {
    margin: 0.4em 0 0.2em 0; }
  .events .event-item .date {
    margin: 0;
    font-size: 0.8em; }
    .events .event-item .date .fa {
      margin-right: 5px; }
  .events .event-item.show-more {
    display: none;
    background-color: #582F4C;
    color: #fff;
    min-height: 290px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer; }
    .events .event-item.show-more div {
      margin-top: 40%; }
    .events .event-item.show-more.display {
      display: block; }
  .events .event-item--long {
    margin: 30px 0; }
    .events .event-item--long::after {
      clear: both;
      content: "";
      display: table; }
    .events .event-item--long .image {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .events .event-item--long .image:last-child {
        margin-right: 0; }
    .events .event-item--long .content {
      padding-top: 0.5em;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      @media screen and (max-width: 480px) {
        .events .event-item--long .content {
          padding-top: 0em; } }
      .events .event-item--long .content:last-child {
        margin-right: 0; }
      .events .event-item--long .content h3 {
        margin: 0; }
      .events .event-item--long .content .upper {
        display: inline-block;
        margin-top: 10px; }
        @media screen and (min-width: 801px) {
          .events .event-item--long .content .upper {
            padding-left: 0.75em;
            margin-top: 0; } }
      .events .event-item--long .content .tags {
        display: inline-block; }
      .events .event-item--long .content .desktop {
        display: none; }
        @media screen and (min-width: 801px) {
          .events .event-item--long .content .desktop {
            display: block; } }
    .events .event-item--long .arrow-link {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 6.1721527019%;
      font-size: 5em;
      color: #582F4C; }
      .events .event-item--long .arrow-link:last-child {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        .events .event-item--long .arrow-link {
          display: none; } }
    .events .event-item--long:hover h2 {
      text-decoration: underline;
      color: #000; }

.event-item--long {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .event-item--long:last-child {
    border: 0; }
  .event-item--long .event-header {
    margin-bottom: 10px; }
  .event-item--long a {
    color: #222; }

.museum-list {
  margin-bottom: 100px; }
  .museum-list::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 800px) {
    .museum-list .museum-item-container {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .museum-list .museum-item-container:last-child {
        margin-right: 0; }
      .museum-list .museum-item-container:nth-child(3n) {
        margin-right: 0; }
      .museum-list .museum-item-container:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    .museum-list .museum-item-container {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .museum-list .museum-item-container:nth-child(2n) {
        margin-right: 0; }
      .museum-list .museum-item-container:nth-child(2n+1) {
        clear: left; }
      .museum-list .museum-item-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .museum-list .museum-item-container {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .museum-list .museum-item-container:nth-child(1n) {
        margin-right: 0; }
      .museum-list .museum-item-container:nth-child(1n+1) {
        clear: left; }
      .museum-list .museum-item-container:last-child {
        margin-right: 0; } }
  .museum-list .museum-item {
    box-shadow: 0 0 4px #bbb;
    margin-bottom: 1.5em;
    -webkit-transition: -webkit-transform, box-shadow;
    -moz-transition: -moz-transform, box-shadow;
    transition: transform, box-shadow;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    position: relative;
    background: #fff; }
    .museum-list .museum-item:hover {
      -webkit-transform: scale(1.02, 1.02);
      -moz-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
      -o-transform: scale(1.02, 1.02);
      transform: scale(1.02, 1.02);
      box-shadow: 0 0 6px #999; }
      .museum-list .museum-item:hover .content {
        background: #efefef; }
    .museum-list .museum-item .content {
      padding: 1em;
      background: #fff;
      min-height: 150px; }
    .museum-list .museum-item .image {
      height: 145px;
      overflow: hidden;
      background: #ccc; }
    .museum-list .museum-item .museumname {
      padding: 0 20px;
      text-align: center;
      margin: 10px 0; }
    .museum-list .museum-item .info-link {
      background-color: #582F4C;
      width: 100%;
      padding: 15px 20px;
      color: #fff;
      cursor: pointer; }
      .museum-list .museum-item .info-link .openingtimes {
        color: #fff; }
      .museum-list .museum-item .info-link .fa {
        float: right; }
      .museum-list .museum-item .info-link.opened i:before {
        content: "\f077"; }
      .museum-list .museum-item .info-link.opened:after {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #222;
        content: "";
        position: absolute;
        bottom: -35px;
        left: 48%; }

.museum-row::after {
  clear: both;
  content: "";
  display: table; }

.museum-dropdown {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  color: #fff; }
  .museum-dropdown > div {
    background-color: #222;
    padding: 30px 20px;
    margin-top: 20px;
    position: relative;
    display: none;
    /*
    &:before {
        @include arrow-up(10px, 10px, #b7bbc0);
        content: '';
        position: absolute;
        top: -10px;
    }
    */
    display: block; }
    .museum-dropdown > div.show {
      display: block; }
    .museum-dropdown > div.arrow:before {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #b7bbc0;
      content: '';
      position: absolute;
      top: -10px; }
    .museum-dropdown > div.arrow-left:before {
      left: 10px; }
    .museum-dropdown > div.arrow-middle:before {
      left: 450px; }
    .museum-dropdown > div.arrow-right:before {
      right: 10px; }
  .museum-dropdown::after {
    clear: both;
    content: "";
    display: table; }
  .museum-dropdown h4 {
    margin: 0;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #666;
    color: #fff; }
  .museum-dropdown h5 {
    color: #fff; }
  .museum-dropdown span, .museum-dropdown p {
    margin: 0; }
  .museum-dropdown a {
    color: #fff; }
  .museum-dropdown .info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .museum-dropdown .info:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      .museum-dropdown .info {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%; }
        .museum-dropdown .info:last-child {
          margin-right: 0; } }
    .museum-dropdown .info_name {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      border-bottom: solid 2px #b7bbc0;
      margin: 0;
      padding-bottom: 5px; }
      .museum-dropdown .info_name:last-child {
        margin-right: 0; }
    .museum-dropdown .info_block {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-top: 20px; }
      .museum-dropdown .info_block:last-child {
        margin-right: 0; }
    .museum-dropdown .info p {
      color: white; }
  .museum-dropdown .map {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .museum-dropdown .map:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      .museum-dropdown .map {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .museum-dropdown .map:last-child {
          margin-right: 0; } }

.text-on-museum {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  float: left; }
  .text-on-museum > * {
    color: #fff;
    margin: 0; }

.sidebar-box_item_header {
  margin: 0; }

.news-list {
  margin-bottom: 100px; }
  .news-list .news-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e2e4; }
    .news-list .news-item::after {
      clear: both;
      content: "";
      display: table; }
    .news-list .news-item h2 {
      margin: 0; }
    .news-list .news-item.last {
      border: none; }
  .news-list .image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .news-list .image:last-child {
      margin-right: 0; }
    .news-list .image img {
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 86.572128706%; }
      .news-list .image img:last-child {
        margin-right: 0; }
  .news-list .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .news-list .content:last-child {
      margin-right: 0; }
    .news-list .content_title {
      margin-top: 0;
      margin-bottom: 20px; }
  .news-list_more_text {
    display: inline-block;
    margin: 0;
    margin-right: 15px; }
  .news-list_more_arrow {
    display: inline-block;
    vertical-align: sub; }

.news_breadcrumbs_parent a {
  color: #a4a4a4;
  font-weight: 400; }

.news_breadcrumbs_child a {
  font-weight: 400; }

.social-links-in-news {
  margin-top: 10px; }

footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  background-color: #4b454a;
  margin-top: 4em; }
  @media screen and (min-width: 480px) {
    footer {
      padding: 2em 0 1em 0; } }
  footer nav {
    display: none; }
    footer nav::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 480px) {
      footer nav {
        display: block; } }
  footer .contact_list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    list-style: none; }
    footer .contact_list:last-child {
      margin-right: 0; }
    footer .contact_list_item {
      text-align: center;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      footer .contact_list_item:last-child {
        margin-right: 0; }
      @media screen and (min-width: 480px) {
        footer .contact_list_item {
          display: inline-block;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          footer .contact_list_item:last-child {
            margin-right: 0; } }
      footer .contact_list_item a {
        color: #fff; }
        footer .contact_list_item a:hover {
          text-decoration: underline; }
      footer .contact_list_item_text {
        word-wrap: break-word;
        margin: 10px 0 10px;
        color: #fff;
        font-weight: 400; }
        footer .contact_list_item_text.icon {
          display: inline-block; }
        footer .contact_list_item_text .fa {
          margin-right: 10px;
          width: 18px;
          height: 18px;
          font-size: 22px; }
          @media screen and (min-width: 801px) {
            footer .contact_list_item_text .fa {
              width: 25px;
              height: 25px;
              font-size: 29px;
              line-height: 32px; } }
        footer .contact_list_item_text .fa-facebook {
          color: #4b454a;
          background-color: #fff;
          width: 18px;
          height: 18px;
          font-size: 14px;
          line-height: 24px;
          text-align: center;
          border-radius: 20%; }
          @media screen and (min-width: 801px) {
            footer .contact_list_item_text .fa-facebook {
              width: 25px;
              height: 26px;
              font-size: 22px;
              line-height: 32px; } }
      @media screen and (min-width: 480px) {
        footer .contact_list_item--border {
          border-right: 1px solid #5c6269; } }
  footer .footer-navigation_left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    footer .footer-navigation_left:last-child {
      margin-right: 0; }
  footer .footer-navigation_right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-left: 8.5298042998%; }
    footer .footer-navigation_right:last-child {
      margin-right: 0; }
  @media screen and (min-width: 800px) {
    footer .item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      footer .item:last-child {
        margin-right: 0; }
      footer .item:nth-child(4n) {
        margin-right: 0; }
      footer .item:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    footer .item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      footer .item:last-child {
        margin-right: 0; }
      footer .item:nth-child(2n) {
        margin-right: 0; }
      footer .item:nth-child(2n+1) {
        clear: left; } }
  footer .item h6 {
    color: #fff;
    margin: 0; }
    footer .item h6:hover {
      text-decoration: underline; }
  footer .item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px; }
    footer .item ul a {
      color: #ccc;
      font-size: 14px; }

.slider-wrapper {
  /* @include clearfix; */
  /* > div { */
  /*     @include media($medium-and-larger-viewport) { */
  /*         transform:translateY(-76px); */
  /*         margin-bottom: -76px; */
  /*     } */
  /* } */ }

.slick-dots li button {
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
  background: gray !important; }
  .slick-dots li button:before {
    content: '' !important; }

.slick-dots .slick-active button {
  border-radius: 50% !important;
  width: 13px !important;
  height: 13px !important;
  background: #000 !important; }
  .slick-dots .slick-active button:before {
    content: '' !important; }

.slider, .flexslider {
  border: none;
  border-radius: 0px;
  margin: 0 !important; }
  .slider .slider-column:before, .flexslider .slider-column:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: 0.3; }
  .slider .slider-content, .flexslider .slider-content {
    position: absolute;
    z-index: 3;
    bottom: 120px;
    width: 100%;
    color: #fff;
    text-align: center; }
    .slider .slider-content a, .flexslider .slider-content a {
      color: #fff; }
    .slider .slider-content .article-meta, .flexslider .slider-content .article-meta {
      width: 60%;
      margin: auto;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.35); }
      .slider .slider-content .article-meta h1, .flexslider .slider-content .article-meta h1 {
        color: #fff; }
  .slider .flex-control-nav, .flexslider .flex-control-nav {
    bottom: 20px; }
  .slider_control-button, .flexslider_control-button {
    position: absolute;
    height: 40px;
    border: none;
    font-size: 24px;
    border-radius: 0;
    text-align: left;
    padding: 6px 10px; }
    .slider_control-button:active, .slider_control-button:visited, .flexslider_control-button:active, .flexslider_control-button:visited {
      color: #fff; }
    @media screen and (min-width: 801px) {
      .slider_control-button, .flexslider_control-button {
        position: absolute;
        color: #fff;
        background-color: transparent;
        top: 30%; } }
    .slider_control-button img, .flexslider_control-button img {
      display: none; }
      @media screen and (min-width: 480px) {
        .slider_control-button img, .flexslider_control-button img {
          display: inline; } }
      @media screen and (min-width: 801px) {
        .slider_control-button img, .flexslider_control-button img {
          display: inline; } }
    .slider_control-button span, .flexslider_control-button span {
      display: inline-block; }
      @media screen and (min-width: 801px) {
        .slider_control-button span, .flexslider_control-button span {
          display: none; } }
    .slider_control-button .btn-purple:active, .flexslider_control-button .btn-purple:active {
      background-color: none; }
    .slider_control-button--prev, .flexslider_control-button--prev {
      left: 10px;
      margin-top: 10px; }
      @media screen and (min-width: 480px) {
        .slider_control-button--prev, .flexslider_control-button--prev {
          top: 40%;
          left: 0;
          background: none; }
          .slider_control-button--prev:hover, .flexslider_control-button--prev:hover {
            background: none !important; } }
      @media screen and (min-width: 801px) {
        .slider_control-button--prev, .flexslider_control-button--prev {
          left: -90px;
          top: 45%; }
          .slider_control-button--prev:hover, .flexslider_control-button--prev:hover {
            background: none !important; } }
    .slider_control-button--next, .flexslider_control-button--next {
      right: 10px;
      margin-top: 10px; }
      @media screen and (min-width: 480px) {
        .slider_control-button--next, .flexslider_control-button--next {
          top: 40%;
          right: 0;
          background: none; }
          .slider_control-button--next:hover, .flexslider_control-button--next:hover {
            background: none !important; } }
      @media screen and (min-width: 801px) {
        .slider_control-button--next, .flexslider_control-button--next {
          right: -90px;
          top: 45%;
          background: none; }
          .slider_control-button--next:hover, .flexslider_control-button--next:hover {
            background: none !important; } }

@media screen and (min-width: 480px) {
  .slider_control_mobile span {
    display: none !important; } }

#featured .slide {
  position: relative; }

#featured img {
  max-width: 100%; }

#featured .slick-dots {
  bottom: -10px;
  display: none !important; }
  @media screen and (min-width: 480px) {
    #featured .slick-dots {
      display: block; } }
  #featured .slick-dots .slick-active button {
    background-color: #fff !important; }

.image-gallery .slider .image-description {
  padding: 4px;
  color: #aaa;
  font-style: italic; }

.image-gallery .slider_control-button {
  color: #fff;
  z-index: 200; }

.image-gallery .dots {
  display: none;
  background-color: #fff; }

.image-gallery .slick-dots li button {
  border: none;
  background-color: #000 !important;
  padding: 5px; }

.image-gallery .slick-dots .slick-active button {
  background-color: #fff !important;
  border-color: #000 !important; }

.image-gallery .slick-dots:hover {
  background-color: none; }

.dots .slick-dots {
  display: none;
  background-color: #fff; }
  @media screen and (min-width: 480px) {
    .dots .slick-dots {
      position: static; } }
  @media screen and (min-width: 801px) {
    .dots .slick-dots {
      position: static; } }

.slide-show-text {
  background-color: #582F4C;
  text-align: center;
  padding: 10px 10px; }
  @media screen and (min-width: 480px) {
    .slide-show-text {
      background-color: inherit;
      position: absolute;
      display: flex;
      justify-content: center;
      flex-direction: column;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 20%;
      margin: auto;
      text-align: center; } }
  .slide-show-text-title {
    color: #fff;
    font-weight: bolder;
    margin: 10px 0px; }
  .slide-show-text-ingress {
    display: block;
    color: #fff; }
    @media screen and (min-width: 480px) {
      .slide-show-text-ingress {
        display: block;
        margin: 0;
        font-weight: bold; } }
  .slide-show-text-more {
    /* display: none !important; */ }
    @media screen and (min-width: 480px) {
      .slide-show-text-more {
        display: block;
        width: 140px;
        margin: 10px auto; } }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    .slide-show-text h1 {
      font-size: 20px; }
    .slide-show-text p {
      display: none; } }

.featured-text {
  margin-bottom: 100px;
  text-align: center; }

.important-news {
  margin-bottom: 60px;
  padding: 20px 0;
  display: block;
  background-color: #F1F1E6; }
  .important-news_inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 10px;
    color: #222; }
    .important-news_inner::after {
      clear: both;
      content: "";
      display: table; }
    .important-news_inner_icon {
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #582F4C; }
    .important-news_inner_content {
      margin: 0 20px; }
      .important-news_inner_content_title {
        margin: 0; }
    .important-news_inner_arrow {
      display: table-cell;
      vertical-align: middle; }

@media screen and (max-width: 480px) {
  .map-canvas {
    height: 200px !important; } }

.menu-buttons {
  position: relative;
  width: 100%;
  background-color: #4b454a;
  z-index: 20;
  height: 54px; }
  .menu-buttons.search-active {
    top: 54px; }
    @media screen and (min-width: 801px) {
      .menu-buttons.search-active {
        top: 0; } }
  @media screen and (min-width: 801px) {
    .menu-buttons {
      height: 76px;
      top: 0; } }
  .menu-buttons .menuToggle {
    cursor: pointer;
    background-color: #363135;
    color: #fff; }
    .menu-buttons .menuToggle .desktop {
      display: none; }
      @media screen and (min-width: 801px) {
        .menu-buttons .menuToggle .desktop {
          display: inline-block; } }
    .menu-buttons .menuToggle span {
      margin-left: 10px; }
    .menu-buttons .menuToggle:hover {
      background: #fff;
      color: #000; }
    @media screen and (max-width: 800px) {
      .menu-buttons .menuToggle {
        padding: 10px 16px;
        height: 54px;
        font-size: 24px; } }
  .menu-buttons_language {
    float: right; }

.menu {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 410px;
  -webkit-transform: translate(-410px, 0px);
  -moz-transform: translate(-410px, 0px);
  -ms-transform: translate(-410px, 0px);
  -o-transform: translate(-410px, 0px);
  transform: translate(-410px, 0px);
  -webkit-animation-name: menu-animation-out;
  -moz-animation-name: menu-animation-out;
  animation-name: menu-animation-out;
  -webkit-animation-name: menu-animation-out;
  -moz-animation-name: menu-animation-out;
  animation-name: menu-animation-out;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease; }
  @media screen and (max-width: 800px) {
    .menu {
      width: 250px;
      -webkit-transform: translate(-250px, 0px);
      -moz-transform: translate(-250px, 0px);
      -ms-transform: translate(-250px, 0px);
      -o-transform: translate(-250px, 0px);
      transform: translate(-250px, 0px); } }
  @media screen and (max-width: 800px) {
    .menu {
      -webkit-animation-name: menu-animation-out-small;
      -moz-animation-name: menu-animation-out-small;
      animation-name: menu-animation-out-small; } }
  .menu.show {
    -webkit-animation-name: menu-animation;
    -moz-animation-name: menu-animation;
    animation-name: menu-animation;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    @media screen and (max-width: 800px) {
      .menu.show {
        -webkit-animation-name: menu-animation-small;
        -moz-animation-name: menu-animation-small;
        animation-name: menu-animation-small; } }

@keyframes menu-animation {
  from {
    -webkit-transform: translate(-410px, 0px);
    -moz-transform: translate(-410px, 0px);
    -ms-transform: translate(-410px, 0px);
    -o-transform: translate(-410px, 0px);
    transform: translate(-410px, 0px); }
  to {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes menu-animation-out {
  from {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-410px, 0px);
    -moz-transform: translate(-410px, 0px);
    -ms-transform: translate(-410px, 0px);
    -o-transform: translate(-410px, 0px);
    transform: translate(-410px, 0px); } }

@keyframes menu-animation-small {
  from {
    -webkit-transform: translate(-250px, 0px);
    -moz-transform: translate(-250px, 0px);
    -ms-transform: translate(-250px, 0px);
    -o-transform: translate(-250px, 0px);
    transform: translate(-250px, 0px); }
  to {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes menu-animation-out-small {
  from {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-250px, 0px);
    -moz-transform: translate(-250px, 0px);
    -ms-transform: translate(-250px, 0px);
    -o-transform: translate(-250px, 0px);
    transform: translate(-250px, 0px); } }

.logo {
  display: inline-block;
  float: right;
  background: transparent;
  height: 54px;
  width: 175px;
  padding: 20px; }
  @media screen and (max-width: 800px) {
    .logo {
      padding: 10px 15px; } }
  @media screen and (min-width: 801px) {
    .logo {
      height: 76px;
      width: 197px; } }

.navigation {
  min-height: 100%;
  position: relative;
  display: block;
  z-index: 1;
  padding: 30px 0;
  background-color: #222;
  color: #fff; }
  .navigation a {
    color: #fff; }
  .navigation > ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .navigation > ul > li a {
      display: block;
      border-bottom: 1px solid #222;
      padding: 0.5em 0;
      margin: 0 20px;
      transition: background 200ms;
      border-bottom: 1px solid #5c6269; }
      .navigation > ul > li a:hover {
        background: #333;
        text-decoration: none; }
    .navigation > ul > li > a {
      font-size: 1.2em; }
      .navigation > ul > li > a i {
        float: right;
        padding-top: 0.2em; }
    .navigation > ul > li > ul {
      display: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .navigation > ul > li > ul a {
        border: 0;
        padding: 0.5em 0;
        color: #999; }
      .navigation > ul > li > ul li.active a {
        background: #111;
        color: #fff; }
    .navigation > ul > li.active > a i:before {
      content: "\f078"; }
    .navigation > ul > li.active > ul {
      padding-bottom: 1em;
      display: block; }

.sub-navigation ul {
  list-style-type: none; }
  .sub-navigation ul li {
    padding: 0.5em 1em;
    background: #f4f4f4;
    transition: background 200ms;
    margin-bottom: 2px; }
    .sub-navigation ul li a {
      display: block; }
    .sub-navigation ul li:hover {
      background: #582F4C; }
      .sub-navigation ul li:hover a {
        color: #fff;
        text-decoration: none; }
    .sub-navigation ul li.active {
      background: #ccc; }
      .sub-navigation ul li.active a {
        cursor: default;
        color: #000; }

.navbutton {
  padding: 24px 20px 0 20px;
  height: 76px;
  margin: 0;
  display: inline-block;
  float: left;
  cursor: pointer; }
  .navbutton .fa-times {
    display: none; }
  .navbutton .fa-bars {
    display: inline-block; }
  .navbutton.opened .fa-bars {
    display: none; }
  .navbutton.opened .fa-times {
    display: inline-block; }

.language-picker {
  height: 54px;
  line-height: 54px;
  margin: 0;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 20; }
  @media screen and (min-width: 801px) {
    .language-picker {
      height: 76px;
      line-height: 76px; } }
  .language-picker .language-image {
    margin-top: 30px;
    width: 24px; }
  .language-picker .button {
    cursor: pointer; }
  .language-picker .button, .language-picker ul {
    padding: 0 10px; }
    @media screen and (min-width: 801px) {
      .language-picker .button, .language-picker ul {
        padding: 0 20px; } }
  .language-picker ul {
    position: absolute;
    min-width: 130px;
    right: -35px;
    line-height: 1;
    border-radius: 5%;
    padding: 0;
    display: none;
    list-style-type: none;
    margin: 0;
    background-color: white;
    /* padding: 0; */ }
    @media screen and (min-width: 801px) {
      .language-picker ul {
        top: 70px;
        right: -25px; } }
    .language-picker ul:before {
      position: absolute;
      top: -14px;
      left: 46px;
      content: '';
      height: 0;
      width: 0;
      border-bottom: 14px solid white;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent; }
    .language-picker ul.show {
      display: block; }
    .language-picker ul li {
      padding: 12px 30px 12px 20px;
      border-bottom: 1px solid #e0e2e4; }
      .language-picker ul li a {
        color: #666; }
      .language-picker ul li.last {
        border: none; }
      .language-picker ul li .fa {
        display: none; }
      .language-picker ul li.active a {
        font-weight: bold;
        color: #000; }
      .language-picker ul li.active .active-icon {
        display: inline-block;
        margin-right: 10px; }

.breadcrumbs-nav {
  height: 54px;
  margin: 0;
  background-color: transparent;
  display: inline-block;
  cursor: pointer; }
  @media screen and (min-width: 801px) {
    .breadcrumbs-nav {
      height: 76px; } }
  @media screen and (max-width: 800px) {
    .breadcrumbs-nav {
      display: none; } }
  .breadcrumbs-nav .button, .breadcrumbs-nav ul, .breadcrumbs-nav .breadcrumbs-container {
    padding: 24px 20px 0 20px; }
  .breadcrumbs-nav .breadcrumbs-container {
    color: #fff; }
    .breadcrumbs-nav .breadcrumbs-container a {
      color: #ccc; }
      .breadcrumbs-nav .breadcrumbs-container a:after {
        content: "/";
        display: inline-block;
        padding: 0 5px 0 8px;
        color: #666; }
  .breadcrumbs-nav ul {
    display: none;
    list-style-type: none;
    margin: 0;
    /* padding: 0; */ }
    .breadcrumbs-nav ul.show {
      display: block; }

.main-container {
  background-color: #fff;
  -webkit-animation-name: main-container-animation-out;
  -moz-animation-name: main-container-animation-out;
  animation-name: main-container-animation-out;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }
  @media screen and (max-width: 800px) {
    .main-container {
      -webkit-animation-name: main-container-animation-out-small;
      -moz-animation-name: main-container-animation-out-small;
      animation-name: main-container-animation-out-small; } }
  .main-container.show {
    -webkit-transform: translate(410px, 0px);
    -moz-transform: translate(410px, 0px);
    -ms-transform: translate(410px, 0px);
    -o-transform: translate(410px, 0px);
    transform: translate(410px, 0px);
    -webkit-animation-name: main-container-animation;
    -moz-animation-name: main-container-animation;
    animation-name: main-container-animation; }
    @media screen and (max-width: 800px) {
      .main-container.show {
        -webkit-transform: translate(250px, 0px);
        -moz-transform: translate(250px, 0px);
        -ms-transform: translate(250px, 0px);
        -o-transform: translate(250px, 0px);
        transform: translate(250px, 0px);
        -webkit-animation-name: main-container-animation-small;
        -moz-animation-name: main-container-animation-small;
        animation-name: main-container-animation-small; } }
    .main-container.show:before {
      content: "";
      background: #000;
      opacity: 0.5;
      display: block;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      position: fixed;
      z-index: 1; }

@keyframes main-container-animation {
  from {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(410px, 0px);
    -moz-transform: translate(410px, 0px);
    -ms-transform: translate(410px, 0px);
    -o-transform: translate(410px, 0px);
    transform: translate(410px, 0px); } }

@keyframes main-container-animation-small {
  from {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(250px, 0px);
    -moz-transform: translate(250px, 0px);
    -ms-transform: translate(250px, 0px);
    -o-transform: translate(250px, 0px);
    transform: translate(250px, 0px); } }

@keyframes main-container-animation-out {
  from {
    -webkit-transform: translate(410px, 0px);
    -moz-transform: translate(410px, 0px);
    -ms-transform: translate(410px, 0px);
    -o-transform: translate(410px, 0px);
    transform: translate(410px, 0px); }
  to {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes main-container-animation-out-small {
  from {
    -webkit-transform: translate(250px, 0px);
    -moz-transform: translate(250px, 0px);
    -ms-transform: translate(250px, 0px);
    -o-transform: translate(250px, 0px);
    transform: translate(250px, 0px); }
  to {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

.link {
  display: inline-block; }
  .link_icon, .link_text {
    vertical-align: middle; }
  .link_icon {
    height: 18px;
    width: 17px;
    fill: #565656; }
    .link_icon--left {
      margin-right: 10px; }
    .link_icon--right {
      margin-left: 10px; }
  .link ~ .link {
    margin-left: 10px; }

@media screen and (min-width: 801px) {
  .office-card_element {
    float: left;
    width: 33.3333333333%;
    padding: 0 1px; } }

.office-card_section {
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  padding: 20px;
  height: 180px; }

.office-card_actions ~ .office-card_actions .office-card_btn {
  margin-top: 15px; }

.office-card_actions .office-card_btn ~ .office-card_btn {
  margin-right: 10px; }

.office-card p {
  margin: 0; }

.office-card .type {
  display: none; }

.office-card .tel {
  display: inline-block; }
  .office-card .tel ~ .tel {
    margin-left: 10px; }

.social {
  border-top: 1px solid #e0e2e4;
  border-bottom: 1px solid #e0e2e4;
  padding: 5px 0; }
  .social.center {
    text-align: center; }
  .social h6 {
    text-align: left;
    margin: 0;
    padding: 0; }

.icon-link {
  width: 40px;
  height: 40px;
  background-color: #582F4C;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box; }
  .icon-link.fill.facebook {
    background-color: #3b5998; }
    .icon-link.fill.facebook:hover {
      background-color: #fff; }
      .icon-link.fill.facebook:hover .fa-facebook {
        color: #3b5998;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.tumblr {
    background-color: #32506d; }
    .icon-link.fill.tumblr:hover {
      background-color: #fff; }
      .icon-link.fill.tumblr:hover .fa-tumblr {
        color: #32506d;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.linkedin {
    background-color: #007bb6; }
    .icon-link.fill.linkedin:hover {
      background-color: #fff; }
      .icon-link.fill.linkedin:hover .fa-linkedin {
        color: #007bb6;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.twitter {
    background-color: #00aced; }
    .icon-link.fill.twitter:hover {
      background-color: #fff; }
      .icon-link.fill.twitter:hover .fa-twitter {
        color: #00aced;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.google-plus {
    background-color: #dd4b39; }
    .icon-link.fill.google-plus:hover {
      background-color: #fff; }
      .icon-link.fill.google-plus:hover .fa-google-plus {
        color: #dd4b39;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.reddit {
    background-color: #8bbbe3; }
    .icon-link.fill.reddit:hover {
      background-color: #fff; }
      .icon-link.fill.reddit:hover .fa-reddit {
        color: #8bbbe3;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.youtube {
    background-color: #df1c31; }
    .icon-link.fill.youtube:hover {
      background-color: #fff; }
      .icon-link.fill.youtube:hover .fa-youtube {
        color: #df1c31;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.instagram {
    background-color: #3f729b; }
    .icon-link.fill.instagram:hover {
      background-color: #fff; }
      .icon-link.fill.instagram:hover .fa-instagram {
        color: #3f729b;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.tripadvisor {
    background-color: #589442; }
    .icon-link.fill.tripadvisor:hover {
      background-color: #fff; }
      .icon-link.fill.tripadvisor:hover .fa-tripadvisor {
        color: #589442;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.pinterest {
    background-color: #b81621; }
    .icon-link.fill.pinterest:hover {
      background-color: #fff; }
      .icon-link.fill.pinterest:hover .fa-pinterest {
        color: #b81621;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.github {
    background-color: #444; }
    .icon-link.fill.github:hover {
      background-color: #fff; }
      .icon-link.fill.github:hover .fa-github {
        color: #444;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.envelope {
    background-color: #333; }
    .icon-link.fill.envelope:hover {
      background-color: #fff; }
      .icon-link.fill.envelope:hover .fa-envelope {
        color: #333;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.fill.soundcloud {
    background-color: #f50; }
    .icon-link.fill.soundcloud:hover {
      background-color: #fff; }
      .icon-link.fill.soundcloud:hover .fa-soundcloud {
        color: #f50;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
  .icon-link.brand {
    background-color: #fff; }
    .icon-link.brand .fa {
      color: #006FC2; }
  .icon-link.round {
    border-radius: 50%; }
  .icon-link.round-corner {
    border-radius: 5px; }
  .icon-link:hover {
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    background-color: #fff; }
    .icon-link:hover.facebook {
      border: 2px solid #3b5998; }
    .icon-link:hover.tumblr {
      border: 2px solid #32506d; }
    .icon-link:hover.linkedin {
      border: 2px solid #007bb6; }
    .icon-link:hover.twitter {
      border: 2px solid #00aced; }
    .icon-link:hover.google-plus {
      border: 2px solid #dd4b39; }
    .icon-link:hover.reddit {
      border: 2px solid #8bbbe3; }
    .icon-link:hover.youtube {
      border: 2px solid #df1c31; }
    .icon-link:hover.instagram {
      border: 2px solid #3f729b; }
    .icon-link:hover.tripadvisor {
      border: 2px solid #589442; }
    .icon-link:hover.pinterest {
      border: 2px solid #b81621; }
    .icon-link:hover.github {
      border: 2px solid #444; }
    .icon-link:hover.envelope {
      border: 2px solid #333; }
    .icon-link:hover.soundcloud {
      border: 2px solid #f50; }
    .icon-link:hover .fa {
      line-height: 36px; }
    .icon-link:hover .fa-facebook {
      color: #3b5998;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-tumblr {
      color: #32506d;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-linkedin {
      color: #007bb6;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-twitter {
      color: #00aced;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-google-plus {
      color: #dd4b39;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-reddit {
      color: #8bbbe3;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-youtube {
      color: #df1c31;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-instagram {
      color: #3f729b;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-tripadvisor {
      color: #589442;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-pinterest {
      color: #b81621;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-github {
      color: #444;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-envelope {
      color: #333;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
    .icon-link:hover .fa-soundcloud {
      color: #f50;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
  .icon-link .fa {
    color: #fff;
    line-height: 40px;
    font-size: 18px; }

.brand-icons {
  background-color: #ddd;
  padding: 10px 0; }

.searchbox-container {
  background-color: #fff;
  width: 0;
  height: 0;
  top: -100px;
  line-height: 54px;
  float: right;
  margin: 0 auto; }
  @media screen and (min-width: 801px) {
    .searchbox-container {
      line-height: 76px;
      -webkit-transition: width, 300ms, ease-in;
      -moz-transition: width, 300ms, ease-in;
      transition: width, 300ms, ease-in; } }
  .searchbox-container.show {
    width: 100%;
    position: absolute;
    top: -55px;
    height: 54px; }
    @media screen and (min-width: 801px) {
      .searchbox-container.show {
        width: 100%;
        position: relative;
        top: 0;
        -webkit-transition: width, 300ms, ease-out;
        -moz-transition: width, 300ms, ease-out;
        transition: width, 300ms, ease-out;
        height: 76px; } }
  .searchbox-container span {
    width: 100%; }
  .searchbox-container .btn-search {
    float: right;
    position: relative;
    border-radius: 0;
    bottom: 76px;
    border: 0;
    height: 54px;
    padding: 10px 15px;
    background: #582F4C;
    border: thin dotted;
    border-left: none;
    color: #fff;
    width: 60px; }
    @media screen and (min-width: 801px) {
      .searchbox-container .btn-search {
        height: 76px;
        bottom: 109px;
        width: 100px; } }
    .searchbox-container .btn-search:hover {
      color: #fff;
      background: #371d2f; }
    .searchbox-container .btn-search_icon {
      position: relative;
      top: -76px;
      left: 10px; }
      @media screen and (min-width: 801px) {
        .searchbox-container .btn-search_icon {
          top: -111px;
          left: 20px; } }
  .searchbox-container .search-form {
    display: none; }
    .searchbox-container .search-form.show {
      display: inline-block;
      width: 100%; }
  .searchbox-container_placeholder {
    position: relative;
    top: 0;
    left: -40px;
    padding: 0 0 0 20px;
    display: inline-block; }
    .searchbox-container_placeholder.hide {
      display: none; }

.searchbutton, input[type="search"].searchbox {
  box-sizing: border-box;
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  color: #000;
  border-radius: 0;
  outline: none;
  background: none; }
  @media screen and (min-width: 801px) {
    .searchbutton, input[type="search"].searchbox {
      height: 76px;
      line-height: 76px; } }

input[type="search"].searchbox {
  padding: 0 30px;
  border: none;
  width: auto;
  box-shadow: none;
  margin: 0;
  width: 100%;
  float: left;
  color: #000; }
  @media screen and (min-width: 801px) {
    input[type="search"].searchbox {
      padding: 0px 20px 0px 50px; } }
  input[type="search"].searchbox:focus, input[type="search"].searchbox:hover {
    background-color: none;
    border-color: #fff; }
    input[type="search"].searchbox:focus + .searchbutton, input[type="search"].searchbox:hover + .searchbutton {
      background-color: none; }
  input[type="search"].searchbox:focus {
    outline: thin dotted;
    outline-offset: -1px;
    box-shadow: none; }
  input[type="search"].searchbox.placeholder {
    color: #6d6d6d; }
  input[type="search"].searchbox:-moz-placeholder {
    color: #6d6d6d; }
  input[type="search"].searchbox::-moz-placeholder {
    color: #6d6d6d; }
  input[type="search"].searchbox:-ms-input-placeholder {
    color: #6d6d6d; }
  input[type="search"].searchbox::-webkit-input-placeholder {
    color: #6d6d6d; }

.searchbutton {
  width: 50px;
  padding: 0;
  text-align: center;
  border: none; }
  .searchbutton:hover, .searchbutton:focus {
    outline: thin dotted;
    outline-offset: -1px; }
  .searchbutton--close {
    color: #6d6d6d; }
    .searchbutton--close:active {
      color: #545454; }
  .searchbutton--search:hover, .searchbutton--search:focus {
    background-color: none; }
  .searchbutton--search:active {
    color: #bcbcbc; }

.search-material {
  margin-left: 1em;
  margin-right: 1em; }
  .search-material input {
    height: 45px;
    cursor: pointer;
    transition: border-bottom-color 200ms;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #b7bbc0;
    padding-left: 0;
    padding-right: 30px;
    float: left; }
    .search-material input:hover {
      border-bottom-color: #000; }
      .search-material input:hover i {
        color: #000; }
    .search-material input:focus, .search-material input:active {
      border-bottom-color: #582F4C;
      color: #582F4C;
      box-shadow: none; }
  .search-material i {
    transition: color 200ms;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateX(-22px) translateY(12px);
    -moz-transform: translateX(-22px) translateY(12px);
    -ms-transform: translateX(-22px) translateY(12px);
    -o-transform: translateX(-22px) translateY(12px);
    transform: translateX(-22px) translateY(12px); }
  .search-material:hover i {
    color: #582F4C; }

.search_header {
  border-bottom: 1px solid #e0e2e4;
  padding-bottom: 30px; }

.search-results {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 30px; }
  .search-results .search-result .result-separator {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    border-top: 1px solid #e0e2e4;
    padding: 10px 0; }
    .search-results .search-result .result-separator:last-child {
      margin-right: 0; }
  .search-results .search-result .result-img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .search-results .search-result .result-img:last-child {
      margin-right: 0; }
  .search-results .search-result .result-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0; }
    .search-results .search-result .result-content:last-child {
      margin-right: 0; }
    .search-results .search-result .result-content.fullwidth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .search-results .search-result .result-content.fullwidth:last-child {
        margin-right: 0; }
    .search-results .search-result .result-content h4, .search-results .search-result .result-content p.intro {
      margin: 0; }

.tt-dataset-best-pictures {
  background: #222; }
  .tt-dataset-best-pictures p {
    margin: 0;
    color: #fff; }

.tt-suggestion {
  background: #555;
  margin: 0 0 1px 0;
  padding: 1em;
  transition: background 200ms ease;
  cursor: pointer; }
  .tt-suggestion:hover {
    background: #582F4C; }

.tt-cursor {
  background: #582F4C; }

.pill, .pill--active {
  border: 1px solid #979797;
  color: #565656;
  border-radius: 11px;
  line-height: 1;
  padding: 5px 10px;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff; }
  .pill:hover, .pill--active:hover, .pill:active, .pill--active:active, .pill:focus, .pill--active:focus {
    color: #186F7A;
    text-decoration: none; }
  .pill--active {
    background-color: #4D828E;
    color: #fff; }
    .pill--active:hover, .pill--active:active, .pill--active:focus {
      background-color: #4D828E;
      color: #fff; }

.pills {
  padding: 20px 0;
  list-style: none;
  margin: 0; }
  .pills li {
    display: inline-block;
    margin: 0 2px; }

.mobile {
  display: block; }
  @media screen and (min-width: 801px) {
    .mobile {
      display: none; } }

.breadcrumbs_parent a {
  color: #a4a4a4;
  font-weight: 400; }

.breadcrumbs_child a {
  color: #575757;
  font-weight: 400; }

.main {
  margin-top: 2em; }
  .main::after {
    clear: both;
    content: "";
    display: table; }
  .main .title, .main .date {
    margin: 0; }
  .main.reorder-sidebar {
    margin-top: 60px; }
    @media screen and (max-width: 800px) {
      .main.reorder-sidebar {
        margin-top: 2em;
        display: table; }
        .main.reorder-sidebar .sidebar {
          display: table-footer-group; } }
    .main.reorder-sidebar .event-content_breadcrumbs {
      margin: 0;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .main.reorder-sidebar .event-content_breadcrumbs:last-child {
        margin-right: 0; }
    .main.reorder-sidebar .event-content_title {
      margin: 0;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .main.reorder-sidebar .event-content_title:last-child {
        margin-right: 0; }
    .main.reorder-sidebar .event-content_date {
      margin: 0;
      padding-bottom: 15px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      border-bottom: 1px solid #e0e2e4; }
      .main.reorder-sidebar .event-content_date:last-child {
        margin-right: 0; }
    .main.reorder-sidebar .event-content_short-desc {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin: 30px 0; }
      .main.reorder-sidebar .event-content_short-desc:last-child {
        margin-right: 0; }
    .main.reorder-sidebar .event-content_social-icons {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .main.reorder-sidebar .event-content_social-icons:last-child {
        margin-right: 0; }
      @media screen and (min-width: 480px) and (max-width: 800px) {
        .main.reorder-sidebar .event-content_social-icons {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          .main.reorder-sidebar .event-content_social-icons:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 801px) {
        .main.reorder-sidebar .event-content_social-icons {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%; }
          .main.reorder-sidebar .event-content_social-icons:last-child {
            margin-right: 0; } }
    .main.reorder-sidebar .event-content_gallery-btn {
      border-radius: 0;
      text-align: left;
      padding: 18px 24px; }
      .main.reorder-sidebar .event-content_gallery-btn:active, .main.reorder-sidebar .event-content_gallery-btn:visited {
        color: #fff; }
      .main.reorder-sidebar .event-content_gallery-btn--desktop {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        display: none; }
        .main.reorder-sidebar .event-content_gallery-btn--desktop:last-child {
          margin-right: 0; }
        @media screen and (min-width: 801px) {
          .main.reorder-sidebar .event-content_gallery-btn--desktop {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%; }
            .main.reorder-sidebar .event-content_gallery-btn--desktop:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 480px) {
          .main.reorder-sidebar .event-content_gallery-btn--desktop {
            display: block; } }
      .main.reorder-sidebar .event-content_gallery-btn--mobile {
        margin-left: 8.5298042998%;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
        margin-top: 10px; }
        .main.reorder-sidebar .event-content_gallery-btn--mobile:last-child {
          margin-right: 0; }
        @media screen and (min-width: 480px) {
          .main.reorder-sidebar .event-content_gallery-btn--mobile {
            display: none; } }
      .main.reorder-sidebar .event-content_gallery-btn i {
        margin-right: 10px; }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .sidebar:last-child {
    margin-right: 0; }
  .sidebar .sub-navigation ul {
    padding: 0; }
  @media screen and (min-width: 800px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .sidebar:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 800px) {
    .sidebar--mobile {
      display: none; } }
  .sidebar--desktop {
    display: none; }
    @media screen and (min-width: 800px) {
      .sidebar--desktop {
        display: block;
        margin-top: 10px; } }
  .sidebar_text {
    text-align: center; }

.text-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .text-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 800px) {
    .text-content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .text-content:last-child {
        margin-right: 0; } }

.header {
  position: relative;
  background-color: #f1f1f2; }
  .header .image {
    line-height: 0; }
  .header img {
    /* width: 100%; */ }
  .header .text {
    position: relative;
    color: #fff; }
  .header .map {
    display: none; }
  .header .image-content {
    margin-top: -50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.65);
    position: relative; }
    @media screen and (min-width: 480px) and (max-width: 800px) {
      .header .image-content {
        height: 70px;
        margin-top: -70px; } }
    @media screen and (min-width: 801px) {
      .header .image-content {
        height: 130px;
        margin-top: -130px; } }
    .header .image-content_text {
      padding-top: 2px; }
      @media screen and (min-width: 480px) and (max-width: 800px) {
        .header .image-content_text {
          padding-top: 10px; } }
      @media screen and (min-width: 801px) {
        .header .image-content_text {
          padding-top: 25px; } }
    .header .image-content_button {
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0;
      border-radius: 0;
      width: 50px;
      height: 50px;
      padding: 0; }
      @media screen and (min-width: 480px) and (max-width: 800px) {
        .header .image-content_button {
          height: 70px;
          width: 70px; } }
      @media screen and (min-width: 801px) {
        .header .image-content_button {
          height: 130px;
          width: 200px; } }
      .header .image-content_button h5, .header .image-content_button i {
        margin: 0;
        line-height: 50px;
        color: #fff; }
        @media screen and (min-width: 480px) and (max-width: 800px) {
          .header .image-content_button h5, .header .image-content_button i {
            line-height: 70px; } }
        @media screen and (min-width: 801px) {
          .header .image-content_button h5, .header .image-content_button i {
            line-height: 130px; } }
      .header .image-content_button .desktop {
        display: none; }
        @media screen and (min-width: 801px) {
          .header .image-content_button .desktop {
            display: block; } }
      .header .image-content_button .mobile {
        display: block; }
        @media screen and (min-width: 801px) {
          .header .image-content_button .mobile {
            display: none; } }

.upper {
  text-transform: uppercase; }

.dropdown {
  border-bottom: 2px solid #b7bbc0;
  position: relative; }
  .dropdown span, .dropdown div {
    display: inline-block;
    padding: 10px 0; }
  .dropdown .arrow {
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    text-align: center;
    padding: 10px; }
  .dropdown.materialdesign {
    height: 45px;
    margin-left: 1em;
    margin-right: 1em;
    cursor: pointer;
    transition: border-bottom-color 200ms; }
    .dropdown.materialdesign i {
      transition: color 200ms; }
    .dropdown.materialdesign:hover {
      border-bottom-color: #000; }
      .dropdown.materialdesign:hover i {
        color: #000; }

.dropdown-box {
  background-color: #222;
  padding: 30px 20px;
  margin-top: 20px;
  position: relative;
  display: none;
  /*
    &:before {
        @include arrow-up(10px, 10px, #b7bbc0);
        content: '';
        position: absolute;
        top: -10px;
    }
    */ }
  .dropdown-box.show {
    display: block; }
  .dropdown-box.arrow:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b7bbc0;
    content: '';
    position: absolute;
    top: -10px; }
  .dropdown-box.arrow-left:before {
    left: 10px; }
  .dropdown-box.arrow-middle:before {
    left: 450px; }
  .dropdown-box.arrow-right:before {
    right: 10px; }
  .dropdown-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .dropdown-box ul li {
      color: #fff;
      border-bottom: 1px solid #d8d8d8; }
      .dropdown-box ul li:last-child {
        border: 0; }
  .dropdown-box.material {
    border-radius: 2px;
    margin-top: -55px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 400px;
    z-index: 999; }
    .dropdown-box.material li {
      color: black;
      cursor: pointer;
      padding: 10px 1em;
      border: 0; }
      .dropdown-box.material li.active {
        color: #582F4C; }
      .dropdown-box.material li:hover {
        background: #f4f4f4;
        color: #371d2f; }

.person-table_header {
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #e0e2e4;
  margin: 0;
  padding: 10px 0 10px 5px;
  display: none; }
  @media screen and (min-width: 801px) {
    .person-table_header {
      width: 100%;
      display: table; } }
  @media screen and (min-width: 801px) {
    .person-table_header_element {
      display: table-cell;
      width: 16.6666666667%; } }
  @media screen and (min-width: 801px) {
    .person-table_header_double-element {
      display: table-cell;
      width: 25%; } }

.person-table_row {
  border-top: none;
  border-bottom: 1px solid #e0e2e4;
  margin: 0;
  padding: 10px 0 10px 5px;
  list-style: none; }
  @media screen and (min-width: 801px) {
    .person-table_row {
      width: 100%;
      display: table;
      padding: 10px 0 10px 5px; } }
  .person-table_row:nth-child(odd) {
    background-color: #fcfcfc; }
  .person-table_row_double-element {
    vertical-align: middle; }
    @media screen and (min-width: 801px) {
      .person-table_row_double-element {
        display: table-cell;
        width: 25%; } }
    .person-table_row_double-element img {
      float: left;
      vertical-align: middle;
      margin-right: 20px;
      max-height: 80px; }
      @media screen and (min-width: 801px) {
        .person-table_row_double-element img {
          float: none; } }
  .person-table_row_element {
    vertical-align: middle;
    word-break: break-all; }
    @media screen and (min-width: 801px) {
      .person-table_row_element {
        display: table-cell;
        width: 16.6666666667%; } }
    .person-table_row_element i {
      color: #582F4C; }
    .person-table_row_element .mobile {
      display: inline-block;
      margin-right: 10px; }
      @media screen and (min-width: 801px) {
        .person-table_row_element .mobile {
          display: none; } }

.modal-inner {
  padding-top: 0 !important;
  overflow: initial !important; }
  @media screen and (min-width: 801px) {
    .modal-inner {
      top: 150px !important; } }
  @media screen and (min-width: 480px) {
    .modal-inner {
      top: 0 !important;
      margin-top: 10px; } }

.modal-close {
  display: none; }
  .modal-close:before {
    display: none !important; }
  .modal-close:after {
    content: "" !important;
    background: none !important; }
  @media screen and (min-width: 480px) {
    .modal-close:before {
      display: block !important; } }
  @media screen and (min-width: 480px) and (max-width: 800px) {
    .modal-close:before {
      display: block !important; }
    .modal-close:after {
      top: 10px !important;
      padding: 10px !important;
      content: "X" !important;
      font-weight: bold;
      background: #fff !important; } }
  @media (max-width: 30em) {
    .modal-close:before {
      background: none !important;
      box-shadow: none !important; }
    .modal-close:after {
      margin-top: 10px;
      padding: 20px !important;
      font-size: 26px !important; } }

#imagegallery {
  top: 54px !important; }

.modal-content {
  min-height: 100px;
  padding: 0px 10px 0 10px !important;
  overflow: initial !important; }
  @media screen and (min-width: 480px) {
    .modal-content {
      padding: 10px 10px 0 10px !important;
      overflow-x: visible !important;
      border-bottom: none !important; } }

.is-active .top-gallery-overlay {
  position: absolute;
  top: 0;
  z-index: 200;
  background-color: #4b454a;
  width: 100%;
  height: 54px;
  display: table; }
  @media screen and (min-width: 480px) {
    .is-active .top-gallery-overlay {
      top: -10px;
      display: none; } }
  .is-active .top-gallery-overlay img {
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-height: 100%; }

.gallery-close-button {
  width: 100%;
  z-index: 100;
  border-radius: 0;
  text-align: left;
  margin-bottom: 0; }
  .gallery-close-button:active, .gallery-close-button:visited {
    color: #fff; }
  @media screen and (min-width: 480px) {
    .gallery-close-button {
      display: none; } }

.modal-title {
  text-align: center; }
  @media screen and (min-width: 480px) {
    .modal-title {
      display: none; } }

.contact .contour.commentform .contourPageName {
  display: none; }

.contact .contour.commentform fieldset {
  margin: 0 !important;
  padding: 0 !important; }

.contact .contour.commentform .contourNavigation input {
  float: right; }

.contact .contour.commentform legend {
  padding-bottom: 15px; }

.contact .ingress-large {
  margin: 30px 0; }

.contact #map {
  width: 100%;
  height: 400px;
  margin-top: 20px; }
