@charset "UTF-8";
/* Breakpoints */
/* Colors */
/* video colors */
/* Reusable elements */
/* Fonts */
/* Breakpoints */
/* Colors */
/* video colors */
/* Reusable elements */
/* Fonts */
@media (max-width: 420px) {
  p, li, blockquote {
    font-size: 0.9em; } }

@media (max-width: 739px) {
  .mobile-hide {
    display: none; } }

@media (min-width: 740px) {
  .mobile-show {
    display: none; } }

@media (min-width: 661px) and (max-width: 1023px) {
  .tablet-hide {
    display: none; } }

@media (min-width: 1024px) {
  .desktop-hide {
    display: none; } }

@media (max-width: 1023px) {
  .desktop-show {
    display: none; } }

.clearboth {
  clear: both; }

.hide-all {
  display: none; }

.wide section {
  max-width: 1400px; }

.medium section {
  max-width: 992px; }

header {
  background-color: #781F11; }

p.student-name, p.school-name {
  line-height: 1.2em;
  font-size: 0.8em; }

.caption p.school-name {
  display: none; }

a {
  color: #781F11;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #D23E27; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #222;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2em;
  letter-spacing: -0.03em; }

h2, h3 {
  font-size: 2em;
  margin-bottom: 1em; }

/* Customize jumbotron */
.content-jumbotron {
  background: url(../images/ledeimg-default.png) 50% 50px scroll no-repeat;
  background-size: cover; }
  @media (max-width: 660px) {
    .content-jumbotron {
      height: calc(100vh - 40px);
      background-position: 50% 40px; } }
  .content-jumbotron h1, .content-jumbotron h2, .content-jumbotron h3 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 4em;
    line-height: 1.2em; }
    @media (max-width: 660px) {
      .content-jumbotron h1, .content-jumbotron h2, .content-jumbotron h3 {
        width: auto;
        font-size: 3em; } }
  .content-jumbotron h1 {
    line-height: 1em; }
  .content-jumbotron .jumbotron-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 50px;
    background-color: rgba(30, 30, 30, 0.4); }
    .content-jumbotron .jumbotron-header h1 {
      font-size: 5em;
      letter-spacing: -5px;
      margin-top: 0; }
    .content-jumbotron .jumbotron-header h2 {
      line-height: 1.4;
      font-size: 1.6em;
      text-align: center; }
  .content-jumbotron .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 1px 8px;
    background-color: rgba(30, 30, 30, 0.4);
    font-size: 0.7em;
    border-top-left-radius: 5px; }
  .content-jumbotron .jumbotron-byline {
    margin-top: 0.5rem; }
    .content-jumbotron .jumbotron-byline h3 {
      margin-bottom: 0.3em;
      font-size: 1.2em; }
  @media (max-width: 660px) {
    .content-jumbotron {
      height: calc(100vh - 40px); } }
  .content-jumbotron img {
    width: 36vw;
    max-width: 835px;
    min-width: 280px;
    margin: 0 auto;
    display: block;
    margin-top: 40vh; }

.failure .content-jumbotron, .landing .content-jumbotron {
  height: 87vh; }
  @media screen and (max-width: 660px) {
    .failure .content-jumbotron .jumbotron-header, .landing .content-jumbotron .jumbotron-header {
      padding: 20px 5px; } }
  .failure .content-jumbotron .jumbotron-header h2, .landing .content-jumbotron .jumbotron-header h2 {
    margin-bottom: 0.3em;
    font-size: calc(2.65vw * 1); }
    @media screen and (max-width: 660px) {
      .failure .content-jumbotron .jumbotron-header h2, .landing .content-jumbotron .jumbotron-header h2 {
        font-size: 16px; }
        .failure .content-jumbotron .jumbotron-header h2 br, .landing .content-jumbotron .jumbotron-header h2 br {
          display: none; } }
  .failure .content-jumbotron .jumbotron-header h1, .landing .content-jumbotron .jumbotron-header h1 {
    font-size: calc(11vw * 1);
    letter-spacing: -0.02em;
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      .failure .content-jumbotron .jumbotron-header h1, .landing .content-jumbotron .jumbotron-header h1 {
        font-size: 132px; } }
    @media screen and (max-width: 660px) {
      .failure .content-jumbotron .jumbotron-header h1, .landing .content-jumbotron .jumbotron-header h1 {
        font-size: calc(6vh * 1); } }
    .failure .content-jumbotron .jumbotron-header h1 span.behavior, .landing .content-jumbotron .jumbotron-header h1 span.behavior {
      text-transform: none; }

.failure blockquote, .landing blockquote {
  font-size: 1.4em;
  font-style: italic;
  padding-left: 5%;
  padding-right: 6%;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  text-indent: -0.4em; }

.failure blockquote:before, .failure blockquote:after, .landing blockquote:before, .landing blockquote:after {
  content: "”";
  font-size: 3em;
  font-style: normal;
  vertical-align: -0.4em;
  line-height: 0.1em;
  font-family: 'Old Standard TT';
  color: rgba(120, 120, 120, 0.4);
  margin-left: 0.1em; }

.failure blockquote:before, .landing blockquote:before {
  content: "“";
  margin-right: 0.1em;
  margin-left: 0; }

.landing .content-jumbotron {
  height: 40vh; }
  .landing .content-jumbotron .jumbotron-header {
    padding: 20px; }

.landing .touch .pager {
  display: none; }

.content-jumbotron.fear-lede {
  height: 100vh;
  background-position: 80% 100%; }
  .content-jumbotron.fear-lede .jumbotron-header {
    background-color: transparent;
    top: 50px;
    padding: 20px 30px; }
    .content-jumbotron.fear-lede .jumbotron-header h1, .content-jumbotron.fear-lede .jumbotron-header h2 {
      text-align: left; }
    @media screen and (min-width: 1200px) {
      .content-jumbotron.fear-lede .jumbotron-header h2 {
        font-size: 32px; } }
    @media screen and (max-width: 660px) {
      .content-jumbotron.fear-lede .jumbotron-header h1 {
        font-size: 68px; } }
    @media screen and (max-width: 420px) {
      .content-jumbotron.fear-lede .jumbotron-header h1 {
        font-size: 48px; } }

