@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Open+Sans+Condensed:300,700|Merriweather:400,700,400italic,700italic);
/* Breakpoints */
/* Colors */
/* Reusable elements */
/* Fonts */
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility; }

/* Default Link Styles */
a {
  color: #D23E27;
  text-decoration: none;
  line-height: inherit; }

a:hover,
a:focus {
  color: #781F11; }

a img {
  border: none; }

/* Default paragraph styles */
p, li {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 1em; }

ul {
  margin-left: 3em;
  margin-right: 3em; }

/* Default header styles */
/* Helpful Typography Defaults */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body * {
    box-sizing: border-box; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

figure {
  margin: 0; }

/*******************
 * Includes        *
 *******************/
/*******************
 * Sitewide styles *
 *******************/
body {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 660px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 420px) {
    body {
      font-size: 14px; } }

h1 {
  font-size: 4em;
  margin-bottom: 0.4em; }

h2.chapter {
  margin-top: -70px;
  padding-top: 70px; }

h1, h2, h3 {
  font-weight: bold; }

h4, h5, h6, p, li, figcaption {
  font-family: 'Merriweather', serif; }

blockquote p {
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0 0;
  padding: 1em; }

p .liftout {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em; }

p .emphasis {
  font-size: 1.5em;
  margin: 1.3em inherit 1.3em 0;
  border-left: 4px solid #ccc;
  padding-left: 20px; }

p.quote-attrib {
  padding: 1em;
  text-align: right; }

.strong {
  font-weight: bold; }

.main {
  margin-bottom: 10px; }

/* Header */
header {
  background-color: #115220; }

@media screen and (min-width: 661px) {
  .name {
    padding-left: 0; } }

.print {
  position: relative;
  top: 20;
  right: 20; }

.narrow p,
.narrow li {
  padding-right: 37.5%; }

/* The stuff below is only being used in Demons. Also, it's redundant. */
figure.article-inset {
  width: 640px;
  float: right;
  margin: 0;
  margin-left: 20px; }

figure.article-wide {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px; }

figure.article-outset {
  margin: 0;
  position: absolute;
  margin-left: 664px;
  width: 360px; }

figure.article .fs {
  width: 100%; }

figure.article-inset {
  max-width: 640px;
  margin: 0; }

figure.article-inset {
  margin: 0 30px 0 0;
  float: left;
  width: 67.5%; }

figure.article-inset2 {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  overflow: hidden; }

figure.article-inset2 figcaption {
  width: 30%;
  float: right; }

figure.article-inset2 img {
  float: left;
  width: 67.5%; }

figure.article-inset.right {
  width: 67.5%;
  float: right;
  margin: 0;
  margin-left: 30px; }

figure.article-wide {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px; }

figure.article-wide img {
  width: 100%; }

figure.article-outset,
aside {
  margin: 0;
  position: absolute;
  margin-left: 62.5%;
  width: 30.5%; }

figure.article-outset,
aside {
  position: relative;
  float: right;
  margin-left: 30px; }

article {
  margin: 50px auto 0; }
  @media (max-width: 660px) {
    article {
      margin-top: 40px; } }
  article img {
    width: 100%; }

figure.fs img {
  width: 100%;
  display: block;
  margin: 0 auto; }

figure.fs {
  margin: auto;
  max-width: 133vh; }
  figure.fs.fixedimg > div {
    background: fixed center center no-repeat;
    background-size: cover; }

@media (max-width: 661px) {
  figure.article-inset {
    margin: 0;
    width: 100%; }
  figure.article-outset,
  aside {
    width: 50%; }
  figure.article-inset2 img {
    float: none;
    padding-right: 0;
    width: 100%; }
  figure.article-inset2 figcaption {
    width: 100%;
    float: none; } }

@media (max-width: 420px) {
  figure.article-outset,
  aside {
    width: 100%; } }

figcaption,
aside p {
  font-size: 0.9em;
  position: relative;
  padding: 1.7em 0;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif; }

aside p,
.narrow aside li,
.narrow aside p {
  padding: 0; }

figcaption span {
  font-size: 0.9em;
  position: absolute;
  top: -0.3em;
  right: 0; }

.fs figcaption span {
  right: 30px; }

@media (min-width: 661px) {
  .article-inset2 figcaption span {
    position: relative;
    top: inherit;
    left: 0;
    display: block; } }

.fs figcaption {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

section {
  max-width: 660px;
  margin: 2em auto;
  position: relative;
  padding: 0 30px; }
  @media (max-width: 660px) {
    section {
      padding: 0 10px; } }

.ad-medrect {
  width: 300px;
  margin: 2em auto; }
  @media (min-width: 661px) {
    .ad-medrect {
      margin: 1em 0 1em 2em;
      float: right; } }

@media (max-width: 660px) {
  #componentDivHeader {
    margin-top: -5px; } }

#componentDivFooter {
  display: inline-block;
  margin-top: 20px; }
  #componentDivFooter img {
    margin: 0 1em; }

header {
  padding: 10px;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 99; }
  @media (max-width: 660px) {
    header {
      height: 40px; } }

.header-flag,
.footer-flag {
  text-transform: uppercase;
  font-size: 1.25em;
  width: 100%;
  margin: 0;
  width: 50px;
  display: inline-block;
  list-style: none; }

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

.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%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-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; }

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; }

