/* \f122 */
:root {
    /* Base units*/
}
.largeSearchBox {
    width:          100% !important;
}
amedia-searchbox {
    font-family:    "Open Sans", sans-serif;
    display:        block;
    background:          #e7e6e2;
    padding:        10px;
}
amedia-searchbox form {
    display:        -ms-flexbox;
    display:        flex;
    -ms-flex-direction: row;
        flex-direction: row;
}
amedia-searchbox .front {
    -ms-flex-wrap:      wrap;
        flex-wrap:      wrap;
}
amedia-searchbox label {
    display:        none;
}
amedia-searchbox .front label {
    display:        block;
    -ms-flex-preferred-size:     100%;
        flex-basis:     100%;
    -ms-flex:           0 0 100%;
        flex:           0 0 100%;
    margin-bottom:  10px;
}
amedia-searchbox input[type="search"] {
    box-sizing:     border-box;
    border:          1px solid #aeaaa6;
    background:          #ffffff;
    height:         42px;
    font-size:      1rem;
    padding:        0 10px;
    -ms-flex:           1 1 0px;
        flex:           1 1 0;
    width:          130px;
}
amedia-searchbox button,
amedia-searchbox input[type="search"] {
    -webkit-appearance:     none;
       -moz-appearance:     none;
            appearance:     none;
    border-radius:  0;
}
amedia-searchbox button {
    background:          #ffffff;
    color:          #ffffff;
    border:          1px solid #aeaaa6;
    border-left:          1px solid #ffffff;
    height:         42px;
    width:          42px;
    margin:         0;
    padding:        0;
    -ms-flex:           0 0 42px;
        flex:           0 0 42px;
    position:       relative;
}
amedia-searchbox button:before {
    font-family:    'glyphs';
    content:        '\f122';
    font-size:      15px;
    position:       absolute;
    top:            12px;
    left:           14px;
    color:          #292827;
}