<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 */
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@font-face {
  font-family: "Libre Franklin Light";
  src: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/LibreFranklin-Light_1669236415962001krcw.woff2") format("woff2"), url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/LibreFranklin-Light_1669236415748001kh9u.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Franklin Medium";
  src: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/LibreFranklin-Medium_1669236416304001kczr.woff2") format("woff2"), url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/LibreFranklin-Medium_1669236416170001ketj.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Franklin Regular";
  src: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/LibreFranklin-Regular_1669236416660001ktLv.woff2") format("woff2"), url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/LibreFranklin-Regular_1669236416479001kaIu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Regular";
  src: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Inter-Regular_1669236379593001SoUy.woff2") format("woff2"), url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Inter-Regular_1669236379249001SeIY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Light";
  src: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Inter-Light_1669236379104001SLvL.woff2") format("woff2"), url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Inter-Light_1669236378908001S40W.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Bold";
  src: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Inter-Bold_1669236378677001SDiP.woff2") format("woff2"), url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Inter-Bold_1669236378095001SmVJ.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ============================= */
/* 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%;
  background-color: #fff !important;
}
header .navbar {
  background-color: #fff !important;
}
header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  filter: invert(1);
}
header .navbar .nav-link {
  font-family: "Inter Regular";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #000;
}

/************************
      End: Header
************************/
/************************
      Start: Footer
************************/
.rf-org-footer-container .footer {
  background-color: #350040;
}
.rf-org-footer-container .footer .copyright, .rf-org-footer-container .footer .footer-desc {
  font-family: "Libre Franklin Light";
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  font-style: italic;
  letter-spacing: 0.5px;
}

/************************
      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 auto;
  padding: 0 10px;
}
@media all and (min-width: 1200px) {
  .rfwf-full-panel .rfwf-panel-interior {
    padding: 0 20px;
  }
}

/*=============================================*/
/*
/*  # 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: #350040;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a:link {
  color: #350040;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a:visited {
  color: #350040;
}
.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: "Inter Regular", "Open Sans", Helvetica, Arial, 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: "Inter Regular", "Open Sans", Helvetica, Arial, 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 &gt; div {
  color: inherit;
  font-family: "Inter Regular", "Open Sans", Helvetica, Arial, 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: "Inter Regular", "Open Sans", Helvetica, Arial, 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: "Inter Regular", "Open Sans", Helvetica, Arial, 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 */
/* ===============================
    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: #6a1b76;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
}
.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: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-transform: capitalize;
  padding: 16px 24px;
  line-height: 17px;
  /*
  &amp;:hover,
  &amp;:focus,
  &amp;:active{
  }

  &amp;.disabled,
  &amp;:disabled {
    .rfSI,
    svg {
    }
  } */
}
a.mdBtnR .mdBtnR-text,
.mdBtnR .mdBtnR-text {
  font-family: "Inter Regular";
  font-size: 14px;
  text-transform: capitalize;
}
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: #EF4D64;
  background-color: #fff;
  border-color: #EF4D64;
}
.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text,
button.mdBtnR-primary .mdBtnR-text {
  color: #EF4D64;
}
.mdBtnR-primary svg,
a.mdBtnR-primary svg,
button.mdBtnR-primary svg {
  fill: #EF4D64;
}
.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: #fff;
}
.mdBtnR-primary .arm-button-arrow,
a.mdBtnR-primary .arm-button-arrow,
button.mdBtnR-primary .arm-button-arrow {
  color: #EF4D64;
}
.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 {
  color: #fff;
  background-color: #EF4D64;
  background-image: none;
  border-color: #EF4D64;
}
.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: #fff;
}
.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: #fff;
  text-decoration: none;
}
.mdBtnR-outline-primary,
a.mdBtnR-outline-primary,
button.mdBtnR-outline-primary {
  color: #EF4D64;
  background-color: #0000;
  border-color: #EF4D64;
  text-transform: normal !important;
}
.mdBtnR-outline-primary .mdBtnR-text,
a.mdBtnR-outline-primary .mdBtnR-text,
button.mdBtnR-outline-primary .mdBtnR-text {
  color: #EF4D64;
}
.mdBtnR-outline-primary svg,
a.mdBtnR-outline-primary svg,
button.mdBtnR-outline-primary svg {
  fill: #EF4D64;
}
.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,
.mdBtnR-outline-primary:hover svg, .mdBtnR-outline-primary:focus svg, .mdBtnR-outline-primary.active svg, a.mdBtnR-outline-primary:hover svg, a.mdBtnR-outline-primary:focus svg, a.mdBtnR-outline-primary.active svg {
  fill: #fff !important;
}
.mdBtnR-outline-primary .arm-button-arrow,
a.mdBtnR-outline-primary .arm-button-arrow,
button.mdBtnR-outline-primary .arm-button-arrow {
  color: #EF4D64;
}
.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: #fff;
  background-color: #EF4D64;
  background-image: none;
  border-color: #EF4D64;
}
.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: #fff;
}
.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: #fff;
  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: #350040;
}
.mdBtnR-link .rfSI svg {
  fill: #350040;
}
.mdBtnR-link .mdBtnR-text {
  color: #350040;
}
.mdBtnR-link:hover, .mdBtnR-link:focus, .mdBtnR-link:active {
  color: #0b000d;
}
.mdBtnR-link:hover .rfSI svg, .mdBtnR-link:focus .rfSI svg, .mdBtnR-link:active .rfSI svg {
  fill: #0b000d;
}
.mdBtnR-link:hover .mdBtnR-text, .mdBtnR-link:focus .mdBtnR-text, .mdBtnR-link:active .mdBtnR-text {
  color: #0b000d;
}
.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: #253846;
}
.dropdown-results-container .rf-select-results-container li:hover, .dropdown-results-container .rf-select-results-container li.active {
  background-color: #fefefe;
}

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

