@charset "UTF-8";
/*======================*/
/*  # Shared Styles
/*======================*/
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
@font-face {
  font-family: "DM Mono";
  src: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Light_1667389217990001OKl9.woff2") format("woff2"), url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Light_1667389217830001OaZS.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono-regular";
  src: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Regular_1667389219382001OCxf.woff2") format("woff2"), url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Regular_1667389219192001O2RE.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono-italic";
  src: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Italic_1667389217674001O2Ft.woff2") format("woff2"), url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Italic_1667389217101001OcU8.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono-medium";
  src: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Medium_1667389218659001OVLt.woff2") format("woff2"), url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-Medium_1667389218460001OI07.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono-mediumitalic";
  src: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-MediumItalic_1667389218993001OIHh.woff2") format("woff2"), url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-MediumItalic_1667389218841001O4q5.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono-lightitalic";
  src: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-LightItalic_1667389218313001OMvB.woff2") format("woff2"), url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMMono-LightItalic_1667389218142001Ofnz.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMSans-Regular_1668671638070001CeWK.woff2") format("woff2"), url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/DMSans-Regular_1668671637479001Cd10.woff") format("woff");
}




:root {
	--rf-brand-color-text-body: #1B3139;
--rf-comp-link-color: #801C17;
--rf-comp-link-hover-color: #801C17;
--rf-comp-input-color-border: #C4CCD6;
  --rf-comp-input-shape-radius: 20px;
  --rf-comp-input-space-padding: 5px 20px;
--rf-comp-checkbox-color: #801c17;
--rf-brand-elevation-focus-indicator-shadow: 0 0 0 1px #EB1600;
--rf-comp-input-color-background: #fff;
--rf-brand-color-background: #f9f7f4;
--rf-brand-color-text-heading: #BD2B26;
--rf-system-font-family: 'DM Sans', Arial, sans-serif;
--rf-brand-color-primary: #FF3621;
  --rf-comp-dropdown-action-color-on-background: #000;
 --rf-comp-input-color-asterisk: #801C17;
--rf-brand-color-status-error: #FF3621;  
  --rf-brand-color-status-success: #FF3621;
  --rf-brand-color-surface: #F9F7F4;
}


html {
  height: auto;
}

body {
  min-height: 100vh;
  height: 100%;
}

.rfComp-canvas h1 {
  color: #1b3139;
  font-weight: 400;
}

/* ============================= */
/* Custom Mixins */
/* ============================= */
/* ========= Usage =========== */
/* 
@mixin gradient($rotateval, $start-grd, $start-percent, $end-grd, $end-percent){
  background: linear-gradient($rotateval, $start-grd $start-percent, $end-grd $end-percent);
} 
*/
/*=============================================*/
/*
/*  # Framework Imports
/* 
/*=============================================*/
/************************
      Start: Header
************************/
header {
  z-index: 1;
  width: 100%;
}
header .apply-btn {
  float: right;
  margin-top: 15px!important;
}
header .apply-btn .mdBtnR-primary {
  background: #85DDB5;
  border: 1px solid #10121E;
  box-shadow: 0px 4px 12px rgba(16, 18, 30, 0.1);
  border-radius: 35px;
  padding: 17px 35px;
}
header .apply-btn .mdBtnR-primary:hover {
  background: #10121E;
}
header .apply-btn .mdBtnR-primary:hover .mdBtnR-text {
  color: #EDEEF1;
}
header .apply-btn .mdBtnR-primary .mdBtnR-text {
  color: #10121E;
  font-family: "DM Sans", sans-serif;
  text-transform: none !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
header .date {
  font-size: 12px;
  font-weight: 500;
  font-family: "DM Sans";
}
header ul {
  list-style-type: none;
  padding: 0;
}
header a {
  cursor: pointer;
}
header #top-nav {
	position: fixed;
	width: 100%;
	background-color: #f9f7f4;
	border: none;
	padding: 0 6rem 20px 6rem;
}
header .nav-menu {
  background: none;
  width: 60px;
  height: 80px;
  top: 0;
  right: 15px;
}
header .open {
  position: fixed;
  background: #10121E;
  width: 100%;
  height: 75%;
  top: 93px;
  right: 0;
}
header .open .burger {
  background-color: transparent;
}
header .open .burger:hover span::after {
  background-color: #10121E;
}
header .open .burger:hover span::before {
  background-color: #10121E;
}
header .open .burger span {
  background: 0 0 transparent;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -o-transition: all 0s ease;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
header .open .burger span::after {
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
  background-color: #EDEEF1;
  bottom: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .open .burger span::before {
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
  background-color: #EDEEF1;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-list {
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  padding-right: 66px;
}
header .menu-list li {
  padding: 10px;
  background: none;
  font-size: 48px;
  line-height: 55px;
  font-family: "DM Sans", sans-serif;
}
header .menu-list li:hover {
  transition: all 250ms;
  transform: translateX(-8px);
}
header .menu-list li a {
  color: #edeef1;
}
header .menu-list li a:hover {
  color: #85DDB5;
  cursor: pointer;
  text-decoration: none;
}
header .list-open {
  display: block;
  transition-property: all;
  transition-duration: 0.5s;
  overflow: hidden;
  transform: scaleY(1);
}
header li .social-icons:hover {
  background: none;
}
header .social-icons {
  margin-top: 20px;
  font-size: 24px;
}
header .social-icons a {
  margin: 18px;
  color: #fff;
}
header #burger-wrap {
  position: fixed;
  top: 0;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 80px;
}
header .burger {
  position: fixed;
  top: 15px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #edeef1;
  background-color: #edeef1;
}
header .burger:hover {
  border: 1px solid #85DDB5;
  background-color: #85DDB5;
}
header .burger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #10121E;
  border-radius: 15px;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
  -o-transition: background 0s 0s;
  -webkit-transition-delay: 0.4s, 0s;
  transition-delay: 0.4s, 0s;
}
header .burger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #10121E;
  content: "";
  border-radius: 5px;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.4s, 0s;
  transition-delay: 0.4s, 0s;
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
header .burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #10121E;
  content: "";
  border-radius: 5px;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.4s, 0s;
  transition-delay: 0.4s, 0s;
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

/************************
      End: Header 
************************/
/************************
      Start: Footer 
************************/
.row:before, .row:after {
  content: none;
}

.rf-org-footer-container {
  background: #F9F7F4;
}
.rf-org-footer-container .footer {
  background-color: #10121E;
  border: none;
}
.rf-org-footer-container .footer .footer-top {
}
.rf-org-footer-container .footer .footer-top .organized-sec .date {
  font-size: 16px;
  color: #EDEEF1;
  font-family: "DM Sans", sans-serif;
  line-height: 2;
}
.rf-org-footer-container .footer .footer-top .organized-sec .organized {
  font-family: DM Sans;
  font-style: normal;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  color: #EDEEF1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.rf-org-footer-container .footer .footer-top .organized-sec .organized span:before {
  content: "";
  background-image: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/databricks-sm-logo_1667382450376001zNQ7.svg");
  background-repeat: no-repeat;
  height: 24px;
  width: 153px;
  display: inline-flex;
  margin: 0 8px;
}
.rf-org-footer-container .footer .footer-center {
  border-bottom: 1px solid #EDEEF1;
}
.rf-org-footer-container .footer .footer-center ul {
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
}
.rf-org-footer-container .footer .footer-center ul li a {
  color: #EDEEF1 !important;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.rf-org-footer-container .footer .footer-bottom ul {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.rf-org-footer-container .footer .footer-bottom ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.rf-org-footer-container .footer .footer-bottom ul li a, .rf-org-footer-container .footer .footer-bottom .footer-content {
	color: #fff;
	text-decoration: none;
	font-family: "DM Mono", sans-serif;
	font-size: 12px;
}

.rf-org-footer-container .footer .highlighted-text {
  color: #4B3FD4;
}

/************************
      End: Footer 
************************/
/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
#rf-content.rf-widget {
  min-height: 600px;
}

.rf-workflow *,
.rf-body *,
div[id*=rf-].rf-widget *,
[id*=rf-].rf-widget *,
.rf-default-modal * {
  box-sizing: border-box;
  /* This font should be or can be updated if font icons are used. */
}
/* Overlays */
.rf-overlay-new {
  /* 
  .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item):hover,
  .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item).disabled:hover {
  	background: inherit;
  }

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

  // No result list item
  .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item):hover,
  .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item).disabled:hover {
  	background: inherit;
  	color: inherit;
  	cursor: not-allowed;
  }
   */
}

/* Primary text color overrides */
/* Setting Minimum Height for first load. */
#rf-catalog,
#rf-calendar,
#rf-exhibitor,
#rf-content.rf-widget {
  min-height: 800px;
}
/*=============================================*/
/*
/*  # Common - Elements or components that are shared across both Workflows and Widgets.
/*  The styles inside these files are product defaults to be overriden.
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Grid
/*
/*=============================================*/
.rfwf-full-panel .rfwf-panel-interior {
  width: 100%;
  max-width: 1480px;
  margin: 0;
  padding: 0 10px;
}
@media all and (min-width: 1200px) {
  .rfwf-full-panel .rfwf-panel-interior {
    padding: 0 10px;
  }
}

