main {
	padding-top: 48px;
}
#hero {
	border-radius: 15px;
	position: relative;
	margin: 0 auto;
	width: 1280px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../../images/2025/locations/location-banner-back.jpg');
	background-image: image-set(url('../../images/2025/locations/location-banner-back.jpg') 1x, url('../../images/2025/locations/location-banner-back@2x.jpg') 2x);
}
#hero h1 {
	font-size: 2em;
	margin-bottom: 14px;
}
#hero h1 img {
	margin-left: 7px;
}
#hero p {
	font-size: 1.125em;
	line-height: 1.444;
}

#hero .hero-inner {
	width: 541px;
	max-width: 43%;
	padding: 68px 0 66px 47px;
}

@media screen and (max-width: 767px) {
	#hero br {
		display: none;
	}
	#hero .hero-inner {
		width: 87%;
	}
}

@media screen and (max-width: 567px) {
	#hero h1 {
		font-size: 2.06666667em;
	}
	#hero p {
		font-size: 1.125em;
	}
}

.store-finder {
	width: var(--content-width);
}
#form-container {
	margin-top: 0;
}

#form-container h2 {
	padding-top: 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

#form-container #form-input {
	width: 290px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
	background-color: #f5f5f5;
}

#form-container #form-input label {
	font-size: 20px;
	font-weight: bold;
}

#form-container #form-input input {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 35px;
}

#form-container #form-input select#ddlNeighborhood {
	width: 248px;
	height: 35px;
	margin: 0 0 0 10px;
	padding: 0 6px;
	line-height: 35px;
	border-color: #ccc;
}

#form-container #form-input input,
#form-container #form-input select {
	color: #333 !important;
	font-size: 16px !important;
}

/* Chrome/Opera/Safari */
#form-container #form-input input::-webkit-input-placeholder {
	color: #333;
}
/* Firefox 19+ */
#form-container #form-input input::-moz-placeholder {
	color: #333;
}
/* IE 10+ */
#form-container #form-input input:-ms-input-placeholder {
	color: #333;
}
/* Firefox 18- */
#form-container #form-input input:-moz-placeholder {
	color: #333;
}

#form-container #form-input #submit,
a#show-more-bt {
	padding: 0 10px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background: #3d2b57;
	border: 1px solid #3d2b57;
}

#loc-list {
	width: 330px;
	height: auto;
	/*height: 720px;*/
	overflow: hidden;
}

#loc-list .list-details {
	width: 268px;
}

#loc-list li {
	width: 320px;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
	border-color: #E2E2E2;
}

#loc-list li.current-shop:first-child {
	position: relative;
	margin-top: 0;
	border-color: #000 !important;
}

#loc-list .list-content div {
	line-height: 1.333em;
	font-size: 1.125em;
}
#loc-list .list-focus {
	border-top-color: #000 !important;
	border-right-color: #000 !important;
	border-bottom-color: #000 !important;
	border-left-color: #000 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: none;
}

.list-details .list-content div.loc-name,
.list-details .list-content div.loc-hours,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-phone {
	margin-bottom: 10px;
}

.list-details .list-content div.loc-addr,
.list-details .list-content div.loc-addr a,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-addr3 a,
.list-details .list-content div.loc-phone,
.list-details .list-content div.loc-phone a {
	font-weight: normal !important;
}

.list-details .list-content div.loc-hours {
	color: #3d2b57;
	font-weight: bold;
}
.list-details .list-content * {
	text-decoration: none !important;
}
.list-details .list-content .text-decoration-underline {
	text-decoration: underline !important;
}
.list-details .list-content div.loc-addr a,
.list-details .list-content div.loc-phone a {
	color: #000 !important;
}
.list-details .list-content div.loc-phone {
	margin-top: 14px;
	margin-bottom: 19px;
}
#loc-list .stores-button span {
	display: inline-block;
	width: 49%;
	margin-bottom: 15px;
	border-bottom: 3px solid #3d2b57;
	color: #333;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5em;
	text-align: center;
}

