.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #e13a5d;
}

.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #f09dae;
}

.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #f8ced7;
}

.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #fcebef;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #964cad;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #cba6d6;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #e5d2eb;
}

.template-accent-color {
  /* Search for this hex color, find and replace. Not currently used. */
  color: #f5edf7;
}

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rf-body {
  box-sizing: border-box;
  outline: 0 !important;
  outline: none !important;
  font-family: AccordAlternate, Helvetica, Arial, sans-serif;
  color: #272932;
  line-height: 1.4em;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  overflow: auto !important;
}
.rf-body * {
  box-sizing: border-box;
}
.rf-body *, .rf-body *:before, .rf-body *:after {
  outline: 0 !important;
  outline: none !important;
}

[id*='rf-'].rf-widget *,
.rf-default-modal *,
.rf-org-header-container *,
.rf-org-footer-container * {
    font-family: AccordAlternate, Helvetica, Arial, sans-serif;
}

/*=============================================*/
/*
/*  # Typography
/*
/*=============================================*/
.rf-workflow * {
  font-family: AccordAlternate, Helvetica, Arial, sans-serif;
}
.rf-workflow h1,
.rf-workflow h2,
.rf-workflow h3,
.rf-workflow h4,
.rf-workflow h5,
.rf-workflow h6 {
  color: #272932;
  font-weight: 600;
}
.rf-workflow p {
  color: #272932;
}
.rf-workflow a {
  cursor: pointer;
  color: #e13a5d;
}
.rf-workflow a:hover, .rf-workflow a:focus, .rf-workflow a:active {
  color: #ed899e;
}
.rf-workflow ul,
.rf-workflow ol {
  margin: 0;
  padding: 0;
}
.rf-workflow strong,
.rf-workflow b {
  font-weight: 600;
}
.rf-workflow i,
.rf-workflow em {
  font-style: italic;
}

/* END Typography */
/*=============================================*/
/*
/*  # Clearfix
/*  Add containers that need floats cleared
/*
/*=============================================*/
.clearfix,
.clearfloat {
  clear: both;
}
.clearfix:before, .clearfix:after,
.clearfloat:before,
.clearfloat:after {
  content: "";
  display: table;
  clear: both;
}

/* END Clearfix */
/* Overlays */
.rf-overlay-new .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item):hover,
.rf-overlay-new .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item).disabled:hover {
  background: #169488;
}
.rf-overlay-new .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item):hover svg {
  fill: white;
}

/*=============================================*/
/*
/*  # Imports
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Content
/*  
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Media Queries
/*
/*=============================================*/
@media all and (min-width: 768px) {
  .rf-workflow {
    padding-bottom: 50px;
    flex: 1;
  }
  .rf-workflow .rf-workflow-body-content {
    height: 100%;
  }
}
/*=============================================*/
/*
/*  # END Content
/*  
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Common
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mdBtnR.disabled, .mdBtnR:disabled {
  cursor: not-allowed;
}
.mdBtnR.disabled .rfSI,
.mdBtnR.disabled svg, .mdBtnR:disabled .rfSI,
.mdBtnR:disabled svg {
  cursor: not-allowed;
}
.mdBtnR .mdBtnR-text {
    /*

    */
}
.mdBtnR .rfSI {
  height: 18px;
  width: 18px;
  max-height: 18px;
  max-width: 18px;
}
.mdBtnR .rf-pill {
    /*

    */
}
.mdBtnR.mdBtnR-sm {
  padding: 8px 12px;
  font-size: 11px;
  line-height: 14px;
}
.mdBtnR.mdBtnR-sm .rfSI {
  height: 14px;
  width: 14px;
  max-height: 14px;
  max-width: 14px;
}
.mdBtnR + .mdBtnR {
  margin-left: 16px;
}

.mdBtnR.mdBtnR-add-a-thing .mdBtnR-text,
a.mdBtnR.mdBtnR-add-a-thing .mdBtnR-text {
  color: #169488;
}

.mdBtnR-toggle .mdBtnR {
  border-radius: 0;
  margin-left: 0;
  background-color: white;
  border: 2px solid #169488;
  color: #169488;
  font-weight: 700;
}
.mdBtnR-toggle .mdBtnR .mdBtnR-text {
  color: #169488 !important;
}
.mdBtnR-toggle .mdBtnR + .rfSI {
  margin-left: 12px;
}
.mdBtnR-toggle .mdBtnR:hover, .mdBtnR-toggle .mdBtnR:focus, .mdBtnR-toggle .mdBtnR:active, .mdBtnR-toggle .mdBtnR.active {
  font-weight: 600;
  background-color: #169488;
  border-color: #169488;
  color: white;
}
.mdBtnR-toggle .mdBtnR:hover .mdBtnR-text, .mdBtnR-toggle .mdBtnR:focus .mdBtnR-text, .mdBtnR-toggle .mdBtnR:active .mdBtnR-text, .mdBtnR-toggle .mdBtnR.active .mdBtnR-text {
  color: white !important;
}

.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary {
  color: white;
  background-color: #169488;
  border-color: #169488;
}
.mdBtnR-primary .mdBtnR-text,
button.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text {
  color: white;
}
.mdBtnR-primary:hover, .mdBtnR-primary.hover, .mdBtnR-primary:focus, .mdBtnR-primary.focus, .mdBtnR-primary:active, .mdBtnR-primary.active,
button.mdBtnR-primary:hover,
button.mdBtnR-primary.hover,
button.mdBtnR-primary:focus,
button.mdBtnR-primary.focus,
button.mdBtnR-primary:active,
button.mdBtnR-primary.active,
a.mdBtnR-primary:hover,
a.mdBtnR-primary.hover,
a.mdBtnR-primary:focus,
a.mdBtnR-primary.focus,
a.mdBtnR-primary:active,
a.mdBtnR-primary.active {
  color: white;
  background-color: #2d9f94;
  background-image: none;
  border-color: #2d9f94;
}

.mdBtnR-primary .rfSI svg,
a.mdBtnR-primary .rfSI svg {
  fill: #fff;
}

.mdBtnR-primary-open,
.mdBtnR-outline-primary {
  color: #989898;
  background-color: white;
  border-color: #989898;
}
.mdBtnR-primary-open .mdBtnR-text,
.mdBtnR-outline-primary .mdBtnR-text {
  color: #989898;
}
.mdBtnR-primary-open:hover, .mdBtnR-primary-open.hover, .mdBtnR-primary-open:focus, .mdBtnR-primary-open.focus, .mdBtnR-primary-open:active, .mdBtnR-primary-open.active,
.mdBtnR-outline-primary:hover,
.mdBtnR-outline-primary.hover,
.mdBtnR-outline-primary:focus,
.mdBtnR-outline-primary.focus,
.mdBtnR-outline-primary:active,
.mdBtnR-outline-primary.active {
  color: #189ddb;
  background-color: #e8f4f3;
  background-image: none;
  border-color: #169488;
}
.mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
.mdBtnR-outline-primary.mdBtnR-adv .rfSI svg {
  fill: #e13a5d;
}

.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #169488;
  background-color: white;
  border-color: #169488;
}
.mdBtnR-secondary .mdBtnR-text,
button.mdBtnR-secondary .mdBtnR-text,
a.mdBtnR-secondary .mdBtnR-text {
  color: #169488;
}
.mdBtnR-secondary:hover, .mdBtnR-secondary.hover, .mdBtnR-secondary:focus, .mdBtnR-secondary.focus, .mdBtnR-secondary:active, .mdBtnR-secondary.active,
button.mdBtnR-secondary:hover,
button.mdBtnR-secondary.hover,
button.mdBtnR-secondary:focus,
button.mdBtnR-secondary.focus,
button.mdBtnR-secondary:active,
button.mdBtnR-secondary.active,
a.mdBtnR-secondary:hover,
a.mdBtnR-secondary.hover,
a.mdBtnR-secondary:focus,
a.mdBtnR-secondary.focus,
a.mdBtnR-secondary:active,
a.mdBtnR-secondary.active {
  color: #169488;
  background-color: #e8f4f3;
  background-image: none;
  border-color: #169488;
}

.mdBtnR-white {
  color: #169488;
  background-color: white;
  border-color: white;
}
.mdBtnR-white .mdBtnR-text {
  color: #169488;
}
.mdBtnR-white:hover, .mdBtnR-white.hover, .mdBtnR-white:focus, .mdBtnR-white.focus, .mdBtnR-white:active, .mdBtnR-white.active {
  color: #169488;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e6e6e6;
}

.mdBtnR-white-open {
  color: white;
  background-color: transparent;
  border-color: white;
}
.mdBtnR-white-open .mdBtnR-text {
  color: white;
}
.mdBtnR-white-open:hover, .mdBtnR-white-open.hover, .mdBtnR-white-open:focus, .mdBtnR-white-open.focus, .mdBtnR-white-open:active, .mdBtnR-white-open.active {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: #e6e6e6;
}
.mdBtnR-white-open .rfSI svg {
  fill: #ffffff !important;
}

.mdBtnR-info {
  color: white;
  background-color: #d7faff;
  border-color: #d7faff;
}
.mdBtnR-info .mdBtnR-text {
  color: white;
}
.mdBtnR-info:hover, .mdBtnR-info.hover, .mdBtnR-info:focus, .mdBtnR-info.focus, .mdBtnR-info:active, .mdBtnR-info.active {
  color: white;
  background-color: #a4f4ff;
  background-image: none;
  border-color: #a4f4ff;
}