.ads-box {
  padding: 1.5em 10px 10px 10px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative; }
  .ads-box:before {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #777;
    padding: 0 5px;
    content: "Advertisement";
    font-size: 0.85em;
    text-transform: uppercase;
    position: absolute;
    background-color: #f2f2f2;
    top: 0;
    left: 50%;
    margin-left: -3.5em; }

.ads-box-gray {
  padding: 1.5em 10px 10px 10px;
  background-color: #ccc;
  box-sizing: content-box;
  position: relative; }
  .ads-box-gray:before {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #777;
    padding: 0 5px;
    content: "Advertisement";
    font-size: 0.85em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.5em; }

.ad-fs {
  width: 100%;
  max-width: 728px;
  margin: 1em auto;
  overflow: hidden !important; }

.ad-left {
  width: 300px;
  float: left;
  margin-left: -65%;
  margin-right: 40px;
  margin-bottom: 1em; }

.ad-right {
  width: 300px;
  float: right;
  margin-right: -65%;
  margin-left: 40px;
  margin-bottom: 1em; }

@media screen and (min-width: 1351px) and (max-width: 1450px) {
  .ad-left {
    margin-left: -55%; }
  .ad-right {
    margin-right: -55%; } }

@media screen and (min-width: 1201px) and (max-width: 1350px) {
  .ad-left {
    margin-left: -45%; }
  .ad-right {
    margin-right: -45%; } }

@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .ad-left {
    margin-left: -25%; }
  .ad-right {
    margin-right: -25%; } }

@media screen and (min-width: 850px) and (max-width: 1023px) {
  .ad-left {
    margin-left: -10vw; }
  .ad-right {
    margin-right: -10vw; } }

@media screen and (max-width: 849px) {
  .ad-left {
    margin: 0 auto 2em auto;
    float: none;
    left: 0; }
  .ad-right {
    margin: 0 auto 2em auto;
    float: none;
    left: 0; }
  .ads-box {
    padding: 1.5em 0 0 0;
    border: none;
    box-sizing: border-box; }
    .ads-box:before {
      top: 0; } }

@media screen and (max-width: 340px) {
  .ad-left {
    padding: 1.5em 0 10px;
    border-width: 1px 0; }
  .ad-right {
    padding: 1.5em 0 10px;
    border-width: 1px 0; } }

figure {
  margin-left: 0;
  margin-right: 0;
  position: relative; }

.image-left {
  width: 75%;
  float: left;
  margin-left: -25%;
  margin-right: 40px; }

.image-right {
  width: 75%;
  float: right;
  margin-right: -25%;
  margin-left: 40px; }

.inset-fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 3px 2px 4px;
  background-color: #aaaaaa;
  border-bottom-left-radius: 5px;
  cursor: pointer; }
  .inset-fullscreen i {
    color: white; }

