:root{--color-green:#0c422e;--color-gold:#ab8e3f;--color-grey:#666}.locations-nav{margin-top:30px;padding:10px 0;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px 15px}.locations-nav a{display:block;font-weight:700;color:var(--color-gold)}.locations-wrapper{font-size:15px}.locations-wrapper .location-group{padding-top:30px}.locations-wrapper .location-group:not(:first-child){margin-top:30px;border-top:1px solid #eee}.locations-wrapper .location-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px 30px}.locations-wrapper .location{font-size:18px;font-weight:700;color:var(--color-gold)}.locations-wrapper .location-items{margin-top:10px}.locations-wrapper .title{font-weight:700;color:var(--color-green)}.locations-wrapper .address,.locations-wrapper .postal-location{color:var(--color-grey)}.locations-wrapper .postal-location{margin-bottom:10px}.locations-wrapper .foodclub,.locations-wrapper .concept,.locations-wrapper .phone,.locations-wrapper .email,.locations-wrapper .map{display:block;position:relative;padding-left:25px;color:var(--color-grey)}.locations-wrapper .foodclub{margin-bottom:10px}.locations-wrapper .foodclub:before,.locations-wrapper .concept:before,.locations-wrapper .phone:before,.locations-wrapper .email:before,.locations-wrapper .map:before{position:absolute;left:0;width:16px;font-family:"Font Awesome 5 Free";font-weight:900;color:var(--color-gold);text-align:center}.locations-wrapper .foodclub:before{content:'\f2e7'}.locations-wrapper .concept:before{content:'\f2e7'}.locations-wrapper .phone:before{content:'\f095'}.locations-wrapper .email:before{content:'\f0e0'}.locations-wrapper .map:before{content:'\f3c5'}.locations-wrapper .concept:hover,.locations-wrapper .phone:hover,.locations-wrapper .email:hover,.locations-wrapper .map:hover{text-decoration:underline}@media (max-width:1024px){.locations-wrapper .location-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:599px){.locations-wrapper .location-items{grid-template-columns:1fr;grid-gap:30px}}