:root {
  --dark-blue: #00285A;
  --light-blue: #0068BC;
}

/* Registration Shared CSS */

.rf-label-only > label span:first-of-type,
.rf-label-only > label .label-text,
.rf-label-only .rf-label span:first-of-type,
.rf-label-only .rf-label .label-text,
.rf-input > label span:first-of-type,
.rf-input > label .label-text,
.rf-input .rf-label span:first-of-type,
.rf-input .rf-label .label-text,
.rf-search-input > label span:first-of-type,
.rf-search-input > label .label-text,
.rf-search-input .rf-label span:first-of-type,
.rf-search-input .rf-label .label-text,
.rf-icon-input > label span:first-of-type,
.rf-icon-input > label .label-text,
.rf-icon-input .rf-label span:first-of-type,
.rf-icon-input .rf-label .label-text,
.rf-single-select > label span:first-of-type,
.rf-single-select > label .label-text,
.rf-single-select .rf-label span:first-of-type,
.rf-single-select .rf-label .label-text,
.rf-multi-select > label span:first-of-type,
.rf-multi-select > label .label-text,
.rf-multi-select .rf-label span:first-of-type,
.rf-multi-select .rf-label .label-text,
.rf-select2-override > label span:first-of-type,
.rf-select2-override > label .label-text,
.rf-select2-override .rf-label span:first-of-type,
.rf-select2-override .rf-label .label-text,
.rf-toggle > label span:first-of-type,
.rf-toggle > label .label-text,
.rf-toggle .rf-label span:first-of-type,
.rf-toggle .rf-label .label-text,
.rf-textarea > label span:first-of-type,
.rf-textarea > label .label-text,
.rf-textarea .rf-label span:first-of-type,
.rf-textarea .rf-label .label-text,
.rf-day-picker > label span:first-of-type,
.rf-day-picker > label .label-text,
.rf-day-picker .rf-label span:first-of-type,
.rf-day-picker .rf-label .label-text,
.rf-scale-matrix > label span:first-of-type,
.rf-scale-matrix > label .label-text,
.rf-scale-matrix .rf-label span:first-of-type,
.rf-scale-matrix .rf-label .label-text,
.rf-survey-scale > label span:first-of-type,
.rf-survey-scale > label .label-text,
.rf-survey-scale .rf-label span:first-of-type,
.rf-survey-scale .rf-label .label-text,
.rf-star-selector > label span:first-of-type,
.rf-star-selector > label .label-text,
.rf-star-selector .rf-label span:first-of-type,
.rf-star-selector .rf-label .label-text,
.rf-date-picker > label span:first-of-type,
.rf-date-picker > label .label-text,
.rf-date-picker .rf-label span:first-of-type,
.rf-date-picker .rf-label .label-text,
.rf-read-only > label span:first-of-type,
.rf-read-only > label .label-text,
.rf-read-only .rf-label span:first-of-type,
.rf-read-only .rf-label .label-text,
.rf-button-link > label span:first-of-type,
.rf-button-link > label .label-text,
.rf-button-link .rf-label span:first-of-type,
.rf-button-link .rf-label .label-text,
.rf-nps-question > label span:first-of-type,
.rf-nps-question > label .label-text,
.rf-nps-question .rf-label span:first-of-type,
.rf-nps-question .rf-label .label-text,
.rf-upload-file > label span:first-of-type,
.rf-upload-file > label .label-text,
.rf-upload-file .rf-label span:first-of-type,
.rf-upload-file .rf-label .label-text,
.rf-horizontal-label > label span:first-of-type,
.rf-horizontal-label > label .label-text,
.rf-horizontal-label .rf-label span:first-of-type,
.rf-horizontal-label .rf-label .label-text,
.rf-phone-number > label span:first-of-type,
.rf-phone-number > label .label-text,
.rf-phone-number .rf-label span:first-of-type,
.rf-phone-number .rf-label .label-text,
.rf-form-element-group > label span:first-of-type,
.rf-form-element-group > label .label-text,
.rf-form-element-group .rf-label span:first-of-type,
.rf-form-element-group .rf-label .label-text,
.rf-checkbox-container > label span:first-of-type,
.rf-checkbox-container > label .label-text,
.rf-checkbox-container .rf-label span:first-of-type,
.rf-checkbox-container .rf-label .label-text,
.rf-toggle-wrapper > label span:first-of-type,
.rf-toggle-wrapper > label .label-text,
.rf-toggle-wrapper .rf-label span:first-of-type,
.rf-toggle-wrapper .rf-label .label-text {
  font-family: "intel-clear" !important;
  font-weight: 400 !important;
}

/*hide hero banner saying content catalog on reg workflows*/
body.rf-body.intel-innovation2021-attendee-portal-page-preattendeeportal .hero-container{
  display: none;
} 

body.rf-body.intel-innovation2021-reg-login .rfwf-full-panel.rfwf-login-page{
  padding-bottom: 30vh;
}

