/* Custom Dynamic CSS */
/* Dynamic Color Settings */
 
:root {
  --primary: #021924;
  --secondary: #6c747d;
  --success: #28a745;
  --danger: #a10000;
  --warning: #f4ac00;
  --info: #11788b;
  --dark: #343a40;
  --light: #e9eaeb;
  --default_body_bg: #ffffff;
  --default_body: #000000;
  --default_link: #49658b;
  --default_link_hover: #008fff;
  --header_bg: #000000;
  --header: #ffffff;
  --header_link: #c4dcff;
  --header_link_hover: #008fff;
  --footer_bg: #000000;
  --footer: #ffffff;
  --footer_link: #28a1b9;
  --footer_link_hover: #a42626;
  --default_nav: #ffffff;
  --default_nav_bg: #ffffff;
  --default_nav_link: #00152b;
  --default_nav_link_bg: ;
  --default_nav_link_hover: #ffffff;
  --default_nav_link_hover_bg: #8e0000;
  --prehead_bg: #646464;
  --prehead: #ffffff;
  --prehead_link: #c4dcff;
  --prehead_link_hover: #008fff;
  --sub_footer_bg: #ffffff;
  --sub_footer: #444444;
  --sub_footer_link: #000000;
  --sub_footer_link_hover: #0000ff;
}
 
body {
  color: var(--default_body);
}
a {
  color: var(--default_link);
}
a:hover {
  color: var(--default_link_hover);
}
header {
  color: var(--header);
  background-color: var(--header_bg);
}
header a {
  color: var(--header_link);
}
header a:hover {
  color: var(--header_link_hover);
}
footer {
  color: var(--header);
  background-color: var(--footer_bg);
}
footer a {
  color: var(--footer_link);
}
footer a:hover {
  color: var(--footer_link_hover) !important;
  text-decoration: none;
}
.bg-prehead {
  color: var(--prehead);
  background-color: var(--prehead_bg);
}
.bg-prehead a {
  color: var(--prehead_link);
}
.bg-subfoot {
  color: var(--sub_footer);
  background-color: var(--sub_footer_bg);
}
.bg-subfoot a {
  color: var(--sub_footer_link);
}
.bg-navbar {
  color: var(--default_nav);
  background-color: var(--default_nav_bg);
}
.navbar-nav .nav-link {
  color: var(--default_nav_link);
  background-color: var(--default_nav_link_bg);
}
.navbar-nav .nav-link:hover {
  color: var(--default_nav_link_hover);
  background-color: var(--default_nav_link_hover_bg);
}
.text-black {
  color: #000000;
}
.bg-black {
  background-color: #000000;
}
.btn-black {
  background-color: #000000;
  border-color: #000000
}
.btn-black:hover {
  background-color: #333;
}
.text-primary {
  color: var(--primary) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary);
}
.text-secondary {
  color: var(--secondary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary);
}
.text-success {
  color: var(--success);
}
.bg-success {
  background-color: var(--success) !important;
}
.btn-success {
  background-color: var(--success) !important;
  border-color: var(--success);
}
.text-danger {
  color: var(--danger) !important;
}
.bg-danger {
  background-color: var(--danger) !important;
}
.btn-danger {
  background-color: var(--danger) !important;
  border-color: var(--danger);
}
.text-warning {
  color: var(--warning);
}
.bg-warning {
  background-color: var(--warning) !important;
}
.btn-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning);
}
.text-info {
  color: var(--info);
}
.bg-info {
  background-color: var(--info) !important;
}
.btn-info {
  background-color: var(--info) !important;
  border-color: var(--info);
}
.text-dark {
  color: var(--dark) !important;
}
.bg-dark {
  background-color: var(--dark) !important;
}
.btn-dark {
  background-color: var(--dark) !important;
  border-color: var(--dark);
}
.text-light {
  color: var(--light) !important;
}
.bg-light {
  background-color: var(--light) !important;
}
.btn-light {
  background-color: var(--light) !important;
  border-color: var(--light);
}
.btn-primary:hover, .btn-secondary:hover, .btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-info:hover, .btn-dark:hover, .btn-light:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
a.find-a-network-link.nav-link.badge.badge-pill.badge-danger:hover {
  color: var(--default_nav_link_hover) !important;
  background-color: var(--default_nav_link_hover_bg) !important;
}
/* End Dynamic Color Settings */
/* Font Settings */
 body {
  font-family: Arial;
   
}
h1, h2, h3, h4, h5, h6 {
   
}
.text-accent {
  
}
.text-script {
  
}
.navbar-nav .nav-link {
  padding: 5px 10px !important;
  border-radius: 20px;
}
 /* End Font Settings */