@media screen and (min-width: 850px) and (max-width: 1023px) {
  .image-left {
    width: 45vw;
    margin-left: -10vw; }
  .image-right {
    width: 45vw;
    margin-right: -10vw; } }

@media screen and (min-width: 661px) and (max-width: 849px) {
  .image-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    left: 0; }
  .image-right {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
    left: 0; } }

@media screen and (min-width: 0) and (max-width: 660px) {
  figure {
    margin-left: 0;
    margin-right: 0; }
  .image-left {
    width: calc(100% + 20px);
    float: none;
    margin-left: -10px; }
    .image-left figcaption {
      padding-left: 30px;
      padding-right: 30px; }
      .image-left figcaption span {
        padding-left: 30px;
        padding-right: 30px; }
  .image-right {
    width: calc(100% + 20px);
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-left: -10px;
    margin-right: -10px; }
    .image-right figcaption {
      padding-left: 30px;
      padding-right: 30px; }
      .image-right figcaption span {
        padding-left: 30px;
        padding-right: 30px; } }

/* Customize jumbotron */
.content-jumbotron {
  overflow: hidden;
  height: calc(100vh - 50px);
  position: relative;
  z-index: 1;
  background: center center fixed no-repeat;
  background-size: cover; }
  @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; }
  .content-jumbotron h1 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 6em;
    line-height: 1em;
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    width: auto;
    margin: auto;
    display: block;
    margin-top: 10vh;
    text-align: left; }
    @media (max-width: 660px) {
      .content-jumbotron h1 {
        width: 70vw;
        font-size: 3em; } }

.content-hed {
  background-image: none;
  background-color: #2E2F2A;
  margin-top: 50px; }
  @media (max-width: 660px) {
    .content-hed {
      margin-top: 40px; } }
  .content-hed h1 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 6em;
    line-height: 1em;
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    width: auto;
    margin: auto;
    display: block;
    text-align: left; }
    @media (max-width: 660px) {
      .content-hed h1 {
        width: 70vw;
        font-size: 3em; } }
  .content-hed .jumbotron-header {
    top: 30%;
    width: 100%;
    margin: 20px auto;
    padding: 20px 80px;
    position: initial; }
    @media (max-width: 660px) {
      .content-hed .jumbotron-header {
        padding: 20px 10px; } }
  .content-hed .jumbotron-byline {
    margin-top: 0.5rem; }
    .content-hed .jumbotron-byline h3 {
      margin-bottom: 0.3em;
      font-size: 1.2em;
      line-height: 1.4em;
      font-weight: normal; }

.read-more-container {
  padding: 0 1em;
  margin-top: 3em;
  width: 100%; }
  .read-more-container h3 span {
    letter-spacing: 5px;
    font-size: 0.5em; }

.author-container {
  width: 31.33%;
  float: left;
  text-align: right; }

