@charset "UTF-8";
/* ==========================================================================
Theme Name: CAPC Report Card
Theme URI: http://reportcard.capc.org/
Description: Official theme. Please do not change.
Version: 2.0
Author: Sumit Paul
Author URI: http://studiokudos.com
============================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

meta.foundation-version {
  font-family: "/5.4.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:47.063em)/";
  width: 47.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 84.375em;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 37em) {
  .small-medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-medium-1 {
    width: 8.33333%;
  }

  .small-medium-2 {
    width: 16.66667%;
  }

  .small-medium-3 {
    width: 25%;
  }

  .small-medium-4 {
    width: 33.33333%;
  }

  .small-medium-5 {
    width: 41.66667%;
  }

  .small-medium-6 {
    width: 50%;
  }

  .small-medium-7 {
    width: 58.33333%;
  }

  .small-medium-8 {
    width: 66.66667%;
  }

  .small-medium-9 {
    width: 75%;
  }

  .small-medium-10 {
    width: 83.33333%;
  }

  .small-medium-11 {
    width: 91.66667%;
  }

  .small-medium-12 {
    width: 100%;
  }

  .small-medium-offset-0 {
    margin-left: 0% !important;
  }

  .small-medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-medium-offset-3 {
    margin-left: 25% !important;
  }

  .small-medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-medium-offset-6 {
    margin-left: 50% !important;
  }

  .small-medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-medium-offset-9 {
    margin-left: 75% !important;
  }

  .small-medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-medium-centered,
.columns.small-medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-medium-uncentered,
.columns.small-medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-medium-centered:last-child,
.columns.small-medium-centered:last-child {
    float: none;
  }

  .column.small-medium-uncentered:last-child,
.columns.small-medium-uncentered:last-child {
    float: left;
  }

  .column.small-medium-uncentered.opposite,
.columns.small-medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 47.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 37em) {
  .small-medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 47.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* ============================= Webfonts ===================================== */
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro-Bold.eot");
  src: url("webfonts/mark/MarkWebPro-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro-Bold.woff") format("woff"), url("webfonts/mark/MarkCompProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro-BoldItalic.eot");
  src: url("webfonts/mark/MarkWebPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro-BoldItalic.woff") format("woff"), url("webfonts/mark/MarkCompProBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro-Medium.eot");
  src: url("webfonts/mark/MarkWebPro-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro-Medium.woff") format("woff"), url("webfonts/mark/MarkCompProMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro-MediumItalic.eot");
  src: url("webfonts/mark/MarkWebPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro-MediumItalic.woff") format("woff"), url("webfonts/mark/MarkCompProMediumItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro.eot");
  src: url("webfonts/mark/MarkWebPro.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro.woff") format("woff"), url("webfonts/mark/MarkWebPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro-Italic.eot");
  src: url("webfonts/mark/MarkWebPro-Italic.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro-Italic.woff") format("woff"), url("webfonts/mark/MarkCompProItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro-Light.eot");
  src: url("webfonts/mark/MarkWebPro-Light.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro-Light.woff") format("woff"), url("webfonts/mark/MarkCompProLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Mark";
  src: url("webfonts/mark/MarkWebPro-LightItalic.eot");
  src: url("webfonts/mark/MarkWebPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("webfonts/mark/MarkWebPro-LightItalic.woff") format("woff"), url("webfonts/mark/MarkCompProLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* ============================= Variables ==================================== */
/* ============================= Defaults ===================================== */
body, html {
  background: #fff;
  font-family: "Mark", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body {
  transition: opacity 0.6s ease-out;
}
body.loading {
  opacity: 0;
}
html.lt-ie9 body.loading {
  overflow: scroll;
  opacity: 1;
}

p {
  margin-bottom: 25px;
}

body.lock-scroll {
  overflow: hidden;
}
@media only screen and (min-width: 64.063em) {
  body.lock-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 47.063em) {
  .site-header > .row, .site-footer > .row, #hero > .row, #ratings > .row,
#summary > .row, #key-findings > .row, #grades > .row, #recommendations > .row,
#federal-state > .row, #figures-tables > .row, .copyright > .row,
#methodology > .row, #state-detail > .row, #faq > .row, #glossary > .row, #press > .row, #contact > .row, #download > .row,
#about > .row, .page-nav > .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.stage {
  background-color: #fff;
}

#back-to-top {
  transition: all 0.2s ease-out;
  text-decoration: none;
  display: block;
  color: #00a0df;
  font-size: 13px;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 20px;
  right: 0;
  z-index: 9900;
  overflow: hidden;
}
#back-to-top.showing {
  display: block;
  padding: 14px;
  width: auto;
  height: auto;
}
#back-to-top:hover {
  color: #1678B5;
}
@media only screen and (min-width: 64.063em) {
  #back-to-top {
    font-size: 10px;
    bottom: 0;
  }
  #back-to-top.showing {
    bottom: 10px;
    right: 10px;
  }
}

@media only screen and (min-width: 47.063em) {
  .centered-content {
    text-align: center;
  }
}

.highlight-red {
  color: #D11047;
}

