html,body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,Roboto,sans-serif;
  background-color: #CDD2D4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a { color: #3F7B97;}
blockquote {
  color: #737373;
}
.page-load #worldsy_loading_screen {
  display: block;
}
.page-load #worldsy_outer {
  opacity: 0;
}
.button {
  background-color: #1479CD;
  color: #FFFFFF;
}
.worldsy-disabled {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.worldsy-enabled {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.reveal-overlay {
  z-index: 999999;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
  outline: none !important;
}
:focus{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
  outline: none !important;
}
/*
  Foundation Overwrites
*/
html.is-reveal-open, html.is-reveal-open body {
  position: relative;
}
.is-dropdown-submenu-parent {
  z-index: 20000;
}
.js-off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
.position-left {
  transform: translateX(-400px);
  width: 400px;
}
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(400px);
}
.accordion-title {
  font-size: 1rem;
}
.accordion-title::before {
  font-size: 1.5rem;
  margin-top: -0.75rem;
}
.accordion-title:focus, .accordion-title:hover {
  background-color: #ccc;
}
a.thumbnail.disabled:focus, a.thumbnail.disabled:hover{ box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3); }
.thumbnail.disabled { cursor: default; }
.callout {
  margin: 0;
}
.title-bar .menu-icon {
  margin-right: .5rem;
  padding: 0.5rem;
}
/*
  Leaflet Overwrites
*/
.leaflet-container a {
  color: #FFF;
  background-color: transparent;
}
.leaflet-map-pane svg {
  z-index: auto;
}
.leaflet-popup-content-wrapper{
  border-radius: 0;
}
.leaflet-container a.leaflet-popup-close-button {
  background-color: initial;
  border: 1px solid transparent;
  color: #FFF;
  font-size: 1.25rem;
  height: 1.6875rem;
  line-height: 1.35rem;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 1.6875rem;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover{
  color: #FFF;
  background-color: initial;
  border-color: #FFF;
}
.leaflet-popup-content {
  margin: 0;
}
.leaflet-marker-icon {
  background-color: transparent;
  border-radius: 4rem;
}
.leaflet-popup-tip-container {
  height: 20px;
  left: -29px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  bottom: 23px;
  transform: rotate(90deg);
  width: 40px;
}
.mobile .leaflet-popup-tip-container {
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  transform: rotate(0deg);
}
.leaflet-marker-icon {
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
  animation: fadein 1.5s;
}
.story-block {
  display: block;
  max-height: 400px;
  overflow-y: scroll;
}
#worldsy_outer{
  height: 100%;
}
#worldsy_inner{
  /*position: relative;*/
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.is-open ~ #worldsy_inner {
  width: calc(100% - 400px);
}
#toggleHelp {
  background-color: #1479CD;
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  height: 26px;
  left: -74px;
  line-height: 1.2rem;
  margin: -13px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
  width: 200px;
  z-index: 999;
}
#map {
  background-color: #d4dadc;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px !important;
  overflow: hidden;
}
.show-for-sr, .show-on-focus {
  color: #000;
}
.hidden {
  visibility: hidden;
  height: 0;
}
.top-title {
  margin-top: 6rem;
}
/* Base Thread Style */
.leaflet-popup {
  margin-bottom: 0;
}
.thread .leaflet-popup-content-wrapper,
.thread .leaflet-popup-tip{
  background-color: #FFF;
  color: #000;
  box-shadow: 0 3px 14px rgba(0,0,0,0.6);
}
.mobile .thread .leaflet-popup-content-wrapper,
.mobile .thread .leaflet-popup-tip {
  background-color: #eee;
}
.thread-color > a {
  color: #000;
  display: inline-block;
  padding: 0 0.5rem 0.25rem;
}
.thread-color > a:hover {
  text-decoration: underline;
}
.thread h3 > a {
  color: #000;
}
.alpha-logo {
  color: #0f89ff;
  font-size: 1.5rem;
  line-height: 1.3rem;
  border-color: #0f89ff;
  vertical-align: text-top;
}
.worldsy-top > a, .worldsy-top .thread, .thread-top .leaflet-popup-content-wrapper, .thread-top .leaflet-popup-tip,
#offCanvasCategories .link-filter.top.active {
  background-color: #339bff;
}
.worldsy_top .w-thread > header > span, .breaking .thread-color,
.worldsy_ .w-thread > header > span, .breaking .thread-color,
.worldsy_top .thread-information {
  background-color: #339bff;
}
.worldsy_top .w-thread span::selection {
  color: #339bff;
  background-color: #FFF;
}
.worldsy_top .w-thread span::-moz-selection {
  color: #339bff;
  background-color: #FFF;
}
.worldsy_ .w-thread span::selection {
  color: #339bff;
  background-color: #FFF;
}
.worldsy_ .w-thread span::-moz-selection {
  color: #339bff;
  background-color: #FFF;
}
.icon-politics, .worldsy-politics > a, .worldsy-politics .thread, .thread-politics .leaflet-popup-content-wrapper, .thread-politics .leaflet-popup-tip,
#offCanvasCategories .link-filter.politics.active {
  background-color: #e03b3b;
}
.worldsy_politics .w-thread > header > span, .politics .thread-color,
.worldsy_politics .thread-information {
  background-color: #DE2B2B;
}
.worldsy_politics .w-thread span::selection {
  color: #e03b3b;
  background-color: #FFF;
}
.worldsy_politics .w-thread span::-moz-selection {
  color: #e03b3b;
  background-color: #FFF;
}
.icon-money, .worldsy-money > a, .worldsy-money .thread, .thread-money .leaflet-popup-content-wrapper, .thread-money .leaflet-popup-tip,
#offCanvasCategories .link-filter.money.active {
  background-color: #6D7D1D;
}
.worldsy_money .w-thread > header > span, .money .thread-color,
.worldsy_money .thread-information {
  background-color: #6D7D1D;
}
.worldsy_money .w-thread span::selection {
  color: #6D7D1D;
  background-color: #FFF;
}
.worldsy_money .w-thread span::-moz-selection {
  color: #6D7D1D;
  background-color: #FFF;
}
.icon-environment, .worldsy-environment > a, .worldsy-environment .thread, .thread-environment .leaflet-popup-content-wrapper, .thread-environment .leaflet-popup-tip,
#offCanvasCategories .link-filter.environment.active {
  background-color: #008568;
}
.worldsy_environment .w-thread > header > span, .environment .thread-color,
.worldsy_environment .thread-information {
  background-color: #008568;
}
.worldsy_environment .w-thread span::selection {
  color: #008568;
  background-color: #FFF;
}
.worldsy_environment .w-thread span::-moz-selection {
  color: #008568;
  background-color: #FFF;
}
.icon-health, .worldsy-health > a, .worldsy-health .thread, .thread-health .leaflet-popup-content-wrapper, .thread-health .leaflet-popup-tip,
#offCanvasCategories .link-filter.health.active {
  background-color: #f88c7b;
}
.worldsy_health .w-thread > header > span, .health .thread-color,
.worldsy_health .thread-information {
  background-color: #f88c7b;
}
.worldsy_health .w-thread span::selection {
  color: #f88c7b;
  background-color: #FFF;
}
.worldsy_health .w-thread span::-moz-selection {
  color: #f88c7b;
  background-color: #FFF;
}
.icon-scitech, .worldsy-scitech > a, .worldsy-scitech .thread, .thread-scitech .leaflet-popup-content-wrapper, .thread-scitech .leaflet-popup-tip,
#offCanvasCategories .link-filter.scitech.active {
  background-color: #507C95;
}
.worldsy_scitech .w-thread > header > span, .scitech .thread-color,
.worldsy_scitech .thread-information {
  background-color: #507C95;
}
.worldsy_scitech .w-thread span::selection {
  color: #507C95;
  background-color: #FFF;
}
.worldsy_scitech .w-thread span::-moz-selection {
  color: #507C95;
  background-color: #FFF;
}
.icon-sports, .worldsy-sports > a, .worldsy-sports .thread, .thread-sports .leaflet-popup-content-wrapper, .thread-sports .leaflet-popup-tip,
#offCanvasCategories .link-filter.sports.active {
  background-color: #F2B205;
}
.worldsy_sports .w-thread > header > span, .sports .thread-color,
.worldsy_sports .thread-information {
  background-color: #F2B205;
}
.worldsy_sports .w-thread span::selection {
  color: #F2B205;
  background-color: #FFF;
}
.worldsy_sports .w-thread span::-moz-selection {
  color: #F2B205;
  background-color: #FFF;
}
.icon-entertainment, .worldsy-entertainment > a, .worldsy-entertainment .thread, .thread-entertainment .leaflet-popup-content-wrapper, .thread-entertainment .leaflet-popup-tip,
#offCanvasCategories .link-filter.entertainment.active {
  background-color: #8f9091;
}
.worldsy_entertainment .w-thread > header > span, .entertainment .thread-color,
.worldsy_entertainment .thread-information {
  background-color: #8f9091;
}
.worldsy_entertainment .w-thread span::selection {
  color: #8f9091;
  background-color: #FFF;
}
.worldsy_entertainment .w-thread span::-moz-selection {
  color: #8f9091;
  background-color: #FFF;
}
/* Special Categories */
.icon-trumptracker, .worldsy-trumptracker > a, .worldsy-trumptracker .thread, .thread-trumptracker .leaflet-popup-content-wrapper, .thread-trumptracker .leaflet-popup-tip,
#offCanvasCategories .link-filter.trumptracker.active {
  background-color: #C06338;
}
.worldsy_trumptracker .w-thread > header > span, .trumptracker .thread-color,
.worldsy_trumptracker .thread-information {
  background-color: #C06338;
}
.worldsy_trumptracker .w-thread span::selection {
  color: #C06338;
  background-color: #FFF;
}
.worldsy_trumptracker .w-thread span::-moz-selection {
  color: #C06338;
  background-color: #FFF;
}
/* End Special Categories */