.scale {
  width: 100%;
  height: auto;
}
section.first.article {
      padding-top: 150px;
    padding-bottom: 40px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 15px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/
.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}
section.first {
      padding-top: 150px;
    padding-bottom: 40px;
}
.contact-page {
  margin-top: 110px;
}
footer a.nav-link:hover {
  color: #fff;
}
.item-information {
  position: absolute;
  bottom: 0;
}
.item.news-article-block {
  position: relative;
}
a.article-title {
  font-weight: 600;
}
.text-shadow {
  text-shadow: 1px 1px 1px #000;
}
.item-information {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  width: 100%;
  padding-top: 3px;
}
h1.ruled span {
  color: #000000;
}
.row.follow-us {
  border-bottom: 1px dotted #000000;
}
.card p {
  font-size: 10px;
}
.card a.network {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 13px;
}
.card a.network {
  transition: all .2s ease-in-out;
}
.utility-newsletter-button {
  background-color: #316531;
}
.card a.network:hover {
  background-color: #a11200;
  border-radius: 0;
  transform: scale(1.1);
}
.sticky-2 {
  position: sticky;
  top: 80px;
}
a.utility-link {
  color: #316531;
  text-decoration: none;
}
a.utility-link:hover {
  color: #224622;
}
.bio-font-awesome {
  font-size: 20px;
  color: #ffffff;
}
.bio-font-awesome:hover {
  color: #429042;
}
.underlay-rev {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
  background: -webkit-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
  background: linear-gradient(to right, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#243b4c', GradientType=1);
  border-bottom: 1px solid #9a9898;
  border-top: 1px solid #9a9898;
}
.bio-hero-background {
  background-color: #ff000000 !important;
  color: #ffffff;
}
section.bio-body {
  background-color: #ffffff;
}
section.first.bio-hero {
  background-color: #b4b5b8 !important;
  padding: 90px 0 30px 0;
}
.mask-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
  mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
.bio-hero-background {
  padding-top: 0 !important;
}
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.bg-cover {
  background-size: cover;
  background-position: right;
}
.live-area {
  position: relative;
}
.bg-10-white {
  background-color: rgba(246, 246, 246, 0.5);
}
.donation-form input[type=radio], .donation-form input[type=checkbox] {
  display: none;
}
.donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  transition: all 0.5s ease;
}
.donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #438843;
  background-color: #438843;
  text-shadow: none;
  transition: all 0.3s ease;
}
.utility-title {
  font-size: 30px;
}
.donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #316431;
  background-color: #316431;
  text-shadow: none;
  transition: all 0.5s ease;
}
.text-small {
  font-size: medium;
}
.text-accent {}
.text-script {}
h4.text-script.text-accent {}
.cover {
  background-size: cover;
}
.content-body li {
  margin: 0 0 20px 0;
}
.shareaholic-service-parler {
  background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
  content: "" !important;
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
a.pminc {}
a.structure {}
.parler-icon {
  width: 15px;
  vertical-align: unset;
}
.navbar-brand {
  display: block;
  text-indent: -5000px;
     background-image: url(https://mr.cdn.ignitecdn.com/client_assets/redreferralnetwork_com/media/picture/64f8/e830/f57c/cd0f/6d74/8767/original_logo.png?1694033968);
      background-repeat: no-repeat;
  overflow: hidden;
  width: 530px;
  height: 100px;
  background-size: contain;
}
.navbar-brand-site {
  display: block;
  text-indent: -5000px;
     background-image: url(https://mr.cdn.ignitecdn.com/client_assets/redreferralnetwork_com/media/picture/657a/1816/c89a/d20b/2c92/0b32/original_header_RRN_logo.png?1702500374);
      
  background-repeat: no-repeat;
  overflow: hidden;
  width: 530px;
  height: 85px;
  background-size: contain;
}
#header-form {
  min-height: 650px;
}
#services {
  min-height: 610px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer a.network {
  color: #fff;
  font-size: 20px;
  margin: 0 10px
}
.content_spacing {
  padding: 30px 0 90px
}
.form-headline {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 46px;
}
.btn-text {
  font-size: 25px;
  font-weight: bold;
}
.headline-about-color {
  color: #9f1c20;
}
.bg-footer {
  background-color: #001924;
}
.text-overlay-spokeman {
  position: absolute;
  top: 28%;
  left: 65%;
  color: black;
}
.social-share a {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
}
.next-btn {
  border-top: none;
}
#wizard-stack .card {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(-250%);
  visibility: hidden;
}
#wizard-stack .card.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
div#wizard-stack {
  min-height: 400px;
}
div#thankyou-card {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}
/* share */
.share-header {
  font-weight: 700;
  font-size: 9px;
  padding: 0 2px;
}
.share-tr {
  background: #4f24cf;
  ;
}
.share-tw {
  background: #1da1f2;
}
.share-fb {
  background: #3b5998;
}
.share-tele {
  background: #0088cc;
}
.share-fl {
  background: #F52828;
}
.share-email{
 background: #a10000;
    color: #fff;}

.share-sms {
 background: #008cfa;
    color: #fff;
}
.rail {
  position: fixed;
  left: 0;
  height: 100%;
  z-index: 5000;
}
.rail .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  padding-top: 3.25rem;
}
.social-sharing {
  -webkit-animation: all 1s forwards;
  animation: all 1s forwards;
}
.social-sharing .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-sharing .inner.inner-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social-sharing .inner .link-btn {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #000;*/
  width: 46px;
  height: 46px;
  color: #fff;
  margin: 0 0 1px;
}
.social-sharing .inner .link-btn:hover {
  transition: all .3s ease-in-out;
  cursor: pointer;
  background-color: #b0262b;
  color: white;
}
.share-li {
  background-color: #0072b1;
}
.share-header {
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .rail .inner {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    padding-top: 3.25rem;
    z-index: 10001;
  }
  .social-sharing .inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index: 10001;
  }
  .social-sharing .inner.inner-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: inherit;
    bottom: 0%;
    width: 100%;
    z-index: 10001;
  }
  .social-sharing .inner .link-btn {
    width: 100%;
    margin: 0;
  }
}

