/* Main CSS Document */

body,html,p,h1,h2,h3,h4,h5,h6,ul,li,ol,div,span,input,textarea {
	margin: 0;
	padding: 0;
}

body {
	color: #5b5b5d;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	overflow-y: scroll;
}
.clear {
  	clear: both;
}
img { border: 0; }
a {
	text-decoration: none;
	color: #00843e;
	cursor: pointer;
}
a:hover { text-decoration: underline; }

p { margin-bottom: 8px; }
li { margin: 10px 16px 0; }


.pagewrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 0;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
}

section {
  	min-height: 100px;
}

/* ================================================================================================= */
/* ============================================= HEADERS =========================================== */
/* ================================================================================================= */

	h1,	h2,	h3,	h4,	h5,	h6 {
	  	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	}
	h1,	h2 {
		font-weight: bold;
		font-size: 34px;
		color: #00843e;
		margin: 0 0 0px;
	}
	h1 {
		margin: 30px 0 20px;
	}
	h1.top_h1 {
		margin-top: 0px;
		border-bottom: 1px solid #dcdcdc;
		margin: -25px -25px 20px;
		padding: 10px 25px 10px;
		/*background-color: #dedede;*/
	}
	h2 {
		font-size: 20px;
		margin: 20px 0 10px;
	}
	h3 {
		background: none; border: none;
		background-color: #f05633;
		color: #ffffff;
		font-size: 22px;
		font-weight: normal;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		cursor: pointer;
		transition: all 0.3s;
		position: relative;
		outline: none;
		text-align: left;
		padding: 10px;
		margin: 20px 0 0;
	}
	h4 {
		background-color: #00843e;
		color: #ffffff;
		font-size: 22px;
		font-weight: normal;
		box-sizing: border-box;
		padding: 8px 14px 0;
		text-align: right;
		height: 100%;
	}
	h5 {

	}
	h6 {
		font-weight: 300;
		font-size: 16px;
		margin: 0 0 12px;
	}

/* ================================================================================================= */
/* ============================================= /HEADERS ========================================== */
/* ================================================================================================= */




/* ===================================================================================================== */
/* ============================================= TOP ============================================= */
/* ===================================================================================================== */


	.top {
		width: 100%;
		height: 200px;
		background-position: top center;
		background-repeat: no-repeat;
		background-image: url('../images/top_bg.png');
		background-size: contain;
	}
	.logo {
		float: right;
		height: 120px;
	}

	.intro {
		font-size: 14px;
		padding: 20px 0;
	}

	.well {
		font-size: 20px;
		margin-bottom: 25px;
	}




/* ===================================================================================================== */
/* ============================================= /TOP ============================================ */
/* ===================================================================================================== */



