.search-input {
    display: block;
    width: 100%;
    height: 2.25rem;
    border: 1px solid #dbdce0;
    padding: 0 3.125rem 0 .75rem;
    background: #fff;
    border-radius: 3px;
    font-size: .875rem;
    color: #36383b;
    font-family: Open Sans, sans-serif
}

.search-input::-moz-placeholder {
    color: #9497a6;
    opacity: 1
}

.search-input:-moz-placeholder {
    color: #9497a6
}

.search-input:-ms-input-placeholder {
    color: #9497a6
}

.search-input::-webkit-input-placeholder {
    color: #9497a6
}

.search-input:focus {
    outline: none;
    border-color: #50a0d7
}

.search-sbm {
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    color: #36383b;
    cursor: pointer
}