.content-jumbotron.badteachers-lede {
  height: 100vh;
  background-position: 38% 50px; }
  .content-jumbotron.badteachers-lede .jumbotron-header {
    bottom: 2%;
    width: auto;
    right: 3%;
    margin-left: 3%; }
    .content-jumbotron.badteachers-lede .jumbotron-header h1, .content-jumbotron.badteachers-lede .jumbotron-header h2 {
      text-align: left; }
    .content-jumbotron.badteachers-lede .jumbotron-header h2 {
      font-size: calc(1.8vw * 1); }
    .content-jumbotron.badteachers-lede .jumbotron-header h1 {
      font-size: calc(7.3vw * 1);
      margin-bottom: 0.1em; }
  @media screen and (max-width: 1023px) {
    .content-jumbotron.badteachers-lede .jumbotron-header {
      right: 6%;
      margin-left: 6%; }
      .content-jumbotron.badteachers-lede .jumbotron-header h2 {
        font-size: calc(3vw * 1); } }
  @media screen and (max-width: 660px) {
    .content-jumbotron.badteachers-lede {
      background-position: 38% 40px; }
      .content-jumbotron.badteachers-lede .jumbotron-header {
        bottom: 70px;
        right: 0;
        margin-left: 0;
        padding: 10px;
        width: 100%; }
        .content-jumbotron.badteachers-lede .jumbotron-header h1 {
          font-size: calc(9vw * 1); }
        .content-jumbotron.badteachers-lede .jumbotron-header h2 {
          font-size: calc(4vw * 1); } }

.content-jumbotron.discipline-lede {
  background-position: scroll;
  height: 100vh;
  background-position: 50% 39%;
  background-color: #fff;
  background-size: contain;
  margin-top: 50px; }
  .content-jumbotron.discipline-lede .jumbotron-header {
    padding: 0;
    background-color: transparent;
    position: relative;
    margin: auto;
    top: 65%;
    width: 70vw; }
    .content-jumbotron.discipline-lede .jumbotron-header h1, .content-jumbotron.discipline-lede .jumbotron-header h2 {
      text-transform: none;
      color: #000;
      text-shadow: 0 0 0 transparent; }
    .content-jumbotron.discipline-lede .jumbotron-header h2 {
      font-size: 32px;
      text-indent: -9999px; }
    .content-jumbotron.discipline-lede .jumbotron-header h1 {
      margin-bottom: 0.1em; }
    .content-jumbotron.discipline-lede .jumbotron-header h1 {
      font-size: 58px;
      line-height: 1.2em; }
  @media screen and (max-width: 1440px) {
    .content-jumbotron.discipline-lede {
      height: 65vw; }
      .content-jumbotron.discipline-lede .jumbotron-header h1 {
        font-size: calc(3.9vw * 1); } }
  @media screen and (max-width: 1023px) {
    .content-jumbotron.discipline-lede .jumbotron-header h1 {
      font-size: calc(3.9vw * 1); } }
  @media screen and (max-width: 1023px) and (orientation: landscape) {
    .content-jumbotron.discipline-lede {
      height: 90vh; } }
  @media screen and (max-width: 1023px) and (orientation: portrait) {
    .content-jumbotron.discipline-lede {
      background-size: cover;
      height: 120vw; }
      .content-jumbotron.discipline-lede .jumbotron-header h1 {
        font-size: calc(5.8vw * 1); } }
  @media screen and (max-width: 660px) {
    .content-jumbotron.discipline-lede {
      margin-top: 40px; } }
  @media screen and (max-width: 413px) and (orientation: portrait) {
    .content-jumbotron.discipline-lede .jumbotron-header {
      width: 80vw; }
      .content-jumbotron.discipline-lede .jumbotron-header h1 {
        font-size: 1.3em; } }
  @media screen and (max-width: 374px) and (orientation: portrait) {
    .content-jumbotron.discipline-lede {
      height: 130vw; } }
  @media screen and (max-width: 374px) and (max-height: 567px) and (orientation: portrait) {
    .content-jumbotron.discipline-lede {
      height: 120vw; } }

.content-jumbotron.fundamental-lede {
  height: 100vh;
  background-position: 20% 10%; }
  .content-jumbotron.fundamental-lede .jumbotron-header {
    background: linear-gradient(rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.5) 25%, transparent 50%);
    top: 50px;
    padding: 20px 30px; }
    .content-jumbotron.fundamental-lede .jumbotron-header h1 {
      text-transform: none; }
    .content-jumbotron.fundamental-lede .jumbotron-header h2 {
      line-height: 1.6em; }
    @media screen and (min-width: 992px) {
      .content-jumbotron.fundamental-lede .jumbotron-header h2 {
        font-size: 26px; } }
    @media screen and (min-width: 1200px) {
      .content-jumbotron.fundamental-lede .jumbotron-header h2 {
        font-size: 31px; } }
    @media screen and (max-width: 991px) {
      .content-jumbotron.fundamental-lede .jumbotron-header br {
        display: none; } }
    @media screen and (max-width: 660px) {
      .content-jumbotron.fundamental-lede .jumbotron-header {
        top: 40px; }
        .content-jumbotron.fundamental-lede .jumbotron-header h1 {
          font-size: 68px; } }
    @media screen and (max-width: 420px) {
      .content-jumbotron.fundamental-lede .jumbotron-header h1 {
        font-size: 48px; } }

a.pagelink {
  font-style: italic;
  display: block; }

a.pagelink::before {
  content: "▪︎ ";
  font-style: normal; }

.initcap {
  font-size: 1.2em; }

.kern {
  position: relative; }
  .kern.em-01 {
    left: -0.01em; }
  .kern.em-02 {
    left: -0.02em; }
  .kern.em-03 {
    left: -0.03em; }
  .kern.em-04 {
    left: -0.04em; }

