@font-face {
  font-family: 'Connor';
  src: url(.//assets/fonts/connor.eot);
  /* IE9 Compat Modes */
  src: url(.//assets/fonts/connor.eot?#iefix) format('embedded-opentype'),  url(.//assets/fonts/connor.woff) format('woff'),  url(.//assets/fonts/connor.ttf) format('truetype'),  url(./96169497bb5b6f5b5fa17b0b266218d8.svg#connor) format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SymphonieGrotesque';
  src: url(.//assets/fonts/37AAB8_42_0.eot);
  src: url(.//assets/fonts/37AAB8_42_0.eot?#iefix) format('embedded-opentype'), url(.//assets/fonts/37AAB8_42_0.woff2) format('woff2'), url(.//assets/fonts/37AAB8_42_0.woff) format('woff'), url(.//assets/fonts/37AAB8_42_0.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'SymphonieGrotesque';
  src: url(.//assets/fonts/37AAB8_43_0.eot);
  src: url(.//assets/fonts/37AAB8_43_0.eot?#iefix) format('embedded-opentype'), url(.//assets/fonts/37AAB8_43_0.woff2) format('woff2'), url(.//assets/fonts/37AAB8_43_0.woff) format('woff'), url(.//assets/fonts/37AAB8_43_0.ttf) format('truetype');
  font-weight: 700;
}
@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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  font-family: 'SymphonieGrotesque', 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
body {
  background-color: #3e4148;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.links {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  left: 0;
  background-color: #5a6370;
  z-index: 999;
}
.links .sharing,
.links .about {
  width: 40px;
  height: 50px;
  display: inline-block;
  margin: 0;
  float: right;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  opacity: 0.55;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
}
.links .sharing.active,
.links .about.active {
  opacity: 1;
}
.links .sharing {
  margin-right: 10px;
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
}
.links .sharing:before {
  content: 'S';
}
.links .about {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
}
.links .about:before {
  content: '?';
}
.social-links {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.social-links p {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}
.social-links--visible {
  opacity: 1;
  pointer-events: all;
  display: block;
}
.social-links a {
  text-decoration: none;
}
.social-links-close,
.info-popup-close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
  opacity: 0.8;
  color: #b742a1;
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
}
.social-links-close:before,
.info-popup-close:before {
  content: 'X';
}
.social-links-close:hover,
.info-popup-close:hover {
  opacity: 1;
}
.social-box {
  background-color: #661a51;
  padding: 5px 30px;
  margin: 10px auto;
  line-height: 40px;
  text-align: left;
  width: 175px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.social-box p:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  margin-right: 15px;
  opacity: 0.8;
  color: #b742a1;
  transition: opacity 0.15s ease-in-out;
}
.social-box p.label-twitter:before {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  content: '1';
}
.social-box p.label-facebook:before {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  content: '2';
}
.social-box p.label-link:before {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  content: '3';
}
.links-fathom-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 15px;
}
.links-fathom-logo {
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 3px;
  float: left;
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  color: #afc0d1;
  font-size: 22px;
}
.links-fathom-logo:before {
  content: 'F';
}
.links-fathom-text {
  display: inline-block;
  float: left;
}
.links-created {
  text-transform: uppercase;
  color: #8295a5;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.links-fathom {
  color: #b3bfc8;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
}
.links-share-logo {
  height: 25px;
  fill: #b3bfc8;
  display: inline-block;
  margin-right: 10px;
  margin-top: 3px;
  float: right ;
}
.selected-names-desktop {
  display: none;
}
.info-popup {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  opacity: 0;
}
.info-popup p {
  color: #939eb1;
  font-size: 18px;
  line-height: 24px;
  margin: 10px auto;
  text-decoration: none;
}
.info-popup p.core {
  color: #ffffff;
}
.info-popup--visible {
  opacity: 1;
  pointer-events: all;
  display: block;
}
.info-popup a {
  text-decoration: none;
}
.social-links,
.info-popup {
  background-color: #3a0c2d;
}
.social-links h1,
.info-popup h1 {
  color: #e8c067;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}
.heavy {
  font-weight: 900;
}
.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3e4148;
  background-image: url(./7731cc453e908e4fbeafe7342b067128.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
  transition: all 0.3s ease;
}
.intro--visible {
  opacity: 1;
  pointer-events: all;
}
.intro button {
  outline: none;
  background-color: Transparent;
  color: #b3bfc8;
  padding: 20px;
  font-size: 20px;
  border: none;
}
.intro-fathom-info {
  display: inline-block;
  position: relative;
  width: auto;
  height: 36px;
  padding: 0;
  overflow: hidden;
  margin-top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: -7px;
}
.intro-fathom-logo {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  color: #afc0d1;
  font-size: 27px;
  height: 100%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 4px;
  float: left;
}
.intro-fathom-logo:before {
  content: 'F';
}
.intro-fathom-text {
  display: inline-block;
  float: left;
}
.intro-created {
  text-transform: uppercase;
  color: #8295a5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.intro-fathom {
  color: #b3bfc8;
  font-weight: bold;
  font-size: 18px;
}
.intro-title {
  display: block;
  margin: 0 !important;
  width: 280px;
  position: absolute;
  top: 47.5% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 50%;
  min-height: 200px;
}
.intro-continue {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.intro-continue-tap {
  position: relative;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #e8c067;
  letter-spacing: 0.02rem;
}
.intro-continue-action {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  top: 2px;
  margin-right: 10px;
  color: #e8c067;
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
}
.intro-continue-action:before {
  content: 'T';
}
.names-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.names-wrap .selected-names {
  height: auto;
  background-color: #e6b958;
  flex: 0;
  position: relative;
  margin-top: 0;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 45px;
}
.names-wrap .selected-names .thin {
  font-weight: normal;
  color: #b47019;
}
.names-wrap .selected-names .individual {
  margin: 0 0.1rem;
}
.names-wrap .selected-names .toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  color: #ca7e2c;
  opacity: 0.75;
  cursor: pointer;
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
.names-wrap .selected-names .toggle:before {
  content: 'M';
}
.names-wrap .selected-names .clickable-name {
  color: white;
  font-size: 25px;
}
.names-wrap .selected-names .clickable-names-label {
  font-weight: bold;
  color: #ca7e2c;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02rem;
  margin-bottom: 5px;
}
.names-wrap .selected-names .clickable-name-person {
  cursor: pointer;
}
.names-wrap .selected-names .clickable-name-person:after {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  content: 'X';
}
.names-wrap .selected-names .clickable-name-person:after {
  opacity: 0.7;
  font-size: 15px;
  padding: 8px;
}
.names-wrap .all-names {
  background-color: #434e5b;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: opacity 0.15s ease-in-out;
}
.names-wrap .all-names .all-names-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  flex: 1;
  padding: 15px 30px 15px 15px;
}
.names-wrap .all-names .all-names-list::-webkit-scrollbar {
  width: 15px;
}
.names-wrap .all-names .all-names-list::-webkit-scrollbar-track {
  background: rgba(40, 44, 51, 0.25);
}
.names-wrap .all-names .all-names-list::-webkit-scrollbar-thumb {
  background: #282c33;
}
.names-wrap .all-names .all-names-list::-webkit-scrollbar-thumb:hover {
  background: #1d2026;
  cursor: pointer;
}
.names-wrap .all-names .all-names-list::-webkit-scrollbar {
  width: 15px;
}
.names-wrap .all-names .all-names-label {
  padding: 15px;
  background-color: #8b9aa3;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: #ffffff;
}
.names-wrap .all-names .all-names-label .gold {
  color: #e8c067;
}
.names-wrap .all-names .all-names-label .gray {
  color: #8595a0;
}
.names-wrap .all-names .all-names-label .add-people-label:before {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  content: 'A';
}
.names-wrap .all-names .all-names-label .add-people-label:before {
  font-size: 13px;
  margin-right: 8px;
  color: #c5cdd1;
}
.names-wrap--closed {
  pointer-events: none;
}
.names-wrap--closed .selected-names {
  color: #ffffff;
  pointer-events: all;
}
.names-wrap--closed .selected-names .toggle {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
}
.names-wrap--closed .selected-names .toggle:before {
  content: 'E';
}
.names-wrap--closed .all-names {
  opacity: 0;
  pointer-events: none;
}
.names-wrap--empty .selected-names {
  display: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.names-wrap--empty .all-names {
  flex: 1 1 auto;
  height: 100%;
}
.names-wrap--empty .all-names .all-names-label {
  font-size: 18px;
  background-color: #5a6370;
}
.person {
  position: relative;
  font-size: 22px;
  padding: 10px 12px;
  float: left;
  clear: left;
  color: #b3bfc8;
  border: 1px solid;
  margin-top: -1px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}
.person:last-child {
  border-bottom: 1px solid #b3bfc8;
}
.person--selected {
  opacity: 0.3;
}
.person-list {
  z-index: 999;
  position: fixed;
  width: 100vw;
  top: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-color: #434e5b;
  color: #b3bfc8;
  transition: all 0.4s ease;
  overflow: hidden;
}
.person-list .names-wrap {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  top: 50px;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.person-list--half {
  top: 50px;
}
.person-list--half .person-list__collapsed-label {
  display: block;
}
.person-list--open {
  top: 0;
  opacity: 1;
  pointer-events: all;
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.person-list .person-list__collapsed-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #5a6370;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #b3bfc8;
  line-height: 50px;
}
.person-list .person-list__collapsed-label .gold {
  color: #e8c067;
}
.selected-name-list {
  padding: 15px;
  padding-bottom: 10px;
  width: 100vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.4s ease;
  background-color: #e8c067;
  z-index: 99;
  position: fixed;
  top: 0;
}
.selected-name-list--open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.selected-name-list .selected-names-label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #d29036;
}
.selected-name-list .selected-name {
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.selected-name-list .list-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d29036;
}
.mentions {
  position: fixed;
  top: calc(50%);
  bottom: 80px;
  width: 50%;
  right: 0;
  height: auto;
  z-index: 99;
}
.mentions .excerpt-page {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.mentions .excerpt {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  white-space: normal;
  position: absolute;
  width: 100%;
  bottom: 35px;
  top: 26px;
  overflow: hidden;
  padding-right: 10px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mentions .excerpt::-webkit-scrollbar {
  width: 15px;
}
.mentions .excerpt::-webkit-scrollbar-track {
  background: rgba(40, 44, 51, 0.25);
}
.mentions .excerpt::-webkit-scrollbar-thumb {
  background: #282c33;
}
.mentions .excerpt::-webkit-scrollbar-thumb:hover {
  background: #1d2026;
  cursor: pointer;
}
.mentions .excerpt div {
  -webkit-column-width: 50vw;
     -moz-column-width: 50vw;
          column-width: 50vw;
  height: 100%;
}
.mentions .excerpt .highlight {
  background-color: #b7374f;
  padding: 2px;
}
.mentions .excerpt .faded {
  color: #7d838b;
}
.mentions .reader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #282c33;
  color: #7d838b;
  font-size: 18px;
  padding: 15px;
  display: none;
  z-index: 99999;
}
.mentions .reader--open {
  display: block;
}
.mentions .arrows {
  position: absolute;
  bottom: 0px;
  left: -15px;
}
.mentions .arrows .arrow-before,
.mentions .arrows .arrow-after {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #b3bfc8;
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
}
.mentions .arrows .arrow-before {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
}
.mentions .arrows .arrow-before:before {
  content: 'L';
}
.mentions .arrows .arrow-after {
  font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
}
.mentions .arrows .arrow-after:before {
  content: 'R';
}
.mentions .arrows .mentions-count {
  display: inline-block;
  color: #6E757E;
  font-size: 20px;
  padding: 0;
  position: relative;
  top: -6px;
  min-width: 80px;
  text-align: center;
}
.mentions .arrows .mentions-count .red {
  color: #f06273;
  font-weight: bold;
}
.word-list {
  padding: 15px;
  padding-top: 100px;
  max-width: 100vw;
  position: relative;
  left: 0px;
  z-index: 98;
  overflow: auto;
  flex: 1;
  padding-bottom: 70px;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
.word-list .words-wrap {
  width: calc(50% - 15px);
}
.word-list .word-wrap {
  float: left;
  clear: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.word-list .word-wrap .word {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  float: left;
  clear: both;
  font-size: 20px;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #282c33;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
}
.word-list .word-wrap--selected .word,
.word-list .word-wrap--selected .word:hover {
  background-color: #b7374f;
}
.greek-wrap {
  position: fixed;
  top: 100px;
  bottom: 80px;
  grid-template-rows: repeat(18, 1fr);
  height: calc(45% - 100px);
  width: 45vw;
  left: 50vw;
  display: grid;
  grid-column-gap: 2px;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.greek-wrap .greek-block {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  background-color: #282c33;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  float: left;
  margin: 0 2px;
}
.greek-wrap .greek-block--active {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(4);
          transform: translateZ(0) scale(4);
  z-index: 999;
  border: 0.5px solid white;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.greek-wrap .greek-block--contains-word {
  opacity: 1;
}
.context-logo,
.right-icons {
  display: none;
}
@media (max-width: 600px) and (max-height: 500px) {
  .greek-wrap {
    display: none;
  }
  .mentions {
    position: fixed;
    top: 100px;
    width: 50%;
    right: 0;
    height: auto;
    z-index: 99;
    bottom: 70px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .intro {
    background-image: url(./fa5ae046d43abd208b1b27a5eeddbd24.jpg);
  }
  .intro button {
    font-size: 24px;
  }
  .intro-fathom-info {
    margin-left: 0;
  }
  .intro-title {
    content: url(./37749797b4eed6ae5a26c67e483383e7.svg);
    width: 500px;
  }
  .intro-continue-action {
    width: 16px;
    height: 16px;
    font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
    top: 3px;
  }
  .intro-continue-action:before {
    content: 'C';
  }
  .context-logo,
  .right-icons {
    display: block;
    pointer-events: auto;
  }
  .excerpt {
    overflow-y: auto !important;
    bottom: 55px;
  }
  .excerpt div {
    -webkit-column-width: auto !important;
       -moz-column-width: auto !important;
            column-width: auto !important;
    height: auto !important;
  }
  .context-logo {
    position: absolute;
    left: 20px;
    top: 22px;
    background: url(./37ee7ef3f4f3a9d81e43a56cffd7c25d.svg) no-repeat;
    width: 100px;
    height: 30px;
  }
  .right-icons {
    position: absolute;
    right: 20px;
    height: 50px;
    width: auto;
    top: 10px;
  }
  .right-icons .share-wrap,
  .right-icons .about-wrap {
    width: 60px;
    height: 100%;
    border-right: 2px solid rgba(210, 144, 54, 0.5);
    box-sizing: content-box;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .right-icons .share-wrap .sharing,
  .right-icons .about-wrap .sharing,
  .right-icons .share-wrap .about,
  .right-icons .about-wrap .about {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: #b47019;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
    cursor: pointer;
  }
  .right-icons .share-wrap .sharing:hover,
  .right-icons .about-wrap .sharing:hover,
  .right-icons .share-wrap .about:hover,
  .right-icons .about-wrap .about:hover,
  .right-icons .share-wrap .sharing.active,
  .right-icons .about-wrap .sharing.active,
  .right-icons .share-wrap .about.active,
  .right-icons .about-wrap .about.active {
    opacity: 1;
  }
  .right-icons .share-wrap .sharing,
  .right-icons .about-wrap .sharing {
    font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  }
  .right-icons .share-wrap .sharing:before,
  .right-icons .about-wrap .sharing:before {
    content: 'O';
  }
  .right-icons .share-wrap .about,
  .right-icons .about-wrap .about {
    font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  }
  .right-icons .share-wrap .about:before,
  .right-icons .about-wrap .about:before {
    content: 'Q';
  }
  .right-icons .share-wrap .social-links,
  .right-icons .about-wrap .social-links,
  .right-icons .share-wrap .info-popup,
  .right-icons .about-wrap .info-popup {
    position: absolute;
    margin-right: -2px;
  }
  .right-icons .info-popup,
  .right-icons .social-links {
    bottom: auto;
    top: 75px;
    width: 350px;
  }
  .right-icons .info-popup-close,
  .right-icons .social-links-close {
    float: none !important;
    position: absolute !important;
    font-size: 22px;
  }
  .right-icons .info-popup {
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .right-icons .info-popup p {
    text-align: left;
  }
  .right-icons .fathom-credit {
    color: #b47019;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
    display: inline-block;
    position: relative;
    width: 85px;
    height: 50px;
    margin-left: 18px;
    top: -15px;
  }
  .right-icons .fathom-credit:hover {
    opacity: 1;
  }
  .right-icons .fathom-logo {
    font-size: 25px;
    line-height: 50px;
    font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
  }
  .right-icons .fathom-logo:before {
    content: 'F';
  }
  .right-icons .fathom-credit-text {
    position: absolute;
    left: 34px;
    top: 7px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-size: 13px;
    line-height: 19px;
  }
  .right-icons .fathom-credit-name {
    text-transform: none;
    font-size: 16px;
    line-height: 14px;
  }
  .social-box:hover {
    background-color: #830052;
  }
  .social-box:hover p:before {
    opacity: 1;
  }
  .selected-names {
    display: block !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    min-height: 70px !important;
  }
  .selected-names div {
    position: absolute;
    left: 25%;
    top: 13px;
    font-size: 22px;
    padding-left: 15px;
    color: white;
  }
  .selected-names div.empty:before {
    content: '';
  }
  .selected-names div:before {
    content: 'unique words associated with';
    margin-bottom: 3px;
    display: block;
    color: #ca7e2c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.02rem;
  }
  .selected-names div > .thin:first-child {
    display: none;
  }
  .selected-names .toggle {
    display: none;
  }
  .mentions .arrows .arrow-before:hover,
  .mentions .arrows .arrow-after:hover {
    opacity: 0.7;
  }
  .selected-names-desktop {
    display: block;
    padding: 15px;
  }
  .selected-names-desktop .clickable-name-person {
    position: relative;
    font-size: 16px;
    padding: 7px 8px;
    float: left;
    clear: left;
    color: #ffffff;
    background-color: #e7b25f;
    font-weight: bold;
    cursor: pointer;
    padding-right: 36px;
    transition: color 0.15s ease-in-out;
  }
  .selected-names-desktop .clickable-name-person:after {
    font-family: 'Connor', 'SymphonieGrotesque', Helvetica, sans-serif;
    content: 'H';
  }
  .selected-names-desktop .clickable-name-person:after {
    position: absolute;
    height: 100%;
    right: 12px;
    top: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 12px;
    color: #b47019;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
  }
  .selected-names-desktop .clickable-name-person:hover:after {
    opacity: 1;
  }
  .selected-names-desktop .clickable-name-person + .clickable-name-person {
    margin-top: 5px;
  }
  .all-names-list {
    /* Track */
    /* Handle */
    /* Handle on hover */
    width: 240px;
  }
  .all-names-list::-webkit-scrollbar {
    width: 15px;
  }
  .all-names-list::-webkit-scrollbar-track {
    background: rgba(40, 44, 51, 0.25);
  }
  .all-names-list::-webkit-scrollbar-thumb {
    background: #282c33;
  }
  .all-names-list::-webkit-scrollbar-thumb:hover {
    background: #1d2026;
    cursor: pointer;
  }
  .greek-wrap {
    position: fixed;
    top: 100px;
    height: calc(100% - 160px) !important;
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(30, 1fr);
    width: 20%;
    left: 50vw;
    display: grid;
    grid-column-gap: 2px;
    height: auto;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  .greek-block {
    width: auto !important;
  }
  .greek-block--active {
    border: 2px solid white;
    -webkit-transform: translateZ(0) scale(2) !important;
            transform: translateZ(0) scale(2) !important;
  }
  .word-list {
    width: 25%;
    left: 25%;
  }
  .word-list .words-wrap {
    width: auto;
  }
  .word-list .words-wrap:hover {
    background-color: #141a21;
  }
  .mentions {
    position: fixed;
    bottom: 60px;
    width: 22%;
    height: auto;
    right: 0;
    z-index: 99;
    left: 75%;
    top: 100px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0;
  }
  .mentions .excerpt {
    bottom: 50px;
  }
  .links {
    display: none;
  }
  .names-wrap .all-names {
    top: 0px;
    padding-top: 80px;
    height: 100%;
    position: fixed;
    opacity: 1;
    pointer-events: all;
    width: 25%;
    left: 0;
    background-color: transparent;
  }
  .names-wrap .all-names-label {
    display: none;
  }
  .person {
    font-size: 16px;
    padding: 7px 8px;
  }
  .person:hover {
    color: #ffffff;
    z-index: 100;
  }
}
@media (max-width: 700px) {
  .right-icons .fathom-credit {
    width: auto;
  }
  .right-icons .fathom-credit-text {
    display: none;
  }
}