#date-selector input {
  display: none;
}
#date-selector label {
  display: block;
}
#date-selector input + div {}
#date-selector input + div label {
  padding: 10px;
  cursor: pointer;
}
#date-selector input + div {
  background: #ffffff;
  transition: all 0.5s ease-in-out;
}
#date-selector input:checked + div {
  background: #b31500;
  transition: all 0.5s ease-in-out;
}
#date-selector input + div:hover {
  background-color: #052637;
  transition: all 0.5s ease-in-out;
}
#date-selector input:checked + div:hover {
  background: #b31500;
  transition: all 0.5s ease-in-out;
}
#date-selector .month {
  font-weight: 700;
  font-size: 36px;
  color: #b31500;
}
#date-selector .day {
  font-weight: 100;
  font-size: 70px;
  line-height: 44px;
  margin: 0 0 10px 0;
  color: #315871;
}
#date-selector .date-block {
  background-color: #eaeaead4;
}
#date-selector .card {
  background-color: #ffffff8c;
  margin: 0 !important;
}
.thank-you-add-to-cal {
  font-size: 18px;
}
a.thank-you-add-to-cal {
  color: #b31500;
}
span.text-xsmall {
  font-size: 10px;
}
div#please-register p {
  background-color: #ff0;
  display: inline;
  padding: 2px;
}
.badge-danger {
  color: #fff !important;
  background-color: var(--danger) !important;
}
header .nav-link {
  text-transform: uppercase;
  font-weight: 900;
}
header.header-home nav {
  padding: 15px 0 5px 0;
}
.navbar-nav {
  align-items: center;
}
header .badge {
  font-size: 20px;
  padding: 7px 0px;
}
section.hero {
  margin-top: 120px;
}
.background-image-top {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.bg-danger-site {
  background-color: #b1262b !important;
}
.site-headline-text {
  font-size: 23px;
  font-weight: 700;
}
.divider-right {
  padding-right: 76px;
  border-right: 6px solid #ffffff;
}
.padding-left {
  padding-left: 76px;
}
section.home-sponsors .container {
  justify-content: center;
  display: flex;
}
section.home-about .container {
  padding: 80px 60px;
}
ul.menu-list.nav.navbar-nav.ml-auto.menu-list-public {
  position: absolute;
  right: 0;
  top: -35px;
}
div#navbarNav {
  position: relative;
}
.background-image-right {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
section.home-about p {
  font-size: 18px;
}
ul.menu-list.nav.navbar-nav.ml-auto.menu-list-member {
  position: absolute;
  right: 0px;
  top: 35px;
}


.form-sign-out {
    position: absolute;
    width: 80px;
    display: inline-block;
    top: -15px;
    right: -25px;
}

.member-buttons {
  display: block;
  position: absolute;
  right: 67px;
  top: -15px;
}
.member-buttons form {
  display: inline-block;
}
div#hero {
  margin-top: 40px;
}
section.geting-started-bar .btn {
  color: #b2262b;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
}
section.home-about .container {
  padding: 80px 60px;
}
section.home-about .btn {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px;
}
img.circle-image {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  border: 8px solid #a20002;
}
.shadow-text {
  -webkit-box-shadow: -1px 5px 9px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -1px 5px 9px 5px rgba(0, 0, 0, 0.08);
  box-shadow: -1px 5px 9px 5px rgba(0, 0, 0, 0.08);
}
video#bgvid {
  top: -165px;
  z-index: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
