@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Old+Standard+TT|Oswald:300,400|Lato:100,300,300i,400,400i,700,900|Raleway:400,500');


@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 #: 18-BR3DR-0088
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: #fff;
	color: #393939;
}

.disclaimer, .disclosure {
	font-size: 11px;
	line-height: 15px !important;
}
.medium-disclaimer {
	font-size: 15px;
	line-height: 19px !important;
}
.cfp {
	font-variant: small-caps;
}
a {
	color: #546F42;
	-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;
}
hr {
    color: rgba(39, 20, 20, 0.2);;
    background-color: rgba(39, 20, 20, 0.2);
}

h2 {
    font-family: 'Old Standard TT', serif;
	font-weight: 400;
	font-size: 20px;
    color: #333132;
}
h2.sub-head-main .head-2 {
    font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
h3 {
    font-family: 'Old Standard TT', serif;
    font-weight: 600;
	font-size: 20px;
    color: #333132;
}
h4 {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
	font-size: 18px;
    color: #333132;
    margin-bottom: 0;
}
h5 {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
	font-size: 18px;
    color: #333132;
}
ul, ol {
    padding-left: 40px;
    margin-bottom: 20px;
}
blockquote, q {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    font-style: normal;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
blockquote:before, q:before {
    background: #90c95c;
}

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

/*
SCROLLER
==============================================
*/
.scroller-wrapper .scroller:before {
    background: rgba(111, 173, 84, 0.2);
}
.scroller-wrapper .scroller:after {
    background: rgba(111, 173, 84, 0.5);
}


/*
Header
==============================================
*/
.header-main {
	background: #333132;
    background: -moz-linear-gradient(left, #333132 0%, #333132 30%, #0a090a 100%) !important;
    background: -webkit-linear-gradient(left, #333132 0%,#333132 30%,#0a090a 100%) !important;
    background: linear-gradient(to right, #333132 0%,#333132 30%,#0a090a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333132', endColorstr='#0a090a',GradientType=1 );
}
.header-main .ftr-logo-wrapper {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.header-content {
    position: relative;
    min-height: 140px;
}


/*
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
	font-size: 14px;
    font-weight: 500;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
    background: #333132;
    background: -moz-linear-gradient(left, #333132 0%, #333132 30%, #0a090a 100%) !important;
    background: -webkit-linear-gradient(left, #333132 0%,#333132 30%,#0a090a 100%) !important;
    background: linear-gradient(to right, #333132 0%,#333132 30%,#0a090a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333132', endColorstr='#0a090a',GradientType=1 );
	animation-name: none;
}
.primary-nav {
    animation: none;
    -webkit-animation: none;
}
.nav:before {
    content: " ";
    display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fad54+0,6fad54+100&0+20,1+50,0+80 */
	background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 ); /* IE6-9 */
    height: 1px;
    width: 100%;
    position: relative;
    bottom: -10px;
}
.nav:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fad54+0,6fad54+100&0+20,1+50,0+80 */
	background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 ); /* IE6-9 */
    position: relative;
    bottom: 15px;
    z-index: 7;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 48px;
}
.primary-nav > li > a:hover {
    color: #90c95c;
}
.primary-nav > li > a.selected, .nav-standard.selected {
    color: #90c95c !important;
}
.primary-nav .nav-subnav a:hover {
    color: #90c95c;
}
.primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: #90c95c;
}
.investor-access-login-button {
    border: 2px solid #90c95c;
}
.investor-access-wrapper .investor-access-id-icon, .investor-access-wrapper .investor-access-password-icon {
    color: #bdbdbd;
}
.investor-access-remember-me-label {
    padding: 0px 27px 17px 17px;
}
.account-access-header-wrapper {
	display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav .page-link a.sub-a {
    font-weight: 600;
}



/*
Billboard - Home
==============================================
*/
.billboard-section h1 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
}
.billboard-section .head-2 {
    font-family: 'Old Standard TT', serif;
	font-weight: 400;
    line-height: 52px;
}
.billboard-section h1:after {
	background: #64A34A;
}
.billboard-container.billboard-full-height {
    min-height: calc(90vh - 136px);
}
.billboard-section .head-1 {
	letter-spacing: 2px;
}

/*
Home Intro Section
==============================================
*/
.intro-section {
	background: #333132;
	position: relative;
	padding: 100px 0;
}
.intro-section:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,.2);
}
.intro-section:after {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,.2);
}
.intro-section .intro-content:before {
    content: "";
    position: relative;
    height: 1px;
    width: 100%;
    display: table;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fad54+0,6fad54+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 ); /* IE6-9 */
}
.intro-section .intro-content:after {
    content: "";
    position: relative;
    height: 1px;
    width: 100%;
    display: table;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fad54+0,6fad54+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 ); /* IE6-9 */
}

