@import "https://fonts.googleapis.com/css?family=Teko:300,400,500";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
.ebc-graph {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  position: relative;
  cursor: default;
}
.ebc-graph a,
.ebc-graph abbr,
.ebc-graph acronym,
.ebc-graph address,
.ebc-graph applet,
.ebc-graph article,
.ebc-graph aside,
.ebc-graph audio,
.ebc-graph b,
.ebc-graph big,
.ebc-graph blockquote,
.ebc-graph canvas,
.ebc-graph caption,
.ebc-graph center,
.ebc-graph cite,
.ebc-graph code,
.ebc-graph dd,
.ebc-graph del,
.ebc-graph details,
.ebc-graph dfn,
.ebc-graph div,
.ebc-graph dl,
.ebc-graph dt,
.ebc-graph em,
.ebc-graph embed,
.ebc-graph fieldset,
.ebc-graph figcaption,
.ebc-graph figure,
.ebc-graph footer,
.ebc-graph form,
.ebc-graph h1,
.ebc-graph h2,
.ebc-graph h3,
.ebc-graph h4,
.ebc-graph h5,
.ebc-graph h6,
.ebc-graph header,
.ebc-graph hgroup,
.ebc-graph i,
.ebc-graph iframe,
.ebc-graph img,
.ebc-graph ins,
.ebc-graph kbd,
.ebc-graph label,
.ebc-graph legend,
.ebc-graph li,
.ebc-graph mark,
.ebc-graph menu,
.ebc-graph nav,
.ebc-graph object,
.ebc-graph ol,
.ebc-graph output,
.ebc-graph p,
.ebc-graph pre,
.ebc-graph q,
.ebc-graph ruby,
.ebc-graph s,
.ebc-graph samp,
.ebc-graph section,
.ebc-graph small,
.ebc-graph span,
.ebc-graph strike,
.ebc-graph strong,
.ebc-graph sub,
.ebc-graph summary,
.ebc-graph sup,
.ebc-graph table,
.ebc-graph tbody,
.ebc-graph td,
.ebc-graph tfoot,
.ebc-graph th,
.ebc-graph thead,
.ebc-graph time,
.ebc-graph tr,
.ebc-graph tt,
.ebc-graph u,
.ebc-graph ul,
.ebc-graph var,
.ebc-graph video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.ebc-graph article,
.ebc-graph aside,
.ebc-graph details,
.ebc-graph figcaption,
.ebc-graph figure,
.ebc-graph footer,
.ebc-graph header,
.ebc-graph hgroup,
.ebc-graph menu,
.ebc-graph nav,
.ebc-graph section {
  display: block;
}
.ebc-graph ol,
.ebc-graph ul {
  list-style: none;
}
.ebc-graph blockquote,
.ebc-graph q {
  quotes: none;
}
.ebc-graph blockquote:after,
.ebc-graph blockquote:before,
.ebc-graph q:after,
.ebc-graph q:before {
  content: "";
  content: none;
}
.ebc-graph table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ebc-graph .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ebc-graph .clearfix {
  display: inline-block;
}
.ebc-graph html[xmlns] .clearfix {
  display: block;
}
.ebc-graph * html .clearfix {
  height: 1%;
}
.ebc-graph *,
.ebc-graph :after,
.ebc-graph :before {
  box-sizing: border-box;
}
.ebc-graph a:hover {
  cursor: pointer;
}
.ebc-graph a:focus {
  outline: none;
}
.ebc-graph embed,
.ebc-graph img,
.ebc-graph object {
  max-width: 100%;
  height: auto;
}
.ebc-graph embed,
.ebc-graph object {
  height: 100%;
}
.ebc-graph img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
.ebc-graph textarea {
  height: auto;
  min-height: 50px;
}
.ebc-graph select {
  width: 100%;
}
.ebc-graph input,
.ebc-graph select,
.ebc-graph textarea {
  outline: none;
}
.ebc-graph input {
  -webkit-appearance: none;
  border-radius: 0;
}
.videoembed {
  position: relative;
  padding-bottom: 50.9%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.videoembed iframe {
  position: absolute;
}
.popup,
.videoembed iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
}
.popup-inner {
  max-width: 700px;
  width: 500px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px #000;
  border-radius: 3px;
  background: #fff;
}
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.popup-close:hover {
  transform: translate(50%, -50%) rotate(180deg);
  background: #000;
  text-decoration: none;
}
a {
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
  color: #1d388b;
}
small {
  display: inline-block;
}
.content h3,
.content h4,
strong {
  font-weight: 700;
}
p,
small {
  font-weight: 400;
}
.ebc-graph,
.ebc-graph * {
  font-family: Roboto;
}
#chart-menu li a,
#chart-vs-map li a,
#graph-title,
.custom-tooltip h2,
.custom-tooltip h2 *,
.ebc-graph h1,
.ebc-graph h2,
.ebc-graph h2 *,
.loadmask * {
  font-family: Saira !important;
}
#chart-vs-map li a {
  text-transform: uppercase;
}
#chart-menu li a,
#chart-vs-map li a,
.ebc-graph h1,
.ebc-graph h2 {
  font-size: 23px !important;
}
.capital {
  font-size: 0.8em;
}
#chart-menu,
#chart-vs-map {
  font-weight: 700;
}
sub {
  font-family: inherit !important;
}
.error,
.message {
  width: 100%;
  padding: 20px;
  margin: 0;
  position: static;
  z-index: 10000;
  font-size: 15px;
  line-height: 20px;
}
.error h3,
.message h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
.error ul,
.message ul {
  margin: 0 0 0 20px;
}
.error ul li,
.message ul li {
  list-style-type: disc;
  padding: 5px 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
}
.error a,
.message a {
  color: #f2ee87;
  text-decoration: underline;
  font-weight: 300;
}
.error,
.message {
  color: #fff;
}
.error {
  background-color: #c30d00;
}
.error,
.message {
  text-shadow: 1px 1px 4px rgba(30, 57, 15, 0.2);
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  padding: 20px;
}
.message {
  background-color: #82c55b;
  display: block;
}
.message-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
ul#chart-menu,
ul#chart-vs-map,
ul#map-menu {
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  background-color: #003d5e;
  font-family: Saira;
  font-weight: 600 !important;
}
ul#chart-menu li,
ul#chart-vs-map li,
ul#map-menu li {
  background-color: #026290;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  list-style: none;
}
ul#chart-menu li.active,
ul#chart-vs-map li.active,
ul#map-menu li.active {
  background-color: #003d5e;
}
ul#chart-menu li a,
ul#chart-vs-map li a,
ul#map-menu li a {
  display: inline-block;
  color: #9ec3d5;
}
ul#chart-menu li:hover a,
ul#chart-vs-map li:hover a,
ul#map-menu li:hover a {
  color: #fff;
}
ul#chart-menu li.active a,
ul#chart-vs-map li.active a,
ul#map-menu li.active a {
  color: #fea301;
}
ul#chart-menu li.active {
  background-color: #08283a;
}
ul#map-menu {
  font-size: 23px;
  font-weight: 600;
}
ul#map-menu li {
  color: #9ec3d5;
  padding: 5px 40px;
  font-family: Saira !important;
  line-height: 31px;
}
ul#map-menu li:hover {
  color: #fff;
  cursor: pointer;
}
ul#map-menu li.active {
  color: #fea301;
  background-color: #08283a;
}
ul#chart-vs-map {
  background-color: #005076;
  padding: 0;
}
ul#chart-vs-map li {
  width: 50%;
  border-radius: 0;
  text-align: center;
}
ul#chart-vs-map li a {
  text-align: center;
  width: 100%;
}
ul#chart-vs-map li .icon-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
ul#chart-menu li a {
  padding: 5px 40px;
}
ul#chart-vs-map li a {
  padding: 0 40px;
}
.iframe {
  display: none !important;
}
.field,
.field-center {
  margin: 10px 0 0;
  zoom: 1;
  position: relative;
}
.field-center:after,
.field-center:before,
.field:after,
.field:before {
  content: "";
  display: table;
}
.field-center:after,
.field:after {
  clear: both;
}
.field-center a,
.field a {
  color: #fff;
  text-decoration: underline;
}
.field-center input[type="checkbox"] {
  position: absolute;
}
.field-center input[type="checkbox"] + label {
  text-align: center;
  margin: 0;
  padding: 0 10px;
  line-height: 16px;
}
.twofield {
  zoom: 1;
}
.twofield:after,
.twofield:before {
  content: "";
  display: table;
}
.twofield:after {
  clear: both;
}
.twofield .field,
.twofield .field-center {
  float: left;
  width: 50%;
}
.twofield .field-center:first-child,
.twofield .field:first-child {
  padding: 0 0 0 10px;
  padding: 0 10px 0 0;
}
input[type="email"],
input[type="number"],
input[type="text"],
select {
  border: 1px solid #7a7a7a;
  box-shadow: inset 0 1px 5px 0 rgba(54, 54, 54, 0.39);
  width: 100%;
  height: 31px;
  background-color: hsla(0, 0%, 100%, 0.9);
  padding: 0 5px;
  font-weight: 400;
  color: #008349;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
select {
  font-style: italic;
}
option {
  font-style: normal;
}
input[type="submit"] {
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  padding: 10px 0;
  min-width: 145px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, color 0.2s ease;
  background: #3f00ff;
  border-radius: 10px;
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: underline;
}
input[type="submit"]:hover {
  box-shadow: 0 0 10px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}
input[type="submit"] + a {
  display: block;
  text-align: center;
  margin-top: 20px;
}
input[type="checkbox"],
input[type="radio"] {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border: 1px solid #7a7a7a;
  background: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(54, 54, 54, 0.39);
}
input[type="checkbox"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:hover,
input[type="radio"]:active,
input[type="radio"]:focus,
input[type="radio"]:hover {
  box-shadow: inset 0 1px 1px 0 rgba(54, 54, 54, 0.6);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  padding: 1px 0 0;
  cursor: pointer;
  font-weight: 400;
}
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  outline: 1px dotted hsla(0, 0%, 100%, 0.4);
}
input[type="checkbox"] + label:active,
input[type="checkbox"] + label:focus,
input[type="radio"] + label:active,
input[type="radio"] + label:focus {
  outline: 1px dotted rgba(0, 255, 80, 0.7);
}
input[type="checkbox"] + label a,
input[type="radio"] + label a {
  color: #0b2617;
  font-weight: 500;
}
input[type="radio"] {
  border-radius: 9px;
}
input[type="radio"]:checked {
  background-image: linear-gradient(0deg, #28cd5c 1%, #00ff50);
  box-shadow: none;
}
input[type="radio"]:checked + label {
  font-weight: 500;
}
input[type="checkbox"] {
  border-radius: 5px;
}
input[type="checkbox"]:checked {
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
}
label {
  display: block;
  text-align: left;
  padding: 0 0 5px;
  color: #0b2617;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label span {
  font-weight: 300;
}
label a {
  color: #0b2617;
  text-decoration: underline;
}
.optionlist {
  zoom: 1;
}
.optionlist:after,
.optionlist:before {
  content: "";
  display: table;
}
.optionlist:after {
  clear: both;
}
.optionlist input,
.optionlist label,
.optionlist li,
.optionlist span,
.optionlist ul {
  display: inline-block;
}
.optionlist li,
.optionlist span {
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
}
.optionlist li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 1px;
}
.optionlist li:last-child:after {
  content: "";
}
.checklist {
  margin: 20px 0 0;
  zoom: 1;
}
.checklist:after,
.checklist:before {
  content: "";
  display: table;
}
.checklist:after {
  clear: both;
}
.checklist li {
  display: block;
  position: relative;
  min-height: 20px;
  margin-bottom: 15px;
}
.checklist label {
  margin: 0 0 0 20px;
  font-size: 13px;
}
.checklist input {
  position: absolute;
  left: 0;
  right: 0;
}
.withPrefix input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  padding: 6px 12px;
  margin: 0;
}
.withPrefix .inputwrap {
  position: relative;
  display: table;
  border-collapse: separate;
}
.withPrefix .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.page {
  max-width: 100% !important;
}
footer .wrapper,
header .wrapper {
  float: none;
}
.ebc-graph #ex-legend li .icon,
.ebc-graph .custom-tooltip .icon {
  width: 10px;
  min-width: 10px;
  height: 10px;
  display: block;
  left: 5px;
  box-shadow: 0 1px 3px #000;
  margin: 5px;
  margin-right: 10px;
}
.ebc-graph #ex-legend li .line-Dash.icon,
.ebc-graph #ex-legend li .line.icon,
.ebc-graph .custom-tooltip .line-Dash.icon,
.ebc-graph .custom-tooltip .line.icon {
  background: transparent !important;
  box-shadow: none;
  position: relative;
}
.ebc-graph #ex-legend li .line-Dash.icon:after,
.ebc-graph #ex-legend li .line.icon:after,
.ebc-graph .custom-tooltip .line-Dash.icon:after,
.ebc-graph .custom-tooltip .line.icon:after {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-text-stroke: 1px;
  text-shadow: 0 1px #000;
  height: 10px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  line-height: 0;
}
.ebc-graph #ex-legend li .line.icon:after,
.ebc-graph .custom-tooltip .line.icon:after {
  content: "_";
  clear: both;
}
.ebc-graph #ex-legend li .line-Dash.icon:after,
.ebc-graph .custom-tooltip .line-Dash.icon:after {
  content: "..";
  letter-spacing: 3px;
  right: -5px;
}
body .ebc-graph .loadmask {
  display: none;
}
body.ebc-loading {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.ebc-loading .ebc-graph > :not(.loadmask) {
  filter: blur(3px);
}
body.ebc-loading #graph-right {
  max-height: 300px;
  overflow: hidden;
}
body.ebc-loading .loadmask {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(9, 40, 59, 0.8);
  z-index: 100000;
  top: 110px;
  left: 0;
  color: #fff;
  font-size: 30px;
}
body.ebc-loading .loadmask * {
  margin-top: -220px;
}
body.ebc-loading .loadmask .anim {
  background: 50%/100% url(../img/loading.png);
  width: 40px;
  height: 40px;
  margin-left: 15px;
  animation: a linear 0.5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: a linear 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: a linear 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: a linear 0.5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: a linear 0.5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes a {
  0% {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(1turn);
  }
}

#counter {
  width: 100%;
  height: 700px;
  position: relative;
  padding: 0 !important;
  background: white;
}

