/*=============================================*/
/*
/*  Shared
/*  Header
/*  Footer
/*
/*=============================================*/

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,200,300,400,500,600,700&display=swap');

@font-face {
  font-family: 'IBM Plex Sans', sans-serif;
  src: url("https://static.tools.ibm.com/ibm/think20/static/staticFile/static_file/IBMPlexSans-Regular_1563303297632001kHve.woff") format("woff");
}
.template-brand-color {
  /* Search for this hex color, find and replace. */
  color: #0530ad;
}

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

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

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

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

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

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

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

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rfComp-canvas * {
  font-family: "IBM Plex Sans", sans-serif;
}

.rf-task-listing {
  border-bottom: 1px solid #C6C6C6;
}

#tasks-list-container .rf-task-listing .task-listing-content h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.16px;
  font-weight: 400 !important;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.rf-task-listing .task-listing-content div, .rf-task-listing .task-listing-status p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
}

#tasks-list-container .rf-task-listing .task-listing-content .task-group-name {
  font-size: 14px;
  line-height: 18px;
  padding-top: 16px;
}

.rf-body {
  box-sizing: border-box;
  outline: 0 !important;
  outline: none !important;
  font-family: "IBM Plex Sans", 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 * {
  font-family: 'IBM Plex Sans', sans-serif;
}

/*=============================================*/
/*
/*  # Typography
/*
/*=============================================*/
.rf-workflow * {
  font-family: "IBM Plex Sans", 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 h1 {
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
}

.rf-workflow p {
  color: #272932;
}
.rf-workflow a {
  cursor: pointer;
  color: #0530ad;
}
.rf-workflow a:hover, .rf-workflow a:focus, .rf-workflow a:active {
  color: #6983ce;
}
.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;
}

.rf-workflow {
  padding-top: 48px;
}

/* 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: #0530ad;
}
.rf-overlay-new .rf-scroll-frame ul li:not(.group-header):not(.common-select-dropdown-option-item):hover svg {
  fill: white;
}

/*=============================================*/
/*
/*  # 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: #272932;
  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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.md-frame .md-frame {
  margin-top: 20px;
}
.md-frame .md-frame-header {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 8px 16px;
  border-bottom: 1px solid #CCC;
}
.md-frame .md-frame-header h2 {
  color: #161616;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.16px;
}
.md-frame .md-frame-header h4 {
  font-size: 12px;
  color: #272932;
}
.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: linear-gradient(rgba(237, 245, 255, 1), rgba(208, 226, 255, 1));
  color: #161616;
}
.md-frame.md-frame-primary .md-frame-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: linear-gradient(rgba(237, 245, 255, 1), rgba(208, 226, 255, 1));
  border-color: rgba(198, 198, 198, 1);
}
.md-frame.md-frame-primary .md-frame-header h2 {
  color: #161616 !important;
}
.md-frame .md-frame-footer {
  padding: 0 16px 16px;
}

.rfwf-full-panel {
  padding-top: 56px;
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .rfwf-full-panel {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

.rfwf-full-panel .rfwf-panel-interior {
  max-width: unset;
}

.rfwf-header {
  border-bottom: 0px;
}

.rfwf-tasks {
  padding-top: 0;
}

/*  # 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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rf-card .card-header.card-header-primary {
  background: #0F62FE;
  border-color: #0F62FE;
}
.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: #0F62FE;
}
.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-workflow-body-content .mdBtnR-primary, .rf-workflow-body-content button.mdBtnR-primary, .mdBtnR-primary, button.mdBtnR-primary {
  background: #0F62FE;
  color: #FFF;
  text-transform: initial;
  height: 48px;
  min-width: 100px;
  display: flex;
  align-items: center;
  border: 0;
  font-size: 14px;
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  letter-spacing: 0.16px;
}

.rf-workflow-body-content .mdBtnR-primary:hover, .rf-workflow-body-content button.mdBtnR-primary:hover {
  background-color: #1e45b5;
}

.card-actions {
  display: flex;
  justify-content: flex-end;
}

.reg-pass-cards .item-card .card-actions .mdBtnR, .mdBtnR-outline-primary {
  text-transform: capitalize;
  height: 48px;
  min-width: 100px;
  display: flex;
  align-items: center;
  border: 0;
  font-size: 14px;
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  letter-spacing: 0.16px;
}

.reg-pass-cards .item-card .card-actions .mdBtnR.disabled {
  background: transparent;
  color: #0F62FE;
  border: 1px solid #0F62FE;
}


.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;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.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;
}

.item-card .card-header {
  background: linear-gradient(rgba(237, 245, 255, 1), rgba(208, 226, 255, 1));
}

.item-card .card-header h2, .item-card .card-header span {
  color: #161616;
}

.item-card .card-header .rfSI.rfSI-white svg {
  fill: #161616;
}

.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 {
  fill: #0530ad;
}
.rfSI svg {
  fill: #0530ad;
}
.rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
  fill: #1e45b5;
}

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

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

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

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

/* END Iconography */
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.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: #0530ad;
}

