/* HIDE HEADERS */

.page-id-2912 .featured-hero {
  display: none;
}

.page-id-2912 #post-2912 > header {
  display: none;
}

.page-id-2912 .highcharts-link {
  fill-opacity: 1;
}
.page-id-2912 h1 {
  font-family: "Museo Sans", sans-serif;
  font-weight: 500;
}

.page-id-2912 h3 {
  font-family: "Museo Sans", sans-serif;
  font-weight: 500;
}

.page-id-2912 button {
  font-family: "Museo Sans", sans-serif;
}

.page-id-2912 a {
  font-family: "Museo Sans", sans-serif;
}

.page-id-2912 label {
  font-family: "Museo Sans", sans-serif;
}

.page-id-2912 .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.page-id-2912 .preset-buttons {
  display: flex;
  flex-direction: column;
}

.page-id-2912 .compare-buttons {
  display: flex;
  flex-direction: column;
}

.page-id-2912 .filter-buttons {
  margin-top: 5px;
}

.page-id-2912 #buttons a {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.page-id-2912 body .button.rounded {
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1rem;
  padding: 0.3125rem 1.25rem;
  border-radius: 1.5rem;
  background-color: #08786F;
  border: 0.1875rem solid #08786F;
  color: #ffffff;
}

.page-id-2912 .presets {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: Center;
  outline: none;
  margin: auto;
  font-size: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.page-id-2912 .Highlight {
  background-color: #555;
  display: none;
}

.page-id-2912 .disabled {
  opacity: .3;
}

.page-id-2912 #checkboxes {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 1vh;
}

/* filter styles within compare */
.page-id-2912 #compare-filter .heading-wrapper, .page-id-2912 #compare-filter .dotted-line-grey {
  display: none;
}

.page-id-2912 #compare-filter #compare-filter-wrapper {
  margin-left: 1vw;
}

.page-id-2912 #filter-cta {
  margin-top: 2px;
  margin-bottom: 4px;
  margin-right: 10px;
  line-height: 1.8em;
  min-width: 133px;
}

.page-id-2912 #compare-filter .check-label {
  margin-left: 8px;
}

.page-id-2912 .collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: Center;
    outline: none;
    margin: auto;
    font-size: 15px;
    border-radius: 5px;
  }
  
  .page-id-2912 .active, .page-id-2912 .collapsible:hover {
    background-color: #555;
  }

  .page-id-2912 .collapsible {
    margin: 25px;
  }
  
  .page-id-2912 #checkbox-wrapper {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }

  .page-id-2912 .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 30px;
  }
  
  .page-id-2912 .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    margin-left: 30px;
  }

  .page-id-2912 .center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 92px;
  }

  .page-id-2912 .title {
    margin-bottom: 0px;
  }

  .page-id-2912 .highcharts-title h2 {
    text-align: center;
    font-size: 1.75rem;
  }
  
  .page-id-2912 .subtitle {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .page-id-2912 .filter-headings {
    margin-bottom: 5px;
  }

  .page-id-2912 .section-heading h3 {
    margin-bottom: 0px;
  }

  .page-id-2912 #institution-heading {
    margin-bottom: .75em;
  }

  .page-id-2912 #demographic-heading {
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: bold;
  }

  .page-id-2912 #institution-heading {
    margin-top: 1.5em;
    font-size: 19px;
    font-weight: bold;
  }

  .page-id-2912 #filter-instructions, .page-id-2912 #compare-instructions, .page-id-2912 #report-instructions {
    margin-left: 1vh;
    font-size: 19px;
    font-weight: bold;
  }

  .page-id-2912 .highcharts-tooltip-container {
    z-index: 999999 !important;
}

/* +++++++++++++++++++++++++++++++++++++++++ STYLES BY C.R. */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');

.page-id-2912 #tray_container{
	height: 65vh;
}


.page-id-2912 #filter-by h1{
	font-family: 'Roboto', sans-serif;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.page-id-2912 #filter-by h1:after{
  content: "";
  width: 50px;
  height: 7px;
  background: #FDC23C;
  position: absolute;
  bottom: 0;
  left: 0;	
}

.page-id-2912 #checkboxes a {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* controls */
.page-id-2912 .dotted-line-blue {
  border-bottom: 3px dotted #0092C7;
  width: 100%;
  margin: 9px 9px;
}

.page-id-2912 #compare-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 140px);
  justify-content: space-between;
}

.page-id-2912 .dotted-line-grey {
  border-bottom: 3px dotted #b9b9b9;
  width: 100%;
  margin: 9px 9px;
}

.page-id-2912 .filter-line {
  margin-top: 9px;
  margin-bottom: 9px;
}

.page-id-2912 #compare {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 70vw;
  flex-shrink: 0;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
}

.page-id-2912 #compare-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-id-2912 #compare-category-select {
  display: flex;
  flex-direction: column;
}

.page-id-2912 #filters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 70vw;
  flex-shrink: 0;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
}

.page-id-2912 #filter-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-id-2912 #demographics, .page-id-2912 #institution {
  display: flex;
  flex-direction: column;
}

.page-id-2912 .checkbox-wrapper {
  display: flex;
}

.page-id-2912 .inner-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-width: calc(100% - 156px);
}

.page-id-2912 .heading-wrapper {
  min-width: 158px;
  margin-right: 1vh;
  margin-top: 7px;
}

