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

/*==============================================  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: Pam
JOB #: 17-RJATransitioning-0243
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900

____

font-family: 'Prata', serif;
regular 400

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

.red { background: red !important; padding: 90px;   }
.pink { background: pink !important; padding: 90px;   }
.green { background: green !important; padding: 90px;   }
.yellow{ background: yellow !important; padding: 90px;   }
.blue { background: blue !important; padding: 90px; }
.orange { background: orange !important; padding: 90px;   }
.teal { background: teal !important; padding: 90px;   }

body {
    background: #faf8f0;
}

.disclaimer {
	font-size: 11px;
	line-height: 15px !important;
}
.cfp {
	font-variant: small-caps;
}
a {
	color: #104c6e;
	-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;		
}
a:hover {
    color: #343434;	
}


/*
==============================================
Home Page
==============================================
*/

.intro-slider-team-quote-section, .intro-team-quote-section {
	padding-right: 0px;
	padding-left: 0px;
	position: relative;	
	background: #fff;
}

.intro-slider-team-quote-section:before, .intro-team-quote-section:before {
    content:'';
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1efe4+0,ffffff+15,f1efe4+100&1+0,0+14,0+100 */
	background: -moz-linear-gradient(top,  rgba(241,239,228,1) 0%, rgba(254,254,253,0) 14%, rgba(255,255,255,0) 15%, rgba(241,239,228,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(241,239,228,1) 0%,rgba(254,254,253,0) 14%,rgba(255,255,255,0) 15%,rgba(241,239,228,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(241,239,228,1) 0%,rgba(254,254,253,0) 14%,rgba(255,255,255,0) 15%,rgba(241,239,228,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efe4', endColorstr='#00f1efe4',GradientType=0 ); /* IE6-9 */
	z-index: -1;
}

/*
Header
==============================================
*/
.header-main {
	background: #faf8f0;
}

.social-contact .ftr-nap {
	color: #32668b;
}
.social-contact .ftr-nap a {
	color: #32668b;
}
.social-contact .ftr-nap-wrapper .ftr-nap li:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    color: #b22928;
}
.social-icons .social-container .fa {
	color: #32668b;
}
.social-contact .ftr-nap a:hover {
    color: #ad1a1a !important;
}
.social-icons .social-container .fa:hover {
    color: #ad1a1a !important;
}
.header-cta .ftr-cta {
	color: #32668b;
}
.header-cta .ftr-cta:hover {
	color:#ad1a1a !important
}
.ftr-logo {
    max-width: none;
    width: 200px;
}
/*
Navigation
==============================================
*/

.primary-nav {
	background: #e9e5d5;
}
.primary-nav .nav-subnav a.active, .primary-nav a.active {
	color:#ad1a1a !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    font-family: 'Raleway', sans-serif;
    color: #104c6e;
	font-weight: 500;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a:hover {
    color: #ad1a1a;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:hover > .nav-subnav-second {
	background: rgba(236, 236, 232, 0.95);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a, .investor-access-remember-me-label {
    color: #104c6e;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    color: #ad1a1a;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background: rgba(233, 229, 213, 0.9);
}
.account-access-header {
    padding: 0;
}
.investor-access-input-wrapper input {
    font-family: 'Lato', sans-serif;
}
.investor-access-remember-me-label {
    font-family: 'Lato', sans-serif;	
	font-size: 12px;
	text-transform: uppercase;
}
.investor-access-login-button {
	color: #104c6e;	
    border: 1px solid #104c6e;	
}

/*
Billboard - Home
==============================================
*/

.logo-content {
    border-bottom: 4px solid #32668b;
}
.logo-content a {
    width: 210px;
    display: block;
    margin: 0 auto;	
}

/*
Home Intro Section
==============================================
*/

.intro-section {
	font-family: 'Raleway', sans-serif;
}

.intro-content h1 {
	font-family: 'Quicksand', sans-serif;	
	color: #32668b;
	font-size: 30px;
	line-height: 34px;
	position: relative;
}
.intro-content h1 .head-1 {
    display: block;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #32668b;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 4px;
}
.intro-content h1:before {
	content:'';
	position: relative;
	top: 0;
	width: 78px;
	height: 78px;
	background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/f/i/financialcompassgroup/images/icon-headline.png) no-repeat;
	display: block;
    margin: 0 auto 20px;
}
.intro-content h1 .head-2 {
    display: block;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #32668b;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 4px;
}

.intro-content h2 {
    font-family: 'Quicksand', sans-serif;
    color: #ad1a1a;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;	
}

.intro-content h3 {
    font-family: 'Quicksand', sans-serif;
    color: #32668b;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;	
}
.intro-content h4 {
    font-family: 'Quicksand', sans-serif;
    color: #32668b;
	margin: 30px 0 0;
}

.intro-content blockquote, q {
	color: #104c6e;
    border-left: 2px solid #c3b891;
    border-right: 2px solid #c3b891;
}

/*
Quote Home Section
==============================================
*/

.quote-wrapper {
    text-align: center;
    padding: 50px 15px;
}
.quote-content .quote {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;	
}
.quote-content .quote-icon {	
	background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/f/i/financialcompassgroup/images/icon-quote.png) no-repeat center center;
	position: relative;
	width: auto;
	height: 31px;
}
.quote-content .quote-icon:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #e9e5d5;
    margin: 0 auto;
    bottom: -3px;
}




/*
Team Section
==============================================
*/
.team-headline {
	background:#32668b;
}
.team-section .team-headline h2 {
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
}
.team-slider {
	border-bottom: 20px solid #32668b;
}
.slick-slider {
	margin-bottom: 0;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper {
    border-right: 6px solid #32668b;
}

.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
    background-color: rgba(233, 229, 213, 0.92);
	width: 100%;
}
.team-slider .yearbook-container .yearbook-cta {
    background: none;
    color: #ad1a1a;
    border: 1px solid #ad1a1a;
}
.team-slider .yearbook-container .yearbook-cta:hover {
    border: 1px solid #32668b;
    color: #32668b;
}
.team-slider .yearbook-one .yearbook-first-name, .yearbook-last-name {
    text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	color: #32668b;
}
.team-slider .yearbook-one .yearbook-title, .yearbook-designation {
	font-family: 'Quicksand', sans-serif;
	color: #32668b;
}

/*
Interior Team Section
==============================================
*/
.int-team .yearbook-last-name, .int-team .yearbook-first-name {
	font-family: 'Quicksand', sans-serif;
	color: #32668b;
	text-transform: uppercase;
}

.int-team .yearbook-three .yearbook-title {
    width: 100%;
	margin: 0 auto;
	font-family: 'Quicksand', sans-serif;
	color: #32668b;	
}
.int-team .yearbook-three .yearbook-links {
    padding: 0 20px;
}
.int-team .yearbook-three .yearbook-slide {
	width: 33.33%;
}
.int-team .yearbook-three .yearbook-links .fa {
    color: #32668b;
}
.int-team .yearbook-three a:hover .yearbook-headshot-wrapper:after {
    background: #32668b;
}
.int-team .yearbook-three .yearbook-links .fa:hover {
    color: #ad1a1a;
}

/*
Bio Detail Page
==============================================
*/

.body-bio-page .intro-team-quote-section {
	margin-top: 0;
}
.bio-detail-title {
    margin: 0 !important;	
	display: block;
}
.bio-detail-copy-wrapper {

}

.bio-detail-quote-hr {
	display: none;
}
.bio-detail-quote {
	color: #104c6e;
	border-top: 2px solid #c3b891;
	border-bottom: 2px solid #c3b891;
}
.bio-detail-links-wrapper a {
    background: #32668A;
}
.bio-detail-links-wrapper .fa:hover {
    color: #cabe97;
}
.bio-detail-next-wrapper:hover .bio-detail-next, .bio-detail-next-wrapper:hover .bio-detail-next-bio, .bio-detail-prev-wrapper:hover .bio-detail-prev, .bio-detail-prev-wrapper:hover .bio-detail-prev-bio {
    color: #32668A;
}
.bio-detail-next-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper-mobile.hover-link:before, .bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-previous-link-wrapper-mobile.hover-link:before {
  background: #32668A;
}
.int-team .yearbook-designation {
    display: block;
	font-family: 'Quicksand', sans-serif;
	color: #32668b;
}
.body-resource-detail .resource-detail-previous-link-wrapper, .body-resource-detail .resource-detail-next-link-wrapper, .bio-detail-next-link-wrapper, .bio-detail-previous-link-wrapper, .blog-detail-next-link-wrapper, .blog-detail-previous-link-wrapper {
    top: 260px !important;
}



/* Tan Tile */

.filter-reset {
    color: #104c6e;
}
.filter-reset:hover {
    color: #ad1a1a;
}
.filter-link {
	border: 1px solid #32668A;
}
.filter a {
    color: #104c6e;
}
.filter a:hover {
    color: #ad1a1a;
}

.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #e9e5d5;
}
.masonry-three-by-one .masonry-one-of-three:after {
    border-left: 15px solid #e9e5d5;
}
.masonry-one-of-two .masonry-title, .masonry-one-by-two .masonry-title, .masonry-one-by-one .masonry-title, .masonry-three-by-one .masonry-title {
    font-family: 'Quicksand', sans-serif;
    color: #32668b !important;
}
.masonry-one-of-two-stacked {
    background: #ad1a1a;
}
.masonry-two-of-two-stacked {
    background: #32668b;
}
.masonry-one-of-two-stacked .masonry-cta {
    color: #fff;
    border: 1px solid #fff;
}
.masonry-one-by-one .masonry-cta, .masonry-two-of-two-stacked .masonry-cta {
    color: #fff;
    border: 1px solid #fff;
}
.masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
    color: #32668b !important;
    border: 1px solid #32668b !important;
}
.masonry-one-of-two .masonry-date, .masonry-one-by-one .masonry-date, .masonry-one-by-two .masonry-date,
.masonry-one-of-two .masonry-category, .masonry-one-by-one .masonry-category, .masonry-one-by-two .masonry-category,
.masonry-one-of-two .masonry-paragraph, .masonry-one-by-one .masonry-paragraph, .masonry-one-by-two .masonry-paragraph {
    color: #343434 !important;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #e9e5d5;
}