.counterBlock{
	height: 100%;
	width:100%;	
}

#counter .slide-top {
  animation: b 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes b {
  0% {
	transform: translateY(-48px);
  }
  to {
	transform: translateY(0);
  }
}
#counter .moreButton a,
#counter figcaption,
#counter h1 {
  font-family: FjallaOne-Regular !important;
}

#counter .circle .circleoverlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/20%);
  z-index: 0;
}

#counter .circle h3 {
  font-family: Lato, sans-serif !important;
}
#counter .embed-corner {
  cursor: pointer;
  position: absolute;
  top: -70px;
  left: -140px;
  transform: rotate(-45deg);
  background-color: #00a1e3;
  color: #fff;
  text-align: center;
  padding: 100px 100px 20px;
}
#counter .embed-corner span {
  font-size: 150%;
}
#counter .logo {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 100px;
  width: 100px;
  background-image: url(../img/ebc_logo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#counter > .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: hsla(0, 0%, 96%, 0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#counter .circles > .circle .titler{
  width: 100%;
  position: absolute;
  z-index: 4;
  top: 40px;
  height: 47px;
}

#counter .circles > .circle .titler h2{
  color: #fff;
  font-size: 25px;
  background: url(img/ARROW2.png);
  background-position: center;
  background-size: 400%;
  height: 47px !important;
  width: calc(100% - 188px) !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#counter .circles > .circle .titler h2::before{
  content: " ";
  display: block;
  width: 94px;
  height: 73px;
  background: url(img/ARROW2.png);
  position: absolute;
  left: 34px;
  top: -13px;
  background-position: left center;
  background-size: cover;
  z-index: -3;
}

