/**
*
* RETAIL LOCATOR STYLES
*
*/

#map-canvas {
	width: 100%;
	height: 100vh;
}

#retail-locator .locationMarker {
	display: none !important;
}
#retail-locator #page-title {
	margin-bottom:0;
	padding-top:30px;
	background: transparent none;
}
#store-filter {
	background: transparent none;
	position: relative;
}
#retail-locator .account-name-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	background-color: #eee;
	padding: 0;
	margin: 10px 0;
	height: auto;
	min-height: 40px;
	border-radius: 20px;
}
#retail-locator .account-name-container .account-name {
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1.1;
}
#retail-locator .account-name-container .account-remove {
	display: block;
	color: #000;
	text-align: center;
	border: 0;
	width: 40px;
	min-width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}
#retail-locator .directions-panel h2 {
	font-size: 28px;
	margin: 10px 0 30px;
}
#retail-locator-searchbox {
	width: 375px;
	position: absolute;
	top: 40px;
	left: 40px;
	height: calc(100vh - 80px);
	overflow: hidden;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.15);
}
#retail-locator-searchbox .container {
	width:100%;
}
#retail-locator-searchbox .searchbox {
	margin: 20px
}
#retail-locator-searchbox #address {
	height: 48px;
	font-weight: 400;
	width: calc(100% - 52px);
	border: 1px solid;
	display: inline;
	border: none;
	border-radius: 30px 0 0 30px;
}
#retail-locator .detailsContainer {
	padding: 0 20px;
	width: 100%;
}
#retail-address {
	position: relative;
	z-index: 1;
	margin: 18px 0 10px;
}
.numberLocations {
	padding:65px 0 0;
	font-size:1.6rem;
}
#number-of-locations, .retailNumber span {
	width: 30px;
	padding:5px 0px;
	background-color:#000;
	border-radius:50%;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-weight:bold;
}
.retailNumber {
	float: left;
	display:none;
}
#map-canvas img {
	max-width:none;
}
#map-canvas .gm-style-mtc {
	display: none;
}
.locationInfoBox {
	text-transform:capitalize;
	padding: 10px;
}
.locationName {
	font-weight:600 !important;
}
#store-filter #retail-search {
	margin:25px 0;
}
.retailLocation {
	border-bottom:1px solid #ccc;
	font-size: 16px;
	padding-bottom:3rem;
	margin-bottom:3rem;
	text-transform:capitalize;
}
.retailLocation h6 {
	font-size:16px;
	margin:0 0 1rem;
	padding-top: 0.4rem;
	letter-spacing:-0.5px;
}
.retailLocation h7 {
	font-weight:600;
	font-size: 14px;
	line-height: 20px;
}
.retailLocation h7 ul {
	margin-top: 0.5rem;
}
.retailLocation p {
	margin-bottom:0;
	margin-top:0;
	line-height: 1.5;
	font-size:12px
}
.eventDetails p {
	font-weight:600;
}
.eventDetails span {
	text-transform:lowercase;
	color:#999;
}
.detailsContainer .fa {
	display:none;
}
.retailPhone {
	font-size: 12px;
	color:#000 
}
.retailPhone, .retailDistance, .facilityType, .retailServices {
	margin: 0;
}
.retailDistance p, .facilityType p {
	display: inline-block;
	margin-left: 9px;
}
div#retail-locator{
	position: relative;
}
#retail-distance label {
	width: 19%;
	direction: rtl;
	text-align: center;
	justify-content: space-between;
	font-weight: 400;
	margin: 0;
	font-size: 12px;
	height: 35px;
}
#retail-distance input[type="radio"] {
	margin: 0 8px 0 0;
}
#distance-select {
	padding: 0px
}
#store-filter .filter-group {
	margin: 0 0 30px;
}
#store-filter label, #store-filter .filter-title {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: inherit;
	text-transform: none;
	color: #000;
	margin: 10px 0;
	padding: 0;
}
#store-filter .radius-select {
	display: flex;
	align-items: center;
	justify-content: center;
}
#store-filter .radius-select label {
	flex-grow: 1;
	margin: 0;
}
#store-filter .radius-select input[type='radio'] {
	margin-right: .3em;
}
#store-filter .service-list {
	padding: 0;
	margin: 0;
}
#store-filter .service-option {
	display: inline-block;
	list-style: none outside none;
	width: 45%;
	margin: 8px 0;
}
#store-filter .service-option label {
	width: 100%;
	border: 1px solid #000;
	border-radius: 24px;
	text-align: center;
	font-size: 10px;
	padding: 10px;
	margin: 0;
}
#store-filter .service-option:hover label {
	background: #ccc;
}
#store-filter .service-option input[type='checkbox']:checked + label {
	background: #000;
	color: #fff;
}
#store-filter .service-option input[type='checkbox'] {
	display: none;
}
#store-filter .no-results {
	color: red;
	font-style: italic;
	line-height: 16px;
}


