@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,800|Open+Sans+Condensed:300,700|Merriweather:400,700,400italic,700italic);
/* Breakpoints */
/* Colors */
/* video 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, blockquote {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 1em; }

ul {
  margin-left: 1.4em;
  margin-right: 0; }

/* 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, blockquote {
  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: 10px; }

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

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; }
  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.8em;
  position: absolute;
  top: -0.3em;
  right: 0; }

.fs figcaption span, article > figcaption span {
  right: 30px; }
  @media screen and (max-width: 660px) {
    .fs figcaption span, article > figcaption span {
      right: 10px; } }

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

.fs figcaption, article > figcaption {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 660px) {
    .fs figcaption, article > figcaption {
      padding-right: 10px;
      padding-left: 10px; } }

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: 150; }
  @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; }

.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: 0;
      padding-right: 0; }
  .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: 0;
      padding-right: 0; } }

/* 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 */
/* video 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; }
    .tearsheet-column img, .tearsheet-column figcaption {
      width: 600px;
      margin-left: 280px; } }

@media screen and (min-width: 1024px) {
  .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; } }

.videowide {
  width: 100%;
  max-width: 960px;
  margin: auto; }

figure {
  position: relative; }
  figure.video_inset {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    position: relative;
    z-index: 1; }
  figure.video-right {
    width: 100%;
    float: right;
    margin-right: -50%;
    margin-left: 40px; }
  figure.video-left {
    width: 100%;
    float: left;
    margin-left: -50%;
    margin-right: 40px; }
  figure video {
    width: 100%;
    display: block;
    height: auto;
    -webkit-transition: -webkit-filter 0.4s ease-out, box-shadow 0.4s ease-out, filter 0.4s ease-out, box-shadow 0.4s ease-out;
            transition: filter 0.4s ease-out, box-shadow 0.4s ease-out;
    -webkit-filter: none;
            filter: none;
    background-color: #222; }
  figure video::-webkit-media-controls {
    display: none !important; }
  figure .player-controls-inset {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    cursor: pointer; }
    figure .player-controls-inset i {
      background-color: rgba(30, 30, 30, 0.4);
      border-radius: 100%;
      padding: 15px;
      font-size: 1.5em;
      text-indent: 2px;
      opacity: 0.6;
      box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.2) inset; }
      figure .player-controls-inset i:hover {
        opacity: 1; }
    figure .player-controls-inset h6 {
      text-align: center;
      color: white;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 1.5em;
      text-transform: uppercase;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
      figure .player-controls-inset h6 span {
        color: #e9161d; }
  figure .player-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none; }
    figure .player-loader .loader-inner div {
      background-color: rgba(255, 255, 255, 0.7); }
  figure .player-controls {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity 0.4s ease-out;
            transition: opacity 0.4s ease-out;
    background-color: #222;
    color: #777;
    padding: 0.25em 0; }
    figure .player-controls i {
      margin: 0 0.25em;
      cursor: pointer; }
    figure .player-controls .scrubber-container {
      width: calc(100% - 6.25em);
      height: 5px;
      background-color: rgba(255, 255, 255, 0.1);
      display: inline-block;
      vertical-align: middle;
      position: relative;
      cursor: pointer;
      margin-top: -3px; }
      figure .player-controls .scrubber-container .duration-scrubber {
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #777; }

@media screen and (min-width: 950px) and (max-width: 1250px) {
  figure.video-left {
    width: 75%;
    margin-left: -25%; }
  figure.video-right {
    width: 75%;
    margin-right: -25%; } }

@media screen and (min-width: 800px) and (max-width: 949px) {
  figure.video-left {
    width: 45vw;
    margin-left: -10vw; }
  figure.video-right {
    width: 45vw;
    margin-right: -10vw; } }

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

.bulletaside-container {
  border: 1px solid #e2e2e2;
  border-width: 3px 0;
  padding: 1em 0;
  margin-bottom: 1em;
  width: 100%; }
  @media screen and (min-width: 661px) {
    .bulletaside-container {
      width: calc(50% - 1em);
      margin-top: .6em; } }

.bulletaside-item {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: .6em;
  font-family: 'Open Sans', sans-serif; }

.bulletaside-list {
  list-style: none;
  margin-left: 0; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

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

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

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

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

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

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

.clearboth {
  clear: both; }

.hide-all {
  display: none; }

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

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

header {
  background-color: #781F11; }

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

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

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

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

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

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

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

.failure .content-jumbotron, .landing .content-jumbotron {
  height: 87vh; }
  @media screen and (max-width: 660px) {
    .failure .content-jumbotron .jumbotron-header, .landing .content-jumbotron .jumbotron-header {
      padding: 20px 5px; } }
  .failure .content-jumbotron .jumbotron-header h2, .landing .content-jumbotron .jumbotron-header h2 {
    margin-bottom: 0.3em;
    font-size: calc(2.65vw * 1); }
    @media screen and (max-width: 660px) {
      .failure .content-jumbotron .jumbotron-header h2, .landing .content-jumbotron .jumbotron-header h2 {
        font-size: 16px; }
        .failure .content-jumbotron .jumbotron-header h2 br, .landing .content-jumbotron .jumbotron-header h2 br {
          display: none; } }
  .failure .content-jumbotron .jumbotron-header h1, .landing .content-jumbotron .jumbotron-header h1 {
    font-size: calc(10vw * 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; } }
    .failure .content-jumbotron .jumbotron-header h1 span.behavior, .landing .content-jumbotron .jumbotron-header h1 span.behavior {
      text-transform: none; }

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

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

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

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

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

.content-jumbotron.landingpage .jumbotron-header, .content-jumbotron.segregation .jumbotron-header, .content-jumbotron.badteachers-lede .jumbotron-header {
  padding-top: 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e1e+0,1e1e1e+100&0+0,0.8+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e1e1e', endColorstr='#cc1e1e1e',GradientType=0 );
  /* IE6-9 */ }

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

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

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

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

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

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