.article-container {
  padding: 0.9em;
  clear: both;
  margin-bottom: 30px;
  border: 1px solid #cecece;
  position: relative;
  color: #222222; }
  .article-container:hover {
    background-color: white; }
    .article-container:hover p {
      color: #781F11; }
  .article-container div.img-container {
    width: 31.33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: scroll center center no-repeat;
    background-size: cover; }
  .article-container img {
    height: auto;
    width: 31.33%;
    float: left;
    margin: 0 10px 5px 0;
    box-shadow: 0px 0px 5px #bbb;
    border-radius: 2px; }
  .article-container h4 {
    width: 62.66%;
    float: right;
    font-size: 1.5em;
    margin-top: 0; }
  .article-container p {
    width: 62.66%;
    float: right;
    font-size: 1em; }
  @media screen and (max-width: 500px) {
    .article-container div.img-container {
      width: 100%;
      height: 300px;
      float: none;
      position: relative; }
    .article-container h4 {
      width: 100%;
      float: none;
      margin: 0; }
    .article-container p {
      width: 100%;
      float: none;
      margin: 0; } }

.section-break {
  text-align: center;
  font-size: 10px;
  margin: 40px 0;
  position: relative; }
  .section-break:after {
    content: "";
    width: 45%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    height: 1px;
    background-color: black; }
  .section-break:before {
    content: "";
    width: 45%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    height: 1px;
    background-color: black; }

*.gig-comments-container {
  width: 100% !important; }

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

a:hover,
a:focus {
  color: #781F11; }

.clear {
  clear: both; }

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

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

.header-flag {
  width: auto;
  display: inline-block; }
  @media screen and (max-width: 661px) {
    .header-flag {
      font-size: 0.8em; } }

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

section {
  max-width: 660px; }

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

.fh {
  max-width: 133vh;
  margin-left: auto;
  margin-right: auto; }

.tweetline {
  padding: 2px 0;
  border-radius: 3px;
  cursor: pointer; }
  .tweetline:hover {
    background-color: #ffeebc; }

.touch .tweetline {
  border-bottom: dashed 1px rgba(92, 0, 0, 0.75);
  border-radius: 0;
  padding: 1px 0; }

.componentDivInline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em; }

/* Breakpoints */
/* Colors */
/* Reusable elements */
/* Fonts */
html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.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 {
  margin: 0 auto;
  width: 100%; }

.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 {
  margin: 0 -0.4375em;
  max-width: none;
  width: auto; }

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

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

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

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

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

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

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.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: 4.16667%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }
  .small-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }
  .small-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }
  .small-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .small-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }
  .small-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }
  .small-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }
  .small-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }
  .small-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .small-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .small-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }
  .small-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.4375em;
    padding-right: 0.4375em;
    float: left; }
  .small-1 {
    width: 4.16667%; }
  .small-2 {
    width: 8.33333%; }
  .small-3 {
    width: 12.5%; }
  .small-4 {
    width: 16.66667%; }
  .small-5 {
    width: 20.83333%; }
  .small-6 {
    width: 25%; }
  .small-7 {
    width: 29.16667%; }
  .small-8 {
    width: 33.33333%; }
  .small-9 {
    width: 37.5%; }
  .small-10 {
    width: 41.66667%; }
  .small-11 {
    width: 45.83333%; }
  .small-12 {
    width: 50%; }
  .small-13 {
    width: 54.16667%; }
  .small-14 {
    width: 58.33333%; }
  .small-15 {
    width: 62.5%; }
  .small-16 {
    width: 66.66667%; }
  .small-17 {
    width: 70.83333%; }
  .small-18 {
    width: 75%; }
  .small-19 {
    width: 79.16667%; }
  .small-20 {
    width: 83.33333%; }
  .small-21 {
    width: 87.5%; }
  .small-22 {
    width: 91.66667%; }
  .small-23 {
    width: 95.83333%; }
  .small-24 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 4.16667% !important; }
  .small-offset-2 {
    margin-left: 8.33333% !important; }
  .small-offset-3 {
    margin-left: 12.5% !important; }
  .small-offset-4 {
    margin-left: 16.66667% !important; }
  .small-offset-5 {
    margin-left: 20.83333% !important; }
  .small-offset-6 {
    margin-left: 25% !important; }
  .small-offset-7 {
    margin-left: 29.16667% !important; }
  .small-offset-8 {
    margin-left: 33.33333% !important; }
  .small-offset-9 {
    margin-left: 37.5% !important; }
  .small-offset-10 {
    margin-left: 41.66667% !important; }
  .small-offset-11 {
    margin-left: 45.83333% !important; }
  .small-offset-12 {
    margin-left: 50% !important; }
  .small-offset-13 {
    margin-left: 54.16667% !important; }
  .small-offset-14 {
    margin-left: 58.33333% !important; }
  .small-offset-15 {
    margin-left: 62.5% !important; }
  .small-offset-16 {
    margin-left: 66.66667% !important; }
  .small-offset-17 {
    margin-left: 70.83333% !important; }
  .small-offset-18 {
    margin-left: 75% !important; }
  .small-offset-19 {
    margin-left: 79.16667% !important; }
  .small-offset-20 {
    margin-left: 83.33333% !important; }
  .small-offset-21 {
    margin-left: 87.5% !important; }
  .small-offset-22 {
    margin-left: 91.66667% !important; }
  .small-offset-23 {
    margin-left: 95.83333% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.4375em;
    padding-right: 0.4375em;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }
  .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }
  .medium-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }
  .medium-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .medium-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }
  .medium-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }
  .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }
  .medium-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }
  .medium-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .medium-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .medium-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }
  .medium-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.4375em;
    padding-right: 0.4375em;
    float: left; }
  .medium-1 {
    width: 4.16667%; }
  .medium-2 {
    width: 8.33333%; }
  .medium-3 {
    width: 12.5%; }
  .medium-4 {
    width: 16.66667%; }
  .medium-5 {
    width: 20.83333%; }
  .medium-6 {
    width: 25%; }
  .medium-7 {
    width: 29.16667%; }
  .medium-8 {
    width: 33.33333%; }
  .medium-9 {
    width: 37.5%; }
  .medium-10 {
    width: 41.66667%; }
  .medium-11 {
    width: 45.83333%; }
  .medium-12 {
    width: 50%; }
  .medium-13 {
    width: 54.16667%; }
  .medium-14 {
    width: 58.33333%; }
  .medium-15 {
    width: 62.5%; }
  .medium-16 {
    width: 66.66667%; }
  .medium-17 {
    width: 70.83333%; }
  .medium-18 {
    width: 75%; }
  .medium-19 {
    width: 79.16667%; }
  .medium-20 {
    width: 83.33333%; }
  .medium-21 {
    width: 87.5%; }
  .medium-22 {
    width: 91.66667%; }
  .medium-23 {
    width: 95.83333%; }
  .medium-24 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 4.16667% !important; }
  .medium-offset-2 {
    margin-left: 8.33333% !important; }
  .medium-offset-3 {
    margin-left: 12.5% !important; }
  .medium-offset-4 {
    margin-left: 16.66667% !important; }
  .medium-offset-5 {
    margin-left: 20.83333% !important; }
  .medium-offset-6 {
    margin-left: 25% !important; }
  .medium-offset-7 {
    margin-left: 29.16667% !important; }
  .medium-offset-8 {
    margin-left: 33.33333% !important; }
  .medium-offset-9 {
    margin-left: 37.5% !important; }
  .medium-offset-10 {
    margin-left: 41.66667% !important; }
  .medium-offset-11 {
    margin-left: 45.83333% !important; }
  .medium-offset-12 {
    margin-left: 50% !important; }
  .medium-offset-13 {
    margin-left: 54.16667% !important; }
  .medium-offset-14 {
    margin-left: 58.33333% !important; }
  .medium-offset-15 {
    margin-left: 62.5% !important; }
  .medium-offset-16 {
    margin-left: 66.66667% !important; }
  .medium-offset-17 {
    margin-left: 70.83333% !important; }
  .medium-offset-18 {
    margin-left: 75% !important; }
  .medium-offset-19 {
    margin-left: 79.16667% !important; }
  .medium-offset-20 {
    margin-left: 83.33333% !important; }
  .medium-offset-21 {
    margin-left: 87.5% !important; }
  .medium-offset-22 {
    margin-left: 91.66667% !important; }
  .medium-offset-23 {
    margin-left: 95.83333% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.4375em;
    padding-right: 0.4375em;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }
  .large-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }
  .large-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }
  .large-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .large-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }
  .large-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }
  .large-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }
  .large-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }
  .large-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .large-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .large-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }
  .large-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.4375em;
    padding-right: 0.4375em;
    float: left; }
  .large-1 {
    width: 4.16667%; }
  .large-2 {
    width: 8.33333%; }
  .large-3 {
    width: 12.5%; }
  .large-4 {
    width: 16.66667%; }
  .large-5 {
    width: 20.83333%; }
  .large-6 {
    width: 25%; }
  .large-7 {
    width: 29.16667%; }
  .large-8 {
    width: 33.33333%; }
  .large-9 {
    width: 37.5%; }
  .large-10 {
    width: 41.66667%; }
  .large-11 {
    width: 45.83333%; }
  .large-12 {
    width: 50%; }
  .large-13 {
    width: 54.16667%; }
  .large-14 {
    width: 58.33333%; }
  .large-15 {
    width: 62.5%; }
  .large-16 {
    width: 66.66667%; }
  .large-17 {
    width: 70.83333%; }
  .large-18 {
    width: 75%; }
  .large-19 {
    width: 79.16667%; }
  .large-20 {
    width: 83.33333%; }
  .large-21 {
    width: 87.5%; }
  .large-22 {
    width: 91.66667%; }
  .large-23 {
    width: 95.83333%; }
  .large-24 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 4.16667% !important; }
  .large-offset-2 {
    margin-left: 8.33333% !important; }
  .large-offset-3 {
    margin-left: 12.5% !important; }
  .large-offset-4 {
    margin-left: 16.66667% !important; }
  .large-offset-5 {
    margin-left: 20.83333% !important; }
  .large-offset-6 {
    margin-left: 25% !important; }
  .large-offset-7 {
    margin-left: 29.16667% !important; }
  .large-offset-8 {
    margin-left: 33.33333% !important; }
  .large-offset-9 {
    margin-left: 37.5% !important; }
  .large-offset-10 {
    margin-left: 41.66667% !important; }
  .large-offset-11 {
    margin-left: 45.83333% !important; }
  .large-offset-12 {
    margin-left: 50% !important; }
  .large-offset-13 {
    margin-left: 54.16667% !important; }
  .large-offset-14 {
    margin-left: 58.33333% !important; }
  .large-offset-15 {
    margin-left: 62.5% !important; }
  .large-offset-16 {
    margin-left: 66.66667% !important; }
  .large-offset-17 {
    margin-left: 70.83333% !important; }
  .large-offset-18 {
    margin-left: 75% !important; }
  .large-offset-19 {
    margin-left: 79.16667% !important; }
  .large-offset-20 {
    margin-left: 83.33333% !important; }
  .large-offset-21 {
    margin-left: 87.5% !important; }
  .large-offset-22 {
    margin-left: 91.66667% !important; }
  .large-offset-23 {
    margin-left: 95.83333% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.4375em;
    padding-right: 0.4375em;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; } }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }

