@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-3/base.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Prata|Raleway:400,500|Quicksand');

@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: Evan
DESIGNER: Jesse
JOB #: 19-BR35J-0185
COMPLETION DATE: 2019
ADDITIONAL NOTES:
Fonts:

font-family: 'Playfair Display', serif;

____



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



/*
 
Next/Previous arrows and background variables
==============================================
 
blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #
 
==============================================
*/   


body, .interior-default {
	background: #fff !important;
    font-size: 19px;
    line-height: 35px;	
}
.button {
    background: #1e365d;
	color: #fff;
	font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 600;
    font-style: italic;	
}
.button:before {
    border: 2px solid #1e365d;
}
.contact-form .form-inline .captcha .btn-contact, .simple-form input[type="submit"] {
    background: #1e365d;
	color: #fff;
	font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 600;
    font-style: italic;	
    border-radius: 0;
    border: 2px solid #1e365d;     
}
.simple-form input[type="submit"]:hover {
    background: #fff;
    color: #1e365d;
    border: 2px solid #1e365d;    
}

h1 {
    color: #002955;
    font-weight: 500;
}

h2 {
    color: #002955;
    font-weight: 500;
}

h3 {
	font-size: 28px;	
    color: #002955;
    font-weight: 500;
}

h4 {
	font-size: 25px;	
    color: #002955;
    font-weight: 500;
}

h5 {
	font-size: 22px;		
    color: #002955;
    font-weight: 500;
}

blockquote {
    color: #002955;
}
blockquote:before {
    color: #002955;
}
blockquote:after {
    border-top: 3px solid #002955;
    border-bottom: 1px solid #002955;
}
.cfp {
	font-variant: small-caps;
}

/*
==============================================
HOME PAGE
==============================================
*/
.home {
	background: #fff !important;
}

/*
SCROLLER
==============================================
*/
.scroller-wrapper div:before {
    background-color: #1e365d !important;
    content: "more";
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;	
}
.scroller-wrapper div:after {
    background-color: #1e365d !important;
    color: #9f9f9f;
}
.interior .scroller-wrapper div:before {
    content: "more";
}

/*
HEADER
==============================================
*/
/* .logo-btn-section .button-content {
	display: none;
} */
.header-main {
    background: url(https://www.raymondjames.com/-/media/7e96066730a6427f93ec7a1376264aae.ashx);
}
#holder {
    display: none;  
}
.logo-btn-section .button-content .btn-top {
    color: #26496e;
    background: #eeeff4;
    border: 2px solid #26496e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}
.logo-btn-section .button-content .btn-top:hover {
    color: #fff!important;
    background: #26496e;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a {
    color: #26496e;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a:hover {
    background: #132542 !important;
    color: #79a7f5;
}

/*
NAVIGATION
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
    background: #1e365d !important;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;	
    display: inline-block;
}
.primary-nav a, .investor-access-remember-me-label {
    color: #fff;
}
.primary-nav a:hover, .primary-nav a.active {
    color: #79a7f5;
}
.primary-nav .nav-subnav a.active {
    color: #79a7f5 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
	color: #fff;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
    background: #1e365d;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access {
	top: -2px;
    background: #dde1e7;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 10px 15px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
	margin: 20px auto;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
	top: 10px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 34px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, 
.primary-nav .nav-subnav-second, 
.primary-nav .nav-subnav-third {
    background: #1e365d !important;
}
.primary-nav .nav-subnav a.hover {
	background: none;
	color: #79a7f5;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    background: #1e365d !important;
    color: #79a7f5;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a:hover {
	 background: #1e365d;
	color: #79a7f5;
}
.investor-access-login-button {
    color: #1e365d;
}

/*
BILLBOARD - HOME
==============================================
*/
.billboard-section {
	border-bottom: none;
	position: relative;
}
.content-slider-wrapper.content-slider-full-height .content-slide {
    background-position: center center;
}
.billboard-section .content-slider-wrapper:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    animation-duration: 4s;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.content-slider-wrapper {
	border: none;
}
.home-headline-box {
    position: absolute;
    z-index: 10;
    top: 30%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.home-headline-box h1 {
    color: #fff;
    display: block;
    border: 2px solid #fff;
    max-width: 1170px;
    margin: 0 auto;
    text-transform: lowercase;
    font-size: 180px;
    line-height: 180px;
    font-weight: 500;
    letter-spacing: 10px;	
    padding: 100px 250px;	
}
.home-headline-box h1 .head-2 {
	display: block;
	font-size: 38px;
	line-height: 38px;
    letter-spacing: 5px;
    text-align: right;	
}
.body-home .billboard-section .content-slider-wrapper .slick-dots {
    z-index: 5;
}
/*
HOME INTRO SECTION
==============================================
*/
.intro-section {
    background: #fff;
    border-bottom: none;
    padding: 200px 0 0;	
    min-height: 1095px;	
}
.intro-section .intro-copy {
    font-size: 35px;
    line-height: 53px;	
    font-weight: 500;
    color: #1e365d;
    margin: 0px auto 100px;	
}
.intro-section .intro-cta {
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/bkg-intro.jpg) !important;
    height: 300px;	
    background-position-y: 50px !important;	
}
.intro-section .intro-cta .rich-text-container {
    top: -1%;
}
.intro-section .intro-cta .button:hover {
    background: #fff;	
    color: #1e365d;
}
/*
TEAM SECTION
==============================================
*/
.team-section {
	position: relative;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/bkg-tree-rings-and-tree-trunk-on-the-beach.jpg) center center no-repeat;	
	background-size: cover;
    padding: 0 0 100px;	
    margin: 0;	
}
.team-section:before {
    content: '';
    position: absolute;
    top: -7px;
    width: 100%;
    border-top: 2px solid #1e365d;
}
.team-title-content {
    background: #1e365d;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 600;
}
.team-section .team-intro {
    position: relative;
    text-align: center;	
}
.team-intro:before {
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
	left: 0;
    position: relative;
}
.team-section .team-intro {
	color: #fff;
    font-weight: 500;	
	padding: 0 0 100px;
}
.team-section .team-intro span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
}
.team-section .team-image-text {
    color: #fff;
    font-weight: 500;
    padding: 20px 140px;
    line-height: 24px;	
    text-align: center;
    padding: 20px 0;
	position: relative;
}
.team-section .team-image-text:after {
    content: '';
    position: absolute;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 7px;
    bottom: 0;
    left: 0;
}
.team-section .team-intro .button:before {
    border: 2px solid #1e365d;
}
.team-section .team-intro .button:hover {
    color: #1e365d;
	background: #fff;
}
.team-section .team-intro .button {
    top: 0px;
}

