.heavier-headers h1, .heavier-headers h2, .heavier-headers h3, .heavier-headers h4 {
  -webkit-text-stroke: 0.3px; }

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

*:focus {
  outline: solid 2px #999999;
  outline-offset: 1px; }

::-moz-selection {
  color: white;
  background: #008cba; }

::selection {
  color: white;
  background: #008cba; }

html {
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  font-family: "Muli", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #333333;
  background-color: white;
  -webkit-overflow-scrolling: touch; }

.skip-link {
  position: absolute;
  z-index: 700;
  top: 0;
  left: -webkit-calc(50% - 130px);
  left: calc(50% - 130px);
  width: 260px;
  padding: 10px;
  color: #008cba;
  background-color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s; }
  .skip-link:focus {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    outline: none; }

section {
  padding: 60px 0 0 0; }
  section section:last-child {
    padding: 0; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase; }

h1 {
  margin: 12px 0 20px;
  font-size: 5rem;
  font-weight: 300; }

h2 {
  margin: 20px 0 16px;
  font-size: 3rem;
  font-weight: 300; }

h3 {
  margin: 40px 0 16px;
  font-size: 1.8rem;
  font-weight: 300; }

h4 {
  margin: 20px 0 14px;
  font-size: 1.3rem;
  text-transform: none; }
  h4:first-child {
    margin-top: 0; }
  .newspaper h4:not(:first-child) {
    margin-top: 40px; }

p {
  line-height: 160%; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

ul {
  line-height: 160%;
  padding-left: 20px; }

figure {
  margin: 0; }
  figure img {
    width: 100%; }
  figure figcaption {
    margin-top: 6px;
    line-height: 150%; }
    figure figcaption .run-time {
      text-align: right;
      white-space: nowrap;
      font-size: 0.6rem; }
    figure figcaption .text {
      display: table-cell;
      width: 100%; }
    figure figcaption .copyright {
      display: table-cell;
      width: 100%;
      font-size: 0.6rem; }
    figure figcaption div + .run-time {
      display: table-cell;
      padding-left: 20px; }

.static-zoom {
  display: block;
  width: 100%;
  position: relative; }
  .static-zoom .anchor {
    display: block;
    cursor: pointer; }
    .static-zoom .anchor img {
      display: block;
      width: 100%;
      height: auto;
      position: relative; }
    .static-zoom .anchor:after {
      content: "";
      position: absolute;
      top: 16px;
      right: 16px;
      width: 50px;
      height: 50px;
      overflow: hidden;
      overflow: hidden;
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      background-position: 0 -137px;
      display: block;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%; }

.bhp-modal-content .anchor img {
  width: 100%; }

.clear:after, .bounded:after, .row:after {
  display: block;
  clear: both;
  content: ""; }

.bounded, .row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 110px; }

.row .stack1, .row .stack2, .row .stack3, .row .stack4, .row .stack5, .row .stack6 {
  float: left;
  margin-bottom: 20px; }
  .row .stack1:last-child, .row .stack2:last-child, .row .stack3:last-child, .row .stack4:last-child, .row .stack5:last-child, .row .stack6:last-child {
    margin-right: 0; }
.row .stack1 {
  width: 22.4528%;
  margin-right: 3.3962%; }
.row .stack2 {
  width: 31.1321%;
  margin-right: 3.3019%; }
.row .stack3 {
  width: 48.3019%;
  margin-right: 3.3962%; }
.row .stack4 {
  width: 65.566%;
  margin-right: 3.3019%; }
.row .stack5 {
  width: 74.1509%;
  margin-right: 3.3962%; }
.row .stack6 {
  width: 100%; }

.social:before, #intro #glance #glance-box #glance-top:before, .social:after, #intro #glance #glance-box #glance-top:after {
  display: inline-block;
  position: relative;
  margin-top: -2px;
  vertical-align: middle;
  height: 1px;
  width: 50%;
  background-color: #cccccc;
  content: ""; }

.social, #intro #glance #glance-box #glance-top {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center; }
  .social:before, #intro #glance #glance-box #glance-top:before {
    right: 20px;
    margin-left: -50%; }
  .social:after, #intro #glance #glance-box #glance-top:after {
    left: 20px;
    margin-right: -50%; }
  .social > *, #intro #glance #glance-box #glance-top > * {
    vertical-align: middle; }

