@font-face {
  font-family: 'almoni-dl-aaa';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/almoni-dl-aaa-regular.woff2') format('woff2'),
    url('../fonts/almoni-dl-aaa-regular.woff') format('woff');
}

@font-face {
  font-family: 'almoni-dl-aaa';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/almoni-dl-aaa-bold.woff2') format('woff2'),
    url('../fonts/almoni-dl-aaa-bold.woff') format('woff');
}

html, body {
  font-family: 'almoni-dl-aaa', sans-serif;
}

body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

strong,
p strong {
  font-weight: 700;
}

.container-fluid {
  margin: 0 auto;
  max-width: initial;
  width: 100%;
}

.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.text-left {
  text-align: left;
}

.container-fluid > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 1s height;
  -o-transition: 1s height;
  transition: 1s height;
}

.container-fluid > header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2vw;
  height: 3vw;
  pointer-events: none;
}

.container-fluid > header .menu-button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.container-fluid > header .menu-button i {
  font-size: 28px;
  cursor: pointer;
}

.welcome-overlay {
  opacity: 0;
  pointer-events: none;
}

.container-fluid.with-welcome-section > header:after {
  content: none;
}

#welcome-wrapper {
  display: none;
  margin: 0 auto;
  background: white;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}

.welcome-content {
  height: 90vh;
  position: relative;
}

.welcome-content video {
  display: block;
  width: 100%;
  height: 90vh;
  object-fit: cover;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

#welcome-wrapper .scroll-down {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}

#welcome-wrapper .close-icon {
  position: absolute;
  left: 1em;
  top: 1em;
  z-index: 101;
}

header .header {
  height: 150px;
  padding: 8px 0 20px;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header h2 {
  font-size: 75px;
  margin: 0;
}

header nav {
  height: 40px;
  line-height: 40px;
  text-align: right;
  align-self: flex-end;
  padding: 0 40px;
  margin-bottom: 20px;
}

header nav.social-icons {
  text-align: left;
}

header nav.social-icons ul {
  padding: 0 0 0 40px;
}

header nav.social-icons ul li a img {
  vertical-align: top;
}

header nav.social-icons ul li a:before {
  content: '';
}

header nav ul li {
  float: none;
  display: inline-block;
}

header nav ul li a {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
  vertical-align: middle;
}

header nav ul li a:before {
  content: '|';
  display: inline-block;
  margin-left: 8px;
}

header nav i.material-icons {
  height: 40px;
  line-height: 40px;
}

.header-logo {
  width: 139px;
  padding: 0;
}

header .header img {
  vertical-align: middle;
  max-width: 100%;
}

header #aside-about {
  position: absolute;
  z-index: 200;
  top: 149px;
  right: 0;
  width: 300px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
  max-height: calc(100vh - 117px);
  overflow-y: scroll;
}

#aside-about ul {
  padding: 0;
  margin: 0;
  border: 0;
}

#aside-about h2 {
  margin: 0;
  padding: 10px 20px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}

#aside-about h2 i {
  font-size: 30px;
}

#aside-about .collapsible-body {
  max-height: calc(100vh - 256px);
  overflow: auto;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.3;
}

#aside-about .collapsible-body p {
  margin: 0 0 .5em;
}

.with-welcome-section header .header {
  display: none;
}

.with-welcome-section header .header nav {
  display: none;
}

.with-welcome-section #welcome-wrapper {
  display: block;
  max-height: 90vh;
}

.with-welcome-section .welcome-overlay {
  position: fixed;
  opacity: .6;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: auto;
}

.with-welcome-section header #aside-about {
  display: none;
}

.marker {
  display: inline-block;
  width: 13px;
  height: 20px;
}

hr {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.close-icon {
  cursor: pointer;
}

body.device--iphone input,
body.device--iphone textarea {
  font-size: 16px !important;
}

.desktop-block,
.desktop-inline-block { display: none; }

@media only screen and (max-height: 650px) {
  #story-form .story-form-body {
    max-height: calc(100vh - 220px);
    overflow: scroll;
  }
}