.page-nav {
  background-color: #555;
}
.page-nav .next {
  text-align: right;
}
.page-nav a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.45;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-nav a.prev-link:before {
  content: "Previous";
  display: block;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.page-nav a.next-link:before {
  content: "Next";
  display: block;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 47.063em) {
  .page-nav a {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.25em;
  }
}
.page-nav a:hover {
  color: #ccc;
}

#download {
  background-color: #666;
  padding-bottom: 40px;
}
#download h3 {
  color: #fff;
  margin: 35px 0 0 0;
}
#download h3.share-title {
  margin-top: 40px;
}
#download a.cover-image {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#download a.cover-image img {
  max-width: 240px;
  height: auto;
}
html.no-touch #download a.cover-image:hover {
  opacity: 0.85;
}
#download p {
  color: #eee;
  line-height: 1.45;
}
#download p a {
  color: #eee;
}
#download p a:hover {
  color: #ccc;
}
#download p .highlight-red {
  color: #eee;
  display: block;
  border-bottom: 1px solid #eee;
  margin: 10px 0;
}

.share-box {
  padding: 0;
  margin: 15px 0 0 0;
}
.share-box li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.share-box li a {
  color: #444;
}
.share-box li a .fa-inverse {
  color: #fff;
}
.share-box li a:hover {
  color: #000;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.hide-for-small-only {
  display: none;
}
@media only screen and (min-width: 47.063em) {
  .hide-for-small-only {
    display: block;
  }
}

.show-for-small-only {
  display: block;
}
@media only screen and (min-width: 47.063em) {
  .show-for-small-only {
    display: none;
  }
}

@media only screen and (min-width: 47.063em) {
  .section-content-centered {
    text-align: center;
  }
}

