#page-title::after {
  content: "Keynote Speakers";
}

#mobileMenu.modal.fade.show {
	opacity: 1 !important;
}
.mobile-modal .modal-header .close {    
    top: 0 !important;
    left: 15px !important;
    z-index: 1;
}
 
#mobileMenu .accordion-collapse.show, 
#mobileMenu .accordion-collapse.hide.show {
	display: block !important;
}

body #mobileMenu.modal .modal-dialog {
    top: 0;
    transform: translateY(50px) !important;
}


/*=============================
  == Navigation styles 
  =============================*/
  
/* Styling for the first flex-box-section-full - Background color */
.flex-box-section-full:first-of-type {
    background-color: #313541 !important; /* Dark background for the first section */
}

.flex-box-section-full:first-of-type {
  background-color: #313541 !important;
  z-index: 9;
  position: sticky !important;
  top: 60px !important;
}


/* General padding adjustments for full-width flex sections */
.flex-box-section-full {
    padding: 10px 0 !important; /* Uniform vertical padding */
}

/* Typography adjustments for paragraphs within full-width flex sections */
.flex-box-section-full p {
    font-weight: 600 !important; /* Bold text */
    font-size: 18px !important; /* Larger font size */
}

/* Specific styling for speaker details inside full-width flex sections */
.flex-box-section-full .session-details.speaker-details p {
    font-weight: 400 !important; /* Normal weight text for speaker details */
    font-size: 16px !important; /* Slightly smaller font */
}
/* ====== RF Navbar Styling ====== */



/* General navbar styling */
.rf-navbar {
  background-color: #313541 !important; /* Dark background */
}

/* Centered navbar variation */
.rf-navbar.center {
  background-color: #313541 !important; /* Ensures consistency with standard navbar */
}

/* Navigation link styling */
.widget-nav a {
  color: white !important; /* White text for navigation links */
}

/* Navigation authentication button styling */
.rf-nav-auth .mdBtnR-text {
  color: white !important; /* Ensures authentication button text remains visible */
}

/* Hides authentication section in navbar */
#rf-navbar .rf-nav-auth {
  display: none !important; /* Removes authentication from the navbar */
}

/* Hover, active, focus, and current-page states for navbar links */
#rf-navbar .widget-nav a:hover, 
#rf-navbar .widget-nav a:active, 
#rf-navbar .widget-nav a:focus, 
#rf-navbar .widget-nav a.current-page {
  border-color: #fff; /* Adds a white border to active/hovered links */
}

/* Mobile-specific navbar adjustments */
@media (max-width: 900px) {
  #rf-navbar {
    position: static; /* Resets navbar position for smaller screens */
    margin-top: 14px; /* Adjusts spacing */
  }
  #rf-navbar .rf-accordion .collapse-action .collapse-arrow {
    top: 16px; /* Aligns collapse arrow */
  }
  #rf-navbar .widget-nav {
    display: block; /* Ensures proper display of nav items */
  }
  #rf-navbar .widget-nav a {
    color: #333333 !important; /* Darkens text color for mobile */
  }
}

/* Center aligns navigation links */
.widget-nav {
  display: flex;
  justify-content: center; /* Centers nav links horizontally */
}

/*=============================
  == Header styles 
  =============================*/

 
h2 sup, p sup {
  top: -0.75em;
  font-size: 0.5em;
}

/* Hides the targeted agenda header */
.grid-targeted-agenda .targeted-agenda-header {
    display: none;
}

/* Ensures that the targeted agenda headline is hidden */
.grid-targeted-agenda .targeted-agenda-header .targeted-agenda-headline {
    display: none;
}

.title-info.rf-flex-frame.rf-flex-direction-column.rf-flex-horizontal-center h1 {
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: normal;
  text-align: left;
}

/*=============================
  == Session card styles 
  =============================*/

.rf-tile.targeted-agenda-details-card {
  background: transparent;
}

.text-semibold.text-semibold {
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: -0.18px !important;
    line-height: 38px !important;
    margin: 32px 0 8px 0 !important;
    width: 100% !important;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.8) !important;
}

.rf-tile .rf-tile-body .session-date-time .session-date, .rf-tile .rf-tile-body .session-date-time .session-time, .rf-compressed-tile .rf-tile-body .session-date-time .session-date, .rf-compressed-tile .rf-tile-body .session-date-time .session-time {
  font-weight: var(--rf-system-font-weight-400);
    font-size: 16px;
}

.rf-tile, .rf-compressed-tile {
    border: 0px solid
}
.session-list-agenda .rf-tile-body {
    padding: 0px;
}

.rf-tile .rf-tile-info, .rf-compressed-tile .rf-tile-info {
    font-size: 16px !important;
    font-weight: var(--rf-system-font-weight-400) !important;
}

.rf-tile-info .rf-tile-line-two {
  padding-top: 10px;
}
.attendee-tile-role {
      cursor: pointer;
    }
