.nolist:before, #bea-map .detail-row:before, #bea-map .action-row:before, #bea-map .action-row-sub:before, #bea-map .piechart-legend:before, .nolist:after, #bea-map .detail-row:after, #bea-map .action-row:after, #bea-map .action-row-sub:after, #bea-map .piechart-legend:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.nolist:after, #bea-map .detail-row:after, #bea-map .action-row:after, #bea-map .action-row-sub:after, #bea-map .piechart-legend:after, .clearfix:after {
  clear: both; }

.nolist, #bea-map .detail-row, #bea-map .action-row, #bea-map .action-row-sub, #bea-map .piechart-legend, .clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.nobullet, .nolist {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  list-style-type: none; }

.nobullet > li, .nolist > li {
  padding-left: 0;
  margin-left: 0;
  background-image: none !important;
  list-style: none;
  list-style-type: none; }

.nolist > li {
  float: left; }

#bea-map {
  overflow: hidden; }

#bea-map * {
  box-sizing: border-box; }

#bea-map #map-shadow {
/*  box-shadow: inset  0  20px 20px -20px #999,  inset  0 -20px 20px -20px #999;  VRM: COMMENT OUT */
  z-index: 10000;
  pointer-events: none; }

#bea-map #map-wrapper, #bea-map #map-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

#bea-map #map-canvas {
  height: 100%;
  width: 100%; }

#bea-map #map-canvas .leaflet-popup {
  margin-bottom: 46px;
  margin-left: -5px; }

#bea-map #map-canvas .leaflet-popup h1 {
  font-size: 1.5em;
  margin: 0 0 .5em; }

#bea-map #map-canvas .leaflet-popup p {
  margin: 0 0 1em; }

#bea-map #map-canvas .leaflet-popup .button {
  margin: 0 0 2px; }

#bea-map #map-canvas .leaflet-marker-icon {
  margin-top: -34px !important; }

#bea-map #map-info {
  position: absolute;
  bottom: 5%;
  left: 2.5%;
  z-index: 10000;
  font-size: .8em;
  width: 180px; }

#bea-map #map-legend, #bea-map #map-ctrls {
  width: 100%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.8); }

#bea-map #map-legend strong, #bea-map #map-ctrls strong {
  text-align: center;
  display: block; }

#bea-map #map-legend {
  margin-bottom: 1em;
  line-height: 1.2em; }

#bea-map #map-legend ul {
  margin-top: .5em;
  margin-bottom: 0; }

#bea-map #map-legend li img {
  height: 1.2em;
  width: auto;
  float: left;
  margin: 0 .5em .5em 0;
  clear: left; }

#bea-map #map-ctrls strong, #bea-map #map-ctrls button {
  margin-bottom: .5em;
  width: 100%; }

#bea-map #content-detail {
  position: relative;
  top: 100vh;
  height: 100vh;
  padding-top: 3em;
  transition: all 0.3s ease-in-out;
  overflow: visible;
  z-index: 10000; }

#bea-map #content-detail.active {
  top: 0; }

#bea-map #content-detail .row {
  background: #fff;
  padding: 2em; }

#bea-map #content-detail #detail-wrapper {
  height: 100%;
  position: relative;
  overflow: auto;
  padding-top: 7em;
  box-shadow: 0 0 20px #999; }

#bea-map #content-detail #detail-close, #bea-map #content-detail #detail-title {
  position: absolute;
  z-index: 10; }

#bea-map #content-detail #detail-close {
  right: 2em;
  top: 1.5em; }

#bea-map #content-detail #detail-title {
  padding-bottom: 0;
  top: 3em;
  width: 100%; }

#bea-map #content-detail #detail-title .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 1em 2em; }

#bea-map #content-detail #detail-title h2 {
  font-size: 1.5em;
  margin: 0; }

#bea-map .detail-meta {
  font-size: .8em; }

#bea-map .detail-meta li {
  margin-bottom: 0; }

#bea-map .detail-content {
  display: none; }

#bea-map .detail-content.active {
  display: block; }

#bea-map #detail-nav {
  margin-left: 0;
  border-bottom: 1px solid #dbdbdb; }

