@font-face {
  font-family: 'icon';
  src: url(./assets/fonts/icons.eot);
  src: url(./assets/fonts/icons.woff) format('woff'), url(./assets/fonts/icons.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'SymphonieGrotesque';
  src: url(./assets/fonts/37AAB8_49_0.eot);
  src: url(./assets/fonts/37AAB8_49_0.eot?#iefix) format('embedded-opentype'), url(./assets/fonts/37AAB8_49_0.woff2) format('woff2'), url(./assets/fonts/37AAB8_49_0.woff) format('woff'), url(./assets/fonts/37AAB8_49_0.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SymphonieGrotesque';
  src: url(./assets/fonts/37AAB8_4A_0.eot);
  src: url(./assets/fonts/37AAB8_4A_0.eot?#iefix) format('embedded-opentype'), url(./assets/fonts/37AAB8_4A_0.woff2) format('woff2'), url(./assets/fonts/37AAB8_4A_0.woff) format('woff'), url(./assets/fonts/37AAB8_4A_0.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'SymphonieGrotesque';
  src: url(./assets/fonts/37AAB8_44_0.eot);
  src: url(./assets/fonts/37AAB8_44_0.eot?#iefix) format('embedded-opentype'), url(./assets/fonts/37AAB8_44_0.woff2) format('woff2'), url(./assets/fonts/37AAB8_44_0.woff) format('woff'), url(./assets/fonts/37AAB8_44_0.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'SymphonieGrotesque';
  src: url(./assets/fonts/37AAB8_46_0.eot);
  src: url(./assets/fonts/37AAB8_46_0.eot?#iefix) format('embedded-opentype'), url(./assets/fonts/37AAB8_46_0.woff2) format('woff2'), url(./assets/fonts/37AAB8_46_0.woff) format('woff'), url(./assets/fonts/37AAB8_46_0.ttf) format('truetype');
  font-weight: 800;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #111111;
  font-family: 'SymphonieGrotesque', sans-serif;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 29px;
  background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  border: 9.5px solid #1c1c1c;
  background-color: #333333;
}
#pointer,
#dismisser {
  font-family: 'Icon';
  color: white;
  position: absolute;
  left: 10px;
  font-size: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#pointer.hidden {
  display: none;
}
#dismisser {
  opacity: 1;
  transition: opacity 1s ease;
}
#dismisser.hidden {
  opacity: 0;
  pointer-events: none;
}
#select-label {
  position: absolute;
  font-family: 'SymphonieGrotesque', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.3;
  font-size: 14px;
  letter-spacing: 0.03rem;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#select-label.hidden {
  display: none;
}
#title-space {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  z-index: 20;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 110px;
  line-height: 110px;
  padding-left: 20px;
  font-family: 'SymphonieGrotesque', sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: white;
  margin: 0;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 110px;
  margin-left: 27px;
}
#lede {
  position: absolute;
  color: white;
  width: 680px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#lede-topic {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  width: 420px;
  margin-right: 5px;
  margin-bottom: 0;
}
#lede-more {
  display: inline-block;
  letter-spacing: 0.01rem;
  font-size: 14px;
  line-height: 17px;
  width: 255px;
  color: #a9a9a9;
}
#f-the-logo {
  position: absolute;
  top: 50%;
  right: 47px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 74px;
  height: 90px;
  cursor: pointer;
}
#f-the-logo a,
#f-the-logo a:visited,
#f-the-logo a:active {
  text-decoration: none;
}
#f-the-logo:hover #f-orb {
  background-color: #b0b0b0;
}
#f-the-logo:hover #f-text {
  color: #c8c8c8;
}
#f-orb {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  overflow: hidden;
  font-family: 'icon';
  text-align: center;
  font-size: 14px;
  padding-left: 2px;
  color: black;
  background-color: #494949;
  transition: background-color 0.15s ease-in-out;
}
#f-text {
  position: absolute;
  width: auto;
  height: 40px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #666666;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03rem;
  text-align: center;
  transition: color 0.15s ease-in-out;
}
/*
#sortset {
  display: inline-block;
  position: absolute;
  top: 100%;
  width: auto;
  margin-top: 20px;
  color: white;
  font-size: 16px;
  letter-spacing: 0.04rem;
  opacity: 0.3;
  pointer-events: none;
  .noselect();
  .sort-icon {
    font-family: 'icon';
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
  .sort-text {
    text-transform: uppercase;
  }
  .sort-text-active {display: none}
  .sort-text-inactive {display: inline}
  .smoothly(opacity);
  &.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    .sort-text-active {display: inline}
    .sort-text-inactive {display: none}
  }
}
*/
/*

#search {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 250px;
  color: white;
  overflow-y: visible;
  background-color: rgb(28, 28, 28);
}

// applied to all inputs

.placeholderTextColor(rgb(80,80,80));


#search-input {
  color: white;
  background-color: rgb(28, 28, 28);

  // border: solid 1px #333333;
  border-width: 0;
  height: 45px;
  width: 250px;
  padding: 4px 10px;
  font-family: @sans;
  font-size: 16px;

  &:focus {
    outline: none !important;
    border: solid 1px #333333;
  }
}

#search-match-count {
 .count {}
 .plural {}
}


#search-matches {
  padding: 5px 10px;
  overflow-y: auto;
  .item {
    color: white;
  }

  &.empty {
    height: 0;
    overflow-y: hidden;
    padding: 0;
  }

}

*/
#canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#canvas.pointer {
  cursor: pointer;
}
#text-container {
  position: absolute;
  width: 400px;
  font-family: 'skolar-latin', serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-left: -15px;
  color: #797979;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #1c1c1c;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: opacity 0.15s ease;
}
#text-container.sliding {
  transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#text-container #text-container-header {
  position: absolute;
  top: -60px;
  width: 100%;
  height: 60px;
  color: #777;
  background-color: #272727;
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#text-container #selected-date {
  padding: 0 60px 0 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-family: 'SymphonieGrotesque', sans-serif;
  font-size: 22px;
}
#text-container #selected-date-icon {
  display: inline;
  position: relative;
  width: 18px;
  margin-right: 0.75rem;
  top: 2px;
}
#text-container .dismisser {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #c1c1c1;
  font-family: 'icon';
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}
#text-container .dismisser:hover {
  opacity: 1;
}
#text-container h5,
#text-container h6 {
  position: relative;
}
#text-container a {
  text-decoration: none;
  color: white;
}
#text-container a:hover {
  color: white;
}
#text-container a:visited {
  color: white;
}
#text-container h6 {
  font-size: 16px;
  font-family: 'SymphonieGrotesque', sans-serif;
  word-wrap: break-word;
}
#text-container h6.ref {
  display: none;
  color: #666666;
  margin: -5px 0 5px;
}
#text-container h5 {
  display: inline;
  font-family: 'SymphonieGrotesque', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 17px;
  margin: 0 0 10px;
  background-color: #5b5b5b;
  color: #292929;
  padding: 6px 0;
  box-shadow: 6px 0 0 #5b5b5b;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#text-container h5:before {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  right: auto;
  width: 6px;
  height: 100%;
  background-color: inherit;
  -webkit-transform: none;
          transform: none;
}
#text-container h6 {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.035rem;
  margin: 10px 0 5px;
  color: #797979;
  transition: color 0.15s ease-in-out;
}
#text-container .headline {
  margin-top: 30px;
}
#text-container a:hover h5 {
  background-color: white;
  box-shadow: 6px 0 0 white;
}
#text-container a:hover h6 {
  color: white;
}
#text-container .filing {
  margin-top: 30px;
}
#text-container .filing a:hover h5 {
  background-color: white;
  box-shadow: 6px 0 0 white;
}
#text-container .filer {
  font-weight: 800;
  margin-top: 0;
}
#text-container .publisher {
  font-style: italic;
}
#text-container .publisher:before {
  content: "\2002|\2002";
}
#text-container p {
  margin: 8px 0;
}
#text-container p:last-child {
  margin-bottom: 0;
}
#text-container .parafiler {
  font-family: 'SymphonieGrotesque', sans-serif;
  font-size: 17px;
}
#text-container.active {
  pointer-events: auto;
  opacity: 1;
}
#text-container :first-child .headline,
#text-container :first-child .filing {
  margin-top: 0;
}
#text-container-inner {
  overflow-y: auto;
  padding: 20px;
  padding-right: 30px;
  margin: 0;
}
#text-container-inner .excerpt {
  color: white;
}
#text-container-inner .name {
  position: relative;
  font-family: 'SymphonieGrotesque', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 0;
  letter-spacing: 0.01rem;
  color: white;
  z-index: 10;
  white-space: nowrap;
}
#text-container-inner .name:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 24px;
  background-color: #4b784e;
  z-index: -10;
}
#text-container-inner .name.main:before {
  background-color: #9a9a9a;
}
#scroll-up,
#scroll-down {
  font-family: 'icon';
  position: absolute;
  right: 47px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 35px;
  color: white;
  padding: 0;
  opacity: 0.8;
  background-color: rgba(16, 16, 16, 0.8);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  z-index: 20;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#scroll-up:hover,
