:root {
  --chart-color-1: #002949;
  --chart-color-2: #4A7194;
  --chart-color-3: #7AB7C3;
  --chart-color-4: #686E9C;
  --number-accent: #3A76A1;
  --bar-top: #eceff2;
  --bar-bottom: #d8dbde;
  --gray-medium-1: #DBDEE3;
  --theme-light: #f5f7f9;
  --un-ease: all 0.3s ease-in-out;
}
/*==================== Next image  ====================*/
.next-image {
  width: 628px;
  margin: 0 auto;
}
.next-image img {
  width: 100%;
}
.rt-eyebrow-successor {
  text-align: center;
}
/*==================== Callouts business wealth  ====================*/
.co-business-wealth,  
.co-business-wealth .callout-item {
  background: transparent !important;
}
.co-business-wealth .callout-item {
    width: calc(100% - 20px);
}
.co-business-wealth {
  margin-top: 0px !important;
}
.co-business-wealth .callout-heading {
  font-size: 28px !important;
  line-height: 33px !important;
  text-transform: none !important;
  font-weight: 400;
}
.co-business-wealth .callout-heading-wrapper, 
.co-business-wealth.callouts-mobile-slider .callout-heading-wrapper {
  padding: 0px !important;
}
.co-business-wealth .callout-copy-wrapper {
  padding: 0px !important;
  padding-right: 20px !important;
}
.co-business-wealth .callout-copy-wrapper {
  border-top: 1px solid var(--gray-medium-1);
  padding-top: 20px !important;
  margin-top: 5px !important;
}
.and-successor-content .eyebrow {
  border-bottom: transparent;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}


/*==================== Survey section and chart  ====================*/
.rt-survey-content  {
  padding-top: 90px;
}
.rt-survey-content p span {
  font-size: 33px;
  line-height: 43px;
  font-weight: 400;
  display: block;
}
.rt-survey-content p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-left: 25px;
}
.rt-survey-content h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 50px;
  padding-right: 70px;
  text-transform: none;
}
.rt-survey-content-graph {
  padding-top: 90px;
  text-align: center;
}
.rt-survey-content-graph .donut {
  width: 240px;
  height: 240px;
}

.rt-survey-content-graph .donut-segment-business {
  fill: transparent;
  stroke-width: 4;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
}
/*==================== Survey chart  ====================*/
.rt-survey-content-graph .wow.animated .donut-segment-business {
  animation: rt-survey-rotate 2s cubic-bezier(0.6, 0.05, 0.2, 1) forwards;
}
.rt-survey-content-graph .donut-segment-business-1 {
  stroke: var(--chart-color-1); /* Dark blue */
  stroke-dasharray: 50 50;
  stroke-dashoffset: 0;
  animation-delay: 0s;
}
.rt-survey-content-graph .donut-segment-business-2 {
  stroke: var(--chart-color-2); /* Medium blue */
  stroke-dasharray: 25 75;
  stroke-dashoffset: -50;
  animation-delay: 0.2s;
}
.rt-survey-content-graph .donut-segment-business-3 {
  stroke: var(--chart-color-3); /* Teal */
  stroke-dasharray: 15 85;
  stroke-dashoffset: -75;
  animation-delay: 0.4s;
}
.rt-survey-content-graph .donut-segment-business-4 {
  stroke: var(--chart-color-4); /* Purple */
  stroke-dasharray: 10 90;
  stroke-dashoffset: -90;
  animation-delay: 0.6s;
}
.rt-survey-content-graph .donut-hole {
  fill: transparent;
}
.rt-survey-content-graph .donut-ring {
  fill: transparent;
  stroke: transparent;
  stroke-width: 4;
}
@keyframes rt-survey-rotate {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.rt-survey-content-graph .donut-chart-wrapper {
  width: 240px;
  margin: 0 auto;
}
.rt-survey-content-graph .legend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 20px;
  justify-content: center;
  margin-top: 24px;
  font-size: 14px;
  line-height: 21px;
  width: 280px;
  margin: 0 auto;
}
.rt-survey-content-graph .legend-item {
  display: flex;
  align-items: center;
}
.rt-survey-content-graph .li-item-left {
  animation: slideInRightSmall 1.5s forwards;
}
.rt-survey-content-graph .li-item-right {
  animation: slideInLeftSmall 1.5s forwards;
}
.rt-survey-content-graph .color-box {
  width: 24px;
  height: 10px;
  margin-right: 8px;
  border-radius: 0px;
}
.rt-survey-content-graph .color-less-than-25 { background-color: var(--chart-color-4); }
.rt-survey-content-graph .color-26-50        { background-color: var(--chart-color-1); }
.rt-survey-content-graph .color-51-75        { background-color: var(--chart-color-2) }
.rt-survey-content-graph .color-more-than-75 { background-color: var(--chart-color-3); }

