.home-logo {
    width: 200px;
}
.footer-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: none;
    border: none;
}
.footer-bottom {
    background: transparent;
    color: #58585a;
}
body {
    color: #58585a;
}
.home-boxes {
    top: 5%;
}
.footer-bottom .pull-center a {
    color: #58585a;
}
input[type=submit].submit-recaptcha {
    background: #ea1a90;
    border-color: #ea1a90;
    width: auto;
    display: block;
}
.g-recaptcha {
    text-align: left !important;
    width: auto;
    float: left;
    padding-left: 0 !important;
}
input[type=submit].submit-recaptcha:hover {
    background: #58585a;
    border-color: #58585a;
}
.home-boxes form p {
    text-align: left;
    margin: 0 0 10px;
    max-width: 100%;
}
.home-boxes h2 {
    color: #58585a;
    font-size: 35px;
    margin: 20px 0 5px;
}
.home-boxes p {
    color: #58585a;
    max-width: 100%;
    margin: 0 0 10px;
}
@media(max-width: 991px) {
    .hero {
        min-height: 900px;
    }
}
@media only screen and (min-width: 520px) and (max-width: 912px){
.home-boxes p {
    padding-top: 0;
}
}