@charset"UTF-8";form.search-form{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;gap:10px;margin:0 auto;background:transparent !important}.search-form .searchinput{flex:1}.search-form input[type="text"]{height:auto!important;box-sizing:border-box !important;width:100%;margin:0;padding:11px 15px !important;font-size:14px !important;font-weight:500;line-height:22px;color:var(--offblack);border:2px solid var(--tabgreen);border-radius:0;background:var(--white) !important;font-family:"Open Sans", sans-serif !important;appearance:none;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.search-form input[type="text"]:focus{border:2px var(--tabgreen) solid;background-color:var(--white)}.search-form .searchsubmit{flex:0 0 auto;width:auto;min-width:25%}.search-form input[type="submit"]{position:relative;z-index:1;width:100%;height:48px;margin:0;padding:0.5rem 1rem;font-size:18px;font-weight:700;text-align:center;white-space:nowrap;color:var(--white);border:2px var(--white) solid;border-radius:3px;background-color:transparent;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}}