/* Button */
.masonry-load-more, .masonry-tertiary-load-more {
	font-family: 'Quicksand', sans-serif;	
	text-transform: uppercase; 
    color: #ad1a1a;
    border-top: 1px solid #ad1a1a;
    border-bottom: 1px solid #ad1a1a;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    border-top: 1px solid #32668b;
    border-bottom: 1px solid #32668b;
	color:#32668b;
}

/****** Newsletter tables ******/
.resource-detail-info-wrapper a, .social-media-share-link {
    color: #343434 !important;
}
.resource-detail-copy-wrapper a {
	color: #343434;
}
.resource-detail-copy-wrapper a:hover {
	color: #32668A;
}
.fa-share-alt {
    color: #343434 !important;
}
.resource-detail-info-wrapper a:hover {
    color: #ad1a1a !important;
}
.resource-detail-info-divider, .blog-landing-info-divider {
    color: #32668b;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #ad1a1a;
}
.social-media-share-wrapper span {
    background-color: #ad1a1a;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #ad1a1a;
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #104c6e;
}

.no-billboard .intro-team-quote-section, .no-billboard .intro-resource-content, .no-billboard .intro-team-quote-section {
    top: 0px;
}

/*
Content Slider Section
==============================================
*/
.slider-section .content-slider-wrapper .content-slider-content-wrapper {
    max-width: 980px;
}
.slider-section .content-slider-heading {
    font-family: 'Quicksand', sans-serif;
    color: #32668b;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px !important;
    padding-top: 10px;
}
.slider-section .content-slider-cta {
    color: #ad1a1a;
    border: 1px solid #ad1a1a;
}
.slider-section .slick-slide:hover .content-slider-cta {
    color: #32668b;
    border: 1px solid #32668b;
}
.slider-section .slick-dots li button:before {
	color: #fff;
}
.slider-section .slick-dots li.slick-active button:before {
	color: #ad1a1a;	
}

