meta.foundation-version {
	font-family: "/5.1.0/";
}

meta.foundation-mq-xsmall {
	font-family: "/only screen and (max-width: 20em)/";
	width: 0em;
}

meta.foundation-mq-small {
	font-family: "/only screen and (max-width:40em)/";
	width: 0em;
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em)/";
	width: 40.063em;
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em;
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em;
}

meta.foundation-data-attribute-namespace {
	font-family: false;
}

.ssf-main-content *, .ssf-main-content *:before, .ssf-main-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -10px;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
	content: " ";
	display: table;
}

[class*="block-grid-"]:after {
	clear: both;
}

[class*="block-grid-"] > li {
	display: block;
	height: auto;
	float: left;
	padding: 0 10px 20px;
	list-style: none;
}

@media only screen {
	[class*="small-block-grid"] > li:nth-of-type(n) {
		clear: none;
	}
	
	.small-block-grid-1  > li {
		width: 100%;
	}
	
	.small-block-grid-2  > li {
		width: 50%;
	}
	
	.small-block-grid-3  > li {
		width: 33.33333%;
	}
	
	.small-block-grid-4  > li {
		width: 25%;
	}
	
	.small-block-grid-5  > li {
		width: 20%;
	}
	
	.small-block-grid-6  > li {
		width: 16.66667%;
	}
	
	.small-block-grid-7  > li {
		width: 14.28571%;
	}
	
	.small-block-grid-8  > li {
		width: 12.5%;
	}
	
	.small-block-grid-9  > li {
		width: 11.11111%;
	}
	
	.small-block-grid-10 > li {
		width: 10%;
	}
	
	.small-block-grid-11 > li {
		width: 9.09091%;
	}
	
	.small-block-grid-12 > li {
		width: 8.33333%;
	}
	
	.small-block-grid-1 > li:nth-of-type(1n+1), .small-block-grid-2 > li:nth-of-type(2n+1), .small-block-grid-3 > li:nth-of-type(3n+1), .small-block-grid-4 > li:nth-of-type(4n+1), .small-block-grid-5 > li:nth-of-type(5n+1), .small-block-grid-6 > li:nth-of-type(6n+1), .small-block-grid-7 > li:nth-of-type(7n+1), .small-block-grid-8 > li:nth-of-type(8n+1), .small-block-grid-9 > li:nth-of-type(9n+1), .small-block-grid-10 > li:nth-of-type(10n+1), .small-block-grid-11 > li:nth-of-type(11n+1), .small-block-grid-12 > li:nth-of-type(12n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 20em) {
	[class*="xsmall-block-grid"] > li:nth-of-type(n) {
		clear: none;
	}
}

@media only screen and (min-width: 40.063em) {
	[class*="medium-block-grid"] > li:nth-of-type(n) {
		clear: none;
	}
}

@media only screen and (min-width: 64.063em) {
	[class*="large-block-grid"] > li:nth-of-type(n) {
		clear: none;
	}
}

label.ssflabel {
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
}

body .ssf-main-content {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: normal;
}

.searchbar_td, .searchbar_tr, .store-locator__geolocator-cell {
	border: 0px !important;
}

.ssf-main-content .ssf-row {
	margin: 0 auto;
	max-width: 1170px;
}

.ssf-main-content .ssf-row:before, .ssf-main-content .ssf-row:after {
	content: " ";
	display: table;
}

.ssf-main-content .ssf-row:after {
	clear: both;
}

.ssf-main-content .ssf-row .ssf-row {
	width: auto;
	max-width: none;
	margin-left: -5px;
	margin-right: -5px;
}

.ssf-column, .ssf-columns {
	width: 100%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

@media only screen {
	[class*="small-ssf-push-"] {
		right: auto;
	}
	
	[class*="small-ssf-pull-"] {
		left: auto;
	}
	
	.small-1 {
		width: 8.33333%;
	}
	
	.small-2 {
		width: 16.66667%;
	}
	
	.small-3 {
		width: 25%;
	}
	
	.small-4 {
		width: 33.33333%;
	}
	
	.small-5 {
		width: 41.66667%;
	}
	
	.small-6 {
		width: 50%;
	}
	
	.small-7 {
		width: 58.33333%;
	}
	
	.small-8 {
		width: 66.66667%;
	}
	
	.small-9 {
		width: 75%;
	}
	
	.small-10 {
		width: 83.33333%;
	}
	
	.small-11 {
		width: 91.66667%;
	}
	
	.small-12 {
		width: 100%;
	}
}

@media only screen and (max-width: 20em) {
	[class*="xsmall-ssf-push-"] {
		right: auto;
	}
	
	[class*="xsmall-ssf-pull-"] {
		left: auto;
	}
}

@media only screen and (min-width: 40.063em) {
	[class*="medium-ssf-push-"] {
		right: auto;
	}
	
	[class*="medium-ssf-pull-"] {
		left: auto;
	}
}

@media only screen and (min-width: 64.063em) {
	[class*="large-ssf-push-"] {
		right: auto;
	}
	
	[class*="large-ssf-pull-"] {
		left: auto;
	}
	
	.large-1 {
		width: 8.33333%;
	}
	
	.large-2 {
		width: 16.66667%;
	}
	
	.large-3 {
		width: 25%;
	}
	
	.large-4 {
		width: 33.33333%;
	}
	
	.large-5 {
		width: 41.66667%;
	}
	
	.large-6 {
		width: 50%;
	}
	
	.large-7 {
		width: 58.33333%;
	}
	
	.large-8 {
		width: 66.66667%;
	}
	
	.large-9 {
		width: 75%;
	}
	
	.large-10 {
		width: 83.33333%;
	}
	
	.large-11 {
		width: 91.66667%;
	}
	
	.large-12 {
		width: 100%;
	}
	
	.large-offset-0 {
		margin-left: 0%;
	}
	
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	
	.large-offset-3 {
		margin-left: 25%;
	}
	
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	
	.large-offset-6 {
		margin-left: 50%;
	}
	
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	
	.large-offset-9 {
		margin-left: 75%;
	}
	
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	
	.large-offset-11 {
		margin-left: 91.66667%;
	}
}

@media only screen and (max-width: 40em) {
	.hide-for-small-down, .show-for-medium-up, .show-for-medium-only {
		display: none !important;
	}
}

@media only screen and (max-width: 64em) {
	.hide-for-medium-down, .show-for-large-up, .show-for-large-only {
		display: none !important;
	}
}

@media only screen and (min-width: 64.063em) {
	.show-for-medium-down, .show-for-medium-only, .ssf-hide-for-large-up {
		display: none !important;
	}
}

#applyFilterOptions {
	padding: .6em .4em;
	border: 0;
	border-radius: 5px;
	outline: 0;
	display: inline-block;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	background: center center no-repeat #038cd6;
	color: white;
	font-family: "Roboto Condensed", "Roboto", "Helvetica Neue Condensed", "Helvetica Condensed", "Helvetica Neue", Helvetica, "Arial Condensed", Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#applyFilterOptionsCancel {
	padding: .6em .4em;
	border: 0;
	border-radius: 5px;
	outline: 0;
	display: inline-block;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	background: center center no-repeat #038cd6;
	color: white;
	font-family: "Roboto Condensed", "Roboto", "Helvetica Neue Condensed", "Helvetica Condensed", "Helvetica Neue", Helvetica, "Arial Condensed", Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#applyFilterOptions:hover {
	background-color: #0073b1;
	color: #fff;
}

#applyFilterOptions[disabled], #applyFilterOptions.disabled {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
	background-color: #ededed;
	color: #ccc;
	cursor: default;
}