/*dec-368*/
.card-body.has-rows.no-sessions p {
  display:hidden;
}

.card-body.has-rows.no-sessions p:after {
content:'Add sessions to your list by clicking the heart icon in the session description.';
}
/*dec-368*/

/*Form padding*/

@media (min-width: 1024px) {
  .rf-workflow-body-content.has-workflow-nav
    .rfwf-full-panel
    .rfwf-panel-interior {
    padding: 0 66px 3em;
  }
}

.rfwf-full-panel .rfwf-panel-interior {
  max-width: 1240px;
  margin: 0 auto !important;
  max-width: 50rem;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.dropdown-icon-background {
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  ) !important;
  border: none !important;
}

.rf-select select,
.rf-select select:not([multiple]) {
  border: 1px solid #262626 !important;
  background-color: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  ) !important;
}

.dropdown-icon-background {
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  ) !important;
  border-top: 1px solid #262626 !important;
  border-bottom: 1px solid #262626 !important;
  border-right: 1px solid #262626 !important;
}

.rf-body *,
[id*="rf-"].rf-widget *,
.rf-default-modal * {
  outline: 0 !important;
  outline: none !important;
  font-family: "intel-clear", Helvetica, "helvetica", Arial, sans-serif;
}

/* Overlays */

.rf-overlay-new
  .rf-scroll-frame
  ul
  li:not(.group-header):not(.common-select-dropdown-option-item):hover,
.rf-overlay-new
  .rf-scroll-frame
  ul
  li:not(.group-header):not(.common-select-dropdown-option-item).disabled:hover {
  background: #0068b5;
}

.rf-overlay-new
  .rf-scroll-frame
  ul
  li:not(.group-header):not(.common-select-dropdown-option-item):hover
  svg {
  fill: #fff;
}

.rf-overlay-new
  .rf-scroll-frame
  ul:not(.rf-select-selected)
  li:not(.group-header):not(.common-select-dropdown-option-item):hover,
.rf-overlay-new
  .rf-scroll-frame
  ul:not(.rf-select-selected)
  li:not(.group-header):not(.common-select-dropdown-option-item).disabled:hover {
  background: #e4e5f0;
  color: #151515;
  cursor: not-allowed;
}

/*=============================================*/

/*
/*  # Common Styling
/*  Buttons, Inputs, Form elements, Icons, etc.
/*
/*=============================================*/

/* Pills */

.rf-pill-primary {
  background-color: #00a3f6;
  border-color: #00a3f6;
}

/* Inputs */

.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):active,
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):focus,
.rf-input textarea:active,
.rf-input textarea:focus,
.rf-textarea textarea:active,
.rf-textarea textarea:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -moz-box-shadow: 0 0 6px #ccc;
  -ms-box-shadow: 0 0 6px #ccc;
  -o-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
}

.dropdown-results-container .rf-select-results-container li:hover {
  background-color: #f5f5f5;
}

.modal-header .rfSI svg {
  fill: #999;
}

/*=============================================*/

/*
/*  # Checkbox
/*
/*=============================================*/

.rf-checkbox .rfSI svg {
  /* Icon color unless hovered, then it's the following styles */
  fill: #fff;
}

.rf-checkbox .rfSI svg:hover,
.rf-checkbox .rfSI svg:active,
.rf-checkbox .rfSI svg:focus {
  fill: #8f8f8f;
}

.rf-checkbox .checkbox-bg {
  /* Background of the checkbox before any states have happened */
  border-color: #444;
  background: #fff;
}

.rf-checkbox input[type="checkbox"] {
  /* Checkbox styles checked. */
}

.rf-checkbox input[type="checkbox"]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: #444;
  border-color: #444 !important;
}

.rf-checkbox input[type="checkbox"]:checked + .checkbox-bg + .rfSI {
  /* Checkbox icon color if checked and hovered (if different than checked. */
}

.rf-checkbox input[type="checkbox"]:checked + .checkbox-bg + .rfSI svg {
  fill: #fff;
}

.rf-checkbox input[type="checkbox"]:checked + .checkbox-bg + .rfSI svg:hover,
.rf-checkbox input[type="checkbox"]:checked + .checkbox-bg + .rfSI svg:active,
.rf-checkbox input[type="checkbox"]:checked + .checkbox-bg + .rfSI svg:focus {
  fill: white !important;
}

/* General Catalog Branding */

#rf-content,
.main-content {
  background: white !important;
}

/* Exhibitor Listing Branding */

#rf-exhibitorcatalog {
  background: #fff;
}

/* LOGIN PAGE */

.rfwf-login-page {
  padding-top: 75px;
}

.rfwf-login-page .rfG-md-50:nth-child(2) {
  background: #ebebeb !important;
}

.create-account-frame {
  background-color: inherit !important;
}

.md-frame {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 1rem 0.938rem 1rem 0.938rem;
}