/*
Quote Home Section
==============================================
*/

.quote-content .quote {
	color: #104c6e;
}
.quote-content .quote-cite {
	color: #b8af78;
}

/*
Contact Us
==============================================
*/

.directions-search {
	background: none;
}

.contact-form .form-inline .captcha .btn-contact {
    color: #ad1a1a;
    border: 1px solid #ad1a1a;
}

.contact-form .form-inline .captcha .btn-contact:hover {
    border: 1px solid #32668b;
    color: #32668b;
}

.directions-search .submit-search {
	padding: 5px 10px;
    background: none;
    color: #ad1a1a;
    border: 1px solid #ad1a1a;
	text-transform: uppercase;
}
.directions-search .submit-search:hover {
    background: white;
    color: #32668b;
    border: 1px solid #32668b;
}

a.prayer-link {
	text-decoration: underline;
	font-weight: 600;	
}
a:hover.prayer-link {
	text-decoration: none;
}

.video-container {
    margin: 20px auto 60px;
}

/*
Footer Section
==============================================
*/

.footer-quote-content .quote-wrapper .quote-hr {
	display:none;
}
.footer-quote-section .quote-content {
	clear: both !important;
}
.footer-quote-content {
	padding: 63px 0px 0px;
	margin-top: -31px;
}
.footer-quote-content .quote {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
	color: #104c6e;
    font-size: 28px;
    line-height: 38px;	
}

