@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,400i,500,500i,600,600i,900,900i|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: Christy
JOB #: 19-BR3GF-0048
COMPLETION DATE: 2019
ADDITIONAL NOTES:
Fonts:

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

thin 100
light 300
regular 400
bold 700
black 900

____

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

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


body {
	font-weight: 400;
	color: #000;
}
h1 {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #000;
}

h2 {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #000;
}

h3 {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #000;
}

h4 {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: inherit;
}

h5 {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #000;
}
a {
    color: #0600ff;
}
a:hover {
    color: #000;
}
a:focus {
    outline: none;
}
.button {
    background: #ffff00;
    color: #000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}
.button:before {
    border: 2px solid #ffff00;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button:hover {
    color: #fff;
    background: #0000ff;
}
.button:hover:before {
    border: 2px solid #0000ff;	
}
blockquote {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
blockquote:before {
    font-family: 'Playfair Display', serif;
	color: #0000ff;
}
blockquote:after {
    border-top: 3px solid #0000ff;
    border-bottom: 1px solid #0000ff;
}
.resource-detail-copy-wrapper a {
    color: #0000ff;
}
.resource-detail-copy-wrapper a:hover {
    color: #000;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #0000ff;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
    color: #000;
}
/*
==============================================
HOME PAGE
==============================================
*/


/*
SCROLLER
==============================================
*/
.scroller-wrapper div:before {
    background-color: #ffff00 !important;
    content: "LEARN MORE";
    color: #000;
}
.scroller-wrapper div:after {
    background-color: #ffff00 !important;
    color: #000;
}
.interior .scroller-wrapper div:before {
    content: "LEARN MORE";
}

/*
HEADER
==============================================
*/
.header-main {
	background: #f1f1f1;	
}
.logo-btn-section .button-content {
    display: none;
}
/*.logo-content {
	display: none;
}*/

/*
NAVIGATION
==============================================
*/
/*.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
	text-align: center;
}*/
.nav-overall-wrapper:not(.van-mobile-nav) {
    background: #f1f1f1 !important;
}
.primary-nav a, .investor-access-remember-me-label {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 600;	
}
.primary-nav a:hover, .primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: #0000ff;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link {
    position: relative !important;
	right: initial !important;
	top: initial !important;
	display: inline-block !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
    padding: 10px 15px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link a>i {
	top: 10px;
}
.page-link ul.nav-subnav.clearfix {
    margin-top: -20px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .about-us-page a>i, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .contact-us-page a>i {
	display: none !important;
}
/*

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a>i {
    padding: 30px 15px !important;
}
*/
.primary-nav .nav-subnav .account-access-overall-wrapper a {
	color: #000;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
    background: #000;
    content: "";
    display: inline-flex !important;
    width: 2px !important;
    height: 13px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    top: 30px;
}
/* .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a:nth-child(2) {
	width: 0px !important;
} */
.investor-access-login-button {
    color: #fff;
    background: #000fff;
    font-weight: 600;
}

.header-main .logo-btn-section {
    display: none;
}

/*KEVIN BISHOP'S CSS*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
	text-align: center !important;
	}

@media only screen and (max-width: 780px) { 
.header-main .logo-btn-section {
	display: block !important;
	max-width: 270px;
	}
.header-section .ftr-logo {		
    display: block;
	max-width: 270px;
	}
}
@media (min-width: 768px) {
  .bio-detail-headshot {
	margin: 0 auto !important;
	display: block !important;
	width: 210px !important;
  }
}
/* Top spacing for the yearbook */	
.team-int-section .yearbook-three.yearbook-container {
    padding: 0px 85px !important;
	}
/* Yearbook One inline display */
	.yearbook-three .yearbook-carousel-three {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
}
/******END KEVIN'S CSS******/


/**/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
	padding: 10px 15px;
	color: #fff;
}
.primary-nav .nav-subnav {
	top: 60px !important;
}
.primary-nav .nav-subnav a.hover {
	background: #fff000;
	color: #fff;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	padding: 0;
    background: #0000ff;	
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    background: #fff000 !important;
    color: #000;
}
.investor-access-content-wrapper {
	padding: 15px;
}
.investor-access-remember-me-label {
	color: #fff;
}


/*
BILLBOARD - HOME
==============================================
*/
.billboard-section {
	border-bottom: none;
}
.billboard-container.billboard-full-height {
    min-height: 80vh;
	/*min-height: 500px;*/
}
.body-home .billboard-container {
    max-height: 80vh;
}
.body-home .billboard-container.billboard-full-height .billboard-content-wrapper {
    min-height: auto !important;
}
.body-home .billboard-content-wrapper .container {
    position: absolute;
    top: 200px;
}
.billboard-content-wrapper .container {
	margin: 0;
}
.billboard-content-wrapper {
    margin: 0;
}
.billboard-heading {
    text-align: left;
}
.billboard-section .billboard-container h1 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 100px 0 0;
}
.billboard-section .billboard-container .head-1 {
	font-weight: 900;
	margin-bottom: 10px;
    font-size: 57px;
    line-height: 55px;	
}
.billboard-section .billboard-container .head-2 span {
	display: block;
}
.billboard-section .billboard-container:before {
    background: rgba(6, 1, 255, 0);
}
/*
HOME INTRO SECTION 1 & HOME INTRO SECTION 2
==============================================
*/
.alt-intro-section {
	background: #f1f1f1;	
}
.alt-intro-section .alt-intro-content .alt-intro-copy {
    margin: 160px 0;
    border-top: 1px solid #000;
    padding: 50px 50px 50px 0;
}
.alt-intro-section .alt-intro-content .alt-intro-copy h2 {
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 0;
}
.alt-intro-section .alt-intro-content .alt-intro-copy p span {
	font-weight: 900;
	font-size: 40px;
}
.alt-intro-section .alt-intro-content .alt-intro-image {
	padding: 60px 15px 200px;
}
.alt-intro-section .alt-intro-content .alt-intro-image .glasses-phone {
	position: relative;
}
.alt-intro-section .alt-intro-content .alt-intro-image .coffee {
    animation-duration: 1s;
    animation-name: fadeInDownSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.alt-intro-section .alt-intro-content .alt-intro-image .glasses {
    position: absolute;
    top: -110px;
    left: 0;
	animation-delay: .5s;	
    animation-duration: 1s;
    animation-name: fadeInLeftSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
}
.alt-intro-section .alt-intro-content .alt-intro-image .phone {
    position: absolute;
    top: -120px;
    right: -60px;
	animation-delay: 1s;	
	animation-duration: 1s;
    animation-name: fadeInRightSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.alt-intro-section .alt-intro-content .alt-intro-image .folder {
    position: relative;
    top: 130px;
	animation-delay: 1.5s;	
    animation-duration: 1s;
    animation-name: fadeInUpSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
}

.alt-intro-section.alt-intro-2  .alt-intro-content .alt-intro-copy {
    margin: 90px 0;
}
.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-image {
	padding: 150px 15px 200px;
}
.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-image .stamp {
    position: relative;
    width: 189px;	
	animation-delay: .5s;
	animation-duration: 2s;
	animation-name: stamp-move;
	animation-direction: forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
/*	animation: stamp-move 2s forwards;*/	
}
.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-image .stamp-logo {
	width: 155px;
}

@keyframes stamp-move {
  from {
    top: 160px;	
	right: 0px;  
  }

  to {
    right: -95px;
    top: 80px;
  }
}


/*
MIDDLE SECTION
==============================================
*/
.middle-section {
	background: #0000ff;
	color: #fff;
}
.middle-section .middle-content {
	padding: 120px 15px 80px;
	position: relative;
}
.middle-section .middle-content:before {
	content:'';
	background: #ffff00;
	height: 1px;
	width: 70%;
	positoin: absolute;
	top: 0;
	left: 0;
	margin-bottom: 40px;
}
.middle-section .middle-content h2 {
    font-family: 'Raleway', sans-serif;	
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #fff;
}


/*
SLIDER SECTION
==============================================
*/
.slider-section {
	background: #c0ffb6;	
}
.content-slider-wrapper {
    border-top: none;
    border-bottom: none;
    padding: 50px 0;	
}
.content-slider-wrapper .content-slider-half-width-content-wrapper {
    border-bottom: none;
}
.content-slider-wrapper .content-slider-half-image {
    width: auto;
    margin: 0 auto;	
}
.content-slider-wrapper .content-slider-heading-wrapper {
    border-top: 1px solid #000;
    padding-top: 30px;
}
.content-slider-wrapper .content-slider-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 900;
	color: #000;
    text-transform: none;	
	text-align: left;
}
.content-slider-wrapper .content-slider-heading span {
    text-transform: uppercase;	
}
.content-slider-wrapper .wrap-content-slider-content {
    flex-direction: initial;
	align-items: left;	
    display: block;	
}
.content-slider-wrapper.content-slider-cta-text .content-slider-cta {
    background: #ffff00;
    color: #000;
	font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding: 8px 60px;
    position: relative;
    border: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-slider-wrapper.content-slider-cta-text .content-slider-cta:before {
    border: 2px solid #ffff00;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-section .slick-slide:hover .content-slider-cta:before {
    color: #fff;
    border: 2px solid #0000ff;
}
.content-slider-wrapper .content-slider-cta:hover {
	text-decoration: none;
	
}
.slider-section .slick-slide:hover .content-slider-cta {
	color: #fff;
	border: none;
	background: #0000ff;
}
.content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
	width: 100%;
    position: relative;	
    bottom: -30px;	
}
.slick-dots li button:before {
	font-size: 12px;
}

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


/*
QUOTE SECTION
==============================================
*/


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


/*
INTERIOR PAGE
==============================================
*/
/*.interior .billboard-section .billboard-container {
    height: 500px;
}*/

.interior .billboard-section .billboard-container .head-1 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}
.interior .billboard-section .billboard-container h1 {
    font-size: 57px;
    line-height: 55px;	
	font-weight: 900;
	margin-bottom: 20px;
}
.interior .billboard-section .billboard-container .head-1 span, .interior .billboard-section .billboard-container .head-2 span {
	display: block;
}
.copy-section {
	border-top: none;
    padding: 50px 0;	
}
.copy-section a {
	color: #0000ff;
}
.copy-section a:hover {
	color: #000;
}

/*
TEAM PAGE
==============================================
*/
.team-int-section {
	border-top: 35px solid #0000ff;
    background: #fff;	
	position: relative;
}
.team-int-section:before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/s/k/skawealth/images/old-distressed-white-brick-wall-2.jpg) top center;	
	background-attachment: fixed;
	width: 100%;
	height: 100%;
    opacity: .65;	
}
.team-int-section .team-int-title {
/*    font-family: 'Raleway', sans-serif;
    font-weight: 600;	
	text-transform: none;*/	
    background: #0000ff;
    margin: 0 auto 60px;	
	position: relative;
}
.team-int-section .team-int-intro, .team-int-section .team-int-content:after {
	display: none;
}
.team-int-section .yearbook-first-name, .team-int-section .yearbook-last-name, .team-int-section .yearbook-designation {
	font-family: 'Raleway', sans-serif;
	font-size: 27px !important;
	line-height: 27px !important;
    font-weight: 900;
    color: #000;
}
.team-int-section .yearbook-three .yearbook-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000;
	text-transform: none;
	font-size: initial !important;
    line-height: 24px;	
}
.team-int-section .yearbook-three .yearbook-headshot-wrapper {
	width: 65% !important;
}	
.team-int-section .yearbook-three .yearbook-hr {
    border-top: 3px solid #0000ff;
    border-bottom: 1px solid #0000ff;
}
.team-int-section .yearbook-container .yearbook-links .fa {
    color: #0000ff;
}
.team-int-section .yearbook-three .yearbook-slide {
    width: 33%;
}
.team-int-section .yearbook-container .yearbook-links .fa:hover {
	color: #000;
}
.team-int-section .yearbook-three.yearbook-container {
    padding: 60px 85px;
}
.team-int-section .team-int-image {
	border-top: none;
}
    
