/*=============================================*/
/*
/*  # 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 {
  padding: 10px 0;
  background-color: #032D42;
}
.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: 28px 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
/*
/*
/*=============================================*/
.rfSI svg {
  fill: black;
}
*  # Brand Colors
/*  Elements that have the brand color
/*
/*=============================================*/
/*
Background Color
*/
.rfds-bkg-primary,
.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary,
.item-card .card-header,
.mdBtnR-toggle .mdBtnR.active {
  background-color: #86ED78;
  background: #86ED78;
  color: #000000;
  transition: all 500ms ease;
  font-weight: 600;
}
.mdBtnR-toggle .mdBtnR.active .mdBtnR-text, .rfSI-toggle .mdBtnR.active .mdBtnR-text {
    color: #000000 !important;
}
.mdBtnR-primary .mdBtnR-text, a.mdBtnR-primary .mdBtnR-text {
    color: #000000 !important;
}
/*
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}
}
/*
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: #86ED78;
  border-radius: 25px;
}
/*
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;
}
/* 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;
}
/* Button Icon Hover */
.mdBtnR .rfSI svg:hover,
.mdBtnR .rfSI svg:active,
.mdBtnR .rfSI svg:focus {
  fill: white;
}
.mdBtnR {
  border-radius: 0;
}
.mdBtnR-outline-primary .mdBtnR-text, a.mdBtnR-outline-primary .mdBtnR-text {
    color: #293e40;
}

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

.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;
}
.mdBtnR-primary, a.mdBtnR-primary {
	background-color: #86ED78;
  	border-color: #86ED78;
}
.mdBtnR-primary:hover, a.mdBtnR-primary:hover {
  border-color: #86ED78;
}
.servicenow-k23-speakerinfo-page-report .report-viewer-autosizer {
  height: 900px;
}