.icon.icon-clock {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin-right: 2px;
  vertical-align: middle;
}
.thread-wrapper {
  left: 3rem;
  position: relative;
  top: -3rem;
}
.nav-open #worldsy_outer {
  height: 90%;
}
.nav-open #cat_nav {
  height: 10%;
}
.nav .icon {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 8px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.nav .icon.category-top {
  padding: 5px;
}
.nav:hover .icon, .nav:focus .icon {
  opacity: 0.70;
}
.nav .icon.active{
  opacity: 1;
}

ul.navigation {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.navigation li {
  float: left;
  line-height: 0;
  text-align: center;
  min-width: 50px;
  width: 5%;
}
ul.navigation li a.nav {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0.25rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.leaflet-control-layers,
.leaflet-control-layers-expanded {
  background: #fff none repeat scroll 0 0;
  color: #333;
  border-radius: 0;
  padding: 6px 10px 6px 6px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
}
.leaflet-control-layers .leaflet-control-layers-toggle, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border-width: 1px;
  border-radius: 0;
  border-color: #999;
}
.leaflet-bar a:first-child, 
.leaflet-bar a:last-child {
  color: #000;
  border-radius: 0;
  background-color: #fff;
  border-color: #999;
}
.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a.leaflet-disabled {
  background-color: #f4f4f4 !important;
  color: #696969 !important;
}
#timeline {
  margin-bottom: 1rem;
  width: 100%;
  z-index: 1;
}
#worldsy_head {
  background-color: #CDD2D4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1337;
}
#worldsy_foot {
  padding: 0 4.5rem;
}
.worldsy-text {
  color: #fff;
}
footer {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1337;
}
.leaflet-container .leaflet-control-attribution {
  display: none;
}
/* Timeline Edits */