p.byline {
  color: #777;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  padding-bottom: 1em; }
  p.byline .dateline {
    font-weight: normal;
    float: right;
    color: #222;
    margin-bottom: 1em; }
    @media screen and (max-width: 660px) {
      p.byline .dateline {
        float: none;
        display: block;
        margin-top: 0.5em; } }

section .explainer h3 {
  padding: 1em 0 0;
  margin: 1.2em 0 0;
  font-size: 1.9em;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid black;
  border-color: #781F11; }

.explainer p {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif; }

.bullet p {
  text-indent: -0.8em;
  padding-left: 0.8em; }

.no-touch .content-jumbotron {
  background-attachment: fixed; }
  .no-touch .content-jumbotron.discipline-lede, .no-touch .content-jumbotron.fear-lede {
    background-attachment: scroll; }

.content-hed {
  position: relative;
  margin-top: 0; }
  .content-hed h1, .content-hed h3 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 4em;
    line-height: 0.9em;
    margin-bottom: 0.3em; }
    @media (max-width: 660px) {
      .content-hed h1, .content-hed h3 {
        width: auto;
        font-size: 3em; } }
  .content-hed h1 {
    font-size: 4em;
    line-height: 1em; }
    @media (max-width: 660px) {
      .content-hed h1 {
        font-size: 2.5em; } }

.ledehed .content-hed h1 {
  text-align: center; }

.wide .jumbotron-header {
  max-width: 1400px;
  padding: 20px 30px;
  margin: auto; }
  @media (max-width: 660px) {
    .wide .jumbotron-header {
      padding: 20px 10px; } }

footer p, .header-nav * {
  font-family: 'Merriweather', serif;
  list-style-type: none; }
  @media (min-width: 661px) {
    footer p, .header-nav * {
      font-size: 1.2rem; } }

footer p.copyright {
  font-size: .875em;
  text-align: center;
  padding: 0 10px 20px; }

.header-nav {
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  float: right;
  position: absolute;
  right: 18px;
  top: 0;
  height: 40px; }
  .header-nav:hover {
    background-color: #666; }
  @media (min-width: 661px) {
    .header-nav {
      height: 50px;
      margin-right: 5px; } }
  .header-nav a {
    background-color: #777; }
  .header-nav a:hover, .header-nav a:focus {
    color: #ccc;
    background-color: #666; }
  .header-nav span, .header-nav a {
    padding: 10px 15px;
    display: block; }
  .header-nav .header-nav-list {
    position: absolute;
    top: 40px;
    width: auto;
    white-space: nowrap; }
    @media (min-width: 661px) {
      .header-nav .header-nav-list {
        top: 50px; } }
    .header-nav .header-nav-list li {
      border-top: 1px solid #999; }
      .header-nav .header-nav-list li:first-child {
        border-top-width: 0; }

footer {
  clear: both;
  background: #fff; }
  footer .row {
    padding: 20px;
    border-bottom: 1px solid #ccc; }
    footer .row p {
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      color: #222;
      margin-top: 3px; }
  footer a {
    color: #D23E27; }
    footer a:hover, footer a:active {
      color: #781F11; }

article {
  margin: 0 auto; }

@media (max-width: 1023px) {
  figure.image-left, figure.image-right {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0; } }

@media (max-width: 660px) {
  article .image-right img, article .image-left img {
    margin-left: -10px;
    margin-right: -10px;
    width: 100vw; }
  .header-flag-logo-art, .footer-flag-logo-art {
    height: 20px;
    width: 20px; } }

.header-flag {
  font-size: 0.6em; }

figure.fs.fixedimg {
  position: relative; }
  figure.fs.fixedimg .fixedimg-subhed {
    position: relative;
    background-position: center 50px; }
    @media (max-width: 660px) {
      figure.fs.fixedimg .fixedimg-subhed {
        background-position: center 40px; } }
    figure.fs.fixedimg .fixedimg-subhed > div {
      width: 100%;
      position: absolute;
      bottom: 11%;
      background-color: rgba(30, 30, 30, 0.4); }
      @media (max-width: 420px) {
        figure.fs.fixedimg .fixedimg-subhed > div {
          bottom: 0; } }
      figure.fs.fixedimg .fixedimg-subhed > div h3 {
        text-align: center;
        margin: 30px; }
        @media (max-width: 420px) {
          figure.fs.fixedimg .fixedimg-subhed > div h3 {
            margin: 20px; } }
    figure.fs.fixedimg .fixedimg-subhed h3 {
      font-size: 5em;
      color: #fff;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
      font-family: 'Old Standard TT', serif;
      font-weight: 700; }
      @media (max-width: 991px) {
        figure.fs.fixedimg .fixedimg-subhed h3 {
          font-size: 3.5em;
          margin: 20px; } }
      @media (max-width: 660px) {
        figure.fs.fixedimg .fixedimg-subhed h3 {
          font-size: 3em; } }
      @media (max-width: 420px) {
        figure.fs.fixedimg .fixedimg-subhed h3 {
          font-size: 2em; } }

figure.article-wide.linkbutton-figure {
  margin-bottom: 0; }

.linkbutton {
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 46px;
  border-radius: 4px;
  overflow: hidden;
  height: 38px;
  opacity: 0.7; }

.linkbutton:hover {
  width: auto;
  overflow: visible;
  opacity: 0.9; }

.linkbutton a {
  border-radius: 2px;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  height: 38px;
  color: #fff;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 47px;
  background-image: url(../graphics/photo.svg);
  background-repeat: no-repeat;
  background-position: 3px 3px; }

.subhed {
  width: 100%; }
  .subhed h3 {
    padding: 15px;
    text-align: center;
    margin: 30px;
    font-size: 4.3em;
    color: #333;
    font-family: 'Old Standard TT', serif;
    font-weight: 700; }
    @media (max-width: 420px) {
      .subhed h3 {
        margin: 20px; } }
    @media (max-width: 660px) {
      .subhed h3 {
        font-size: 3em; } }
    @media (max-width: 420px) {
      .subhed h3 {
        font-size: 2em; } }
  .subhed.subhed2 h3 {
    font-size: 3.5em; }
    @media screen and (max-width: 660px) {
      .subhed.subhed2 h3 {
        font-size: 2.7em; } }
    @media screen and (max-width: 420px) {
      .subhed.subhed2 h3 {
        font-size: 2.1em; } }

.touch figure.fs.fixedimg > div {
  background-attachment: scroll;
  height: 90vh !important; }

figure.fs {
  max-width: 100vw; }

@media screen and (min-width: 1024px) {
  figure.article-wide {
    width: 992px;
    left: -196px;
    padding: 0 20px; } }

@media screen and (max-width: 620px) {
  figure.article-wide {
    margin-left: -10px;
    margin-right: -10px; }
    figure.article-wide.row {
      margin-left: 0;
      margin-right: 0; }
    figure.article-wide figcaption {
      margin-left: 10px;
      margin-right: 10px; }
    figure.article-wide.row figcaption {
      margin-left: 0;
      margin-right: 0; } }

@media screen and (max-width: 660px) {
  figure figcaption {
    padding-top: 17px; } }

@media screen and (max-width: 420px) {
  figure figcaption {
    font-size: 0.7em; } }

blockquote p {
  font-weight: normal;
  font-size: 2em;
  margin: 25px 0 0;
  padding: 0 1em; }

p.read-more + p::before {
  content: "• • •";
  display: block;
  text-align: center;
  font-size: 2em;
  color: #777; }

p.quote {
  font-size: 1.1em;
  font-style: italic;
  padding-top: 0; }
  @media (min-width: 661px) {
    p.quote {
      padding-top: 1em;
      font-size: 1.2em; } }

p.count {
  font-style: italic; }

.kid {
  clear: both;
  margin-top: 0.6em;
  overflow: hidden;
  padding-top: 0.6em;
  border-top: 1px solid #ddd;
  overflow: hidden; }
  .kid:first-child {
    border-top: none; }
  .kid.expando figure {
    float: left;
    width: 120px;
    margin: 10px 20px 0 0; }
    @media (max-width: 660px) {
      .kid.expando figure {
        width: 100px;
        margin: 0 10px 10px 0; } }
    .kid.expando figure img {
      width: 120px;
      height: 160px; }
      @media (max-width: 660px) {
        .kid.expando figure img {
          width: 100px;
          height: 133px; } }
  .kid h3 {
    margin-bottom: 0.4em; }
  .kid p {
    display: none; }
    .kid p.read-more, .kid p.read-less {
      cursor: pointer;
      color: #781F11;
      display: inline-block;
      font-size: 0.8em;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Open Sans Condensed', sans-serif; }
    .kid p.read-less {
      display: none; }
    .kid p.read-more::before {
      content: "▼ ";
      font-size: .9em; }
  .kid.featured {
    border-top: none;
    margin: auto;
    background-color: #fff;
    padding: 2em 0;
    position: relative;
    z-index: 60; }
    .kid.featured .featured-gallery {
      max-width: 1430px;
      padding: 0 50px;
      margin: auto; }
    .kid.featured p {
      display: block; }
    .kid.featured figure {
      visibility: hidden; }
      @media (min-width: 1024px) {
        .kid.featured figure {
          float: left;
          width: 70%;
          margin-right: 30px;
          margin-left: 50px;
          margin-bottom: 1em; } }
    @media (min-width: 1024px) {
      .kid.featured .float-right figure {
        float: right;
        margin-right: 50px;
        margin-left: 30px; } }
    .kid.featured aside p {
      font-family: 'Merriweather', serif;
      font-size: 1em; }
    .kid.featured aside, .kid.featured h3, .kid.featured h4, .kid.featured figcaption {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 1em;
      float: none;
      margin: 0;
      width: 100%; }
      @media (min-width: 661px) {
        .kid.featured aside, .kid.featured h3, .kid.featured h4, .kid.featured figcaption {
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 1024px) {
      .kid.featured h4 {
        padding-right: 0;
        padding-left: 0; }
      .kid.featured figcaption {
        padding-right: 0;
        padding-left: 0; } }
    .kid.featured figcaption span {
      position: relative;
      display: block;
      text-align: right; }

.randomizer-container {
  padding: 0;
  visibility: hidden; }
  .randomizer-container + section {
    margin-top: -180px; }

.randomizer {
  max-width: 660px;
  margin: auto; }

.case-container {
  border-width: 0 0 1px;
  margin-bottom: 1em;
  padding: 0 30px 160px;
  max-width: 660px; }

.case-container, section {
  background-color: #f7f7f7; }

.case figure {
  width: 120px;
  margin: 0 1em 0.3em 0;
  float: left; }

.case figure .mug {
  width: 120px;
  height: 160px;
  background-color: #ccc; }

.case figure figcaption {
  line-height: 1.2em;
  padding: 0.4em 0 0; }

.singleton .bx-controls, .singleton p.count {
  display: none; }

.singleton .bx-wrapper {
  margin-bottom: 0; }

section {
  padding: 20px 10px 10px;
  margin: 0 auto; }
  @media screen and (min-width: 661px) {
    section {
      padding: 20px 30px 10px; } }
  section::after {
    clear: both;
    content: "";
    display: block; }
  section span.dropcap {
    display: inline-block;
    color: #781F11;
    font-weight: 700;
    font-size: 3.3em;
    position: relative;
    float: left;
    height: 1em;
    margin: -0.28em 0.07em 0.2em -0.08em; }
  section h3 + p {
    padding-top: 30px; }
  section.storytop {
    padding-top: 25px; }
  section.storytop > p:first-child {
    font-weight: bold; }
  section h3 {
    padding-top: 1.5em; }
  section.wide {
    max-width: 992px; }
    @media (max-width: 1024px) {
      section.wide {
        max-width: 660px; } }

section.storytop::before,
footer + section::before,
section:last-child::before {
  content: ''; }

.pager {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  height: 0; }
  .pager-tese {
    width: 160px; }
    .pager-tese img {
      width: 160px; }
    .pager-tese p, .pager-tese h5 {
      color: #fff;
      font-size: 12px;
      font-family: 'Open Sans', sans-serif; }
    .pager-tese p {
      margin-top: 0.5em;
      line-height: 1.4em; }
    .pager-tese h5 {
      font-size: 17px;
      margin: 10px 0 7px;
      font-family: 'Open Sans Condensed', sans-serif;
      text-transform: uppercase; }
  .pager-btn {
    bottom: 20px;
    margin-bottom: 175px;
    height: 40px;
    width: 30px;
    position: fixed;
    background-color: #222;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(120, 120, 120, 0.4);
    opacity: 0.4;
    overflow: hidden; }
    .pager-btn:hover {
      color: #fff; }
    .pager-btn span {
      position: absolute;
      left: -28px;
      top: 80px;
      font-size: 24px;
      color: #ccc; }
    .pager-btn > img {
      width: 13px;
      height: 100px;
      margin-top: 40px;
      margin-left: 10px;
      opacity: 0.7;
      position: absolute; }
    .pager-btn .background-image {
      background: url(../graphics/next-prev.svg) scroll no-repeat 0 -118px;
      width: 17px;
      height: 22px;
      margin-left: 5px; }
    .pager-btn .background-image, .pager-btn .pager-btn > img {
      position: absolute;
      opacity: .7;
      margin-top: 10px; }
    .pager-btn.next {
      float: right;
      border-radius: 5px 0 0 5px;
      border-width: 1px 0 1px 1px;
      right: 0; }
      .pager-btn.next .background-image {
        right: 4px;
        background-position: -30px -118px; }
      .pager-btn.next span {
        left: 175px; }
      .pager-btn.next .pager-tese {
        right: 30px;
        float: right;
        position: relative; }
    .pager-btn.prev {
      float: left;
      border-radius: 0 5px 5px 0;
      border-width: 1px 1px 1px 0;
      left: 0; }
      .pager-btn.prev .pager-tese {
        margin-left: 30px; }
  .pager-overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    display: block;
    color: rgba(200, 200, 200, 0.4); }

.prev .pager-tese {
  width: 175px; }

.prefooter {
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px 20px 0; }
  .prefooter #subscribe-form #email {
    width: 100%; }

.anchored-pager {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  align-items: stretch; }
  .anchored-pager p {
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    padding-top: 0.4em; }

.pager-item {
  margin: 0 5px 10px;
  -webkit-flex: auto;
  flex: auto;
  padding: 10px 10px 0;
  max-width: 16%;
  background-color: #E6E6E6; }
  .pager-item h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase; }

@media (max-width: 899px) {
  .prefooter {
    padding: 10px 10px 0; }
  .anchored-pager {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 660px; }
  .pager-item {
    width: 48%;
    max-width: 320px; }
    .pager-item.email {
      -webkit-order: 1;
      order: 1; }
    .pager-item.landing {
      -webkit-order: 2;
      order: 2; }
    .pager-item.schoolboard {
      -webkit-order: 3;
      order: 3; }
    .pager-item.comments {
      -webkit-order: 4;
      order: 4; }
    .pager-item.prev {
      -webkit-order: 5;
      order: 5; }
    .pager-item.next {
      -webkit-order: 6;
      order: 6; } }

@media (max-width: 520px) {
  .pager-item {
    margin: 0 0 10px;
    min-width: 260px;
    width: 100%; } }

.email-signup p {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-style: italic; }

p .small-credit {
  font-size: 12px;
  line-height: 1.2rem !important;
  display: inherit; }

.preview {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2; }
  .preview a {
    color: #222; }
    .preview a:hover {
      color: #781F11; }
  .preview p {
    font-size: 1em; }
    .preview p:last-child {
      margin-bottom: 0; }
  .preview h2 {
    font-size: 1.2em; }
  .preview img {
    width: 200px;
    height: 133px;
    float: right;
    margin: 0 0 10px 20px; }
    @media (max-width: 991px) {
      .preview img {
        width: 150px;
        height: 100px; } }

h3.teses-hed {
  font-size: 22px;
  padding: 0; }

.tese, .auth {
  margin-bottom: 1.8em; }
  .tese img, .auth img {
    width: 200px;
    height: auto;
    background-color: #f2f2f2;
    float: left;
    margin-right: 1em;
    clear: both;
    max-width: 45vw; }
    .tese img + h4, .auth img + h4 {
      margin-top: 0; }
  .tese h3, .tese h4, .auth h3, .auth h4 {
    margin-top: 0;
    margin-bottom: 0.2em;
    line-height: 1.6em; }
    .tese h3 span, .tese h4 span, .auth h3 span, .auth h4 span {
      font-size: 16px;
      font-weight: normal;
      color: #777;
      display: inline-block;
      position: relative; }
  .tese h3, .auth h3 {
    padding: 0 0 0.3em;
    font-size: 1.4em; }
  .tese h4, .auth h4 {
    margin-top: 0.8em; }
  .tese p, .auth p {
    padding-top: 0.3em;
    line-height: 1.6em;
    font-size: 0.9em;
    margin: 0; }
  .tese a, .auth a {
    color: #000; }
    .tese a:hover, .auth a:hover {
      color: #781F11; }
  .tese::after, .auth::after {
    content: " ";
    display: block;
    clear: both; }

.auth img {
  width: 100px;
  height: 100px;
  margin-top: 5px; }

#subscribe-form {
  font-family: 'Open Sans', sans-serif;
  padding-top: 5px; }
  #subscribe-form #email {
    max-width: 200px;
    width: 75%;
    display: inline-block; }
  #subscribe-form p {
    float: left;
    width: 50%;
    margin-right: 20px;
    font-size: 0.8em;
    font-family: inherit;
    line-height: 1.4em;
    font-weight: bold; }
  #subscribe-form button {
    padding: 0.44444rem;
    background-color: #781F11;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-width: 1px;
    border: none;
    font-family: 'Open Sans Condensed', sans-serif;
    cursor: pointer; }
  #subscribe-form input[type="text"] {
    padding: 0.4em;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0.6em; }

section.teses, section.blurb, section.maillink {
  border-top: 1px #fff solid;
  margin-top: 10px; }

figure.graphic {
  background-color: #f7f7f7; }
  figure.graphic .mobile {
    display: none; }
  figure.graphic h3 {
    font-size: 1.5em;
    padding-top: 0.5em; }
  @media screen and (max-width: 660px) {
    figure.graphic .mobile {
      display: block;
      padding: 0 8px; }
    figure.graphic .desktop {
      display: none; } }
  @media screen and (max-width: 420px) {
    figure.graphic h3 {
      font-size: 1.2em; }
    figure.graphic h4 {
      font-size: 0.8em; } }

.arbitraryContainer {
  background-color: #f2f2f2;
  position: relative;
  margin: 0;
  margin-top: 100vh;
  z-index: 1; }
  .arbitraryContainer.ledehed {
    margin-top: 0; }

.blur {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 0.7;
  transition: 1.5s; }
  .blur .skipmug {
    display: none; }

.grid h6 {
  color: #fff;
  font-size: 1.2em; }

.grid p {
  display: none; }

.grid-item {
  height: calc(123vw / 4); }
  @media screen and (min-width: 641px) {
    .grid-item {
      height: calc(250vw / 12); } }
  @media screen and (min-width: 1025px) {
    .grid-item {
      height: calc(250vw / 16);
      max-height: 228px; } }
  .grid-item figcaption {
    position: absolute;
    top: 25px; }
    .grid-item figcaption h3 {
      display: none; }

.row {
  max-width: 1400px; }

.row.blur {
  max-width: none; }

.blur .grid-item {
  max-height: none; }

.grid-item--width2 p {
  font-size: .8em;
  float: left;
  display: block;
  padding: 8px 10px;
  max-height: 226px; }

.grid-item--width2 h4, .grid-item--width2 h5 {
  display: inline-block; }

.grid-item--width2 h5::before {
  content: " | "; }

.grid-item--width2 .info-overlay {
  width: 380px; }

.info-overlay * {
  color: #fff;
  margin: 2px 0;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8); }

.fixed-grid {
  padding: 40px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0; }
  @media screen and (min-width: 661px) {
    .fixed-grid {
      padding: 40px 20px; } }

.fixed {
  position: fixed;
  height: 100vh; }
  .fixed .filter-options {
    display: none; }

.grid-header {
  position: absolute;
  right: -100%;
  bottom: 2vh;
  background-color: rgba(0, 0, 0, 0.6);
  height: auto;
  padding: 1.5em; }
  @media screen and (min-width: 661px) {
    .grid-header {
      width: 81%; } }
  @media screen and (min-width: 992px) {
    .grid-header {
      width: 66%; } }
  @media screen and (min-width: 1024px) {
    .grid-header {
      width: 62%; } }
  @media screen and (min-width: 1200px) {
    .grid-header {
      width: 50%; } }
  .grid-header h2, .grid-header h3 {
    font-size: 1.1em;
    color: #fff; }
    @media screen and (min-width: 661px) {
      .grid-header h2, .grid-header h3 {
        font-size: 2em; } }
  .grid-header h3 {
    font-size: 1.1em;
    font-weight: normal; }
  .grid-header section {
    background-color: transparent;
    padding-bottom: 0; }
  .grid-header p.byline, .grid-header p.byline .dateline {
    color: #f2f2f2;
    font-weight: bold;
    font-size: 18px; }

.ledehed .grid-header {
  position: relative;
  right: inherit;
  bottom: inherit;
  width: 100%;
  margin-top: 40px;
  padding-top: 50px;
  background-color: transparent; }

.ledehed section {
  background-color: transparent;
  max-width: 800px; }

.ledehed .fs figcaption {
  max-width: none;
  font-size: 1.2em;
  padding-top: 1em; }

.ledehed p {
  font-size: 18px; }

.grid blockquote {
  font-size: 1.3em;
  line-height: 1.1em;
  color: #fff;
  font-family: 'open sans condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.4em; }

.grid h4, .grid h5 {
  color: #fff;
  margin: 0.2em 0; }

.grid .schoolname {
  display: none; }

.blurTarget + .small-12.column {
  background-color: #222;
  padding: 0.6em 0.8em 0.8em;
  position: relative;
  left: -0.4375em;
  height: 100%;
  border-radius: 0px 10px 10px 0px; }

.grid img.mug {
  position: relative;
  z-index: 1; }

.grid .info-overlay {
  position: absolute;
  top: 25px; }

.blur .info-overlay, .blur.search-container {
  display: none; }

.search-container h3 {
  color: #f2f2f2;
  font-size: 1.0em;
  margin-bottom: 0.8em; }

.blur.grid.row .row {
  background: none; }

.info-beside {
  padding: 1em;
  padding-left: 21.5vw;
  border-radius: 20px;
  margin: 0;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media screen and (min-width: 641px) {
    .info-beside {
      padding-left: 14.0vw; } }
  @media screen and (min-width: 1025px) {
    .info-beside {
      padding-left: 10.5vw; } }
  @media screen and (min-width: 1400px) {
    .info-beside {
      padding-left: 10em; } }
  .info-beside h4 {
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    font-size: calc(5vw * 1); }
    @media screen and (min-width: 641px) {
      .info-beside h4 {
        font-size: calc(3.0vw * 1); } }
    @media screen and (min-width: 1025px) {
      .info-beside h4 {
        font-size: calc(2.5vw * 1); } }
    @media screen and (min-width: 1400px) {
      .info-beside h4 {
        font-size: 35px; } }
  .info-beside h5 {
    text-align: right;
    font-weight: 400;
    font-size: calc(3.0vw * 1); }
    @media screen and (min-width: 641px) {
      .info-beside h5 {
        font-size: calc(1.8vw * 1); } }
    @media screen and (min-width: 1025px) {
      .info-beside h5 {
        font-size: calc(1.5vw * 1); } }

.skipmug figure {
  display: none; }

.skipmug .info-beside {
  padding-left: 1em;
  margin-top: -0.8em; }
  .skipmug .info-beside h4 {
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    font-size: calc(5vw * 1); }
    @media screen and (min-width: 641px) {
      .skipmug .info-beside h4 {
        font-size: calc(3.4vw * 1); } }
    @media screen and (min-width: 1025px) {
      .skipmug .info-beside h4 {
        font-size: calc(2.5vw * 1); } }
    @media screen and (min-width: 1400px) {
      .skipmug .info-beside h4 {
        font-size: 35px; } }
  .skipmug .info-beside h5 {
    text-align: right;
    font-weight: 400;
    font-size: calc(3.0vw * 1); }
    @media screen and (min-width: 641px) {
      .skipmug .info-beside h5 {
        font-size: calc(1.8vw * 1); } }
    @media screen and (min-width: 1025px) {
      .skipmug .info-beside h5 {
        font-size: calc(1.5vw * 1); } }

h2.grid-hed {
  color: #ccc;
  margin: 0 0.5em 0.8em 0;
  font-family: 'Old Standard TT', serif;
  font-weight: 700;
  font-size: 36px; }
  @media screen and (min-width: 641px) {
    h2.grid-hed {
      font-size: 42px; } }
  @media screen and (min-width: 1025px) {
    h2.grid-hed {
      font-size: 52px; } }

.click-for-modal {
  cursor: pointer; }

imagemodal
.img-modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 999;
  display: none; }
  imagemodal
.img-modal p {
    font-size: 1.2em; }
  imagemodal
.img-modal h3 {
    margin-bottom: 0.5em; }
  imagemodal
.img-modal h4 {
    margin-bottom: 1em;
    font-size: 1.4em;
    text-transform: capitalize; }
  imagemodal
.img-modal .modal-container {
    width: 90%;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px; }
    @media screen and (min-width: 992px) {
      imagemodal
.img-modal .modal-container {
        width: 70%; } }
  imagemodal
.img-modal figure {
    padding: 20px 26px;
    max-height: 90vh;
    border-radius: 4px;
    background-color: #E0DBDB;
    overflow-y: scroll;
    border: 2px solid #E0DBDB; }
    @media screen and (max-width: 660px) {
      imagemodal
.img-modal figure {
        padding: 13px; } }
    imagemodal
.img-modal figure::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
      background-color: #777; }
    imagemodal
.img-modal figure::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    imagemodal
.img-modal figure img {
      max-width: 240px;
      height: 60vh;
      max-height: 320px;
      float: left;
      z-index: 1;
      position: relative;
      width: 50%;
      margin: 20px 20px 0; }
      @media screen and (max-width: 991px) {
        imagemodal
.img-modal figure img {
          width: auto;
          margin: 20px 20px 0; } }
  @media screen and (max-width: 991px) and (orientation: portrait) {
    imagemodal
.img-modal figure img {
      width: calc(100vw - 110px);
      height: calc(100vw - 40px); } }
      @media screen and (max-width: 660px) {
        imagemodal
.img-modal figure img {
          width: 150px;
          height: auto;
          margin: 10px 10px 0; } }
      @media screen and (max-width: 420px) {
        imagemodal
.img-modal figure img {
          width: auto;
          height: auto; } }
    imagemodal
.img-modal figure figcaption {
      background-color: #fff;
      color: #000;
      padding: 0;
      padding: 20px; }
      @media screen and (max-width: 420px) {
        imagemodal
.img-modal figure figcaption {
          font-size: 0.7em; }
          imagemodal
.img-modal figure figcaption h3 {
            margin-left: 0;
            padding-top: 10px;
            clear: both; } }
      imagemodal
.img-modal figure figcaption span {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400; }
  imagemodal
.img-modal .modal-close i {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 10px;
    right: 15px;
    background: url(../graphics/next-prev.svg) scroll no-repeat 11px -138px;
    background-color: gray;
    border-radius: 20px;
    z-index: 10; }
    @media screen and (max-width: 660px) {
      imagemodal
.img-modal .modal-close i {
        height: 24px;
        width: 24px;
        background-position: 2px -146px;
        top: 5px;
        right: 14px; } }

.tags {
  margin-right: 3px;
  padding: 14px 17px !important;
  font-family: "Open Sans",sans-serif;
  display: inline-block;
  color: #ccc;
  border: none;
  border-radius: 2px;
  background-color: #222;
  margin-bottom: 6px;
  cursor: pointer; }
  .tags:hover {
    background-color: #781F11;
    color: #f2f2f2; }
  .tags.active {
    color: #f2f2f2;
    background-color: #3a3a3a; }
    .tags.active:hover {
      background-color: #781F11;
      color: #f2f2f2; }

.filter .tags {
  font-size: 16px;
  font-weight: 700;
  width: 100%; }
  .filter .tags span {
    color: #fff;
    text-transform: uppercase; }
  .filter .tags .sparkline {
    height: 30px;
    width: 30px;
    float: right; }

.filter2 .tags {
  font-size: 13px;
  padding: 4px 7px !important;
  text-transform: capitalize; }

.filter2 h3 {
  font-size: 0.9em;
  font-weight: 400; }

.tag-container {
  margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none; } }

h4.vote {
  font-size: 1.2em; }

.question h3 {
  font-size: 1.4em;
  padding-top: 0;
  line-height: 1.4em; }

.landing .row figcaption {
  padding: 0 0 1em; }

.touch .fixedimg-subhed {
  z-index: 1; }

#grid .grid-item {
  opacity: 0; }

/* Playford's possibly crappy patch code */
.mobile-only {
  display: none; }

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

.ruler {
  height: 1px;
  background-color: #999;
  margin: 10px 0; }

header {
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #0288d1; }
  @media (max-width: 660px) {
    header {
      height: 40px;
      padding: 5px 0 0; } }

.header-flag,
.footer-flag {
  text-transform: uppercase;
  font-size: 1.25em;
  width: 100%;
  margin: 0;
  width: 50px;
  display: inline-block;
  list-style: none;
  padding-left: 20px; }
  @media (max-width: 660px) {
    .header-flag,
    .footer-flag {
      padding-left: 6px;
      padding-top: 6px; } }

.header-flag-logo,
.footer-flag-logo {
  width: 40px;
  position: relative; }

.header-flag-logo a {
  display: block; }

.header-flag-logo-art,
.footer-flag-logo-art {
  height: 30px;
  width: 30px; }
  @media (max-width: 660px) {
    .header-flag-logo-art,
    .footer-flag-logo-art {
      height: 20px; } }

.header-nav {
  float: right;
  position: absolute;
  right: 30px;
  top: 0;
  list-style-type: none; }
  .header-nav span, .header-nav a {
    padding: 10px 10px 20px;
    display: block; }
  .header-nav a {
    background-color: #000; }
  .header-nav * {
    color: #fff; }
  .header-nav .header-nav-list {
    position: absolute;
    top: 50px;
    right: 0;
    width: 290px; }
  .header-nav .header-nav-list li {
    display: none; }
  .header-nav:hover .header-nav-list li,
  .header-nav .header-nav-list:hover li {
    display: block; }

.header-logo {
  margin: 10px 0 0;
  height: 55px;
  background-size: 600px 150px; }

.header-theme {
  font-family: Open Sans Condensed, sans-serif;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  font-size: 28px;
  text-transform: uppercase; }
  .header-theme a, .header-theme a:hover {
    color: #fff;
    line-height: 1em; }
  @media screen and (max-width: 660px) {
    .header-theme {
      font-size: 20px;
      top: 0.3em;
      left: 43%; } }
  @media screen and (max-width: 420px) {
    .header-theme {
      display: none; } }

.header-social {
  float: right;
  padding-top: 5px;
  padding-right: 10px; }

footer {
  border-top: 1px solid #ccc; }
  @media (min-width: 661px) {
    footer {
      padding: 20px 0 10px 0; } }
  footer p {
    font-size: 0.875em;
    color: #777777;
    margin: 20px auto; }
  footer section {
    margin: auto; }

.footer-flag {
  float: left;
  width: 60px;
  margin-top: -7px; }
  @media (max-width: 660px) {
    .footer-flag {
      width: 40px; } }
  @media (max-width: 420px) {
    .footer-flag {
      margin-top: 0; } }

.footer-flag-logo a {
  padding: 6px;
  display: block;
  width: 20px;
  height: 41px; }
  @media (min-width: 661px) {
    .footer-flag-logo a {
      width: 40px; } }

.footer-social {
  text-align: center; }

.copyright {
  text-align: center; }

body {
  background-color: white; }

.container {
  padding: 60px 20px 20px; }
  @media screen and (max-width: 991px) {
    .container {
      padding: 40px 5px 5px; } }

button, select, html, textarea, input, li, p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; }

p {
  font-family: 'Merriweather', serif;
  line-height: 24px;
  margin: 0; }

.description {
  display: block;
  font-size: 14px;
  padding: 20px 0;
  color: #444;
  line-height: 17px;
  font-family: 'Merriweather', serif; }

.show-less {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

h1 {
  font-size: 2em; }

span.school-class {
  font-weight: bold;
  display: block;
  text-transform: capitalize; }

.md-headline {
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: -0.9px; }

.md-select-value {
  padding: 0 2px 6px;
  padding-bottom: 6px !important;
  border-bottom-width: 2px; }

md-autocomplete, md-autocomplete[disabled] {
  background-color: transparent; }

.md-whiteframe-1dp, md-whiteframe-z1 {
  background-color: whitesmoke; }

.md-autocomplete-suggestions li {
  overflow: auto;
  white-space: normal;
  text-overflow: unset;
  line-height: 1.2em;
  padding: 15px 15px 0; }

md-card md-card-title {
  padding-bottom: 5px;
  padding-top: 12px; }

button.md-raised.details-button.md-button.md-ink-ripple {
  background-color: rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 600px) {
    button.md-raised.details-button.md-button.md-ink-ripple {
      width: calc(100% - 15px);
      top: 5px; } }
  button.md-raised.details-button.md-button.md-ink-ripple span {
    font-weight: bold; }

button.close-button {
  position: absolute;
  margin: 0;
  min-width: 36px;
  top: -18px;
  left: -18px; }
  button.close-button md-icon.md-warn {
    color: #555; }

.ng-binding md-input-container, .data-narrative md-input-container {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 400px) {
    .ng-binding md-input-container, .data-narrative md-input-container {
      display: block; } }

.graph-label, .graph-bar {
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em; }
  .graph-label.graph-value, .graph-bar.graph-value {
    color: #000;
    font-weight: 700; }
    .graph-label.graph-value .sub-value, .graph-bar.graph-value .sub-value {
      font-weight: 300; }

.graph-bar-background {
  display: inline-block;
  background-color: rgba(128, 216, 255, 0.25);
  margin: 5px 0;
  width: calc(100% - 240px);
  height: 17px; }
  @media screen and (max-width: 717px) {
    .graph-bar-background {
      width: calc(100% - 125px); } }

.graph-label.value.ng-binding {
  position: absolute;
  margin-left: 5px;
  margin-top: 5px; }

.graph-bar {
  background-color: #0288d1;
  -webkit-transition: width 0.6s ease-in-out, padding-left 0.6s ease-in-out, padding-right 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out, padding-left 0.6s ease-in-out, padding-right 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, padding-left 0.6s ease-in-out, padding-right 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, padding-left 0.6s ease-in-out, padding-right 0.6s ease-in-out; }

md-card-content {
  background-color: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 660px) {
  md-card md-card-title, md-card md-card-content {
    padding: 10px; } }

span.null_data {
  position: absolute;
  left: 78px;
  top: 2px; }

.hidden {
  visibility: hidden; }

.unhidden {
  visibility: visible; }

.graph-bar-container {
  position: relative; }
  .graph-bar-container .null_data {
    font-style: italic;
    color: #333;
    padding-left: 6px; }

.school-card {
  padding: 0px;
  margin: 10px 1px 25px;
  max-width: 1000px;
  position: relative; }
  .school-card .card-wrapper {
    -webkit-transition: background-color ease 500ms;
    -moz-transition: background-color ease 500ms;
    -o-transition: background-color ease 500ms;
    transition: background-color ease 500ms; }
  .school-card p {
    font-family: 'Open Sans', sans-serif; }
  .school-card .full-chance {
    background-color: #276c91; }
    .school-card .full-chance .card-top {
      color: #fff; }
    .school-card .full-chance .details-button {
      color: #f2f2f2; }
    .school-card .full-chance .value {
      font-weight: 700;
      color: #fff; }
  .school-card .high-chance {
    background-color: #7d9799; }
    .school-card .high-chance .card-top {
      color: #fff; }
    .school-card .high-chance .details-button {
      color: #f2f2f2; }
  .school-card .medium-high-chance {
    background-color: #bec59f; }
  .school-card .medium-chance {
    background-color: #fdf6a3; }
  .school-card .medium-low-chance {
    background-color: #ebb77b; }
  .school-card .low-chance {
    background-color: #d37854; }
  .school-card .no-chance {
    background-color: #b63132; }
    .school-card .no-chance .card-top {
      color: #f2f2f2; }
    .school-card .no-chance .details-button {
      color: #f2f2f2; }
  .school-card::before {
    content: "●";
    color: #FFF;
    position: absolute;
    font-size: 45px;
    top: -34px;
    left: -14px; }

@media (max-width: 717px) {
  .display-desktop {
    display: none; } }

a {
  color: #01579b;
  text-decoration: none;
  line-height: inherit; }

h1.title {
  color: #0288d1;
  font-size: 3em; }
  @media screen and (max-width: 660px) {
    h1.title {
      font-size: 1.7em; } }

span.subhead {
  font-size: 1.3em;
  font-weight: 700;
  color: #222;
  padding-bottom: 20px; }

.intro-text p, .intro-text h1.title, .intro-text h4.subhead {
  max-width: 750px;
  margin: 10px auto; }

.intro-text span {
  font-weight: bold; }

.intro-text .clue {
  font-weight: bold; }

.no-data {
  color: #5d5d5d; }

span.chance {
  font-size: 1.3em;
  padding-top: 10px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color: #5d5d5d; }

p.section-head {
  margin-bottom: 15px; }

hr {
  border: none;
  height: 1px;
  background-color: #999; }

.md-select-value span, input#input-4 {
  font-size: 1.1em;
  color: #333; }

label {
  font-size: 1.5em;
  font-weight: 700; }
  @media screen and (max-width: 600px) {
    label {
      font-size: 1em; } }

.material-icons {
  color: rbga(255, 255, 255, 0.7); }

.card-top {
  justify-content: space-between; }
  .card-top .program-name {
    font-size: 1.5em;
    font-weight: 200; }
  .card-top .values-container {
    flex-direction: row; }
    .card-top .values-container .values-container-top {
      flex-direction: row; }
  .card-top .value-label {
    font-size: .7em;
    text-transform: uppercase;
    text-align: center; }
  .card-top .best-value {
    text-align: center; }
    .card-top .best-value.null {
      color: rgba(0, 0, 0, 0.4) !important; }
    .card-top .best-value .value {
      font-size: 3em;
      font-family: 'Merriweather', serif; }
    .card-top .best-value.minor .value {
      font-size: 2em;
      padding-top: 0.22em; }

p.byline {
  color: #777;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif; }

.percents {
  margin-top: 0.4em; }

@media screen and (max-width: 660px) {
  .md-select-value span, input#input-4 {
    font-size: 1em; }
  .card-top .program-name {
    font-size: 1.2em; }
  .container > .layout-padding, .ng-scope > .layout-padding {
    padding: 0; } }

.cards-container .ng-scope.layout-align-start-center {
  width: 100%;
  max-width: 1000px; }

.ad #ldr {
  max-width: 728px;
  margin: 10px auto; }
  .ad #ldr #pagepeel {
    line-height: 1px; }

.stacked-graph-base, .graph-noninvited, .graph-invited, .full-stack-bar {
  width: 20px; }

.graph-noninvited {
  background-color: #2e2e2e; }

.graph-invited {
  background-color: #0288d1; }

.stacked-bar {
  text-align: center;
  padding: 0 15px 10px; }
  @media screen and (max-width: 840px) {
    .stacked-bar {
      padding: 0 5px 10px; } }

.stacked-container {
  margin: 10px auto;
  text-align: center; }

@media screen and (max-width: 840px) {
  .stacked-chart {
    font-size: 13px; } }

.full-stack-bar {
  height: 100px;
  margin: 5px auto; }

.value.first.null span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: open sans, sans-serif;
  display: block;
  top: -23px;
  position: relative; }

.data-narrative div {
  display: inline-block;
  line-height: 1.4em;
  margin-bottom: 0.4em; }
