.thinclient .main-navigation > ul > li:first-child a:before {
display:none;
}
.thinclient .main-navigation > ul > li:first-child a > span{
display:block;
}
.thinclient .row1 {
    float: left;
    width: 48%;
}
.thinclient .row > .col-md-3 {
  width: 25%;
  float: left ;
}
.thinclient .row > .col-md-2 {
  width: 16%;
  float: left;
}
.thinclient .row > .col-md-4 {
  width: 33%;
  float: right;
}
.thinclient .ca-gov-icon-search:before {
    content: "." !important;
color: rgba(0, 51, 102, 0.85) !important;
}
.thinclient .search-container button{
background-image: url("/imageserver/theme/images/search-icon-white.png") !important;
background-repeat: no-repeat !important;
line-height: 25px !important;
margin-top: 15px !important;
}
.thinclient span.ca-gov-icon-logo {
display:none !important;
}
.thinclient ul#nav_list {
  list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
} 
.thinclient .top-level-nav > li .first-level-link {
    display: block;
    padding: 11px;
}
.thinclient .top-level-nav > li  {
float: left;
}
.thinclient .top-level-nav > li > a {
    text-align: center;
 display: inline-block;
}
