.mainSpan_wrapper:before,
#top_nav,
#home_link,
#home_link2,
#siteheader>a.menu_trigger,
#searchbox,
.goog-logo-link {
    display: none !important;
}
.icon-175th {display: none !important;}
.mainSpan_wrapper {
    background-color: #ffffff!important;
    background-image: none!important;
}

.mainSpan:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    z-index: 0;
    background: #222330;
    border-bottom: 1px solid #a6a8c7;
}

#headercolumn {
    background: none !important;
}

#county-home {
    padding: 0 0 0 20px;
    bottom: 50px;
    position: absolute;
    top: 8px;
}

#county-home a {
    color: #fff !important;
    font-size: 1em !important;
    text-decoration: none !important;
}

i.fa.fa-home {
    color: #fff !important;
}

.mainSpan:after {
    background: rgba(36, 21, 62, 1) !important;
    z-index: 0 !important;
}

#siteheader {
    height: 0 !important;
}

#bh-header-logo {
    background-color: #24153e;
    height: 95px;
    padding-top: 40px;
    border-bottom: 1px solid #a6a8c7;
}

#bh-header-logo img {
    width: 60%;
}

.translatebox {
    top: 1px;
    position: absolute;
    right: 1px;
}

.translatebox {
    top: 1px;
    position: absolute;
    right: 1px;
    float: right;
    height: 15px;
    clear: none;
    display: block;
    margin: 6px 0 0 0;
    padding: 5px 5px 5px 29px;
    background: #fff url('/project/contents/main/_gfx/cmn/google.png') 6px 2px no-repeat;
    width: 122px;
}

.translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
    top: -7px;
    border: 0;
    outline: 0;
    width: 122px;
    position: relative;
    color: #000 !important;
    font-weight: 600;
    font-size: 13px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none !important;
}

.translatebox .skiptranslate.goog-te-gadget {
    color: #fff !important;
    font-size: 0;
    top: 0;
}

.goog-logo-link {
    display: none;
}

.translatebox.desktop_only {
    display: inline !important;
    margin-top: 0;
    margin-right: 0;
}

#bh-translate {
    position: absolute;
    right: 10px;
    top: 93px;
    background: #FFA500;
    padding: 5px 22px;
    border-radius: 5px;
	border: 2px white solid;
}

#bh-translate {
   
    animation-name: example;
    animation-duration: 6s;
    }
    @keyframes example {
    0%   {background-color: #30c9e2;}
    25%  {background-color:  #FFA500;}
    50%  {background-color:  #30c9e2;}
    100% {background-color:  #FFA500;}
    }


#bh-translate-btn {
    font-size: 0.9rem !important;
    color: #000000 !important;
    text-decoration: none !important;
}

#bh-search {
    position: absolute;
    top: 44px;
    right: 10px;
}

.search-box {
    border-radius: 5px;
    width: 116px;
    height: 32px;
}

#searchsubmit {
    font-size: 1.25em;
    background: none !important;
    border: none;
    color: #0093ea;
    font-family: 'mchdcs';
    content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Å¡";
    position: absolute;
    right: 3px;
    top: 6px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* Nav Desktop */

#bh-nav a {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5em;
    text-transform: capitalize;
}

#bh-nav Ul Li UL Li a {
    color: #fff !important;
}

#bh-nav a:hover {
    color: #555 !important;
}

#bh-nav Ul Li UL Li a:hover {
    color: rgb(190, 190, 190) !important;
}

@media(min-width:1217px) {
    .dropdown-menu {
        padding-left: 30px !important;
        line-height: 25px;
    }
}

#bh-nav {
    background: #ffffff;
    padding: 20px 30px 35px 30px;
    /* -webkit-box-shadow: 2px 10px 23px -1px rgba(0, 0, 0, .53);
    -moz-box-shadow: 2px 10px 23px -1px rgba(0, 0, 0, .53);
    box-shadow: 2px 10px 23px -1px rgba(0, 0, 0, .53); */
}

#bh-nav ul {
    margin: 0;
    padding: 0;
}

#bh-nav li {
    float: left;
    display: inline;
    padding: 0 40px 0 40px;
    border-right: 1px solid #ccc;
}

#bh-nav li:last-child {
    border-right: none;
}