#loc-list .stores-button span.highlighted {
	border-bottom: 3px solid #fff;
}

#loc-list .loc-addr,
#loc-list .loc-addr3,
#loc-list .loc-phone {
	font-weight: bold !important;
}

#map-container {
	width: 100%;
	height: auto;
	margin-top: 18px;
}

#loc-list .list-content div.loc-name {
	color: var(--red);
	font-size: 1.5em;
}

#map-container a.no-highlight {
	color: #333;
}

a#show-more-bt {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}

#map-holder {
	float: left;
	/*width: 930px;*/
	width: calc(100% - 350px);
	max-width: 100%;
	margin-left: 20px;
}

#map-holder-mobile {
	display: none;
}

#map {
	float: none;
	width: 930px;
	max-width: 100%;
	height: 530px;
}

.seo-text p {
	line-height: 1.5em;
}

.gray-line.out-mobile {
	display: none;
}

@media only screen and (max-width: 1270px) {
	#hero {
		height: 100% !important;
		max-width: 97.5%;
	}
	#hero .hero-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.sub-header h1 {
		font-size: 30px;
	}
	.store-finder {
		padding: 0 !important;
	}

	#loc-list {
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
		width: 310px !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		margin-right: 1em;
		padding: 0 15px;
	}

	#form-container.store-form {
		margin-top: 0px !important;
		padding: 0 !important;
	}

	#map-holder {
		width: calc(100% - 330px);
		margin-left: 0;
	}

	#map {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#loc-list ul,
	#loc-list ul li {
		width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
}

@media only screen and (min-width: 400px) and (max-width: 480px) {
}

@media only screen and (max-width: 768px) {
	#form-container #form-input {
		width: 100%;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	#loc-list h2 {
		padding-left: 15px;
		padding-right: 15px;
	}

	#form-container.store-form label {
		color: #333 !important;
	}

	#form-container.store-form input {
		width: calc(100% - 78px) !important;
	}

	#form-container.store-form select {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	#form-input label[for="address"] {
		padding-left: 0;
		padding-right: 0;
	}

	#form-container.store-form #submit {
		position: relative !important;
		top: auto !important;
		left: auto;
		right: 0px !important;
		width: auto !important;
		margin-left: 8px !important;
	}

	#loc-list .stores-button {
		height: auto !important;
	}

	#map-holder {
		padding: 0 15px;
	}

	#map {
		height: 300px !important;
	}
}

@media only screen and (max-width: 767px) {
	#loc-list {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 2em;
	}
	#map-holder {
		width: 100% !important;
	}
	#map-holder-mobile {
		display: block;
		margin: 0 15px;
	}
	#hero h1 {
		font-size: 1.5em;
        flex-direction: column;
        align-items: flex-start;
	}
	#hero h1 img {
		margin-left: -7px;
	}
	#loc-list ul,
	#loc-list li {
		width: 100%;
	}
	#map-holder {
		padding: 0;
	}
}

@media only screen and (max-width: 567px) {
	#hero {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url('../../images/2025/locations/location-banner-back-m.jpg');
		background-image: image-set(url('../../images/2025/locations/location-banner-back-m.jpg') 1x, url('../../images/2025/locations/location-banner-back-m@2x.jpg') 2x);
		width: 360px;
		max-width: 100%;
	}
	#hero .hero-inner {
		max-width: 100%;
		text-align: center;
		padding: 22px 12px 190px;
	}
	#hero h1 {
		align-items: center;
		text-align: center;
		margin-bottom: 12px;
	}
	#hero h1 img {
		margin: 0 auto;
	}
	#hero p {
		font-size: 1em;
		line-height: 1.5;
	}
	#loc-list ul {
		padding-bottom: 0;
	}
	#loc-list .list-content {
		padding: 32px 26px;
	}
}