table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold; }

table thead {
  background: #F5F5F5; }

table thead tr th, table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem; }

table tfoot {
  background: #F5F5F5; }

table tfoot tr th, table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem; }

table tr th, table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9; }

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
  display: table-cell;
  line-height: 1.125rem; }

[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;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .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 {
    list-style: none;
    width: 50%; }
  .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 {
    list-style: none;
    width: 33.33333%; }
  .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 {
    list-style: none;
    width: 25%; }
  .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 {
    list-style: none;
    width: 20%; }
  .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 {
    list-style: none;
    width: 16.66667%; }
  .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 {
    list-style: none;
    width: 14.28571%; }
  .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 {
    list-style: none;
    width: 12.5%; }
  .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 {
    list-style: none;
    width: 11.11111%; }
  .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 {
    list-style: none;
    width: 10%; }
  .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 {
    list-style: none;
    width: 9.09091%; }
  .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 {
    list-style: none;
    width: 8.33333%; }
  .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: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .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 {
    list-style: none;
    width: 50%; }
  .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 {
    list-style: none;
    width: 33.33333%; }
  .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 {
    list-style: none;
    width: 25%; }
  .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 {
    list-style: none;
    width: 20%; }
  .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 {
    list-style: none;
    width: 16.66667%; }
  .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 {
    list-style: none;
    width: 14.28571%; }
  .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 {
    list-style: none;
    width: 12.5%; }
  .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 {
    list-style: none;
    width: 11.11111%; }
  .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 {
    list-style: none;
    width: 10%; }
  .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 {
    list-style: none;
    width: 9.09091%; }
  .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 {
    list-style: none;
    width: 8.33333%; }
  .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.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .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 {
    list-style: none;
    width: 50%; }
  .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 {
    list-style: none;
    width: 33.33333%; }
  .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 {
    list-style: none;
    width: 25%; }
  .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 {
    list-style: none;
    width: 20%; }
  .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 {
    list-style: none;
    width: 16.66667%; }
  .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 {
    list-style: none;
    width: 14.28571%; }
  .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 {
    list-style: none;
    width: 12.5%; }
  .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 {
    list-style: none;
    width: 11.11111%; }
  .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 {
    list-style: none;
    width: 10%; }
  .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 {
    list-style: none;
    width: 9.09091%; }
  .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 {
    list-style: none;
    width: 8.33333%; }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

/* Customize jumbotron */
.content-jumbotron {
  overflow: hidden;
  height: calc(100vh - 50px);
  position: relative;
  z-index: 1;
  background: center center fixed no-repeat;
  background-size: cover; }
  @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; }
  .content-jumbotron h1 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 6em;
    line-height: 1em;
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    width: auto;
    margin: auto;
    display: block;
    margin-top: 10vh;
    text-align: left; }
    @media (max-width: 660px) {
      .content-jumbotron h1 {
        width: 70vw;
        font-size: 3em; } }

