html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

#topnav {
  display:none;
}

/* Request Quote Contact Form - Add class to Gravity Forms, Form Settings */
.gform_wrapper.gravity-theme .request-quote,
.gform_wrapper.gravity-theme .request-quote input[type=email],
.gform_wrapper.gravity-theme .request-quote input[type=number],
.gform_wrapper.gravity-theme .request-quote input[type=password],
.gform_wrapper.gravity-theme .request-quote input[type=reset],
.gform_wrapper.gravity-theme .request-quote input[type=search],
.gform_wrapper.gravity-theme .request-quote input[type=tel],
.gform_wrapper.gravity-theme .request-quote input[type=text],
.gform_wrapper.gravity-theme .request-quote input[type=url],
.gform_wrapper.gravity-theme .request-quote select,
.gform_wrapper.gravity-theme .request-quote textarea {
    background-color: #fff;
    border-radius: 2px;
    height: inherit
}

.gform_wrapper.gravity-theme .request-quote .gform_footer input {
    border-radius: 0;
    font-weight: bold;
    width: 100%;
}

.gform_wrapper.gravity-theme .request-quote .gform_footer input:hover {
    background-color: #000;
    color: #fff;
}

.gform_wrapper.gravity-theme .request-quote .gform_validation_errors {
    margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .request-quote .validation_message {
    display: none;
}

.gform_wrapper.gravity-theme .request-quote .gform_confirmation_message {
    font-size: 20px;
    line-height: 28px;
    padding: 20px 0 40px;
}