.rf-single-select .rf-select-selected li,
.rf-multi-select .rf-select-selected li {
  color: #e83e8c;
}

.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: #f5f5f5;
}
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #253846 !important;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #253846;
}
.rf-radio-option span {
  color: #253846;
}
.rf-radio-option .check {
  /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
  border-color: #253846;
}
.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: #f9f9f9;
}

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

/* 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: #86668c;
}
.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: #350040 !important;
  background: white;
}
.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: #350040;
}
.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: white;
}
.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: #86668c;
}
.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: #350040 !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: #350040;
}
.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: #f5f5f5;
}

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

/* 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: #350040;
}

.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: #e83e8c;
}
/* END Show Hide */
.rf-label-only &gt; label span:first-of-type,
.rf-input &gt; label span:first-of-type,
.rf-search-input &gt; label span:first-of-type,
.rf-icon-input &gt; label span:first-of-type,
.rf-single-select &gt; label span:first-of-type,
.rf-multi-select &gt; label span:first-of-type,
.rf-select2-override &gt; label span:first-of-type,
.rf-toggle &gt; label span:first-of-type,
.rf-textarea &gt; label span:first-of-type,
.rf-day-picker &gt; label span:first-of-type,
.rf-scale-matrix &gt; label span:first-of-type,
.rf-survey-scale &gt; label span:first-of-type,
.rf-star-selector &gt; label span:first-of-type,
.rf-date-picker &gt; label span:first-of-type,
.rf-read-only &gt; label span:first-of-type,
.rf-button-link &gt; label span:first-of-type,
.rf-nps-question &gt; label span:first-of-type,
.rf-upload-file &gt; label span:first-of-type,
.rf-horizontal-label &gt; label span:first-of-type,
.rf-phone-number &gt; label span:first-of-type,
.rf-form-element-group &gt; label span:first-of-type,
.rf-checkbox-container &gt; label span:first-of-type,
.rf-toggle-wrapper &gt; label span:first-of-type,
.rf-time-selector &gt; label span:first-of-type {
  color: #253846;
}
.rf-label-only &gt; label .label-text,
.rf-input &gt; label .label-text,
.rf-search-input &gt; label .label-text,
.rf-icon-input &gt; label .label-text,
.rf-single-select &gt; label .label-text,
.rf-multi-select &gt; label .label-text,
.rf-select2-override &gt; label .label-text,
.rf-toggle &gt; label .label-text,
.rf-textarea &gt; label .label-text,
.rf-day-picker &gt; label .label-text,
.rf-scale-matrix &gt; label .label-text,
.rf-survey-scale &gt; label .label-text,
.rf-star-selector &gt; label .label-text,
.rf-date-picker &gt; label .label-text,
.rf-read-only &gt; label .label-text,
.rf-button-link &gt; label .label-text,
.rf-nps-question &gt; label .label-text,
.rf-upload-file &gt; label .label-text,
.rf-horizontal-label &gt; label .label-text,
.rf-phone-number &gt; label .label-text,
.rf-form-element-group &gt; label .label-text,
.rf-checkbox-container &gt; label .label-text,
.rf-toggle-wrapper &gt; label .label-text,
.rf-time-selector &gt; label .label-text {
  color: #253846;
}
.rf-label-only .rf-label span:first-of-type,
.rf-input .rf-label span:first-of-type,
.rf-search-input .rf-label span:first-of-type,
.rf-icon-input .rf-label span:first-of-type,
.rf-single-select .rf-label span:first-of-type,
.rf-multi-select .rf-label span:first-of-type,
.rf-select2-override .rf-label span:first-of-type,
.rf-toggle .rf-label span:first-of-type,
.rf-textarea .rf-label span:first-of-type,
.rf-day-picker .rf-label span:first-of-type,
.rf-scale-matrix .rf-label span:first-of-type,
.rf-survey-scale .rf-label span:first-of-type,
.rf-star-selector .rf-label span:first-of-type,
.rf-date-picker .rf-label span:first-of-type,
.rf-read-only .rf-label span:first-of-type,
.rf-button-link .rf-label span:first-of-type,
.rf-nps-question .rf-label span:first-of-type,
.rf-upload-file .rf-label span:first-of-type,
.rf-horizontal-label .rf-label span:first-of-type,
.rf-phone-number .rf-label span:first-of-type,
.rf-form-element-group .rf-label span:first-of-type,
.rf-checkbox-container .rf-label span:first-of-type,
.rf-toggle-wrapper .rf-label span:first-of-type,
.rf-time-selector .rf-label span:first-of-type {
  color: #253846;
}
.rf-label-only .rf-label .label-text,
.rf-input .rf-label .label-text,
.rf-search-input .rf-label .label-text,
.rf-icon-input .rf-label .label-text,
.rf-single-select .rf-label .label-text,
.rf-multi-select .rf-label .label-text,
.rf-select2-override .rf-label .label-text,
.rf-toggle .rf-label .label-text,
.rf-textarea .rf-label .label-text,
.rf-day-picker .rf-label .label-text,
.rf-scale-matrix .rf-label .label-text,
.rf-survey-scale .rf-label .label-text,
.rf-star-selector .rf-label .label-text,
.rf-date-picker .rf-label .label-text,
.rf-read-only .rf-label .label-text,
.rf-button-link .rf-label .label-text,
.rf-nps-question .rf-label .label-text,
.rf-upload-file .rf-label .label-text,
.rf-horizontal-label .rf-label .label-text,
.rf-phone-number .rf-label .label-text,
.rf-form-element-group .rf-label .label-text,
.rf-checkbox-container .rf-label .label-text,
.rf-toggle-wrapper .rf-label .label-text,
.rf-time-selector .rf-label .label-text {
  color: #253846;
}

