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

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

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

a img {
  border: none; }

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

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

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

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.strong {
  font-weight: bold; }

.main {
  margin-bottom: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

article {
  margin: 50px auto 0; }
  @media (max-width: 669px) {
    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: 670px) {
  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: 669px) {
    .fs figcaption span, article > figcaption span {
      right: 10px; } }

@media (min-width: 670px) {
  .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: 669px) {
    .fs figcaption, article > figcaption {
      padding-right: 10px;
      padding-left: 10px; } }

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

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

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

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

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

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

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

.header-flag-logo-art,
.footer-flag-logo-art {
  height: 30px;
  width: 30px; }
  @media (max-width: 669px) {
    .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-social {
  float: right;
  padding-top: 5px; }

footer {
  border-top: 1px solid #ccc; }
  @media (min-width: 670px) {
    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: 669px) {
    .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: 670px) {
    .footer-flag-logo a {
      width: 40px; } }

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

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

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

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

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

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

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

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

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

.img-modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 999;
  display: none; }
  .img-modal figure {
    padding: 0 10px;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
    color: white; }
    .img-modal figure img {
      display: block; }
    .img-modal figure figcaption {
      border-top: 5px solid transparent;
      background-color: rgba(0, 0, 0, 0.25);
      padding-left: 10px;
      padding-right: 10px;
      font-weight: bold; }
      .img-modal figure figcaption span {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400; }
  .img-modal div.modal-close {
    text-align: right;
    margin-bottom: 10px; }
    .img-modal div.modal-close i {
      color: white;
      text-shadow: 0px 0px 3px black;
      cursor: pointer; }

/* 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 screen and (max-width: 669px) {
    .content-jumbotron {
      height: calc(100vh - 40px); } }
  .content-jumbotron .jumbotron-header {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out;
            transition: opacity 1s ease-out; }
    .content-jumbotron .jumbotron-header.no-opacity {
      opacity: 0; }
    .content-jumbotron .jumbotron-header .kicker {
      color: #D23E27;
      margin-bottom: 0.5em;
      -webkit-filter: none;
              filter: none; }
      @media (max-width: 669px) {
        .content-jumbotron .jumbotron-header .kicker {
          font-size: 1.5em; } }
      @media (max-width: 420px) {
        .content-jumbotron .jumbotron-header .kicker {
          font-size: 1.25em; } }
    .content-jumbotron .jumbotron-header h1 {
      color: #fff;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
      font-size: 6em;
      line-height: 1em;
      font-family: 'Open Sans', sans-serif;
      margin: auto;
      display: block;
      text-align: center; }
      @media (max-width: 669px) {
        .content-jumbotron .jumbotron-header h1 {
          width: 70vw;
          font-size: 3em; } }
      @media screen and (max-width: 420px) {
        .content-jumbotron .jumbotron-header h1 {
          font-size: 2em; } }
    @media screen and (max-width: 670px) {
      .content-jumbotron .jumbotron-header h2 {
        font-size: 1.5em; } }
    @media (max-width: 660px) {
      .content-jumbotron .jumbotron-header h2 {
        font-size: 1.5em; } }
  .content-jumbotron.landingLede {
    background: center center scroll no-repeat; }
    .content-jumbotron.landingLede .jumbotron-header {
      bottom: 50%;
      left: 50%;
      text-align: center;
      max-width: 700px;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
      @media screen and (max-width: 669px) {
        .content-jumbotron.landingLede .jumbotron-header {
          width: 100%;
          padding: 0 20px; } }
      .content-jumbotron.landingLede .jumbotron-header h1, .content-jumbotron.landingLede .jumbotron-header h2, .content-jumbotron.landingLede .jumbotron-header h3 {
        text-align: center; }
      .content-jumbotron.landingLede .jumbotron-header h1 {
        margin-top: 0;
        margin-bottom: 10px;
        width: auto; }
      .content-jumbotron.landingLede .jumbotron-header h3 {
        text-transform: uppercase;
        font-size: 1.25em; }
        @media screen and (max-width: 420px) {
          .content-jumbotron.landingLede .jumbotron-header h3 {
            font-size: 1em; } }
      @media screen and (max-width: 670px) {
        .content-jumbotron.landingLede .jumbotron-header h2 {
          font-size: 1.2em; } }
      @media screen and (max-width: 420px) {
        .content-jumbotron.landingLede .jumbotron-header h2 {
          font-size: 1em; } }
  .content-jumbotron.vh80 {
    height: 75vh; }

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

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

section.storytop > p:first-child {
  font-weight: bold; }

#subscribe-form {
  font-family: 'Open Sans', sans-serif;
  padding-top: 5px; }
  #subscribe-form #email {
    width: 75%;
    max-width: 200px;
    display: inline-block; }
  #subscribe-form .email_left {
    float: left;
    width: 50%;
    margin-right: 20px; }
    #subscribe-form .email_left p {
      font-size: 0.8em;
      font-family: inherit;
      line-height: 1.4em;
      font-weight: bold;
      margin-bottom: 0.5em; }
  #subscribe-form button {
    padding: 0.44444rem;
    color: white;
    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; }
  #subscribe-form input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0; }
    #subscribe-form input[type=radio]:not(old) + label {
      display: inline;
      margin-left: -2em;
      line-height: 1.5em; }
      #subscribe-form input[type=radio]:not(old) + label span {
        display: inline-block;
        width: 0.875em;
        height: 0.875em;
        margin: 0.25em 0.5em 0.25em 0.25em;
        border: 0.0625em solid #ccc;
        border-radius: 100%;
        background: #777;
        background-image: -webkit-linear-gradient(#ccc, #777);
        background-image: linear-gradient(#ccc, #777);
        vertical-align: bottom; }
        #subscribe-form input[type=radio]:not(old) + label span span {
          display: block;
          width: 0.5em;
          height: 0.5em;
          margin: 0.175em;
          border: none;
          border-radius: 100%;
          background: none; }
    #subscribe-form input[type=radio]:not(old):checked + label span span {
      display: block;
      width: 0.5em;
      height: 0.5em;
      margin: 0.175em;
      border: 0.0625em solid #000;
      border-radius: 100%;
      background: #222; }

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

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

.story-dateline {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

.tweetline {
  padding: 2px 0;
  border-radius: 3px;
  cursor: pointer; }
  .tweetline:hover {
    background-color: #ffeebc; }
  .tweetline.touch {
    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; }

.video_gif_fs {
  position: relative;
  width: 100%;
  height: 300vh;
  overflow: hidden; }
  .video_gif_fs div.video_gif_modal {
    position: fixed;
    width: 100%;
    height: calc(100vh - 50px);
    top: 50px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    display: none; }
    .video_gif_fs div.video_gif_modal .click_for_video {
      opacity: 0;
      cursor: pointer;
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
      text-align: center;
      color: #f2f2f2;
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      opacity: 0.75; }
      .video_gif_fs div.video_gif_modal .click_for_video span {
        font-size: 1.25em; }
      .video_gif_fs div.video_gif_modal .click_for_video .play_button {
        color: #f2f2f2;
        display: block;
        margin-bottom: 5px; }
        .video_gif_fs div.video_gif_modal .click_for_video .play_button:active {
          color: #ccc; }
    .video_gif_fs div.video_gif_modal video {
      width: 100%;
      max-width: 166vh;
      height: auto;
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    .video_gif_fs div.video_gif_modal img {
      opacity: 0;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    .video_gif_fs div.video_gif_modal .video-controls {
      width: 100%;
      position: absolute;
      bottom: 0;
      padding: 7px;
      background-color: #222;
      display: none; }
      .video_gif_fs div.video_gif_modal .video-controls button {
        border: none;
        background-color: transparent;
        color: white; }
        .video_gif_fs div.video_gif_modal .video-controls button:active {
          outline: none;
          box-shadow: none; }
        .video_gif_fs div.video_gif_modal .video-controls button:focus {
          outline: none;
          box-shadow: none; }
      .video_gif_fs div.video_gif_modal .video-controls input {
        width: calc(100% - 120px);
        margin-left: 10px;
        top: 50%;
        -webkit-transform: translate(0, -55%);
            -ms-transform: translate(0, -55%);
                transform: translate(0, -55%);
        position: absolute; }
      .video_gif_fs div.video_gif_modal .video-controls .seek-bar {
        width: calc(100% - 120px);
        margin-left: 10px;
        top: 50%;
        -webkit-transform: translate(0, -40%);
            -ms-transform: translate(0, -40%);
                transform: translate(0, -40%);
        position: absolute;
        height: 5px;
        display: inline;
        background-color: #323232; }
        .video_gif_fs div.video_gif_modal .video-controls .seek-bar .seek-complete {
          background-color: #777;
          width: 0;
          height: 5px;
          border-right: 2px solid white; }
      .video_gif_fs div.video_gif_modal .video-controls .video-controls-left {
        float: left; }
      .video_gif_fs div.video_gif_modal .video-controls .video-controls-right {
        float: right; }

.about_this_story {
  width: 330px;
  padding-top: 50px;
  position: relative; }
  .about_this_story .ribbon {
    height: 40px;
    width: 100%;
    background-image: url(../raw/red-crumble2.jpg);
    background-size: cover;
    box-shadow: 0 0 4px #222;
    margin-bottom: 10px; }
  .about_this_story h3 {
    font-size: 1.5em; }
  .about_this_story p {
    font-size: 1em; }
  .about_this_story:before {
    content: "";
    height: 40px;
    width: 100%;
    background-image: url(../raw/red-crumble2.jpg);
    background-size: cover;
    box-shadow: 0 0 4px #222;
    position: absolute;
    top: 0px; }
  @media screen and (max-width: 999px) {
    .about_this_story {
      width: 460px;
      margin-bottom: 3em;
      margin-top: 3em;
      padding-top: 40px;
      padding-bottom: 40px; }
      .about_this_story:before {
        top: -10px; }
      .about_this_story:after {
        content: "";
        height: 40px;
        width: 100%;
        background-image: url(../raw/red-crumble2.jpg);
        background-size: cover;
        box-shadow: 0 0 4px #222;
        position: absolute;
        bottom: 0px; } }

.float_right {
  float: right;
  margin-right: -60%;
  margin-left: 3em;
  border-left: 1px solid #ccc;
  padding-left: 20px; }
  @media screen and (max-width: 1400px) and (min-width: 1000px) {
    .float_right {
      margin-right: -25%; } }
  @media screen and (max-width: 999px) {
    .float_right {
      float: none;
      margin-right: auto;
      margin-left: auto;
      border-left: none;
      padding-left: 0; } }

.float_left {
  float: left;
  margin-left: -60%;
  margin-right: 3em; }

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%;
    height: auto;
    box-shadow: 0 0 3px #222, 0 3px 3px #222;
    -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;
    display: block;
    cursor: pointer;
    background-color: black; }
    figure video.paused:hover {
      -webkit-filter: grayscale(50%);
              filter: grayscale(50%);
      box-shadow: 0 0 12px #222, 0 3px 12px #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;
      color: rgba(255, 255, 255, 0.6);
      text-indent: 2px;
      box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.2) inset;
      -webkit-transition: background-color 0.4s ease-out;
              transition: background-color 0.4s ease-out; }
      figure .player-controls-inset i:hover {
        background-color: rgba(30, 30, 30, 0.6);
        color: rgba(255, 255, 255, 0.8); }
    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; }
    @media (max-width: 420px) {
      figure .player-controls-inset {
        top: 35%; } }
  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% - 11.6em);
      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; }
    figure .player-controls .video-timer {
      display: inline-block;
      margin: 0 0.5em;
      font-weight: 300;
      font-size: 0.8em; }

@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%; }
  figure .player-controls-inset {
    top: 40%; }
    figure .player-controls-inset h6 {
      font-size: 1.2em; } }

@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; }
  figure .player-controls-inset {
    top: 40%; }
    figure .player-controls-inset h6 {
      font-size: 1.2em; } }

@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; }
    figure .player-controls-inset {
      top: 40%; }
      figure .player-controls-inset h6 {
        font-size: 1.2em; } }

.instruction_container {
  width: 100%;
  height: 100vh;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none; }
  .instruction_container .instruction_text {
    position: absolute;
    width: 25%;
    padding: 20px;
    display: none; }
    .instruction_container .instruction_text#instruction1 {
      display: block; }
    .instruction_container .instruction_text h3 {
      color: white;
      font-size: 1.5em;
      margin-bottom: 0.5em; }
    .instruction_container .instruction_text p {
      color: white;
      font-family: 'Open Sans', sans-serif; }
    .instruction_container .instruction_text button {
      margin-top: 1em;
      font-size: 0.8em;
      color: white;
      -webkit-border-image: none;
           -o-border-image: none;
              border-image: none;
      border: 1px solid #fff;
      background-color: transparent;
      padding: 4px 8px 5px;
      cursor: pointer;
      border-radius: 4px; }
      .instruction_container .instruction_text button:active {
        background-image: none;
        outline: none;
        box-shadow: none; }
      .instruction_container .instruction_text button:focus {
        background-image: none;
        outline: none;
        box-shadow: none; }
      .instruction_container .instruction_text button:hover {
        background-color: rgba(255, 255, 255, 0.3); }
      .instruction_container .instruction_text button i {
        margin-left: 6px; }
      .instruction_container .instruction_text button.skip_instruction {
        margin-right: 1em; }
    .instruction_container .instruction_text.center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .instruction_container .instruction_text.left {
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .instruction_container .instruction_text.right {
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .instruction_container .instruction_text.top {
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .instruction_container .instruction_text.bottom {
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .instruction_container .instruction_text.top-left {
      top: 0;
      left: 0; }
    .instruction_container .instruction_text.top-right {
      top: 0;
      right: 0; }
    .instruction_container .instruction_text.bottom-left {
      bottom: 0;
      left: 0; }
    .instruction_container .instruction_text.bottom-right {
      bottom: 0;
      right: 0; }

.axis {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px; }
  .axis path {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges; }
  .axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges; }
  .axis.white path {
    stroke: white; }
  .axis.white line {
    stroke: white; }
  .axis.white text {
    fill: white;
    font-weight: bold; }

.x.axis path {
  display: none; }

.x.axis .tick line {
  display: none; }

.y.axis .tick line {
  display: none; }

.y.red-axis {
  fill: #D23E27; }
  .y.red-axis path {
    stroke: #D23E27; }

.y.gray-axis {
  fill: #777; }
  .y.gray-axis path {
    stroke: #ccc; }

text {
  font-family: 'Open Sans', sans-serif; }

.line {
  fill: none;
  stroke-width: 1.5px; }

.linegraph_buttons {
  background-color: transparent;
  border: 1px solid #ccc;
  margin-right: 1em;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8em;
  font-family: 'Open Sans', sans-serif; }
  .linegraph_buttons:active {
    outline: none;
    -webkit-outline: none;
    -moz-outline: none; }
  .linegraph_buttons:focus {
    outline: none;
    -webkit-outline: none;
    -moz-outline: none; }
  .linegraph_buttons.linegraph_active {
    background-color: #ccc; }

.linegraph_title {
  margin-bottom: 0.5em; }

.graph-right {
  float: right;
  margin-right: -50%;
  margin-left: 40px;
  width: 100%; }
  .graph-right h3 {
    font-size: 1.2em;
    margin-bottom: 0; }

.graph-left {
  float: left;
  margin-left: -50%;
  margin-right: 40px;
  width: 100%; }
  .graph-left h3 {
    font-size: 1.2em;
    margin-bottom: 0; }

.d3-container {
  width: 100%; }
  .d3-container figcaption span {
    font-size: 0.8em; }
  .d3-container p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em; }

.ind_line {
  display: none; }

.legendbox {
  float: right; }

.legend_text {
  font-size: 11px; }

path {
  fill: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 1250px) {
  .d3-container {
    max-width: 495px; }
  .graph-right {
    margin-right: -25%; } }

@media screen and (max-width: 950px) {
  .d3-container {
    max-width: 660px; }
  .graph-right {
    float: none;
    margin: 1em 0; } }

.fs.video {
  background-color: #f2f2f2;
  box-shadow: 0 20px 20px -20px #777 inset, 0 -20px 20px -20px #777 inset;
  height: 200vh; }
  .fs.video.reveal .media-container {
    visibility: visible; }
    .fs.video.reveal .media-container video {
      opacity: 1; }
    .fs.video.reveal .media-container .player-controls {
      opacity: 1; }
    .fs.video.reveal .media-container h6 {
      opacity: 1; }
  .fs.video .media-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    visibility: hidden; }
    .fs.video .media-container video {
      -webkit-transition: opacity 0.4s ease-out;
              transition: opacity 0.4s ease-out;
      opacity: 0;
      min-width: 100%;
      min-height: 100vh;
      width: auto;
      height: auto;
      position: fixed;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .fs.video .media-container .player-controls-fs-overlay {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      cursor: pointer;
      text-align: center; }
      .fs.video .media-container .player-controls-fs-overlay h6 {
        color: white;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 3em;
        text-transform: uppercase;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); }
        .fs.video .media-container .player-controls-fs-overlay h6 span {
          color: red; }
      .fs.video .media-container .player-controls-fs-overlay i {
        color: white;
        padding: 0.4em 0.45em;
        background-color: #34495e;
        border-radius: 100%;
        box-shadow: 0 -3px 0px rgba(0, 0, 0, 0.2) inset, 0 3px 0px rgba(255, 255, 255, 0.2) inset;
        border: 4px solid #1a2a39;
        margin-bottom: 1em; }
    .fs.video .media-container .player-controls-fs {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      background-color: rgba(44, 62, 80, 0.5);
      color: white;
      padding: 0.75em 1em;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-out;
              transition: opacity 0.4s ease-out; }
      .fs.video .media-container .player-controls-fs i {
        cursor: pointer;
        margin: 0 0.25em; }
        .fs.video .media-container .player-controls-fs i.mute-button {
          text-align: left;
          margin-right: 0;
          margin-left: 0.5em; }
      .fs.video .media-container .player-controls-fs .scrubber-container {
        width: calc(100% - 8em);
        height: 5px;
        background-color: rgba(44, 62, 80, 0.5);
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        position: relative;
        cursor: pointer; }
        .fs.video .media-container .player-controls-fs .scrubber-container .duration-scrubber {
          width: 0;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: white; }

.fs-video-instructional {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
  text-align: center;
  font-size: 0.8em; }

.tilt {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.tilt__back,
.tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tilt__back {
  position: relative; }

.tilt__front {
  position: absolute;
  top: 0;
  left: 0; }

#begin-button {
  color: rgba(34, 34, 34, 0.8);
  text-shadow: none;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-top: 2em;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  pointer-events: auto;
  -webkit-transition: background-color 0.4s ease-out;
          transition: background-color 0.4s ease-out;
  cursor: pointer;
  font-size: 0.8em; }
  #begin-button:hover {
    background-color: white; }
  @media screen and (max-width: 420px) {
    #begin-button {
      font-size: 0.7em; } }

#continue-button {
  cursor: pointer;
  position: absolute;
  left: 50%;
  color: #777;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
          transition: opacity 0.5s ease-in;
  text-align: center; }
  @media screen and (max-width: 420px) {
    #continue-button {
      font-size: 0.7em; } }

#skip-intro, #restart-button {
  cursor: pointer;
  position: absolute;
  right: 1em;
  bottom: 2em;
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
          transition: opacity 1s ease-in; }
  @media screen and (max-width: 420px) {
    #skip-intro, #restart-button {
      font-size: 0.7em; } }

#restart-button {
  display: none;
  opacity: 1;
  -webkit-transition: none;
          transition: none;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  color: #f2f2f2; }

.swiper-intro {
  width: 100%;
  height: calc(100vh - 50px);
  cursor: pointer; }
  @media (max-width: 660px) {
    .swiper-intro {
      height: calc(100vh - 40px); } }
  .swiper-intro .swiper-navigation {
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 100;
    -webkit-transform: translate(50%, 0) rotate(90deg);
        -ms-transform: translate(50%, 0) rotate(90deg);
            transform: translate(50%, 0) rotate(90deg);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in; }
    .swiper-intro .swiper-navigation span {
      margin: 0 3px;
      box-shadow: 0 0 12px white; }
      .swiper-intro .swiper-navigation span.swiper-pagination-bullet-active {
        background-color: #222; }
  .swiper-intro .swiper-wrapper .swiper-slide {
    width: 100%;
    height: calc(100vh - 50px);
    background-color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    @media (max-width: 660px) {
      .swiper-intro .swiper-wrapper .swiper-slide {
        height: calc(100vh - 40px); } }
    .swiper-intro .swiper-wrapper .swiper-slide .img-holder {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .swiper-intro .swiper-wrapper .swiper-slide p {
      font-size: 1.4em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      max-width: 660px;
      padding: 0 20px;
      text-align: center;
      pointer-events: none; }
      .swiper-intro .swiper-wrapper .swiper-slide p span {
        display: inline-block;
        opacity: 0; }
      .swiper-intro .swiper-wrapper .swiper-slide p.white-and-shadow {
        color: white;
        font-weight: bold;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.8); }
      .swiper-intro .swiper-wrapper .swiper-slide p.first-slide span:nth-of-type(1) {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold; }
      @media (max-width: 660px) {
        .swiper-intro .swiper-wrapper .swiper-slide p {
          font-size: 1.1em; } }
      @media (max-width: 350px) {
        .swiper-intro .swiper-wrapper .swiper-slide p {
          font-size: 0.9em; } }
    .swiper-intro .swiper-wrapper .swiper-slide h1 {
      font-family: "Domine", serif;
      color: white;
      width: 100%; }
    .swiper-intro .swiper-wrapper .swiper-slide h3 {
      font-size: 1.2em;
      line-height: 1.15em;
      margin-top: 1.5em;
      margin-bottom: 1em; }
      .swiper-intro .swiper-wrapper .swiper-slide h3 span {
        font-size: 0.8em;
        color: #ccc; }
      @media screen and (max-width: 660px) {
        .swiper-intro .swiper-wrapper .swiper-slide h3 {
          font-size: 1em; } }

.hospital-mugs aside {
  margin-right: -30.5%;
  border: none;
  width: 50%; }
  .hospital-mugs aside p {
    text-align: center; }
  .hospital-mugs aside i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    background-color: #ccc;
    color: white;
    border-bottom-left-radius: 3px;
    -webkit-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out; }
  .hospital-mugs aside img {
    box-shadow: 0 3px 3px #ccc, 0 0 3px #ccc;
    -webkit-transition: box-shadow 0.3s ease-out;
            transition: box-shadow 0.3s ease-out; }
  .hospital-mugs aside:hover i {
    background-color: #777; }
  .hospital-mugs aside:hover img {
    box-shadow: 0 3px 3px #777, 0 0 3px #777; }
  @media screen and (max-width: 1024px) and (min-width: 850px) {
    .hospital-mugs aside {
      margin-right: -16%; } }
  @media screen and (max-width: 849px) and (min-width: 421px) {
    .hospital-mugs aside {
      margin-right: auto; } }
  @media screen and (max-width: 420px) {
    .hospital-mugs aside {
      margin-left: 1em;
      width: 33%;
      padding-left: 0;
      margin-right: auto; } }

.tearsheet {
  position: relative;
  max-width: 133vh;
  margin-left: auto;
  margin-right: auto; }
  .tearsheet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    z-index: 1;
    background-image: url(../raw/tear-top.svg);
    background-position: top center;
    background-size: 110%;
    background-repeat: no-repeat; }
  .tearsheet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -1px;
    left: 0;
    z-index: 1;
    background-image: url(../raw/tear-bottom.svg);
    background-position: bottom center;
    background-size: 110%;
    background-repeat: no-repeat; }
  .tearsheet.iphone-fix:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: -2px;
    left: 0;
    z-index: 1;
    background-image: url(../raw/tear-top.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
  .tearsheet.iphone-fix:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -1px;
    left: 0;
    z-index: 1;
    background-image: url(../raw/tear-bottom.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: repeat-x; }

.tearsheet-caption {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .tearsheet-caption span {
    right: 30px; }

figure {
  position: relative; }
  figure.fs {
    margin-top: 10%; }
    figure.fs .section-breaker {
      width: 100%;
      height: 140vh;
      -webkit-filter: grayscale(50%);
              filter: grayscale(50%);
      background-position: center center;
      background-size: cover;
      background-attachment: fixed;
      letter-spacing: -0.01em; }
      figure.fs .section-breaker.mobile-only {
        height: 70vh;
        background-attachment: scroll; }
    figure.fs h2 {
      position: absolute;
      width: 100%;
      padding: 30px;
      font-size: 5em;
      bottom: 11%;
      text-align: center;
      color: #f2f2f2;
      background-color: rgba(0, 0, 0, 0.3);
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.8); }
      @media screen and (max-width: 992px) {
        figure.fs h2 {
          font-size: 3.5em; } }
      @media screen and (max-width: 670px) {
        figure.fs h2 {
          font-size: 2em; } }
    figure.fs.img-spacey {
      margin: auto;
      max-width: 110vh;
      height: auto;
      margin-bottom: 0; }
      figure.fs.img-spacey img {
        width: 100%;
        display: block;
        margin: 0 auto; }
    figure.fs figcaption {
      position: relative;
      top: 100%;
      margin: 0 auto 2em auto; }

section.mobile-only {
  display: none; }

section.desktop-only {
  display: block; }

figure.no-hed {
  margin-top: 1em;
  margin-bottom: 5em; }
  figure.no-hed .section-breaker {
    height: 120vh; }
  figure.no-hed .section-subtitle.desktop-only {
    font-size: 1.25em;
    position: absolute;
    bottom: 5%;
    top: auto;
    margin: 0;
    max-width: none;
    width: 100%;
    font-weight: bold;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8); }
    figure.no-hed .section-subtitle.desktop-only figcaption {
      margin-bottom: 0; }
    figure.no-hed .section-subtitle.desktop-only span {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      white-space: nowrap;
      font-size: 0.7em; }

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

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

/*!
 *  Font Awesome 4.3.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.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

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

.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-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-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-genderless:before,
.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-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-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: ""; }

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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

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

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.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;
  max-width: 62.5rem;
  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.9375rem;
    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.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.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: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    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.9375rem;
    padding-right: 0.9375rem;
    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: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    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.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.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: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    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.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

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

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

article {
  z-index: 50; }

body.white {
  background-color: white; }

.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 {
  text-align: center; }
  header.full-opacity {
    opacity: 1; }
  @media screen and (max-width: 670px) {
    header {
      text-align: left; } }
  header .header-flag {
    width: 380px;
    display: inline-block; }
    header .header-flag .header-flag-logo {
      width: auto; }
      header .header-flag .header-flag-logo .header-flag-logo-art {
        width: auto; }
        @media screen and (max-width: 670px) {
          header .header-flag .header-flag-logo .header-flag-logo-art {
            content: url("//www.tampabay.com/projects/assets/logo-t-black.svg");
            margin-top: 0;
            padding-top: 0;
            vertical-align: top; } }
      header .header-flag .header-flag-logo .header-flag-logo-art-ht {
        height: 26px;
        -webkit-transform: translate(0, -3px);
            -ms-transform: translate(0, -3px);
                transform: translate(0, -3px);
        margin-left: 10px;
        border-left: 1px solid #ccc;
        padding-left: 10px;
        box-sizing: content-box; }
        @media screen and (max-width: 670px) {
          header .header-flag .header-flag-logo .header-flag-logo-art-ht {
            content: url("../raw/htlogo-burst.svg");
            margin-top: 0;
            padding-top: 0;
            vertical-align: bottom;
            height: 20px; } }
  header .header-social {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 5px;
    padding-top: 5px; }

section {
  max-width: 660px; }
  section p span.dropcap {
    font-size: 3.1em;
    float: left;
    line-height: 1.2em;
    margin-right: 0.15em;
    margin-bottom: -10px; }
  section h1 {
    font-family: "Domine", serif;
    margin: 2em 0 0 0;
    text-align: center; }
  section h2 {
    font-family: "Domine", serif;
    text-align: center; }
  section.wide {
    width: 100%;
    max-width: 992px; }
  @media screen and (max-width: 420px) {
    section ul {
      margin-right: 1.5em;
      margin-left: 1.5em; } }

h2 {
  font-family: "Domine", serif; }

/**************************** THEMES FOR THE PROJECT *****************************/
.content-jumbotron .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.content-jumbotron .jumbotron-header {
  font-family: "Domine", serif;
  position: absolute;
  bottom: 7%;
  left: 7%;
  right: 7%;
  text-align: left;
  color: white;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  pointer-events: none; }
  .content-jumbotron .jumbotron-header h1 {
    font-family: "Domine", serif;
    text-align: left;
    letter-spacing: 1px; }
    .content-jumbotron .jumbotron-header h1 span {
      display: inline-block;
      opacity: 0;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      color: white; }
      .content-jumbotron .jumbotron-header h1 span:nth-child(even) {
        color: #ccc; }
  .content-jumbotron .jumbotron-header h2 {
    color: white;
    text-align: left;
    margin-top: 0; }
  .content-jumbotron .jumbotron-header h3 {
    color: white;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif; }
  .content-jumbotron .jumbotron-header .designline {
    font-size: 1.2em; }
  .content-jumbotron .jumbotron-header .volumeline {
    text-align: left;
    color: #D23E27; }
  .content-jumbotron .jumbotron-header #begin-button {
    margin-top: 0; }

figure {
  position: relative; }
  figure.imginset .img-holder {
    height: 100%;
    position: relative;
    box-shadow: 0 3px 3px #ccc, 0 0 3px #ccc;
    -webkit-transition: box-shadow 0.4s ease-out;
            transition: box-shadow 0.4s ease-out;
    margin-bottom: 3px; }
    figure.imginset .img-holder:hover {
      box-shadow: 0 3px 3px #777, 0 0 3px #777; }
    figure.imginset .img-holder .sizer {
      visibility: hidden;
      z-index: -1; }
    figure.imginset .img-holder .tilt {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 97; }

footer {
  background-color: white; }

.landing-group {
  border: 1px solid #f2f2f2; }
  .landing-group h2 {
    margin-top: 1em; }

.lineCap {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase; }

.slide-container .slide-jumbotron .slide-text h1 {
  font-family: "Domine", serif;
  text-transform: none;
  border-bottom: 0.2em solid rgba(233, 22, 29, 0.7); }

.slide-container .slide-jumbotron .slide-text h2 {
  font-family: "Domine", serif; }

.slide-container .slide-jumbotron .slide-text h3 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .slide-container .slide-jumbotron .slide-text h3.chapters {
    font-family: "Domine", serif;
    font-size: 3em;
    margin-bottom: 0; }

.slide-container .slide-jumbotron .slide-text p {
  margin-bottom: 0; }
  .slide-container .slide-jumbotron .slide-text p.red {
    color: #e9161d;
    font-family: 'Open Sans', sans-serif; }

.slide-container .slide-jumbotron .slide-text .photoline {
  font-family: 'Merriweather', serif;
  font-size: 1.5em; }
  .slide-container .slide-jumbotron .slide-text .photoline span {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.6em; }

.slide-container .slide-jumbotron .slide-text .designline {
  font-family: 'Merriweather', serif;
  font-size: 1em; }
  .slide-container .slide-jumbotron .slide-text .designline span {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em; }

#subscribe-form {
  margin-bottom: 0.9375rem; }
  #subscribe-form button {
    background-color: #D23E27;
    -webkit-transition: background-color 0.5s ease-out;
            transition: background-color 0.5s ease-out; }
    #subscribe-form button:hover {
      background-color: #781F11; }
  #subscribe-form .list_choices {
    font-size: 0.8em;
    color: #ccc; }
    #subscribe-form .list_choices input[type=radio]:not(old) {
      width: 2em;
      margin: 0;
      padding: 0;
      font-size: 1em;
      opacity: 0; }
      #subscribe-form .list_choices input[type=radio]:not(old) + label {
        display: inline;
        margin-left: -2em;
        line-height: 1.5em; }
        #subscribe-form .list_choices input[type=radio]:not(old) + label span {
          display: inline-block;
          width: 0.875em;
          height: 0.875em;
          margin: 0.25em 0.5em 0.25em 0.25em;
          border: 0.0625em solid #ccc;
          border-radius: 100%;
          background: #777;
          background-image: -webkit-linear-gradient(#ccc, #777);
          background-image: linear-gradient(#ccc, #777);
          vertical-align: bottom; }
          #subscribe-form .list_choices input[type=radio]:not(old) + label span span {
            display: block;
            width: 0.5em;
            height: 0.5em;
            margin: 0.175em;
            border: none;
            border-radius: 100%;
            background: none; }
      #subscribe-form .list_choices input[type=radio]:not(old):checked + label span span {
        display: block;
        width: 0.5em;
        height: 0.5em;
        margin: 0.175em;
        border: 0.0625em solid #000;
        border-radius: 100%;
        background: #781F11; }
  #subscribe-form #email {
    margin-top: 0.5em; }
  #subscribe-form #subscribe-message {
    color: #D23E27;
    font-size: 1em; }
  #subscribe-form .disclaimer {
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 1.4em; }

