#bannerForm ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;

}
/*horizontal list */
#bannerForm li {
    display:inline-block;
    float: left;
    margin-right: 1px;
}
/*menuMain links*/
#bannerForm li a {
    display:block;
    /*min-width:140px;*/
    margin-right: 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #339900;
    text-decoration: none;
    white-space: nowrap;

}


/*dropdown links*/
#bannerForm li:hover ul a  {
    color: #2f3036;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
/*Hover dropdown links*/
#bannerForm li:hover ul a:hover {
    background: #339900;
    color: #fff;

}
/*Hide dropdown links*/
#bannerForm li ul {
    display: none;
}
/*dropdown links vertical*/
#bannerForm li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
#bannerForm li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

.inline{
    display: block;
}

a.menuMain, a.submenu{
    font-size: 0.95rem;
    font-weight: normal; 
}
a.menuMain, a.menuMain:hover{
    font-weight: bold;
}
a.submenu:hover{
    text-decoration: none;
}


a.menuMain:hover{
    color: black;
}

/*Display dropdown on hover*/
#bannerForm ul li a:hover + .hidden, #bannerForm .hidden:hover {
    display: block;
    background-color: lightgray;
    color: white;
    padding: 5px;
    width: auto;
    margin: 0 auto;
    z-index: 999;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    text-align: right;
    padding-right: 5px;
    display: none;
}
/*Hide checkbox*/
#bannerForm input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
#bannerForm input[type=checkbox]:checked ~ #menu{
    display: block;
}

.bannerWrapper{
    width: 98%;
    padding: 5px;
    margin-bottom: 30px;
}
.bannerLeft{
    width: 70%;
    float: left;
}
.bannerRight{
    width: 30%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.bannerBottom{
    width: 90%;
    float: left;
    margin-bottom: 40px;
}

.bannerMobile{
    display: none;
   
}

.menuDesktop{
    float: right; 
    width: 650px; 
    margin-right: 40px;
}



/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    #bannerForm ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    #bannerForm li {
        margin-bottom: 4px;
        background-color: white;
    }
    /*Make all menu links full width*/
    #bannerForm ul li, #bannerForm li a {
        width: 100%;
        margin-right: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
        width: 100px;

    }
    a.menuMain, a.submenu{
        font-size: 1.3rem;
        text-decoration: none;
    }

    /*Display the dropdown on hover*/
    #bannerForm ul li a:hover + .hidden, #bannerForm .hidden:hover {
        background-color: lightgray;
        margin-bottom: 2px;
    }
    .inline{
        display: block;

    }

    #bannerForm ul li a:hover + .hidden, #bannerForm .hidden:hover {
        width: 97%;
    }

    .bannerBottom{
        width: 100%;
        float: right;
        margin-bottom: 10px;
    }
    .bannerRight, .bannerLeft{
        width: 0px;
        display: none;
    }
    .bannerMobile {
        display: block;
        width: 70%;
        float: left;
    }
    .logoMobile{
        width: 90%;
    }
    .menuDesktop{
        float: left; 
        width: 100%; 
        margin-right: 0px;
    }
.firstli{
        margin-top: 20px
    }

}

@media screen and (max-width : 400px){
    .bannerMobile {
        width: 60%;
    }

}

@media screen and (max-width : 370px){
    #bannerForm li:hover ul a  {

        font-size: 17px
    }
}