/*
BIO DETAIL PAGE
==============================================
*/
.logo-pattern-section {
/*  background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/s/k/skawealth/images/old-distressed-white-brick-wall.jpg) top center;	
	background-attachment: fixed;*/
	background: #f1f1f1;
	border-bottom: none;
    display: none;	
}
.logo-pattern {
	background: none !important;
}
.bio-team-section {
	border-top: 35px solid #0000ff;
/*  background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/s/k/skawealth/images/old-distressed-white-brick-wall.jpg) top center;	
	background-attachment: fixed;*/
	background: #fff;
	position: relative;
}
.bio-team-section:before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/s/k/skawealth/images/old-distressed-white-brick-wall-2.jpg) top center;	
	background-attachment: fixed;
	width: 100%;
	height: 100%;
    opacity: .65;	
}
.bio-team-section .bio-team-content:after {
	display: none;
}
.bio-detail-first-name, .bio-detail-last-name, .bio-detail-middle-initial, .bio-detail-designation, .bio-detail-preferred-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 27px;
    line-height: 30px;	
}
.bio-detail-designation {
	font-size: 18px;
	margin-top: 0;
}
.bio-detail-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000;
}
.bio-detail-links-wrapper:before {
    border-top: 3px solid #0000ff;
    border-bottom: 1px solid #0000ff;
}

