/*
Name: Build 26
Org: Microsoft
*/
.min-xxs-block {
  display: none !important;
}
@media (min-width: 375px) {
  .min-xxs-block {
    display: block !important;
  }
}

.min-xxs-flex {
  display: none !important;
}
@media (min-width: 375px) {
  .min-xxs-flex {
    display: flex !important;
  }
}

.max-xxs-block {
  display: none !important;
}
@media (max-width: 374px) {
  .max-xxs-block {
    display: block !important;
  }
}

.max-xxs-flex {
  display: none !important;
}
@media (max-width: 374px) {
  .max-xxs-flex {
    display: flex !important;
  }
}

.min-xs-block {
  display: none !important;
}
@media (min-width: 501px) {
  .min-xs-block {
    display: block !important;
  }
}

.min-xs-flex {
  display: none !important;
}
@media (min-width: 501px) {
  .min-xs-flex {
    display: flex !important;
  }
}

.max-xs-block {
  display: none !important;
}
@media (max-width: 500px) {
  .max-xs-block {
    display: block !important;
  }
}

.max-xs-flex {
  display: none !important;
}
@media (max-width: 500px) {
  .max-xs-flex {
    display: flex !important;
  }
}

.min-sm-block {
  display: none !important;
}
@media (min-width: 769px) {
  .min-sm-block {
    display: block !important;
  }
}

.min-sm-flex {
  display: none !important;
}
@media (min-width: 769px) {
  .min-sm-flex {
    display: flex !important;
  }
}

.max-sm-block {
  display: none !important;
}
@media (max-width: 768px) {
  .max-sm-block {
    display: block !important;
  }
}

.max-sm-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .max-sm-flex {
    display: flex !important;
  }
}

.min-md-block {
  display: none !important;
}
@media (min-width: 1024px) {
  .min-md-block {
    display: block !important;
  }
}

.min-md-flex {
  display: none !important;
}
@media (min-width: 1024px) {
  .min-md-flex {
    display: flex !important;
  }
}

.max-md-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .max-md-block {
    display: block !important;
  }
}

.max-md-flex {
  display: none !important;
}
@media (max-width: 1023px) {
  .max-md-flex {
    display: flex !important;
  }
}

.min-lg-block {
  display: none !important;
}
@media (min-width: 1201px) {
  .min-lg-block {
    display: block !important;
  }
}

.min-lg-flex {
  display: none !important;
}
@media (min-width: 1201px) {
  .min-lg-flex {
    display: flex !important;
  }
}

.max-lg-block {
  display: none !important;
}
@media (max-width: 1200px) {
  .max-lg-block {
    display: block !important;
  }
}

.max-lg-flex {
  display: none !important;
}
@media (max-width: 1200px) {
  .max-lg-flex {
    display: flex !important;
  }
}

.min-xl-block {
  display: none !important;
}
@media (min-width: 1401px) {
  .min-xl-block {
    display: block !important;
  }
}

.min-xl-flex {
  display: none !important;
}
@media (min-width: 1401px) {
  .min-xl-flex {
    display: flex !important;
  }
}

.max-xl-block {
  display: none !important;
}
@media (max-width: 1400px) {
  .max-xl-block {
    display: block !important;
  }
}

.max-xl-flex {
  display: none !important;
}
@media (max-width: 1400px) {
  .max-xl-flex {
    display: flex !important;
  }
}

.min-xxl-block {
  display: none !important;
}
@media (min-width: 1601px) {
  .min-xxl-block {
    display: block !important;
  }
}

.min-xxl-flex {
  display: none !important;
}
@media (min-width: 1601px) {
  .min-xxl-flex {
    display: flex !important;
  }
}

.max-xxl-block {
  display: none !important;
}
@media (max-width: 1600px) {
  .max-xxl-block {
    display: block !important;
  }
}

.max-xxl-flex {
  display: none !important;
}
@media (max-width: 1600px) {
  .max-xxl-flex {
    display: flex !important;
  }
}

.min-xxxl-block {
  display: none !important;
}
@media (min-width: 1920px) {
  .min-xxxl-block {
    display: block !important;
  }
}

.min-xxxl-flex {
  display: none !important;
}
@media (min-width: 1920px) {
  .min-xxxl-flex {
    display: flex !important;
  }
}

.max-xxxl-block {
  display: none !important;
}
@media (max-width: 1919px) {
  .max-xxxl-block {
    display: block !important;
  }
}

.max-xxxl-flex {
  display: none !important;
}
@media (max-width: 1919px) {
  .max-xxxl-flex {
    display: flex !important;
  }
}

