@charset "UTF-8";
@import url(//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 */
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 {
  display: inline-block;
  margin-top: 20px; }
  #componentDivFooter img {
    margin: 0 1em; }

header {
  padding: 10px;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 99; }
  @media (max-width: 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; }

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

.copyright {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 (max-width: 669px) {
    .content-jumbotron {
      height: calc(100vh - 40px); } }
  .content-jumbotron img {
    width: 36vw;
    max-width: 835px;
    min-width: 280px;
    margin: 0 auto;
    display: block;
    margin-top: 40vh; }
  .content-jumbotron h1 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    font-size: 6em;
    line-height: 1em;
    font-family: "Open Sans Condensed", sans-serif;
    width: 80vw;
    margin: auto;
    display: block;
    margin-top: 10vh;
    text-align: center; }
    @media (max-width: 669px) {
      .content-jumbotron h1 {
        width: 70vw;
        font-size: 3em; } }

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

/**
 * Foundation for Sites by ZURB
 * Version 6.0.6
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

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

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.small-collapse > .column, .row.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.small-uncollapse > .column, .row.small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 40em) {
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

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

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

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 3.33333%; }

.small-push-1 {
  position: relative;
  left: 3.33333%; }

.small-pull-1 {
  position: relative;
  left: -3.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 6.66667%; }

.small-push-2 {
  position: relative;
  left: 6.66667%; }

.small-pull-2 {
  position: relative;
  left: -6.66667%; }

.small-offset-1 {
  margin-left: 3.33333%; }

.small-3 {
  width: 10%; }

.small-push-3 {
  position: relative;
  left: 10%; }

.small-pull-3 {
  position: relative;
  left: -10%; }

.small-offset-2 {
  margin-left: 6.66667%; }

.small-4 {
  width: 13.33333%; }

.small-push-4 {
  position: relative;
  left: 13.33333%; }

.small-pull-4 {
  position: relative;
  left: -13.33333%; }

.small-offset-3 {
  margin-left: 10%; }

.small-5 {
  width: 16.66667%; }

.small-push-5 {
  position: relative;
  left: 16.66667%; }

.small-pull-5 {
  position: relative;
  left: -16.66667%; }

.small-offset-4 {
  margin-left: 13.33333%; }

.small-6 {
  width: 20%; }

.small-push-6 {
  position: relative;
  left: 20%; }

.small-pull-6 {
  position: relative;
  left: -20%; }

.small-offset-5 {
  margin-left: 16.66667%; }

.small-7 {
  width: 23.33333%; }

.small-push-7 {
  position: relative;
  left: 23.33333%; }

.small-pull-7 {
  position: relative;
  left: -23.33333%; }

.small-offset-6 {
  margin-left: 20%; }

.small-8 {
  width: 26.66667%; }

.small-push-8 {
  position: relative;
  left: 26.66667%; }

.small-pull-8 {
  position: relative;
  left: -26.66667%; }

.small-offset-7 {
  margin-left: 23.33333%; }

.small-9 {
  width: 30%; }

.small-push-9 {
  position: relative;
  left: 30%; }

.small-pull-9 {
  position: relative;
  left: -30%; }

.small-offset-8 {
  margin-left: 26.66667%; }

.small-10 {
  width: 33.33333%; }

.small-push-10 {
  position: relative;
  left: 33.33333%; }

.small-pull-10 {
  position: relative;
  left: -33.33333%; }

.small-offset-9 {
  margin-left: 30%; }

.small-11 {
  width: 36.66667%; }

.small-push-11 {
  position: relative;
  left: 36.66667%; }

.small-pull-11 {
  position: relative;
  left: -36.66667%; }

.small-offset-10 {
  margin-left: 33.33333%; }

.small-12 {
  width: 40%; }

.small-push-12 {
  position: relative;
  left: 40%; }

.small-pull-12 {
  position: relative;
  left: -40%; }

.small-offset-11 {
  margin-left: 36.66667%; }

.small-13 {
  width: 43.33333%; }

.small-push-13 {
  position: relative;
  left: 43.33333%; }

.small-pull-13 {
  position: relative;
  left: -43.33333%; }

.small-offset-12 {
  margin-left: 40%; }

.small-14 {
  width: 46.66667%; }

.small-push-14 {
  position: relative;
  left: 46.66667%; }

.small-pull-14 {
  position: relative;
  left: -46.66667%; }

.small-offset-13 {
  margin-left: 43.33333%; }

.small-15 {
  width: 50%; }

.small-push-15 {
  position: relative;
  left: 50%; }

.small-pull-15 {
  position: relative;
  left: -50%; }

.small-offset-14 {
  margin-left: 46.66667%; }

.small-16 {
  width: 53.33333%; }

.small-push-16 {
  position: relative;
  left: 53.33333%; }

.small-pull-16 {
  position: relative;
  left: -53.33333%; }

.small-offset-15 {
  margin-left: 50%; }

.small-17 {
  width: 56.66667%; }

.small-push-17 {
  position: relative;
  left: 56.66667%; }

.small-pull-17 {
  position: relative;
  left: -56.66667%; }

.small-offset-16 {
  margin-left: 53.33333%; }

.small-18 {
  width: 60%; }

.small-push-18 {
  position: relative;
  left: 60%; }

.small-pull-18 {
  position: relative;
  left: -60%; }

.small-offset-17 {
  margin-left: 56.66667%; }

.small-19 {
  width: 63.33333%; }

.small-push-19 {
  position: relative;
  left: 63.33333%; }

.small-pull-19 {
  position: relative;
  left: -63.33333%; }

.small-offset-18 {
  margin-left: 60%; }

.small-20 {
  width: 66.66667%; }

.small-push-20 {
  position: relative;
  left: 66.66667%; }

.small-pull-20 {
  position: relative;
  left: -66.66667%; }

.small-offset-19 {
  margin-left: 63.33333%; }

.small-21 {
  width: 70%; }

.small-push-21 {
  position: relative;
  left: 70%; }

.small-pull-21 {
  position: relative;
  left: -70%; }

.small-offset-20 {
  margin-left: 66.66667%; }

.small-22 {
  width: 73.33333%; }

.small-push-22 {
  position: relative;
  left: 73.33333%; }

.small-pull-22 {
  position: relative;
  left: -73.33333%; }

.small-offset-21 {
  margin-left: 70%; }

.small-23 {
  width: 76.66667%; }

.small-push-23 {
  position: relative;
  left: 76.66667%; }

.small-pull-23 {
  position: relative;
  left: -76.66667%; }

.small-offset-22 {
  margin-left: 73.33333%; }

.small-24 {
  width: 80%; }

.small-push-24 {
  position: relative;
  left: 80%; }

.small-pull-24 {
  position: relative;
  left: -80%; }

.small-offset-23 {
  margin-left: 76.66667%; }

.small-25 {
  width: 83.33333%; }

.small-push-25 {
  position: relative;
  left: 83.33333%; }

.small-pull-25 {
  position: relative;
  left: -83.33333%; }

.small-offset-24 {
  margin-left: 80%; }

.small-26 {
  width: 86.66667%; }

.small-push-26 {
  position: relative;
  left: 86.66667%; }

.small-pull-26 {
  position: relative;
  left: -86.66667%; }

.small-offset-25 {
  margin-left: 83.33333%; }

.small-27 {
  width: 90%; }

.small-push-27 {
  position: relative;
  left: 90%; }

.small-pull-27 {
  position: relative;
  left: -90%; }

.small-offset-26 {
  margin-left: 86.66667%; }

.small-28 {
  width: 93.33333%; }

.small-push-28 {
  position: relative;
  left: 93.33333%; }

.small-pull-28 {
  position: relative;
  left: -93.33333%; }

.small-offset-27 {
  margin-left: 90%; }

.small-29 {
  width: 96.66667%; }

.small-push-29 {
  position: relative;
  left: 96.66667%; }

.small-pull-29 {
  position: relative;
  left: -96.66667%; }

.small-offset-28 {
  margin-left: 93.33333%; }

.small-30 {
  width: 100%; }

.small-offset-29 {
  margin-left: 96.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 3.33333%; }
  .medium-push-1 {
    position: relative;
    left: 3.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -3.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 6.66667%; }
  .medium-push-2 {
    position: relative;
    left: 6.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -6.66667%; }
  .medium-offset-1 {
    margin-left: 3.33333%; }
  .medium-3 {
    width: 10%; }
  .medium-push-3 {
    position: relative;
    left: 10%; }
  .medium-pull-3 {
    position: relative;
    left: -10%; }
  .medium-offset-2 {
    margin-left: 6.66667%; }
  .medium-4 {
    width: 13.33333%; }
  .medium-push-4 {
    position: relative;
    left: 13.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -13.33333%; }
  .medium-offset-3 {
    margin-left: 10%; }
  .medium-5 {
    width: 16.66667%; }
  .medium-push-5 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-4 {
    margin-left: 13.33333%; }
  .medium-6 {
    width: 20%; }
  .medium-push-6 {
    position: relative;
    left: 20%; }
  .medium-pull-6 {
    position: relative;
    left: -20%; }
  .medium-offset-5 {
    margin-left: 16.66667%; }
  .medium-7 {
    width: 23.33333%; }
  .medium-push-7 {
    position: relative;
    left: 23.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -23.33333%; }
  .medium-offset-6 {
    margin-left: 20%; }
  .medium-8 {
    width: 26.66667%; }
  .medium-push-8 {
    position: relative;
    left: 26.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -26.66667%; }
  .medium-offset-7 {
    margin-left: 23.33333%; }
  .medium-9 {
    width: 30%; }
  .medium-push-9 {
    position: relative;
    left: 30%; }
  .medium-pull-9 {
    position: relative;
    left: -30%; }
  .medium-offset-8 {
    margin-left: 26.66667%; }
  .medium-10 {
    width: 33.33333%; }
  .medium-push-10 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-9 {
    margin-left: 30%; }
  .medium-11 {
    width: 36.66667%; }
  .medium-push-11 {
    position: relative;
    left: 36.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -36.66667%; }
  .medium-offset-10 {
    margin-left: 33.33333%; }
  .medium-12 {
    width: 40%; }
  .medium-push-12 {
    position: relative;
    left: 40%; }
  .medium-pull-12 {
    position: relative;
    left: -40%; }
  .medium-offset-11 {
    margin-left: 36.66667%; }
  .medium-13 {
    width: 43.33333%; }
  .medium-push-13 {
    position: relative;
    left: 43.33333%; }
  .medium-pull-13 {
    position: relative;
    left: -43.33333%; }
  .medium-offset-12 {
    margin-left: 40%; }
  .medium-14 {
    width: 46.66667%; }
  .medium-push-14 {
    position: relative;
    left: 46.66667%; }
  .medium-pull-14 {
    position: relative;
    left: -46.66667%; }
  .medium-offset-13 {
    margin-left: 43.33333%; }
  .medium-15 {
    width: 50%; }
  .medium-push-15 {
    position: relative;
    left: 50%; }
  .medium-pull-15 {
    position: relative;
    left: -50%; }
  .medium-offset-14 {
    margin-left: 46.66667%; }
  .medium-16 {
    width: 53.33333%; }
  .medium-push-16 {
    position: relative;
    left: 53.33333%; }
  .medium-pull-16 {
    position: relative;
    left: -53.33333%; }
  .medium-offset-15 {
    margin-left: 50%; }
  .medium-17 {
    width: 56.66667%; }
  .medium-push-17 {
    position: relative;
    left: 56.66667%; }
  .medium-pull-17 {
    position: relative;
    left: -56.66667%; }
  .medium-offset-16 {
    margin-left: 53.33333%; }
  .medium-18 {
    width: 60%; }
  .medium-push-18 {
    position: relative;
    left: 60%; }
  .medium-pull-18 {
    position: relative;
    left: -60%; }
  .medium-offset-17 {
    margin-left: 56.66667%; }
  .medium-19 {
    width: 63.33333%; }
  .medium-push-19 {
    position: relative;
    left: 63.33333%; }
  .medium-pull-19 {
    position: relative;
    left: -63.33333%; }
  .medium-offset-18 {
    margin-left: 60%; }
  .medium-20 {
    width: 66.66667%; }
  .medium-push-20 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-20 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-19 {
    margin-left: 63.33333%; }
  .medium-21 {
    width: 70%; }
  .medium-push-21 {
    position: relative;
    left: 70%; }
  .medium-pull-21 {
    position: relative;
    left: -70%; }
  .medium-offset-20 {
    margin-left: 66.66667%; }
  .medium-22 {
    width: 73.33333%; }
  .medium-push-22 {
    position: relative;
    left: 73.33333%; }
  .medium-pull-22 {
    position: relative;
    left: -73.33333%; }
  .medium-offset-21 {
    margin-left: 70%; }
  .medium-23 {
    width: 76.66667%; }
  .medium-push-23 {
    position: relative;
    left: 76.66667%; }
  .medium-pull-23 {
    position: relative;
    left: -76.66667%; }
  .medium-offset-22 {
    margin-left: 73.33333%; }
  .medium-24 {
    width: 80%; }
  .medium-push-24 {
    position: relative;
    left: 80%; }
  .medium-pull-24 {
    position: relative;
    left: -80%; }
  .medium-offset-23 {
    margin-left: 76.66667%; }
  .medium-25 {
    width: 83.33333%; }
  .medium-push-25 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-25 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-24 {
    margin-left: 80%; }
  .medium-26 {
    width: 86.66667%; }
  .medium-push-26 {
    position: relative;
    left: 86.66667%; }
  .medium-pull-26 {
    position: relative;
    left: -86.66667%; }
  .medium-offset-25 {
    margin-left: 83.33333%; }
  .medium-27 {
    width: 90%; }
  .medium-push-27 {
    position: relative;
    left: 90%; }
  .medium-pull-27 {
    position: relative;
    left: -90%; }
  .medium-offset-26 {
    margin-left: 86.66667%; }
  .medium-28 {
    width: 93.33333%; }
  .medium-push-28 {
    position: relative;
    left: 93.33333%; }
  .medium-pull-28 {
    position: relative;
    left: -93.33333%; }
  .medium-offset-27 {
    margin-left: 90%; }
  .medium-29 {
    width: 96.66667%; }
  .medium-push-29 {
    position: relative;
    left: 96.66667%; }
  .medium-pull-29 {
    position: relative;
    left: -96.66667%; }
  .medium-offset-28 {
    margin-left: 93.33333%; }
  .medium-30 {
    width: 100%; }
  .medium-offset-29 {
    margin-left: 96.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 3.33333%; }
  .large-push-1 {
    position: relative;
    left: 3.33333%; }
  .large-pull-1 {
    position: relative;
    left: -3.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 6.66667%; }
  .large-push-2 {
    position: relative;
    left: 6.66667%; }
  .large-pull-2 {
    position: relative;
    left: -6.66667%; }
  .large-offset-1 {
    margin-left: 3.33333%; }
  .large-3 {
    width: 10%; }
  .large-push-3 {
    position: relative;
    left: 10%; }
  .large-pull-3 {
    position: relative;
    left: -10%; }
  .large-offset-2 {
    margin-left: 6.66667%; }
  .large-4 {
    width: 13.33333%; }
  .large-push-4 {
    position: relative;
    left: 13.33333%; }
  .large-pull-4 {
    position: relative;
    left: -13.33333%; }
  .large-offset-3 {
    margin-left: 10%; }
  .large-5 {
    width: 16.66667%; }
  .large-push-5 {
    position: relative;
    left: 16.66667%; }
  .large-pull-5 {
    position: relative;
    left: -16.66667%; }
  .large-offset-4 {
    margin-left: 13.33333%; }
  .large-6 {
    width: 20%; }
  .large-push-6 {
    position: relative;
    left: 20%; }
  .large-pull-6 {
    position: relative;
    left: -20%; }
  .large-offset-5 {
    margin-left: 16.66667%; }
  .large-7 {
    width: 23.33333%; }
  .large-push-7 {
    position: relative;
    left: 23.33333%; }
  .large-pull-7 {
    position: relative;
    left: -23.33333%; }
  .large-offset-6 {
    margin-left: 20%; }
  .large-8 {
    width: 26.66667%; }
  .large-push-8 {
    position: relative;
    left: 26.66667%; }
  .large-pull-8 {
    position: relative;
    left: -26.66667%; }
  .large-offset-7 {
    margin-left: 23.33333%; }
  .large-9 {
    width: 30%; }
  .large-push-9 {
    position: relative;
    left: 30%; }
  .large-pull-9 {
    position: relative;
    left: -30%; }
  .large-offset-8 {
    margin-left: 26.66667%; }
  .large-10 {
    width: 33.33333%; }
  .large-push-10 {
    position: relative;
    left: 33.33333%; }
  .large-pull-10 {
    position: relative;
    left: -33.33333%; }
  .large-offset-9 {
    margin-left: 30%; }
  .large-11 {
    width: 36.66667%; }
  .large-push-11 {
    position: relative;
    left: 36.66667%; }
  .large-pull-11 {
    position: relative;
    left: -36.66667%; }
  .large-offset-10 {
    margin-left: 33.33333%; }
  .large-12 {
    width: 40%; }
  .large-push-12 {
    position: relative;
    left: 40%; }
  .large-pull-12 {
    position: relative;
    left: -40%; }
  .large-offset-11 {
    margin-left: 36.66667%; }
  .large-13 {
    width: 43.33333%; }
  .large-push-13 {
    position: relative;
    left: 43.33333%; }
  .large-pull-13 {
    position: relative;
    left: -43.33333%; }
  .large-offset-12 {
    margin-left: 40%; }
  .large-14 {
    width: 46.66667%; }
  .large-push-14 {
    position: relative;
    left: 46.66667%; }
  .large-pull-14 {
    position: relative;
    left: -46.66667%; }
  .large-offset-13 {
    margin-left: 43.33333%; }
  .large-15 {
    width: 50%; }
  .large-push-15 {
    position: relative;
    left: 50%; }
  .large-pull-15 {
    position: relative;
    left: -50%; }
  .large-offset-14 {
    margin-left: 46.66667%; }
  .large-16 {
    width: 53.33333%; }
  .large-push-16 {
    position: relative;
    left: 53.33333%; }
  .large-pull-16 {
    position: relative;
    left: -53.33333%; }
  .large-offset-15 {
    margin-left: 50%; }
  .large-17 {
    width: 56.66667%; }
  .large-push-17 {
    position: relative;
    left: 56.66667%; }
  .large-pull-17 {
    position: relative;
    left: -56.66667%; }
  .large-offset-16 {
    margin-left: 53.33333%; }
  .large-18 {
    width: 60%; }
  .large-push-18 {
    position: relative;
    left: 60%; }
  .large-pull-18 {
    position: relative;
    left: -60%; }
  .large-offset-17 {
    margin-left: 56.66667%; }
  .large-19 {
    width: 63.33333%; }
  .large-push-19 {
    position: relative;
    left: 63.33333%; }
  .large-pull-19 {
    position: relative;
    left: -63.33333%; }
  .large-offset-18 {
    margin-left: 60%; }
  .large-20 {
    width: 66.66667%; }
  .large-push-20 {
    position: relative;
    left: 66.66667%; }
  .large-pull-20 {
    position: relative;
    left: -66.66667%; }
  .large-offset-19 {
    margin-left: 63.33333%; }
  .large-21 {
    width: 70%; }
  .large-push-21 {
    position: relative;
    left: 70%; }
  .large-pull-21 {
    position: relative;
    left: -70%; }
  .large-offset-20 {
    margin-left: 66.66667%; }
  .large-22 {
    width: 73.33333%; }
  .large-push-22 {
    position: relative;
    left: 73.33333%; }
  .large-pull-22 {
    position: relative;
    left: -73.33333%; }
  .large-offset-21 {
    margin-left: 70%; }
  .large-23 {
    width: 76.66667%; }
  .large-push-23 {
    position: relative;
    left: 76.66667%; }
  .large-pull-23 {
    position: relative;
    left: -76.66667%; }
  .large-offset-22 {
    margin-left: 73.33333%; }
  .large-24 {
    width: 80%; }
  .large-push-24 {
    position: relative;
    left: 80%; }
  .large-pull-24 {
    position: relative;
    left: -80%; }
  .large-offset-23 {
    margin-left: 76.66667%; }
  .large-25 {
    width: 83.33333%; }
  .large-push-25 {
    position: relative;
    left: 83.33333%; }
  .large-pull-25 {
    position: relative;
    left: -83.33333%; }
  .large-offset-24 {
    margin-left: 80%; }
  .large-26 {
    width: 86.66667%; }
  .large-push-26 {
    position: relative;
    left: 86.66667%; }
  .large-pull-26 {
    position: relative;
    left: -86.66667%; }
  .large-offset-25 {
    margin-left: 83.33333%; }
  .large-27 {
    width: 90%; }
  .large-push-27 {
    position: relative;
    left: 90%; }
  .large-pull-27 {
    position: relative;
    left: -90%; }
  .large-offset-26 {
    margin-left: 86.66667%; }
  .large-28 {
    width: 93.33333%; }
  .large-push-28 {
    position: relative;
    left: 93.33333%; }
  .large-pull-28 {
    position: relative;
    left: -93.33333%; }
  .large-offset-27 {
    margin-left: 90%; }
  .large-29 {
    width: 96.66667%; }
  .large-push-29 {
    position: relative;
    left: 96.66667%; }
  .large-pull-29 {
    position: relative;
    left: -96.66667%; }
  .large-offset-28 {
    margin-left: 93.33333%; }
  .large-30 {
    width: 100%; }
  .large-offset-29 {
    margin-left: 96.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section p.bookmark_p {
  position: relative; }
  section p.bookmark_p .bookmark-container {
    position: absolute;
    top: 0;
    right: calc(100% + 1em);
    text-align: right;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
            transition: opacity 0.4s ease-out; }
    section p.bookmark_p .bookmark-container .bookmark-instructions {
      display: block;
      width: 50px;
      font-family: 'Open Sans', sans-serif;
      font-size: 0.7em;
      color: #777;
      opacity: 0;
      margin-right: 1em;
      -webkit-transition: opacity 0.4s ease-out, margin-right 0.4s ease-out;
              transition: opacity 0.4s ease-out, margin-right 0.4s ease-out; }
    section p.bookmark_p .bookmark-container:hover {
      opacity: 1; }
      section p.bookmark_p .bookmark-container:hover .bookmark-instructions {
        opacity: 1;
        margin-right: 0; }
    section p.bookmark_p .bookmark-container.active-bookmark {
      opacity: 1; }

#bookmark-prompt {
  display: none;
  position: fixed;
  bottom: 0;
  background: #222;
  padding: 20px;
  z-index: 99;
  width: 100%;
  max-width: 660px;
  left: 0;
  left: calc(50% - 330px);
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  @media (max-width: 660px) {
    #bookmark-prompt {
      left: 0;
      border-radius: 0; } }
  #bookmark-prompt .prompt-content h3 {
    color: #D23E27;
    margin: 0; }
  #bookmark-prompt .prompt-content p {
    color: #f2f2f2; }
    #bookmark-prompt .prompt-content p#opt-out {
      color: #777;
      font-size: 0.8em;
      font-family: 'Open Sans', sans-serif;
      cursor: pointer; }
  #bookmark-prompt .prompt-content button {
    background-color: #777;
    border: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    color: #222;
    font-weight: bold;
    margin: 0 0.5em;
    font-size: 0.8em;
    padding: 0.5em;
    border-radius: 3px;
    -webkit-transition: background-color 0.4s ease-out;
            transition: background-color 0.4s ease-out; }
    #bookmark-prompt .prompt-content button:hover {
      background-color: #ccc; }

#bookmark-button {
  position: fixed;
  right: 0;
  top: 0;
  padding: 1em;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  background-color: #781F11;
  -webkit-transition: color 0.4s ease-out;
          transition: color 0.4s ease-out;
  color: rgba(242, 242, 242, 0.5);
  cursor: pointer;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #bookmark-button:hover {
    color: #f2f2f2; }
  @media (max-width: 669px) {
    #bookmark-button {
      height: 40px;
      padding: 0.8em 1em; } }

.email-container {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  background-color: #222;
  padding: 1em;
  max-width: 250px;
  width: 100%;
  border-bottom-left-radius: 6px;
  z-index: 98; }
  .email-container #email-bookmark #email {
    margin-top: 0.5em;
    width: 74%;
    max-width: 200px;
    display: inline-block; }
    .email-container #email-bookmark #email input {
      padding: 0.2em;
      width: 100%;
      font-size: 0.9em;
      margin-bottom: 0.6em; }
  .email-container #email-bookmark button {
    background-color: #D23E27;
    font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 0;
    border: none;
    outline: none;
    color: #f2f2f2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 0.444444rem;
    cursor: pointer; }
  .email-container #email-bookmark #bookmark-message {
    font-family: 'Open Sans', sans-serif;
    color: #D23E27;
    font-size: 0.8em;
    text-align: right;
    font-weight: bold; }
  .email-container h4 {
    color: #D23E27;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    clear: both; }
  .email-container p {
    color: #f2f2f2;
    font-size: 0.8em;
    font-weight: bold; }
    .email-container p.disclaimer {
      margin-top: 0.5em;
      color: #777;
      font-family: 'Open Sans', sans-serif;
      line-height: 1.2em;
      font-weight: normal;
      font-style: italic; }
  .email-container #close-email {
    float: right;
    cursor: pointer;
    color: #f2f2f2; }
  @media (max-width: 669px) {
    .email-container {
      top: 40px; } }

header {
  width: calc(100% - 8.5rem); }

@media (max-width: 760px) {
  section p.bookmark_p .bookmark-container {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    padding-left: 0.25em; }
    section p.bookmark_p .bookmark-container .bookmark-instructions {
      display: none; } }

.lazy-loaded article {
  margin: 0 auto; }

div.chapter-break {
  max-width: none;
  padding: 5em 0;
  background-color: #ccc;
  text-align: center;
  margin-top: 5em; }
  div.chapter-break h3 span {
    text-transform: uppercase;
    color: #781F11;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em; }
  div.chapter-break .or-text {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 0 1em; }
    @media (max-width: 660px) {
      div.chapter-break .or-text {
        display: block;
        margin: 1em 0;
        padding: 0; } }
  div.chapter-break button {
    border: none;
    outline: none;
    background: #781F11;
    font-family: 'Open Sans', sans-serif;
    color: #f2f2f2;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em;
    cursor: pointer;
    -webkit-transition: background 0.4s ease-out;
            transition: background 0.4s ease-out;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 3px 3px rgba(0, 0, 0, 0.3); }
    div.chapter-break button:hover {
      background: #4E130A; }

#family-tree .node {
  font-size: 0.8em;
  font-family: 'Open Sans', sans-serif; }
  #family-tree .node circle {
    fill: #D23E27;
    stroke: #781F11;
    stroke-width: 2px; }

#family-tree .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px; }

section.static-map {
  position: absolute;
  right: 0;
  padding: 0 0 0 2em;
  margin: 0;
  width: calc((100% - 660px) / 2);
  height: calc(100vh - 50px);
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    section.static-map {
      position: relative;
      right: auto;
      padding: 0 30px;
      width: 100%;
      height: auto; } }
  @media (max-width: 669px) {
    section.static-map {
      margin: 2em auto; } }
  section.static-map h3 {
    padding: 0 1em 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    margin-bottom: 0.65em; }
  section.static-map p {
    padding: 0 1em 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    color: #777; }
  section.static-map .update-widths {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 1px solid #ccc; }
    @media (max-width: 1200px) {
      section.static-map .update-widths {
        display: block; } }
  section.static-map #dynamic-map {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    @media (max-width: 1200px) {
      section.static-map #dynamic-map {
        display: none; } }

.text-message {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  margin: 1em 0; }
  .text-message.left {
    display: block; }
    .text-message.left span.text {
      background-color: #777;
      color: white;
      max-width: 435.6px;
      display: inline-block;
      padding: 5px 12px;
      border-radius: 0.9em; }
    .text-message.left span.text-sender {
      color: #777;
      display: block;
      font-size: 12px;
      margin-top: 5px;
      padding-left: 5px; }
  .text-message.right {
    color: black;
    text-align: right;
    display: block; }
    .text-message.right span.text {
      padding: 5px 12px;
      border-radius: 0.9em;
      display: inline-block;
      background-color: #E6E5EB;
      max-width: 435.6px;
      text-align: left; }
    .text-message.right span.text-sender {
      color: #777;
      display: block;
      text-align: right;
      font-size: 12px;
      margin-top: 5px;
      padding-right: 5px; }

.chapter-title-container {
  text-align: center;
  margin-bottom: 4rem; }
  .chapter-title-container .chapter-icon {
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 2px;
    border: 1px solid #ccc; }
  .chapter-title-container h4 {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    letter-spacing: 0.01em;
    font-weight: 300;
    color: #777;
    display: inline-block;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #777;
    margin: 1rem 0 0 0; }
  .chapter-title-container h2 {
    font-family: 'Libre Baskerville', serif;
    margin: 1rem 0 0 0;
    font-weight: 400; }

span.character-list {
  background-color: #f0f0f0;
  padding: 3px 0;
  margin: 0 6px;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: 6px 0 0 #f0f0f0, -6px 0 0 #f0f0f0; }

.individual-character {
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  margin: 0 0 0 2rem; }
  .individual-character img {
    width: auto;
    height: auto;
    margin: 0 0 1rem 0;
    border-radius: 2px;
    display: block; }
  .individual-character p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    margin: 0;
    color: #777; }
  .individual-character h5 {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone; }
  @media (max-width: 1250px) {
    .individual-character {
      position: relative;
      top: auto;
      left: auto;
      width: 40%;
      max-width: 150px;
      float: right;
      margin: 0 0 0.5rem 1rem;
      padding-left: 1rem; }
      .individual-character img {
        margin-left: 0;
        margin-right: 0; }
      .individual-character p {
        display: none; } }

section.no-margin {
  margin-top: -1em;
  margin-bottom: -1em; }

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-container {
    position: relative; }
  figure video {
    max-height: calc(100vh - 70px);
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-filter 0.4s ease-out, box-shadow 0.4s ease-out, filter 0.4s ease-out, box-shadow 0.4s ease-out;
            transition: filter 0.4s ease-out, box-shadow 0.4s ease-out;
    -webkit-filter: none;
            filter: none;
    display: block;
    cursor: pointer;
    background-color: black; }
  figure video::-webkit-media-controls-start-playback-button {
    display: none !important; }
  figure video::-webkit-media-text-track-display {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media (max-width: 670px) {
      figure video::-webkit-media-text-track-display {
        font-size: 18px !important; } }
  figure .native-video-subtitles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 1em;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2rem black;
    color: white;
    font-weight: 600; }
    @media (max-width: 800px) {
      figure .native-video-subtitles {
        font-size: 1.25rem; } }
    @media (max-width: 670px) {
      figure .native-video-subtitles {
        font-size: 1.1rem;
        line-height: 1.25rem;
        padding: 0.5em; } }
  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: 30px;
      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;
      font-size: 2rem; }
      figure .player-controls-inset i:hover {
        background-color: rgba(30, 30, 30, 0.6);
        color: rgba(255, 255, 255, 0.8); }
      @media (max-width: 670px) {
        figure .player-controls-inset i {
          font-size: 1rem;
          padding: 15px; } }
    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-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 {
    width: 100%;
    -webkit-transition: opacity 0.4s ease-out;
            transition: opacity 0.4s ease-out;
    color: #222;
    padding: 0.25em 0; }
    figure .player-controls i {
      margin: 0 0.25em;
      cursor: pointer; }
    figure .player-controls .scrubber-container {
      width: calc(100% - 11.7em);
      height: 5px;
      background-color: rgba(0, 0, 0, 0.25);
      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: #222; }
    figure .player-controls .video-timer {
      display: inline-block;
      margin: 0 0.5em;
      font-weight: 300;
      font-size: 0.8em; }

.videoinset_title {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: bold; }
  .videoinset_title span {
    color: #D23E27; }

.videoinset_text {
  font-family: 'Roboto', sans-serif;
  color: #777; }

@media screen and (min-width: 950px) and (max-width: 1250px) {
  figure.video-left {
    width: 75%;
    margin-left: -25%; }
  figure.video-right {
    width: 75%;
    margin-right: -25%; }
  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 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 h6 {
      font-size: 1.2em; } }

figure.audio-inset {
  margin: 7rem 0; }
  figure.audio-inset .clip-information .speaker-icon {
    width: 75px;
    height: auto;
    max-width: none;
    display: block;
    border-radius: 2px;
    margin: 0 auto 0.5rem auto;
    border: 1px solid #ccc; }
  figure.audio-inset .clip-information h4 {
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0;
    font-size: 1.2rem; }
  figure.audio-inset .clip-information p {
    font-family: 'Roboto', sans-serif;
    color: #777;
    font-size: 1rem;
    margin: 0 auto 2rem auto;
    text-align: center; }
  figure.audio-inset figcaption span {
    color: #777; }
  figure.audio-inset .audio-subtitles {
    display: block;
    height: auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    height: 3em;
    margin-top: 0.5em; }
  figure.audio-inset .audio-player-controls {
    text-align: center;
    position: relative; }
    figure.audio-inset .audio-player-controls .audio-play-button {
      position: relative;
      background-color: #777;
      color: #f2f2f2;
      padding: 1rem;
      border-radius: 100%;
      margin-bottom: 1rem;
      cursor: pointer;
      z-index: 50;
      -webkit-transition: background-color 0.4s ease-out;
              transition: background-color 0.4s ease-out; }
      figure.audio-inset .audio-player-controls .audio-play-button:hover {
        background-color: #222; }
    figure.audio-inset .audio-player-controls .visualizer {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, -25%);
          -ms-transform: translate(0, -25%);
              transform: translate(0, -25%);
      z-index: 0;
      fill: #ccc; }
      figure.audio-inset .audio-player-controls .visualizer line {
        stroke-width: 1px;
        stroke: #ccc; }
    figure.audio-inset .audio-player-controls .audio-scrubber-container {
      width: 100%;
      height: 5px;
      background: #777;
      margin-bottom: 0.5rem;
      position: relative;
      cursor: pointer; }
      figure.audio-inset .audio-player-controls .audio-scrubber-container .audio-duration-scrubber {
        background: #ccc;
        width: 0;
        height: 100%;
        border-radius: inherit;
        cursor: pointer; }
    figure.audio-inset .audio-player-controls .audio-timer {
      font-size: 0.8rem;
      color: #777; }
      figure.audio-inset .audio-player-controls .audio-timer .audio-current-time {
        float: left; }
      figure.audio-inset .audio-player-controls .audio-timer .audio-duration {
        float: right; }

.tearsheet .tearsheet-holder {
  position: relative; }
  .tearsheet .tearsheet-holder .tear-bottom {
    position: absolute;
    bottom: 0;
    -webkit-filter: drop-shadow(0 0 10px black);
            filter: drop-shadow(0 0 10px black); }

.two-img .row .columns:nth-of-type(even) {
  padding-right: 0; }

.two-img .row .columns:nth-of-type(odd) {
  padding-left: 0; }

.two-img .row .columns img {
  border: 1px solid #ccc;
  border-radius: 2px; }

.four-img .row .columns {
  margin: 1rem 0; }

.content-jumbotron .jumbotron-image video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .content-jumbotron .jumbotron-image video.left-top {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 0; }
  .content-jumbotron .jumbotron-image video.center-top {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .content-jumbotron .jumbotron-image video.right-top {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    right: 0; }
  .content-jumbotron .jumbotron-image video.left-center {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .content-jumbotron .jumbotron-image video.right-center {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .content-jumbotron .jumbotron-image video.left-bottom {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    left: 0; }
  .content-jumbotron .jumbotron-image video.center-bottom {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .content-jumbotron .jumbotron-image video.right-bottom {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    right: 0; }

@media (max-width: 1200px) {
  .content-jumbotron .jumbotron-header h1 {
    font-size: 5em; } }

@media (max-width: 1000px) {
  .content-jumbotron .jumbotron-header h1 {
    font-size: 4em; } }

@media (max-width: 800px) {
  .content-jumbotron .jumbotron-header h1 {
    font-size: 3em; } }

@media (max-width: 1000px) {
  .content-jumbotron .jumbotron-header h3 {
    font-size: 1.5em; } }

.additional-text-box h3 {
  text-align: left; }

.additional-text-box p {
  color: #777;
  font-family: 'Roboto', sans-serif; }

.john-arrests .columns {
  margin: 1em 0; }
  .john-arrests .columns span {
    display: block;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 10px;
    color: #222;
    font-size: 0.9rem; }

.credit-box p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.5em; }

.key-dates .row {
  padding-top: 1em;
  padding-bottom: 1em; }
  .key-dates .row .small-10 {
    font-weight: bold; }

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

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

article {
  color: black; }

.dateline {
  color: #777;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  margin-bottom: 1.6em;
  font-size: 1.2em; }

.author-mug {
  width: 100px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0; }

.clear {
  clear: both; }

.dropCaps .cap {
  font-family: 'Libre Baskerville', serif;
  font-size: 5rem;
  font-weight: 300;
  display: block;
  float: left;
  line-height: 5rem;
  margin: 0 1rem 0.5rem 0;
  position: relative; }
  @media (max-width: 670px) {
    .dropCaps .cap {
      font-size: 3rem;
      line-height: 2rem; } }

figure.fixedimg {
  height: 130vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  margin-top: 4rem; }
  @media (max-width: 660px) {
    figure.fixedimg {
      margin-top: auto; } }

footer {
  display: none; }

#commentsDiv_long-fall-of-phoebe-jonchuck {
  width: 100% !important; }

.graphic-blurb, section.phoebes-houses .row .columns span {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 1em; }

.graphic-headline {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0.5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  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;
  margin-right: 0; }
  .header-flag .header-flag-logo {
    line-height: 0;
    display: inline-block; }
    @media (max-width: 670px) {
      .header-flag .header-flag-logo {
        top: -4px; } }

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

.prev-coverage {
  display: inline-block;
  font-size: 0.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }
  @media (max-width: 670px) {
    .prev-coverage {
      display: none; } }

section {
  max-width: 660px; }
  section.wide {
    max-width: 1200px; }

.section-break {
  font-size: 1em; }
  .section-break:after {
    display: none; }
  .section-break:before {
    display: none; }

.side_bars {
  position: fixed;
  left: 7vw;
  width: 5px;
  box-shadow: 0 0 0 1em #222;
  top: 0;
  height: 0;
  z-index: -1; }
  @media (max-width: 992px) {
    .side_bars {
      display: none; } }

.story-end {
  height: 1em;
  width: auto;
  display: inline-block;
  background-color: #222;
  border-radius: 3px;
  padding: 3px; }

.content-jumbotron {
  position: relative; }
  .content-jumbotron .jumbotron-image video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
    .content-jumbotron .jumbotron-image video.crossfade:nth-of-type(1) {
      display: none; }
  .content-jumbotron .jumbotron-header {
    position: absolute;
    top: 1em;
    width: 100%;
    padding: 0 5vh;
    text-align: center; }
    .content-jumbotron .jumbotron-header .byline-container {
      opacity: 0;
      -webkit-transition: opacity 1s ease-out;
              transition: opacity 1s ease-out;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.8); }
    .content-jumbotron .jumbotron-header h1 {
      font-family: 'Libre Baskerville', serif;
      text-align: center;
      margin-top: 0;
      line-height: 1.2em;
      font-weight: 300;
      opacity: 0; }
      @media (max-width: 670px) {
        .content-jumbotron .jumbotron-header h1 {
          font-size: 2.2em;
          width: 100%; } }
      .content-jumbotron .jumbotron-header h1 span {
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-out;
                transition: opacity 0.4s ease-out; }
        .content-jumbotron .jumbotron-header h1 span.headline_breaks {
          display: block;
          opacity: 1;
          position: relative; }
    .content-jumbotron .jumbotron-header h2 {
      font-family: 'Roboto', sans-serif;
      color: white;
      font-weight: 300;
      max-width: 1000px;
      margin-left: auto;
      margin-right: 0; }
      @media (max-width: 670px) {
        .content-jumbotron .jumbotron-header h2 {
          font-size: 1.5em; } }
    .content-jumbotron .jumbotron-header h3 {
      font-family: 'Roboto', sans-serif;
      color: white;
      font-weight: 300; }
      @media (max-width: 670px) {
        .content-jumbotron .jumbotron-header h3 {
          font-size: 1.25em; } }
      .content-jumbotron .jumbotron-header h3.additional-byline {
        margin: 0;
        font-size: 1.12em;
        line-height: 1.35em; }
        @media (max-width: 670px) {
          .content-jumbotron .jumbotron-header h3.additional-byline {
            font-size: 0.9em; } }

section.phoebes-houses .row .columns {
  padding-top: 1em;
  padding-bottom: 1em; }
  section.phoebes-houses .row .columns span {
    display: block;
    color: #222;
    margin-top: 1em;
    font-size: 0.8rem;
    line-height: 1.25rem; }
  section.phoebes-houses .row .columns img {
    border: 1px solid #ccc; }
/*# sourceMappingURL=1example.css.map */