/* /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/blue.css');
 
/*
@import url('resources.css');
@import url('modules.css');
*/
 
/*==============================================  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;
 
 
========================================================================================================================
*/

.footer-section .social-container a {
  color: #fff !important;
}

.footer-section .social-container .contact-btn-cta {
  background: #104C6E;
  border: 1px solid #104C6E;
  width: 100px;
  height: 50px;
  display: inline-block;
  line-height: 47px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-section .social-container span:hover {
  background: #fff;
  color: #787a7b;
  transition: all 0.4s ease-in-out;
}

.footer-section .social-container .contact-btn-cta {
  border: 1px solid #104C6E;
  width: 100px;
  height: 50px;
  display: inline-block;
  line-height: 47px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
}

.body-home .billboard-heading h1 .head-2 {
  color: #71beff;
}

/* Main Nav Active/Hover */
.body-home .primary-nav > li > a:hover, .body-home .primary-nav > li > a.selected, .body-home .primary-nav > li > a.active, .body-home .nav-standard.selected {
  color: #71beff !important;
}

/* Dropdown Active/Hover */
.body-home .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .body-home .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  color: #71beff !important;
}

.body-home .social-container .fa {
  color: #71beff;
}

.body-home .individuals-and-institutions {
  padding: 25px 0;
  grid-template-columns: repeat(2, 1fr);
}

.body-home .individuals-and-institutions .callout-heading .callouts-head-animation {
  font-family: 'Cormorant', serif;
  font-size: 28px;
  font-style: italic;
}

.body-home .individuals-and-institutions .callout-cta-button {
  transition: all 0.4s ease-in-out;
}

.body-home .individuals-and-institutions .callout-item .callout-cta-wrapper button {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 150%);
  font-family: 'Abel', sans-serif;
  font-size: 21px;
  color: #fff;
  border: solid 1px #104C6E;
  background: #1c2745;
}

.body-home .individuals-and-institutions .callout-item .callout-image-wrapper {
  background: #1c2745;
}

.body-home .individuals-and-institutions .callout-item:hover .callout-image {
  opacity: 0.1;
}

.content-slider-wrapper .slick-prev:before, .content-slider-wrapper .slick-next:before {
  font-size: 40px;
}

.body-home .content-slider {
  margin-top: 50px;
}

.body-home .content-slider-wrapper .content-slider-heading {
  padding-bottom: 0;
}

.team-content .difference-headline {
  margin-bottom: 20px;
}

.team-content .difference-headline .head-1, .body-home .niche-section .mc-main-heading {
  font-family: 'Cormorant', serif;
  font-size: 30px;
  font-style: italic;
  animation-name: slideInDownSmall;
  animation-delay: 0s;
  animation-duration: 1s;
}

.body-home .billboard-section .billboard-content-wrapper:after {
	animation-duration: 6s !important;
}

.team-content .difference-headline .head-2 {
  font-family: 'Abel', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
}

 .body-home .niche-section {
  background-image: url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-4/patterns/bkg-line-pattern.jpg');
}

.niche-section .niche-content {
  width: 80%;
}

.niche-section .niche-content:before {
  display: none;
}

.quote {
  font-size: 26px !important;
  max-width: 850px !important;
}

 .quote-wrapper .quote p {
        font-size: 18px !important;
		font-weight: normal !important;
    }


.quote-section .bar-initiate-animation:before {
  display: none;
}

.white-box {
    background-color: #666;
    opacity: 85%;
    padding: 40px 90px 40px 90px;
}

.body-home .quote-section {
  min-height: 600px;
  background: url('https://www.raymondjames.com/-/media/ef5096bab3164dd6bbc67e27b4de8a6e.ashx');
  background-attachment: unset;
  background-position: center;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
  box-shadow: inset 0 0 0 2000px rgba(19,24,34,0.3) !important;
}


.body-home .quote-wrapper {
  padding: 80px 15px;
}

.body-home .quote, .body-home .quote-section .quote-cite {
  color: #fff;
}


.body-home .quote-wrapper:before {
    display: none;
}

.body-home .col-individuals-institutions .link-individuals-institutions:hover {
  background-color: #000;
}

