@media only screen and (max-width: 767px){
.mobileFullNav {
    border:none !important;
}}

@media only screen and (max-width: 767px){
.navContent li a, .navContent li .navLabel {
    font-weight:bold;
    font-size:1em;
}}

@media only screen and (max-width: 767px){
.subNav {
    font-size:0.913em !important;
    margin-left:20px;
    font-style: italic;
  }
}