.mdBtnR-info-open {
  color: #d7faff;
  background-color: transparent;
  border-color: #d7faff;
}
.mdBtnR-info-open .mdBtnR-text {
  color: #d7faff;
}
.mdBtnR-info-open:hover, .mdBtnR-info-open.hover, .mdBtnR-info-open:focus, .mdBtnR-info-open.focus, .mdBtnR-info-open:active, .mdBtnR-info-open.active {
  color: #d7faff;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

.mdBtnR-success,
button.mdBtnR-success,
a.mdBtnR-success {
  color: white;
  background-color: #d8eeca;
  border-color: #d8eeca;
}
.mdBtnR-success .mdBtnR-text,
button.mdBtnR-success .mdBtnR-text,
a.mdBtnR-success .mdBtnR-text {
  color: white;
}
.mdBtnR-success:hover, .mdBtnR-success.hover, .mdBtnR-success:focus, .mdBtnR-success.focus, .mdBtnR-success:active, .mdBtnR-success.active,
button.mdBtnR-success:hover,
button.mdBtnR-success.hover,
button.mdBtnR-success:focus,
button.mdBtnR-success.focus,
button.mdBtnR-success:active,
button.mdBtnR-success.active,
a.mdBtnR-success:hover,
a.mdBtnR-success.hover,
a.mdBtnR-success:focus,
a.mdBtnR-success.focus,
a.mdBtnR-success:active,
a.mdBtnR-success.active {
  color: white;
  background-color: #bce2a3;
  background-image: none;
  border-color: #bce2a3;
}

.mdBtnR-success-open {
  color: #d8eeca;
  background-color: transparent;
  border-color: #d8eeca;
}
.mdBtnR-success-open .mdBtnR-text {
  color: #d8eeca;
}
.mdBtnR-success-open:hover, .mdBtnR-success-open.hover, .mdBtnR-success-open:focus, .mdBtnR-success-open.focus, .mdBtnR-success-open:active, .mdBtnR-success-open.active {
  color: #d8eeca;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

.mdBtnR-warning {
  color: white;
  background-color: #f9f4d4;
  border-color: #f9f4d4;
}
.mdBtnR-warning .mdBtnR-text {
  color: white;
}
.mdBtnR-warning:hover, .mdBtnR-warning.hover, .mdBtnR-warning:focus, .mdBtnR-warning.focus, .mdBtnR-warning:active, .mdBtnR-warning.active {
  color: white;
  background-color: #f3e9a7;
  background-image: none;
  border-color: #f3e9a7;
}

.mdBtnR-warning-open {
  color: #f9f4d4;
  background-color: transparent;
  border-color: #f9f4d4;
}
.mdBtnR-warning-open .mdBtnR-text {
  color: #f9f4d4;
}
.mdBtnR-warning-open:hover, .mdBtnR-warning-open.hover, .mdBtnR-warning-open:focus, .mdBtnR-warning-open.focus, .mdBtnR-warning-open:active, .mdBtnR-warning-open.active {
  color: #f9f4d4;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

.mdBtnR-danger,
button.mdBtnR-danger,
a.mdBtnR-danger {
  color: white;
  background-color: #f3e9e8;
  border-color: #f3e9e8;
}
.mdBtnR-danger .mdBtnR-text,
button.mdBtnR-danger .mdBtnR-text,
a.mdBtnR-danger .mdBtnR-text {
  color: white;
}
.mdBtnR-danger:hover, .mdBtnR-danger.hover, .mdBtnR-danger:focus, .mdBtnR-danger.focus, .mdBtnR-danger:active, .mdBtnR-danger.active,
button.mdBtnR-danger:hover,
button.mdBtnR-danger.hover,
button.mdBtnR-danger:focus,
button.mdBtnR-danger.focus,
button.mdBtnR-danger:active,
button.mdBtnR-danger.active,
a.mdBtnR-danger:hover,
a.mdBtnR-danger.hover,
a.mdBtnR-danger:focus,
a.mdBtnR-danger.focus,
a.mdBtnR-danger:active,
a.mdBtnR-danger.active {
  color: white;
  background-color: #e2c9c6;
  background-image: none;
  border-color: #e2c9c6;
}

.mdBtnR-danger-open {
  color: #f3e9e8;
  background-color: transparent;
  border-color: #f3e9e8;
}
.mdBtnR-danger-open .mdBtnR-text {
  color: #f3e9e8;
}
.mdBtnR-danger-open:hover, .mdBtnR-danger-open.hover, .mdBtnR-danger-open:focus, .mdBtnR-danger-open.focus, .mdBtnR-danger-open:active, .mdBtnR-danger-open.active {
  color: #f3e9e8;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

/* END Buttons */
/*=============================================*/
/*
/*  # Iconography
/*
/*=============================================*/
.rfSI {
  fill: #169488;
}
.rfSI svg {
  fill: #169488;
}
.rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
  fill: #2d9f94;
}

.rfSI-stroke * {
  fill: none;
}
.rfSI-stroke svg {
    /*

    */
}
.rfSI-stroke svg * {
  stroke: #169488;
  fill: none;
}

.rfSI-toggle .mdBtnR + .mdBtnR {
  margin: 0;
}

/* END Iconography */
/*=============================================*/
/*
/*  # Input
/*
/*=============================================*/
.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 {
  border-color: #169488;
  box-shadow: 0 0 6px #169488;
}

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

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
.rf-select select:active:hover, .rf-select select:active:active, .rf-select select:active:focus,
.rf-select select:focus:hover,
.rf-select select:focus:active,
.rf-select select:focus:focus,
.rf-select select:not([multiple]):active:hover,
.rf-select select:not([multiple]):active:active,
.rf-select select:not([multiple]):active:focus,
.rf-select select:not([multiple]):focus:hover,
.rf-select select:not([multiple]):focus:active,
.rf-select select:not([multiple]):focus:focus,
.dropdown-results-container input:active:hover,
.dropdown-results-container input:active:active,
.dropdown-results-container input:active:focus,
.dropdown-results-container input:focus:hover,
.dropdown-results-container input:focus:active,
.dropdown-results-container input:focus:focus {
  border-color: #8bcac4;
  -webkit-box-shadow: 0 0 6px #8bcac4;
  -moz-box-shadow: 0 0 6px #8bcac4;
  -ms-box-shadow: 0 0 6px #8bcac4;
  -o-box-shadow: 0 0 6px #8bcac4;
  box-shadow: 0 0 6px #8bcac4;
}

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

.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 {
  border-color: #8bcac4;
}

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

/*=============================================*/
/*
/*  # 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: #8bcac4;
}
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #8bcac4;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #8bcac4;
}
.rf-radio-option span {
  /* Styles for the text itself */
  color: #444;
}
.rf-radio-option .check {
  /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
  border-color: #8bcac4;
}
.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: #b9dfdc;
}

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

/* 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: #73bfb8;
}
.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: #169488;
  background: white;
}
.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: #169488;
}
.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: #73bfb8;
}
.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: #169488;
  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: #169488;
}
.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: #8bcac4;
}

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

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

/* END Date Picker */
/*=============================================*/
/*
/*  # Select2
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Table
/*
/*=============================================*/
.rf-table-container .table-action-bar {
  /* This is the action bar that replaces the header if you have bulk actions. */
  background-color: #169488;
}
.rf-table-container .rf-table {
  /* Minimum width of tables then scroll will be enabled. */
}
.rf-table-container .rf-table .table-body .table-row {
  /* table row border property */
  border-color: #CCC;
}
.rf-table-container .rf-table .table-body .table-row:hover, .rf-table-container .rf-table .table-body .table-row.active {
  /* When table row is hovered, this is the background color */
  background: #fcebef;
}
.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 #169488 !important;
  border-top-color: #CCC;
  color: #169488;
}
.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: #169488;
}
.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: #fcebef;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #fcebef;
}
.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: #fcebef;
}
.rf-table-container .rf-table .table-body a.table-row {
  /* If the table is a link assign these properties */
  color: #272932;
  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: #272932;
}

/* END Table */
/*=============================================*/
/*
/*  # Workflow Specific
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Login Page
/*
/*=============================================*/
@media all and (min-width: 768px) {
  .rf-workflow #workflow-login-page {
    height: 100%;
  }
  .rf-workflow #workflow-login-page .rfwf-login-page,
  .rf-workflow #workflow-login-page .rfwf-panel-interior {
    height: 100%;
  }
  .rf-workflow #workflow-login-page .rfwf-login-page {
    padding: 0;
  }
  .rf-workflow #workflow-login-page .rfwf-panel-interior {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
#workflow-login-page .md-frame {
  border: none;
  box-shadow: none;
}
#workflow-login-page .md-frame .md-frame-header {
  border: none;
}
#workflow-login-page .md-frame .md-frame-body,
#workflow-login-page .md-frame .md-frame-footer {
  border: 1px solid #CCC;
  border-radius: 0;
}
#workflow-login-page .md-frame .md-frame-body {
  border-bottom: none;
}
#workflow-login-page .md-frame .md-frame-footer {
  border-top: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#workflow-login-page .md-frame .md-frame-footer:before, #workflow-login-page .md-frame .md-frame-footer:after {
  display: none;
}
#workflow-login-page .create-account-frame .md-frame-footer {
  justify-content: flex-end;
}

/*=============================================*/
/*
/*  # Workflow Scaffolding
/*
/*=============================================*/
.md-frame.md-frame-primary .md-frame-header {
  background-color: #169488;
  border-bottom-color: #169488;
}

.rf-pill-white {
  fill: #169488;
  color: #169488;
}
.rf-pill-white .rf-pill-text {
  color: #169488;
}

.rfSI.rfSI-primary svg {
  fill: #169488;
}

/*=============================================*/
/*
/*  # Form Render
/*
/*=============================================*/
@media all and (min-width: 768px) {
  .rf-workflow .workflow-form-render {
    display: flex;
    flex-direction: column;
  }
  .rf-workflow .workflow-form-render > div {
    max-width: 600px;
  }
  .rf-workflow .workflow-form-render .form-footer-actions {
    width: 100% !important;
  }
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#reg-confirmation-page .rfwf-confirmation-custom {
  display: none;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 12px;
  border: 1px solid #CCC;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table tr {
  border-bottom: 1px solid #CCC;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th,
#reg-confirmation-page .rfwf-confirmation-summary .grid-table td {
  border-right: 1px solid #CCC;
  padding: 12px;
  color: #272932;
  text-align: left;
  background-color: #fff;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th {
  text-transform: uppercase;
  font-weight: 700;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table td {
  font-weight: 400;
}

/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#participantPage .workflow-form-render {
  flex-direction: column;
}

/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.rf-workflow-working-reports .rfwf-bg-primary {
  background-color: transparent;
  color: #272932;
}
.rf-workflow-working-reports .rfwf-bg-primary.md-frame-header h2 {
  color: #272932;
  font-weight: 600;
}
.rf-workflow-working-reports .rfwf-bg-primary .header-controls svg {
  fill: #964cad;
}
.rf-workflow-working-reports .rfwf-bg-primary .dropdown-icon-background svg {
  fill: #999;
}
.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: #272932;
  font-weight: 400;
}
.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: #964cad;
}
.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: #cba6d6;
}