/*
NICHE SECTION
==============================================
*/


/*
==============================================
CALLOUTS SECTION
==============================================
*/

.callout-link {
	z-index: 1;	
}
.callouts-section {
    position: relative;	
	border: none;
}
.callouts-section:before {
    content: '';
    position: absolute;
    top: 7px;
    width: 100%;
    border-top: 2px solid #1e365d;
}
.callouts-section:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 100%;
    border-top: 2px solid #1e365d;
}
.callouts-section .callout-item {
	border: none;
    -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;	
}
.callouts-container, .callouts-mobile-slider {
    grid-template-columns: repeat(1, 1fr);
    width: 944px;
    margin: 0 auto;	
	padding: 0;
	grid-gap: 0;
}
.callouts-section .callout-item {
	border: none;
    position: relative;	
}
.callouts-container .callout-item .callout-image-wrapper {
    max-height: none;
    width: 472px;
    height: 472px;
	position: relative;	
}
.callouts-container .callout-1 .callout-image-wrapper, .callouts-container .callout-3 .callout-image-wrapper {
    float: left;
}
.callouts-container .callout-2 .callout-image-wrapper {
    float: right;
}
.callouts-container .callout-item .callout-image-wrapper:after {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 472px;
	height: 472px;	
    background-size: contain;		
    -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;	
}
.callouts-container .callout-2 .callout-image-wrapper:after {
	right: 0;
	left: inherit;
}
.callouts-container .callout-1 .callout-image-wrapper:after {
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-mother-and-daughter-visiting-city-of-florence_.jpg) center center no-repeat;	
}
.callouts-container .callout-2 .callout-image-wrapper:after {
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/pen_advisors_casual_472x472_.jpg) center center no-repeat;	
}
.callouts-container .callout-3 .callout-image-wrapper:after {
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/Pen_News_And_Resources_472x472.jpg) center center no-repeat;	
} 
.callouts-container .callout-item .callout-image-wrapper .callout-image {
    position: relative;
    z-index: 1;	
    -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;
}
.callouts-container .callout-item:hover .callout-image-wrapper .callout-image {
	opacity: 0;
}
.callouts-container .callout-item .callout-heading-wrapper {
    width: 422px;
    float: right;	
    margin-top: 90px;
    padding: 0 80px 0 20px;	
}
.callouts-section .callout-heading-wrapper h3:before {
    width: 70%;
    height: 7px;
    border-top: 3px solid #002955;
    border-bottom: 1px solid #002955;
	border-left: none;
	border-right: none;
    border-radius: 0;
    margin-bottom: 15px;
    background: none;	
    position: relative;
    left: 0;	
}
.callouts-section .callout-heading-wrapper h3 {
    font-family: 'Playfair Display', serif;
    color: #002955 !important;
    line-height: 50px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    position: relative;	
}
.callouts-section .callout-heading-wrapper h3 span {
    font-size: 30px !important;	
    line-height: 30px;	
	font-style: italic;
    display: block;	
}
.callouts-container .callout-item:hover .callout-heading-wrapper h3:before {
	width: 100%;
}
.callouts-container .callout-item .callout-copy-wrapper {
    width: 422px;
    float: right;	
    padding: 0 80px 0 20px;	
	color: #002955 !important;
}
.callouts-container .callout-item .callout-cta-wrapper {
    width: 422px;
    float: right;	
    padding: 0 80px 0 20px;		
}
.callouts-section .callout-cta {
    color: #002955;
    font-family: 'Playfair Display', serif;
    font-weight: 600 !important;
    text-transform: lowercase !important;
    border: 1px solid #002955;
    font-size: 27px !important;	
}
.callouts-section .callout-cta:before {
    border: 1px solid #002955;	
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
    color: #fff;
    background: #002955;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta:before {
    border: 1px solid #002955 !important;
}

