

/*Container*/
.bodyframe1 {
 max-width: 960px !important;
  margin: 0 auto !important;
  position: relative !important;
}

/*Tooltip text*/
.pin1 {
    width: 30px !important;
    height: auto !important;
   
  }
#tooltippoint1_NL{
	position:absolute !important;
	right:20% !important;
	top:49% !important;
	cursor:pointer !important;
}
#tooltippoint1_PE{
	position:absolute !important;
	right:13.5% !important;
	top:63.5% !important;
	cursor:pointer !important;
}
#tooltippoint1_NS{
	position:absolute !important;
	right:15.5% !important;
	top:70% !important;
	cursor:pointer !important;
}
#tooltippoint1_NB{
	position:absolute !important;
	right:19% !important;
	top:65% !important;
	cursor:pointer !important;
}
#tooltippoint1_QC{
	position:absolute !important;
	right:29% !important;
	top:56% !important;
	cursor:pointer !important;
}
#tooltippoint1_ON{
	position:absolute !important;
	right:44% !important;
	top:64% !important;
	cursor:pointer !important;
}
#tooltippoint1_MN{
	position:absolute !important;
	right:55% !important;
	top:54% !important;
	cursor:pointer !important;
}
#tooltippoint1_SAS{
	position:absolute !important;
	right:64% !important;
	top:54% !important;
	cursor:pointer !important;
}
#tooltippoint1_AB{
	position:absolute !important;
	right:73% !important;
	top:51% !important;
	cursor:pointer !important;
}
#tooltippoint1_BC{
	position:absolute !important;
	right:84% !important;
	top:44% !important;
	cursor:pointer !important;
}
#tooltippoint1_YK{
	position:absolute !important;
	right:82% !important;
	top:27% !important;
	cursor:pointer !important;
}
#tooltippoint1_NT{
	position:absolute !important;
	right:75% !important;
	top:31% !important;
	cursor:pointer !important;
}
#tooltippoint1_NU{
	position:absolute !important;
	right:55% !important;
	top:34% !important;
	cursor:pointer !important;
}



.tooltip1 {
  position: relative !important;
  color: #00b4ab !important;
}

 .tooltip-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  visibility: hidden;
  max-width: 900px !important;
  background-color: #73C6B6;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 200%;
  left: 50%;
  margin-left: -59.5px;
  opacity: 0;
  transition: .3s;
  transform: translate3d(0px, 20px, 0px);
  border:1px solid #00b4ab;     
}

.tooltip1 .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #00b4ab transparent transparent transparent;
}

.tooltip1:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

