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

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

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

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

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

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

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

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

/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
.rf-body *,
[id*='rf-'].rf-widget *,
.rf-default-modal * {
  outline: 0 !important;
  outline: none !important;
  font-family: "gotham_lightregular", Helvetica, Arial, sans-serif; }

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

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

.rf-overlay-new .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item):hover,
.rf-overlay-new .rf-scroll-frame ul:not(.rf-select-selected) li:not(.group-header):not(.common-select-dropdown-option-item).disabled:hover {
  background: #F7F7F7;
  color: #272932;
  cursor: not-allowed; }

/*=============================================*/
/*
/*  # 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 */
/*=============================================*/
/*
/*  # Framework Imports
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Common - Elements or components that are shared across both Workflows and Widgets.
/*  The styles inside these files are product defaults to be overriden.
/*
/*=============================================*/
/*=============================================*/
/*
/*  # 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; }

.rf-flex-frame,
.rf-simple-flex-grid {
  margin: 0 -8px;
  flex-wrap: wrap; }
  .rf-flex-frame .rf-flex-column,
  .rf-flex-frame > div,
  .rf-simple-flex-grid .rf-flex-column,
  .rf-simple-flex-grid > div {
    flex: 1 1 0px;
    padding-left: 8px;
    padding-right: 8px; }
  .rf-flex-frame [class*="rf-flex-column-"],
  .rf-simple-flex-grid [class*="rf-flex-column-"] {
    flex: inherit; }

/*=============================================*/
/*
/*  # Media Queries
/*
/*=============================================*/
/* END Grid */
/*=============================================*/
/*
/*  # Frame
/*
/*=============================================*/
.md-frame {
  color: #272932;
  background-color: white;
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .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 .rfwf-bg-primary {
    background-color: #212121;
    color: white; }
  .md-frame.md-frame-primary .md-frame-header {
    background-color: #212121;
    border-bottom-color: #212121; }
  .md-frame .md-frame-body {
    padding: 16px; }
  .md-frame .md-frame-footer {
    padding: 0 16px 16px; }

/*  # END Frame */
/*=============================================*/
/*
/*  # Cards
/*
/*=============================================*/
.rf-card .card-header {
  background-color: #F7F7F7 !important;
  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: #212121; }
    .rf-card .card-header.card-header-primary .mdBtnR {
      color: #212121; }

.rf-card .card-body {
  background-color: white;
  padding: 20px;
  border: 2px solid #CCC;
  -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 .card-body-row {
    padding: 10px 20px;
    border-bottom: 1px solid #CCC; }

/*  # END Card */
/*=============================================*/
/*
/*  # Iconography
/*
/*=============================================*/
.rfSI {
  fill: #2F82AA;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px; }
  .rfSI svg {
    fill: #2F82AA; }
    .rfSI svg:hover, .rfSI svg:active, .rfSI svg:focus {
      fill: #448fb3; }

.rfSI-stroke svg * {
  stroke: #2F82AA; }

/* END Iconography */
/*=============================================*/
/*
/*  # Buttons
/*
/*=============================================*/
.mdBtnR {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #212121;
  padding: 16px 116px; }
  .mdBtnR .rfSI {
    height: 18px;
    width: 18px;
    max-height: 18px;
    max-width: 18px; }
  .mdBtnR.mdBtnR-sm {
    padding: 8px 12px; }
    .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: #212121; }

.mdBtnR-toggle .mdBtnR {
  background-color: white;
  border: 1px solid #212121;
  color: #212121; }
  .mdBtnR-toggle .mdBtnR .mdBtnR-text {
    color: #212121 !important; }
  .mdBtnR-toggle .mdBtnR:hover, .mdBtnR-toggle .mdBtnR:focus, .mdBtnR-toggle .mdBtnR:active, .mdBtnR-toggle .mdBtnR.active {
    background-color: #212121;
    border-color: #212121; }
    .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: #212121;
  border-color: #212121;
  max-width: 295px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center; }
  .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: #373737;
    background-image: none;
    border-color: #373737; }
    .mdBtnR-primary:hover .mdBtnR-text, .mdBtnR-primary.hover .mdBtnR-text, .mdBtnR-primary:focus .mdBtnR-text, .mdBtnR-primary.focus .mdBtnR-text, .mdBtnR-primary:active .mdBtnR-text, .mdBtnR-primary.active .mdBtnR-text,
    button.mdBtnR-primary:hover .mdBtnR-text,
    button.mdBtnR-primary.hover .mdBtnR-text,
    button.mdBtnR-primary:focus .mdBtnR-text,
    button.mdBtnR-primary.focus .mdBtnR-text,
    button.mdBtnR-primary:active .mdBtnR-text,
    button.mdBtnR-primary.active .mdBtnR-text,
    a.mdBtnR-primary:hover .mdBtnR-text,
    a.mdBtnR-primary.hover .mdBtnR-text,
    a.mdBtnR-primary:focus .mdBtnR-text,
    a.mdBtnR-primary.focus .mdBtnR-text,
    a.mdBtnR-primary:active .mdBtnR-text,
    a.mdBtnR-primary.active .mdBtnR-text {
      color: white; }

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

.mdBtnR-primary-open,
.mdBtnR-outline-primary,
.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  color: #212121;
  background-color: white;
  border-color: #212121; }
  .mdBtnR-primary-open .mdBtnR-text,
  .mdBtnR-outline-primary .mdBtnR-text,
  .mdBtnR-secondary .mdBtnR-text,
  button.mdBtnR-secondary .mdBtnR-text,
  a.mdBtnR-secondary .mdBtnR-text {
    color: #212121; }
  .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,
  .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: #212121;
    background-color: #e9e9e9;
    background-image: none;
    border-color: #212121; }
    .mdBtnR-primary-open:hover .mdBtnR-text, .mdBtnR-primary-open.hover .mdBtnR-text, .mdBtnR-primary-open:focus .mdBtnR-text, .mdBtnR-primary-open.focus .mdBtnR-text, .mdBtnR-primary-open:active .mdBtnR-text, .mdBtnR-primary-open.active .mdBtnR-text,
    .mdBtnR-outline-primary:hover .mdBtnR-text,
    .mdBtnR-outline-primary.hover .mdBtnR-text,
    .mdBtnR-outline-primary:focus .mdBtnR-text,
    .mdBtnR-outline-primary.focus .mdBtnR-text,
    .mdBtnR-outline-primary:active .mdBtnR-text,
    .mdBtnR-outline-primary.active .mdBtnR-text,
    .mdBtnR-secondary:hover .mdBtnR-text,
    .mdBtnR-secondary.hover .mdBtnR-text,
    .mdBtnR-secondary:focus .mdBtnR-text,
    .mdBtnR-secondary.focus .mdBtnR-text,
    .mdBtnR-secondary:active .mdBtnR-text,
    .mdBtnR-secondary.active .mdBtnR-text,
    button.mdBtnR-secondary:hover .mdBtnR-text,
    button.mdBtnR-secondary.hover .mdBtnR-text,
    button.mdBtnR-secondary:focus .mdBtnR-text,
    button.mdBtnR-secondary.focus .mdBtnR-text,
    button.mdBtnR-secondary:active .mdBtnR-text,
    button.mdBtnR-secondary.active .mdBtnR-text,
    a.mdBtnR-secondary:hover .mdBtnR-text,
    a.mdBtnR-secondary.hover .mdBtnR-text,
    a.mdBtnR-secondary:focus .mdBtnR-text,
    a.mdBtnR-secondary.focus .mdBtnR-text,
    a.mdBtnR-secondary:active .mdBtnR-text,
    a.mdBtnR-secondary.active .mdBtnR-text {
      color: #212121; }
  .mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
  .mdBtnR-outline-primary.mdBtnR-adv .rfSI svg,
  .mdBtnR-secondary.mdBtnR-adv .rfSI svg,
  button.mdBtnR-secondary.mdBtnR-adv .rfSI svg,
  a.mdBtnR-secondary.mdBtnR-adv .rfSI svg {
    fill: #212121; }

.mdBtnR.mdBtnR-text-button .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text {
  color: #212121;
  background-color: transparent;
  border-color: transparent; }
  .mdBtnR.mdBtnR-text-button .mdBtnR-text .mdBtnR-text,
  a.mdBtnR.mdBtnR-text-button .mdBtnR-text .mdBtnR-text {
    color: #212121; }
  .mdBtnR.mdBtnR-text-button .mdBtnR-text:hover, .mdBtnR.mdBtnR-text-button .mdBtnR-text.hover, .mdBtnR.mdBtnR-text-button .mdBtnR-text:focus, .mdBtnR.mdBtnR-text-button .mdBtnR-text.focus, .mdBtnR.mdBtnR-text-button .mdBtnR-text:active, .mdBtnR.mdBtnR-text-button .mdBtnR-text.active,
  a.mdBtnR.mdBtnR-text-button .mdBtnR-text:hover,
  a.mdBtnR.mdBtnR-text-button .mdBtnR-text.hover,
  a.mdBtnR.mdBtnR-text-button .mdBtnR-text:focus,
  a.mdBtnR.mdBtnR-text-button .mdBtnR-text.focus,
  a.mdBtnR.mdBtnR-text-button .mdBtnR-text:active,
  a.mdBtnR.mdBtnR-text-button .mdBtnR-text.active {
    color: #909090;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
    border-color: transparent; }
    .mdBtnR.mdBtnR-text-button .mdBtnR-text:hover .mdBtnR-text, .mdBtnR.mdBtnR-text-button .mdBtnR-text.hover .mdBtnR-text, .mdBtnR.mdBtnR-text-button .mdBtnR-text:focus .mdBtnR-text, .mdBtnR.mdBtnR-text-button .mdBtnR-text.focus .mdBtnR-text, .mdBtnR.mdBtnR-text-button .mdBtnR-text:active .mdBtnR-text, .mdBtnR.mdBtnR-text-button .mdBtnR-text.active .mdBtnR-text,
    a.mdBtnR.mdBtnR-text-button .mdBtnR-text:hover .mdBtnR-text,
    a.mdBtnR.mdBtnR-text-button .mdBtnR-text.hover .mdBtnR-text,
    a.mdBtnR.mdBtnR-text-button .mdBtnR-text:focus .mdBtnR-text,
    a.mdBtnR.mdBtnR-text-button .mdBtnR-text.focus .mdBtnR-text,
    a.mdBtnR.mdBtnR-text-button .mdBtnR-text:active .mdBtnR-text,
    a.mdBtnR.mdBtnR-text-button .mdBtnR-text.active .mdBtnR-text {
      color: #909090; }

/* END Buttons */
/*=============================================*/
/*
/*  # Input
/*
/*=============================================*/
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR),
.rf-input textarea {
  height: auto;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC; }
  .rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):active, .rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):focus,
  .rf-input textarea:active,
  .rf-input textarea:focus {
    /* Input and textarea hover, active, focused state styling */
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
    background-color: #F7F7F7; }
  .rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):hover,
  .rf-input textarea:hover {
    /* Input and textarea hover, active, focused state styling */
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none; }

/* END Input */
/*=============================================*/
/*
/*  # Text Area
/*
/*=============================================*/
.rf-textarea textarea {
  height: auto;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  min-height: 100px;
  resize: vertical;
  transition: none !important; }
  .rf-textarea textarea:active, .rf-textarea textarea:focus {
    /* Input and textarea hover, active, focused state styling */
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
    background-color: #F7F7F7; }
  .rf-textarea textarea:hover {
    /* Input and textarea hover, active, focused state styling */
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none; }

/* END Text Area */
/*=============================================*/
/*
/*  # Select Dropdown
/*
/*=============================================*/
.rf-select select,
.rf-select select,
.rf-select select:not([multiple]),
.rf-select select:not([multiple]),
.dropdown-results-container input,
.dropdown-results-container input,
.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;
  border: none;
  border-bottom: 1px solid #CCC; }
  .rf-select select:active, .rf-select select:focus,
  .rf-select select:active,
  .rf-select select:focus,
  .rf-select select:not([multiple]):active,
  .rf-select select:not([multiple]):focus,
  .rf-select select:not([multiple]):active,
  .rf-select select:not([multiple]):focus,
  .dropdown-results-container input:active,
  .dropdown-results-container input:focus,
  .dropdown-results-container input:active,
  .dropdown-results-container input:focus,
  .rf-select select:active:active,
  .rf-select select:active:focus,
  .rf-select select:focus:active,
  .rf-select select:focus:focus,
  .rf-select select:not([multiple]):active:active,
  .rf-select select:not([multiple]):active:focus,
  .rf-select select:not([multiple]):focus:active,
  .rf-select select:not([multiple]):focus:focus,
  .dropdown-results-container input:active:active,
  .dropdown-results-container input:active:focus,
  .dropdown-results-container input:focus:active,
  .dropdown-results-container input:focus:focus {
    border-color: #97c1d5;
    box-shadow: none;
    background-color: #F7F7F7; }
  .rf-select select:hover,
  .rf-select select:hover,
  .rf-select select:not([multiple]):hover,
  .rf-select select:not([multiple]):hover,
  .dropdown-results-container input:hover,
  .dropdown-results-container input:hover,
  .rf-select select:active:hover,
  .rf-select select:focus:hover,
  .rf-select select:not([multiple]):active:hover,
  .rf-select select:not([multiple]):focus:hover,
  .dropdown-results-container input:active:hover,
  .dropdown-results-container input:focus:hover {
    border-color: #97c1d5;
    box-shadow: none; }

.dropdown-results-container .rf-select-results-container li {
  color: #272932;
  border-radius: 0; }
  .dropdown-results-container .rf-select-results-container li:hover, .dropdown-results-container .rf-select-results-container li.active {
    background-color: #f5f9fb; }

.rf-select select + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]) + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:active + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:focus + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):active + .select-dropdown-icon .dropdown-icon-background,
.rf-select select:not([multiple]):focus + .select-dropdown-icon .dropdown-icon-background {
  border: none;
  border-radius: 0;
  background-color: initial; }

.dropdown-results-container .rf-singleselect .common-select-dropdown-option-item.active {
  background: #2F82AA;
  border-radius: 0; }

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

.rf-radio-option span {
  color: #444; }

.rf-radio-option .check {
  /* This is the Circle radio outline properties and placement. This is the default unchecked state. */
  border-color: #909090; }

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

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

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

.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: #909090;
  background: white; }

.rf-checkbox input[type=checkbox] {
  /* Checkbox styles checked. */ }
  .rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
    /* Checkbox background if checked. */
    background: #909090; }
  .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: #bcbcbc; }

.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: #909090;
  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: #909090; }
  .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: #97c1d5; }

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

/* END File Upload */
/*=============================================*/
/*
/*  # Date Picker
/*
/*=============================================*/
.rf-date-picker {
  cursor: pointer; }
  .rf-date-picker input {
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #CCC;
    height: auto !important;
    padding-right: 35px;
    cursor: pointer; }
    .rf-date-picker input:active, .rf-date-picker input:focus {
      /* Input and textarea hover, active, focused state styling */
      border: none;
      border-bottom: 1px solid #CCC;
      box-shadow: none;
      background-color: #F7F7F7; }
    .rf-date-picker input:hover {
      /* Input and textarea hover, active, focused state styling */
      border: none;
      border-bottom: 1px solid #CCC;
      box-shadow: none; }
    .rf-date-picker input + .rfSI {
      position: absolute;
      right: 10px;
      bottom: 22px; }
  .rf-date-picker .rfSI svg {
    color: #2F82AA; }

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day {
  border-radius: 0; }

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700; }

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--outside {
  color: #8B9898;
  cursor: default; }

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

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-WeekNumber {
  border-right: 1px solid #EAECEC;
  color: #8B9898; }

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--today {
  color: red; }

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #2F82AA; }

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: white;
  background-color: #2F82AA; }

.DayPickerInput .DayPicker-Month .DayPicker-Body .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #97c1d5; }

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

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

.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: #e9e9e9; }
    .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 #2F82AA !important;
        border-top-color: #CCC;
        color: #2F82AA; }
    .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: #2F82AA; }
    .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: #e9e9e9; }
        .rf-table-container .rf-table .table-body .table-row .show-actions:hover + .main-actions {
          background-color: #e9e9e9; }
    .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: #e9e9e9; }
  .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 */
/*=============================================*/
/*
/*  # Modal
/*
/*=============================================*/
.rf-default-modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  color: #272932;
  border-bottom: 1px solid #CCC; }
  .rf-default-modal .modal-content .modal-header .modal-title,
  .rf-default-modal .modal-content .modal-header h4,
  .rf-default-modal .modal-content .modal-header h3,
  .modal .modal-content .modal-header .modal-title,
  .modal .modal-content .modal-header h4,
  .modal .modal-content .modal-header h3 {
    color: #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 {
    fill: #222; }
    .rf-default-modal .modal-content .modal-header button svg,
    .rf-default-modal .modal-content .modal-header .modal-close svg,
    .modal .modal-content .modal-header button svg,
    .modal .modal-content .modal-header .modal-close svg {
      fill: #222; }

.rf-default-modal .modal-content .modal-sub-header,
.modal .modal-content .modal-sub-header {
  border-bottom: 1px solid #CCC; }

.rf-default-modal .modal-content .modal-body,
.modal .modal-content .modal-body {
  color: #272932; }

.rf-default-modal .modal-content .modal-footer,
.modal .modal-content .modal-footer {
  border-top: 1px solid #CCC; }

/* END Modal */
/*=============================================*/
/*
/*  # Badge/Pills
/*
/*=============================================*/
.rf-pill-open {
  border-color: #212121;
  color: #212121; }
  .rf-pill-open .rf-pill-text {
    color: #212121; }

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

.rf-pill-primary-open {
  border-color: #212121;
  color: #212121; }
  .rf-pill-primary-open .rf-pill-text {
    color: #212121; }

.rf-pill-white {
  fill: #212121;
  color: #212121; }
  .rf-pill-white .rfSI {
    fill: #212121; }
    .rf-pill-white .rfSI svg {
      fill: #212121; }
  .rf-pill-white .rf-pill-text {
    color: #212121; }

.rf-badge.rf-badge-green {
  background: #d8eeca; }

.rf-badge.rf-badge-yellow {
  background: #f9f4d4; }

.rf-badge.rf-badge-red {
  background: #f3e9e8; }

/* END Pills */
/*=============================================*/
/*
/*  # Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Misc
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Show Hide
/*
/*=============================================*/
.rf-show-hide .rf-show-hide-trigger {
  color: #212121; }

/* END Show Hide */
/*=============================================*/
/*
/*  # Vendor
/*
/*=============================================*/
/*=============================================*/
/*
/*  # BrainTree Inputs
/*
/*=============================================*/
#card-number,
#expiration-date,
#cvv-input {
  border: 1px solid #CCC;
  color: #272932;
  background: white;
  font-family: "gotham_lightregular", Helvetica, Arial, sans-serif;
  -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 #212121; }
  #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 #212121; }

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

/* END BrainTree Inputs */




/************* HEADER START *************/
.header {
  background: #777779;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center; }

#logo {
  width: 250px; }

/************* HEADER END *************/


/************* FOOTER START *************/
footer {
  background: #FAFAFA;
  font-family: "gotham_lightregular", sans-serif; }

.main-footer {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 15px 0 15px;
  line-height: 28px; }
  .main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
    font-weight: 500;
    text-transform: uppercase;
    font-family: "gotham_mediumregular", sans-serif; }
  .main-footer li {
    list-style: none; }
  .main-footer a, .main-footer a:link, .main-footer a:visited {
    color: #2F82AB; }
  .main-footer a:focus, .main-footer a:hover, .main-footer a:link:focus, .main-footer a:link:hover, .main-footer a:visited:focus, .main-footer a:visited:hover {
    text-decoration: underline; }

.footer-left-content, .footer-right-content {
  border-top: 2px solid #8A8A8A;
  min-width: 250px; }

.footer-left-content ul {
  padding: 0; }

.footer-logo {
  text-align: center; }
  .footer-logo img {
    max-width: 250px;
    height: auto;
    vertical-align: middle; }

.social-nav {
  display: flex;
  justify-content: space-between;
  padding: 0; }
  .social-nav li {
    margin: 32px 5px 0; }
    .social-nav li a em {
      color: #56555a;
      width: 24px;
      height: 24px;
      font-size: 24px; }
      .social-nav li a em:hover {
        color: #2F82AB; }

.copyright {
  display: flex;
  justify-content: center;
  padding-top: 52px; }

@media (min-width: 768px) {
  .main-footer {
    width: 750px;
    flex-direction: column; } }

@media (min-width: 992px) {
  .main-footer {
    width: 970px;
    flex-direction: row; } }

@media (min-width: 1200px) {
  .main-footer {
    width: 1170px; } }

/************* FOOTER END *************/

