/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* ==========================================================================
   Table of Contents
==========================================================================
*/
/*

  0.  Normalize
  1.  General
  2.  Utilities

*/
/* ==========================================================================
   0. Normalize.css v2.1.3 | MIT License | git.io/normalize | (minified)
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #FF0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   1. General - Setting up some base styles
========================================================================== */
html {
  height: 100%;
  max-height: 100%;
  font-size: 21px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  height: 100%;
  max-height: 100%;
  font-family: 'mr-eaves-sans', Helvetica, sans-serif, sasn-serif;
  letter-spacing: 0.01rem;
  line-height: 1.58;
  color: #3A4145;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
}
::-moz-selection {
  background: #D6EDFF;
}
::selection {
  background: #D6EDFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  color: #2E2E2E;
  line-height: 1.15em;
  margin: 0 0 0.4em 0;
  font-family: 'trajan-sans-pro', Georgia, serif;
}
h1 {
  font-size: 5rem;
  letter-spacing: -2px;
  text-indent: -3px;
}
h2 {
  font-size: 3.6rem;
  letter-spacing: -1px;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.5rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 2rem;
}
a {
  color: #4A4A4A;
  transition: color ease 0.3s;
}
a:hover {
  color: #111;
}
p,
ul,
ol,
dl {
  -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  margin: 0 0 1.75em 0;
}
ol,
ul {
  padding-left: 3rem;
}
ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0 0 0.4em 0;
  padding-left: 2em;
}
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 1em;
}
dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}
li {
  margin: 0.4em 0;
}
li li {
  margin: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: #EFEFEF 1px solid;
  margin: 3.2em 0;
  padding: 0;
}
blockquote {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.75em 0 1.75em -2.2em;
  padding: 0 0 0 1.75em;
  border-left: #4A4A4A 0.4em solid;
}
blockquote p {
  margin: 0.8em 0;
  font-style: italic;
}
blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #CCC;
}
blockquote small:before {
  content: "\2014 \00A0";
}
blockquote cite {
  font-weight: 700;
}
blockquote cite a {
  font-weight: normal;
}
mark {
  background-color: #FFC336;
}
code,
tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre-wrap;
  border: #E3EDF3 1px solid;
  background: #F7FAFB;
  border-radius: 2px;
}
pre {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1.75em 0;
  border: #E3EDF3 1px solid;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  border-radius: 3px;
}
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #CCC 1px solid;
  color: #666;
  text-shadow: #FFF 0 1px 0;
  font-size: 0.9em;
  font-weight: 700;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}
table {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.75em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: #EFEFEF 1px solid;
}
table th {
  color: #000;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: #EFEFEF 2px solid;
}
table table table {
  background-color: #FFF;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #F6F6F6;
}
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent;
}
iframe,
.fluid-width-video-wrapper {
  display: block;
  margin: 1.75em 0;
}
/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
.fluid-width-video-wrapper iframe {
  margin: 0;
}
/* ==========================================================================
   2. Utilities - These things get used a lot
   ========================================================================== */
