ol.PDF_markers li{
  /*font-weight: bolder;*/
}
ol.PDF_markers li span{
    font-family: ProximaNovaLight;
  font-weight: normal;
  color: #005CAA;
  cursor: pointer;
  border-bottom: 1px solid #005CAA;
}
.wrapper {
    margin: 0vw 8.7vw;
}

.clear
{
   /* height: 2vw;*/ /* we are having same class name */
}

.landing-page-footer{
  position: fixed !important;
  bottom: 0;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
	.wrapper
	{
	    min-height:96vw;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){
	.wrapper
	{
	    min-height:39vw;
	}
}