/*fixes breadcrumb accessibility issue */
p.breadcrumb {
    line-height: 1.5 !important;
}

p.item_smalltext {
    line-height: 1.5 !important;
}

/*begin remove county header */
.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: #1863ad;
    border-bottom: 1px solid #a6a8c7;
}

#headercolumn {
    background: none !important;
}



#county-home {
    position: relative;
    top: 8px;
    color: #FFF !important;
    margin-right: 5px;
    padding-left: 10px;
}

#county-home a {
    color: #fff !important;
    font-size: 1em !important;
    text-decoration: none !important;
}

i.fa.fa-home {
    color: #fff !important;
}

.mainSpan:after {
    display: none
}

#siteheader {
    height: 0 !important;
}


.translatebox {
    top: 0px;
    position: relative;
    right: 1px;
    float: right;
    height: 25px;
    clear: none;
    display: block !important;
    margin: 6px 0 0 0;
    padding: 5px;
    background: #1863ad;
    width: 150px;
    z-index: 1;
}

.translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
    top: -7px;
    border: 0;
    outline: 0;
    width: 122px;
    position: relative;
    color: #FFF !important;
    font-weight: 600;
    font-size: 13px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none !important;
    background-color: #1863ad;
}

.translatebox .skiptranslate.goog-te-gadget {
    color: #fff !important;
    font-size: 0;
    top: 0;
}

.goog-logo-link {
    display: none;
}

div#google_translate_element img {
    display: none;
}

#google_translate_element a {
    display: none;
}

button.titleVIbutton {
    background-color: transparent !important;
    float: none;
    color: #ffffff !important;
    width: 82px !important;
    white-space: nowrap;
    display: none;
}

span.hd-white-dot {
    padding: 0 6px;
}

.fa-brands {
    padding: 0 8px;
    font-size: 1.2em;
}

@media screen and (min-width: 40.5em) {
    #sitebody {
        padding: 36px 0 60px 0;
    }

    button.titleVIbutton {
        margin-left: 50px;
        display: inline-block;
    }

    .fa-brands {
        padding: 0 14px;
        font-size: 1.2em;
    }
    #county-home {
        float: right;
        padding-left: 0;
    }
    span.hd-white-dot {
        padding: 0 18px;
        font-size: 61%;
        position: relative;
        top: -1.5px;
    }
}