@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&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
************************/
.rf-workflow,
.rf-org-header-container + .rf-widget,
.rf-widget + .rf-widget {
  margin-top: 81px;
}

.rf-org-header-container .header-interior {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 12px;
  height: 60px;
}
.rf-org-header-container .header-interior li a {
  color: rgba(255, 255, 255, 0.7);
}
.rf-org-header-container .header-interior li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.rf-org-header-container .header-actions {
  position: relative;
  display: flex;
  align-items: center;
}
.rf-org-header-container .header-actions a {
  display: block;
  cursor: pointer;
  color: #fff;
}
.rf-org-header-container .header-actions .rf-icon {
  cursor: pointer;
  background-color: #ecf3fc;
  border: 1px solid transparent;
  height: 37px;
  width: 37px;
  max-height: 37px;
  max-width: 37px;
  border-radius: 50px;
  padding: 0;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.9);
}
.rf-org-header-container .header-actions .rf-icon svg {
  width: 13px;
  height: auto;
  fill: #333;
  vertical-align: middle;
  fill: rgba(0, 0, 0, 0.45);
}
.rf-org-header-container .header-nav .nav {
  background-color: white;
  background-color: #0D315B;
}
.rf-org-header-container nav {
  z-index: 1;
  flex-direction: column;
  background-color: #fff;
  -moz-box-shadow: 5px 0 8px -1px transparent;
  -webkit-box-shadow: 5px 0 8px -1px transparent;
  box-shadow: 5px 0 8px -1px transparent;
  background-color: #0D315B;
}
.rf-org-header-container nav ul {
  overflow: auto;
  margin-bottom: auto;
  min-height: 200px;
}
.rf-org-header-container nav ul a {
  color: rgba(255, 255, 255, 0.7);
}
.rf-org-header-container nav ul a:link, .rf-org-header-container nav ul a:visited {
  color: rgba(255, 255, 255, 0.7);
}
.rf-org-header-container nav ul a:hover, .rf-org-header-container nav ul a:focus, .rf-org-header-container nav ul a:link:hover, .rf-org-header-container nav ul a:link:focus, .rf-org-header-container nav ul a:visited:hover, .rf-org-header-container nav ul a:visited:focus {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.rf-org-header-container nav .nav {
  background-color: #0D315B;
  display: block;
}
.rf-org-header-container nav a .rf-icon {
  margin-right: 8px;
  height: 20px;
  width: 20px;
  max-height: 20px;
  max-width: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.rf-org-header-container nav .nav-cta {
  display: block;
  padding-left: 24px;
  padding-bottom: 20px;
  padding-top: 4px;
}
.rf-org-header-container nav .nav-cta img {
  width: 152px;
  height: 177px;
}
.rf-org-header-container .header-nav, .rf-org-header-container nav {
  display: none;
  position: fixed;
  top: 81px;
  bottom: 0;
  right: 0;
  width: 224px;
  border-radius: 0;
  border-left: 1px solid #5BA7EB40;
  -moz-box-shadow: 5px 0 8px -1px transparent;
  -webkit-box-shadow: 5px 0 8px -1px transparent;
  box-shadow: 5px 0 8px -1px transparent;
}
.rf-org-header-container .header-nav ul, .rf-org-header-container nav ul {
  padding: 0;
  margin-top: 20px;
  background-color: #fff;
}
.rf-org-header-container .header-nav ul li, .rf-org-header-container nav ul li {
  margin-bottom: 10px;
}
.rf-org-header-container .header-nav ul li a, .rf-org-header-container nav ul li a {
  padding: 5px 15px;
}
.rf-org-header-container header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  border-bottom: 1px solid #5BA7EB40;
  -moz-box-shadow: 0 3px 10px 1px transparent;
  -webkit-box-shadow: 0 3px 10px 1px transparent;
  box-shadow: 0 3px 10px 1px transparent;
  background-color: #0D315B;
}
.rf-org-header-container .header-full .header-interior {
  max-width: 100%;
}

/************************
      End: Header 
************************/
/************************
      Start: Footer 
************************/
.rf-org-footer-container {
  background-color: #0D315B;
  border: 1px solid #5BA7EB40;
}
.rf-org-footer-container .footer {
  max-width: 1240px;
  margin: auto;
  padding: 0 24px;
}
.rf-org-footer-container .footer .copyright, .rf-org-footer-container .footer a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  position: relative;
}