/*=============================================*/
/*
/*  # Table
/*
/*=============================================*/
.rf-table-container .table-action-bar {
  /* This is the action bar that replaces the header if you have bulk actions. */
  background-color: #350040;
}
.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: #ebe6ec;
}
.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 &gt; div {
  /* Cell properties */
  border-bottom: 1px solid #ccc !important;
  border-top-color: #ccc;
  color: #222;
}
.rf-table-container .rf-table .table-body .table-row &gt; div {
  /* Table Cell properties */
}
.rf-table-container .rf-table .table-body .table-row &gt; div a,
.rf-table-container .rf-table .table-body .table-row &gt; div p,
.rf-table-container .rf-table .table-body .table-row &gt; div span {
  /* If there's additional items inside of cells, here's the properties. */
}
.rf-table-container .rf-table .table-body .table-row &gt; div a,
.rf-table-container .rf-table .table-body .table-row &gt; div a:link,
.rf-table-container .rf-table .table-body .table-row &gt; div a:visited {
  color: #350040;
}
.rf-table-container .rf-table .table-body .table-row:last-child &gt; 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: #ebe6ec;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #ebe6ec;
}
.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: #ebe6ec;
}
.rf-table-container .rf-table .table-body a.table-row {
  /* If the table is a link assign these properties */
  color: #253846;
  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: #253846;
}

/* 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: #222;
}
.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 {
  color: #253846;
}
.rf-default-modal .modal-content .modal-footer,
.modal .modal-content .modal-footer {
  border-top: 1px solid #ccc;
}

/* 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.
/*
/*=============================================*/
.rfComp-canvas {
  margin-top: 82px !important;
}

.rf-admin-content *, .rfComp-canvas *, .rf-default-modal *, [id*=rf-].rf-widget * {
  font-family: "Inter Regular";
}

.rf-admin-content p,
.rfComp-canvas p,
.rf-default-modal p,
[id*=rf-].rf-widget p {
  color: #253846;
}
.rf-admin-content h1, .rf-admin-content h2, .rf-admin-content h3, .rf-admin-content h4, .rf-admin-content h5, .rf-admin-content h6,
.rfComp-canvas h1,
.rfComp-canvas h2,
.rfComp-canvas h3,
.rfComp-canvas h4,
.rfComp-canvas h5,
.rfComp-canvas h6,
.rf-default-modal h1,
.rf-default-modal h2,
.rf-default-modal h3,
.rf-default-modal h4,
.rf-default-modal h5,
.rf-default-modal h6,
[id*=rf-].rf-widget h1,
[id*=rf-].rf-widget h2,
[id*=rf-].rf-widget h3,
[id*=rf-].rf-widget h4,
[id*=rf-].rf-widget h5,
[id*=rf-].rf-widget h6 {
  color: #350040;
  font-family: "Inter Bold";
}
.rf-admin-content h1,
.rfComp-canvas h1,
.rf-default-modal h1,
[id*=rf-].rf-widget h1 {
  font-size: 40px;
}
.rf-admin-content h2,
.rfComp-canvas h2,
.rf-default-modal h2,
[id*=rf-].rf-widget h2 {
  font-size: 30px;
}

