* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
leaflet-map:not([ready]) {
  opacity: 0;
  overflow: hidden;
}
.container {
  position: relative;
}
@media (max-width: 480px) {
  .container {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.container::before {
  display: block;
  content: "";
  padding-bottom: 75%;
}
@media (max-width: 480px) {
  .container::before {
    padding-bottom: 133.33333333%;
  }
}
.container .interactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interactive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.interactive .tabs {
  display: none;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .interactive .tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .interactive {
    height: 400px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.interactive leaflet-map {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 99;
}
@media (max-width: 480px) {
  .interactive leaflet-map {
    display: none;
  }
  .map.interactive leaflet-map {
    display: block;
  }
}
.interactive .stream {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 99;
}
@media (max-width: 768px) {
  .interactive .stream {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (max-width: 480px) {
  .interactive .stream {
    display: none;
  }
  .stream.interactive .stream {
    display: block;
  }
}
.tabs .tab {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
  background: #e0e0e0;
  text-transform: uppercase;
  font-size: 16px;
  color: #7e838b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs .tab.selected {
  background: white;
  color: #231f20;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
ul.stream {
  list-style-type: none;
  overflow: auto;
  padding: 0;
  margin: 0;
}
ul.stream .tweet {
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-bottom: none;
}
ul.stream .tweet .text {
  font-size: 14px;
}
ul.stream .tweet .media-box,
leaflet-map .tweet .media-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.stream .tweet .media-box .media,
leaflet-map .tweet .media-box .media {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: center;
}
ul.stream .tweet .media-box img,
leaflet-map .tweet .media-box img {
  display: block;
  margin: auto;
  max-height: 300px;
}
ul.stream .tweet .media-box .inline-video,
leaflet-map .tweet .media-box .inline-video {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  font-size: 14px;
}
ul.stream .tweet .media-box .inline-video video,
leaflet-map .tweet .media-box .inline-video video {
  width: 100%;
}
leaflet-map .tweet-marker {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 100%;
  background: black;
  opacity: .7;
}
leaflet-map .tweet-marker.recent {
  background: #9e4630;
  opacity: 1;
  z-index: 99999 !important;
}
leaflet-map .tweet-marker.young {
  background: #bf705c;
  opacity: 1;
  z-index: 9999 !important;
}
leaflet-map .tweet-marker.old {
  background: #b37768;
  opacity: .9;
  z-index: 999 !important;
}
leaflet-map .tweet-marker.older {
  background: #a87e73;
  opacity: .8;
  z-index: 99 !important;
}
leaflet-map .tweet-marker.oldest {
  background: #8899a6;
  opacity: .7;
  z-index: 9 !important;
}
leaflet-map .tweet-marker.ancient {
  background: #8899a6;
  opacity: .4;
}
leaflet-map .tweet-marker.video {
  text-align: center;
  line-height: 12px;
}
leaflet-map .tweet-marker.video.recent {
  background: #0777b3;
  z-index: 100000 !important;
}
leaflet-map .tweet-marker.video.young {
  background: #3d7797;
  z-index: 10000 !important;
}
leaflet-map .tweet-marker.video.old {
  background: #619ebf;
  z-index: 1000 !important;
}
leaflet-map .tweet-marker.video.older {
  background: #85b4ce;
  z-index: 100 !important;
}
leaflet-map .tweet-marker:hover,
leaflet-map .tweet-marker.focused {
  z-index: 999 !important;
  opacity: 1 !important;
}
leaflet-map .tweet {
  width: 300px;
}
leaflet-map .tweet img {
  max-width: 100% !important;
}
leaflet-map .tweet .follow {
  display: none;
}
leaflet-map .tweet .jump {
  display: none;
}
@media (max-width: 480px) {
  leaflet-map .tweet .embedded {
    max-height: 100px;
    margin: auto;
    display: block;
  }
}
.map-key {
  position: absolute;
  padding: 8px;
  bottom: 8px;
  left: 8px;
  background: #f8f8f8;
  color: #424648;
  border-radius: 8px;
  z-index: 999;
  font-size: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .map-key {
    display: none;
  }
}
.map-key .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #9e4630;
  border-radius: 100%;
  margin-right: 8px;
  vertical-align: text-top;
}
.map-key .dot.video {
  background: #0777b3;
}
.tweet {
  overflow: hidden;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.tweet .shy {
  display: inline-block;
  width: 0;
  color: transparent;
}
.tweet a:hover {
  text-decoration: underline;
}
.tweet .avatar {
  float: left;
  margin-right: 8px;
  border-radius: 5px;
}
.tweet .name {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 16px;
}
.tweet .timestamp {
  display: block;
  font-size: 12px;
  color: #8899a6;
}
.tweet .follow {
  display: inline-block;
  background: #8899a6;
  transition: background 0.2s linear;
  color: #f8f8f8;
  font-size: 12px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 4px;
  float: right;
  border-radius: 4px;
}
.tweet .follow:hover {
  background: #0777b3;
  color: #f8f8f8;
  text-decoration: none;
}
.tweet .jump {
  display: block;
  background: white;
  border: 1px solid #8899a6;
  color: #8899a6;
  cursor: pointer;
  padding: 4px;
  float: right;
  clear: right;
  border-radius: 4px;
  margin-left: 8px;
}
.tweet .jump .icon {
  display: block;
}
.tweet .text {
  margin-bottom: 2px;
}
.tweet .text a:hover {
  color: #0777b3;
}
.tweet .hashtags {
  font-size: 12px;
  margin-bottom: 2px;
}
.tweet .hashtags a {
  color: #8899a6;
}