/************************
      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
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Media Queries
/*
/*=============================================*/
/* END Grid */
/*=============================================*/
/*
/*  # Frame
/*
/*=============================================*/
.md-frame {
  background-color: #1517A7;
}
.md-frame .md-frame-header {
  border-bottom-color: #36A4E1;
}
.md-frame .md-frame-header .rfSI svg {
  fill: #fff;
}
.md-frame .md-frame-search .rfSI svg {
  fill: #fff;
}
.md-frame .md-frame-footer {
  border-top-color: #36A4E1;
}

/*  # 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;
}
/*  # END Card */
.md-accordion-container.expanded {
  background-color: #1517A7 !important;
}
.md-accordion-container.expanded .accordion-headline {
  border-bottom: 1px solid #36A4E1;
}

/* ===============================
    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, .item-card .card-header {
  border-color: #36A4E1;
  background-color: #1517A7;
}
.rf-card .card-header .card-header-title, .item-card .card-header .card-header-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.rf-card .card-header .card-controls .rfSI svg, .item-card .card-header .card-controls .rfSI svg {
  fill: #fff;
}
.rf-card .card-header.card-header-primary .card-header-title, .item-card .card-header.card-header-primary .card-header-title {
  color: inherit;
}
.rf-card .card-header.card-header-primary svg, .item-card .card-header.card-header-primary svg {
  fill: inherit;
}
.rf-card .card-body, .item-card .card-body {
  border-color: #36A4E1;
  background-color: #1517A7;
}
.rf-card .card-body .no-results-message, .item-card .card-body .no-results-message {
  text-align: center;
  transform: translateY(-50%);
}
.rf-card .card-body .card-body-row, .item-card .card-body .card-body-row {
  border-bottom: 1px solid #36A4E1;
}
.rf-card .card-body .card-body-row:last-of-type, .item-card .card-body .card-body-row:last-of-type {
  border: none;
}
.rf-card .card-message, .item-card .card-message {
  background: #0D315B;
  color: inherit;
}
.rf-card .card-footer, .item-card .card-footer {
  border-top: 1px solid #36A4E1;
}
.rf-card.no-header .card-body, .item-card.no-header .card-body {
  border: 1px solid #36A4E1;
}
.rf-card.has-message .card-header, .item-card.has-message .card-header {
  border-bottom: none;
}
.rf-card.has-footer .card-body, .item-card.has-footer .card-body {
  border-bottom: none;
  border-radius: 0;
}
.rf-card.has-footer.has-message .card-header, .item-card.has-footer.has-message .card-header {
  border-bottom: none;
}
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
.rf-tile {
  border-width: 0px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #e3e3e3;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a {
  color: #00c1de;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a:link {
  color: #00c1de;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a:visited {
  color: #00c1de;
}
.rf-tile .rf-tile-body .rf-tile-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rf-tile .rf-tile-body .rf-tile-title a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-tile .rf-tile-body .rf-tile-title a:link {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-tile .rf-tile-body .rf-tile-title a:link:hover {
  text-decoration: underline;
}
.rf-tile .rf-tile-body .rf-tile-title a:visited {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.rf-tile .rf-tile-body .rf-tile-title a:visited:hover {
  text-decoration: underline;
}
.rf-tile .rf-tile-body .rf-tile-title a:hover {
  text-decoration: underline;
}
.rf-tile .rf-tile-body .session-date-time {
  line-height: 14px;
  font-size: 14px;
}
.rf-tile .rf-tile-body .session-date-time .session-date {
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid #999;
}
.rf-tile .rf-tile-body .session-date-time .session-time {
  font-weight: 500;
  font-size: 14px;
}
.rf-tile .rf-tile-info {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  -webkit-box-orient: vertical;
}

.rf-compressed-tile {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a {
  color: #0D315B;
}
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a:link {
  color: #0D315B;
}
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a:visited {
  color: #0D315B;
}
.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: #0D315B;
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button .rfSI svg {
  fill: #0D315B;
}
.rf-tile-container .rf-tile .rf-tile-rating .mdBtnR-icon-button.active {
  background-color: #0D315B;
}
.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: #0D315B;
}
.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: "Roboto", "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: "Roboto", "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 > div {
  color: inherit;
  font-family: "Roboto", "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: "Roboto", "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: "Roboto", "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 */
/*=============================================*/
/*
/*  # Iconography
/*
/*=============================================*/
.rfSI {
  height: 24;
  width: 24;
  max-height: 24;
  max-width: 24;
}
/* 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: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid;
  /* 
  &:hover,
  &:focus,
  &:active{
  }

  &.disabled,
  &:disabled {
    .rfSI,
    svg { 
    }
  } */
}
a.mdBtnR .mdBtnR-text,
.mdBtnR .mdBtnR-text {
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: 700;
}
a.mdBtnR.mdBtnR-CTA .arm-button-arrow,
.mdBtnR.mdBtnR-CTA .arm-button-arrow {
  text-decoration: none;
}