/*=============================================*/
/*
/*  # Manage Registrants Table (Facebook Table)
/*
/*=============================================*/
.manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container {
  border-bottom: 1px solid #CCC;
}
.manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container .md-frame-search {
  border: none;
  padding: 0;
}
.manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container .md-frame-search .rf-input.rf-search-bar {
  margin-top: 28px;
}
.manage-registrants-page #mRContainer .table-results-container .md-frame .rfG-fluid-container .md-frame-search .rf-select .rf-select {
  padding: 0;
}
.manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header {
  background-color: #F5F5F5;
}
.manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header .fixedDataTableCellGroupLayout_cellGroup {
  background-color: #F5F5F5;
}
.manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main {
  background-color: #F5F5F5;
  background-image: none;
}
.manage-registrants-page #mRContainer .table-results-container .fixedDataTableLayout_header .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main .rf-checkbox-wrapper {
  background-color: #F5F5F5;
}

/*=============================================*/
/*
/*  # Tasks
/*
/*=============================================*/
#tasks-list-container .rfwf-tasks .md-frame.md-frame-primary .md-frame-header {
  background-color: #169488;
  border-bottom-color: #169488;
}
#tasks-list-container .rfwf-tasks .rf-pill-white {
  fill: #169488;
  color: #169488;
}
#tasks-list-container .rfwf-tasks .rf-pill-white .rf-pill-text {
  color: #169488;
}
#tasks-list-container .rfwf-tasks .rfSI.rfSI-primary svg {
  fill: #169488;
}

/*=============================================*/
/*
/*  # Dashboards
/*
/*=============================================*/
.rf-dashboard {
  /* Primary text color overrides */
}
.rf-dashboard .dashboard-header {
  border: none;
}
.rf-dashboard .dashboard-header h1 {
  text-align: center;
  font-weight: 400;
}
.rf-dashboard .dashboard-header hr {
  border-top: 3px solid #e13a5d;
  max-width: 75px;
  margin-bottom: 50px;
}
.rf-dashboard .dashboard-header p {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.rf-dashboard.exhibitor-dashboard .exhibitor-faq {
  text-align: center;
}
.rf-dashboard.exhibitor-dashboard .exhibitor-faq a {
  color: #e13a5d;
}
.rf-dashboard.exhibitor-dashboard .exhibitor-faq hr {
  max-width: 250px;
}
.rf-dashboard.exhibitor-dashboard .right-side p {
  margin-bottom: 30px;
}
.rf-dashboard.exhibitor-dashboard .right-side .rf-card p {
  margin-bottom: 10px;
}
.rf-dashboard.speaker-dashboard .speaker-session-card .card-body {
  height: auto;
}
.rf-dashboard .my-survey-list-card .rf-table-container .rf-table .table-body .table-row div,
.rf-dashboard .all-sessions-card .card-body .card-body-row h6,
.rf-dashboard .speaker-session-card .card-body-row .text-primary {
  color: #169488 !important;
}

.rf-card {
  max-width: none;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.rf-card .card-header {
  display: flex;
  flex-wrap: nowrap;
  border: none;
  border-bottom: 1px solid #CCC;
  background: #fff;
  padding: 8px 12px;
}
.rf-card .card-header .card-header-title {
  color: #964cad !important;
}
.rf-card .card-header h3 {
  flex: 1;
}
.rf-card .card-header .card-controls {
  order: 2;
}
.rf-card .card-body {
  border: none;
  padding: 12px;
}
.rf-card .card-body .card-body-row {
  padding: 10px 12px;
}
.rf-card .card-body .card-body-row .rf-pill .rf-pill-text {
  line-height: 12px;
}
.rf-card.task-list-card .card-body {
  height: 259px;
}
.rf-card.task-list-card .card-body .card-body-row {
  padding: 10px 44px;
}
.rf-card.task-list-card .task-category-icon {
  left: 12px;
}
.rf-card.task-list-card .task-arrow-icon {
  right: 12px;
  margin-left: 0;
}

.rf-workflow .rf-card .card-header {
  background: #F5F5F5;
}
.rf-workflow .rf-card .card-header .rfSI svg {
  fill: #169488;
}
.rf-workflow .rf-card .card-header .rfSI svg:hover {
  fill: #2d9f94;
}
.rf-workflow .sessions-registered-card h6,
.rf-workflow .recommended-sessions-card h5,
.rf-workflow .my-survey-list-card .table-row {
  color: #3e82e0;
  font-weight: 400;
  font-size: 16px;
}
.rf-workflow .recommended-sessions-card .rfSI svg {
  fill: #169488;
}
.rf-workflow .recommended-sessions-card .rfSI svg:hover {
  fill: #2d9f94;
}
.rf-workflow .recommended-sessions-card .mdBtnR {
  color: white;
  background-color: #169488;
  border: 2px solid #169488;
}
.rf-workflow .recommended-sessions-card .mdBtnR .mdBtnR-text {
  color: white;
}
.rf-workflow .recommended-sessions-card .mdBtnR:hover, .rf-workflow .recommended-sessions-card .mdBtnR.hover, .rf-workflow .recommended-sessions-card .mdBtnR:focus, .rf-workflow .recommended-sessions-card .mdBtnR.focus, .rf-workflow .recommended-sessions-card .mdBtnR:active, .rf-workflow .recommended-sessions-card .mdBtnR.active {
  background-color: #2d9f94;
  border: 2px solid #2d9f94;
}
.rf-workflow .sessions-registered-card .has-rows {
  padding: 12px 16px;
}
.rf-workflow .sessions-registered-card .has-rows .card-body-row {
  padding: 8px;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom: 8px;
}
.rf-workflow .my-survey-list-card .rf-table-container {
  margin-bottom: 0;
}
.rf-workflow .my-survey-list-card .rf-table-container div {
  display: block !important;
  max-width: none;
}
.rf-workflow .my-survey-list-card .rf-table-container .rf-table {
  min-width: 0;
}
.rf-workflow .my-survey-list-card .rf-table-container .rf-table .table-body .table-row div {
  max-width: none;
}
.rf-workflow .my-survey-list-card .rf-table-container .rf-table .table-body .table-row {
  height: auto;
}
.rf-workflow .hotel-card .card-body {
  text-align: center;
}
.rf-workflow .hotel-card .card-body button {
  color: #169488;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: 2px solid #169488;
  display: inline-block;
  margin: 0;
  outline: 0;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
.rf-workflow .hotel-card .card-body button:hover {
  background-color: transparent;
  border-color: #2d9f94;
  text-decoration: none;
}
.rf-workflow .meeting-requests .card-body {
  height: 259px;
}
.rf-workflow .manage-passes-card .card-body {
  height: 259px;
}
.rf-workflow .manage-passes-card .pass-container .pass-item h4 {
  color: #e13a5d;
  margin-bottom: 10px;
}
.rf-workflow .manage-passes-card .pass-container .pass-item span {
  display: block;
  line-height: 1.3em;
  color: #169488;
}
.rf-workflow .custom-faq-card {
  text-align: center;
}
.rf-workflow .custom-button-links img {
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
.rf-workflow .custom-leads-card .card-body {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 216px;
  height: auto;
}
.rf-workflow .custom-leads-card .card-body * {
  border: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-width: 0;
  max-width: none;
  height: auto;
  background-color: transparent;
  color: #272932;
  font-weight: 400;
  text-transform: none;
}
.rf-workflow .custom-leads-card .card-body .rf-table-container,
.rf-workflow .custom-leads-card .card-body .rf-table,
.rf-workflow .custom-leads-card .card-body .table-body,
.rf-workflow .custom-leads-card .card-body .table-row {
  height: auto;
  display: block;
}
.rf-workflow .custom-leads-card .card-body .rf-table-container .rf-table .table-body .table-row div {
  display: block;
  padding: 0;
  max-width: none;
  color: #272932;
  font-weight: 400;
  text-transform: none;
}
.rf-workflow .custom-leads-card .leads-link {
  text-align: center;
  padding: 0 0 12px;
}
.rf-workflow .custom-leads-card .leads-link a {
  color: #169488;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: 2px solid #169488;
  display: inline-block;
  margin: 0;
  outline: 0;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
.rf-workflow .custom-leads-card .leads-link a:hover {
  background-color: transparent;
  border-color: #2d9f94;
  text-decoration: none;
}
.rf-workflow .sql-report-container .sql-report-header,
.rf-workflow .sql-report-container .table-results {
  display: none;
}
.rf-workflow .sql-report-container .md-frame .no-search-results {
  max-width: 100px;
  margin: 0 auto;
}
.rf-workflow .sql-report-container .md-frame .no-search-results img {
  max-width: 50px;
  margin: 0 auto 10px;
}
.rf-workflow .sql-report-container .md-frame .no-search-results p {
  display: none;
}
.rf-workflow .sql-report-container .md-frame .table-body {
  display: flex;
  flex-direction: column;
}
.rf-workflow .sql-report-container .md-frame .table-body .table-row {
  order: 1;
  text-align: center;
}
.rf-workflow .sql-report-container .md-frame .table-body .table-row:hover {
  background-color: transparent;
}
.rf-workflow .sql-report-container .md-frame .table-body .table-row div {
  text-align: center;
}
.rf-workflow .sql-report-container .md-frame .table-body .table-row div:empty {
  display: none;
}
.rf-workflow .sql-report-container .md-frame .table-body .table-row:nth-of-type(2) div {
  font-size: 45px;
  color: #e13a5d !important;
}
.rf-workflow .sql-report-container .md-frame .table-body .table-row.table-header {
  order: 2;
}
.rf-workflow .sql-report-container .md-frame .table-body .table-row.table-header div {
  border: none !important;
}
.rf-workflow .all-sessions-card .card-body {
  height: 400px;
}
.rf-workflow .all-sessions-card .rf-pill {
  margin-right: 20px;
}

/*=============================================*/
/*
/*  # Widget Specific
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Widgets Scaffolding
/*
/*=============================================*/
div[id*='rf-'].rf-widget a,
div[id*='rf-'].rf-widget a:link,
div[id*='rf-'].rf-widget a:visited,
.rf-default-modal a,
.rf-default-modal a:link,
.rf-default-modal a:visited {
  color: #169488;
}

/* Primary text color overrides */
#rf-navbar .widget-nav a,
.search-container .filters button,
.rf-default-modal .search-container .filters button,
.search-container .session-title .title-text,
.search-container .session-details p span,
.rf-default-modal.rf-speaker-modal .modal-dialog .modal-content .modal-body .rf-speaker-name,
.rf-table-container .rf-table .table-body .table-row.table-header div {
  color: #169488 !important;
}

/* Setting Minimum Height for first load. */
#rf-catalog,
#rf-calendar,
#rf-exhibitor,
#rf-content.rf-widget {
  min-height: 800px;
}
#rf-catalog .search-container,
#rf-catalog .session-calendar-instructions,
#rf-catalog .schedule-calendar,
#rf-catalog .exhibitor-list-container,
#rf-calendar .search-container,
#rf-calendar .session-calendar-instructions,
#rf-calendar .schedule-calendar,
#rf-calendar .exhibitor-list-container,
#rf-exhibitor .search-container,
#rf-exhibitor .session-calendar-instructions,
#rf-exhibitor .schedule-calendar,
#rf-exhibitor .exhibitor-list-container,
#rf-content.rf-widget .search-container,
#rf-content.rf-widget .session-calendar-instructions,
#rf-content.rf-widget .schedule-calendar,
#rf-content.rf-widget .exhibitor-list-container {
  max-width: 1400px;
  margin: 0 auto;
}

#rf-content.rf-widget {
  font-family: AccordAlternate, Helvetica, Arial, sans-serif;
  min-height: 600px;
}

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

/*=============================================*/
/*
/*  # Session Catalog
/*
/*=============================================*/
#rf-navbar {
  min-height: 56px;
  position: sticky;
  top: 0;
  z-index: 2;
}
#rf-navbar .widget-nav a:hover {
  border-color: #2d9f94;
}
#rf-navbar .widget-nav a.current-page {
  border-color: #169488;
}

