/* /RJ/Advisor Sites/Global/Global CSS/Model 2/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/base.css');
 

.home-footer .niche-section{
  display: none;
}
.body-home .quote-content {
  padding-top: 40px;
}
.quote-section .bar-initiate-animation:before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
/*
==============================================
Sticky Footer Styles
==============================================
*/

/* .footer-section .footer-cta-sticky {
  left: 0px;
  top: 90px;
  right: inherit !important;
  bottom: inherit !important;
}
.footer-section .footer-cta-sticky:before {
  content:"";
  background: url(https://www.raymondjames.com/belleair/-/media/403e43d307e142baa5f4c83263d1131f.ashx);
  width: 99px;
  height: 75px;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -75px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-section .footer-cta-sticky:hover:before {
  top: -77px;
} */
.footer-section .footer-cta-sticky {
  background: #272e3b;
  color: #c9a560;
  font-size: 16px;
  line-height: 17px;
  font-family: 'Cormorant', serif;
  font-weight: 500;
  border:1px solid #c09f5f;
  padding: 10px 30px;
  letter-spacing: 0;

  
}
.footer-section .footer-cta-sticky:hover {
  background: #c9a560;
  color: #272e3b;
  border:1px solid #272e3b;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.footer-section .footer-cta-sticky:hover {
  letter-spacing: 0;
}
.footer-section .head-3 {
  display: block;
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .footer-section .footer-cta-sticky {
    top: 120px;
  }
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .footer-section .footer-cta-sticky {
    padding: 10px 10px;
  }
  .footer-billboard-section {
    display: none;
  }
  .footer-section .footer-cta-sticky {
    top: 90px;
  }
  .rich-text-container iframe {
    height: 430px;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  /* .footer-cta-sticky {
    bottom: 60px !important;
  } */
  .footer-section .head-3 {
    display: inline;
  }
  .footer-section .footer-cta-sticky {
    left: 0;
    top: inherit !important;
    bottom: 27px !important;
  }
  .footer-section .footer-cta-sticky:before {
  display: none;
  }
  .rich-text-container iframe {
    height: 230px;
    margin-top: 40px;
  }
  .footer-section .footer-cta-sticky {
    font-size: 18px;
  }
}

/* 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) {
  .footer-section .head-3 {
    display: inline;
  }
  .footer-section .footer-cta-sticky {
    left: 0;
    top: inherit !important;
    bottom: 27px !important;
  }
  .footer-section .footer-cta-sticky:before {
  display: none;
  }
  .rich-text-container iframe {
    height: 360px;
    margin-top: 40px;
  }
}