.mdBtnR-primary,
a.mdBtnR-primary,
button.mdBtnR-primary {
  background-color: #fff;
  border-color: #fff;
}
.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text,
button.mdBtnR-primary .mdBtnR-text {
  background: linear-gradient(90deg, #289CB6 -11%, #3B13D1 112.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mdBtnR-primary .rfSI svg,
a.mdBtnR-primary .rfSI svg,
button.mdBtnR-primary .rfSI svg {
  fill: #3B13D1;
}
.mdBtnR-primary:hover,
a.mdBtnR-primary:hover,
button.mdBtnR-primary:hover {
  background-color: transparent;
  border-color: #fff;
}
.mdBtnR-primary:hover .mdBtnR-text,
a.mdBtnR-primary:hover .mdBtnR-text,
button.mdBtnR-primary:hover .mdBtnR-text {
  background: none;
  -webkit-text-fill-color: snow;
  font-weight: 700;
}
.mdBtnR-primary:hover .rfSI svg,
a.mdBtnR-primary:hover .rfSI svg,
button.mdBtnR-primary:hover .rfSI svg {
  fill: #fff;
}

.mdBtnR-outline-primary,
a.mdBtnR-outline-primary,
button.mdBtnR-outline-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.mdBtnR-outline-primary:hover,
a.mdBtnR-outline-primary:hover,
button.mdBtnR-outline-primary:hover {
  background-color: #fff;
  border-color: #fff;
}
.mdBtnR-outline-primary:hover .mdBtnR-text,
a.mdBtnR-outline-primary:hover .mdBtnR-text,
button.mdBtnR-outline-primary:hover .mdBtnR-text {
  background: linear-gradient(90deg, #289CB6 -11%, #3B13D1 112.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: #0D315B;
}
.mdBtnR-link .rfSI svg {
  fill: #0D315B;
}
.mdBtnR-link .mdBtnR-text {
  color: #0D315B;
}
.mdBtnR-link:hover, .mdBtnR-link:focus, .mdBtnR-link:active {
  color: #07192e;
}
.mdBtnR-link:hover .rfSI svg, .mdBtnR-link:focus .rfSI svg, .mdBtnR-link:active .rfSI svg {
  fill: #07192e;
}
.mdBtnR-link:hover .mdBtnR-text, .mdBtnR-link:focus .mdBtnR-text, .mdBtnR-link:active .mdBtnR-text {
  color: #07192e;
}
.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: #fff;
}
.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: #0D315B;
}

.rf-single-select .rf-select-selected li,
.rf-multi-select .rf-select-selected li {
  color: #0D315B;
}

.dropdown-results-container .rf-select-results-container li:hover {
  background-color: #e7eaef;
}

.dropdown-results-container .rf-singleselect .common-select-dropdown-option-item.active {
  background-color: #0D315B;
}

/*=============================================*/
/*
/*  # 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: #f5f5f5;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #f5f5f5;
}
.rf-radio-option span {
  color: #444;
}
.rf-radio-option .check {
  /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
  border-color: #f5f5f5;
}
.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: #6e839d;
}
.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: #0D315B !important;
  background: white;
}
.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: #0D315B;
}
.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: #6e839d;
}
.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: #0D315B !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: #0D315B;
}
.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: #0D315B;
}

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day {
  border-radius: 4px;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--today {
  color: #0D315B;
  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: #0D315B;
}
.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: #0D315B;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: white;
  background-color: #0D315B;
}
.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #8698ad;
}
.DayPickerInput .DayPicker-Footer .DayPicker-TodayButton {
  color: #0D315B;
}

/* END Date Picker */
/*=============================================*/
/*
/*  # Select2
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Show Hide
/*
/*=============================================*/
.rf-show-hide .rf-show-hide-trigger {
  color: #0D315B;
}
/* END Show Hide */
.rf-select select,
.rf-select select:not([multiple]) {
  background-color: #0000;
}
.rf-select select option,
.rf-select select:not([multiple]) option {
  background-color: #0D315B;
}
.rf-select select option:hover,
.rf-select select:not([multiple]) option:hover {
  background-color: #5BA7EB40;
}

.smart-form input:not([type=checkbox]):not([type=radio]):not(.mdBtnR),
.form-control input:not([type=checkbox]):not([type=radio]):not(.mdBtnR),
.rf-select input:not([type=checkbox]):not([type=radio]):not(.mdBtnR) {
  background-color: #0D315B;
}

input[type=radio], .radio input[type=radio] {
  accent-color: #0D315B;
}

.rf-multi-select .rf-select-selected li {
  background-color: #0D315B;
}

/*=============================================*/
/*
/*  # Table
/*
/*=============================================*/
.rf-table-container .table-action-bar {
  /* This is the action bar that replaces the header if you have bulk actions. */
  background-color: #0D315B;
}
.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: #36A4E1;
}
.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: #e7eaef;
}
.rf-table-container .rf-table .table-body .table-row.table-header {
  /* Table header properties, overriding from row properties. */
}
.rf-table-container .rf-table .table-body .table-row.table-header > div {
  /* Cell properties */
  border-bottom: 1px solid #36A4E1 !important;
  border-top-color: #36A4E1;
  color: #fff;
}
.rf-table-container .rf-table .table-body .table-row > div {
  /* Table Cell properties */
}
.rf-table-container .rf-table .table-body .table-row > div a,
.rf-table-container .rf-table .table-body .table-row > div p,
.rf-table-container .rf-table .table-body .table-row > div span {
  /* If there's additional items inside of cells, here's the properties. */
}
.rf-table-container .rf-table .table-body .table-row > div a,
.rf-table-container .rf-table .table-body .table-row > div a:link,
.rf-table-container .rf-table .table-body .table-row > div a:visited {
  color: #0D315B;
}
.rf-table-container .rf-table .table-body .table-row:last-child > div {
  /* IF it's the last child, remove border (or other properties) */
  border-bottom: none;
}
.rf-table-container .rf-table .table-body .table-row .show-actions {
  /* Actions styling */
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover {
  background-color: #e7eaef;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #e7eaef;
}
.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: #e7eaef;
}
.rf-table-container .rf-table .table-body a.table-row {
  /* If the table is a link assign these properties */
  color: #fff;
  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: #fff;
}

