/**
 * 
 * Page Specific Styles For Distributors
 * This page should be named according to the page slug.
 *
 **/

/*/////////////////////////////////////////////////////////////////////////////////////
// Distributors Us Page Styles
/////////////////////////////////////////////////////////////////////////////////////*/

h3.distributor-heading {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	height: 42px;
	background-image: url(../../images/h4-title-bg-arrow.png);
	background-repeat: no-repeat;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	background-color: #f7931e;
	padding-left:70px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #c54c1d;
	border: 1px solid #ee5d24;
	border-left: none;
	border-top: none;
	line-height: 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

.distributor-page h4 {
	font-size: 1em;
}

p {
	padding-bottom: 20px;
}

.btn {
	margin-top: 8px;
}