body {
  display: flex;
  flex-direction: column;
}

.flex-box-section-fluid .flex-box-section-full-interior {
  max-width: unset !important;
}

.section-title {
  font-family: "Inter Bold";
  font-size: 50px;
  line-height: 55px;
}

.section-subheading {
  font-family: "Inter Bold";
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2px;
}

.brand-color {
  color: #6A1B76;
}

.description {
  font-size: 18px;
  line-height: 32px;
}

.half-bordered {
  border-radius: 0 20px;
}

.hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(70.74deg, #08355E 7.93%, #330042 65.87%, #642874 91.56%);
}
.hero-section .hero-heading {
  font-size: 80px;
  font-family: "Inter Bold";
  line-height: 1.2;
  letter-spacing: 2px;
}
.hero-section .hero-subheading {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1px;
}
.hero-section .hero-dates {
  font-size: 18px;
  line-height: 34px;
}
.hero-section .flex-box-section-full-interior,
.hero-section .flex-box-child {
  padding: 0 !important;
}

.innovation-sec .innovation-sec-heading {
  font-size: 30px;
  font-family: "Inter Bold";
  font-weight: bold;
  color: #6A1B76;
  letter-spacing: 1px;
  line-height: 40px;
}
.innovation-sec .innovation-sec-desc {
  font-size: 25px;
  font-family: "Inter Light";
  font-weight: 300;
  color: #330042;
  line-height: 1.5;
}

.speaker-sec {
  background: rgba(226, 231, 234, 0.5);
}
.speaker-sec .row {
  background-image: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Vector_1669921947008001wdRg.png");
  background-repeat: no-repeat;
  min-height: 387px;
  background-position: right bottom;
}
.speaker-sec .speaker-sec-heading {
  font-size: 50px;
  font-family: "Inter Bold";
  font-weight: bold;
  color: #6A1B76;
  letter-spacing: 1px;
  line-height: 55px;
}
.speaker-sec .speaker-sec-desc {
  font-size: 18px;
  font-family: "Inter Regular";
  color: #330042;
  line-height: 32px;
}
.speaker-sec .speaker-slider {
  margin-left: 1px;
}

.conference-sec {
  background-color: #350040;
}
.conference-sec .Conference-heading {
  font-family: "Inter Bold";
  font-size: 50px;
  line-height: 34px;
}
.conference-sec .Conference-sec-desc {
  font-family: "Inter Regular";
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.conference-sec .icon-box {
  background: #FFFFFF;
  border-radius: 25px 0px;
}
.conference-sec .slider-subhead {
  font-family: "Inter Bold";
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.conference-sec .slider-desc {
  font-size: 18px;
  line-height: 32px;
}

.rfwf-cfp-page {
  padding: 60px 0 !important;
}

.slick-dots {
  bottom: -60px !important;
  z-index: 2;
}
.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  border: 1px solid #EF4D64;
  color: #EF4D64 !important;
  background-color: #EF4D64;
}
.slick-dots li button:before {
  font-size: 24px !important;
  color: #0000 !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #EF4D64;
  border-radius: 50%;
  opacity: 1 !important;
}

.slick-arrow-wrap .prev,
.slick-arrow-wrap .next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 60%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
}
.slick-arrow-wrap .slick-disabled {
  display: none !important;
}

.arrow::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px;
  color: #EF4D64;
}

.faqpage {
  color: #FFFFFF;
}
.faqpage p {
  color: inherit;
}
.faqpage .page-desc {
  font-size: 18px;
}
.faqpage .card {
  background-color: #0000 !important;
  border: 0px !important;
  border-bottom: 1px solid #FFFFFF !important;
}
.faqpage .card:last-child {
  border-bottom: 0px !important;
}
.faqpage .card-header {
  border: 0px !important;
  padding-left: 0px;
  background-color: #0000 !important;
  padding: 30px 0px;
}
.faqpage .card-header .btn-header-link {
  font-family: "Inter Bold";
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px;
  padding-left: 0px;
}
.faqpage .card-header .btn-header-link .arrow {
  position: absolute;
  top: 40px;
  right: 75px;
}
.faqpage .card-header .btn-header-link:not(.collapsed) .arrow::after {
  transform: rotate(225deg);
}
.faqpage .card-body {
  color: inherit;
  padding: 0px 288px 40px 0px;
  font-size: 18px;
  line-height: 32px;
}