/* END Table */
/*=============================================*/
/*
/*  # Modal
/*
/*=============================================*/
.rf-default-modal .modal-content,
.modal .modal-content {
  background: #0D315B;
}
.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #fff;
  border-bottom: 1px solid #5BA7EB40;
  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: #fff;
}
.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: #fff;
}
.rf-default-modal .modal-content .modal-header button svg,
.rf-default-modal .modal-content .modal-header .modal-close svg,
.modal .modal-content .modal-header button svg,
.modal .modal-content .modal-header .modal-close svg {
  fill: #fff;
}
.rf-default-modal .modal-content .modal-sub-header,
.modal .modal-content .modal-sub-header {
  border-bottom: 1px solid #5BA7EB40;
}
.rf-default-modal .modal-content .modal-body,
.modal .modal-content .modal-body {
  color: #fff;
}
.rf-default-modal .modal-content .modal-body h1, .rf-default-modal .modal-content .modal-body h2, .rf-default-modal .modal-content .modal-body h3, .rf-default-modal .modal-content .modal-body h4, .rf-default-modal .modal-content .modal-body h5, .rf-default-modal .modal-content .modal-body h6, .rf-default-modal .modal-content .modal-body p,
.modal .modal-content .modal-body h1,
.modal .modal-content .modal-body h2,
.modal .modal-content .modal-body h3,
.modal .modal-content .modal-body h4,
.modal .modal-content .modal-body h5,
.modal .modal-content .modal-body h6,
.modal .modal-content .modal-body p {
  color: #fff;
}
.rf-default-modal .modal-content .modal-body .label-text,
.modal .modal-content .modal-body .label-text {
  color: #fff !important;
}
.rf-default-modal .modal-content .modal-footer,
.modal .modal-content .modal-footer {
  border-top: 1px solid #5BA7EB40;
}
.rf-default-modal .modal-content .modal-footer .mdBtnR-primary,
.modal .modal-content .modal-footer .mdBtnR-primary {
  color: #0D315B;
}
.rf-default-modal .modal-content .modal-footer .mdBtnR-primary:hover,
.modal .modal-content .modal-footer .mdBtnR-primary:hover {
  color: #fff;
}

/* END Modal */
/*=============================================*/
/*
/*  # Badge/Pills
/*
/*=============================================*/
.rf-pill-primary {
  background-color: #0D315B;
  border-color: #0D315B;
}
.rf-pill-primary .rfSI {
  fill: #fff;
}
.rf-pill-primary .rfSI svg {
  fill: #fff;
}
.rf-pill-primary .rf-pill-text {
  color: #fff;
}

.rf-pill-yellow-open {
  background-color: transparent;
  border-color: #ffc107;
}
.rf-pill-yellow-open .rfSI {
  fill: #ffc107;
}
.rf-pill-yellow-open .rfSI svg {
  fill: #ffc107;
}
.rf-pill-yellow-open .rf-pill-text {
  color: #ffc107;
}

