
.top-search-container{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.home-search {
    padding: 0 0 0 0px;
    position:relative;
}
.home-search input {}
.home-search input.ccm-search-block-text {
    max-width: 95px;

    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #1c2a5a; }

.home-search input.ccm-search-block-text::placeholder {
    text-transform: uppercase;
    color: #1c2a5a; }

.home-search button[type="submit"] {
    border: 0;
    background: none;
}

#header_search_label {
    color: #666;
    position:absolute;
    top:8px;
    left:0;
    transition:all 200ms ease;
}
input:focus + #header_search_label,
input.filled + #header_search_label {
    top:-3px;
    font-size: 10px;
}