/*JJE These ones are confirmed as active*/
h1,
h2,
h3,
h4,
h5,
.rf-text-container h1,
.rf-text-container h1 span {
  font-family: "Avante Garde";
  color: #032d60;
}

.reg-orders-page .button thing here {
  background-color: red;
}

.workflow-header-default .rfwf-headline,
.rfwf-header .rfwf-headline {
  float: left;
  width: 100% !important;
  font-family: "Avante Garde";
  color: #032d60;
}

body,
span,
p,
div {
  font-family: "SalesforceSans", sans-serif;
  color: #59575c;
}
/*pages that need important...*/
.salesforce-edusummit22-cfp-cfpHome h1,
.salesforce-edusummit22-cfp-cfpHome h2,
.salesforce-edusummit22-cfp-cfpHome h2 span,
.salesforce-edusummit22-cfp-cfpHome h2 strong {
  font-family: "Avante Garde" !important;
  color: #032d60 !important;
}

.rf-org-header-container header img {
  width: 100%;
}

ul {
  list-style-type: square !important;
  list-style-position: outside !important;
  margin-block-end: 1em !important;
}

.orders-page ul li {
  list-style: none !important;
}

/*stack radio buttons on all forms*/
.custom-form-content .rf-radio-container .rfG-row {
  display: flex;
  flex-direction: column;
}
/*and make sure they aren't set to 50% width ever*/
.custom-form-content .rf-radio-container .rfG-md-50 {
  width: 100%;
}

/*buttons in forms - remove left padding so we can combine with text*/
.flex-box-section-full
  .flex-box-section-full-interior
  .rf-headline
  .rf-headline-content {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

/*.popover instead of tooltip in some fields for some reason*/
/*some checkboxes were getting 14px for some reason*/
/*some radio buttons are getting 14px for some reason*/
.popover,
.checkbox span,
.radio span {
  font-size: 16px;
}

#workflow-login-page .md-frame .md-frame-body {
  min-height: 384px;
}

.rfComp-canvas h4 {
  text-transform: initial;
}

.rfwf-full-panel {
  border-bottom: 0px solid var(--rf-system-color-neutral-70);
}

.tooltip .tooltip-inner {
  background-color: #eaf5fe !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #eaf5fe !important;
}

/*  
.plus-trailblazerdx22-cfp-cfpHome.mdBtnR-primary, a.mdBtnR-primary {
    display: none;
}

#cfp-home-start {
  display: none;
} */

.rf-housing {
  background-color: #fff;
}

/*km 00037620*/
@media only screen and (max-width: 1675px) {
    .rf-overlay-new.rf-has-arrow.rf-overlay-bottom.rf-overlay-centered,
    .rf-overlay-new.rf-has-arrow.rf-overlay-top.rf-overlay-centered{
        /* transform: none; */
        transform: translateX(-35px) translateY(-10px);
    }
    .rf-overlay-new.rf-has-arrow.rf-overlay-bottom.rf-overlay-centered:after{
        display:none;
    }
  }
/*end 00037620*/
/*BSS 37780 & 37854*/
.plus-dreamforce22-waitlistreg-order .splash-confirmation .mdBtnR.mdBtnR-primary {
    display: none;
}
.plus-dreamforce22-waitlistreg-order .splash-confirmation .splash-section {
  max-width: none !important;
}

.plus-dreamforce22-promocodereg-order .splash-confirmation .mdBtnR.mdBtnR-primary {
    display: none;
}
.plus-dreamforce22-promocodereg-order .splash-confirmation .splash-section {
  max-width: none !important;
}
/***/

/*km - hide attendee details on confirmation page*/
.plus-dreamforce22-waitlistreg-order .splash-confirmation .splash-section:nth-child(2),
.plus-dreamforce22-promocodereg-order .splash-confirmation .splash-section:nth-child(2){
    display:none;
}
/*end km*/