#counter .circles > .circle .titler h2::after{
  content: " ";
  display: block;
  width:136px;
  position: absolute;
  right: -41px;
  z-index: -3;
  background: url(img/ARROW2.png);
  background-size: 400%;
  background-position: center;
  height: 47px;
  top: 0;
}

#counter .circles .circle:nth-child(2) .titler h2::before, #counter .circles .circle:nth-child(2) .titler h2::after, {
  display: none;
}

@media (max-width: 768px) {
  
  #counter .circles > .circle .titler h2{
    background:none;
  }
  #counter .circles > .circle .titler h2::before{display: none}
  #counter .circles > .circle .titler h2::after{display: none}
  
}



#counter .circles > .circle .ghost-button{
  margin: 0 auto !important;
  display: inline-block;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  transition: all .3s;
  bottom: 40px;
  position: absolute;
  background: transparent;
}

#counter .circle--retired{
  border-top:5px solid #00a1e3;
}

#counter .circle--toGo{
  border-top:5px solid #e0197b;
}

#counter .circle--planned{
  border-top:5px solid #00a1e3;
}

#counter > .overlay > h1 {
  padding: 0;
}
#counter .title {
  text-align: center;
  color: #1a2e3e;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  line-height: normal;
  font-weight: 400;
}
#counter .subTitle {
  font-weight: unset;
  color: #106583;
  text-align: center;
  font-size: 18px;
  font-family: Roboto, sans-serif;
}
#counter .circles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  background: purple;
  width: 100%;
}
#counter .circles > .circle {
  width: 33.333%;
  height: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgb(102, 2, 2);
}

#counter .circles > .circle video{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

#counter .circles > .circle > .theCircle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#counter .circles > .circle > .theCircle > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: hsla(0, 0%, 96%, 0.5);
}
#counter .circles > .circle > .theCircle > .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}
#counter .circles > .circle > .mark {
  border-radius: 50%;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  animation-name: c;
  animation-duration: 6s;
}
#counter .circles > .circle > .mark--noti {
  background-color: #f8500f;
  top: 19%;
  right: 36%;
}
#counter .circles > .circle > .mark--wp {
  top: 21px;
  right: 30px;
  background-color: #00a1e3;
}
#counter .circles > .circle > .name {
  width: 120%;
  text-transform: uppercase;
  color: #00a1e3;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  font-family: Saira, sans-serif;
  z-index: 1;
}
#counter .circles > .circle--retired > .theCircle {
  background-image: url(/wp-content/themes/beyond2023/img/retired.png);
}
#counter .circles > .circle--toGo > .theCircle {
  background-image: url(/wp-content/themes/beyond2023/img/lefttogo.png);
}
#counter .circles > .circle--planned > .theCircle {
  background-image: url(/wp-content/themes/beyond2023/img/planned-projects_2.png);
}

#counter .circles > .circle > .desc{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  max-width: 320px;
  line-height: 1.3;
  margin-top: 40px;
  z-index: 1;
}


#counter .news {
  border: 2px solid #114b63;
  width: 750px;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
#counter .news .news-title {
  background-color: #114b63;
  color: #fff;
  padding: 7px 24px;
  text-transform: uppercase;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
