﻿@media all and (max-width:1039px),
all and (max-device-width:1039px)  {
 
   
  body.view-sml .headerTitle {font-size:8pt;position:absolute;top:60px;margin-left:5px;font-family:Arial, Helvetica, sans-serif;color:#003366;left:0%;text-align:left;background: rgba(255,255,255,1.0);
			      z-index:100;margin-right:10px;}
  body.view-sml h1 {padding: 50px 0 5px 4px;}

}

.headerTitle{
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 20%;
    color: navy;
    font-weight: bold;
}

.headerSubTitle{
    font-size: 12px;
    position: absolute;
    top: 50px;
    left: 20%;
    color: navy;
    font-weight: bold;
}
