/*@import url(https://fonts.googleapis.com/css?family=Lato:400,900,900italic,700italic,400italic,700,300italic,100italic,100,300);*/
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #231f20;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	background: #dbdbdb;
	
	/*  Sticky Footer 
	position: relative;
    min-height: 100%;
	*/
}

body {
   /* margin: 0 0 130px;  bottom = footer height */
   margin: 0 auto;
}

a {outline:none;
	color: gray;
}

ul {padding-top: 0px; margin-top: 0px;}

:root {overflow-y: scroll !important;}

.right {float:right !important;}
.left {float:left !important;}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clear {clear:both;width:100%;}
img.right {margin:0 0 20px 20px;}
img.left {margin:0 20px 20px 0;}
img {border: none;}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 130px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(/images/icon_top.png) no-repeat;
}
	
.responsive {width: 90%;}

.white {background:#FFFFFF;}
/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */

#header-wrapper {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 3px 15px 0 #A6A6A6;
	box-shadow: 0 3px 15px 0 #A6A6A6;
}
		
#header {
	width: 90%; /* Change to exact pixels for static (non-responsive) */
	height: auto;
	margin: 0 auto;
	padding: 0;
}	

#logo {float: left; width: 30%;}	
#phone {float: right; font-size: 20px; color: white; padding-top: 40px;}	
#phone a {color: white;}

#slideshow-wrapper {
	width: auto;
	height: auto;
	background: url(/images/slideshow-bg.jpg) repeat-x;
}	

#slideshow-bg {
	width: 100%;  /* Change to exact pixels for static (non-responsive)*/
	margin: 0 auto;
	position: relative;
}	

.apply-form {
	z-index: 999;
	position: absolute;
	top: 60px;
	right: 5%;
}

.apply-bg {
	position: relative;
	z-index: 2;
	display: block;
}

.apply-bg-mobile {
	position: relative;
	z-index: 2;
	display: none;
}
.home-steps {
	background: #20221F;
	color: #fff;
	font-size: .875em;
	position: absolute;
		bottom: 0;
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;         /* Opera/IE 8+ */
}
.home-steps .g25 {
	height: 62px;
}
.home-steps .g80 {
	color: #FFFFFF;
	font-family: "Lato", Arial, Helvetica, sans-serif !important;
	font-weight: 300 !important;
	font-size: 12px !important;
	height: 62px;
	line-height: 14px;
	padding-left: 8px;
	
}
.home-steps .number {
	color: #8D9E72;
	border-right: 3px solid #66B806;
	font-family: "Lato", Arial, Helvetica, sans-serif !important;
	font-weight: 300;
	font-size: 3em;
	float: left;
	line-height: 32px;
	text-align: right;
}
.home-steps .large {
	color: #73E404;
	font-family: "Lato", Arial, Helvetica, sans-serif !important;
	font-size: 1.75em !important;
	line-height: 1em;
	font-weight: 300;
}
.home-steps .number.large {
	border-right: 4px solid #66B806;
	color: #fff;
	font-size: 60px!important;
	line-height: 50px;
}
#slideshow-bg {
	height: auto;
	min-height: 511px;
	position: relative;
}
@media screen and (max-width: 760px) {
	.apply-bg {display: none !important;}
	.apply-bg-mobile {display: block !important;}
	.index-form {width: 90% !important; float: left;}
	.apply-form input.g100 {width: 49% !important; margin-right: 1%;}
	#slideshow-bg {min-height: 0px !important;}
	#slideshow-wrapper {background: none !important;}
	.index-form input,
	.index-form select{
		padding: 10px 3px;
	}
	.index-form input[type='checkbox'] {
		width:15px;
		height:15px;
	}
}

.agreement {
	color: #d0d0d0; 
	font-size: 10px; 
	line-height: 12px;
}
.agreement a {color: #d0d0d0; }


#index-wrapper {
	width: auto;
	height: auto !important;
	background: #efefef !important;
	display: block;
}	

#index {
	width: 90%;  /* Change to exact pixels for static (non-responsive)*/
	margin: 0 auto;
	padding-top: 32px;
	font-size: 14px;
	color: #696969;
	text-align:center;
}	
#index b {color: #1f221f;}

