main article:after {
	display: block;
	clear: both;
	content: ' ';
	height: 0;
	font-size: 0;
}
#retail-search-container, #map-container {
	border: 1px solid #CCC;
	height: 520px;
	margin-bottom: 50px;
}
#retail-search-container {
	float: left;
	width: 33%;
	padding: 10px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#map-container {
	width: 65%;
	float: right;
}
#map-container img {
	max-width: none;
}
#indicator img {
	width: 16px;
	height: 16px;
	vertical-align: text-top;
}
#indicator img.hidden {
	display: none;
}
#selectedItem, .selectedItem {
	background: rgba(0,0,0,.8) !important;
	color: white !important;
}
.noscript-notice {
	background-color: #FFFFCC;
	border: 1px solid #900;
	padding: 1em;
	border-radius: 4px;
}
#results-container {
	margin-top: 1em;
}
#retail-search-container #results-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#retail-search-container #results-list li {
	padding: .5em;
	cursor: pointer;
	font-size: 16px;
}
.right {
	width: 130px;
	float: right;
}
.even {
	background-color: rgba(0,0,0,.03);
}
#frmRetailLocator, #button-line {
	font-size: 18px;
}
#frmRetailLocator label {
	margin-right: 7px;
}
#button-line {
	margin: 1em 0;
}
#locator-intro p {
	margin: 0 0 0.8em;
	font-size: 18px;
	line-height: 1.3;
}

@media screen and (max-width: 960px) {
#retail-search-container,  #map-container {
	width: 90%;
	height: 80%;
	float: none;
	padding: 2%;
	margin: 0 auto;
	margin-bottom: 1em;
}
#results-container {
	max-height: 365px;
	overflow: auto;
}
#map-container {
	height: 350px;
}
.retail-locator article h1 {
	font-size: 30px;
}
}

@media screen and (max-width: 550px) {
.retail-locator article h1 {
	font-size: 24px;
}
}

@media screen and (max-width: 450px) {
.retail-locator article h1 {
	font-size: 18px;
}
}

@media screen and (max-width: 350px) {
.retail-locator article h1 {
	font-size: 18px;
}
}
.svg-container {
	margin: 25px auto 0;
	width: 400px;
	max-width: 70vw;
	max-height: 175px;
}
#retail-search-container{
	background: #f3f2ef;
}
main.container-fluid {
	max-width: 1440px;
}