main ul {
	padding-left: 20px;
}
main ul li {
	list-style: disc;
	font-size: 1.25em;
}
main {
	margin-bottom: 150px;
}
main h2 {
	font-size: 1.25em;
}
.mainIntro {
    margin: 50px 0;
}
h1 {
	margin-bottom: 35px;
}
.rightArrow {
	display: inline-block;
	width: 0; 
  	height: 0; 
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
  	border-left: 9px solid #bc1832;
  	margin: 0 10px;
}
.active .rightArrow {
	display: inline-block;
	width: 0; 
  	height: 0; 
  	border-top: 9px solid #bc1832;
  	border-right: 7px solid transparent;
  	border-left: 7px solid transparent;
  	margin: 0 10px 0 6px;
  	vertical-align: text-bottom;
}
#accordionWrapper h2+div {
	padding: 10px 0 0 10px;
}

.contactpage .contactDetails {
	padding: 0;
	float: right;
	width: 50%;
}
.contactpage .contactDetails li {
	list-style: none;
	margin-bottom: 10px;
}
.contactpage .contactDetails li span {
	vertical-align: top;
}
.contactpage .contactDetails li address {
	display: inline-block;
}
.contactpage form {
	float: left;
	margin-right: 30px;
}
#distributorForm h2 {
	margin-bottom: 15px;
}
#distributorForm textarea {
	display: block;
    margin: 0 0 10px;
    max-width: 450px;
    width: 100%;
}
.aboutUsPage img {
	float: left;
    margin: 7px 15px 10px 0;
}
.aboutUsPage img.floatRight {
	float: right;
	margin: 7px 0 10px 15px;
}
#distributorForm {
	margin-bottom: 50px;
}
#frmContact { 
	margin-bottom: 80px;
}
#distributorForm {
	float: left;
    width: 50%;
}
.worldMap {
	float: right;
	width: 50%;
	text-align: center;
}
.worldMap img {
	margin: 185px 0 0;
	display: inline;
	width: 100%;
	height: auto;
}
.aboutUsPage {
	margin-bottom: 100px;
}
#spotlight img {
	width: 100%;
	zoom: normal !important;
}
#spotlight .spotlightTextBlock h2 {
	left: 0;
	right: initial;
}
#spotlight.aboutUsSpotlight .spotlightTextBlock h2 { 
	bottom: 135px;
}
@media(max-width: 1000px) { 
	.contactpage .contactDetails {
		width: auto;
	}
}
@media(max-width: 960px) { 
	.contactpage form {
		float: none;
		margin-right: 0;
	}
	.contactpage .contactDetails {
		float: none;
		margin-bottom: 50px;
	}
}
@media(max-width: 800px) { 
	#distributorForm, .worldMap { 
		float: none;
		width: 100%;
	}
	.worldMap img {
		margin-top: 0;
		height: auto;
	}
	.mainIntro {
	    margin: 50px 0 100px;
	}
}
@media(max-width: 625px) { 
	#spotlight.innerPageSpotlight+main {
		box-shadow: none;
	}
}
@media(max-width: 550px) { 
	.aboutUsPage img, .aboutUsPage img.floatRight {
		float: none;
		display: block;
	}
	.mainIntro {
	    margin: 50px 0 100px;
	}
	.productVideo iframe {
		width: 100%;
	}
	
}
@media(max-width: 375px) { 
	.contactpage .contactDetails li span {
		width: 85px;
	}
}