.intro-section .intro-text:before {
	display: none;
}
.intro-content .intro-text p {
	color: #fff;
	font-weight: 400;
    padding: 0 90px;
}
.intro-content .intro-text p.body-copy-accent {
	color: #fff;
    padding: 0;
	text-transform: none;
}


/*
Client Experience Section
==============================================
*/



/*
Callouts Section
==============================================
*/
.callouts-section {
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/w/o/woodforest/Images/corporate-buildings) no-repeat;
	background-position: center center;
	position: relative;
	padding: 0;
}
.callouts-section:before {
	content:'';
	display: block;
	position: relative;
	height: 80px;
	width: 100%;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333132+0,333132+30,0a090a+100 */
	background: #333132; /* Old browsers */
	background: -moz-linear-gradient(left, #333132 0%, #333132 30%, #0a090a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #333132 0%,#333132 30%,#0a090a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #333132 0%,#333132 30%,#0a090a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333132', endColorstr='#0a090a',GradientType=1 ); /* IE6-9 */
}
.callouts-section:after {
	content:'';
	display: block;
	position: relative;
	height: 80px;
	width: 100%;
	left: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333132+0,333132+30,0a090a+100 */
	background: #333132; /* Old browsers */
	background: -moz-linear-gradient(left, #333132 0%, #333132 30%, #0a090a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #333132 0%,#333132 30%,#0a090a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #333132 0%,#333132 30%,#0a090a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333132', endColorstr='#0a090a',GradientType=1 ); /* IE6-9 */
}
.callouts-content h2 {
	text-align: center;
}
.callouts-content h2.sub-head-main .head-2 {
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
    color: #fff;
}
.callouts-section .callout-heading .head-1 {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    color: #fff;
}
.callouts-section .callouts-container .callout-item {
	position: relative;
}
.callouts-section .callouts-container .callout-item:before {
    content: "";
    position: relative;
	top: -30px;
    height: 1px;
    width: 100%;
    display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fad54+0,6fad54+100&0+20,1+50,0+80 */
	background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 ); /* IE6-9 */
}
.callouts-section .callouts-container .callout-item:after {
    content: "";
    position: relative;
	top: 10px;
    height: 1px;
    width: 100%;
    display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fad54+0,6fad54+100&0+20,1+50,0+80 */
	background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 ); /* IE6-9 */
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
	display: inline-table;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
    display: inline;
	font-family: 'Oswald', sans-serif;
	color: #000;
    font-weight: 400;
	background: #6fad54;
	letter-spacing: 0;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
	background: #9dca54;
	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(111,173,84,.7);
	-moz-box-shadow: inset 0px 0px 40px 0px rgba(111,173,84,.7);
	box-shadow: inset 0px 0px 40px 0px rgba(111,173,84,.7);
    color: #000;
    letter-spacing: 1px;
}

/*
Slider Section
==============================================
*/
.slider-section {
	position: relative;
	background: #000;
}
.body-home .content-slide:after {
	content:'';
	position: absolute;
	display: block !important;
	clear: none;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a090a+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(10,9,10,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(10,9,10,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(10,9,10,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.content-slider-wrapper {
	border: none;
}
.content-slider-wrapper .content-slider-content-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 240px 0 60px;
}





.body-home .content-slider-wrapper h3.content-slider-heading {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    color: #fff;
}
.body-home .content-slider-wrapper .content-slider-copy {
	color: #fff;
	position: relative;
}
.body-home .content-slider-wrapper .content-slider-copy:before {
    content: '';
    position: relative;
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%);
    background: -o-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%);
    background: linear-gradient(to right, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 );
}
.body-home .content-slider-wrapper .content-slider-copy:after {
    content: '';
    position: relative;
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%);
    background: -o-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%);
    background: linear-gradient(to right, rgba(111,173,84,0) 0%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 );
}
.body-home .content-slider-wrapper .content-slider-cta {
    margin-bottom: 50px;
    border: 1px solid black;
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-weight: 400;
    background: #6fad54;
	text-transform: uppercase;
}
.body-home .content-slider-wrapper .content-slider-cta:hover {
    text-decoration: none;
    background: #9dca54;
    -webkit-box-shadow: inset 0px 0px 40px 0px rgba(111,173,84,.7);
    -moz-box-shadow: inset 0px 0px 40px 0px rgba(111,173,84,.7);
    box-shadow: inset 0px 0px 40px 0px rgba(111,173,84,.7);
}