#applyFilterOptions.expand, button.expand {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#applyFilterOptions.expand, input#applyFilterOptions.expand {
	width: 100%;
}

#applyFilterOptions:hover {
	background-color: #0073b1;
	color: #fff;
}

#applyFilterOptions[disabled], #applyFilterOptions.disabled {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
	background-color: #ededed;
	color: #ccc;
	cursor: default;
}

#applyFilterOptions.expand, button.expand {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#applyFilterOptions.expand, input#applyFilterOptions.expand {
	width: 100%;
}

#applyFilterOptionsCancel:hover {
	background-color: #0073b1;
	color: #fff;
}

#applyFilterOptionsCancel[disabled], #applyFilterOptionsCancel.disabled {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
	background-color: #ededed;
	color: #ccc;
	cursor: default;
}

#applyFilterOptionsCancel.grey {
	background-color: #c6c6c6;
	color: #fff;
}

#applyFilterOptionsCancel.grey:hover {
	background-color: #aaa;
}

#applyFilterOptionsCancel.expand, button.expand {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#applyFilterOptionsCancel.expand, input#applyFilterOptionsCancel.expand {
	width: 100%;
}

#storeLocatorInfobox a {
	border-bottom: none;
}

.ssf-field {
	padding: .8em;
	border: 1px solid #bbb;
	border-radius: 4px;
	outline: 0;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
	vertical-align: middle;
	font-size: 16px !important;
}

.ssf-field:hover {
	border-color: #999;
}

.ssf-field:focus {
	border-color: #666;
}

.ssf-field.expand {
	width: 100%;
	display: block;
}

.ssf-field.readonly, .ssf-field[readonly], .ssf-field.disabled, .ssf-field[disabled] {
	background-color: #eee;
	border-color: #bbb;
}