#counter .news .news-title:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 30px solid #114b63;
}
#counter .news .latest {
  -ms-flex: 1;
  flex: 1;
  padding: 7px 24px;
  padding-left: 60px;
  background-color: #fff;
  color: #aaa;
  overflow: hidden;
}
#counter .news .latest a {
  display: none;
  color: #aaa;
  outline: none;
}
#counter .news .latest a.active {
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#counter .moreButton {
  text-decoration: none;
  margin: 20px auto;
  margin-top: 40px;
  text-transform: uppercase;
  background-color: #114b63;
  outline: none;
  border: none;
  font-family: Saira, sans-serif;
  line-height: normal;
  font-size: 25px;
  font-weight: 400;
}
#counter .moreButton a {
  padding: 12px 24px;
  color: #fff;
  display: block;
}
#counter .addCounterMobile {
  cursor: pointer;
  display: none;
  background: #00a1e3;
  color: #fff;
}
#counter .shareButton {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#counter .shareButton a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  color: gray;
  padding: 20px;
  padding-right: 20px;
}
#counter .shareButton svg {
  width: 30px;
  margin-left: 10px;
  fill: gray;
}
@keyframes c {
  0% {
	transform: scale(0);
  }
  95% {
	transform: scale(0);
  }
  98% {
	transform: scale(1.2);
  }
  to {
	transform: scale(1);
  }
}
.ebc-graph #graph1b {
  top: 0;
}
.ebc-graph #graph1a {
  bottom: 0;
}
.ebc-graph #eu_total {
  background-color: #014368;
  color: #2cd14c;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  right: 72px;
  top: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 10px #08283a6e;
  position: absolute;
  width: 230px;
  opacity: 1;
}
.ebc-graph #eu_total .title {
  font-size: 20px;
}
.ebc-graph #eu_total span.big {
  display: block !important;
  width: 100% !important;
}
.ebc-graph #eu_total .number {
  display: block;
  margin-top: 12px;
  font-size: 23px;
}
.ebc-graph #eu_total.hidden {
  opacity: 0;
}
.ebc-graph #graph2-trans {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ebc-graph #graph2 {
  z-index: 1;
  position: relative;
}
.ebc-graph #x-labels {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 15px;
  color: #fda301;
  font-size: 0.6vw;
  padding-left: 73px;
}
.ebc-graph #x-labels-inner {
  position: relative;
  width: 100%;
  height: 15px;
  z-index: -1;
}
.ebc-graph #x-labels-inner span {
  position: absolute;
  transform: rotate(-45deg);
}
[data-both] {
  display: -ms-flexbox;
  display: flex;
}
[data-set-toggle] {
  margin-right: 10px;
}
.ebc-graph #electricity-mix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ebc-graph #electricity-mix label {
  color: #fff;
  cursor: pointer;
  display: inline;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid transparent;
}
.ebc-graph #electricity-mix label input {
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0;
}
.ebc-graph #electricity-mix label.active {
  color: #6f3;
  border: 1px solid;
  border-radius: 3px;
}
.ebc-graph #electricity-mix li {
  width: 20%;
  padding-bottom: 5px;
}
.ebc-graph .timeline-years.graph6 span:nth-child(2n) {
  display: none;
}
.ebc-graph #reduced-chart {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 20%;
  min-width: 250px;
  height: 50%;
  max-height: 50%;
  background-color: #033c60;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 13px;
  transform: scale(0);
  transition: 0.2s linear;
  border: 1px solid #0d3046;
}
.ebc-graph #reduced-chart .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.ebc-graph #reduced-chart.open {
  transform: scale(1);
  z-index: 99999;
}
.ebc-graph #reduced-chart #rc-inner {
  height: 100% !important;
}
.ebc-graph #reduced-chart #reduced-close {
  background: url(../img/close.png) 50% / contain no-repeat;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  z-index: 5;
}
#graph7b {
  position: absolute;
  z-index: 10;
  left: 110px;
  top: 0;
  width: 300px !important;
  height: 300px !important;
  min-height: 200px !important;
}
#ex-legend.pie li a {
  font-size: 14px;
}
.share-content {
  text-align: center;
}
.share-content p:first-child {
  padding-left: 0;
}
.share-content textarea {
  width: 100%;
  width: 80%;
  font-size: 14px;
  padding: 1rem;
  text-align: center;
  line-height: 120%;
}
.share-content .copy-notify {
  clear: both;
  display: block;
  font-size: 16px;
  background: #99cc00;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem;
  margin-top: 0.5rem;
}
.share-content a {
  color: red !important;
}
.share-content .share-icon {
  width: 88px;
  height: 88px;
  display: inline-block;
  margin: 20px;
  border-radius: 15px;
}
.share-content .frame-icon {
  background: url(../img/share_frame.png) 50% / contain no-repeat;
}
.share-content .animation-icon {
  background: url(../img/share_anim.png) 50% / contain no-repeat;
}
.share-content .facebook-icon {
  background: url(../img/facebook.svg) 50% / contain no-repeat;
}
.share-content .twitter-icon {
  background: url(../img/twitter.svg) 50% / contain no-repeat;
}
.share-content .linkedin-icon {
  background: url(../img/linkedin.svg) 50% / contain no-repeat;
}
.share-content .embed-icon {
  background: url(../img/embed.svg) 50% / contain no-repeat;
}
body:not(.ebc-modal-open) .ebc-modal-backdrop {
  display: none;
}
body.ebc-modal-open {
  width: 100%;
  position: fixed;
}
body.ebc-modal-open .ebc-modal-backdrop {
  display: none;
}
body.ebc-modal-open .ebc-modal-backdrop.open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.57);
  overflow: scroll;
  display: block;
  z-index: 1;
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body {
  background: #0a405e;
  color: #fff;
  max-width: 70%;
  margin: 120px auto 30px;
  padding: 1.5rem 1.5rem 3.5rem;
  transition: none;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body a {
  color: #ffc816;
  text-decoration: underline;
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body a:hover {
  text-decoration: none;
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body h1 {
  position: relative;
  font-size: 36px;
  font-family: inherit;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body h1 .close {
  background: url(../img/close.png);
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -34px;
  width: 40px;
  height: 40px;
  top: -34px;
  padding: 0;
  border: 0;
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body h2,
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body h3 {
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body h3 {
  text-decoration: underline;
  font-size: 17px;
  padding-left: 15px;
  margin-bottom: 5px;
}
body.ebc-modal-open .ebc-modal-backdrop.open .ebc-modal-body p {
  padding-left: 30px;
  line-height: 2rem;
  font-size: 18px;
  margin-bottom: 5px;
}
body.ebc-modal-open #country-popup,
body.ebc-modal-open #map-left .legend,
body.ebc-modal-open #map-left .nav-wrapper,
body.ebc-modal-open #plant-popup {
  z-index: 0 !important;
}
#share-modal .ebc-modal-body {
  width: 70%;
  max-width: 400px;
  margin-top: 10%;
}
.toggle-btn.toggle-btn-mobile {
  display: none !important;
  min-width: 70px;
  color: #fff;
  font-family: Saira;
  font-weight: 700;
  background-color: #fea301;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  margin-top: 12px;
}
body.maps .ebc-map .map-top .toggle-btn-active p {
  display: block;
}
@media (max-width: 700px) {
  .wrapper {
	width: 100%;
  }
  .twofield .field,
  .twofield .field-center {
	float: none;
	width: 100%;
	padding: 0 !important;
  }
  #counter h1.title {
	line-height: 42px;
	font-size: 40px;
  }
  #counter .embed-corner {
	display: none;
  }
  #counter .logo {
	position: absolute;
	top: 10px;
	right: 15px;
	height: 80px;
	width: 80px;
  }
  #counter > .overlay {
	position: relative;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-align: start;
	align-items: flex-start;
  }
  #counter .title {
	text-align: left;
	line-height: 35px;
	width: 60%;
	font-size: 36px;
	padding-top: 0;
  }
  #counter .subTitle {
	text-align: left;
	margin: 20px 0;
	margin-top: 10px;
	padding-top: 0;
  }
  #counter .circles {
	margin-top: 0;
	-ms-flex-pack: initial;
	justify-content: initial;
	display: block;
  }
  #counter .circles > .circle {

  }
  #counter .circles > .circle > .theCircle {
	
  }
  #counter .circles > .circle > .theCircle > .number {
	font-size: 35px;
  }
  #counter .circles > .circle > .mark {
	font-size: 18px;
	width: 35px;
	height: 35px;
  }
  #counter .circles > .circle > .mark--noti {
	left:auto;
  }
  #counter .circles > .circle > .mark--wp {
	top: 21px;
	left: 75px;
  }
  #counter .circles > .circle > .name {
	padding-left: 35px;
	margin-bottom: 25px;
	font-size: 18px;
  }
  #counter .news {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  #counter .news .news-title:after {
	content: "";
	display: none;
  }
  #counter .news .latest {
	padding: 10px;
  }
  #counter .news .news-title {
	padding: 7px 5px;
  }
  #counter .moreButton {
	margin: 20px auto;
  }
  #counter .addCounterMobile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	bottom: 0;
	padding: 5px;
	margin-bottom: -20px;
	margin-left: -20px;
  }
  #counter .addCounterMobile span {
	font-size: 32px;
	margin-right: 10px;
  }
}
@media (max-width: 700px), (min-width: 701px) and (max-width: 900px) {
  small {
	font-size: 11px;
	line-height: 16.5px;
	margin-bottom: 11px;
  }
  .content span {
	line-height: 18.59px;
	margin-bottom: 13px;
  }
  .content span,
  label {
	font-size: 13px;
  }
  .content p {
	line-height: 20.02px;
	margin-bottom: 14px;
  }
  .content p,
  .field-center a,
  .field a,
  input[type="email"],
  input[type="number"],
  input[type="submit"],
  input[type="text"],
  select {
	font-size: 14px;
  }
  .content h4 {
	font-size: 22px;
	line-height: 35.64px;
	margin-bottom: 22px;
  }
  .content h3 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 25px;
  }
}
@media (min-width: 901px) {
  small {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
  }
  .content span {
	line-height: 20.02px;
	margin-bottom: 14px;
  }
  .content span,
  label {
	font-size: 14px;
  }
  .content p {
	line-height: 25.92px;
	margin-bottom: 16px;
  }
  .content p,
  .field-center a,
  .field a,
  input[type="email"],
  input[type="number"],
  input[type="submit"],
  input[type="text"],
  select {
	font-size: 16px;
  }
  .content h4 {
	font-size: 22px;
	line-height: 35.64px;
	margin-bottom: 22px;
  }
  .content h3 {
	font-size: 30px;
	line-height: 39px;
	margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  
  #counter{
    height: auto;
  }
  
  #counter .circles{
    flex-wrap: wrap;
  }
  
  #counter .circles > .circle{
    width:100%;
  }
  
}