/* Clears shit */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Hides shit */
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body {
  font-family: "mr-eaves-sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44444;
  background: #fff;
}
a {
  color: #b50000;
}
a:hover {
  color: #b50000;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  margin: 0;
}
.top-title {
  text-align: center;
  padding: 0 10px;
  margin: 1.5em 0 2em;
}
.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1060px) {
  .content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.intro {
  text-align: left;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-left: 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
@media (max-width: 1060px) {
  .intro {
    margin-left: 0;
    padding: 0 20px;
  }
}
.video {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: 10px;
  width: 100%;
}
h1 {
  font-size: 3em;
  font-family: "trajan-sans-pro";
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 50px;
  }
}
.deck {
  font-family: "mr-eaves-sans";
}
@media (max-width: 480px) {
  .deck {
    font-size: 19px;
  }
}
.summary {
  max-width: 700px;
  margin: 1em auto 0;
  padding: 0 10px;
  font-family: "mr-eaves-sans";
}
@media (max-width: 1060px) {
  .summary {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .summary {
    font-size: 19px;
  }
}
.summary p {
  margin-bottom: 13px;
}
.footer {
  width: 100%;
  background: #212121;
  text-align: center;
  padding: 40px 0;
  min-height: 100px;
  color: white;
}
.more-text {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid;
  padding: 30px 20px;
}
.more-text h2 {
  text-align: center;
  font-family: "trajan-sans-pro";
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .more-text h2 {
    font-size: 22px;
  }
}
.more-text p {
  max-width: 600px;
  margin: 10px auto;
}
.social-links svg {
  padding: 10px;
}
.credit {
  margin-bottom: 15px;
  font-size: 1.2em;
}
@media (max-width: 480px) {
  .credit {
    font-size: 1em;
  }
}
.credit .title {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 0;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .credit .title {
    line-height: 1;
    font-size: 10px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(assets/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(assets/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(assets/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 800;
  max-width: 300px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 1px;
}
.leaflet-popup-content {
  font-family: "Assistant";
  font-size: 14px;
  margin: 20px 15px 15px 15px;
  line-height: 1.4;
}
.leaflet-popup-content .feature-name {
  font-size: 22px;
  font-weight: bold;
}
.leaflet-popup-content img {
  margin-top: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  color: white;
  font-size: 20px;
  font-style: italic;
  text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  /*position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";*/
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.embed-container {
  cursor: pointer;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header {
  z-index: 470;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
}
.kicker {
  font-family: 'trajan-sans-pro';
  letter-spacing: 3px;
}
.kicker.chinese {
  font-family: "adobe-kaiti-std, sans-serif;";
  margin-top: 10px;
  letter-spacing: 5px;
}
.deck {
  line-height: 1.2;
  max-width: 680px;
  margin: 20px auto;
  font-size: 25px;
}
@media (max-width: 480px) {
  .deck {
    font-size: 18px;
    padding: 0 10px;
  }
}
.logo {
  font-family: 'trajan-sans-pro', Georgia, serif;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.hide {
  display: none;
}
.links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 150px;
  width: 100%;
  height: 100%;
}
.links .link {
  margin: 0 4px;
  padding: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.links .link:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .links {
    display: none;
  }
}
.readmore {
  text-align: center;
}
.readmore span {
  padding: 5px 7px;
  text-transform: uppercase;
  font-size: 12px;
  background: red;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.looper {
  position: relative;
}
.looper.chapter {
  margin-bottom: 2em;
}
.looper.chapter .embed-container {
  pointer-events: none;
}
.lang-btns span {
  color: #fff;
  padding: 4px 8px;
  background: #e05b60;
  margin: 0 10px;
  font-size: 15px;
  box-shadow: 1px 1px 1px #7d0f13;
  cursor: pointer;
}
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.overlay.chapter {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 900px) {
  .overlay {
    display: none;
  }
}
#title {
  position: absolute;
  top: 0;
  padding-top: 10%;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
  display: none;
}
#title h1 {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 4em;
}
@media (max-width: 900px) {
  #title h1 {
    color: #333;
    font-size: 2em;
  }
}
#title .bottom-line {
  max-width: 700px;
  margin: 0 auto;
  border-bottom: solid 4px red;
  transform: scaleX(0);
  transition: transform 2000ms ease-in-out;
}
@media (max-width: 480px) {
  #title .bottom-line {
    margin: 0 10px;
  }
}
@media (max-width: 900px) {
  #title {
    padding-top: 5%;
    position: static;
    color: #333;
    display: block;
  }
}
.embed-container {
  /*pointer-events:none;*/
}
.embed-container img {
  width: 100%;
}
.section {
  padding: 0 20px;
}
.section p {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 10px;
  font-size: 1.2em;
}
.section h2 {
  max-width: 600px;
  margin: 0 auto 10px;
  font-size: 30px;
}
.section.chapter {
  border-bottom: 1px solid #ccc;
  padding: 5em 0;
}
@media (max-width: 480px) {
  .section.chapter {
    padding: 3em 0;
  }
}
.section.chapter.video {
  padding-top: 0;
  margin-top: 0;
}
.chinese-title {
  font-size: 90px;
  color: #EC1C24;
  line-height: 1;
  font-family: "adobe-kaiti-std, sans-serif;";
}
@media (max-width: 900px) {
  .chinese-title {
    font-size: 50px;
  }
}
#videos {
  background: #000;
}
.video-carousel {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-carousel .carousel-cell {
  margin-riht: 10px;
  width: 100%;
}
.video-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-grid .video {
  -webkit-flex: 1 0 24%;
  -ms-flex: 1 0 24%;
  flex: 1 0 24%;
  margin: 0;
}
@media (max-width: 900px) {
  .video-grid .video {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media (max-width: 480px) {
  .video-grid .video {
    -webkit-flex: 1 0 98%;
    -ms-flex: 1 0 98%;
    flex: 1 0 98%;
  }
}
.looper-title {
  position: absolute;
  top: 0;
  padding-top: 15%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.looper-title h2 {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 60px;
}
@media (max-width: 900px) {
  .looper-title h2 {
    color: #333;
    font-size: 30px;
    padding: 0 10px;
  }
}
.looper-title .bottom-line {
  max-width: 700px;
  margin: 0 auto;
  border-bottom: solid 4px red;
}
@media (max-width: 900px) {
  .looper-title {
    position: static;
    color: #333;
    padding-top: 5%;
  }
}
.chapter-number {
  text-transform: uppercase;
  font-size: 24px;
  color: red;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'trajan-sans-pro', Georgia, serif;
}
#intro {
  padding-top: 4em;
  padding-bottom: 4em;
}
#intro h2 {
  max-width: 1000px;
}
#ch2 h2 {
  max-width: 1000px;
}
.navigation {
  background: #fff;
  box-shadow: 2px 2px 2px #ccc;
  padding: 5px 10px;
  position: relative;
}
.navigation .link {
  display: inline-block;
}
.navigation .social {
  position: absolute;
  right: 0;
  padding: 0 5px;
  font-size: 19px;
  top: 5px;
}
.zoom {
  padding-bottom: 55%;
}
.zoom img {
  position: absolute;
  top: 0%;
  left: 50%;
  max-width: 200%;
  width: 100%;
  transform: translateX(-50%);
}
.parallax {
  max-width: 1100px;
  margin: 1.2em auto;
  font-size: 2em;
  font-family: 'trajan-sans-pro', Georgia, serif;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .parallax {
    font-size: 1em;
  }
}
.parallax .eng-lang.text {
  font-family: 'mr-eaves-sans', Helvetica, sans-serif;
  font-size: 20px;
}
.inline-video-right {
  max-width: 350px;
  float: right;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 20px;
}
.inline-video-right img {
  width: 100%;
}
.inline-video-left {
  max-width: 350px;
  float: left;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
}
#videos h2 {
  text-align: left;
  max-width: 1000px;
  color: #fff;
}
#photos h2 {
  text-align: left;
  max-width: 1000px;
}
.photo-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.photo-grid img {
  width: 100%;
}
.photo-grid .photo {
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin: 30px 0;
  line-height: 0;
  padding: 30px;
}
@media (max-width: 900px) {
  .photo-grid .photo {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .photo-grid .photo {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    padding: 10px;
    margin: 10px 0;
  }
}
.resident-name {
  margin: 11px 0;
  line-height: 1;
  text-align: center;
  font-size: 1.3em;
}
.resident-name.chinese {
  font-family: "adobe-kaiti-std, sans-serif;";
}
.flickity-page-dots .dot {
  background: #fff;
}
#about {
  text-align: center;
}
#about h2 {
  max-width: 1000px;
}
#about b {
  font-size: 0.9em;
}
#about .social {
  margin-bottom: 1em;
}
#map h2 {
  text-align: left;
  max-width: 1000px;
}
.chinese-lang {
  display: none;
}
.read-chinese,
.read-english {
  cursor: pointer;
}
.hide {
  display: none;
}
.selected {
  pointer-events: none;
  background: #EC1C24 !important;
}
.close {
  color: #fff;
  font-size: 3em;
  position: fixed;
  right: 10px;
  top: 40px;
  z-index: 2;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
  padding: 10px 20px;
}
.fa-play-circle {
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  top: 50px;
  text-shadow: 3px 2px 3px #333;
  font-size: 3.5em;
  color: #fff;
  cursor: pointer;
  position: absolute;
}
@media (max-width: 900px) {
  .fa-play-circle {
    font-size: 3em;
    top: 90px;
  }
}
.play {
  position: relative;
}
.video-popup {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #444;
  height: 100%;
  z-index: 9;
}
@media (max-width: 480px) {
  .video-popup {
    padding-top: 50%;
  }
}
.video-popup .embed-container iframe {
  height: 95%;
}
.photo {
  cursor: pointer;
}
.photo span {
  font-family: "mr-eaves-sans";
}
.slideshow {
  display: none;
  position: fixed;
  top: 40px;
  width: 100%;
  padding-top: 2em;
  z-index: 5;
  height: 100%;
  background: #333;
}
@media (max-width: 900px) {
  .slideshow {
    padding-top: 4.5em;
  }
}
.carousel-cell {
  width: 100%;
}
@media (max-width: 480px) {
  .carousel-cell {
    width: 100%;
  }
}
.caption {
  color: #333;
  font-size: 15px;
  padding: 0 10px;
}
.audiogram {
  max-width: 450px;
  margin: 0 auto 1em;
}
#map-leaflet {
  height: 500px;
}
@media (max-width: 480px) {
  #map-leaflet {
    height: 400px;
  }
}
.map-video {
  background: #000;
}
.leaflet-popup-content {
  width: 300px;
  margin: -1px -1px;
}
.leaflet-popup-content .name {
  font-size: 24px;
  font-family: mr-eaves-sans;
  padding: 5px 10px 0;
  font-weight: bold;
}
.leaflet-popup-content .chinese-name {
  font-family: "adobe-kaiti-std, sans-serif;";
}
.leaflet-popup-content .distance {
  padding: 0 10px;
  margin-bottom: 10px;
}
.historical-photo {
  max-width: 660px;
  margin: 2em auto;
}
.historical-photo img {
  width: 100%;
}
.historical-photo .caption {
  font-size: 15px;
}
.credits {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.credit {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: right;
  font-weight: 100;
  padding: 0 5px;
  font-size: 18px;
  line-height: 1;
}
.credit.name {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}
.credit span {
  font-size: 15px;
  font-weight: normal;
}
#press {
  text-align: center;
}
#press .link {
  margin-bottom: 1em;
}