/*=============================================*/
/*
/*  # Media Queries
/*
/*=============================================*/
/* END Grid */
/*=============================================*/
/*
/*  # Frame
/*
/*=============================================*/
/*  # END Frame */
/*=============================================*/
/*
/*  # Cards
/*
/*=============================================*/
.rf-card {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.rf-card .card-header {
  clear: initial;
}
.rf-card .card-header:before, .rf-card .card-header:after {
  content: initial;
  display: initial;
  clear: initial;
}
.rf-card .card-header .card-controls {
  float: initial;
  order: 2;
}
/*  # END Card */
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
.rf-card .card-header {
  border-color: #cccccc;
}
.rf-card .card-header .card-header-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.rf-card .card-header.card-header-primary .card-header-title {
  color: inherit;
}
.rf-card .card-header.card-header-primary svg {
  fill: inherit;
}
.rf-card .card-body .no-results-message {
  text-align: center;
  transform: translateY(-50%);
}
.rf-card .card-body .card-body-row {
  border-bottom: 1px solid #cccccc;
}
.rf-card .card-body .card-body-row:last-of-type {
  border: none;
}
.rf-card .card-message {
  background: #007bff;
  color: inherit;
}
.rf-card .card-footer {
  border-top: 1px solid #cccccc;
}
.rf-card.no-header .card-body {
  border: 1px solid #cccccc;
}
.rf-card.has-message .card-header {
  border-bottom: none;
}
.rf-card.has-footer .card-body {
  border-bottom: none;
  border-radius: 0;
}
.rf-card.has-footer.has-message .card-header {
  border-bottom: none;
}
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
.rf-tile {
  border-width: 0px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #e3e3e3;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a {
  color: #00c1de;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a:link {
  color: #00c1de;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a:visited {
  color: #00c1de;
}
.rf-tile .rf-tile-body .rf-tile-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rf-tile .rf-tile-body .rf-tile-title a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-tile .rf-tile-body .rf-tile-title a:link {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-tile .rf-tile-body .rf-tile-title a:link:hover {
  text-decoration: underline;
}
.rf-tile .rf-tile-body .rf-tile-title a:visited {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-tile .rf-tile-body .rf-tile-title a:visited:hover {
  text-decoration: underline;
}
.rf-tile .rf-tile-body .rf-tile-title a:hover {
  text-decoration: underline;
}
.rf-tile .rf-tile-body .session-date-time {
  line-height: 14px;
  font-size: 14px;
}
.rf-tile .rf-tile-body .session-date-time .session-date {
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid #999;
}
.rf-tile .rf-tile-body .session-date-time .session-time {
  font-weight: 500;
  font-size: 14px;
}
.rf-tile .rf-tile-info {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  -webkit-box-orient: vertical;
}

.rf-compressed-tile {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a {
  color: #007bff;
}
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a:link {
  color: #007bff;
}
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a:visited {
  color: #007bff;
}
.rf-compressed-tile .rf-tile-body .rf-tile-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rf-compressed-tile .rf-tile-body .rf-tile-title a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-compressed-tile .rf-tile-body .rf-tile-title a:link {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-compressed-tile .rf-tile-body .rf-tile-title a:link:hover {
  text-decoration: underline;
}
.rf-compressed-tile .rf-tile-body .rf-tile-title a:visited {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-compressed-tile .rf-tile-body .rf-tile-title a:visited:hover {
  text-decoration: underline;
}
.rf-compressed-tile .rf-tile-body .rf-tile-title a:hover {
  text-decoration: underline;
}
.rf-compressed-tile .rf-tile-body .session-date-time {
  line-height: 14px;
  font-size: 14px;
}
.rf-compressed-tile .rf-tile-body .session-date-time .session-date {
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid #999;
}
.rf-compressed-tile .rf-tile-body .session-date-time .session-time {
  font-weight: 500;
  font-size: 14px;
}
.rf-compressed-tile .rf-tile-info {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rf-compressed-tile .rf-tile-image {
  flex-shrink: 0;
  border-radius: 100px;
}
.rf-compressed-tile .rf-tile-title a {
  font-size: 16px;
  line-height: 20px;
}
.rf-compressed-tile .rf-tile-title a:link {
  font-size: 16px;
  line-height: 20px;
}
.rf-compressed-tile .rf-tile-title a:visited {
  font-size: 16px;
  line-height: 20px;
}

.rf-tile-container {
  flex-wrap: wrap;
}
.rf-tile-container .rf-tile-wrapper {
  flex-direction: row;
}
.rf-tile-container .rf-tile {
  flex-direction: column;
}
.rf-tile-container .rf-tile .rf-tile-rating {
  z-index: 1;
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button {
  background-color: rgba(255, 255, 255, 0.8);
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button .rfSI {
  fill: #007bff;
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button .rfSI svg {
  fill: #007bff;
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button.active {
  background-color: #007bff;
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button.active .rfSI {
  fill: #fff;
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button.active .rfSI svg {
  fill: #fff;
}
.rf-tile-container .rf-tile:hover .rf-tile-rating .mdBtnR:hover {
  background-color: #007bff;
}
.rf-tile-container .rf-tile:hover .rf-tile-rating .mdBtnR:hover .rfSI {
  fill: #fff;
}
.rf-tile-container .rf-tile:hover .rf-tile-rating .mdBtnR:hover .rfSI svg {
  fill: #fff;
}
.rf-tile-container .rf-tile .rfSI-stroke * {
  stroke: #ced4da;
}
.rf-tile-container .rf-tile .rf-tile-banner {
  border-radius: 0;
}
.rf-tile-container .rf-tile .rf-tile-banner.no-banner {
  background-color: #f5f5f5;
  justify-content: center;
}
.rf-tile-container .rf-tile .rf-tile-avatars .rf-tile-avatar {
  padding: 1px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #ccc;
}
.rf-tile-container .rf-tile .rf-tile-avatars .rf-tile-avatar .rf-tile-avatar-img {
  width: 44px;
  height: 44px;
  max-width: unset;
  border-radius: 50%;
}
.rf-tile-container .rf-tile .rf-tile-avatars .rf-tile-avatar .rf-tile-avatar-count {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #999;
  transform: translate(-50%, -50%);
}
.rf-tile-container .rf-tile .rf-tile-avatars .rf-tile-avatar.has-initials {
  justify-content: center;
  background-color: #999;
}
.rf-tile-container .rf-tile .rf-tile-avatars .rf-tile-avatar.has-initials span {
  color: white;
  font-size: 16px;
}
.rf-tile-container .rf-tile .rf-tile-title a {
  font-family: "DM Sans", sans-serif;
}
.rf-tile-container .rf-tile .rf-tile-title a:link {
  font-size: 18px;
  line-height: 22px;
}
.rf-tile-container .rf-tile .rf-tile-title a:visited {
  font-size: 18px;
  line-height: 22px;
}
.rf-tile-container .rf-tile .rf-tile-info {
  -webkit-line-clamp: 4;
}
.rf-tile-container .rf-tile .rf-tile-footer {
  justify-content: space-between;
}
.rf-tile-container .rf-tile .rf-tile-footer .favorite-catalog-result {
  background: none;
  border: none;
}
.rf-tile-container .rf-tile .rf-tile-footer .favorite-catalog-result svg {
  fill: #999;
}
.rf-tile-container .rf-tile .rf-tile-footer .favorite-catalog-result.favorited svg {
  fill: #ed1a5d;
}

.rf-compressed-tile-wrapper.has-initials .rf-tile-image {
  justify-content: center;
  background-color: #999;
  border-radius: 100px;
}
.rf-compressed-tile-wrapper.has-initials .rf-tile-image span {
  color: white;
  font-size: 16px;
}

/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
.page-builder-panel.panel-left .side-widget.intro a.mdBtnR .rfSI {
  height: 42px;
  width: 48px;
  max-height: 42px;
  max-width: 48px;
  margin-left: 0px;
  padding: 0px 2px 0px 2px;
  background-color: #fff;
}
.page-builder-panel.panel-left .side-widget.intro a.mdBtnR .rfSI img {
  filter: brightness(1);
}
.page-builder-panel.panel-left .side-widget.intro a.mdBtnR .mdBtnR-text {
  color: #ffffff;
}
.page-builder-panel.panel-left .rf-card {
  background-color: #fff;
  color: #495057;
  padding-top: 5px;
  padding-bottom: 10px;
}
.page-builder-panel.panel-left .rf-card .card-header,
.page-builder-panel.panel-left .rf-card .card-body,
.page-builder-panel.panel-left .rf-card .card-footer {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: block;
}
.page-builder-panel.panel-left .rf-card .card-header .card-header-title {
  color: #adb5bd;
  font-size: 16px;
  font-family: "DM Mono", sans-serif;
}
.page-builder-panel.panel-left .rf-card .card-body .card-body-row {
  border-color: #404040;
  color: #495057;
}
.page-builder-panel.panel-left .rf-card .card-body .card-body-row h5 {
  color: inherit;
}
.page-builder-panel.panel-left .rf-card .card-body .card-body-row span {
  font-size: 11px;
}
.page-builder-panel.panel-left .rf-card .card-body .card-body-row p {
  color: inherit;
}
.page-builder-panel.panel-left .rf-card .card-body .card-body-row .icon-action {
  right: 0px;
}
.page-builder-panel.panel-left .rf-card .card-body .card-body-row .icon-action .rfSI {
  width: 18px;
}
.page-builder-panel.panel-left .rf-card .card-body .card-body-row .icon-action .rfSI + .rfSI {
  margin-left: -3px;
  width: 20px;
}
.page-builder-panel.panel-left .my-survey-list-card {
  color: #adb5bd;
}
.page-builder-panel.panel-left .my-survey-list-card .card-header {
  display: none;
}
.page-builder-panel.panel-left .my-survey-list-card h5 {
  color: inherit;
}
.page-builder-panel.panel-left .my-survey-list-card .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
.page-builder-panel.panel-left .my-survey-list-card .card-body .card-survey-incomplete h5,
.page-builder-panel.panel-left .my-survey-list-card .card-body .card-survey-completed h5 {
  padding-left: 0;
  color: #adb5bd;
}
.page-builder-panel.panel-left .my-survey-list-card .card-body .rf-table-container .rf-table .table-row {
  background-color: #495057;
  border-radius: 0px;
}
.page-builder-panel.panel-left .my-survey-list-card .card-body .rf-table-container .rf-table .table-row > div {
  color: inherit;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
.page-builder-panel.panel-left .my-survey-list-card .card-body .rf-table-container .rf-table .table-row:hover {
  background-color: #363c41;
}
.page-builder-panel.panel-left .game-trophy-card.headless-trophy-card .trophy-card-list {
  padding: 15px !important;
  height: 155px;
}
.page-builder-panel.panel-left .game-trophy-card.headless-trophy-card .trophy-card-list .trophy {
  width: 54px;
  display: inline-block;
  text-align: center;
  margin: 0px 5px 15px;
}

.side-widget.trophy-case {
  padding-top: 0 !important;
}

.score {
  padding-bottom: 0 !important;
}
.score .col-12 {
  border-top: 1px solid #00C8EB;
  border-left: 1px solid #00C8EB;
  border-right: 1px solid #00C8EB;
  padding: 25px 30px;
  color: #ffffff;
}
.score .col-12 .points {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
.score .col-12 .caption {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.score .col-12 .mdBtnR .mdBtnR-text {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
/*=============================================*/
/*
/*  # Iconography
/*
/*=============================================*/
.rfSI {
  fill: #801c17;
  height: 24;
  width: 24;
  max-height: 24;
  max-width: 24;
}


.rfSI svg {
  fill: inherit;
}
.rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
  fill: inherit;
}
/* END Iconography */
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
a.mdBtnR,
.mdBtnR {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  /* 
  &:hover,
  &:focus,
  &:active{
  }

  &.disabled,
  &:disabled {
    .rfSI,
    svg { 
    }
  } */
}
a.mdBtnR .mdBtnR-text,
.mdBtnR .mdBtnR-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
a.mdBtnR.mdBtnR-CTA .arm-button-arrow,
.mdBtnR.mdBtnR-CTA .arm-button-arrow {
  text-decoration: none;
}

.mdBtnR-primary,
a.mdBtnR-primary,
button.mdBtnR-primary {
  color: #EDEEF1;
  background-color: #10121E;
  border-color: #10121E;
}
.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text,
button.mdBtnR-primary .mdBtnR-text {
  color: #fff;
}
.mdBtnR-primary svg,
a.mdBtnR-primary svg,
button.mdBtnR-primary svg {
  fill: #fff;
}
.mdBtnR-primary svg:hover, .mdBtnR-primary svg:focus, .mdBtnR-primary svg.active,
a.mdBtnR-primary svg:hover,
a.mdBtnR-primary svg:focus,
a.mdBtnR-primary svg.active,
button.mdBtnR-primary svg:hover,
button.mdBtnR-primary svg:focus,
button.mdBtnR-primary svg.active {
  fill: #10121E;
}
.mdBtnR-primary .arm-button-arrow,
a.mdBtnR-primary .arm-button-arrow,
button.mdBtnR-primary .arm-button-arrow {
  color: #EDEEF1;
}

.mdBtnR-primary:hover .mdBtnR-text, .mdBtnR-primary:focus .mdBtnR-text, .mdBtnR-primary.active .mdBtnR-text,
a.mdBtnR-primary:hover .mdBtnR-text,
a.mdBtnR-primary:focus .mdBtnR-text,
a.mdBtnR-primary.active .mdBtnR-text,
button.mdBtnR-primary:hover .mdBtnR-text,
button.mdBtnR-primary:focus .mdBtnR-text,
button.mdBtnR-primary.active .mdBtnR-text {
  color: #EB1600;
}
.mdBtnR-primary:hover .arm-button-arrow, .mdBtnR-primary:focus .arm-button-arrow, .mdBtnR-primary.active .arm-button-arrow,
a.mdBtnR-primary:hover .arm-button-arrow,
a.mdBtnR-primary:focus .arm-button-arrow,
a.mdBtnR-primary.active .arm-button-arrow,
button.mdBtnR-primary:hover .arm-button-arrow,
button.mdBtnR-primary:focus .arm-button-arrow,
button.mdBtnR-primary.active .arm-button-arrow {
  color: #10121E;
  text-decoration: none;
}


.mdBtnR-outline-primary .mdBtnR-text,
a.mdBtnR-outline-primary .mdBtnR-text,
button.mdBtnR-outline-primary .mdBtnR-text {
  color: #EB1600;
}
.mdBtnR-outline-primary svg,
a.mdBtnR-outline-primary svg,
button.mdBtnR-outline-primary svg {
  fill: #EB1600;
}
.mdBtnR-outline-primary svg:hover, .mdBtnR-outline-primary svg:focus, .mdBtnR-outline-primary svg.active,
a.mdBtnR-outline-primary svg:hover,
a.mdBtnR-outline-primary svg:focus,
a.mdBtnR-outline-primary svg.active,
button.mdBtnR-outline-primary svg:hover,
button.mdBtnR-outline-primary svg:focus,
button.mdBtnR-outline-primary svg.active {
  fill: #EDEEF1;
}
.mdBtnR-outline-primary .arm-button-arrow,
a.mdBtnR-outline-primary .arm-button-arrow,
button.mdBtnR-outline-primary .arm-button-arrow {
  color: #10121E;
}
.mdBtnR-outline-primary:hover, .mdBtnR-outline-primary:focus, .mdBtnR-outline-primary.active, a.mdBtnR-outline-primary:hover, a.mdBtnR-outline-primary:focus, a.mdBtnR-outline-primary.active, button.mdBtnR-outline-primary:hover, button.mdBtnR-outline-primary:focus, button.mdBtnR-outline-primary.active {
	color: #EDEEF1;
	background-color: #EB1600;
	background-image: none;
	border-color: #EB1600;
}
.mdBtnR-outline-primary:hover .mdBtnR-text, .mdBtnR-outline-primary:focus .mdBtnR-text, .mdBtnR-outline-primary.active .mdBtnR-text,
a.mdBtnR-outline-primary:hover .mdBtnR-text,
a.mdBtnR-outline-primary:focus .mdBtnR-text,
a.mdBtnR-outline-primary.active .mdBtnR-text,
button.mdBtnR-outline-primary:hover .mdBtnR-text,
button.mdBtnR-outline-primary:focus .mdBtnR-text,
button.mdBtnR-outline-primary.active .mdBtnR-text {
  color: #EB1600;
}
.mdBtnR-outline-primary:hover .arm-button-arrow, .mdBtnR-outline-primary:focus .arm-button-arrow, .mdBtnR-outline-primary.active .arm-button-arrow,
a.mdBtnR-outline-primary:hover .arm-button-arrow,
a.mdBtnR-outline-primary:focus .arm-button-arrow,
a.mdBtnR-outline-primary.active .arm-button-arrow,
button.mdBtnR-outline-primary:hover .arm-button-arrow,
button.mdBtnR-outline-primary:focus .arm-button-arrow,
button.mdBtnR-outline-primary.active .arm-button-arrow {
  color: #EDEEF1;
  text-decoration: none;
}

.mdBtnR-secondary,
a.mdBtnR-secondary,
button.mdBtnR-secondary {
  /* @include button-mixin(
    // Normal State [ $text-clr, $btn-bg, $btn-border-clr, $btn-icon-clr ]
    $white, $brand-dark-blue, $brand-dark-blue, $white, 

    // Hover State [ $hover-txt-clr, $hover-btn-bg, $hover-btn-border-clr, $hover-btn-icon-clr ]
    $brand-dark-blue, $white, $brand-dark-blue, $brand-dark-blue 
  ); */
}

.mdBtnR-white,
a.mdBtnR-white,
button.mdBtnR-white {
  /* 
    @include button-mixin(
      // Normal State [ $text-clr, $btn-bg, $btn-border-clr, $btn-icon-clr ]
      $color-primary, $white, $white, $color-primary,
      // Hover State [ $hover-txt-clr, $hover-btn-bg, $hover-btn-border-clr, $hover-btn-icon-clr ]
      $color-primary, darken(white, 10%), $white, $color-primary,
    );
     */
}

.mdBtnR-info,
a.mdBtnR-info,
button.mdBtnR-info {
  /* 
   @include button-mixin(
     // Normal State [ $text-clr, $btn-bg, $btn-border-clr, $btn-icon-clr ]
     $brand-black, $brand-light-blue, $brand-light-blue, $brand-black, 

     // Hover State [ $hover-txt-clr, $hover-btn-bg, $hover-btn-border-clr, $hover-btn-icon-clr ]
     $brand-light-blue, $brand-black, $brand-light-blue, $brand-light-blue 
   );
  */
}

.mdBtnR-link {
  color: #FF3621;
}
.mdBtnR-link .rfSI svg {
  fill: #FF3621;
}
.mdBtnR-link .mdBtnR-text {
  color: #FF3621;
}
.mdBtnR-link:hover, .mdBtnR-link:focus, .mdBtnR-link:active {
  color: #0062cc;
}
.mdBtnR-link:hover .rfSI svg, .mdBtnR-link:focus .rfSI svg, .mdBtnR-link:active .rfSI svg {
  fill: #FF3621;
}
.mdBtnR-link:hover .mdBtnR-text, .mdBtnR-link:focus .mdBtnR-text, .mdBtnR-link:active .mdBtnR-text {
  color: #FF3621;
}
.mdBtnR-link.disabled svg, .mdBtnR-link:disabled svg, .mdBtnR-link[disabled] svg {
  fill: #ced4da;
}
.mdBtnR-link.disabled .mdBtnR-text, .mdBtnR-link:disabled .mdBtnR-text, .mdBtnR-link[disabled] .mdBtnR-text {
  color: #ced4da;
}

/* END Buttons */
/*=============================================*/
/*
/*  # Input
/*
/*=============================================*/
.rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR),
.rf-input textarea {
  height: auto;
}
.rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR):hover,
.rf-input textarea:hover {
  border-color: #999;
}
.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 {
  /* Input and textarea hover, active, focused state styling */
  border-color: #999;
  -webkit-box-shadow: 0 0 6px #ced4da;
  -moz-box-shadow: 0 0 6px #ced4da;
  -ms-box-shadow: 0 0 6px #ced4da;
  -o-box-shadow: 0 0 6px #ced4da;
  box-shadow: 0 0 6px #ced4da;
}

/* END Input */
/*=============================================*/
/*
/*  # Text Area
/*
/*=============================================*/
.rf-textarea textarea {
  height: auto;
  min-height: 100px;
  resize: vertical;
  transition: none !important;
}
.rf-textarea textarea:hover {
  border-color: #999;
}
.rf-textarea textarea:active, .rf-textarea textarea:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #999;
  -webkit-box-shadow: 0 0 6px #ced4da;
  -moz-box-shadow: 0 0 6px #ced4da;
  -ms-box-shadow: 0 0 6px #ced4da;
  -o-box-shadow: 0 0 6px #ced4da;
  box-shadow: 0 0 6px #ced4da;
}

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
.rf-select select,
.rf-select select,
.rf-select select:not([multiple]),
.rf-select select:not([multiple]),
.dropdown-results-container input,
.dropdown-results-container input {
  height: auto;
}
.rf-select select:hover,
.rf-select select:hover,
.rf-select select:not([multiple]):hover,
.rf-select select:not([multiple]):hover,
.dropdown-results-container input:hover,
.dropdown-results-container input:hover {
  border-color: #999;
}
.rf-select select:active, .rf-select select:focus,
.rf-select select:active,
.rf-select select:focus,
.rf-select select:not([multiple]):active,
.rf-select select:not([multiple]):focus,
.rf-select select:not([multiple]):active,
.rf-select select:not([multiple]):focus,
.dropdown-results-container input:active,
.dropdown-results-container input:focus,
.dropdown-results-container input:active,
.dropdown-results-container input:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #999;
  -webkit-box-shadow: 0 0 6px #ced4da;
  -moz-box-shadow: 0 0 6px #ced4da;
  -ms-box-shadow: 0 0 6px #ced4da;
  -o-box-shadow: 0 0 6px #ced4da;
  box-shadow: 0 0 6px #ced4da;
}

.rf-select select:active + .select-dropdown-icon .dropdown-icon-background, .rf-select select:focus + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:active + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:focus + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):active + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):focus + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):active + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):focus + .select-dropdown-icon .dropdown-icon-background {
  border-color: #999 !important;
}

.dropdown-results-container .rf-select-results-container li {
  color: #444;
}
.dropdown-results-container .rf-select-results-container li:hover, .dropdown-results-container .rf-select-results-container li.active {
  background-color: #f8dedc;
}

.dropdown-results-container .rf-singleselect .common-select-dropdown-option-item.active {
  background: #f8dedc;
}

.rf-single-select .rf-select-selected li,
.rf-multi-select .rf-select-selected li {
  color: #101212;
background-color: #fff;
}


.rf-phone-number .rf-single-select .rf-select-selected li,
.rf-phone-number .rf-multi-select .rf-select-selected li {
  color: #10121e;
background-color: transparent;
}



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

.dropdown-results-container .rf-singleselect .common-select-dropdown-option-item.active {
  background-color: #e83e8c;
}

/*=============================================*/
/*
/*  # Radio
/*
/*=============================================*/
.rf-radio-option .rf-radio-label {
  /*

  */
}
.rf-radio-option input[type=radio] {
  /* Styles for the radio input for different checked states. */
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #10121E;
}
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #10121E;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #10121E;
}
.rf-radio-option span {
  color: #444;
}
.rf-radio-option .check {
  /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
  border-color: #10121E;
}
.rf-radio-option:hover {
  /* Hover state of the radio */
}
.rf-radio-option:hover .check {
  /*

  */
}
.rf-radio-option:hover .check::before {
  /* This is the hover state placement and color of the little radio circle inside the border. */
  background: #707178;
}

/* Radio buttons inside dropdown lists. */
.rf-single-select .rf-select-results li:hover .check::before {
  background: #707178;
}

/* END Radio */
/*=============================================*/
/*
/*  # Checkbox
/*
/*=============================================*/
.rf-checkbox.rf-block-checkbox {
  /* If checkbox is used as a block element inline with inputs or something */
}
.rf-checkbox .rfSI {
  /* Checkbox icon properties */
}
.rf-checkbox .rfSI svg {
  /* Icon color unless hovered, then it's the following styles */
  fill: white;
}
.rf-checkbox .rfSI svg:hover, .rf-checkbox .rfSI svg:active, .rf-checkbox .rfSI svg:focus {
  fill: #8f8f8f;
}
.rf-checkbox .rf-checkbox-label {
  /* Properties of the text of a checkbox. */
}
.rf-checkbox .checkbox-bg {
  /* Background of the checkbox before any states have happened */
  border-color: #444 !important;
  background: white;
}
.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: var(--rf-comp-checkbox-color);
}
.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: #10121E;
}
.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;
}

.md-table .rf-checkbox.rf-block-checkbox {
  /* If checkbox is used as a block element inline with inputs or something */
}
.md-table .rf-checkbox .rfSI {
  /* Checkbox icon properties */
}
.md-table .rf-checkbox .rfSI svg {
  /* Icon color unless hovered, then it's the following styles */
  fill: white;
}
.md-table .rf-checkbox .rfSI svg:hover, .md-table .rf-checkbox .rfSI svg:active, .md-table .rf-checkbox .rfSI svg:focus {
  fill: #8f8f8f;
}
.md-table .rf-checkbox .rf-checkbox-label {
  /* Properties of the text of a checkbox. */
}
.md-table .rf-checkbox .checkbox-bg {
  /* Background of the checkbox before any states have happened */
  border-color: #444 !important;
  background: white;
}
.md-table .rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}
.md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: #444;
}
.md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI {
  /* Checkbox icon color if checked and hovered (if different than checked. */
}
.md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg {
  fill: white;
}
.md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:hover, .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:active, .md-table .rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:focus {
  fill: white !important;
}

/* END Checkbox */
/*=============================================*/
/*
/*  # File Upload
/*
/*=============================================*/
.drop-upload-default.drop-upload {
  border-color: #10121E;
}

.upload-file-area .uploaded-files span:not(.rfSI),
.upload-file-form-container .uploaded-files span:not(.rfSI) {
  color: #10121E;
}

/* END File Upload */
/*=============================================*/
/*
/*  # Date Picker
/*
/*=============================================*/
.rf-date-picker {
  cursor: pointer;
}
.rf-date-picker input {
  height: auto;
  height: auto !important;
  padding-right: 35px;
  cursor: pointer;
}
.rf-date-picker input:hover {
  border-color: #999;
}
.rf-date-picker input:active, .rf-date-picker input:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #999;
  -webkit-box-shadow: 0 0 6px #ced4da;
  -moz-box-shadow: 0 0 6px #ced4da;
  -ms-box-shadow: 0 0 6px #ced4da;
  -o-box-shadow: 0 0 6px #ced4da;
  box-shadow: 0 0 6px #ced4da;
}
.rf-date-picker input + .rfSI {
  position: absolute;
  right: 10px;
  bottom: 22px;
}
.rf-date-picker .rfSI svg {
  color: #444;
}

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day {
  border-radius: 4px;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--today {
  color: #e83e8c;
  font-weight: 700;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-WeekNumber {
  border-right: 1px solid #EAECEC;
  color: #8B9898;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--today {
  color: #e83e8c;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #e83e8c;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: white;
  background-color: #e83e8c;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #f49fc6;
}
.DayPickerInput .DayPicker-Footer .DayPicker-TodayButton {
  color: #e83e8c;
}

/* END Date Picker */
/*=============================================*/
/*
/*  # Select2
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Show Hide
/*
/*=============================================*/
.rf-show-hide .rf-show-hide-trigger {
  color: #FF3621;
}
/* END Show Hide */
/*=============================================*/
/*
/*  # Table
/*
/*=============================================*/
.rf-table-container .table-action-bar {
  /* This is the action bar that replaces the header if you have bulk actions. */
  background-color: #007bff;
}
.rf-table-container .rf-table {
  /* Minimum width of tables then scroll will be enabled. */
}
.rf-table-container .rf-table .table-body .table-row {
  /* table row border property */
  border-color: #ccc;
}
.rf-table-container .rf-table .table-body .table-row:hover, .rf-table-container .rf-table .table-body .table-row.active {
  /* When table row is hovered, this is the background color */
  background: #e6f2ff;
}
.rf-table-container .rf-table .table-body .table-row.table-header {
  /* Table header properties, overriding from row properties. */
}
.rf-table-container .rf-table .table-body .table-row.table-header > div {
  /* Cell properties */
  border-bottom: 1px solid #ccc !important;
  border-top-color: #ccc;
  color: #222;
}
.rf-table-container .rf-table .table-body .table-row > div {
  /* Table Cell properties */
}
.rf-table-container .rf-table .table-body .table-row > div a,
.rf-table-container .rf-table .table-body .table-row > div p,
.rf-table-container .rf-table .table-body .table-row > div span {
  /* If there's additional items inside of cells, here's the properties. */
}
.rf-table-container .rf-table .table-body .table-row > div a,
.rf-table-container .rf-table .table-body .table-row > div a:link,
.rf-table-container .rf-table .table-body .table-row > div a:visited {
  color: #007bff;
}
.rf-table-container .rf-table .table-body .table-row:last-child > div {
  /* IF it's the last child, remove border (or other properties) */
  border-bottom: none;
}
.rf-table-container .rf-table .table-body .table-row .show-actions {
  /* Actions styling */
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover {
  background-color: #e6f2ff;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #e6f2ff;
}
.rf-table-container .rf-table .table-body .table-row:hover .show-actions,
.rf-table-container .rf-table .table-body .table-row:hover .main-actions {
  background: #e6f2ff;
}
.rf-table-container .rf-table .table-body a.table-row {
  /* If the table is a link assign these properties */
  color: #444;
  cursor: pointer;
}
.rf-table-container .rf-table .table-body a.table-row:hover, .rf-table-container .rf-table .table-body a.table-row.active {
  color: #444;
}

/* END Table */
/*=============================================*/
/*
/*  # Modal
/*
/*=============================================*/
.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #222;
  border-bottom: 1px solid #ccc;
  clear: initial;
}
.rf-default-modal .modal-content .modal-header:before, .rf-default-modal .modal-content .modal-header:after,
.modal .modal-content .modal-header:before,
.modal .modal-content .modal-header:after {
  content: initial;
  display: initial;
  clear: initial;
}
.rf-default-modal .modal-content .modal-header:empty,
.modal .modal-content .modal-header:empty {
  display: none;
}
.rf-default-modal .modal-content .modal-header .modal-title,
.rf-default-modal .modal-content .modal-header h4,
.rf-default-modal .modal-content .modal-header h3,
.modal .modal-content .modal-header .modal-title,
.modal .modal-content .modal-header h4,
.modal .modal-content .modal-header h3 {
  color: #222;
}
.rf-default-modal .modal-content .modal-header button,
.rf-default-modal .modal-content .modal-header .modal-close,
.modal .modal-content .modal-header button,
.modal .modal-content .modal-header .modal-close {
  fill: #222;
}
.rf-default-modal .modal-content .modal-header button svg,
.rf-default-modal .modal-content .modal-header .modal-close svg,
.modal .modal-content .modal-header button svg,
.modal .modal-content .modal-header .modal-close svg {
  fill: #fff;
}
.rf-default-modal .modal-content .modal-sub-header,
.modal .modal-content .modal-sub-header {
  border-bottom: 1px solid #ccc;
}
.rf-default-modal .modal-content .modal-body,
.modal .modal-content .modal-body,
.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header,
.rf-default-modal .modal-content .modal-footer,
.modal .modal-content .modal-footer


{
  color: #EB1600;
  font-size: 16px;
  line-height: 20px;
}


.rf-default-modal .modal-content .modal-header, .modal .modal-content .modal-header {
  background-color: #BD2B26;
    color: #fff;
}



/* END Modal */
/*=============================================*/
/*
/*  # Badge/Pills
/*
/*=============================================*/
.rf-pill-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.rf-pill-primary .rfSI {
  fill: #fff;
}
.rf-pill-primary .rfSI svg {
  fill: #fff;
}
.rf-pill-primary .rf-pill-text {
  color: #fff;
}

.rf-pill-yellow-open {
  background-color: transparent;
  border-color: #ffc107;
}
.rf-pill-yellow-open .rfSI {
  fill: #ffc107;
}
.rf-pill-yellow-open .rfSI svg {
  fill: #ffc107;
}
.rf-pill-yellow-open .rf-pill-text {
  color: #ffc107;
}

.rf-pill-white-open {
  background-color: transparent;
  border-color: #fff;
}
.rf-pill-white-open .rfSI {
  fill: #fff;
}
.rf-pill-white-open .rfSI svg {
  fill: #fff;
}
.rf-pill-white-open .rf-pill-text {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

/*=============================================*/
/*
/*  # Shared Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.rf-admin-content *, .rfComp-canvas *, .rf-default-modal *, [id*=rf-].rf-widget * {
  font-family: "DM Sans";
}

.upload-file-form-container .uploaded-files span:not(.rfSI) {
  color: #10121E !important;
}

.hero-section {
  background-image: url("https://static.rainfocus.com/db/dais2023/static/staticfile/staticfile/hero-bg_1667386511031001a3Hq.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 75px;
}
.hero-section .hero-banner .date {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #EDEEF1;
}
.hero-section .hero-banner .sub-title {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #EDEEF1;
}
.hero-section .hero-banner .title {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  color: #85DDB5;
}
.hero-section .hero-banner .mdBtnR-primary {
  background-color: #EDEEF1;
  border: none;
  border-radius: 20px;
}
.hero-section .hero-banner .mdBtnR-primary:hover {
  background: transparent;
}
.hero-section .hero-banner .mdBtnR-primary:hover .mdBtnR-text {
  color: #EDEEF1;
}
.hero-section .hero-banner .mdBtnR-primary .mdBtnR-text {
  color: #10121E;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
}

.about-section {
  background-color: #10121E;
  color: #EDEEF1;
  border: 1px solid #EDEEF1;
}
.about-section .about {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
}
.about-section .about .date {
  color: #F16047;
}

.themes-section {
  background-color: #10121E;
  border: 1px solid #EDEEF1;
}
.themes-section .knowledge {
  background-color: #85DDB5;
  padding: 70px;
}
.themes-section .knowledge .heading {
  font-family: "DM Sans";
  font-weight: 400;
  line-height: 1.2;
  font-size: 48px;
}
.themes-section .knowledge .mdBtnR-primary {
  background-color: #10121E;
  border-radius: 24px;
  text-transform: none;
  border: 1px solid #10121E;
  padding: 14px 14px;
}
.themes-section .knowledge .mdBtnR-primary .mdBtnR-text {
  color: #EDEEF1;
  font-family: "DM Sans";
  font-size: 20px;
}
.themes-section .knowledge .mdBtnR-primary:hover {
  background-color: #85DDB5;
}
.themes-section .knowledge .mdBtnR-primary:hover .mdBtnR-text {
  color: #10121E;
}
.themes-section .title {
  color: #85DDB5;
  font-size: 72px;
  font-family: "DM Mono";
  line-height: 1;
}
.themes-section .sub-title {
  font-family: "DM Sans";
  color: #EDEEF1;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
.themes-section ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0;
  list-style: none;
}
.themes-section ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  border-top: 1px solid #EDEEF1;
  cursor: pointer;
}
.themes-section ul.accordion-list li.active .accordion-heading:after {
  transform: rotate(45deg);
}
.themes-section ul.accordion-list li .accordion-heading {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #EDEEF1;
  padding: 0 25px 0 0;
  margin: 0;
  font-family: "DM Mono";
  font-weight: 400 !important;
  font-size: 24px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.themes-section ul.accordion-list li .accordion-heading:after {
  content: "+";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #EDEEF1;
  border-radius: 50%;
  padding: 0px 6px;
  color: #EDEEF1;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.themes-section ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.themes-section ul.accordion-list li div.answer .accordion-content {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  color: #EDEEF1;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.themes-section {
  border-bottom: none;
}

.flex-box-section-full > .flex-box-section-full-interior {
  max-width: 100% !important;
  width: auto !important;
}

/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
/* 
// Breakpoint Reference: Do not un-comment 
    $grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1200px
    ) !default; 
*/
@media (max-width: 1199.98px) {
  .hero-section .hero-banner .title {
    font-size: 85px;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    margin-top: 66px;
  }
  .hero-section .hero-banner .sub-title {
    font-size: 28px;
  }
  .hero-section .hero-banner .title {
    font-size: 60px;
  }

  .about-section .about {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .apply-btn {
    margin-top: 16px !important;
    margin-right: 57px;
  }
  .apply-btn .mdBtnR-primary .mdBtnR-text {
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 4px !important;
  }

  #top-nav {
    height: 66px;
  }

  #top-nav .open {
    top: 65px;
  }
  #top-nav .open .list-open {
    padding-right: 23px;
  }
  #top-nav .open .list-open li {
    line-height: 26px;
  }
  #top-nav .open .list-open li a {
    font-size: 24px;
  }
  #top-nav #burger-wrap {
    right: -10px;
  }
  #top-nav #burger-wrap .burger {
    top: 15px;
    width: 35px;
    height: 35px;
  }
  #top-nav #burger-wrap .burger span {
    top: 16px;
    left: 10px;
    right: 10px;
  }
  #top-nav #burger-wrap .burger span::before {
    top: -5px;
  }
  #top-nav #burger-wrap .burger span::after {
    bottom: -5px;
  }

  .hero-section .hero-banner .sub-title {
    font-size: 20px;
  }
  .hero-section .hero-banner .title {
    font-size: 38px;
  }

  .speaker-section .heading {
    font-size: 46px;
  }
  .speaker-section .content {
    font-size: 18px;
  }

  .accordion-heading {
    font-size: 20px !important;
  }

  .faq-section .title {
    font-size: 46px;
  }

  .themes-section .title {
    font-size: 50px;
  }
  .themes-section .sub-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  header .burger {
    right: 76px;
  }
}
/*======================*/
/*  # Workflow Pages
/*======================*/
/*=============================================*/
/*
/*  # Workflow Pages
/*
/*=============================================*/
/*======================*/
/*  # Pages
/*======================*/
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Form Render
/*  Any forms that are rendered inside workflows/widgets. Including attendee information, participant forms, tasks, etc.
/*
/*
/*=============================================*/
.rf-housing {
  background-color: transparent;
}
.rf-housing .rf-workflow-header {
  padding: 12px 0;
}
.rf-housing .rf-workflow-header .rf-workflow-header-interior,
.rf-housing .rf-workflow-section .rf-workflow-section-interior {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
@media all and (min-width: 1200px) {
  .rf-housing .rf-workflow-header .rf-workflow-header-interior,
.rf-housing .rf-workflow-section .rf-workflow-section-interior {
    padding: 0 20px;
  }
}
.rf-housing .rf-housing-content {
  padding: 0;
}
.rf-housing .rf-housing-content .hotel-list-view .hotel-card.type-list:hover {
  background-color: transparent;
}
.rf-housing .rf-housing-content .hotel-list-view .hotel-list-wrapper .hotel-details .hotel-price-left span {
  color: #007bff;
}
.rf-housing .rf-housing-content .hotel-selected-view .hotel-details .hotel-details-section:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.rf-housing .rf-housing-content .hotel-selected-view .room-pricing .room-price {
  color: #007bff;
}
.rf-housing .rf-housing-content .hotel-booking-summary .summary-card-header {
  border-bottom: 1px solid #ccc;
}
.rf-housing .rf-housing-content .hotel-booking-summary .hotel-name,
.rf-housing .rf-housing-content .hotel-booking-summary .hotel-details,
.rf-housing .rf-housing-content .hotel-booking-summary .room-details,
.rf-housing .rf-housing-content .hotel-booking-summary .billing-instructions {
  border-bottom: 1px solid #ccc;
}
/*=============================================*/
/*
/*  # Login Page
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Manage Registrants Table (Facebook Table)
/*
/*=============================================*/
.manage-registrants-page .item-card .card-header {
  background-color: #e83e8c;
}
.manage-registrants-page .item-card .icon-popover a {
  color: #444;
}

/*=============================================*/
/*
/*  # Meetings
/*
/*=============================================*/
.calendar-container .meeting-days {
  clear: both;
}
.calendar-container .meeting-days:before, .calendar-container .meeting-days:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-container .meeting-day {
  width: 20%;
  max-width: 250px;
  margin-right: 28px;
}
.calendar-container .meeting-day .meeting-header,
.calendar-container .meeting-day .meeting-time {
  margin-bottom: 8px;
}
.calendar-container .meeting-day .meeting-header {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #222;
  padding: 16px;
}
.calendar-container .meeting-day .meeting-time {
  border-color: #007bff;
  padding: 5px 12px;
  height: auto;
  line-height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.calendar-container .meeting-day .meeting-time.disabled {
  border-color: #ccc;
}
.calendar-container .meeting-day .meeting-time.disabled .meeting-time-value {
  color: #ccc;
}
.calendar-container .meeting-day .meeting-time.disabled .meeting-time-value .rfSI svg {
  fill: #444;
}
.calendar-container .meeting-day .meeting-time.active {
  border-color: #007bff;
  background-color: #007bff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.calendar-container .meeting-day .meeting-time.active .meeting-time-value .check-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value {
  color: #007bff;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value .alert-icon svg {
  fill: #ffc107;
}

/*=============================================*/
/*
/*  # Dashboards
/*
/*=============================================*/
.page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
@media all and (min-width: 1200px) {
  .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
    padding: 0 20px;
  }
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.page-builder-display-reset .rf-widget#rf-catalog, .page-builder-display-reset .rf-widget#rf-exhibitorcatalog, .page-builder-display-reset .rf-widget#rf-speakercatalog {
  background-color: #fff;
}
.page-builder-display-reset .rf-widget#rf-exhibitorcatalog {
  background-color: white;
}
/*=============================================*/
/*
/*  # Registration
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#reg-confirmation-page .rfwf-confirmation-custom {
  display: none;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table table {
  width: 100%;
  margin: 0 0 12px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table tr {
  border-bottom: 1px solid #ccc;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th,
#reg-confirmation-page .rfwf-confirmation-summary .grid-table td {
  background-color: white;
  padding: 10px;
  color: #444;
  text-align: left;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th {
  background-color: white;
  color: #222;
  border-bottom: 1px solid #ccc;
}

/*=============================================*/
/*
/*  # Surveys
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Tasks
/*
/*=============================================*/
#tasks-list-container .rfwf-tasks .md-frame.md-frame-primary .md-frame-header {
  background-color: #007bff;
  border-bottom-color: #007bff;
}
#tasks-list-container .rfwf-tasks .rf-pill-white {
  fill: #007bff;
  color: #007bff;
}
#tasks-list-container .rfwf-tasks .rf-pill-white .rf-pill-text {
  color: #007bff;
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.rf-workflow-working-reports {
  overflow: auto;
}
.rf-workflow-working-reports .rfwf-bg-primary {
  background-color: transparent;
  color: #444;
}
.rf-workflow-working-reports .rfwf-bg-primary.md-frame-header h2 {
  color: #444;
  font-weight: 600;
}
.rf-workflow-working-reports .rfwf-bg-primary .header-controls svg {
  fill: #007bff;
}
.rf-workflow-working-reports .rfwf-bg-primary .dropdown-icon-background svg {
  fill: #444;
}
.rf-workflow-working-reports .rfwf-bg-primary h2,
.rf-workflow-working-reports .rfwf-bg-primary .rfwf-header-results,
.rf-workflow-working-reports .rfwf-bg-primary .control-icon-text {
  color: #444;
}
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header *,
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header,
.rf-workflow-working-reports .wr-table .public_fixedDataTable_header *,
.rf-workflow-working-reports .wr-table .public_fixedDataTable_header {
  color: #007bff;
}
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header *,
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header {
  font-weight: 600 !important;
}
.rf-workflow-working-reports .wr-table a:hover,
.rf-workflow-working-reports .wr-table a:focus,
.rf-workflow-working-reports .wr-table a:active {
  color: #80bdff;
}

