/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/colors/blue.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');
  

.footer-sites-btm { 
    margin-top: 70px;
    padding-right: 60px;
    padding-left: 40px;
}
.footer-sites-btm a {
    color: #b7deff !important;
}
.footer-sites-btm a:hover {
    color: #ffffff !important;
}
.quote-section .pov-carousel .mc-container a .mc-image {
    height: auto;
    width: auto !important;
}
.affiliates-carousel .mc-content-wrapper {
    display: none;
}
.affiliates-carousel .mc-main-heading {
    margin-bottom: -40px !important;
}
.affiliates-carousel .mc-main-heading {
    text-align: left;
    font-family: 'Playfair Display', serif;
    color: #002949 !important;
    font-size: 31px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}


.copy-section .ftr-nap-phone, .copy-section .ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions, .copy-section .ftr-nap p {
    display: inline-block;
}
.copy-section .ftr-nap {
    line-height: initial;
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 20px;
}
.copy-section .ftr-nap a {
    color: #4a7aa3;
	-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;
}

.copy-section .ftr-nap a:hover {
    color: #393939;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.copy-section .ftr-nap .ftr-nap-phone:before,
.copy-section .ftr-nap .ftr-nap-map-directions:before {
	display: none !important;
}
.copy-section .ftr-nap .ftr-nap-phone:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
    color: #bfbebe;
}
.copy-section .ftr-nap li {
    padding: 0px;
    line-height: 28px;
}

.yearbook-container h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 42px !important;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-bottom: 45px; 
}
 /*
==============================================
Responsive Media Queries
==============================================
*/
  
/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

}
 
/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
        display: none;
    }
}
 
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    .copy-section .yearbook-slide {
        width: 43.33%;
    } 
}
 
 
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
     
}
 
 
/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
        display: none;
    }

    .footer-sites-btm { 
        padding-right: 0px;
        padding-left: 0px;
    }
    
}
 
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
     
}
 
 
 
/* 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 {
 
}