div#hero {
  margin-top: 40px;
}
.slick-prev {
  z-index: 999999;
}
.slick-prev:before, .slick-next:before {
  font-size: 0px !important;
}
.slick-prev::before {
  content: "";
  background: url('https://staging.cdn.ignitecdn.com/client_assets/rrn_devclone_com/media/themes/img/test_rightarrow.png?1703009665') no-repeat center center;
  background-size: 40px 40px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: 1;
}
.slick-next::before {
  content: "";
  background: url('https://staging.cdn.ignitecdn.com/client_assets/rrn_devclone_com/media/themes/img/test_leftarrow.png?1703009665') no-repeat center center;
  background-size: 40px 40px;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: -30px;
  z-index: 1;
}
.slick-next {
  right: 0px !important;
}
.col-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 767px) {
  .slick-prev::before, .slick-next::before {
    top: -160px;
  }
  .slick-slide {
    height: 530px !important;
  }
}
img.circle-image {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  border: 8px solid #a20002;
}
.shadow-text {
  -webkit-box-shadow: -1px 5px 9px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -1px 5px 9px 5px rgba(0, 0, 0, 0.08);
  box-shadow: -1px 5px 9px 5px rgba(0, 0, 0, 0.08);
}
.home-cta-cols-height {
  min-height: 767px;
}
.home-circles {
  padding: 100px 0px;
}
.circle-text {
  font-size: 39px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.cta-col-headline {
  font-size: 30px;
  font-weight: 700;
}
.experience-title {
  font-size: 30px;
  font-weight: 700;
}
.home-circles .btn-danger {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 40px;
  border-radius: 20px;
}
section.home-sign-up-in .container {
  min-height: 580px;
}
section.home-sign-up-in .btn {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 40px;
  border-radius: 20px;
}
.phone.d-inline.font-weight-bold {
  color: #000;
  position: absolute;
  top: -30px;
  right: 80px;
}
a.find-a-network-link.nav-link.badge.badge-pill.badge-danger {
  margin-left: 5px;
  font-size: 16px;
  padding: 9px 10px !important;
}
nav.navbar.navbar-expand-lg.fixed-top.bg-navbar {
  box-shadow: 0px 0px 5px #00000038;
}
section.sign-up-wizard input.form-control {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid;
  padding: 14px 0 0px 2px;
  margin: 0 0px 0px 0px;
}
section.geting-started-bar {
  margin: -50px 0 0 0;
  z-index: 5;
}
.rounded-20 {
  border-radius: 20px;
}
.join-us-text {
  font-size: 28px;
  font-weight: 700;
}
.newsletter-submit {
  font-weight: 700 !important;
  font-size: 20px;
  padding: 1px 5px;
  border: 3px solid;
}
section.home-learn-direct .container {
  min-height: 450px;
}
.learn-headline {
  font-weight: 700;
  font-size: 47px;
  line-height: 55px;
}
.join-learn {
  color: #b1262b;
  font-weight: 700;
  font-size: 20px;
  border-radius: 20px;
  padding: 5px 60px;
}
.card-shadow {
  webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.09);
}
#occupation_list_id button.occupation.btn:first-child, 
#occupation_list  button.occupation.btn:first-child{
  border: 1px solid #a21200;
  margin: 0 6px 5px 0px;
  background-color: #ffffff;
  color: #a21200;
  text-transform: capitalize;
}
#occupation_list_id button.occupation.btn,
#occupation_list button.occupation.btn{
  border: 1px solid #510c03;
  margin: 0 6px 5px 0px;
  background-color: #a21200;
  color: #fff;
  text-transform: capitalize;
}
#occupation_list_id button.occupation.btn:first-child:hover, 
#occupation_list_id button.occupation.btn:hover,
#occupation_list button.occupation.btn:first-child:hover,
#occupation_list button.occupation.btn:hover{
  background-color: #36465b;
  color: #ffffff;
  border-color: #001b3e;
}
#occupation_list_id button.occupation.btn:first-child:focus, 
#occupation_list_id button.occupation.btn:focus,
#occupation_list button.occupation.btn:first-child:focus,
#occupation_list button.occupation.btn:focus{
  background-color: #000;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-color: #000000;
}
table#receipt-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table#receipt-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table#receipt-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table#receipt-table th, table#receipt-table td {
  padding: .625em;
  text-align: center;
}
table#receipt-table th {
  font-size: .65em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table#receipt-table {
    border: 0;
  }
  table#receipt-table caption {
    font-size: 1.3em;
  }
  table#receipt-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table#receipt-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table#receipt-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table#receipt-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table#receipt-table td:last-child {
    border-bottom: 0;
  }
}
td#annual-total, td#monthly-total {
  line-height: 3;
}
.alert-info h2 {
  color: #021924;
  font-size: 28px;
}
table#receipt-table tbody > tr > td:first-child {
  text-align: left;
}
.tables li.nav-item {
  margin: 0;
}
.nav-tabs {
  margin: 0 0 20px 0;
  background-color: #6c747e;
  padding: 10px 0px 0px 9px;
  border-radius: 8px 8px 0 0;
}
img.d-inline-block.profile-icon {
  max-width: 60px !important;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #a11200;
  clip-path: circle();
}
section.user-header.bg-primary {
  border-radius: 8px 8px 0 0;
  border-bottom: 6px solid #a11200;
}
.member-buttons a, .member-buttons button {
  width: 60px;
  position: relative !important;
  padding: 6px 19px 6px 0;
}
.member-buttons a:hover, .member-buttons button:hover {
  background-color: #a10000 !important;
}
.member-buttons a .badge, .member-buttons button .badge {
  position: absolute !important;
  right: 0;
  padding: 10px 7px;
  border-radius: 0 0 0 0 !important;
  font-size: 12px;
  height: 38px;
  line-height: 18px;
}