.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: #ffff00;
}
.bio-team-section .yearbook-three.yearbook-container {
    padding: 60px 0;
}
.bio-team-section .bio-team-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;	
    background: #0000ff;
	text-transform: none;
}
.bio-detail-links-wrapper .fa {
    color: #5a5d63;
}
.bio-detail-links-wrapper .fa:hover {
    color: #0000ff;
}
.bio-team-section .slick-dots li button:before, .team-int-section .slick-dots li button:before {
	color:#fff;
    opacity: .5;	
}
.bio-team-section .slick-dots li.slick-active button:before, .team-int-section .slick-dots li.slick-active button:before {
    color: #000;
}
.bio-team-section .yearbook-first-name, .bio-team-section .yearbook-last-name {
	font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 32px;
    line-height: 37px;
}
.bio-team-section .yearbook-designation {
	font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #000;
    display: block;
    font-size: 18px;	
    line-height: 37px;	
}
.bio-team-section .yearbook-three .yearbook-hr {
    border-top: 3px solid #0000ff;
    border-bottom: 1px solid #0000ff;
}
.bio-team-section .yearbook-three .yearbook-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: none;
}
.bio-team-section .yearbook-container .slick-prev {
    border-top: 3px solid #0000ff;
    border-left: 3px solid #0000ff;
}
.bio-team-section .yearbook-container .slick-next {
    border-top: 3px solid #0000ff;
    border-right: 3px solid #0000ff;
}