/*=============================================*/
/*
/*  # Session Catalog
/*
/*=============================================*/
#rf-catalog {
  /* Left Filters Styles */
  /* Top Search Keyword Styles */
  /* Catalog Display Styles */
}
#rf-catalog .search-filters,
#rf-catalog .search-bar {
  position: sticky;
  top: 56px;
  z-index: 1;
  max-width: none;
}
#rf-catalog .search-container .search-filters {
  padding-bottom: 51px;
  border-bottom: 1px solid #ccc;
}
#rf-catalog .search-bar .rf-input input:active,
#rf-catalog .search-bar .rf-input input:focus {
  border-color: #169488;
  box-shadow: 0 0 6px #169488;
}
#rf-catalog .search-container .search-content .results {
  margin-bottom: 10px;
}
#rf-catalog .search-content {
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
#rf-catalog .expand-search button {
  color: #169488;
}
#rf-catalog .search-container .show-more-btn {
  padding: 6px 16px;
  border-radius: 4px;
  color: white;
}

/*=============================================*/
/*
/*  # Calendar
/*
/*=============================================*/
.schedule-calendar .rbc-event {
  background-color: #169488;
  border-color: #169488;
}

.schedule-calendar .calendar-head-container .rf-page-indicator span.active {
  background: #169488;
}

/*=============================================*/
/*
/*  # Exhibitor List
/*
/*=============================================*/
#rf-exhibitor .exhibitor-list-container .md-frame {
  box-shadow: none;
  border-top: none;
  border-radius: 0;
}
#rf-exhibitor .exhibitor-list-container .md-frame .md-frame-header {
  padding: 20px 16px;
  border: none;
}
#rf-exhibitor .exhibitor-list-container .md-frame .md-frame-header h2 {
  margin: 0;
}
#rf-exhibitor .rf-table-container .rf-table .table-body .table-row:hover,
#rf-exhibitor .rf-table-container .rf-table .table-body .table-row.active {
  background: #e8f4f3;
}
#rf-exhibitor .rf-table-container .rf-table .table-body .table-row.table-header div {
  border-bottom: 1px solid #169488 !important;
}
#rf-exhibitor .rf-multi-select .rf-select-selected {
  margin-top: 8px;
}
#rf-exhibitor .no-search-results {
  padding: 100px;
  text-align: center;
}
#rf-exhibitor .no-search-results h4 {
  font-size: 18px;
}
#rf-exhibitor .no-search-results img {
  display: none;
}

.rf-exhibitor-modal .exhibitor-modal-body .exhibitor-rfexhibitortype + a {
  display: block;
}

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

#collections-horizontal-agenda * {
  font-family: AccordAlternate, 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;
}









/* MARCUS START */

/* COMMON FROM 2020*/

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rfComp-canvas,
#rf-content {
  outline: 0 !important;
  outline: none !important;
  font-family: AccordAlternate, Helvetica, Arial, sans-serif;
  color: #151515;
  line-height: 1.4em;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 14px;
}

/* END Reset */
/*=============================================*/
/*
/*  # Typography
/*
/*=============================================*/
.rfComp-canvas h1,
.rfComp-canvas h2,
.rfComp-canvas h3,
.rfComp-canvas h4,
.rfComp-canvas h5,
.rfComp-canvas h6 {
  color: #151515;
  font-weight: 600;
}
.rfComp-canvas p {
  color: #151515;
}
.rfComp-canvas a {
  cursor: pointer;
  color: #351DCE;
}
.rfComp-canvas a:hover, .rfComp-canvas a:focus, .rfComp-canvas a:active {
  color: #aea5eb;
}
.rfComp-canvas ul,
.rfComp-canvas ol {
  margin: 0;
  padding: 0;
}
.rfComp-canvas strong,
.rfComp-canvas b {
  font-weight: 600;
}
.rfComp-canvas i,
.rfComp-canvas em {
  font-style: italic;
}

/* END Typography */
/*=============================================*/
/*
/*  # Clearfix
/*  Add containers that need floats cleared
/*
/*=============================================*/
.clearfix,
.clearfloat {
  clear: both;
}
.clearfix:before, .clearfix:after,
.clearfloat:before,
.clearfloat:after {
  content: "";
  display: table;
  clear: both;
}

/* END Clearfix */
/*=============================================*/
/*
/*  # Common Styles
/*  Elements or components that are shared across Workflows and Widgets.
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Grid
/*
/*=============================================*/
.rfG-container,
.rfG-fluid-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.rfG-container {
  max-width: 1200px;
}

.rfG-row {
  margin-left: -8px;
  margin-right: -8px;
}

[class*="rfG-xs"],
[class*="rfG-sm"],
[class*="rfG-md"],
[class*="rfG-lg"],
[class*="rfG-xl"] {
  padding-left: 8px;
  padding-right: 8px;
}

/* END Grid */
/*=============================================*/
/*
/*  # Frame
/*
/*=============================================*/
.md-frame {
  color: #151515;
  background-color: white;
  border: 1px solid #CCC;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.md-frame .md-frame {
  margin-top: 20px;
}
.md-frame .md-frame-header {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 8px 16px;
  border-bottom: 1px solid #CCC;
}
.md-frame .md-frame-header h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 100;
}
.md-frame .md-frame-header h4 {
  font-size: 12px;
  color: #151515;
}
.md-frame .md-frame-header .rf-pill {
  margin-left: 0;
}
.md-frame .md-frame-header .header-controls {
  right: 16px;
  z-index: 100;
}
.md-frame .rfwf-bg-primary {
  background-color: #ED1A5D;
  color: white;
}
.md-frame.md-frame-primary .md-frame-header {
  background-color: #ED1A5D;
  border-bottom-color: #ED1A5D;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.md-frame.md-frame-primary .md-frame-header h2 {
  color: white !important;
}
.md-frame .md-frame-footer {
  padding: 0 16px 16px;
}