td.bg-secondary.text-end {
  color: #fff;
}
td.bg-info.text-dark.font-weight-bold {
  color: #fff !important;
}
/* nav toggle code start */
.off-content {
  margin: 0 auto;
  text-align: center;
}
img.img-fluid.slide-nav-logo {
  width: 380px;
  margin-bottom: 40px;
}
.navbar-toggler {
  z-index: 999;
}
.positioner {
  padding-top: 120px;
}
.positioner .networks {
  margin-top: 25px;
}
.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}
.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #a00000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}
#hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}
.bg-glass {
  background-color: rgb(0 0 0 / 85%) !important;
}
.blackscreen {
  background-color: #000000d4;
  padding: 40px 0px;
}
.positioner a.network {
  color: #ffffff;
  font-size: 30px;
  margin: 0px 8px;
}
nav.navbar.navbar-expand-lg.fixed-top.bg-navbar {
  box-shadow: 0px 0px 5px #00000038;
}
@media (max-width: 10000px) {
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 10000px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;
  }
}
@media screen and (max-width: 1199px) {
  .starting-numbers img {
    width: 66px;
  }
  .black-screen {
    background-color: #000000ab;
    padding: 12px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    color: #ffffff;
    background-color: var(--default_nav_link_bg);
    font-size: 23px;
  }
  .starting-numbers img {
    width: 79px;
  }
  .home-cta-cols-height {
    min-height: auto;
  }
  .col-bg-image {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .divider-right {
    padding-right: 0px;
    border-right: none;
  }
  .padding-left {
    padding-left: 15px;
    margin-top: 15px;
  }
  .starting-numbers {
    display: flex;
    justify-content: center;
  }
}


section.home-circles .btn {
    margin: 15px 0px;
}
.learn-more-btn {
    margin-top: 43px;
}
.play-btn {
    font-size: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.benefit-card .card-text {
    font-size: 16px;
}
.contain {
    background-size: contain;
      background-repeat: no-repeat;
    background-position: top;
}
.home-webinars .btn-danger {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 40px;
    border-radius: 20px;
}
.play-btn a {
    color: #ffffff;
}
.play-btn svg {
    color: #ffffff;
}
.menu-list-member-main {
    position: absolute;
    right: 0;
    top: -55px;
}
.starting-numbers {
    display: flex;
    justify-content: space-around;
}
.btn-action {
    margin: 2px 0px;
}
.off-canvas-call-login {
    display: flex;
  flex-direction: column;
    position: relative;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  margin: 10px 0 0px 0px;
}
.webinar-item-vertical .card-body .card-text {
    font-size: 16px;
}
.webinar-item-vertical .card-body p {
    font-size: 16px;
}
.off-canvas-call-login .phone {
    color: #fff !important;
    position: relative !important;
    top: 12px !important;
    right: 0px !important;
}
.off-canvas-call-login a.login-link.nav-link {
    margin-left: 5px;
    font-size: 16px;
    padding: 5px 10px !important;
    background-color: var(--success);
}
.webinar-card p {
    font-size: 18px;
}


.webinar-caption {
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 50%;
    bottom: 0px;
    font-size: 35px;
}
.webinar-caption a {
    color: #ffffff;
}
.modal-footer .badge-danger {
    margin-left: 5px;
    font-size: 22px !important;
    padding: 9px 10px !important;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}
}
@media (max-width: 1199px){
  section.user-header .btn {
    margin-bottom: 10px;
}
  .dropdown-menu {
    background-color: #fff0;
}
  section#hero-level-1 div {
    padding: 60.8% 0 0 0 !important;
}

  .navbar-nav .nav-link {
    color: #ffffff;
    background-color: var(--default_nav_link_bg);
    font-size: 23px;
}
  .navbar .container {
    position: relative;
}
}
@media (max-width: 991px){
  
  ul#dashTab li .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: none;
    border-radius: 0px;
}
  ul#dashTab li {
    display: inline-block;
    width: 50%;
}
#dashTab {
    padding: 10px;
}
ul#dashTab li .nav-link.active {
      -webkit-box-shadow: inset 0px 0px 0px 4px rgba(162,18,0,1);
    -moz-box-shadow: inset 0px 0px 0px 4px rgba(162,18,0,1);
    box-shadow: inset 0px 0px 0px 4px rgba(162,18,0,1);
    border: none;
}
  .user-header h1 {
    margin: -15px 0 20px 0 !important;
}
  .dashboard-image-and-title {
    display: flex;
    flex-direction: column;
}
  section#hero-level-1 div {
    padding: 62.8% 0 0 0 !important;
}

}
@media (max-width: 767px){
  section#hero-level-1 div {
    padding: 65.8% 0 0 0 !important;
}
  .divider-right {
    padding-right: 15px;
}
  
  
  
.navbar-brand-site {
    width: 400px;
    height: 70px;
      margin-left: 15px;
}
  .navbar-toggler {
    top: 8px;
    position: absolute;
    right: 15px;
}
  
}
@media (max-width: 575px){
  section#hero-level-1 div {
    padding: 68.8% 0 0 0 !important;
}
   
}
@media (max-width: 505px){
  section#hero-level-1 div {
    padding: 71.8% 0 0 0 !important;
}
   
  
  