.bio-team-section .yearbook-headshot-wrapper img {
    width: 210px;
}
.bio-section {
    padding: 180px 0 130px;
}

/*
FOOTER SECTION
==============================================
*/
.footer-section {
	border-top: none;
	background: #f1f1f1;
}
.footer-section .footer-cta {
    border: 4px solid #0000ff;	
}
.footer-section .button {
	background: #0000ff;	
	color: #fff;
    border: 4px solid #0000ff;	
    top: 22px !important;	
}
.footer-section .button:before {
	display: none;
}
.footer-section .ftr-cta:hover .button {
    color: #0000ff;
    background: none;
    border: 4px solid #0000ff;
}
.footer-section .footer-cta h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 33px;
	line-height: 40px;
    font-weight: 900;
    color: #000;	
    padding: 0 50px;	
	margin: 0;
	position: relative;
}
.footer-section .footer-cta h4 span {
	display: block;
}
.footer-section .footer-cta h4:after {
    content: '';
    display: block;
    height: 2px;
    width: 163px;
    border-bottom: 2px solid #000;
    margin: 5px auto;
}
.footer-section .footer-cta h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    padding: 0 50px 10px;
}
.footer-section .ftr-nap {
    font-family: 'Oswald', sans-serif;	
    font-weight: 400;
    color: #000;
	letter-spacing: 1px;
	font-size: 18px;
}
.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover {
    color: #0000ff;
}
.footer-section .ftr-nap a, .footer-section .social-container a {
	color: #000;
}
.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover {
    color: #0000ff;
}
.footer-section .ftr-disclosures a span {
    text-decoration: none !important;
}
.footer-section .footer-contact-info {
    clear: both;
}
.footer-section .ftr-disclosures {
	color: #000;
}
.footer-section .ftr-disclosures a {
	color: #000;
}
.footer-section .ftr-disclosures a:hover {
	color: #0000ff;
}
.ftr-cta-wrapper {
    margin: 0 0 25px;
}
/*	
ACCORDIONS
==============================================
*/	
.accord .accord-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #000;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #0000ff !important;
}
.accord li.open .fa {
    color: #0000ff;
}
.accord a.accord-cta {
    background: #0000ff;
    color: #fff;
}
.accord a.accord-cta:before {
    border: 2px solid #0000ff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.accord a.accord-cta:hover {
    color: #000;
    background: #ffff00;
    border: transparent;
}
.accord a.accord-cta:hover:before {
    border: 2px solid #ffff00;
}