.page-id-2912 #report {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 70vw;
  flex-shrink: 0;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
}

.page-id-2912 #report-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-id-2912 #more {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 70vw;
  flex-shrink: 0;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
}

.page-id-2912 .open-compare, .page-id-2912 .open-filters, .page-id-2912 .reset-filters {
  margin: 1vh;
}

.page-id-2912 .end-compare {
  margin-bottom: 1vh;
  margin-top: 1vh;
  margin-left: 1vw;
}

.page-id-2912 /* .box {
  display: flex;
  flex-wrap: wrap;
}
.page-id-2912 .box label, .box input {
  flex: 1 1 160px;
} */

.page-id-2912 #step-2 h3{
  display: inline-block;
  margin-bottom: 5px;
  font-size: .9em;
}

.page-id-2912 #toggle-wrapper {
  margin-left: 14vh;
}

.page-id-2912 /* #checkboxes a:after{
	position: absolute;
    content: '';
    bottom: -4px;
    left: -6px;
    width: 50px;
    height: 2px;
    background: #0092C7;
} */

.page-id-2912 #checkboxes h2 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
}

.page-id-2912 #checkboxes h2:after{
position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0092C7;
}

.page-id-2912 #checkboxes label, .page-id-2912 #compare-filter label {
	font-size: 13px;
  margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1.8em;
  min-width: 150px;
  margin-right: 1vw;
}

.page-id-2912 #checkboxes input, .page-id-2912 #compare-filter input {
	margin-right: 8px;
}

.page-id-2912 .highcharts-label span{
	font-family: "Museo Sans", sans-serif!important;
	background: #ffffff;
	font-size: 13px!important;
	padding: 3px 8px;
	border-radius: 8px;
	font-weight: 500!important
}

.page-id-2912 .highcharts-data-label-box {
  rx: 15;
  ry: 15;
}

/* CHECKBOXES STYLES */

.page-id-2912 .form-control {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.page-id-2912 input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #029d89;
  width: 16px;
  height: 16px;
  border: 1px solid #029d89;
  border-radius: 2px;
  transform: translateY(4px);
  place-content: center;
  display: grid;
  float: left;
}

.page-id-2912 .heading-wrapper input[type="checkbox"] {
  transform: translateY(1px);
}


.page-id-2912 input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #888888;
}

.page-id-2912 input[type="checkbox"]:checked::before {
  transform: scale(1);
}


.page-id-2912 input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.page-id-2912 .filter-headings {
  max-width: fit-content;
}

.page-id-2912 .hidden {
  display: none!important;
}

.page-id-2912 .button-icon, .page-id-2912 .button-more-icon {
  width: 1em;
  display: inline;
  margin-right: 5px;
  position: relative;
  top: 0.15em;
  fill: #fff;
}

.page-id-2912 .button-more {
  text-align: left;
  margin: 12px 9px;
}

.page-id-2912 #data-info {
  margin-top: 0px;
  padding: 1em;
  background-color: #efefef;
}

.page-id-2912 .compare-icon {
  width: 4em;
  display: block;
  position: relative;
  top: 0.15em;
  margin-bottom: .5em;
  fill: #fff;
  margin-right: auto;
  margin-left: auto;
}

.page-id-2912 .compare-button {
  min-height: 88px;
  font-size: .7rem!important;
  min-width: 110px;
  max-width: 110px;
  padding: 0!important;
}

.page-id-2912 .button.rounded:hover {
  background-color: #ffffff;
  color: #08786F;
}

.page-id-2912 .button.rounded:hover .button-icon, .page-id-2912 .button.rounded:hover .compare-icon, .page-id-2912 .button.rounded:hover .button-more-icon {
  fill: #08786F;
}

.page-id-2912 .compare-active {
  background-color: #ffffff!important;
  color: #08786F!important;
}

.page-id-2912 .compare-active svg {
  fill: #08786F!important;
}

.page-id-2912 .filter-active {
  background-color: #ffffff!important;
  color: #08786F!important;
}

.page-id-2912 .filter-active svg {
  fill: #08786F!important;
}

.page-id-2912 .more-active {
  background-color: #ffffff!important;
  color: #08786F!important;
}

.page-id-2912 .more-active svg {
  fill: #08786F!important;
}

.page-id-2912 .chart-1 {
  max-width: 46%;
  min-width: 46%
}

.page-id-2912 .chart-2 {
  max-width: 46%;
  min-width: 46%
}

/*  FIGURE LINK STYLES  */

.page-id-2912 .chart-figure-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Legend styles */
.page-id-2912 #legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-id-2912 #legend p {
  font-family: "Museo Sans", sans-serif!important;
  background: #ffffff;
  font-size: 13px!important;
  font-weight: 500!important;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 15px;
}

.page-id-2912 .legend-color-1 {
  background-color:  #00958f;
}

.page-id-2912 .legend-color-2 {
  background-color: #67b8ba;
}

.page-id-2912 .legend-color-3 {
  background-color: #074975;
}

.page-id-2912 .legend-color-4 {
  background-color: #6b92ad;
}

.page-id-2912 .legend-color-1, .page-id-2912 .legend-color-2, .page-id-2912 .legend-color-3, .page-id-2912 .legend-color-4 {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  min-width: 15px;
  min-height: 15px;
  margin-top: 4px;
}

@media (max-width: 700px) {
  .page-id-2912 .highcharts-label span {
    font-size: 10px;
  }
}