html,
body {
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0);
    height: auto;
    font-size: 15px;
    font-family: 'Roboto', 'sans-serif';
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 300;
}

#cookie-note,
#cookie-note.c7n-loaded {
    display: none !important;
    opacity: 0 !important;
}


#c7n-content {
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    position: relative;
    display: block;
}

fieldset {
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0);
}

h1, h2, h3, h4 {
    font-weight: 300;
    font-family: 'Oswald', 'sans-serif';
    color: #ffffff;
}

#c7n-content a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,1);
}

#c7n-content a:hover {
    border-bottom: 1px solid rgba(255,255,255,0.66);
    color: rgba(255,255,255,0.66);
}

.clx-form-error-msg, 
#contactFormCaptchaError {
    color: rgba(255,255,255,1) !important;
    margin-bottom: 15px;
}

.clx-contact-form-field {
    padding-bottom: 15px;
}

.clx-contact-form-field.clx-buttons {
    padding-bottom: 0;
}

.clx-contact-form-label {
    color: #ffffff;
}

.clx-is-required {
    color: #ffffff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(151, 196, 82);
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgb(151, 196, 82);
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgb(151, 196, 82);
}
:-moz-placeholder { /* Firefox 18- */
    color: rgb(151, 196, 82);
}