/*--------------------------------------------------------------
	BASE STYLES
--------------------------------------------------------------*/
html, body {
	font-family: 'Raleway', sans-serif;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
	TOP NAV in "common.css"
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	MAIN NAV in "common.css"
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	CONTACT US
--------------------------------------------------------------*/
#contact-us-section , #newdistributors-section
{
	text-align: left;
	background-color: rgb(235,235,235);
	padding: 45px 45px;
}

#contact-us-section h2 , #newdistributors-section h2
{
	color: rgb(45,5,45);
	margin-bottom: 40px;

}

#contact-us-section h4
{

	line-height: 1.7;
	margin-bottom: 20px;
}

form .row
{
	margin-bottom: 15px;
	margin-top: 20px;
}

@media (max-width: 780px) {
	form .row div
	{
		margin-bottom: 5px;
	}

}

button {
	background-color: #4c4c4c;
	color: #ededed;
	font-size: 13px;
	border-radius: 0;
	border: 0;
	padding: 6px 25px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 5px;
}

button:hover, button:focus,  button:active, button:active:hover {
	background-color: rgba(8,37,103, 1);
	color: #ffffff;
	border: 0;
}


/*Form Input Titles*/
form div.row h5
{
	margin-right: 5px;
	margin-top: 0px;
}


/*--------------------------------------------------------------
	FOOTER CONTACT in "common.css"
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	FOOTER is in common.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	MODAL is in common.css
--------------------------------------------------------------*/