.mdBtnR-toggle .mdBtnR {
  border-radius: 0;
  margin-left: 0;
  background-color: white;
  border: 2px solid #0530ad;
  color: #0530ad;
  font-weight: 700;
}
.mdBtnR-toggle .mdBtnR .mdBtnR-text {
  color: #0530ad !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: #0530ad;
  border-color: #0530ad;
  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: #0F62FE;
  border-color: #0F62FE;
}
.mdBtnR-primary .mdBtnR-text,
button.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text {
  color: white;
  font-weight: 400;
}
.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: #1e45b5;
  background-image: none;
  border-color: #1e45b5;
}

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

.mdBtnR-primary-open,
.mdBtnR-outline-primary {
  color: #0F62FE;
  background-color: transparent;
  border: 1px solid #0F62FE;
}
.mdBtnR-primary-open .mdBtnR-text,
.mdBtnR-outline-primary .mdBtnR-text {
  color: #0F62FE;
  font-weight: 400;
}
.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: #0530ad;
  background-color: #e6eaf7;
  background-image: none;
  border-color: #0530ad;
}
.mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
.mdBtnR-outline-primary.mdBtnR-adv .rfSI svg {
  fill: #0530ad;
}

.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #FFF;
  background-color: #393939;
  border-color: #393939;
  text-transform: initial;
  font-weight: 400;
}


.mdBtnR-secondary .mdBtnR-text,
button.mdBtnR-secondary .mdBtnR-text,
a.mdBtnR-secondary .mdBtnR-text {
  color: #0530ad;
}
.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 {
  background-color: #474747;
  color: #FFF;
}

.mdBtnR-white {
  color: #0530ad;
  background-color: white;
  border-color: white;
}
.mdBtnR-white .mdBtnR-text {
  color: #0530ad;
}
.mdBtnR-white:hover, .mdBtnR-white.hover, .mdBtnR-white:focus, .mdBtnR-white.focus, .mdBtnR-white:active, .mdBtnR-white.active {
  color: #0530ad;
  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: #fc7b1e;
  border-color: #fc7b1e;
}
.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: #e46103;
  background-image: none;
  border-color: #e46103;
}

.mdBtnR-info-open {
  color: #fc7b1e;
  background-color: transparent;
  border-color: #fc7b1e;
}
.mdBtnR-info-open .mdBtnR-text {
  color: #fc7b1e;
}
.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: #fc7b1e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

.mdBtnR-success,
button.mdBtnR-success,
a.mdBtnR-success {
  color: white;
  background-color: #24a148;
  border-color: #24a148;
}
.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: #1b7735;
  background-image: none;
  border-color: #1b7735;
}

.mdBtnR-success-open {
  color: #24a148;
  background-color: transparent;
  border-color: #24a148;
}
.mdBtnR-success-open .mdBtnR-text {
  color: #24a148;
}
.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: #24a148;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

.mdBtnR-warning {
  color: white;
  background-color: #fdd13a;
  border-color: #fdd13a;
}
.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: #fcc508;
  background-image: none;
  border-color: #fcc508;
}

.mdBtnR-warning-open {
  color: #fdd13a;
  background-color: transparent;
  border-color: #fdd13a;
}
.mdBtnR-warning-open .mdBtnR-text {
  color: #fdd13a;
}
.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: #fdd13a;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

.mdBtnR-danger,
button.mdBtnR-danger,
a.mdBtnR-danger {
  color: white;
  background-color: #da1e28;
  border-color: #da1e28;
}
.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: #ad1820;
  background-image: none;
  border-color: #ad1820;
}

.mdBtnR-danger-open {
  color: #da1e28;
  background-color: transparent;
  border-color: #da1e28;
}
.mdBtnR-danger-open .mdBtnR-text {
  color: #da1e28;
}
.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: #da1e28;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b3b3b3;
}

