/* HEADER */

/* Expand banner bar*/
div.mol-page-header {
    height: 105px;
}

div.mol-page-container {
    top: 105px;
}

/* Make the banner image bigger/fill the space */
#.mol-page-header > a.homeLinkImage {
#    padding: 50px;
#}

.mol-page-header > a.homeLinkImage > img {
    height: 95px;
    margin: 0;
}
 /* Chaneg Color of top Banner */
 
 div.mol-page-header {
  background-color: #2A5D92;
}

/* Move the right hand controls lower */
#div#topnavbanner
#{
#    padding-top: 40px;
#}

/* Hide the Tyler logo and “Munis Self Service” in the banner*/
#.mol-main-title .mol-tyler-logo {
#	visibility: hidden;
#}

#.mol-main-title > .mol-title {
#	visibility: hidden;
#}

/* Change the color of the login text/icons */
#.mol-page-header > #topnavbanner div.mol-header-menu-item a > div.mol-menu-item-icon, div.mol-menu-item-text {
#    color: yellow;
#}

/* Change color of the drop-down menu text  */
#ul.loginMenu > li > a
#{
#     color: red;
#}


/* FOOTER: DO NOT CUSTOM STYLE */

