/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
@import url('/-/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: Celeste Nunez
DESIGNER: 
JOB #:
COMPLETION DATE: 
ADDITIONAL NOTES:
Fonts:
 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
 
 
========================================================================================================================
*/
 
 
/*
==============================================
Navigation Section
==============================================
*/
 
 
 
 
/*
==============================================
Billboard Section
==============================================
*/
 
 
/*
==============================================
Intro Section
==============================================
*/
 
/*
==============================================
Services Section
==============================================
*/
 
/*
==============================================
Niches Section
==============================================
*/
 
/*
==============================================
Team Section
==============================================
*/

.bio-section .bio-detail-last-name , .bio-section .bio-detail-first-name{
	font-size: 22px !important;
}
 
/*
==============================================
Callouts Section
==============================================
*/
 
 
/*
==============================================
POV Section
==============================================
*/
 
/*
==============================================
Footer Section
==============================================
*/
 
/*
==============================================
Responsive Meia Queries NEW
==============================================
*/
 
 
 
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
     
}
 
 
/* 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) {
     
}
 
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {

     .yearbook-three .yearbook-slide{
			width: auto !important;
		} 
}
 
 
 
/* 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 {
 
}