.rf-pill-white-open {
  background-color: transparent;
  border-color: #fff;
}
.rf-pill-white-open .rfSI {
  fill: #fff;
}
.rf-pill-white-open .rfSI svg {
  fill: #fff;
}
.rf-pill-white-open .rf-pill-text {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

/*=============================================*/
/*
/*  # Shared Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.rf-admin-content *, .rfComp-canvas *, .rf-default-modal *, [id*=rf-].rf-widget * {
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
}
body #rf-content {
  flex: 1;
}

body,
.rf-body,
#rf-calendar .schedule-calendar.editable .rbc-day-slot .rbc-time-slot.disabled,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-back-to-catalog, [id*=rf-].rf-widget #widget-page-session-details,
.rf-pill-white,
.rf-workflow .rf-workflow-nav {
  background-color: #0D315B;
}

.rf-widget, .page-builder-display-reset, #rf-catalog, #rf-exhibitorcatalog, #rf-speakercatalog {
  background-color: transparent;
}

/* ===============================
    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) {
  .rf-simple-flex-grid.rf-flex-layout-3 > div, .rf-simple-flex-grid.rf-flex-layout-3 .rf-flex-column {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .reg-pass-cards .item-card .card-actions,
.bulk-package-dashboard .item-card .card-actions {
    text-align: left;
  }

  .rf-simple-flex-grid.rf-flex-layout-3 > div, .rf-simple-flex-grid.rf-flex-layout-3 .rf-flex-column {
    width: 100%;
  }

  #participantPage .rfwf-account-orders .rf-flex-frame {
    display: block;
  }
  #participantPage .rfwf-account-orders .rf-flex-frame .mdBtnR {
    margin-bottom: 10px;
  }

  .orders-page .rfwf-discount-code .discount-code-container .mdBtnR-primary {
    margin: 8px 0;
  }
}
@media (max-width: 768px) {
  .rf-org-header-container .header-logo,
.rf-org-header-container .header-logo-link,
.rf-org-header-container .header-logo-img {
    max-width: 200px;
  }

  .rf-org-header-container .header-nav {
    background-color: #0D315B;
  }
}
@media (min-width: 769px) {
  .rf-org-header-container .primary-nav-trigger {
    display: none;
  }

  .rf-org-header-container .header-nav {
    border: none;
    display: none;
    position: absolute;
    top: 37px;
    right: 0;
    padding-top: 10px;
  }

  .rf-org-header-container .header-nav:hover {
    display: block !important;
  }

  .rf-org-header-container .header-nav .nav {
    border-radius: 4px;
    padding: 10px;
    margin: 0;
    width: 200px;
    box-shadow: 0 6px 6px 0 rgba(23, 23, 56, 0.11);
    text-align: right;
    border: 1px solid #5BA7EB40;
  }

  .rf-org-header-container .secondary-nav-trigger:hover + .header-nav {
    display: block !important;
  }

  .rf-org-header-container nav {
    left: 0;
    right: initial;
    display: flex !important;
    flex: 1;
    border-left: none;
    border-right: 1px solid #5BA7EB40;
  }

  .rf-org-header-container nav ul {
    padding: 0;
    width: 100%;
  }

  .rf-org-header-container nav ul a {
    padding: 8px 4px 8px 20px;
    border-left: 4px solid transparent;
    min-height: 41px;
  }

  .rf-org-header-container nav ul a:hover, .rf-org-header-container nav ul a:focus, .rf-org-header-container nav ul a:active {
    background-color: #ecf3fc;
    border-color: #3e82e0;
  }
}
@media (min-width: 1200px) {
  .rf-org-header-container .header-interior {
    padding: 0 24px;
  }
}
/*======================*/
/*  # 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: #e7eaef;
}
.rf-housing .rf-housing-content .hotel-list-view .hotel-list-wrapper .hotel-details .hotel-price-left span {
  color: #0D315B;
}
.rf-housing .rf-housing-content .hotel-selected-view .hotel-details .hotel-details-section:not(:last-child) {
  border-bottom: 1px solid #36A4E1;
}
.rf-housing .rf-housing-content .hotel-selected-view .room-pricing .room-price {
  color: #0D315B;
}
.rf-housing .rf-housing-content .hotel-booking-summary .summary-card-header {
  border-bottom: 1px solid #36A4E1;
}
.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 #36A4E1;
}
/*=============================================*/
/*
/*  # ORDERS
/*
/*=============================================*/
.orders-page .rfwf-package-items .rfG-fluid-container {
  border-bottom: 1px solid #36A4E1;
}

.rf-workflow-header {
  background-color: #0D315B;
}

.rfwf-panel,
.rfwf-full-panel {
  border: 1px solid #0000;
}

.smart-form input:not([type=checkbox]):not([type=radio]):not(.mdBtnR):disabled, .form-control input:not([type=checkbox]):not([type=radio]):not(.mdBtnR):disabled, .rf-select input:not([type=checkbox]):not([type=radio]):not(.mdBtnR):disabled {
  cursor: not-allowed;
  background-color: #0D315B;
}

.rf-select.disabled .dropdown-icon-background, .rf-select.disabled .rf-dropdown-trigger {
  background-color: #fff;
}

.rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR), .rf-input textarea {
  background: #0000;
  color: #fff !important;
}
.rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR)::placeholder, .rf-input textarea::placeholder {
  color: #fff;
}