/* ============================= Type Styles ================================== */
.reportcard-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 47.063em) {
  .reportcard-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64.063em) {
  .reportcard-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

body.page-template-template-grades .reportcard-page,
body.page-template-template-summary .reportcard-page,
body.page-template-template-key-findings .reportcard-page,
body.page-template-template-recommendations .reportcard-page,
body.page-template-template-tables .reportcard-page,
body.page-template-template-methodology .reportcard-page,
body.single-state .reportcard-page,
body.page-template-template-faq .reportcard-page,
body.page-template-template-state-reportcards .reportcard-page,
body.page-template-template-glossary .reportcard-page,
body.page-template-template-press .reportcard-page,
body.page-template-template-contact .reportcard-page,
body.page-template-template-about .reportcard-page {
  padding-top: 60px;
}
@media only screen and (min-width: 47.063em) {
  body.page-template-template-grades .reportcard-page,
body.page-template-template-summary .reportcard-page,
body.page-template-template-key-findings .reportcard-page,
body.page-template-template-recommendations .reportcard-page,
body.page-template-template-tables .reportcard-page,
body.page-template-template-methodology .reportcard-page,
body.single-state .reportcard-page,
body.page-template-template-faq .reportcard-page,
body.page-template-template-state-reportcards .reportcard-page,
body.page-template-template-glossary .reportcard-page,
body.page-template-template-press .reportcard-page,
body.page-template-template-contact .reportcard-page,
body.page-template-template-about .reportcard-page {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 64.063em) {
  body.page-template-template-grades .reportcard-page,
body.page-template-template-summary .reportcard-page,
body.page-template-template-key-findings .reportcard-page,
body.page-template-template-recommendations .reportcard-page,
body.page-template-template-tables .reportcard-page,
body.page-template-template-methodology .reportcard-page,
body.single-state .reportcard-page,
body.page-template-template-faq .reportcard-page,
body.page-template-template-state-reportcards .reportcard-page,
body.page-template-template-glossary .reportcard-page,
body.page-template-template-press .reportcard-page,
body.page-template-template-contact .reportcard-page,
body.page-template-template-about .reportcard-page {
    padding-top: 130px;
  }
}

.section-title {
  font-size: 1.5em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1em;
  color: #000;
}
@media only screen and (min-width: 47.063em) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 47.063em) {
  .section-title {
    font-size: 2em;
  }
  .section-title.centered-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 64.063em) {
  .section-title {
    font-size: 2.5em;
  }
}

.section-subtitle {
  margin-bottom: 16px;
}
.section-subtitle p {
  font-size: 0.75em;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0;
}
@media only screen and (min-width: 47.063em) {
  .section-subtitle {
    margin-bottom: 32px;
  }
  .section-subtitle p {
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 64.063em) {
  .section-subtitle {
    margin-bottom: 64px;
  }
}

/* ============================= Header ======================================= */
.site-header {
  background-color: #00264d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.site-header .desktop-menu {
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-header .desktop-menu ul {
  margin: 0;
  padding: 0;
}
.site-header .desktop-menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .desktop-menu li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.01em;
}
.site-header .desktop-menu li.desktop-link {
  display: none;
}
.site-header .desktop-menu li.mobile-link.more {
  display: none;
}
.site-header .desktop-menu .primary-nav {
  font-weight: 600;
}
.site-header .desktop-menu .secondary-nav {
  text-align: right;
}
.site-header .has-submenu .desktop-submenu {
  display: none;
}
.site-header .has-submenu:hover .desktop-submenu {
  position: absolute;
  right: 84px;
  display: block;
  background: #fff;
  text-align: left;
  padding: 5px 15px;
  border: 1px solid #efefef;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.site-header .has-submenu:hover .desktop-submenu li {
  display: block;
  margin: 10px 0;
}
.site-header .has-submenu:hover .desktop-submenu a {
  color: #000;
  font-size: 15px;
  line-height: 1.2;
}
.site-header .has-submenu:hover .desktop-submenu a:hover {
  color: #00a0df;
}
@media only screen and (min-width: 64.063em) {
  .site-header .desktop-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-header .desktop-menu li.desktop-link {
    display: inline-block;
  }
  .site-header .desktop-menu li.mobile-link {
    display: none;
  }
  .site-header .desktop-menu li.mobile-link.more {
    display: inline-block;
  }
  .site-header .desktop-menu .primary-nav {
    font-size: 14px;
  }
  .site-header .desktop-menu .primary-nav li.desktop-link {
    margin-right: 10px;
  }
  .site-header .desktop-menu .secondary-nav {
    font-size: 14px;
    display: none;
  }
  .site-header .desktop-menu .secondary-nav li.desktop-link {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .desktop-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .desktop-menu li.mobile-link.more {
    display: none;
  }
  .site-header .desktop-menu .primary-nav {
    font-size: 18px;
  }
  .site-header .desktop-menu .secondary-nav {
    display: block;
  }
}

.mobile-menu {
  display: none;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .mobile-menu-container {
  margin-top: 0;
  padding-top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  margin: 0 0 16px 0;
  list-style: none;
}
.mobile-menu ul a {
  display: block;
  background: #cbdae0;
  text-decoration: none !important;
  color: #000;
  list-style: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 12px 8px 12px;
  border-radius: 3px;
  border: 1px solid #cbdae0;
}
.mobile-menu .has-submenu a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mobile-menu .mobile-submenu {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #cbdae0;
  border-top: none;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mobile-menu .mobile-submenu li {
  margin: 0;
}
.mobile-menu .mobile-submenu a {
  font-size: 16px;
  border: none;
  background: none;
}
@media only screen and (min-width: 1200px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ============================= Hero ========================================= */
#hero {
  background-color: #003e7e;
  overflow: hidden;
  position: relative;
}
#hero > .row {
  position: relative;
  z-index: 2;
}
#hero h1 {
  margin: 40px 0 20px 0;
  color: #fff;
  line-height: 1.2;
}
#hero p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0 0 20px 0;
}
#hero .cta-buttons {
  margin: 40px 0 30px 0;
  padding: 0;
}
#hero .cta-buttons li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#hero .cta-buttons a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #D11047;
  border-radius: 3px;
  padding: 5px 16px;
  min-width: 244px;
}
#hero .cta-buttons a.button-blue {
  background-color: #00a0df;
}
html.no-touch #hero .cta-buttons a:hover {
  background-color: #fff;
  color: #D11047;
}
html.no-touch #hero .cta-buttons a.button-blue:hover {
  background-color: #fff;
  color: #00a0df;
}
#hero .cta-buttons.cta-buttons-bottom {
  margin-top: 0;
}
#hero .logo a {
  display: inline-block;
  margin: 10px 10px 0 0;
}
#hero .logo img {
  height: 32px;
  width: auto;
}
#hero .hero-bg {
  display: none;
}
#hero .hero-image {
  margin-left: -1em;
  margin-right: -1em;
}
@media only screen and (min-width: 37em) {
  #hero h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.02em;
  }
  #hero p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 47.063em) {
  #hero .logo a {
    margin: 10px 20px 0 0;
  }
  #hero .logo img {
    height: 50px;
  }
  #hero .hero-image {
    display: none;
  }
  #hero .hero-bg {
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left 90px;
  }
  #hero .cta-buttons {
    margin: 30px 0 50px 0;
  }
  #hero .cta-buttons li a {
    padding: 10px 16px;
  }
}
@media only screen and (min-width: 64.063em) {
  #hero h1 {
    font-size: 72px;
    line-height: 72px;
    margin: 50px 0 30px 0;
  }
}
@media only screen and (min-width: 753px) and (max-height: 844px) {
  #hero .cta-buttons {
    margin-top: 20px;
  }
  #hero .logo img {
    max-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 845px) {
  #hero {
    height: 100vh;
  }
  #hero .content-wrapper {
    height: 80vh;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 845px) and (min-width: 47.063em) {
  #hero .content-wrapper {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 845px) {
  #hero .logo {
    position: absolute;
    bottom: 0;
  }
}

.rc-btns {
  margin: 40px 0 30px 0;
  padding: 0;
}
.rc-btns li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.rc-btns li a {
  display: block;
  text-decoration: none !important;
  font-weight: 700;
  color: #fff !important;
  background-color: #000;
  border-radius: 3px;
  padding: 5px 16px;
  min-width: 244px;
}
html.no-touch .rc-btns li a:hover {
  background-color: #00a0df;
  color: #fff;
}
@media only screen and (min-width: 47.063em) {
  .rc-btns li a {
    padding: 10px 16px;
  }
}

/* ============================= Grade Map ==================================== */
.grade-map-container {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

@media only screen and (min-width: 47.063em) {
  #ratings {
    padding-top: 0;
    position: relative;
    top: -80px;
  }
}
#grade-map-infographic {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#grade-map-infographic .highcharts-legend {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  #grade-map-infographic .highcharts-legend {
    display: block;
  }
}
#grade-map-infographic .highcharts-label text {
  opacity: 0;
}
@media only screen and (min-width: 47.063em) {
  #grade-map-infographic .highcharts-label text {
    opacity: 1;
  }
}