/*  # END Frame */
/*=============================================*/
/*
/*  # Cards
/*
/*=============================================*/
.rf-card {
  max-width: 400px;
  margin: 0 auto 30px;
}
.rf-card .card-header {
  background-color: white;
  border: 2px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 8px 20px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.rf-card .card-header.card-header-primary {
  background: #ED1A5D;
  border-color: #ED1A5D;
}
.rf-card .card-header.card-header-primary .card-header-title {
  color: white;
}
.rf-card .card-header.card-header-primary .mdBtnR {
  background-color: white;
  border-color: white;
  color: #ED1A5D;
}
.rf-card .card-header.card-header-primary .mdBtnR:hover, .rf-card .card-header.card-header-primary .mdBtnR:focus, .rf-card .card-header.card-header-primary .mdBtnR:active {
  opacity: 0.9;
}
.rf-card .card-header .card-header-title {
  padding-right: 4px;
}
.rf-card .card-header .card-controls {
  margin-left: 4px;
}
.rf-card .card-body {
  background-color: white;
  padding: 20px;
  border: 2px solid #CCC;
  border-top: none;
  height: 216px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.rf-card .card-body.has-rows {
  padding: 0;
}
.rf-card .card-body .card-body-row {
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 1px solid #CCC;
}
.rf-card .card-body .card-body-row:last-of-type {
  border: none;
}

.card-no-header .rf-card .card-body,
.card-no-header .no-header .card-body {
  border: 2px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*  # END Card */
/*=============================================*/
/*
/*  # Elements
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Iconography
/*
/*=============================================*/
.rfSI {
  cursor: pointer;
  fill: #ED1A5D;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
}
.rfSI.rfSI-xsm {
  height: 12px;
  width: 12px;
  max-height: 12px;
  max-width: 12px;
}
.rfSI.rfSI-sm {
  height: 16px;
  width: 16px;
  max-height: 16px;
  max-width: 16px;
}
.rfSI.rfSI-lg {
  height: 28px;
  width: 28px;
  max-height: 28px;
  max-width: 28px;
}
.rfSI.rfSI-xlg {
  height: 32px;
  width: 32px;
  max-height: 32px;
  max-width: 32px;
}
.rfSI + .rfSI, .rfSI + span + .rfSI {
  margin-left: 12px;
  margin-right: 0;
}
.rfSI svg {
  fill: #ED1A5D;
}
.rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
  fill: #ED1A5D;
}
.rfSI.disabled {
    /*

    */
}
.rfSI.disabled svg {
  opacity: 0.5;
}
.rfSI.disabled svg:hover, .rfSI.disabled svg:active, .rfSI.disabled svg:focus {
  opacity: 0.5;
}
.rfSI + .control-icon-text {
  margin-left: 12px;
}

.rfSI-stroke {
  height: 40px;
  width: 40px;
  max-height: 40px;
  max-width: 40px;
}
.rfSI-stroke + .rfSI-stroke {
  margin-left: 8px;
}
.rfSI-stroke * {
  fill: none;
}
.rfSI-stroke svg {
    /*

    */
}
.rfSI-stroke svg * {
  stroke: #ED1A5D;
  fill: none;
}

/* END Iconography */
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mdBtnR:hover, .mdBtnR.hover, .mdBtnR:focus, .mdBtnR.focus, .mdBtnR:active, .mdBtnR.active {
  background-color: #ED1A5D;
  border: 2px solid #ED1A5D;
}
.mdBtnR.disabled, .mdBtnR:disabled {
  cursor: not-allowed;
}
.mdBtnR.disabled .rfSI,
.mdBtnR.disabled svg, .mdBtnR:disabled .rfSI,
.mdBtnR:disabled svg {
  cursor: not-allowed;
}
.mdBtnR .mdBtnR-text {
    /*

    */
}
.mdBtnR .rfSI {
  height: 18px;
  width: 18px;
  max-height: 18px;
  max-width: 18px;
}
.mdBtnR .rf-pill {
    /*

    */
}
.mdBtnR.mdBtnR-sm {
  padding: 8px 12px;
  font-size: 11px;
  line-height: 14px;
}
.mdBtnR.mdBtnR-sm .rfSI {
  height: 14px;
  width: 14px;
  max-height: 14px;
  max-width: 14px;
}
.mdBtnR + .mdBtnR {
  margin-left: 16px;
}

.mdBtnR-toggle .mdBtnR {
  border-radius: 0;
  margin-left: 0;
  background-color: white;
  border: 2px solid #ED1A5D;
  color: #ED1A5D;
  font-weight: 700;
}
.mdBtnR-toggle .mdBtnR + .rfSI {
  margin-left: 12px;
}
.mdBtnR-toggle .mdBtnR.active {
  font-weight: 600;
  background-color: #ED1A5D;
  border-color: #ED1A5D;
  color: white;
}

.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary {
  color: white;
  background-color: #ED1A5D;
  border-color: #ED1A5D;
}
.mdBtnR-primary .mdBtnR-text,
button.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text {
  color: white;
}
.mdBtnR-primary:hover, .mdBtnR-primary.hover, .mdBtnR-primary:focus, .mdBtnR-primary.focus, .mdBtnR-primary:active, .mdBtnR-primary.active,
button.mdBtnR-primary:hover,
button.mdBtnR-primary.hover,
button.mdBtnR-primary:focus,
button.mdBtnR-primary.focus,
button.mdBtnR-primary:active,
button.mdBtnR-primary.active,
a.mdBtnR-primary:hover,
a.mdBtnR-primary.hover,
a.mdBtnR-primary:focus,
a.mdBtnR-primary.focus,
a.mdBtnR-primary:active,
a.mdBtnR-primary.active {
  color: white;
  background-color: #d51754;
  background-image: none;
  border-color: #d51754;
}
.mdBtnR-primary.disabled:hover, .mdBtnR-primary.disabled.hover, .mdBtnR-primary.disabled:focus, .mdBtnR-primary.disabled.focus, .mdBtnR-primary.disabled:active, .mdBtnR-primary.disabled.active, .mdBtnR-primary:disabled:hover, .mdBtnR-primary:disabled.hover, .mdBtnR-primary:disabled:focus, .mdBtnR-primary:disabled.focus, .mdBtnR-primary:disabled:active, .mdBtnR-primary:disabled.active,
button.mdBtnR-primary.disabled:hover,
button.mdBtnR-primary.disabled.hover,
button.mdBtnR-primary.disabled:focus,
button.mdBtnR-primary.disabled.focus,
button.mdBtnR-primary.disabled:active,
button.mdBtnR-primary.disabled.active,
button.mdBtnR-primary:disabled:hover,
button.mdBtnR-primary:disabled.hover,
button.mdBtnR-primary:disabled:focus,
button.mdBtnR-primary:disabled.focus,
button.mdBtnR-primary:disabled:active,
button.mdBtnR-primary:disabled.active,
a.mdBtnR-primary.disabled:hover,
a.mdBtnR-primary.disabled.hover,
a.mdBtnR-primary.disabled:focus,
a.mdBtnR-primary.disabled.focus,
a.mdBtnR-primary.disabled:active,
a.mdBtnR-primary.disabled.active,
a.mdBtnR-primary:disabled:hover,
a.mdBtnR-primary:disabled.hover,
a.mdBtnR-primary:disabled:focus,
a.mdBtnR-primary:disabled.focus,
a.mdBtnR-primary:disabled:active,
a.mdBtnR-primary:disabled.active {
  color: white;
  background-color: #ED1A5D;
  background-image: none;
  border-color: #ED1A5D;
}

.mdBtnR-primary .rfSI svg,
a.mdBtnR-primary .rfSI svg {
  fill: #fff;
}

.mdBtnR-primary-open,
.mdBtnR-outline-primary {
  color: #ED1A5D;
  background-color: white;
  border-color: #ED1A5D;
}
.mdBtnR-primary-open .mdBtnR-text,
.mdBtnR-outline-primary .mdBtnR-text {
  color: #ED1A5D;
}
.mdBtnR-primary-open:hover, .mdBtnR-primary-open.hover, .mdBtnR-primary-open:focus, .mdBtnR-primary-open.focus, .mdBtnR-primary-open:active, .mdBtnR-primary-open.active,
.mdBtnR-outline-primary:hover,
.mdBtnR-outline-primary.hover,
.mdBtnR-outline-primary:focus,
.mdBtnR-outline-primary.focus,
.mdBtnR-outline-primary:active,
.mdBtnR-outline-primary.active {
  color: #ED1A5D;
  background-color: #fde8ef;
  background-image: none;
  border-color: #ED1A5D;
}
.mdBtnR-primary-open.disabled:hover, .mdBtnR-primary-open.disabled.hover, .mdBtnR-primary-open.disabled:focus, .mdBtnR-primary-open.disabled.focus, .mdBtnR-primary-open.disabled:active, .mdBtnR-primary-open.disabled.active, .mdBtnR-primary-open:disabled:hover, .mdBtnR-primary-open:disabled.hover, .mdBtnR-primary-open:disabled:focus, .mdBtnR-primary-open:disabled.focus, .mdBtnR-primary-open:disabled:active, .mdBtnR-primary-open:disabled.active,
.mdBtnR-outline-primary.disabled:hover,
.mdBtnR-outline-primary.disabled.hover,
.mdBtnR-outline-primary.disabled:focus,
.mdBtnR-outline-primary.disabled.focus,
.mdBtnR-outline-primary.disabled:active,
.mdBtnR-outline-primary.disabled.active,
.mdBtnR-outline-primary:disabled:hover,
.mdBtnR-outline-primary:disabled.hover,
.mdBtnR-outline-primary:disabled:focus,
.mdBtnR-outline-primary:disabled.focus,
.mdBtnR-outline-primary:disabled:active,
.mdBtnR-outline-primary:disabled.active {
  color: #ED1A5D;
  background-color: white;
  background-image: none;
  border-color: #ED1A5D;
}
.mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
.mdBtnR-outline-primary.mdBtnR-adv .rfSI svg {
  fill: #ED1A5D;
}

.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #ED1A5D;
  background-color: white;
  border-color: #ED1A5D;
}
.mdBtnR-secondary .mdBtnR-text,
button.mdBtnR-secondary .mdBtnR-text,
a.mdBtnR-secondary .mdBtnR-text {
  color: #ED1A5D;
}
.mdBtnR-secondary:hover, .mdBtnR-secondary.hover, .mdBtnR-secondary:focus, .mdBtnR-secondary.focus, .mdBtnR-secondary:active, .mdBtnR-secondary.active,
button.mdBtnR-secondary:hover,
button.mdBtnR-secondary.hover,
button.mdBtnR-secondary:focus,
button.mdBtnR-secondary.focus,
button.mdBtnR-secondary:active,
button.mdBtnR-secondary.active,
a.mdBtnR-secondary:hover,
a.mdBtnR-secondary.hover,
a.mdBtnR-secondary:focus,
a.mdBtnR-secondary.focus,
a.mdBtnR-secondary:active,
a.mdBtnR-secondary.active {
  color: #ED1A5D;
  background-color: #fde8ef;
  background-image: none;
  border-color: #ED1A5D;
}
.mdBtnR-secondary.disabled:hover, .mdBtnR-secondary.disabled.hover, .mdBtnR-secondary.disabled:focus, .mdBtnR-secondary.disabled.focus, .mdBtnR-secondary.disabled:active, .mdBtnR-secondary.disabled.active, .mdBtnR-secondary:disabled:hover, .mdBtnR-secondary:disabled.hover, .mdBtnR-secondary:disabled:focus, .mdBtnR-secondary:disabled.focus, .mdBtnR-secondary:disabled:active, .mdBtnR-secondary:disabled.active,
button.mdBtnR-secondary.disabled:hover,
button.mdBtnR-secondary.disabled.hover,
button.mdBtnR-secondary.disabled:focus,
button.mdBtnR-secondary.disabled.focus,
button.mdBtnR-secondary.disabled:active,
button.mdBtnR-secondary.disabled.active,
button.mdBtnR-secondary:disabled:hover,
button.mdBtnR-secondary:disabled.hover,
button.mdBtnR-secondary:disabled:focus,
button.mdBtnR-secondary:disabled.focus,
button.mdBtnR-secondary:disabled:active,
button.mdBtnR-secondary:disabled.active,
a.mdBtnR-secondary.disabled:hover,
a.mdBtnR-secondary.disabled.hover,
a.mdBtnR-secondary.disabled:focus,
a.mdBtnR-secondary.disabled.focus,
a.mdBtnR-secondary.disabled:active,
a.mdBtnR-secondary.disabled.active,
a.mdBtnR-secondary:disabled:hover,
a.mdBtnR-secondary:disabled.hover,
a.mdBtnR-secondary:disabled:focus,
a.mdBtnR-secondary:disabled.focus,
a.mdBtnR-secondary:disabled:active,
a.mdBtnR-secondary:disabled.active {
  color: #ED1A5D;
  background-color: white;
  background-image: none;
  border-color: #ED1A5D;
}

.mdBtnR-white {
  color: #ED1A5D;
  background-color: white;
  border-color: white;
}
.mdBtnR-white .mdBtnR-text {
  color: #ED1A5D;
}
.mdBtnR-white:hover, .mdBtnR-white.hover, .mdBtnR-white:focus, .mdBtnR-white.focus, .mdBtnR-white:active, .mdBtnR-white.active {
  color: #ED1A5D;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e6e6e6;
}
.mdBtnR-white.disabled:hover, .mdBtnR-white.disabled.hover, .mdBtnR-white.disabled:focus, .mdBtnR-white.disabled.focus, .mdBtnR-white.disabled:active, .mdBtnR-white.disabled.active, .mdBtnR-white:disabled:hover, .mdBtnR-white:disabled.hover, .mdBtnR-white:disabled:focus, .mdBtnR-white:disabled.focus, .mdBtnR-white:disabled:active, .mdBtnR-white:disabled.active {
  color: #ED1A5D;
  background-color: white;
  background-image: none;
  border-color: white;
}

.mdBtnR-white-open {
  color: white;
  background-color: transparent;
  border-color: white;
}
.mdBtnR-white-open .mdBtnR-text {
  color: white;
}
.mdBtnR-white-open:hover, .mdBtnR-white-open.hover, .mdBtnR-white-open:focus, .mdBtnR-white-open.focus, .mdBtnR-white-open:active, .mdBtnR-white-open.active {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: #e6e6e6;
}
.mdBtnR-white-open.disabled:hover, .mdBtnR-white-open.disabled.hover, .mdBtnR-white-open.disabled:focus, .mdBtnR-white-open.disabled.focus, .mdBtnR-white-open.disabled:active, .mdBtnR-white-open.disabled.active, .mdBtnR-white-open:disabled:hover, .mdBtnR-white-open:disabled.hover, .mdBtnR-white-open:disabled:focus, .mdBtnR-white-open:disabled.focus, .mdBtnR-white-open:disabled:active, .mdBtnR-white-open:disabled.active {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: white;
}
.mdBtnR-white-open .rfSI svg {
  fill: #ffffff !important;
}

.mdBtnR-info {
  color: white;
  background-color: #d7faff;
  border-color: #d7faff;
}
.mdBtnR-info .mdBtnR-text {
  color: white;
}
.mdBtnR-info:hover, .mdBtnR-info.hover, .mdBtnR-info:focus, .mdBtnR-info.focus, .mdBtnR-info:active, .mdBtnR-info.active {
  color: white;
  background-color: #a4f4ff;
  background-image: none;
  border-color: #a4f4ff;
}
.mdBtnR-info.disabled:hover, .mdBtnR-info.disabled.hover, .mdBtnR-info.disabled:focus, .mdBtnR-info.disabled.focus, .mdBtnR-info.disabled:active, .mdBtnR-info.disabled.active, .mdBtnR-info:disabled:hover, .mdBtnR-info:disabled.hover, .mdBtnR-info:disabled:focus, .mdBtnR-info:disabled.focus, .mdBtnR-info:disabled:active, .mdBtnR-info:disabled.active {
  color: white;
  background-color: #d7faff;
  background-image: none;
  border-color: #d7faff;
}

.mdBtnR-info-open {
  color: #d7faff;
  background-color: transparent;
  border-color: #d7faff;
}
.mdBtnR-info-open .mdBtnR-text {
  color: #d7faff;
}
.mdBtnR-info-open:hover, .mdBtnR-info-open.hover, .mdBtnR-info-open:focus, .mdBtnR-info-open.focus, .mdBtnR-info-open:active, .mdBtnR-info-open.active {
  color: #d7faff;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}
.mdBtnR-info-open.disabled:hover, .mdBtnR-info-open.disabled.hover, .mdBtnR-info-open.disabled:focus, .mdBtnR-info-open.disabled.focus, .mdBtnR-info-open.disabled:active, .mdBtnR-info-open.disabled.active, .mdBtnR-info-open:disabled:hover, .mdBtnR-info-open:disabled.hover, .mdBtnR-info-open:disabled:focus, .mdBtnR-info-open:disabled.focus, .mdBtnR-info-open:disabled:active, .mdBtnR-info-open:disabled.active {
  color: #d7faff;
  background-color: transparent;
  background-image: none;
  border-color: #d7faff;
}

.mdBtnR-success,
button.mdBtnR-success,
a.mdBtnR-success {
  color: white;
  background-color: #d8eeca;
  border-color: #d8eeca;
}
.mdBtnR-success .mdBtnR-text,
button.mdBtnR-success .mdBtnR-text,
a.mdBtnR-success .mdBtnR-text {
  color: white;
}
.mdBtnR-success:hover, .mdBtnR-success.hover, .mdBtnR-success:focus, .mdBtnR-success.focus, .mdBtnR-success:active, .mdBtnR-success.active,
button.mdBtnR-success:hover,
button.mdBtnR-success.hover,
button.mdBtnR-success:focus,
button.mdBtnR-success.focus,
button.mdBtnR-success:active,
button.mdBtnR-success.active,
a.mdBtnR-success:hover,
a.mdBtnR-success.hover,
a.mdBtnR-success:focus,
a.mdBtnR-success.focus,
a.mdBtnR-success:active,
a.mdBtnR-success.active {
  color: white;
  background-color: #bce2a3;
  background-image: none;
  border-color: #bce2a3;
}
.mdBtnR-success.disabled:hover, .mdBtnR-success.disabled.hover, .mdBtnR-success.disabled:focus, .mdBtnR-success.disabled.focus, .mdBtnR-success.disabled:active, .mdBtnR-success.disabled.active, .mdBtnR-success:disabled:hover, .mdBtnR-success:disabled.hover, .mdBtnR-success:disabled:focus, .mdBtnR-success:disabled.focus, .mdBtnR-success:disabled:active, .mdBtnR-success:disabled.active,
button.mdBtnR-success.disabled:hover,
button.mdBtnR-success.disabled.hover,
button.mdBtnR-success.disabled:focus,
button.mdBtnR-success.disabled.focus,
button.mdBtnR-success.disabled:active,
button.mdBtnR-success.disabled.active,
button.mdBtnR-success:disabled:hover,
button.mdBtnR-success:disabled.hover,
button.mdBtnR-success:disabled:focus,
button.mdBtnR-success:disabled.focus,
button.mdBtnR-success:disabled:active,
button.mdBtnR-success:disabled.active,
a.mdBtnR-success.disabled:hover,
a.mdBtnR-success.disabled.hover,
a.mdBtnR-success.disabled:focus,
a.mdBtnR-success.disabled.focus,
a.mdBtnR-success.disabled:active,
a.mdBtnR-success.disabled.active,
a.mdBtnR-success:disabled:hover,
a.mdBtnR-success:disabled.hover,
a.mdBtnR-success:disabled:focus,
a.mdBtnR-success:disabled.focus,
a.mdBtnR-success:disabled:active,
a.mdBtnR-success:disabled.active {
  color: white;
  background-color: #d8eeca;
  background-image: none;
  border-color: #d8eeca;
}

.mdBtnR-success-open {
  color: #d8eeca;
  background-color: transparent;
  border-color: #d8eeca;
}
.mdBtnR-success-open .mdBtnR-text {
  color: #d8eeca;
}
.mdBtnR-success-open:hover, .mdBtnR-success-open.hover, .mdBtnR-success-open:focus, .mdBtnR-success-open.focus, .mdBtnR-success-open:active, .mdBtnR-success-open.active {
  color: #d8eeca;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}
.mdBtnR-success-open.disabled:hover, .mdBtnR-success-open.disabled.hover, .mdBtnR-success-open.disabled:focus, .mdBtnR-success-open.disabled.focus, .mdBtnR-success-open.disabled:active, .mdBtnR-success-open.disabled.active, .mdBtnR-success-open:disabled:hover, .mdBtnR-success-open:disabled.hover, .mdBtnR-success-open:disabled:focus, .mdBtnR-success-open:disabled.focus, .mdBtnR-success-open:disabled:active, .mdBtnR-success-open:disabled.active {
  color: #d8eeca;
  background-color: transparent;
  background-image: none;
  border-color: #d8eeca;
}

.mdBtnR-warning {
  color: white;
  background-color: #f9f4d4;
  border-color: #f9f4d4;
}
.mdBtnR-warning .mdBtnR-text {
  color: white;
}
.mdBtnR-warning:hover, .mdBtnR-warning.hover, .mdBtnR-warning:focus, .mdBtnR-warning.focus, .mdBtnR-warning:active, .mdBtnR-warning.active {
  color: white;
  background-color: #f3e9a7;
  background-image: none;
  border-color: #f3e9a7;
}
.mdBtnR-warning.disabled:hover, .mdBtnR-warning.disabled.hover, .mdBtnR-warning.disabled:focus, .mdBtnR-warning.disabled.focus, .mdBtnR-warning.disabled:active, .mdBtnR-warning.disabled.active, .mdBtnR-warning:disabled:hover, .mdBtnR-warning:disabled.hover, .mdBtnR-warning:disabled:focus, .mdBtnR-warning:disabled.focus, .mdBtnR-warning:disabled:active, .mdBtnR-warning:disabled.active {
  color: white;
  background-color: #f9f4d4;
  background-image: none;
  border-color: #f9f4d4;
}

.mdBtnR-warning-open {
  color: #f9f4d4;
  background-color: transparent;
  border-color: #f9f4d4;
}
.mdBtnR-warning-open .mdBtnR-text {
  color: #f9f4d4;
}
.mdBtnR-warning-open:hover, .mdBtnR-warning-open.hover, .mdBtnR-warning-open:focus, .mdBtnR-warning-open.focus, .mdBtnR-warning-open:active, .mdBtnR-warning-open.active {
  color: #f9f4d4;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}
.mdBtnR-warning-open.disabled:hover, .mdBtnR-warning-open.disabled.hover, .mdBtnR-warning-open.disabled:focus, .mdBtnR-warning-open.disabled.focus, .mdBtnR-warning-open.disabled:active, .mdBtnR-warning-open.disabled.active, .mdBtnR-warning-open:disabled:hover, .mdBtnR-warning-open:disabled.hover, .mdBtnR-warning-open:disabled:focus, .mdBtnR-warning-open:disabled.focus, .mdBtnR-warning-open:disabled:active, .mdBtnR-warning-open:disabled.active {
  color: #f9f4d4;
  background-color: transparent;
  background-image: none;
  border-color: #f9f4d4;
}

.mdBtnR-danger,
button.mdBtnR-danger,
a.mdBtnR-danger {
  color: white;
  background-color: #f3e9e8;
  border-color: #f3e9e8;
}
.mdBtnR-danger .mdBtnR-text,
button.mdBtnR-danger .mdBtnR-text,
a.mdBtnR-danger .mdBtnR-text {
  color: white;
}
.mdBtnR-danger:hover, .mdBtnR-danger.hover, .mdBtnR-danger:focus, .mdBtnR-danger.focus, .mdBtnR-danger:active, .mdBtnR-danger.active,
button.mdBtnR-danger:hover,
button.mdBtnR-danger.hover,
button.mdBtnR-danger:focus,
button.mdBtnR-danger.focus,
button.mdBtnR-danger:active,
button.mdBtnR-danger.active,
a.mdBtnR-danger:hover,
a.mdBtnR-danger.hover,
a.mdBtnR-danger:focus,
a.mdBtnR-danger.focus,
a.mdBtnR-danger:active,
a.mdBtnR-danger.active {
  color: white;
  background-color: #e2c9c6;
  background-image: none;
  border-color: #e2c9c6;
}
.mdBtnR-danger.disabled:hover, .mdBtnR-danger.disabled.hover, .mdBtnR-danger.disabled:focus, .mdBtnR-danger.disabled.focus, .mdBtnR-danger.disabled:active, .mdBtnR-danger.disabled.active, .mdBtnR-danger:disabled:hover, .mdBtnR-danger:disabled.hover, .mdBtnR-danger:disabled:focus, .mdBtnR-danger:disabled.focus, .mdBtnR-danger:disabled:active, .mdBtnR-danger:disabled.active,
button.mdBtnR-danger.disabled:hover,
button.mdBtnR-danger.disabled.hover,
button.mdBtnR-danger.disabled:focus,
button.mdBtnR-danger.disabled.focus,
button.mdBtnR-danger.disabled:active,
button.mdBtnR-danger.disabled.active,
button.mdBtnR-danger:disabled:hover,
button.mdBtnR-danger:disabled.hover,
button.mdBtnR-danger:disabled:focus,
button.mdBtnR-danger:disabled.focus,
button.mdBtnR-danger:disabled:active,
button.mdBtnR-danger:disabled.active,
a.mdBtnR-danger.disabled:hover,
a.mdBtnR-danger.disabled.hover,
a.mdBtnR-danger.disabled:focus,
a.mdBtnR-danger.disabled.focus,
a.mdBtnR-danger.disabled:active,
a.mdBtnR-danger.disabled.active,
a.mdBtnR-danger:disabled:hover,
a.mdBtnR-danger:disabled.hover,
a.mdBtnR-danger:disabled:focus,
a.mdBtnR-danger:disabled.focus,
a.mdBtnR-danger:disabled:active,
a.mdBtnR-danger:disabled.active {
  color: white;
  background-color: #f3e9e8;
  background-image: none;
  border-color: #f3e9e8;
}

.mdBtnR-danger-open {
  color: #f3e9e8;
  background-color: transparent;
  border-color: #f3e9e8;
}
.mdBtnR-danger-open .mdBtnR-text {
  color: #f3e9e8;
}
.mdBtnR-danger-open:hover, .mdBtnR-danger-open.hover, .mdBtnR-danger-open:focus, .mdBtnR-danger-open.focus, .mdBtnR-danger-open:active, .mdBtnR-danger-open.active {
  color: #f3e9e8;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}
.mdBtnR-danger-open.disabled:hover, .mdBtnR-danger-open.disabled.hover, .mdBtnR-danger-open.disabled:focus, .mdBtnR-danger-open.disabled.focus, .mdBtnR-danger-open.disabled:active, .mdBtnR-danger-open.disabled.active, .mdBtnR-danger-open:disabled:hover, .mdBtnR-danger-open:disabled.hover, .mdBtnR-danger-open:disabled:focus, .mdBtnR-danger-open:disabled.focus, .mdBtnR-danger-open:disabled:active, .mdBtnR-danger-open:disabled.active {
  color: #f3e9e8;
  background-color: transparent;
  background-image: none;
  border-color: #f3e9e8;
}

/* END Buttons */
/*=============================================*/
/*
/*  # Badge/Pills
/*
/*=============================================*/
.rf-pill {
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 1px 7px 3px;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 12px;
}
.rf-pill .rfSI {
  vertical-align: middle;
  height: 14px;
  width: 14px;
  max-height: 14px;
  max-width: 14px;
}
.rf-pill .rf-pill-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 600;
}
.rf-pill .rf-pill-text .rfSI {
  margin-left: 2px;
  margin-right: 0;
}
.rf-pill .rfSI {
  margin-right: 0;
}
.rf-pill .rfSI .rf-pill-text {
  margin-left: 2px;
}

.rf-pill-open {
  background-color: transparent;
  border-color: #ED1A5D;
  color: #ED1A5D;
}
.rf-pill-open .rf-pill-text {
  color: #ED1A5D;
}

.rf-pill-primary {
  background-color: #ED1A5D;
  border-color: #ED1A5D;
  color: white;
}
.rf-pill-primary .rf-pill-text {
  color: white;
}

.rf-pill-primary-open {
  background-color: transparent;
  border-color: #ED1A5D;
  color: #ED1A5D;
}
.rf-pill-primary-open .rf-pill-text {
  color: #ED1A5D;
}

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

.rf-badge {
  float: right;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin: 2px 12px 0 0;
}
.rf-badge.rf-badge-green {
  background: #d8eeca;
}
.rf-badge.rf-badge-yellow {
  background: #f9f4d4;
}
.rf-badge.rf-badge-red {
  background: #f3e9e8;
}

.icon-badge {
  position: relative;
  display: inline-block;
}
.icon-badge.disabled .rf-pill,
.icon-badge.disabled .rfSI svg {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-badge .rfSI {
  padding: 0;
  margin: 0;
}
.icon-badge .rf-pill {
  font-size: 7px;
  margin: 0;
  position: absolute;
  top: -4px;
  right: -3px;
  padding: 1px 3px 2px 3px;
  cursor: pointer;
}
.icon-badge .rf-pill .rf-pill-text {
  font-size: 10px;
  line-height: 10px;
}

/* END Pills */
/*=============================================*/
/*
/*  # Components
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Modal
/*
/*=============================================*/
.modal-backdrop {
  z-index: 3040;
  background-color: #222;
}

.modal {
  z-index: 3050;
}

.modal-dialog {
  width: 95%;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 80%;
  }
}

.modal-content {
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #151515;
  padding: 12px 20px;
  border-bottom: 1px solid #CCC;
  background-color: transparent;
}
.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 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45em;
  letter-spacing: 0.2px;
  margin: 0;
  color: #151515;
}
.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 {
  background: none;
  border: none;
  padding: 0;
  fill: #222;
}
.rf-default-modal .modal-content .modal-header button svg,
.rf-default-modal .modal-content .modal-header .modal-close svg,
.modal .modal-content .modal-header button svg,
.modal .modal-content .modal-header .modal-close svg {
  fill: #222;
}
.rf-default-modal .modal-content .modal-sub-header,
.modal .modal-content .modal-sub-header {
  border-bottom: 1px solid #CCC;
}
.rf-default-modal .modal-content .modal-body,
.modal .modal-content .modal-body {
  padding: 20px;
  font-size: 16px;
  color: #151515;
}
.rf-default-modal .modal-content .modal-footer,
.modal .modal-content .modal-footer {
  padding: 12px 20px;
  border-top: 1px solid #CCC;
}

.rf-dialog-modal .modal-content .modal-header {
  padding: 20px 20px 0;
}
.rf-dialog-modal .modal-content .modal-header .modal-title {
  font-size: 16px;
  font-weight: 700;
}

/* END Modal */
/*=============================================*/
/*
/*  # Table
/*
/*=============================================*/
.rf-table-container .table-action-bar {
  /* This is the action bar that replaces the header if you have bulk actions. */
  background-color: #ED1A5D;
  padding: 16px;
  color: white;
}
.rf-table-container .table-action-bar .rf-checkbox {
  /* If there's checkboxes inside the action bar */
  border-color: white;
  background-color: #ED1A5D;
}
.rf-table-container .table-action-bar .rf-checkbox .checkbox-bg {
  /* Checkbox Border Color */
}
.rf-table-container .table-action-bar .rfSI {
  /* Checkbox SVG default color */
}
.rf-table-container .table-action-bar .rfSI svg {
  fill: white;
  opacity: 0;
}
.rf-table-container .table-action-bar .rfSI svg:hover, .rf-table-container .table-action-bar .rfSI svg:active, .rf-table-container .table-action-bar .rfSI svg:focus {
  /* SVG hover unchecked */
  fill: white;
  opacity: 0.6;
}
.rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox border color if checked */
  background-color: white;
}
.rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg,
.rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:hover,
.rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:active,
.rf-table-container .table-action-bar .rfSI input[type=checkbox]:checked + .checkbox-bg + .rfSI svg:focus {
  /* Checkbox SVG hover color if checked + opacity */
  fill: #ED1A5D !important;
  opacity: 1;
}
.rf-table-container .table-action-bar .rfSI .rf-checkbox-label {
  /* Label properties */
  margin-left: 45px;
  color: white;
}
.rf-table-container .rf-table {
  /* Minimum width of tables then scroll will be enabled. */
  min-width: 762px;
}
.rf-table-container .rf-table .rf-table-sort-icon {
  /* If there is a sort icon in the table, this is how it's positioned. */
  margin: -3px 0 0 4px;
}
.rf-table-container .rf-table .table-body .table-row {
  /* table row border property */
  border-color: #CCC;
}
.rf-table-container .rf-table .table-body .table-row:hover, .rf-table-container .rf-table .table-body .table-row.active {
  /* When table row is hovered, this is the background color */
  background: #fde8ef;
}
.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 #ED1A5D !important;
  border-top-color: #CCC;
  color: #ED1A5D;
  text-transform: uppercase;
  font-weight: 700;
}
.rf-table-container .rf-table .table-body .table-row > div {
  /* Table Cell properties */
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  max-width: 250px;
  word-wrap: break-word;
}
.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. */
  font-size: 16px;
}
.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: #ED1A5D;
}
.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: #fde8ef;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #fde8ef;
}
.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: #fde8ef;
}
.rf-table-container .rf-table .table-body a.table-row {
  /* If the table is a link assign these properties */
  color: #151515;
  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: #151515;
}

