.high-school-interactive .state-head,
.high-school-interactive .head,
.high-school-interactive .small {
  font-style: normal;
  font-weight: 700 !important;
}

.high-school-interactive .instructions,
.high-school-interactive .interactive {
  width: 1160px !important;
  margin: 0 auto;
}

@media print {
  .high-school-interactive .instructions,
  .high-school-interactive .interactive {
    width: 1100px !important;
  }
}

.high-school-interactive .interactive {
  padding: 0 0 4em;
}

.high-school-interactive .controls-container {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  height: 60px;
  width: 1160px;
  margin: 0;
  padding: 0;
  position: relative;
}

@media print {
  .high-school-interactive .controls-container {
    max-width: 100%;
    width: 1100px;
  }
}

.high-school-interactive .state-head {
  margin: 30px 0 8px 0;
  font-size: 48px;
  line-height: 58px;
}

.high-school-interactive .head {
  font-size: 24px;
  line-height: 18px;
  margin: 24px 0 18px 0;
}

.high-school-interactive .subhead {
  font-size: 15px;
  line-height: 19px;
  height: 70px;
  margin: 0 30px 12px 0;
  font-weight: 300 !important;
}

.high-school-interactive .small {
  font-size: 12px !important;
  font-weight: 300 !important;
  font-style: normal;
  line-height: 16px;
}

.high-school-interactive .chart-container {
  margin: 0;
  padding: 0;
  height: 540px;
  width: 50%;
  float: left;
}

.high-school-interactive .charts {
  margin: 0;
  padding: 0;
  height: 390px;
}

.high-school-interactive .clear {
  clear: both;
}

.high-school-interactive .year-head {
  font-weight: 300 !important;
}

.high-school-interactive .question {
  font-size: 14px !important;
  line-height: 1.3;
  height: 40px;
}

/* bar chart colors */
.high-school-interactive .blue-green {
  background-color: #1394E3;
}

.high-school-interactive .green {
  background-color: #33BDB3;
}

.high-school-interactive .lime-green {
  background-color: #57C424;
}

.high-school-interactive .bar {
  cursor: pointer;
}

.high-school-interactive .axis path {
  fill: none;
  stroke: none;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.high-school-interactive .axis line {
  fill: none;
  stroke: #ddd;
  stroke-width: 1px;
  shape-rendering: crispEdges;
  stroke-dasharray: 3, 4;
}

.high-school-interactive text.labels.white {
  fill: #fff;
  font-size: 11px !important;
}

.high-school-interactive .labels {
  fill: #444;
  font-size: 12px !important;
  font-weight: 700 !important;
  pointer-events: none;
}

.high-school-interactive .fv-line-label {
  fill: #444;
  font-size: 9px !important;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-transform: uppercase;
}

.high-school-interactive .x-axis-group text {
  fill: #fff;
  font-size: 9px;
  font-weight: 400;
}

.high-school-interactive .y-axis-group text,
.high-school-interactive .y-axis-labels {
  fill: #444;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* custom first item label */
.high-school-interactive .y-label-0 {
  font-size: 14px !important;
}

.high-school-interactive .no-data {
  fill: #ccc !important;
}

.high-school-interactive .vertical-group line {
  fill: none;
  stroke: #000;
  stroke-width: 1.5px;
  shape-rendering: crispEdges;
  opacity: 0.25;
}

.high-school-interactive .low-sample {
  fill: #999 !important;
  font-weight: 400 !important;
}

.high-school-interactive .note {
  margin: 28px 0 6px 0;
  font-size: 13px !important;
  line-height: 1.3;
}

.high-school-interactive .instructions {
  margin: 35px auto 5px;
  font-size: 13px !important;
  line-height: 1.3;
}

.high-school-interactive .padding-bottom-24 {
  padding: 0 0 24px 0;
}

.high-school-interactive .tooltip {
  position: absolute;
  background-color: #fff;
  color: #444;
  font-size: 12px !important;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
  padding: 5px 7px 4px 7px;
  max-height: 145px;
  min-width: 90px;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 3px 4px 2px rgba(90, 90, 90, 0.3);
  border: 1px solid #ccc;
  border-radius: 4px;
}

.high-school-interactive .visible {
  visibility: visible;
}

.high-school-interactive #tooltip-1 {
  left: 252px;
  top: 238px;
}

.high-school-interactive .right {
  float: right;
  margin-left: 10px;
}

.high-school-interactive .tip-dem {
  font-weight: 700;
}

.high-school-interactive .tip-err {
  color: #999;
}

/* scrollbar in dropdown to show always */
.high-school-interactive ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

.high-school-interactive ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* dropdown and timeline */
.high-school-interactive .dropdown {
  position: relative;
  display: inline-block;
}

.high-school-interactive .dropdown:hover .dropdown-content {
  display: block;
}

.high-school-interactive .dropbtn {
  margin: 12px 0 0 0;
  width: 180px;
  background-color: #1394E3;
  color: white;
  font-weight: 600;
  padding: 10px 14px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-align: left;
}

.high-school-interactive .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 180px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.high-school-interactive .state {
  width: 185px;
  padding: 7px 12px;
}

.high-school-interactive .state.active,
.high-school-interactive .state:hover {
  background-color: #dee9ed;
}

.high-school-interactive .stateface {
  width: 28px;
  display: inline-block;
}

/* timeline for selecting year */
.high-school-interactive .line-nodes {
  display: inline-block;
  padding: 0;
  overflow: hidden;
  margin: 4px auto;
  width: 840px;
}

.high-school-interactive .years-line {
  background-color: #ccc;
  width: 97%;
  height: 2px;
}

.high-school-interactive .node-group {
  position: absolute;
}

.high-school-interactive .node {
  text-decoration: none;
  padding: 38px 0 4px;
  font-size: 13px;
  position: absolute;
  color: #1394e3;
  top: -28px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.high-school-interactive .node.active,
.high-school-interactive .node:hover {
  color: #333;
}

.high-school-interactive .node:after {
  content: "";
  border-radius: 22px;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -7px;
  background: #1394e3;
}

.high-school-interactive .node.active:after {
  border-radius: 26px;
  border: 2px solid #333;
  left: 49%;
}

.high-school-interactive .node.inactive {
  color: #ccc;
}

.high-school-interactive .node.inactive:after {
  background: #ccc;
}

/* remove blue button highlight */
.high-school-interactive button:focus,
.high-school-interactive input[type="button"]:focus {
  outline: none;
}