.body-home .content-slider-wrapper.content-slider-click-cta .content-slider-content-wrapper {
    max-width: 750px;
}
.slick-dots li.slick-active button:before {
	color: #64A34A !important;
}
.body-home .content-slider-wrapper .slick-prev:before, .content-slider-wrapper .slick-next:before {
    color: #fff;
	font-size: 40px;
    opacity: 1;
	/*content: "";*/
}
.body-home .content-slider-wrapper .slick-prev:after {
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 40px;
    right: 0px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.body-home .content-slider-wrapper .slick-next:after {
	content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 40px;
    left: 0px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    width: 25px;
    height: 25px;
	border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.body-home .content-slider-wrapper .slick-prev:hover:before, .content-slider-wrapper .slick-next:hover:before {
    color: #90c95c;
}
.body-home .content-slider-wrapper.content-slider-normal-height .content-slide {
    background-position: center center;
}
.body-home .copy-content button {
	display: block;
    height: 40px;
    width: 150px;
    border: 2px solid #90c95c;
    margin: 20px 0px 20px 0px;
    font-family: 'Playfair Display', serif !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: none;
}
.copy-section .yearbook-container .yearbook-title {
	font-size: 15px;
}

/*
POV Section
==============================================
*/
.pov-section {
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/v/a/vanilla-model-1/images/bkg-pattern-dark.jpg) repeat;
	background-size: auto;
	position: relative;
    box-shadow: inset 0px -30px 100px 0px rgba(0,0,0,.35), inset 0px 100px 100px -50px rgba(0,0,0,.35);
	height: auto;
}
.pov-section .mc-slide {
    background: none;
    text-align: left;
}
.pov-carousel .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 0px 70px 25px rgba(0,0,0,.1), inset 0px 0px 70px 25px rgba(0,0,0,.1);
}
.pov-section h2 {
	text-align: center;
}
.pov-section h2.sub-head-main .head-2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
}
.pov-carousel .mc-container:before {
	display: none;
}
.pov-carousel .mc-heading {
	font-family: 'Oswald', sans-serif;
	text-align: left;
	color: #64A34A;
}
.pov-carousel .mc-heading:after {
    background: #6fad54;
    margin: 32px 0 0 !important;
}
.pov-carousel .mc-date {
	font-family: 'Oswald', sans-serif;
	color: #64A34A;
    font-weight: 400;
}
.pov-carousel .mc-copy {
	color: #fff;
    font-size: 17px;
    line-height: 25px;
}
.pov-carousel .mc-copy-wrapper, .media-carousel-one .mc-copy {
    margin-top: 0px;
}
.pov-carousel .mc-date-wrapper {
	margin-bottom: -5px;
}
.pov-carousel .mc-cta {
	font-family: 'Oswald', sans-serif;
	color: #64A34A;
    font-weight: 400;
	letter-spacing: 0;
}
.pov-carousel .mc-container a:hover .mc-cta {
    padding: 0px;
    color: #fff;
    letter-spacing: 0px;
}
.slick-dots li button:before {
	color: #fff;opacity: 1;
}
.mc-container .slick-dots li.slick-active button:before, .mc-container .slick-dots li button:hover:before {
    color: #64A34A;
}
.pov-carousel .mc-container .slick-next:after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.pov-carousel .mc-container .slick-prev:after {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}


