@import url("https://use.typekit.net/rwn4xxv.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:20px;
	color:##414141;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1240px;
	margin:0px auto;
	padding:0px 30px;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.button {
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #fff;
	text-transform: uppercase;
	background: #0078ff; 
}
p {
	padding-bottom: 15px;
	line-height: 30px;
}
strong {
	font-weight: bold;
}
h1 {
	font-weight: bold;
	font-size: 36px;
	color: #083e64;
	margin-bottom: 20px;
}
h2 {
	font-weight: bold;
	font-size: 36px;
	color: #083e64;
	margin-bottom: 15px;
}
.center {
	text-align: center;
}
.mobile {
	display: none;
}
/* MESSAGE */
	header #message {
		width:100%;
		font-size:24px;
		color:#fff;
		background-color:#20b200;
		padding:20px;
		text-align:center;
		-webkit-transition: .5s;
		transition: .5s;
	}
	header #message a {
		color: #fff;
		text-decoration: underline;
	}
	.good,.bad {
		padding: 20px;
		color: #fff;
		font-size: 22px;
		text-align: center;
	}
	header #message.good {
		background: #20b200;
	}
	header #message.bad {
		background: #ce0000;
	}
/* END MESSAGE */

/* HEADER */
	#header {
		padding: 10px 0;
	}
	#header #header-left {
		width: 35%;
		float: left;
	}
	#header #header-right {
		width: 57%;
		float: left;
		text-align: right;
		margin-left: 8%;
		padding-top: 20px;
	}
	#header #header-right .left,
	#header #header-right .right {
		width: 50%;
		float: left;
		text-align: left;
	}
	#header #header-right .left {
		padding-left: 60px;
		background: transparent url('../../Assets/Images/pdf-icon.jpg') 0 80% no-repeat;
	}
	#header #header-right .right a {
		padding-left: 45px;
		background: transparent url('../../Assets/Images/facebook-icon.jpg') 0 100% no-repeat;
		background-size: 40px;
	}
	#header #header-right .right a.globe {
		background: transparent url('../../Assets/Images/globe-icon.jpg') 4px 100% no-repeat;
		background-size: 35px;
	}
	#header #header-right a {
		font-size: 17px;
		display: block;
		color: #000;
		padding: 7px;
	}
/* END HEADER */

/* MAIN */
	main {}
	/* BLOCK 1 */
		main #block1 {
			background: #c9ecf6;
			padding: 20px;
			position: relative;
		}
		main #block1 .container #float {
			position: absolute;
			top: -70px;
			right: -20px;
		}
		main #block1 .container h1 {
			max-width: 50%;
		}
		main #block1 .container span {
			display: block;
		}
	/* END BLOCK 1 */
	/* BLOCK 2 */
		main #block2 {
			padding: 20px 0;
		}
		main #block2 h2 {
			text-align: center;
		}
		main #block2 #columns {
			margin: 0 10%;
			padding: 20px 0;
		}
		main #block2 .left {
			width: 46%;
			margin: 0 4% 0 0;
			float: left;
		}
		main #block2 .right {
			width: 46%;
			margin: 0 0 0 4%;
			float: left;
		}
		main #block2 .left p,
		main #block2 .right p {
			padding: 20px 0 20px 110px;
			background: transparent url('../../Assets/Images/maintain.jpg') 0 0 no-repeat;
		}
		main #block2 .left p.foster {
			background: transparent url('../../Assets/Images/foster.jpg') 0 17px no-repeat;
		}
		main #block2 .left p.preserve {
			background: transparent url('../../Assets/Images/preserve.jpg') 0 20px no-repeat;
		}
		main #block2 .right p.conserve {
			background: transparent url('../../Assets/Images/conserve.jpg') 0 0px no-repeat;
		}
		main #block2 .right p.support {
			background: transparent url('../../Assets/Images/support.jpg') 0 23px no-repeat;
		}
		main #block2 .right p.advance {
			margin-top: 10px;
			background: transparent url('../../Assets/Images/advance.jpg') 0 0px no-repeat;
		}
	/* END BLOCK 2 */
	/* BLOCK 3 */
		main #block3 {
			background: #083e64;
			padding: 20px 0;
		}
		main #block3 h2 {
			color: #fff;
			text-align: center;
		}
		main #block3 p {
			color: #fff;
			text-align: center;
		}
		/* FORM */
			main #block3 #form { }
			main #block3 #form .left,
			main #block3 #form .right {
				width: 44%;
				margin: 1% 3%;
				float: left;
			}
			main #block3 form input,
			main #block3 form select,
			main #block3 form textarea {
				font-family: myriad-pro, sans-serif;
				font-size: 20px;
				margin-bottom: 10px;
				width: 100%;
				padding: 10px;
				border: 1px solid #999;
				background: #fff;
			}
			main #block3 form textarea {
				min-height: 274px;
			}
			main #block3 input[type=submit] {
				color: #fff;
				padding: 10px 20px;
				border: 1px solid #fff;
				text-transform: uppercase;
				background: #1a73e8; 
				max-width: 200px;
				cursor: pointer;
				font-size: 22px;
			}
			main #block3 input[type=submit]:hover {
				background: #4573b7;
			}
			main #block3 form .g-recaptcha {
				display: inline-block;
			}
		/* END FORM */
	/* END BLOCK 3 */