/*=============================================*/
/*
/*  # Workflow Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.recommended-exhibitors-card {
  position: relative;
}

/*=============================================*/
/*
/*  # BrainTree Inputs
/*
/*=============================================*/
#card-number,
#expiration-date,
#cvv-input {
  border: 1px solid #ccc;
  color: #444;
  background: white;
  font-family: "DM Sans", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#card-number.braintree-hosted-fields-focused,
#expiration-date.braintree-hosted-fields-focused,
#cvv-input.braintree-hosted-fields-focused {
  border: 1px solid #e83e8c;
}
#card-number:hover, #card-number:focus, #card-number:active,
#expiration-date:hover,
#expiration-date:focus,
#expiration-date:active,
#cvv-input:hover,
#cvv-input:focus,
#cvv-input:active {
  border: 1px solid #e83e8c;
}

#cc-number {
  height: 38px !important;
}

/* END BrainTree Inputs */
/*======================*/
/*  # Widgets
/*======================*/
/*======================*/
/*  # Widgets
/*======================*/
/*=============================================*/
/*
/*  # Agendas
/*
/*=============================================*/
/* Width of the actual agenda + border */
#rf-content.rf-widget .widget-page.horizontal-agenda {
  max-width: 1307px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#collections-horizontal-agenda * {
  font-family: "DM Sans", sans-serif;
}

