body {
  padding-top: 24px;
}
footer {
  margin-bottom: 0;
}
.menu-desktop .service {
  height: 40px;
  display: block;
}
.interstitial {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.interstitial.js-show {
  display: block;
}
.interstitial.js-show .interstitial-overlay {
  opacity: 0.5;
}
.interstitial .button {
  margin-top: 0;
  margin-bottom: 0;
}
.interstitial .tx-powermail input.powermail_checkbox {
  float: none;
  position: relative;
  top: 6px;
  margin-left: 0;
}
.interstitial .tx-powermail form button {
  padding-left: 20px;
}
.interstitial-overlay {
  background: #666666;
  opacity: 0;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.interstitial-wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interstitial-content {
  background: white;
  width: 100%;
  max-width: 600px;
  padding: 2em;
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -300px;
}
.interstitial-form {
  display: none;
}
.interstitial-form.js-show {
  display: block;
}
.interstitial-warning .interstitial-content {
  border: 5px solid #33597e;
  position: fixed;
}
.interstitial-login {
  z-index: 2;
}
.interstitial-login.js-show .interstitial-overlay {
  opacity: 1;
}
.livestream-video {
  text-align: center;
}
.livestream-video .ce-gallery figure {
  max-width: 860px;
  width: auto;
}