#bea-map #detail-nav li {
  padding: .25em 2em;
  background: #dbdbdb;
  color: #9b9b9b;
  border: 1px solid #dbdbdb;
  border-bottom-color: #dbdbdb;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: -1px;
  font-weight: bold; }

#bea-map #detail-nav li:hover {
  color: #4c4c4c; }

#bea-map #detail-nav li.active {
  background: #fff;
  border-color: #dbdbdb;
  border-bottom-color: #fff;
  color: #231f20; }

#bea-map .action-row {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #4c4c4c;
  cursor: pointer; }

#bea-map .action-row:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

#bea-map .action-row:nth-last-child(2) ul {
  margin-bottom: 0; }

#bea-map .action-row.final, #bea-map .action-row.first {
  border-bottom: 0;
  padding-bottom: 0; }

#bea-map .action-row.final .timeline .timeline-bg-component, #bea-map .action-row.first .timeline .timeline-bg-component {
  padding: 1em .5em; }

#bea-map .action-row.first .timeline {
  background: #fff;
  z-index: 20; }

#bea-map .action-row.first .timeline .timeline-bg-component {
  vertical-align: bottom; }

#bea-map .action-row.first .action-row-meta {
  display: none; }

#bea-map .action-row.final {
  margin-top: 1em; }

#bea-map .action-row:hover .action-row-meta, #bea-map .action-row.active .action-row-meta {
  color: #231f20; }

#bea-map .action-row.active .action-sub {
  max-height: 2000px; }

#bea-map .action-row, #bea-map .action-row-sub {
  display: block;
  width: 100%;
  position: relative; }

#bea-map .action-row-group {
  position: relative; }

#bea-map .action-row-sub {
  margin-bottom: 0; }

#bea-map .action-row-sub .timeline .timeline-inner, #bea-map .action-row-sub .timeline .timeline-desired, #bea-map .action-row-sub .timeline .timeline-current {
  height: 15px; }

#bea-map .action-row-sub .timeline .timeline-inner {
  opacity: .66; }

#bea-map .action-row-sub .timeline .timeline-current:after {
  font-size: 17px;
  line-height: 15px; }

#bea-map .action-row-sub .timeline .timeline-desired:after {
  font-size: 19px;
  line-height: 17px; }

#bea-map .action-sub {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  clear: left;
  margin: 0; }

#bea-map .action-row-meta {
  color: #9b9b9b;
  transition: color 0.3s ease-in-out;
  text-align: center; }

#bea-map .action-row-meta p {
  font-size: .8em;
  margin: 0; }

#bea-map .action-row-meta h3 {
  font-size: 1.1em; }

#bea-map .action-row-meta h4 {
  font-size: .8em;
  font-weight: normal;
  margin: 1em 0; }

#bea-map .action-row-meta em {
  font-size: .8em;
  color: #9b9b9b; }

#bea-map .timeline {
  position: relative;
  font-size: .75em; }

#bea-map .timeline .timeline-bg {
  display: table;
  width: 100%;
  font-size: .66em;
  -webkit-hyphens: auto;
  hyphens: auto; }

#bea-map .timeline .timeline-bg-component {
  display: table-cell;
  background: #eee;
  border-color: #fff;
  border-style: solid;
  border-width: 0 4px 0 0;
  width: 20%;
  padding-top: 20%;
  text-align: center;
  line-height: 1.2em; }

#bea-map .timeline .timeline-bg-component:last-child {
  border-right-width: 0; }

#bea-map .timeline .timeline-inner {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  height: 20px;
  border: 2px solid #9b9b9b;
  background: #fff;
  margin-top: -10px;
  opacity: .9; }

#bea-map .timeline-desired, #bea-map .timeline-current {
  position: absolute;
  top: -2px;
  left: -2px;
  height: 20px; }

#bea-map .timeline-desired:after, #bea-map .timeline-current:after {
  display: block;
  position: absolute;
  right: 0;
  height: 1em;
  width: 1em;
  margin-right: -.5em;
  line-height: 20px; }

#bea-map #action-legend {
  float: right; }

#bea-map #action-legend + ul {
  clear: both; }

