* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  padding: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 480px) {
  .ad.square {
    width: 100%;
  }
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
body {
  max-width: 630px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
}
@media (max-width: 480px) {
  body {
    max-width: 300px;
  }
}
.arrow {
  display: inline-block;
}
.outermost {
  padding: 20px 0;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .outermost {
    padding: 0px;
    margin: 0px;
  }
}
.title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .title {
    font-size: 24px;
  }
}
.chatter {
  font-size: 15px;
  padding-bottom: 25px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.search-container {
  text-align: center;
  font-size: 18px;
}
type-select {
  position: relative;
  margin-left: 10px;
}
@media (max-width: 480px) {
  type-select {
    padding-top: 5px;
    margin-right: 10px;
    display: block;
    font-size: 16px;
  }
}
type-select input {
  background-color: #fee4c5;
  padding: 6px 0;
  border: none;
  border-bottom: 1px dotted black;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: inherit;
  text-align: center;
  cursor: pointer;
  width: 350px;
  max-width: 100%;
  font-style: italic;
}
type-select .completion {
  display: none;
  position: absolute;
  left: 0;
  z-index: 9999;
  background: white;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
  padding: 4px;
  width: 350px;
  max-width: 100%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
}
type-select.show-completion .completion {
  display: block;
}
type-select .option {
  display: block;
  background: #EEE;
  color: #424648;
  padding: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
@media (max-width: 768px) {
  type-select .option {
    padding: 10px 4px;
  }
}
type-select .option.default {
  background: #EEE;
}
type-select .option:first-child:not(.default) {
  background: #e0e0e0;
}
type-select .options {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
type-select hr {
  width: 80%;
  border: 1px solid #e0e0e0;
}
.no-results {
  padding-top: 25px;
  font-style: italic;
}
.no-results .alarm {
  padding-right: 4px;
  color: #7e838b;
}
.showing {
  padding-top: 20px;
  font-size: 15px;
  display: none;
}
.showing .label {
  padding-right: 3px;
}
.showing.visible {
  display: block;
}
table {
  margin: auto;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  width: 650px;
}
@media (max-width: 480px) {
  table {
    font-size: 12px;
    width: 300px;
    margin-left: -5px;
    padding: 0px;
  }
}
table .table-label {
  font-size: 13px;
  text-align: left;
  font-style: italic;
}
table .table-label td {
  padding-left: 0;
}
table .fa {
  font-size: 24px !important;
  margin-bottom: 7px;
}
@media (max-width: 480px) {
  table .fa {
    font-size: 18px !important;
  }
}
table td {
  padding: 5px 20px;
}
@media (max-width: 480px) {
  table td {
    padding: 5px 5px;
  }
}
table tr:nth-child(even) td.grade {
  background: #fee4c5;
  border-right: 1px solid black;
  font-weight: bold;
}
table tr:nth-child(even) td.math {
  background: #fee4c5;
  border-right: 1px dashed #7e838b;
}
@media (max-width: 480px) {
  table tr:nth-child(even) td.math {
    border: none;
    max-width: 75px;
  }
}
table tr:nth-child(even) td.math.average {
  border-right: 1px solid black;
  font-size: 13px;
}
@media (max-width: 480px) {
  table tr:nth-child(even) td.math.average {
    font-size: 13px;
  }
}
table tr:nth-child(even) td.reading {
  background: #facccd;
  border-right: 1px dashed #7e838b;
}
@media (max-width: 480px) {
  table tr:nth-child(even) td.reading {
    border: none;
  }
}
table tr:nth-child(even) td.reading.average {
  font-size: 13px;
  border: none;
}
@media (max-width: 480px) {
}
table tr:nth-child(odd) td.grade {
  background: #feefdd;
  border-right: 1px solid black;
  font-weight: bold;
}
table tr:nth-child(odd) td.math {
  background: #feefdd;
  border-right: 1px dashed #7e838b;
}
@media (max-width: 480px) {
  table tr:nth-child(odd) td.math {
    border: none;
  }
}
table tr:nth-child(odd) td.math.average {
  border-right: 1px solid black;
  font-size: 13px;
}
@media (max-width: 480px) {
}
table tr:nth-child(odd) td.reading {
  background: #fce3e4;
  border-right: 1px dashed #7e838b;
}
@media (max-width: 480px) {
  table tr:nth-child(odd) td.reading {
    border: none;
  }
}
table tr:nth-child(odd) td.reading.average {
  font-size: 13px;
  border: none;
}
@media (max-width: 480px) {
}
table .header {
  font-size: 14px;
  padding: 10px 15px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 480px) {
  table .header {
    font-size: 11px;
  }
}
table .header td {
  padding-top: 10px;
}
table .header .grade {
  background: #fbb157 !important;
  border-right: 1px solid black;
}
table .header .math {
  background: #fbb157 !important;
}
table .header .math.score {
  border-right: 1px dashed #424648;
}
@media (max-width: 480px) {
  table .header .math.score {
    border: none;
  }
}
table .header .math.average {
  border-right: 1px solid black;
  font-size: 12px !important;
}
@media (max-width: 480px) {
}
table .header .reading {
  background: #F16567 !important;
}
table .header .reading.score {
  border-right: 1px dashed #424648;
}
@media (max-width: 480px) {
  table .header .reading.score {
    border: none;
  }
}
table .header .reading.average {
  font-size: 12px !important;
}
@media (max-width: 480px) {
}
.note {
  padding-top: 25px;
}
.source {
  padding-top: 10px;
}
.source,
.credit,
.note {
  font-size: 11.5px;
  color: #7e838b;
}