#scroll-down:hover {
  opacity: 1;
}
#scroll-up:hover .scrolltip,
#scroll-down:hover .scrolltip {
  opacity: 1;
}
#scroll-up.nomore,
#scroll-down.nomore {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}
#scroll-up {
  top: 70px;
}
#scroll-down {
  bottom: 150px;
}
.scrolltip {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'SymphonieGrotesque', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03rem;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
#scrolltip-up {
  top: 100%;
}
#scrolltip-down {
  bottom: 100%;
}
#mobile-standin {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#standin-video iframe {
  display: block;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #title-space {
    bottom: unset;
    top: 0;
  }
  #scroll-up,
  #scroll-down,
  #canvas {
    display: none;
  }
}
@media (max-width: 960px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #title-space {
    display: block;
    position: relative;
    height: auto;
    top: 0;
    margin: 10px 0 40px;
  }
  #logo {
    position: relative;
    width: auto;
    max-width: 120px;
    height: 110px;
    margin-left: 30px;
    margin-right: 30px;
  }
  #lede {
    position: relative;
    width: 450px;
    padding: 0 30px;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
  #lede-topic {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
  }
  #lede-more {
    display: none;
  }
  #lede-topic,
  #lede-more {
    width: 100%;
  }
  #mobile-standin {
    display: block;
  }
  #scroll-up,
  #scroll-down,
  #canvas {
    display: none;
  }
  #f-the-logo {
    position: absolute;
    top: 55px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 140px;
    height: 50px;
    left: auto;
    right: 25px;
  }
  #f-orb,
  #f-text {
    display: inline-block;
    position: relative;
    -webkit-transform: none;
            transform: none;
    vertical-align: top;
  }
  #f-orb {
    top: 0;
    left: auto;
    right: auto;
    margin-right: 10px;
    background-color: #376243;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #f-text {
    width: 80px;
    height: auto;
    left: auto;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    color: #5f8169;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05rem;
  }
  #mobile-standin {
    display: block;
    position: relative;
  }
  #mobile-standin #standin-photo {
    width: 100%;
  }
  #mobile-standin #standin-icon {
    display: inline-block;
    width: 75px;
    margin-right: 15px;
  }
  #mobile-standin #standin-text {
    position: absolute;
    top: 0;
    left: 450px;
    right: 30px;
    margin: 0;
    padding: 0;
    margin-top: -90px;
    z-index: 100;
    width: 250px;
    height: auto;
    color: #b0b0b0;
    font-style: italic;
    font-size: 16px;
    line-height: 23px;
  }
  #mobile-standin #standin-text p {
    display: inline-block;
    width: 160px;
    height: auto;
    vertical-align: top;
    margin-top: -3px;
  }
}
@media (max-width: 700px) {
  #lede {
    width: 100vw;
  }
  #mobile-standin #standin-icon {
    width: 100%;
    height: 45px;
    margin: 0 0 10px;
  }
  #mobile-standin #standin-text {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin: 35px auto;
    padding: 0 30px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  #mobile-standin #standin-text p {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 360px) {
  #logo {
    max-width: 100px;
  }
  #f-the-logo {
    height: 40px;
    right: 15px;
  }
  #f-orb {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