/*	
FLEXTABS
==============================================
*/	
.flextab-triggers .set {
    color: #000;
    background: #ffff00;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
.flextab-triggers a {
    background: #0000ff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #fff;	
}
.flextab-triggers a:hover {
    color: #ffff00;	
}
.flextab-triggers .set:hover {
	color: #0000ff;
} 

/*	
CONTACT
==============================================
*/	
.contact-form .form-inline .form-group.select-container:before {
	border-color: #0600ff transparent transparent transparent;
}
.contact-form .form-inline .captcha .btn-contact {
    background: #0000ff;
    color: #fff;
}
.contact-form .form-inline .captcha .btn-contact:before {
    border: 2px solid #0000ff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.contact-form .form-inline .captcha .btn-contact:hover {
    background: #fff000;
    color: #000;
}
.contact-form .form-inline .captcha .btn-contact:hover:before {
    border: 2px solid #fff000;
}

/*
MAP AND DIRECTIONS
==============================================
*/
.directions-search {
	background: none;
}
.directions-search .submit-search {
    background: #0000ff;
    color: #fff;
    padding: 6px 10px;	
}
.directions-search .submit-search:before {
    border: 2px solid #0000ff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;	
}
.directions-search .submit-search:hover {
    background: #fff000;
    color: #000;
}
.directions-search .submit-search:hover:before {
    border: 2px solid #fff000;
}

/*	
RESOURCES
==============================================
*/	
.body-insights #filterbar {
	display: none;
}
.resource-section {
    /*border-top: 20px solid #0000ff;*/
	border-top: none;
    background: #fff;	
	position: relative;
/*	webkit-box-shadow: inset 0px 0px 100px -50px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 100px -50px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 100px -50px rgba(0,0,0,0.75);*/	
}
.resource-section:before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/s/k/skawealth/images/old-distressed-white-brick-wall-2.jpg) top center;	
	background-attachment: fixed;
	width: 100%;
	height: 100%;
    opacity: .65;	
}
.resource-section .resource-content:after {
	display: none;
}
.body-resource-detail .resource-section {
    border-top: none;
}
.filter-reset:hover, .filter a:hover, .filter-open.fa-angle-down:before {
    color: #0000ff;
}
.filter a {
    color: #000;
}
.filter-body-container li a {
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    color: #000;
    font-weight: 600;
}
.filter-overlay .close-filter-overlay {
	background: #fff000;
}
.masonry-title {
    font-family: 'Raleway', sans-serif;
	font-size: 20px;
    line-height: 24px;
    color: #000;
	font-weight: 900;
}
.masonry-title:after {
    border-top: 3px solid #0000ff;
    border-bottom: 1px solid #0000ff;
}
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #f1f1f1;
}
.masonry-one-of-two .masonry-date, .masonry-one-by-two .masonry-date, .masonry-one-by-one .masonry-date, .masonry-three-by-one .masonry-date {
    font-family: 'Raleway', sans-serif;
	color: #000000;
	font-weight: 600;
}
.masonry-one-of-two .masonry-paragraph, .masonry-one-by-two .masonry-paragraph, .masonry-one-by-one .masonry-paragraph, .masonry-three-by-one .masonry-paragraph {
    font-family: 'Raleway', sans-serif;
	color: #000;
}
.masonry-cta-text .masonry-cta {
    color: #000;
    border: 2.5px solid #0000ff;
}
.masonry-cta-text .masonry-cta:before {
    border: 2px solid #0000ff;
}
.masonry-link:hover .masonry-cta {
    color: #fff;
    border: 2.5px solid #0000ff;
    background: #0000ff;
}
.masonry-link:hover .masonry-cta:before {
    border: 2px solid #0000ff;
}
.masonry-one-of-two .masonry-category, .masonry-one-by-two .masonry-category, .masonry-one-by-one .masonry-category, .masonry-three-by-one .masonry-category {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: none;	
    color: #000 !important;
}
.masonry-one-by-one:hover .masonry-overlay, .masonry-overlay {
	background: rgba(192, 255, 182, 0.2)
}
.masonry-one-of-two-stacked {
    background: #ffff00;
}
.masonry-one-of-two-stacked .masonry-date, .masonry-one-of-two-stacked .masonry-category {
	color: #000;
}
.masonry-one-of-two-stacked .masonry-cta {
    color: #0000ff;
    border: 2.5px solid #0000ff !important;
}
.masonry-link:hover .masonry-one-of-two-stacked .masonry-cta {
    background: #0000ff;
    color: #fff;
}
.masonry-one-of-two-stacked .masonry-cta:before {
    border: 2px solid #0000ff !important;
}
.masonry-date, .masonry-category {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: none;	
    color: #fff;
}
.masonry-two-of-two-stacked {
	background: #0000ff;
}
.masonry-two-of-two-stacked .masonry-title:after {
    border-top: 3px solid #ffff00;
    border-bottom: 1px solid #ffff00;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #f1f1f1;
}
.masonry-two-of-two-stacked .masonry-title, .masonry-two-of-two-stacked .masonry-date, .masonry-two-of-two-stacked .masonry-paragraph, .masonry-two-of-two-stacked .masonry-paragraph, .masonry-two-of-two-stacked .masonry-cta, .masonry-two-of-two-stacked {
    color: #fff;
}
.masonry-two-of-two-stacked .masonry-date {
	color: #fff !important;
}
.masonry-two-of-two-stacked .masonry-cta {
    border: 2.5px solid #ffff00;
}
.masonry-two-of-two-stacked .masonry-cta:before {
    border: 2px solid #ffff00;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.masonry-two-of-two-stacked .masonry-cta {
    border: 2.5px solid #ffff00;
}
.masonry-link:hover .masonry-two-of-two-stacked .masonry-cta {
    background: #ffff00;
    color: #000;
    border: 2.5px solid #ffff00;	
}
.masonry-link:hover .masonry-two-of-two-stacked .masonry-cta:before {
    border: 2px solid #ffff00;	
}
.masonry-two-of-two-stacked .masonry-date, .masonry-category {
	color: #fff;
}
.masonry-two-by-two .masonry-title:after {
    border-top: 3px solid #ffff00;
    border-bottom: 1px solid #ffff00;	
}
.masonry-two-by-two .masonry-cta {
    color: #fff;
    border: 2.5px solid #fff000;	
}
.masonry-two-by-two .masonry-cta:before {
    border: 2px solid #fff000;	
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.masonry-link:hover .masonry-two-by-two .masonry-cta {
    color: #000;
    border: 2.5px solid #fff000;
    background: #fff000;
}
.masonry-load-more, .masonry-tertiary-load-more {
    background: #0000ff;
    color: #fff;
}
.masonry-load-more:before, .masonry-tertiary-load-more:before {
	border: 2px solid #0000ff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    color: #000;
    background: #fff000;	
}
.masonry-load-more:hover:before, .masonry-tertiary-load-more:hover:before {
	border: 2px solid #fff000;
}
.body-resource-detail h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 31px;
    line-height: 41px;
    font-weight: 900 !important;
    color: #000 !important;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #0000ff !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.resource-detail-info-wrapper a:hover {
    color: #000 !important;
}
.resource-detail-info-divider, .blog-landing-info-divider {
    color: #000;
}
.fa-share-alt {
    color: #0000ff !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #fff000;
}
.social-media-share-wrapper span {
    background-color: #0000ff;
	left: 23px;
    top: 31px;;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #0000ff;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #0000ff;
}
.social-media-share-wrapper span a {
	color: #fff !important;
}
.social-media-share-wrapper span a:hover {
    color: #fff000 !important;
}
.resource-detail-previous-link:hover:after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