/* ===================================================================================================== */
/* ============================================= FORM ================================================== */
/* ===================================================================================================== */


	.toolbox {
		background-color: #f7f7f7;
		padding: 25px;
		border-radius: 5px;
		border: 1px solid #dcdcdc;
		overflow: hidden;
		margin: 14px 0 0;
	}

	.form-horizontal {
		width: 100%;
		position: relative;
		z-index: 1;
		margin-bottom: 20px;
	}
	fieldset {
		border: none;
	}
	.form-group {
		width: 100%;
		margin-bottom: 1%;
		clear: both;
	}
	.form-block {
		float: left;
		width: 24%;
		height: 40px;
		margin: 0 1% 0 0;
		border: none; background: none;
		border: 1px solid #00843e;
		box-sizing: border-box;
		padding: 0px 10px 0;
		border-radius: 2px;
	}

	.form-block.no-border { border: none; }
	.form-block.nopad {	padding: 0;	}
	.form-block.higher { height: 45px; }
	.form-block.high { height: 60px; }
	.form-block.orange {
		border: 1px solid #f39200;
	}
	.control-label {
		display: block;
		padding: 6px 10px 0;
	}
	.form-block select {
		border: none;
		border-color: transparent;
		background: none;
		width: 100%;
		height: 100%;
		cursor: pointer;
		outline: none;
	}
	.form-block, .control-label, .form-block select {
		font-size: 18px;
		color: #5b5b5d;
	}
	.form-block.invalid {
		border-color: #f01d1d;
	}
	.form-note {
		width: 49%;
		float: left;
		font-size: 13px;
		font-size: 13px;
		color: #00843e;
	}
	.form-note.left {
		margin-right: 1%;
		text-align: right;
		padding-top: 8px;
	}
	.form-note.orange {
		color: #f05633;
	}
	button, .btn {
		background: none; border: none;
		background-color: #f05633;
		color: #ffffff;
		font-size: 22px;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		cursor: pointer;
		transition: all 0.3s;
		position: relative;
		outline: none;
		text-align: left;
		padding: 2px 0 0 12px;
	}
	button:hover, .btn:hover {
		background-color: #a2c614;
		text-decoration: none;
	}
	.btn-link {
		color: inherit;
		background-color: #dedede;
		text-decoration: none;
		padding: 4px 12px 0px;
		margin: 10px 0 0;
		font-size: 16px;
		float: left;
		width: auto;
		height: 32px;
	}
	.btn-link:hover {
		color: #ffffff;
		text-decoration: none;
	}
	.btn-link.headlink {
		margin: 84px 10px 0 0;
		font-size: 16px;
	}

	.loader {
	    border: 3px solid #f05633; 
	    border-top: 3px solid #f3f3f3; 
	    border-radius: 50%;
	    width: 24px;
	    height: 24px;
	    animation: spin 1s linear infinite;
	    display: block;
	    position: absolute;
	    left: 10px; top: 7px;
	    display: none;

	}
	.btn-primary:hover .loader,
	.btn-primary:focus .loader,
	.btn-primary:active .loader {
		border: 3px solid #f05633;
		border-top: 3px solid #f3f3f3;
	}
	.btn-primary:hover .loader {
		border: 3px solid #a2c614;
		border-top: 3px solid #f3f3f3;
	}
	@keyframes spin {
	    0% { transform: rotate(0deg); }
	    100% { transform: rotate(360deg); }
	}	
	.results_row {
		display: none;
	}
	.results_row_container { /*min-height: 200px;*/ }

	.bgw {
		background-color: #ffffff;
	}

	@media screen and (max-width: 980px) {

		.top {
			height: 180px;
		}
		h1.top_h1 {
			
		}
		.form-group {
			margin-bottom: 2%;
		}
		.fieldset1 .form-block {
			width: 49.5%;
		}
		.fieldset1 .form-block:nth-child(2n) {
			margin-right: 0;
		}
		.fieldset1 .form-note {
			width: 100%;
		}

	}
	@media screen and (max-width: 800px) {

		.btn-link.headlink {
			margin-top: 40px;
		}
		.btn-link.headlink2 {
			clear: left;	
			margin-top: 10px;
		}

	}
	.show600 { display: none; }
	@media screen and (max-width: 600px) {

		h1.top_h1 {
			
		}
		h1 {
			font-size: 26px;
		}
		.well {
			font-size: 18px;
		}
		.top {
			height: 130px;
		}
		.results_row_container .form-block, .form-block.results_row {
			width: 49.5%;
		}
		.form-block.last, .form-block.results_row.last {
			margin-right: 0;
		}
		.show600 { display: block; }
		.hide600 { display: none; }
		.form-note.left {
			float: none;
			width: 100%;
			margin: 0 0 10px;
		}
		.full600 {
			width: 100%;
			margin-right: 0;
			margin-bottom: 1%;
		}

		.btn-link.headlink {
			clear: right;
			margin-top: 14px;
		}
		.btn-link.headlink2 {
			clear: both;
			margin-top: 10px;
		}


	}
	.show500 { display: none; }
	@media screen and (max-width: 500px) {

		.top {
			height: 100px;
		}
		h1 {
			font-size: 26px;
		}
		.well {
			font-size: 14px;
		}
		.fieldset1 .form-block, .results_row_container .form-block, .form-block.results_row {
			width: 100%;
			margin-right: 0 !important;
			margin-bottom: 1%;
		}
		label.form-block {
			border-color: transparent;
			background: none;
			font-weight: bold;
		}
		.form-note {
			font-size: 13px;
		}
		.hide500 {
			display: none;
		}
		.show500 {
			display: block;
		}
		h4 {
			background-color: transparent;
			color: inherit;
			vertical-align: bottom;
			padding-top: 12px;	
		}

	}
	@media screen and (max-width: 450px) {

		.logo {
			width: 100%;
			height: auto;
		}

	}



/* ===================================================================================================== */
/* ============================================= /FORM ================================================= */
/* ===================================================================================================== */





/* ===================================================================================================== */
/* ============================================= CONTENT =============================================== */
/* ===================================================================================================== */


	.price_table {
		width: 100%;
	}
	.price_table td {
		padding: 0px 4px 0;
		text-align: right;
	}
	.price_table tr:first-child td {
		padding-top: 4px;
	}
	.report_intro {
		font-family: "Georgia", "Times", "Times New Roman", serif;
		line-height: 1.5em;
		font-size: 20px;
		letter-spacing: 0.4px;
	}


/* ===================================================================================================== */
/* ============================================= /CONTENT ============================================== */
/* ===================================================================================================== */



/* ===================================================================================================== */
/* ============================================= FOOTER ================================================ */
/* ===================================================================================================== */


	.supporters {
		text-align: center;
		margin: 80px 0 0;
	}
	.supporters a {

		
	}
	.supporters a img {
		height: 40px;
		display: inline-block;
		margin: 0 25px 50px 25px;
		transition: 0.3s all;
	}
	.supporters a:hover img {
		opacity: 0.6;
	}

	footer {
		padding: 40px 0;
		background-color: #3a3a3a;
		color: #ffffff;
		margin: 70px 0 0;
	}
	footer a {
		color: #f05633;
	}
	.footright {
		float: right;
	}

	@media screen and (max-width: 690px) {
		footer {
			padding: 30px 0 30px;
		}
		.footleft {
			float: left;
			padding-bottom: 4px;
		}
		.footright {
			clear: both;
			float: left;
		}
	}
	@media screen and (max-width: 440px) {

		.supporters a img {
			max-height: 40px;
			height: auto;
			max-width: 40%;
			margin: 0 20px 25px 20px;
		}

	}


/* ===================================================================================================== */
/* ============================================= /FOOTER =============================================== */
/* ===================================================================================================== */