/*
Interior Section
==============================================
*/
.interior .billboard-content:after {
	display: none;
}
.interior .billboard-content {
	background: #333132;
}
.interior .billboard-content h1 {
	font-family: 'Old Standard TT', serif;
    color: #fff;
	text-align: center;
	padding: 70px 0;
	border-top: 30px solid #292728;
	border-bottom: 30px solid #292728;
	margin-bottom: 0;
}
.interior .billboard-content .head-1 {
	font-family: 'Old Standard TT', serif;
    font-weight: 400;
    color: #fff;
}
.interior .billboard-content .head-3, .interior .billboard-content .head-2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 38px !important;
    line-height: 44px;
    letter-spacing: 2px;

}
.interior .billboard-content h1:before {
	content: " ";
    display: block;
    background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%);
    background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
    background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 );
    height: 1px;
    width: 100%;
    position: relative;
    bottom: 85px;
}
.interior .billboard-content h1:after {
	content: " ";
    display: block;
    background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%);
    background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
    background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 );
    height: 1px;
    width: 100%;
    position: relative;
    bottom: -85px;
}
.copy-section {
	background: #e9e9ed;
}
.body-healthcare-professionals .body-healthcare-professionals {
    background-position: bottom center;
}

/*
Quote Interior Section
==============================================
*/
.quote-section {
    background-image: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/v/a/vanilla-model-1/images/bkg-pattern-dark.jpg);
}
.quote-section:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 100%;
	background: #9ace76;
}
.quote-wrapper .quote {
    font-family: 'Old Standard TT', serif;
	font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin: 25px auto 25px;
}
.quote-wrapper .quote-cite {
    margin-top: 22px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    color: #fff !important;
	text-transform: uppercase;
	font-weight: 100;
}
.quote-wrapper .quote-hr {
	display: none;
}
.quote-section .quote-content {
    padding: 145px 0 100px;
}

/*
Team Page
==============================================
*/
.body-about-us .copy-section h2 {
    text-align: left;
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    font-size: 30px;
    color: #333132;
    line-height: 40px;
    margin-bottom: 0;
}
.body-about-us .copy-section .head-1 {
    text-align: center;
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    font-size: 52px !important;
    color: #333132;
    line-height: 40px;
}
.body-about-us .copy-section h2:after {
	display: none;
}
.copy-section .yearbook-container h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333132;
    font-size: 38px !important;
    line-height: 44px;
	text-align: center;
}
.copy-section .yearbook-container h1:after {
    display: none;
}
.copy-section .yearbook-container .yearbook-first-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333132;
}
.copy-section .yearbook-container .yearbook-last-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333132;
}
.copy-section .yearbook-three .yearbook-hr {
	display: none;
}

.copy-section .yearbook-container .yearbook-title {
	margin-bottom: 5px !important;
}

/*** Disable yearbook links */
.copy-section .yearbook-disabled {
    pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
	z-index: -1;
}
.copy-section .yearbook-three .yearbook-hr {
	display: none;
}
.copy-section .yearbook-container .yearbook-designation {
	margin-bottom: 0px;
}
.yearbook-designation-wrapper {
	margin-top: 0;
}

/*
Bio Detail Page
==============================================
*/
.bio-section {
	background: #e9e9ed;
}
.bio-section .bio-detail-first-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333132;
}
.bio-section .bio-detail-last-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333132;
}
.bio-section .bio-detail-links-wrapper .fa {
    color: #000;
    border: 1px solid transparent;
    margin: 0 5px;
    padding: 3px 5px;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #000;
    border: 1px solid #000;
}

.bio-quote-section:before, .bio-quote-section:after {
	display: none;
}

 .bio-detail-previous-link-wrapper.hover-link:before {
  background: #90c95c;
}
.bio-detail-next-link-wrapper.hover-link:before {
  background: #90c95c;
}

.bio-quote-section {
	display: none;
}
.bio-detail-designation {
    font-size: 18px;
    font-weight: 300;
}

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


/*
Map and Directions
==============================================
*/
.body-map-directions .resource-section {
	background: #e9e9ed;
}
.directions-search .submit-search {
    border: 2px solid #90c95c;
}

