body {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.branding h1 img {
	display: block;
}
.branding h1 {
	margin: 20px 0;
}
.hompage-wrapper {
	background: url('../images/banner.png') no-repeat center -15px /cover;
	height: 100%;
	position: relative;
}
.home-caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
.home-caption h2 {
	font-size: 31px;
	line-height: 40px;
	margin: 0;
	padding-bottom: 30px;
}
.home-caption p {
	font-size: 25px;
	line-height: 22px;
	margin: 0;
	padding-bottom: 15px;
}
.home-caption span {
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin: 0;
}
.home-caption form {
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 55%;
}
.home-caption input[type="text"] {
	border: 1px solid #dbdbdb;
	height: 60px;
	width: 80%;
	line-height: 60px;
	padding: 0 0 0 15px;
	color: #242525;
	font-size: 20px;
	font-weight: 100;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	float: left;
	display: inline-block;
}
.green-submit-button {
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	margin: 0 auto;
	padding: 0 5px;
	vertical-align: top;
	width: 20%;
	height: 60px;
	line-height: 60px;
	background: #0EADB3;
	border: 1px solid #0EADB3;
	float: left;
	display: inline-block;
}
footer {
	text-align: center;
	background: #111;
	padding: 15px 0;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 0;
}
.footer-text {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}
.footer-text p {
	margin: 0;
	padding: 0;
}
.footer-text a, .footer-text a:hover, .footer-text a:active {
	color: #fff;
	text-decoration: none;
}
@media (max-width:980px) {
	.home-caption form {
		width: 80%;
	}
	.branding h1 img {
		width: 20%;
	}
}
@media (max-width:767px) {
	.home-caption span {
		font-size: 14px;
		line-height: 15px;
	}
	.home-caption p {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 10px;
	}
	.home-caption h2 {
		font-size: 24px;
		line-height: 35px;
		padding-bottom: 10px;
	}
	.home-caption form {
		width: 100%;
	}
	.home-caption input[type="text"] {
		height: 45px;
		width: 78%;
		line-height: 45px;
		font-size: 14px;
	}
	.green-submit-button {
		width: 22%;
		height: 45px;
		line-height: 45px;
		font-size: 13px;
	}
	.footer-text {
		font-size: 12px;
	}
}

.login{
	color: #bfbfbf;
    float: right;
    position: relative;
    top: -16px;
    display: inline;
    top: -23px;
}