.footerlist ul li{word-break: break-word;}
.footerlist ul{list-style-type: none;}
@media screen and (max-width: 839px) {
#mailpoet_form_2 .mailpoet_submit {
    margin-top: 10px !important;
}
#mailpoet_form_2 .mailpoet_form_column:not(:first-child) {
    padding: 0 !important;
}
}
.divisionhover h2 a:hover{text-decoration:none; color: #e95500 !important;}

.wpcf7 input[type=submit]{
    background: #333;  
    color: #f7f7f7;
    transition: all .5s;
border-color: #333;
}
.wpcf7 input:hover[type=submit] {
    color: #333;
    background-color: #f7f7f7;
    border-color: #333;
}