.capc-tooltip {
  display: block;
  text-align: center;
  width: 120px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.tooltip-letter-grade {
  font-size: 26px;
  display: block;
  margin-top: 12px;
  margin-bottom: 0;
}

.tooltip-letter-grade.grade-1-0 {
  color: #00A0DF;
}

.tooltip-letter-grade.grade-1-5 {
  color: #0F8BB7;
}

.tooltip-letter-grade.grade-2-0 {
  color: #00719E;
}

.tooltip-letter-grade.grade-2-5 {
  color: #005E9E;
}

.tooltip-letter-grade.grade-3-0 {
  color: #00497A;
}

.tooltip-letter-grade.grade-3-5 {
  color: #03356D;
}

.tooltip-letter-grade.grade-4-0 {
  color: #022E59;
}

.tooltip-letter-grade.grade-4-5 {
  color: #00263F;
}

.tooltip-letter-grade.grade-5-0 {
  color: red;
}

.tooltip-stars {
  width: 53px;
}

/* ============================= Summary and other text pages ================= */
#summary > .row {
  max-width: 57em;
}
#summary .section-content {
  font-size: 1em;
  line-height: 1.45;
}
#summary .section-content a {
  text-decoration: none;
  color: #1678B5;
  text-decoration: underline;
}

#methodology > .row, #faq > .row, #glossary > .row, #press > .row, #contact > .row, #about > .row, #state-reportcards > .row, #state-detail > .row {
  max-width: 57em;
}
#methodology .section-content, #faq .section-content, #glossary .section-content, #press .section-content, #contact .section-content, #about .section-content, #state-reportcards .section-content, #state-detail .section-content {
  font-size: 0.85em;
  line-height: 1.45;
}
#methodology .section-content h2, #faq .section-content h2, #glossary .section-content h2, #press .section-content h2, #contact .section-content h2, #about .section-content h2, #state-reportcards .section-content h2, #state-detail .section-content h2 {
  margin-top: 1.5em;
  margin-bottom: 0;
}
#methodology .section-content a, #faq .section-content a, #glossary .section-content a, #press .section-content a, #contact .section-content a, #about .section-content a, #state-reportcards .section-content a, #state-detail .section-content a {
  text-decoration: none;
  color: #00a0df;
  text-decoration: underline;
}
html.no-touch #methodology .section-content a:hover, html.no-touch #faq .section-content a:hover, html.no-touch #glossary .section-content a:hover, html.no-touch #press .section-content a:hover, html.no-touch #contact .section-content a:hover, html.no-touch #about .section-content a:hover, html.no-touch #state-reportcards .section-content a:hover, html.no-touch #state-detail .section-content a:hover {
  color: #1678B5;
}
#methodology .answer-container, #methodology .definition-container, #faq .answer-container, #faq .definition-container, #glossary .answer-container, #glossary .definition-container, #press .answer-container, #press .definition-container, #contact .answer-container, #contact .definition-container, #about .answer-container, #about .definition-container, #state-reportcards .answer-container, #state-reportcards .definition-container, #state-detail .answer-container, #state-detail .definition-container {
  margin: 30px 0 0 0;
}
#methodology .item, #faq .item, #glossary .item, #press .item, #contact .item, #about .item, #state-reportcards .item, #state-detail .item {
  margin: 0 0 20px 0;
  border-top: 1px solid #dfdfdf;
}
#methodology .item h3, #faq .item h3, #glossary .item h3, #press .item h3, #contact .item h3, #about .item h3, #state-reportcards .item h3, #state-detail .item h3 {
  margin-bottom: 0;
  color: #D11047;
}
#methodology .item a, #faq .item a, #glossary .item a, #press .item a, #contact .item a, #about .item a, #state-reportcards .item a, #state-detail .item a {
  text-decoration: none;
  color: #00a0df;
  text-decoration: underline;
}
html.no-touch #methodology .item a:hover, html.no-touch #faq .item a:hover, html.no-touch #glossary .item a:hover, html.no-touch #press .item a:hover, html.no-touch #contact .item a:hover, html.no-touch #about .item a:hover, html.no-touch #state-reportcards .item a:hover, html.no-touch #state-detail .item a:hover {
  color: #1678B5;
}
#methodology .answer-content, #methodology .definition-content, #faq .answer-content, #faq .definition-content, #glossary .answer-content, #glossary .definition-content, #press .answer-content, #press .definition-content, #contact .answer-content, #contact .definition-content, #about .answer-content, #about .definition-content, #state-reportcards .answer-content, #state-reportcards .definition-content, #state-detail .answer-content, #state-detail .definition-content {
  font-size: 0.85em;
  line-height: 1.45;
}
@media only screen and (min-width: 47.063em) {
  #methodology .section-content, #faq .section-content, #glossary .section-content, #press .section-content, #contact .section-content, #about .section-content, #state-reportcards .section-content, #state-detail .section-content {
    font-size: 1em;
  }
  #methodology .answer-container, #methodology .definition-container, #faq .answer-container, #faq .definition-container, #glossary .answer-container, #glossary .definition-container, #press .answer-container, #press .definition-container, #contact .answer-container, #contact .definition-container, #about .answer-container, #about .definition-container, #state-reportcards .answer-container, #state-reportcards .definition-container, #state-detail .answer-container, #state-detail .definition-container {
    margin: 60px 0 0 0;
  }
  #methodology .answer-content, #methodology .definition-content, #faq .answer-content, #faq .definition-content, #glossary .answer-content, #glossary .definition-content, #press .answer-content, #press .definition-content, #contact .answer-content, #contact .definition-content, #about .answer-content, #about .definition-content, #state-reportcards .answer-content, #state-reportcards .definition-content, #state-detail .answer-content, #state-detail .definition-content {
    font-size: 1em;
  }
}