#collections-horizontal-agenda .widget-banner.agenda-header {
  background-color: white;
  padding: 20px 16px;
}
#collections-horizontal-agenda .widget-banner.agenda-header h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #222;
}

#collections-horizontal-agenda,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-day-container,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-schedule-container:nth-of-type(even) {
  background-color: #f5f5f5;
}

/*=============================================*/
/*
/*  # Calendar
/*
/*=============================================*/
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
#rf-calendar {
  font-size: 14px;
}
#rf-calendar .session-calendar-instructions {
  color: #212121;
  text-align: left;
  padding: 10px 20px 10px 20px;
}
#rf-calendar .session-calendar-instructions > * {
  color: #212121;
}
#rf-calendar .schedule-calendar .rbc-time-header .rbc-header span {
  color: #444;
  font-size: 18px;
  font-family: inherit;
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator:before {
  content: "";
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator:after {
  content: "";
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator span {
  background: #ccc;
  border-radius: 5px;
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator span.active {
  background: #444;
}
#rf-calendar .schedule-calendar .calendar-head {
  max-width: 420px;
}
#rf-calendar .schedule-calendar .calendar-head .prev-day {
  border-radius: 4px;
  background: #f5f5f5;
}
#rf-calendar .schedule-calendar .calendar-head .prev-day:hover {
  opacity: 0.6;
}
#rf-calendar .schedule-calendar .calendar-head .prev-day .rfSI svg {
  fill: #444;
}
#rf-calendar .schedule-calendar .calendar-head .current-day {
  border-radius: 4px;
  background: #f5f5f5;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rf-calendar .schedule-calendar .calendar-head .next-day {
  border-radius: 4px;
  background: #f5f5f5;
}
#rf-calendar .schedule-calendar .calendar-head .next-day:hover {
  opacity: 0.6;
}
#rf-calendar .schedule-calendar .calendar-head .next-day .rfSI svg {
  fill: #444;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar {
  background: #007bff;
  border-color: #007bff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar svg {
  fill: #ffffff;
  -ms-transition: none;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:hover, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:focus, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:active {
  background: #0062cc;
  border-color: #0062cc;
  opacity: 1;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:hover svg, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:focus svg, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:active svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox .checkbox-bg {
  border-color: #999;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox svg:hover {
  fill: #ccc;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  background: #007bff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox input[type=checkbox]:checked + .checkbox-bg svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button {
  background: #007bff svg;
  background-fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button .rfSI {
  max-width: 24px;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button.active {
  background: #007bff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button.active svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar.compact .calendar-options {
  min-height: 44px;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar.compact .calendar-options:before {
  content: "";
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar.compact .calendar-options:after {
  content: "";
}
#rf-calendar .schedule-calendar .rbc-time-view {
  padding-top: 125px;
}
#rf-calendar .schedule-calendar .rbc-time-view * {
  -ms-transition: none !important;
  font-size: 14px;
}
#rf-calendar .schedule-calendar .rbc-time-content {
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #ccc;
}
#rf-calendar .schedule-calendar .rbc-day-slot {
  border-bottom: 1px solid #ccc;
}
#rf-calendar .schedule-calendar .rbc-day-slot .rbc-time-slot {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  background: none;
}
#rf-calendar .schedule-calendar .rbc-day-slot .rbc-time-slot .rbc-label {
  text-transform: lowercase;
  font-weight: 700;
}
#rf-calendar .schedule-calendar .rbc-day-slot .rbc-time-slot .recommendations-message span {
  font-size: 14px;
}
#rf-calendar .schedule-calendar .rbc-timeslot-group {
  min-height: 130px;
}
#rf-calendar .schedule-calendar .rbc-time-gutter .rbc-label {
  text-transform: lowercase;
  font-weight: normal;
  font-size: inherit;
  color: #212121;
  font-family: inherit;
}
#rf-calendar .schedule-calendar .rbc-events-container {
  pointer-events: none;
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-events-container * {
  pointer-events: auto;
}
#rf-calendar .schedule-calendar .rbc-event {
  background-color: #007bff;
  border-color: #007bff;
  min-height: 24px;
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-event .rbc-event-label {
  font-size: 14px;
}
#rf-calendar .schedule-calendar .rbc-event .rbc-event-content p {
  color: #fff;
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-event .event-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
#rf-calendar .schedule-calendar .rbc-event .event-title strong {
  font-size: inherit;
  font-family: inherit;
}
#rf-calendar .schedule-calendar .rbc-event .event-title span {
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.calendar-item p {
  color: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.meeting svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.wait-list p {
  color: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.session-interest {
  border-color: #007bff;
}
#rf-calendar .schedule-calendar .rbc-event.session-interest p {
  color: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.session-speaker {
  color: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.session-speaker svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.enrolled {
  color: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.enrolled svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.meeting {
  color: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.meeting svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar.editable .rbc-day-slot .rbc-time-slot.disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
  font-size: 14px;
  color: transparent;
}
#rf-calendar .schedule-calendar.editable .rbc-day-slot .rbc-time-slot.disabled:hover {
  color: #444;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.rbc-calendar * {
  box-sizing: inherit;
}
.rbc-calendar *:before, .rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-calendar .schedule-calendar-toolbar .calendar-options .mdBtnR.add-personal-time .rfSI svg {
  fill: #ffffff;
}
.rbc-calendar .schedule-calendar-toolbar .calendar-options .mdBtnR.add-personal-time .mdBtnR-text {
  font-family: "DM Sans", sans-serif;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-header > a {
  color: inherit;
  text-decoration: none;
}
.rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus, .rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 0px !important;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: #ffffff solid 2px !important;
}

.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a {
  color: inherit;
  text-decoration: none;
}
.rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "«  ";
}

.rbc-agenda-date-cell, .rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter, .rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  font-size: 14px !important;
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter, .rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header, .rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #DDD;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}

.rbc-time-header > .rbc-row:first-child, .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

/*=============================================*/
/*
/*  # Catalogs (Exhibitor, Session, Speaker)
/*
/*=============================================*/
[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: #007bff;
}

#rf-exhibitorcatalog.rf-widget .catalog-result:hover .exhibitor-name,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-back-to-catalog a,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar .rf-page-links .mdBtnR-link .mdBtnR-text,
#rf-exhibitorcatalog.rf-widget .catalog-result:hover .speaker-full-name,
#rf-speakercatalog.rf-widget .catalog-result:hover .exhibitor-name,
#rf-speakercatalog.rf-widget .exhibitor-details-page .exhibitor-details-back-to-catalog a,
#rf-speakercatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar .rf-page-links .mdBtnR-link .mdBtnR-text,
#rf-speakercatalog.rf-widget .catalog-result:hover .speaker-full-name {
  color: #007bff;
}

/*=============================================*/
/*
/*  # Exhibitor List
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Nav Bar
/*
/*=============================================*/
#rf-navbar {
  min-height: 56px;
  position: sticky;
  top: 0;
  z-index: 2;
}
#rf-navbar .widget-nav a:hover {
  border-color: #66b0ff;
}
#rf-navbar .widget-nav a.current-page {
  border-color: #007bff;
}

