<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.sb-search {
    border: 1px solid #fff;
    position: absolute;
    width: 0%;
    min-width: 45px;
    height: 39px;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.sb-search-input {
    position: absolute;
    height: 40px !important;
    z-index: 10;
    font-size: 16px !important;
    color: #666666 !important;
    text-indent: 10px !important;
    border: 0 none !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
    width: 45px;
    height: 39px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #e67e22;
    z-index: 90;
}

.sb-icon-search:hover {
    background: #FF7E0B;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 77.7%;
    position: absolute;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #da6d0d;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}
</pre></body></html>