.callouts-container .callout-item:hover:before   {
    opacity: 1;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-copy-rollover.jpg) right center no-repeat;
}
.callouts-container .callout-2:before {
	left: 0;
	right: inherit;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); 	
    -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;	
}
.callouts-container .callout-2:hover:before   {
    opacity: 1;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-copy-rollover.jpg) left center no-repeat;
}
.callouts-container .callout-item:before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
    width: 472px;
	display: block;
    height: 472px;	
    background-size: cover;	
    -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;
}
/*
QUOTE SECTION
==============================================
*/


/*
SERVICES SECTION
==============================================
*/


/*
INTERIOR PAGE
==============================================
*/
.billboard-section .billboard-container h1 {
    font-weight: 500;
}
.billboard-section .billboard-container .head-2 {
	font-style: italic;
}
.copy-section {
	border: none;
}

.copy-section a {
	color: #002955;
}
.copy-section a:hover {
	color: #085db7;
}
.body-connect .billboard-section .billboard-container, .body-what-to-bring .billboard-section .billboard-container  {
    background-position: bottom center;
}

.body-blog .copy-section {
    padding: 30px 0 0;
    margin-bottom: 0;
}

/*
TEAM PAGE
==============================================
*/
.team-int-section {
    border-top: 1px solid #002955;
    background: #fff;
}
 .team-int-section .team-int-image {
    border-top: 12px solid #cbccd0;
    background: #f5f5f9;
}   
.team-int-section .team-int-content:after {
    height: 200px;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/bkg-intro.jpg) !important;
    background-position-y: 50px !important;		
    opacity: 1;
}
.team-int-section .team-int-title {
    background: #1e365d;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 600;
}
.team-int-section .team-int-intro {
    color: #002955;
    font-weight: 500;
}
.team-int-section .yearbook-first-name, .team-int-section .yearbook-last-name, .team-int-section .yearbook-designation {
    font-weight: 500;
    color: #002955;
}
.team-int-section .yearbook-three .yearbook-hr {
    border-top: 3px solid #002955;
    border-bottom: 1px solid #002955;
}
.team-int-section .yearbook-three .yearbook-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #002955;
    text-transform: none;	
}
.team-int-section .yearbook-container .yearbook-links .fa {
    color: #3f73a9;
}
.team-int-section .yearbook-container .yearbook-links .fa:hover {
    color: #002955;	
}
.team-int-content h1 {
    margin-bottom: 50px;
}
.team-int-section .yearbook-three .yearbook-slide {
    margin-bottom: 0;
}
.team-int-section .yearbook-three.yearbook-container.yearbook-custom {
    padding-bottom: 50px;
}