.navbar-brand-site {
    width: 330px;
    height: 70px;
      margin-left: 15px;
}
  .navbar-toggler {
    top: 14px;
    position: absolute;
    right: 15px;
}
  
}
@media (max-width: 485px){

  
}
@media (max-width: 440px){
  section#hero-level-1 div {
    padding: 74.8% 0 0 0 !important;
}
  
.navbar-brand-site {
    width: 260px;
    height: 70px;
      margin-left: 15px;
}
   
}
@media (max-width: 400px){
  section#hero-level-1 div {
    padding: 77.8% 0 0 0 !important;
}

  
}
@media (max-width: 360px){
  section#hero-level-1 div {
    padding: 80.8% 0 0 0 !important;
}
  
.navbar-brand-site {
    width: 230px;
    height: 70px;
      margin-left: 15px;
}
  
}

.sign-up-wizard input[type=checkbox], .sign-up-wizard input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
.sign-up-wizard label {
    display: inline-block;
    margin-bottom: .5rem;
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #203165;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color: #d1d1d1;
    transition: all 0.5s ease;
}
.sign-up-wizard label:hover {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    text-shadow: none;
    transition: all 0.3s ease;
}
.sign-up-wizard input[type=radio]:checked + label, .sign-up-wizard input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    text-shadow: none;
    transition: all 0.5s ease;
}

.nav-tabs {
    margin: 0 0 20px 0;
    background-color: #6c747e;
    padding: 10px 0px 0px 9px;
    border-radius: 8px 8px 0 0;
    /* overflow: hidden; */
    border-bottom: 1px solid #6c747e;
}

.nav-tabs .nav-link {
    background-color: #36455b;
    color: #c7c7c7;   
  	box-shadow: 0px -3px 2px #0000007d;
    position: relative;
    z-index: 2;
}

.nav-tabs .nav-link.active {
     
       box-shadow: 0px -3px 2px #0000007d;
       z-index: 5;
       position: relative;
       top: 0px;
}
.nav-tabs .tooltip-custom:before {
    width: 220px;
  left:0;
}

.table-responsive svg {
    margin: 0 2px;
    padding: 0 2px;
}



.avatar-card label.btn {
    margin: 0 !important;
}

.avatar-card label.btn.btn-light:active, 
.avatar-card label.btn.btn-light:focus{
    background-color: #a10000 !important;
}

.avatar-card input[type="radio"]:checked + label {
  background: #29a2ba !important;
  color:#fff;
}
.avatar-card input[type="radio"] {
  opacity: 0;
  position:absolute;
}

.avatar-card h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
a.badge.edit-avatar {
    background-color: #117a8b;
    border-radius: 50%;
    color: #fff;
    aspect-ratio: 1 / 1;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 58px;
    bottom: 15px;
}
a.badge.edit-avatar:hover{background-color: #a10000;}

hint {
    font-size: 12px;
    font-weight: 600;
    color: #4f72a1;
    text-align: right;
    display: block;
}

nav.navbar.navbar-expand-xl.fixed-top.bg-navbar {
    box-shadow: 0 0 4px #0000001c;
}

.user-header h1 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    letter-spacing: 2px;
}
.text-sm {
    font-size: 14px;
}


table.table-striped td {
    vertical-align: middle;
}
table.table-striped tr:hover > td {
    background-color: #c0e3ea;
}

img.profile-icon {
    max-width: 100% !important;
}

.profile-block{
    width: 70px;
    height: 75px;
}

.col-actions {
   /* max-width: 200px;*/
}

.user-header .profile-icon {
    max-width: 70px !important;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #a11200;
    clip-path: circle();
}
.column-remove-cart .btn,
.col-actions .btn{
    font-size: 22px !important;
}

.sign-out-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    top: -38px;
    right: -30px;
}
.box-shadow {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.sign-in-content h1 {
    font-size: 32px;
    font-weight: 100;
    margin: 0 0 30px 0;
}

.sign-in-content h1 span.brand {
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/redreferralnetwork_com/media/picture/657a/1816/c89a/d20b/2c92/0b32/original_header_RRN_logo.png?1702500374);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  width: 330px;
  display: inline-block;
  height: 47px;
  text-indent: -50000px;
  margin-bottom: 0px;
  position: relative;top: 12px;
  max-width: 100%;
}

#group-stats .alert {
    padding: 0;
}

#group-stats .alert.alert-primary {
    border-radius: 6px 0 0 0 !important;
    border-right: none;
}

#group-stats .alert.alert-success {
    border-left: none;
    border-radius: 0 6px 0px 0;
}

#group-stats .alert label {
    margin: 0;
    background-color: #34465c;
    color: #fff;
    padding: 2px 10px;
}

#group-stats .alert.alert-primary label {
    border-radius: 6px 0 0 0;
}

.test-item {
    margin: 0 0 30px 0;
}

.test-item h6 {
    font-weight: 900;
    color: #e4afafdd;
}


p.text-small.text-dark {
    font-size: 12px;
}

a.thread-selector {
    display: block !important;
    cursor: pointer;
  top: -8px;
    position: relative;
}