.field-holder {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.field-holder.expand {
	display: block;
}

.field-holder .field-holder__icon {
	outline: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 10px;
}

.field-holder__icon.icon--search {
	margin-top: -10px;
	box-shadow: none !important;
	border: none !important;
}

.field-holder__icon ~ .field-holder__icon {
	right: 40px;
}

.field-holder__icon ~ .ssf-field {
	padding-right: 40px;
}

.field-holder__icon + .field-holder__icon ~ .ssf-field {
	padding-right: 70px;
}

.field-holder > input:focus + .field-holder__label {
	opacity: .5;
}

.ssf-field::-webkit-input-placeholder {
	color: #999;
}

.ssf-field::-ms-input-placeholder {
	color: #999;
}

.ssf-field::-moz-placeholder {
	color: #999;
}

.ssf-field:-moz-placeholder {
	color: #999;
}

label input:checked ~ .label__text {
	font-weight: bold;
}

.filter__row {
	padding: 15px;
	border: 0px solid #e2e2e2;
	border-top-width: 1px;
	overflow: hidden;
}

.filter-popup {
	-webkit-overflow-scrolling: touch;
}

.filter-popup.filter-popup {
	border-top: 1px solid #e2e2e2;
}

.filter-popup:first-of-type {
	border-top-width: 0;
}

.filter__row:first-child, .filter__row--cta {
	border-top: 0;
}

.filter__row--cta {
	padding-top: 0;
}

.filter__items-counter {
	float: left;
}

.filter__options-clearer {
	float: right;
	line-height: 2.6;
}

.filter__toggler {
	display: block;
	font-size: 18px;
}

.filter__toggler-contents label {
	margin-bottom: 10px !important;
}

.filter__toggler-contents [class*="block-grid-"] {
	margin-left: 0;
	margin-right: 0;
}

.filter__toggler-contents li {
	padding: 0;
}

.store-locator__filter-toggler:after {
	content: "";
	width: 21px;
	height: 21px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAABkCAYAAABkSOMoAAAACXBIWXMAAAsTAAALEwEAmpwYAAACyklEQVR42u3cMUsbYRzH8d8dkndTKLgUDnwBtktRh/oShMxCF6FDQddzLXQSFzfbodDxwEVw0yH4QjrkOtQhdmhjCPF88vlASDguXPgnw5cnD1f1fR8AAChVbQQAAJRswwgAoBzVx+tF/rr9Xnft2ySZNuPtJN+W/bn6z5uVb4fnYoUXAADBCwAAghcAAAbIHl4AKNtNkh//Oed25vV9kpMnXmOU5ODhGQQvALBSV3XXHs57ct21d0nmPn/ajEdJLsQuQ2ZLAwCwkJnYfWcaCF4AYJ1i95cJIXgBgFJj9zLJqSkheAGAUmN3J1Z4EbwAQKmxW3et2EXwAgBiFwQvACB2QfACAGIXBC8AIHYRvAAAYhfBCwCIXbGL4AUAirArdhG8AEC5cdC1Z0k+iV0ELwBQcvQezUSv2EXwAgDFRu8HsctLt2EEAMA/ovd8gbd9SfLT9BC8AECpkTxJMnl89KvB8Hy/SSMAAKBkVngBgKWaNuP9JO//OrxnMgheAKAUr/LnXr4wCLY0AAAgeAEAQPACAIDgBQAAwQsAAIIXAAAELwAAa899eAGgbG+mzfh4xdfcMnYELwCwKq8fHrC2bGkAAEDwAgCA4AUAgAGq+r43BQAAimWFFwAAwQsAAIIXAAAELwAACF4AABC8AAAgeAEAELxGAACA4AUAAMELAACCFwAABC8AAAheAAAQvAAACF4AABC8AAAgeAEAQPACAIDgBQAAwQsAAIIXAADBCwAAghcAAAQvAAAIXgAAELwAACB4AQBA8AIAIHgBAEDwAgCA4AUAAMELAACCFwAABC8AAAheAAAELwAACF4AABC8AAAgeAEAQPACAIDgBQAAwQsAgOAFAADBCwAAghcAAAQvAAAIXgAAELwAACB4AQAQvAAAIHgBAEDwAgCA4AUAAMELAACCFwAABC8AAIIXAAAELwAACF4AABiQ30PKdiswfHl/AAAAAElFTkSuQmCC") -250px top no-repeat;
	background-size: 350px 50px;
	--ai-bg-sz: "[[{\"s\":[700,100],\"d\":[\"O@480\",\"O@360\",\"480\",\"480@360\",\"360\",\"120\"]}]]";
}

.store-locator__filter-toggler:after[data-ai-bg*="-O@480-"] {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAABkCAYAAABeguPvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACOUlEQVR4nO3dsWoUURiG4U+R3I1gcQorL0BtRC30ErwB2UqwGbS2tRWbdGoh2FtsYadF8EJstMiSGI3JJMycf9x9Hlh2Gc5w/u5lDgybAAAAwC64Uj0AAAu1Wv+8xF0fMrQ7m/tvJ3k/6UxJMrStaNfV6gEAYBcJMAAUEGAAKHCtegAA/htfknw8Z83X335/T/LygnvsJXmy+d5qAgzAWJ8ztKejVw/tW5Lx61frvST72YH4Jo6gAViC4/jerR6lFwEGoNbZ8f3ReZpuBBiAOmfH912SV30H6keAAahxfnzvxxMwAExoTHyHtrXxTQQYgN7EN4kAA9CT+B4RYAD6EN8TBBiA+YnvXwQYgHmJ76kEGID5iO8/CTAAc3oQ8T2VAAMwn6G9SfL8j6s7H99EgAGY29Ce5TjC4rshwADM7zDCjyK+R/wfMAB9DO3tJe56neTT1KMsgQADsFxDO0hyUD3GHBxBA0ABT8AALNdq/TjJvRPXhvawZphpCTAAS3Y9h+8Sbx1H0ABQQIABoIAAA0ABAQaAAgIMAAUEGAAKCDAAFPAeMABj3cxq/aLznrc679eNAAMw1o3Nhwk4ggaAAgIMAAUEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAC/sFtqFdUyO3mRQAAAAASUVORK5CYII=");
}

.store-locator__filter-toggler:after[data-ai-bg*="-O@360-"] {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAABkCAYAAACrUKoaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABwUlEQVR4nO3cP0oDQRiH4V9EPI/FnkLttPEIHiGVYLPgCTyB2NipRc6QIp2dB7GJhQEl/skSyM4XeB4IhNnMzlQvYRY2AQAAhpu03gDA3pjOl1vMeknfna7mnyR5HjrxYIvFABiBQAMUJdAARR223gDAHlskmW34zeu3729Jbofe3ENCgKF+PiS8S99d7Wo5RxwAFU3nRwINUM10fpTkUaABKlnFOcmZQANU8S3OiTNogBrW4pwINEB7v8Q5EWiAtv6IcyLQAO38E+ckTwIN0MKGOCc5F2iAsQ2Ic/ruXaABxjQwzokzaICxXWRAnBOBBhhX390nuVkb/RHnRKABxtd31/mK9K9xTgQaoI3PSF/mjzgnXtgP0E7fPfx32T9ogKIEGqAogQYoSqABihJogKIEGqAogQYoSqABihJogKIEGqAogQYoatJ6AwB7Yzpfro0sksx2tZyXJQFs73j12QlHHABFCTRAUQINAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7KUP6S9C1jfrWNcAAAAASUVORK5CYII=");
}

.store-locator__filter-toggler:after[data-ai-bg*="-480-"] {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAABFCAYAAACScjV8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACpUlEQVR4nO3cv4scZRzH8bdHCkkh4h9gIUYsggQZgvgXiIKNWOs/YGFhMYrYCItIoij+JASsREHUxt5CsFjQIkX+gCAiIuEIIYgEi93Dxnhw3t7Mbl4veDj2mdmZLyzch+88D1MAwIm7Z+oCAHbWuHy1OnPIWT+0GC41Lh+vXjrinS60GK4c8btM5NTUBQDssGeqJw85Z6+6VD1YvXjE+3xRCeAtszd1AQBwN9IBA2ze7eq76ud/OfbT+u/V6s1DrnOuejrN004QwAAn4+sWw+U7Hl0MV6vX73h8XA7VswnfneGHBJi7cXm++qA6u565tR5sMQEMMGer3dGfVedb/c++Xl2sfpyyLP4/AQwwV+PyXPV+9ch6Zr96u/qk1boyW8waMMAcjcuz1VfVQ+uZ/eq16sPqganK4vjogAHmZlw+1mrN9yB8b1QXqsstBp3vjtABA8zJ6rHz59Wj65kb1Vh93GL4a7K6OHYCGGAu/lnzPQjf/erd6lPhu3sEMMAcjMt7q+eqYT1zs3qjVfj+OVldbIw1YIA5WAy3qo+qL1t1vher91oMNyeti40RwABzsRh+qV6pXqje+o8NV7erP6pf10OHvIU8ggaYk8XwW/XNIWddr16uTq8/X9toTWyEDhhg26w6499bBe+1vJZyKwlggG0zLu+v3qm+X48npi2Io/AIGmD7nGr1esqDHdP3TVgLR6QDBoAJCGAAmIAABoAJCGAAmIBNWAAn4/nG5Zljutbp6uFjuhYTEcAAm7dXPbUeUHkEDQCT0AEDbM631ZUTuI9XUQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABw9/obJKRjjWemR8sAAAAASUVORK5CYII=");
}

.store-locator__filter-toggler:after[data-ai-bg*="-480@360-"] {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAABFCAYAAABnoHyJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACh0lEQVR4nO3bP4scdRzH8bdHCkkh4gOwECMWQYIMQXwEomAj1voELCwsVhEbYRFJFMW/hICVKIja2FsIFgtapMgDCCIiEo4Qgkiw2D1sch4cdztzc68XDMv+Znbmu82HL9+ZKQAm6b6xCwBOkcXq9ercAUf91HK40mL1ZPXKIa90qeVw7ZC/nYwzYxcAnCrPVU8fcMxOdaV6uHr5kNf5qjrxAb0zdgEA3JsOGhjD3eqH6td77Ptl83m9evuA81yonm2mzaaABsbybcvh6r57l8P16s199y9WQ/V8Mw3nmvEfA2ZssbpYfVSd36zc2WyzIqCBk2X9dMcX1cXWGXazulz9PGZZx0FAAyfHYnWh+rB6bLOyW71bfdZ6rj0rZtDAybBYna++qR7ZrOxWb1QfVw+NVdZx0kED07dYPdF65rwXzreqS9XVlsPsOuc9Omhg2tZjjS+rxzcrt6pF9WnL4Z/R6toCAQ1M138z571w3q3erz6feziXgAamarG6v3qhGjYrt6u3Wofz36PVtUVm0MA0LYc71SfV160758vVBy2H26PWtUUCGpiu5fBb9Vr1UvXO/9wQvFv9Vf2+2WbRYRtxANO2HP6ovjvgqJvVq9XZzfcbx1rTluiggZNv3Vn/2TqYbzST174FNHDyLVYPVu9VP262p8Yt6GgYcQBzcKb16997T3w8MGItR0YHDTBRAhpgogQ0wEQJaICJcpMQGMuLLVbnjuhcZ6tHj+hckyGggTHsVM9sNvZhxAEwUTpoYJu+r65t4TqzeNUbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADg1PsXCGRjjUwHJRcAAAAASUVORK5CYII=");
}

.store-locator__filter-toggler:after[data-ai-bg*="-360-"] {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAAAzCAYAAAC625JVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB3klEQVR4nO3bP2vUYAAG8MfjkM7SqR/BOQguLrqKgjho6SdQnD3/DE5ZnJz8At06iJOI1C9w6KKLiKCDiDiKOMjRIQfNwZ1Na2pC+vvBEe5N8vKQ4eHlvVwCQC+d6joA0AOT6dskZ5ec+ZXkWpLfSV43nO1lyuJyW9FOsnHXAYBeGCc5vWT8z/w4WnF+1Vy0wIME6p4l2a59nyV5Nz9eX3L9KMmtJBeOP9rJo6CBug8pi50V5xbHJ9NRkrtJzs1HZqkKm5Z4mMDhVeV8L8nDJGtJdpO86DTTAClo4HCqcn6QxXLeSvKty1hDpKCB5vZXzvdT/Wj4KslWyuJrp7kGyh400MxkOs7ycrZyPiYKGjhYtXK+k8Vy3kxZfO8018ApaKCpT0l+JnmT5EbK4kfHeQbPHjRwsLKYJXme6l3ozRXl/DlVeX/8n9GGzAoaaKYq6d2/XPE4yZPs//uQf6SggbZcTXI+yfskTzvOMgi2OIC2XExyO8mVroMMhYIG6CkFDdBT9qCBurVMputHvpdWKWig7maSS0e8d6PNIChoYNH6/EMPKGggSR4lOdPSXF9amgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKBn9gAqYEF+1nR6zwAAAABJRU5ErkJggg==");
}

.store-locator__filter-toggler:after[data-ai-bg*="-120-"] {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAARCAYAAAAWn2hAAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAr0lEQVRYhe3TIW4CURQF0NNJU8ECqkiXgBpRzwIQFSyBBaBmBbOALqBYHEkFYQVNmllGVSUChaht8PMg4R75vrg3ufkPYhzd8IEJtlj+e9nr201VjceqoDs0wwJHfOMV7/jFpqpEUxV0h8769kffHjHFGqvqEvnBNRZ4wzNOlcEZuELfdqAbGnxVRmfgMXXD08XlBXPsqipk4PGccLi4Nfi8QpeIiIiIiIiIiIgb9wfN6BiUYl/1gAAAAABJRU5ErkJggg==");
}

.store-locator__filter-toggler:after[data-ai-bg*="-0-"] {
	background-image: none;
}

@media only screen and (max-width: 64em) {
	.filter-popup--medium-down {
		width: 1px;
		height: 1px;
		overflow: auto;
		position: fixed;
		top: -1px;
		right: 0;
		bottom: 0;
		left: -1px;
		z-index: 102;
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out, top 0s .25s, left 0s .25s, width 0s .25s, height 0s .25s;
		-moz-transition: -moz-transform .25s ease-in-out, opacity .25s ease-in-out, top 0s .25s, left 0s .25s, width 0s .25s, height 0s .25s;
		transition: transform .25s ease-in-out, opacity .25s ease-in-out, top 0s .25s, left 0s .25s, width 0s .25s, height 0s .25s;
	}
	
	.filter-popup--medium-down div.filter__toggler {
		cursor: default;
	}
	
	.filter-popup--medium-down .filter__toggler:after {
		display: none;
	}
	
	.filter-popup--medium-down .filter__toggler-contents.filter__toggler-contents {
		height: auto;
	}
}

.ssf-panel {
	background-color: white;
	border: 0 solid #ddd;
}

.ssf-panel.shadowed {
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .2);
}