#glossary {
  background-color: #e1f5ff;
}
#glossary .item {
  border-top: 1px solid #7bd3ff;
}
#glossary .item h3 {
  color: #000;
}

#methodology {
  padding-bottom: 0;
}
#methodology .section-content {
  font-size: 1em;
}
#methodology .section-content h3 {
  color: #00a0df;
  text-transform: uppercase;
}
#methodology .section-content h4 {
  color: #D11047;
  font-size: 1.1rem;
  border-top: 1px solid #A8A8A8;
  padding-top: 15px;
  margin: 30px 0 20px 0;
}
#methodology .section-content hr {
  margin: 5px 0;
}
#methodology .section-content .sources p {
  margin: 10px 0;
}
#methodology .section-content sup {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 10px;
}
#methodology .section-content ul {
  margin-bottom: 40px;
}
#methodology .section-content li {
  margin-bottom: 8px;
}
#methodology .disclaimer {
  background-color: #e1f5ff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 100px;
}
@media only screen and (min-width: 47.063em) {
  #methodology .disclaimer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64.063em) {
  #methodology .disclaimer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#methodology .disclaimer h3 {
  color: #000;
  margin-bottom: 24px;
}
@media only screen and (min-width: 47.063em) {
  #methodology .disclaimer h3 {
    margin-bottom: 40px;
  }
}
#methodology .disclaimer > .row {
  max-width: 57em;
}
@media only screen and (min-width: 47.063em) {
  #methodology .disclaimer > .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ============================= Key Findings ================================= */
#key-findings {
  background-color: #e1f5ff;
}
#key-findings .tabs {
  display: none;
}
#key-findings .tabs ul {
  margin: 0;
  padding: 0;
}
#key-findings .tabs li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: block;
  user-select: none;
}
#key-findings .tabs li.active:after {
  position: absolute;
  right: -8px;
  bottom: 50%;
  bottom: calc(50% - 8px);
  content: "";
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #2D2B7C;
  border-width: 8px 0 8px 16px;
}
#key-findings .tabs li.active a {
  background-color: #2D2B7C;
  color: #fff;
}
#key-findings .tabs li a {
  padding: 15px;
  display: block;
  color: #888;
  font-weight: 600;
  line-height: 1.4;
  background-color: #fff;
  text-decoration: none;
}
#key-findings > .row-wrapper {
  max-width: 57em;
}
#key-findings .accordion ul {
  margin: 0;
  padding: 0;
}
#key-findings .accordion .item {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
#key-findings .accordion .item ul {
  margin: 0 0 0 40px;
}
#key-findings .accordion .item li {
  list-style-type: disc;
}
#key-findings .accordion .item .accordion-title {
  padding: 10px;
  background-color: #00a0df;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
}
@media only screen and (min-width: 47.063em) {
  #key-findings .accordion .item .accordion-title {
    padding: 16px;
  }
}
#key-findings .accordion .item .accordion-title h3 {
  margin: 0;
  font-size: 1em;
  line-height: 1.2;
  color: #fff;
}
#key-findings .accordion .item .accordion-title span {
  position: relative;
  display: block;
  padding-right: 20px;
}
@media only screen and (min-width: 47.063em) {
  #key-findings .accordion .item .accordion-title span {
    padding-right: 150px;
  }
}
#key-findings .accordion .item .accordion-title span:after {
  position: absolute;
  right: 0;
  bottom: calc(50% - 8px);
  display: inline-block;
  margin-left: 5px;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}
#key-findings .accordion .item .accordion-title:hover {
  background-color: #1678B5;
}
#key-findings .accordion .item .accordion-content {
  display: none;
}
#key-findings .accordion .item .accordion-content.active {
  display: block;
  padding: 5px 16px 20px 16px;
  background-color: #FFF;
  border-radius: 3px;
}
#key-findings .accordion .item .accordion-content a {
  color: #00a0df;
}
#key-findings .accordion .item .accordion-content a:hover {
  color: #1678B5;
}

/* ============================= Grades ======================================= */
#grades li {
  text-align: center;
  padding-bottom: 2em;
}
#grades .state {
  color: #000;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