/* END Table */
/*=============================================*/
/*
/*  # Form Elements
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Input
/*
/*=============================================*/
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR) {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):hover, .rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):active, .rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #ED1A5D;
  -webkit-box-shadow: 0 0 6px #aea5eb;
  -moz-box-shadow: 0 0 6px #aea5eb;
  -ms-box-shadow: 0 0 6px #aea5eb;
  -o-box-shadow: 0 0 6px #aea5eb;
  box-shadow: 0 0 6px #aea5eb;
}
.rf-input input {
  height: auto !important;
}

/* END Input */
/*=============================================*/
/*
/*  # Text Area
/*
/*=============================================*/
.rf-textarea textarea {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-height: 100px;
  resize: vertical;
  transition: none !important;
}
.rf-textarea textarea:hover, .rf-textarea textarea:active, .rf-textarea textarea:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #ED1A5D;
  -webkit-box-shadow: 0 0 6px #aea5eb;
  -moz-box-shadow: 0 0 6px #aea5eb;
  -ms-box-shadow: 0 0 6px #aea5eb;
  -o-box-shadow: 0 0 6px #aea5eb;
  box-shadow: 0 0 6px #aea5eb;
}

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
.rf-select select:active:hover, .rf-select select:active:active, .rf-select select:active:focus, .rf-select select:focus:hover, .rf-select select:focus:active, .rf-select select:focus:focus, .rf-select select:not([multiple]):active:hover, .rf-select select:not([multiple]):active:active, .rf-select select:not([multiple]):active:focus, .rf-select select:not([multiple]):focus:hover, .rf-select select:not([multiple]):focus:active, .rf-select select:not([multiple]):focus:focus,
.dropdown-results-container input:active:hover,
.dropdown-results-container input:active:active,
.dropdown-results-container input:active:focus, .dropdown-results-container input:focus:hover, .dropdown-results-container input:focus:active, .dropdown-results-container input:focus:focus {
  border-color: #ED1A5D;
  -webkit-box-shadow: 0 0 6px #aea5eb;
  -moz-box-shadow: 0 0 6px #aea5eb;
  -ms-box-shadow: 0 0 6px #aea5eb;
  -o-box-shadow: 0 0 6px #aea5eb;
  box-shadow: 0 0 6px #aea5eb;
}

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

