#search-app{min-height:100vh}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.career-search__category-menu,#career-search__search-container{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;gap:1rem;align-items:flex-start;padding:.5rem;font-size:1.1rem;font-weight:400;box-sizing:border-box}#career-search__search-container{width:100%;margin-block:1rem;box-sizing:border-box}#career-search__search-input,#career-search__search-location,#career-search__search-range{padding:.5rem;font-size:1.1rem;height:2.75rem;box-sizing:border-box;border:1px solid #ccc;border-radius:.25rem}#career-search__search-input{width:30rem}.keyword-input-wrapper{position:relative}.location-wrapper{display:flex;flex-grow:1}#career-search__search-location{width:100%}.location-select-group{display:flex;align-items:start;flex-direction:column;gap:.5rem;width:100%}.location-select-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.5rem;width:100%}.geolocation-button{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid #ccc;border-radius:.25rem;background-color:#fff;cursor:pointer;transition:all .2s ease}.geolocation-button:hover{background-color:#f0f0f0}.geolocation-button:disabled{opacity:.5;cursor:not-allowed}.geolocation-button svg{width:1.25rem;height:1.25rem}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.geolocation-error{color:#dc2626;font-size:.875rem;margin-top:.25rem;width:100%}.coordinates-display{color:#4b5563;font-size:.875rem;margin-top:.25rem;width:100%}@media (max-width: 768px){.location-select-group{grid-column:span 2}.geolocation-button{height:2.75rem}.coordinates-display,.geolocation-error{grid-column:span 2;text-align:center}}@media (max-width: 768px){#career-search__search-input,.keyword-input-wrapper{width:100%}#career-search__search-input,#career-search__search-location,#career-search__search-range,#sorting-select{font-size:1rem}}.suggestions-container{position:absolute;top:100%;padding:0;margin-top:.5rem;width:100%;background-color:#fff;border:1px solid #ccc;border-top:none;max-height:200px;overflow-y:auto;z-index:1000;border-radius:.25rem;border-top:1px solid #ccc;box-shadow:0 4px 6px #0000001a;list-style-type:none}.suggestion-item{padding:8px 12px;cursor:pointer}.suggestion-item:hover,.suggestion-item.focused{background-color:#f0f0f0}#career-search__search-location{max-width:20rem}#career-search__search-range{width:10rem}.career-search__category-menu{width:100%;margin-top:1rem}.category-container{position:relative;display:inline-block}.category-button{display:inline-flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:400;padding:.5rem 1rem;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;transition:background-color .3s ease;white-space:nowrap;min-width:100%}.category-button:hover,.category-button:focus{background-color:#f0f0f0}.category-button .category-arrow{transition:transform .3s ease;margin-left:.5rem}.category-button .category-arrow.open{transform:rotate(180deg)}.category-name{flex-grow:1;text-align:left}.category-count{margin-left:.5rem;font-weight:400}.category-dropdown-menu{margin-block:.5rem;display:none;position:absolute;top:100%;left:0;z-index:1000;background-color:#fff;max-height:20rem;overflow-y:auto;flex-direction:column;gap:.5rem;padding:.5rem;font-size:1.1rem;font-weight:400;border:1px solid #ccc;border-radius:.25rem;min-width:100%;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;overflow-x:hidden}.category-dropdown-menu.open{display:block}.category-dropdown-item{display:flex;padding:.5rem;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;background:none;border:none;width:100%;text-align:left;font-size:1rem;gap:.5rem}.category-dropdown-item:hover,.category-dropdown-item:focus{background-color:#f0f0f0}.category-dropdown-item.selected{font-weight:700;background-color:#f0f0f0}@media (max-width: 768px){.category-button{font-size:1rem;padding:.5rem}}.selected-facet-chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem}.facet-chip{display:inline-flex;align-items:center;background-color:#f0f0f0;border-radius:16px;padding:.25rem .5rem;font-size:.9rem}.facet-chip span{margin-right:.5rem}.facet-chip button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.facet-chip svg{width:16px;height:16px}.selected-facet-chips{justify-content:center}.location-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:400}.search-button,.reset-button{display:flex;flex-direction:row;justify-content:center;align-items:center;min-width:6.5rem;height:2.75rem;font-size:1.1rem;font-weight:400;color:#fff;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .3s ease}.search-button{background-color:var(--color-primary)}.reset-button{background-color:var(--color-graymid);margin-left:.5rem}.reset-button:hover{background-color:var(--color-graydark)}.form-button-container{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-items:center}@media (max-width: 768px){.search-button,.reset-button,#career-search__search-input,#career-search__search-range,.category-dropdown-menu{width:100%;padding:.5rem}.reset-button{margin-left:0;margin-top:.5rem}.location-wrapper{display:grid;grid-template-columns:1fr 1fr;width:100%}.career-search__category-menu{display:grid;grid-template-columns:1fr 1fr;justify-content:start;gap:.5rem}.category-button{width:100%;column-gap:0}.category-dropdown-item{text-wrap:wrap}.category-dropdown-menu{position:static;box-shadow:none;border:none;max-height:none}.form-button-container{grid-template-columns:1fr;width:100%}}.back-to-top{position:fixed;bottom:2rem;right:2rem;background-color:var(--color-graydark);color:var(--color-graylightest);width:3rem;height:3rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(4rem);transition:all .3s ease;box-shadow:0 2px 4px #0003;z-index:1000;pointer-events:none}.back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:all}.back-to-top:hover{background-color:var(--color-graymid);transform:translateY(-2px)}.back-to-top:focus{outline:none;box-shadow:0 0 0 3px var(--color-graylight)}@media (max-width: 768px){.back-to-top{bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem}.back-to-top svg{width:20px;height:20px}}.results-section__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:.5rem}.results-section__header select#sorting-select{font-size:1.1rem;padding:.5rem;border:1px solid #ccc;border-radius:.25rem}.career-result{display:grid;grid-column:span 2;grid-template-columns:subgrid;width:100%;height:100%;padding:.5rem;transition:background-color .2s ease-in-out;box-sizing:border-box}.summary-bar__front{display:flex;flex-direction:row;justify-content:start;align-items:center;width:100%;gap:1rem}.front-section{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:1rem}.front-section .title-section__title{font-size:1.5rem;font-family:var(--font-heading);color:inherit;text-decoration:inherit}.front-section .title-section__title:hover{text-decoration:underline}.front-section .title-section__id{font-size:1rem;font-weight:400}.summary-bar__tail{display:flex;flex-direction:row;justify-content:space-between;align-items:start;width:100%;gap:4rem}.summary-bar__tail .tail__date{min-width:10rem}.summary-bar__tail .tail__label{font-size:1.25rem;font-family:var(--font-heading);color:var(--color-graymid)}.tail-section{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.5rem;width:max-content}.apply-button{width:12rem;height:3rem;border-radius:.25rem;display:grid;place-items:center;background-color:var(--color-graymid);color:#fff;border:none;font-size:1rem;cursor:pointer;text-decoration:none;place-self:center}.apply-button:hover{background-color:var(--color-graydark);transition:all .25s ease}.front__image{min-width:9.5rem;width:9.5rem;aspect-ratio:1/.8;padding:.5rem}.summary-bar__tail-wrapper{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:2rem;width:100%}.loading-jobs-container{width:100%;display:grid;place-items:center;min-height:20rem}.loading-jobs-container,.end-of-results,.no-results-container{grid-column:span 2;text-align:center;padding:1rem;margin-top:1rem;font-style:italic;color:#666;background-color:#f9f9f9;border-radius:4px}.loading-jobs-text{display:inline-block;position:relative;padding-left:30px}.loading-jobs-text:before{content:"";position:absolute;left:0;top:50%;width:20px;height:20px;margin-top:-10px;border:2px solid #ccc;border-top-color:#333;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){main#careers #results{grid-template-columns:1fr}main#careers .job-result,.loading-jobs-container,.end-of-results,.no-results-container{grid-column:span 1}.front-section .title-section__title{font-size:1.5em;font-weight:500;margin-bottom:1rem}}@media (max-width: 1024px){.summary-bar__tail-wrapper{flex-wrap:wrap}}@media (max-width: 1200px){.summary-bar__tail,.summary-bar__front{display:flex;flex-direction:column;justify-content:start;align-items:start}}@media (max-width: 768px){.career-result__summary-bar,.summary-bar__tail,.summary-bar__front{display:grid;grid-template-columns:1fr;gap:2rem}.front-section{gap:.75rem}.summary-bar__tail-wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding-top:2rem}.front__image{justify-self:center;border:none;width:12rem;aspect-ratio:auto}}.no-results-container{display:grid;width:100%;grid-template-columns:1fr;gap:.5rem;place-items:center;min-height:15rem;box-sizing:border-box}.no-results__main-message{font-weight:400;min-width:90%;font-size:1.25rem;color:var(--color-graymid);text-align:center;font-style:italic;padding-bottom:1rem;border-bottom:1px solid var(--color-graylight)}.no-results__community{display:grid;place-items:center;gap:1.5rem;place-self:center;max-width:50rem;margin-block:5rem}.no-results__community__header{font-size:1.5rem}.no-results__community__body{font-size:1.125rem;color:var(--color-graymid);text-align:center}.no-results__community__button{display:grid;place-items:center;width:12rem;height:3rem;background-color:var(--color-graymid);color:#fff;border:none;border-radius:.25rem;font-size:1rem;cursor:pointer;text-decoration:none}