a.thread-selector:hover {
    text-decoration: none !important;
    zoom: 01.03;
}
.message-thread {position: relative;top: 8px;}


.bg-modal {
    background-color: rgb(0 0 0 / 50%);
}


/*COMMENT CSS*/

div#comment-list .card-header {
    font-size: 15px;
}

div#comment-list .card-body p {
    font-size: 18px;
  	margin: 0;
}

div#comment-list .card.bg-light.mb-2:nth-child(odd) {
    background-color: #f1f1f199 !important;
}


div#comment-list .card.bg-light:nth-child(even) {
    background-color: #fffef9 !important;
}
.user-icon {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    
    margin: 0 10px 0px 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
}

.user-letter {
    display:block;
    visibility:hidden;
    text-align:center;
    width: 25px;
    margin: 0 auto;
    font-size: 32px;
}

.user-letter:first-letter {
    visibility:visible;
  
}
p.by-line {
    font-size: 12px !important;
}
button.toggle-me {
    width: 40px;
    padding: 7px;
    margin: 0 0 8px 0;
}

.reply-button {
    display: block;
    text-align: right;
    margin: 10px 0 0 0; 
}
.subscription-block-render h6 {
    display: none;
}
input.form-control#lms_user_image_url {display: none;}

#comments div#custom-div-1,
#comments div#custom-div-2,
#comments div#custom-div-3,
#comments div#custom-div-4,
#comments div#custom-div-5,
#comments div#custom-div-6,
#comments div#custom-div-7,
#comments div#custom-div-8{
    margin-bottom: 10px;
}

#groupTab li.nav-item {
    margin-bottom: 1px;
}
.bubble {
max-width:65%;
    position: relative;
	padding:10px;
	border-radius: .4em;
}

.bubble.bubble-odd{
    background-color:#e5e5e5;
    margin-left:10px;
    
}

.bubble.bubble-odd:after{
    content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #e5e5e5;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}


.bubble.bubble-even{
    background-color:#cef1ff;
    margin-right:10px;
}

.bubble.bubble-even:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #cff1ff;
	border-right: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-right: -20px;
}
small.text-tds {
    color: #bfbfbf;
}
#comment-order .card:nth-child(even) {
    background-color: #f7f7f7;
}

#comment-order .card .card-body blockquote {
    border-bottom: 1px solid #dee2e6;
}
#comment-order .card .card-body blockquote:first-child {
}
#comment-order .card .card-body blockquote:last-child {
}
#comment-order .card .card-body blockquote:last-of-type{

} 
#comment-order .card .card-body blockquote:first-of-type{
    margin-top: 18px !important;
} 
#comment-order .card .card-body blockquote:nth-child(even) {
    border-top: 1px solid #dee2e6;
    display: block;
    background-color: #fbfcff;
}

#comment-order .card .card-body blockquote form {
    position: relative;
    top: -40px;
    right: 35px;
}
#comment-order .reply-button form {
    margin: 0 -5px 0 20px;
}

th.occupation-col {
    width: 200px;
}
h1{    
  margin-top: 20px;
}
 .info-window {
            max-height: 150px;
            overflow-y: auto;
        }
        #map-container {
            position: relative;
        }
        #map-loading-spinner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

.tooltip-custom {
  position: relative;
}
.tooltip-custom:before,
.tooltip-custom:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index:8000;
}
.tooltip-custom:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgb(27 120 139); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
      top: 35px;
    left: 20px;
  width: 0;
}
.tooltip-custom:before {
  background: rgb(27 120 139);
  border-radius: 2px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  padding: 6px 10px;
    top: 40px;
  white-space: nowrap;
    left: -100px;
    min-width: 150px;
    text-wrap: wrap;
   
 
  white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}


/* expand */
.tooltip-custom:before {
  transform: scale3d(.2,.2,1);
  transition: all .5s ease-in-out;
}
.tooltip-custom:after {
  transform: translate3d(0,6px,0);
  transition: all .3s ease-in-out;
}
.tooltip-custom:hover:before,
.tooltip-custom:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.tooltip-custom:hover:after {
  transition: all .5s .3s ease-in-out;
}

.tooltip-custom.tooltip-left:before {
    left: 0;
}

.action-tools .btn {
    width: 50px;
    height: 50px;
    padding: 7px 7px;
}



@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.responsive, .responsive thead, .responsive tbody, .responsive th, .responsive td, .responsive tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.responsive tr { border: 1px solid #ccc; border-top: 8px solid #4e85a0;}
	
	.responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #a1a1a1;
		position: relative;
		padding-left: 40%;
		min-height: 46px !important;
		word-wrap: break-word;
	}
	
	.responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 15px;
		left: 6px;
		width: auto;
		padding-right: 10px;
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.responsive td:before { content: attr(data-table-header); font-weight: 900;}
  tfoot {
    width: 100% !important;
    display: block;
}

.responsive tfoot td {
    width: 100% !important;
    display: block;
    padding: 10px;
    text-align: center;
}

.responsive tfoot tr {
    width: 100% !important;
}
  .responsive td.col-actions:before {
    display: none;
}

