#location-cards{padding:6rem}#location-cards .cards-container{margin:3rem auto;display:flex;flex-wrap:wrap}#location-cards .locations-header{display:flex;align-items:center;white-space:nowrap}#location-cards .locations-header::after{content:'';display:inline-block;margin-left:3rem;width:100%;height:1px;background:var(--lgrey)}#location-cards .body-row{display:flex;width:100%}#location-cards .body-row .main-body{width:100%}#location-cards .body-row .icon-side{margin-right:1.5rem}#location-cards .card-body .icon{font-size:30px}#location-cards .card-header{position:relative;padding:2rem;min-height:220px;border-radius:10px 10px 0 0;overflow:hidden}#location-cards .card-header::after{position:absolute;content:'';display:block;width:100%;height:25px;bottom:0;left:0;background:rgba(0,0,0,.15)}#location-cards .card-header .heart,#location-cards .card-header .heart-fill{position:absolute;top:0;right:0;z-index:2;margin:1rem;font-size:36px;color:#fff;cursor:pointer;display:none}#location-cards .card-header .selected .heart,#location-cards .card-header .selected .heart-fill{color:var(--lpurple)}#location-cards .center-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform 0.3s ease-in-out;transform:translateY(100%)}#location-cards .card-body{display:flex;justify-content:space-between;align-items:center;padding:1rem}#location-cards .card-header h3{font-size:40px;font-family:'Cachet Book';color:#fff;padding-right:1.5rem}#location-cards .location-card{width:calc(25% - 1rem);margin-right:1rem;margin-bottom:3rem;min-height:450px;border-radius:10px 10px 0 0;overflow:hidden}#location-cards .branch-selector.selected+img,#location-cards .location-card:hover .center-img{transform:translateY(0)}#location-cards .center-hours{color:var(--grey)}#location-cards .card-body{background:var(--off-white);padding:3rem 1.5rem;display:flex;font-size:15px;width:100%;flex-direction:column;justify-content:space-between;height:100%}#location-cards .card-body h4{font-size:20px}#location-cards .phone-number,#location-cards .directions-link,#location-cards .schedules-link{font-size:20px;color:var(--grey);padding:0;display:block;font-family:'Cachet Book'}#location-cards .phone-number{margin-top:2rem}#location-cards .directions-link,#location-cards .schedules-link{display:flex;justify-content:space-between;align-items:center;width:100%}#location-cards .top-center-link{background:var(--off-white);font-size:30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--lgrey);font-family:'Cachet Book';padding:1rem 1.5rem;padding-top:2rem}#location-cards .icon-row{display:flex;margin-top:2rem}#location-cards .icon-row>*{margin-right:1rem}#location-cards .icon-row .basketball{transform:scale(1.35)}#location-cards .center-hours h4{font-size:20px;font-family:'Cachet Book'}#location-cards .actual-hours{font-size:20px;color:var(--altgrey);font-family:'Cachet Extra Light'}#location-cards .hours-item{display:flex;justify-content:space-between;font-size:15px}#location-cards .hours-item:first-child{margin-top:2rem}#location-cards .hours-item .days-string{font-family:'Cachet Book';color:var(--grey)}#location-cards .hours-item.has-additional-time{margin-bottom:26px;position:relative}#location-cards span.additional-time{position:absolute;top:22px;right:0}@media (max-width:1600px){#location-cards .location-card{width:calc(33.333% - 1rem)}}@media (max-width:1400px){#location-cards{padding:4rem}}@media (max-width:1200px){#location-cards{padding:4rem 2rem}#location-cards .cards-container{justify-content:space-between}#location-cards .location-card{margin-right:0}}@media (max-width:992px){#location-cards .location-card{width:calc(50% - 1rem)}}@media (max-width:676px){#location-cards .location-card{width:100%;max-width:450px;margin:0 auto 3rem}}