.chipContainer{position:relative;display:inline-flex;flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-y:hidden;white-space:nowrap;max-width:none;margin-right:0;transition:margin-right .75s ease;width:calc(100% + 2.6rem);scrollbar-width:none;-ms-overflow-style:none;}.chipContainer.defaultMargin{transition:none;}@media screen and (max-width:768px){.chipContainer{width:100vw;}.chipContainer.easeCarousel{margin-right:-.75rem;}.chipContainer.defaultMargin{margin-right:-.8rem;}}.chipContainer::-webkit-scrollbar{display:none;width:0;background:transparent;}@media not all and (pointer:fine){.chipContainer{display:inline-block;}}.chip{background-color:#fff;border-radius:15vw;box-shadow:0 3px 3px -1px rgba(0,0,0,.4);outline:none;cursor:pointer;display:inline-flex;align-items:center;position:relative;height:2.4rem;margin:.3rem .7rem .5rem 0;top:.3rem;width:auto;vertical-align:bottom;z-index:1;}.chip:first-child{margin-right:.8rem;}.chip:last-child{margin-left:2rem;}.chip:focus-within{box-shadow:0 0 0 2px #000!important;}.hasInvalidZipCode .chip:focus-within.hasInput{box-shadow:0 0 0 2px #d75e56!important;}.chip:focus-within .legacyLabelledField input::placeholder{opacity:0;}.chip.selected{background-color:#bfe1ff;box-shadow:0 0 0 2px #246fb5;}.hasInvalidZipCode .chip.selected{box-shadow:0 0 0 2px #d75e56;}.chip.hasInput input[type=button]{position:relative;width:2rem;height:2rem;border:none;opacity:1;background-image:url(../images/scheduling/geolocation/zip_search_button.svg);background-color:#246fb5;background-repeat:no-repeat;background-position:50%;background-size:1.3rem;transform:rotate(-180deg);margin:0 0 0 .7rem;}.chip *{cursor:inherit;}.chip input[type=radio]{position:absolute;right:0;width:100%;height:100%;opacity:0;margin:0;}.chip .legacyLabelledField{height:2rem;margin:0 .7rem 0 0;width:9rem;}.chip .legacyLabelledField input{cursor:text;height:2rem;width:100%;top:0;position:absolute;}.chip .legacyLabelledField input::placeholder{opacity:1;}.chip .legacyLabelledField label.zipInputLabel{padding-top:0;margin-bottom:.2rem;overflow-x:hidden;}.chip .chipIcon{margin-right:.2rem;background-size:80%;background-repeat:no-repeat;background-position:50% 30%;height:2rem;width:2rem;border-radius:50%;}.chip label.chipLabel{position:relative;display:inline-flex;align-items:center;justify-content:space-between;flex-direction:column;padding:0 1rem 0 2rem;color:inherit;max-width:calc(100% - 3.5rem);overflow:hidden;pointer-events:none;}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.chip .ghostInput input{padding-top:.5rem;}}