<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.contact-input .sf-contact_link{
    padding: 0.45em;
    display: inline-block;
    margin-top: 2em;
    width: 125px;
    text-transform: capitalize;
    font-size: 1em;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-align: center;
    margin-right: 1em;
    border-radius:4px;
    border: 2px solid #009760;
    background: #009760;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}

.contact-input .sf-contact_link:hover{
    border: 2px solid #008448;
    background:transparent;
    color: #555;
}

.sf-contact_link:hover,input.Contact_Form_hoog,textarea.Contact_Form_hoog{  
    color: #757272;
}

input.Contact_Form_hoog:focus, textarea.Contact_Form_hoog:focus {
    border:1px solid orange;
}

.contact-input .newsletterlabel{
    font-size: 0.8em;
    line-height: 1.3em;
    vertical-align: top;
    float: left;
    width: 90%;
}

.contact-input .newslettercheckbox{
	float: left;
	width: 5%;
}

.newslettercheckbox{
    display:none;
}

.newsletterlabel{
    display:none;
}

.sf-contact_link{   
    background: #757272;
}

.Contact_Form_hoog_left{
    width:48%;
    margin-right: 2%;
}

.Contact_Form_hoog_right {
    width:50%;
}
.Contact_Form_hoog_right h3{
    margin: 0;
}

.sf-contact_link:hover{   
    background:white;
}

.Contact_Form_hoog_left,.Contact_Form_hoog_right{
    float:left;
}

.contact-input{
    float:left;
    width:100%;
}

input.Contact_Form_hoog,textarea.Contact_Form_hoog{
    float:left;
    width:100%;
    height:40px;
    margin:10px 0px;
    padding:0px 1.5%;
    line-height:40px;
    border:1px solid #ccc;
    background:#efefef;
    font-size:1em;
    font-style:italic;
    box-sizing: border-box;
}

textarea.Contact_Form_hoog{
    min-height:200px;
}

.contact-input label{
    float:left;
    font-size:1.3em;
}

@media screen and (max-width: 700px) {
    .Contact_Form_hoog_left, .Contact_Form_hoog_right {
        width: 100%;
    }
    .Contact_Form_hoog_right{
        margin-top: 40px;
    }
}

</pre></body></html>