#grades .letter-grade {
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
}
#grades .number-grade {
  font-size: 1em;
}
#grades .type-A .letter-grade, #grades .type-A .number-grade {
  color: #003E7E;
}
#grades .type-B .letter-grade, #grades .type-B .number-grade {
  color: #00A0DD;
}
#grades .type-C .letter-grade, #grades .type-C .number-grade {
  color: #484FA1;
}
#grades .type-D .letter-grade, #grades .type-D .number-grade {
  color: #DD7E28;
}
#grades .type-1-0 .letter-grade {
  color: #00A0DF;
}
#grades .type-1-5 .letter-grade {
  color: #0F8BB7;
}
#grades .type-2-0 .letter-grade {
  color: #00719E;
}
#grades .type-2-5 .letter-grade {
  color: #005E9E;
}
#grades .type-3-0 .letter-grade {
  color: #00497A;
}
#grades .type-3-5 .letter-grade {
  color: #03356D;
}
#grades .type-4-0 .letter-grade {
  color: #022E59;
}
#grades .type-4-5 .letter-grade {
  color: #00263F;
}
#grades .type-5-0 .letter-grade {
  color: red;
}
#grades .number-stars img {
  width: 90px;
}
@media only screen and (min-width: 47.063em) {
  #grades .number-stars img {
    width: 120px;
  }
}
@media only screen and (min-width: 47.063em) {
  #grades li {
    text-align: center;
    padding-bottom: 2.5em;
  }
  #grades .state {
    font-size: 1em;
    margin: 0 0 10px 0;
  }
  #grades .number-grade {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 64.063em) {
  #grades li {
    text-align: center;
    padding-bottom: 3.5em;
  }
  #grades .letter-grade {
    font-size: 4em;
  }
  #grades .number-grade {
    font-size: 1.5em;
  }
}

.sorting-methods {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.sorting-methods a {
  transition: background-color 0.2s ease-out;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #00a0df;
  padding: 8px;
  color: #00a0df;
  background-color: transparent;
  width: 130px;
  font-size: 14px;
}
.sorting-methods a:hover {
  background-color: #fbfeff;
}
.sorting-methods a.active {
  color: #fff;
  font-weight: 700;
  background-color: #00a0df;
}
.sorting-methods a.active:hover {
  background-color: #00a0df;
}
.sorting-methods a.sort-by-grade {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sorting-methods a.sort-by-name {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sorting-methods a.sort-by-name:not(.active):hover {
  background-color: #eee;
}
@media only screen and (min-width: 47.063em) {
  .sorting-methods {
    margin: 0 0 50px 0;
  }
}

/* ============================= Recommendations ============================== */
#recommendations {
  background-color: #e1f5ff;
  position: relative;
  padding-bottom: 0;
}
#recommendations > .row {
  max-width: 57em;
}
#recommendations h2.reco {
  color: #D11047;
  margin-top: 60px;
  font-size: 1.75rem;
}
#recommendations h3 {
  font-size: 1rem;
  color: #2D2B7C;
  text-transform: uppercase;
  border-top: 1px solid #908faf;
  padding-top: 15px;
  margin: 50px 0 20px 0;
}
#recommendations h3 + p {
  margin-top: 5px;
}
#recommendations small {
  display: block;
  color: #00a0df;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (min-width: 47.063em) {
  #recommendations small {
    text-align: center;
  }
}
#recommendations a {
  color: #00a0df;
}
html.no-touch #recommendations a:hover {
  color: #D11047;
}
#recommendations hr {
  margin-top: 50px;
}
@media only screen and (min-width: 47.063em) {
  #recommendations hr {
    margin-top: 80px;
  }
}

.page-id-15 #recommendations {
  padding-bottom: 80px;
}

#federal-state .tab-content {
  display: none;
}
#federal-state .tab-content.active {
  display: block;
}
#federal-state small {
  display: block;
  color: #00a0df;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin: 10px 0 3px 0;
}
#federal-state .intro a {
  color: #00a0df;
  text-decoration: none;
}
#federal-state .nc {
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background-color: #D11047;
  text-align: center;
  width: 28px;
  height: 28px;
  padding: 3px;
  font-size: 16px;
  display: inline-block;
}
#federal-state .nc.nc-right-margin {
  margin-right: 5px;
}
#federal-state .nc:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  bottom: calc(50% - 8px);
  line-height: 1;
  right: 10px;
  color: #D11047;
}
@media only screen and (min-width: 47.063em) {
  #federal-state .intro {
    margin-bottom: 40px;
  }
  #federal-state .intro h2 {
    font-size: 2em;
    margin: 0 0 0.5em 0;
  }
  #federal-state .intro.centered-text h2, #federal-state .intro.centered-text p {
    max-width: 57em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 64.063em) {
  #federal-state .nc {
    width: 36px;
    height: 36px;
    padding: 8px;
    font-size: 18px;
  }
  #federal-state .nc:after {
    display: none;
  }
}