:root {
  --ms-main-font: "Segoe Sans", sans-serif;
  --rf-comp-button-font-weight: 600;
  --rf-brand-font-family-heading: var(--ms-main-font);
  --rf-brand-font-family: var(--ms-main-font) !important;
  --ms-pure-white: #fff;
  --ms-off-white: #f43f5;
  --ms-warm-white: #fff8f3;
  --ms-light-gray: #d9d9d6;
  --ms-cool-gray: #b1b3b3;
  --ms-dark-gray: #454142;
  --ms-warm-light-gray: #e8e6df;
  --ms-mid-gray: #d7d2cb;
  --ms-warm-gray: #8c8279;
  --ms-blue-black: #091f2c;
  --ms-pure-black: #000;
  --ms-brown-black: #291817;
  --ms-light-brown: #e1d3c7;
  --ms-brown: #bf9474;
  --ms-dark-brown: #5c4738;
  --ms-light-yellow: #ffe399;
  --ms-yellow: #ffb900;
  --ms-dark-yellow: #7f5a1a;
  --ms-light-orange: #ffa38b;
  --ms-orange: #ff5c39;
  --ms-dark-orange: #73391d;
  --ms-light-red: #ffb3bb;
  --ms-red: #f4364c;
  --ms-dark-red: #73262f;
  --ms-light-magenta: #d59ed7;
  --ms-magenta: #c03bc4;
  --ms-dark-magenta: #702573;
  --ms-light-purple: #c5b4e3;
  --ms-purple: #8661c5;
  --ms-dark-purple: #463668;
  --ms-light-blue: #8dc8e8;
  --ms-lighter-blue: #b1ddf5;
  --ms-blue: #0078d4;
  --ms-dark-blue: #2a446f;
  --ms-darker-blue: #1a2a43;
  --ms-light-teal: #b9dcd2;
  --ms-lighter-teal: #d1ece4;
  --ms-teal: #49c5b1;
  --ms-dark-teal: #225b62;
  --ms-darker-teal: #1a2a43;
  --ms-light-green: #d4ec8e;
  --ms-green: #8de971;
  --ms-dark-green: #07641d;
  --ms-danger: #d83b01;
  --ms-expanded-red: #b32e3d;
  --ms-expanded-blue: #155ea1;
  --ms-new-dark-blue: #0251c3;
  --ms-new-darker-blue: #0f2e74;
  --ms-smec-dark-blue: #005a9e;
  --ms-smec-light-blue: #c3e5fe;
  --ms-smec-light-green: #b6e7df;
  --ms-smec-green: #56b8c4;
  --ms-smec-transparent-dark: rgb(10 17 27 / 80);
  --ms-gradient-light-linear: linear-gradient(90.26deg, rgb(255 255 255 / 90%) -0.2%, rgb(195 255 254 / 90%) 99.77%);
  --ms-gradient-regular-linear: linear-gradient(90deg, #49c5b1 0%, #8dc8e8 100%);
  --ms-gradient-light-radial: radial-gradient(54.88% 159.86% at 45.12% 50%, #c3e5f6 0%, #b8f1e6 100%);
  --ms-drop-shadow-default: 0 13px 14.3px 0 #00000040;
  --ms-focus-style: 3px solid var(--ms-blue);
  --glass-container-background: rgb(21 34 55 / 50%);
  --glass-container-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  --glass-container-input-border-color: #737373;
  --glass-container-input-placeholder-color: var(--ms-darker-blue);
  --rf-comp-input-color-border: var(--glass-container-input-border-color);
  --rf-comp-input-color-placeholder: var(--glass-container-input-placeholder-color);
  --rf-comp-input-color-asterisk: var(--ms-danger);
  --rf-comp-link-color: var(--ms-expanded-blue);
  --rf-comp-button-primary-hover-color-background: var(--ms-blue);
  --rf-comp-link-hover-color: var(--ms-blue);
  --rf-comp-link-font-decoration: underline;
  --rf-comp-dropdown-action-color-on-background: var(--ms-pure-black);
  --rf-brand-elevation-focus-indicator-shadow: 0 0 0 2px var(--ms-pure-black), 0 0 0 4px var(--ms-blue) !important;
  --ms-max-container-width: 1600px;
  --ms-vertical-spacing: 80px;
  --glass-container-max-width: 1600px;
  --glass-container-padding-inline: 80px;
  --glass-container-padding-block-start: 80px;
  --glass-container-padding-block-end: 105px;
  --glass-container-margin-block: 160px;
  --glass-container-margin-inline: 4%;
  --glass-container-radius: 20px;
  --glass-container-narrow-width: 736px;
  --glass-container-narrow-margin-inline: auto;
  --glass-container-inner-content-max-width: 1400px;
  --rf-brand-font-size: 15px !important;
  --rf-comp-button-space-padding: 10px 16px;
  --rf-comp-button-font-size: 15px;
  --rf-comp-input-shape-radius: 0;
}
@media (max-width: 1200px) {
  :root {
    --ms-vertical-spacing: 56px;
  }
}
@media (max-width: 768px) {
  :root {
    --ms-vertical-spacing: 32px;
    --glass-container-padding-inline: 4%;
    --glass-container-padding-block-start: 4%;
    --glass-container-padding-block-end: 4%;
  }
}
@media (max-width: 500px) {
  :root {
    --ms-vertical-spacing: 56px;
    --glass-container-narrow-margin-inline: 4%;
  }
}

@font-face {
  font-family: "Segoe Sans";
  src: url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/SegoeSans_1729612105982001IGbg.woff2") format("woff2"), url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/SegoeSans_1729612105816001ITk1.woff") format("woff"), url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/SegoeSans_1729612106354001Ij8O.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ".";
  src: url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/af5c730f9a6704085d0bd154f96009ee_1729612105771001IoVt.woff2") format("woff2"), url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/af5c730f9a6704085d0bd154f96009ee_1729612105617001Iutq.woff") format("woff"), url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/af5c730f9a6704085d0bd154f96009ee_1729612106146001I918.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ".";
  src: url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/a7e018ff1d48e5fc462dc46d37d24e00_1729612105534001IL3C.woff2") format("woff2"), url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/a7e018ff1d48e5fc462dc46d37d24e00_1729612105366001IwyJ.woff") format("woff"), url("https://static.rainfocus.com/microsoft/tc25/static/staticfile/staticfile/a7e018ff1d48e5fc462dc46d37d24e00_1729612106031001IeCX.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* RF Buttons */
*,
*::after,
*::before {
  box-sizing: border-box;
}

body.rf-body {
  background-image: var(--glass-container-base-layer-background);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-color: var(--base-background-color, #0a111a);
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
body.rf-body #rf-content {
  flex: 1;
}
body.rf-body #uhf-footer {
  margin-block-start: 0;
}
body.rf-body:has(.custom-form-content) {
  --glass-container-max-width: var(--glass-container-narrow-width);
  --glass-container-margin-inline: var(--glass-container-narrow-margin-inline);
}
body.rf-body:has(.custom-form-content) #special-div {
  height: auto;
}
body.rf-body:has(.use-full-background-image) {
  height: 100%;
}
body.rf-body:has(.use-full-background-image) .page-builder-display-reset {
  background: transparent;
}
body.rf-body:has(.ms-general-page), body.rf-body:has(#contact-info), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page), body.rf-body:has(.rfwf-panel-interior > .return-action), body.rf-body:has(h1 + .rf-table-container), body.rf-body:has(.exhibitor-pass-management-table), body.rf-body:has(.form-stepper-container), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration), body.rf-body:has(.meeting-program), body.rf-body:has(.nomination-form-page), body.rf-body:has(.add-nomination-email), body.rf-body:has(.mobile-meeting-check-in), body.rf-body:has(#cfp-home-page) {
  height: 100%;
}
body.rf-body:has(.ms-general-page) .page-builder-display-reset, body.rf-body:has(#contact-info) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .page-builder-display-reset, body.rf-body:has(.rfwf-panel-interior > .return-action) .page-builder-display-reset, body.rf-body:has(h1 + .rf-table-container) .page-builder-display-reset, body.rf-body:has(.exhibitor-pass-management-table) .page-builder-display-reset, body.rf-body:has(.form-stepper-container) .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .page-builder-display-reset, body.rf-body:has(.meeting-program) .page-builder-display-reset, body.rf-body:has(.nomination-form-page) .page-builder-display-reset, body.rf-body:has(.add-nomination-email) .page-builder-display-reset, body.rf-body:has(.mobile-meeting-check-in) .page-builder-display-reset, body.rf-body:has(#cfp-home-page) .page-builder-display-reset {
  background: transparent;
}
body.rf-body:has(.ms-general-page) #rf-content, body.rf-body:has(#contact-info) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #rf-content, body.rf-body:has(.rfwf-panel-interior > .return-action) #rf-content, body.rf-body:has(h1 + .rf-table-container) #rf-content, body.rf-body:has(.exhibitor-pass-management-table) #rf-content, body.rf-body:has(.form-stepper-container) #rf-content, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #rf-content, body.rf-body:has(.meeting-program) #rf-content, body.rf-body:has(.nomination-form-page) #rf-content, body.rf-body:has(.add-nomination-email) #rf-content, body.rf-body:has(.mobile-meeting-check-in) #rf-content, body.rf-body:has(#cfp-home-page) #rf-content {
  display: flex;
  padding-inline: 4%;
  padding-block: var(--glass-container-margin-block);
  justify-content: center;
}
body.rf-body:has(.ms-general-page) #special-div, body.rf-body:has(#contact-info) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div, body.rf-body:has(h1 + .rf-table-container) #special-div, body.rf-body:has(.exhibitor-pass-management-table) #special-div, body.rf-body:has(.form-stepper-container) #special-div, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div, body.rf-body:has(.meeting-program) #special-div, body.rf-body:has(.nomination-form-page) #special-div, body.rf-body:has(.add-nomination-email) #special-div, body.rf-body:has(.mobile-meeting-check-in) #special-div, body.rf-body:has(#cfp-home-page) #special-div {
  width: 100%;
  background-color: var(--glass-container-background);
  backdrop-filter: blur(4px);
  box-shadow: var(--glass-container-shadow);
  padding: var(--glass-container-padding-block-start) var(--glass-container-padding-inline) var(--glass-container-padding-block-end) var(--glass-container-padding-inline);
  margin-inline: var(--glass-container-margin-inline);
  border-radius: var(--glass-container-radius);
  max-width: var(--glass-container-max-width);
  height: auto;
}
body.rf-body:has(.ms-general-page) #special-div .page-builder-display-reset, body.rf-body:has(#contact-info) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .page-builder-display-reset, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .page-builder-display-reset, body.rf-body:has(h1 + .rf-table-container) #special-div .page-builder-display-reset, body.rf-body:has(.exhibitor-pass-management-table) #special-div .page-builder-display-reset, body.rf-body:has(.form-stepper-container) #special-div .page-builder-display-reset, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .page-builder-display-reset, body.rf-body:has(.meeting-program) #special-div .page-builder-display-reset, body.rf-body:has(.nomination-form-page) #special-div .page-builder-display-reset, body.rf-body:has(.add-nomination-email) #special-div .page-builder-display-reset, body.rf-body:has(.mobile-meeting-check-in) #special-div .page-builder-display-reset, body.rf-body:has(#cfp-home-page) #special-div .page-builder-display-reset {
  background-color: transparent;
  max-width: var(--glass-container-inner-content-max-width, 100%);
  margin-inline: auto;
}
body.rf-body:has(.ms-general-page) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#contact-info) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(h1 + .rf-table-container) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(.exhibitor-pass-management-table) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(.form-stepper-container) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(.meeting-program) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(.nomination-form-page) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(.add-nomination-email) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(.mobile-meeting-check-in) #special-div .page-builder-display-reset > div:first-child, body.rf-body:has(#cfp-home-page) #special-div .page-builder-display-reset > div:first-child {
  padding-block-start: 0;
}
body.rf-body:has(.ms-general-page) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#contact-info) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(h1 + .rf-table-container) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(.exhibitor-pass-management-table) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(.form-stepper-container) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(.meeting-program) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(.nomination-form-page) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(.add-nomination-email) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(.mobile-meeting-check-in) #special-div .page-builder-display-reset > div:last-child, body.rf-body:has(#cfp-home-page) #special-div .page-builder-display-reset > div:last-child {
  padding-block-end: 0;
}
body.rf-body:has(.ms-general-page) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#contact-info) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(h1 + .rf-table-container) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(.exhibitor-pass-management-table) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(.form-stepper-container) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(.meeting-program) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(.nomination-form-page) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(.add-nomination-email) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(.mobile-meeting-check-in) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior, body.rf-body:has(#cfp-home-page) #special-div .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
  padding-inline: 0;
  width: 100%;
}
body.rf-body:has(.ms-general-page) #special-div .rf-workflow-header, body.rf-body:has(#contact-info) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .rf-workflow-header, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .rf-workflow-header, body.rf-body:has(h1 + .rf-table-container) #special-div .rf-workflow-header, body.rf-body:has(.exhibitor-pass-management-table) #special-div .rf-workflow-header, body.rf-body:has(.form-stepper-container) #special-div .rf-workflow-header, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .rf-workflow-header, body.rf-body:has(.meeting-program) #special-div .rf-workflow-header, body.rf-body:has(.nomination-form-page) #special-div .rf-workflow-header, body.rf-body:has(.add-nomination-email) #special-div .rf-workflow-header, body.rf-body:has(.mobile-meeting-check-in) #special-div .rf-workflow-header, body.rf-body:has(#cfp-home-page) #special-div .rf-workflow-header {
  padding-block-start: 0;
  padding-inline: 0;
  background-color: transparent;
}
body.rf-body:has(.ms-general-page) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#contact-info) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(h1 + .rf-table-container) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(.exhibitor-pass-management-table) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(.form-stepper-container) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(.meeting-program) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(.nomination-form-page) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(.add-nomination-email) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(.mobile-meeting-check-in) #special-div .rf-workflow-header .rfwf-header, body.rf-body:has(#cfp-home-page) #special-div .rf-workflow-header .rfwf-header {
  padding-block-start: 0;
}
body.rf-body:has(.ms-general-page) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#contact-info) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(h1 + .rf-table-container) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(.exhibitor-pass-management-table) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(.form-stepper-container) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(.meeting-program) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(.nomination-form-page) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(.add-nomination-email) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(.mobile-meeting-check-in) #special-div .rfwf-full-panel .rfwf-panel-interior, body.rf-body:has(#cfp-home-page) #special-div .rfwf-full-panel .rfwf-panel-interior {
  padding-inline: 0;
}
body.rf-body:has(.ms-general-page) #special-div .rf-workflow-working-reports, body.rf-body:has(#contact-info) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) #special-div .rf-workflow-working-reports, body.rf-body:has(.rfwf-panel-interior > .return-action) #special-div .rf-workflow-working-reports, body.rf-body:has(h1 + .rf-table-container) #special-div .rf-workflow-working-reports, body.rf-body:has(.exhibitor-pass-management-table) #special-div .rf-workflow-working-reports, body.rf-body:has(.form-stepper-container) #special-div .rf-workflow-working-reports, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) #special-div .rf-workflow-working-reports, body.rf-body:has(.meeting-program) #special-div .rf-workflow-working-reports, body.rf-body:has(.nomination-form-page) #special-div .rf-workflow-working-reports, body.rf-body:has(.add-nomination-email) #special-div .rf-workflow-working-reports, body.rf-body:has(.mobile-meeting-check-in) #special-div .rf-workflow-working-reports, body.rf-body:has(#cfp-home-page) #special-div .rf-workflow-working-reports {
  padding-block-end: 0;
  padding-inline: 0;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary {
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  padding: 8px 12px;
  border-color: transparent;
  font-weight: 400;
  min-height: 50px;
  border-width: 2px;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)), body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI)) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary:not(:has(span.rfSI))::after {
  content: "";
  width: 9px;
  height: 16px;
  mask-image: url("https://static.rainfocus.com/microsoft/aitour/static/staticfile/staticfile/SVG_CaretCTA_1749735285072001kbgv.svg");
  mask-repeat: no-repeat;
  background: currentcolor;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary {
  color: #0E1726;
  background-color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible {
  font-weight: 700;
  text-decoration: underline;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary:hover, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary:hover {
  text-decoration: none;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary > span,
body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-primary > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-primary > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary {
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  padding: 8px 12px;
  border-color: transparent;
  font-weight: 400;
  min-height: 50px;
  border-width: 2px;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)), body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI)), body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI)) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline:not(:has(span.rfSI))::after, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary:not(:has(span.rfSI))::after {
  content: "";
  width: 9px;
  height: 16px;
  mask-image: url("https://static.rainfocus.com/microsoft/aitour/static/staticfile/staticfile/SVG_CaretCTA_1749735285072001kbgv.svg");
  mask-repeat: no-repeat;
  background: currentcolor;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary {
  color: var(--ms-pure-white);
  background-color: transparent;
  border-color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible {
  font-weight: 700;
  text-decoration: underline;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary:hover, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline:hover, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary:hover {
  text-decoration: none;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline > span,
body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary > span,
body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.ms-general-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#contact-info) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.meeting-program) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .mdBtnR.mdBtnR-outline-primary > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .rf-feedback-alert, body.rf-body:has(#contact-info) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-feedback-alert, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-feedback-alert, body.rf-body:has(h1 + .rf-table-container) .special-div .rf-feedback-alert, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-feedback-alert, body.rf-body:has(.form-stepper-container) .special-div .rf-feedback-alert, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-feedback-alert, body.rf-body:has(.meeting-program) .special-div .rf-feedback-alert, body.rf-body:has(.nomination-form-page) .special-div .rf-feedback-alert, body.rf-body:has(.add-nomination-email) .special-div .rf-feedback-alert, body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-feedback-alert, body.rf-body:has(#cfp-home-page) .special-div .rf-feedback-alert {
  background: none;
}
body.rf-body:has(.ms-general-page) .special-div #myDynamicForm h1, body.rf-body:has(#contact-info) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm h1, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm h1, body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm h1, body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm h1, body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm h1, body.rf-body:has(.meeting-program) .special-div #myDynamicForm h1, body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm h1, body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm h1, body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm h1, body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm h1 {
  font-size: 62px;
  line-height: 72px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  body.rf-body:has(.ms-general-page) .special-div #myDynamicForm h1, body.rf-body:has(#contact-info) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm h1, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm h1, body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm h1, body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm h1, body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm h1, body.rf-body:has(.meeting-program) .special-div #myDynamicForm h1, body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm h1, body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm h1, body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm h1, body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm h1 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  body.rf-body:has(.ms-general-page) .special-div #myDynamicForm h1, body.rf-body:has(#contact-info) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm h1, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm h1, body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm h1, body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm h1, body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm h1, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm h1, body.rf-body:has(.meeting-program) .special-div #myDynamicForm h1, body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm h1, body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm h1, body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm h1, body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
body.rf-body:has(.ms-general-page) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.ms-general-page) .special-div #myDynamicForm .label-text,
body.rf-body:has(.ms-general-page) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.ms-general-page) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.ms-general-page) .special-div #myDynamicForm .error-msg, body.rf-body:has(#contact-info) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#contact-info) .special-div #myDynamicForm .label-text,
body.rf-body:has(#contact-info) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#contact-info) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#contact-info) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div #myDynamicForm .error-msg, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm .label-text,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div #myDynamicForm .error-msg, body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm .label-text,
body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(h1 + .rf-table-container) .special-div #myDynamicForm .error-msg, body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm .label-text,
body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.exhibitor-pass-management-table) .special-div #myDynamicForm .error-msg, body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm .label-text,
body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.form-stepper-container) .special-div #myDynamicForm .error-msg, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm .label-text,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div #myDynamicForm .error-msg, body.rf-body:has(.meeting-program) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.meeting-program) .special-div #myDynamicForm .label-text,
body.rf-body:has(.meeting-program) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.meeting-program) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.meeting-program) .special-div #myDynamicForm .error-msg, body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm .label-text,
body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.nomination-form-page) .special-div #myDynamicForm .error-msg, body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm .label-text,
body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.add-nomination-email) .special-div #myDynamicForm .error-msg, body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm .label-text,
body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(.mobile-meeting-check-in) .special-div #myDynamicForm .error-msg, body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm .rf-text-container p,
body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm .label-text,
body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm .rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm .rf-input textarea,
body.rf-body:has(#cfp-home-page) .special-div #myDynamicForm .error-msg {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
body.rf-body:has(.ms-general-page) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.ms-general-page) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#contact-info) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#contact-info) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(h1 + .rf-table-container) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(h1 + .rf-table-container) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(.form-stepper-container) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.form-stepper-container) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(.meeting-program) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.meeting-program) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(.nomination-form-page) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.nomination-form-page) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(.add-nomination-email) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.add-nomination-email) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-multi-select .rf-select-selected li, body.rf-body:has(#cfp-home-page) .special-div .rf-single-select .rf-select-selected li,
body.rf-body:has(#cfp-home-page) .special-div .rf-multi-select .rf-select-selected li {
  color: var(--rf-comp-input-color-on-background);
}
body.rf-body:has(.ms-general-page) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#contact-info) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(h1 + .rf-table-container) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(.exhibitor-pass-management-table) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(.form-stepper-container) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(.meeting-program) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(.nomination-form-page) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(.add-nomination-email) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(.mobile-meeting-check-in) .special-div .working-report-header .mdBtnR-toggle, body.rf-body:has(#cfp-home-page) .special-div .working-report-header .mdBtnR-toggle {
  background: none;
}
body.rf-body:has(.ms-general-page) .special-div .working-report-message, body.rf-body:has(#contact-info) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .working-report-message, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .working-report-message, body.rf-body:has(h1 + .rf-table-container) .special-div .working-report-message, body.rf-body:has(.exhibitor-pass-management-table) .special-div .working-report-message, body.rf-body:has(.form-stepper-container) .special-div .working-report-message, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .working-report-message, body.rf-body:has(.meeting-program) .special-div .working-report-message, body.rf-body:has(.nomination-form-page) .special-div .working-report-message, body.rf-body:has(.add-nomination-email) .special-div .working-report-message, body.rf-body:has(.mobile-meeting-check-in) .special-div .working-report-message, body.rf-body:has(#cfp-home-page) .special-div .working-report-message {
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .working-report-table-container, body.rf-body:has(#contact-info) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .working-report-table-container, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .working-report-table-container, body.rf-body:has(h1 + .rf-table-container) .special-div .working-report-table-container, body.rf-body:has(.exhibitor-pass-management-table) .special-div .working-report-table-container, body.rf-body:has(.form-stepper-container) .special-div .working-report-table-container, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .working-report-table-container, body.rf-body:has(.meeting-program) .special-div .working-report-table-container, body.rf-body:has(.nomination-form-page) .special-div .working-report-table-container, body.rf-body:has(.add-nomination-email) .special-div .working-report-table-container, body.rf-body:has(.mobile-meeting-check-in) .special-div .working-report-table-container, body.rf-body:has(#cfp-home-page) .special-div .working-report-table-container {
  background: var(--rf-brand-color-surface);
}
body.rf-body:has(.ms-general-page) .special-div .rf-virtualized-table, body.rf-body:has(#contact-info) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-virtualized-table, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-virtualized-table, body.rf-body:has(h1 + .rf-table-container) .special-div .rf-virtualized-table, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-virtualized-table, body.rf-body:has(.form-stepper-container) .special-div .rf-virtualized-table, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-virtualized-table, body.rf-body:has(.meeting-program) .special-div .rf-virtualized-table, body.rf-body:has(.nomination-form-page) .special-div .rf-virtualized-table, body.rf-body:has(.add-nomination-email) .special-div .rf-virtualized-table, body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-virtualized-table, body.rf-body:has(#cfp-home-page) .special-div .rf-virtualized-table {
  --rf-brand-color-text-body: var(--ms-pure-black);
  --rf-brand-color-text-heading: var(--ms-pure-black);
}
body.rf-body:has(.ms-general-page) .special-div .upload-file-area, body.rf-body:has(#contact-info) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .upload-file-area, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .upload-file-area, body.rf-body:has(h1 + .rf-table-container) .special-div .upload-file-area, body.rf-body:has(.exhibitor-pass-management-table) .special-div .upload-file-area, body.rf-body:has(.form-stepper-container) .special-div .upload-file-area, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .upload-file-area, body.rf-body:has(.meeting-program) .special-div .upload-file-area, body.rf-body:has(.nomination-form-page) .special-div .upload-file-area, body.rf-body:has(.add-nomination-email) .special-div .upload-file-area, body.rf-body:has(.mobile-meeting-check-in) .special-div .upload-file-area, body.rf-body:has(#cfp-home-page) .special-div .upload-file-area {
  background: var(--ms-smec-transparent-dark);
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .rf-card, body.rf-body:has(#contact-info) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-card, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-card, body.rf-body:has(h1 + .rf-table-container) .special-div .rf-card, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-card, body.rf-body:has(.form-stepper-container) .special-div .rf-card, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-card, body.rf-body:has(.meeting-program) .special-div .rf-card, body.rf-body:has(.nomination-form-page) .special-div .rf-card, body.rf-body:has(.add-nomination-email) .special-div .rf-card, body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-card, body.rf-body:has(#cfp-home-page) .special-div .rf-card {
  background: transparent;
}
body.rf-body:has(.ms-general-page) .special-div .rf-card .card-header,
body.rf-body:has(.ms-general-page) .special-div .rf-card .card-body,
body.rf-body:has(.ms-general-page) .special-div .rf-card .card-footer, body.rf-body:has(#contact-info) .special-div .rf-card .card-header,
body.rf-body:has(#contact-info) .special-div .rf-card .card-body,
body.rf-body:has(#contact-info) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-card .card-footer, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-card .card-header,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-card .card-body,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-card .card-footer, body.rf-body:has(h1 + .rf-table-container) .special-div .rf-card .card-header,
body.rf-body:has(h1 + .rf-table-container) .special-div .rf-card .card-body,
body.rf-body:has(h1 + .rf-table-container) .special-div .rf-card .card-footer, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-card .card-header,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-card .card-body,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-card .card-footer, body.rf-body:has(.form-stepper-container) .special-div .rf-card .card-header,
body.rf-body:has(.form-stepper-container) .special-div .rf-card .card-body,
body.rf-body:has(.form-stepper-container) .special-div .rf-card .card-footer, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-card .card-header,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-card .card-body,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-card .card-footer, body.rf-body:has(.meeting-program) .special-div .rf-card .card-header,
body.rf-body:has(.meeting-program) .special-div .rf-card .card-body,
body.rf-body:has(.meeting-program) .special-div .rf-card .card-footer, body.rf-body:has(.nomination-form-page) .special-div .rf-card .card-header,
body.rf-body:has(.nomination-form-page) .special-div .rf-card .card-body,
body.rf-body:has(.nomination-form-page) .special-div .rf-card .card-footer, body.rf-body:has(.add-nomination-email) .special-div .rf-card .card-header,
body.rf-body:has(.add-nomination-email) .special-div .rf-card .card-body,
body.rf-body:has(.add-nomination-email) .special-div .rf-card .card-footer, body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-card .card-header,
body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-card .card-body,
body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-card .card-footer, body.rf-body:has(#cfp-home-page) .special-div .rf-card .card-header,
body.rf-body:has(#cfp-home-page) .special-div .rf-card .card-body,
body.rf-body:has(#cfp-home-page) .special-div .rf-card .card-footer {
  background: var(--ms-smec-transparent-dark);
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .rf-card-list-item:hover,
body.rf-body:has(.ms-general-page) .special-div .rf-task-listing:hover,
body.rf-body:has(.ms-general-page) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#contact-info) .special-div .rf-card-list-item:hover,
body.rf-body:has(#contact-info) .special-div .rf-task-listing:hover,
body.rf-body:has(#contact-info) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-table-container .table-row:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-card-list-item:hover,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-task-listing:hover,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-table-container .table-row:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .rf-card-list-item:hover,
body.rf-body:has(h1 + .rf-table-container) .special-div .rf-task-listing:hover,
body.rf-body:has(h1 + .rf-table-container) .special-div .rf-table-container .table-row:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-card-list-item:hover,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-task-listing:hover,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-table-container .table-row:hover, body.rf-body:has(.form-stepper-container) .special-div .rf-card-list-item:hover,
body.rf-body:has(.form-stepper-container) .special-div .rf-task-listing:hover,
body.rf-body:has(.form-stepper-container) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-card-list-item:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-task-listing:hover,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-table-container .table-row:hover, body.rf-body:has(.meeting-program) .special-div .rf-card-list-item:hover,
body.rf-body:has(.meeting-program) .special-div .rf-task-listing:hover,
body.rf-body:has(.meeting-program) .special-div .rf-table-container .table-row:hover, body.rf-body:has(.nomination-form-page) .special-div .rf-card-list-item:hover,
body.rf-body:has(.nomination-form-page) .special-div .rf-task-listing:hover,
body.rf-body:has(.nomination-form-page) .special-div .rf-table-container .table-row:hover, body.rf-body:has(.add-nomination-email) .special-div .rf-card-list-item:hover,
body.rf-body:has(.add-nomination-email) .special-div .rf-task-listing:hover,
body.rf-body:has(.add-nomination-email) .special-div .rf-table-container .table-row:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-card-list-item:hover,
body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-task-listing:hover,
body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-table-container .table-row:hover, body.rf-body:has(#cfp-home-page) .special-div .rf-card-list-item:hover,
body.rf-body:has(#cfp-home-page) .special-div .rf-task-listing:hover,
body.rf-body:has(#cfp-home-page) .special-div .rf-table-container .table-row:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.rf-body:has(.ms-general-page) .special-div .rf-table-container .table-row, body.rf-body:has(#contact-info) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rf-table-container .table-row, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rf-table-container .table-row, body.rf-body:has(h1 + .rf-table-container) .special-div .rf-table-container .table-row, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rf-table-container .table-row, body.rf-body:has(.form-stepper-container) .special-div .rf-table-container .table-row, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rf-table-container .table-row, body.rf-body:has(.meeting-program) .special-div .rf-table-container .table-row, body.rf-body:has(.nomination-form-page) .special-div .rf-table-container .table-row, body.rf-body:has(.add-nomination-email) .special-div .rf-table-container .table-row, body.rf-body:has(.mobile-meeting-check-in) .special-div .rf-table-container .table-row, body.rf-body:has(#cfp-home-page) .special-div .rf-table-container .table-row {
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .exhibitor-pass-management-card, body.rf-body:has(#contact-info) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .exhibitor-pass-management-card, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .exhibitor-pass-management-card, body.rf-body:has(h1 + .rf-table-container) .special-div .exhibitor-pass-management-card, body.rf-body:has(.exhibitor-pass-management-table) .special-div .exhibitor-pass-management-card, body.rf-body:has(.form-stepper-container) .special-div .exhibitor-pass-management-card, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .exhibitor-pass-management-card, body.rf-body:has(.meeting-program) .special-div .exhibitor-pass-management-card, body.rf-body:has(.nomination-form-page) .special-div .exhibitor-pass-management-card, body.rf-body:has(.add-nomination-email) .special-div .exhibitor-pass-management-card, body.rf-body:has(.mobile-meeting-check-in) .special-div .exhibitor-pass-management-card, body.rf-body:has(#cfp-home-page) .special-div .exhibitor-pass-management-card {
  background: var(--ms-smec-transparent-dark);
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .md-frame, body.rf-body:has(#contact-info) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .md-frame, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .md-frame, body.rf-body:has(h1 + .rf-table-container) .special-div .md-frame, body.rf-body:has(.exhibitor-pass-management-table) .special-div .md-frame, body.rf-body:has(.form-stepper-container) .special-div .md-frame, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .md-frame, body.rf-body:has(.meeting-program) .special-div .md-frame, body.rf-body:has(.nomination-form-page) .special-div .md-frame, body.rf-body:has(.add-nomination-email) .special-div .md-frame, body.rf-body:has(.mobile-meeting-check-in) .special-div .md-frame, body.rf-body:has(#cfp-home-page) .special-div .md-frame {
  background: var(--ms-smec-transparent-dark);
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .rfwf-orders-payment, body.rf-body:has(#contact-info) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .rfwf-orders-payment, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .rfwf-orders-payment, body.rf-body:has(h1 + .rf-table-container) .special-div .rfwf-orders-payment, body.rf-body:has(.exhibitor-pass-management-table) .special-div .rfwf-orders-payment, body.rf-body:has(.form-stepper-container) .special-div .rfwf-orders-payment, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .rfwf-orders-payment, body.rf-body:has(.meeting-program) .special-div .rfwf-orders-payment, body.rf-body:has(.nomination-form-page) .special-div .rfwf-orders-payment, body.rf-body:has(.add-nomination-email) .special-div .rfwf-orders-payment, body.rf-body:has(.mobile-meeting-check-in) .special-div .rfwf-orders-payment, body.rf-body:has(#cfp-home-page) .special-div .rfwf-orders-payment {
  background: var(--ms-smec-transparent-dark);
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action {
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  padding: 8px 12px;
  border-color: transparent;
  font-weight: 400;
  min-height: 50px;
  border-width: 2px;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)), body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI)) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:not(:has(span.rfSI))::after {
  content: "";
  width: 9px;
  height: 16px;
  mask-image: url("https://static.rainfocus.com/microsoft/aitour/static/staticfile/staticfile/SVG_CaretCTA_1749735285072001kbgv.svg");
  mask-repeat: no-repeat;
  background: currentcolor;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action {
  color: #3e80d7;
  background-color: var(--ms-pure-white);
  border-color: #3e80d7;
  text-decoration: none;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible {
  font-weight: 700;
  text-decoration: underline;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:hover {
  text-decoration: none;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span,
body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#contact-info) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.meeting-program) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .workflow-button-interior .mdBtnR.cancel-action > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#contact-info) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(h1 + .rf-table-container) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(.exhibitor-pass-management-table) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(.form-stepper-container) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(.meeting-program) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(.nomination-form-page) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(.add-nomination-email) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(.mobile-meeting-check-in) .special-div .chip[data-test=rf-chip-undefined], body.rf-body:has(#cfp-home-page) .special-div .chip[data-test=rf-chip-undefined] {
  background-color: var(--rf-brand-color-primary);
  border: none;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-day, body.rf-body:has(#contact-info) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-day, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-day, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-day, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-day, body.rf-body:has(.form-stepper-container) .special-div .meeting-day, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-day, body.rf-body:has(.meeting-program) .special-div .meeting-day, body.rf-body:has(.nomination-form-page) .special-div .meeting-day, body.rf-body:has(.add-nomination-email) .special-div .meeting-day, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-day, body.rf-body:has(#cfp-home-page) .special-div .meeting-day {
  display: flex;
  flex-direction: column;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header, body.rf-body:has(#contact-info) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header, body.rf-body:has(.form-stepper-container) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header, body.rf-body:has(.meeting-program) .special-div .meeting-header, body.rf-body:has(.nomination-form-page) .special-div .meeting-header, body.rf-body:has(.add-nomination-email) .special-div .meeting-header, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header, body.rf-body:has(#cfp-home-page) .special-div .meeting-header {
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  padding: 8px 12px;
  border-color: transparent;
  font-weight: 400;
  min-height: 50px;
  border-width: 2px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-header:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-header:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-header:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-header:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header > span,
body.rf-body:has(.ms-general-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .meeting-header > span,
body.rf-body:has(#contact-info) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .meeting-header > span,
body.rf-body:has(.form-stepper-container) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .meeting-header > span,
body.rf-body:has(.meeting-program) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .meeting-header > span,
body.rf-body:has(.nomination-form-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .meeting-header > span,
body.rf-body:has(.add-nomination-email) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .meeting-header > span,
body.rf-body:has(#cfp-home-page) .special-div .meeting-header > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(#contact-info) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header > span.rfSI, body.rf-body:has(.meeting-program) .special-div .meeting-header > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .meeting-header > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .meeting-header > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#contact-info) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(.form-stepper-container) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(.meeting-program) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(.nomination-form-page) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(.add-nomination-email) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:not(:has(span.rfSI)), body.rf-body:has(#cfp-home-page) .special-div .meeting-header:not(:has(span.rfSI)) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#contact-info) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(.form-stepper-container) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(.meeting-program) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(.nomination-form-page) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(.add-nomination-email) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:not(:has(span.rfSI))::after, body.rf-body:has(#cfp-home-page) .special-div .meeting-header:not(:has(span.rfSI))::after {
  content: "";
  width: 9px;
  height: 16px;
  mask-image: url("https://static.rainfocus.com/microsoft/aitour/static/staticfile/staticfile/SVG_CaretCTA_1749735285072001kbgv.svg");
  mask-repeat: no-repeat;
  background: currentcolor;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header, body.rf-body:has(#contact-info) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header, body.rf-body:has(.form-stepper-container) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header, body.rf-body:has(.meeting-program) .special-div .meeting-header, body.rf-body:has(.nomination-form-page) .special-div .meeting-header, body.rf-body:has(.add-nomination-email) .special-div .meeting-header, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header, body.rf-body:has(#cfp-home-page) .special-div .meeting-header {
  color: var(--ms-pure-white);
  background-color: transparent;
  border-color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header:hover, body.rf-body:has(.ms-general-page) .special-div .meeting-header:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-header:hover, body.rf-body:has(#contact-info) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-header:hover, body.rf-body:has(.form-stepper-container) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-header:hover, body.rf-body:has(.meeting-program) .special-div .meeting-header:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-header:hover, body.rf-body:has(.nomination-form-page) .special-div .meeting-header:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-header:hover, body.rf-body:has(.add-nomination-email) .special-div .meeting-header:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-header:hover, body.rf-body:has(#cfp-home-page) .special-div .meeting-header:focus-visible {
  font-weight: 700;
  text-decoration: underline;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header:hover, body.rf-body:has(#contact-info) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:hover, body.rf-body:has(.form-stepper-container) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:hover, body.rf-body:has(.meeting-program) .special-div .meeting-header:hover, body.rf-body:has(.nomination-form-page) .special-div .meeting-header:hover, body.rf-body:has(.add-nomination-email) .special-div .meeting-header:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:hover, body.rf-body:has(#cfp-home-page) .special-div .meeting-header:hover {
  text-decoration: none;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-header:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-header:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-header:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-header:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-header:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header > span,
body.rf-body:has(.ms-general-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .meeting-header > span,
body.rf-body:has(#contact-info) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .meeting-header > span,
body.rf-body:has(.form-stepper-container) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .meeting-header > span,
body.rf-body:has(.meeting-program) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .meeting-header > span,
body.rf-body:has(.nomination-form-page) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .meeting-header > span,
body.rf-body:has(.add-nomination-email) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .meeting-header > span,
body.rf-body:has(#cfp-home-page) .special-div .meeting-header > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(#contact-info) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .meeting-header > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header > span.rfSI, body.rf-body:has(.meeting-program) .special-div .meeting-header > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .meeting-header > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .meeting-header > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .meeting-header > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header, body.rf-body:has(#contact-info) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header, body.rf-body:has(.form-stepper-container) .special-div .meeting-header, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header, body.rf-body:has(.meeting-program) .special-div .meeting-header, body.rf-body:has(.nomination-form-page) .special-div .meeting-header, body.rf-body:has(.add-nomination-email) .special-div .meeting-header, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header, body.rf-body:has(#cfp-home-page) .special-div .meeting-header {
  justify-content: center;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header:hover, body.rf-body:has(#contact-info) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header:hover, body.rf-body:has(.form-stepper-container) .special-div .meeting-header:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header:hover, body.rf-body:has(.meeting-program) .special-div .meeting-header:hover, body.rf-body:has(.nomination-form-page) .special-div .meeting-header:hover, body.rf-body:has(.add-nomination-email) .special-div .meeting-header:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header:hover, body.rf-body:has(#cfp-home-page) .special-div .meeting-header:hover {
  font-weight: normal;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-header::after, body.rf-body:has(#contact-info) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-header::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-header::after, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-header::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-header::after, body.rf-body:has(.form-stepper-container) .special-div .meeting-header::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-header::after, body.rf-body:has(.meeting-program) .special-div .meeting-header::after, body.rf-body:has(.nomination-form-page) .special-div .meeting-header::after, body.rf-body:has(.add-nomination-email) .special-div .meeting-header::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-header::after, body.rf-body:has(#cfp-home-page) .special-div .meeting-header::after {
  display: none;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time, body.rf-body:has(#contact-info) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time, body.rf-body:has(.form-stepper-container) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time, body.rf-body:has(.meeting-program) .special-div .meeting-time, body.rf-body:has(.nomination-form-page) .special-div .meeting-time, body.rf-body:has(.add-nomination-email) .special-div .meeting-time, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time, body.rf-body:has(#cfp-home-page) .special-div .meeting-time {
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  padding: 8px 12px;
  border-color: transparent;
  font-weight: 400;
  min-height: 50px;
  border-width: 2px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-time:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-time:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-time:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-time:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time > span,
body.rf-body:has(.ms-general-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .meeting-time > span,
body.rf-body:has(#contact-info) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .meeting-time > span,
body.rf-body:has(.form-stepper-container) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .meeting-time > span,
body.rf-body:has(.meeting-program) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .meeting-time > span,
body.rf-body:has(.nomination-form-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .meeting-time > span,
body.rf-body:has(.add-nomination-email) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .meeting-time > span,
body.rf-body:has(#cfp-home-page) .special-div .meeting-time > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(#contact-info) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time > span.rfSI, body.rf-body:has(.meeting-program) .special-div .meeting-time > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .meeting-time > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .meeting-time > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#contact-info) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(.form-stepper-container) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(.meeting-program) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(.nomination-form-page) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(.add-nomination-email) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time:not(:has(span.rfSI)), body.rf-body:has(#cfp-home-page) .special-div .meeting-time:not(:has(span.rfSI)) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#contact-info) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(.form-stepper-container) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(.meeting-program) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(.nomination-form-page) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(.add-nomination-email) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time:not(:has(span.rfSI))::after, body.rf-body:has(#cfp-home-page) .special-div .meeting-time:not(:has(span.rfSI))::after {
  content: "";
  width: 9px;
  height: 16px;
  mask-image: url("https://static.rainfocus.com/microsoft/aitour/static/staticfile/staticfile/SVG_CaretCTA_1749735285072001kbgv.svg");
  mask-repeat: no-repeat;
  background: currentcolor;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time, body.rf-body:has(#contact-info) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time, body.rf-body:has(.form-stepper-container) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time, body.rf-body:has(.meeting-program) .special-div .meeting-time, body.rf-body:has(.nomination-form-page) .special-div .meeting-time, body.rf-body:has(.add-nomination-email) .special-div .meeting-time, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time, body.rf-body:has(#cfp-home-page) .special-div .meeting-time {
  color: var(--ms-pure-white);
  background-color: transparent;
  border-color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time:hover, body.rf-body:has(.ms-general-page) .special-div .meeting-time:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-time:hover, body.rf-body:has(#contact-info) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-time:hover, body.rf-body:has(.form-stepper-container) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-time:hover, body.rf-body:has(.meeting-program) .special-div .meeting-time:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-time:hover, body.rf-body:has(.nomination-form-page) .special-div .meeting-time:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-time:hover, body.rf-body:has(.add-nomination-email) .special-div .meeting-time:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-time:hover, body.rf-body:has(#cfp-home-page) .special-div .meeting-time:focus-visible {
  font-weight: 700;
  text-decoration: underline;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time:hover, body.rf-body:has(#contact-info) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time:hover, body.rf-body:has(.form-stepper-container) .special-div .meeting-time:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time:hover, body.rf-body:has(.meeting-program) .special-div .meeting-time:hover, body.rf-body:has(.nomination-form-page) .special-div .meeting-time:hover, body.rf-body:has(.add-nomination-email) .special-div .meeting-time:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time:hover, body.rf-body:has(#cfp-home-page) .special-div .meeting-time:hover {
  text-decoration: none;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-time:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-time:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-time:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-time:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-time:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time > span,
body.rf-body:has(.ms-general-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .meeting-time > span,
body.rf-body:has(#contact-info) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .meeting-time > span,
body.rf-body:has(.form-stepper-container) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .meeting-time > span,
body.rf-body:has(.meeting-program) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .meeting-time > span,
body.rf-body:has(.nomination-form-page) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .meeting-time > span,
body.rf-body:has(.add-nomination-email) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .meeting-time > span,
body.rf-body:has(#cfp-home-page) .special-div .meeting-time > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(#contact-info) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .meeting-time > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time > span.rfSI, body.rf-body:has(.meeting-program) .special-div .meeting-time > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .meeting-time > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .meeting-time > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .meeting-time > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time, body.rf-body:has(#contact-info) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time, body.rf-body:has(.form-stepper-container) .special-div .meeting-time, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time, body.rf-body:has(.meeting-program) .special-div .meeting-time, body.rf-body:has(.nomination-form-page) .special-div .meeting-time, body.rf-body:has(.add-nomination-email) .special-div .meeting-time, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time, body.rf-body:has(#cfp-home-page) .special-div .meeting-time {
  justify-content: center;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active, body.rf-body:has(#contact-info) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active, body.rf-body:has(.meeting-program) .special-div .meeting-time.active, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active {
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  padding: 8px 12px;
  border-color: transparent;
  font-weight: 400;
  min-height: 50px;
  border-width: 2px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active > span,
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .meeting-time.active > span,
body.rf-body:has(#contact-info) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active > span,
body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .meeting-time.active > span,
body.rf-body:has(.meeting-program) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active > span,
body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active > span,
body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active > span,
body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#contact-info) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.meeting-program) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#contact-info) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(.meeting-program) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active:not(:has(span.rfSI)), body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active:not(:has(span.rfSI)) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#contact-info) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(.meeting-program) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active:not(:has(span.rfSI))::after, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active:not(:has(span.rfSI))::after {
  content: "";
  width: 9px;
  height: 16px;
  mask-image: url("https://static.rainfocus.com/microsoft/aitour/static/staticfile/staticfile/SVG_CaretCTA_1749735285072001kbgv.svg");
  mask-repeat: no-repeat;
  background: currentcolor;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active, body.rf-body:has(#contact-info) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active, body.rf-body:has(.meeting-program) .special-div .meeting-time.active, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active {
  color: #0E1726;
  background-color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active:hover, body.rf-body:has(.ms-general-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-time.active:hover, body.rf-body:has(#contact-info) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active:hover, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-time.active:hover, body.rf-body:has(.meeting-program) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active:hover, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active:hover, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active:hover, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active:focus-visible {
  font-weight: 700;
  text-decoration: underline;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active:hover, body.rf-body:has(#contact-info) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active:hover, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active:hover, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active:hover, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active:hover, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active:hover, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active:hover, body.rf-body:has(.meeting-program) .special-div .meeting-time.active:hover, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active:hover, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active:hover, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active:hover, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active:hover {
  text-decoration: none;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#contact-info) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active:focus-visible, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.meeting-program) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active:focus-visible, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active:focus-visible, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active:focus-visible {
  outline: 2px solid var(--ms-pure-black) !important;
  box-shadow: none !important;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active > span,
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#contact-info) .special-div .meeting-time.active > span,
body.rf-body:has(#contact-info) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active > span,
body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active > span,
body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active > span,
body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active > span,
body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active > span,
body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.meeting-program) .special-div .meeting-time.active > span,
body.rf-body:has(.meeting-program) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active > span,
body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active > span,
body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active > span,
body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active > .mdBtnR-text, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active > span,
body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active > .mdBtnR-text {
  color: currentcolor;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#contact-info) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.form-stepper-container) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.meeting-program) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.nomination-form-page) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.add-nomination-email) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time.active > span.rfSI, body.rf-body:has(#cfp-home-page) .special-div .meeting-time.active > span.rfSI {
  min-height: 18px;
  min-width: 18px;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time::after, body.rf-body:has(#contact-info) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time::after, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time::after, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time::after, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time::after, body.rf-body:has(.form-stepper-container) .special-div .meeting-time::after, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time::after, body.rf-body:has(.meeting-program) .special-div .meeting-time::after, body.rf-body:has(.nomination-form-page) .special-div .meeting-time::after, body.rf-body:has(.add-nomination-email) .special-div .meeting-time::after, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time::after, body.rf-body:has(#cfp-home-page) .special-div .meeting-time::after {
  display: none;
}
body.rf-body:has(.ms-general-page) .special-div .meeting-time svg, body.rf-body:has(#contact-info) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meeting-time svg, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meeting-time svg, body.rf-body:has(h1 + .rf-table-container) .special-div .meeting-time svg, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meeting-time svg, body.rf-body:has(.form-stepper-container) .special-div .meeting-time svg, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meeting-time svg, body.rf-body:has(.meeting-program) .special-div .meeting-time svg, body.rf-body:has(.nomination-form-page) .special-div .meeting-time svg, body.rf-body:has(.add-nomination-email) .special-div .meeting-time svg, body.rf-body:has(.mobile-meeting-check-in) .special-div .meeting-time svg, body.rf-body:has(#cfp-home-page) .special-div .meeting-time svg {
  fill: currentColor !important;
}
body.rf-body:has(.ms-general-page) .special-div .meetings-pending-requests, body.rf-body:has(#contact-info) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meetings-pending-requests, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meetings-pending-requests, body.rf-body:has(h1 + .rf-table-container) .special-div .meetings-pending-requests, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meetings-pending-requests, body.rf-body:has(.form-stepper-container) .special-div .meetings-pending-requests, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meetings-pending-requests, body.rf-body:has(.meeting-program) .special-div .meetings-pending-requests, body.rf-body:has(.nomination-form-page) .special-div .meetings-pending-requests, body.rf-body:has(.add-nomination-email) .special-div .meetings-pending-requests, body.rf-body:has(.mobile-meeting-check-in) .special-div .meetings-pending-requests, body.rf-body:has(#cfp-home-page) .special-div .meetings-pending-requests {
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div .meetings-section-actions, body.rf-body:has(#contact-info) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .meetings-section-actions, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .meetings-section-actions, body.rf-body:has(h1 + .rf-table-container) .special-div .meetings-section-actions, body.rf-body:has(.exhibitor-pass-management-table) .special-div .meetings-section-actions, body.rf-body:has(.form-stepper-container) .special-div .meetings-section-actions, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .meetings-section-actions, body.rf-body:has(.meeting-program) .special-div .meetings-section-actions, body.rf-body:has(.nomination-form-page) .special-div .meetings-section-actions, body.rf-body:has(.add-nomination-email) .special-div .meetings-section-actions, body.rf-body:has(.mobile-meeting-check-in) .special-div .meetings-section-actions, body.rf-body:has(#cfp-home-page) .special-div .meetings-section-actions {
  background: none;
}
body.rf-body:has(.ms-general-page) .special-div .mobile-meeting-check-in, body.rf-body:has(#contact-info) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div .mobile-meeting-check-in, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div .mobile-meeting-check-in, body.rf-body:has(h1 + .rf-table-container) .special-div .mobile-meeting-check-in, body.rf-body:has(.exhibitor-pass-management-table) .special-div .mobile-meeting-check-in, body.rf-body:has(.form-stepper-container) .special-div .mobile-meeting-check-in, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div .mobile-meeting-check-in, body.rf-body:has(.meeting-program) .special-div .mobile-meeting-check-in, body.rf-body:has(.nomination-form-page) .special-div .mobile-meeting-check-in, body.rf-body:has(.add-nomination-email) .special-div .mobile-meeting-check-in, body.rf-body:has(.mobile-meeting-check-in) .special-div .mobile-meeting-check-in, body.rf-body:has(#cfp-home-page) .special-div .mobile-meeting-check-in {
  color: var(--ms-pure-white);
}
body.rf-body:has(.ms-general-page) .special-div, body.rf-body:has(#contact-info) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-header:first-child) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > .rf-workflow-working-reports:first-child) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > #tasks-list-container:first-child) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > .task-forms-page:first-child) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > .drop-upload-default:first-child) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > .participant-page) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > .exhibitor-page) .special-div, body.rf-body:has(.rfwf-panel-interior > .return-action) .special-div, body.rf-body:has(h1 + .rf-table-container) .special-div, body.rf-body:has(.exhibitor-pass-management-table) .special-div, body.rf-body:has(.form-stepper-container) .special-div, body.rf-body:has(#special-div > .rfwf-body-content > .meetings-administration) .special-div, body.rf-body:has(.meeting-program) .special-div, body.rf-body:has(.nomination-form-page) .special-div, body.rf-body:has(.add-nomination-email) .special-div, body.rf-body:has(.mobile-meeting-check-in) .special-div, body.rf-body:has(#cfp-home-page) .special-div {
  --base-background-color: #0a111a;
  --rf-brand-color-text-body: var(--ms-pure-white);
  --rf-brand-color-text-heading: var(--ms-pure-white);
  --rf-brand-color-status-error: #f65567 !important;
  --rf-comp-input-color-asterisk: #f65567;
  --rf-comp-dropdown-action-color-background: #d2d2d2;
  --rf-comp-dropdown-action-color-border: #d2d2d2;
  --rf-comp-dropdown-action-color-on-background: #0e1726;
  --rf-comp-input-color-placeholder: #0e1726;
  --rf-comp-input-color-on-background: #0e1726;
  --rf-comp-link-color: #46a0de;
}
body.rf-body.ms-glass-container-narrow {
  --glass-container-max-width: var(--glass-container-narrow-width);
}
body.rf-body[class*=login] #rf-content {
  height: 100%;
}

.rf-workflow .rf-workflow-body-content,
.rf-workflow .rf-workflow-nav {
  min-height: 0;
}

.rfwf-header .rfwf-headline {
  width: 100%;
}

.rf-text-container,
.rf-text-container p {
  line-height: 1.3;
}

#rf-content .filter-icon {
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
}
#rf-content .flex-box-section-full > .flex-box-section-full-interior {
  max-width: var(--ms-max-container-width, 1440px);
  width: 100%;
}

#rf-content .button-spacing {
  padding: 12px 0;
}

#rf-content,
.element-container-wrapper {
  container-type: inline-size;
}

a:focus-visible, a:link:focus-visible, a:visited:focus-visible {
  box-shadow: var(--rf-brand-elevation-focus-indicator-shadow);
}

#rf-content .gradient-headline {
  background: var(--ms-gradient-headline-background, linear-gradient(90deg, var(--ms-new-darker-blue) 0%, var(--ms-darker-teal) 100%));
  background-clip: text;
  color: transparent;
  line-height: 1.1;
  font-weight: 600;
}
#rf-content .element-container .atomic h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #rf-content .element-container .atomic h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  #rf-content .element-container .atomic h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
#rf-content .element-container .atomic h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #rf-content .element-container .atomic h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  #rf-content .element-container .atomic h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
#rf-content .element-container .atomic h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #rf-content .element-container .atomic h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  #rf-content .element-container .atomic h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
#rf-content .element-container .atomic p,
#rf-content .element-container .atomic li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#rf-content .element-container .atomic p a,
#rf-content .element-container .atomic li a {
  font-size: 15px;
  line-height: 22px;
}
#rf-content .element-container h1.atomic {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #rf-content .element-container h1.atomic {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  #rf-content .element-container h1.atomic {
    font-size: 32px;
    line-height: 40px;
  }
}
#rf-content .element-container h2.atomic {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #rf-content .element-container h2.atomic {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  #rf-content .element-container h2.atomic {
    font-size: 24px;
    line-height: 32px;
  }
}
#rf-content .element-container h3.atomic {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #rf-content .element-container h3.atomic {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  #rf-content .element-container h3.atomic {
    font-size: 20px;
    line-height: 28px;
  }
}
#rf-content .element-container p.atomic,
#rf-content .element-container li.atomic {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#rf-content .element-container p.atomic a,
#rf-content .element-container li.atomic a {
  font-size: 15px;
  line-height: 22px;
}
#rf-content .element-container strong.atomic {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 500;
}

.display-none {
  display: none !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.rf-default-modal .search-filters .filters button svg {
  fill: #242424;
}

#rf-content a:not([class]):focus-visible,
#rf-content .mdBtnR-plain:focus-visible,
.modal a:not([class]):focus-visible,
.modal .mdBtnR-plain:focus-visible {
  box-shadow: var(--rf-brand-elevation-focus-indicator-shadow) !important;
}

#rf-content li.atomic,
.modal li.atomic {
  list-style: disc;
}
#rf-content li.atomic li,
.modal li.atomic li {
  list-style: circle;
}

#rf-content h2.ms-accordion-title {
  color: var(--ms-new-darker-blue);
}
@container (min-width: 1201px) {
  #rf-content h2.ms-accordion-title {
    margin-top: 32px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1201px) {
    #rf-content h2.ms-accordion-title {
      margin-top: 32px;
    }
  }
}
#rf-content details {
  --details-accordion-icon: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' fill='%232A446F'/%3E%3Cline x1='10.5' y1='6' x2='10.5' y2='15' stroke='white'/%3E%3Cline x1='6' y1='10.5' x2='15' y2='10.5' stroke='white'/%3E%3C/svg%3E%0A");
  --details-accordion-icon-hover: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' fill='%232A446F'/%3E%3Cline x1='10.5' y1='6' x2='10.5' y2='15' stroke='white'/%3E%3Cline x1='6' y1='10.5' x2='15' y2='10.5' stroke='white'/%3E%3C/svg%3E%0A");
  --details-accordion-icon-size: 21px;
  --details-accordion-border-color: var(--ms-blue);
  border-top: none;
  border-bottom: 1px solid var(--details-accordion-border-color, var(--ms-blue));
}
#rf-content details:hover {
  --details-accordion-border-color: var(--ms-light-blue);
}
#rf-content details summary {
  display: flex;
  justify-content: space-between;
  gap: var(--details-accordion-icon-size, 24px);
  align-items: center;
  padding-block: var(--details-accordion-item-height, 24px);
  font-size: 24px;
  line-height: 46px;
  font-weight: 400;
}
#rf-content details summary + * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-block-end: 36px;
}
@container (max-width: 1200px) {
  #rf-content details summary + * {
    padding-block-end: 24px;
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 1200px) {
    #rf-content details summary + * {
      padding-block-end: 24px;
    }
  }
}
#rf-content details summary::after {
  content: "";
  width: var(--details-accordion-icon-size, 24px);
  min-width: var(--details-accordion-icon-size, 24px);
  height: var(--details-accordion-icon-size, 24px);
  display: block;
  background-image: var(--details-accordion-icon, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12Z' fill='%230A79A9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.40963 8.29492L11.9996 12.8749L16.5896 8.29492L17.9996 9.70492L11.9996 15.7049L5.99963 9.70492L7.40963 8.29492Z' fill='white'/%3E%3C/svg%3E"));
}
#rf-content details summary:hover {
  cursor: pointer;
}
#rf-content details summary:hover::after {
  background-image: var(--details-accordion-icon-hover, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12Z' fill='%23054F6F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.40963 8.29492L11.9996 12.8749L16.5896 8.29492L17.9996 9.70492L11.9996 15.7049L5.99963 9.70492L7.40963 8.29492Z' fill='white'/%3E%3C/svg%3E"));
}
#rf-content details summary:focus-visible {
  box-shadow: var(--rf-brand-elevation-focus-indicator-shadow);
}
#rf-content details[open] summary::after {
  transform: rotate(45deg);
}
#rf-content details:last-of-type {
  border-bottom: 1px solid var(--details-accordion-border-color, #c1cbe6);
}
#rf-content details summary::-webkit-details-marker {
  display: none;
}

#rf-content .mdBtnR span,
#rf-content .mdBtnR .mdBtnR-text,
.modal .mdBtnR span,
.modal .mdBtnR .mdBtnR-text {
  color: currentcolor;
}
#rf-content .mdBtnR .rfSI svg,
.modal .mdBtnR .rfSI svg {
  fill: currentcolor;
}
.js-global-head {
  margin-block-end: 0 !important;
}

@media (width >= 860px) {
  #uhfLogo {
    position: relative;
  }
  #uhfLogo::after {
    content: "";
    position: absolute;
    width: 1px;
    background: var(--ms-pure-white);
    top: 0;
    bottom: 0;
    right: 0;
    margin-block: 10px;
  }
}

#headerArea a,
#headerArea a:visited,
.rf-org-header-container a,
.rf-org-header-container a:visited {
  color: var(--ms-pure-white);
}

.ms-header[data-display-search=false] #searchForm {
  display: none;
}
.ms-header[data-display-cart=false] #uhf-shopping-cart {
  display: none;
}

@media (min-width: 860px) {
  .rf-uhf-menu-wrapper {
    display: flex;
    overflow: auto;
  }
  .rf-uhf-menu-wrapper > li > a,
  .rf-uhf-menu-wrapper > li > button {
    white-space: nowrap;
  }
  .rf-uhf-menu-wrapper .nested-menu > .c-uhf-menu {
    position: static !important;
  }
}

body.rf-body:has(.ms-header__banner) #special-div {
  padding-block-start: 20px !important;
}
body.rf-body:has(.ms-header__banner) #rf-content {
  padding-block-start: 0 !important;
}

.rf-housing .rf-housing-content .hotel-card.type-room .hotel-image:has(img[src=""]) {
  display: none;
}

a.c-uhff-link,
.c-heading-4,
.context-uhf a:link,
#footerArea nav ul li {
  color: var(--ms-pure-white) !important;
}

#uhf-footer,
.c-uhff,
.c-uhff-base {
  background-color: #191a1b !important;
}

#rf-content .rf-select .relative-select-container .placeholder-first-option {
  opacity: 1;
  background: var(--ms-pure-white);
}

.rf-label + [role=group] {
  margin-block-start: 12px;
}

.rf-checkbox-container div[role=group]:has(.checkbox + .checkbox) {
  display: grid;
  gap: 12px;
  grid-template-columns: 50% 50%;
}

#wf-formFileUpload p + .rf-error {
  margin-block-start: 16px;
}
#wf-formFileUpload .file-listing {
  display: flex;
  align-items: center;
  gap: 12px;
}
#wf-formFileUpload .file-listing::before, #wf-formFileUpload .file-listing::after {
  display: none;
}
#wf-formFileUpload .file-listing > * {
  margin-inline: 0;
}

.rf-text-container ul:not([class]) li {
  list-style: outside;
}

.nomination-form-details,
.add-nomination-email {
  max-width: 100%;
}

.rf-search-results-container {
  margin-block-end: var(--glass-container-margin);
}
.rf-search-results-container .pagination {
  width: 100%;
}

#rf-content .ms-welcome__intro,
.modal .ms-welcome__intro {
  color: var(--ms-pure-white);
}
#rf-content .ms-welcome__intro div,
#rf-content .ms-welcome__intro h2,
#rf-content .ms-welcome__intro p,
#rf-content .ms-welcome__intro ul,
#rf-content .ms-welcome__intro li,
.modal .ms-welcome__intro div,
.modal .ms-welcome__intro h2,
.modal .ms-welcome__intro p,
.modal .ms-welcome__intro ul,
.modal .ms-welcome__intro li {
  color: inherit;
}
#rf-content .ms-welcome__intro .element-container-wrapper,
#rf-content .ms-welcome__intro .element-container,
.modal .ms-welcome__intro .element-container-wrapper,
.modal .ms-welcome__intro .element-container {
  display: contents;
}
#rf-content .ms-welcome__intro-headline,
.modal .ms-welcome__intro-headline {
  font-size: 62px;
  line-height: 72px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #rf-content .ms-welcome__intro-headline,
  .modal .ms-welcome__intro-headline {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  #rf-content .ms-welcome__intro-headline,
  .modal .ms-welcome__intro-headline {
    font-size: 40px;
    line-height: 48px;
  }
}
#rf-content .ms-welcome__intro-headline,
.modal .ms-welcome__intro-headline {
  margin-block-end: 16px;
}
#rf-content .ms-welcome__intro-main,
.modal .ms-welcome__intro-main {
  margin-block-end: 80px;
}
#rf-content .ms-welcome__intro-main p:not(:last-child),
.modal .ms-welcome__intro-main p:not(:last-child) {
  margin-block-end: 16px;
}
#rf-content .ms-welcome__intro-bottom,
.modal .ms-welcome__intro-bottom {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
#rf-content .ms-welcome__intro-bottom > div,
.modal .ms-welcome__intro-bottom > div {
  flex: 1;
}
@media (max-width: 1023px) {
  #rf-content .ms-welcome__intro-bottom,
  .modal .ms-welcome__intro-bottom {
    flex-direction: column;
  }
}
#rf-content .ms-welcome__intro-bottom-left, #rf-content .ms-welcome__intro-bottom-right,
.modal .ms-welcome__intro-bottom-left,
.modal .ms-welcome__intro-bottom-right {
  padding: 32px 16px;
  border-radius: 20px;
  background: rgb(10, 17, 27);
  box-shadow: 0 4px 4px 0 rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  gap: 70px;
}
#rf-content .ms-welcome__intro-bottom-left--small-gap, #rf-content .ms-welcome__intro-bottom-right--small-gap,
.modal .ms-welcome__intro-bottom-left--small-gap,
.modal .ms-welcome__intro-bottom-right--small-gap {
  gap: 32px;
}
#rf-content .ms-welcome__intro-bottom-description,
.modal .ms-welcome__intro-bottom-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  #rf-content .ms-welcome__intro-bottom-description,
  .modal .ms-welcome__intro-bottom-description {
    min-height: 590px;
  }
  #rf-content .ms-welcome__intro-bottom-description--height-auto,
  .modal .ms-welcome__intro-bottom-description--height-auto {
    min-height: auto;
  }
}
@media (min-width: 1201px) {
  #rf-content .ms-welcome__intro-bottom-description,
  .modal .ms-welcome__intro-bottom-description {
    min-height: 480px;
  }
}
@media (min-width: 1401px) {
  #rf-content .ms-welcome__intro-bottom-description,
  .modal .ms-welcome__intro-bottom-description {
    min-height: 430px;
  }
}
#rf-content .ms-welcome__intro-bottom-description p,
.modal .ms-welcome__intro-bottom-description p {
  margin-block-end: 24px;
}
#rf-content .ms-welcome__intro-bottom-price, #rf-content .ms-welcome__intro-bottom-type,
.modal .ms-welcome__intro-bottom-price,
.modal .ms-welcome__intro-bottom-type {
  font-size: 24px;
  line-height: 46px;
  font-weight: 400;
  margin-block-end: 24px;
}
#rf-content .ms-welcome__intro-bottom-location,
.modal .ms-welcome__intro-bottom-location {
  margin-block-end: 24px;
}
#rf-content .ms-welcome__intro-bottom-type,
.modal .ms-welcome__intro-bottom-type {
  font-size: 24px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase;
  margin-block-end: 32px;
}
#rf-content .ms-welcome__intro-bottom-list-wrapper,
.modal .ms-welcome__intro-bottom-list-wrapper {
  border-top: 2px solid var(--ms-pure-white);
  padding-block-start: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#rf-content .ms-welcome__intro-button-wrapper,
.modal .ms-welcome__intro-button-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.ms-welcome__intro-bottom-price.atomic-element.text-left {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  border-radius: 8px;
  font-family: "Segoe Sans Semibold", sans-serif;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  #rf-content .ms-build-mini-nav__links {
    flex-direction: column;
  }
}
#rf-content .exhibitor-pass-management-card,
#rf-content .mark-complete-box {
  border-radius: 8px;
}

/* PRISM STYLES */
:root {
  /* {#if primaryColor}--rf-brand-color-primary:[%primaryColor%];{/if} */
  /* {#if onPrimaryColor}--rf-brand-color-on-primary:[%onPrimaryColor%];{/if} */
  /* {#if primaryHoverColor}--rf-brand-color-primary-hover:[%primaryHoverColor%];{/if} */
  /* {#if primaryMutedColor}--rf-brand-color-primary-muted:[%primaryMutedColor%];{/if} */
  /* {#if textHeadingColor}--rf-brand-color-text-heading:[%textHeadingColor%];{/if} */
  /* {#if textBodyColor}--rf-brand-color-text-body:[%textBodyColor%];{/if} */
  /* {#if textHighlight}--rf-brand-color-text-highlight:[%textHighlight%];{/if} */
  /* {#if disabledColor}--rf-brand-color-status-disabled:[%disabledColor%];{/if} */
  /* {#if onDisabledColor}--rf-brand-color-status-on-disabled:[%onDisabledColor%];{/if} */
  /* {#if errorColor}--rf-brand-color-status-error:[%errorColor%];{/if} */
  /* {#if infoColor}--rf-brand-color-status-info:[%infoColor%];{/if} */
  /* {#if successColor}--rf-brand-color-status-success:[%successColor%];{/if} */
  /* {#if warningColor}--rf-brand-color-status-warning:[%warningColor%];{/if} */
  /* {#if borderColor}--rf-brand-color-border:[%borderColor%];{/if} */
  /* {#if surfaceBackground}--rf-brand-color-background:[%surfaceBackground%];{/if} */
  /* {#if surfaceOne}--rf-brand-color-surface:[%surfaceOne%];{/if} */
  /* {#if surfaceTwo}--rf-brand-color-surface-2:[%surfaceTwo%];{/if} */
  /* {#if surfaceThree}--rf-brand-color-surface-3:[%surfaceThree%];{/if} */
  /* {#if inverseSurface}--rf-brand-color-inverse-surface:[%inverseSurface%];{/if} */
  /* {#if inverseOnSurface}--rf-brand-color-inverse-on-surface:[%inverseOnSurface%];{/if} */
  /* {#if widgetBackground}--rf-brand-color-widget-background:[%widgetBackground%];{/if} */
  /* {#if baselineFontSize}--rf-brand-font-size:[%baselineFontSize%];{/if} */
  /* {#if focusIndicatorShadow}--rf-brand-elevation-focus-indicator-shadow:[%focusIndicatorShadow%];{/if} */
  /* {#if globalRadius}--rf-brand-shape-radius:[%globalRadius%];{/if} */
  /* {#if buttonRadius}--rf-comp-button-shape-radius:[%buttonRadius%];{/if} */
}

/* {#if customCSS}[%customCSS%];{/if} */