#bea-map .legend-desired, #bea-map .legend-current {
  text-transform: uppercase;
  margin-left: 1em !important; }

#bea-map .legend-desired:after, #bea-map .legend-current:after {
  display: inline-block;
  float: left;
  position: static;
  margin-right: .2em;
  line-height: 20px; }

#bea-map .timeline-desired {
  background: #fbf59e; }

#bea-map .timeline-desired:after, #bea-map .legend-desired:after {
  color: #f4e50c;
  content: "\25B2";
  font-size: 28px; }

#bea-map .timeline-current {
  background: #5dd6ff; }

#bea-map .timeline-current:after, #bea-map .legend-current:after {
  color: #0092C3;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 22px; }

#bea-map #scatterplot-main .columns {
  padding-left: 0;
  padding-right: 0; }

#bea-map #scatterplot {
  font-size: .8em;
  margin-bottom: 1em; }

#bea-map #scatterplot .scatterplot-wrapper {
  padding-top: 100%;
  position: relative; }

#bea-map #scatterplot > p {
  text-align: center;
  font-size: .9em;
  margin-top: 3em;
  margin-bottom: 0; }

#bea-map #scatterplot figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  margin: 0; }

#bea-map #scatterplot .point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 200%;
  background: #0092C3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  z-index: 2; }

#bea-map #scatterplot .point.highlight, #bea-map #scatterplot .point:hover {
  background: #f4e50c;
  z-index: 3; }

#bea-map #scatterplot .point label {
  position: absolute;
  right: 100%;
  bottom: 100%;
  margin: 0 1em 1em 0;
  font-size: .75em;
  font-weight: normal;
  display: none; }

#bea-map #scatterplot .guide {
  position: absolute;
  z-index: 1; }

#bea-map #scatterplot .guide.guide-important {
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-top: 2px dashed #dbdbdb; }

#bea-map #scatterplot .guide.guide-difficult {
  height: 100%;
  width: 0;
  top: 0;
  left: 50%;
  margin-left: -1px;
  border-right: 2px dashed #dbdbdb; }

#bea-map #scatterplot .region-highlight {
  background: #fbf59e;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1; }

#bea-map #scatterplot .axis-label, #bea-map #scatterplot .axis-ticks {
  position: absolute;
  padding: .5em 0;
  text-align: center;
  font-size: .9em; }

#bea-map #scatterplot .axis-label span, #bea-map #scatterplot .axis-ticks span {
  position: absolute; }

#bea-map #scatterplot .axis-label span:first-of-type, #bea-map #scatterplot .axis-ticks span:first-of-type {
  left: 0; }

#bea-map #scatterplot .axis-label span:last-of-type, #bea-map #scatterplot .axis-ticks span:last-of-type {
  right: 0;
  margin-left: -.5em; }

#bea-map #scatterplot .axis-label em, #bea-map #scatterplot .axis-ticks em {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; }

#bea-map #scatterplot .axis-label div, #bea-map #scatterplot .axis-ticks div {
  line-height: 1.1em; }

#bea-map #scatterplot .axis-label i, #bea-map #scatterplot .axis-ticks i {
  color: #9b9b9b;
  font-size: .66em; }

#bea-map #scatterplot .axis-label-y {
  right: 97.5%;
  top: 50%;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(50%) rotate(-90deg) translateY(-50%);
  transform: translateX(50%) rotate(-90deg) translateY(-50%);
  margin-top: -1.2em; }

#bea-map #scatterplot .axis-label-y span {
  bottom: .5em; }

#bea-map #scatterplot .axis-label-y div {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

#bea-map #scatterplot .axis-label-x {
  top: 97.5%;
  left: 0;
  width: 100%; }

#bea-map #scatterplot .axis-label-x span {
  top: .5em; }

#bea-map #scatterplot .axis-label-x div {
  -webkit-transform: translateY(1.5em);
  transform: translateY(1.5em); }

#bea-map #scatterplot-tooltip {
  position: absolute;
  background: white;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #eee;
  padding: .5em;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin: -1em 0 0 -1em;
  z-index: 4;
  width: 100%; }

#bea-map #scatterplot-tooltip strong {
  display: block;
  line-height: 1.2em;
  margin-bottom: .4em; }