.main-popup-holder {
	width: 1px;
	height: 1px;
	position: fixed;
	top: -1px;
	left: -1px;
	z-index: 10;
	text-align: center;
	overflow: hidden;
	background: rgba(0, 0, 0, .8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out, width 0s .25s, height 0s .25s, top 0s .25s, left 0s .25s;
	-moz-transition: -moz-transform .25s ease-in-out, opacity .25s ease-in-out, width 0s .25s, height 0s .25s, top 0s .25s, left 0s .25s;
	transition: transform .25s ease-in-out, opacity .25s ease-in-out, width 0s .25s, height 0s .25s, top 0s .25s, left 0s .25s;
}

.main-popup-holder:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.ssf-popup {
	width: 100%;
	max-width: 650px;
	padding: 45px 30px;
	margin: 100px 0 20px;
	display: none;
	position: relative;
	background: white;
	text-align: left;
	vertical-align: middle;
}

.popup-closer {
	border: 0;
	outline: 0;
	background: transparent;
	position: absolute;
	top: 30px;
	right: 30px;
}

.popup-title {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
	font-size: 45px;
	font-weight: 300;
	text-align: center;
}

@media only screen and (max-width: 64em) {
	.popup-title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 40em) {
	.main-popup-holder:before {
		display: none;
	}
	
	.ssf-popup {
		width: 100%;
		height: auto;
		min-height: 100%;
		max-width: none;
		padding: 30px 0px;
		margin: 0;
		position: relative;
		overflow: auto;
	}
	
	.popup-closer {
		position: relative;
		top: -15px;
		right: 0;
		margin-right: 15px;
		display: inline-block;
		float: right;
	}
	
	.popup-title {
		font-size: 25px;
		clear: both;
	}
}

#mainContent .section {
	position: relative;
}