.recommendation-tabs {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.recommendation-tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.recommendation-tabs a {
  transition: background-color 0.2s ease-out;
  display: block;
  text-decoration: none;
  border: 1px solid #00a0df;
  padding: 8px;
  color: #00a0df;
  background-color: #fff;
  width: 100px;
}
.recommendation-tabs a:hover {
  background-color: #fbfeff;
}
.recommendation-tabs a.active {
  color: #fff;
  font-weight: 700;
  background-color: #00a0df;
}
.recommendation-tabs a.active:hover {
  background-color: #00a0df;
}
.recommendation-tabs a.federal-tab {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.recommendation-tabs a.state-tab {
  border-left: none;
  border-right: none;
}
.recommendation-tabs a.other-tab {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (min-width: 47.063em) {
  .recommendation-tabs {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .recommendation-tabs {
    margin: 0 0 40px 0;
  }
}

.point-down {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #e1f5ff transparent transparent;
  border-width: 24px 12px 0;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
}
@media only screen and (min-width: 64.063em) {
  .point-down {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #e1f5ff transparent transparent;
    border-width: 48px 24px 0;
    bottom: -24px;
    left: calc(50% - 24px);
  }
}

/* ============================= Federal, State and Other Tabs ================= */
.org-types {
  margin: 10px 0 0 0;
  padding: 16px 16px 8px 16px;
  background-color: #e1f5ff;
}
.org-types li {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}
.org-types .heading {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333;
}
.org-types .org-title {
  display: inline-block;
  font-size: 0.85em;
  padding: 3px 6px 2px 6px;
  margin: 0 0 6px 0;
  color: #00a0df;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid #00a0df;
}
.org-types .org-desc {
  font-size: 0.85em;
  line-height: 1.2;
}
@media only screen and (min-width: 64.063em) {
  .org-types {
    max-width: 280px;
    margin: 30px 0 0 0;
  }
}

.barriers {
  margin: 0;
  padding: 0;
  max-width: 880px;
}
.barriers li.item {
  margin: 0 0 20px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.barriers li.item .mark {
  font-weight: 700;
  color: #2D2B7C;
  text-transform: uppercase;
}
.barriers li.item .list {
  margin: 0 0 20px 20px;
  padding: 0;
}
.barriers li.item .list li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  border: none;
}
.barriers li.item h3 {
  position: relative;
  user-select: none;
  border-radius: 3px;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  color: #D11047;
  cursor: pointer;
  background-color: #fff;
}
.barriers li.title {
  margin: 0 0 20px 0;
  list-style: none;
}
.barriers li.title h2 {
  line-height: 1.1;
  text-align: center;
  margin: 1.5rem 0;
}
.barriers .item-container {
  padding: 0 10px 0 10px;
  display: none;
}
.barriers .item-container.active {
  display: block;
}
@media only screen and (min-width: 47.063em) {
  .barriers li.title h2 {
    font-size: 2em;
    margin: 0 0 40px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 64.063em) {
  .barriers {
    margin: 30px 0 0 0;
  }
  .barriers li.item {
    margin: 0 0 40px 0;
  }
  .barriers li.item h3 {
    font-size: 1.4em;
    cursor: default;
    user-select: text;
    background-color: transparent;
    border-radius: 0;
    margin: 0 0 1em 0;
    padding: 20px 20px 0 20px;
  }
  .barriers .item-container {
    padding: 0 20px 0 20px;
    display: block !important;
  }
}

.reco-list {
  margin: 0;
  padding: 0;
}
.reco-list li {
  margin: 0;
  padding: 16px 0;
  list-style: none;
  border-top: 1px solid #dfdfdf;
}
.reco-list .title {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.reco-list .who-should-act span {
  display: inline-block;
  font-size: 0.85em;
  padding: 3px 6px 2px 6px;
  margin: 0 0 6px 0;
  color: #00a0df;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid #00a0df;
  cursor: pointer;
}
.reco-list .who-should-act span:hover {
  border: 1px solid #1678B5;
  color: #1678B5;
}
.reco-list .rec p {
  margin-top: 0;
}

.rationale {
  padding: 16px 0 0 0;
  border-top: 1px solid #dfdfdf;
}
.rationale .title {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

/* ============================= Tables ======================================= */
#figures-tables {
  background-color: #e1f5ff;
}
#figures-tables > .row {
  max-width: 57em;
}
#figures-tables a {
  text-decoration: none;
  color: #000;
}
#figures-tables a .title {
  color: #D11047;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 16px 0 3px 0;
}
#figures-tables a .subtitle {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
html.no-touch #figures-tables a:hover img {
  opacity: 0.85;
}
#figures-tables .thumb img {
  border: 8px solid #fff;
  box-shadow: 0 0 5px #dfdfdf;
}

/* ============================= State Detail ================================= */
.state-reportcards-grid {
  margin-top: 2rem;
}
.state-reportcards-grid .holder {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  position: relative;
}
.state-reportcards-grid a {
  font-weight: 700;
  text-decoration: none;
  color: #2D2B7C;
  padding: 16px;
  display: block;
}
.state-reportcards-grid a:after {
  content: "→";
  display: block;
  position: absolute;
  right: 16px;
  top: 30%;
  font-weight: normal;
}
.state-reportcards-grid a:hover {
  background-color: #2D2B7C;
  color: #fff;
}

#state-detail > .row {
  max-width: 60em;
}
#state-detail h4.back {
  font-size: 14px;
}
#state-detail h4.back a {
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
}
#state-detail h4.back a:hover {
  color: #1678B5;
}
#state-detail h4.back .fa-arrow-left {
  color: #00a0df;
  margin-right: 0.35rem;
}
#state-detail h1 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (min-width: 47.063em) {
  #state-detail h1 {
    margin-top: 30px;
  }
}
#state-detail .section-subtitle {
  margin-bottom: 0;
}
#state-detail .section-subtitle p {
  text-align: left;
  color: #D11047;
  font-weight: 700;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 47.063em) {
  #state-detail .section-subtitle p {
    font-size: 19px;
  }
}
#state-detail ol.legend {
  padding-left: 1rem;
}
#state-detail ol.legend li {
  font-size: 14px;
}
#state-detail h2 {
  color: #2D2B7C;
  margin: 40px 0 20px 0;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #908faf;
}
@media only screen and (min-width: 47.063em) {
  #state-detail h2 {
    font-size: 20px;
  }
}
#state-detail p, #state-detail li {
  font-size: 15px;
  line-height: 1.5;
}
#state-detail p a, #state-detail li a {
  color: #1678B5;
  text-decoration: underline;
}
#state-detail p a:hover, #state-detail li a:hover {
  color: #00a0df;
}
#state-detail p.image, #state-detail li.image {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (min-width: 47.063em) {
  #state-detail p, #state-detail li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64.063em) {
  #state-detail p, #state-detail li {
    font-size: 17px;
  }
}
#state-detail li {
  margin: 0 0 0.5rem 0;
}
#state-detail figure {
  margin: 1rem 0;
  padding: 10px;
}
#state-detail figcaption, #state-detail .caption p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}
#state-detail .caption {
  text-align: center;
}
#state-detail .infographic-legend {
  text-align: center;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
}
#state-detail .infographic-legend ul {
  text-align: center;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