#map-canvas .gm-style > div:first-child {
	transform: translate(212px, 0px);
}
#retail-locator .store-info{
	width: 55%;
	padding: 10px 0;
}
#retail-locator .store-info span{
	display: block;
	font-weight:400;
}
#retail-locator .more-details {
	display: flex;
	justify-content: space-between;
	width:45%;
	text-align: center;
	padding: 10px 0 5px;
	line-height: 11px;
}
#retail-locator .more-details p{
	margin: 0;
	font-size: 12px;
}
#retail-locator .more-details div {
	flex-basis: 100%;
}
#retail-locator .more-details .store-link {
	cursor: pointer;
}
#retail-locator .more-details .store-link a {
	color: #111111;
}
#retail-locator .more-details img{
	width: 30px;
}
#retail-locator .store-type, .store-distance {
	width: 50%
}

#retail-locator .distance-link {
	color: #111111;
    display: inline-block;
    text-decoration: none;
}
#retail-locator .more-details .store-link a:hover,
#retail-locator .distance-link:hover {
	color: #4C78FB;
}
#retail-locator .store-service {
	color: #AD6500;
	/*Low contrast BE9252 ADA*/
}
#retail-locator .store-name {
	font-size: 16px;
	font-weight: 700;
}
#retail-locator .banner {
	background: #000;
	color: #fff;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 10.5px;
	position: relative;
	display: table;
	margin-bottom: 6px;
}
#retail-locator .banner:after {
	content: "";
	border: 8px solid #000;
	border-right-width: 5px;
	border-right-color: rgba( 255, 255, 255, 0);
	position: absolute;
}
#retail-locator .header{
	font-weight: 700;
}
#retail-locator .results {
	position: relative;
	padding: 30px 20px 0px;
	font-size: 12px;
	line-height: 16px;
	color: #111111;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
#retail-locator .results-loading {
	width: 100%;
	height: 200px;
	background: transparent url(../images/loading-rays.gif) no-repeat center center;
}
#retail-locator .contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#retail-locator .results.active,
#retail-locator .results:hover,
#retail-locator .results:focus {
	outline: 2px solid #2979FF;
	outline-offset: -2px;
}
#retail-locator .results:after {
	content: "";
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#retail-locator .results:last-of-type::after {
	border-bottom: none;
}
#retail-locator .search-results {
	max-width: 375px;
	display: inline-block;
	width: 100%;
}
#retail-locator .search-results p{
	font-size: 12px;
	font-weight: 400;
}
#retail-locator .more-details .fal {
	font-size: 28px;
}
#retail-locator .store-event .far{
	font-size:16px;
}
#retail-address .fal {
	font-size: 20px;
}
#retail-address div {
	display: inline-block;
}
#retail-locator .search-bar {
	border: 1px solid #ccc;
	border-radius: 4px;
	background: white;
	width:85%;
}
#retail-locator .search-button{
	width: 44px;
	text-align: center;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	background: transparent none;
}
#retail-locator .search-filter {
	display: inline-block;
	padding: 0;
	margin-right: -20px;
	background: transparent none;
	border: 0;
	width: 50px;
	height: 50px;
}
#retail-locator .directions-panel {
	position: absolute;
	width: 375px;
	left: 60px;
	top: 40px;
	height: calc(100vh - 40px);
	padding: 20px;
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.15);
	background: none #fff;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
}
#retail-locator .directions-panel .directions-close {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	font-weight: 900;
	background: transparent none;
	border: 0;
}
#retail-locator .directions-panel .directions-group b {
	display: block;
	font-size: 16px;
}
#retail-locator .directions-panel .directions-group {
	text-transform: capitalize;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.33;
}
#retail-locator .directions-panel .directions-group .directions-store {
	font-weight: 700;
}
#retail-locator .directions-panel .directions-group .distance {
	text-transform: none;
}
#retail-locator .directions-panel .directions-steps {
	width: 100%;
	font-size: 12px;
	line-height: 1.33;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}
