/* /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');

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;


========================================================================================================================
*/

.primary-nav .nav-subnav-third {
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-pattern-dark.jpg) !important;
}
/*
==============================================
Navigation
==============================================
*/
.primary-nav .nav-subnav-third {
    background-image: none !important;
}
/*
==============================================
Team Page
==============================================
*/

.yearbook-slide {
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.yearbook-slide:before {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
		background: #002949;
    color: #FFFFFF;
    width: 100%;
    height: 30px;
    line-height: 30px;
    content: "View Bio";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
}
.yearbook-three .yearbook-headshot-wrapper {
    max-width: 100%;
}
.yearbook-slide:hover:before {
    top: -30px;
}
.yearbook-slide:hover {
    background: transparent;
		box-shadow: inset 0px 20px 50px 0px rgba(0,0,0,0.1), inset 10px 20px 50px -20px rgba(0,0,0,0.1);
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/



/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.yearbook-slide:before {
	    top: -30px;
	}
}


/* 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-address-wrapper {
    display: none !important;
}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
	    max-width: 100%;
	    width: 100%;
	}
	.copy-section .yearbook-three .yearbook-headshot {
	    max-width: 100%;
	    width: 100%;
	}
	.yearbook-slide:before {
	    top: 0px;
	    z-index: 1;
	    position: relative;
	}
	.yearbook-slide:hover:before {
	    top: 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) {
	.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
	    max-width: 100%;
	    width: 100%;
	}
	.copy-section .yearbook-three .yearbook-headshot {
	    max-width: 100%;
	    width: 100%;
	}
	.yearbook-slide:before {
	    top: 0px;
	    z-index: 1;
	    position: relative;
	}
	.yearbook-slide:hover:before {
	    top: 0px;
	}

}

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

}
