
/*===============================================
  GLOBAL KEY
  # Reset
  # Clearfix

  # Typography

  # Brand Colors
  # Accent Colors

  # Form Elements

  # Errors
  # Hover/Active/Focus

  # Misc

===============================================*/
/* REMOVE rf-content styles before compiling */
/*=============================================*/
/*
/*  # Reset
/*  Workflow and Widget Reset
/*
/*=============================================*/
a, a:link, a:visited {
    color: #81b5a1;
    text-decoration: none;
    cursor: pointer;
}

.md-accordion-controls .control-icon-text {
    display: none;
}

.orders-page .orders-package-total {
    display: none;
}

.orders-page .rfwf-package-items-price strong {
    display: none;
}

.rfComp-canvas *,
.rfComp-canvas,
.rf-org-header-container,
.rf-org-footer-container {
  font-family: 'Meiryo', sans-serif !important;
}
.rfComp-canvas *, .rfComp-canvas *:before, .rfComp-canvas *:after {
  color: rgba(0, 0, 0, 0.9);
  /*
    outline: 0 !important;
    outline: none !important;
    box-sizing: border-box;
    font-size: inherit;
    vertical-align: baseline;

    font-weight: 300;
    font-size: 14px;
    */
}

body {
  font-family: 'Meiryo', sans-serif  !important;
  margin: 0;
}

.rfComp-canvas p,
.md-frame .md-frame-header h2,
.md-frame .accordion-headline h3,
.rfComp-canvas h1, .rfComp-canvas h2, .rfComp-canvas h3, .rfComp-canvas h4, .rfComp-canvas h5, .rfComp-canvas h6 {
  color: rgba(0, 0, 0, 0.8);
}

/*=============================================*/
/*
/*  # Clearfix
/*  Add containers that need floats cleared
/*
/*=============================================*/
.clearfix,
.add-class-here {
  clear: both;
}
.clearfix:before, .clearfix:after,
.add-class-here:before,
.add-class-here:after {
  content: "";
  display: table;
  clear: both;
}

/*=============================================*/
/*
/*  # Typography
/*  Font sizes, weights, line heights, etc.
/*
/*=============================================*/
.rfComp-canvas h1 { 
    display: block;
    font-size: 2.3em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family: 'Meiryo', sans-serif !important;
    color: #81b5a1;
}
.rfComp-canvas h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family: 'Meiryo', sans-serif !important;
    color: #81b5a1;
}
.rfComp-canvas h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family: 'Meiryo', sans-serif !important;
    color: #81b5a1;
}
.rfComp-canvas h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family: 'Meiryo', sans-serif !important;
    color: #81b5a1;
}
.rfComp-canvas h5 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family: 'Meiryo', sans-serif !important;
    color: #81b5a1;
}
.rfComp-canvas h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family: 'Meiryo', sans-serif !important;
    color: #81b5a1;
}

.rfComp-canvas p
 {
   ?**/
}
.rfwf-account-orders .orders-summary-list a 
 {
    font-family: 'Meiryo', sans-serif !important;
    font-size: 16px;
}
.rfComp-canvas a {
    font-family: 'Meiryo', sans-serif !important;
}

ul,
ol {
  /**/
}

strong,
b {
  font-family: 'Meiryo', sans-serif;
  font-weight: 700;
}

i,
em {
  font-family: 'Meiryo', sans-serif;
  font-style: italic;
}

/*=============================================*/
/*
/*  # Brand Colors
/*  Elements that have the brand color
/*
/*=============================================*/
/*
Background Color
*/
.default-modal .modal-content .modal-header,
.rf-default-modal .modal-content .modal-header,
.rf-card .card-header.card-header-primary,
.md-frame.md-frame-primary .md-frame-header,
.rfds-bkg-primary,
.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary,
.item-card .card-header,
.mdBtnR-toggle .mdBtnR.active {
  background-color: #81b5a1;
  background: #81b5a1;
  color: white;
  transition: all 500ms ease;
  font-weight: 600;
}