#retail-locator .directions-panel .directions-steps td {
	padding: 10px 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
#retail-locator .directions-panel .directions-steps td:first-child {
	padding-left: 0;
}
#retail-locator .directions-panel .directions-steps td:last-child {
	padding-right: 0;
}
#retail-locator .directions-panel .directions-steps .directions-step-num {
	text-align: right;
}
#retail-locator .directions-panel .directions-steps .directions-step-info {
	white-space: nowrap;
}
#store-filter button.service-option.apply-filter {
	background: #2979FF;
	color: white;
	margin-right: 8%;
}
#store-filter button.service-option.cancel-search {
	border: 1px solid #000;
	background: #fff none;
}	
#retail-search .service-option {
	display: inline-block;
	padding: 16px 0;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	border-radius: 25px;
	border: 0;
	width: 45%;
	line-height: initial;
}
#retail-locator-searchbox input[type=text]:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#store-filter .filter-list {
	padding: 16px 20px;
	background: #F7F7F7;
	display: inline-block;
	width: -webkit-fill-available;
	margin: 10px 20px;
	font-size: 12px;
	position: relative;
}
#store-filter .filter-list:after {
	content: "\f00d";
	float: right;
	font-family: "Font Awesome 6 Pro";
	font-size: 28px;
	font-weight: 100;
	position: absolute;
	right: 20px;
	top: 6px;
}
#store-filter .filter-list div {
	display: inline;
}
#store-filter .filter-list:before {
	content: "Filter:";
	font-weight: 700;
	padding-right: 10px;
}
#retail-locator .mobile-list {
	display: none;
}
#location-details{
	display:none;
}
.store-service span+span::before {
	content: " + ";
}
#retail-locator .store-event .event-info {
	display: block;
}
#retail-locator .store-event {
	width: 100%;
	align-items:center;
	padding-bottom: 8px;
}
#retail-locator .store-event img {
	width: 20px;
	padding-right: 2px;
}
#retail-locator .store-event .event-info {
	margin: 8px 0;
	font-size: 12px;
	font-weight: 400;
}
#retail-locator .store-event .event-date {
	text-transform: none;
	margin-left: .5em;
}
#retail-locator .store-event .event-info:before {
	content: "\f073";
	font-family: "Font Awesome 6 Pro";
	font-size: 16px;
	padding-right: 7px;
}
#retail-locator .event-signup {
	color: #fff;
	background: #000 none;
	border: 0;
	border-radius: 50px;
	padding: 7px 12px;
	margin: 0;
	font-weight: 700;
}
#retail-locator .event-signup-container {
	text-align: left;
	margin: 8px 0;
	font-size: 12px;
}

#retail-locator .results-error {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	height: 60px;
}
#retail-locator .results-error-msg  {
	display: inline-block;
	color: red;
	font-style: italic;
	line-height: 16px;
	width: 70%;
}
#retail-locator .results-retry {
	display: inline-block;
	float: right;
	height: 40px;
	background: #000 none;
	color: #fff;
	border: 0;
	border-radius: 10px;
	font-size: 12px;
}
/* hides the popup */
.gm-style .gm-style-iw-c {
	visibility: hidden;
	width: 50%
}