/*
BIO DETAIL PAGE
==============================================
*/
.bio-detail-first-name, .bio-detail-last-name, .bio-detail-middle-initial, .bio-detail-designation, .bio-detail-preferred-name {
    color: #002955;
    font-weight: 500;
}
.bio-detail-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #002955;
    font-size: 18px;	
}
.logo-pattern-section {
    border-bottom: 1px solid #1e365d;
}
.logo-pattern {
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/bkg-intro.jpg) !important;
	opacity: 1;
    background-size: 3% !important;	
    background-position-y: 20px !important;	
}
.bio-detail-next-link-wrapper:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-next-link-wrapper:before, .resource-detail-previous-link:before, .resource-detail-next-link-wrapper-mobile:before {
    background: #dde1e7;
}
.bio-team-section {
    border-top: 1px solid #1e365d;
    background: #fff;
}
.bio-team-section .bio-team-title {
    background: #1e365d;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 600;
}
.bio-team-section .yearbook-first-name, .bio-team-section .yearbook-last-name, .bio-team-section .yearbook-designation {
    font-weight: 500;
    color: #002955;
}
.bio-team-section .yearbook-three .yearbook-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #002955;
	text-transform: none;
}
.bio-team-section .yearbook-three .yearbook-hr {
    border-top: 3px solid #002955;
    border-bottom: 1px solid #002955;
}
.bio-team-section .bio-team-content:after {
    height: 200px;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/bkg-intro.jpg) !important;
    background-position-y: 50px !important;	
    opacity: 1;
}
.bio-team-section .yearbook-container .slick-next {
    border-top: 3px solid #26496e;
    border-right: 3px solid #26496e;
}
.bio-team-section .yearbook-container .slick-prev {
    border-top: 3px solid #26496e;
    border-left: 3px solid #26496e;
}
.bio-detail-links-wrapper .fa {
    color: #3f73a9;
}
.bio-detail-links-wrapper .fa:hover {
    color: #002955;
}



/* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
    color: #4d4d4f !important;
    webkit-transition: all 0.2 ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
  }
  /* Next/prev text hover */
  .blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
  {
    color: #000000 !important;
  }
  /* Next/prev arrow normal */
  .resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
    border-color: #4d4d4f !important;
  }
  /* Next/prev arrow hover */
  .resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
    border-color: #ffffff !important;
  }
  /* Arrow background normal */
  .resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
    background: #dde1e7 !important;
  }
  /* Arrow background hover */
  .bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
    background: #4d4d4f !important;
  }


/*
FOOTER SECTION
==============================================
*/
.footer-section {
    border-top: none;
    background: #002955;
}
.footer-section .footer-cta {
    border: 4px solid #fff;
}
.footer-section .footer-cta h4 {
    color: #fff;
    text-transform: lowercase;
    font-weight: 500;
}
.footer-section .footer-cta h4 span {
	display: block;
	font-style: normal;
    font-style: italic;	
    font-size: 30px;
    line-height: 35px;	
}
.footer-section .footer-hedge-section {
    background: #26496e;
    padding: 20px 0 0;	
}
.footer-section .ftr-nap {
	color: #fff;
}
.footer-section .button {
    color: #1e365d;
	background: #fff;
}
.footer-section .ftr-cta:hover .button {
    background: #002a55;
	color: #fff;
}
.footer-section .button:before {
    border: 2px solid #fff;
}
.footer-cta-contact-section {
    padding: 0 0 50px;
}

.footer-section .social-container:before {
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
}
.footer-section .ftr-nap a, .footer-section .social-container a {
    color: #fff;
}
.footer-section .ftr-disclosures, .footer-section .ftr-disclosures  a {
	color: #fff;
}
.footer-section .ftr-disclosures a span {
	text-decoration: none !important;
}
.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover {
    color: #7FC2FF;
}
.footer-section .footer-contact-info {
	position: relative;
}
.footer-section .ftr-nap-address-csz {
	display: block;
}
.footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-email:before {
    content: ",";
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
}
.footer-section .ftr-nap .ftr-nap-phone:after {
	content:"|";
    color: #fff;	
}
.footer-section .ftr-nap-address-line2:after, .footer-section .ftr-nap-address-csz:after {
	display: none !important;
}


.footer-section .footer-stamp {
    position: absolute;
    top: -118px;
    right: 0;
	animation-delay: .5s;
	animation-duration: 2s;
	animation-name: stamp-move;
	animation-direction: forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
}

@keyframes stamp-move {
  from {
	opacity: 0;	  
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);  
  }

  to {
	 opacity: 1;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
  }
}
/*	
ACCORDIONS
==============================================
*/	
.accord .fa.fa-chevron-down {
    font-size: 18px;
}
.accord .accord-link {
    color: #002955;
    font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-size: 31px;
	text-transform: none;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #085db7 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #085db7;
}
.accord a.accord-cta {
    background: #002955;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    color: #fff;
}
.accord a.accord-cta:before {
    border: 2px solid #002955;
}
.accord a.accord-cta:hover {
    color: #002955;
    background: #fff;
}
.fa-chevron-down:before {
    color: #002955;
}
/*	
FLEXTABS
==============================================
*/	
.flextab-triggers a {
    background: #002955;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    text-transform: none;
}