/* END MAIN */

/* FOOTER */
	footer {
		padding: 20px;
	}
/* END FOOTER */

@media (max-width:1270px) {
	main #block1 .container #float img {
		max-width: 600px;
	}
}
@media (max-width:1200px) {
	main #block1 .container #float img {
		max-width: 550px;
	}
	main #block1 .container span.b6,
	main #block1 .container span.b7 {
		display: inline;
	}
	main #block1 p img {
		max-height: 250px;
	}
	#header #header-right {
		width: 60%;
		margin-left: 5%;
	}
@media (max-width:1140px) {
	main #block1 .container #float img {
		max-width: 500px;
	}
}
@media (max-width:1100px) {
	#header #header-right .left {
		background: transparent url('../../Assets/Images/pdf-icon.jpg') 0 50% no-repeat;
	}
	main #block1 .container #float {
		top: -60px;
	}
	main #block1 .container #float img {
		max-width: 450px;
	}
	main #block1 .container span.b4,
	main #block1 .container span.b5 {
		display: inline;
	}
	main #block2 #columns {
		margin: 0 0;
		padding: 20px 0;
	}
}
@media (max-width:1050px) {
	h1 {
		font-size: 30px;
	}
	main #block1 .container #float {
		top: -50px;
	}
	main #block1 .container #float img {
		max-width: 410px;
	}
}
@media (max-width:1000px) {
	#header #header-right .right a {
		background: transparent url('../../Assets/Images/facebook-icon.jpg') 0 60% no-repeat;
		background-size: 40px;
	}
	main #block1 .container #float {
		top: -40px;
	}
	main #block1 .container #float img {
		max-width: 360px;
	}
	main #block1 p img {
		max-height: 200px;
	}
}
@media (max-width:950px) {
	#header #header-left {
		padding: 20px 0 0 20px;
	}
	#header #header-right .left, 
	#header #header-right .right {
		width: 100%; 
	}
	#header #header-right {
		width: 40%;
		margin-left: 25%;
	}
	main #block1 .container h1 {
		max-width: 100%;
		width: 100%;
	}
	main #block1 .container #float {
		display: none;
	}
	main #block1 .container span.b1,
	main #block1 .container span.b2,
	main #block1 .container span.b3 {
		display: inline;
	}
	main #block2 .left p, 
	main #block2 .right p {
		font-size: 18px;
	}
}
@media (max-width:900px) {
	.mobile {
		display: block;
		padding: 10px 0;
	}
	#header #header-left {
		width: 100%;
		text-align: center;
		padding: 20px 0;
		margin: 0;
	}
	#header #header-right {
		width: 86%;
		margin: 0 7%;
		text-align: center;
		padding: 20px 0;
	}
	#header #header-right .right a {
		padding-left: 67px;
	}
	main #block1 .container {
		padding: 0; 
	}
	main #block1 p img {
		max-height: 1000px;
	}
	main #block2 .left, 
	main #block2 .right {
		width: 100%;
		margin: 0;
		padding: 0px 0;
	}
	main #block2 .left p,
	main #block2 .right p {
		padding: 20px 0 20px 90px;
		background: transparent url('../../Assets/Images/maintain.jpg') 0 20px no-repeat;
		background-size: 75px;
		min-height: 80px;
	}
	main #block2 .left p.foster {
		background: transparent url('../../Assets/Images/foster.jpg') 0 20px no-repeat;
		background-size: 75px;
	}
	main #block2 .left p.preserve {
		background: transparent url('../../Assets/Images/preserve.jpg') 0 20px no-repeat;
		background-size: 75px;
	}
	main #block2 .right p.conserve {
		background: transparent url('../../Assets/Images/conserve.jpg') 0 20px no-repeat;
		background-size: 75px;
	}
	main #block2 .right p.support {
		background: transparent url('../../Assets/Images/support.jpg') 0 20px no-repeat;
		background-size: 75px;
	}
	main #block2 .right p.advance {
		margin-top: 0px;
		background: transparent url('../../Assets/Images/advance.jpg') 0 20px no-repeat;
		background-size: 75px;
	}
	main #block3 #form .left,
	main #block3 #form .right {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}