.gm-style .gm-style-iw-t::after {
    box-shadow: none;
    height: 38px;
    left: -14px;
    top: 12px;
    transform: none;
    width: 28px;
    background-image: url(/on/demandware.static/Sites-CG4-Site/-/default/dw6b2f2241/images/map-marker-blue.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}



.gm-style div[title] {
    width: 30px !important;
    height: 36px !important;
    opacity: 0 !important;
}


.gm-style div[title] img {
 width: 30px !important;
    height: 36px !important;
    pointer-events: none;
}

@media (max-width: 768px) {
	footer { display: none; }
	
	.hidden-mobile {
		display: none !important;
	}
	
	#map-canvas {
		height: calc(100vh - 50px);
	}
	.gm-control-active, .gmnoprint, .gm-svpc {
		display: none;
	}
	#map-canvas .gm-style > div:first-child {
		transform: none;
	}
	#map-canvas .gm-style > div:first-child {
		transform: translate(0px, -50px);
	}
	
	#retail-locator-searchbox{
		position: absolute;
		top: 0;
		left:0;
		width: 100%;
		height: calc(100vh - 50px);
		box-shadow: none;
		background-color: transparent;
		pointer-events: none;
	}
	
	#retail-locator .open .results.active {
		outline: 2px solid #2979FF;
		outline-offset: -2px;
	}
	
	#retail-locator .results.active,
	#retail-locator .results:hover,
	#retail-locator .results:focus {
		outline: none;
	}
	
	#store-filter , .results-container {
    pointer-events: all;
}

	div#page-title {
		display: none;
	}
	#store-filter {
		padding: 0;
	}
	
	#retail-locator .mobile-list {
		display: flex;
		background: #f7f7f7;
		height: 70px;
		align-items: center;
		justify-content: space-between;
		padding: 30px;
		border-top: 1px solid #ccc;
	}
		
	#retail-locator .mobile-list div {
		font-size: 12px;
	}
	#retail-locator .mobile-stores {
		color: #666;
	}
	#retail-locator .mobile-list .mobile-full-list {
		color: #2979FF;
		font-size: 14px;
		font-weight: bold;
	}
	#retail-locator .results {
		display: none;
	}
	#retail-locator .open .results {
		display: block;
	}
	#retail-locator .results.active {
		display: block;
		background: white;
	}
	#retail-locator .results:after {
		border-bottom: 0;
	}
	#retail-locator .open .results:after {
		border-bottom: 1px solid #ccc;
	}
	#retail-locator .results:last-of-type::after {
		border-bottom: none;
	}
	#retail-locator .all-results {
		position: fixed;
		bottom: -30px;
    	padding-bottom: 90px;
		width: 100%;
		background: white;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1;
		border-top: 1px solid #ccc;
		height: auto;
	}
	
	#retail-locator .all-results .open{
		height: 100%;
	}
	
	
	#retail-locator .all-results .active {
		display: block;
		background-color: #fff;
	}
	#store-filter .filter-results {
		background: white;
		position: absolute;
		z-index: 100;
	}
	#store-filter .filter-list{
		margin: 0px 0px 5px;
	}
	#store-filter .no-results {
		padding: 20px 0;
	}
	#retail-locator .search-filter {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 25px;
	}
	#retail-locator .filter-panel {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-top: 50px;
		z-index: 100000;
		background-color: #fff;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#retail-locator .filter-panel-header {
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		width: 100%;
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 15px;
		font-weight: 700;
		border-bottom: 1px solid #ccc;
		background: #fff none;
		z-index: 10;
	}
	#retail-locator .filter-panel-header .search-filter-close {
		position: absolute;
		width: 50px;
		top: 0;
		right: 0;
		height: 50px;
		font-size: 20px;
		font-weight: 700;
		line-height: 50px;
		background: transparent none;
		border: 0;
	}
	#store-filter .service-option {
		display: flex;
		align-items: center;
		width: 100%;
		
	}
	#store-filter .service-option label {
		display: inline-block;
		width: 45%;
		margin-right: 8%;
	}
	#store-filter .service-option .service-description {
		display: inline-block;
		width: 45%;
		font-size: 10px;
		font-style: italic;
		color: #666;
	}
	#store-filter button.service-option.apply-filter {
		display: block;
		width: 100%;
	}
	#store-filter button.service-option.cancel-search {
		display: none;
	}
	#retail-locator .results-footer {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 60px;
		background: #f7f7f7;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		z-index: 1;
	}
	#retail-locator .results-footer .results-view {
		color: #307DFB;
		border: 0;
		background: transparent none;
		height: 50px;
		margin: 5px 0;
		padding: 0 20px;
		font-weight: 700;
		font-size: 14px;
	}
	#retail-locator .results-footer .results-count {
		float: right;
		font-size: 12px;
		line-height: 50px;
		color: #666;
		margin: 5px 20px;
	}
	#retail-locator .more-details .store-type {
		display: none;
	}
}

@media (min-width:1366px){
	#map-canvas .gm-style > div:first-child {
		transform: translate(162px, 0px);
	}
}

@media (min-width: 769px) {
	.hidden-desktop {
		display: none !important;
	}

	#retail-locator-searchbox {
		width: 425px;
		left: 20px;
		top: 20px;
		height: calc(100vh - 40px);
	}
	
	#store-filter .service-option:nth-child(odd) {
		margin-right: 8%;
	}
	
	#retail-locator-searchbox .results-footer {
		display: none;
	}
}