.page-id-14 header {
    display: none;
}

.page-id-14 footer {
    display: none;
}

@media all and (orientation:portrait) and (min-width: 400px) {
.responsive-off .panel-grid-cell {
float: left !important;
width: 50% !important;
}
}


.LinkButton { 
   color: #b80000; 
   background-color: #ffffff;
   border: 1px solid #b80000;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   padding: 10px; 
   padding-left: 15px; 
   padding-right: 15px;
}
.LinkButton:hover { 
   background-color: #000000; 
   color: #ffffff; 
}