/*
Font Color
*/
.mdBtn-primary,
.mdBtnR-toggle .mdBtnR,
.uploaded-files span,
.rf-table-container .rf-table .table-body .table-row.table-header > div,
a,
a:visited,
 a:link {font-color: #000000}

.rf-input > label,
.rf-input .rf-label,
.rf-input label span,
.rf-single-select > label,
.rf-single-select .rf-label,
.rf-single-select .rf-label span,
.rf-multi-select > label,
.rf-multi-select .rf-label,
.rf-multi-select .rf-label span,
.rf-checkbox-container > label,
.rf-checkbox-container .rf-label,
.rf-checkbox-container .rf-label span,
.rf-toggle > label,
.rf-toggle .rf-label,
.rf-toggle .rf-label span,
.rf-radio-container > label,
.rf-radio-container .rf-label,
.rf-radio-container .rf-label span,
.rf-textarea > label,
.rf-textarea .rf-label,
.rf-textarea .rf-label span{
  color: rgba(0, 0, 0, 0.7);
}

/*
Border Color
*/
.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary,
.mdBtnR-toggle .mdBtnR,
.mdBtnR-toggle .mdBtnR.active,
.rfds-border-primary,
.rf-card .card-header.card-header-primary,
.md-frame.md-frame-primary .md-frame-header {
  border-color: #81b5a1;
}

.rf-table-container .rf-table .table-body .table-row.table-header > div {
  border-bottom-color: #81b5a1 !important;
}

/*
Fill Color
*/
.rfSI {
  fill: #81b5a1;
}
.rfSI svg {
  fill: #81b5a1;
}

/*=============================================*/
/*
/*  # Accent Colors
/*  Elements that have the accent or secondary color
/*
/*=============================================*/
/*
Background Color
*/
.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  background-color: transparent;
  background: transparent;
  transition: all 500ms ease;
  font-weight: 600;
}

/*
Font Color
*/
.mdBtnR-secondary,
.mdBtnR-secondary .mdBtnR-text {
  color: #81b5a1;
}

/*
Border Color
*/
.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  border-color: #81b5a1;
}

/*=============================================*/
/*
/*  # Form Elements
/*  Inputs, dropdowns, radios, checkboxes, textareas
/*
/*=============================================*/
/*
Form elements default colors
*/
.rf-input input,
.rf-textarea textarea,
.rf-select,
.rf-select select,
.rf-select select:not([multiple]),
.rf-select input,
#card-number,
#cvv-input,
#expiration-date {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7) !important;
}

/*
Setting form elements max width
*/
.rf-input,
.rf-textarea,
.rf-select {
  max-width: 600px;
}

/*
Setting Checkboxes and Radios appearances back to normal


input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  appearance: radio;
}
*/
/*
Custom Radio styles
*/
.rf-radio-option .check,
.rf-radio-option input[type=radio]:checked ~ .check {
  border-color: #81b5a1;
}

.rf-radio-option input[type=radio]:checked ~ .check::before {
  background-color: #81b5a1;
}

.rf-radio-option:hover .check::before,
.rf-radio-option input[type=radio]:checked:hover ~ .check::before {
  background-color: #81b5a1;
  opacity: 0.6;
}

/*
Custom Checkbox styles
*/
/* Checkbox Border Color */
.rf-checkbox .checkbox-bg {
  border-color: #81b5a1;
}

/* Checkbox SVG default color */
.rf-checkbox .rfSI svg {
  fill: white;
}

/* SVG hover unchecked */
.rf-checkbox svg:hover,
.rf-checkbox svg:active,
.rf-checkbox svg:focus {
  fill: #81b5a1 !important;
  opacity: 0.6;
}

/* Checkbox border color if checked */
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  background-color: #81b5a1;
}

/* Checkbox SVG hover color if checked + opacity */
.rf-checkbox input[type=checkbox]:checked + .checkbox-bg + .rfSI svg,
.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 {
  opacity: 1;
}

/*=============================================*/
/*
/*  # Hover/Active/Focus
/*  Hover effects, active states, and focused elements
/*
/*=============================================*/
/* Links */
a:hover,
a:active,
a:focus {
  color: #81b5a1;
}

/* Primary Button Color Hovers */
button.mdBtnRemove:hover,
button.mdBtnRemove:focus,
button.mdBtnRemove:active,
.mdBtnR-primary:hover,
.mdBtnR-primary:focus,
.mdBtnR-primary:active,
button.mdBtnR-primary:hover,
button.mdBtnR-primary:focus,
button.mdBtnR-primary:active,
a.mdBtnR-primary:hover,
a.mdBtnR-primary:focus,
a.mdBtnR-primary:active {
  background-color: transparent;
  background: transparent;
  color: #81b5a1;
  opacity: 1;
}

