/* .search-form #search-button {
    position: absolute;
    top: 8px;
    right: 15px;
    background: transparent url('../img/search.png') no-repeat 0 0 scroll;
    background-size: 23px 23px;
} */

@media screen and (min-width: 992px) {
    .search-form {
        padding: 22px 0;
    }
}

.search-form .search-field::placeholder {
    text-transform: capitalize;
}
.search-form .search-field {
    border-radius: 0;
}

.search-form label {
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .search-form label {
        margin-bottom: 0;
    }
}

.search-form input[type="submit"] {
    background: transparent url(../img/search.png) no-repeat 0 0/cover scroll;
    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: calc(50% - (25px/2));
    right: 6px;
    outline: none;
    border: 0;
}

.umc .search-form input[type="submit"] {
    right: 30px;
}

/* .search-form #search-button {} */

.acorn #search-input,
.acorn .search-form .search-field {
    background-color: #9e9e9e;
    border: 1px solid #9e9e9e;
}

/* ACORN REBRANDING 2019-08-15 START */
.acorn #search-input,
.acorn .search-form .search-field {
    background-color: #fff;
    border: 1px solid #070d1b;
    max-width: 222px;
    padding-right: 25px;
}
/* ACORN REBRANDING 2019-08-15 END */

/* .search h4 {} */
.acorn .search-form input::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.acorn .search-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.acorn .search-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.acorn .search-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.umc.search .franchise-eps-bg h1,
.umc.search .franchise-eps-bg h2,
.umc.search .franchise-eps-bg h3,
.umc.search .franchise-eps-bg h4,
.umc.search .franchise-eps-bg h5 {
    color: #fff;
}