/*==================== Survey section lower  ====================*/
.survey-section-lower {
  border-top: 1px solid var(--gray-medium-1);
  padding-top: 70px;
  margin-top: 20px;
}
.rt-survey-content-lower {
  padding-bottom: 90px;
}
.rt-survey-content-lower h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  padding-right: 70px;
  text-transform: none;
}
.rt-survey-content-lower-stats {
  padding-bottom: 90px;
}
.rt-survey-content-lower-stats p {
  font-size: 20px;
  line-height: 25px;
}
.rt-survey-content-lower-stats p span {
  font-size: 30px;
  line-height: 35px;
  display: block;
}
.rt-next-steps h2 {
  text-transform: none;
}
.rt-next-steps-barchart .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid;
  border-color: var(--gray-medium-1)
}
.rt-next-steps-barchart .bar-chart-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* Align to the bottom of the container */
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  padding: 1rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .rt-next-steps-barchart .bar-chart-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.rt-next-steps-barchart .bar-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 200px;
  position: relative;
  padding-right: 1em;
  min-height: 510px; /* Adjusted to the height you provided */
}
/* Light gray line to the left of each column */
.rt-next-steps-barchart .bar-column::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: var(--gray-medium-1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.rt-next-steps-barchart .bar-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  padding-left: 10px;
  transition: margin-bottom 2s ease-in-out; /* Add transition for the text */
}
/* Dark blue line to the left of the text */
.rt-next-steps-barchart .bar-info::before {
  content: '';
  display: block;
  width: 6px;
  height: 74px;
  background-color: var(--rj-blue);
  position: absolute;
  left: 2px;
  top: 0;
}
.rt-next-steps-barchart .percentage {
  font-size: 57px;
  font-weight: 300;
  padding-left: 5px;
  color: var(--rj-blue);
  position: relative;
}
.rt-next-steps-barchart .percent-symbol {
  color: var(--number-accent); /* or any color you want */
  font-weight: 400;
  font-size: 37px;
  top: -5px;
  position: relative;
}
.rt-next-steps-barchart .description {
  color: var(--rj-navy);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 118.182% */
  letter-spacing: -0.33px;
  position: relative;
  top: 22px;
  left: 10px;
}
.rt-next-steps-barchart .bar {
  /* background-color: #dee4eb; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8dbde+0,eceff2+100 */
  background: linear-gradient(to bottom, var(--bar-bottom) 0%,var(--bar-top) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  border-radius: 0px;
  transition: height 2s ease-in-out, opacity 2s ease-in-out; /* Smooth transition for bar height and opacity */
  height: 0px; /* Start at 0 height for animation */
  opacity: 0; /* Start invisible */
}
/* The classes for the final heights are now used as animation targets */
.rt-next-steps-barchart .bar-33 { height: 300px; }
.rt-next-steps-barchart .bar-30 { height: 275px; }
.rt-next-steps-barchart .bar-20 { height: 180px; }
.rt-next-steps-barchart .bar-16 { height: 140px; }

/* Animation class added with JavaScript */
.rt-next-steps-barchart .animated .bar-33 {
    animation: bar-grow-33 2s ease-in-out forwards;
    opacity: 1;
}
.rt-next-steps-barchart .animated .bar-30 {
    animation: bar-grow-30 2s ease-in-out forwards;
    opacity: 1;
}
.rt-next-steps-barchart .animated .bar-20 {
    animation: bar-grow-20 2s ease-in-out forwards;
    opacity: 1;
}
.rt-next-steps-barchart .animated .bar-16 {
    animation: bar-grow-16 2s ease-in-out forwards;
    opacity: 1;
}

/* Keyframes for each bar */
@keyframes bar-grow-33 { from { height: 0; } to { height: 300px; } }
@keyframes bar-grow-30 { from { height: 0; } to { height: 275px; } }
@keyframes bar-grow-20 { from { height: 0; } to { height: 180px; } }
@keyframes bar-grow-16 { from { height: 0; } to { height: 140px; } }

@media (max-width: 768px) {
  .rt-next-steps-barchart .bar-column {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      padding-right: 1rem;
      min-height: auto;
  }
  .rt-next-steps-barchart .bar-column::before {
      left: 0; 
  }
  .rt-next-steps-barchart .bar-info {
      margin-bottom: 1rem;
      padding-left: 0.5rem;
  }
  .rt-next-steps-barchart .bar-info::before {
      height: 100%;
  }
  .rt-next-steps-barchart .percentage {
      margin-left: 0;
  }
  .rt-next-steps-barchart .description {
      margin-left: 0;
  }
  .rt-next-steps-barchart .bar {
      width: 100%;
      height: auto;
  }
  .rt-next-steps-barchart .bar-33 { height: 250px; }
  .rt-next-steps-barchart .bar-30 { height: 225px; }
  .rt-next-steps-barchart .bar-20 { height: 150px; }
  .rt-next-steps-barchart .bar-16 { height: 120px; }
} 
.rt-busniess-img {
  margin-top: 75px;
}
.rt-busniess-img img {
  width: 100%;
}
/*==================== Horizontal stats  ====================*/
.rt-busniess-horiz-chart {
  margin-top: 75px;
}
.rt-busniess-horiz-chart h2 {
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: none;
}
.rt-busniess-horiz-chart h3 {
  font-size: 20px;
  line-height: 25px;;
  font-weight: 400;
  color: var(--rj-dark);
  text-transform: none;
}
.rt-busniess-horiz-chart h3 strong {
  font-size: 29px;
  line-height: 28px;;
  font-weight: 400;
  color: var(--rj-blue);
  display: block;
  margin-top: 5px;
}
.rt-busniess-horiz-chart .business-owners-content-b{
  margin-top: 75px;
}
.rt-busniess-horiz-chart .category { 
  margin-bottom: 30px; 
}
.rt-busniess-horiz-chart .bar-container {
  display: flex;
  align-items: center;
}
.rt-busniess-horiz-chart .bar-wrapper {
  height: 12px;
  margin-right: 12px;
  flex-shrink: 0;
  width: 0;         /* starts at 0%; JS animates this to N% */
  max-width: 100%;
}
.rt-busniess-horiz-chart .bar-horiz {
  height: 12px;
  background-color: var(--rj-blue);
  width: 100%;
}
.rt-busniess-horiz-chart .percentage {
  font-size: 41px;
  line-height: 42px;
  font-weight: 400;
  padding-left: 5px;
  color: var(--rj-blue);
  position: relative;
}
.rt-busniess-horiz-chart .percentage:before {
  content:"";
  height: 39px;
  width: 1px;
  background: var(--number-accent);
  display: block;
  position: absolute;
  left: -0px;
  top: 3px;
}
.rt-busniess-horiz-chart .percent-symbol {
  color: var(--number-accent); /* or any color you want */
  font-weight: 400;
  font-size: 37px;
  position: relative;
}
.rt-busniess-horiz-chart .number {
  color: var(--rj-blue);
}
.rt-next-steps-barchart {
  padding: 75px 0;
}
.rt-survey-content-graph-question {
  text-align: center;
  padding: 30px 45px;
}
.rt-survey-content-graph-question h3 {
  text-align: center;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.rt-having-aplan {
  padding: 110px 0;
  max-width: 960px; 
  margin: 0 auto;
}
.rt-having-aplan h2 {
  text-align: center;
  font-weight: 400;
  max-width: 690px;
  margin: 0px auto 45px !important;
  text-transform: none;
}
.rt-having-aplan .having-plan-wrapper {
  display: flex;
  gap: 4rem; /* Optional: adds space between columns */
  flex-wrap: wrap; /* Optional: allows wrapping on smaller screens */
}
.rt-having-aplan .bo-col-a {
  flex: 1.9; /* Makes both columns take equal width */
  min-width: 300px; /* Optional: ensures readability on smaller screens */
}
.rt-having-aplan .bo-col-b {
  flex: 1; /* Makes both columns take equal width */
  min-width: 300px; /* Optional: ensures readability on smaller screens */
}
/*==================== Contact cta  ====================*/
.co-business-owners-btn-cta h2 {
  max-width: 580px;
  margin: 0 auto 15px;
  text-transform: none !important;
}
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .rt-having-aplan {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {
  .rt-survey-content-graph {
    padding-top: 10px;
  }
  .rt-survey-content p {
      margin-left: 0;
  }
  .rt-next-steps-barchart .bar-info::before {
    height: 70%;
  }
  .rt-next-steps-barchart .content-wrapper {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .rt-next-steps-barchart .bar-column {
    min-height: 510px;
  }
  .rt-next-steps-barchart .bar-info {
    margin-bottom: 5rem;
  }
  .rt-next-steps-barchart .bar-info::before {
    left: 2px;
  }
  .bar-chart-wrapper {
    padding: 4rem;
  }
  .rt-next-steps-barchart .description {
    font-size: 17px;
    line-height: 21px;
  }
  .rt-busniess-img {
    text-align: center;
  }
  .rt-busniess-img img {
    width: 70%;
  }
  .rt-survey-content-lower {
      padding-bottom: 20px;
  }
  .rt-having-aplan .having-plan-wrapper {
    gap: 0rem;
  }

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .rt-survey-content h2 {
    padding-right: 0;
  }
  .rt-survey-content-lower h2 {
    padding-right: 0;
  }
  .rt-survey-content h2 {
    margin-bottom: 30px;
  }
  .rt-survey-content-lower {
    padding-bottom: 20px;
  }
  .rt-survey-content-lower h2 {
    font-size: 33px;
    line-height: 39px;
  }
  .rt-survey-content h2 {
    font-size: 33px;
    line-height: 39px;
  }
  .rt-having-aplan {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rt-next-steps-barchart .bar-info::before {
    height: 100%;
  }
  .rt-next-steps-barchart .content-wrapper {
    border-right: none !important;
  }
  .rt-next-steps-barchart .content-wrapper {
    display: block;
  }
  .rt-next-steps-barchart .bar-column {
    min-height: auto;
  }
  .rt-next-steps-barchart .animated .bar {
    display: none;
  }
  .rt-next-steps-barchart .description {
    top: 0;
  }
  .rt-next-steps-barchart .bar-column::before {
    display: none;
  }
  .rt-next-steps-barchart .bar-chart-wrapper {
    padding: 0;
  }
  .rt-next-steps-barchart {
    padding: 50px 0;
  }
  .rt-busniess-img img {
    width: 100%;
  }
  .next-image {
    width: 100%;
  }
  .business-owners-section .and-successor-section .co-business-wealth .callout-item .callout-link {
        background: transparent !important;
  }
  /* .rj-light .callouts-no-categories.callouts-mobile-slider .callout-slide {
    background: transparent !important;
  } */
  .body-business-wealth-campaign .bb-business-hero {
    height: auto !important;
    min-height: auto !important;
  }
  .body-business-wealth-campaign .bb-business-hero .billboard-content-wrapper .container {
    padding: 0;
  }
  .body-business-wealth-campaign .bb-business-hero .billboard-content-wrapper .row {
    padding: 0px !important;
  }
  .body-business-wealth-campaign .billboard-mobile-holder {
    height: 253px;
    background-size: cover;
    background-position: top center;
  }
  .body-business-wealth-campaign .bb-business-hero .billboard-content-wrapper {
    padding: 0px !important;
    top: 0;
    bottom: inherit;
    position: relative !important;
  }
  .body-business-wealth-campaign .bb-business-hero .billboard-heading-wrapper {
    padding: 25px 25px 0 !important;
  }
  .body-business-wealth-campaign .bb-business-hero .col-md-12 {
      padding: 5px 25px 30px!important;
      line-height: 25px;
  }
  .body-business-wealth-campaign .rt-survey-content-graph-question {
    padding: 30px 0px;
  }
  .body-business-wealth-campaign .rt-next-steps-barchart .bar-info {
    margin-bottom: 2.5rem;
  }
  .body-business-wealth-campaign .rt-next-steps-barchart .description {
    top: 6px;
    left: 8px;
  }
  .body-business-wealth-campaign .bb-business-hero h1 {
    padding-bottom: 10px !important;
    padding-left: 0px !important;
  }
  .body-business-wealth-campaign .mc-business-resources {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 810px) {
    /* .rj-light .callouts-no-categories.callouts-mobile-slider .callout-slide {
      background: transparent !important;
    } */
    .business-owners-section .and-successor-section .co-business-wealth .callout-item .callout-link {
      background: var(--rj-light)!important;
    }
}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
 
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
}


/*==================== MODEL BUILD ONLY ====================*/

/*==================== Main intro text ====================*/
.body-business-wealth-campaign .theme-dark {
  background: var(--dark);
}
.body-business-wealth-campaign .cta-business-owners {
  text-align: center;
}
.body-business-wealth-campaign .theme-dark .cta-business-owners h2 {
  color: var(--white) !important;
  font-size: 28px;
  line-height: 32px;
}

.body-business-wealth-campaign .rt-next-steps, 
.body-business-wealth-campaign .rt-whats-yourplan, 
.body-business-wealth-campaign .rt-business-intro {
  max-width: 770px;
  margin: 0 auto;
  padding: 80px 0 60px;
  text-align: center
}
.body-business-wealth-campaign .rt-whats-yourplan {
  padding-bottom: 0px !important;
}
.body-business-wealth-campaign .co-col-4 {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  overflow: hidden;
}
/*iPhone 12/14 Pro landscape*/
@media only screen 
and (min-width: 390px) 
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) { 
.body-business-wealth-campaign .co-col-4 {
  display: block !important;
}
}
.body-business-wealth-campaign .co-business-wealth .callout-item .callout-copy-wrapper, 
.body-business-wealth-campaign .co-business-wealth .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  color: inherit;
}
.body-business-wealth-campaign .bb-business-hero {
  background-position: top center !important;
  min-height: 675px;
  height: 675px;
  position: relative;
  background-size: cover !important;
}
.body-business-wealth-campaign .bb-business-hero .billboard-content-wrapper  {
  max-width: 100%;
  padding: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: auto;
  display: block;
  /* background: rgb(0, 36, 65, 85%); */
  background: rgb(255 255 255 / 90%);
  backdrop-filter: blur(10px);
  left: 0;
  min-height: auto;
  color: var(--gray-dark);
  font-weight: 400;
}
.body-business-wealth-campaign .bb-business-hero .billboard-content-wrapper .container {
    position: relative;
    bottom: inherit;
}
.body-business-wealth-campaign .bb-business-hero .billboard-content-wrapper .row {
    display: flex;
    margin: 0 auto;
    background: none;
    /* padding: 15px 50px 15px 0px !important; */
    flex-direction: column;
}
.body-business-wealth-campaign .bb-business-hero .billboard-content-wrapper .container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.body-business-wealth-campaign .bb-business-hero .billboard-heading-wrapper {
  display: block;
  padding: 0px;
  margin-top: 0px;
}
.body-business-wealth-campaign .bb-business-hero .billboard-heading {
  font-size: 44px;
  text-align: left;
  margin-top: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.body-business-wealth-campaign .bb-business-hero .col-md-12 {
  padding: 0px;
}
.body-business-wealth-campaign .bb-business-hero h1 {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 12px;
  color: var(--gray-dark) !important;
  padding: 10px 0px;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gray-medium);
  margin-bottom: 0px !important;
}
.body-business-wealth-campaign .bb-business-hero h2 {
  text-align: left;
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  color: var(--dark) !important;
  padding: 10px 0px;
  width: 100%;
  text-transform: none;
  font-weight: 300;
  margin: 10px 0;
}
.body-business-wealth-campaign .rt-busniess-horiz-chart .bar-horiz {
  background-color: var(--dark);
}

.body-business-wealth-campaign .rt-next-steps-barchart .percent-symbol {
  color: var(--medium);
}
.body-business-wealth-campaign .rt-busniess-horiz-chart .percentage:before {
  background: var(--gray-dark);
}
.body-business-wealth-campaign .rt-busniess-horiz-chart .percent-symbol {
  color: var(--gray-dark);
}
.body-business-wealth-campaign .mc-business-resources .mc-heading {
  font-size: 25px !important;
  line-height: 30px !important;
  text-transform: none !important;
  font-weight: 400;
  color: var(--gray-dark) !important;
}
.body-business-wealth-campaign .mc-business-resources h2 {
  text-align: center;
  color: var(--dark) !important;
  font-size: 25px !important;
  line-height: 30px !important;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-medium);  
  margin-bottom: 40px !important;
}
.body-business-wealth-campaign .co-business-wealth .callout-heading {
  font-size: 25px !important;
  line-height: 30px !important;
}
.body-business-wealth-campaign .rt-survey-content-lower h2 {
  font-size: 34px;
  line-height: 40px;
  color: var(--dark) !important;  
}
.body-business-wealth-campaign .rt-survey-content h2 {
  font-size: 34px;
  line-height: 40px;
  color: var(--dark) !important;
}
.body-business-wealth-campaign .rt-survey-content-graph-question h3 {
  color: var(--gray-dark) !important;
}
.body-business-wealth-campaign .rt-having-aplan h2 {
  font-size: 28px;
  line-height: 32px;
  color: var(--dark) !important;
}
.body-business-wealth-campaign .having-plan-wrapper ul, 
.body-business-wealth-campaign .having-plan-wrapper ol {
  /* padding-left: 0px;  */
  margin: 0;
}
.body-business-wealth-campaign .mc-business-resources .mc-cta {
  padding: 0;
  border: none !important;
  background: none !important;
  color: var(--medium) !important;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}
.body-business-wealth-campaign .mc-business-resources a:hover .mc-cta {
  color: var(--dark) !important;
  text-decoration: underline;
  padding: 0px !important;
  background: transparent !important;
}
.body-business-wealth-campaign .cta-business-owners .button {
  border-color: var(--white);
  color: var(--white)
}
.body-business-wealth-campaign .cta-business-owners .button {
  border-color: var(--white) !important;
  color: var(--white) !important;
  background: transparent !important;
  margin-bottom: 5px;
  margin-top: 20px;
  display: inline-flex;
  transition: var(--un-ease);
}
.body-business-wealth-campaign .cta-business-owners .button:hover {
  border-color: var(--white) !important;
  background: var(--white) !important;
  color: var(--dark) !important;
}
.body-business-wealth-campaign .rt-next-steps-barchart .bar-info::before {
  background-color: var(--dark);
}
.body-business-wealth-campaign .rt-next-steps-barchart .bar-info::before {
  height: 100%;
}
.body-business-wealth-campaign p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 35px;
}
.body-business-wealth-campaign .rt-next-steps h2, 
.body-business-wealth-campaign .rt-whats-yourplan h2, 
.body-business-wealth-campaign .rt-busniess-horiz-chart h2, 
.body-business-wealth-campaign .rt-eyebrow-successor h2 {
  font-size: 25px !important;
  line-height: 30px !important;
  margin-bottom: 15px !important;
  color: var(--dark) !important;
}
.body-business-wealth-campaign .rt-whats-yourplan .button {
  transition: var(--un-ease);
}
.body-business-wealth-campaign .cta-business-owners {
  margin: 0;
}
.body-business-wealth-campaign .cta-business-owners .ftr-cta {
  padding: 45px 15px;
  display: block;
}
.body-business-wealth-campaign .rt-eyebrow-successor h2 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin-top: 75px !important;
  color: var(--dark);
}
.body-business-wealth-campaign .co-business-wealth {
  margin-bottom: 75px;
}
.body-business-wealth-campaign .whats-yourplan-section {
  border-bottom: 4px solid var(--rj-light);
}
.body-business-wealth-campaign .cta-business-owners-contact {
  text-align: center;
  margin: 0 auto 60px;
}
.body-business-wealth-campaign .cta-business-owners-contact .button {
  transition: var(--un-ease);
}
/*==================== MODEL 2 BUILD fixes  ====================*/
.body-business-wealth-campaign .billboard-heading {
  top: inherit !important;
}
.body-business-wealth-campaign .billboard-heading h1:before {
  display: none;
}
.body-business-wealth-campaign .having-plan-wrapper ul {
  line-height: 33px;
  list-style-type: disc;
}
.body-business-wealth-campaign .footer-section p {
  font-size: inherit;
  line-height: inherit;
}
/*==================== MODEL 3 BUILD fixes  ====================*/
.body-business-wealth-campaign .next-steps-section, 
.body-business-wealth-campaign .whats-yourplan-section, 
.body-business-wealth-campaign .intro-main-section, 
.body-business-wealth-campaign .having-plan-section {
  background: var(--white);
}
.body-business-wealth-campaign .theme-light{
  background: var(--theme-light) !important;
}
.body-business-wealth-campaign .rt-busniess-horiz-chart .number {
  color: var(--dark);
}
.body-business-wealth-campaign .theme-light p, 
.body-business-wealth-campaign .rt-survey-content-graph .legend-item, 
.body-business-wealth-campaign .rt-busniess-horiz-chart h3, 
.body-business-wealth-campaign .co-business-wealth .callout-heading, 
.body-business-wealth-campaign .co-business-wealth .callout-item .callout-copy-wrapper, 
.body-business-wealth-campaign .co-business-wealth .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  color: var(--gray-dark) !important;
}
.body-business-wealth-campaign .rt-next-steps-barchart .percentage {
  color: var(--dark);
}
.body-business-wealth-campaign .rt-next-steps-barchart .description {
  color: var(--gray-dark);
}