.footer-quote-content .quote-cite {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #b8af78;
    margin-top: 25px;
    letter-spacing: 1px;
}

.footer-quote-content .quote-wrapper {
    max-width: 616px;	
    padding: 0px 15px 50px;	
    margin: 0 auto;
}

.footer-quote-content .quote-icon {
    background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/f/i/financialcompassgroup/images/icon-quote.png) no-repeat center center;
    position: relative;
    width: auto;
    height: 31px;
    margin: 0 auto 15px;
    animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
}
.footer-quote-content .quote-icon:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #e9e5d5;
    margin: 0 auto;
    bottom: -3px;
}




.footer-cta-contact-section {
	background: #fff;
}
.footer-image-content .billboard-container {
	border-top:7px solid #e9e5d5;
	border-bottom:7px solid #e9e5d5;
}
.ftr-disclaimers-wrapper {
	padding: 0px 30px 20px;
}
.footer-cta-section .ftr-cta {
	color:#ad1a1a;
	border:1px solid #ad1a1a;
	-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;	
}
.footer-cta-section .ftr-cta:hover {
	border:1px solid #104c6e;
	color:#104c6e;
}
.footer-contact-content .ftr-nap .ftr-nap-address-line1:after {
	color: #ad1a1a;
	content:'';
    margin-left: 0;	
}
.footer-contact-content .ftr-nap .ftr-nap-address-line2:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 2px;
    color: #ad1a1a;
}
.footer-contact-content .ftr-nap-wrapper, .ftr-nap-address, .ftr-nap-link, .ftr-nap a {
    font-family: 'Raleway', sans-serif;
    color: #2f6d90;		
}
.ftr-nap a:hover {
	color: #ad1a1a;	
}
.footer-contact-content .social-container .fa:hover {
    color: #2f6d90;	
}
.footer-contact-content .ftr-nap .ftr-nap-phone:after {
	color: #ad1a1a;	
}


.footer-contact-content .ftr-nap-phone, .ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions, .ftr-nap p {
    font-family: 'Raleway', sans-serif;
    color: #2f6d90;	
}
.footer-contact-content .social-container .fa{
	color: #ad1a1a;
}
.footer-hedge-section .ftr-disclosures {
	font-family: 'Raleway', sans-serif;	
}
r
.footer-hedge-section .ftr-disclaimers-wrapper {
    font-size: 11px;
    line-height: 16px;
    color: #777777;
	font-family: 'Lato', sans-serif;	
}
.ftr-disclaimers-wrapper a {
	color: #777777;
}
.ftr-disclaimers-wrapper a:hover {
	color: #000;
}
.ftr-nap {
    font-size: 16px;
}