.md-frame-header {
  border: none !important;
  padding: 0 !important;
}

.md-frame-body {
  border: none !important;
  padding: 0 !important;
  margin-top: 2rem;
}

.md-frame .md-frame-header h2 {
  color: #262626;
  font-size: 1.125rem !important;
  line-height: 1.463rem;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "intel-one" !important;
}

#workflow-login-page .md-frame-footer a {
  color: #00aeef !important;
  margin-top: 0.625rem !important;
}

.md-frame-footer {
  border: none !important;
}

.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR),
.rf-input textarea {
  border: 1px solid #262626 !important;
}

@media screen and (min-width: 576px) {
  #loginDiv {
    width: 50% !important;
  }
  #createDiv {
    width: 50% !important;
  }
  #loginFooter {
    flex: 1 1 auto !important;
  }
  #panelInteriorLogin {
    max-width: none !important;
  }
}

/* Personal Agenda/Schedule */

#rf-calendar .schedule-calendar .rbc-time-view .rbc-header a {
  text-decoration: none;
}

#rf-calendar
  .schedule-calendar
  .schedule-calendar-toolbar
  .calendar-options
  .mdBtnR:not(.add-personal-time) {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

#rf-calendar
  .schedule-calendar
  .schedule-calendar-toolbar
  .calendar-options
  .mdBtnR:not(.add-personal-time):hover {
  background: #999 !important;
  border-color: #999 !important;
}

#rf-calendar
  .schedule-calendar
  .schedule-calendar-toolbar
  .calendar-options
  .mdBtnR:not(.add-personal-time).active {
  background: #999 !important;
  border-color: #999 !important;
}

#rf-calendar
  .schedule-calendar
  .schedule-calendar-toolbar
  .calendar-options
  .mdBtnR:not(.add-personal-time):hover
  svg {
  fill: #fff;
}

#rf-navbar .rf-nav-auth .mdBtnR.rf-auth {
  background-color: transparent !important;
}

/* Sessions List */

[id*="rf-"].rf-widget .catalog-result .catalog-result-title button .title-text,
[id*="rf-"].rf-widget .catalog-result .catalog-result-title a .title-text,
[id*="rf-"].rf-widget
  .session-details-page
  .catalog-result-title
  button
  .title-text,
[id*="rf-"].rf-widget .session-details-page .catalog-result-title a .title-text,
.rf-default-modal .catalog-result .catalog-result-title button .title-text,
.rf-default-modal .catalog-result .catalog-result-title a .title-text,
.rf-default-modal
  .session-details-page
  .catalog-result-title
  button
  .title-text,
.rf-default-modal .session-details-page .catalog-result-title a .title-text {
  color: #00a3f6;
}

.rf-tile-container .rf-tile:hover .rf-tile-body .rf-tile-title a,
.rf-tile-container .rf-tile:hover .rf-tile-body .rf-tile-title a:link,
.rf-tile-container .rf-tile:hover .rf-tile-body .rf-tile-title a:visited,
.rf-tile-container .rf-compressed-tile:hover .rf-tile-body .rf-tile-title a,
.rf-tile-container
  .rf-compressed-tile:hover
  .rf-tile-body
  .rf-tile-title
  a:link,
.rf-tile-container
  .rf-compressed-tile:hover
  .rf-tile-body
  .rf-tile-title
  a:visited {
  color: #0068b5;
}

.rfSI svg {
  fill: #00a3f6;
}

.rfSI svg:hover,
.rfSI svg:active,
.rfSI svg:focus {
  fill: #76ceff;
}

/* TA List Speakers */

.rf-tile-container .ta-grid-speaker-card .speaker-info h3 {
  color: #00a3f6;
}

/* Session List Titles */

[id*="rf-"].rf-widget .catalog-result .catalog-result-title a,
[id*="rf-"].rf-widget .session-details-page .catalog-result-title a,
.rf-default-modal .catalog-result .catalog-result-title a,
.rf-default-modal .session-details-page .catalog-result-title a {
  color: #00a3f6;
}

div[id*="rf-"].rf-widget a,
div[id*="rf-"].rf-widget a:link,
div[id*="rf-"].rf-widget a:visited,
.rf-default-modal a,
.rf-default-modal a:link,
.rf-default-modal a:visited {
  color: #00a3f6;
}

div[id*="rf-"].rf-widget a:hover,
div[id*="rf-"].rf-widget a:focus,
div[id*="rf-"].rf-widget a:link:hover,
div[id*="rf-"].rf-widget a:link:focus,
div[id*="rf-"].rf-widget a:visited:hover,
div[id*="rf-"].rf-widget a:visited:focus,
.rf-default-modal a:hover,
.rf-default-modal a:focus,
.rf-default-modal a:link:hover,
.rf-default-modal a:link:focus,
.rf-default-modal a:visited:hover,
.rf-default-modal a:visited:focus {
  color: #0068b5;
}