/*=============================================*/
/*
/*  # Recommendations
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Session Catalog
/*
/*=============================================*/
#rf-catalog {
  /* Left Filters Styles */
  /* Top Search Keyword Styles */
  /* Catalog Display Styles */
}
#rf-catalog .search-filters,
#rf-catalog .search-bar {
  z-index: 1;
}
/*=============================================*/
/*
/*  # Speaker Catalog
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Targeted Agenda
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Agendas
/*
/*=============================================*/
/* Width of the actual agenda + border */
#rf-content.rf-widget .widget-page.horizontal-agenda {
  max-width: 1307px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#collections-horizontal-agenda * {
  font-family: "DM Sans", sans-serif;
}

#collections-horizontal-agenda .widget-banner.agenda-header {
  background-color: white;
  padding: 20px 16px;
}
#collections-horizontal-agenda .widget-banner.agenda-header h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #222;
}

#collections-horizontal-agenda,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-day-container,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-schedule-container:nth-of-type(even) {
  background-color: #f5f5f5;
}

header .open {
  position: fixed;
  background: #10121E;
  width: 100%;
  height: 100%;
  top: 93px;
  right: 0;
}
/*=============================================*/
/*
/*  # Widgets Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
/* END Misc */
/**/
/**/
/**/
/**/
/*# sourceMappingURL=all.css.map */

	
#rf-content {
	padding-left: 6rem;
	padding-right: 6rem;
	min-width: 800px;
	flex-grow: 2;
	max-width: 1200px;
}

