.search_box{display:flex;flex-basis:auto;justify-content:space-between;align-items:center;margin:0 20px 0 39px;width:100%;max-width:668px;height:42px}input.top_bar_text_input::-webkit-input-placeholder{color:#d5d5d5}input.top_bar_text_input::-moz-placeholder{color:#d5d5d5}input.top_bar_text_input:-ms-input-placeholder{color:#d5d5d5}input.top_bar_text_input:-moz-placeholder{color:#d5d5d5}input[type=text].top_bar_text_input{font-size:16px;border:1px solid #d5d5d5;border-right:none;height:42px;flex-grow:1;padding-left:18px;color:#222;border-top-left-radius:4px;border-bottom-left-radius:4px}input.top_bar_text_input:focus{border:1px solid #bec3c8;border-right-style:none;box-shadow:0 0 3px 0 rgba(0,0,0,.05)}input.top_bar_text_input::-ms-clear{display:none}input,input:focus{color:#222}input:-webkit-autofill{-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#333}.search_button{position:relative;cursor:pointer;background-position:50%;background-repeat:no-repeat;flex-basis:auto;flex-grow:0;flex-shrink:1;min-width:73px;height:100%;outline:none;border-radius:0 4px 4px 0;box-shadow:0 1px 3px 0 rgba(0,0,0,.15);background-image:url(/assets/images/search_icon_highlight.svg);background-color:#3da0f5;border:1px solid #3da0f5}.search_button::-moz-focus-inner{border:0}.search_button:hover{background-color:#3096ee;border-color:#3096ee;box-shadow:0 1px 5px 0 rgba(0,0,0,.25)}.search_button:active{background-color:#0d6dcc;border-color:#0d6dcc;border-style:hidden}.awesomplete{flex-grow:1}#mobile_search_top_bar{display:none}#go_back_button{background-image:url(/assets/images/go_back_arrow.svg);background-repeat:no-repeat;background-position:50%;width:44px;height:56px}@media (max-width:640px){#mobile_search_top_bar{display:flex;align-items:center}.search_box{height:100%;margin:0 10px 0 0}input.top_bar_text_input{height:56px;border:none}input.top_bar_text_input:focus{border:none}}