.section-break {
  margin: 10vh 0; }

aside {
  z-index: 1; }

.fs.teaser {
  position: relative;
  min-height: calc(100vh - 50px);
  background-color: #222;
  color: #777; }
  .fs.teaser #teaser-content-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 3vh 5vw; }
    .fs.teaser #teaser-content-container h3 {
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      color: #D23E27;
      font-weight: bold;
      letter-spacing: -0.03em;
      font-size: 1.5em;
      margin-left: 0.9375rem; }
    .fs.teaser #teaser-content-container .row {
      max-width: 1200px; }
      .fs.teaser #teaser-content-container .row h3 {
        font-family: 'Open Sans', sans-serif;
        text-transform: none;
        text-align: left;
        font-weight: 400;
        margin-left: 0.9375rem;
        color: #f2f2f2; }
        .fs.teaser #teaser-content-container .row h3 span {
          color: #D23E27; }
      .fs.teaser #teaser-content-container .row h4 {
        color: #f2f2f2;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        letter-spacing: 0; }
        .fs.teaser #teaser-content-container .row h4 span {
          color: #D23E27; }
      .fs.teaser #teaser-content-container .row .small-tease {
        position: relative; }
        .fs.teaser #teaser-content-container .row .small-tease h4 {
          position: absolute;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.5);
          margin: 0;
          padding: 10px;
          font-weight: bold;
          width: calc(100% - (0.9375rem * 2));
          text-shadow: 0 0 6px rgba(0, 0, 0, 0.8); }
        .fs.teaser #teaser-content-container .row .small-tease.no-image h4 {
          position: relative;
          width: 100%;
          bottom: auto; }
      .fs.teaser #teaser-content-container .row .columns {
        margin-bottom: 0.9375rem; }
    .fs.teaser #teaser-content-container .row:nth-of-type(2) {
      margin-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media screen and (max-width: 40.0625em) {
        .fs.teaser #teaser-content-container .row:nth-of-type(2) {
          display: block; } }
      .fs.teaser #teaser-content-container .row:nth-of-type(2) .columns {
        margin-bottom: 0; }
    .fs.teaser #teaser-content-container video {
      box-shadow: none; }
    .fs.teaser #teaser-content-container .player-controls-inset i {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      border: 1px solid #781F11;
      background-color: #D23E27;
      padding: 8px; }
      .fs.teaser #teaser-content-container .player-controls-inset i:hover {
        background-color: #781F11; }
    .fs.teaser #teaser-content-container .teaser_footer {
      text-align: right;
      clear: both;
      font-size: 0.9em; }
      .fs.teaser #teaser-content-container .teaser_footer a {
        white-space: nowrap; }
      @media screen and (max-width: 40.0625em) {
        .fs.teaser #teaser-content-container .teaser_footer {
          text-align: left; } }
    .fs.teaser #teaser-content-container .email-container h4 {
      color: #f2f2f2;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.25em;
      font-weight: 400;
      margin-bottom: 0; }
    .fs.teaser #teaser-content-container .email-container form {
      margin-bottom: 0; }
    .fs.teaser #teaser-content-container .email-container .disclaimer {
      margin-bottom: 0; }
    .fs.teaser #teaser-content-container #componentDivFooterWhite {
      float: right;
      margin-bottom: 1em; }
      @media screen and (max-width: 40.0625em) {
        .fs.teaser #teaser-content-container #componentDivFooterWhite {
          float: none; } }