#date{ color: #3399FF;}
.noUi-target {border: none; border-radius: 0; box-shadow: none;}
.noUi-horizontal {height: 2px;}
.noUi-horizontal .noUi-handle {top: -12px;}
.noUi-target, .noUi-handle {border-color: #1779ba;}
.noUi-handle {background-color: #9ad9fc; border-radius:0; box-shadow:none;}
.noUi-handle::after, .noUi-handle::before {background-color: #1779ba;}
.noUi-background {background-color: #1779ba;}

/* Helpers */

#dateDisplay {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  opacity: 1;
  padding: 0 0.75rem;
  position: absolute;
  text-align: right;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

#dateDisplay.small_text {
  font-size: 1.575rem !important;
}
#dateDisplay.big_text {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#dateDisplay.big_text #date {
  display: inline-block;
  margin-bottom: 1rem;
  opacity: 0.45;
}
.load-display {
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 410;
}
.bottom-loader {
  height: 5px;
  width: 100%;
  z-index: 2;
}
.loading .bottom-loader {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.loading .bottom-loader:before{
  bottom: 0;
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}


@keyframes lawdy {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-moz-keyframes lawdy {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lawdy {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-moz-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-webkit-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-o-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-ms-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}

.icon-politics.topRank::after {
  border-color: rgba(224,59,59,0.90);
}
.icon-money.topRank::after {
  border-color: rgba(151,175,37,0.90);
}
.icon-scitech.topRank::after {
  border-color: rgba(119,159,182,0.90);
}
.icon-environment.topRank::after {
  border-color: rgba(0,185,144,0.90);
}
.icon-health.topRank::after {
  border-color: rgba(248,140,123,0.90);
}
.icon-sports.topRank::after {
  border-color: rgba(242,178,5,0.90);
}
.icon-entertainment.topRank::after {
  border-color: rgba(143,144,145,0.90);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,153,255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(51,153,255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,153,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(51,153,255, 0.6);
    box-shadow: 0 0 0 0 rgba(51,153,255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(51,153,255, 0);
    box-shadow: 0 0 0 10px rgba(51,153,255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(51,153,255, 0);
    box-shadow: 0 0 0 0 rgba(51,153,255, 0);
  }
}

@-webkit-keyframes pulsei {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,153,255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 13px rgba(51,153,255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,153,255, 0);
  }
}

@keyframes pulsei {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(51,153,255, 0.8);
    box-shadow: 0 0 0 0 rgba(51,153,255, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 13px rgba(51,153,255, 0);
    box-shadow: 0 0 0 13px rgba(51,153,255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(51,153,255, 0);
    box-shadow: 0 0 0 0 rgba(51,153,255, 0);
  }
}

@-webkit-keyframes ringpulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0.0;
  }
}
@keyframes ringpulse {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
   opacity: 1.0;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0.0;
  }
}

.leaflet-marker-icon.breaking {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(51,153,255, 0.8);
  -webkit-animation: pulsei 2s;
  -webkit-animation-iteration-count: infinite;
  animation: pulsei 2s;
  animation-iteration-count: infinite;
}
.leaflet-marker-icon.topRank:after,
.leaflet-marker-icon.topRank::after {
  animation: 2000ms ease-out 0s normal none infinite running ringpulse;
  -webkit-animation: ringpulse 2s;
  -webkit-animation-iteration-count: infinite;
  border: 4px solid rgba(51, 182, 235, 0.9);
  border-radius: 50%;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 0;
  width: 60px;
}
.leaflet-marker-icon .icon {
  fill: #000000;
  height: 100%;
  width: 100%;
  padding: 0.21875rem;
}
.leaflet-popup-content p a {
  color: #000;
  font-style: italic;
}
.leaflet-popup-content p a:hover {
  text-decoration: underline;
}
.leaflet-popup-content p {
  font-size: 0.75rem;
  line-height: 0.975rem;
  margin: 0;
}
/*  New Styles  */
#offCanvas {
  padding: 0 0.5rem;
  z-index: 1001;
}
label, select {
  font-family: Arial;
  font-size: 0.875rem;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.00) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0.60;
  }
}
@keyframes scaleout {
  0% { 
    -webkit-transform: scale(0.00);
    transform: scale(0.00);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0.60;
  }
}
.date-tooltip {
  background-color: rgba(20, 121, 205, 0.80);
  left: -50px;
  opacity: 0.45;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 134px;
  -webkit-transition: opacity 100ms linear 400ms;
  -moz-transition: opacity 100ms linear 400ms;
  -o-transition: opacity 100ms linear 400ms;
  transition: opacity 100ms linear 400ms;
}
.noUi-active .date-tooltip,
#worldsy_foot:hover .date-tooltip {
  opacity: 1;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.report-menu {
  left: 0;
  position: absolute;
  top: 0;
}
.story-report {
  cursor: pointer;
  bottom: 0;
  display: block;
  padding: 1px 2px 1px 7px;
  position: absolute;
  right: 0;
}
.report-form {
  background-color: #fff;
  -webkit-transition: height 200ms linear;
  -moz-transition: height 200ms linear;
  -o-transition: height 200ms linear;
  transition: height 200ms linear;
}
.report-form .story-report {
  display: none;
}
#report_form .button-group {
  margin-top: 1rem;
}
.ignore {
  background-color: #ddd;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  overflow: hidden;
}
.ignore:hover{
  background-color: #ddd;
}
#report_suggestion {
  border: 1px solid #cacaca;
  min-height: 4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.viewing-thread {
  height: 36px !important;
  margin-left: -18px !important;
  margin-top: -18px !important;
  padding: 2px;
  width: 36px !important;
  z-index: 110000 !important;
}
.leaflet-marker-icon.viewing-thread.topRank::after {
  height: 70px;
  margin-left: -17px;
  margin-top: -17px;
  width: 70px;
}
#loader {
  bottom: 0;
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  z-index: 998;
}
.loading #loader {
  display: block;
}
.loader-spinner {
  animation: 2s ease-in-out 0s normal none infinite running scaleout;
  background-color: transparent;
  height: 3rem;
  width: 3rem;
}
address {
  color: #555;
  display: inline-block;
  font-size: 0.7rem;
  margin: 0 0.5rem;
}
.thread address > a {
  color: #555;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: normal;
  padding: 0;
}
#cat_nav {
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 501;
}
.navigation > div[class^="worldsy-"] > a {
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  display: inline-block;
  opacity: 0.65;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.navigation > div[class^="worldsy-"] > a.active,
.navigation > div[class^="worldsy-"] > a:hover {
  opacity: 1;
}
.story-stats {
  color: #666;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
}
#offCanvas .close-button {
  font-size: 2.675rem;
  top: 0;
}
#mobThread {
  top: 0 !important;
  position: absolute;
  padding: 0;
  z-index: 2200;
}
#mobThread article {
  height: 80px;
}
#mobThread header {
  height: 53px;
  padding: 0.25rem 0.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