.social {
  padding-bottom: 0; }
  .social span {
    cursor: pointer; }

.fb-comments-wrapper {
  width: 100%;
  height: 0;
  overflow: auto;
  -webkit-transition: height 0.5s;
          transition: height 0.5s; }

.fb-comments-wrapper-revealed {
  height: 400px;
  border-bottom: solid 1px #cccccc; }

.breath {
  margin-top: 10px; }

.carousel {
  width: 100%;
  position: relative; }
  .carousel .left, .carousel .right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .carousel .left:focus, .carousel .right:focus {
      outline: none;
      background-color: #eeeeee; }
  .carousel .left {
    left: 20px;
    background-image: url(../images/carousel-left.png); }
  .carousel .right {
    right: 20px;
    background-image: url(../images/carousel-right.png); }
  .carousel .items {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0; }
    .carousel .items .small-item, .carousel .items .full-item {
      display: inline-block;
      vertical-align: top;
      margin-right: 3.3962%;
      margin-bottom: 20px;
      white-space: normal;
      font-size: 0.875rem; }
      .carousel .items .small-item:last-child, .carousel .items .full-item:last-child {
        margin-right: 0; }
      .carousel .items .small-item .download, .carousel .items .full-item .download {
        position: absolute;
        bottom: 0;
        border-left: solid 14px #1990b9;
        padding-left: 6px;
        white-space: nowrap;
        color: #1990b9; }
    .carousel .items .small-item {
      width: 22.4528%; }
    .carousel .items .full-item {
      width: 100%; }

.newspaper {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0 20px;
  color: white;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  z-index: 700; }
  header #account {
    min-width: 130px;
    float: right;
    font-size: 0.8125rem;
    text-align: right; }
    header #account a {
      display: block;
      color: #cccccc;
      text-decoration: none;
      text-transform: uppercase; }
      header #account a:hover {
        color: white; }
    header #account .auth-status {
      height: 40px; }
    header #account .show-login {
      cursor: pointer; }
    header #account ul {
      display: none;
      margin: 0;
      padding: 10px 0;
      background-color: #333333;
      text-align: left; }
      header #account ul li {
        display: block; }
        header #account ul li a {
          padding: 10px 0 10px 24px; }
    header #account:hover ul {
      display: block; }

#intro {
  padding-top: 0; }
  #intro .intro-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    #intro .intro-wrapper .chapter {
      font-size: 1.5rem;
      text-transform: uppercase; }
    #intro .intro-wrapper .lead-in {
      margin-bottom: 8px;
      font-size: 1.25rem;
      text-transform: uppercase; }
    #intro .intro-wrapper p {
      font-size: 1.125rem; }
  #intro .sect {
    background: white; }
  #intro figure img {
    border: solid 1px white; }
  #intro #glance {
    margin-top: 70px;
    text-align: center; }
    #intro #glance #glance-box {
      position: relative;
      display: inline-block;
      padding: 18px 20px 16px;
      border: solid 1px rgba(255, 255, 255, 0.4);
      border-top: none; }
      #intro #glance #glance-box #glance-top {
        position: absolute;
        left: 0;
        right: 0;
        top: -27px;
        text-transform: uppercase; }
        #intro #glance #glance-box #glance-top:before, #intro #glance #glance-box #glance-top:after {
          background-color: rgba(255, 255, 255, 0.4); }
      #intro #glance #glance-box .glance-stat {
        float: left;
        padding: 4px 16px;
        white-space: nowrap; }

div:not([tabindex]):focus {
  outline: none; }

@media screen and (max-width: 1000px) {
  h2 {
    margin-top: 2px; }

  h3 {
    margin-top: 60px; }

  .bounded, .row {
    padding-left: 80px;
    padding-right: 40px; }

  .carousel .left, .carousel .right {
    width: 40px; }
  .carousel .left {
    left: 40px; }
  .carousel .right {
    right: 0; }
  .carousel .items .small-item {
    width: 31.1321%; }
  .carousel:last-child {
    margin-right: 40px; }

  .newspaper {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
    .newspaper h4:not(:first-child) {
      margin-top: 20px; }

  #intro #glance {
    margin-top: 50px; }
    #intro #glance #glance-box {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; }
      #intro #glance #glance-box .glance-stat {
        width: 25%;
        padding-left: 4px;
        padding-right: 4px; } }
