@charset "utf-8";
/* CSS Document */
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {
	#logo{
		margin:0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {
	#logo{
		margin:0;
	}
	
}

/*Mobile Navigation*/
/*@media screen and (max-width: @screen-sm-max){
	#nav{
		display:none;
	}
}*/
.nav_element {
	color: rgba(255,255,255,1.00);
	display: inline;
	margin-left: 3%;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav_element a{
	color:white;
	text-decoration: none;
}
.nav_element a:hover{
	color:white;
	text-decoration: none;
}
#nav:nth-child(1) {
	margin-left: -71px;
}
#dropdown-button{
	margin-top:6px;
	float:right;
}

/*CSS for mobile nav*/
@media screen and (max-width: 768px){
	#nav{
		display:none;
		margin-top:50px;
	}
	#nav ul{
		margin-top: 39px;
		margin-left:auto;
	}
	#nav li{
		margin-top:15px;
		display: block;
		background-color: rgba(255,255,255,0.19);
		margin-left:0px;
		margin-bottom:-13px;
		padding:10px;
	}
	nav .container{
		height:0px;
	}
	#user_account{
		position: absolute;
		top: 0;
		width: 80%;
		float:left;
	}
}

/*CSS for desktop nav*/
@media screen and (min-width:769px){
	#nav {
		display:block !important;
	}
}
a:hover  {
	text-decoration: none;
	color:white;
}
#account a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	margin-top: 25px;
	margin-bottom: 0px;
}
.footerBox{
	margin-top:10px;
}
.footerBox h5{
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-top:-10px;
}
.big_number {
	font-size: 52pt;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color:white;
}

nav {
	background-color: rgba(255,255,255,0.19);
	height: 45px;
	z-index: 1;
}
#nav {
	margin-top: 12px;
	float: left;
	z-index: 1;
}

#hero {
	background-image: -webkit-linear-gradient(12deg,rgba(34,93,94,1.00) 0%,rgba(56,118,108,1.00) 29.53%,rgba(81,128,89,1.00) 100%);
	background-image: -moz-linear-gradient(12deg,rgba(34,93,94,1.00) 0%,rgba(56,118,108,1.00) 29.53%,rgba(81,128,89,1.00) 100%);
	background-image: -o-linear-gradient(12deg,rgba(34,93,94,1.00) 0%,rgba(56,118,108,1.00) 29.53%,rgba(81,128,89,1.00) 100%);
	background-image: linear-gradient(78deg,rgba(34,93,94,1.00) 0%,rgba(56,118,108,1.00) 29.53%,rgba(81,128,89,1.00) 100%);
}
#header {
	color: rgba(255,255,255,1.00);
	margin-top: -50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 27px;
	position: relative;
}
#header h1 {
	font-size: 5em;
	margin-top:-10px;
}
@media screen and (max-width:480px){
	#header h1{
		font-size: 3.5em;
	}
}
#header p {
	font-size: 18px;
	line-height: 18pt;
}
.call_to_action {
	background-color: rgba(237,89,35,1.00);
	max-width: 272px;
	width:100%;
	height: 47px;
	border: none;
	border-radius: 13px;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 32px;
	color:white;
}
.call_to_action span {
	font-weight: 600;
}
#certified img {
	margin-top: 5px;
	float: right;
}
#footer {
	background-color: #493E3E;
	color: #FFFFFF;
	clear: both;
	position: relative;
	padding-bottom: 6px;
}
#right_footer {
	text-align: right;

}
#center_footer{
	text-align: center;
	margin-top:25px;
}
#left_footer {
	text-align: left;
}
@media screen and (max-width:768px){
	.footerBox{
		text-align: center !important;
	}
}
#footer ul li {
	display: inline;
	color: #908484;
	margin-right: 13px;
}
#footer ul a {
	text-decoration: none;
	color:#908484;
}
#user_account {
	margin-top: 12px;
	float: right;
	color: #FFFFFF;
}
#account li a {
	color: #000000;
}
#account {
	display: inline;
}
#microFooter a {
	font-size: 8pt;
	position: relative;
	right: 35px;
	color:#908484;
}
#footer ul {
	margin-bottom: 0px;
}
#social{
	margin-left:-6px;
}
.social-icon{
	height:32px;
	width:32px;
	margin:-13px 0 13px 30px;
	opacity: 0.4;
}
.social-icon:hover{
	opacity: 1;
}

/*helper classes*/
.center{
	text-align: center;
}

@media screen and (min-width:992px){
	#logo{
	margin: 0px;
	}
}

@media screen and (min-width:1200px){
	#logo{
		margin:0px;
	}
}

@media screen and (max-width:768px){
	#nav{
		padding-left:30px;
		width:100%;
	}
	#social{
		margin-top:20px;
	}
}

@media screen and (max-width: 480px){
	.social-icon{
		margin-left:10px;
	}
}