@media(max-width:1075px) {
    #bh-nav {
        display: none;
    }
}


/* .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
} */

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /* min-width: 100%; */
    padding: 10px 30px 10px 0;
    font-size: 1em;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #24153e;
    background-clip: padding-box;
    border-radius: .25rem;
    /* border: 1px solid #e7e7e7; */
}

.dropdown-menu li {
    padding: 3px 0 !important;
    border-bottom: 1px solid #868686;
    width: 100%;
    border-right: none !important;
}

.dropdown-menu li:last-child {
    border: 0;
}

.dropdown-item {
    color: #fff !important;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu.show {
    display: block;
}

@media(min-width:992px) {
    .dropdown-menu {
        position: absolute;
        min-width: 247px;
    }
}


/*Nav mobile*/

#first {
    font-size: 2rem;
    padding-top: 1rem;
    padding-left: 1.25rem;
    margin-right: 0.5rem;
    padding-bottom: 1rem;
}

#second {
    font-size: 2rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
}

#barsIcon {
    background-color: #fff;
    color: white
}

#hamburger {
    display: none;
}

.sideNav {
    position: absolute;
    height: 100%;
    background-color: #24153e;
    color: white;
    z-index: 9;
}

#page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
    top: 0;
    left: 0;
    z-index: 2;
}

.butt {
    width: 100% !important;
    padding: 1rem 25px 5px 2rem !important;
    text-align: left !important;
    border: none !important;
    background-color: #24153e !important;
    font-size: 1.1rem !important;
    color: white !important;
    font-weight: 100 !important;
}

.butt a {
    color: white !important;
    text-decoration: none;
}

.one {
    margin-left: 5rem;
}

.bh,
button,
#second {
    cursor: pointer;
}

#pagesTo {
    margin-top: 5rem;
    background-color: #24153e;
}

.fa-plus,
.fa-minus {
    margin-right: 1rem;
}

.animated {
    -webkit-animation-duration: .5 !important;
    animation-duration: .5s !important;
}

@media screen and (max-width: 1075px) {
    #first {
        font-size: 2rem;
        padding-top: .5rem;
        padding-left: .5rem;
        margin-right: 0rem;
        padding-bottom: .5rem;
    }
    #barsIcon span {
        font-size: 1.5rem;
    }
    #hamburger {
        width: 100%;
        background-color: white;
        color: red;
        /* margin-top: 1px; */
        display: block;
    }
    #bh-nav-container {
        display: none;
    }
    #butt {
        font-size: 1em !important;
    }
}


/*END NAV*/


/*@media (max-width: 800px){
    /*.translatebox.desktop_only {
        float: right;
        margin-top: 8px;
        margin-right: 22px;
    }
    .goog-te-gadget {
        color: rgba(255,255,255,0) !important;
        position: relative;
        top: -10px;
    }
    .translatebox {
        position: absolute;
        top: 7px;
        right: 10px;
        display: block !important;
    }
    #county-home {
        padding: 0 0 0 20px;
        bottom: 50px;
        position: absolute;
        top: 8px;
    }
    }*/

@media screen and (min-width: 40.5em) {
    .mainSpan:before {
        z-index: 2;
    }
    #bh-header-logo {
        height: 119px;
    }
    #county-home {
        padding-top: 4px;
    }
    #bh-header-logo img {
        width: auto;
    }
    #bh-search {
        top: 55px;
    }
    .search-box {
        width: 234px;
    }
    .translatebox {
        float: right;
        height: 15px;
        clear: none;
        display: block;
        margin: 6px 0 0 0 !important;
        padding: 5px 5px 5px 29px;
        background: #fff url('/project/contents/main/_gfx/cmn/google.png') 6px 2px no-repeat;
        width: 122px;
    }
    .translatebox a {
        display: none;
    }
    .translatebox .skiptranslate.goog-te-gadget {
        color: #fff !important;
        font-size: 0;
    }
    .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
        top: -7px;
        border: 0;
        outline: 0;
        width: 122px;
        position: relative;
        color: #000 !important;
        font-weight: 600;
        font-size: 13px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
        border: none !important;
    }
    #bh-translate {
        top: 107px;
        ;
        padding: 4px 22px;
    }
}