.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 15px;
	height: 15px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
button.btn-interactive-map {
display: none;
}

.block--interactive-map .modal.in .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 384px;
    height: auto;
    padding: 0;
    z-index: 5;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}
.block--interactive-map .container-title .first {
    font: normal normal 300 25px/23px Gill Sans;
    text-shadow: 0px 20px 40px #00000029;
    color: #19486A;
    text-transform: capitalize;
}
.block--interactive-map .container-title .second {
    font: normal normal normal 40px/35px Gill Sans;
    color: #19486A;
    text-transform: uppercase;
    text-shadow: 0px 20px 40px #00000029;
    padding-top: 5px;
}
.block--interactive-map .container-title .partnership-hr {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #FD6925 0% 0% no-repeat padding-box;
    float: left;
    margin-top: 0;
}

.block--interactive-map .modal-header button.close:focus {
  outline: none;
}
.block--interactive-map .modal-title {
	margin-top: 0;
  color: #000;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
	text-transform: uppercase;
}
.block--interactive-map .modal-footer {
  text-align: left;
  padding: 0.5em 1em;
}
.block--interactive-map .modal-footer a {
  color: #FD6925;
  text-transform: uppercase;
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 300px;
  left: 30px;
  top: 8px;
  z-index: 9;
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #394a6d;
}
.custom-select.open {
  position: relative;
  display: flex;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 300;
  color: #3b3b3b;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #394a6d;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #394a6d;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  height: 350px !important;
  overflow: hidden;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: 230px;
  overflow: auto;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}
.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.arrow::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #394a6d;
}
.arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}
.open .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}
.open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}
#vmap {
  margin-top: -60px;
}
.custom-options::-webkit-scrollbar {
  width: 20px;
}
.custom-options::-webkit-scrollbar-thumb {
  background: #4f4f4e;
  border-left: 6px solid #f8f8f8;
  border-right: 6px solid #f8f8f8;
}
.custom-options::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-left: 8px solid #f8f8f8;
  border-right: 8px solid #f8f8f8;
}
#vmap #legend-container {
  bottom: 50px;
  position: absolute;
  font: normal normal bold 19px/30px Gill Sans !important;
  color: #19486a;
}
#vmap #legend-container .legend-title{
  padding-left: 28.5px;
  padding-bottom: 8px;
  display: inline-block;
}
#vmap #legend-container ul.legend li{
  list-style: none;
  padding-left: 0;
}
#vmap #legend-container ul.legend li:before {
  content: ""; /* Empty content */
  display: inline-block;
  width: 12px; /* Diameter of the circle */
  height: 12px;
  border-radius: 50%; /* Circle shape */
  position: relative;
  left: 0;
  margin-right: 2px;
}
#vmap #legend-container ul.legend li.legend-past:before{
  color: #10b2dc;
  background-color: #10b2dc;
}
#vmap #legend-container ul.legend li.legend-ongoing:before{
  color: #fd6925;
  background-color: #fd6925;
}
#vmap #legend-container ul.legend li.legend-pipeline:before{
  color: #134a6c;
  background-color: #134a6c;
}

@media only screen and (max-width: 767px) {
  .block--interactive-map .modal.in .modal-dialog {
    width: 80%;
  }
}