/*=============================================*/
/*
/*  # Login Page
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Manage Registrants Table (Facebook Table)
/*
/*=============================================*/
.manage-registrants-page .item-card .card-header {
  background-color: #0D315B;
}
.manage-registrants-page .item-card .icon-popover a {
  color: #fff;
}

.bulk-package-dashboard .card-actions .mdBtnR.mdBtnR-primary {
  background-color: #0000 !important;
}

.reg-pass-cards .disabled,
.bulk-package-dashboard .disabled {
  opacity: 0.7;
}

.rf-overlay-new {
  background: #0D315B;
  border: 1px solid #36A4E1;
}

.rf-overlay-new .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item):hover, .rf-overlay-new .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item):focus, .rf-overlay-new .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item):focus-within, .rf-overlay-new .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item):disabled:hover {
  background: #1517A7;
}

.rf-overlay-new .simple-overlay-list li a, .rf-overlay-new .simple-overlay-list li button {
  color: #fff !important;
}
.rf-overlay-new .simple-overlay-list li.is-active a, .rf-overlay-new .simple-overlay-list li.is-active button, .rf-overlay-new .simple-overlay-list li:hover a, .rf-overlay-new .simple-overlay-list li:hover button, .rf-overlay-new .simple-overlay-list li:focus-within a, .rf-overlay-new .simple-overlay-list li:focus-within button {
  background: #1517A7;
}

.md-table .fixedDataTableLayout_main *,
.md-table .fixedDataTableLayout_main,
.md-table .fixedDataTableLayout_header *,
.md-table .fixedDataTableLayout_header,
.md-table .fixedDataTableLayout_hasBottomBorder *,
.md-table .fixedDataTableLayout_hasBottomBorder,
.md-table .fixedDataTableCellLayout_main,
.md-table .public_fixedDataTable_main *,
.md-table .public_fixedDataTable_main,
.md-table .public_fixedDataTable_header *,
.md-table .public_fixedDataTable_header,
.md-table .public_fixedDataTable_hasBottomBorder *,
.md-table .public_fixedDataTable_hasBottomBorder,
.md-table .public_fixedDataTableCell_main *,
.md-table .public_fixedDataTableCell_main,
.md-table .public_fixedDataTableRow_main,
.md-table .public_fixedDataTableRow_highlighted,
.md-table .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
  background-color: #1517A7 !important;
}

.public_fixedDataTable_header,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
  background-image: none !important;
}

.regPass-labels {
  border-bottom-color: #36A4E1;
}

#bulkPackagesDashboard .prev-page .rfSI svg {
  fill: #fff;
}