/*	
RELATED RESOURCES
==============================================
*/
.media-section {
    border-top: 35px solid #0000ff;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/s/k/skawealth/images/old-distressed-white-brick-wall.jpg) top center !important;
    background-attachment: fixed;	
}
.media-section:before, .media-section .media-content:after, .media-section:after {
	display: none;
}
.media-section .mc-content-wrapper {
	text-align: left;
    width: 400px;
    margin: 0px auto;
}
.media-section .mc-heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #000;
    line-height: 39px;
    text-transform: uppercase;
	padding-bottom: 0 !important;
}
.media-section .mc-category, .media-section .mc-date {
    color: #000;
    font-weight: 600;	
}
.media-section .mc-content-wrapper .mc-copy-wrapper:before {
	display: none;
    border-top: 3px solid #0000ff;
    border-bottom: 1px solid #0000ff;
}
.media-section .mc-copy {
	color: #000;
	font-weight: 600;
	margin: 20px 0;
}
.media-section .mc-cta {
    background: #0000ff;
    color: #fff;
    left: 0px;	
	width: 400px;
}
.media-section .mc-cta:before {
    border: 2px solid #0000ff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.media-section .mc-container .slick-track .slick-slide > a:hover .mc-cta {
    background: #fff000;	
	color: #000 !important;
}
.mc-container a:hover .mc-cta:before {
    border: 2px solid #fff000 !important;
}
.media-section .mc-container .slick-next:before, .media-section .mc-container .slick-prev:before {
    color: #0000ff;
}
.media-section .mc-container .slick-next:hover:before, .media-section .mc-container .slick-prev:hover:before {
    color: #000;
}

/*	
BLOG
==============================================
*/
.body-blog .resource-section:before, .body-resource-detail .resource-section:before, .body-map-directions .resource-section:before {
	background: #fff;
}
.filter-list-heading {
	font-size: 20px;
}
.filter-list-heading a {
    color: #909090 !important;	
/*    font-family: 'Raleway', sans-serif;
    font-weight: 600;*/	
}
.filter-list-heading a:hover {
	color: #000 !important;
}

