

#ucsr_header {
    border-bottom: 1px solid white;
    /* background: #e6e6e6; */
    background-color: #1293AC;
    /*position: relative;*/
    height: 51px;
    position: fixed;
    z-index: 99991;
    top: 75px;
    width: 100%;
}

#blank_top_ucsr {
    height: 45px;
}

#ucsr_header .ucsr-nav.navbar-default .navbar-nav > .active > a, 
#ucsr_header .ucsr-nav.navbar-default .navbar-nav > .active > a:hover, 
#ucsr_header .ucsr-nav.navbar-default .navbar-nav > .active > a:focus {
    /* color: #1293AC; */
   font-weight:bold;
}

#ucsr_header .ucsr-nav.navbar-default .navbar-nav > li > a {
    color: #4A4A4A;
    color:white;
    background-color: #1293AC;
    font-size: 16px;
    line-height: 0.45em;
    margin-top: 2px;
    /* border-right: 1px dotted #4A4A4A;; */
}

#ucsr_header .ucsr-nav1.navbar-nav > li {
    padding: 5px;   
    /* background: #e6e6e6; */
   background-color: #1293AC;
    position: relative;
    z-index: 1;
    color: #4A4A4A;
}

#ucsr_header .ucsr-nav1 > li > a {
    padding: 12px;   
}

/*#ucsr_header #ucsr_nav_header_fullsize .navbar {
    max-height: 44px;
}*/

#ucsr_header .navbar {
    margin-bottom: 0;
}

#ucsr_header .ucsr-nav.navbar-default .navbar-nav > li > a:hover, 
#ucsr_header .ucsr-nav.navbar-default .navbar-nav > li > a:focus {
    /* color: #1293AC; */
    font-weight:bold;
}

#ucsr_header .ucsr-nav.navbar-default .navbar-nav > .open > a,
#ucsr_header .ucsr-nav.navbar-default .navbar-nav > .open > a:hover {
    /* color: #1293AC; */
    font-weight:bold;
    background-color: transparent;
    text-decoration: underline;
}

#ucsr_header .ucsr-nav.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
#ucsr_header .ucsr-nav.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
   /* color: #1293AC; */
   font-weight:bold;
    background-color: transparent;
}

#ucsr_header .ucsr-nav.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    /* color: #4A4A4A; */
    color:white;
}

#ucsr_header ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

#ucsr_header .dropdown-menu {
    border-top: none;
}

#ucsr_header #triangle {
  position: absolute;
  /*top: 77px;*/
  bottom: 0px;
  left: 44%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  content: '';
  z-index: 9999;
}

#ucsr_header #submenu_triangle {
  position: absolute;
  /*top: 77px;*/
  bottom: 0px;
  left: 44%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  content: '';
  z-index: 9999;
}

#ucsr_nav_header_fullsize {
    position: relative;
    z-index: 1;
    background-color: #1293AC;
    height:50px;
}

.ucsr_title {
    color:white;
}

.ucsr-nav {
    background-color: #1293AC !important;
    height:50px;
    border-color:transparent;
}

#ucsr-nav1 li a {
    color:white;
    background-color:#1293AC;
}

#ucsr_nav_header_mobile {
    display: none;
}

@media only screen and (max-width : 991px) {
    #ucsr_header .ucsr-nav.navbar-default .navbar-nav > li > a {
        /* color: #4A4A4A; */
        font-size: 14px;
        line-height: 0px;
    }

    #ucsr_header .ucsr-nav1.navbar-nav > li {
        padding: 8px 5px;
    }

    /*#ucsr_header nav.navbar.navbar-default.navbar-static-top.ucsr-nav {
        height: 44px;
    }*/

    #ucsr_header .ucsr-nav1 > li > a {
        padding: 12px 5px;
    }

    #ucsr_header .dropdown-menu {
        font-size: 14px;
    }
}

@media only screen and (max-width : 767px) {

    #ucsr_header {
        border-bottom: 1px solid white;
        /* background: #e6e6e6; */
        position: relative;
        height: auto;
        top: 0px;
        display:none;
    }

    #blank_top_ucsr {
        height: 0px;
    }

    #ucsr_nav_header_fullsize {
        display: none;
    }

    #ucsr_header .ucsr_title {
        margin-top: 9px;
        font-weight: bold;
        font-size: 16px;   
        /* color: #4A4A4A; */
        height: 35px;
    }

    #ucsr_nav_header_mobile {
        display: block;
        position: relative;
        z-index: 1;
    }

    #ucsr_toggle {
        margin-bottom: 5px;
        margin-top: 5px;
        float : left;
        border-color: darkgray;
        margin-left: -15px;
        /* background-color:white; */
    }

    /* #ucsr_submenu {
        /* color: #4A4A4A; */
    } */

    #ucsr_header .ucsr-nav1 > li {
        text-align: left;
        border-top: 1px solid lightgray; 
    }

    #ucsr_header .ucsr-nav.navbar-default .navbar-nav > li > {
        margin-top: 0;
    }

    #ucsr_header .ucsr-nav.navbar-default .navbar-nav > li > a {
        border-right: none;
    }

    #ucsr_header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
    #ucsr_header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        /* color: #FEE59D; */
        background-color: transparent;
    }

    /* #ucsr_header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    } */

    #ucsr_header .dropdown-toggle {
        cursor: pointer;
    }

    #ucsr_header .dropdown-menu {
        display: none !important;
    }

    #ucsr_header .open .dropdown-menu {
        display: block !important;
    }

    #ucsr_header .open .dropdown-toggle .caret {
        border-top: 0;
        border-bottom: 4px dashed;    
    }

    #ucsr_nav_header_fullsize {
        display: block;
    } 

    #ucsr_nav_header_mobile {
        display: none;
    }

    #ucsr_header .caret {
        margin-left: 8px;
        /*display: inline-block;*/
        float: right;
        display: block;
    }

    #ucsr_header .navbar-collapse.in {
        overflow-y: none;
    }

}

