html {           
    background-image: none;             
}


body {                              
    background-color: rgba(70, 112, 136, 0);
    color: #ffffff;        
    opacity: 1;                                 
}

h1 {    
    color: #ffffff;    
    font-size: 2.5em;
    margin: 0 0 30px 0;
    padding: 0;           
    font-weight: 300;
    text-align: center;
}

h2 {    
    color: #ffffff;
    text-align: center;    
}

#contactFeedback {     
    color: #ffffff !important;    
}

#contactFormError {
    display: none !important;
}

@media only screen and (min-width: 992px){
    
    #contactForm .form-textarea{
        width: 66.6%;
    }
    
    #contactForm .form-textarea .contactFormClass_textarea{
        height:42px;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    
    #contactForm .form-textarea .contactFormClass_textarea::-webkit-scrollbar{
        display:none; /* Chrome, Safari */
    }
    
    #contactForm .form-button {
        width: 100%;
    }

}
form .is_required {           
    color: rgba(255, 255, 255, 1);
}

#c7n-content {
    padding-top: 0;
    padding-bottom: 0;
    margin: 15vh 0;
    background-color: rgba(244,244,244,0);  
}

form label {      
    color: rgba(255, 255, 255, 0.5);
}

form label.active {      
    color: rgba(255, 255, 255, 0.9);
}

input,
textarea,
select {                            
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);  
    color: #ffffff;         
}  

select:focus
{
  background-color: rgba(70, 112, 136, 1);
}

input:focus,
textarea:focus,
select:focus,
input.active,
textarea.active,
select.active { 
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);         
}   

input[type="submit"] {   
    margin: 0px 0px 0px 0;
}                             

input[type="submit"]:hover ,
input[type="button"]:hover, 
input[type="reset"]:hover { 
    background-color: rgba(255, 255, 255, 1);  
    color: rgba(70, 112, 136, 1);  
}