html,
body {
  font-family: 'Tahoma';
  font-size: 12px;
  padding: 0;
  margin: 0;
  background: #fff;
  overflow: hidden;
}
p {
  font-family: 'Georgia';
  font-size: 17px;
  line-height: 28px;
  margin: 20px auto;
  max-width: 600px;
}
.divider {
  width: 320px;
  height: 10px;
  background: url('../img/divider.svg') no-repeat;
  margin: 40px auto;
}
#text-container {
  width: 450px;
  position: absolute;
  right: 40px;
  z-index: 2;
  bottom: 20px;
}
#toggles {
  position: absolute;
  left: 10px;
  top: 10px;
}
.toggle-group {
  padding-bottom: 15px;
  height: 0;
  overflow: hidden;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toggle-group.open {
  height: auto;
}
.toggle-header:hover {
  cursor: pointer;
  background: #efefef;
}
.toggle {
  font-size: 10px;
  padding: 3px 6px;
}
.toggle:hover {
  background: #eee;
  cursor: pointer;
}
.toggle.active {
  background: #ddd;
}
#demographics {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  position: relative;
  width: 500px;
}
.f-viz-header {
  font-family: 'Georgia';
  font-size: 28px;
  line-height: 34px;
  color: #2a353d;
  margin-bottom: 20px;
  font-weight: 600;
}
.f-viz-desc {
  font-family: 'Tahoma';
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin-bottom: 20px;
}
#demographics-toggles {
  text-align: center;
  margin-bottom: 10px;
}
.demographics-toggle {
  display: inline-block;
  margin: 0 8px;
  padding: 4px 6px 4px 6px;
  cursor: pointer;
  font-family: 'Tahoma';
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.demographics-toggle.active {
  color: #000000;
  background: #d6e1e5;
}
#overall-time-container {
  position: relative;
  margin: 50px auto 50px auto;
  width: 300px;
}
#overall-time {
  position: relative;
  margin: 50px auto 50px auto;
  width: 500px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#overall-time-canvas {
  position: relative;
  margin: 0 auto;
}
#overall-time-toggles {
  position: absolute;
  left: 0px;
  display: none;
}
.overall-time-toggle {
  cursor: pointer;
  font-family: 'Tahoma';
  color: #2a353d;
  padding: 3px 6px 0px 6px;
  margin: 5px 10px;
}
.overall-time-toggle.active {
  background: #f1f2f2;
}
@media (max-width: 1280px) {
  #text-container {
    width: 375px;
    position: absolute;
    right: 40px;
    z-index: 2;
    bottom: 20px;
  }
  #title {
    color: #fff;
    font-family: 'Georgia';
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    line-height: 52px;
  }
  #subtitle {
    color: #fff;
    font-family: 'Tahoma';
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
  }
  #time-viz-text {
    width: auto;
    margin: 0;
    font-family: 'Tahoma';
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 1024px) {
  #opening {
    padding-top: 0;
  }
  #opening {
    height: 625px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  p {
    margin: 20px;
    max-width: none;
  }
  #opening {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 0;
  }
  #text-container {
    width: 320px;
  }
  #title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  #pleas {
    width: 300px;
  }
  #demographics {
    width: 300px;
  }
  #overall-time {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #opening {
    padding-top: 50px;
  }
  #time-viz-text {
    width: 375px;
    margin: 30px auto 40px auto;
  }
  #text-container {
    width: auto;
    position: static;
    right: auto;
    bottom: auto;
    margin: 0;
    left: auto;
  }
  #title {
    font-size: 40px;
    width: 100%;
    line-height: 46px;
  }
  #subtitle {
    font-size: 12px;
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 375px) {
  #time-viz-text {
    width: auto;
    margin: 30px 40px 40px 40px;
  }
}
@media (max-width: 320px) {
  .divider {
    width: 300px;
    height: 10px;
  }
}