/* Primary Button Hover Opacity */
/* Primary Border Hover */
button.mdBtnRemove:hover,
button.mdBtnRemove:focus,
button.mdBtnRemove:active,
.mdBtnR-primary:hover,
.mdBtnR-primary:focus,
.mdBtnR-primary:active,
button.mdBtnR-primary:hover,
button.mdBtnR-primary:focus,
button.mdBtnR-primary:active,
a.mdBtnR-primary:hover,
a.mdBtnR-primary:focus,
a.mdBtnR-primary:active,
.rf-single-select select:hover,
.rf-single-select select:active,
.rf-single-select select:focus,
.rf-single-select select:not([multiple]):hover,
.rf-single-select select:not([multiple]):active,
.rf-single-select select:not([multiple]):focus,
.rf-single-select input:hover,
.rf-multi-select select:hover,
.rf-multi-select select:active,
.rf-multi-select select:focus,
.rf-multi-select select:not([multiple]):hover,
.rf-multi-select select:not([multiple]):active,
.rf-multi-select select:not([multiple]):focus,
.rf-multi-select input:hover,
.rf-input input:hover,
.rf-input input:active,
.rf-input input:focus,
.rf-textarea textarea:hover,
.rf-textarea textarea:active,
.rf-textarea textarea:focus,
#card-number:active,
#card-number:hover,
#card-number:focus,
#cvv-input:active,
#cvv-input:hover,
#cvv-input:focus,
#expiration-date:active,
#expiration-date:hover,
#expiration-date:focus {
  border-color: #81b5a1 !important;
}

/* Secondary Button Hover */
.mdBtnR-secondary:hover,
.mdBtnR-secondary:focus,
.mdBtnR-secondary:active,
button.mdBtnR-secondary:hover,
button.mdBtnR-secondary:focus,
button.mdBtnR-secondary:active,
a.mdBtnR-secondary:hover,
a.mdBtnR-secondary:focus,
a.mdBtnR-secondary:active {
  background-color: #81b5a1;
  background: #81b5a1;
  border-color: #81b5a1;
  color: white;
  opacity: 1;
}

/* Select Selected Color */
.rf-single-select .rf-select-selected li,
.rf-multi-select .rf-select-selected li {
  color: #81b5a1;
}

/* Hover and Active state of dropdown selected lines */
.rf-single-select .rf-select-results-container li.active,
.rf-single-select .rf-select-results-container li:hover,
.rf-multi-select .rf-select-results-container li.active,
.rf-multi-select .rf-select-results-container li:hover {
  color: #81b5a1;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Icon Hover */
.rfSI svg:hover,
.rfSI svg:active,
.rfSI svg:focus {
  fill: #81b5a1;
}

/* Button Icon Hover */
.mdBtnR .rfSI svg:hover,
.mdBtnR .rfSI svg:active,
.mdBtnR .rfSI svg:focus {
  fill: white;
}

/*=============================================*/
/*
/*  # Errors
/*  Error messages and error colors (inputs etc)
/*
/*=============================================*/
.has-error .rf-label span {
  color: #F80000;
}

/*=============================================*/
/*
/*  # Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.mdBtnR {
  border-radius: 0;
}

.rf-card .card-header.card-header-primary {
  background-color: #fff;
  border-color: #e1e1e1;
}

.rf-card {max-width: 100%;}

/* Required Input Asterisk Color */
.rf-input .rf-req,
.rf-single-select .rf-req,
.rf-multi-select .rf-req,
.rf-checkbox .rf-req,
.rf-toggle .rf-req,
.rf-radio .rf-req,
.rf-textarea .rf-req {
  color: red;
}

/* Table Row hover and active */
.rf-table-container .rf-table .table-body .table-row:hover,
.rf-table-container .rf-table .table-body .table-row.active {
  background-color: #68b8ff;
}

.demo-spacer {
  margin-bottom: 30px;
}

.smart-style-3 nav > ul > li {
  background-color: transparent;
}

/* Modal Styles */

.modal .modal-dialog {
  width: 80%;
  max-width: 1400px;
}

.interior-border {
  border: 3px solid #81b5a1;
  border-radius: 3px;
  padding: 8px;
  margin: 8px 0;
  min-height: 175px;
}

.interior-border h3,
.interior-border p {

}
.interior-border h3 {
  text-decoration: underline;
  font-weight: 700;
  margin: 0 0 15px;
}
.interior-border p {
  margin: 0 0 5px;
}
.interior-border a {
  text-decoration: underline;
}

/*=============================================*/
/*
/*  # Header
/*
/*
/*=============================================*/
.rf-org-header-container .nav-container,
.rf-org-header-container .header-container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 15px;
}
.rf-org-header-container nav.servicenow-topBar {
  background-color: #808285;
  color: white;
}
.rf-org-header-container nav.servicenow-topBar .nav-container {
  padding: 0;
  clear: both;
}
.rf-org-header-container nav.servicenow-topBar .nav-container:before, .rf-org-header-container nav.servicenow-topBar .nav-container:after {
  content: "";
  display: table;
  clear: both;
}
.rf-org-header-container nav.servicenow-topBar li {
  margin-right: 20px;
  display: inline-block;
  background-color: transparent;
  background-image: none;
  border: none;
}
.rf-org-header-container nav.servicenow-topBar li a {
  display: inline-block;
  padding: 10px 5px;
  color: white !important;
  text-decoration: none;
  font-size: 13px;
  transition: all 500ms ease;
}
.rf-org-header-container nav.servicenow-topBar li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.rf-org-header-container header.servicenow-header .header-container {
  clear: both;
}
.rf-org-header-container header.servicenow-header .header-container:before, .rf-org-header-container header.servicenow-header .header-container:after {
  content: "";
  display: table;
  clear: both;
}
.rf-org-header-container header.servicenow-header .header-logo {
  float: left;
}
.rf-org-header-container header.servicenow-header .header-logo img {
  max-width: 200px;
  display: block;
  margin-left: -15px;
}
.rf-org-header-container header.servicenow-header .header-logo p {
  color: white;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.rf-org-header-container header.servicenow-header .header-sub-nav {
  float: right;
  padding: 0;
  margin: 24px 0;
}
.rf-org-header-container header.servicenow-header .header-sub-nav li {
  display: inline-block;
  color: white;
}
.rf-org-header-container header.servicenow-header .header-sub-nav li a,
.rf-org-header-container header.servicenow-header .header-sub-nav li button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}
.rf-org-header-container header.servicenow-header .header-sub-nav li a:hover,
.rf-org-header-container header.servicenow-header .header-sub-nav li button:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.rf-org-header-container header.servicenow-header .header-sub-nav li a:hover,
.rf-org-header-container header.servicenow-header .header-sub-nav li button:hover {
  border-bottom: 3px solid #81b5a1;
}
.rf-org-header-container header.servicenow-header .header-sub-nav li button {
  background-color: transparent;
  border: none;
}