/*=============================
  == Speaker card styles 
  =============================*/
  
  /* General button padding */
.mdBtnR.mdBtnR-text-button {
    padding-top: 12px;
    padding-bottom: 0;
}

.mdBtnR-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

/* ====== RF Tile Container Styling ====== */

/* Adjusts the width and margin of speaker tile containers within tile container */
.rf-tile-container.tile-align-center .speaker-tile-container,
.rf-tile-container.tile-align-start .speaker-tile-container,
.rf-tile-container.tile-align-end .speaker-tile-container {
    width: calc(24% - 8px) !important; /* Ensures uniform tile width */
    margin: 8px;
}

@media (max-width: 899px) {
.rf-tile-container.tile-align-center .speaker-tile-container, 
.rf-tile-container.tile-align-start .speaker-tile-container, 
.rf-tile-container.tile-align-end .speaker-tile-container {
    width: calc(45% - 8px) !important;
    margin: 8px;
}
}

/* ====== Small Screens (<500px): Single Column ====== */
@media (max-width: 499px) {
.rf-tile-container.tile-align-center .speaker-tile-container, 
.rf-tile-container.tile-align-start .speaker-tile-container, 
.rf-tile-container.tile-align-end .speaker-tile-container {
    width: calc(75% - 0px) !important;
    margin: 8px;
}
}

/* ====== Attendee Tile Styling ====== */

/* General attendee tile styling */
.attendee-tile {
  padding: 0px;
}

/* Removes border from attendee tiles */
.attendee-tile.no-border {
  display: block;
}

/* Attendee tile image styling for no-avatar images */
.attendee-tile-image.no-avatar img {
  width: 100% !important;
  max-width: 345px !important;
  max-height: 345px !important;
  height: 100% !important;
  display: block !important;
  object-fit: fill !important;
}

/* Ensures attendee tile images maintain full size */
.attendee-tile-image.no-avatar {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  max-width: none;
  max-height: none;
  border-radius: 6px;
}

/* Adjusts border radius for attendee tile modal avatars */
.tile-details-modal-avatar {
    border-radius:  6px;
}

/* Attendee name styling inside tiles */
.attendee-tile .attendee-tile-name {
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: -0.18px !important;
    line-height: 38px !important;
    margin: 8px 0 8px 0 !important;
    width: 100% !important;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.8) !important;
}

/* Attendee role styling inside tiles */
.attendee-tile .attendee-tile-r

/*=============================
  == Modal styles 
  =============================*/
  
/* ====== RF Modal Styling ====== */

/* Modal title styling */
[data-test="rf-modal-title"].modal-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
}
.modal-title {
  visibility: hidden !important; /* Hides the text but keeps the space */
}

/* Adjusts modal header spacing */
.rf-default-modal .modal-header, 
.modal .modal-header {
  display: block !important;
  padding-top: 0;
  padding-bottom: 0;
}

/* Adjusts modal content padding */
.rf-default-modal .modal-body, 
.modal .modal-body {
  padding-bottom: 40px !important;
}

/* Ensures that modal titles are bold */
.rf-default-modal .speaker-card h3 {
  font-weight: 600 !important;
}

/* Adjusts modal dialog positioning */
body .modal.in .modal-dialog, 
body .modal .modal-dialog {
  top: 0;
  transform: translateY(50px) !important;
}

/* Ensures modals that are not active remain hidden */
.rf-default-modal:not(.in) {
  opacity: 0 !important;
}

``
body .rf-tile-info.rf-tile-line-one {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    line-height: 25.2px !important;
}

/* Update the children to not use display block */
body .rf-tile-info.rf-tile-line-one p.session-time-in-person, 
body .rf-tile-info.rf-tile-line-one div.semibold.session-date-time {
    display: inline !important;
    /* Remove the line-height */
    line-height: normal !important;
}

.rf-tile .rf-tile-body .session-date-time .session-date, .rf-tile .rf-tile-body .session-date-time .session-time, .rf-compressed-tile .rf-tile-body .session-date-time .session-date, .rf-compressed-tile .rf-tile-body .session-date-time .session-time {
    font-weight: var(--rf-system-font-weight-400);
    font-size: 16px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid var(--rf-system-color-neutral-30);
}

body .rf-tile-info.rf-tile-line-one p.session-time-in-person {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgb(49, 53, 65) !important;
}

/* ====== Social Media Links Styling ====== */

.tile-details-modal.rf-flex-frame.space-x-5 > div {
  display: flex;
  flex-direction: column;
}

/* Adjusts the order of social media links in the layout */
ul.social-media-links.rf-simple-flex-grid.gap-x-2 {
  order: 2; /* Places social media links after the next div */
}


/* Adds spacing below each social media link */
ul.social-media-links.rf-simple-flex-grid.gap-x-2 li {
  padding-bottom: 10px;
  padding-top: 10px;
}