.index-left-column {
	float: left;
	width: 45%; 
	padding-left: 20% !important;
	text-align:right;
}

.index-right-column {
	float: left;
	width: 55%; 
	padding: 15px 70px 0px 25px; 
	//font-weight: 300; 
	font-size: 16px; 
	border-bottom: 30px solid white;
}

.paragraph p {
	//font-weight: 300;
	font-size: 16px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	
}

/* For Backstretch ONLY 
--------------------------------------
.other { height:517px; width: 100%; top: 0; position: absolute; z-index: -2;}
.interior {height:250px !important; width: 100%; top: 0px; left: 0px; position: absolute; z-index: -2; border-bottom: 6px solid #383327;}
*/

#content-wrapper {
	width: 90%; /* Change to exact pixels for static (non-responsive) */
	height: auto;
	margin: 0px auto;
}

#content {
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding: 40px 0px 50px 0px;
}
#content a {color: #46760e; text-decoration: underline; line-height: 20px;}
#content a:hover {color: #2f5206; text-decoration: none;}
	
#content-index {
	background:  url(/images/index-bg2.jpg), url(/images/index-top.jpg), url(/images/index-bg.jpg); 
	background-position: bottom left, top, top; 
	background-repeat: no-repeat, no-repeat, repeat-y; 
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding: 15px 0px 0px 0px;
}			
	
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */		
#nav-wrapper {
	width: 70%;
	height: 73px;
	margin: 0;
	padding: 0;
}

#nav-bg {
	width: 90%;  /* Change to exact pixels for static (non-responsive)*/
	height: 73px;
	margin: 0 auto;
	padding: 0;
}

/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */
		
#disclosure-wrapper {
	width: auto;
	height: auto;
}	

#disclosure {
	width: 90%;  /* Change to exact pixels for static (non-responsive)*/
	margin: 0 auto;
	font-size: 14px;
	color: #000000;
}	

#disclosure h2{color: #000000; font-size: 18px;}
#disclosure h3{color: #000000; font-size: 14px; font-weight: bold;}

#banner-wrapper {
	height: 132px; /* Must be same height as <body> */
	width: 100%;
	background: #120c0e;
	border-bottom: 2px solid #333333;
}		
#banner {margin: 0 auto;}

#footer-wrapper {
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*height: 200px;*/ /* Must be same height as <body> */
	width: 100%;
	background: #000000;
}		
#footer {
	padding-top: 25px;
	width: 90%; /* Change to exact pixels for static (non-responsive) */
	margin: 0 auto;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 16px; 
	line-height: 18px; 
	color: #ffffff;
	text-align: center;
}
#footer a {color: #ffffff; text-decoration: none;}
#footer a:hover {color: #cfcfcf; text-decoration: underline;}


.copyright { 
	font-size: 10px; 
	line-height: 14px;
}

.copyright a {color: #ffffff; text-decoration: none;}
.copyright a:hover {color: #ffffff; text-decoration: underline;}

#seo { 
	font-size: 10px; 
	line-height: 14px;
}

#seo a {color: #ffffff; text-decoration: none;}
#seo a:hover {color: #ffffff; text-decoration: none;}

/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */

.page-heading {
	color: #fff;
	background: #1f221f;
	border-bottom: #7cfb01 6px solid;
	padding: 15px 25px !important;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin: 0px;
	line-height: 32px;
}
.page-heading h1 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 32px;
	margin: 0;
}

.apply-form .h1 {
	color: #fff;
	padding: 0 0 15px 0px !important;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 36px;
	margin: 0px;
	line-height: 38px;
	text-align: right;
    text-shadow: 1px 1px 0 #000;
}

h1.index-heading {
	color: #1f221f !important;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	background: none !important;
	border-bottom: none !important;
}


