#site-body-replocator {
	background-color: #557597;
	position: relative;
	padding: 1em;
	min-height: 100px;
	clear: both;
}

#site-body-replocator a:not(.typesubmit) {
	color: #e7eef6;
}

#site-body-replocator p {
	color: #ffffff;
}

#representative-detail {
	min-height: 300px; 
}

#use-my-location {
	font-size: 100%;
}

#getting-location {
	display: none;
}

#geolocation {
	display: none;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
}

.country-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.country-list ul li {
	position: relative;
	text-align: left;
	vertical-align: top;
	min-height: 75px;
}

.country-list ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #003366;
	padding: 0 5px;
}

.country-list ul li img.country-flag {
	display: inline-block;
	width: 75px;
	margin-right: 0.5em;
	text-decoration: none;
	vertical-align: middle;
}

.country-list ul li a span.country-name {
	display: inline-block;
	vertical-align: middle;
	max-width: 150px;
	color: #345c85;
}

.representative {
	position: relative;
	text-align: left;
}

#multiple-reps {
	display: none;
	margin-bottom: 1em;
}

#multiple-reps-title {
	background: url("../images/icon_50x50_persons.png") no-repeat 0% center #ffeeaa;
}

#multiple-reps-title a {
	position: relative;
	font: normal 10pt Arial, sans-serif;
	display: block;
	text-decoration: none;
	color: #1d456e;
	border-radius: 5px 5px 0 0;
	padding: 1em 0.5em 1em 60px;
}

#multiple-reps-title a.collapsed {
	border-radius: 5px;
}

#multiple-reps-title a:hover {
	text-decoration: underline;
}

#multiple-reps-title a span#triangle {
	display: inline-block;
	position: absolute; 
	width: 0pt;
	height: 0pt;
	right: 20px;
	border-top: 10px solid #345c85;
	border-right: 10px solid #ffeeaa;
	border-left: 10px solid #ffeeaa;
	border-bottom: 0;
	vertical-align: middle;
	top: 50%;
	margin-top: -5px;
}

#multiple-reps-title a.collapsed span#triangle {
	border-left: 10px solid #345c85;
	border-top: 10px solid #ffeeaa;
	border-bottom: 10px solid #ffeeaa;
	border-right: 0;
	margin-top: -10px;
}

#multiple-reps-list {
	padding: 1em;
	background-color:#FFFFCC;
}

#multiple-reps-list dl {
	margin: 0;
	padding: 0;
}

#multiple-reps-list dt {
	padding: 1em 0;
}

#multiple-reps-list dt a.display-rep,
#multiple-reps-list dt a.display-product {
	font: normal 2em Oswald, Arial, sans-serif;
	color: #345c85;
	text-decoration: underline;
	background-image: url("../images/icon_16x16_user.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: middle;
}

#multiple-reps-list dt a.display-product {
	background-image: url("../images/msg_16x16_action.png");
}

#multiple-reps-list dt a:hover {
	color: #6699cc;
	text-decoration: none;
}

#multiple-reps-list dd {
	margin: 0 0 1em 20px;
}

#multiple-reps-list dd p {
	margin: 0;
}

.rep-image {
	margin-bottom: 1em;
}

.rep-branchlist {
	background-color: #eee;
}

.rep-branchlist ul {
	display: none;
}

.rep-branchlist select {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.OR {
	position: relative;
	border-bottom: 1px solid #8eacca;
	margin: 1em 0;
	padding: 0.5em 0;
}

.OR span {
	position: absolute;
	width: 50px;
	text-align: center;
	top: 0.25em;
	left: 50%;
	margin-left: -25px;
	background: #e7eef6;
	color: #1d456e;
	font-weight: bold;
}

#country-US {
	position: relative;
	display: none;
	top: 15px;
	left: 0;
	background-color: #e7eef6;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #8eacca;
	color: #333;
	font: 10pt Arial, sans-serif;
	height: auto;
	min-width: 240px;
	z-index: 1;
	text-align:left;
	box-shadow: 1px 5px 5px #5781ab;
}

#country-US:after,
#country-US:before {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #e7eef6;
	top: -13px;
	content: '';
	left: 50px;
	margin-left: -20px;
	position: absolute;
}

#country-US:before {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #8eacca;
	border-top-color: inherit;
	top: -14px;
	left: 50px;
	margin-left: -21px;
}

#close-country-US {
	background-color: #5781ab;
	position: absolute;
	content: "";
	width: 6px;
	height: 18px;
	top: 16px;
	right: 20px;
	padding: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

#close-country-US:before {
	background-color: #5781ab;
	position: absolute;
	content: "";
	width: 18px;
	height: 6px;
	top: 6px;
	right: -6px;
}

#close-country-US:hover,
#close-country-US:hover:before {
	background-color: #1d456e;
}

.ie7 #close-country-US,
.ie8 #close-country-US {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url("../images/icon_25x25_close.png") no-repeat;
	display: block;
}

.ie8 #close-country-US:before {
	background-color: transparent;
}

.ie7 #close-country-US {
	zoom: 1;
	float: right;
}

#search-places,
#region {
	display: block;
	width: 100%;
}

.country-region header {
	margin-bottom: 1em;
}

#usaMap {
	max-width: none !important;
}

#usaMapWrap {
	overflow-x: auto;
}

