/*
 * Theme Name: doe_reportcard
 * Description: Department of Education Report Card Theme
 * Author: American Internet Services Network (AISN)
 * Author URI: http://www.aisn.net
 * License: AISN.NET
 * License URI: https://www.aisn.net
 *
 * Version: 1.0.0
 * Text Domain: doe_reportcard
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	* breakpoints
	* colors
	* structure
	* typography
	* reset
	* mixins
	* base
	* alignments
	* clearings
	* accessibility

# Elements
	* elements
	* tables
* Forms
	* buttons
	* fields
* Media
	* galleries
	* captions
	* embeds
	* icons
# Typography
	* copy
	* headings
	* lists
	* links
# Sections
	* header
	* sidebar
	* footer
	* content-sidebar
	* sidebar-content
* Navigation
	* main-menu
* Widgets
	* widgets
* Posts & Pages
	* comments
	* posts-and-pages
	* home
	* 404

	* print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Theme Colors */
/* bgs */
/* Text */
/* Borders */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  height: 100%; }

body {
  font-size: 16px;
  /* 16px default */
  line-height: 24px; }

.row {
  max-width: 124rem;
  padding-right: 6rem;
  padding-left: 6rem;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .row {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media screen and (max-width: 651px) {
    .row {
      padding-left: 2rem;
      padding-right: 2rem; } }

.show-for-large-up {
  display: none; }
  @media screen and (min-width: 1024px) {
    .show-for-large-up {
      display: block; } }

.show-for-large-up.menu-wrap {
  display: none; }
  @media screen and (min-width: 1024px) {
    .show-for-large-up.menu-wrap {
      display: -webkit-flex;
      display: flex; } }

.show-for-tablet-up {
  display: none; }
  @media screen and (min-width: 650px) {
    .show-for-tablet-up {
      display: block; } }

.hide-for-tablet-up {
  display: block; }
  @media screen and (min-width: 650px) {
    .hide-for-tablet-up {
      display: none; } }

.show-for-medium-up {
  display: none; }
  @media screen and (min-width: 651px) {
    .show-for-medium-up {
      display: block; } }

.hide-for-medium-up {
  display: block; }
  @media screen and (min-width: 651px) {
    .hide-for-medium-up {
      display: none; } }

.show-for-medium-only {
  display: none; }
  @media screen and (min-width: 651px) and (max-width: 1124px) {
    .show-for-medium-only {
      display: block; } }

.show-for-medium-down {
  display: block; }
  @media screen and (min-width: 1024px) {
    .show-for-medium-down {
      display: none; } }

.show-for-mobile-only {
  display: none; }
  @media screen and (max-width: 650px) {
    .show-for-mobile-only {
      display: block; } }

.show-for-small-only {
  display: none; }
  @media screen and (max-width: 460px) {
    .show-for-small-only {
      display: block; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.8rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.8rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

hr.printbreak {
  height: 0;
  margin: 0;
  border: none;
  clear: none; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 0.5rem;
    line-height: normal;
    padding: 1.5rem 2.3rem 1.4rem;
    text-decoration: none;
    top: 0.5rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* element-invisible from http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* Turns off element-invisible */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto; }

.right-off-canvas-toggle a span,
#toTop .compliance {
  text-indent: -999999px; }

a.tiny .livicon {
  height: 16px;
  width: 16px; }

.compliance {
  display: none; }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom bg color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 0.1rem;
  margin-bottom: 2.4rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 2.6rem;
  width: 100%; }
  table th {
    background-color: #005daa;
    color: #ffffff; }
  table tbody th {
    background: #e7e7e7;
    color: #1f1f1e; }
  table tbody tr:nth-child(odd) {
    background: #f9f9f9; }
    table tbody tr:nth-child(odd).legend {
      background: #ffffff;
      font-size: 1.2rem;
      margin: 0 0 2.6rem; }
  table th, table td {
    padding: 0.5rem 1rem;
    position: relative; }

body th {
  text-align: left; }

table th, table td {
  border-right: 1px solid #e7e7e7; }

tbody {
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

tr.legend td {
  border-right: none; }

#tableTeacherQuality tbody th {
  background: #f9f9f9; }

.single-doerc_school .accreditation-tables h4 {
  background-color: #005daa;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-bottom: 0; }

#chart-provisionalteachers table tbody th,
#chart-SOA table tbody th,
#chart-CareerTech table tbody th,
#chart-APwrap table tbody th,
#chart-AdvancedProgram table tbody th,
#chart-exempted-english-learners table tbody th,
#chart-fallmembership table tbody th {
  background: #e7e7e7;
  color: #1f1f1e; }

#chart-SOA table thead td,
#chart-CareerTech table thead td,
#chart-APwrap table thead td,
#chart-AdvancedProgram table thead td {
  background: #e7e7e7;
  color: #1f1f1e; }
#chart-SOA table tbody th,
#chart-CareerTech table tbody th,
#chart-APwrap table tbody th,
#chart-AdvancedProgram table tbody th {
  text-align: left; }

.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip th {
  background-color: #005daa;
  font-size: 13px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 2px 5px !important;
  background-color: #fff; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.name {
  text-align: left; }

.c3-tooltip td.value {
  text-align: right; }

/* Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0.2rem solid;
  border-color: #005daa;
  border-radius: 0;
  background: #005daa;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  padding: 1rem 1.6rem 0.6rem;
  text-shadow: 0; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #005daa;
    box-shadow: none;
    color: #005daa;
    background: #ffffff; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #005daa;
    box-shadow: none;
    color: #005daa;
    background: #ffffff;
    outline: red dotted medium !important; }

a.button {
  text-decoration: none;
  background: #005daa;
  border: 0.2rem solid #005daa;
  color: #ffffff;
  padding: 1rem 1.6rem 0.6rem;
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-transform: uppercase; }
  a.button:visited {
    color: #ffffff; }
  a.button:visited:hover, a.button:hover {
    color: #005daa;
    background: #ffffff; }
  a.button:active, a.button:focus {
    outline: red dotted medium !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  padding: 0.3rem; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

textarea,
select {
  border: 0.2rem solid #005daa;
  background-color: transparent;
  color: #005daa;
  height: 5.2rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0; }

textarea {
  width: 100%; }

/* Media */
.gallery {
  margin-bottom: 2.4rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.8rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 1.4rem 0; }

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

/* Ensure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
  color: #1f1f1e;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  font-size: 1.6rem; }

p {
  margin-bottom: 2.6rem;
  max-width: 80rem; }

.single-doerc_division p,
.single-doerc_school p,
.page-template-single-doerc_state p {
  margin: 0 auto 2.6rem; }

dfn, cite, em, i {
  font-style: italic; }

strong {
  font-weight: bold; }

.page-template-page-glossary dfn {
  font-style: normal;
  text-transform: uppercase; }

blockquote {
  margin: 0 auto 2.6rem;
  max-width: 80rem;
  padding: 2.6rem;
  background: #e7e7e7;
  font-size: 2rem;
  text-align: center; }

address {
  margin: 0 0 2.4rem; }

pre {
  bg: #eee;
  font-family: "Courier New", monospace, sans-serif;
  line-height: 24px;
  margin-bottom: 2.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 2.6rem; }

code, kbd, tt, var {
  font-family: "Courier New", monospace, sans-serif; }

abbr, acronym {
  border-bottom: 0.1rem dotted #666;
  cursor: help; }

mark, ins {
  bg: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #005daa;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2.6rem; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 3rem;
  text-transform: uppercase; }

h2.alt,
.school-details h2,
.snapshot-general-desktop h2 {
  color: #1f1f1e;
  font-size: 1.6rem;
  font-weight: 700; }

h3 {
  font-size: 2.4rem;
  color: #666666; }

.page-template-single-doerc_state h2, .page-template-single-doerc_state h3, .page-template-single-doerc_state h4,
.single-doerc_division h1,
.single-doerc_division h2,
.single-doerc_division h3,
.single-doerc_division h4,
.single-doerc_school h2,
.single-doerc_school h3,
.single-doerc_school h4 {
  max-width: 80rem;
  margin: 0 auto 2.6rem;
  text-align: center; }
.page-template-single-doerc_state .school-details h2,
.single-doerc_division .school-details h2,
.single-doerc_school .school-details h2 {
  text-align: left;
  margin-bottom: 0; }

#aag h2,
#aag h3.alt {
  margin-bottom: 0; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 2rem;
  color: #666666; }

h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #666666; }

ul, ol {
  margin: 0 0 2.4rem 4.8rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 2.4rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 2.6rem; }

a {
  color: #005daa; }
  a:visited {
    color: #005daa; }
  a:hover, a:focus, a:active {
    color: #005daa; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

ul#termlinks,
ul.pagination {
  margin: 0 0 4.2rem;
  list-style: none;
  text-align: center; }
  ul#termlinks li,
  ul.pagination li {
    display: inline-block;
    line-height: 3.6rem;
    margin-bottom: 1rem; }
    ul#termlinks li a,
    ul.pagination li a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.2rem;
      background: #005daa;
      color: #ffffff;
      padding: 1rem;
      border: 0.2rem solid #005daa; }
      ul#termlinks li a:hover,
      ul.pagination li a:hover {
        border: 0.2rem solid #005daa;
        background: #ffffff;
        color: #005daa; }
    ul#termlinks li.arrow2 a, ul#termlinks li.arrow a,
    ul.pagination li.arrow2 a,
    ul.pagination li.arrow a {
      background: #ffffff;
      color: #005daa;
      border: none; }
      ul#termlinks li.arrow2 a:hover, ul#termlinks li.arrow a:hover,
      ul.pagination li.arrow2 a:hover,
      ul.pagination li.arrow a:hover {
        border: none;
        background: #ffffff;
        color: #005daa; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
header {
  position: relative;
  padding: 2.6rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.hamburger {
  height: 2.8125rem;
  position: absolute;
  top: 20px;
  width: 2.8125rem;
  padding: 0 1rem;
  right: 7rem; }
  @media screen and (max-width: 767px) {
    .hamburger {
      right: 5rem; } }
  @media screen and (max-width: 651px) {
    .hamburger {
      right: 4rem; } }

.menu-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

.menu-sitenavigation-container {
  margin-top: auto; }

.desktopnav {
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0; }
  .desktopnav li {
    display: inline-block;
    margin-right: 1.6rem; }
    .desktopnav li:last-of-type {
      margin-right: 0; }
    .desktopnav li a {
      text-decoration: none; }

.logo-wrap {
  width: 270px; }
  .logo-wrap h2 {
    margin-bottom: 0; }
  .logo-wrap img {
    display: block; }

.content-navigation-area-wrap nav a.disabled {
  cursor: default;
  background-color: lightgrey !important; }

/* breadcrumbs */
nav.breadcrumbs {
  font-size: 1.2rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5.2rem;
  padding-bottom: 1rem; }
  nav.breadcrumbs a {
    color: #666666;
    text-decoration: none; }
    nav.breadcrumbs a:before {
      content: ">";
      margin: 0 0.5rem;
      color: #e7e7e7; }
    nav.breadcrumbs a:first-of-type:before {
      content: none; }

footer {
  background: #005daa;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 2.6rem 0;
  clear: both; }
  footer a,
  footer a:visited {
    color: #ffffff !important;
    text-decoration: none; }
  footer .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1120px) {
      footer .row .footer-text-column {
        width: 100%;
        -webkit-order: 3;
        order: 3; } }
    @media screen and (max-width: 760px) {
      footer .row .footer-text-column p {
        text-align: center; } }
    @media screen and (max-width: 1120px) {
      footer .row .footer-menu-column {
        width: calc(100% - 8.5rem);
        margin-bottom: 1rem; } }
    @media screen and (max-width: 760px) {
      footer .row .footer-menu-column {
        width: 100%; } }
    @media screen and (max-width: 1120px) {
      footer .row .social-menu-column {
        width: 8.5rem;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 760px) {
      footer .row .social-menu-column {
        width: 100%;
        text-align: center; } }
  footer p {
    margin-bottom: 0; }

.single-doerc_school footer p {
  margin-bottom: 0; }

.footernav {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 760px) {
    .footernav {
      text-align: center; } }
  .footernav li {
    display: inline-block;
    margin-right: 1.6rem; }
    .footernav li:last-of-type {
      margin-right: 0; }
    .footernav li:first-of-type {
      margin-left: 0; }

#toTop {
  background-color: #1f1f1e;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #ffffff;
  display: none;
  height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0.9;
  z-index: 10000;
  transition: all 0.2s ease-in-out 0s; }

/* Widgets */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* search input */
#realsearch form,
#searchpaneldesktop form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5.2rem 0; }
  @media screen and (max-width: 540px) {
    #realsearch form,
    #searchpaneldesktop form {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
#realsearch input[type="text"],
#realsearch #searchby,
#searchpaneldesktop input[type="text"],
#searchpaneldesktop #searchby {
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: #005daa;
  color: #005daa;
  margin-right: 0rem;
  border-radius: 0;
  height: 5.2rem;
  width: 100%;
  padding: 0 3.5rem 0 2rem; }

#searchpaneldesktop form {
  padding: 0 0 5.2rem; }

#mfilter-accreditation2,
#searchpaneldesktop #searchby,
.home #realsearch #searchby {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  position: relative;
  z-index: 100; }

.search-categories {
  width: 20%;
  min-width: 25.5rem;
  margin-right: -2px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .search-categories {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }
  .search-categories .livicon {
    position: absolute;
    right: 8px;
    bottom: 15px;
    transform: rotate(180deg);
    z-index: 1; }

.select-wrap {
  position: relative; }
  .select-wrap .livicon {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 15px;
    transform: rotate(180deg);
    z-index: 1; }

.mfilter-accreditation-wrap {
  position: relative; }
  .mfilter-accreditation-wrap .livicon {
    position: absolute;
    right: 8px;
    top: 15px;
    transform: rotate(180deg);
    z-index: 1; }

.search-text {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .search-text {
      width: calc(100% - 6.8rem); } }
  @media screen and (max-width: 540px) {
    .search-text {
      width: 100%;
      margin-bottom: 20px; } }

::placeholder {
  color: #005daa;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #005daa; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #005daa; }

@media screen and (max-width: 540px) {
  .search-button,
  button {
    width: 100%; } }
#mfilter-accreditation2 {
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: #005daa;
  color: #005daa;
  margin-right: 0rem;
  border-radius: 0;
  height: 5.2rem;
  width: 100%; }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation,
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
  .accordion .accordion-navigation.active > a,
  .accordion dd.active > a {
    background: #005daa;
    color: #ffffff;
    border: 2px solid #005daa; }
  .accordion .accordion-navigation > a,
  .accordion dd > a {
    background: #005daa;
    color: #ffffff;
    border: 2px solid #005daa;
    display: block;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    padding: 1rem 1.6rem 0.6rem; }
  .accordion .accordion-navigation > a:hover,
  .accordion dd > a:hover {
    background: transparent;
    border: 2px solid #005daa; }
  .accordion .accordion-navigation > .content,
  .accordion dd > .content {
    display: none;
    padding: 2.4rem 0; }
  .accordion .accordion-navigation > .content.active,
  .accordion dd > .content.active {
    background: transparent;
    display: block; }

.single-doerc_school .accordion-navigation a.accordion-button h2 {
  color: #1f1f1e;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2.4rem;
  margin-bottom: 0; }
  .single-doerc_school .accordion-navigation a.accordion-button h2:hover {
    color: #005daa; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }

.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table; }

.inner-wrap:after {
  clear: both; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #1f1f1e;
    color: #ffffff;
    display: block;
    padding: 1rem 1rem 0.8rem;
    transition: background 300ms ease;
    text-decoration: none; }
    ul.off-canvas-list li a:hover, ul.off-canvas-list li a:active {
      background: #ffffff;
      color: #005daa; }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
.right-off-canvas-menu {
  background: #005daa; }

/* Modules */
.button-group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  .button-group a.button {
    background: #ffffff;
    color: #1f1f1e;
    border-color: #e7e7e7;
    border-width: 1px;
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; }
    .button-group a.button:hover {
      background: #005daa;
      color: #ffffff; }
  .button-group.round {
    margin: 0 0 2.6rem;
    padding: 0;
    list-style: none; }
    .button-group.round li a {
      border-right: none; }
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child > .button {
      border-right: 1px solid #e7e7e7;
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.icon-bar a {
    color: #1f1f1e;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    margin: 0 1rem; }
    @media screen and (max-width: 640px) {
      .button-group.icon-bar a {
        line-height: 1; } }
    .button-group.icon-bar a:hover {
      color: #005daa; }
  .button-group.icon-bar > * span {
    display: block;
    margin: 0 auto;
    height: 2.4rem; }

.wide-buttons .button-group {
  display: block;
  margin: 0 auto 2.6rem;
  text-align: center;
  max-width: 500px; }
  .wide-buttons .button-group li {
    display: inline-block;
    margin-bottom: 5px; }
    .wide-buttons .button-group li:nth-child(5) a {
      border-right: 1px solid #e7e7e7;
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
    .wide-buttons .button-group li:nth-child(6) a {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    @media screen and (max-width: 537px) {
      .wide-buttons .button-group li {
        margin-right: 5px; }
        .wide-buttons .button-group li a {
          border-right: 1px solid #e7e7e7;
          -webkit-border-bottom-right-radius: 1000px;
          -webkit-border-top-right-radius: 1000px;
          border-bottom-right-radius: 1000px;
          border-top-right-radius: 1000px;
          -webkit-border-bottom-left-radius: 1000px;
          -webkit-border-top-left-radius: 1000px;
          border-bottom-left-radius: 1000px;
          border-top-left-radius: 1000px; } }

.page-template-single-doerc_state .firstrow .button-group,
.snapshot-general-desktop-inner .button-group {
  list-style: none;
  margin: 0; }
  @media screen and (max-width: 960px) {
    .page-template-single-doerc_state .firstrow .button-group,
    .snapshot-general-desktop-inner .button-group {
      display: inline-block;
      text-align: center; } }
  .page-template-single-doerc_state .firstrow .button-group a.button,
  .snapshot-general-desktop-inner .button-group a.button {
    border: 0.2rem solid;
    border-color: #005daa;
    border-radius: 0;
    background: #005daa;
    box-shadow: none;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding: 1rem 1.6rem 0.6rem;
    text-shadow: 0;
    text-align: initial;
    display: inline; }
    .page-template-single-doerc_state .firstrow .button-group a.button span.livicon,
    .snapshot-general-desktop-inner .button-group a.button span.livicon {
      margin-right: 0.5rem; }
      .page-template-single-doerc_state .firstrow .button-group a.button span.livicon svg path,
      .snapshot-general-desktop-inner .button-group a.button span.livicon svg path {
        fill: #ffffff; }
    .page-template-single-doerc_state .firstrow .button-group a.button:hover,
    .snapshot-general-desktop-inner .button-group a.button:hover {
      border-color: #005daa;
      box-shadow: none;
      color: #005daa;
      background: #ffffff; }
      .page-template-single-doerc_state .firstrow .button-group a.button:hover span.livicon svg path,
      .snapshot-general-desktop-inner .button-group a.button:hover span.livicon svg path {
        fill: #005daa; }
    .page-template-single-doerc_state .firstrow .button-group a.button:active, .page-template-single-doerc_state .firstrow .button-group a.button:focus,
    .snapshot-general-desktop-inner .button-group a.button:active,
    .snapshot-general-desktop-inner .button-group a.button:focus {
      border-color: #005daa;
      box-shadow: none;
      color: #005daa;
      background: #ffffff; }
  .page-template-single-doerc_state .firstrow .button-group li,
  .snapshot-general-desktop-inner .button-group li {
    margin: 0 1.5rem; }
    @media screen and (max-width: 1020px) {
      .page-template-single-doerc_state .firstrow .button-group li,
      .snapshot-general-desktop-inner .button-group li {
        margin: 0 0.5rem; } }
    @media screen and (max-width: 960px) {
      .page-template-single-doerc_state .firstrow .button-group li,
      .snapshot-general-desktop-inner .button-group li {
        display: inline-block;
        margin-left: -4px;
        margin: 0 0.5rem 1rem; } }
    .page-template-single-doerc_state .firstrow .button-group li:first-of-type,
    .snapshot-general-desktop-inner .button-group li:first-of-type {
      margin: 0 1.5rem 0 0; }
      @media screen and (max-width: 1020px) {
        .page-template-single-doerc_state .firstrow .button-group li:first-of-type,
        .snapshot-general-desktop-inner .button-group li:first-of-type {
          margin: 0 0.5rem 0 0; } }
      @media screen and (max-width: 960px) {
        .page-template-single-doerc_state .firstrow .button-group li:first-of-type,
        .snapshot-general-desktop-inner .button-group li:first-of-type {
          margin: 0 0.5rem 1rem 0; } }
    .page-template-single-doerc_state .firstrow .button-group li:last-of-type,
    .snapshot-general-desktop-inner .button-group li:last-of-type {
      margin: 0 0 0 1.5rem; }
      @media screen and (max-width: 1020px) {
        .page-template-single-doerc_state .firstrow .button-group li:last-of-type,
        .snapshot-general-desktop-inner .button-group li:last-of-type {
          margin: 0 0 0 0.5rem; } }
      @media screen and (max-width: 960px) {
        .page-template-single-doerc_state .firstrow .button-group li:last-of-type,
        .snapshot-general-desktop-inner .button-group li:last-of-type {
          margin: 0 0 1rem 0.5rem; } }
    .page-template-single-doerc_state .firstrow .button-group li.print-btn,
    .snapshot-general-desktop-inner .button-group li.print-btn {
      width: 13.8rem; }
    .page-template-single-doerc_state .firstrow .button-group li.glance-btn,
    .snapshot-general-desktop-inner .button-group li.glance-btn {
      width: 17.8rem; }
    .page-template-single-doerc_state .firstrow .button-group li.download-btn,
    .snapshot-general-desktop-inner .button-group li.download-btn {
      width: 14.8rem; }

.page-template-single-doerc_state .firstrow .button-group {
  margin-bottom: 2.6rem !important; }

.charttools.icon-bar
.legend,
ul.key,
.legend p {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  margin: 0 0 2.6rem; }

.accreditation-details {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1030px) {
    .accreditation-details {
      -webkit-justify-content: space-around;
      justify-content: space-around; } }

.accreditation-tables {
  width: calc(33.333% - 2.6rem); }
  @media screen and (max-width: 1030px) {
    .accreditation-tables {
      width: calc(50% - 2.6rem); } }
  @media screen and (max-width: 650px) {
    .accreditation-tables {
      width: 100%; } }
  .accreditation-tables tr.yellow td:last-child {
    background-color: #ffc627; }
  .accreditation-tables tr.red td:last-child {
    background-color: #fc4937; }
  .accreditation-tables tr.green td:last-child {
    background-color: #56AE46; }
  .accreditation-tables tr.grey td:last-child {
    background-color: #e7e7e7; }

.school_quality_indicators .yellow {
  background-color: #ffc627; }

.school_quality_indicators .green {
  background-color: #56AE46; }

.school_quality_indicators .red {
  background-color: #fc4937; }

.school_quality_indicators .grey {
  background-color: #e7e7e7; }

.accreditation-tables td {
  position: relative;
  width: 50%; }

.table_button,
.chart_button {
  position: absolute;
  right: 1em;
  top: .3rem;
  height: 24px;
  width: 24px;
  display: inline-block;
  background-size: 24px; }

.chart_button {
  background-image: url("/wp-content/themes/doe_reportcard/includes/styles/img/chart-icon.png"); }

.table_button {
  background-image: url("/wp-content/themes/doe_reportcard/includes/styles/img/table-icon.png"); }

.school_quality_indicators button {
  position: absolute;
  padding: 0.2em;
  top: .3rem;
  right: 1rem; }

#chart-studentratio .ratiorow {
  margin-bottom: 4em; }

#chart-studentratio .number-metric {
  color: #003766;
  font-size: 2em;
  white-space: nowrap; }

.mop-item .grade-selector-wrapper {
  text-align: center; }

.mop-item .mop-group th {
  padding-left: 2em; }

#mop-membership-by-subgroup .multi-chart-wrapper {
  display: flex;
  justify-content: space-around; }

#mop-membership-by-subgroup .chart-container {
  width: calc(33.333% - 2.6rem); }

@media screen and (max-width: 1220px) {
  #mop-membership-by-subgroup .chart-container {
    width: calc(50% - 2.6rem); } }
#mop-membership-by-subgroup .chart-container h4 {
  text-align: center; }

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Posts & Pages */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-template-default #sidebar {
  display: none; }

/* hero */
.flexslider {
  border: none; }

.flexslider .slides > li {
  height: 46rem;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }

#home-hero {
  height: 46rem;
  position: relative; }
  #home-hero #intro {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2.6rem;
    z-index: 1000; }
    @media screen and (max-width: 500px) {
      #home-hero #intro {
        top: 0; } }
  @media screen and (max-width: 640px) {
    #home-hero {
      height: 36rem; } }
  @media screen and (max-width: 640px) {
    #home-hero {
      min-height: 26rem;
      height: auto; } }

/* buttons */
ul.home-actions {
  padding: 0 0 5.2rem;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.home-actions li {
    margin-right: 1.6rem; }
    @media screen and (max-width: 580px) {
      ul.home-actions li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2.6rem;
        text-align: center; } }
    ul.home-actions li:last-of-type {
      margin-right: 0; }
      @media screen and (max-width: 580px) {
        ul.home-actions li:last-of-type {
          margin-bottom: 0; } }

.advancedrefine {
  margin-bottom: 6rem; }
  .advancedrefine h2 {
    color: #1f1f1e;
    font-size: 1.6rem;
    font-weight: 700; }
  .advancedrefine .panel.callout label {
    display: block; }
    .advancedrefine .panel.callout label:last-of-type {
      margin-bottom: 2.6rem; }
    .advancedrefine .panel.callout label:last-of-type.compliance {
      margin-bottom: 0; }
    .advancedrefine .panel.callout label a {
      margin-left: 1rem; }

.search-content .row.results {
  display: -webkit-flex;
  display: flex; }

.filter-column {
  width: 25%; }
  @media screen and (max-width: 700px) {
    .filter-column {
      display: none; } }

.snapshotresult {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #666666;
  margin-bottom: 1.6rem; }

.results-column {
  width: calc(75% - 5.2rem);
  padding-left: 5.2rem; }
  @media screen and (max-width: 700px) {
    .results-column {
      width: 100%;
      padding-left: 0; } }
  .results-column .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 2.6rem;
    padding-bottom: 2.6rem; }
  .results-column h3,
  .results-column p.address {
    margin-bottom: 0; }

#mfilter-accreditation2 {
  margin-bottom: 2.6rem; }

#schoollist a.button {
  display: inline-block; }

.snapshot-general-desktop-inner {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5.2rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.school-details {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .school-details {
      width: 100%; } }

.school-map {
  width: calc(70% - 5.2rem);
  padding-left: 5.2rem; }
  @media screen and (max-width: 767px) {
    .school-map {
      width: 100%;
      padding-left: 0; } }
  .school-map iframe {
    height: 30rem;
    margin-bottom: 2.6rem; }
    @media screen and (max-width: 767px) {
      .school-map iframe {
        height: 20rem; } }
  .school-map p {
    font-size: 1.2rem;
    margin-bottom: 2.6rem; }

.indicator-block {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5.2rem;
  padding-bottom: 2.6rem; }

#dvdoe-essa1 .table-container.indicator-block:last-of-type,
.indicator-block-last {
  margin-bottom: 10.4rem;
  padding-bottom: 0;
  border-bottom: none; }

.inline-tabs-wrapper {
  text-align: center;
  margin-bottom: 2.6rem; }

.explanation {
  margin: 0 auto 5.2rem;
  max-width: 80rem; }

#chart-APwrap tbody,
#achievement-chart {
  margin-bottom: 2.6rem; }

.c3-chart-arc text {
  fill: #fff; }

.c3-grid .ref-line line, .ref-line > line {
  stroke: #CB4C1A;
  stroke-width: 4px; }

@media screen and (min-width: 1024px) {
  .c3 {
    width: 800px !important;
    margin: auto; }

  .c3-inline {
    width: 400px !important; } }
.diplomas-charts-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1220px) {
    .diplomas-charts-wrap {
      -webkit-justify-content: space-around;
      justify-content: space-around; } }
  .diplomas-charts-wrap .diploma-chart {
    width: calc(33.333% - 2.6rem); }
    @media screen and (max-width: 1220px) {
      .diplomas-charts-wrap .diploma-chart {
        width: calc(50% - 2.6rem); } }
    @media screen and (max-width: 860px) {
      .diplomas-charts-wrap .diploma-chart {
        width: 100%; } }

.expenditure-chart-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .expenditure-chart-wrap .diploma-chart {
    width: calc(33.333% - 2.6rem); }
    @media screen and (max-width: 1220px) {
      .expenditure-chart-wrap .diploma-chart {
        width: calc(50% - 2.6rem); } }
    @media screen and (max-width: 860px) {
      .expenditure-chart-wrap .diploma-chart {
        width: 100%; } }

#Readingswitch,
#Writingswitch,
#Mathswitch,
#Scienceswitch,
#Historyswitch {
  text-align: center;
  margin-bottom: 2.6rem; }

.page-template-single-doerc_state ul.tabs,
.single-doerc_division ul.tabs,
.single-doerc_school ul.tabs {
  margin: 0;
  display: none; }
  @media screen and (min-width: 650px) {
    .page-template-single-doerc_state ul.tabs,
    .single-doerc_division ul.tabs,
    .single-doerc_school ul.tabs {
      display: inline-block; } }
  .page-template-single-doerc_state ul.tabs .tab-title,
  .single-doerc_division ul.tabs .tab-title,
  .single-doerc_school ul.tabs .tab-title {
    float: none;
    display: inline-block;
    margin-left: -0.4rem; }
  .page-template-single-doerc_state ul.tabs a,
  .single-doerc_division ul.tabs a,
  .single-doerc_school ul.tabs a {
    text-decoration: none;
    font-size: 1.4rem;
    padding: 1rem;
    border: 1px solid #e7e7e7;
    border-right: none;
    background-color: #ffffff; }
    .page-template-single-doerc_state ul.tabs a:hover,
    .single-doerc_division ul.tabs a:hover,
    .single-doerc_school ul.tabs a:hover {
      background-color: #005daa;
      color: #ffffff; }
  .page-template-single-doerc_state ul.tabs li.active a,
  .single-doerc_division ul.tabs li.active a,
  .single-doerc_school ul.tabs li.active a {
    background-color: #005daa;
    color: #ffffff; }
  .page-template-single-doerc_state ul.tabs > *:first-child > a,
  .single-doerc_division ul.tabs > *:first-child > a,
  .single-doerc_school ul.tabs > *:first-child > a {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .page-template-single-doerc_state ul.tabs > *:last-child > a,
  .single-doerc_division ul.tabs > *:last-child > a,
  .single-doerc_school ul.tabs > *:last-child > a {
    border-right: 1px solid #e7e7e7;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  @media screen and (max-width: 1140px) {
    .page-template-single-doerc_state ul.tabs,
    .single-doerc_division ul.tabs,
    .single-doerc_school ul.tabs {
      max-width: 600px;
      text-align: center;
      margin-top: -2.6rem; }
      .page-template-single-doerc_state ul.tabs li.tab-title,
      .single-doerc_division ul.tabs li.tab-title,
      .single-doerc_school ul.tabs li.tab-title {
        margin-top: 2.6rem; }
        .page-template-single-doerc_state ul.tabs li.tab-title:nth-child(5) a,
        .single-doerc_division ul.tabs li.tab-title:nth-child(5) a,
        .single-doerc_school ul.tabs li.tab-title:nth-child(5) a {
          border-right: 1px solid #e7e7e7;
          -webkit-border-bottom-right-radius: 1000px;
          -webkit-border-top-right-radius: 1000px;
          border-bottom-right-radius: 1000px;
          border-top-right-radius: 1000px; }
        .page-template-single-doerc_state ul.tabs li.tab-title:nth-child(6) a,
        .single-doerc_division ul.tabs li.tab-title:nth-child(6) a,
        .single-doerc_school ul.tabs li.tab-title:nth-child(6) a {
          -webkit-border-bottom-left-radius: 1000px;
          -webkit-border-top-left-radius: 1000px;
          border-bottom-left-radius: 1000px;
          border-top-left-radius: 1000px; } }

@media screen and (max-width: 658px) {
  .page-template-single-doerc_state ul.tabs li.tab-title:nth-child(4) a {
    border-right: 1px solid #e7e7e7;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .page-template-single-doerc_state ul.tabs li.tab-title:nth-child(5) a {
    border-right: none;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .page-template-single-doerc_state ul.tabs li.tab-title:nth-child(6) a {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; } }
.page-template-single-doerc_state select,
.single-doerc_division select,
.single-doerc_school select {
  height: 4.4rem;
  padding: 0 1rem; }

#graduation-and-completion-chart path.c3-bar,
#achievement-chart path.c3-bar {
  stroke: #607990;
  fill: #607990; }
#graduation-and-completion-chart .c3-tooltip-container .c3-tooltip td.name span,
#achievement-chart .c3-tooltip-container .c3-tooltip td.name span {
  background-color: #607990; }

.page-template-single-doerc_state .indicator-block-last#dvdoe-exempted-english-learners {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5.2rem;
  padding-bottom: 2.6rem; }

.medium-block-grid-3 {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

li.colorgrid {
  width: 30%;
  margin-bottom: 2.6rem; }
  @media screen and (max-width: 767px) {
    li.colorgrid {
      width: 100%; } }

#statesnapshot .dynamicChart, #dvdoe-reportsnapshot .dynamicChart, #mvdoe-reportsnapshot .dynamicChart {
  position: relative; }

#statesnapshot .dark .button.tiny, #dvdoe-reportsnapshot .dark .button.tiny, #mvdoe-reportsnapshot .dark .button.tiny {
  display: inline;
  padding: .4rem;
  line-height: 1;
  color: #005daa;
  background-color: #ffffff;
  border: 2px solid #005daa;
  position: absolute;
  bottom: 7rem;
  right: 2px;
  margin-right: 0;
  border-radius: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

#doe-add-form {
  margin-bottom: 6rem;
  width: 31%;
  min-width: 325px; }
  @media screen and (max-width: 405px) {
    #doe-add-form {
      min-width: auto;
      width: 100%; } }
  #doe-add-form .scope {
    margin-bottom: 2.6rem;
    position: relative; }
    #doe-add-form .scope label {
      display: block; }
    #doe-add-form .scope .livicon {
      position: absolute;
      right: 8px;
      top: 38px;
      transform: rotate(180deg);
      z-index: 1; }
    #doe-add-form .scope.indicators .livicon {
      display: none; }
  #doe-add-form select {
    padding-left: 2rem;
    padding-right: 4rem;
    color: #005daa;
    width: 100%; }
  #doe-add-form .scope.divisions select,
  #doe-add-form .scope.schools select,
  #doe-add-form .scope.indicators select {
    height: 10rem; }

body {
  -webkit-print-color-adjust: exact !important; }

#aag {
  position: relative; }
  @media print {
    #aag h1 {
      font-size: 1.5rem;
      margin-bottom: 0; }
    #aag h2.alt {
      font-size: 1rem; } }
  #aag .level-one {
    background-color: #56AE46; }
  #aag .level-two {
    background-color: #ffc627; }
  #aag .level-three {
    background-color: #fc4937; }
  #aag .printed-date {
    display: none; }
    @media print {
      #aag .printed-date {
        display: block;
        position: absolute;
        right: 0;
        top: -4rem; } }
  #aag .detail-set label {
    font-weight: bold; }
    #aag .detail-set label:after {
      content: ": "; }
  #aag .detail-set .percent:after {
    content: "%"; }
  #aag .horizontal-bar-chart {
    border: none; }
    #aag .horizontal-bar-chart tbody {
      border: none; }
    #aag .horizontal-bar-chart tr:nth-child(odd) {
      background-color: transparent; }
    #aag .horizontal-bar-chart td {
      vertical-align: middle;
      border: none;
      background-color: transparent;
      padding-left: 0; }
      #aag .horizontal-bar-chart td:first-child {
        border-right: 1px solid #666;
        padding-top: 1em;
        padding-bottom: 1em;
        width: 45%; }
      #aag .horizontal-bar-chart td:nth-child(2) {
        min-width: 19em; }
    #aag .horizontal-bar-chart label {
      display: inline-block; }
    #aag .horizontal-bar-chart .value-wrapper {
      display: inline-block;
      background-color: #005daa;
      padding: 0.25em 0.5em;
      height: 1.8em; }
    #aag .horizontal-bar-chart .value {
      color: #000;
      float: none;
      vertical-align: super; }
  #aag #aag .horizontal-bar-chart .value-wrapper {
    display: inline-block;
    background-color: #005daa;
    padding: 0.25em 0.5em;
    height: 1.8em; }
  #aag #aag .horizontal-bar-chart .value {
    color: #000;
    float: none;
    vertical-align: super; }
  #aag section.general.details,
  #aag .print-button,
  #aag .unit table {
    margin-bottom: 5.6rem; }
    @media print {
      #aag section.general.details,
      #aag .print-button,
      #aag .unit table {
        margin-bottom: 1.5rem; } }
  #aag section.general.details,
  #aag section.enrollment.details {
    padding-right: 2rem; }
    @media print {
      #aag section.general.details,
      #aag section.enrollment.details {
        padding-right: 1rem; } }
  #aag .detail-wrap {
    float: left;
    width: 50%; }
    @media screen and (max-width: 767px) {
      #aag .detail-wrap {
        width: 100%;
        float: none; } }
    @media print {
      #aag .detail-wrap {
        display: -webkit-flex;
        display: flex;
        width: 38%; } }
  #aag section.accred {
    width: 50%;
    float: right; }
    #aag section.accred td:nth-child(1) {
      width: 56%; }
    #aag section.accred td:nth-child(2) {
      width: 44%; }
    @media screen and (max-width: 767px) {
      #aag section.accred {
        width: 100%;
        float: none; } }
    @media print {
      #aag section.accred {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 62%; }
        #aag section.accred h3 {
          width: 100%; }
        #aag section.accred table {
          width: calc(33.333% - 1rem); } }
  #aag .top {
    padding-bottom: 2.6rem;
    content: "";
    display: table;
    table-layout: fixed;
    width: 100%; }
    @media print {
      #aag .top {
        padding-bottom: 0; } }
  #aag .bottom {
    border-top: 1px solid #e7e7e7;
    padding-top: 2.6rem;
    clear: both; }
    @media print {
      #aag .bottom {
        padding-top: 1rem; }
        #aag .bottom table td {
          padding: 0.3rem 0.7rem 0 0; } }
    #aag .bottom .unit {
      padding-right: 2rem;
      width: 33.33333%;
      float: left; }
      @media screen and (max-width: 1240px) {
        #aag .bottom .unit {
          width: 50%; }
          #aag .bottom .unit:last-of-type {
            clear: both; } }
      @media screen and (max-width: 850px) {
        #aag .bottom .unit {
          width: 100%; } }
      @media print {
        #aag .bottom .unit {
          padding-right: 1rem; }
          #aag .bottom .unit svg {
            height: 15px; } }
      @media print {
        #aag .bottom .unit:last-of-type {
          padding-right: 0; } }

