﻿@media handheld, only screen and (max-width: 767px) {

    .srchOptions
    {
        text-align: left;
    }
    .menuFloat
    {
        float: none;
    }
    .srchtypebus
    {
        text-align: left;
    }
    .hideMobile
    {
        display: none;
    }
   .navborder
    {
        box-shadow: none !important;
    }
        
    #menu
   {
        height: 3em;
        text-align: left;
   }

    #menu > li {
        height: 99%;
        width: 100%;
        padding: 0 0;
        background: rgb(245, 250, 255);
        margin-bottom: 1px;
    }

    #menu > li > a {
        display: inline-flex;
        height: 100%;
        width: 100%;
        align-items: center;
        vertical-align: middle;
        padding-left: 8px;
        padding-right: 0px;
        padding-top: initial;
        padding-bottom: initial;
        border-bottom: 2px solid #ccc;
    }
    
    #menu > li.sub ul {
        left: 50px;
        padding: 0 0;
        z-index: 10;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .newnav-header{
       visibility: visible;
       display: block;
        width: 35px;
        cursor: pointer;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .navicon-bar {
      width: 22px;
      height: 2px;
      margin: 5px 0;
      background-color: #e38d13;
    }
    .newnavbar
    {
        background: rgb(245, 250, 255);
        margin-bottom: 10px;
    }
    .ILB
    {
        display: inline-block;
    }   

}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
    #menu > li {
        padding: 0 0;
    }
    #menu > li > a {
        padding: 12px 6px;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
    #menu > li {
        padding: 0 0;
    }
   #menu > li > a {
       padding: 12px 6px;
    }

}