.team-slider .callouts-container.callouts-version-2 .callout-item .callout-2-image {
	max-width: 100%;
	height: auto;
    -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;	
}
.team-slider .callouts-container.callouts-version-2 .callout-item .callout-heading-wrapper-bottom {
	display: none;
}
.team-slider .callouts-container.callouts-version-2 .callout-item {
	background: rgba(10,34,64,.92);
}
.team-slider .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .team-slider .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
	font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 24px;	
	text-transform: none;
    margin: 22px 0;	
}
.team-slider .callouts-container.callouts-version-2 .callout-item .callout-heading-wrapper {
	height: auto !important;
    -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;
}
.team-slider .callouts-container.callouts-version-2 .callout-item .callout-heading-wrapper span {
	display: block;
	font-size: 24px;
    -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;
}
.team-slider .callouts-container .callout-item .callout-copy-wrapper, .team-slider .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    font-family: 'Lato', sans-serif;	
	color: #fff;
    margin: 0 0 25px;	
	height: auto !important;
}
.team-slider .callouts-container.callouts-version-2 .callout-item .callout-cta {
	background: none;
    border: none;
    font-family: 'Lato', sans-serif;	
	font-size: 14px;
	color: #0a2240;
    letter-spacing: 3px;
    font-weight: 400;
}
.team-slider .callouts-container.callouts-version-2 .callout-item:hover .callout-cta {
	padding: 10px;
}
.team-slider .callouts-container.callouts-version-2 .callout-item:hover .callout-2-image {
	opacity: .08;
}
.team-slider .callouts-container.callouts-version-2 .callout-item .callout-cta-wrapper {
	background: #b7dde1;
	padding: 0 0 0 10px;
	margin: 0 0 25px;	
    height: auto;
    -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;
}
.callout-text {
    background: #b7dde1;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #0a2240;
    height: 60px;
    padding: 8px;
}
.callout-text p {
	margin: 0 !important;
}
.slider-section .slick-dots li button:before {
    color: #62b1bd;
}
.content-slider-wrapper .slick-next:hover:before, .content-slider-wrapper .slick-prev:hover:before {
    color: #6dbac5;
    Opacity: 1;
}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.callouts-container.callouts-version-2 .callout-item {
		width: 33.33% !important;
		min-height: 240px;
		margin: 0 auto !important;
	}
	.team-slider .callouts-container.callouts-version-2 .callout-item .callout-2-image {
		opacity: 0.08;
		height: 270px;	
	}
	.team-slider .callouts-container.callouts-version-2 .callout-item .callout-heading-wrapper {
		height: 100px !important;
	}

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.callout-text {
		height: 75px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
		color: #fff;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
		background: #60b0be;
	}
	.body-who-we-are .intro-content {
		padding: 65px 100px 0px;
	}
}
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	.callouts-version-2.callouts-mobile-slider .callout-slide {
		background: rgba(10,34,64,.92);
		min-height: 310px;
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-2-image {
	    opacity: .08;
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-heading-wrapper span {
		display: block;
	    font-size: 24px;	
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-cta-wrapper .callout-cta {
		background: none;
		border: none;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		color: #0a2240;
		letter-spacing: 3px;
		font-weight: 400;	
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		background: #b7dde1;
		padding: 0 0 0 10px;
		margin: 0 0 25px;
		height: auto;
	}	
	.team-section .callouts-version-2.callouts-mobile-slider .callout-slide .callout-heading-wrapper {
		padding: 10px 40px;
	}
	.team-section .callouts-version-2.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
    	padding: 10px 40px;
	}
	.team-section .slick-prev, .team-section .slick-next {
		z-index: 1;
	}
	
	.yearbook-container .slick-arrow {
		padding: 2px !important;
	}
	
	.team-section .slick-next:after	{
		content: "" !important;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: -30px;
		left: -40px;
		-webkit-transform: rotate(45deg) skew(10deg, 10deg);
		transform: rotate(45deg) skew(10deg, 10deg);
		width: 25px;
		height: 25px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		-webkit-text-stroke: 8px transparent !important;
	}	
	.team-section .slick-prev:after {
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: -30px;
		right: -40px;
		content: "";
		-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
		transform: rotate(-45deg) skew(-10deg, -10deg);
		width: 25px;
		height: 25px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}	
	.int-team .team-content {
    	padding: 0 30px 125px;
	}
	.quote-content {
    	margin-top: 0px;
	}
	.callout-text {
		height: auto;
	}
	.ftr-disclosures {
		margin-bottom: 50px;
	}
	.body-who-we-are .intro-content {
		padding: 65px 30px 130px;
	}
	
}
	
/* 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) {
	.callouts-version-2.callouts-mobile-slider .callout-slide {
		background: rgba(10,34,64,.92);
		min-height: 310px;
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-2-image {
	    opacity: .08;
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-heading-wrapper span {
		display: block;
	    font-size: 24px;	
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-cta-wrapper .callout-cta {
		background: none;
		border: none;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		color: #0a2240;
		letter-spacing: 3px;
		font-weight: 400;	
	}
	.callouts-version-2.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		background: #b7dde1;
		padding: 0 0 0 10px;
		margin: 0 0 25px;
		height: auto;
	}	
	.team-slider .callouts-mobile-slider {
		width: 400px !important;
		margin: 0 auto;
	}
	
	.int-team .team-content {
    	padding: 0 30px 125px;
	}
	.quote-content {
    	margin-top: 0px;
	}
	.callout-text {
		height: auto;
	}	
	.team-section .slick-next:before, .team-section .slick-prev:before {
		opacity: 0;
	}	
	.team-section .slick-next:after	{
		content: "" !important;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		left: 0px;
		-webkit-transform: rotate(45deg) skew(10deg, 10deg);
		transform: rotate(45deg) skew(10deg, 10deg);
		width: 25px;
		height: 25px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		-webkit-text-stroke: 8px transparent !important;
	}	
	.team-section .slick-prev:after {
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		right: 0px;
		content: "";
		-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
		transform: rotate(-45deg) skew(-10deg, -10deg);
		width: 25px;
		height: 25px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}	
}

/* IE only */
@media screen\0 {
	.callouts-container.callouts-version-2 .callout-item {
		min-height: 290px;
		margin: 0 !important;
	}



@media only screen and (max-width: 1024px) {
  .body-home .individuals-and-institutions .callout-item .callout-image {
    opacity: 1;
  }
  .body-home .individuals-and-institutions .callout-item .callout-cta-wrapper button {
    opacity: 0 !important;
  }
  .body-home .individuals-and-institutions .callout-item:hover .callout-cta-wrapper button {
    opacity: 1 !important;
  }
  .body-home .quote-content {
    width: 80%;
  }
}

@media only screen and (max-width: 820px) {
  .body-home .quote-wrapper {
    padding: 80px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .body-home .quote-content {
    width: 100%;
  }
}