/*=============================================*/
/*
/*  # 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: #fff;
  padding: 16px;
}
.calendar-container .meeting-day .meeting-time {
  border-color: #0D315B;
  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: #0D315B;
}
.calendar-container .meeting-day .meeting-time.active {
  border-color: #0D315B;
  background-color: #0D315B;
  -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: #0D315B;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value .alert-icon svg {
  fill: #ffc107;
}

/*=============================================*/
/*
/*  # Dashboards
/*
/*=============================================*/
.page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
@media all and (min-width: 1200px) {
  .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
    padding: 0 20px;
  }
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.page-builder-display-reset .rf-widget#rf-catalog, .page-builder-display-reset .rf-widget#rf-exhibitorcatalog, .page-builder-display-reset .rf-widget#rf-speakercatalog {
  background-color: #0D315B;
}
.page-builder-display-reset .rf-widget#rf-catalog .search-filters,
.page-builder-display-reset .rf-widget#rf-catalog .search-bar, .page-builder-display-reset .rf-widget#rf-exhibitorcatalog .search-filters,
.page-builder-display-reset .rf-widget#rf-exhibitorcatalog .search-bar, .page-builder-display-reset .rf-widget#rf-speakercatalog .search-filters,
.page-builder-display-reset .rf-widget#rf-speakercatalog .search-bar {
  background-color: #0D315B;
  border-bottom-color: #5BA7EB40;
}
.page-builder-display-reset .rf-widget#rf-catalog .search-actions .rfSI svg, .page-builder-display-reset .rf-widget#rf-exhibitorcatalog .search-actions .rfSI svg, .page-builder-display-reset .rf-widget#rf-speakercatalog .search-actions .rfSI svg {
  fill: #fff;
}
.page-builder-display-reset .rf-widget#rf-catalog .search-content .title-text, .page-builder-display-reset .rf-widget#rf-exhibitorcatalog .search-content .title-text, .page-builder-display-reset .rf-widget#rf-speakercatalog .search-content .title-text {
  font-size: 18px;
  font-weight: 700;
}
.page-builder-display-reset .rf-widget#rf-catalog .rf-facets .rf-facet-label, .page-builder-display-reset .rf-widget#rf-exhibitorcatalog .rf-facets .rf-facet-label, .page-builder-display-reset .rf-widget#rf-speakercatalog .rf-facets .rf-facet-label {
  color: #fff;
  border-color: #1517A7 !important;
}
.page-builder-display-reset .rf-widget#rf-exhibitorcatalog {
  background-color: white;
}
/*=============================================*/
/*
/*  # Registration
/*
/*=============================================*/
.rfwf-errors {
  background-color: #1517A7 !important;
  border: 1px solid #1517A7 !important;
}

[id*=rf-].rf-widget *, .rf-default-modal *, #rf-content *, .rfComp-canvas p, .rf-default-modal p, [id*=rf-].rf-widget p {
  color: #fff;
}

.dropdown-results-container .rf-select-results-container {
  background: border-box;
}
.dropdown-results-container .rf-select-results-container li .rf-select-result-item {
  color: #fff;
}
.dropdown-results-container .rf-select-results-container li.active, .dropdown-results-container .rf-select-results-container li:hover, .dropdown-results-container .rf-select-results-container li:focus {
  background-color: #1517A7 !important;
}

/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#reg-confirmation-page .rfwf-confirmation-header .rfSI svg, .account-page .rfwf-confirmation-header .rfSI svg {
  fill: #fff;
}
#reg-confirmation-page .rfwf-confirmation-custom, .account-page .rfwf-confirmation-custom {
  display: none;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table table, #reg-confirmation-page .rfwf-confirmation-summary.account-page-section table, #reg-confirmation-page .rfwf-account-orders .grid-table table, #reg-confirmation-page .rfwf-account-orders.account-page-section table, .account-page .rfwf-confirmation-summary .grid-table table, .account-page .rfwf-confirmation-summary.account-page-section table, .account-page .rfwf-account-orders .grid-table table, .account-page .rfwf-account-orders.account-page-section table {
  width: 100%;
  margin: 0 0 12px;
  border: 1px solid #36A4E1;
  border-collapse: collapse;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table tr, #reg-confirmation-page .rfwf-confirmation-summary.account-page-section tr, #reg-confirmation-page .rfwf-account-orders .grid-table tr, #reg-confirmation-page .rfwf-account-orders.account-page-section tr, .account-page .rfwf-confirmation-summary .grid-table tr, .account-page .rfwf-confirmation-summary.account-page-section tr, .account-page .rfwf-account-orders .grid-table tr, .account-page .rfwf-account-orders.account-page-section tr {
  border-bottom: 1px solid #36A4E1;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th,
#reg-confirmation-page .rfwf-confirmation-summary .grid-table td, #reg-confirmation-page .rfwf-confirmation-summary.account-page-section th,
#reg-confirmation-page .rfwf-confirmation-summary.account-page-section td, #reg-confirmation-page .rfwf-account-orders .grid-table th,
#reg-confirmation-page .rfwf-account-orders .grid-table td, #reg-confirmation-page .rfwf-account-orders.account-page-section th,
#reg-confirmation-page .rfwf-account-orders.account-page-section td, .account-page .rfwf-confirmation-summary .grid-table th,
.account-page .rfwf-confirmation-summary .grid-table td, .account-page .rfwf-confirmation-summary.account-page-section th,
.account-page .rfwf-confirmation-summary.account-page-section td, .account-page .rfwf-account-orders .grid-table th,
.account-page .rfwf-account-orders .grid-table td, .account-page .rfwf-account-orders.account-page-section th,
.account-page .rfwf-account-orders.account-page-section td {
  background-color: #1517A7;
  border-color: #1517A7;
  padding: 10px;
  color: #fff;
  text-align: left;
  border: 1px solid #36A4E1;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th, #reg-confirmation-page .rfwf-confirmation-summary.account-page-section th, #reg-confirmation-page .rfwf-account-orders .grid-table th, #reg-confirmation-page .rfwf-account-orders.account-page-section th, .account-page .rfwf-confirmation-summary .grid-table th, .account-page .rfwf-confirmation-summary.account-page-section th, .account-page .rfwf-account-orders .grid-table th, .account-page .rfwf-account-orders.account-page-section th {
  color: #fff;
}