@media screen and (max-width: 768px) {
  section {
    padding-top: 90px; }

  .bounded, .row {
    padding-left: 40px; }

  .carousel .left {
    left: 0; }

  .row .stack2, .row .stack4 {
    width: 100%;
    margin-right: 0; }

  .row .stack3 {
    width: 100%;
    margin-right: 0; }

  .row .stack1, .row .stack5 {
    width: 48.3019%;
    margin-right: 3.3962%; }

  .static-zoom .anchor {
    pointer-events: none; }
    .static-zoom .anchor:after {
      display: none; } }
@media screen and (max-width: 640px) {
  section {
    padding-top: 90px; }

  h1 {
    font-size: 4rem; }

  .carousel .items .small-item {
    width: 48.3019%; }

  #intro #glance #glance-box .glance-stat {
    width: 50%;
    text-align: left; }

  .row .stack1, .row .stack5 {
    width: 100%;
    margin-right: 0; } }
@media screen and (max-width: 500px) {
  section {
    padding: 90px 0 20px 0; }

  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.75rem; }

  h3 {
    margin-top: 20px;
    font-size: 1.3rem; }

  .bounded, .row {
    padding-left: 20px;
    padding-right: 20px; }

  .carousel .left, .carousel .right {
    width: 20px;
    background-size: 50%; }
  .carousel .items .small-item {
    width: 100%; }
  .carousel:last-child {
    margin-right: 20px; }

  .social {
    padding-top: 10px;
    padding-bottom: 10px; }

  #intro .intro-wrapper .chapter {
    font-size: 1.25rem; }
  #intro .intro-wrapper .lead-in {
    margin-bottom: 4px;
    font-size: 1.125rem; }
  #intro .intro-wrapper p {
    font-size: 0.875rem; }
  #intro #glance {
    margin-top: 20px;
    text-align: left; }

  header {
    padding-left: 20px;
    padding-right: 20px;
    background-color: black; }
    header #account {
      min-width: 0; }
      header #account .auth-icon-in, header #account .auth-icon-out {
        margin-right: 0; }
      header #account .auth-text {
        display: none; }
      header #account ul li a {
        padding: 10px; } }
.home .intro-wrapper {
  background-image: url(../images/home/hero-large.jpg); }

.chapter1 .intro-wrapper {
  background-image: url(../images/chapter1/hero-large.jpg); }

.chapter2 .intro-wrapper {
  background-image: url(../images/chapter2/hero-large.jpg); }

.chapter3 .intro-wrapper {
  background-image: url(../images/chapter3/hero-large.jpg); }

.chapter4 .intro-wrapper {
  background-image: url(../images/chapter4/hero-large.jpg); }

.chapter5 .intro-wrapper {
  background-image: url(../images/chapter5/hero-large.jpg); }

@media screen and (max-width: 1200px) {
  .home .intro-wrapper {
    background-image: url(../images/home/hero-medium.jpg); }

  .chapter1 .intro-wrapper {
    background-image: url(../images/chapter1/hero-medium.jpg); }

  .chapter2 .intro-wrapper {
    background-image: url(../images/chapter2/hero-medium.jpg); }

  .chapter3 .intro-wrapper {
    background-image: url(../images/chapter3/hero-medium.jpg); }

  .chapter4 .intro-wrapper {
    background-image: url(../images/chapter4/hero-medium.jpg); }

  .chapter5 .intro-wrapper {
    background-image: url(../images/chapter5/hero-medium.jpg); } }
@media screen and (max-width: 768px) {
  .home .intro-wrapper {
    background-image: url(../images/home/hero-small.jpg); }

  .chapter1 .intro-wrapper {
    background-image: url(../images/chapter1/hero-small.jpg); }

  .chapter2 .intro-wrapper {
    background-image: url(../images/chapter2/hero-small.jpg); }

  .chapter3 .intro-wrapper {
    background-image: url(../images/chapter3/hero-small.jpg); }

  .chapter4 .intro-wrapper {
    background-image: url(../images/chapter4/hero-small.jpg); }

  .chapter5 .intro-wrapper {
    background-image: url(../images/chapter5/hero-small.jpg); } }