#usaMapWrap:before {
	content: "Scroll/swipe horizontal if necessary...";
	font-size: 9pt;
	line-height: 2;
	color: #999999;
}

#usaMapWrap > div {
	background-repeat: no-repeat !important;
}

#usaMapWrap > div > canvas {
	display: block;
}

#world {
	display: none;
	margin: 0 auto;
	text-align: center;
	overflow-x: auto;
}

#countries-wrapper {
	display: block;
	clear: both;
	margin: 1em 0;
}

.step-header {
	margin-bottom: 1em;
}

.step-circle {
	float: left;
	border-radius: 999px;
	width: 18px;
	height: 18px;
	padding: 2px;
	margin: 0 0.5em 0.5em 0;
	background: #1d456e;
	border: 2px solid #1d456e;
	color: #fff;
	text-align: center;
	font: 14px Arial, sans-serif;
}

#region_select {
	display: block;
}

#region_list {
	display: none;
}

#countries-container {
	position: relative;
}

#filters {
	margin-bottom: 1em;
}

@media screen and (min-width: 641px) {

	#region_select {
		display: none;
	}
	
	#region_list {
		display: block;
	}

	#multiple-reps-title {
		background-position: 1% center;
	}

	#multiple-reps-title a {
		font: normal 18pt Oswald, Arial, sans-serif;
		padding: 0.5em 0.5em 0.5em 70px;
	}

	#country-US-county,
	#country-US-state {
		width: 185px;
		max-width: 185px;
	}
		
	.country-list-wrapper {
		position: relative;
		width: 100%;
		margin-bottom: 1em;
	}
		 	 
	.country-list > ul {
		position: relative;
		left: 0;
		top: 0;
		list-style: none;
		margin: 0;
		padding: 0; 
	}
	 
	.country-list > ul > li {
		position: relative;
		width: 140px;
		padding: 0;
		display: inline-block;
		margin-bottom: 1em;
	}
	
	.ie7 .country-list > ul > li {
		zoom: 1;
		display: inline;
	}
		
	.country-list ul li a {
		margin: 0;
		display: block;
		position: relative;
		text-align: center;
		vertical-align: middle;
		color: #333333;
	}
				
	
	.country-list ul li a:active {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.country-list ul li img.country-flag {
		width: auto;
		height: 64px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	.country-list ul li a:hover {
		box-shadow: 0 5px 5px #5781ab;
	}
	
	.country-list ul li span.country-name {
		display: block;
		width: auto;
		padding: 0 0 0.5em 0;
	}
	
	#country-US {
		min-width: 450px;
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -225px;
	}
	
	#country-US:after,
	#country-US:before {
		left: 50%;
		top: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #e7eef6;
		margin-left: -24px;
	}
	
	#country-US:before {
		left: 50%;
		top: -9px;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #8eacca;
		margin-left: -25px;
	}
		
	.rep-info {
		display: block;
		min-height: 100px;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	
	.rep-branchlist {
		float: left;
		width: 40%;
		min-height: 400px;
		background-color: transparent;
	}
	
	.rep-branchlist ul {
		display: block;
	}
	
	.rep-branchlist select {
		display: none;
	}

	.rep-branch {
		float: left;
		width: 60%;
		min-height: 400px;
	}
	
	.rep-image {
		float: right;
	}
			
	#form-US-by-postalcode,
	#form-US-by-state {
		float: left;
		margin-right: 0.5em;
	}
	
	#form-US-by-postalcode {
		margin-top: 2.5em;
	}
	
	.OR {
		position: relative;
		border-bottom: 0;
		border-right: 1px solid #8eacca;
		margin: 0 2em 0 0;
		padding: 0 0.5em;
		height: 150px;
		float: left;
	}
	
	.OR span {
		position: absolute;
		width: 40px;
		text-align: center;
		top: 50%;
		left: -0.5em;
		margin: 0;
		margin-top: -15px;
	}

}

@media screen and (min-width: 761px) {
		
	#filters {
		position: absolute;
		z-index: 1;
		right: 0;
		top: -50px;
		margin: 0;
	}
	
	#filters h6 {
		float: left;
		margin: 5px;
	}
	
	#search-places {
		display: inline;
		width: auto;
	}
}

@media screen and (min-width: 961px) {

	#filters {
		top: -60px;
	}

	.rep-info {
		float: left;
		width: 40%;
		min-height: 400px;
		border-bottom: 0;
	}
	
	.rep-branchlist {
		float: left;
		width: 30%;
		min-height: 400px;
	}

	.rep-branch {
		float: left;
		width: 30%;
		min-height: 400px;
	}
	
	.rep-image {
		margin-bottom: 1em;
		float: none;
	}
	
	.ie7 .rep-info,
	.ie7 .rep-branchlist,
	.ie7 .rep-branch,
	.ie8 .rep-info,
	.ie8 .rep-branchlist,
	.ie8 .rep-branch {
		display: inline-block;
		float: left;
		zoom: 1;
	}
	
	.ie7 .rep-image,
	.ie8 .rep-image {
		display: block;
		zoom: 1;
	}
	
	#usaMapWrap:before {
		content: '';
	}
		
	.step-circle {
		width: 24px;
		height: 24px;
		font-size: 18px;
	}

}

@media screen and (min-width: 1025px) {
	
	#site-body {
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position: right top;
		min-height: 400px;
	}
		
}