body {
  overflow: hidden;
  -webkit-touch-callout: none;
  font-family: 'adobe-garamond-pro', serif;
  font-size: 14px;
  padding: 0;
  color: #2b2b2b;
  background: #fff;
}

a, a:visited, a:hover {
  text-decoration: none;
}

a.link, a.link:visited, a.link:hover {
  color: currentColor;
  display: inline-block;
  position: relative;
}

a.link::before {
  content: ' ';
  background: currentColor;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  bottom: 1px;
}

.insights {
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 30px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.content, .intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro {
  display: table;
  text-align: center;
}
.intro-center {
  vertical-align: middle;
  display: table-cell;
}

header {
  text-align: center;
  font-size: 60px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 4px;
}

.info, .intro-info {
   -webkit-font-smoothing: antialiased;
  font-family: 'adobe-garamond-pro', serif;
}

.intro-info {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
.intro-info > p {
  max-width: 640px;
  margin: auto;
}

.enter-button-container {
  text-align: center;
  width: 100%;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-filter: blur(0);
  margin: auto;
}

.error-overlay {
  max-width: 730px;
  margin-top: 20px;
  width: 70vw;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
   -webkit-font-smoothing: antialiased;
  font-family: 'adobe-garamond-pro', serif;
  border-radius: 2px;
  margin-bottom: -20px;
  display: none; /* initially hidden */
}

.margin-above {
  margin-top: 20px;
}

.enter-button {
  display: block;
  width: 180px;
  text-align: center;
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 10px;
  cursor: pointer;
  margin: 20px auto;
  border: 2px solid #2b2b2b;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.enter-button:hover {
  backface-visibility: hidden;
  transform: scale3d(1.1, 1.1, 1);
}

.preloading {
  color: hsl(0, 0%, 50%);
  border-color: hsl(0, 0%, 50%);
  cursor: initial;
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.info {
  position: absolute;
  top: 20px;
  overflow: hidden;
  left: 20px;
  background: #fff;
  width: 230px;
  box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.05);
  background: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 18px;
  text-align: left;
  border-radius: 3px;
}

.info-section {
  /*border-left: 1px solid #E1E8ED;*/
  padding: 15px 15px 15px 15px;
}

.info-section > p  {
  line-height: 18px;
}

p {
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
  border: 0;
  height: 1px;
  width: 200%;
  left: -50%;
  position: relative;
  background: #E1E8ED;
}

.related-tags > p {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'proxima-nova', serif;
  color: #3d3d3d;
  font-size: 12px;
  font-style: italic;
  height: inherit;
  max-height: 32px;
  overflow: hidden;
  -webkit-transition: all 0.3s; 
  -moz-transition:    all 0.3s; 
  -ms-transition:     all 0.3s; 
  -o-transition:      all 0.3s; 
  transition:         all 0.3s;  
}
.related-tags > ul {
  height: 72px;
  max-height: inherit;
  font-style: italic;
  overflow: hidden;
  -webkit-transition: all 0.3s; 
  -moz-transition:    all 0.3s; 
  -ms-transition:     all 0.3s; 
  -o-transition:      all 0.3s; 
  transition:         all 0.3s;  
}

p.collapsed {
  margin-top: 0px;
  max-height: 0px;
}
ul.collapsed {
  height: 0px;
}

ul.hashtag-list {
  text-align: center;
  list-style: none;
  font-family: 'proxima-nova', serif;
  font-size: 13px;
  display: block;
  color: #9e9e9e;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

.related-tags > ul {
  font-size: 12px;
}

ul#static-tags-list {
}

ul.hashtag-list > li {
  display: inline-block;
  position: relative;
  padding-right: 0px;
  cursor: pointer;
  -webkit-transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

ul.hashtag-list > li:hover {
  color: #2b2b2b;
  -webkit-transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: color 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

ul.hashtag-list > li:after {
  color: #9e9e9e;
  content: ',';
}
ul.hashtag-list > li:last-child:after {
  content: '';
}

#related-tags-list > li {
  cursor: inherit;
}
#related-tags-list > li:hover {
  color: inherit;
}

/* underlines */
.underline {
}
.underline::before, .underline:hover::before, .hashtag-selected::before {
  content: ' ';
  cursor: pointer;
  width: 100%;
  background: #9e9e9e;
  left: 0;
  position: absolute;
  -webkit-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.underline:hover::before, .hashtag-selected::before {
  background: #2b2b2b;
  -webkit-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.underline::before {
  height: 2px;
  opacity: 0.25;
  bottom: -0px;
}
.underline:hover::before, .hashtag-selected::before {
  height: 2px;
  opacity: 1;
  bottom: -2px;
}
.hashtag-selected {
  color: #2b2b2b;
  -webkit-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: all 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.back-bar {
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  padding: 2px 5px;
  background: #252525;
  color: white;
  -webkit-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.back-bar:active {
  background: #E1E8ED;
  -webkit-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.back-bar::before {
  cursor: pointer;
  display: inline-block;
  content: ' ';
  position: relative;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  top: 2px;
  background-size: 11px 11px;
  background-image: url('./svg/back.svg'); 
}

.legend-header-container, .info-subheader, .info-header {
  font-family: 'proxima-nova', serif;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.legend-header-container {
  display: inline-block;
}

.info-header {
  font-size: 16px;
  margin-bottom: 5px;
}

.info-subheader {
  margin-bottom: 5px;
}

.legend-header {
  display: inline-block;
}

.legend-reset {
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  opacity: 0.5;
  position: relative;
  top: 1px;
  color: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.3s; 
  -moz-transition:    opacity 0.3s; 
  -ms-transition:     opacity 0.3s; 
  -o-transition:      opacity 0.3s; 
  transition:         opacity 0.3s;  
}

.hidden {
  opacity: 0;
  cursor: default;
}

.legend-reset:hover:not(.hidden) {
  opacity: 1.0;
}

.legend-reset::after {
  vertical-align: top;
  opacity: 1.0;
  cursor: pointer;
  display: inline-block;
  content: ' ';
  position: relative;
  margin-left: 5px;
  top: 5px;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  background-image: url('./svg/close.svg'); 
}

.legend {
  font-family: 'proxima-nova', serif;
  font-size: 12px;
  padding-top: 10px;
}
.legend-item {
  height: 18px;
  position: relative;
}
.legend-item > em {
  font-style: normal;
}

.total-tweets {
  font-family: 'proxima-nova', serif;
  font-size: 11px;
  font-style: normal;
}

.legend > div > strong {
  min-width: 38px;
  display: inline-block;
}

.legend > div > em {
  color: #a2a2a2;
}

.legend-icon {
  padding: 0;
  margin: 0;
  border-radius: 100% 100%;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 5px;
}

.percentage {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  transition: width .3s ease;
}

.percentage-block {
  background: #efefef;
  display: inline-block;
  margin-right: 4px;
  height: 12px;
  position: relative;
  width: 40px;
  top: 2px;
}

.relearn {
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  padding: 2px 5px;
  -webkit-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.relearn:active {
  background: #E1E8ED;
  -webkit-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -moz-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  -o-transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition: background 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.relearn::before {
  cursor: pointer;
  display: inline-block;
  content: ' ';
  position: relative;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  top: 2.0px;
  background-size: 12px 12px;
  background-image: url('./svg/relearn.svg'); 
}

.button {
  text-align: center;
  padding: 10px 15px;
}

.tweet-box {
  width: 300px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.025);
  background: #fff;
  display: block;
  font-size: 12px;
  font-family: 'proxima-nova', sans-serif;
  text-align: left;
  padding: 10px 10px 12px 10px;
  border: 1px solid #E1E8ED;
  border-radius: 3px;
}

.tweet-box > .profile-container > .profile-image {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}

.tweet-box > .profile-container > .name {
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: -1px;
  font-size: 12px;
  color: #292f33;
  font-weight: bold;
}

.tweet-box > .profile-container > .screen-name {
  vertical-align: top;
  position: relative;
  top: -1px;
  color: #8899a6;
  font-size: 10px;
}

.tweet-box > .tweet-text {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  float: none;
}

.tweet-box > .tweet-icons > div {
  display: inline;
  position: relative;
  padding-right: 10px;
  font-size: 10px;
  top: 2.5px;
  left: 5px;
}

.tweet-box > .tweet-icons > div.retweets:before,
.tweet-box > .tweet-icons > div.favorites:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-position: center;
  display: inline-block;
  content: ' ';
  position: relative;
  top: 3px;
  left: -5px;
  
}

.tweet-box > .tweet-icons > div.retweets:before {
  background-image: url('./svg/retweet.svg');
}

.tweet-box > .tweet-icons > div.favorites:before {
  top: 1.5px;
  width: 8.5px;
  height: 8.5px;
  background-size: 8.5px 8.5px;
  background-image: url('./svg/favorite.svg');
}

.nearby-hashtags {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.intro-credits {
  position: absolute;
  bottom: 15px;
  font-style: italic;
  color: hsla(0, 0%, 17%, 0.65);
  right: 20px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.intro-credits::after {
  content: ' ';
  position: relative;
  top: 4px;
  margin-left: 5px;
  display: inline-block;
  width: 37.5px;
  height: 17.5px;
  background-size: 37.5px 17.5px;
  background-image: url('./svg/jam3.svg');
}

.bumper {
  pointer-events: none;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 24px;
  font-style: italic;
}

.bumper > p {
  display: table-cell;
  padding-bottom: 100px;
  vertical-align: middle;
}

.user-input-container {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.user-input {
  pointer-events: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  
  height: 100px;
  width: 300px;
  box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.025);
  background: #fff;
  font-size: 12px;
  font-family: 'proxima-nova', sans-serif;
  /*padding: 10px 10px 10px 10px;*/
  border: 1px solid #E1E8ED;
  border-radius: 3px;
  
  margin: auto;
  display: block;
}

.user-input > textarea {
  padding: 10px;
  margin: 10px;
  width: 280px;
  box-sizing: border-box;
  border: 1px solid #E1E8ED;
  border-radius: 3px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  resize: none;
}
.character-count {
  /*color: #39454d;*/
}

/* Modified from: http://projects.lukehaas.me/css-loaders/ */
.loader {
  z-index: 2;
  margin: 0px auto;
  font-size: 10px;
  font: sans-serif;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid hsl(0, 0%, 85%);
  border-right: 0.2em solid hsl(0, 0%, 85%);
  border-bottom: 0.2em solid hsl(0, 0%, 85%);
  border-left: 0.2em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
  opacity: 0;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}