[id*="rf-"].rf-widget .catalog-result .session-details p span,
[id*="rf-"].rf-widget .session-details-page .session-details p span,
.rf-default-modal .catalog-result .session-details p span,
.rf-default-modal .session-details-page .session-details p span {
  color: #444;
  font-weight: 600;
}

#rf-content .search-filters .filters-header button .mdBtnR-text {
  color: #76ceff;
}

[id*="rf-"].rf-widget
  .catalog-result
  ul.session-actions
  > li
  .mdBtnR-outline-primary
  svg,
[id*="rf-"].rf-widget
  .session-details-page
  ul.session-actions
  > li
  .mdBtnR-outline-primary
  svg,
.rf-default-modal
  .catalog-result
  ul.session-actions
  > li
  .mdBtnR-outline-primary
  svg,
.rf-default-modal
  .session-details-page
  ul.session-actions
  > li
  .mdBtnR-outline-primary
  svg {
  fill: #00a3f6;
}

.rf-widget .catalog-result ul li .session-time-and-location .webinar-join-btn {
  margin-left: 20px;
}

#rf-exhibitorcatalog
  .search-filters
  .filters-header
  .clear-search
  .mdBtnR-text {
  color: #00a3f6;
}

#rf-exhibitorcatalog.rf-widget
  .exhibitor-details-page
  .exhibitor-details-back-to-catalog
  a {
  color: #00a3f6;
}

#rf-exhibitorcatalog.rf-widget
  .exhibitor-details-page
  .exhibitor-details-back-to-catalog
  a
  svg {
  fill: #00a3f6;
}

#rf-exhibitorcatalog
  .exhibitor-details-page
  .exhibitor-details-content
  .exhibitor-title
  .exhibitor-logo:empty {
  display: none;
}

#rf-exhibitorcatalog
  .exhibitor-details-page
  .exhibitor-details-content
  .exhibitor-title
  .exhibitor-logo {
  margin-right: 20px;
}

.mdBtnR-link.disabled .mdBtnR-text,
.mdBtnR-link:disabled .mdBtnR-text,
.mdBtnR-link[disabled] .mdBtnR-text {
  color: #e9e9e9;
}

#rf-content .search-container .rf-catalog-tabs li.active,
#rf-exhibitorcatalog .search-container .rf-catalog-tabs li.active,
#rf-speakercatalog .search-container .rf-catalog-tabs li.active {
  color: #00a3f6;
  border-color: #00a3f6;
}

.flex-box-section-full {
  padding: 15px 0 !important;
}

.page-builder-panel .rf-card.recommended-sessions-card .card-body {
  height: 300px;
}

.rf-contact-actions .mdBtnR.mdBtnR-sm .mdBtnR-text {
  line-height: 18px;
}

.rf-contact-actions .mdBtnR.mdBtnR-sm {
  padding: 6px 16px;
}

/* Create Account Page -------------------------------------------------*/

#create-account-page .rf-text-container > div > p:nth-child(1) {
  color: #004a86;
}

#create-account-page .rf-text-container > div > p:nth-child(2) {
  color: #262626;
}

#create-account-page .note {
  display: none;
}

#create-account-page .rf-input .label-text {
  color: #252525;
  position: static;
  width: 6.25em;
  height: 1.5em;
  left: 0px;
  top: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 135%;
}

#create-account-page .rf-input input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  position: static;
  height: 2.5em;
  left: 0px;
  top: 0.313em;
  background: #ffffff;
  border: 1px solid #262626;
  box-sizing: border-box;
  box-shadow: inset 0px 0.063em 0.125em rgba(37, 37, 37, 0.001);
  border-radius: 0.25em;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0.625em 0em;
}

#create-account-page #wf-passwordtext > .rf-text-container > div {
  position: static;
  height: 10em;
  left: 0em;
  top: 21.063em;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  line-height: 125%;
  color: #000000;
  flex: none;
  order: 4;
  align-self: stretch;
  flex-grow: 0;
  margin: 0em 0em;
}

#create-account-page #wf-passwordtext > .rf-text-container > div li {
  font-weight: normal;
}

#create-account-page #wf-btn-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.625em 1.5em;
  position: static;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background-color: #0068b5;
  border-color: #0068b5;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0em 0em;
  /*position: static;
    width: 66px;
    height: 20px;
    left: 0px;
    top: 0px;*/
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  /*line-height: 1.25em;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0em 0.25em;*/
}

#create-account-page .rf-input span .rf-req {
  color: #252525;
}

/*----------------------------------------------------------------------*/

/* Create Account Contact Info page ------------------------------------*/

#create-account-cont .rf-text-container {
  position: static;
  width: 71.25em;
  height: 2.688em;
  left: 0em;
  top: 0em;
  font-family: IntelOne Display;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25em;
  line-height: 120%;
  color: #004a86 !important;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 1.5em 0em;
}