footer {
  display: none; }

section figure.topcaption h3 {
  margin-top: 0;
  margin-bottom: 0; }

section figure.topcaption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.25em;
  color: #D23E27;
  margin-top: 1em;
  margin-bottom: 0; }

section figure.topcaption figcaption {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 660px) {
  section figure.topcaption {
    padding-left: 10px;
    padding-right: 10px; } }

section figure.topcaption .credit {
  font-size: 0.8em;
  text-align: right;
  padding: 5px 0; }

section figure.video-tease {
  z-index: 1;
  border-radius: 3px;
  margin-bottom: 1.5em; }
  section figure.video-tease:hover h3 {
    color: #222; }
  section figure.video-tease:hover p {
    color: #781F11; }
  section figure.video-tease h4 {
    text-transform: uppercase;
    color: #aaa;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #aaa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0.5em; }
  section figure.video-tease h3 {
    margin-top: 0;
    margin-bottom: 0; }
  section figure.video-tease p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    line-height: 1.25em;
    color: #D23E27;
    margin-top: 1em;
    margin-bottom: 0; }
  section figure.video-tease .tease-container {
    position: relative; }
    section figure.video-tease .tease-container i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: rgba(30, 30, 30, 0.4);
      border-radius: 100%;
      padding: 30px;
      color: rgba(255, 255, 255, 0.6);
      box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.2) inset;
      -webkit-transition: background-color 0.4s ease-out;
              transition: background-color 0.4s ease-out;
      cursor: pointer; }
      section figure.video-tease .tease-container i:hover {
        background-color: rgba(30, 30, 30, 0.6);
        color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 660px) {
    section figure.video-tease {
      padding-left: 10px;
      padding-right: 10px; } }