/*=============================================*/
/*
/*  # Radio
/*
/*=============================================*/
.rf-radio-option {
  height: 15px;
}
.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: #ED1A5D;
}
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #ED1A5D;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #ED1A5D;
}
.rf-radio-option span {
  /* Styles for the text itself */
  color: #444;
  margin: 0 20px;
  z-index: 9;
}
.rf-radio-option .check {
  /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
  border-color: #ED1A5D;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0;
  z-index: 5;
}
.rf-radio-option .check::before {
  /* This is the placement of inner circle, no color specified unless checked (above) or hovered(below) */
  height: 9px;
  width: 9px;
  top: 2px;
  left: 2px;
}
.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. */
  height: 9px;
  width: 9px;
  top: 2px;
  left: 2px;
  background: #f4769e;
}

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

/* END Radio */
/*=============================================*/
/*
/*  # Checkbox
/*
/*=============================================*/
.rf-checkbox {
  width: auto !important;
}
.rf-checkbox.rf-block-checkbox {
  /* If checkbox is used as a block element inline with inputs or something */
  padding-bottom: 16px;
  padding-top: 8px;
}
.rf-checkbox .rfSI {
  /* Checkbox icon properties */
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 0 0 -16px;
}
.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: #f4769e;
}
.rf-checkbox .rf-checkbox-label {
  /* Properties of the text of a checkbox. */
  font-size: 16px;
  color: #444;
  margin-left: 5px;
}
.rf-checkbox .checkbox-bg {
  /* Background of the checkbox before any states have happened */
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-color: #ED1A5D;
  background: white;
}
.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}
.rf-checkbox input[type=checkbox]:checked {
  width: 30px;
}
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: #ED1A5D;
}
.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;
}

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

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