#create-account-cont .rf-text-container > div > p:nth-child(2) {
  position: static;
  width: 71.25em;
  height: 3.125em;
  left: 0em;
  top: 4.188em;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 125%;
  color: #262626;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 1.5em 0em;
}

#create-account-cont .rf-input .label-text {
  position: static;
  width: 5.5em;
  height: 1.5em;
  left: 0em;
  top: 0em;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 135%;
  color: #252525;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0em 0.5em;
}

#create-account-cont .rf-input input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  position: static;
  height: 2.5em;
  left: 0em;
  top: 0.313em;
  background: #ffffff;
  border: 0.063em solid #262626;
  box-sizing: border-box;
  box-shadow: inset 0em 0.063em 0.125em rgba(37, 37, 37, 0.001);
  border-radius: 0.25em;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0.625em 0em;
}

#create-account-cont .rf-select .label-text {
  position: static;
  width: 5.5em;
  height: 1.5em;
  left: 0em;
  top: 0em;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 135%;
  color: #252525;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0em 0.5em;
}

.text-wht {
  color: #fff !important;
}

.conf-header {
  margin-top: 8rem !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  margin-bottom: 1.5rem !important;
  font-family: "intel-one" !important;
}

.conf-sub-header {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  margin-bottom: 1.5rem !important;
  font-family: "intel-one" !important;
}

.conf-p {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.conf-box {
  margin-bottom: 8rem !important;
}

.conf-a {
  color: #00aeef !important;
}

hr,
br {
  display: none !important;
}

.cal-card {
  height: 308px !important;
  padding: 24px 12px !important;
}

.cal-card-header {
  font-family: "intel-one" !important;
  color: var(--dark-blue) !important;
  font-weight: 400 !important;
  font-size: 1.25rem;
}

.rf-card .card-header,
.rf-card .card-body {
  border-radius: 0px !important;
  border: none !important;
}

.rf-card .card-header .card-header-title {
  font-family: "intel-one" !important;
  color: var(--dark-blue) !important;
  font-weight: 400 !important;
  font-size: 24px;
}

.rf-card .card-header {
  padding: 8px 20px 0px;
}

.rf-card .booth-details-card {
  height: 16.25rem !important;
}

.rf-card .card-body {
  padding: 8px 1.25rem 16px !important;
  height: auto;
}

.rf-read-only {
  padding-bottom: 0rem;
}

.addeventatc.bg-primary {
  color: white !important;
}

.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  border: none !important;
}

.wf-form-element-div .rf-checkbox-container .checkbox > label > input {
  position: absolute;
  left: 0;
  top: 5px;
}

.modal-header > h3 {
  color: #262626;
  font-size: 1.125rem !important;
  line-height: 1.463rem;
  font-weight: 700;
  vertical-align: middle;
  font-family: "intel-one" !important;
}

.has-background .flex-box-section-full:last-child {
  padding-bottom: 64px !important;
}

.addeventatc .addeventatc_icon {
  display: none;
}

.addeventatc {
  text-align: center;
  padding: 10px 12px !important;
  position: absolute;
  bottom: 16px;
  right: 24px;
}

@media screen and (max-width: 768px) {
  .flex-box-child.rf-grid-layout-50 {
    margin-top: 30px;
  }
}

#create-account-page #wf-btn-submit > .mdBtnR-text {
  content: "Create Account" !important;
}

@media screen and (min-width:768px){
  #workflow-login-page .rfwf-panel-interior {
      display:flex;
      flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  #workflow-login-page .rfwf-panel-interior {
    flex-direction: row !important;
  }
}

#workflow-login-page .rfwf-panel-interior {
  flex-wrap: nowrap !important;
}