.rf-body {
	background-color: #F9F7F4;
	font-family: var(--rf-brand-font-family);
	position: relative;
	outline: 0 !important;
	outline: none !important;
	color: #10121e;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1200px) {

.rf-body[class*="db-dais2024-regEF"] {
  background-image: url(https://static.rainfocus.com/db/dais2024/static/staticfile/staticfile/rainfocus-registration-image-exec-forum_1707415771047001A4ap.jpg);
  }
  
.rf-body[class*="housing"] {
  background-image: none;
  }
  
}



.form-footer-actions {
	margin-top: 60px;
	margin-bottom: 12px;
	text-align: left;
}

a.mdBtnR, .mdBtnR {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}






.site-header {
	padding-left: 6.5rem;
}

.site-header h3 {
color: #801C17;
text-transform: uppercase;
margin-bottom: 0;
padding-bottom: 0;
font-family: 'DM Mono', Arial, sans-serif;
font-size: 20px;
font-weight: normal;
}

.site-header h1 {
color: #FF3621;
margin-top: 0;
padding-bottom: 0;
font-family: 'DM Sans', Arial, sans-serif;
font-size: 56px;
font-weight: 600;
}



body[class*="db-dais2024-regEF"] .site-header h1 {
color:   #D3BD92;
}
	

.site-header {
  display: none;
}
				  
body[class*="db-dais2024-cfpspon"] .site-header.spocfp {
  display: block;
}
 
body:not([class*="db-dais2024-cfpspon"]) .site-header.regular {
  display: block;
}
 
			 
			 
				 
					
					 
 
 

option {
	color: black;
	font-family: var(--rf-brand-font-family) !important;
}

.mdBtnR-primary, a.mdBtnR-primary, button.mdBtnR-primary {
	color: #fff;
	background-color: #EB1600;
	border-color: #EB1600;
}

.mdBtnR-outline-primary, a.mdBtnR-outline-primary, button.mdBtnR-outline-primary {
	color: #EB1600;
	background-color: #fff;
	border-color: #EB1600;
}

.mdBtnR-primary:hover svg, .mdBtnR-primary:focus svg, .mdBtnR-primary.active svg, a.mdBtnR-primary:hover svg, a.mdBtnR-primary:focus svg, a.mdBtnR-primary.active svg, .mdBtnR-primary:hover svg:hover, .mdBtnR-primary:hover svg:focus, .mdBtnR-primary:hover svg.active, .mdBtnR-primary:focus svg:hover, .mdBtnR-primary:focus svg:focus, .mdBtnR-primary:focus svg.active, .mdBtnR-primary.active svg:hover, .mdBtnR-primary.active svg:focus, .mdBtnR-primary.active svg.active, a.mdBtnR-primary:hover svg:hover, a.mdBtnR-primary:hover svg:focus, a.mdBtnR-primary:hover svg.active, a.mdBtnR-primary:focus svg:hover, a.mdBtnR-primary:focus svg:focus, a.mdBtnR-primary:focus svg.active, a.mdBtnR-primary.active svg:hover, a.mdBtnR-primary.active svg:focus, a.mdBtnR-primary.active svg.active {
	fill: #EB1600;
}

.rf-housing-event-info-details.rf-flex-frame.rf-flex-wrap {
	display: none;
}

.rf-flex-column-50.discount-code-container {
	width: 100%;
}

.md-frame {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.orders-page .rfG-lg-5, .orders-page .rfG-lg-10 {
width: auto;
}

.orders-page .rfwf-package-items .rfG-fluid-container, .print-order-summary-modal .rfwf-package-items .rfG-fluid-container {
	border: none;
}

body:has(.orders-page) .rf-workflow-header {
display: none;
}

body:has(.orders-page) .rfwf-full-panel, body:has(.orders-page) .md-accordion-container {
border-bottom: none;
}

.md-frame .md-frame-accordion h3 {
	color: #E4F407;
	margin: 0;
	font-size: 18px;
	letter-spacing: .5px;
	font-family: 'DM Mono', Arial, sans-serif;
}

.rfwf-package-items .rfG-row {
	display: flex;
					 
}

.package-quantity:not([data-test="package-quantity-Full Conference Group"]) {
	display: none;
}


.package-description {
	flex-grow: 2;
}

#accordion-headline-control-Paid\ Training {
	margin-top: 40px;
}

.rf-housing .rf-housing-content .hotel-selected-view .room-pricing .room-price {
	color: #FF3621;
			
					
}



.hotel-card.type-room .hotel-image {
  display: none;
					
}

.rf-housing .rf-housing-content .hotel-card.type-list:hover, .rf-housing .rf-housing-content .hotel-card.type-list:focus {
	background-color: transparent;
}

.rf-housing .rf-housing-content .hotel-card.type-list:focus {
	border: 1px solid var(--rf-brand-color-border) !important;
					   
}

.rf-housing .rf-housing-content .hotel-list-view .hotel-list-wrapper .hotel-details .hotel-price-left span {
														 
	color: #FF3621;
						   
}

.fade.in {
	opacity: 1;
	background: rgba(255,255,255,.2);
}

.package-times {
	white-space: nowrap;
				  
					  
}

li[data-test="rf-selected-value-Country"] {
color: #fff !important;
}

@media (max-width: 991.98px) {
.site-header {
	margin-top: 75px;
	padding-left: 1rem;
}

#rf-content {
	width: 100%;
	min-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
  

  
span[data-test="Training: Monday AM Timeslot-Monday, June 10: 8:00 a.m."]::after {
	content: " - 12:00 p.m.";
					   
				
}
  
span[data-test="Training: Monday PM Timeslot-Monday, June 10: 1:00 p.m."]::after {
	content: " - 5:00 p.m.";
}
span[data-test="Training: Tuesday AM Timeslot-Tuesday, June 11: 8:00 a.m."]::after {
	content: " - 12:00 p.m.";
}  
span[data-test="Training: Tuesday PM Timeslot-Tuesday, June 11: 1:00 p.m."]::after {
	content: " - 5:00 p.m.";
}  
  
.package-times { display: none; }
  

					  
				 
				   
					   
					
}

.package-description .mdBtnR-text {
	white-space: normal;
	padding-right: 20px;
					 
}

ul.package-sub-item-grouped > ul > div > span::before {
	content: "Select your session for ";
}

ul.package-sub-item-grouped > ul > div > span {
  margin-bottom: 10px;
  display: block;
}

ul.package-sub-item-grouped > span {
  display: none;
						   
							
}

.icon-popover-trigger.rfSI.rfSI-primary svg {
	fill: var(--rf-comp-input-color-asterisk);
}


.rf-select select option {
  background-color: #fff;
  color: #10121E;
}



#rf-select-results li {
	color: #10121e;
}

#rf-select-results li:hover {
	background-color: rgba(0,0,0,.1);
}

#rf-select-results {
	border: solid 3px #fff;
	background: #fff;
}

.dropdown-results-container .rf-singleselect .common-select-dropdown-option-item.active {
	background-color: gray;
}

.rf-default-modal .modal-content .modal-header .modal-title, .rf-default-modal .modal-content .modal-header h4, .rf-default-modal .modal-content .modal-header h3, .modal .modal-content .modal-header .modal-title, .modal .modal-content .modal-header h4, .modal .modal-content .modal-header h3 {
	color: #EB1600;
}

.hotel-details-more .rfSI-stroke *, .selected-hotel-amenities-modal .rfSI-stroke * {
	cursor: default;
	stroke: #fff;
}

.rf-housing .hotel-booking-summary {
  flex-direction: column;
  }
  
.hotel-summary-image {
	display: none;
}
  
.rf-housing .hotel-booking-summary .summary-hotel {
	width: 100%x;
	min-width: 100%; 
	margin-left: 0;
}  
  
.rfwf-package-items .package-sub-item-grouped .rfG-row {
  display: block;
  }
  
.summary-details {
	order: 2;
	margin-top: 40px;
}

#number-form {
	background: #10121e;
}

#card_number {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	border: 1px solid rgb(204, 204, 204);
	width: 100%;
	padding: 6px 8px;
	background-color: transparent;
	font-weight: 400;
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 4px;
}

.md-accordion-controls .control-icon-text {
	color: #fff;
	font-size: 13px;
}

