html {
    height: 100%;
}

strong {
  font-weight: bold;
}
/* Slideshow Indicators ======================================================== */
.carousel-indicators .indicator {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
}
.carousel-indicators .indicator.active {
  background-color: rgba(255,255,255,1);
}
.carousel-indicators > span {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
}
/* GoAway ====================================================================== */
#goaway {
  display: block;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  z-index: 99999999;
}
#goaway .goaway-image {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-60%) scale(1.2);
  bottom: auto;
  left: 0;
  right: 0;
  width: 503px;
  height: 303px;
  margin: auto;
  background-image: url('../images/goaway.gif');
  background-repeat: no-repeat;
  background-size: cover;
}
#goaway .goaway-image > h3 {
  display: block;
  position: absolute;
  top: 100%;
  width: 503px;
  font-size: 30px;
  font-weight: lighter;
  color: #6b6b6b;
  text-align: center;
  margin-top: 20px;
}
/* ============================================================================= */

#particles-container canvas {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* Helper classes ============================================================== */
.hidden {
    display: none !important;
    pointer-events: none !important;
}

main { margin-bottom: 100px; }


.langsDropdown.dropdown-menu {
  min-width: 70px !important;
}
/* Footer ====================================================================== */
footer {
  margin-top: 0;
  padding: 20px 15px;
}

/* PageBg ====================================================================== */
#page-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  z-index: -1;
}

/* Headers ===================================================================== */
#hero-title {
  position: relative;
  padding: 0;
}
#hero-title h1 {
  position: relative;
  color: #fff;
  background-color: transparent;
  font-size: 32px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 15px;
  width: 100%;
}
main #header-image { display: none; }
#hero-title>#header-image {
  width: 100% !important;
  height: auto !important;
}
#hero-title.with-header-image>img {
  width: 100%;
  height: auto;
  padding: 0;
}
#hero-title.with-header-image { padding: 0 !important; }
#hero-title.with-header-image #HeroMap {
  height: 500px !important;
}

/* Social ====================================================================== */
#social {
  list-style: none;
  padding-left: 0;
  margin: auto;
}
#social li {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

/* 4ty logo ==================================================================== */
footer #left-footer { text-align: left; }
footer #right-footer { text-align: right; }
footer #fourty-logo {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-top: 10px;
}

/* Articles ==================================================================== */
#article-image { width: 100%; }

/* Gallery ===================================================================== */
body.gallery figure>figcaption p { display: none; }

/* Contact ===================================================================== */
body.contact #contact-content > section {
  margin-bottom: 30px;
}

/* Login page ================================================================== */
body.login-page {
  position: relative;
  height: 100%;
}
main#login {
  position: relative;
  height: calc(100% - 300px);
}
#exclusive-login {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 330px;
  margin: auto;
}

#home-map { height: 300px; }

/* Cockies ============================================================================================ */
#cookie-notice {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  z-index: 99999;
}
#cookie-notice p {
  display: inline-block;
  margin-right: 20px;
}
#cookies-agree {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid;
  background: #ffffff;
}

table.tabs { display: none; }

.pswp--open {
  z-index: 9999999 !important;
}
#more-content p { width: 100%; }

/* Accessibility Bar =============================================================================== */
#accessibility-bar div.access-icon {
  color: inherit;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 10px 0;
}

#accessibility-bar div.access-arrow {
  display: block;
  position: relative;
  text-align: center;
  color: #007bff;
  background-color: #fff;
  padding: 5px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  margin: auto;
  transition: all 0.3s ease;
}

.ab-button { display: none; }