.smart-style-3.menu-on-top nav > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.btn, a:link, button {
  -webkit-tap-highlight-color: rgba(169, 3, 41, 0.5);
}

/*=============================================*/
/*
/*  # END Header
/*
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Footer
/*
/*
/*=============================================*/
.rf-org-footer-container footer.footer-banner {
  background: #4d3a77 url("http://constellationsevent.com/images/constellations-footer.jpg") repeat left center;
}
.rf-org-footer-container .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.rf-org-footer-container .footer-container {
  padding-left: 10px;
  padding-right: 10px;
}
.rf-org-footer-container .footer-container * {
  color: rgba(255, 255, 255, 0.6);
}
@media all and (min-width: 768px) {
  .rf-org-footer-container .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1190px) {
  .rf-org-footer-container .footer-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.rf-org-footer-container ul {
  margin: 0;
  padding: 0;
}
.rf-org-footer-container ul li {
  list-style: none;
}
.rf-org-footer-container ul a {
  text-decoration: none;
}
.rf-org-footer-container .footer-social {
  text-align: right;
}
.rf-org-footer-container .footer-social .rfSI {
  height: 50px;
  width: 50px;
  max-height: 50px;
  max-width: 50px;
  fill: white;
}
.rf-org-footer-container .footer-social .rfSI svg {
  fill: white;
}
.rf-org-footer-container .footer-social li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.task-counter-container .task-item.task-revision {
    display: none;
}

.task-counter-container .task-item.task-review {
    display: none;
}
/*=============================================*/
/*
/*  # END Footer
/*
/*
/*=============================================*/

.mdBtnR-outline-primary .mdBtnR-text, a.mdBtnR-outline-primary .mdBtnR-text {
    color: #293e40;
}

.mdBtnR-outline-primary, a.mdBtnR-outline-primary {
    border-color: #293e40;
}

.mdBtnR-outline-primary:hover, .mdBtnR-outline-primary:focus, .mdBtnR-outline-primary.active, a.mdBtnR-outline-primary:hover, a.mdBtnR-outline-primary:focus, a.mdBtnR-outline-primary.active {
    color: #293e40;
    border-color: #293e40;
}

.mdBtnR-primary:hover .mdBtnR-text:hover {
  color: #81b5a1;
}

.mdBtnR-outline-primary:hover, .mdBtnR-outline-primary:focus, .mdBtnR-outline-primary.active, a.mdBtnR-outline-primary:hover, a.mdBtnR-outline-primary:focus, a.mdBtnR-outline-primary.active {
    background-color: #293e40;
}

.mdBtnR-outline-primary:hover .mdBtnR-text:hover {
  color: #fff;
}

.rf-card {
 max-width: 100% !IMPORTANT;
}
.card-controls {
display: none;
}

.rfwf-full-panel.rfwf-discount-code {
  display: none;
}
/* Header */
header{
	background: #000000;
}
.header-bg{
	background: 
	height: 80px;
        margin-left: -13px;
	line-height: 80px;
	text-align: right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
header ul,.black-bg ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul li,.black-bg ul li{
  display: inline-block;
}
header ul li:not(:last-child),.black-bg ul li:not(:last-child) {margin-right: 33px;}
header ul li a,.black-bg ul li a{
  display: block;
  color: white;
  text-align: center;
  text-decoration: none!important;
}

.header-bg div div ul li a {
color: #293e40;
}
.black-bg{
	background: #000;
	display: none;
}
.rf-card .card-header {
    background-color: #81B5A1;
    border: 2px solid #ccc;
    border-bottom: 1px solid white;
    border-radius: 4px 4px 0 0;
    padding: 8px 20px;
}
.rf-card .card-header .card-header-title {
    margin: 0;
    padding: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
    color: white;
}
.md-frame.md-frame-primary .md-frame-header {
    background-color: #8CB3A2;
    border-bottom-color: #8CB3A2;
    border-radius: 6px 6px 0px 0px;
}

.change-contact-info a, .registrationSummaryLinks a {
    color: #81b5a1;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
}

.rfwf-dashboard .order-summary-card .summary-items-totals .summary-item-total, .rfwf-dashboard .order-summary-card .summary-items-totals .summary-item-balance {
    display: none;
    font-weight: 700;
    text-align: right;
}

.headerText {
  display: flex;
  background-color: #F7F7F7; 
  padding: 80px 0px;
}

.headerImage {
  flex: 1;
}

.headerImage img {
  width: 350px;
}

.headerTitle {
  flex: 1;
  align-self: center;
  font-family: 'Meiryo', sans-serif !important;
  font-weight: 600;
  font-size: 18px;
  color: #293e40;
  text-align: left;
  padding-left: 100px;
}

.headerBody {
  font-family: 'Meiryo', sans-serif !important;
  font-weight: 400;
  color: #293e40;
  font-size: 16px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .headerText {
    flex-direction: column;
    text-align: center;
  }

  .headerTitle {
    padding-left: 0;
    text-align: center;
  }
}

.rf-org-header-container .nav-container, .rf-org-header-container .header-container {
    padding: 0;
}

.header ul, .black-bg ul {
  padding: 30px 0 0 0;
}

.rf-org-header-container header.servicenow-header {
    padding: 0;
    background-color: #f7f7f7;
    background-image: url(https://static.rainfocus.com/servicenow/master/static/staticFile/static_file/header-now-at-work-registration%20%281%29_15613999210040019dCm.png);
}

.servicenow-footer {
    padding: 0;
    background-color: #f7f7f7;
    background-image: url(https://static.rainfocus.com/servicenow/master/static/staticFile/static_file/footer-now-at-work-registration%20%281%29_1561399932020001QpBV.png);
}

.footer-bg div div ul li a {
    color: #293e40 !important;
}

.orders-page .package-quantity {
    display: none;
}

class*="rfG-xs"], [class*="rfG-sm"], [class*="rfG-md"], [class*="rfG-lg"], [class*="rfG-xl"] {
    font-size: 16px;
}

/* jillian's edits */
.orders-page .rfwf-packages,
.orders-page .rfwf-orders-payment,
.orders-page .rfwf-orders-buttons {
	border-bottom: none;
}
.rfwf-package-items .package-description {
	width: 90%;
}
@media (min-width: 991px) {
	.rfwf-package-items .package-description {
		width: 95%;
	}

        .rfwf-package-items .package-sub-item .package-description {
		width: 90%;
	}
}
/* end jillian's edits */

.order-cancellation-modal .order-summary-item {
    clear: both;
    display: none;
}

/*******JAREDS  EDITS****/

#headerli{
padding-top: 30px;
}

/**Jareds mobile edits***/
@media only screen and (max-width: 500px) and (min-width: 0px)  {
header ul li a, .black-bg ul li a {
    display: block;
    color: white;
    text-align: -webkit-right;
    text-decoration: none!important;
}
header ul li:not(:last-child),.black-bg ul li:not(:last-child) {margin-right: 0px;}
header ul li a,.black-bg ul li a{
    display: block;
    color: white;
    text-align: -webkit-right;
    text-decoration: none!important;
}

#headerli{
padding-top: 90px;
}

.header-bg {
    line-height: 30px;
}

li#headerli {
    display: block;
}

}

/******JARED END STYLES*****/