.price-box {
  position: relative;
  border-radius: 0px 25px;
}
.price-box .price-header {
  background: #6A1B76;
  border-radius: 0px 23px 0px 0px;
}
.price-box .price-header .box-title {
  font-family: "Inter Bold";
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  padding: 30px;
}
.price-box .price-header .box-title .dates {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.price-box .pricing-content {
  background-color: #fff;
  border-radius: 0 0 0 23px;
}
.price-box .pricing-content .pricing-list .price-list-item {
  border-bottom: 0.5px solid #253846;
}
.price-box .pricing-content .pricing-list .price-list-item:last-child, .price-box .pricing-content .pricing-list .price-list-item:nth-child(3) {
  border-bottom: 0px;
}
.price-box .pricing-content .pricing-list .price-list-item .type {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #253846;
}
.price-box .pricing-content .pricing-list .price-list-item .price {
  font-family: "Inter Bold";
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  color: #253846;
}
.price-box .pricing-content .pricing-list .price-list-item .price .dollar {
  font-family: "Inter Bold";
  font-size: 28px;
}
.price-box .pricing-content .pricing-list .price-list-item .price .currency {
  font-size: 18px;
}
.price-box .pricing-content .Registration-section-title {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2px;
}
.price-box .pricing-content .Registration-desc {
  font-family: "Inter Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.pricing-content-sec .registration-section-title {
  font-family: "Inter Bold";
  font-size: 30px;
  line-height: 40px;
}
.pricing-content-sec a {
  text-decoration: underline;
}

.speaker-animation svg {
  border-radius: 50%;
  width: 400px !important;
  height: 400px !important;
  margin-left: -4px;
}

.plan-your-trip-section .trip-detail-box .title-header {
  border-bottom: 1px solid #EF4D64;
}
.plan-your-trip-section .trip-detail-box .trip-title {
  font-family: "Inter Bold";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
}
.plan-your-trip-section .trip-detail-box .trip-sec-decs {
  font-family: "Inter Bold";
  font-size: 18px;
  line-height: 22px;
}
.plan-your-trip-section .trip-timing {
  font-family: "Inter Regular";
  font-size: 18px;
  line-height: 22px;
}

.offer-section {
  background-image: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/bg-offer-sec_1670427186832001pPPa.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #350040;
}
.offer-section .section-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}
.offer-section .offer-sec-button {
  justify-content: center;
  display: flex;
  align-items: center;
}

.travel-header {
  background-color: #350040 !important;
}

.hotel-slider .hotel-slider-item .hotel-details .hotel-image {
  margin-bottom: 30px;
}
.hotel-slider .hotel-slider-item .hotel-details .hotel-image img {
  border-radius: 0px 20px;
}
.hotel-slider .hotel-slider-item .hotel-details .hotel-name {
  font-family: "Inter Bold";
  font-size: 18px;
  line-height: 23px;
}
.hotel-slider .hotel-slider-item .hotel-details .hotel-desc {
  font-family: "Inter Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.hotel-slider .hotel-slider-item .hotel-details .type {
  font-family: "Inter Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hotel-slider .hotel-slider-item .hotel-details .price {
  font-family: "Inter Bold";
  font-size: 18px;
  line-height: 32px;
  color: #253846;
}
.hotel-slider .hotel-slider-item .hotel-details .price sup {
  font-size: 15;
  font-family: "Inter Bold";
}
.hotel-slider .hotel-slider-item .hotel-details .hotel-info {
  position: relative;
}
.hotel-slider .hotel-slider-item .hotel-details .hotel-info .hotel-pricebox {
  position: absolute;
  width: 100%;
  top: 115px;
}

.travel-explore-sec {
  background-color: #6A1B76;
}

.rf-body.ellucian-elive23-elive23homepage-page-elive23pricing .page-builder-display-reset, .rf-body.ellucian-elive23-elive23homepage-page-elive23FAQ .page-builder-display-reset {
  background-color: #350040 !important;
  background-repeat: no-repeat !important;
}
.rf-body.ellucian-elive23-elive23homepage-page-elive23FAQ .page-builder-display-reset {
  background-image: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/faq-pattern_1670328041022001v3Lx.png") !important;
  background-position: bottom left !important;
}
.rf-body.ellucian-elive23-elive23homepage-page-elive23pricing .page-builder-display-reset {
  background-image: url("https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/bg-pricing-page_1670427305324001TjCb.png");
  background-position: bottom right;
}
.rf-body.ellucian-elive23-elive23homepage-page-elive23homepage .flex-box-section, .rf-body.ellucian-elive23-elive23homepage-page-elive23pricing .flex-box-section, .rf-body.ellucian-elive23-elive23homepage-page-elive23FAQ .flex-box-section {
  margin: auto;
}

.vimeo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(70.74deg, #08355E 7.93%, #330042 65.87%, #642874 91.56%);
  mix-blend-mode: luminosity;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display:none;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  opacity: .1;
}

.grayout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 0px 23px 0px 23px;
  opacity: 0.7;
  transition: 0.5s ease;
  background-color: #E2E7EA;
  z-index: 2;
}

