*:focus{outline: none;}
.clearfix:after{display:block;content:'';clear:both;}
.clear{clear:both;}
.mean-nav ul > li:last-child{ margin-bottom: 20px; }
.mean-container .mean-nav ul li.mean-last{ margin-bottom: 0; }

.bg-hero{background: url('/assets/images/sign.jpg'); background-size: cover; background-position: top center;}

.red{background:#d9534f; border: none;}
.blue{background:#337ab7; border: none;}
.lightblue{background:#5bc0de; border: none;}
.yellow{background:#f0ad4e; border: none;}
.green{ background:#95c41f; border: none; }
.round{ border-radius: 500rem; }
.fluid{ width: 100%; }

input[type="submit"]{
	border: none;
}

.sticky .sticky-logo img{ width: 160px; }
@media (max-width: 767px){
	.logo{ width: 200px; }
}
a.button{ color: white; font-size: 12px; border: none;}
a.button:hover{ border-color: white; color: white; cursor: pointer; }

#globalGreenAlert{
	background: #95c41f; 
	width:100%; 
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 20000;
	color: white;
	padding: 10px;
	font-size: 20px;
	font-weight: 300;
	display: none;
}
#globalAlert{
	background:rgba(234, 75, 64, 1); 
	border-top: 1px solid rgba(221,221,221,0.2); 
	width:100%; 
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 20000;
	color: white;
	padding: 10px;
	font-size: 20px;
	font-weight: 300;
	display: none;
}
#canvas{ position: fixed; top:0; left:0; width: 100%; height: 100%; z-index: 19999; background:rgba(0, 0, 0, 0.5); display: none;}
body.modalOpen{ overflow-y: hidden; }
#modalWrapper{display:none; position:fixed; top:0; left:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 10000;}
#modalWrapperOuter{ position: relative; width: 100%; height: 100%; overflow-y: auto; padding: 0 15px; box-sizing: border-box;}
#modalWrapperInner{ position: relative; width: 100%; height: 100%;}
form.customModal{
	position: absolute;
	z-index: 10001;
	background: white;
	top: 0;
	left: 50%;
	max-width: 100%;
	width: 600px;
	margin-top: 100px;
	margin-bottom: 50px;
	box-sizing: border-box;
	transform: translateX(-50%);
	padding: 20px;
	box-sizing: border-box;
	border: 3px solid #95c41f;
}
.tableBtn{ line-height: 1.5; margin: 5px;}
.scrollToBtn{ cursor:pointer; }
.legend { transform: scale(1.8); }

@media (max-width: 767px){
	.container{
		width: 100% !important;
	}
}

.quoteBox i{
	display: inline-block;
	font-size: 24px;
	color: #dadada;
	display: none;
}
.quoteBox i.fa-quote-left{
	padding-right: 10px;
}
.quoteBox i.fa-quote-right{
	padding-left: 10px;
}

#docusignForm{
	width: 600px;
	max-width: 100%;
	background: #f5f5f5;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
#docusignForm input[type="text"], #docusignForm input[type="email"]{
	background: white;
}

#page-content{
	margin-bottom: 60px;
}

.sticky .sticky-logo img{
	margin: 0 auto;
	float: none;
}