.co-business-owners-btn-cta {
  background:  none !important;
  grid-template-columns: repeat(1, 1fr) !important;
  max-width: 660px;
  margin: 45px auto 45px !important;
}
.co-business-owners-btn-cta .callout-item, .callouts-mobile-slider .callout-item {
  background:  none !important;
}
.co-business-owners-btn-cta .callout-item .button {
    border-color: var(--white) !important;
    color: var(--white) !important;
    background: transparent !important;
    margin-bottom: 5px;
    margin-top: 20px;
    display: inline-flex;
    transition: var(--un-ease);
}
.co-business-owners-btn-cta .callout-item .callout-link {
    box-shadow: none !important;
}
.co-business-owners-btn-cta .rt-btn-round {
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 1.7rem;
    line-height: 2.0rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border: 1px solid var(--white);
    background: transparent;
    color: var(--white);
    margin: 15px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block !important;
}
.co-business-owners-btn-cta .rt-btn-round:hover {
    border-color: var(--white) !important;
    background: var(--white) !important;
    color: var(--rj-blue) !important;
}
.co-business-owners-btn-cta .callout-item .button:hover {
    border-color: var(--white) !important;
    background: var(--white) !important;
    color: var(--dark) !important;
}
.co-business-owners-btn-cta .callout-item .callout-copy-wrapper, 
.co-business-owners-btn-cta.callouts-mobile-slider .callout-item .callout-copy-wrapper, 
.co-business-owners-btn-cta .callout-heading-wrapper {
  height: auto !important;
}
.co-business-owners-btn-cta .callout-item .callout-copy-wrapper {
  margin-top: 45px;
  margin-bottom: 20px;
}
 