.intel-innovation2021-reg-createaccount .form-horizontal,
.intel-innovation2021-regagencyintel-createaccount .form-horizontal {
  display: flex;
  flex-direction: column;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(1),
.intel-innovation2021-regagencyintel-createaccount
  .wf-form-element-div:nth-child(1) {
  order: 1;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(2), .intel-innovation2021-regagencyintel-createaccount
.wf-form-element-div:nth-child(2) {
  order: 2;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(3), .intel-innovation2021-regagencyintel-createaccount
.wf-form-element-div:nth-child(3) {
  order: 3;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(4), .intel-innovation2021-regagencyintel-createaccount
.wf-form-element-div:nth-child(4) {
  order: 4;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(5), .intel-innovation2021-regagencyintel-createaccount
.wf-form-element-div:nth-child(5) {
  order: 9;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(6), .intel-innovation2021-regagencyintel-createaccount
.wf-form-element-div:nth-child(6) {
  order: 5;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(7), .intel-innovation2021-regagencyintel-createaccount
.wf-form-element-div:nth-child(7) {
  order: 7;
}

.intel-innovation2021-reg-createaccount .wf-form-element-div:nth-child(8), .intel-innovation2021-regagencyintel-createaccount
.wf-form-element-div:nth-child(8) {
  order: 8;
}

.intel-innovation2021-reg-createaccount .form-footer-actions:nth-child(9), .intel-innovation2021-regagencyintel-createaccount
.form-footer-actions:nth-child(9){
  order: 9;
}

/* Pre Attendee Portal page ---------------------------------*/

/*gamification styles*/

.gameification-cons h4{
  font-family: 'intel-one';
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #00285A;
}

.gameification-cons .trophy-card-list.rfwf-game-card-body {
  background-color:#FFFFFF;
}

.gameification-cons .trophy-card-header.rfwf-game-card-header {
    background: #ffffff;
    height: auto;
}

.gameification-cons a.go-to-gamification{
  margin:22px 0px;
  background: #0068B5;
  color:#FFFFFF;
  font-family: 'intel-clear';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding:10px 24px;
}

.gameification-cons a.go-to-gamification:hover{
  background-color: #00285A;
  text-decoration: none;
  color: #FFFFFF;
}

.trophy-card-header.rfwf-game-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*gamification styles*/

.intel-innovation2021-attendee-portal-page-preattendeeportal
  .flex-box-section-full:nth-child(2)
  .flex-box-child:nth-child(2)
  > div
  > .cal-card
  > p {
  font-size: 18px;
}

.intel-innovation2021-attendee-portal-page-preattendeeportal
  .flex-box-section-full:nth-child(2)
  .flex-box-child:nth-child(1)
  #myDynamicForm
  .label-text {
  font-weight: bold !important;
}

#braindate-card{
/*   height:171px; */
padding: 24px 12px;
  display: flex;
  justify-content: space-between;
  min-height: 231px;
}

#braindate-card > div:nth-child(2) > img{
  width: 175px;
  position:absolute;
  top:5px;
}

#braindate-card > div:nth-child(1),
#braindate-card > div:nth-child(2){
  margin-bottom:12px;
}

@media screen and (min-width:501px){
  #braindate-card > div:nth-child(2){
    min-width:174px;
    margin-right:40px;
    margin-left:30px;
  }
}
@media screen and (min-width:1280px){
  
  #braindate-card > div:nth-child(1){
    padding-right:0;
    padding-bottom:12px;
    margin-bottom:0;
  }
  #braindate-card > div:nth-child(2){
    margin-right:50px;
    margin-left:60px;
    margin:0 50px 0 60px;
    display:flex;
  }
}

#braindate-subtitle > p{
  color:#00285A;
}

#braindate-card div > a,
a.attendee-portal-button,
.content-catalog-button-container a.attendee-portal-button {
  display: flex ;
  justify-content: center;
  align-items: center;
  background-color: #0068B5;
  color:white;
  width:153px;
  height:40px;
  font-weight:400;
  font-size:16px;
  line-height:20px;

}

#seat-reserved-intel-icon{
  display:inline-block;
  float:left;
  height:275px;
  margin-right:10px;
}
#seat-reserved-intel-icon-no-padding{
/*   width:232px; */
  display:none;
}
#seat-reserved-intel-icon > img{
  width:232px;
}
#addeventatc2,#addeventatc1{
  align-self:unset;
}
#special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div:nth-child(2) > div > div > div,
#addeventatc1{
  margin-top:12px;
}

#addeventatc1:hover{
  background-color: #00285A;
  font-size: initial;
  color: white;
}

#special-div .catalog-favorites-row .all-sessions-card h6{
  font-family: 'intel-clear';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #0068B5;
}

#special-div .catalog-favorites-row .all-sessions-card p.address-details *{
  font-family: 'intel-clear';
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

#special-div .catalog-favorites-row .all-sessions-card p.schedule-time-details *{
  font-family: 'intel-clear';
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

#special-div .addeventatc:hover{
  background-color: #00285A;
  font-size: initial;
  color: white;;
}

