.acc-table.three-col th {
    width: 33.3% !important;
}

#mobile-contact-select {
    display: none;
    box-sizing: border-box;
    width: 100% !important;
    height: 40px;
    margin: 8px 0 11px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    outline: none;
}

@media screen and (max-width:991px) {
    
    .mobile-select-wrap {
        padding: 0 20px;
        width: 100%;
        margin-bottom: -30px;
    }

    #mobile-contact-select {
        display: block;
    }

    #mktoForm_3920 .mktoFormRow {
        width: 100% !important;
    }

    #contact-interested .type-option {
        visibility: hidden;
        opacity: 0;
        height: 1px;
        width: 1px;
    }
}

.grid-sizer {
    float:left !important;
}