html {
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Libre Baskerville', serif;
}
h1 {
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 58px;
	margin-bottom: 0;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #006F3C;
}
h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.25px;
	color: #6D6E70;
	margin: 15px 0 0 0;
}
input {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #fffefa;
	border: 1px solid #006F3C;
	padding: 18px;
	margin: 7px 0;
	width: 250px;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;  
    -webkit-border-radius: 0;
}
input[type="submit"]{
	border: none;
	width: 155px;
	padding: 15px;
	margin-top: 15px;
	background-color: #006F3C;
	color: #FFFEFA;
	text-align: left;
	text-transform: uppercase;
}
::-webkit-input-placeholder {
	color: #006F3C;
}
:-moz-placeholder {
	color: #006F3C;
}
::-moz-placeholder {
	color: #006F3C;
}
:-ms-input-placeholder {  
	color: #006F3C;
}
.bkg {
	background-image: url('simple-bkg-image.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: -1;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.content {
	padding-top: 10%;
	padding-bottom: 5%;
	padding-left: 11%;
	overflow: auto;
}
.logo img {
	width: 335px;
	height: auto;
}
.tagline {
	margin-top: 33px;
	color: #FFF;
}
.form-title {
	color: #404041;
}
.bottom {
	margin-top: 50px;
}
.button {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 3px;
	border: 1px solid #FFF;
	padding: 17px;
	float: left;
	cursor: pointer;
	-webkit-transition: background 1s;
    transition: background 1s;
}
.button:hover {
	background: rgba(255,255,255,0.3);
}
.social {
	margin: 10px 20px;
	float: left;
	-webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.social:hover {
	opacity: 0.5;
}
.social img {
	height: 32px;
	width: auto;
}
.cite {
    position: absolute;
    left: 11%;
    bottom: 30px;
    margin: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
}
.cite a {
    color: #FFF;
    text-decoration: none;
}
#form-div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.form-bkg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFFEFA;
}
#form-div .content {
	position: relative;
	z-index: 1000;
	width: 85%;
	padding-top: 0;
}
.mce_inline_error {
	display: inline;
	font-size: 12px;
}
.response {
	width: 80%;
}
#close {
	float: left;
	padding: 50px 50px 5px 50px;
	cursor: pointer;
	opacity: 1;
	position: relative;
	z-index: 100;
	-webkit-transition: opacity 1s;
    transition: opacity 1s;
}
#close:hover {
	opacity: 0.5;
}
#close img {
	height: 19px;
	width: auto;
}
@media screen and (max-width:800px){
	h1 {
		font-size: 20px;
		letter-spacing: .25px;
		line-height: 23px;
	}
	h2 {
		font-size: 14px;
		margin-bottom: 25px;
	}
	h6 {
		font-size: 8px;
		margin-top: 8px;
	}
	input {
		font-size: 9px;
		width: 215px;
		padding: 15px 18px;
	}
	input[type="submit"]{
		font-size: 15px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.form-title {
		color: #404041;
	}
	.content {
		padding-top: 15%;
		padding-left: 10%;
	}
	#form-div .content {
		padding-top: 0;
	}
	.mce_inline_error {
		display: inline-block;
		margin: 5px 0;
	}
	#close {
		float: right;
		padding: 30px 30px 0 30px;
	}
	.logo img {
		width: 200px;
	}
	.tagline {
		margin-top: 8px;
	}
	.bottom {
		margin-top: 20px;
	}
	.button {
		font-size: 8px;
		padding: 12px;
		letter-spacing: 2px;
	}
	.social {
		margin: 7px 16px;
	}
	.social img {
		height: 26px;
	}
}
@media screen and (max-width:500px){
    .cite {
        bottom: 10px;
    }
}
