.omfdi {
    margin-top: 2.5em !important;
    margin-bottom: 3.5em !important;
}

.omfdi h1 {
    font-size: 2.7em;
    line-height: 1.5;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.omfdi h1 a {
    color: #ed1c24;
}

.omfdi img {
    width: 350px;
    margin-bottom: 0.5em;
}

.vtg-form-bg {
    background-color: #f2f2f2;
    margin-top: 2em;
}

.vtg-form {
    padding: 2em;
}

.vtg-form label {
    font-size: .8em;
    line-height: 1.2;
    margin-bottom: .1em;
}

.vtg-form input,
.vtg-form textarea {
    margin-bottom: 1em;
}

.vtg-form input[type=text],
.vtg-form input[type=email],
.vtg-form input[type=submit] {
    height: 40px;
}

.vtg-form input[type=text],
.vtg-form input[type=email],
.vtg-form select,
.vtg-form textarea {
    display: block;
    width: 100%;
    font-size: .75rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.2;
    color: #000000;
    background-color: #e4e4e4;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0;
}

.vtg-form input[type="submit"] {
    background-color: #ed1c24;
    text-decoration: none;
    color: #fff;
    height: 35px;
    font-size: 0.75rem;
    text-transform: uppercase;

    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 0;
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
    .omfdi img {
        width: 150px;
    }
}

@media (min-width:768px) {
    .vtg-form-bg {
        margin-left: 2.5em;
    }

    .omfdi img {
        width: 350px;
        margin-bottom: 2.5em;
    }

    .omfdi p {
        line-height: 1.5;
    }
}

@media (max-width:767px) {}

@media (max-width:539px) {
    .omfdi img {
        width: 100%;
    }
}