/* /RJ/Advisor Sites/Global/Global CSS/Model 2/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/Colors/gold.css');

/*
==============================================
Sticky CTA Footer
==============================================
*/
.footer-cta-sticky {
  background: #7D7459 !important;
  margin: 0 !important;
  position: fixed !important;
  right: -1px !important;
  bottom: 155px !important;
  z-index: 10 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 8px 25px !important;
  visibility: visible;


  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  }
.footer-cta-sticky a {
  color: #fff;
}
.footer-cta-sticky .head-1 {
  font-family: 'Abel', sans-serif !important;
  color: #ffffff;
  font-size: 18px !important;
  line-height: 4px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 10px 5px;
}

.footer-cta-sticky:hover {
  background: #000!important;
  color: #ffffff !important;

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
.footer-cta-sticky {
  right: 0px !important;
  bottom: 0px !important;
  padding: 18px 5px !important;
  text-align: center;
  position: relative !important;
}
.billboard-section {
  margin-top: -50px;
}
.body-home .header-main {
  background: -webkit-linear-gradient(139deg, #584e40 9%, #83745d 52%, #584e40 87%, #584e40 80%) !important;
  background: linear-gradient(311deg, #584e40 9%, #83745d 52%, #584e40 87%, #584e40 80%) !important;
}

}