#mobThread time {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1rem;
}
#mobThread .story-source {
  font-size: 0.8rem;
  margin: 0.125rem 0.5rem;
}
#mobThread .story-block {
  height: auto;
}
#mobThread .story-report {
  background-color: #dedede;
  height: 80px;
  margin: 0;
  padding: 1rem;
  right: -80px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  -webkit-box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.9);
  -moz-box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.9);
  box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.9);
}
.wiki-links > a {
  padding: 0.25rem 0;
}
.desktop .thread header p.wiki-links {
  line-height: 1.4;
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}
#mobThreadContent .wiki-links > a {
  border: 1px solid #000000;
  display: inline-block;
  margin: 10px;
  padding: 7px 15px;
  text-align: center;
  vertical-align: top;
}
#mobThread #panel_stories {
  padding: 0;
  overflow: hidden;
}
#mobThread .tabs-content,
#mobThread .tabs {
  border: medium none;
  background-color: #fff;
}
#mobThread .tabs-title,
#mobThread .tabs-link {
  width: 33.33%;
  text-align: center;
}
#mobThread .tabs-title > a,
#mobThreadContent .wiki-links > a {
  color: #444;
}
#mobThread .tabs-title > a:focus,
#mobThread .tabs-title > a[aria-selected="true"] {
  background-color: #444;
  color: #fff;
}
#mobThread .tabs-title > a {
  color: #444;
}
#mobThread .tabs-title > a {
  border: 1px solid #444;
  font-size: 1rem;
}
#mobThread article > a {
  height: 100%;
}
#mobThread .tabs-title:last-child > a {
  border-left: medium none;
}
#mobThread .tabs-panel {
  margin-bottom: 4rem;
}
#mobThread .header {
  border: none;
}
#mobThread .thread h3 {
  padding: 0;
}
#mobThread .site-link {
  background-color: #dedede;
  display: block;
  height: 80px;
  left: -240px;
  position: absolute;
  width: 240px;
  -webkit-box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.9);
  -moz-box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.9);
  box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.9);
}
#mobThread article p {
  margin: 0;
}
#panel_stories .move-left {
  transform: translateX(-80px);
}
#panel_stories .move-right {
  transform: translateX(240px);
}
.thread-color a, .close-button {
  color: #222;
}
.mobile-account span {
  display: block;
  line-height: 1;
  padding: 0.7rem 1rem;
}
#worldsy_inner .callout {
  margin-top: 38px;
}

