#app {
  overflow: hidden;
  height: 100%;
}

.rc-box {
  overflow: hidden;
  transition: all 100ms ease-in-out;
}

h3, h4 {
  margin: 0.5em 0 0.4em;
  padding: 0 0.8em;
  color: #333;
  text-align: center;
  letter-spacing: 0.01em;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

.desktop h3 {
  font-size: 14px;
}

h4 {
  font-size: 18px;
  font-weight: 300;
}

h4.extra-margin {
  margin: 2em 0 0.55em;
}

.desktop h4 {
  font-size: 15px;
}

.desktop h4.extra-margin {
  margin: 1em 0 0.55em;
}

h5 {
  margin: 0;
  padding: 0 0.7em;
  color: #333;
  font-weight: 300;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.desktop h5 {
  font-size: 9px;
}

h6 {
  margin: 0.2em 0 0.7em;
  padding: 0 0.8em;
  color: #777;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.desktop h6 {
  font-size: 12px;
  color: #666;
}

p {
  font-size: 0.9em;
  letter-spacing: 0.03em;
}

a {
  cursor: pointer;
}

a.information-link {
  border-bottom: 1px solid #ccc;
  top: -3px;
  text-align: center;
  position: relative;
  margin-top: 2.4em;
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  transition: all 120ms;
  color: #666;
}

a.information-link:hover {
  color: #333;
  border-bottom: 1px solid #aaa;
}

.desktop a.information-link {
  margin: 6px 0;
  font-size: 10px;
}

table {
  padding: 0 1em;
}

.tablet table {
  padding: 0em;
}

.small-monitor table {
  padding: 0.4em;
}

.large-monitor table {
  padding: 0.6em;
}

td {
  padding: 4px 6px 3px 3px;
  font-size: 15px;
}

.desktop td {
  padding: 4px 4px 3px 2px;
  font-size: 12px;
}

.button {
  line-height: 58px;
  width: 80px;
  height: 58px;
  text-align: center;
  font-size: 21px;
  display: block;
  transition: background 120ms;
  text-shadow: 1px 1px 0 #fff;
  background: #f4f4f4;
  color: #ccc;
}

.desktop .button {
  width: 30px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #aaa;
  background: #f8f8f8;
}

.button:hover {
  background: #f5f5f5;
}

.button:active {
  background: #f2f2f2;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: fade-in-after-delay 2940ms linear forwards;
}

.virion-container {
  width: 44vw;
  top: 50%;
  height: 28vw;
  border: 1px solid #ddd;
  padding: 14px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  display: block;
  left: 50%;
}

@media (min-width: 580px) {

  .virion-container {
    padding: 16px;
    width: 36vw;
    height: 22vw;
  }

}

@media (min-width: 768px) {

  .virion-container {
    padding: 18px;
    width: 21vw;
    height: 12.5vw;
  }

}

@media (min-width: 960px) {

  .virion-container {
    padding: 22px;
  }

}

@media (min-width: 1200px) {

  .virion-container {
    padding: 26px;
  }

}

@media (min-width: 1600px) {

  .virion-container {
    padding: 34px;
  }

}

.virion-container-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes virion-animation {

  from {
    transform: scale(1.6) translateX(-10%);
  }
  
  to {
    transform: scale(1.4) translateX(-14%);
  }

}

.virion {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  animation: virion-animation 4s cubic-bezier(.5,0,.5,1) forwards;
}

.home-page {
  height: 100vh;
  padding: 10px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.home-col-left, .home-col-right {
  z-index: 1;
}

.panel {
  background: #fdfdfdd1;
}

.detail {
  font-weight: 300;
}

.detail-table {
  margin: 0 auto 0.6em;
}

.detail-table td {
  font-size: 17px;
  line-height: 1.2;
}

.detail-table td:first-child {
  text-align: right;
}

.menu-container {
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 2;
}

.desktop .menu-container {
  background: #fffe;
  bottom: 36px;
}

ul.menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

ul.menu li {
  padding: 12px;
  cursor: pointer;
  transition: opacity 378.0ms ease-in-out;
  font-size: 13px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

ul.menu li:hover {
  background: #f9f9f9;
}

ul.menu li.is-selected {
  background: #f3f3f3;
  cursor: default;
}

ul.menu li+li {
  border-top: 1px dotted #eee;
}

ul.menu li:last-child {
  border-bottom: 1px dotted #eee;
}

.desktop ul.menu {
  text-align: left;
}

.desktop ul.menu li {
  padding: 10px;
  font-size: 13px;
}

.white-fade-bottom {
  position: relative;
}

.white-fade-bottom:after {
  width: 100%;
  height: 12px;
  position: absolute;
  z-index: 2;
  content: '';
  overflow: visible;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #ffff);
  left: 0;
}

.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fffd;
  z-index: 3;
  display: none;
}

.svg-container {
  width: 100%;
}

.desktop .svg-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  overflow: visible;
}

.svg-pointer-events-none svg {
  pointer-events: none;
}

.graticule {
  fill: none;
  stroke: #eee;
  stroke-width: .5px;
  stroke-opacity: 0.4;
}

#line-chart-root-svg {
  height: 200px;
}

@keyframes fade-in-after-delay {

0% {
    opacity: 0;
  }
  
50% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

.county-container {
  animation: fade-in-after-delay 756.0ms linear forwards;
}

.opacity-0-fade-duration-3 {
  transition: opacity 1470ms ease-in-out;
  opacity: 0;
}

.opacity-0-fade-duration-2 {
  transition: opacity 378.0ms ease-in-out;
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.pointer-events-none {
  pointer-events: none !important;
}

.padding-1 {
  box-sizing: border-box;
  padding: 8px 10px;
}

.padding-2 {
  box-sizing: border-box;
  padding: 8px;
}

.padding-3-top {
  box-sizing: border-box;
  padding-top: 2px;
}

.z-index-1 {
  z-index: 1;
}

.bold {
  font-weight: 600;
}

.light {
  font-weight: 300;
  color: #555;
}

.u-width-100 {
  width: 100%;
}

.u-height-100 {
  height: 100%;
}

.u-position-relative {
  position: relative;
}

.u-absolute-all {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.margin-0-auto {
  margin: 0 auto;
}

.children-align-self-center div {
  align-self: center;
}

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

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

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

.justify-content-center {
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.cursor-pointer {
  cursor: pointer;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.scroll-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}