/*
Footer Section
==============================================
*/
.footer-section .social-container {
	border: none;
    padding: 10px 0 0;
}
.footer-section .social-container:after {
	height: 1px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+20,1+50,0+80 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    bottom: -15px;
}
.footer-social-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79b75f+0,9dd079+50,79b75f+100 */
	background: rgb(121,183,95); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(121,183,95,1) 0%, rgba(157,208,121,1) 50%, rgba(121,183,95,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(121,183,95,1) 0%,rgba(157,208,121,1) 50%,rgba(121,183,95,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(121,183,95,1) 0%,rgba(157,208,121,1) 50%,rgba(121,183,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79b75f', endColorstr='#79b75f',GradientType=1 ); /* IE6-9 */
}
.footer-cta-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79b75f+0,9dd079+50,79b75f+100 */
	background: rgb(121,183,95); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(121,183,95,1) 0%, rgba(157,208,121,1) 50%, rgba(121,183,95,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(121,183,95,1) 0%,rgba(157,208,121,1) 50%,rgba(121,183,95,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(121,183,95,1) 0%,rgba(157,208,121,1) 50%,rgba(121,183,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79b75f', endColorstr='#79b75f',GradientType=1 ); /* IE6-9 */
	display: inline-block;
    width: 100%;
}
.footer-section .ftr-cta-wrapper {
	position: relative;
}

.footer-section .footer-cta-section h4:after  {
	height: 47px;
    width: 46px;
    position: relative;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/w/o/woodforest/Images/footer-icon.png) repeat;
    margin: 40px auto -60px;
}

.footer-section .footer-cta-section h4:hover:after {
	width: 46px;
    letter-spacing: 0;
}
.footer-section .footer-cta-section h4 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 31px;
    font-weight: 300;
}
.footer-section .footer-cta-section .head-1 {
    font-family: 'Old Standard TT', serif;
	font-weight: 400;
	color: #000;
	-webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.footer-section .footer-cta-section h4:hover {
    color: #000;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #000 !important;
	animation-delay: 0s;
}
.footer-section .footer-contact-section {
	margin-top: 100px;
	-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.75);
}

.footer-section .ftr-nap-address:before {
	display: none;
}
.footer-section .footer-logo .ftr-logo {
    max-width: 250px;
}

.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
    color: #6fad54;
}
.footer-section .footer-contact-info {
    padding: 0px 0 10px;
}
.footer-section .footer-contact-section .footer-contact-content {
	padding: 70px 0 70px;
}
.footer-hedge-section {
	background: rgba(255,255,255,.05);
}
.footer-section .footer-content a span.head-2:hover {
	color: #000;
}

.footer-section .footer-contact-section a {
    color: #fff;
}
.footer-content .footer-contact-section a:hover {
    color: #A8A8A8 !important;
}
.footer-section .footer-content a span:hover {
	color: #fff;
	text-decoration: none !important;
}
.footer-section .footer-content a:hover {
	color: #92C573 !important;
}
.footer-section .footer-content a span {
	text-decoration: none !important;
}
.footer-section .social-container a .fa {
    color: #000 !important;
    border: 1px solid transparent;
    margin: 0 5px;
    padding: 3px 5px;
}

.footer-section .social-container a:hover .fa {
	color: #000 !important;
    border: 1px solid #000;
}
.footer-section .ftr-disclosures {
    color: #fff;
}


/*
Accordions
==============================================
*/
.accord .accord-link {
    font-family: 'Old Standard TT', serif !important;
    font-weight: 400;
    font-size: 20px;
    color: #333132;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #588236 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #588236;
}
.accord li.open .fa {
    color: #588236;
}

/*
FlexTabs
==============================================
*/
.flextab-triggers a {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    background: #f7f7f5;
    color: #333130;
    font-size: 17px;
}
.flextab-triggers .set {
    color: #588236;
}


/*
Contact
==============================================
*/
.contact-form .form-inline .form-group.select-container:before {
    border-color: #90c95c transparent transparent transparent;
}
.contact-form .form-inline .captcha .btn-contact,
.simple-form input[type="submit"]  {
    border: 2px solid #90c95c;
}

/*
Resources
==============================================
*/

 .resource-section, .body-resource-detail .resource-section {
	background: #e9e9ed;
}

.filter a {
    color: #393939;
}
.filter a:hover {
    color: #90c95c;
}
.filter-reset:hover {
    color: #90c95c;
}
.filter-overlay .close-filter-overlay {
    background: #90c95c;
}
.filter-open.fa-angle-down:before {
    color: #333333;
}
.masonry-load-more, .masonry-tertiary-load-more {
    border: 2px solid #90c95c;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    border: 2px solid #393939;
}
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #90c95c;
}
.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: #393939 !important;
    font-weight: 500;
}
.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
    color: #fff !important;
}
.masonry-title {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
}
.masonry-one-by-one .masonry-date, .masonry-one-of-two-stacked .masonry-date, .masonry-two-of-two-stacked .masonry-date {
    font-weight: 500;
}
.masonry-one-by-one .masonry-category, .masonry-one-of-two-stacked .masonry-category, .masonry-two-of-two-stacked .masonry-category {
    font-weight: 500;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #90c95c;
}
.masonry-one-of-two-stacked {
    background: #000;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #90c95c;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #000;
}
.masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover, .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
    background: #000;
}
.masonry-two-of-two-stacked {
    background: #000;
}
.masonry-two-of-two-stacked:hover {
    background: #90c95c;
}