@media (min-width: 0) and (max-width: 640px) {
  .ebc-graph #graph-title {
	font-size: 17px;
	font-weight: 700;
  }
  .ebc-graph #graph {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0;
	padding-top: 0;
  }
  .ebc-graph .datasets,
  .ebc-graph .series {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
  }
  .ebc-graph .datasets button,
  .ebc-graph .series button {
	max-width: 30%;
	padding: 15px !important;
	text-align: center !important;
  }
  .ebc-graph #graph-left {
	max-width: 100%;
	text-align: center;
  }
  .ebc-graph #graph-left [data-both] {
	width: 40%;
  }
  .ebc-graph #graph-right {
	max-width: 100%;
  }
  .ebc-graph #eu_total {
	transform: scale(0.7);
	right: 5px;
	top: 0;
  }
  .ebc-graph #graph1b {
	padding: 0;
  }
  .ebc-graph #bottom {
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .ebc-graph #bottom .tl-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px;
	-ms-flex: unset !important;
	flex: unset !important;
  }
  .ebc-graph #graph-right-mobile {
	display: block;
  }
  .ebc-graph #toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
  }
  .ebc-graph #toolbar :after {
	border: none !important;
  }
  .ebc-graph #toolbar button {
	height: 50px;
  }
  #chart-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  #chart-menu li {
	transition: height 0.2s ease-in-out;
	position: relative;
	border-radius: 0 !important;
  }
  #chart-menu li:not(.active) {
	height: 0;
	overflow: hidden;
  }
  #chart-menu li:not(.active) a {
	width: 100%;
  }
  #chart-menu li.active:after {
	content: ">";
	transform: rotate(90deg);
	font-size: 30px;
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	color: #fea301;
  }
  #chart-menu li.active a {
	width: 75%;
  }
  #map-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  #map-menu li {
	transition: height 0.2s ease-in-out;
	position: relative;
	border-radius: 0 !important;
	cursor: pointer;
  }
  #map-menu li:not(.active) {
	height: 0;
	padding: 0;
	overflow: hidden;
  }
  #map-menu li.active {
	height: 38px;
	padding: 5px 40px;
  }
  #map-menu li.active:after {
	content: ">";
	transform: rotate(90deg);
	font-size: 30px;
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	color: #fea301;
	font-family: Poppins;
	font-weight: 700;
  }
  .timeline-years {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin-right: 0 !important;
  }
  .timeline-years span {
	left: 0 !important;
	transform: none !important;
	position: relative !important;
  }
  #timeline {
	margin-top: 15px !important;
  }
  #graph-right-mobile {
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
  }
  #ex-legend {
	margin-top: 0;
	-ms-flex-pack: center;
	justify-content: center;
  }
  #ex-legend li {
	padding-left: 0 !important;
	padding-right: 5px;
	margin-left: 0;
  }
  .hide-mobile-only {
	display: none !important;
  }
  .graph3-controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .graph3-controls h2 {
	padding-left: 15px;
  }
  .graph3-controls div {
	margin-right: 15px;
  }
  .graph-updated {
	margin-bottom: 25px;
	border-bottom: 1px solid #15384a;
	padding-bottom: 15px;
  }
  #graph-right h2.moreinfo {
	text-align: right;
	font-size: 17px;
	padding: 5px;
  }
  #graph-right h2.moreinfo button {
	margin: 0;
	margin-left: auto;
  }
  .moreinfo {
	display: block !important;
  }
  .ebc-modal-backdrop .ebc-modal-body {
	max-width: calc(100% - 15px) !important;
	width: calc(100% - 15px) !important;
  }
  .ebc-modal-open .ebc-modal-backdrop .ebc-modal-body {
	padding: 15px !important;
  }
  .ebc-modal-open .ebc-modal-backdrop .ebc-modal-body .close.ebc-modal-dismiss {
	right: 0 !important;
	top: -30px !important;
  }
}
@media screen and (max-width: 426px) {
  body.maps #timeline {
	margin-top: 25px !important;
  }
  .ebc-graph .datasets,
  .ebc-graph .series {
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .ebc-graph .datasets > button,
  .ebc-graph .series > button {
	max-width: inherit;
	width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 479px) {
  #ex-legend.half li {
	width: 100% !important;
  }
}
@media {
  .gm-style-pbt {
	font-size: 22px !important;
  }
  body.maps {
	font-family: Roboto, sans-serif !important;
	outline: none;
	background-color: #08283a;
	color: #0b2617;
	height: auto;
	overflow: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  body.maps .sticky-fix {
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	background-color: #003d5e;
  }
  body.maps:after,
  body.maps:before {
	display: none !important;
  }
  body.maps p,
  body.maps table {
	margin: 0;
  }
  body.maps sub {
	display: inline !important;
  }
  body.maps .map-mobile-menu {
	display: none;
  }
  body.maps .gm-style-cc,body.maps .gm-style a[href^="https://maps.google.com/maps"]
  {
	display: none !important;
  }
  body.maps .ebc-map {
	grid-area: a;
	height: 100%;
	width: 100%;
	overflow: auto;
  }
  body.maps .ebc-map .map-top {
	padding: 34px 16px 16px;
	font-family: Saira !important;
	background-color: #003d5e;
  }
  body.maps .ebc-map .map-top .map.active-map .toggle {
	display: none;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-pack: start;
	justify-content: flex-start;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle {
	display: block;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle .title h1 {
	font-family: Saira !important;
	font-size: 32px;
	color: #ebac00;
	margin-bottom: 6px;
	font-weight: 300;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle .text {
	line-height: 2.2rem;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle .text p {
	font-size: 18px;
	color: #fff;
	font-family: Saira !important;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle .text p strong {
	color: #ebac00;
	font-weight: 300;
	font-family: Saira !important;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle .text p.green {
	color: green;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle .text strong {
	color: #ebac00;
  }
  body.maps .ebc-map #map-mobile-submenu {
	display: none;
	padding: 20px;
  }
  body.maps .ebc-map #map-mobile-submenu .nav-inactive {
	display: none !important;
  }
  body.maps .ebc-map #map-mobile-submenu button {
	border: 0;
	color: #adc2ce;
	background: #014368;
	margin-bottom: 10px;
	width: 100%;
	padding: 15px;
	text-align: center;
	outline: none;
	border-radius: 5px;
  }
  body.maps .ebc-map #map-mobile-submenu button.nav-li-active {
	color: #fff;
	background: #178aca;
	box-shadow: inset 0 0 3px #7cb5ec;
  }
  body.maps .ebc-map .map-container {
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: calc(60vh - 34px);
	position: relative;
	overflow: hidden !important;
	grid-area: b;
  }
  body.maps .ebc-map .map-container #mainmap {
	height: 100%;
	width: 100%;
	background-color: #08283a;
  }
  body.maps .ebc-map .map-container #plant-popup {
	margin: 10px;
	width: 300px;
	padding: 0.7rem;
	border-radius: 5px;
	background-color: #003d5e;
	color: #fff;
	position: absolute;
	top: 0;
	right: 310px;
	z-index: 1;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	max-height: 100%;
	overflow-y: auto;
	line-height: 1.5rem;
  }
  body.maps .ebc-map .map-container #plant-popup .close-box {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px !important;
	width: 20px !important;
  }
  body.maps .ebc-map .map-container #plant-popup .popup-header {
	grid-area: c;
	border-radius: 0.4rem;
	font-size: 12px;
	width: 100%;
	background-color: #002338;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	padding: 2px 0;
  }
  body.maps .ebc-map .map-container #plant-popup .popup-header .flag {
	height: 40px;
	margin-left: 8px;
	margin-right: auto;
	background-size: cover;
  }
  body.maps .ebc-map .map-container #plant-popup .popup-header img {
	height: 40px;
	margin-left: 8px;
	margin-right: auto;
  }
  body.maps .ebc-map .map-container #plant-popup .header-text h1 {
	display: block;
	margin: 5px;
	text-align: center;
	font-family: Saira;
	font-size: 23px;
	font-weight: 400;
	color: #f1b03c;
  }
  body.maps .ebc-map .map-container #plant-popup h2 {
	color: #f1b03c;
	font-size: 16px;
	font-weight: 400;
	margin: 8px;
  }
  body.maps .ebc-map .map-container #plant-popup .info-tag {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
	-ms-flex-align: center;
	align-items: center;
  }
  body.maps .ebc-map .map-container #plant-popup .info-tag.map4-private {
	text-align: center;
	width: 100%;
  }
  body.maps .ebc-map .map-container #plant-popup .info-tag.map4-private p {
	margin-bottom: 20px;
  }
  body.maps .ebc-map .map-container #plant-popup .info-tag.map4-private a {
	color: #fff;
	text-decoration: underline;
  }
  body.maps .ebc-map .map-container #plant-popup .info-ico {
	min-width: 40px;
	height: 40px;
  }
  body.maps .ebc-map .map-container #plant-popup .info-ico img {
	max-height: 32px;
	max-width: 32px;
	margin-left: auto;
	margin-right: auto;
	display: block;
  }
  body.maps .ebc-map .map-container #plant-popup .info-box {
	margin-left: 8px;
	width: 100%;
	padding-right: 8px;
  }
  body.maps .ebc-map .map-container #plant-popup .info-box h2 {
	width: 100%;
	margin: 0;
	padding: 8px 0 0;
	font-family: inherit;
  }
  body.maps .ebc-map .map-container #plant-popup .info-box h1 {
	font-size: 1.5rem;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
  }
  body.maps .ebc-map .map-container #plant-popup p {
	font-size: 12px;
  }
  body.maps .ebc-map .map-container #plant-popup .pic {
	grid-area: d;
	margin: auto;
  }
  body.maps .ebc-map .map-container #plant-popup .pic img {
	margin: 2px;
  }
  body.maps .ebc-map .map-container #plant-popup a.maps {
	color: #fff;
	text-decoration: underline;
  }
  body.maps .ebc-map .map-container #plant-popup a.maps:hover {
	color: #0098cf;
  }
  body.maps .ebc-map .map-container #country-popup {
	margin: 10px;
	height: auto;
	max-height: 100%;
	width: 300px;
	padding: 0.7rem;
	border-radius: 5px;
	background-color: #003d5e;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
	line-height: 1.5rem;
  }
  body.maps .ebc-map .map-container #country-popup .close-box {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px !important;
	width: 20px !important;
  }
  body.maps .ebc-map .map-container #country-popup .popup-header {
	grid-area: c;
	border-radius: 0.4rem;
	font-size: 12px;
	width: 100%;
	background-color: #002338;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	padding: 2px 0;
  }
  body.maps .ebc-map .map-container #country-popup .popup-header .flag {
	height: 40px;
	margin-left: 8px;
	margin-right: auto;
	background-size: cover;
  }
  body.maps .ebc-map .map-container #country-popup .popup-header .flag img {
	height: 40px;
	margin-left: 8px;
	margin-right: auto;
	padding: 4px;
  }
  body.maps
	.ebc-map
	.map-container
	#country-popup
	.popup-header
	.flag
	img.company {
	margin-top: 2.5px;
	border-radius: 0;
	height: 35px;
  }
  body.maps .ebc-map .map-container #country-popup .header-text h1 {
	display: block;
	margin: 5px;
	text-align: center;
	font-family: Saira;
	font-size: 23px;
	font-weight: 400;
	color: #f1b03c;
  }
  body.maps .ebc-map .map-container #country-popup h2 {
	color: #f1b03c;
	font-size: 16px;
	font-weight: 400;
	margin: 8px;
	font-family: inherit;
  }
  body.maps .ebc-map .map-container #country-popup .single-line {
	margin-top: 0;
	margin-left: 16px;
	margin-bottom: 0;
  }
  body.maps .ebc-map .map-container #country-popup h1.single-line {
	padding-top: 0;
	margin-top: 0;
	margin-left: 16px;
	margin-bottom: 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
  }
  body.maps .ebc-map .map-container #country-popup .info-tag {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7px;
	-ms-flex-align: center;
	align-items: center;
  }
  body.maps .ebc-map .map-container #country-popup .info-tag.map4-private {
	text-align: center;
	width: 100%;
  }
  body.maps .ebc-map .map-container #country-popup .info-tag.map4-private p {
	margin-bottom: 20px;
  }
  body.maps .ebc-map .map-container #country-popup .info-tag.map4-private a {
	color: #fff;
	text-decoration: underline;
  }
  body.maps .ebc-map .map-container #country-popup .info-ico {
	width: 40px;
	height: 40px;
  }
  body.maps .ebc-map .map-container #country-popup .info-ico img {
	max-height: 32px;
	max-width: 32px;
	margin-left: auto;
	margin-right: auto;
	display: block;
  }
  body.maps .ebc-map .map-container #country-popup .info-box {
	margin-left: 8px;
  }
  body.maps .ebc-map .map-container #country-popup .info-box > h2 {
	width: 100%;
	margin: 0;
	padding: 8px 0 0;
  }
  body.maps .ebc-map .map-container #country-popup .info-box > h1 {
	font-size: 1.5rem;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
  }
  body.maps .ebc-map .map-container #country-popup p {
	font-size: 12px;
  }
  body.maps .ebc-map .map-container #country-popup .pic {
	grid-area: d;
	margin: auto;
  }
  body.maps .ebc-map .map-container #country-popup .pic img {
	margin: 2px;
  }
  body.maps .ebc-map .map-container #country-popup .pic p {
	margin: 8px;
	color: #fff;
  }
  body.maps .ebc-map .map-container #map-left {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	height: auto;
	padding: 0.5rem;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper {
	width: 260px;
	background-color: #003d5e;
	padding: 1rem 0 0 1rem;
	border-radius: 5px;
	color: #fff;
	z-index: 1;
	font-size: 14px;
	margin-bottom: 8px;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper > .nav-element {
	padding: 0;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper
	> .nav-element.active
	h2 {
	color: #ebac00;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper h2 {
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	transition: color 0.1s ease-in;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper h2:hover {
	cursor: pointer;
	color: #ebac00;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper .nav-active {
	list-style: none;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper .nav-active button {
	color: #fff;
	background: #08283a;
	border: 0;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	transition: background 0.1s ease-in;
	line-height: 1.5rem;
	display: block;
	text-align: left;
	font-size: 100%;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper
	.nav-active
	button:hover {
	cursor: pointer;
	background: #178aca;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper
	.nav-active
	button.nav-li-active {
	background: #178aca;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper .nav-inactive {
	display: none !important;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper .invisible {
	display: none;
  }
  body.maps .ebc-map .map-container #map-left input {
	padding: 10px;
	font-family: FontAwesome, Open Sans, Verdana, sans-serif !important;
	background-color: #003d5e;
	border: none;
	border-radius: 5px;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 260px;
  }
  body.maps .ebc-map .map-container #map-leftafter {
	content: url();
  }
  body.maps .ebc-map .map-container #map-left ::-webkit-input-placeholder {
	font-family: FontAwesome, Open Sans, Verdana, sans-serif !important;
	color: #fff;
  }
  body.maps .ebc-map .map-container #map-left ::-moz-placeholder {
	font-family: FontAwesome, Open Sans, Verdana, sans-serif !important;
	color: #fff;
  }
  body.maps .ebc-map .map-container #map-left ::-ms-input-placeholder {
	font-family: FontAwesome, Open Sans, Verdana, sans-serif !important;
	color: #fff;
  }
  body.maps .ebc-map .map-container #map-left ::placeholder {
	font-family: FontAwesome, Open Sans, Verdana, sans-serif !important;
	color: #fff;
  }
  body.maps .ebc-map .map-container #map-left #legend {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 260px;
	height: auto;
	background-color: #003d5e;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0.5rem;
	border-radius: 5px;
	color: #fff;
	z-index: 1;
	font-size: 14px;
	line-height: 1.4rem;
  }
  body.maps .ebc-map .map-container #map-left #legend .legend-item-wrapper ul {
	list-style: none;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	ul
	li
	img {
	height: 16px;
	width: 16px;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item {
	display: -ms-flexbox;
	display: flex;
	margin: 4px 0;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	p {
	padding: 0 4px;
	margin: 0;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	img {
	max-height: 1rem;
	max-width: 1rem;
	margin: 2px 0 0;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper {
	vertical-align: middle;
	margin-top: 1px;
	border-radius: 50%;
	width: 16px;
	height: 16px;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper.map1 {
	background-color: #0a6681;
	display: inline-block;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #fff;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-o {
	background-color: #f8500fcc;
	background-color: rgba(255, 0, 0, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-g {
	background-color: #282a2acc;
	background-color: rgba(40, 42, 42, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-c {
	background-color: #ffa400cc;
	background-color: rgba(255, 164, 0, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-p {
	background-color: #fec815cc;
	background-color: rgba(254, 200, 21, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-r {
	background-color: #20da4bcc;
	background-color: rgba(32, 218, 75, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-tbr {
	background-color: #00a1e3cc;
	background-color: rgba(0, 161, 227, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph {
	background-color: #d19d3ecc;
	background-color: rgba(209, 157, 62, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-r16 {
	background-color: #20da4bcc;
	background-color: rgba(32, 218, 75, 0.8);
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph1 {
	background-color: #1cb574;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph2 {
	background-color: #63ffa9;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph3 {
	background-color: #41bcff;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph4 {
	background-color: #ce5099;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph5 {
	background-color: #9795fa;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-numeric-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 0;
	height: 1rem;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#legend
	.legend-item-wrapper
	.legend-centered {
	display: block;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  body.maps .ebc-map #mobile-legend {
	display: none;
  }
  body.maps .ebc-map table.map1table tbody {
	width: 260px;
  }
  body.maps .ebc-map table.map1table tbody tr {
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
	border: none;
	width: 255px;
	border-collapse: collapse;
  }
  body.maps .ebc-map table.map1table tbody tr > td {
	margin: 0;
	padding: 0;
	line-height: 1rem;
  }
  body.maps .ebc-map table.map1table tbody tr td.left {
	text-align: left;
  }
  body.maps .ebc-map table.map1table tbody tr td.right {
	text-align: right;
  }
  body.maps .ebc-map table.map1table tbody tr.announced {
	border-top: 1px dashed #fff;
  }
  .footer {
	overflow: auto;
  }
}
@media (max-width: 910px) {
  body.maps {
	overflow: scroll;
	display: grid;
	height: auto;
	grid-template-columns: 1fr;
	grid-template-rows: 34px 1fr;
	grid-template-areas: "e" "a";
  }
  body.maps .map-mobile-menu {
	transform: rotate(-90deg);
	color: #ebac00;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 23px;
	font-family: Saira;
	font-weight: 700;
  }
  body.maps .ebc-map .map-top {
	padding: 0 8px 8px;
	font-family: Saira;
	margin-top: 34px;
  }
  body.maps .ebc-map .map-top .map.active-map .active-toggle .title h1 {
	font-size: 1.4rem;
  }
  body.maps .ebc-map .map-top p {
	display: none;
  }
  body.maps .ebc-map #map-mobile-submenu {
	display: block;
  }
  body.maps .ebc-map #mobile-legend {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	height: auto;
	background-color: #003d5e;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	color: #fff;
	z-index: 1;
	font-size: 12px;
	line-height: 1.4rem;
  }
  body.maps .ebc-map #mobile-legend .legend-item-wrapper ul {
	list-style: none;
  }
  body.maps .ebc-map #mobile-legend .legend-item-wrapper ul li img {
	height: 16px;
	width: 16px;
  }
  body.maps .ebc-map #mobile-legend .legend-item-wrapper .legend-item {
	display: -ms-flexbox;
	display: flex;
	margin: 4px 8px 4px 0;
  }
  body.maps .ebc-map #mobile-legend .legend-item-wrapper .legend-item p {
	padding: 0 4px;
	margin: 0;
  }
  body.maps .ebc-map #mobile-legend .legend-item-wrapper .legend-item img {
	max-height: 1rem;
	max-width: 1rem;
	margin: 2px 0 0;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper {
	vertical-align: middle;
	border-radius: 50%;
	width: 16px;
	height: 16px;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper.map1 {
	background-color: #0a6681;
	display: inline-block;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #fff;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-o {
	background-color: #f8500fcc;
	background-color: rgba(255, 0, 0, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-g {
	background-color: #282a2acc;
	background-color: rgba(40, 42, 42, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-c {
	background-color: #ffa400cc;
	background-color: rgba(255, 164, 0, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-p {
	background-color: #fec815cc;
	background-color: rgba(254, 200, 21, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-r {
	background-color: #20da4bcc;
	background-color: rgba(32, 218, 75, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-tbr {
	background-color: #00a1e3cc;
	background-color: rgba(0, 161, 227, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph {
	background-color: #d19d3ecc;
	background-color: rgba(209, 157, 62, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-r16 {
	background-color: #20da4bcc;
	background-color: rgba(32, 218, 75, 0.8);
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph1 {
	background-color: #1cb574;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph2 {
	background-color: #63ffa9;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph3 {
	background-color: #41bcff;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph4 {
	background-color: #ce5099;
  }
  body.maps
	.ebc-map
	#mobile-legend
	.legend-item-wrapper
	.legend-item
	.marker-wrapper
	.marker.marker-ph5 {
	background-color: #9795fa;
  }
  body.maps .ebc-map #mobile-legend .legend-item-wrapper .legend-numeric-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 0;
	height: 1rem;
  }
  body.maps .ebc-map #mobile-legend .legend-item-wrapper .legend-centered {
	display: block;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  body.maps .ebc-map #mobile-legend .mobile-legend-center {
	margin: 0 auto;
  }
  body.maps .ebc-map .map-container {
	height: 100vh;
	height: calc(100vh - 34px);
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
  }
  body.maps .ebc-map .map-container #map-left {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper {
	display: none;
	height: 92px;
	width: 56px;
	margin: 8px;
	padding-top: 50px;
	position: relative;
	transition: 0.1s ease-in-out;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper
	:not(.map-mobile-menu) {
	display: none;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper .map-mobile-menu {
	margin-top: 29px;
	margin-left: -10px;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper
	.map-mobile-menu:after {
	transform: rotate(90deg);
	content: ">";
	margin-left: -25px;
	position: absolute;
	margin-top: 29px;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper.clicked {
	width: 100%;
	background-color: #005a7aaa;
	padding: 0.5rem;
	border-radius: 0.2rem;
	color: #fff;
	z-index: 1;
	font-size: 14px;
	margin-bottom: 8px;
	height: auto;
	border-left: 20px solid #ebac00;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper.clicked .active h2 {
	color: #ebac00;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper.clicked h2 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	transition: color 0.1s ease-in;
  }
  body.maps .ebc-map .map-container #map-left #nav-wrapper.clicked h2:hover {
	cursor: pointer;
	color: #ebac00;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper.clicked
	ul.nav-active {
	list-style: none;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper.clicked
	ul.nav-active
	li {
	color: #fff;
	transition: color 0.1s ease-in;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper.clicked
	ul.nav-active
	li:hover {
	cursor: pointer;
	color: #ebac00;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper.clicked
	ul.nav-active
	li.nav-li-active {
	color: #ebac00;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper.clicked
	ul.nav-inactive {
	display: none !important;
  }
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper.clicked
	:not(.map-mobile-menu) {
	display: inherit;
  }
  body.maps .ebc-map .map-container #map-left #legend,
  body.maps
	.ebc-map
	.map-container
	#map-left
	#nav-wrapper.clicked
	.map-mobile-menu {
	display: none;
  }
  body.maps .ebc-map .map-container #map-left input {
	margin-left: 8px;
  }
  body.maps .ebc-map .map-container #country-popup,
  body.maps .ebc-map .map-container #plant-popup {
	display: none !important;
  }
  body.maps .ebc-map #bottom {
	grid-area: f;
	height: auto;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  body.maps .ebc-map #bottom .tl-wrapper {
	min-height: 60px;
	height: auto;
  }
  body.maps .ebc-map #toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
  }
  body.maps .ebc-map #toolbar > .toolbar-elem {
	width: 100%;
	text-align: center;
  }
  body.maps .ebc-map #toolbar :after {
	border: none !important;
  }
  body.maps .ebc-map #toolbar button {
	height: 50px;
  }
}
@media screen and (max-height: 770px) {
  .ebc-map {
	display: block !important;
  }
}
@media (min-height: 770px) {
  #counter > .overlay {
	height: 100vh;
  }
}
@media screen and (max-width: 910px) {
  .toggle-btn.toggle-btn-mobile {
	display: inline-block !important;
  }
}
/*# sourceMappingURL=style.css.map */
