@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}


.theHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	text-align: center;
	font-size:1px;
	line-height: 1px;
	box-sizing: border-box;
	padding-bottom:100px;
	background-color: #00984b;
	/*
	background-image: url("images/background.png");
	background-position: 50% 0%;
	background-size: 100% auto;
	background-repeat:no-repeat;
	*/
}

.logoHolder {
	position: relative;
	left:0px;
	top:0px;
	width:100%;
	height: calc(100vw * .3);
	display:inline-block;
	background-image: url("images/background_top.png");
	background-position: 50% 0%;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	max-height:730px;
}

.theLogo {
	position:relative;
	left:0px;
	top:40%;
	width: 21%;
	height:auto;
	display:inline-block;
	min-width:293px;
	max-width: 412px;
	transform: translateY(-50%);
}

@media (max-width: 1367px) {
	.logoHolder {
		height: 420px;
		background-size: auto 100%;
	}
	.theLogo {
		top:0px;
		width: 293px;
		transform:none;
		margin-top:75px;
	}
}

@media (max-width: 767px) {
	.logoHolder {
		height: 294px;
		background-position: 35% 0%;
	}
	.theLogo {
		top:0px;
		width: 210px;
		transform:none;
		margin-top:68px;
		min-width:210px;
	}
}

.theHolder h1  {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family: MuseoSans-700;
	color:#FFF;
	font-size: 56px;
	line-height: 1.2;
	margin-top: 1.78em;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height: auto;
	box-sizing: border-box;
	display:inline-block;
}

.theHolder h1 span  {
	font-size: .53em;
	line-height: 1.75;
	display:inline-block;
	margin-top: .4em;
}

@media (max-width: 1810px) {
	.theHolder h1  {
		font-size: 53px;
		line-height: 1.2;
		margin-top: 1.78em;
	}
}

@media (max-width: 1700px) {
	.theHolder h1  {
		font-size: 49px;
		line-height: 1.2;
		margin-top: 1.78em;
	}
}

@media (max-width: 1590px) {
	.theHolder h1  {
		font-size: 46px;
		line-height: 1.2;
		margin-top: 1.78em;
	}
}

@media (max-width: 1480px) {
	.theHolder h1  {
		font-size: 43px;
		line-height: 1.2;
		margin-top: 75px;
	}
}

@media (max-width: 1367px) {
	.theHolder h1  {
		font-size: 40px;
		line-height: 1.2;
		margin-top: 65px;
	}
	.theHolder h1 span  {
		font-size: 21px;
		line-height: 1.75;
		display:inline-block;
		margin-top: .4em;
	}
}

@media (max-width: 767px) {
	.theHolder h1  {
		font-size: 30px;
		line-height: 1.2;
		margin-top: 60px;
		max-width:500px;
	}
	.theHolder h1 span  {
		font-size: 15px;
		line-height: 1.75;
		display:inline-block;
		margin-top: .4em;
	}
	.theHolder h1 .breakHide {
		display:none;
	}
}

.theHolder .leaf {
	position:absolute;
	right:19%;
	bottom:21px;
	width:6%;
	max-width:106px;
	min-width:65px;
}

@media (max-width: 768px) {
	.theHolder .leaf {
		display:none;
	}
}

.theForm {
	margin-top:25px;
	position:relative;
	left:0px;
	top:0px;
	width: calc(100% - 40px);
	height:auto;
	display:inline-block;
	background-color: rgba(255,255,255,1);
	box-sizing:border-box;
	padding-left:20px;
	padding-right:20px;
	padding-top:35px;
	padding-bottom:45px;
	max-width:920px;
	border-radius:20px;
}

.theHolder .subTitle {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family: MuseoSans-500;
	color:#FFF;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 5px;;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height: auto;
	box-sizing: border-box;
	display:inline-block;
	max-width:650px;
	padding-left:10px;
	padding-right:10px;
}