.flextab-triggers .set {
    color: #002955;
    background: #fff;
}
.flextab-triggers .set:hover {
    color: #002955;
}
.flextab-triggers a:hover {
	color: #dde1e7;
}

/*	
CONTACT
==============================================
*/	
.contact-form .form-inline .form-group.select-container:before {
    border-color: #002955 transparent transparent transparent;
}
.contact-form .form-inline .captcha .btn-contact {
    background: #002955;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    color: #fff;
}
.contact-form .form-inline .captcha .btn-contact:before {
    border: 2px solid #002955;
}
.contact-form .form-inline .captcha .btn-contact:hover {
    background: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
    color: #002955;
}
/*
MAP AND DIRECTIONS
==============================================
*/
.directions-search .submit-search {
    background: #002955;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    text-align: center;
    color: #fff;
}
.directions-search .submit-search:hover {
    background: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
    color: #002955;
}
.directions-search .submit-search:before {
    border: 2px solid #002955;
}
/*	
RESOURCES
==============================================
*/	
.resource-section {
	border-top: 1px solid #002955;
    background: #fff;
}
.filter-overlay .close-filter-overlay {
    background: #e2e6ea;
}
.filter a {
    color: #1e365d;
}
.filter-reset:hover, .filter a:hover {
    color: #085db7;
}
.filter-open.fa-angle-down:before {
    color: #1e365d;
}
.filter-reset {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
}
.masonry-title {
    color: #002955;
    font-weight: 500;
}
.masonry-title:after {
    border-top: 3px solid #002955;
    border-bottom: 1px solid #002955;
}
.masonry-cta-text .masonry-cta {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
    color: #1e365d;
    border: 2.5px solid #1e365d;
}
.masonry-link:hover .masonry-cta {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    border: 2.5px solid #1e365d;
    background: #1e365d;
}
.masonry-cta-text .masonry-cta:before {
    border: 2px solid #1e365d;
}
.masonry-link:hover .masonry-cta:before {
    border: 2px solid #1e365d;
}
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #e2e6ea;
}
.masonry-one-of-two-stacked {
    background: #efce61;
}
.masonry-two-of-two-stacked {
    background: #4d4d4f;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #e2e6ea;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #e2e6ea;
}
.masonry-two-of-two-stacked {
    background: #1e365d;
}
.masonry-two-of-two-stacked .masonry-cta {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    border: 2.5px solid #fff;
}
.masonry-two-of-two-stacked .masonry-cta:before {
    border: 2px solid #fff;
}
.masonry-link:hover .masonry-two-of-two-stacked .masonry-cta {
    background: #fff;
    color: #1e365d;
    border: 2.5px solid #fff;	
}
.masonry-link:hover .masonry-two-of-two-stacked .masonry-cta:before {
    border: 2px solid #fff;
}
.masonry-two-of-two-stacked .masonry-title:after {
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
}
.masonry-one-of-two-stacked {
    background: #cde0ff;
}
.masonry-link:hover .masonry-one-of-two-stacked .masonry-cta {
    background: #1e365d;
    color: #fff;
}
.resource-detail-copy-wrapper a {
    color: #002955;
}
.resource-detail-copy-wrapper a:hover {
    color: #085db7;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #002955;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
    color: #085db7;
}
.masonry-load-more, .masonry-tertiary-load-more {
    background: #002955;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    color: #fff;
}
.masonry-load-more:before, .masonry-tertiary-load-more:before {
    border: 2px solid #002955;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    background: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
	color: #002955
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    font-family: 'Playfair Display', serif;
}
.resource-detail-info-divider, .blog-landing-info-divider {
    color: #002955;
}
.social-media-share-wrapper span a:hover {
    color: #085db7 !important;
}
/*	
RELATED RESOURCES
==============================================
*/
.media-section {
    border-top: 1px solid #002955;
    background: #fff !important;
}
.media-section .media-content:after {
    height: 300px;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/bkg-intro.jpg) !important;
    display: block;
    opacity: 1;
    top: 300px;
    background-position-y: 50px !important;			
}
.media-section:before, .media-section:after {
	background: #fff;
}
.media-section .mc-heading {
    color: #002955;
    font-weight: 500;
    line-height: 45px;	
}
.media-section .mc-copy {
    color: #000;
}
.media-section .mc-category, .media-section .mc-date {
    font-family: 'Playfair Display', serif;
    color: #002955;
    font-weight: 500;
}
.media-section .mc-content-wrapper .mc-copy-wrapper:before {
    border-top: 3px solid #002955;
    border-bottom: 1px solid #002955;
}
.media-section .mc-container .slick-next:before, .media-section .mc-container .slick-prev:before {
    color: #26496e;
}
.media-section .mc-cta {
    background: #1e365d;
    font-family: 'Playfair Display', serif;
    font-weight: 600 !important;
    text-transform: none !important;
    color: #fff;
}
.media-section .mc-cta:before {
    border: 2px solid #1e365d;
}
.mc-container a:hover .mc-cta:before {
    border: 2px solid #1e365d !important;
}
.media-section .mc-container .slick-track .slick-slide > a:hover .mc-cta {
    color: #1e365d !important;
    background: #fff;
}
.media-section .mc-container .slick-next:hover:before, .media-section .mc-container .slick-prev:hover:before {
    color: #1e365d;
}
.body-resource-detail h3 {
    font-weight: 500 !important;
    color: #002955 !important;
}
.resource-detail-info-wrapper a:hover {
    color: #002955 !important;
}
.fa-share-alt, .social-media-share-link:hover > .fa-share-alt:before {
    color: #002955 !important;
}
.social-media-share-wrapper span {
    background-color: #dde1e7;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #dde1e7;
}
.copy-section .mc-container .slick-next:hover:before, .copy-section .mc-container .slick-prev:hover:before {
    color: #1e365d;
}
/*	
BLOG
==============================================
*/
.blog-landing-copy-cta {
    background: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
    border: 1px solid #002955;
}
.blog-landing-copy-cta:before {
    border: 1px solid #002955;
}

