@charset"UTF-8";form.quick-search-form{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;gap:10px;box-sizing:border-box;width:100%;max-width:650px;margin:5px auto;padding:0;border:none;border-radius:2px;background:var(--white) !important}.quick-search-form input[type="text"]{box-sizing:border-box !important;width:calc(100% - 70px) !important;height:45px;margin:0 0 0 15px;padding:8px 15px !important;font-size:18px !important;font-weight:300;line-height:18px;color:var(--offblack);border:none !important;border-radius:2px;background:var(--white) !important;font-family:"tablet-gothic", sans-serif !important;appearance:none;transition:all 0.2s ease}.quick-search-form input[type="text"]:focus{border:none;background-color:var(--black)}.quick-search-form button[type="submit"]{position:relative;z-index:1;cursor:pointer;width:45px;height:45px;margin:0;padding:0;font-size:20px;color:var(--white);border:none;border-radius:2px;background:var(--csred);transition:all 0.2s ease-in-out;-webkit-appearance:none;font-family:"Font Awesome 7 Free"}.quick-search-form button[type="submit"]:hover{background:var(--offblack)}.quick-search-form button[type="submit"]:focus{color:var(--white);background:var(--black)}@media screen and (max-width:500px){}