.stock-search{width:100%;display:flex;align-items:center;margin:10px auto;flex-wrap:wrap;justify-content:center}.stock-search__image{margin-right:10px;margin-left:10px;margin-top:7px;margin-bottom:7px;flex:0 1 auto;text-align:center;min-width:150px}.stock-search__image a{display:inline-block;width:100%}.stock-search__image img{vertical-align:middle;max-width:100%}.stock-search__form{position:relative;display:flex;flex:1;width:100%;min-width:65%}.stock-search__form input[type=text]{flex:1;transition:all .2s ease;width:100%;border:1px solid #aba9a9;box-sizing:border-box;font-size:1.125rem;padding:13px 10px;color:#222;outline:0}.stock-search__form input[type=text]:focus{border-color:#222}.stock-search__form button{background:#d01d10;min-width:60px;border:none;cursor:pointer;transition:all .2s ease;color:#fff;font-weight:700;font-size:1rem;padding:0 10px;margin-left:-1px}.stock-search__form button:hover{background-color:#a2140a}.stock-search__form button i,.stock-search__form button svg{vertical-align:middle}.stock-search--narrow{width:75%}.stock-search--image-top{flex-direction:column}.stock-search--image-top .stock-search__image{margin-bottom:15px;margin-right:0}.stock-search--image-right .stock-search__form{order:0}.stock-search--image-right .stock-search__image{order:1;margin-left:15px;margin-right:0}.stock-search--image-bottom{flex-direction:column}.stock-search--image-bottom .stock-search__form{order:0}.stock-search--image-bottom .stock-search__image{order:1;margin-top:15px;margin-right:0}