body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #083579;
}

#map {
  position: fixed;
  top:0;
  bottom: -30px;
  left:0;
  right:0;
  z-index: -1;
}

#barbour-logo {
  position: fixed;
  bottom: 3px;
  left: 6px;
  z-index: 1;
  width: 100px;
}

#marker-logo {
  width: 50px;
  margin: 10px 10px -3px 10px;
}

#marker-logo-small {
  width: 40px;
  /* margin: 5px 5px -3px 5px; */
  left: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.Titler {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  /* padding: 0; */
  padding: 0 0 37px 0;
  left: 0;
  outline: none;
  background: rgba(255,255,255,0.55);
  z-index: 1;
}

.blocker {
  display: inline-block;
  position: absolute;
}

#text-content {
  margin-bottom: -3.5px;
  position: relative;
  top: 15px;
  margin-left: 65px;
}

#t1 {
  margin-bottom: -0px;
  margin-top: -2px;
}

h1 {
  font-weight: 300;
  font-size: 28px;
  /* z-index: 0; */
  color: #001c47;
}

strong {
  font-weight: 400;
  color: #606e82;
}

.para {
  margin-top: 20px;
  font-size: 14.8px;
  color: #083579;
}

em {
  color: #eb1c24;
  font-style: normal;
}

.initial_message {
  font-size: 14.8px;
  width: 200px;
  border-radius: 3px;
  right: 15px;
  position: fixed;
  line-height: 20px;
  padding: 10px;
  top: 100px;
  background-color: rgba(255,255,255,0.9);
  opacity: 0.9;
}

h2 {
  font-weight: 300;
}

.cluster-back {
    font-size:13.3333px;
    position: absolute;
    padding: 3.5px 6px;
    align-items: flex-start;
    box-sizing: border-box;
    text-align: center;
    left: 11px;
    top: 15px;
    width: 60px;
    height: 26px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #063873;
    color: rgba(255,255,255,1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: none;
    z-index:1;
}

.cluster-back:hover {
    background-color: #042144;
}



.sidebar-cat {
  padding-left: 12px;
  padding-top: 12px;
  margin: -3px;
  color: #ff6f3a;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  left: inherit;

}

.sidebar-value {
  padding-left: 10px;
  color: #191919;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  left: inherit;

}

#sidebar-title {
  top:0;
  /* left:0; */
  margin: 0px;
  /* padding:0px; */
  /* height:40px; */
  width: 250px;
  /* background-color: #063873; */
  background-color: #063873;
  position: relative;
  color: #FBFBFB;
  opacity:1;
  left: inherit;


}

#sidebar-title-content {
padding-left: 35px;
padding-right: 35px;
left: inherit;

}


.sidebar-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    z-index: 1;
    right: 6px;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    padding: 1px 3px 5px 3px;
    border: 1.2px solid #FBFBFB;
    cursor: pointer;
    /* background-color: rgba(237, 28, 36,1); */
    background-color: #FBFBFB;
    color: #063873;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    /* left: inherit; */

}
.sidebar-button:hover {
    /* background-color: #bd161c; */
    background-color: #063873;
    color: #FBFBFB;
    border-color: #FBFBFB;
    border: 1.2px solid #FBFBFB;
    /* left: inherit; */

  }



.mapboxgl-popup-content {
    position: fixed;
    background: rgba(255,255,255,0);
    border-radius: 0px;
    top: 0px;
    /* left: 0px; */
    width: 250px;
    box-shadow: 0 1px 2px rgba(0,0,0,0);
    padding: 0px 0px 0px 0px;
    pointer-events: auto;
    left: inherit;

}






h3 {
  font-weight: 300;
  font-size: 18px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;

  /* line-height: 32px; */
}



.mapboxgl-popup {
    display: -webkit-flex;
    position: fixed;
    will-change: transform;
    pointer-events: none;
    transform: none !important;
    z-index: 4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-weight: 300;
    top: 0;
    /* left: 0; */
    border-radius: 0px;
    border-style: none;
    width: 230px;
    color: #083579;
    padding:5px 10px;
    bottom: 0px;
    background: rgba(255,255,255,0.85);

    left: -250px;
    -webkit-transition: left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: left 0.3s ease-out;  /* Firefox 4-15 */
    -o-transition: left 0.3s ease-out;  /* Opera 10.50–12.00 */
    transition: left 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-bottom-color: rgba(255,255,255,0);
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    border-bottom-color: rgba(255,255,255,0);
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: rgba(255,255,255,0);
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: rgba(255,255,255,0);
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    border-top-color: rgba(255,255,255,0);
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: rgba(255,255,255,0);
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: rgba(255,255,255,0);
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: rgba(255,255,255,0);
}

.mapboxgl-popup-close-button {
  z-index: 0;
  opacity:0;
}
.mapboxgl-popup-close-button:hover {
  z-index: 0;
}

.open-left {
  left:0px !important;
}