@media screen and (max-width: 950px){
  #special-div > div > div > div:nth-child(4) > div > div > div:nth-child(1){
    margin-top:0;
  }
  #special-div > div > div > div:nth-child(4) > div > div > div:nth-child(2) {
    margin-top:0;
  }
  #special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div,
  #special-div > div > div > div:nth-child(5) > div > div > div:nth-child(1),
  #special-div > div > div > div:nth-child(5) > div > div > div:nth-child(2){
    width:100%
  }
  #special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div:first-child,
  #special-div > div > div > div:nth-child(5) > div > div > div:nth-child(1){
    margin-bottom: 30px;
  }
  #special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div:nth-child(2){
    margin-top: 0;
  }
  #special-div > div > div > div.flex-box-section-full.catalog-favorites-row{
    margin:15px 0px;
  }
  #special-div > div > div > div.flex-box-section-full.catalog-braindate-row{
    margin:30px 0px;
  }
  #special-div > div > div > div:nth-child(5) > div > div > div:nth-child(2){
    margin-top:0;
  }
  #special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div:nth-child(2) > div > div{
    height: 186px !important;
  }
  #special-div > div > div > div:nth-child(4) > div > div > div > div > div{
    padding-bottom:10px;
  }
  
  #seat-reserved-intel-icon{
    display:none;
  }
  #seat-reserved-intel-icon-no-padding{
    width:214px;
    display:block;
  }
  
}
@media screen and (max-width: 500px){

  #braindate-card > div:nth-child(2) > img{
    display: none;
  }

    #special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div:nth-child(1){
    margin-bottom:0px;
  }
  #special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div:nth-child(2){
    margin-top:30px;
  }
  
  #special-div > div > div > div.flex-box-section-full.catalog-braindate-row{
    margin-bottom:30px;
  }
  #special-div > div > div > div.flex-box-section-full.catalog-favorites-row > div > div > div:nth-child(2) > div > div{
    height:245px !important;
  }
}

/* Pre Attendee Portal page end ---------------------------------*/

/* Hotel Booking --------------------------------------------------------   */
.hotel-later {
  display: none;
}

body.rf-body.intel-innovation2021-regagencyintel-housing
  > div.rf-org-header-container
  > .hotel-later,
.intel-innovation2021-regagencyintel-housing .hotel-later {
  display: inline-block !important;
}

.hotel-later:link,
.hotel-later:visited {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  border-color: #0068b5 !important;
  border-radius: 0px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 0.625rem 1.5rem !important;
  text-transform: none !important;
  position: relative;
  background: transparent;
  letter-spacing: 1px;
  border: 2px solid transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: all 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  user-select: none;
  background-color: #fff;
  color: #3e82e0;
  text-decoration: none;
  cursor: pointer;
}

.hotel-later:hover,
.hotel-later:active {
  text-decoration: none !important;
}

.hotel-list-wrapper p.hotel-price-left {
  display: none;
}
.hotel-card.type-room .room-pricing p.room-price,
p.room-timeframe {
  display: none;
}
.summary-hotel .room-details {
  display: none;
}
.hotel-confirmation-details .room-total {
  display: none;
}
/* ----------------------------------------------------------------------   */

/*===================================*/
/*DEC 41 - Updated Attendee Dashboard*/
/*===================================*/
/*targets using the header widget custom class to make these styles page specific */

.registration-confirmation-header ~ * #wf-formAttendee-companyname {
  /*company info in update profile section*/
  display: none;
}
.registration-confirmation-header ~ * .cal-card {
  /*widget cards*/
  height: auto !important;
}
.registration-confirmation-header ~ * .addeventatc {
  /*blue buttons in widget cards*/
  position: relative;
  align-self: flex-end;
  right: 0px;
  bottom: 0px;
  margin-top: 32px;
  margin-bottom: 16px;
  background-color: #0068b5;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.registration-confirmation-header ~ * .rfComp-canvas .cal-card .larger-header {
  /*card header with custom class*/
  color: #00285a !important;
  font-size: 36px;
  line-height: 43px;
}
.registration-confirmation-header ~ * .justify-flex-start {
  /*blue button within check out content catalog card*/
  align-self: flex-start;
  width: 208px;
}
.registration-confirmation-header ~ * .add-to-calendar-btn {
  width: 166px;
}
.registration-confirmation-header ~ * .rf-read-only > label + div {
  /* user info in update profile card*/
  font-weight: 400;
  color: #808080;
}
.registration-confirmation-header
  ~ *
  .intel-innovation2021-attendee-portal-page-preattendeeportal
  .flex-box-section-full:nth-child(2)
  .flex-box-child:nth-child(1)
  #myDynamicForm
  .label-text {
  font-weight: 400; /*labels in update profile card for user info*/
}
.registration-confirmation-header
  ~ *
  #myDynamicForm
  > div:last-child
  label::after {
  /*Email label in update profile card*/
  content: " Address";
}