.content-hed {
  background-image: none;
  background-color: #2E2F2A;
  margin-top: 50px; }
  @media (max-width: 660px) {
    .content-hed {
      margin-top: 40px; } }
  .content-hed h1 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 6em;
    line-height: 1em;
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    width: auto;
    margin: auto;
    display: block;
    text-align: left; }
    @media (max-width: 660px) {
      .content-hed h1 {
        width: 70vw;
        font-size: 3em; } }
  .content-hed .jumbotron-header {
    top: 30%;
    width: 100%;
    margin: 20px auto;
    padding: 20px 80px;
    position: initial; }
    @media (max-width: 660px) {
      .content-hed .jumbotron-header {
        padding: 20px 10px; } }
  .content-hed .jumbotron-byline {
    margin-top: 0.5rem; }
    .content-hed .jumbotron-byline h3 {
      margin-bottom: 0.3em;
      font-size: 1.2em;
      line-height: 1.4em;
      font-weight: normal; }

/* Customize jumbotron */
.content-jumbotron {
  overflow: hidden;
  height: calc(100vh - 50px);
  position: relative;
  z-index: 1;
  background: center center fixed no-repeat;
  background-size: cover; }
  @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; }
  .content-jumbotron h1 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 6em;
    line-height: 1em;
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    width: auto;
    margin: auto;
    display: block;
    margin-top: 10vh;
    text-align: left; }
    @media (max-width: 660px) {
      .content-jumbotron h1 {
        width: 70vw;
        font-size: 3em; } }

