﻿.custom-search-box input {
    height: 100% !important;
}

.ms-sel-ctn {
    overflow-y: hidden !important;
    height: 100% !important;
}
#mMenu {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
}

    #mMenu a {
        color: #212529 !important;
        font-size: medium;
        font-weight: bold;
    }

        #mMenu a:hover {
            color: #B30000 !important;
        }

    #mMenu p {
        color: #212529;
        font-size: medium;
        font-weight: bold;
        width: 100%;
        margin-bottom: 0px;
    }

    #mMenu h6 {
        color: #B30000;
        font-size: large;
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #B30000;
        margin-top: 3px;
        margin-bottom: 3px;
    }
