label:hover{
cursor: pointer;
background: rgba(0,0,0,0.3);
}
@media only screen and (max-width : 992px){    
#pageNav{
display: none;
}
#content{
padding: 0 10px;
margin: auto;
border-left: none;
}
#utility{
display: flex;	
left: 350px;
}
.feature{
padding: 10px;
}
.menu li ul{
 right: 0;
}
}
@media only screen and (max-width : 910px){
.logoblock{
display: none;
}
.title{
width: 75%;
}
thead{
display: none;
}
td{
display: block;
padding-left: 40%;
border:  none;
max-width: 900px;
}
td:nth-child(odd){
background-color: #ccc;
}
td:before{
content: attr(data-label);
position: absolute;
left: 2%;
}
tr{
border-bottom: 5px solid black;
}
}
@media only screen and (max-width : 860px){
label{
display: block;
width: 87px;
height: 31px;
padding: 0 5px;
z-index: 200;
}
.menu {
 position: absolute;
 width: 200px;
 margin-left: -230px;
 transition: all 0.5s;
}
.menu ul {
flex-direction: column;
}
#menu:checked ~ .menu{
margin: 0;
}
.menu li{
border-top: 1px solid #666666;
}
.menu li a{
font-size: 14px;
padding: 12px 10px;
}
.header {
flex-direction: column;
}
.title{
padding: 5px;
width: auto;
}
#pagecell{
top: 170px;
}
.masthead{
top: 130px;
}
.cont{
text-align: center;
width: auto;
padding: 5px;
line-height: 1.3;
}
.Phone{
padding-top: 0;
}
.underline_left{
text-align: center;
}
.story p{
padding: 0;
}
.story ul{
margin: 0;
}
}
@media only screen and (max-width : 600px){
td:before{
position: static;
display: block;
background-color: #ccc;
font-weight: bold;
padding: 5px;
}
td{
padding: 5px;
text-align: center;
max-width: 600px;
}
td:nth-child(odd){
background-color: #fff;
}
.underline_left{
margin: 15px;
}
}
@media only screen and (max-width : 398px){
#pagecell{
 top: 190px;
}
h1{
font-size: 18px;
}
.boldfont_size p{
font-size: 18px;
}
.masthead{
top: 150px;
}
.story{
text-align: left;
}
.story ul{
padding: 0;
margin-left: 10px;
}
.story img{
max-width: 100%;
height: auto;
}
.leftimg{
text-align: center;
}
.leftimg img{
float: none;
}
.boldfont{
text-align: center;
}
}