aside {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  z-index: 1; }
  @media screen and (max-width: 420px) {
    aside {
      border: none;
      padding: 0; } }

@media screen and (max-width: 420px) {
  aside:not(.for-mobile) {
    display: none; } }

figure.fs {
  -webkit-filter: none;
          filter: none; }

.content-jumbotron {
  width: 100%; }
  .content-jumbotron .img-holder {
    width: 100%;
    height: 100%; }
  .content-jumbotron .jumbotron-header {
    bottom: 2%; }
    .content-jumbotron .jumbotron-header .kicker a {
      color: #f2f2f2;
      pointer-events: auto; }
    .content-jumbotron .jumbotron-header .kicker span {
      white-space: nowrap;
      -webkit-filter: blur(1.5px);
              filter: blur(1.5px); }
      @media (max-width: 669px) {
        .content-jumbotron .jumbotron-header .kicker span {
          -webkit-filter: blur(1px);
                  filter: blur(1px); } }
    .content-jumbotron .jumbotron-header h1 {
      margin-bottom: 0.25em;
      text-indent: -0.25em;
      font-size: 5em; }
      @media (max-width: 660px) {
        .content-jumbotron .jumbotron-header h1 {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 669px) {
        .content-jumbotron .jumbotron-header h1 {
          width: auto;
          font-size: 2.3em; } }
    @media (max-width: 669px) {
      .content-jumbotron .jumbotron-header h2 {
        font-size: 1.1em; } }

section.storytop {
  padding-top: 0; }

section.mobile-only {
  margin-top: 0.5em; }

@media (max-width: 660px) {
  section.wide {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 660px) {
  section.wide figcaption {
    padding-left: 30px;
    padding-right: 30px; } }
/*# sourceMappingURL=4day.css.map */