/* ===============================
    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: 991.98px) {
  .hero-section .hero-heading {
    font-size: 50px;
  }
  .hero-section .hero-dates {
    font-size: 20px;
  }

  .speaker-sec .speaker-slider {
    margin-left: 133px;
  }

  lottie-player.speaker-animation {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 767.98px) {
  .hero-section .hero-heading {
    font-size: 40px;
  }
  .hero-section .hero-dates {
    font-size: 25px;
  }

 
  .navbar-brand img {
    width: 75% !important;
  }

  .speaker-sec .speaker-slider {
    margin-left: 0px;
  }

  .speaker-animation svg {
    border-radius: 50%;
    width: 300px !important;
    height: 300px !important;
    margin-left: -4px;
  }
}
@media (min-width: 768px) {
  .slick-arrow-wrap .prev {
    left: -60px;
  }
  .slick-arrow-wrap .next {
    right: 0px;
  }
}
/*======================*/
/*  # 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: #f5f5f5;
}
.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: #fdecf4;
}
.rf-housing .rf-housing-content .hotel-list-view .hotel-list-wrapper .hotel-details .hotel-price-left span {
  color: #350040;
}
.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: #350040;
}
.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
/*
/*=============================================*/
.rfwf-login-page .rfwf-panel-interior {
  background: #0000;
  margin-top: 110px;
}

/*=============================================*/
/*
/*  # Manage Registrants Table (Facebook Table)
/*
/*=============================================*/
.manage-registrants-page .item-card .card-header {
  background-color: #e83e8c;
}
.manage-registrants-page .item-card .icon-popover a {
  color: #253846;
}

/*=============================================*/
/*
/*  # 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: #350040;
  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: #350040;
}
.calendar-container .meeting-day .meeting-time.active {
  border-color: #350040;
  background-color: #350040;
  -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: #350040;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value .alert-icon svg {
  fill: #ffc107;
}

/*=============================================*/
/*
/*  # Dashboards
/*
/*=============================================*/
.page-builder-display-reset .flex-box-section-full &gt; .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 &gt; .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
/*
/*=============================================*/
.custom-form-content #contact-info {
  padding: 30px;
  margin-top: 110px;
}

/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#reg-confirmation-page .rfwf-confirmation-header {
  margin-top: 110px;
}
#reg-confirmation-page .rfwf-full-panel .rfwf-panel-interior {
  padding: 30px;
}
#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: #253846;
  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: #350040;
  border-bottom-color: #350040;
}
#tasks-list-container .rfwf-tasks .rf-pill-white {
  fill: #350040;
  color: #350040;
}
#tasks-list-container .rfwf-tasks .rf-pill-white .rf-pill-text {
  color: #350040;
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.rf-workflow-working-reports {
  overflow: auto;
}
.rf-workflow-working-reports .rfwf-bg-primary {
  background-color: transparent;
  color: #253846;
}
.rf-workflow-working-reports .rfwf-bg-primary.md-frame-header h2 {
  color: #253846;
  font-weight: 600;
}
.rf-workflow-working-reports .rfwf-bg-primary .header-controls svg {
  fill: #350040;
}
.rf-workflow-working-reports .rfwf-bg-primary .dropdown-icon-background svg {
  fill: #350040;
}
.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: #253846;
}
.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: #350040;
}
.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: #9a80a0;
}

/*=============================================*/
/*
/*  # Workflow Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
a {
  color: #350040;
}
a:hover, a:focus, a:link, a:visited {
  color: #350040;
}
a:hover:focus, a:hover:hover, a:focus:focus, a:focus:hover, a:link:focus, a:link:hover, a:visited:focus, a:visited:hover {
  color: #350040;
}

.recommended-exhibitors-card {
  position: relative;
}

.rfwf-panel-interior {
  background-color: #fff;
  padding: 30px;
}

.rfwf-full-panel {
  border: 0px;
  padding: unset;
}

.rf-workflow-header {
  background-color: #0000;
  margin-top: 110px;
  padding-bottom: 0;
}
.rf-workflow-header .rfwf-event-information {
  display: none;
}
.rf-workflow-header .rfwf-subheader {
  display: none;
}

.rfwf-orders-buttons .rfwf-panel-interior,
.rfwf-packages .rfwf-panel-interior,
.rf-workflow-header .rfwf-panel-interior {
  padding: 30px;
}

/*=============================================*/
/*
/*  # BrainTree Inputs
/*
/*=============================================*/
#card-number,
#expiration-date,
#cvv-input {
  border: 1px solid #ccc;
  color: #253846;
  background: white;
  font-family: "Inter Regular", "Open Sans", Helvetica, Arial, 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: "Inter Regular", "Open Sans", Helvetica, Arial, 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 &gt; * {
  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: "Inter Regular", "Open Sans", Helvetica, Arial, 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 &gt; a {
  color: inherit;
  text-decoration: none;
}
.rbc-header &gt; a:active, .rbc-header &gt; 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 &gt; button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group &gt; button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.rbc-btn-group &gt; 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 &gt; a {
  color: inherit;
  text-decoration: none;
}
.rbc-date-cell &gt; a:active, .rbc-date-cell &gt; 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 &gt; * + * {
  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 &gt; tr &gt; 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 &gt; tr &gt; td + td {
  border-left: 1px solid #DDD;
}

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

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

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead &gt; tr &gt; 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 &gt; .rbc-row:first-child, .rbc-time-header &gt; .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 &gt; .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 &gt; .rbc-time-gutter {
  flex: none;
}
.rbc-time-content &gt; * + * &gt; * {
  border-left: 1px solid #DDD;
}

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

.rbc-time-content &gt; .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: #350040;
}

#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: #350040;
}

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