.content-hed {
  background-image: none;
  background-color: #2E2F2A;
  margin-top: 50px; }
  @media (max-width: 660px) {
    .content-hed {
      margin-top: 40px; } }
  .content-hed h1 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 6em;
    line-height: 1em;
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    width: auto;
    margin: auto;
    display: block;
    text-align: left; }
    @media (max-width: 660px) {
      .content-hed h1 {
        width: 70vw;
        font-size: 3em; } }
  .content-hed .jumbotron-header {
    top: 30%;
    width: 100%;
    margin: 20px auto;
    padding: 20px 80px;
    position: initial; }
    @media (max-width: 660px) {
      .content-hed .jumbotron-header {
        padding: 20px 10px; } }
  .content-hed .jumbotron-byline {
    margin-top: 0.5rem; }
    .content-hed .jumbotron-byline h3 {
      margin-bottom: 0.3em;
      font-size: 1.2em;
      line-height: 1.4em;
      font-weight: normal; }

.tearsheet {
  width: 100%;
  margin-top: 20px;
  padding-top: 40px; }
  .tearsheet .subhed {
    margin: 0; }
    .tearsheet .subhed h3 {
      margin-top: 0; }

@media screen and (min-width: 661px) {
  .tearsheet {
    width: 600px;
    margin-left: 0; }
    .tearsheet figcaption {
      display: block;
      padding-top: 0;
      text-align: right;
      margin-top: -20px;
      margin-bottom: 10px; }
    .tearsheet img {
      display: block; }
    .tearsheet .subhed h3 {
      font-size: 3.5em; }
    .tearsheet-narrow img, .tearsheet-narrow figcaption {
      width: 620px;
      margin-left: 10px; }
    .tearsheet figcaption {
      margin-bottom: 30px; } }