.footer-hedge-section a:hover, .ftr-disclaimers a:hover {
    color: #ad1a1a;
}

/*	
Accordions
==============================================
*/	
.accord .accord-link {
    color: #2f6d90;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #ad1a1a !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #ad1a1a;
}
.accord .fa.fa-chevron-down {
    font-size: 18px;
}

/* Large devices (tablet landscape, 13669px and less) tablet-l */
/*@media only screen and (width: 1366px) {
	.team-slider .yearbook-one .yearbook-headshot-wrapper:after {
		background-color: rgba(90, 129, 132, 0.75);
		opacity: 1;
		width: 100%;
	}
	.yearbook-one .yearbook-headshot-wrapper .yearbook-name-wrapper, .yearbook-one .yearbook-headshot-wrapper .yearbook-links {
		opacity: 1 !important;
	}	

}*/

/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {
	.resources-main .logo-fix {
		margin-top: -164px;
	}
	.slider-section .content-slider-wrapper .content-slider-content-wrapper {
		max-width: 580px;
	}

}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.team-slider .yearbook-one .yearbook-headshot-wrapper:after {
		background-color: rgba(90, 129, 132, 0);
		width: 100%;
	}
	.team-slider .yearbook-one .yearbook-headshot {
		opacity: 0.5;
	}
	.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
    	background-color: rgba(90, 129, 132, 0);
	}
	.team-slider .yearbook-one .yearbook-first-name, .yearbook-last-name {
		color: #fff;
	}
	.team-slider .yearbook-one .yearbook-title, .yearbook-designation {
		color: #fff;
	}
	.bio-detail-previous-link-wrapper-mobile {
			bottom: 10px;
	}
	.bio-detail-next-link-wrapper-mobile {
			bottom: 10px;
	}	

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	
	.social-contact-section {
		text-align: center;
	}
	.nav-address-mobile a {
		color: #2f6d90;
	}	
	.team-slider .slick-dots li.slick-active button:before {
		color: #32668A;
	}	
	.fa-angle-down:before {
		color: #ad1a1a;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger {
		top: 70px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li > .nav-subnav.clicked {
		background: #fff;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav.nav-opened {
		background: none;
	}

/*
Team Section
==============================================
*/
	.team-slider .yearbook-one .yearbook-headshot-wrapper {
		max-width: 414px;
	}
	.slider-section .content-slider-heading {
		padding: 10px 25px;
	}		

/*
Footer Section
==============================================
*/
	.footer-cta-contact-section {
		padding: 46px 30px 65px;
	}
	.footer-contact-content .ftr-nap-wrapper, .ftr-nap-address, .ftr-nap-link, .ftr-nap a {
		text-align: center;
	}
	.footer-contact-content .social-container {
		text-align: center;
	}

/*
Team Section
==============================================
*/

	.int-team .team-content {
		padding: 0 30px 125px;
	}	
	.int-team .yearbook-three .yearbook-slide {
		width: 100%;
	}	
	.bio-detail-quote {
		margin-top: 30px;
	}
	.bio-detail-copy-wrapper {
    	padding: 0px;
	}
	
	
/*
Footer Section
==============================================
*/
	.footer-cta-contact-section {
		padding: 46px 70px 65px;
	}	
	
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
/*
Sticky Navigation
==============================================
*/	
	.logo-section {
		min-height: 135px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger {
		top: 50px;
	}
	.resources-main .bio-content-sticky, .bio-page .bio-content-sticky, .blog-main .bio-content-sticky {
		margin-top: 71px !important;
	}	
	.footer-contact-content .ftr-nap .ftr-nap-address-line2:after {
		display: none;
	}
	.bio-detail-prev-wrapper {
		padding-left: 33px !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) {
	.logo-section {
		min-height: 135px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger {
		top: 50px;
	}	
	.footer-contact-content .ftr-nap .ftr-nap-address-line2:after {
		display: none;
	}	
}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.slider-section .content-slider-heading .head-1 {
    	font-size: 34px;		
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}




