/* @import url('//fonts.googleapis.com/css?family=Six+Caps');
@import url('//cloud.webtype.com/css/e0fb5303-8859-4942-be74-8bba92a42199.css'); */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/* line 9, _wce_imports/_featherlight.less */
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}
/* line 14, _wce_imports/_featherlight.less */
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 1em;
  overflow: auto;
}
/* line 39, _wce_imports/_featherlight.less */
.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 48, _wce_imports/_featherlight.less */
.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 0;
  border-bottom: 50px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  margin: 50px 5% 0;
  /* styling */
  background: #fff;
  background: none;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
  max-width: 100%;
  box-sizing: border-box;
}
/* contains the content */
/* line 82, _wce_imports/_featherlight.less */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}
/* don't show these though */
/* line 88, _wce_imports/_featherlight.less */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
/* line 94, _wce_imports/_featherlight.less */
.featherlight-close {
  display: none;
}
/* line 98, _wce_imports/_featherlight.less */
.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}
/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
/* line 121, _wce_imports/_featherlight.less */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 126, _wce_imports/_featherlight.less */
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}
/* line 132, _wce_imports/_featherlight.less */
.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 139, _wce_imports/_featherlight.less */
.featherlight iframe {
  /* styling */
  border: none;
}
/* line 144, _wce_imports/_featherlight.less */
.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  /* line 152, _wce_imports/_featherlight.less */
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  /* line 165, _wce_imports/_featherlight.less */
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/* line 178, _wce_imports/_featherlight.less */
.featherlight .featherlight-content .modal-dialog {
  margin: 0;
}
/** Original Modal Styles **/
/* line 40, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  h2.title {
  font-size: 26px;
  line-height: 120%;
  /*font-family: "Montserrat", sans-serif;*/
}
@media screen and (max-width: 991px) {
  /* line 44, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    h2.title {
    font-size: 20px;
    text-align: center;
  }
}
/* line 49, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  h3.headline {
  font-size: 20px;
  line-height: 120%;
  /*font-family: "Montserrat", sans-serif;*/
}
@media screen and (max-width: 991px) {
  /* line 53, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    h3.headline {
    font-size: 18px;
    text-align: center;
  }
}
/* line 58, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .section-seperator {
  height: 60px;
  width: 100%;
  display: block;
}
/* line 64, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .section-seperator-half {
  height: 30px;
  width: 100%;
  display: block;
}
/* line 70, _wce_imports/_location_modal.less */
.maps-modal-container .modal-dialog .modal-content .modal-body.maps-modal .top {
  background-color: #ffffff;
  color: #4d4d4d;
  padding: 0px 16px 0px 16px;
  border-bottom: solid 1px #bbbbbb;
}
/* line 78, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .download-pdf,
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .share,
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .close-wrapper {
  padding: 15px 0px 15px 0px;
}
/* line 82, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .share {
  line-height: 35px;
}
/* line 85, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .share
  a.share-open {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin-right: 17px;
  text-decoration: none;
}

.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .share
  a.share-open
  .icon {
  margin-right: -1px;
}

.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .share
  a.share-open:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  /* line 92, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .top
    .modal-top
    .share
    a.share-open
    span {
    display: none;
  }
}
/* line 98, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .close-wrapper {
  border-left: solid 1px #bbbbbb;
  padding-left: 15px;
  padding-right: 0;
  padding-bottom: 25px;
}
/* line 104, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .close-wrapper
  div.close {
  position: relative;
}
/* line 108, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .download-pdf {
  padding-right: 15px;
}
/* line 111, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .download-pdf
  .btn {
  background-color: #f2622f;
  color: #fff;
  font-size: 14px;
  /*font-family: "Montserrat", sans-serif;*/
  border: none;
}
/* line 118, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .download-pdf
  .btn:hover {
  border: none;
  background: #de5322;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  /* line 125, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .top
    .modal-top
    .download-pdf
    .btn
    span {
    margin-left: 3px;
  }
}
@media screen and (max-width: 991px) {
  /* line 129, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .top
    .modal-top
    .download-pdf
    .btn
    span.btn-dl {
    display: none;
  }
}
/* line 139, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom {
  background-color: #d4eaec;
  padding: 0;
}
/* line 143, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .modal-section {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 149, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .Title-2050 {
  text-align: center;
  color: #333333;
  font-size: 4.5vw;
  font-weight: bold;
  /*font-family: "Montserrat", sans-serif;*/
  line-height: 120%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  /* line 161, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .Title-2050 {
    font-size: 6.5vw;
  }
}
/* line 164, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .Title-2050
  .name {
  padding: 0;
  padding-left: 5px;
}
/* line 172, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .INTRO-2050 {
  text-align: center;
}
/* line 175, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .INTRO-2050
  .box {
  margin: 0 auto;
  /*font-family: "Montserrat", sans-serif;*/
  color: #000000;
  padding: 20px 15px;
  background-color: #fff;
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 185, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .INTRO-2050
    .box {
    font-size: 16px;
  }
}
/* line 195, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-item {
  margin-bottom: 20px;
}
/* line 198, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-item
  .energy-type {
  margin-bottom: 0;
}
/* line 201, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-item
  .energy-type
  img {
  height: auto;
}
@media screen and (max-width: 991px) {
  /* line 204, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-item
    .energy-type
    img {
    width: 60px;
    display: block;
    float: none !important;
    margin: auto !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 210, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-item
    .energy-type
    img {
    width: 60px;
    max-width: 20%;
  }
}
/* line 215, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-item
  .energy-type
  .energy-type-text {
  display: inline-block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  /* line 221, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-item
    .energy-type
    .energy-type-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    float: none !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 228, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-item
    .energy-type
    .energy-type-text {
    max-width: 74%;
  }
}
/* line 231, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-item
  .energy-type
  .energy-type-text
  .energy-type-label {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  line-height: 120%;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  /* line 239, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-item
    .energy-type
    .energy-type-text
    .energy-type-label {
    font-size: 14px;
    text-align: center;
  }
}
/* line 244, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-item
  .energy-type
  .energy-type-text
  .energy-type-value {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  /* line 251, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-item
    .energy-type
    .energy-type-text
    .energy-type-value {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  /* line 263, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-center.desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 270, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-center.mobile {
    display: none;
  }
}
/* line 274, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-center.mobile
  img {
  max-width: 50%;
}
/* line 279, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-left,
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-right {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  /* line 282, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-left,
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-right {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  /* line 288, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-left {
    padding-left: 5px;
  }
}
/* line 296, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-left
  .energy-mix-item
  .energy-type
  img {
  margin-right: 13px;
  float: left;
}
/* line 301, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .MIX-2050
  .energy-mix-left
  .energy-mix-item
  .energy-type
  .energy-type-text {
  text-align: left;
}
@media screen and (max-width: 991px) {
  /* line 318, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-right {
    padding-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  /* line 322, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-right {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  /* line 332, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-right
    .energy-mix-item
    .energy-type
    img {
    margin-left: 13px;
    float: right;
  }
}
@media screen and (max-width: 992px) {
  /* line 337, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-right
    .energy-mix-item
    .energy-type
    img {
    margin-right: 13px;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 345, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-right
    .energy-mix-item
    .energy-type
    .energy-type-text {
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  /* line 350, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .MIX-2050
    .energy-mix-right
    .energy-mix-item
    .energy-type
    .energy-type-text {
    float: left;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  /* line 373, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050 {
    background: white;
    padding: 10px 0 20px;
  }
}
/* line 379, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.left {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  /* line 382, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.left {
    margin-bottom: 0;
  }
}
/* line 385, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.left
  .content-wrapper {
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  /* line 390, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.left
    .content-wrapper:after {
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border-top: 65px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 65px solid transparent;
    position: absolute;
    right: -5px;
    top: 0;
  }
}
/* line 403, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.left
  .content-wrapper
  img {
  width: 28px;
  height: auto;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  /* line 409, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.left
    .content-wrapper
    img {
    display: none;
  }
}
/* line 413, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.left
  .content-wrapper
  .text {
  display: inline-block;
  color: #423333;
  line-height: 120%;
  display: inline;
}
/* line 419, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.left
  .content-wrapper
  .text
  .title {
  margin: 0;
  margin-bottom: 15px;
}
/* line 426, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.left
  .content-wrapper
  .text
  .content {
  color: #423333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  /* line 431, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.left
    .content-wrapper
    .text
    .content {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  /* line 443, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.right
    .jobs {
    padding: 0 20px 20px;
    text-align: center;
  }
}
/* line 447, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.right
  .jobs.construction {
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  /* line 450, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.right
    .jobs.construction {
    padding-bottom: 10px;
  }
}
/* line 454, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.right
  .jobs
  img {
  width: 60px;
  margin-right: 5px;
  height: auto;
}
@media screen and (max-width: 991px) {
  /* line 460, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.right
    .jobs
    img {
    width: 60px;
    display: block;
    margin: 0 auto 10px auto !important;
    border: 1px solid #423333;
    border-radius: 50%;
  }
}
/* line 469, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.right
  .jobs
  .type {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  /* line 471, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.right
    .jobs
    .type {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  /* line 476, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.right
    .jobs
    .type {
    font-size: 16px;
  }
}
/* line 480, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.right
  .jobs
  .count {
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 27px;
  font-weight: bold;
  color: #f2622f;
}
@media screen and (max-width: 991px) {
  /* line 486, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .JOBS-2050
    .jobs-created.right
    .jobs
    .count {
    font-size: 20px;
  }
}
/* line 498, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .WWS-2050
  .title {
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 501, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .WWS-2050
    .title {
    margin-bottom: 15px;
  }
}
/* line 506, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .WWS-2050
  .content {
  margin-bottom: 25px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  /* line 512, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .WWS-2050
    .content {
    font-size: 16px;
  }
}
/* line 516, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .WWS-2050
  .wws-graph-stat {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  /* line 524, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .health-2050 {
    border-bottom: dashed 1px #21b1df;
  }
}
/* line 528, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .col-inner {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 533, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  h2.title {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
/* line 539, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left {
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  /* line 542, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .health-2050
    .avoided-deaths.left {
    padding-bottom: 40px;
    border-right: dashed 1px #21b1df;
  }
}
@media screen and (max-width: 991px) {
  /* line 547, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .health-2050
    .avoided-deaths.left {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #21b1df;
  }
}
/* line 553, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
/* line 559, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner {
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  padding: 10px;
  border: dashed 1px #fbc500;
}
/* line 564, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner
  .headline {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  /* line 570, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .health-2050
    .avoided-deaths.left
    .avoided-mortality
    .avoided-mortality-inner
    .headline {
    font-size: 16px;
  }
}
/* line 575, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner
  .health-costs {
  margin-bottom: 10px;
}
/* line 579, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner
  .health-cost-dollars {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  color: #fff;
  /* font-family: "Six Caps", sans-serif; */
  font-family: Impact, sans serif;
}
/* line 587, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner
  .health-cost-dollars
  .amount {
  /* padding-top: 50px;
  padding-bottom: 50px; */
  /* padding: 50px 35px;
  font-size: 28px; */

  padding: 49px 25px;
  font-size: 24px;
}
/* line 597, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner
  .health-costs.right
  .health-cost-graph
  .graph-container {
  background-position: top center;
  text-align: center;
  margin: 0 auto;
}
/* line 607, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner
  .health-costs.right
  .health-cost-gdp {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 611, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .health-2050
    .avoided-deaths.left
    .avoided-mortality
    .avoided-mortality-inner
    .health-costs.right
    .health-cost-gdp {
    font-size: 16px;
  }
}
/* line 614, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .avoided-mortality
  .avoided-mortality-inner
  .health-costs.right
  .health-cost-gdp
  .percentage {
  font-weight: bold;
}
/* line 625, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .bottom
  h3.headline {
  text-align: center;
  margin-bottom: 25px;
}
/* line 632, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .bottom
  .pollution-deaths {
  color: #f2622c;
  text-align: center;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
/* line 641, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .bottom
  .pollution-years {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  /* line 648, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .health-2050
    .avoided-deaths.left
    .bottom
    .pollution-years {
    font-size: 16px;
    text-align: center;
    max-width: 380px;
  }
}
/* line 653, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .avoided-deaths.left
  .bottom
  .pollution-years
  .year {
  font-weight: bold;
}
/* line 663, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  h3.headline {
  margin-bottom: 25px;
  text-align: center;
}
/* line 669, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  .land-percentage
  .land-value,
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  .land-percentage
  .land-label {
  text-align: center;
}
/* line 673, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  .land-percentage
  .land-value {
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: bold;
  /* font-size: 50px; */
  font-size: 45px;
  line-height: 1em;
  color: #f2622c;
}
/* line 681, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  .land-percentage
  .land-label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #000000;
}
/* line 687, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  .land-percentage
  .left,
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  .land-percentage
  .right {
  margin-bottom: 54px;
}
/* line 699, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .health-2050
  .land-percentages.right
  .land-percentage
  .land-percentage-graph {
  padding-bottom: 10px;
}
/* line 710, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .title {
  text-align: center;
  margin: 0;
  margin-bottom: 34px;
}
/* line 716, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .key {
  margin-bottom: 60px;
}
/* line 721, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .key
  .bau
  .content,
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .key
  .wws
  .content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  /* line 726, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .cost-2050
    .key
    .bau
    .content,
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .cost-2050
    .key
    .wws
    .content {
    text-align: center;
  }
}
/* line 730, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .key
  .bau
  .content
  .circle,
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .key
  .wws
  .content
  .circle {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  width: 10px;
  height: 10px;
  display: inline-block;
}
/* line 747, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .key
  .bau
  .content
  .circle {
  color: #21b1df;
  background-color: #21b1df;
}
@media screen and (min-width: 992px) {
  /* line 752, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .cost-2050
    .key
    .bau
    .content {
    text-align: right;
  }
}
/* line 762, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .key
  .wws
  .content
  .circle {
  color: #fbc500;
  background-color: #fbc500;
}
/* line 775, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .graph-containers
  .graph-container
  .title {
  text-align: left;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  margin-bottom: 20px;
  font-weight: normal;
}
/* line 788, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .graph-containers
  .graph-container
  .content
  .img
  img {
  width: 68px;
  height: auto;
  margin-top: -25px;
}
@media screen and (max-width: 991px) {
  /* line 793, _wce_imports/_location_modal.less */
  .maps-modal-container
    .modal-dialog
    .modal-content
    .modal-body.maps-modal
    .bottom
    .cost-2050
    .graph-containers
    .graph-container
    .content
    .img
    img {
    width: 30px;
  }
}
/* line 799, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .graph-containers
  .graph-container
  .content
  .graph-wrapper {
  display: inline-block;
  position: relative;
  padding-right: 100px;
  margin-left: 10px;
}
/* line 808, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .graph-containers
  .graph-container
  .content
  .graph-wrapper
  .costs {
  position: absolute;
  right: 0;
  margin-top: 7px;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
/* line 822, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .cost-2050
  .details {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.3em;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
}
/* line 833, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .money-2050 {
  border-top: dashed 1px #21b1df;
}
/* line 836, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .money-2050
  h2.title {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}
/* line 842, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .money-2050
  .key {
  margin-bottom: 45px;
}
/* line 845, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .money-2050
  .key
  img {
  width: 60px;
  height: auto;
}
/* line 855, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .money-2050
  .graphs
  .graph-col
  .headline {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  margin-bottom: 24px;
}
/* line 860, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .money-2050
  .graphs
  .graph-col
  .headline
  .val {
  font-weight: bold;
}
/* line 865, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .money-2050
  .graphs
  .graph-col
  .graph {
  margin-bottom: 10px;
}
/* line 874, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .data-credit-2050 {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin-top: 12px;
}
/* line 880, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .data-credit-2050
  a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #f2622c;
}
/* line 890, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .data-ending-2050 {
  background-color: #fff;
  padding: 30px 0;
}
/* line 894, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .data-ending-2050
  .title {
  margin: 0;
  text-transform: uppercase;
}
/* line 898, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .data-ending-2050
  .title
  a {
  color: #f2622c;
}
/* line 908, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .sp-100-footer {
  padding-top: 43px;
  padding-bottom: 37px;
  background-color: #25b2df;
}
/* line 913, _wce_imports/_location_modal.less */
.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .sp-100-footer
  .footer-top.sp-footer-element {
  padding-bottom: 0;
}
/***Additions***/
/* line 934, _wce_imports/_location_modal.less */
.land-label-yellow {
  color: #fac610 !important;
}
/* line 938, _wce_imports/_location_modal.less */
.svg-donut {
  height: 168px;
  width: 168px;
  height: 59.136mm;
  width: 59.136mm;
  height: 224px;
  width: 224px;
  max-width: 300px;
  height: auto;
  width: 80%;
  margin: 0 auto;
  display: block;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 960, _wce_imports/_location_modal.less */
.svg-donut circle {
  stroke-width: 34;
  fill: transparent;
}
/* line 966, _wce_imports/_location_modal.less */
.modal-cols {
  text-align: center;
  overflow: hidden;
}
/* line 970, _wce_imports/_location_modal.less */
.modal-col {
  padding: 0 40px 40px;
}
@media (min-width: 992px) {
  /* line 977, _wce_imports/_location_modal.less */
  .modal-col {
    width: 50%;
    float: left;
  }
  /* line 982, _wce_imports/_location_modal.less */
  .modal-col + .modal-col {
    border-left: dashed 1px #21b1df;
  }
}
/* line 987, _wce_imports/_location_modal.less */
.money-graph {
  width: 72.811mm;
  height: 40.101mm;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 6mm auto 0;
  color: #fff;
  font-size: 3.3mm;
  padding: 68px 0 0;
  line-height: 1.2;
}
@media (max-width: 440px) {
  /* line 997, _wce_imports/_location_modal.less */
  .money-graph {
    width: 100%;
    padding: 50px 0 0;
  }
}
/* line 1002, _wce_imports/_location_modal.less */
.money-graph-1 {
  background-image: url("../wce/images/pdf/bg-graph-electricity-costs.png");
}
@media (max-width: 440px) {
  /* line 1004, _wce_imports/_location_modal.less */
  .money-graph-1 {
    background-size: contain;
  }
}
/* line 1009, _wce_imports/_location_modal.less */
.money-graph-2 {
  background-image: url("../wce/images/pdf/bg-graph-total-savings.png");
}
/* line 1013, _wce_imports/_location_modal.less */
.money-stat {
  font-weight: bold;
  margin-top: 4px;
}
/* line 1018, _wce_imports/_location_modal.less */
.money-graph-1 .money-stat,
.money-graph-2 .money-stat {
  font-size: 7mm;
}
/* line 1022, _wce_imports/_location_modal.less */
.health-2050 {
  text-align: center;
}
/* line 1026, _wce_imports/_location_modal.less */
.aec-graphs {
  overflow: hidden;
  max-width: 285px;
  margin: 0 auto;
}
/* line 1032, _wce_imports/_location_modal.less */
.aec-graphs svg {
  height: auto;
  width: 34.756mm;
  float: left;
}
/* line 1037, _wce_imports/_location_modal.less */
.aec-graphs svg:last-child {
  float: right;
}
/* line 1041, _wce_imports/_location_modal.less */
.pdf-graph-label {
  margin-bottom: 5px;
}
/* line 1045, _wce_imports/_location_modal.less */
.graph-smallprint {
  margin-top: 20px;
  font-size: 0.7em;
  line-height: 1.4;
  padding: 0 2em;
  /* font-size: 2.05mm; */
}
/* line 1053, _wce_imports/_location_modal.less */
.pdf-graph-label:before {
  content: "";
  display: inline-block;
  width: 2.822mm;
  height: 2.822mm;
  border-radius: 50%;
  margin-right: 5px;
}
/* line 1061, _wce_imports/_location_modal.less */
.pdf-graph-label.grey:before {
  background: #857a7b;
}
/* line 1064, _wce_imports/_location_modal.less */
.pdf-graph-label.yellow:before {
  background: #fac610;
}
/* line 1071, _wce_imports/_location_modal.less */
.aec-graph {
  height: 40.101mm;
  width: 34.756mm;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 68px;
  margin: 0 0 6mm;
}
@media (max-width: 440px) {
  /* line 1080, _wce_imports/_location_modal.less */
  .aec-graph {
    width: 48%;
  }
}

/* line 1086, _wce_imports/_location_modal.less */
.aec-graph-1 {
  float: left;
  color: #fff;
  background-image: url("../wce/images/pdf/bg-graph-fossil-fuels.png");
}
/* line 1091, _wce_imports/_location_modal.less */
.aec-graph-2 {
  float: right;
  background-image: url("../wce/images/pdf/bg-graph-wws.png");
}
/* line 1096, _wce_imports/_location_modal.less */
.aec-stat {
  display: block;
  font-size: 7.06mm;
}
/* line 1100, _wce_imports/_location_modal.less */
.aec-label {
  display: block;
  font-size: 3.53mm;
  margin-top: 3px;
}
/* line 1108, _wce_imports/_location_modal.less */
#g-city,
.graph-city #g-house {
  display: none;
}
/* line 1112, _wce_imports/_location_modal.less */
.graph-city #g-city {
  display: block;
}
/* line 1118, _wce_imports/_location_modal.less */
.type-city .land-percentages {
  display: none;
}
/* line 1123, _wce_imports/_location_modal.less */
.type-city .avoided-deaths {
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
}
@media (min-width: 992px) {
  /* line 1131, _wce_imports/_location_modal.less */
  .type-city .avoided-mortality,
  .type-city .avoided-deaths .bottom {
    box-sizing: border-box;
  }
  /* line 1137, _wce_imports/_location_modal.less */
  .type-city .avoided-mortality {
    width: 50%;
    float: left;
  }
  /* line 1142, _wce_imports/_location_modal.less */
  .type-city .avoided-deaths .bottom {
    width: 50%;
    float: right;
    padding-left: 2em !important;
  }
  /* line 1147, _wce_imports/_location_modal.less */
  .type-city .health-2050 .avoided-deaths.left .bottom h3.headline {
    margin-top: 34px;
  }
}
/* line 1152, _wce_imports/_location_modal.less */
.featherlight .featherlight-content {
  overflow: unset;
}
/* line 1, _wce_imports/_snazzy-info-window.less */
.si-float-wrapper {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
/* line 6, _wce_imports/_snazzy-info-window.less */
.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}
/* line 11, _wce_imports/_snazzy-info-window.less */
[class*="si-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}
/* line 22, _wce_imports/_snazzy-info-window.less */
.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
/* line 32, _wce_imports/_snazzy-info-window.less */
.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 42, _wce_imports/_snazzy-info-window.less */
.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/* line 48, _wce_imports/_snazzy-info-window.less */
.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 58, _wce_imports/_snazzy-info-window.less */
[class*="si-shadow-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}
/* line 70, _wce_imports/_snazzy-info-window.less */
.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 77, _wce_imports/_snazzy-info-window.less */
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
/* line 83, _wce_imports/_snazzy-info-window.less */
.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}
/* line 86, _wce_imports/_snazzy-info-window.less */
[class*="si-shadow-pointer"] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}
/* line 92, _wce_imports/_snazzy-info-window.less */
[class*="si-shadow-inner-pointer"] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000000;
}
/* line 98, _wce_imports/_snazzy-info-window.less */
.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 103, _wce_imports/_snazzy-info-window.less */
.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}
/* line 109, _wce_imports/_snazzy-info-window.less */
.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 114, _wce_imports/_snazzy-info-window.less */
.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
/* line 120, _wce_imports/_snazzy-info-window.less */
.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}
/* line 130, _wce_imports/_snazzy-info-window.less */
.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 1em;
  background-color: #fff;
}
/* line 140, _wce_imports/_snazzy-info-window.less */
.si-has-border .si-content-wrapper {
  border: 0;
}
/* line 144, _wce_imports/_snazzy-info-window.less */
.si-content {
  overflow: auto;
  color: #fac42a;
  font-weight: bold;
  font-family: "Montserrat";
  text-align: center;
  white-space: nowrap;
}
/* line 153, _wce_imports/_snazzy-info-window.less */
.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 168, _wce_imports/_snazzy-info-window.less */
.si-close-button:hover,
.si-close-button:focus {
  opacity: 0.7;
}
/* line 171, _wce_imports/_snazzy-info-window.less */
[class*="si-pointer-border"] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}
/* line 176, _wce_imports/_snazzy-info-window.less */
[class*="si-pointer-bg"] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
/* line 180, _wce_imports/_snazzy-info-window.less */
.si-has-border [class*="si-pointer-bg"] {
  border-width: 15px;
}
/* line 183, _wce_imports/_snazzy-info-window.less */
.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 189, _wce_imports/_snazzy-info-window.less */
.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 195, _wce_imports/_snazzy-info-window.less */
.si-pointer-top {
  border-bottom: 0;
}
/* line 198, _wce_imports/_snazzy-info-window.less */
.si-pointer-border-top {
  bottom: 0;
  border-top-color: transparent;
}
/* line 202, _wce_imports/_snazzy-info-window.less */
.si-pointer-bg-top {
  border-top-color: #fff;
}
/* line 204, _wce_imports/_snazzy-info-window.less */
.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}
/* line 208, _wce_imports/_snazzy-info-window.less */
.si-pointer-bottom {
  border-top: 0;
}
/* line 211, _wce_imports/_snazzy-info-window.less */
.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}
/* line 215, _wce_imports/_snazzy-info-window.less */
.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}
/* line 217, _wce_imports/_snazzy-info-window.less */
.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}
/* line 221, _wce_imports/_snazzy-info-window.less */
.si-pointer-left {
  border-right: 0;
}
/* line 224, _wce_imports/_snazzy-info-window.less */
.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}
/* line 228, _wce_imports/_snazzy-info-window.less */
.si-pointer-bg-left {
  border-left-color: #fff;
}
/* line 230, _wce_imports/_snazzy-info-window.less */
.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}
/* line 234, _wce_imports/_snazzy-info-window.less */
.si-pointer-right {
  border-left: 0;
}
/* line 237, _wce_imports/_snazzy-info-window.less */
.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}
/* line 241, _wce_imports/_snazzy-info-window.less */
.si-pointer-bg-right {
  border-right-color: #fff;
}
/* line 243, _wce_imports/_snazzy-info-window.less */
.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}
/* Animate Tooltip */
@keyframes popin {
  /* line 250, _wce_imports/_snazzy-info-window.less */
  from {
    opacity: 0.8;
    transform: scale(0.9);
  }
  /* line 251, _wce_imports/_snazzy-info-window.less */
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Firefox < 16 */
@-moz-keyframes popin {
  /* line 256, _wce_imports/_snazzy-info-window.less */
  from {
    opacity: 0.8.8;
    transform: scale(0.9);
  }
  /* line 257, _wce_imports/_snazzy-info-window.less */
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes popin {
  /* line 262, _wce_imports/_snazzy-info-window.less */
  from {
    opacity: 0.8;
    transform: scale(0.9);
  }
  /* line 263, _wce_imports/_snazzy-info-window.less */
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Internet Explorer */
@-ms-keyframes popin {
  /* line 268, _wce_imports/_snazzy-info-window.less */
  from {
    opacity: 0.8;
    transform: scale(0.9);
  }
  /* line 269, _wce_imports/_snazzy-info-window.less */
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Opera < 12.1 */
@-o-keyframes popin {
  /* line 274, _wce_imports/_snazzy-info-window.less */
  from {
    opacity: 0.8;
    transform: scale(0.9);
  }
  /* line 275, _wce_imports/_snazzy-info-window.less */
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* line 279, _wce_imports/_snazzy-info-window.less */
.si-float-wrapper {
  -webkit-animation: popin 0.2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: popin 0.2s;
  /* Firefox < 16 */
  -ms-animation: popin 0.2s;
  /* Internet Explorer */
  -o-animation: popin 0.2s;
  /* Opera < 12.1 */
  animation: popin 0.2s;
}
/*** 
Page Top 
***/
/* line 16, wce-styles.less */
.wce-intro {
  text-align: center;
  padding: 0 38px;
}
/* line 19, wce-styles.less */
.wce-intro h2 {
  color: #555;
  font-size: 24px;
  line-height: 1.2;
}
/* line 26, wce-styles.less */
#map-intro {
  position: relative;
  z-index: 2;
}
/* line 31, wce-styles.less */
.wce-landing {
  position: relative;
}
/* line 33, wce-styles.less */
/* .wce-landing:before,
.wce-landing:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  height: 250px;
  height: 210px;
  height: 163px;
  background-size: contain;
  bottom: -27px;
  display: none !important;
} */
@media (min-width: 768px) {
  /* line 51, wce-styles.less */
  /* .wce-landing:before,
  .wce-landing:after {
    display: block !important;
  } */
}
@media (min-width: 990px) {
  /* line 54, wce-styles.less */
  /* .wce-landing:before,
  .wce-landing:after {
    bottom: 0;
    height: 250px;
  } */
}
/* line 59, wce-styles.less */
/* .wce-landing:before {
  background-image: url(../wce/images/bg-wce-landing-01.svg);
} */
/* line 62, wce-styles.less */
/* .wce-landing:after {
  background-position: top right;
  background-image: url(../wce/images/bg-wce-landing-02.svg);
} */
/*** 
Modal Container 
***/
/* line 108, wce-styles.less */
.maps-modal-container {
  display: none;
  box-sizing: border-box;
}
/*** 
Animation 
***/
@keyframes fadein {
  /* line 119, wce-styles.less */
  from {
    opacity: 0;
  }
  /* line 120, wce-styles.less */
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  /* line 125, wce-styles.less */
  from {
    opacity: 0;
  }
  /* line 126, wce-styles.less */
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  /* line 131, wce-styles.less */
  from {
    opacity: 0;
  }
  /* line 132, wce-styles.less */
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  /* line 137, wce-styles.less */
  from {
    opacity: 0;
  }
  /* line 138, wce-styles.less */
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  /* line 143, wce-styles.less */
  from {
    opacity: 0;
  }
  /* line 144, wce-styles.less */
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  /* line 149, wce-styles.less */
  100% {
    left: 0;
  }
}
@keyframes slide {
  /* line 153, wce-styles.less */
  100% {
    left: 0;
  }
}
/*** 
Map 
***/
/* line 160, wce-styles.less */
.wce-map {
  height: 360px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 163, wce-styles.less */
  .wce-map {
    height: 560px;
  }
}
/* line 168, wce-styles.less */
.wce-map-container {
  /* margin-bottom: 1.5em; */
  background-color: #a1cdd9;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  position: relative;
}
/* Nav */
/* line 179, wce-styles.less */
.wce-map-nav {
  width: 385px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 21px;
  z-index: 2;
  display: flex;
}
/* line 190, wce-styles.less */
.wce-map-nav-item {
  flex-grow: 1;
  border: 0;
  color: #fff;
  height: 51px;
  background: #2a8cad;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  /*font-family: "Montserrat", sans-serif;*/
  padding: 0;
}
/* line 202, wce-styles.less */
.wce-map-nav-item.active,
.wce-map-nav-item:hover,
.wce-map-nav-item:focus {
  background: #37b2da;
  transition: 0.1s all ease-in-out;
}
/* line 209, wce-styles.less */
.wce-map-nav-item:focus {
  z-index: 2;
}
/* line 215, wce-styles.less */
.wce-map-nav-item img {
  /* display: block; */
  /* float: left; */
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
/* line 225, wce-styles.less */
.wce-map-nav-item-1 {
  border-radius: 4px 0 0 4px;
}
/* line 229, wce-styles.less */
.wce-map-nav-item-2 {
  border-left: 1px solid #24788e;
  border-right: 1px solid #24788e;
}
/* line 234, wce-styles.less */
.wce-map-nav-item-3 {
  border-radius: 0 4px 4px 0;
}
/* line 238, wce-styles.less */
.wce-map-nav {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  /* line 250, wce-styles.less */
  .wce-map-nav {
    top: 0;
    width: 100%;
  }
  /* line 253, wce-styles.less */
  .wce-map-nav .wce-map-nav-item-1 {
    border-radius: 0;
  }
  /* line 256, wce-styles.less */
  .wce-map-nav .wce-map-nav-item-3 {
    border-radius: 0;
  }
}
/* List */
/* line 264, wce-styles.less */
#countries-list {
  display: block;
}
/* line 268, wce-styles.less */
.location-list {
  z-index: 5;
  background: #fff;
  padding: 14px;
  display: none;
  left: -108px !important;
  animation: none !important;
  transition: left 0.5s !important;
  min-height: 54px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 768px) {
  /* line 280, wce-styles.less */
  .location-list {
    position: absolute;
    left: 0;
    top: 18px;
    margin: auto;
    width: 220px;
    max-height: 522px;
    overflow: auto;
    padding: 0 4px 0 4px;
  }
}
/* line 293, wce-styles.less */
.location-list.open {
  left: 0 !important;
}
/* line 295, wce-styles.less */
.location-list.open h3,
.location-list.open ul,
.location-list.open ol {
  display: block;
  opacity: 1;
}
/* line 302, wce-styles.less */
.location-list h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #2a8cad;
  font-size: 13px;
  padding: 0 18px;
}
@media (min-width: 768px) {
  /* line 309, wce-styles.less */
  .location-list h3 {
    opacity: 0;
  }
}
/* line 314, wce-styles.less */
.location-list ul,
.location-list ol {
  list-style-type: none;
  padding: 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  /* line 319, wce-styles.less */
  .location-list ul,
  .location-list ol {
    display: none;
  }
}
/* line 324, wce-styles.less */
.location-list li {
  color: #7d7670;
  padding: 1px 18px;
  border-top: 1px solid #bbb;
  cursor: pointer;
}
/* line 329, wce-styles.less */
.location-list li:hover {
  color: #2a8cad;
  background: #eaf4f7;
}
/* line 340, wce-styles.less */
.btn-list {
  line-height: 54px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  /*font-family: "Montserrat", sans-serif;*/
  color: #4f4f4f;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  text-align: center;
  background: #fff;
  z-index: 10;
  transition: opacity 0.2s;
  display: none;
}
@media (min-width: 768px) {
  /* line 362, wce-styles.less */
  .btn-list {
    display: block;
  }
}
/* line 367, wce-styles.less */
.open .btn-list {
  opacity: 0;
  outline: 0;
}
/* line 373, wce-styles.less */
.btn-list img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
/* line 378, wce-styles.less */
.btn-list:hover {
  color: #f1612f /*@red-orange*/;
}
/* line 383, wce-styles.less */
.location-list {
  transition: 1s;
  left: 0;
}
@media screen and (min-width: 768px) {
  /* line 386, wce-styles.less */
  .location-list {
    position: absolute;
    left: -300px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
  }
}
/* line 398, wce-styles.less */
.location-list li {
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 403, wce-styles.less */
  .location-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 407, wce-styles.less */
.location-list li:after {
  display: none;
  width: 6px;
  height: 6px;
  background-image: url(../wce/images/map-list-arrow.png);
  background-size: 6px 6px;
  position: absolute;
  right: 4px;
  top: 6px;
  content: "\00a0";
}
/* line 419, wce-styles.less */
.location-list li:hover {
  color: #2a8cad;
  background: #eaf4f7;
  padding-left: 22px;
  transition: all 0.1s ease-in-out;
}
/* line 424, wce-styles.less */
.location-list li:hover:after {
  display: block;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  transition: all 0.1s ease-in-out;
}
/* line 433, wce-styles.less */
.location-list h3 {
  line-height: 40px;
  margin-bottom: 4px;
}
/* line 436, wce-styles.less */
.location-list h3 .close-drawer {
  width: 14px;
  height: 14px;
  float: right;
  margin-top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /* line 442, wce-styles.less */
  .location-list h3 .close-drawer {
    display: none;
  }
}
/* line 445, wce-styles.less */
.location-list h3 .close-drawer:hover {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}
/* */
/* line 456, wce-styles.less */
#map-geo {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}
/* Gmap zoom message */
/* line 467, wce-styles.less */
.gm-style-pbc {
  background-color: transparent;
  opacity: 1 !important;
}
/* line 472, wce-styles.less */
.gm-style-pbt {
  color: #4f4f4f;
  top: 95px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 22px;
  display: inline-block;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 1px 7px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 7px 0px rgba(255, 255, 255, 0.2);
}
