@charset "utf-8";
/** Contact Form **/

div.cfContainer {
width:95%;
font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
}

div.cfContainer h2 {
clear:right;
padding:1em 0;
}

div.cfElement {
padding:0.5em;
clear:right;
}
div.cfElement label.cfCaption {
width:25%;
float:left;
font-size:15px;
font-weight: 400;
}
div.cfElement input.cfTextField, div.cfElement input.cfCounter, div.cfElement textarea {
width:74%;
float:right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.cfElement input.cfCounter {
border:none;
background:transparent;
}
div.cfEmail {
clear:right;
width:74%;
float:right;
font-size:0.9em;
color: #c0c0c0;
}

div.cfContainer div.cfElement ul.cfRecList
{
padding:0; margin:0;
width:74%;
float:right;
list-style:none;
}

.contentArea div.cfElement ul.cfRecList li {
padding:0; margin:0;
list-style:none;
display:block;
}
.contentArea div.cfElement ul.cfRecList li label.contentArea {
padding:0 0 0.5em 0;
list-style:none;
}
div.cfContainer div.cfElement ul.cfRecList li input{
margin:0.25em 0.5em 1em 0;
}

div.cfElement button {
float:right;
padding: 1em;
text-transform: uppercase;
}

#contentBody p, div, h1, h2, cfCaption {
    font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight:400;
}
/** Contact Form TERMINATOR **/