.blog-landing-heading {
    font-size: 31px !important;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
}
.blog-date-link:hover, .blog-category-link:hover, .blog-media-type-link:hover, .blog-landing-heading:hover {
    color: #0000ff !important;
}
.fa-calendar:before {
    color: #0000ff;
}
.blog-landing-copy-cta {
    background: #0000ff;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}
.blog-landing-copy-cta:before {
    border: 2px solid #0000ff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.blog-landing-copy-cta:hover {
	background: #fff000;
	color: #000;
}
.blog-landing-copy-cta:hover:before {
	border: 2px solid #fff000;
}
.fa-chevron-down:before {
    color: #0000ff;
}
.blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #000 !important;
}
.blog-detail-heading {
    font-size: 40px !important;
    line-height: 50px !important;	
	color: #000 !important;
	font-weight: 900;
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a {
    color: #0000ff;
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover {
    color: #000;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
	color: #000 !important;
    font-weight: 400;	
}
.body-blog-detail .resource-section {
	border-top: none;
}
.resource-section .resource-content {
    padding: 160px 0 0;
}
.resource-pager .resource-pager-link.select-it {
    color: #0000ff;
}
.resource-pager .resource-pager-link:hover, .resource-pager .resource-pager-arrow:hover {
    color: #0000ff;
}


/* 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 > li > a {
		padding: 30px 8px 30px 12px;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .glasses {
		width: 140px;
		top: -70px;
	}
	.alt-intro-section .alt-intro-content .alt-intro-image .phone {
		width: 230px;
		right: -20px;
		top: -67px;
	}	
	.alt-intro-content {
		padding-left: 35px;
	}
	.alt-intro-section .alt-intro-content .alt-intro-copy {
	    margin: 160px 0 0;
	}
	.middle-section .middle-content {
		padding: 120px 35px 80px;
	}
	.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-image {
		padding: 70px 15px 200px;
	}	
	.footer-section .button {
		top: 8px !important;
	}	
	.billboard-heading-wrapper {
		padding: 25px 15px 25px 95px;
	}
	.body-home .billboard-content-wrapper .container {
		position: absolute;
		top: 80px;
	}
	
	
}


/* 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: #0000ff;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
		background: transparent;
		color: #000;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) {
		padding-left: 0;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
		padding: 10px 5px 10px 15px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
		background: #fff;
	}	
	.account-access-header {
		display: none;
	}
	.address-phone-wrapper .address-1, .address-phone-wrapper .address-2, .address-phone-wrapper .address-3 {
		font-family: 'Lato', sans-serif;
		color: #000;
		line-height: 20px;	
		font-weight: 600;		
		display: block;
	}	
	.address-phone-wrapper .phone-1 {
		line-height: 20px;
	}	
	.billboard-heading-wrapper {
		padding: 25px 0px 25px 25px; 
	}	
	.billboard-container h1 {
		padding: 0 0 30px !important;
	}
	.billboard-section .billboard-container h1 {
		font-size: 40px;
		line-height: 40px;
	}	
	.billboard-section .billboard-container .head-1 {
		font-size: 50px;
		line-height: 54px;
	}	
	.interior .billboard-section .billboard-container .head-1 {
		font-size: 40px;
		line-height: 40px;
	}	
	.interior .billboard-section .billboard-container h1 {
		font-size: 50px;
		line-height: 54px;
}
	.alt-intro-section .alt-intro-content .alt-intro-image {
		padding: 100px 15px 80px;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .glasses {
		position: relative;
		width: auto;
		top: 0;	
		display: block;	
	}
	.alt-intro-section .alt-intro-content .alt-intro-image .glasses img, .alt-intro-section .alt-intro-content .alt-intro-image .phone img {
		margin: 0 auto;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .phone {
		position: relative;
		width: auto;
		top: -40px;	
		display: block;			
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .folder {
		top: -60px;
	}	
	.content-slider-wrapper .content-slider-half-image {
		width: 290px;
	}
	.content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
		opacity: 1;
	}
	.team-int-section .yearbook-container .slick-dots {
		/*position: relative;*/
		z-index: 1;
	    margin: 0 0 60px;	
	}	
	.logo-pattern-section, .logo-pattern {
		min-height: 50px;
	}	

	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
		background: #fff;
	}
	.team-int-section .yearbook-three a:hover .yearbook-headshot-wrapper::after {
		opacity: 0;
	}	

}
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	.billboard-content-wrapper {
	    min-height: 80vh;
	}	
	.billboard-heading-wrapper {
		padding: 25px 30px; 
	}	
	.body-home .billboard-content-wrapper .container {
		top: 0px;
	}	
	.alt-intro-content {
		padding: 0 30px;
	}
	.alt-intro-section .alt-intro-content .alt-intro-copy {
    	padding: 50px 0 0;
		margin-top: 100px;
	}
	.alt-intro-section .alt-intro-content .alt-intro-image {
		padding: 0px 15px 80px;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .coffee {
		position: relative;
		left: -10px;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .glasses {
		width: 100px;
		top: -70px;
		position: absolute;
	}
	.alt-intro-section .alt-intro-content .alt-intro-image .phone {
		left: 100px;
		width: 200px;
		top: -90px;
		position: absolute;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .folder {
		left: -20px;
		top: 70px;
	}
	.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-copy {
		margin: 90px 0 0;
	}	
	.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-image {
		padding: 0px 15px 70px;
	}	
	.footer-section .button {
		top: 15px !important;
	}	
	.interior .billboard-section .billboard-container .head-1 span, .interior .billboard-section .billboard-container .head-2 span {
		display: inline;
	}	
	.team-int-section .yearbook-container .slick-prev {
		border-top: 3px solid #0000ff;
		border-left: 3px solid #0000ff;
	}	
	.team-int-section .yearbook-container .slick-next {
		border-top: 3px solid #0000ff;
		border-right: 3px solid #0000ff;
	}	
	.media-section .mc-content-wrapper {
		width: auto;
	}	
	.media-section .mc-content-wrapper, .media-section .mc-cta {
		width: 100%;
	}	
	.content-slider-wrapper.content-slider-cta-text .content-slider-cta {
		font-size: 15px;
	    padding: 8px 16px !important;		
	}
	.footer-section .footer-cta h4 {
		padding: 0 15px;
		margin: 0;
		font-size: 33px;
		line-height: 40px;
	}	
	.billboard-section .billboard-container:before {
		background: rgba(6, 1, 255, 0.1);
	}	
	.bio-team-section .yearbook-three a:hover .yearbook-headshot-wrapper img {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
	.bio-team-section .yearbook-three.yearbook-container {
		padding: 60px 30px 0;
	}	

}
	
/* 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) {
	.body-home .billboard-content-wrapper .container {
		top: 0px;
	}		
	.billboard-content-wrapper {
	    min-height: 80vh;
	}		
	.billboard-heading-wrapper {
		padding: 25px 30px; 
	}	
	.alt-intro-content {
		padding: 0 30px;
	}
	.alt-intro-section .alt-intro-content .alt-intro-copy {
    	padding: 50px 0 0;
		margin-top: 100px;
	}
	.alt-intro-section .alt-intro-content .alt-intro-image {
		padding: 0px 15px 80px;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .coffee {
		position: relative;
		left: -20px;
		width: 280px;
		margin: 0 auto;
	}	
	.alt-intro-section .alt-intro-content .alt-intro-image .glasses {
		width: 100px;
		top: -70px;
		left: 120px;
		position: absolute;
	}
	.alt-intro-section .alt-intro-content .alt-intro-image .phone {
		left: 230px;
		width: 250px;
		top: -110px;
		position: absolute;
	}
	.alt-intro-section .alt-intro-content .alt-intro-image .folder {
		left: -10px;
		top: 70px;
		width: 250px;
		margin: 0 auto;
	}
	.alt-intro-section .alt-intro-content .alt-intro-image .coffee img, .alt-intro-section .alt-intro-content .alt-intro-image .folder img {
		margin: 0 auto;
	}	
	.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-copy {
		margin: 90px 0 0;
	}	
	.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-image {
		padding: 0px 15px 70px;
		text-align: center;
	}	
	.alt-intro-section.alt-intro-2 .alt-intro-content .alt-intro-image .stamp {
	}	
	@keyframes stamp-move {
	  from {
		top: 150px;
		right: -10px;
	  }
	  to {
		right: -115px;
		top: 80px;
	  }
	}	
	.footer-section .button {
		top: 14px !important;
	}	
	.team-int-section .yearbook-container .slick-prev {
		border-top: 3px solid #0000ff;
		border-left: 3px solid #0000ff;
	}	
	.team-int-section .yearbook-container .slick-next {
		border-top: 3px solid #0000ff;
		border-right: 3px solid #0000ff;
	}	
	.interior .billboard-section .billboard-container .head-1 span, .interior .billboard-section .billboard-container .head-2 span {
		display: inline;
	}	
	.media-section .mc-content-wrapper {
		width: auto;
	}
	.media-section .mc-content-wrapper, .media-section .mc-cta {
		width: auto;
	}	
	.content-slider-wrapper.content-slider-cta-text .content-slider-cta {
		font-size: 15px;
	    padding: 8px 16px !important;			
	}	
	.billboard-section .billboard-container:before {
		background: rgba(6, 1, 255, 0.1);
	}	
	.bio-team-section .yearbook-three a:hover .yearbook-headshot-wrapper img {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}	
	.bio-team-section .yearbook-three.yearbook-container {
		padding: 60px 30px 0;
	}		
}

/* IE only */
@media screen\0 {
	.content-slider-heading-wrapper {
		max-width: 400px;
		height: 350px;
/*		position: absolute;
		top: 0;
		left: 0;*/
	}
	.content-slider-cta-wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
	}	
	.content-slider-wrapper .content-slider-half-width {
		float: none;
	}
	.body-home .billboard-content-wrapper .container {
		position: relative;
		top: -190px;
		width: 1170px !important;
		left: 0;
	}
	.interior .billboard-section .billboard-content-wrapper {
		display: block;
	}
	.interior .billboard-section .billboard-content-wrapper .container {
		position: relative;
		top: 140px;
		transform: none;
		width: 1170px;
		left: 90px;
		max-width: none;
		margin: 0 auto;
	}
	.content-slider-wrapper .wrap-content-slider-content {
		position: relative;
		z-index: 1;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link a i {
		top: 10px;
		margin-left: 10px;
		left: -10px !important;
	}
	.page-link ul.nav-subnav.clearfix {
		margin-top: -20px;
	}
	.page-link {
		top: 0px !important;
	}
	.contact-us-page {
		margin-right: 10px;
	}
	

}