@charset"UTF-8";form.search-form{display:flex;flex-flow:column wrap;align-items:center;justify-content:space-between;gap:10px;margin:20px auto;background:transparent !important}.heavy-search{display:flex;flex-flow:column wrap;align-items:center;justify-content:space-between;gap:10px;margin:20px auto}.heavy-search-inner{display:flex;flex-flow:column wrap;align-items:center;justify-content:space-between;gap:10px;width:100%}.search-form label{width:100%;margin-bottom:15px;font-size:16px;font-weight:300}.search-form input[type="text"],.search-form select{position:relative;height:auto!important;box-sizing:border-box !important;width:100%;margin-top:3px;padding:11px 15px !important;font-size:18px !important;font-weight:500;line-height:22px;color:var(--offblack);border:none;border-radius:7px;background:var(--offwhite);font-family:"tablet-gothic", sans-serif !important}.search-form select{background:var(--offwhite) url("data:image/svg+xml,<svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>") no-repeat;background-position:calc(100% - 0.75rem) center !important;background-size:10px;-moz-appearance:none !important;-webkit-appearance:none !important;appearance:none !important;padding-right:2rem !important}.search-form input[type="text"]:focus{border:none;background-color:var(--white)}.search-form select:focus{background:var(--white) url("data:image/svg+xml,<svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/></svg>") no-repeat;background-size:6px}.search-form input[type="submit"]{position:relative;z-index:1;width:100%;height:48px;margin-top:5px;padding:0.5rem 1rem;font-size:18px;font-weight:600;text-align:center;white-space:nowrap;color:var(--white);border:none;border-radius:7px;background-color:var(--csred);transition:all 0.3s;-webkit-appearance:none;user-select:none;cursor:pointer}.search-form button[type="submit"]:hover{color:var(--black);background-color:var(--white)}@media screen and (max-width: 460px){.search-form .searchinput{flex:1}.search-form .searchsubmit{flex:auto;width:100%}.search-form input[type="submit"]{padding:0.35rem 1rem}}.input-off{pointer-events:none;opacity:0.5}