#custom_topbar {
    padding: 0;
    display: block;
    border: 1px solid #ebebeb;
    box-shadow: -6px -1px 5px 0px #ddd;
}
.et-fixed-header #custom_topbar {
    display: none;
} 
#topbar {
    background-color: #0164c1;
    color: #fff;
    padding: 3px 0;
    text-align: left;
    min-height: 36px;
}

#topbar .logo-gov a {
    background-image: url(../img/logo-gov.png);
    background-repeat: no-repeat;
    height: 26px;
    width: 117px;
    display: block;
    background-position: left center;
    font-size: 0 !important;
}
#logo_topbar {
    background-color: rgb(255, 255, 255);
    max-height: 70px;
}
.skiptranslate {font-size: 0 !important;}
.skiptranslate span a {display:none !important;} 

.uw-row {
    display: flex;
    flex-wrap: wrap;
}

.uw-column {
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.uw-column-60 {
    width: 60%;
    padding-top: 3px;
    padding-bottom: 3px;
}

.uw-column-20 {
    width: 20%;
    padding-top: 9px;
    padding-bottom: 3px;
}

@media (max-width: 920px) {
    .uw-column-60 {
        width: 45%;
    }
    .uw-column-20 {
        width: 26%;
    }
}

@media (max-width: 768px) {
    .uw-column-60 {
        width: 100%;
    }
    .uw-column-20 {
        width: 100%;
        display: none !important;
    }
    .et_header_style_centered header#main-header .logo_container {
        display: none !important;
    }
}
#custom_topbar .goog-te-gadget .goog-te-combo {
    margin: 1px 0 !important;
    padding: 10px !important;
}
#custom_topbar .et_pb_search input.et_pb_s {
    -webkit-appearance: none;
    background: transparent;
    display: inline-block;
    padding-right: 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
#custom_topbar .et_pb_search .et_pb_searchform {
    position: relative;
}
#custom_topbar .da11y-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 600;
    height: 1px;
    letter-spacing: normal;
    line-height: normal;
    overflow: hidden;
    position: absolute !important;
    text-shadow: none;
    text-transform: none;
    width: 1px;
}
#custom_topbar .et_pb_search input.et_pb_searchsubmit {
    min-height: 100% !important;
    background-color: #ddd;
    cursor: pointer;
}
#custom_topbar .et_pb_search input.et_pb_s, #custom_topbar .et_pb_search input.et_pb_searchsubmit {
    padding: .715em;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: none;
    color: #666;
}
#custom_topbar .et_pb_search .et_pb_searchform>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#custom_topbar .et_pb_search {
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}
#custom_topbar .et_pb_module {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.et_pb_blog_grid .column .et_pb_post {
    border-radius: 5px !important;
    }