#bea-map #scatterplot-recommendations {
  position: relative;
  width: 100%; }

#bea-map #scatterplot-recommendations h5 {
  margin-bottom: 0; }

#bea-map #scatterplot-recommendations h5 + h6 {
  font-weight: 200;
  margin: 0 0 1em;
  font-size: 1em;
  font-style: italic; }

#bea-map #scatterplot-recommendations ol {
  padding: 0;
  margin: 0;
  line-height: 1.2em; }

#bea-map #scatterplot-recommendations li {
  transition: all 0.25s ease-in-out;
  padding: .25em .5em .25em 2em;
  margin: 0;
  cursor: default;
  text-indent: -1.66em;
  list-style-position: inside; }

#bea-map #scatterplot-recommendations li.highlight {
  background: #eee; }

#bea-map #scatterplot-recommendations li strong {
  margin-left: .5em; }

#bea-map #scatterplot-recommendations .diagram {
  position: absolute;
  top: 3.75em;
  left: 0;
  bottom: .25em;
  height: auto; }

#bea-map #scatterplot-recommendations .diagram-arrow, #bea-map #scatterplot-recommendations .diagram-label {
  position: absolute; }

#bea-map #scatterplot-recommendations .diagram-arrow {
  width: 30%;
  top: 3.5em;
  bottom: 6em;
  left: 35%; }

#bea-map #scatterplot-recommendations .diagram-stem, #bea-map #scatterplot-recommendations .diagram-head {
  position: absolute; }

#bea-map #scatterplot-recommendations .diagram-stem {
  width: 100%;
  height: 100%;
  background: #96bd3d;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YmQzZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZjFkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(to bottom, #96bd3d, #e9f1d5); }

#bea-map #scatterplot-recommendations .diagram-head {
  border-style: solid;
  border-width: 40px 60px;
  border-color: #e9f1d5 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 100%;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  left: 50%;
  margin-top: -1px; }

#bea-map #scatterplot-recommendations .diagram-label {
  text-align: center;
  width: 100%;
  font-size: .9em;
  color: #231f20;
  left: 0; }

#bea-map #scatterplot-recommendations .diagram-label strong {
  text-transform: uppercase;
  display: block; }

#bea-map #scatterplot-recommendations .diagram-label.diagram-secondary {
  bottom: 0; }

#bea-map .piechart {
  position: relative;
  width: 100%; }

#bea-map .piechart svg path {
  transition: all 0.33s ease-in-out;
  stroke-width: 0;
  stroke: #fff; }

#bea-map .piechart svg.active path:not(.active) {
  fill: #dbdbdb;
  stroke-width: 1px; }

#bea-map .piechart-wrapper {
  height: auto;
  position: relative;
  margin-bottom: 2em; }

#bea-map .piechart-wrapper .piechart-spacer {
  width: 100%;
  padding-top: 100%;
  padding-bottom: 1.875rem; }

#bea-map .piechart-wrapper svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

#bea-map .piechart-legend {
  margin-bottom: 2em; }

#bea-map .piechart-legend li {
  padding: .25em .5em .5em 30px;
  margin: 0;
  line-height: 1.2em;
  cursor: default;
  transition: background 0.25s ease-in-out; }

#bea-map .piechart-legend li.active {
  background: #eee; }

#bea-map .piechart-legend li span {
  display: inline-block;
  margin-right: 5px;
  margin-left: -25px;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  border: 1px solid #fff; }

#bea-map .awesome-marker.inactive {
  cursor: default; }

@media screen and (min-width: 64em) {
  #bea-map .action-row.first .action-row-meta {
    display: block; }
  #bea-map .action-row-meta {
    width: 25%;
    padding-right: 2.5%;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: left; }
  #bea-map .action-row-meta h4 {
    margin: 0; }
  #bea-map .action-row-meta em {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding-right: 1em; }
  #bea-map .timeline {
    width: 75%;
    margin-left: 25%; }
  #bea-map .timeline .timeline-bg {
    font-size: 1em; } }

@media screen and (max-width: 40em) {
  #scatterplot-tooltip {
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    margin: 0 !important; } }