.mdBtnR-outline-primary.save-action {
  background-color: #0F62FE;
  color: #FFF;
  border: 1px solid #0F62FE;
}

.mdBtnR-outline-primary.save-action:hover {
  background-color: #0530ad;
  border: 1px solid #0530ad;
}

.rf-workflow-body-content .mdBtnR-outline-primary.save-action .mdBtnR-text {
  color: #FFF;
}

/* END Buttons */
/*=============================================*/
/*
/*  # Badge/Pills
/*
/*=============================================*/
.rf-pill {
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 1px 7px 3px;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 12px;
  text-transform: capitalize;
}
.rf-pill.rf-pill-green {
  background-color: #a7f0ba;
  color: #044317;
  font-weight: 400;
}
.rf-pill.rf-pill-orange {
  background-color: #fdd13a;
}
.rf-pill.rf-pill-red {
  background-color: #ffd7d9;
  color: #750e13;
  font-weight: 400;
}
.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: #0530ad;
  color: #0530ad;
}
.rf-pill-open .rf-pill-text {
  color: #0530ad;
}

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

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

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

.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: #24a148;
}
.rf-badge.rf-badge-yellow {
  background: #fdd13a;
}
.rf-badge.rf-badge-red {
  background: #da1e28;
}

.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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #272932;
  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: #272932;
}
.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: #272932;
}
.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: #0530ad;
  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: #0530ad;
}
.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: #0530ad !important;
  opacity: 1;
}
.rf-table-container .table-action-bar .rfSI .rf-checkbox-label {
  /* Label properties */
  margin-left: 45px;
  color: white;
}
.rf-checkbox.success input[type=checkbox]:checked+.checkbox-bg {
  background: #000;
}

.rf-checkbox .rf-checkbox-icon, .rf-checkbox-wrapper .checkbox-bg {
  top: 50%;
  transform: translateY(-50%);
}

.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: #e6eaf7;
}
.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 #0530ad !important;
  border-top-color: #CCC;
  color: #0530ad;
  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: #0530ad;
}
.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: #e6eaf7;
}
.rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
  background-color: #e6eaf7;
}
.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: #e6eaf7;
}
.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 */
/*=============================================*/
/*
/*  # Form Elements
/*
/*=============================================*/
/*=============================================*/
/*
/*  # 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: #0530ad;
  box-shadow: 0 0 6px #0530ad;
  border-radius: 0;
}

.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR) {
  border-radius: 0;
}

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

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
.rf-select select:active,
.rf-select select:focus,
.rf-select select:not([multiple]):active,
.rf-select select:not([multiple]):focus,
.dropdown-results-container input:active,
.dropdown-results-container input:focus {
  border-radius: 0;
}
.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: #0062ff;
  -webkit-box-shadow: 0 0 6px #80b1ff;
  -moz-box-shadow: 0 0 6px #80b1ff;
  -ms-box-shadow: 0 0 6px #80b1ff;
  -o-box-shadow: 0 0 6px #80b1ff;
  box-shadow: 0 0 6px #80b1ff;
}

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

.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: #0062ff;
}

.rf-select select,
.rf-select select:not([multiple]) {
  border-radius: 0;
}

.rf-select .rf-dropdown-container .rf-dropdown-trigger {
  border-radius: 0;
  border: 0px;
  border-bottom: 1px solid #8D8D8D;
  height: 48px;
  display: flex;
  align-items: center;
}

.select-dropdown-icon {
  position: relative;
  border: 1px solid transparent;
  right: 2px;
}

.select-dropdown-icon .dropdown-icon-background {
  background: #FFF !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
}

.rf-select select+.select-dropdown-icon, .rf-select select:not([multiple])+.select-dropdown-icon {
  right: 2px;
}

/*=============================================*/
/*
/*  # 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: #0062ff;
}
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #0062ff;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
  background: #0062ff;
}
.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: #0062ff;
}
.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: #66a1ff;
}

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

/* 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: #6983ce;
}
.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: #0530ad;
  background: white;
  border-radius: 0;
}
.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */
}
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  /* Checkbox background if checked. */
  background: #0530ad;
}
.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;
}

@media screen and (max-width: 768px) {
  .rf-checkbox.input-aligned-label {
    margin-top: 16px;
  }
}

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

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