.responsive td.col-actions {
    padding-left: 10px;
    width: 100% !important;
    display: contents;
}
.action-tools {
    padding: 10px 0;
}
td.no-referral {
    padding-left: 10px;
}
  
}

.table-responsive .bootstrap {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive.bootstrap {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive.bootstrap > .table {
    margin-bottom: 0;
  }
  .table-responsive.bootstrap > .table > thead > tr > th,
  .table-responsive.bootstrap > .table > tbody > tr > th,
  .table-responsive.bootstrap > .table > tfoot > tr > th,
  .table-responsive.bootstrap > .table > thead > tr > td,
  .table-responsive.bootstrap > .table > tbody > tr > td,
  .table-responsive.bootstrap > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive.bootstrap > .table-bordered {
    border: 0;
  }
  .table-responsive.bootstrap > .table-bordered > thead > tr > th:first-child,
  .table-responsive.bootstrap > .table-bordered > tbody > tr > th:first-child,
  .table-responsive.bootstrap > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive.bootstrap > .table-bordered > thead > tr > td:first-child,
  .table-responsive.bootstrap > .table-bordered > tbody > tr > td:first-child,
  .table-responsive.bootstrap > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive.bootstrap > .table-bordered > thead > tr > th:last-child,
  .table-responsive.bootstrap > .table-bordered > tbody > tr > th:last-child,
  .table-responsive.bootstrap > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive.bootstrap > .table-bordered > thead > tr > td:last-child,
  .table-responsive.bootstrap > .table-bordered > tbody > tr > td:last-child,
  .table-responsive.bootstrap > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive.bootstrap > .table-bordered > tbody > tr:last-child > th,
  .table-responsive.bootstrap > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive.bootstrap > .table-bordered > tbody > tr:last-child > td,
  .table-responsive.bootstrap > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn-dark.disabled, .btn-dark:disabled {
    opacity: 1;
    background-color: #98b0b7 !important;
    border-color: #98b0b7 !important;
}
span.mobile-break {
    text-align: left;
    display: inline-flex;
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
span.mobile-break {
    text-align: left;
    display: block;
}
}

legend {
    padding-top: 20px !important;
    border-top: 4px solid #f5f5f6;
    margin-top: 10px;
}
#flash-notice {
    position: fixed;
    padding-top: 150px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 500;
}

 #occupation_list_id{
        float:left;
        width:100%;
        overflow-y: auto;
        max-height: 30vh;
      }

div#occupation-message {
    font-weight: 900;
    color: #a10000;
}
.share-copy {
    background-color: #044c6f;
    color: #fff;
}
.share-group legend {
    font-size: 15px;
    margin: 0 0 2px 0;
}

.share-group .btn {
    padding: 1px 25px;
    border-radius: 20px;
}
.share-group .btn:hover {
    color: #fff !important;
    background-color: #11788b;
}
ul#stats-tab {
    height: 52px;
}
div#registration-overlay {
    bottom: 70px;
    width: 100%;
}

.bg-whitescreen {
    background-color: #ffffffc2;
}

label.text_optin {
    font-size: 13px;
}


ul.tier-level {
    list-style: none;
   
    padding: 0 0px 0px 10px;
}

li.group-tier {
   margin:0;
   padding: 10px;
}
.tier-level > li.group-tier a{color:#fff}
.tier-level > li.group-tier:nth-child(odd){background: #021924;color: #fff;}
.tier-level > li.group-tier:nth-child(even){background: #6c747d;}
.tier-level > .group-tier > .tier-level {
    margin: 10px 0 0 0;
}
.tier-level > .group-tier > .tier-level > .group-tier a{}
   
.tier-level > .group-tier > .tier-level > .group-tier:nth-child(odd) {background: #033C5A}
.tier-level > .group-tier > .tier-level > .group-tier:nth-child(even) {background: #11788b;}
.tier-level > .group-tier > .tier-level > .group-tier > .tier-level{}  
.tier-level > .group-tier > .tier-level > .group-tier > .tier-level > .group-tier{}
.tier-level > .group-tier > .tier-level > .group-tier > .tier-level > .group-tier:nth-child(odd) {background: #045B7D;}
.tier-level > .group-tier > .tier-level > .group-tier > .tier-level > .group-tier:nth-child(even) {background: #6c747d;}

ul#tiers-tree {
    padding: 0;
    list-style: none;
    margin: 0;
}


ul#tiers-tree li.group-tier:first-child {
    margin: 5px 0 0 0;
}
.tier-level > .group-tier .btn-tree {background: #11788b}
.tier-level > .group-tier > .tier-level > .group-tier  .btn-tree {background: #a11200}
.tier-level > .group-tier > .tier-level > .group-tier > .tier-level > .group-tier .btn-tree {background: #021924}


.btn-small {
    font-size: 10px;
}
.btn-small {
    font-size: 10px;
}

a.toggle:hover {
    text-decoration: none;
}

a.toggle {
    cursor: pointer;
}

a.btn-tree {
    border: 1px solid #ddd;
    margin: 5px 0 5px 0;
}