@media screen and (max-width: 768px) {
  .registration-confirmation-header ~ .flex-box-section-full {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .registration-confirmation-header ~ * .addeventatc {
    /*blue buttons in widget cards*/
    margin-top: 12px;
  }
  .registration-confirmation-header ~ * .flex-box-child > div {
    height: 100% !important;
  }
  .registration-confirmation-header ~ * .cal-card {
    /*widget cards*/
    height: 100% !important;
  }
  .registration-confirmation-header ~ * .cal-card p {
    margin-bottom: 10px;
  }
}

/*===================================*/
/*DEC 41 - Updated Attendee Dashboard*/
/*===================================*/
/*targets using the header widget custom class to make these styles page specific */

.registration-confirmation-header ~ * #wf-formAttendee-companyname{ /*company info in update profile section*/
  display:none; 
}
.registration-confirmation-header ~ * .cal-card{ /*widget cards*/
  height:auto !important;
}
.registration-confirmation-header ~ * .bg-primary{ /*blue buttons in widget cards*/
  position:relative !important;
  align-self: flex-start;
  right: 0px !important;
  bottom:0px !important;
  margin-top:32px;
  margin-bottom:16px;
  background-color:#0068B5 !important;
  border-radius:0px;
  font-size:16px;
  font-weight:400;
  line-height:20px;
}
.registration-confirmation-header ~ * .rfComp-canvas .cal-card .larger-header{ /*card header with custom class*/
  color:#00285A !important;
  font-size:36px;
  line-height:43px;
}
.registration-confirmation-header ~ * .justify-flex-start{ /*blue button within check out content catalog card*/
  align-self:flex-start;
  width:208px;
}
.registration-confirmation-header ~ * .add-to-calendar-btn{
  width:166px;
}
.registration-confirmation-header ~ * .rf-read-only>label+div{ /* user info in update profile card*/
  font-weight: 400;
  color:#808080;
}
.registration-confirmation-header ~ * .intel-innovation2021-attendee-portal-page-preattendeeportal .flex-box-section-full:nth-child(2) .flex-box-child:nth-child(1) #myDynamicForm .label-text{
  font-weight:400; /*labels in update profile card for user info*/
}
.registration-confirmation-header ~ * #myDynamicForm > div:last-child label::after{ /*Email label in update profile card*/
  content:' Address';
  font-family: 'intel-clear';
  font-weight: 400;
}

@media screen and (max-width:768px){
  .registration-confirmation-header ~ .flex-box-section-full{
    padding:0 !important;
  }
}
@media screen and (min-width:1024px){
  .registration-confirmation-header ~ * .bg-primary{ /*blue buttons in widget cards*/
    /* margin-top:auto; */
  }
  .registration-confirmation-header ~ * .flex-box-child > div{
    height:100% !important;
  }
  .registration-confirmation-header ~ * .cal-card{ /*widget cards*/
    height:100% !important;
  }
  .registration-confirmation-header ~ * .cal-card p{
    margin-bottom:10px;
  }
}
/*========================================*/
/* END DEC 41 - Updated Attendee Dashboard*/
/*========================================*/

/*Attendee Dashboard My Favorites Card*/
.card-body.has-rows {
  min-height: 284px;
  max-height: 285px;
  overflow-y: scroll;
}

a.bg-primary:hover {
  color: white !important;
  text-decoration: none !important;
}
a.bg-primary {
  padding: 12px 24px;
  color: white !important;
  text-decoration: none !important;
}

.content-catalog-button-container {
  width: unset !important; 
}


.catalog-favorites-row .rf-pill-orange {
  background-color: #0068B5 !important;
  border-color: #0068B5 !important;
  display: none !important;
}
/* ----------------------------------------------------------------------   */

/*Attendee Dashboard DevFest Card*/

.dev-fest {
  padding: 24px 12px;
}

.dev-fest h3 {
  font-weight: 400;
  color: #00285A;
  font-family: "intel-one";
  font-size: 24px;
  margin-bottom: 18px;
}

.dev-fest :not(:nth-last-child(2)){
  margin-bottom: 18px;
}

.dev-fest p{
  color:#262626;
  font-size: 16px;
  font-weight: 400;
  font-family: "intel-clear"
}

.dev-fest p a{
  color:#007BFF;
}

.dev-fest .bg-primary{
  margin-top: 18px;
}



/* ----------------------------------------------------------------------   */



/*catalog button hover */
.intel-innovation2021-attendee-portal-staging-page-preattendeeportal a.attendee-portal-button:hover,
#braindate-card div > a:hover,
a.attendee-portal-button:hover,
.content-catalog-button-container:hover,
.intel-innovation2021-attendee-portal-page-preattendeeportal a.attendee-portal-button:hover{
  background-color: #00285A;
  color: #FFFFFF;
  text-decoration: none;
  font-size: initial;
}

/* catalog button hover */

/*Attendee portal exclaimation fix */
.catalog-braindate-row #braindate-card a.attendee-portal-button{
  visibility: hidden;
  width: 250px;
  display: inline;
}

.catalog-braindate-row #braindate-card a.attendee-portal-button:after{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0068B5;
  color: white;
  width: 153px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  content: 'Connect now';
  visibility: visible;
}

/*Attendee portal exclaimation fix */




.catalog-favorites-row .my-survey-list-card .card-header{
  padding: 16px 24px;
}

.catalog-favorites-row .my-survey-list-card .card-body {
  overflow-y: scroll;
  max-height: 253px;
  min-height: 253px;
}

/*Feb 2022 hotel booking related changes*/
.rf-housing .rf-housing-content .hotel-details .hotel-price,
.rf-housing .rf-housing-content .hotel-card.type-room .room-pricing
.rf-housing .hotel-booking-summary .room-details{
  display:none;
}