.blog-landing-copy-cta:hover {
    background: #002955 !important;
    color: #fff;
}
.fa-calendar:before {
    color: #000;
}
.blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #002955 !important;
}
.blog-date-link:hover, .blog-category-link:hover, .blog-media-type-link:hover {
    color: #085db7 !important;
}
.filter-list-heading a {
    color: #000 !important;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: none;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a, .filter-list-links .filter-list-date a {
    color: #002955 !important;
}
.filter-list-category a:hover, .filter-list-topic a:hover, .filter-list-media a:hover, .filter-list-links .filter-list-date a:hover {
    color: #085db7 !important;
}
.resource-pager .resource-pager-link:hover, .resource-pager .resource-pager-arrow:hover {
    color: #085db7;
}
.blog-detail-heading {
    color: #002955;
}
.social-media-share-wrapper .social-media-share-link-wrapper .social-media-share-link, .social-media-share-wrapper .social-media-share-link-wrapper .social-media-share {
    color: #002955 !important;
}


.blog-section {
	padding:0;
}

.related-resource-head-wrapper {
    display: none;
}

.copy-section .mc-heading-wrapper h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    text-transform: none;
    color: #002955;
}
.copy-section .mc-cta {
    color: #002955;
}
.copy-section .mc-container {
    border-top: 2px solid #d1d5d8;
}
.copy-section .mc-content-wrapper .mc-copy-wrapper:before {
    border-top: 3px solid #d1d5d8;
    border-bottom: 1px solid #d1d5d8;
}
.copy-section .slick-slide {
    border-right: 2px solid transparent;
}
.copy-section .mc-container a:hover .mc-cta {

    background: #002955;
    color: #ffffff;
}
.client-access-videos .ca-videos h2.videos-subhead {
    margin: 30px 0 15px;
}
.align-center {
    text-align: center;
}

.team-image-wrapper {
    margin: 0 auto 50px;
}

.masterprime .module-intro-content h1 {
    color: #002955;
    font-weight: 400;
}
.masterprime .module-intro-content .head-2 {
    font-weight: 400; 
}

.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta {
    color: #fff;
    background: #002955;
    border-color: #002955;
}
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta:hover {
    color: #003e51;
    border: 1px solid #002955;
    background: #ffffff;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section {
    background: #002955;
}
.masterprime .body-module-private-wealth .module-section-header {
    background: #002955;
}

.masterprime .body-module-private-wealth .content-slider-wrapper .content-slider-heading, 
.masterprime .body-module-private-wealth .module-case-section h3, 
.masterprime .body-module-private-wealth .content-slider-wrapper .content-slider-cta, 
.masterprime .related-resources-content .mc-heading, 
.masterprime .related-resources-content .mc-cta {
    color: #002955 !important;
}
.masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
    color: #002955;
}