/* END File Upload */
/*=============================================*/
/*
/*  # Date Picker
/*
/*=============================================*/
.rf-date-picker {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515 !important;
  height: auto;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.rf-date-picker:hover, .rf-date-picker:active, .rf-date-picker:focus {
  /* Input and textarea hover, active, focused state styling */
  border-color: #ED1A5D;
  -webkit-box-shadow: 0 0 6px #aea5eb;
  -moz-box-shadow: 0 0 6px #aea5eb;
  -ms-box-shadow: 0 0 6px #aea5eb;
  -o-box-shadow: 0 0 6px #aea5eb;
  box-shadow: 0 0 6px #aea5eb;
}
.rf-date-picker input {
  height: auto !important;
  padding-right: 35px;
}
.rf-date-picker input + .rfSI {
  position: absolute;
  right: 10px;
  bottom: 22px;
}

/* END Date Picker */
/*=============================================*/
/*
/*  # Select2
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Vendor
/*
/*=============================================*/
/*=============================================*/
/*
/*  # BrainTree Inputs
/*
/*=============================================*/
#card-number,
#expiration-date,
#cvv-input {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #CCC;
  color: #151515;
  height: 38px;
  padding: 8px 12px;
  background: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  -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 #ED1A5D;
}
#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 #ED1A5D;
}

/* END BrainTree Inputs */


.rf-org-header-container nav a, .rf-org-header-container nav a:link, .rf-org-header-container nav a:visited {
    display: block;
    color: #fff !important; 
    text-decoration: none;
}

.rf-org-header-container nav ul {
    display: none;
    justify-content: flex-end;
    padding-top: 40px !important;
    margin: 0;
    list-style: none;
}

.rf-org-header-container nav a.logout-button {
    padding: 5px 10px;
    border: 1px solid #fff !important;
    border-radius: 4px;
    line-height: 20px;
    color: #fff;
}

.rf-org-header-container nav ul {
    justify-content: flex-end;
    padding: 0;
    margin-right: 30px !important;
    list-style: none;
}

.rf-org-header-container nav .mobile-nav {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    height: 20px;
    width: 20px;
    max-height: 20px;
    max-width: 20px;
    margin-right: 30px !important;
}

  
        @media (max-width: 1099px) {
          #nav-show {
            background-color: #1858a1;
            width: 150px;
          }        
        }
        .rf-org-header-container .header-interior li a {
          color: ;
        }
        .rf-org-header-container .header-interior li a:hover {
          color: ;
        }
        .rf-org-header-container .header-interior li a.logout-button {
          color:  !important;
          border-color:  !important;
        }
        .rf-org-header-container .header-interior li a.logout-button {
          opacity: 0.8;
        }

@media (min-width: 1100px)
.rf-org-header-container nav>ul>li a {
    font-size: 19px !important;
}

.rf-workflow, .rf-org-header-container {
    padding-top: 85px !important;
}


footer .footer-content {
  color: white;
  padding: 0 45px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-content .social-links img {
    margin-left: 15px;
}
/*=============================================*/
/*
/*  # Begin Colten Edits
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Header Icon Buttons
/*
/*=============================================*/
.rf-org-header-container nav a.home-page-button {
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 20px;
  border: 1px solid #fff !important;
}
.rf-org-header-container nav a.catalog-button {
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 20px;
  border: 1px solid #fff !important;
}
.rf-org-header-container nav a.calendar-button {
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 20px;
  border: 1px solid #fff !important;
}
.rf-org-header-container nav a.partners-button {
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 20px;
  border: 1px solid #fff !important;
}
.rf-org-header-container nav a.explore-button {
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 20px;
  border: 1px solid #fff !important;
}
/*End Header Icons*/
/*=============================================*/
/*
/*  # Speaker Targeted Agenda Edits
/*
/*=============================================*/

/*=============================================*/
/*
/*  # End Colten Edits
/*
/*=============================================*/


/*Kevin - 10418 color text colors on exhibitor chats*/
.blueyonder-icon21-chat-page-hostcard .rfwf-body-content p{
 color: #000000;
}
.blueyonder-icon21-chat-page-hostcard .rf-card .rf-pill-text{
 color: #000000;
  padding-bottom: 3px;
}
.blueyonder-icon21-chat-chatPage .rfwf-body-content .rf-message p{
 color: #000000;
}
.meetings-administration .meetings-section-body .meetings-section-actions .rf-pill-text{
 color: #000000;
}
/*Kevin - 10418 color text colors on exhibitor chats*/


/* Evan's styles */

@font-face {
  font-family: GTSectra;
  src: url('https://cuevent.s3.us-east-1.amazonaws.com/content/BlueYonder/Icon/rainfocus/GT-Sectra-Display-Bold.otf');
  font-weight: normal;
}
@font-face {
  font-family: GTSectra;
  src: url('https://cuevent.s3.us-east-1.amazonaws.com/content/BlueYonder/Icon/rainfocus/GT-Sectra-Display-Bold.otf');
  font-weight: bold;
}

@font-face {
  font-family: AccordAlternate;
  src: url('https://cuevent.s3.us-east-1.amazonaws.com/content/BlueYonder/Icon/rainfocus/AccordAlternate.otf');
  font-weight: normal;
}
@font-face {
  font-family: AccordAlternate;
  src: url('https://cuevent.s3.us-east-1.amazonaws.com/content/BlueYonder/Icon/rainfocus/AccordAlternate-Bold.otf');
  font-weight: bold;
}

.rf-workflow *,
.rf-org-header-container * {
    font-family: AccordAlternate, Helvetica, Arial, sans-serif;
}



/* top navigation */

header {
	background-image: url(https://cuevent.s3.us-east-1.amazonaws.com/content/BlueYonder/Icon/rainfocus/background.jpg) !important;
    background-size: 2160px 2260px !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-color: #000e4f !important;
    height: 100px !important;
}

.rf-org-header-container header {
    border-bottom: 3px solid #fff;
}

header .by-header-logo {
    width: auto !important;
    margin-left: 35px !important;
    margin-top: 5px;
}

.rf-org-header-container nav {
    max-width: 970px;
}

.rf-org-header-container nav ul {
	padding-top: 0 !important;
}

.rf-org-header-container nav ul li a {
   
}

.rf-org-header-container nav a.home-page-button, 
.rf-org-header-container nav a.catalog-button,
.rf-org-header-container nav a.calendar-button,
.rf-org-header-container nav a.logout-button {
	border: none !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
}

.rf-org-header-container+.rf-widget {
    padding-top: 0px;
}



.mdBtnR-primary, a.mdBtnR-primary {
    color: #fff;
    background-color: #3e82e0 !important;
    border-color: #3e82e0 !important;
    border-radius: 2px;
}

.panel-left .mdBtnR-primary, .panel-left a.mdBtnR-primary {
	width: 100%;
}

.rf-tile-container .rf-tile .rf-tile-footer .favorite-catalog-result.favorited svg {
    fill: #00ee00;
}

footer {
 background-image: url(https://static.rainfocus.com/blueyonder/icon21/static/staticfile/staticfile/footer%20_V3_1617897230801001LeEW.jpg) !important;
  background-position: left top !important;
}

div[id*='rf-'].rf-widget a, div[id*='rf-'].rf-widget a:link, div[id*='rf-'].rf-widget a:visited, .rf-default-modal a, .rf-default-modal a:link, .rf-default-modal a:visited {
    color: #3d82e0;
}