@media print {
  #aag .print-button {
    display: none; }

  #aag {
    font-size: 1rem;
    line-height: 1.4rem; }
    #aag h3 {
      font-size: 1.5rem;
      margin-bottom: 0; } }
@page {
  size: letter portrait;
  /* auto is the initial value */
  margin: 0mm !important;
  /* this affects the margin in the printer settings */ }
@page :right {
  @bottom-right {
    content: counter(page); } }
@page :left {
  @bottom-left {
    content: "Page " counter(page) " of " counter(pages); } }
@media print {
  html, body {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto; }

  .to-top-container,
  .accordion,
  .hamburger,
  .charttools.button-group,
  .button-group,
  footer,
  #Readingswitch label,
  #Readingswitch select,
  #Readingswitch input,
  #Writingswitch label,
  #Writingswitch select,
  #Writingswitch input,
  #Mathswitch label,
  #Mathswitch select,
  #Mathswitch input,
  #Scienceswitch label,
  #Scienceswitch select,
  #Scienceswitch input,
  #Historyswitch label,
  #Historyswitch select,
  #Historyswitch input,
  .content-navigation-area-wrap,
  #chart-diplomascompletion .button-group.round,
  #chart-FourYearGrad .button-group.round,
  #chart-FourYearGrad .button-group.round,
  #chart-PostSecondaryEnrollment .button-group.round,
  #chart-absenteeism .button-group.round,
  #dvdoe-reportsnapshot .dark .button.tiny
   {
    display: none; }

  .hide-for-tablet-up,
  .tabs-content.show-for-tablet-up,
  .tabs-content.show-for-medium-up,
  #canvasWriting {
    display: block; }

  .accordion.hide-for-tablet-up {
    display: none; }

  .page-template-single-doerc_state .tabs-content > .content .indicator-block,
  .doerc_school-template-default .tabs-content > .content .indicator-block,
  .tabs-content > .content.active .indicator-block,
  .tabs-content > .content#desktopTabs-assessments .indicator-block,
  .tabs-content > .content#desktopTabs-enrollment .indicator-block {
    display: block; }
  .page-template-single-doerc_state .tabs-content > .content .indicator-block,
  .doerc_school-template-default .tabs-content > .content .indicator-block,
  .tabs-content > .content.active .indicator-block,
  .tabs-content > .content#desktopTabs-assessments .indicator-block,
  .tabs-content > .content#desktopTabs-enrollment .indicator-block {
    border-bottom: none;
    padding-bottom: 0;
    width: 100%; }
  .page-template-single-doerc_state .tabs-content > .content .accreditation-details,
  .doerc_school-template-default .tabs-content > .content .accreditation-details,
  .tabs-content > .content.active .accreditation-details,
  .tabs-content > .content#desktopTabs-assessments .accreditation-details,
  .tabs-content > .content#desktopTabs-enrollment .accreditation-details {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-template-single-doerc_state .tabs-content > .content .accreditation-tables,
  .doerc_school-template-default .tabs-content > .content .accreditation-tables,
  .tabs-content > .content.active .accreditation-tables,
  .tabs-content > .content#desktopTabs-assessments .accreditation-tables,
  .tabs-content > .content#desktopTabs-enrollment .accreditation-tables {
    width: calc(50% - 2.6rem); }
  .page-template-single-doerc_state .tabs-content > .content #achievement-chart,
  .page-template-single-doerc_state .tabs-content > .content #achievement-chart svg,
  .doerc_school-template-default .tabs-content > .content #achievement-chart,
  .doerc_school-template-default .tabs-content > .content #achievement-chart svg,
  .tabs-content > .content.active #achievement-chart,
  .tabs-content > .content.active #achievement-chart svg,
  .tabs-content > .content#desktopTabs-assessments #achievement-chart,
  .tabs-content > .content#desktopTabs-assessments #achievement-chart svg,
  .tabs-content > .content#desktopTabs-enrollment #achievement-chart,
  .tabs-content > .content#desktopTabs-enrollment #achievement-chart svg {
    width: 100%; }
  .page-template-single-doerc_state .tabs-content > .content .diplomas-charts-wrap .diploma-chart,
  .doerc_school-template-default .tabs-content > .content .diplomas-charts-wrap .diploma-chart,
  .tabs-content > .content.active .diplomas-charts-wrap .diploma-chart,
  .tabs-content > .content#desktopTabs-assessments .diplomas-charts-wrap .diploma-chart,
  .tabs-content > .content#desktopTabs-enrollment .diplomas-charts-wrap .diploma-chart {
    width: 100%; }
  .page-template-single-doerc_state .tabs-content > .content #chart-DiplomaTypesSchool,
  .page-template-single-doerc_state .tabs-content > .content #chart-DiplomaTypesDistrict,
  .page-template-single-doerc_state .tabs-content > .content #chart-DiplomaTypesState,
  .doerc_school-template-default .tabs-content > .content #chart-DiplomaTypesSchool,
  .doerc_school-template-default .tabs-content > .content #chart-DiplomaTypesDistrict,
  .doerc_school-template-default .tabs-content > .content #chart-DiplomaTypesState,
  .tabs-content > .content.active #chart-DiplomaTypesSchool,
  .tabs-content > .content.active #chart-DiplomaTypesDistrict,
  .tabs-content > .content.active #chart-DiplomaTypesState,
  .tabs-content > .content#desktopTabs-assessments #chart-DiplomaTypesSchool,
  .tabs-content > .content#desktopTabs-assessments #chart-DiplomaTypesDistrict,
  .tabs-content > .content#desktopTabs-assessments #chart-DiplomaTypesState,
  .tabs-content > .content#desktopTabs-enrollment #chart-DiplomaTypesSchool,
  .tabs-content > .content#desktopTabs-enrollment #chart-DiplomaTypesDistrict,
  .tabs-content > .content#desktopTabs-enrollment #chart-DiplomaTypesState {
    height: 320px; }
  .page-template-single-doerc_state .tabs-content > .content .single-doerc_school h4,
  .doerc_school-template-default .tabs-content > .content .single-doerc_school h4,
  .tabs-content > .content.active .single-doerc_school h4,
  .tabs-content > .content#desktopTabs-assessments .single-doerc_school h4,
  .tabs-content > .content#desktopTabs-enrollment .single-doerc_school h4 {
    margin-bottom: 20px; }
  .page-template-single-doerc_state .tabs-content > .content .chartprintwrapper,
  .doerc_school-template-default .tabs-content > .content .chartprintwrapper,
  .tabs-content > .content.active .chartprintwrapper,
  .tabs-content > .content#desktopTabs-assessments .chartprintwrapper,
  .tabs-content > .content#desktopTabs-enrollment .chartprintwrapper {
    margin: 0 auto; }
  .page-template-single-doerc_state .tabs-content > .content #dvdoe-reportsnapshot .medium-block-grid-3,
  .doerc_school-template-default .tabs-content > .content #dvdoe-reportsnapshot .medium-block-grid-3,
  .tabs-content > .content.active #dvdoe-reportsnapshot .medium-block-grid-3,
  .tabs-content > .content#desktopTabs-assessments #dvdoe-reportsnapshot .medium-block-grid-3,
  .tabs-content > .content#desktopTabs-enrollment #dvdoe-reportsnapshot .medium-block-grid-3 {
    display: block; }
  .page-template-single-doerc_state .tabs-content > .content li.colorgrid,
  .doerc_school-template-default .tabs-content > .content li.colorgrid,
  .tabs-content > .content.active li.colorgrid,
  .tabs-content > .content#desktopTabs-assessments li.colorgrid,
  .tabs-content > .content#desktopTabs-enrollment li.colorgrid {
    width: 100%;
    text-align: center; }
  .page-template-single-doerc_state .tabs-content > .content li.colorgrid svg,
  .doerc_school-template-default .tabs-content > .content li.colorgrid svg,
  .tabs-content > .content.active li.colorgrid svg,
  .tabs-content > .content#desktopTabs-assessments li.colorgrid svg,
  .tabs-content > .content#desktopTabs-enrollment li.colorgrid svg {
    margin: 0 auto; }
  .page-template-single-doerc_state .tabs-content > .content li.colorgrid hr,
  .doerc_school-template-default .tabs-content > .content li.colorgrid hr,
  .tabs-content > .content.active li.colorgrid hr,
  .tabs-content > .content#desktopTabs-assessments li.colorgrid hr,
  .tabs-content > .content#desktopTabs-enrollment li.colorgrid hr {
    display: none; }
  .page-template-single-doerc_state .tabs-content > .content li.colorgrid:nth-child(2),
  .page-template-single-doerc_state .tabs-content > .content li.colorgrid:nth-child(5),
  .doerc_school-template-default .tabs-content > .content li.colorgrid:nth-child(2),
  .doerc_school-template-default .tabs-content > .content li.colorgrid:nth-child(5),
  .tabs-content > .content.active li.colorgrid:nth-child(2),
  .tabs-content > .content.active li.colorgrid:nth-child(5),
  .tabs-content > .content#desktopTabs-assessments li.colorgrid:nth-child(2),
  .tabs-content > .content#desktopTabs-assessments li.colorgrid:nth-child(5),
  .tabs-content > .content#desktopTabs-enrollment li.colorgrid:nth-child(2),
  .tabs-content > .content#desktopTabs-enrollment li.colorgrid:nth-child(5) {
    page-break-after: always; }

  .tabs-content > .content {
    display: block !important; }

  #snapshot-general-desktop,
  .indicator-block,
  .indicator-block-last {
    margin-bottom: auto;
    page-break-after: always; }

  .accordion-navigation {
    page-break-before: always; } }

/*# sourceMappingURL=style.css.map */