@media screen and (min-width: 992px) {
  .tearsheet {
    width: 950px;
    margin-left: -174px; }
    .tearsheet-narrow img, .tearsheet-narrow figcaption {
      margin-left: 100px; } }

@media screen and (min-width: 1023px) {
  .tearsheet {
    width: 1000px;
    margin-left: -200px; }
    .tearsheet-narrow img, .tearsheet-narrow figcaption {
      width: 770px;
      margin-left: 115px; } }

@media screen and (min-width: 1200px) {
  .tearsheet {
    width: 1160px;
    margin-left: -280px; }
    .tearsheet-narrow img, .tearsheet-narrow figcaption {
      margin-left: 200px; } }

@media (max-width: 420px) {
  p, li {
    font-size: 0.9em; } }

@media (max-width: 660px) {
  .mobile-hide {
    display: none; }
  body {
    background-color: #f7f7f7; } }

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

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

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

@media (max-width: 1022px) {
  .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.jpg) 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 .jumbotron-header .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; }

.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; }
    .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; } }

.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: 0; }
    @media screen and (max-width: 660px) {
      p.byline .dateline {
        float: none;
        display: block;
        margin-bottom: 0.5em; } }

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

.no-touch .content-jumbotron {
  background-attachment: fixed; }

.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; } }

.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; }

.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: 1022px) {
  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; } }

.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; } }

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

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

@media screen and (min-width: 860px) {
  figure.article-wide {
    width: 840px;
    left: -120px;
    padding: 0 20px;
    background-color: #f2f2f2; } }

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

@media screen and (max-width: 660px) {
  figure figcaption {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 7px !important; } }

@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: 1023px) {
        .kid.featured figure {
          float: left;
          width: 70%;
          margin-right: 30px;
          margin-left: 50px;
          margin-bottom: 1em; } }
    @media (min-width: 1023px) {
      .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: 1023px) {
      .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.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: 18px;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          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;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px 10px 0;
  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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 660px; }
  .pager-item {
    width: 48%;
    max-width: 320px; }
    .pager-item.email {
      -webkit-order: 1;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .pager-item.landing {
      -webkit-order: 2;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pager-item.schoolboard {
      -webkit-order: 3;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .pager-item.comments {
      -webkit-order: 4;
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .pager-item.prev {
      -webkit-order: 5;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .pager-item.next {
      -webkit-order: 6;
      -webkit-box-ordinal-group: 7;
          -ms-flex-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 h3, .auth h3 {
    padding: 0 0 0.3em;
    font-size: 1.4em; }
  .tese h3, .tese h4, .auth h3, .auth h4 {
    margin-top: 0;
    margin-bottom: 0.2em; }
    .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 p, .auth p {
    padding-top: 0.3em;
    line-height: 1.6em;
    font-size: 0.9em;
    margin: 0; }
    .tese p::after, .auth p::after {
      content: "";
      clear: both;
      display: block; }
  .tese a, .auth a {
    color: #000; }
    .tese a:hover, .auth a:hover {
      color: #781F11; }

.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; }

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

.blur {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 0.7;
  -webkit-transition: 1.5s;
          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: 1023px) {
    .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 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; } }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background: url(../graphics/next-prev.svg) scroll no-repeat right -174px;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  display: block;
  font-size: 0.77778rem;
  height: 2.05556rem;
  margin: 0 0 0.88889rem 0;
  padding: 0.44444rem;
  width: 100%;
  max-width: 350px; }
  input[type="search"]:focus, input[type="search"]:hover {
    background-image: none; }

.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; }
  h3 {
    margin: 10px; } }

.ruler {
  height: 1px;
  background-color: #999;
  margin: 10px 0; }
/*# sourceMappingURL=landingpage.css.map */