@font-face {
	font-family: 'Myriad Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold'), url('fonts/Myriad Pro/MYRIADPRO-REGULAR.woff') format('woff');
}

.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 200px;
  background-color: #66665b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-bottom: 10px;
  font-family: "Myriad Pro Bold", "Times New Roman", Arial, Helvetica, sans-serif;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -101px;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}