input, select {
margin-bottom: 8px;
}

input, select, textarea {
box-sizing: border-box;
outline: none;
}
input[type="text"] {
-webkit-appearance: none;
appearance: none;
}

#lastname { display: none; } 

.other { 
display: none;
padding: 10px;
background-color: #dfb6b6;
}
.other label {
color: black;
}
.otherField {
width: 98%;
padding: 3px;
font-size: 19px;
color: black;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
background-color: white;
border: #ac8c8c 1px solid;
}
.otherField:focus {
color: #773939;
font-size: 19px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
border: black 1px solid;
background-color: white;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

.spamArea {
display: block;
margin-top: 12px;
}
.spamArea img {
display: block;
clear: both;
width: 89px;
height: auto;
float: left;
margin-right: 15px;
}

h3 {
font-family: 'Francois One', sans-serif;
font-size: 29px;
color: #8d060a;
text-decoration: none;
font-weight: normal;
margin: 15px 0;;
}
label {
text-align: left;
margin-top: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
color: #515050;
text-decoration: none;
font-weight: 700;
}

.row {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
padding: 0;
margin: 0;
}
.column1 {
display: block;
width: 49%;
box-sizing: border-box;
overflow: hidden;
float: left;
padding: 15px 0;
min-height: 335px;
}
.column1 i.fa {
display: inline-block;
font-size: 12px;
vertical-align: super;
color: #8d060a;
}
.column2 {
display: block;
width: 49%;
box-sizing: border-box;
overflow: hidden;
float: right;
padding: 15px 0;
clear: right;
min-height: 335px;
}
.column2 i.fa {
display: inline-block;
font-size: 12px;
vertical-align: super;
color: #8d060a;
}

.resultMessage {
display: block;
color: #d02133; 
font-size: 24px;
font-weight: bold;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
}

.fields {
width: 98%;
padding: 3px;
font-size: 19px;
color: #2b2b2b;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
background-color: white;
border: #c7c6c6 1px solid;
}
.fields:focus {
color: #8d060a;
font-size: 19px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
border: black 1px solid;
background-color: #f1f1f1;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}
.fieldsShort {
width: 250px;
padding: 3px;
font-size: 19px;
color: #2b2b2b;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
background-color: white;
border: #c7c6c6 1px solid;
}
.fieldsShort:focus {
color: #8d060a;
font-size: 19px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
border: black 1px solid;
background-color: #f1f1f1;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}
.taField {
width: 98%;
height: 155px;
padding: 3px;
font-size: 19px;
color: black;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
background-color: white;
border: #ac8c8c 1px solid;
}
.taField:focus {
color: #773939;
font-size: 19px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
border: black 1px solid;
background-color: white;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}
.fieldsSpam {
margin-top: 2px;
width: 150px;
padding: 3px;
font-size: 19px;
color: #2b2b2b;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
background-color: white;
border: #c7c6c6 1px solid;
}
.fieldsSpam:focus {
color: #8d060a;
font-size: 19px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
border: black 1px solid;
background-color: #317ccf;
background-color: #f1f1f1;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}
span.fill {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #434343;
}
span.smallText {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #434343;
}
span.url {
display: inline-block;
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 22px;
font-weight: 800;
color: black;
margin-right: 2px;
}
.urlField {
width: 250px;
padding: 3px;
font-size: 19px;
color: #2b2b2b;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
background-color: white;
border: #c7c6c6 1px solid;
}
.urlField:focus {
color: #8d060a;
font-size: 19px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
border: black 1px solid;
background-color: #317ccf;
background-color: #f1f1f1;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

.submitForm {
font-family: 'Open Sans', sans-serif;
color: white;
font-size: 19px;
padding: 8px;
width: 200px;
border: black 1px solid;
background-color: black;
margin-bottom: 2px;
}
.submitForm:hover {
font-family: 'Open Sans', sans-serif;
cursor: pointer;
color: white;
border: #8d060a 1px solid;
background-color: #8d060a;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}
input[type=submit] {
font-family: 'Open Sans', sans-serif;
color: white;
font-size: 20px;
padding: 8px;
width: 200px;
border: black 1px solid;
background-color: black;
margin-bottom: 2px;
}
input[type=submit]:hover {
font-family: 'Open Sans', sans-serif;
cursor: pointer;
color: white;
border: #8d060a 1px solid;
background-color: #8d060a;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

@media screen and (max-width: 700px) {
	.column1 {
	width: 99%;
	float: none;
	padding: 10px;
	min-height: initial;
	clear: both;
	}
	.column2 {
	width: 99%;
	float: none;
	padding: 10px;
	min-height: initial;
	clear: both;	
	}
}