#state-detail .infographic-legend li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
}
#state-detail .infographic-legend li.yes:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #003d7e;
  background: #003d7e;
}
#state-detail .infographic-legend li.no:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #666;
}
#state-detail figcaption {
  text-align: center;
  max-width: 75%;
  margin: 0 auto 2rem auto;
}
#state-detail .table-holder {
  overflow: scroll;
}
#state-detail table {
  width: 100%;
  border: 1px solid #1678B5;
  font-size: 12px;
}
@media only screen and (min-width: 47.063em) {
  #state-detail table {
    font-size: 14px;
  }
}
#state-detail table th {
  border: 1px solid #1678B5;
  padding: 5px;
  background-color: #00a0df;
  color: #fff;
}
#state-detail table th.sub {
  background-color: #e1f5ff;
  color: #1678B5;
}
#state-detail table td {
  border: 1px solid #1678B5;
  text-align: center;
  padding: 5px;
}
#state-detail .state-recommendations-panel {
  background: #edecff;
  padding: 24px 12px 12px 12px;
  margin: 30px 0;
}
@media only screen and (min-width: 47.063em) {
  #state-detail .state-recommendations-panel {
    padding: 30px 20px 20px 20px;
    margin: 40px 0;
  }
}
#state-detail .state-recommendations-panel h2 {
  margin-top: 0;
}
#state-detail .intro-state {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #A8A8A8;
}
#state-detail .intro-state li {
  margin-bottom: 0;
}
#state-detail .print-report {
  display: inline-block;
  background: #D11047;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  padding: 5px 16px;
  margin: 20px 0 0 0;
  text-align: center;
}
#state-detail .print-report:hover {
  background: #000;
}
#state-detail p.print-report-container {
  margin-top: 5px;
}

/* ============================= Footer ======================================= */
.site-footer {
  background-color: #444;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.site-footer .footer-logo a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}
.site-footer .footer-logo a.capc-logo img {
  max-width: 200px;
}
.site-footer .footer-logo a.npcrc-logo img {
  max-width: 110px;
}
.site-footer .footer-logo img {
  text-align: left;
  width: 100%;
  height: auto;
}
.site-footer a:hover {
  color: #ccc !important;
}
.site-footer .social-media-links {
  font-size: 12px;
}
.site-footer .social-media-links a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #eee;
}
.site-footer .social-media-links a .fa-inverse {
  color: #555;
}
.site-footer .social-media-links a:hover {
  color: #fff;
}

/* ============================= View Menu ======================================== */
.grade-map-grades {
  position: relative;
}

.view-menu-container {
  display: none;
  text-align: right;
  position: sticky;
  top: 0px;
  z-index: 1000;
}
@media only screen and (min-width: 47.063em) {
  .view-menu-container {
    display: block;
  }
}
.view-menu-container .view-menu {
  margin-top: 80px;
  margin-right: 20px;
  text-align: left;
  display: inline-block;
  border: 1px solid #00a0df;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
.view-menu-container svg {
  position: relative;
  margin-right: 5px;
}
.view-menu-container svg path {
  fill: #00a0df;
}
.view-menu-container a:nth-child(1) svg {
  top: 4px;
}
.view-menu-container a:nth-child(2) svg {
  top: 1px;
}
.view-menu-container a {
  display: block;
  padding: 7px 11px;
  color: #00a0df;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}
.view-menu-container a.active {
  background-color: #00a0df;
  color: #fff;
}
.view-menu-container a.active svg path {
  fill: #fff;
}
.view-menu-container a:not(.active):hover {
  background-color: #eee;
}

.arrow-links {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}
.arrow-links li {
  padding-left: 0;
  margin-left: 0;
  margin: 15px 0;
}
.arrow-links .fa-arrow-right {
  color: #00a0df;
  margin-right: 5px;
}

/* ============================= The End ====================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.print-only {
  display: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .table-holder {
    overflow: hidden !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href^=http]:after {
    content: " (" attr(href) ")";
  }

  .citations a[href]:after, .resources a[href]:after {
    content: "";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-only {
    display: block;
  }
  .print-only .logo {
    width: 300px;
    height: auto;
    margin: 0 0 50px 0;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-report, .site-footer, #download, .site-header {
    display: none !important;
  }

  .always-page-break {
    page-break-after: always;
  }

  .reportcard-page .image img {
    width: 400px;
  }

  #state-detail h1 {
    margin-top: 0;
  }
}

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