@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-4/colors/gold.css');

.slider-section {
  padding-bottom: 0;
}
.video-section .video-copy, .video-section .video-content {
  padding: 50px;

}
.video-section .video-copy h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #104c6e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  margin: 0 0 20px;
}
.video-section .video-copy h2 .head-2 {
  display: block;
}
.video-section .video-copy p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #343434;
}
.video-section .video-copy .button {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2.5px;
  color: #7e6542;
  display: inline-block;
  border: 1px solid #7e6542;
  text-transform: uppercase;
  padding: 10px 25px 8px;
  -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;
}
.video-section .video-copy .button:hover {
    border: 1px solid #000000;
    color: #000000;
}
.video-section {
  min-height: 340px;
}
.video-section .video-content img {
  max-width: 100%;
  height: auto;
}


.social-container {
  padding: 0 0 20px;
}
.footer-contact-content {
  padding: 0px;
  overflow: auto;
}
.footer-contact-logo {
  position: inherit;
  bottom: auto;
  right: auto;
}
.footer-contact-logo .ftr-logo-wrapper {
  display: block;
}
.footer-contact-logo .ftr-logo-wrapper .ftr-logo {
  margin: 0 auto;
}
.footer-cta-content {
  text-align: center;
}
.footer-contact-content .ftr-nap .ftr-nap-address-line1:after, .footer-contact-content .ftr-nap .ftr-nap-address-line2:after {
  display: none;
}
.ftr-nap-address-csz {
  display: block;
  padding: 7px 0 0;
}

.footer-section .footer-cta-section .ftr-nap .ftr-nap-phone:before {
  content: "Main ";
  font-size: 17px !important;
  font-family: 'Lato', sans-serif;
  display: inline;
  margin-left: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-section .footer-cta-section .ftr-nap-address, .footer-section .footer-cta-section .ftr-nap-link, .footer-section .footer-cta-section .ftr-nap a {
  font-size: 17px !important;
  margin-bottom: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.footer-section .footer-cta-section .ftr-nap li {
  padding-left: 0;
}
.footer-section .footer-cta-section .ftr-nap .ftr-nap-link-hover.ftr-nap-phone:before {
  color: #7e6542;
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
.footer-cta-content {
  text-align: center;
}
}

/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {
  .video-section .video-copy, .video-section .video-content {
    padding: 50px 100px;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .video-section .video-copy, .video-section .video-content {
    padding: 30px;
  }
  .footer-cta-section {
    padding-bottom: 0px;
  }
}



/* 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) {}

/* IE only */
@media screen\0 {

}
