/* CSS for page styles */
#pointer {
  display: inline-block;
  font-size: 24px;
  width: 400px;
  height: 45px;
  position: relative;
  background: gray;
  text-align: center;
  vertical-align: middle;
}
#pointer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid white;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
/* FAQ */
.faqs ul.tabs {
  text-align: center;
}
.faqs ul.tabs li {
  padding: 14px 32px;
  margin-bottom: 15px;
}
.faqs .tabs-content {
  margin-top: 40px;
}
/* JS: Accordion */
ul.accordion_container {
  margin-left: 0;
}
ul.accordion_container li {
  margin-left: 0;
  list-style: none;
}
ul.accordion_container li.accordion:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.accordion_container .accordion {
  padding: 32px 8px;
  border-top: 1px solid rgba(0,0,0,0.3);
}
.accordion_head {
  color: #373F41;
  cursor: pointer;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  padding: 7px 11px;
}
.accordion_body {
  padding-top: 24px;
  padding-left: 38px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.accordion_body p {
  padding: 18px 5px;
  margin: 0px;
}
.accordion .expand {
  width: 24px;
  height: 24px;
  float:right;
  background:url(../images/component/akar-icons_plus.svg);
}
.accordion .expand.minus {
  background:url(../images/component/akar-icons_minus.svg);
}
/* Bar chart */
.bar-charts {
  background: #ffffff;
  border-radius: 16px;
  padding-bottom: 20px;
  padding: 0 40px 47px 40px;
}
.bar-charts .tab-content {
  padding: 0;
}
.bar-charts ul.tabs {
  padding-top: 70px;
  text-align: center;
}
.bar-charts ul.tabs li {
    font-size: 16px;
    line-height: 22px;
    border-radius: 0;
    background: none;
    margin-bottom: 16px;
}
.bar-charts ul.tabs li.current {
    background: #4D4D4D;
}
.bar-charts .hide-logo {
    width: 100px;
    height: 40px;
    background: #fff;
    margin-top: -20px;
    z-index: 999;
    position: relative;
    margin-left: 0;
}
.bar-charts .chartdiv {
  width: 100%;
  max-height: 450px;
  height: 100vh;
  background: #fff;
  border-radius: 30px;
}
.bar-charts .chartdiv a {
  display: none !important;
}
.amcharts-chart-div a {
  display: none !important;
}

/* ======  Maps ====== */
.content-ok {
  width: 100%;
}
/* Relative positioning*/
#image-map {
  position: relative;
  margin: 0px auto 20px auto;
  width: 969px;
}
/* Hide the original tooltips contents */
.pin {
  display: none;
}
/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
  position: absolute;
}
.tooltip-down {
  background-position: 0 -37px;
}
.tooltip {
  display: none;
  width: 282px;
  min-height: 200px;
  cursor: help;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -115px;
  padding:15px;
  color: #222;
  border-radius: 5px;
  background: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  border-radius: 16px;
}
.tooltip::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 5px solid #FFFF;
  border-left: 9px solid transparent;
  border-right : 9px solid transparent;
}
.tooltip-down .tooltip {
  bottom: 12px;
  top: auto;
}
.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 18px solid #FFFFFF;
}
.tooltip h2 {
  font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
  margin: 0 0 10px;
}
.tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 920px) {
  #image-map {
      overflow-x: scroll;
      width: 100%;
  }
}
@media screen and (max-width: 920px) {
  /* FAQ accordion */
  .accordion_container .accordion {
    padding: 15px 8px;
  }
  .accordion_head {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
  }
  .accordion_body {
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
  }
  .bar-charts {
      padding: 20px;
  }
  .bar-charts .chartdiv {
    width: 800px;
    margin: 0;
  }
  .bar-charts .responsive-chart {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 28px;
  }
  .bar-charts .hide-logo {
    margin-top: -69px;
    margin-left: 0px;
    height: 38px;
  }
}