.masterprime .related-resources-content .mc-content-wrapper .mc-copy-wrapper:before {
    border-top: 3px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.masterprime .module-contact-section {
    background: #002955;
}
.masterprime .body-module-private-wealth .ftr-cta-wrapper .contact-button-cta {
    color: #fff;
    border-color: #fff;
}
.masterprime .body-module-private-wealth .module-contact-section .ftr-cta:hover > .contact-button-cta {
    color: #003e51;
    background: #fff;
    border-color: #fff;
}


/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {


}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .home-page {
	    margin-left: 20px;	
	}
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access {
        right: 20px;
    }
    .parent-nav-item {
        display: none !important;
    }
	.home-headline-box {
		top: 25%;
	}		
	.home-headline-box h1 {
		max-width: 924px;
		padding: 100px 130px;
	}
	.intro-section {
		padding: 50px 0px 0px !important;
	}	
	.intro-section .intro-copy {
		font-size: 30px;
		line-height: 48px;
	}
	.callouts-container .callout-item {
		width: 100%;
		margin: 0;
	}
	.callouts-section .callout-cta {
		background: inherit;
	}
	.callouts-section .callout-cta:before {
		border: 1px solid #002955 !important;
	}	
	.callouts-container .callout-item:hover .callout-image-wrapper .callout-image {
		opacity: 0;
	}
	.callouts-container .callout-item:before {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-copy-rollover.jpg) right center no-repeat;
		opacity: 1;
	}
	.callouts-container .callout-1 .callout-image-wrapper:after {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-mother-and-daughter-visiting-city-of-florence_.jpg) center center no-repeat;	
	}	
	.callouts-container .callout-item .callout-image-wrapper .callout-image {
		opacity: 0;
	}
	.intro-section {
		min-height: auto;
	}	
	.footer-section .button {
		top: 8px !important;
	}
	.logo-pattern {
		background-size: 5% !important;
	}	
    .primary-nav a, .investor-access-remember-me-label {
        font-size: 13px;
    }

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.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: #1e365d;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .home-page, .nav-overall-wrapper:not(.van-mobile-nav) .nav {
		margin: 0;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access {
		background: none;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
		padding: 0;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access {
		right: 0;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a {
		padding: 18px 5px 18px 15px !important;
	}
	.investor-access-login-button, .investor-access-remember-me-label  {
		color: #fff;
	}
	.account-access-header {
		display: none;
	}
	.home-headline-box h1 {
		max-width: 708px;
		padding: 100px 150px;
	    font-size: 100px;
    	line-height: 120px;	
	}
	.callouts-container, .callouts-mobile-slider {
		width: 708px;
	}
	.callouts-section .callout-item {
		text-align: inherit;
	}
	.callouts-container .callout-item .callout-image-wrapper {
		width: 354px;
		height: 354px;
	}
	.callouts-container .callout-item .callout-heading-wrapper {
		width: 354px;
	    margin-top: 40px;	
	    padding: 0 20px 0 20px;	
	}
	.callouts-section .callout-heading-wrapper h3:before {
		margin: 0 0 15px 0;
	}
	.callouts-container .callout-item .callout-copy-wrapper {
		width: 354px;
	}
	.callouts-container .callout-item .callout-cta-wrapper {
		width: 354px;
	}
	.callouts-container .callout-item:before {
		width: 354px;
		height: 354px;
	}
	.callouts-container .callout-item .callout-image-wrapper:after {
		width: 354px;
		height: 354px;
	}
	.callouts-section .callout-cta {
		font-size: 18px !important;
	}	
	.nav-address-mobile .address-1, .nav-address-mobile .address-2 {
		display: block;
	    color: #1e365d;	
	}
	.scroller-mobile-wrapper div {
		background-color: rgba(221, 225, 231, 0.5) !important;
	}	
	.logo-pattern {
		background-size: 8% !important;
	}
    .primary-nav a, .investor-access-remember-me-label {
        color: #26496e;
    }
    .primary-nav a:hover, .primary-nav a.active {
        color: #fff;
        background: #1e365d;
    }
    .nav-overall-wrapper:not(.van-mobile-nav) {
        display: block;
    }

}
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	.home-headline-box {
		top: 35%;
	}	
	.home-headline-box h1 {
		max-width: 80%;
		padding: 20px;
		font-size: 58px;
		line-height: 58px;
	}
	.home-headline-box h1 .head-2 {
		text-align: center;
	}
	.billboard-content-wrapper {
		min-height: 100%;
	}	
	.intro-section .intro-copy {
		font-size: 27px;
		line-height: 38px;
	}	
	.team-section .team-intro {
		padding: 0 15px;
	}	
	.callouts-section {
		padding: 40px 0;
	}	
	.callouts-section .callout-item {
		text-align: center;
	}	
	.callouts-section .callout-cta {
		font-size: 15px;
	}	
	.callouts-mobile-slider {
		width: 100%;
	}	
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-image-wrapper:after {
		content: '';
		display: block;
		width: 390px;
		height: 250px;
		position: absolute;
		top: 0;
		left: 0;	
	}
	.callouts-version-1.callouts-mobile-slider .callout-1 .callout-image-wrapper:after {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-mother-and-daughter-visiting-city-of-florence_.jpg) center center no-repeat;
	}
	.callouts-version-1.callouts-mobile-slider .callout-2 .callout-image-wrapper:after {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-casale-marittimo-village-vineyards-and-landscape_.jpg) center center no-repeat;
	}
	.callouts-version-1.callouts-mobile-slider .callout-3 .callout-image-wrapper:after {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-book-and-colored-pencil-on-school-table_.jpg) center center no-repeat;
	}	
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper {
		margin-top: 40px;
	}	
	.callouts-section .callout-heading-wrapper h3:before {
		display: none;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		padding: 0;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		padding: 20px 5px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-image-wrapper .callout-image {
		position: relative;
		opacity: 0;
	}
	.footer-section .footer-social {
		padding: 0 0 50px;
	}
	.footer-section .footer-stamp {
		position: relative;
		top: 0;
		right: 0;
		margin: -118px auto 0;
		display: block;
		text-align: center;
	}
	.team-int-section .yearbook-container .slick-prev {
		z-index: 2;
		left: -5px;
		border-top: 3px solid #26496e;
		border-left: 3px solid #26496e;
	}
	.team-int-section .yearbook-container .slick-next {
		z-index: 2;
		right: -5px;
		border-top: 3px solid #26496e;
		border-right: 3px solid #26496e;
	}	
	.intro-section .intro-copy {
		padding: 0 30px;
	}
	.intro-section .intro-content {
		padding: 0;
	}
	.footer-section .button {
		top: 12px !important;
	}	
	.media-section .media-content:after {
		top: inherit;
		bottom: 0;
	}
	.logo-pattern {
		background-size: 12% !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) {
	.content-slider-wrapper.content-slider-full-height .content-slide {
		min-height: 400px;
	}	
	.home-headline-box {
		top: 25%;
	}	
	.home-headline-box h1 {
		max-width: 80%;
		padding: 40px;
		font-size: 100px;
		line-height: 100px;
	}
	.home-headline-box h1 .head-2 {
		text-align: center;
	}	
	.callouts-section {
		padding: 40px 0;
	}	
	.callouts-section .callout-item {
		text-align: center;
	}	
	.callouts-mobile-slider {
		width: 100%;
	}	
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-image-wrapper:after {
		content: '';
		display: block;
		width: 390px;
		height: 250px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;	
	}
	.callouts-version-1.callouts-mobile-slider .callout-1 .callout-image-wrapper:after {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-mother-and-daughter-visiting-city-of-florence_.jpg) center center no-repeat;
	}
	.callouts-version-1.callouts-mobile-slider .callout-2 .callout-image-wrapper:after {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-casale-marittimo-village-vineyards-and-landscape_.jpg) center center no-repeat;
	}
	.callouts-version-1.callouts-mobile-slider .callout-3 .callout-image-wrapper:after {
		background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/p/e/peninsulaprivatewealth/images/callouts/callouts-book-and-colored-pencil-on-school-table_.jpg) center center no-repeat;
	}	
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper {
		margin-top: 40px;
	}	
	.callouts-section .callout-heading-wrapper h3:before {
		display: none;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		padding: 0;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		padding: 20px 5px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-image-wrapper .callout-image {
		position: relative;
		opacity: 0;
	}
	.footer-section .footer-social {
		padding: 0 0 50px;
	}
	.footer-section .footer-stamp {
		position: relative;
		top: 0;
		right: 0;
		margin: -118px auto 0;
		display: block;
		text-align: center;
	}	
	.intro-section .intro-copy {
		padding: 0 30px;
	}	
	.footer-section .button {
		top: 12px !important;
	}		

}

/* IE only */
@media screen\0 {
	.home-headline-box {
		top: 10%;
	}
	.callouts-container, .callouts-mobile-slider {
		opacity: 1!important;
	}
	.callouts-container .callout-item, .callouts-mobile-slider .callout-item {
		width: 100%;
		margin: 0;
	}
/*	.callout-image, .callout-image {
		left: -472px;
		top: -100px;
	}
	.callout-section .callout-heading-wrapper {
		width: 472px;
		padding: 0 70px;
		left: 247px;
	}	*/

}<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