.rf-tag-container .rf-tag {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	font-size: var(--rf-brand-font-size);
	position: relative;
	cursor: pointer;
	color: #FF3621;
	margin-left: 0;
	line-height: 1;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid var(--rf-brand-color-border);
	-webkit-border-radius: var(--rf-brand-shape-radius);
	-moz-border-radius: var(--rf-brand-shape-radius);
	-ms-border-radius: var(--rf-brand-shape-radius);
	-o-border-radius: var(--rf-brand-shape-radius);
	border-radius: var(--rf-brand-shape-radius);
	padding: 6px;
}

.discount-code-wrapper .text-success {
	color: #FF3621 !important;
}

.footer-header, .footer-footer {
	display: block;
	width: 100%;
}

.rf-org-footer-container .footer {
  padding-top: 0 !important;
  background-color: #17242A;
  margin-top: 60px;
}

.footer-top .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	flex-direction: column;
}

.follow-text {
	display: flex;
}

.follow-text h3 {
	color: #D53723;
	font-family: 'DM Mono', Arials, sans-serif;
	text-transform: uppercase;
  margin: 0;
}

.follow-text a, .follow-text a:hover {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'DM Mono', Arial, sans-serif;
}

.follow-text ul, .follow-text ul li {
  list-style-type: none;
}

.follow-text ul {
 margin: 0;
  padding: 0;
}

.follow-text ul li {
  margin-top: 10px;
}

.text-left {
	text-align: left !important;
	flex-grow: 2;
}

.text-middle {
	padding-right: 100px;
  font-size: 14px;
}

.follow-text .text-right {
	text-align: left !important;
	padding-right: 100px;
  font-size: 14px;
}

.follow-text .text-right p {
  margin-top: 10px;
}

.social p {
	color: #D53723;
	font-family: 'DM Mono', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* margin-bottom: 0; */
}

.footer-bottom {
  margin-top: 80px;
}

.social {
  margin-top: 20px;
}

@media (max-width: 700px) {
.follow-text {
	display: flex;
	flex-direction: column;
}
  
.follow-text h3 {
  margin-top: 10px;
  }
}

.rf-headline-content, .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
	padding: 0 !important;
					   
										
				 
}

.db-dais2024-landing-page-home .rf-headline-content {
  max-width: 500px;
}



body[class*="db-dais2024-regGIP"] .site-header.regular, 
body[class*="db-dais2024-GVIR"] .site-header.regular, 
body.db-dais2024-landing-page-home .site-header.regular,
body[class*="db-dais2024-group"] .site-header.regular,
body[class*="db-dais2024-regwithhotel"] .site-header.regular{
  display: block;
}

body[class*="db-dais2024-regEF"] .site-header.exec {
 display: block; 
}

body[class*="db-dais2024-cfpext"] .site-header.cfp {
 display: block; 
}

body[class*="db-dais2024-cfpint"] .site-header.cfpint {
 display: block; 
}


.no-print {
	display: none;
}

#reg-confirmation-page .rfwf-confirmation-summary .grid-table table {
	width: 100%;
  min-width: 100%;
	margin: 0 0 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#reg-confirmation-page .rfwf-confirmation-summary .grid-table th, #reg-confirmation-page .rfwf-confirmation-summary .grid-table td {
	background-color: transparent;
	padding: 10px;
	color: #fff;
	text-align: left;
}

#reg-confirmation-page .rfwf-full-panel .rfwf-panel-interior {
	padding: 0;
}

.discount-name-title {
	display: none !important;
}

div[aria-label="Open W Hotel"] .hotel-image::before {
	content: "APJ Preferred";
	position: absolute;
	z-index: 1000;
	padding: 10px;
	background-color: #E4F407;
	color: #10121D;
	font-weight: bold;
	font-family: 'DM Mono',Arial, sans-serif;
	top: 0;
}

div[aria-label="Open Hyatt Regency San Francisco Downtown Soma"] .hotel-image::before {
	content: "EMEA Preferred";
	position: absolute;
	z-index: 2;
	padding: 10px;
	background-color: #E4F407;
	color: #10121D;
	font-weight: bold;
	font-family: 'DM Mono',Arial, sans-serif;
	top: 0;
}

#cc-number, #cvv-number {
  background-color: #fff;
}



.hotel-confirmation-image {
  display: none;
}

.rfwf-confirmation-buttons .pull-right {
	display: none;
}

body:not(.db-dais2024-group-confirm) .rfwf-confirmation-buttons button::after {
	content: " to Attendee Portal";
}
	

body.db-dais2024-group-confirm .rfwf-confirmation-buttons button:first-child {
  display: none;
}
			 
 .mdBtnR-outline-primary,
a.mdBtnR-outline-primary,
button.mdBtnR-outline-primary {
  color: #EB1600;
  border-color: #EB1600;
}

.modal-footer .cancel.mdBtnR-outline-primary {
  color: #fff;
}

.db-dais2024-regGIP-confirm button.mdBtnR-outline-primary {
  color: #fff;
}

.db-dais2024-regGIP-confirm button.mdBtnR-outline-primary:hover {
  color: #10121E;
}

.mdBtnR-primary:hover, .mdBtnR-primary:focus, .mdBtnR-primary.active,
a.mdBtnR-primary:hover,
a.mdBtnR-primary:focus,
a.mdBtnR-primary.active,
button.mdBtnR-primary:hover,
button.mdBtnR-primary:focus,
button.mdBtnR-primary.active, .mdBtnR-outline-primary:hover,
button.mdBtnR-outline-primary:hover {
  color: #EB1600;
  background-color: #fff;
  background-image: none;
  border-color: #EB1600;
}

.dbais-logo {
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.dbais-logo > * {
  width: 50%;
}

.date-header {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-family: 'DM Sans',Arial,sans-serif;
}

.menu-list-dbais a, .menu-list-dbais a:hover {
	color: #fff;
	font-family: 'DM Mono', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.menu-list-dbais a::before {
	content: "/ ";
	color: #FF3621;
}

.menu-list-dbais ul {
	margin: 0;
	padding: 0;
}

.menu-list-dbais li {
	margin-bottom: 5px;
}

.nav-menu-dbais {
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  min-height: 40px;
}

#burger-wrap-dbais, .nav-date-menu {
	display: none;
}

@media (max-width: 500px) {
.date-header {
  display: none;
}
}

@media (max-width: 1100px) {
  #top-nav .menu-list-dbais {
    display: none;
  }
  
#burger-wrap-dbais {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
  
.dbais-logo {
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}  
  
.nav-date-menu.active {
	margin-top: 80px;
	padding: 0 6rem;
	background-color: #10121D;
	display: flex;
	justify-content: space-between;
  height: 100vh;
}
  
}

.nav-trigger {
	width: 40px;
	height: 40px;
	background-color: #EFEDE1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px;
	box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.line {
	line-height: 0;
}

.line:first-child {
	display: block;
	border-bottom: solid 2px #10121E;
	width: 100%;
}

.line:nth-child(2) {
	display: block;
	border-bottom: solid 2px #10121E;
	width: 80%;
	margin-left: 15%;
}


.nav-date-menu .date-header {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	font-family: 'DM Sans',Arial,sans-serif;
}

.prevent-scroll {
  overflow: hidden;
}

header:has(.active) .line:first-child {
  position: relative;
  border: none;
}

header:has(.active) .line:nth-child(2) {
display: none;
}


header:has(.active) .line:first-child::after {
	content: "\2715";
	color: #10121E;
	position: absolute;
	top: 0;
	left: -2px;
	font-size: 30px;
	font-weight: 300;
	font-family: Arial;
}


@media (max-width: 991.98px) {
header #top-nav, .nav-date-menu.active {
  padding-left: 1rem;
  padding-right: 1rem;
  }
  
}

.dbais-logo img {
  min-width: 100px !important;
  max-width: 120px !important;
  width: auto !important;
}

.DayPickerInput .DayPickerInput-Overlay {
	position: absolute;
	left: 0;
	z-index: 10;
	background: var(--rf-brand-color-surface);
	box-shadow: 0 2px 5px rgba(255,255,255,.5);
}

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--disabled {
	color: #666;
	cursor: default;
	/* background-color: #eff1f1; */
}

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
	color: #10121e;
	background-color: #FF3621;
}

.DayPickerInput .DayPicker-Footer .DayPicker-TodayButton {
	color: #FF3621;
}

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
	background-color: rgba(72,233,237,.5);
}

.db-dais2024-GVIR-confirm .rfwf-confirmation-buttons {
  display: none;
}


div[data-test="manage-registrants-card"], div[data-test="manage-registrants-card"] > div {
	width: 100% !important;
  max-width: 100%;
}

div[data-test="manage-registrants-card"] .card-actions.rf-flex-column-50 {
	display: flex;
}

div[data-test="manage-registrants-card"] .item-card .card-remaining {
width: auto;
}

div[data-test="manage-registrants-card"] .item-card .card-actions {
flex-grow: 2;
}

div[data-test="manage-registrants-card"] .card-body-row:first-child .card-actions.rf-flex-column-50::before {
	content: "Click here to invite group members to register. You will need to use the same process to add yourself if you are planning to attend.";
	display: block;
	text-align: left;
	padding-right: 20px;
}

div[data-test="manage-registrants-card"] .card-body-row:nth-child(2) .card-actions.rf-flex-column-50::before {
	content: "Click here to manage group members that have been invited, but have not yet redeemed their group pass. You may resend or revoke the invitation.";
	display: block;
	text-align: left;
	padding-right: 20px;
}

div[data-test="manage-registrants-card"] .card-body-row:nth-child(3) .card-actions.rf-flex-column-50::before {
	content: "Click here to view registered group members. If you need to adjust group members who have already registered, please contact support: dataaisummit@regsvc.com";
	display: block;
	text-align: left;
	padding-right: 20px;
}

div[data-test="manage-registrants-card"] .card-actions button {
	flex-basis: 150px;
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	align-self: center;
	padding: 10px 0 !important;
}

div[data-test="manage-registrants-card"] .item-card {
  background-color: #10121E;
}

div[data-test="manage-registrants-card"] .card-controls svg {
	fill: #10121E !important;
}

div[data-test="manage-registrants-card"] .item-card .card-header {
  height: auto;
}

div[data-test="manage-registrants-card"] .item-card .card-header h2 {
	color: #10121E;
	margin: 0 0 8px;
	text-align: left;
	font-weight: 400;
	font-size: 24px;
	height: auto;
	overflow: hidden;
}

div[data-test="manage-registrants-card"] .item-card .card-header span.sub-header {
	font-size: 18px;
	display: block;
	text-align: left;
	font-weight: 300;
	padding-bottom: 10px;
  color: #10121E;
}

@media screen and (max-width: 800px) {
div[data-test="manage-registrants-card"] .card-actions.rf-flex-column-50 {
	display: block; 
}
  
div[data-test="manage-registrants-card"] .card-actions button {
	display: block;
	padding: 10px 20px !important;
	margin-top: 20px;
}  
}

.db-dais2024-group-bulkpackages #bulkPackagesDashboard button[data-test="rf-button-continue"] {
  display: none;
}

.md-table .fixedDataTableLayout_main *, .md-table .fixedDataTableLayout_main, .md-table .fixedDataTableLayout_header *, .md-table .fixedDataTableLayout_header, .md-table .fixedDataTableLayout_hasBottomBorder *, .md-table .fixedDataTableLayout_hasBottomBorder, .md-table .fixedDataTableCellLayout_main, .md-table .public_fixedDataTable_main *, .md-table .public_fixedDataTable_main, .md-table .public_fixedDataTable_header *, .md-table .public_fixedDataTable_header, .md-table .public_fixedDataTable_hasBottomBorder *, .md-table .public_fixedDataTable_hasBottomBorder, .md-table .public_fixedDataTableCell_main *, .md-table .public_fixedDataTableCell_main, .md-table .public_fixedDataTableRow_main, .md-table .public_fixedDataTableRow_highlighted, .md-table .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
	background-image: none;
	background-color: #10121E;
	color: var(--rf-brand-color-text-body);
	font-size: 13px;
}
.workflow-header-default .prev-page, .rfwf-header .prev-page {
	float: left;
	display: block;
	color: var(--rf-comp-link-color);
	text-transform: uppercase;
	margin: 30px 0 40px;
	font-size: 16px;
	cursor: pointer;
}