.co-business-owners-btn-cta .callout-item .callout-heading-wrapper .callout-heading, 
.co-business-owners-btn-cta.callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  color: var(--white) !important;
  font-size: 28px;
  line-height: 32px;
  text-transform: none;
}
.body-business-wealth-campaign .co-business-owners-btn-cta {
    margin: 25px auto;
}
.body-business-wealth-campaign .co-business-owners-btn-cta .callout-item .callout-copy-wrapper {
  margin-top: inherit;
  margin-bottom: inherit;
}
 




/*==================== UNIVERSAL fixes  ====================*/
.body-business-wealth-campaign .mc-container .slick-arrow {
  opacity: 1 !important;
}
.body-business-wealth-campaign .mc-container .slick-next:before, 
.body-business-wealth-campaign .mc-container .slick-prev:before {
    font-size: 50px !important;
    color: var(--dark) !important;
    opacity: 1 !important;
}
.body-business-wealth-campaign .mc-container .slick-prev, 
.body-business-wealth-campaign .mc-container .slick-next {
  display: inherit !important;
}

/*==================== Universal Slick Dots - Dots to Outlines ====================*/
.body-business-wealth-campaign .slick-dots {
  bottom: 0px !important;
  padding: 10px 10px 40px 10px !important;
  position: relative !important;
}
.body-business-wealth-campaign .slick-dots li {
  width: 9px !important;
  height: 9px;
}
.body-business-wealth-campaign .slick-dots li button:hover:before {
  background: var(--gray-dark) !important;
  opacity: 1 !important;
  outline: 1px solid transparent;
}
.body-business-wealth-campaign .slick-dots li.slick-active button:focus:before {
  opacity: 1;
  color: transparent;
}
.body-business-wealth-campaign .slick-dots li button:before {
  color: var(--gray-dark);
  opacity: 0.95;
  font-size: 10px;
  height: 11px;
  width: 11px;
}
.body-business-wealth-campaign .slick-dots li button:focus:before {
  opacity: 1;
}
.body-business-wealth-campaign .slick-dots li button:focus {
  outline: double 2px !important;
  border-radius: 50%;
  outline-color: transparent;
}
.body-business-wealth-campaign .slick-dots li button {
  border: none;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  font-size: 0;
  color: transparent;
  padding: 4px;
  cursor: pointer;
}
.body-business-wealth-campaign .slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  margin-left: 1px;
  margin-top: 1px;
  border: 2px solid var(--gray-dark);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.body-business-wealth-campaign .slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: var(--gray-dark);
  border: 2px solid var(--gray-dark);
}