.masonry-two-of-two-stacked:hover .masonry-title, .masonry-two-of-two-stacked:hover .masonry-date, .masonry-two-of-two-stacked:hover .masonry-paragraph, .masonry-two-of-two-stacked:hover .masonry-category, .masonry-two-of-two-stacked:hover .masonry-cta {
	color: #000;
}
.masonry-one-of-two-stacked:hover {
    background: #90c95c;
}
.masonry-one-of-two-stacked:hover .masonry-title, .masonry-one-of-two-stacked:hover .masonry-date, .masonry-one-of-two-stacked:hover .masonry-paragraph, .masonry-one-of-two-stacked:hover .masonry-category, .masonry-one-of-two-stacked:hover .masonry-cta {
	color: #000 !important;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
    font-family: 'Old Standard TT', serif;
    font-weight: 400 !important;
    font-size: 25px !important;
    color: #333132 !important;
}

.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #5E8040 !important;
}
.resource-detail-info-wrapper a:hover {
    color: #393939 !important;
}
.resource-detail-previous-link:hover:before {
    background: #90c95c;
}
.resource-detail-next-link-wrapper.hover-link:before {
  background: #90c95c;
}

.fa-share-alt {
    color: #5E8040 !important;
}
.social-media-share-wrapper span {
    background-color: #5E8040;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #5E8040;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #393939;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #5E8040;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a {
    color: #5E8040;
}
.filter-reset-container {
    border-bottom: none;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #000000;
}

