#infoDIV{
  position:absolute;
  z-index: 3;
  right: 10px;
  top: 60px;
  height: 450px;
  width: 300px;
  border: 1px solid #25363d;
  background: white;
}

#infoDIVHeader{
  position: absolute;
  height: 24px;
  width: 100%;
  background-color: #25363d;
  font-weight: bold;
  text-indent: 5px;
  color: white;
  display: inline-block;
  line-height: 24px;
}

#infoTextBoxDIV{
  position: absolute;
  top: 30px;
  height: 210px;
  left: 5px;
  right: 5px;
  font-weight: normal;
  font-size: 10pt;
  line-height: 18px;
}

/* Mobile @ 700px */
@media only screen and (max-width: 700px) {
  #infoTextBoxDIV{
    position: absolute;
    top: 30px;
    height: 150px;
    left: 5px;
    right: 5px;
    font-weight: normal;
    font-size: 10pt;
    line-height: 18px;
  }
}

@media only screen and (max-width: 700px) {
  #infoDIV {
	top: auto;
	bottom: 0px;
	height: 360px;
	left: 0px;
	right: 0px;
	width: auto;
  }
}

#infoContactDIV{
  position: absolute;
  top: 250px;
  height: 170px;
  left: 5px;
  right: 5px;
  font-weight: normal;
  font-size: 10pt;
  display: inline-block;
  line-height: 18px;
}

/* Mobile @ 700px */
@media only screen and (max-width: 700px) {
  #infoContactDIV{
    position: absolute;
    top: 190px;
    height: 160px;
    left: 5px;
    right: 5px;
    font-weight: normal;
    font-size: 10pt;
    display: inline-block;
    line-height: 18px;
  }
}