h2 {
	color: #1f221f;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

h2.index-title{ padding: 10px 0px 10px 110px;}

h3 {
	color: #1f221f;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 4px;
	padding: 0;
	line-height: 24px;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr { 
	border: 0; 
	height: 1px; 
	background: #000;
}

	.callout {	
		float: right;
		border: 1px solid #c8c8c8;
		background: #f2f2f2;
		color: #000;
		width: 30%;
		margin-left: 30px;
	}
	.callout h2 {
		color: #FFFFFF;
		text-shadow: 1px 1px 1px #000000;
		background: #75c31a;
		padding: 20px 15px;
		margin: 0 auto !important;
		border-bottom: 6px solid #1f221f;
		font-size: 25px !important;
		font-weight: 400 !important;
	}
	.callout .padding {padding: 20px 20px 20px 25px;}
	.callout a {color: #3a507b !important;}		
	.callout a:hover {color: #47659e !important;}		
		
	.stripe {	
		border: 1px solid #c8c8c8;
		background: #cdcccc;
		color: #000;
		width: 95%;
		height: auto;
		font-size: 14px;
	}
	.stripe h3 {
		color: #262524;
		font-size: 18px;
		background: #b7b7b7;
		padding: 7px 15px;
		margin: 0 auto !important;
		border-bottom: 3px solid #1f221f;
		clear: both;
	}
	.stripe .padding {padding: 15px 20px 5px 20px;}
	.stripe a {	
		display: block;
		background: url(/images/white-arrow.png) no-repeat #929292;
		background-position: right;
		color:#ffffff !important;
		font-size: 16px;
		line-height: 40px;
		font-weight: bold;
		width: 100% !important;
		padding: 10px 45px 10px 15px;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}		
	.stripe a:hover {background: url(/images/white-arrow.png) no-repeat #75c31a; background-position: right; color: #000 !important;}		
	
	.link a {
		background: url(/images/dark-arrow.png) no-repeat #7af402;
		background-position: right;
		color:#21201f !important;
		font-size: 16px;
		line-height: 40px;
		font-weight: bold;
		padding: 10px 45px 10px 15px;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.link a:hover {background: url(/images/dark-arrow.png) no-repeat #75c31a; background-position: right; color: #000 !important;}

	.link-lg {
		display: inline-block;
		margin: 10px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		
		-webkit-box-shadow: 0 8px 0 #2c9dbc;
		-moz-box-shadow: 0 8px 0 #2c9dbc;
		box-shadow: 0 8px 0 #75c31a;
		
		font-size: 18px;
		font-weight: 700;
		color: #1f221f !important;
		text-decoration: none !important;
		background-color: #7af402;
		padding: 15px;
		
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		line-height: 20px;
		-webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
		-moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
		-o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
		transition: background-color .2s ease-in-out, transform .1s ease-in-out;
	}
	
	.link-lg:hover {
		background-color: #73e404;
		-webkit-box-shadow: 0 8px 0 #2c9dbc;
		-moz-box-shadow: 0 8px 0 #2c9dbc;
		box-shadow: 0 8px 0 #75c31a;
	}
	
	.link-lg:active, .link-lg:focus {
		-webkit-box-shadow:    0 8px 0 #75c31a, 0 12px 10px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 8px 0 #75c31a, 0 12px 10px rgba(0, 0, 0, .3);
		box-shadow:    0 8px 0 #75c31a, 0 12px 10px rgba(0, 0, 0, .3);
	}
	
	.link-lg:active {
		-webkit-transform: translate(0, 4px);
		-moz-transform: translate(0, 4px);
		-o-transform: translate(0, 4px);
		transform: translate(0, 4px);
	}

	.call-to-action {
		display: inline-block;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: 0 4px 0 #75c31a;
		-moz-box-shadow: 0 4px 0 #75c31a;
		box-shadow: 0 4px 0 #75c31a;
		font-size: 18px;
		font-weight: 700;
		color: #1f221f !important;
		text-decoration: none !important;
		background-color: #7af402;
		padding: 6px 8px;
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		line-height: 20px;
		-webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
		-moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
		-o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
		transition: background-color .2s ease-in-out, transform .1s ease-in-out;
		vertical-align: top;
	}

/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

 /* By Default .g10 img, .g20 img, .g30 img, .g40 img, .g50 img, .g50-margin img, .g60 img, .g70 img, .g80 img, .g90 img, .g100 img, .g33 img, .g66 img, .g25 img, .g75 img {
	width: 100%;
	border: none;
}*/
div#content > div img {width: 100%;}
div#content > div.outer-container img {width: auto !important;}

 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g66, .g25, .g25-omega, .g75 {
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g50-margin {width: 49%; float: left;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}
.g33 {width:33.33333333%;}
.g33-margin {width: 32%; float: left;}
.g25 {width:25%;}
.g25-omega {width:25%;}
.g75 {width:75%;}
.padding {padding: 10px 15px;}
.padding-noleft {padding: 10px 15px 10px 0px;}
.padding-lg {padding: 20px 25px;}
.gmargin {margin: 0 2%;}


/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */

.form-label {font-weight: bold;}
.form-element {width: 300px;}

.form-required {
	font-weight: bold;
	color: red;
	padding-left: 5px;
}

.form-error {
	background-color: #f99;
	font-weight: bold;
	text-align:center;
}
.verify {display: none;}

.contact-form {width:60%;float:left;margin-top:20px;}
.index-form {width: 40%; float: right;}
.report-form {width:60%;float:right;margin-top:10px;margin-right:20px;}
.report-form .input {padding:3% 0 3% 3% !important;}

.input {
	padding:1%;
	margin:5px 2.5% 5px 0;
}
.input2 {
	padding:1%;
	margin:5px 0% 5px 0;
}

.cell-input {
	padding: 1%;
	width: 30%;
	margin: 5px 2% 5px 0;
	float: left;
}

.input, textarea {font-family:Arial, Helvetica, sans-serif;font-size:14px;}
.form-email {width:99%;margin-right:0;}
.no-margin-right {margin-right:0 !important;}
.form-comments {min-width:100%;max-width:100%;min-height:150px;max-height:400px;}
textarea {width:98%;padding:1%;}

.form-ver-code {float:left;width:99%;padding:1% 0 1% 0;height:auto;font-size:12px;}
input.ver-code {width:47.25%;}
input.g30 {margin-right:5%;}
input.g50 {margin-right:2%; width:48%;}

.form-submit-btn {width:100%;float:left;cursor:pointer;font-weight:700;font-size:22px;text-transform:uppercase;border:0;clear:both;}
.home-form-submit-btn {width:30%;float:left;cursor:pointer;font-weight:700;font-size:22px;text-transform:uppercase;border:0;clear:both;}
.shortform-submit-btn {width:100%;float:left;cursor:pointer;font-weight:700;font-size:22px;text-transform:uppercase;border:0;clear:both;}



/* PLACE HOLDER STYLE */
input[type=search] {	-webkit-appearance: none;}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.index-form select {
	color: #999;
	margin-right: 2%;
}
.index-form select:active,
.index-form select:focus {
	color: #000;
}



/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */

@media screen and (min-width: 1200px) {
	
	.responsive {width: 1000px !important;}

}

@media screen and (max-width: 1200px) {

	.scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
	#nav-wrapper {width: 100%;}
	.jetmenu > li > a {
		padding: 0 5% !important;
	}

	/* fix width issue on mobile */
	#nav-bg {
	width: 100% !important;  /* Change to exact pixels for static (non-responsive)*/
	height: 73px;
	margin: 0 auto;
	padding: 0;
	}
}

@media screen and (max-width: 1024px) {
	.shortform-submit-btn {
		font-size: 16px;
	}
}

@media screen and (max-width: 1000px) {
	#nav-wrapper {width: 100% !important;}	
	.jetmenu { width: 100% !important;}
	.jetmenu > li > a {
		padding: 0 15% !important;
	}
}

@media screen and (max-width: 900px) {table {display: block; width: 700px;}}
@media screen and (max-width: 700px) {table {display: block; width: 500px;}}
@media screen and (max-width: 480px) {table {display: block; width: 320px !important;}}
@media screen and (max-width: 360px) {table {display: block; width: 300px !important;}}
@media screen and (max-width: 320px) {table {display: block; width: 255px !important;}}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #dbdcdc !important;}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		clear: both;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 85%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}

@media screen and (max-width: 800px) {
	
	.g33-margin {width: 48% !important; margin: 0 2% 0 0; padding: 20px;}
	.g50-margin {width: 100% !important; margin: 0 0 20px 0;}
	
	#footer-wrapper {height: auto; background: #000;}
	
	.loanSteps, .pc_bar_container, .pc_bar_container_overflow, .pc_bar_container_underflow {display: none;}
	
	.index-left-column {
		padding-left: 15%; 
		padding-right: 5%; 
	}	
	
	.apply-button {padding: 0px 20px 0 0;}
	
	.form-submit-btn {font-size: 14px !important;}
	.link-lg {font-size: 14px !important;}


	.cell-input {
		padding: 1%;
		width: 15.5% !important; 
		margin: 5px 1% 5px 0 !important; 
	}


		#banner-wrapper {
			height: auto; /* Must be same height as <body> */
		}
}

@media screen and (max-width: 768px) {
	#slideshow-bg .apply-bg img {
		display: none !important;
	}
	.apply-form .h1 {
		font-size: 24px;
		text-align: center;
		padding: 0 0 25px 25px !important;
	}
}
@media screen and (max-width: 650px) {
	
	.index-left-column {
		width: 100%; 
		padding-left: 5% !important; 
		text-align:left;
	}
	
	.index-right-column {
		width: 100%; 
		padding: 15px 25px; 
	}
	
	#content-index {
		background:  #ffffff; 
		padding: 15px 0px 0px 0px;
	}
}

@media screen and (max-width: 600px) {
	
	.responsive {width: 85% !important;}
	.g40 {width: 100%;}
	.g60 {width: 100%;}
	.g50 {width: 100%;}
	.g25 {width: 50%;}
	.form-submit-btn {width:100%;}
	.apply-form {width: 100%; top: 10%;}
}


@media screen and (max-width: 450px) {

	.responsive {width: 90% !important;}
	.g33-margin {width: 100% !important; margin: 0 0 20px 0;}
	ul#nav li {width: 100% !important;}
	.g25 {width: 100%;}
	.g25-omega {width: 25%; margin:5px 1% 5px 0;}
	
	#slideshow-bg {
		height: 220px;
	}
	
	.apply-button {
		margin: 0 auto;
		float: none;
		padding: 0;
		top: 10px;
		position: absolute;
		text-align: center;
	}
	
	h2.index-title{ padding: 10px 0px 10px 30px;}

	.form-submit-btn {font-size:18px;}
}	
@media screen and (max-width: 360px) {
	.apply-form {top: 5%;}
}	

/*	--------------------------------------------------
	:: Misc.
	-------------------------------------------------- */

.rounded {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.shadow {
	border: 5px solid #ffffff;
	-moz-box-shadow: 4px 4px 5px #7c7c7c;
	-webkit-box-shadow: 4px 4px 5px #7c7c7c;
	box-shadow: 4px 4px 5px #7c7c7c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#7c7c7c')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#7c7c7c');
}
.shadow-left {
	float: left;
	margin-right: 15px;
	border: 5px solid #e7e7e7;
	-moz-box-shadow: 4px 4px 5px #7c7c7c;
	-webkit-box-shadow: 4px 4px 5px #7c7c7c;
	box-shadow: 4px 4px 5px #7c7c7c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#7c7c7c')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#7c7c7c');
}

.shadow-right {
	float: right;
	margin-left: 15px;
	border: 5px solid #e7e7e7;
	-moz-box-shadow: 4px 4px 5px #7c7c7c;
	-webkit-box-shadow: 4px 4px 5px #7c7c7c;
	box-shadow: 4px 4px 5px #7c7c7c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#7c7c7c')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#7c7c7c');
}

.select-message {
	max-width: 289px !important;
}
#submitFrontPageForm {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (max-width: 775px) {
	.home-steps {
		padding-top: 400px;
		position: static;
	}
	.home-steps > div {
		clear: both;
		display: block;
		float: none;
		position: static;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.home-steps {
		padding-top: 0 !important;
	}
}
.topbar{
background-color: #7af402;
width:100%;
height:30px;
text-align:center;
line-height: 30px;
}
.topbar a{
font-weight: 700;
text-decoration:none;
color: #ffffff;
}