/* 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 {
    	font-size: 14px;
	}
	.primary-nav a, .investor-access-remember-me-label {
    	margin-left: 8px;
	}
	.interior .billboard-container {
		min-height: 350px;
	}
	.footer-cta-section, .callouts-section, .intro-section {
		margin-top: -1px;
	}
	.body-corporate-benefit .billboard-container {
		background-position: center right;
	}
	.body-contact-us .billboard-container {
		background-position: center left;
	}
	.bio-detail-container {
		background: #e9e9ed;
	}
	.masonry-two-by-one:hover .masonry-paragraph, .masonry-one-by-two:hover .masonry-paragraph, .masonry-one-by-two:hover .masonry-paragraph, .masonry-one-by-one:hover .masonry-paragraph, .masonry-two-by-one:hover .masonry-paragraph, .masonry-three-by-one:hover .masonry-paragraph {
		color: #fff !important;
		}
	.masonry-two-by-one:hover .masonry-title, .masonry-one-by-two:hover .masonry-title, .masonry-one-by-two:hover .masonry-title, .masonry-one-by-one:hover .masonry-title, .masonry-two-by-one:hover .masonry-title, .masonry-three-by-one:hover .masonry-title {
		color: #fff !important;
	}
	.masonry-two-by-one:hover .masonry-date, .masonry-one-by-two:hover .masonry-date, .masonry-one-by-two:hover .masonry-date, .masonry-one-by-one:hover .masonry-date, .masonry-two-by-one:hover .masonry-date, .masonry-three-by-one:hover .masonry-date {
		color: #fff !important;
	}
	.masonry-two-by-one:hover .masonry-category, .masonry-one-by-two:hover .masonry-category, .masonry-one-by-two:hover .masonry-ticategorytle, .masonry-one-by-one:hover .masonry-category, .masonry-two-by-one:hover .masonry-category, .masonry-three-by-one:hover .masonry-category {
		color: #fff !important;
	}
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.nav:before, .nav:after {
		display: none;
	}
	.primary-nav a, .investor-access-remember-me-label {
		margin-left: 0px;
	}
	.primary-nav a, .investor-access-remember-me-label {
		color: #fff;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
		font-size: 16px;
	}
	.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: #90c95c;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before {
		background: #90c95c;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
		background: #90c95c;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li > .nav-subnav {
		background: #1d2713 !important;
	}
	.interior .billboard-container {
		min-height: 260px;
	}
	.interior .billboard-content .head-1 {
		font-size: 48px !important;
		line-height: 40px;
	}
	.interior .billboard-content .head-3, .interior .billboard-content .head-2 {
		font-size: 32px !important;
		line-height: 38px;
	}
	.fa-angle-down:before {
		color: #90c95c;
	}
	.header-main:after {
		display: none;
	}
	.callouts-section .slick-next:before, .callouts-section .slick-prev:before {
		opacity: 0;
	}
	.callouts-section .slick-prev:after {
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		right: -20px;
		content: "";
		-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
		transform: rotate(-45deg) skew(-10deg, -10deg);
		width: 25px;
		height: 25px;
		border-left: 1px solid #51576d;
		border-top: 1px solid #51576d;
	}
	.callouts-section .slick-next:after {
		content: "" !important;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		left: -20px;
		-webkit-transform: rotate(45deg) skew(10deg, 10deg);
		transform: rotate(45deg) skew(10deg, 10deg);
		width: 25px;
		height: 25px;
		border-right: 1px solid #51576d;
		border-top: 1px solid #51576d;
		-webkit-text-stroke: 8px transparent !important;
	}

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.header-main .ftr-logo {
		max-width: 260px;
	}
	.intro-content .intro-text p {
		padding: 0;
	}
	.callouts-content h2:after {
		content: "";
		position: relative;
		top: 20px;
		height: 1px;
		width: 100%;
		display: block;
		background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%);
		background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
		background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 );
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
		margin-top: 10px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
		font-family: 'Oswald', sans-serif !important;
		color: #000 !important;
		font-weight: 400;
		background: #6fad54 !important;
	}
	.billboard-section:after {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
	}
	.billboard-section h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		padding: 15px;
	}
	.interior .billboard-container {
		height: 207px !important;
	}
	.interior .billboard-content .head-1 {
		font-size: 38px !important;
		line-height: 34px;
	}
	.interior .billboard-content .head-3, .interior .billboard-content .head-2 {
		font-size: 28px !important;
		line-height: 28px;
	}
	.body-contact-us .billboard-container {
		background-position-x: -70px;
	}
	.body-business-executives .billboard-container {
	    background-position-X: -190px;
	}

}

/* 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) {
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    padding: 28px 30px 28px !important;
}
.header-main .ftr-logo {
		max-width: 260px;
	}
	.intro-content .intro-text p {
		padding: 0;
	}
	.callouts-content h2:after {
		content: "";
		position: relative;
		top: 20px;
		height: 1px;
		width: 100%;
		display: block;
		background: -moz-linear-gradient(left, rgba(111,173,84,0) 0%, rgba(111,173,84,0) 20%, rgba(111,173,84,1) 50%, rgba(111,173,84,0) 80%, rgba(111,173,84,0) 100%);
		background: -webkit-linear-gradient(left, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
		background: linear-gradient(to right, rgba(111,173,84,0) 0%,rgba(111,173,84,0) 20%,rgba(111,173,84,1) 50%,rgba(111,173,84,0) 80%,rgba(111,173,84,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad54', endColorstr='#006fad54',GradientType=1 );
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
		margin-top: 10px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
		font-family: 'Oswald', sans-serif !important;
		color: #000 !important;
		font-weight: 400;
		background: #6fad54 !important;
	}
	.callouts-section .slick-prev:after {
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		opacity: 1;
	}
	.callouts-section .slick-next:after {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		opacity: 1;
	}
.billboard-section:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );

}
}

 @media only screen and (min-width: 769px) {
.about-us-page > ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    width: max-content;
}
.about-us-page > li {
   display: inline-block;
    width: 100%;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    display: inline-flex;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100%;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link)  {
    padding: 0 !important;
}

}


/* IE only */
@media screen\0 {
	.content-slider-wrapper.content-slider-click-cta .content-slider-content-wrapper{
		margin: 200px 0 0 !important;
	}
  /* .about-us-page .nav-subnav li:not(.nav-top-link) a {
    margin-bottom: 0px !important;
  }
    .about-us-page.nav-subnav a {
        font-size: 11px !important;
        width: 100%;
        display: inline-flex !important;

    } */
}