/*=============================================*/
/*
/*  # Surveys
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Tasks
/*
/*=============================================*/
#tasks-list-container .rfwf-tasks .md-frame.md-frame-primary .md-frame-header {
  background-color: #0D315B;
  border-bottom-color: #0D315B;
}
#tasks-list-container .rfwf-tasks .rf-pill-white {
  fill: #0D315B;
  color: #0D315B;
}
#tasks-list-container .rfwf-tasks .rf-pill-white .rf-pill-text {
  color: #0D315B;
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.rf-workflow-working-reports {
  overflow: auto;
}
.rf-workflow-working-reports .rfwf-bg-primary {
  background-color: transparent;
  color: #fff;
}
.rf-workflow-working-reports .rfwf-bg-primary.md-frame-header h2 {
  color: #fff;
  font-weight: 600;
}
.rf-workflow-working-reports .rfwf-bg-primary .header-controls svg {
  fill: #0D315B;
}
.rf-workflow-working-reports .rfwf-bg-primary .dropdown-icon-background svg {
  fill: #0D315B;
}
.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: #fff;
}
.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: #0D315B;
}
.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: #8698ad;
}

/*=============================================*/
/*
/*  # Workflow Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.recommended-exhibitors-card {
  position: relative;
}

/*=============================================*/
/*
/*  # BrainTree Inputs
/*
/*=============================================*/
#card-number,
#expiration-date,
#cvv-input {
  border: 1px solid #36A4E1;
  color: #fff;
  background: white;
  font-family: "Roboto", "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 #0D315B;
}
#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 #0D315B;
}

#cc-number {
  height: 38px !important;
}

.rf-feedback-alert {
  background-color: #1517A7 !important;
  border-color: #1517A7 !important;
}
.rf-feedback-alert .close-alert svg {
  fill: #fff !important;
}

.rf-tag-container .rf-tag {
  background: #1517A7 !important;
}
.rf-tag-container .rf-tag button {
  background: #1517A7 !important;
}

.rfwf-confirmation-buttons .mdBtnR-outline-primary:hover {
  color: #0D315B !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 #36A4E1;
  border-right: 1px solid #36A4E1;
}

#collections-horizontal-agenda * {
  font-family: "Roboto", "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 > * {
  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: #0D315B;
  border-color: #0D315B;
}
#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: #07192e;
  border-color: #07192e;
  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: #0D315B;
}
#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: #0D315B 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: #0D315B;
}
#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: #0D315B;
  border-color: #0D315B;
  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: #0D315B;
}
#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: "Roboto", "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 > a {
  color: inherit;
  text-decoration: none;
}
.rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus, .rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 0px !important;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: #ffffff solid 2px !important;
}

.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a {
  color: inherit;
  text-decoration: none;
}
.rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " Â»";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "Â«  ";
}

.rbc-agenda-date-cell, .rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter, .rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  font-size: 14px !important;
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter, .rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header, .rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #DDD;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}

.rbc-time-header > .rbc-row:first-child, .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

/*=============================================*/
/*
/*  # Catalogs (Exhibitor, Session, Speaker)
/*
/*=============================================*/
[id*=rf-].rf-widget .catalog-result,
[id*=rf-].rf-widget .session-details-page,
.rf-default-modal .catalog-result,
.rf-default-modal .session-details-page {
  background-color: #1517A7 !important;
  border-color: #1517A7 !important;
}

[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: #0D315B;
}

[id*=rf-].rf-widget .catalog-result p span {
  color: #A9C2D1 !important;
}

#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: #0D315B;
}

/*=============================================*/
/*
/*  # Exhibitor List
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Nav Bar
/*
/*=============================================*/
#rf-navbar {
  min-height: 56px;
  position: sticky;
  top: 0;
  z-index: 2;
}
#rf-navbar .widget-nav a:hover {
  border-color: #6e839d;
}
#rf-navbar .widget-nav a.current-page {
  border-color: #0D315B;
}

/*=============================================*/
/*
/*  # 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 #36A4E1;
  border-right: 1px solid #36A4E1;
}

#collections-horizontal-agenda * {
  font-family: "Roboto", "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 */