.workflow-header-default .prev-page span svg, .rfwf-header .prev-page span svg {
	fill: var(--rf-comp-link-color);
}

#bulkPackagesDashboard .manage-registrants .rf-select.rf-single-select {
  padding-top: 4px;
}

#bulkPackagesDashboard .manage-registrants .rf-select.rf-single-select .relative-input-container {
  position: relative;
}

#bulkPackagesDashboard .manage-registrants .table-results-container .rfG-md-40 .rf-single-select label {
  display: none;
}

.db-dais2024-group-page-reggrouppurchaserconfirmation .page-builder-display-reset p, 
.db-dais2024-group-page-reggrouppurchaserconfirmation .page-builder-template-preview p {
	margin-bottom: 16px;
}


.rf-housing .rf-housing-content .hotel-list-results {
  padding-right: 20px;
}


.db-dais2024-cfpext-cfpHome #cfp-home-start, 
.db-dais2024-cfpext-form-TermsandConditions #wf-btn-submit,
.db-dais2024-cfpext-form-TermsandConditions #contact-info{
  display: none;
}

#participantPage .rf-simple-table tr th, 
#participantPage .rf-simple-table tr td, 
#participantPage .table tr th, 
#participantPage .table tr td {
	padding: 12px;
	color: #10121e;
}

#participantPage .add-action .rfSI, .confirmation-page .confirm-check-mark  {
  display: none;
}

#participantPage .add-action .mdBtnR-text {
  margin-left: 0 !important;
}

#participantPage .add-action .mdBtnR:not(.mdBtnR-text-button):not(.mdBtnR-link):focus,
.mdBtnR-outline-primary:focus .mdBtnR-text
{
color: #fff !important;
}

.rf-table-container .rf-table.sessionsAndSubmissions .table-body .table-row.table-header > div {
	border-bottom: 1px solid var(--rf-brand-color-text-heading) !important;
	border-top-color: var(--rf-brand-color-text-heading);
	color: #10121e;
}

.rf-table-container .rf-table.sessionsAndSubmissions .table-body .table-row > div a, 
.rf-table-container .rf-table.sessionsAndSubmissions .table-body .table-row > div a:link,
.rf-table-container .rf-table.sessionsAndSubmissions .table-body .table-row > div a:hover {
color: #801c17;
}

.rf-table-container .rf-table .table-body .table-row:hover, .rf-table-container .rf-table .table-body .table-row.active {
	background: #fff;
}

.db-dais2024-regEF-confirm .mdBtnR-outline-primary {
  color: #fff;
}

.rfwf-full-panel.rfwf-confirmation-contact-info .rfG-row .rfG-md-50:nth-child(2) {
	display: none;
}

[id="accordion-content-Paid Training"] ul label  {
	display: none;
}

.open-column-options {
	justify-content: center;
	width: 18px;
	padding: 3px;
	margin: 0;
	line-height: 0;
	background: var(--rf-brand-color-surface-2);
	border: 1px solid var(--rf-brand-color-border);
	box-shadow: none;
}

.rf-workflow-working-reports .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .body-cell .live-table-read-only {
	background-color: transparent;
}

.overflown {
  background-color: #10121E !important;
}


body:not(.db-dais2024-sponon-page-confirm) .erclink {
  display: none;
}


.fixed-top, header #top-nav {
position: relative !important;
}

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

.db-dais2024-cfpspon-cfpConfirmation .rfwf-full-panel .rfwf-panel-interior {
	margin: 0;
}

@media (min-width: 1200px) {
.site-header h1 {
		max-width: 25%;
}
}

@media (max-width: 1200px) {
.site-header h1 {
		max-width: 50%;
  font-size: 48px;
}
}

@media (max-width: 768px) {
.site-header h1 {
		max-width: 50%;
  font-size: 36px;
}
}

.form-footer-actions .mdBtnR-container {
	margin-left: 0;
	display: inline-block;
	text-align: right;
}

.rf-simple-table {
	background-color: #fff;
}

.social-icons a:first-child img {
  height: 17px;
}

footer a:hover, footer a:focus, footer a:link:hover, 
footer a:link:focus, footer a:visited:hover, footer a:visited:focus {
	color: #fff;
	text-decoration: var(--rf-comp-link-hover-font-decoration);
	cursor: pointer;
}

.modal-title {
  color: #fff !important;
}

.rf-feedback-alert-content h3 {
  margin: 5px 0 0 0 !important;
}

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

.rf-workflow .rf-text-container :is(ol, ul) li, .page-builder-content .rf-text-container :is(ol, ul) li {
	display: list-item;
	list-style-position: outside;
}

.participants-page-body .rf-simple-table th:nth-child(n+3),
.participants-page-body .rf-simple-table td:nth-child(n+3) {
  display: none;
}

.participants-page-body .rf-simple-table th:nth-child(n-3),
.participants-page-body .rf-simple-table td:nth-child(n-3) {
  width: 50%;
}



.rf-select .rf-dropdown-container:has(.rf-dropdown-trigger input:focus)  .dropdown-icon-background {
	border-color: #EB1600;
}

.cfp-confirmation-form #wf-formSession-Abstract textarea {
	border: none;
	background: transparent;
	padding: 0;
}

.rf-table.sessionsAndSubmissions .table-row:not(.table-header) {
	background: white;
}

.rf-table.sessionsAndSubmissions .table-row.table-header {
	border-bottom: solid #801c17;
}

.cfpConf {
	background-color: #ff3621;
	padding: 40px 6rem;
	text-align: center;
}

body:not(.db-dais2025-cfpext-cfpConfirmation) .cfpConf {
  display: none;
}

body:not(.db-dais2025-cfpspon-cfpConfirmation) .cfpConf.spocfp {
  display: none;
}


body.db-dais2025-cfpspon-cfpConfirmation .cfpConf.spocfp {
  display: block;
}



body:not(.db-dais2025-cfpint-cfpConfirmation) .cfpConf.intCFP {
  display: none;
}

body.db-dais2025-cfpint-cfpConfirmation .cfpConf.intCFP {
  display: block;
}


.cfpConf h3 {
	font-weight: 300;
	color: #fff;
	font-size: 24px;
}

.cfpConf h1 {
	color: #fff;
	font-size: 160px;
	line-height: 160px;
	margin: 0 0 60px 0;
	font-weight: 300;
  font-family: 'DM Mono', Arial, sans-serif;
}

.subhome {
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 20px;
	border: solid 1px #fff;
	font-family: 'DM Mono', Arial, sans-serif;
	margin-bottom: 80px;
	display: inline-block;
}

@media screen and (max-width: 800px) {
.cfpConf {
	padding: 40px 3rem;
}


.cfpConf h3 {
	font-size: 24px;
}

.cfpConf h1 {
	font-size: 150px;
	line-height: 150px;
	margin: 0 0 60px 0;
}

.subhome {
	margin-bottom: 80px;
}  
  
}  

@media screen and (max-width: 600px) {
.cfpConf {
	padding: 40px 1rem;
}


.cfpConf h3 {
	font-size: 18px;
}

.cfpConf h1 {
	font-size: 75px;
	line-height: 75px;
	margin: 0 0 30px 0;
}

.subhome {
	margin-bottom: 40px;
}  
  
}  

.db-dais2025-cfpext-cfpConfirmation .rfwf-full-panel.cfp-confirmation-header.rfwf-discount-code,
.db-dais2025-cfpspon-cfpConfirmation .rfwf-full-panel.cfp-confirmation-header.rfwf-discount-code { 
	display: none;
}

.db-dais2025-cfpext-cfpConfirmation #formSession-Abstract {
  min-height: 150px !important;
}

.db-dais2025-cfpext-cfpConfirmation #formSession-Abstract:active, 
.db-dais2025-cfpext-cfpConfirmation #formSession-Abstract:focus {
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 650px) {
.rf-workflow-working-reports .working-report-header {
	flex-direction: column;
}
}

.rf-workflow .keep-bullets :is(ol, ul) li, .page-builder-content .keep-bullets :is(ol, ul) li {
	display: list-item;
	list-style-position: outside;
}


.dbais-logo {
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.dbais-logo > * {
  width: 50%;
}

.date-header {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-family: 'DM Sans',Arial,sans-serif;
}

.date-header {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-family: 'DM Mono',Arial,sans-serif;
}


.menu-list-dbais a, .menu-list-dbais a:hover, .menu-list-dbais .seemore, .menu-list-dbais .seemore:hover {
	color: #0B2026;
	font-family: 'DM Mono', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.menu-list-dbais ul li span {
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.menu-list-dbais li {
	margin-bottom: 5px;
}

.nav-menu-dbais {
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  min-height: 40px;
}

#burger-wrap-dbais, .nav-date-menu {
	display: none;
}



.nav-trigger {
	width: 40px;
	height: 40px;
	background-color: #EFEDE1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px;
	box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.line {
	line-height: 0;
}

.line:first-child {
	display: block;
	border-bottom: solid 2px #10121E;
	width: 100%;
}

.line:nth-child(2) {
	display: block;
	border-bottom: solid 2px #10121E;
	width: 80%;
	margin-left: 15%;
}


.nav-date-menu .date-header {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	font-family: 'DM Sans',Arial,sans-serif;
}

.prevent-scroll {
  overflow: hidden;
}

header:has(.active) .line:first-child {
  position: relative;
  border: none;
}

header:has(.active) .line:nth-child(2) {
display: none;
}


header:has(.active) .line:first-child::after {
	content: "\2715";
	color: #10121E;
	position: absolute;
	top: 0;
	left: -2px;
	font-size: 30px;
	font-weight: 300;
	font-family: Arial;
}


@media (max-width: 991.98px) {
header #top-nav, .nav-date-menu.active {
  padding-left: 1rem;
  padding-right: 1rem;
  }
  
}

.dbais-logo img {
  min-height: 32px;
  width: auto;
}

.menu-list-dbais ul.feedme {
	margin: 5px 0 5px 20px;
}

.feedme:not(.active) {
  display: none;
}

.seemore::before {
	content: "+";
	display: inline-block;
	margin-right: 10px;
  color: #EB1600;
}

.seemore.active::before {
	content: "X";
	display: inline-block;
	margin-right: 10px;
  color: #EB1600;
}

.seemore {
    cursor: pointer;
}

.seemore:hover {
  text-decoration: underline; 
}

.fixed-top, header #top-nav {
	position: relative !important;
}

/*body[class*="db-dais2025-cfpext"] .cfp-home-page .rf-text-container,
body[class*="db-dais2025-cfpext"] #cfp-home-start, .cfp-close,
body[class*="db-dais2025-cfpext"] #table-description
{
  display: none;
}

body[class*="db-dais2025-cfpext"] .cfp-close {
  display: block;
}

body[class*="db-dais2025-cfpext"] .rfwf-full-panel.rfwf-cfp-page.rf-workflow-cfp .rfwf-panel-interior > div h2 {
	font-size: 0;
}

body[class*="db-dais2025-cfpext"]  .rfwf-full-panel.rfwf-cfp-page.rf-workflow-cfp .rfwf-panel-interior > div h2::after {
	content: "View Proposals";
	font-size: 18px;
}*/

.cfp-close, .db-dais2025-cfpext-login .login-frame {
  display: none;
}

body[class*="db-dais2025-cfpext"] .cfp-close {
  display: block;
}


body[class*="Confirmation"] #wf-formSession-Abstract .rf-textarea textarea {
	border-radius: 0;
	pointer-events: none;
}

.md-frame.login-frame .md-frame-header {
    display: none;
}

.rfwf-login-page.no-create-account .md-frame,
.rfwf-login-page.no-create-account .md-frame-body {
  margin: 0;
  padding: 0;
}

.db-dais2025-cfpspon-cfpHome .rf-table.sessionsAndSubmissions .table-header div[role="columnheader"]:nth-child(3)::after {
	content: " and Session Owner(s)";
}

