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

html{
	margin:0;
	padding:0;
    background-color: transparent;
	font-family: "fira-sans";
}
.bg{
	position:fixed;
	top:0;
	left:0;
		background-image:url('img/bg2.jpg');
	background-size:cover;
	background-position:center;
	height:100%;
	width:100%;
	z-index:-1;
}
img.logo {
    width: 150px;
    height: auto;
}
.header {
    margin: 50px 50px 20px;
    text-align: center;
}
.content {
    text-align: center;
}
h1{
    font-weight: 100;
    font-size: 100px;
    letter-spacing: 0px;
    margin: 0 0 30px 0px;
    color: #fff;
}
h2 {
    color: #f9f9f9;
    font-size: 22px;
    margin: 10px 0 0;
    font-weight: normal;
}
p {
font-size: 18px;
    margin: 5px 0;
    color: #fff;
}
.footer {
    text-align: center;
    margin: 50px 0;
}
#emf-form input {
    padding: 7px 15px;
    border: 1px solid #817c32;
	width: 100%;
}
#emf-form li.highlight-field, #emf-container .emf-field-list tbody tr:hover, #emf-container .emf-field-grid tbody tr:hover {
    background-color: transparent;
    background-image: none;
}
#emf-form.leftLabel label.emf-label-desc, #emf-form.rightLabel label.emf-label-desc {
    float: left;
    width: 34%;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
}.rc-anchor-light {
    background: rgba(0,0,0,0.5);
    color: #000;
}
input#element_8 {
    width: 50px;
}
#emf-form input[type="submit"] {
    background-color: #827c31;
    padding: 10px;
    height: 37px;
    width: 100px;
    float: right;
    color: #fff;
    font-size: 14px;
}
iframe#auto_size_iframe_a26IEOlf3dSxa {
    margin-top: 30px;
}
div#recaptcha_placeholder {
    text-align: right;
    float: right;
    margin: 20px 0;
}
div#emf-container {
    background-color: rgba(224, 138, 111, 0.6);
    padding: 30px 30px 50px;
}