#mainContent .section, #mainContent .section--tabs:nth-child(odd), #mainContent .section--tabs:nth-child(odd) ~ .section:nth-child(even), #mainContent .section--tabs:nth-child(even) ~ .section:nth-child(even), #mainContent .section:nth-child(even) .wrapper--tabs ~ .tab-content .section:nth-child(even) {
	background-color: #f4f4f4;
}

#mainContent .section:nth-child(even), #mainContent .section--tabs:nth-child(even), #mainContent .section--tabs:nth-child(even) ~ .section:nth-child(odd), #mainContent .section--tabs:nth-child(odd) ~ .section:nth-child(odd), #mainContent .section:nth-child(even) .wrapper--tabs ~ .tab-content .section:nth-child(odd) {
	background-color: #ebebeb;
}

.icon-font:before, .plus-toggler:after, .self-toggler__toggler:after, .arrow-toggler-left:after, .arrow-toggler-right:after, .arrow-toggler:after, .panel-toggler:after, .checkout__register__toggler:before, .section-content-toggler:before, .faux-toggle-tbl--header .tbl__toggle-arrow, .section__title--toggler:after, .item__expandable-contents-toggler:after, .ssf-mobile-nav .toggler:after, .main-back-to-top:after, .dropdown-arrow:after {
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-font.icon--arrow-down:before, .icon-font.icon--arrow_up:before, .arrow-toggler:after, .panel-toggler:after, .checkout__register__toggler:before, .section-content-toggler:before, .faux-toggle-tbl--header .tbl__toggle-arrow:before, .section__title--toggler:after, .item__expandable-contents-toggler:after, .ssf-mobile-nav .toggler:after, .dropdown-arrow:after {
	content: "";
}

.icon, .main-nav-icon {
	border: 0;
	outline: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-style: normal;
}

.icon--question[title], .icon--question.tooltipify {
	cursor: help;
}

.sprite-icons-2x, .main-nav-icon, .is-toggled .main-nav-icon {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAADUlEQVQI12P4//8/AwAI/AL+XJ/P2gAAAABJRU5ErkJggg==") no-repeat;
	background-size: 200px 100px;
}

.sprite-icons-2x.icon--search, .main-nav-icon--search {
	min-width: 20px !important;
	min-height: 20px !important;
	width: 20px !important;
	box-shadow: none !important;
	background-position: left top;
}

.sprite-icons-2x.icon--search.icon--dark {
	background-position: left -50px;
}

.arrow-toggler {
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}

.arrow-toggler:after, .panel-toggler:after, .checkout__register__toggler:before, .section-content-toggler:before, .faux-toggle-tbl--header .tbl__toggle-arrow:before, .section__title--toggler:after, .item__expandable-contents-toggler:after, .dropdown-arrow:after {
	font-size: 25px;
	line-height: 1;
	color: #aaa;
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.arrow-toggler:hover:after, .panel-toggler:hover:after, .checkout__register__toggler:hover:before, .section-content-toggler:hover:before, .faux-toggle-tbl--header:hover .tbl__toggle-arrow:before, .section__title--toggler:hover:after, .item__expandable-contents-toggler:hover:after, select:hover + .dropdown-btn .dropdown-arrow:after, select:focus + .dropdown-btn .dropdown-arrow:after, .faux-dropdown:hover .arrow-toggler:after {
	color: #038cd6;
}

.arrow-toggler:after, .checkout__register__toggler:before, .section-content-toggler:before, .dropdown-arrow:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 0;
}

.togglerify-slider, .height-slider, .toggle-tbl-body, .faux-dropdown > .faux-dropdown__menu {
	height: 0;
	overflow: hidden;
}

a.ssflinks, .main-nav__quicklinks > li > a, .main-header .text-ori-link-color, .main-header .ssf-mobile-nav .text-ori-link-color, .calculator__row__action {
	color: #038cd6;
	text-decoration: none;
}

a.ssflinks:hover, .main-nav__quicklinks > li > a:hover, .main-header .text-ori-link-color:hover, .calculator__row:hover .calculator__row__action {
	color: #00263b;
}

a.ssflinks, .dropdown-btn, .main-nav__quicklinks > li > a, .pagination__link, .calculator__row__action, .important-notices-toggler {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	-webkit-transition-property: color, border-color, background-color, opacity;
	-moz-transition-property: color, border-color, background-color, opacity;
	transition-property: color, border-color, background-color, opacity;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select:focus, textarea:focus, input:focus {
		font-size: 16px;
	}
}

.ssf-main-content {
	position: relative;
	z-index: 2;
	background-color: white;
}

.store-locator-map {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
}

.store-locator-top-half {
	height: 800px;
}

.store-locator-bottom-half {
	display: none;
	position: relative;
	z-index: 2;
}

.filter__row--regions .filter__toggler-contents, .filter__row--services .filter__toggler-contents {
	max-height: 265px;
	overflow: auto;
	-webkit-transition: margin-top .25s ease-in-out;
	-moz-transition: margin-top .25s ease-in-out;
	-o-transition: margin-top .25s ease-in-out;
	transition: margin-top .25s ease-in-out;
}

.store-locator__actions-bar {
	padding: 15px;
	position: relative;
}

.store-locator__actions-bar table {
	width: 100%;
}

.store-locator__geolocator-cell {
	width: 50px;
	padding-left: 15px;
}

.store-locator__geolocator {
	position: relative;
	color: #0079cc;
	font-size: 40px;
	cursor: pointer;
}

.store-locator__filter-toggler-cell {
	width: 120px;
	border-left: 1px solid #ccc;
	background-color: #fff;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.store-locator__filter-toggler-cell:hover {
	background-color: #eee;
}

.store-locator__filter-toggler {
	padding-right: 25px;
	position: relative;
}

.store-locator__filter-toggler:after {
	right: 0;
}

.store-locator__map-status {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	color: white;
	text-align: center;
}

.store-locator__map-status__spinner {
	width: 20px;
	height: 20px;
	display: none;
	vertical-align: middle;
	background: url("/wp-content/plugins/superstorefinder-wp/css/../images/icons/spinner-on-black.gif") center center no-repeat;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/plugins/superstorefinder-wp/css/../images/icons/spinner-on-black.gif";
}

.store-locator__map-status__spinner.lzl:not(.lzl-ed), .store-locator__map-status__spinner.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAP0lEQVRoBe3QgQAAAADDoPlTX+EAhVBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwMA5MCNvAAEcaU1MAAAAAElFTkSuQmCC");
}

