/* Pad top of body to make room for the fixed header */
body {
  padding-top: var(--nav-height, 88px);
}

.confirmation-page .rfwf-full-panel.rfwf-discount-code .row {
    display: none;
}

.cfp-confirmation-details .rfwf-full-panel .rfwf-discount-code {
    display: none;
}

.cfp-confirmation-form .rf-read-only .readOnly-value{
height: auto;
}