#worldsy_loading_screen {
  background-color: #339bff; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2000;
  overflow: hidden;
}
.fullcenter {
  left: 50%; position: absolute; top: 50%;
}
.fullcenter .worldsy-logo {
  height: auto; left: -160px; padding: 0; position: relative; top: -39px; width: 320px;
}
#thread_tabs {
  position: fixed;
  top: 53px;
  width: 100%;
  z-index: 2;
}
.worldsy-loading {
  height: 100%;
  position: absolute;
  top: 0;
  width: 320px;
}
.worldsy-loading-inner {
  color: #000;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 100px);
}
.worldsy-loading-inner label {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 1rem 0.125rem 0;
  opacity: 0;
  width: 10px;
}
.worldsy-loading-inner label:nth-child(6) {
  -webkit-animation: lawdy 3s infinite ease-in-out;
  -moz-animation: lawdy 3s infinite ease-in-out;
  animation: lawdy 3s infinite ease-in-out;
}
.worldsy-loading-inner label:nth-child(5) {
  -webkit-animation: lawdy 3s 100ms infinite ease-in-out;
  -moz-animation: lawdy 3s 100ms infinite ease-in-out;
  animation: lawdy 3s 100ms infinite ease-in-out;
}
.worldsy-loading-inner label:nth-child(4) {
  -webkit-animation: lawdy 3s 200ms infinite ease-in-out;
  -moz-animation: lawdy 3s 200ms infinite ease-in-out;
  animation: lawdy 3s 200ms infinite ease-in-out;
}
.worldsy-loading-inner label:nth-child(3) {
  -webkit-animation: lawdy 3s 300ms infinite ease-in-out;
  -moz-animation: lawdy 3s 300ms infinite ease-in-out;
  animation: lawdy 3s 300ms infinite ease-in-out;
}
.worldsy-loading-inner label:nth-child(2) {
  -webkit-animation: lawdy 3s 400ms infinite ease-in-out;
  -moz-animation: lawdy 3s 400ms infinite ease-in-out;
  animation: lawdy 3s 400ms infinite ease-in-out;
}
.worldsy-loading-inner label:nth-child(1) {
  -webkit-animation: lawdy 3s 500ms infinite ease-in-out;
  -moz-animation: lawdy 3s 500ms infinite ease-in-out;
  animation: lawdy 3s 500ms infinite ease-in-out;
}
.leaflet-popup-content ul {
  margin-bottom: 2.25rem;
}
.leaflet-control-container {
  display: none;
}
.js-off-canvas-overlay {
  z-index: 999;
}
.off-canvas.is-transition-overlap {
  z-index: 9999;
}
#mobile_cat_toggle {
  line-height: 38px;
  font-size: 0.9rem;
}
#cat_nav {
  display: none;
}
.w-thread header {
  display: block;
  width: 100%;
  height: 48px;
  position: relative;
}
.w-thread article header {
  height: auto;
}
.thread-rank {
  position: absolute;
  font-size: 1.5rem;
  background-color: black;
  color: white;
  width: 56px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 4;
}
.thread-information {
  position: absolute;
  left: 0;
  height: 48px;
  width: 100%;
  padding-left: 56px;
}
.thread-information > p {
  padding-left: 7px;
  padding-right: 30px;
  padding-top: 6px;
  color: #fff;
}
.leaflet-popup-content .thread-category {
  font-size: 1.25rem;
  /*text-shadow: 0px 0px 6px #000;*/
}
.leaflet-popup-content .thread-location {
  display: block;
  font-size: 1rem;
  padding-right: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 25em) {
  .position-left {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .navigation > div[class^="worldsy-"] > a {
    opacity: 0.45;
  }
  .leaflet-control-container {
    display: block;
  }
}
@media screen and (max-width: 63.9375em){
  .dropdown.menu {
    background: #e6e6e6 none repeat scroll 0 0;
    box-shadow: 4px 16px 11px #999;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4000;
  }
  .menu > li > a {
    padding: 1.25rem 1rem;
  }
  #offCanvas > h3 {
    margin-top: 0.5rem;
  }
  .title-bar > .category-list-menu {
    background-color: rgba(0,0,0,0.20);
    cursor: pointer;
    position: absolute;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 0 3px;
    min-width: 150px;
    max-width: 150px;
    height: 100%;
  }
  .category-list-menu > a {
    color: #000;
  }
  #main_menu .dropdown.menu.vertical {
    max-width: 18.75rem;
    border: 1px solid rgba(0,0,0,0.33);
  }
}
@media screen and (min-width: 64em) {
  #cat_nav{
    display: block;
    width: 50%;
    margin-left: 25%;
  }
  #cat_nav .column {
    padding: 0 0.15rem;
  }
  .navigation > div[class^="worldsy-"] > a {
    height: 3rem;
    width: 3rem;
  }
  .desktop .leaflet-control-zoom {
    display: block;
    margin-top: 48px !important;
  }
  .desktop #toggleHelp {
    display: block;
  }
  .loader-spinner {
    height: 6rem;
    width: 6rem;
  }
}
.w-thread .thread-container {
  height: 440px;
  max-height: 440px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
}
.thread-container section {
  background-color: #fff;
}
.leaflet-popup-content-wrapper {
  padding: 0;
}
.w-thread {
  width: 100%; 
  margin: 0;
  background-color: #fff;
  color: #000;
}
.w-thread article,
.w-thread header,
.w-thread .entry-content,
.w-thread footer {
  position: relative;
}
.link-article {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
a::-moz-placeholder {
  color: transparent;
}
a::-webkit-input-placeholder {
  color: transparent;
}
a::-moz-placeholder {
  color: transparent;
}
a:-ms-input-placeholder {
  color: transparent;
}
.w-thread > header > span {
  height: 30px;
  width: 100%;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,Roboto,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  color: white;
  padding: 0 30px 0 10px;
  letter-spacing: 0.2px;
}
.thread-container figcaption {
  display: none;
}
.entry-title {
  font-size: 1rem;
  line-height: 1.125rem;
}
h1.entry-title,
h3.entry-title {
  font-family: "Helvetica Neue",Helvetica,Arial,Roboto,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.3;
  width: 60%;
  float: left;
  padding: 10px;
}
h3.entry-title {
  width: 65%;
  font-size: 0.875rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
h1.entry-title ~ figure,
h3.entry-title ~ figure {
  width: 40%;
  float: left;
  padding: 10px;
}
article.no-image .entry-title,
.entry-title.no-image {
  width: 100%;
}
article.no-image figure {
  display: none;
  opacity: 0;
}
h3.entry-title ~ figure {
  width: 35%;
  padding-bottom: 0;
}
.link-article:hover ~ h1.entry-title,
.link-article:hover ~ h3.entry-title,
.link-article:hover ~ p {
  text-decoration: underline;
}
.w-thread footer {
  position: relative;
  z-index: auto;
  padding: 0;
  width: 100%;
}
.thread-container article p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}
.thread-container .entry-content p{
  padding: 0 10px;
}
.thread-container address {
  padding: 0;
  margin: 0;
}
.thread-container address a,
.thread-container time {
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  padding: 10px;
}
.thread-container address a {
  padding: 10px;
}
.thread-container .icon.icon-clock {
  width: 13px;
  height: 13px;
  vertical-align: text-top;
}
.article-divider {
  margin: 0;
  padding: 0 10px;
}
.article-divider > hr {
  margin: 0;
  color: #888;
}
.more-articles article:last-child
.article-divider {
  display: none;
}
.keyword {
  float: left;
}
.keyword > a {
  border: 1px solid #999;
  display: inline-block;
  margin: 10px;
  padding: 7px 15px;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  color: #999;
}
.keyword > a:hover {
  border-color: #000;
  color: #000;
}
.w-thread footer .menu {
  background-color: #eee;
  margin-bottom: 0;
}
.threadButton {
  padding: 8px 0;
  cursor: pointer;
  width: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-tap-highlight-color: transparent;
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}
.threadButton:hover {
  background-color: rgba(0, 0, 0, 0.15)
}
footer .menu .icon-arrow-left,
footer .menu .icon-plus-circle,
footer .menu .icon-share,
footer .menu .icon-arrow-right,
.social-container .social-share .icon {
  height: 28px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.social-container .social-share .icon {
  height: 40px;
  width: 100%;
}
.w-thread .thread-container > section:not(.thread-child),
.w-thread.open-social .thread-container > section,
.w-thread.open-keywords .thread-container > section {
  display: none;
}
.w-thread.open-keywords .thread-container > section.keyword-container {
  display: block;
  z-index: 2;
}
.w-thread.open-social .thread-container > section.social-container {
  display: block;
  z-index: 2;
}

.thread .w-thread.open-keywords .threadMore,
.thread .w-thread.open-social .threadSocial {
  fill: #339bff;
  background-color: #ccc;
  box-shadow: inset 0px 2px #339bff;
}

.social-container .social-share {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.75rem;
  text-decoration: none;
  width: 100%;
}
.social-container .social-share .icon {
  display: inline-block;
  fill: #fff;
  height: 1.5rem;
  margin-right: 0.5rem;
  stroke: #fff;
  stroke-width: 0;
  vertical-align: bottom;
  width: 1.5rem;
}
.social-container .social-share.facebook {
  background-color: rgb(59, 89, 152);
}
.social-container .social-share.facebook:hover {
  color: #fff !important;
  background-color: rgb(29, 59, 122);
}
.social-container .social-share.twitter {
  background-color: rgb(29, 161, 243);
}
.social-container .social-share.twitter:hover {
  color: #fff !important;
  background-color: rgb(9, 141, 223);
}
.subsection-header {
  background-color: #444;
  padding: 4px 7px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.7px;
  height: 24px !important;
}



/*
    3b5998
    1da1f2
  */
 