.initcap {
  font-size: 1.2em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

article {
  margin: 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.count {
  font-style: italic; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.anchored-pager {
  display: -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;
  max-width: 16%;
  background-color: #E6E6E6; }
  .pager-item h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase; }

@media (max-width: 899px) {
  .prefooter {
    padding: 10px 10px 0; }
  .anchored-pager {
    -webkit-flex-wrap: wrap;
    -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 img + h4, .auth img + h4 {
      margin-top: 0; }
  .tese h3, .tese h4, .auth h3, .auth h4 {
    margin-top: 0;
    margin-bottom: 0.2em;
    line-height: 1.6em; }
    .tese h3 span, .tese h4 span, .auth h3 span, .auth h4 span {
      font-size: 16px;
      font-weight: normal;
      color: #777;
      display: inline-block;
      position: relative; }
  .tese h3, .auth h3 {
    padding: 0 0 0.3em;
    font-size: 1.4em; }
  .tese h4, .auth h4 {
    margin-top: 0.8em; }
  .tese p, .auth p {
    padding-top: 0.3em;
    line-height: 1.6em;
    font-size: 0.9em;
    margin: 0; }
  .tese a, .auth a {
    color: #000; }
    .tese a:hover, .auth a:hover {
      color: #781F11; }
  .tese::after, .auth::after {
    content: " ";
    display: block;
    clear: both; }

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

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

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

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

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

.blur {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 0.7;
  -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: 1024px) {
    .grid-header {
      width: 62%; } }
  @media screen and (min-width: 1200px) {
    .grid-header {
      width: 50%; } }
  .grid-header h2, .grid-header h3 {
    font-size: 1.1em;
    color: #fff; }
    @media screen and (min-width: 661px) {
      .grid-header h2, .grid-header h3 {
        font-size: 2em; } }
  .grid-header h3 {
    font-size: 1.1em;
    font-weight: normal; }
  .grid-header section {
    background-color: transparent;
    padding-bottom: 0; }
  .grid-header p.byline, .grid-header p.byline .dateline {
    color: #f2f2f2;
    font-weight: bold;
    font-size: 18px; }

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

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

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

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

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

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

.grid .schoolname {
  display: none; }

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

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

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

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

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

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

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

.skipmug figure {
  display: none; }

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

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

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

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

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

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