/* 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: #0530ad;
  -webkit-box-shadow: 0 0 6px #80b1ff;
  -moz-box-shadow: 0 0 6px #80b1ff;
  -ms-box-shadow: 0 0 6px #80b1ff;
  -o-box-shadow: 0 0 6px #80b1ff;
  box-shadow: 0 0 6px #80b1ff;
}
.rf-date-picker input {
  height: auto !important;
  padding-right: 35px;
  border-radius: 0;
}
.rf-date-picker input + .rfSI {
  position: absolute;
  right: 10px;
  bottom: 22px;
}
.rf-date-picker:hover {
  box-shadow: none;
}

/* 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: #272932;
  height: 38px;
  padding: 8px 12px;
  background: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#card-number.braintree-hosted-fields-focused,
#expiration-date.braintree-hosted-fields-focused,
#cvv-input.braintree-hosted-fields-focused {
  border: 1px solid #0530ad;
}
#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 #0530ad;
}

/* END BrainTree Inputs */

/*=============================================*/
/*
/*  # Header
/*
/*
/*=============================================*/
.rf-org-header-container header {
  background: #ffffff;
  border-bottom: 1px solid #C6C6C6;
  position: fixed;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rf-org-header-container header .header-inner {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
  font-family: "IBM Plex Sans";
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .rf-org-header-container header .header-inner {
    width: 75%;
  }
}
.rf-org-header-container header .header-icon {
  padding-right: 16px;
}
.rf-org-header-container header .company-logo {
  display: block;
  min-width: 75px;
  max-width: 75px;
}
.rf-org-header-container header .company-logo img {
  display: block;
  width: 100%;
}
.rf-org-header-container header h4 {
  text-align: left;
  padding: 0;
  margin: 0;
  color: white;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.rf-org-header-container header .header-bg {
  background: url("https://static.tools.ibm.com/ibm/think20/static/staticFile/static_file/think-page-header-1600x125_1563903436931001snKS.jpg");
  background-size: cover;
  background-position: 25% 50%;
  height: 100px;
}
.rf-org-header-container header .header-bg .header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
    padding: 0 20px;
}
.rf-org-header-container header .header-bg .header-content img {
  padding-top: 30px;
}
.rf-org-header-container header .header-bg .header-content-container {
  max-width: 1240px;
  margin: 0 auto;
}

/*=============================================*/
/*
/*  # Media Queries
/*
/*=============================================*/
@media all and (max-width: 767px) {
  .rf-org-header-container header .company-logo {
    margin-bottom: 12px;
  }
  .rf-org-header-container header ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .rf-org-header-container header .header-inner {
    
  }
  .rf-org-header-container header ul {
    text-align: right;
    flex-grow: 1;
  }
  .rf-org-header-container header ul li {
    margin-left: 20px;
  }
}
/*=============================================*/
/*
/*  # END Header
/*  
/*
/*=============================================*/


/*=============================================*/
/*
/*  # Footer
/*  
/*
/*=============================================*/
.rf-org-footer-container {
  position: relative;
  margin-top: auto;
}
.rf-org-footer-container footer * {
  font-family: 'IBM Plex Sans', sans-serif;
}
.rf-org-footer-container .footer-container {
  background-color: #f3f3f3;
  margin: 0 auto;
  padding: 28px 20px;
}
.rf-org-footer-container .footer-nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.rf-org-footer-container .footer-column {
  display: flex;
  flex-direction: column;
}
.rf-org-footer-container .footer-column li {
  margin-right: 16px;
  margin-bottom: 8px;
}
.rf-org-footer-container li,
.rf-org-footer-container a {
  list-style: none;
  text-decoration: none;
}
.rf-org-footer-container a {
  display: block;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  color: #565656;
}
.rf-org-footer-container a:hover, .rf-org-footer-container a:active, .rf-org-footer-container a:focus {
  color: #0062ff;
  text-decoration: underline;
}
.rf-org-footer-container p {
  color: #272932;
  margin-top: 0;
}
.rf-org-footer-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.rf-org-footer-container .footer-pages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 2px solid #ccc;
}
.rf-org-footer-container .footer-pages .list li {
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .rf-org-footer-container .footer-links,
  .rf-org-footer-container .footer-social {
    margin-bottom: 20px;
  }
  .rf-org-footer-container .footer-social li {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .rf-org-footer-container .footer-social {
    justify-content: flex-end;
    text-align: right;
  }
  .rf-org-footer-container .footer-social li {
    margin-left: 20px;
  }
}

/*=============================================*/
/*
/*  # END Footer
/*  
/*
/*=============================================*/