/*=============================================*/
/*
/*  # 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: "Inter Regular", "Open Sans", Helvetica, Arial, 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;
}

/*=============================================*/
/*
/*  # Widgets Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
/* END Misc */
/**/
/**/
/**/
/**/


/*# sourceMappingURL=all.css.map */


.sponsor-hero-banner {
  background-color: #350040;
}
.sponsor-hero-banner .sponsor-hero-text {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
}
.sponsor-hero-banner .sponsor-hero-img {
  text-align: end;
}

.sponsor-sec {
  font-style: normal;
}
.sponsor-sec .sponsor-heading {
  color: #6A1B76;
  font-weight: 700;
  font-size: 30px;
}
.sponsor-sec .sponsor-text {
  font-weight: 400;
  font-size: 18px;
}

.tier1-sec {
  font-style: normal;
}
.tier1-sec .border-botm {
  border-bottom: 2px solid #253846;
}
.tier1-sec .sponsor-heading {
  font-weight: 700;
  font-size: 20px;
  color: #6A1B76;
}
.tier1-sec .sponsor-title {
  font-weight: 700;
  font-size: 20px;
  color: #6A1B76;
}
.tier1-sec .sponsor-sub-title {
  font-weight: 400;
  font-size: 13px;
}
.tier1-sec .sub-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
}

.tier4-sec .sponsor-heading {
  font-weight: 700;
  font-size: 20px;
  color: #6A1B76;
}
.tier4-sec .sub-heading {
  font-weight: 500;
  font-size: 30px;
}

.exhibitor-sec {
  background-color: #6A1B76;
  color: #ffffff;
}
.exhibitor-sec .exhibitor-title {
  font-weight: 700;
  font-size: 50px;
}
.exhibitor-sec .exhibitor-sub-title {
  font-weight: 400;
  font-size: 18px;
}