.store-locator__map-status__inner {
	display: inline-block;
	position: relative;
	padding: 15px;
}

.store-locator__map-status__closer {
	width: 15px;
	height: 15px;
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAfUlEQVQoz6XRMQrCQBAF0MXCIkXwOEvIISSn8AjibaxShxwppZUHkGdhgsuyCQYHppj/+TPzZwICzrjjMNd5RgyoAmo8fKIviCKeM39bwCYBU1HM8bVO/VqTsDH+VVqzZPDiGxOOKf/XhNxDu+Uh7rnSaccfrgvY/fDpEdUbD6u8T9uNZbYAAAAASUVORK5CYII=") center center no-repeat;
	cursor: pointer;
}

.store-locator__infobox {
	padding: 15px;
	margin-bottom: 10px !important;
	background-color: #f6f6f6;
	font-size: 14px;
	line-height: 1.8;
	cursor: pointer;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.store-locator__infobox.is-active, .store-locator__infobox:hover {
	background-color: #e1e1e1;
}

.infobox__closer {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAfUlEQVQoz6XRMQrCQBAF0MXCIkXwOEvIISSn8AjibaxShxwppZUHkGdhgsuyCQYHppj/+TPzZwICzrjjMNd5RgyoAmo8fKIviCKeM39bwCYBU1HM8bVO/VqTsDH+VVqzZPDiGxOOKf/XhNxDu+Uh7rnSaccfrgvY/fDpEdUbD6u8T9uNZbYAAAAASUVORK5CYII=") center center no-repeat;
	cursor: pointer;
}

.infobox__row {
	padding: 0 15px;
}

.infobox__row  a {
	color: #ffae1a;
}

.infobox__row  a:hover {
	color: #ffae1a;
}

.infobox__body > .infobox__row:first-child, .infobox__row--marker {
	padding-top: 15px;
}

.infobox__row + .infobox__row {
	padding-top: 25px;
}

.infobox__body > .infobox__row:last-child, .store-locator__store-list .store-address {
	padding-bottom: 25px;
}

.infobox__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.infobox__subtitle {
	font-size: 18px;
}

.infobox__cta {
	border-top: 1px solid #bababa;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}

.infobox__stv {
	border-top: 1px solid #bababa;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}

.btn-super-info {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #f58026;
	border-image: none;
	border-radius: 16px;
	color: #f58026;
	font-weight: 600;
	padding: 6px 19px 4px;
	text-align: center;
	margin-top: 8px;
	cursor: pointer;
}

.store-contact-us a {
	text-decoration: none !important;
}

@media screen and (max-width: 400px) {
	.btn-super-info {
		display: block;
		margin-top: 5px;
		text-decoration: none !important;
	}
	
	.store-contact-us a {
		text-decoration: none !important;
	}
}

.store-locator__infobox--in-map {
	display: none;
}

.store-locator-map .store-locator__infobox, .store-locator__infobox--main {
	cursor: default;
}

.store-locator__infobox.store-locator__infobox--main {
	background-color: #0079cc;
	color: #fff;
}

.store-locator__infobox--main .infobox__cta {
	border-top-color: #fff;
	color: #fff;
}

.store-locator__infobox--main .infobox__cta:hover {
	color: #ddd;
}

.store-locator__infobox--main .infobox__stv {
	border-top-color: #fff;
	color: #fff;
}

.store-locator__infobox--main .infobox__stv:hover {
	color: #ddd;
}

.store-locator__infobox--mobile {
	display: none;
}

@media only screen and (max-width: 64em) {
	.store-locator-map {
		height: 435px;
		top: 65px;
	}
	
	.store-locator-top-half.store-locator-top-half {
		height: 500px;
	}
	
	.filter__row--regions .filter__toggler-contents, .filter__row--services .filter__toggler-contents {
		max-height: none;
	}
	
	.store-locator__actions-bar {
		padding: 0;
	}
	
	.store-locator__actions-bar .store-locator__filter-toggler-cell {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 40em) {
	.store-locator-map {
		height: 235px;
	}
	
	.info-img {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.store-locator-top-half.store-locator-top-half {
		height: 300px;
	}
	
	.store-locator__filter-toggler-cell {
		width: 120px;
	}
	
	.infobox__row {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.infobox__row + .infobox__row {
		padding-top: 15px;
	}
	
	.infobox__title {
		font-size: 20px;
	}
}

.title {
	font-weight: 300;
}

.title + .subtitle {
	margin-top: 5px;
}

.space-top, .space-vertical {
	margin-top: 15px;
}

.space-bottom-3x, .space-vertical-3x {
	margin-bottom: 45px !important;
}

.pad {
	padding: 15px;
}

.pad-right-2x, .pad-horizontal-2x {
	padding-right: 30px;
}

.pad-bottom-2x, .pad-vertical-2x {
	padding-bottom: 30px;
}

.pad-left-2x, .pad-horizontal-2x {
	padding-left: 30px;
}

@media only screen and (min-width: 40.063em) {
	.medium-pad-2x {
		padding: 30px;
	}
	
	.medium-pad-bottom-4x, .medium-pad-vertical-4x {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 64.063em) {
	.large-pad-top-4x, .large-pad-vertical-4x {
		padding-top: 60px;
	}
}

#ssf-contact-form input[type="text"], #ssf-comment-form input[type="text"], #ssf-comment-form textarea, #ssf-contact-form input[type="email"], #ssf-comment-form input[type="email"], #ssf-contact-form input[type="tel"], #ssf-contact-form textarea, #ssf-contact-form button[type="submit"] {
	font: 400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ssf-contact-form {
	text-shadow: 0 1px 0 #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #f9f9f9;
	padding: 25px;
	margin-top: 8px;
}

#ssf-contact-form h3, #ssf-comment-form h3 {
	color: #000;
	display: block;
	font-size: 28px;
}

@media only screen and (min-width: 320px) 
  and (max-width: 480px) {
	#ssf-contact-form {
		margin-left: 5px;
		margin-right: 10px;
	}
}

#ssf-contact-form h4, #ssf-comment-form h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}

#ssf-contact-form input[type="text"], #ssf-contact-form input[type="email"], #ssf-contact-form input[type="tel"], #ssf-contact-form textarea {
	width: 100%;
	box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}

#ssf-contact-form input[type="text"]:hover, #ssf-contact-form input[type="email"]:hover, #ssf-contact-form input[type="tel"]:hover, #ssf-contact-form textarea:hover {
	-webkit-transition: border-color .3s ease-in-out;
	-moz-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: 1px solid #aaa;
}

#ssf-contact-form textarea {
	height: 100px;
	max-width: 100%;
}

#ssf-contact-form button[type="button"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #038cd6;
	background-image: linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
	background-image: -moz-linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
	background-image: -webkit-linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
	color: #fff;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}

#ssf-contact-form button[type="button"]:hover, #ssf-comment-form button[type="button"]:hover {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#ssf-contact-form button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
}

#ssf-contact-form input:focus, #ssf-contact-form textarea:focus {
	outline: 0;
	border: 1px solid #999;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

.ssf-red-star, .ssf-red-star-close {
	display: inline-block !important;
}

.ssf-red-star:after {
	content: "*";
	color: red;
	padding: 2px;
}

.ssf-red-star {
	color: #000;
}

#ssf-preloader {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	bottom: 40%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	z-index: 9999;
}

.info__toggler {
	border-radius: 8px;
	color: #fff;
	height: 16px;
	left: 0;
	position: relative;
	top: 0;
	width: 20px;
	display: inline-block;
}

#info-operating-hours .actives::after {
	background-color: #fff;
	border-radius: 1px;
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	top: 8px;
	width: 12px;
}

#info-operating-hours .actives::before {
	background-color: #fff;
	border-radius: 1px;
	content: "";
	height: 12px;
	left: 9px;
	position: absolute;
	top: 3px;
	width: 2px;
}

.store-storeReview {
	padding-top: 10px;
}

.closePopUp {
	float: right;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 15px;
	display: none;
}

.closePopUp a {
	color: #777;
	cursor: pointer;
	font-size: 18px;
}

#mainIntMapPopupHolder, #mainPopupContat {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page_navigation {
	margin-top: 15px;
	text-align: center;
	width: 100%;
	float: left;
}

#ssf_adress_input_box td {
	vertical-align: middle;
}