/** Ellucian custom style begin **/

  /* Header */
  @media (max-width: 767px) { header .navbar .nav-link { font-size: 17px;} }
  .navbar-brand {  width: 225px; }
  @media (min-width: 768px) { .navbar-brand { width: 300px; } }
  @media (max-width: 767px) { .navbar-brand img { width: 100% !important; } }

  /* Footer */
  .footer-desc br { display: none; }
  .footer-desc { max-width: 330px; margin-left: auto; margin-right: auto; }
  @media (min-width: 768px) { .footer-desc { max-width: 400px; margin-right: 0; } }

  /* Homepage - hero */
  .hero-subheading { max-width: 530px; }
  a.mdBtnR-primary-hero {
    color: #EF4D64;
    background-color: #EF4D64;
    border-color: #EF4D64;
    text-transform: none !important;
  }
  a.mdBtnR-primary-hero .mdBtnR-text { color: #fff; }
  a.mdBtnR-primary-hero:hover,
  a.mdBtnR-primary-hero:focus,
  a.mdBtnR-primary-hero:active { background-color: #bd3c50; border-color: #bd3c50; }

  /* Homepage - CFP graphic */
  .speaker-sec { overflow: hidden }
  .lottie-player.speaker-animation { max-width: 100%; }
  .speaker-bg-img { position: relative;}
  .speaker-bg-img::after {
    content: "";
    display: block;
    height: 300px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 315px;
    background-image: url(https://static.rainfocus.com/ellucian/elive23/static/staticfile/staticfile/Vector_1669921947008001wdRg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media (min-width: 768px) { .speaker-bg-img::after { left: 448px }}
  @media (min-width: 992px) { .speaker-bg-img::after { left: 415px; height: 400px; width: 200px }}
  .speaker-sec .row { background: none; }

  /* Homepage - other sections */
  .innovation-sec-desc { max-width: 1100px; margin-left: auto; margin-right: auto; }
  .Conference-sec-desc { max-width: 770px }
  @media (min-width: 992px) { .conference-sec .icon-box { min-height: 334px; }}

  /* Section titles */
  .section-title { letter-spacing: 2px }

  /* Travel */
  .section-title-sm { font-size: 30px; line-height: 40px; letter-spacing: 2px; }
  .travel-desc { max-width: 590px }

  /* FAQ */
  .faqpage .card-header .btn-header-link { padding-right: 65px; line-height: 1.4; display: block }
  .faqpage .card-header .btn-header-link .arrow { right: 25px; top: 35px; }
  .accordion &gt; .card &gt; .card-header { padding-top: 13px; padding-bottom: 13px;}

  /* Sponsors */
  .tier1-sec .border-botm { border-bottom: 0; }
  .tier1-sec .border-botm:after { margin-left: 15px;  margin-right: 15px; border-bottom: 1px solid #253846; width: 100%; }
  .tier1-sec .sponsor-title { letter-spacing: 2px; }
  .sponsor-sec .sponsor-heading,
  .tier1-sec .sponsor-heading,
  .tier2-sec .sponsor-heading,
  .tier3-sec .sponsor-heading,
  .tier4-sec .sponsor-heading { letter-spacing: 2px; font-family: 'Inter Bold';}

  /* Keynote speakers */
   .keynote-speaker-single-title {font-size: 30px; line-height: 36px; font-family: "Inter Light"}
     @media (max-width: 767px) {
       .keynote-speaker { max-width: 430px; margin-left: auto; margin-right: auto}
       .keynote-speaker-single-img { min-height: 300px; max-width: 360px; margin-left: auto; margin-right: auto;}
     }
    .keynote-speaker-title { font-size: 30px;  font-family: "Inter Bold"; font-weight: bold; color: #6A1B76; letter-spacing: 1px; line-height: 40px; }
    .keynote-speaker-desc {font-size: 20px  !important;; line-height: 34px  !important;; }
    .keynote-speaker-single-desc { font-size: 18px !important; line-height: 32px !important;}
    .keynote-speaker-single-img img {    position: absolute;bottom: 0;right: 20px; height: 100%;object-fit: contain;     object-position: bottom;}
    .keynote-speaker-button {  font-size: 16px;font-family: "Inter Bold";}
    .keynote-speaker-modal .modal-dialog { max-width: 1066px;}
    .keynote-speaker-modal .modal-content { border-radius: 0 }
    .keynote-speaker-modal .modal-body { position: static;}
    .keynote-speaker-modal .modal-header {z-index: 3; border: 0 !important; position: absolute; width: 100%; }
    @media (min-width: 992px) {
      .keynote-speaker-modal .keynote-speaker-title { font-size: 50px; }
    }
    .keynote-speaker-modal .modal-header .close { position: absolute; top: 14px; right: 18px; font-size: 40px;}
    .keynote-speaker-modal-p p { font-size: 18px; line-height: 32px;}
     .keynote-speaker-modal-img { display: none}
    .keynote-speaker-modal-img img { position: absolute; top: 0; right: 0; width: 100%; height: 100%; object-fit: cover}

     @media (min-width: 768px) {
       .keynote-speaker-modal-p { padding-right: 52%}
       .keynote-speaker-modal-img { display: block; position: absolute; overflow: hidden; width: 44%; right: 0; top: 0; bottom: 0; border-radius: 800px 0 0 800px;}
       .keynote-speaker-modal .modal-header .close { color: white;}
     }
     @media (min-width: 992px) {
       .keynote-speaker-modal-img { width: 38%}
       .keynote-speaker-modal-p { padding-right: 47%}
     }

  /* Search widget button */ 
  #rf-catalog .search-container .search-content .show-more-btn:last-child {
    margin-left: auto;
    border-radius: 50px;
    margin-right: auto;
    height: auto;
    margin-top: 1.25em;
  }
  
  /* Session catalog style updates */
  #rf-catalog .search-container .rf-catalog-tabs li.active button, #rf-exhibitorcatalog .search-container .rf-catalog-tabs li.active button, #rf-speakercatalog .search-container .rf-catalog-tabs li.active button {
   color:#350040;
  }
  #rf-catalog .search-container .rf-catalog-tabs li.active, #rf-exhibitorcatalog .search-container .rf-catalog-tabs li.active, #rf-speakercatalog .search-container .rf-catalog-tabs li.active {
    border-color: #350040;
  }


  /* Why Attend */
  @media (min-width: 768px) {
    .slick-arrow-wrap.why-attend-arrows .prev {  left: -20px;  }
    .why-attend-arrows-1.slick-arrow-wrap .prev { left: -20px; }
    .why-attend-arrows.slick-arrow-wrap .next { right: -20px; }
  }
  .why-attend-gradient {
    background: linear-gradient(48.86deg, #08355E 13.63%, #330042 50.34%, #440E54 61.52%, #6A1B76 80.19%);
  }
  .why-attend-slider-item .slide-info { padding: 48px 48px 0 48px; font-size: 20px; line-height: 24px;  }
  .slide-info ul { padding-left: 25px}
  .slide-info ul li { color: black; list-style: disc; }
  .fomo-item ul {padding-left: 25px}
  .fomo-item ul li { font-size: 20px;line-height: 24px;color: black; list-style: disc;  }

/* ondemand page style */

div.ondemand-copy p a:hover {
color:#2964c8;
}



/** Ellucian style end **/
</pre></body></html>