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

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER: Evan
DESIGNER: Jesse
JOB #: 17-BR41Z-0008
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;
}

.disclaimer {
	font-size: 11px;
	line-height: 15px !important;
	margin: 0 0 20px !important;
}
.cfp {
	font-variant: small-caps;
}
a {
	color: #588238;
	-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: #2b3b2b;
}
.main-content-int-copy a:hover {
    text-decoration: none;	
}
body:before {
    background: none !important;
}

/*
==============================================
Home Page
==============================================
*/
.main-content {
	padding-top: 0;
	padding-bottom: 0 !important;
}
.home-section-main {
	padding-bottom: 0 !important;
}


/*
Header
==============================================
*/
.header-main:after {
	display: none;
}
.header-main .ftr-logo-wrapper {
    padding: 12px 0 22px;
}
.header-main {
    background: rgba(0,31,0,.9) !important;	
    position: relative;
    z-index: 6;
	
}
/*
Navigation
==============================================
*/
.body-resource .nav-overall-wrapper {
    background: rgba(0,31,0,.9) !important;
}
.nav-overall-wrapper, .body-map-directions .nav-overall-wrapper {
	background: rgba(0,31,0,.9) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
	background: rgba(0,31,0,.9) !important;
	position: relative;
}
.primary-nav > li > a {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 49px;
	letter-spacing: 1px;
    text-transform: uppercase;	
}
.primary-nav > li > a:hover {
    color: #7eca47;
}
.primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: #7eca47;
}
.primary-nav .nav-subnav {
    background: rgba(28,38,32,.95) !important;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 15px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 52px;
}
.primary-nav .nav-subnav a:hover {
    color: #7eca47;
}
.primary-nav > li > a.selected, .nav-standard.selected {
    color: #7eca47 !important;
}
.change::after {
	background: none;
}
.nav:before {
	background: none;
}
.nav:after {
	background: none;
}
.nav-image:after {
    content: '';
    background: rgba(255,255,255,.3);
    width: 1px;
    height: 110px;
    position: absolute;
    top: 0;
    right: -40px;
}
.investor-access-login-button {
    border: 2px solid #7eca47;
    margin: 20px 0px 20px 0px;
    font-family: 'Lato', sans-serif !important;
    color: #7eca47;
    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;
}
.nav-image {
    top: 50px !important;
}
.investor-access-id-icon, .investor-access-password-icon {
    color: #7eca46;
}


/*
Billboard - Home
==============================================
*/
.billboard-section {
	background: rgba(20, 27, 20, 1);
	position: relative;
    z-index: 5;
    margin-top: -220px;	
}
.billboard-section:after {
    top: 0px;
	background: rgba(20,27,20,0);
	background: -moz-linear-gradient(top, rgba(20,27,20,0) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,27,20,0)), color-stop(50%, rgba(20,27,20,0)), color-stop(100%, rgba(20,27,20,1)));
	background: -webkit-linear-gradient(top, rgba(20,27,20,0) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,1) 100%);
	background: -o-linear-gradient(top, rgba(20,27,20,0) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,1) 100%);
	background: -ms-linear-gradient(top, rgba(20,27,20,0) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,1) 100%);
	background: linear-gradient(to bottom, rgba(20,27,20,0) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14', GradientType=0 );	
}

.billboard-container {
	background-repeat: no-repeat;
}
.billboard-container.billboard-full-height {
    min-height: calc(100vh);
}
.content-slider-wrapper .content-slider-content-wrapper {
    max-width: 550px;
}
.billboard-content .content-slider-wrapper {
    border-top: none;
    border-bottom: none;
    position: relative;
    z-index: 10;
    margin-top: -80px;
	overflow: visible;
	background: rgba(28,38,28,0);
	background: -moz-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.5) 50%, rgba(28,38,28,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,38,28,0)), color-stop(50%, rgba(28,38,28,0.5)), color-stop(100%, rgba(28,38,28,0.5)));
	background: -webkit-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.5) 50%, rgba(28,38,28,0.5) 100%);
	background: -o-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.5) 50%, rgba(28,38,28,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.5) 50%, rgba(28,38,28,0.5) 100%);
	background: linear-gradient(to bottom, rgba(28,38,28,0) 0%, rgba(28,38,28,0.5) 50%, rgba(28,38,28,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c261c', endColorstr='#1c261c', GradientType=0 );	
}
.billboard-content .content-slider {
	top: -120px;
}
.content-slider-heading {
	font-family: 'Lato', sans-serif;
	color: #fff;
}
.content-slider-heading .head-1 {
	font-size: 24px;
    font-weight: 500;	
}
.content-slider-heading .head-2 {
	font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 45px !important;
    font-weight: 400;
}

.button {
    border: 2px solid #f2e5b3;
	-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;		
}
#button-2 a {
    color: #f2e5b3;
}
#button-2:hover a {
    color: #7eca47;
}
.button:hover {
    border: 2px solid #7eca47;
}
.billboard-section .content-slider .slick-dots {
	display: none !important;
}
.content-slider .slick-dots li.slick-active button:before {
	color: #80c44d !important;
}
.billboard-section .content-slider .slick-dots li button:before {
    color: #fff;
}
.slick-dots li {
	width: 19px;
	height: 19px;
}


/*
Home Intro Section
==============================================
*/
.intro-section {
    background-size: auto;
    background-repeat: repeat;	
	position: relative;
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 250px 50px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 250px 50px rgba(0,0,0,0.8);	
}
.intro-section:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(27,37,27,0);
	background: -moz-linear-gradient(top, rgba(27,37,27,0) 0%, rgba(27,37,27,0.7) 50%, rgba(27,37,27,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,37,27,0)), color-stop(50%, rgba(27,37,27,0.7)), color-stop(100%, rgba(27,37,27,0)));
	background: -webkit-linear-gradient(top, rgba(27,37,27,0) 0%, rgba(27,37,27,0.7) 50%, rgba(27,37,27,0) 100%);
	background: -o-linear-gradient(top, rgba(27,37,27,0) 0%, rgba(27,37,27,0.7) 50%, rgba(27,37,27,0) 100%);
	background: -ms-linear-gradient(top, rgba(27,37,27,0) 0%, rgba(27,37,27,0.7) 50%, rgba(27,37,27,0) 100%);
	background: linear-gradient(to bottom, rgba(27,37,27,0) 0%, rgba(27,37,27,0.7) 50%, rgba(27,37,27,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b251b', endColorstr='#1b251b', GradientType=0 );	
}
.intro-content:before {
    background: #f2e5b3;
}
.bodycopy-wrap-content:before {
    background: rgba(242, 229, 179, 0.5);
}
.bodycopy-wrap-content:after {
    background: rgba(242, 229, 179, 0.5);
}
 .intro-section .body-copy-accent, .bodycopy-content {
    color: #f2e5b3;
}
.bodycopy-content p {

}
.body-copy-accent {
    color: #f2e5b3;
}
.body-copy-accent:after {
    background: rgba(242, 229, 179, 0.5);
}

/*
Sub Content Home Section
==============================================
*/
.sub-content-section {
    padding: 80px 0;
}
.sub-content-container {
	position: relative;
	display: block;
}
.sub-content-container:after {
    content: '';
    height: 1px;
    width: 100%;
    margin: 0 auto;
    background: rgba(128,196,76,.5);
    position: relative;
    bottom: 0px;
    left: 0px;
}
.sub-content-section .content-slider-heading {
	font-family: 'Raleway', sans-serif;
    color: #2b3b2b;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
}
/*.sub-content-cta:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto 80px;
    border-top: 1px solid rgba(128,196,76,.5);
}
.sub-content-cta a {
    color: #2b3b2b;
}
.sub-content-cta a:hover {
    color: #7eca47;
}*/
.sub-content-cta:before {
    display: none;
}
.sub-content-text a .sub-content-cta {
    color: #2b3b2b;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    -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;	
}
.sub-content-text a:hover .sub-content-cta {
    color: #7eca47;
    letter-spacing: 2px;	
}
.sub-content-text a {
    color: #2b3b2b;	
}
.sub-content-text a:hover {
    color: #7eca47;	
}
.sub-content-headline:after {
    content: "";
    position: relative;
    height: 1px;
    width: 100%;
    background: rgba(128,196,76,.5);
    display: block;
    margin: 40px auto 0;
}
.sub-content-text {
	padding: 50px 0 50px 110px;
	color: #2b3b2b;
}
.sub-head-main {
    font-family: 'Lato', sans-serif;
	color: #2b3b2b;
	font-size: 50px;
	line-height: 58px;
    font-weight: 300;
    text-align: center;	
}

.sub-head-text {
    font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-size: 23px;
	line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
	position: relative;
}

.sub-head-text:after {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    background: #80c44c;
    position: relative;
    top: 43px;
    z-index: 30;
    margin: 0 auto;
}

.sub-content-diamond {
	height: 37px;
	background-repeat: no-repeat;
	background-position: center center;
    position: relative;
    top: 100px;	
}
.sub-content-section .sub-content-slider .slick-dots li.slick-active button:before {
	color: #80c44d;
}
.sub-content-section .sub-content-slider .content-slider-wrapper {
    padding: 60px 0;
}

/*
GPM Home Section
==============================================
*/
.gpm-section {
	position: relative;
}
.gpm-section:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20,27,20,0.7);
	background: -moz-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(20,27,20,0.7)), color-stop(50%, rgba(20,27,20,0)), color-stop(100%, rgba(20,27,20,0)));
	background: -webkit-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: -o-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: -ms-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14', GradientType=1 );
}
.gpm-section:after {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(20,27,20,0.7);
	background: -moz-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(20,27,20,0.7)), color-stop(50%, rgba(20,27,20,0)), color-stop(100%, rgba(20,27,20,0)));
	background: -webkit-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: -o-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: -ms-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	background: linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14', GradientType=1 );
}
.gpm-content {
	padding: 80px 0 50px;
}
.gpm-headline:before {
	content:'';
    position: absolute;
    top: 30px;
    left: 0px;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/m/i/millerandgay/images/diamond.svg);
    height: 37px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;	
}
.gpm-headline:after {
	content:'';
	position: absolute;
    top: 30px;
    right: 0px;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/m/i/millerandgay/images/diamond.svg);
    height: 37px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;
}
.gpm-headline-content {
	opacity: 1;
	position: relative;
	-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;
	z-index: 1;	
} 
.gpm-headline-content:after {
    content: 'Start your goal plan now';
    position: relative;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center;
    top: 10px;	
	opacity: 0;
	-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;
}
.gpm-headline-content:hover:after {
	opacity: 1;
}
.gpm-headline-content:hover  > .gpm-head-text {
	opacity: 0.25;
} 
.gpm-headline-content:hover  > .gpm-head-main {
	opacity: 0.25;
} 

.gpm-head-text {
	opacity: 1;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
    display: block;
	animation-duration: 1s;
	animation-name: fadeIn;
	/*-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
	-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;	
}
.gpm-head-main {
	opacity: 1;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
	position: relative;
	display: block;
	animation-duration: 1s;
	animation-name: fadeIn;
	/*-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
	-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;	
}
.gpm-gauge-content:after {
    content: 'Start your goal plan now';
    position: relative;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center;
    top: 10px;	
	opacity: 0;
	-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;	
}
.gpm-gauge-content:hover:after {
	opacity: 1;
}
.gpm-gauge, .gpm-video, .gpm-headline {
    text-align: center;
    position: relative;
    z-index: 1;
}

.gpm-video-content:after {
    content: 'Watch Video';
    position: relative;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center;
    top: 10px;	
	opacity: 0;	
	-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;		
}
.gpm-video-content:hover:after {
	opacity: 1;
}
.gpm-video-content {
	position: relative;
	-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;		
}
.gpm-video-content img {
    width: 196px;
    height: 110px;	
}
.gpm-video-content:hover {
	opacity: 1;	
}

.gpm-video-content:before {
	content: '';
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/m/i/millerandgay/images/video_.jpg) no-repeat center center;
    width: 196px;
    height: 110px;
    position: absolute;
    z-index: 2;
    -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;
    opacity: 0; 
    background-size: cover;
}

.gpm-video-content:hover:before {
    opacity: 1;		
}
/*
Niche Home Section
==============================================
*/
.niche-content {
    background: none !important;
}
.niche-section {
	background: #2b3b2b;
    border-top: 2px solid #649840;
    border-bottom: 2px solid #649840;
}
.niche-section:before {
	display: none;
}
.niche-section .content-slider-wrapper.content-slider-dot-text .slick-dots {
    display: none !important;
}
.niche-section .content-slider-wrapper .wrap-content-slider-content {
    padding: 0;
}
.niche-section .content-slider-heading {
	font-family: 'Lato', sans-serif;
	color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 59px;
    text-align: center;
    margin: 0px auto 0;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    display: block;
    animation-duration: 2s;
    animation-delay: 1.2s;
}
.niche-section .content-slider-wrapper .content-slider-heading {
	padding: 0;
}


.niche-section .content-slider-heading {
	font-family: 'Lato', sans-serif;
	color: #fff;
}
.niche-section .content-slider-heading:after {
    display: none;
}
.niche-section .content-slider-heading .head-1 {
	font-size: 20px;
	line-height: 26px;
    display: block;
    font-weight: 400;
}
.niche-section .content-slider-heading .head-2 {
	font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 45px !important;
    line-height: 50px;	
    font-weight: 300;
	display: block;	
}
.niche-section .content-slider-heading .head-3 {
	font-size: 20px;
	line-height: 26px;
    display: block;
    font-weight: 400;
}
.niche-section .content-slider-wrapper .content-slider-copy {
    font-family: 'Lato', sans-serif;
    color: #f2e5b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}
.niche-section .content-slider-half-image-wrapper {
    padding-bottom: 0px;
    position: relative;
}
.niche-section .content-slider-half-image-wrapper:before {
	content:'';
	position: absolute;
	top: 50%;
	right: -20px;
	background: url('https://raymondjames.com/-/media/rj/advisor-sites/sites/m/i/millerandgay/images/diamond.svg');
    height: 57px;
	width: 38px;
    background-repeat: no-repeat;
    background-position: center center;		
}
.niche-section .content-slider-wrapper .slick-prev:hover:before {
    color: #fff;
}
.niche-section .content-slider-wrapper .slick-next:hover:before {
    color: #fff;
}


.niche-section .content-slider-wrapper.content-slider-cta-text .content-slider-cta {
    font-family: 'Lato', sans-serif;
    color: #f2e5b3;
    font-size: 16px;
    font-weight: 400;	
    border: 1px solid #f2e5b3;
    padding: 8px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-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;		
}
.niche-section .content-slide:hover .content-slider-cta {
    text-decoration: none;
    color: #7eca47;
    border:1px solid #7eca47;
}
.niche-section .content-slider-wrapper.content-slider-cta-text .content-slider-cta {
	background: #2b3b2b;
}
.content-slider-wrapper, .content-slider-wrapper .content-slider-half-width-content-wrapper {
	border-top: none;
	border-bottom: none;
}
/*
Home Footer Section
==============================================
*/
.footer-image-content {
    padding: 115px 0;
	border-bottom: 45px solid #1c261c;	
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px 0px 250px 50px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 250px 50px rgba(0,0,0,0.65);	
}




/*
Interior - Billboard
==============================================
*/

.main-billboard-int-section:after {
	display: none;
}	

.interior .billboard-container.billboard-full-height {
	min-height: 800px;
}
.interior .billboard-container {
    min-height: 650px;
}

/*
Interior
==============================================
*/
.main-content-int-section {
	background: #fff;
    padding: 95px 0 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 38px;
    font-weight: 400;
}
.main-content-int-headline {
    margin-bottom: 30px;
}
.main-content-int-section h1 {
	font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-size: 45px !important;
    font-weight: 400;
	margin-bottom: 10px;
}
.main-content-int-section h1:after {
    background: #80c44c;
}

.main-content-int-section .head-1 {
    font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-size: 23px !important;
    font-weight: 500;
    line-height: 33px;
}

.main-content-int-section .sub-head-1 {
    text-align: left;
    font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-size: 23px !important;
    font-weight: 500;
    line-height: 33px;
    display: block;
}
.main-content-int-section .sub-head-2 {
    font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-size: 45px !important;
    font-weight: 400;	
}

.main-content-int-section h3 {
    text-align: left;
    font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
    display: block;
}
.main-content-int-section .main-content-int-content h2:after, .main-content-int-section .main-content-int-content h3:after, .main-content-int-section .main-content-int-content h4:after, .main-content-int-section .main-content-int-content h5:after {
    background: #80c44c;
}

.main-content-int-section sup {
    font-size: 50%;
    top: -8px;
}

/*
yearbook Page
==============================================
*/
.main-content-int-section .yearbook-headline h1:after {
	display: none;
}

.interior .main-head-line {
    background: #80c44c;
}

.yearbook-int-section .yearbook-two .yearbook-first-name {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 23px !important;
    font-weight: 500;
    line-height: 33px;
}
.yearbook-int-section .yearbook-two .yearbook-last-name {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 33px !important;
    font-weight: 400;
}
.yearbook-int-section .yearbook-two .yearbook-headshot-wrapper:hover .yearbook-last-name {
    color: #7eca47;
}
.yearbook-int-section .yearbook-designation-wrapper sup {
    font-size: 50%;
    top: 0px;
}
.yearbook-int-section .yearbook-designation-wrapper {
    margin: 0;
}
.yearbook-int-section .yearbook-two .yearbook-title {
    line-height: 22px;
}
.yearbook-int-section .yearbook-two .yearbook-title {
    margin: 0px !important;
}
.yearbook-container .slick-dots {
    margin-bottom: 0;
	padding-left: 0;
}
.yearbook-two .yearbook-headshot-wrapper::after {
    z-index: 0;
}
.yearbook-three .yearbook-headshot-wrapper::after {
	background: none;
}




/*
==============================================
Interior - Team Section
==============================================
*/

.main-content-int-section .slick-slider {
	margin-bottom: 0px !important;
}
.main-content-int-section .slick-dots {
	top: -20px;
    position: relative;
}
.main-content-int-section .yearbook-links {
	display: none;
}
.main-content-int-section .yearbook-three .yearbook-headshot-wrapper::after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e414e+0,2e414e+100&0+7,1+100 */
	background: -moz-linear-gradient(top, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(46,65,78,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(46,65,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(46,65,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 ); /* IE6-9 */

}
.main-content-int-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
    background-color: rgba(46, 65, 78, 0.25);
}

.main-content-int-section .yearbook-container .slick-arrow {
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-content-int-section .yearbook-container .yearbook-designation {
	bottom: 76px !important;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: 300;
	text-transform: uppercase;
	color: #393939;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
}
.main-content-int-section .yearbook-three .yearbook-hr {
    margin: 0px auto 20px;
}
.main-content-int-section .yearbook-container .yearbook-last-name{
    font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-weight: 400;
    font-size: 28px;
    line-height: 16px;
    text-transform: uppercase;
}
.main-content-int-section .yearbook-container .yearbook-first-name {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 33px;
	text-transform: uppercase;
	color: #2b3b2b;
	display:block;
}
.main-content-int-section .yearbook-container .yearbook-title {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: #393939;
    margin-top: 0px;
    margin-bottom: 10px !important;
}
.main-content-int-section .yearbook-container .yearbook-three .yearbook-hr {
	margin: 15px auto !important;
}
.main-content-int-section .yearbook-designation-wrapper {
	display:block;
}
.main-content-int-section .yearbook-slide {
    width: 33.33%;
}


.main-content-int-section .head-1 {
	/*text-align: left;*/
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-size: 52px !important;
	font-weight: 600;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation-delay:0.4s;
	margin-top:10px;
	animation: slideInUpSmall 1s linear;
}
.main-content-int-section .head-3 {
	text-align: left;
	font-family: 'Playfair Display', serif;
	color: #eb926f;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	max-width:600px;
	width:100%;
	animation-delay:0.8s;
	animation: slideInUpSmall 2s linear;
}
.main-content-int-section .center-text:after {
    margin: 19px auto;
}





/*
Bio Detail Page
==============================================
*/
.body-bio .nav-overall-wrapper {
    background: rgba(0,31,0,.8) !important;
}

.no-billboard .main-content-int-section {
	padding-top: 220px;
}
.bio-detail-first-name {
	font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-weight: 400;
}
.bio-detail-last-name {
	font-family: 'Lato', sans-serif;
    color: #2b3b2b;
    font-weight: 400;
}
.bio-detail-links-wrapper .fa:hover {
    color: #7eca47;
}
.bio-detail-next-link:hover .bio-detail-next-arrow, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
    border-color: #7eca47 !important;
}

.bio-detail-card-container {
    margin-bottom: 0px;
}
.bio-detail-designation {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: #393939;
    margin-top: 0px;
    margin-bottom: 10px;
}
.bio-detail-headshot-wrapper {
    width: 262px;
    height: 350px;
    position: relative;
}

/*
Accordion Section
==============================================
*/
.accord .accord-link {
    font-family: 'Lato', sans-serif !important;
    color: #2b3b2b;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
}

.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #7eca47 !important;
}
.accord li.open .fa {
    color: #7eca47;
}
.accord .fa.fa-chevron-down {
    font-size: 20px;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
	color: #7eca47;
    display: inline-block;
    padding: 0;
}
.accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
    background: none;
	color: #393939;
}
.body-our-services .accord li:before {
	content: '';
    position: relative;
    display: block;
    top: 50px;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/m/i/millerandgay/images/diamond.svg);
    height: 37px;
    width: 38px;
    background-repeat: no-repeat;
    background-position: center center;
}
.body-our-services .accord .accord-link, .body-our-services .accord li.open .accord-link {
	padding-left: 50px;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #2b3b2b;
    display: inline-block;
    border: 1px solid #2b3b2b;
    text-transform: uppercase;
    padding: 0px 25px 0px;
    background: transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background: transparent;
    border: 1px solid #7eca47;
    color: #7eca47;
}
.ia-photo {
	max-width: 500px;
}


/*
Quote Home Section
==============================================
*/
.quote-int-section {
	position: relative;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/m/i/millerandgay/images//bkg-green.jpg);
}
.quote-int-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
    background: rgba(20,27,20,0.7);
    background: -moz-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(20,27,20,0.7)), color-stop(50%, rgba(20,27,20,0)), color-stop(100%, rgba(20,27,20,0)));
    background: -webkit-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -o-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14', GradientType=1 );	
}
.quote-int-section:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,27,20,0.7);
    background: -moz-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(20,27,20,0.7)), color-stop(50%, rgba(20,27,20,0)), color-stop(100%, rgba(20,27,20,0)));
    background: -webkit-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -o-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -ms-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14', GradientType=1 );
}
.quote-int-content {
	background: rgba(28,38,28,0);
	background: -moz-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.8) 50%, rgba(28,38,28,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,38,28,0)), color-stop(50%, rgba(28,38,28,0.8)), color-stop(100%, rgba(28,38,28,0.8)));
	background: -webkit-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.8) 50%, rgba(28,38,28,0.8) 100%);
	background: -o-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.8) 50%, rgba(28,38,28,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(28,38,28,0) 0%, rgba(28,38,28,0.8) 50%, rgba(28,38,28,0.8) 100%);
	background: linear-gradient(to bottom, rgba(28,38,28,0) 0%, rgba(28,38,28,0.8) 50%, rgba(28,38,28,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c261c', endColorstr='#1c261c', GradientType=0 );	
}
.quote-wrapper {
    padding: 20px 15px 165px;
}
.quote-wrapper .quote-hr {
	display: none;
}
.quote {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
	font-weight: 500;	
    margin: 125px auto 25px;	
}
.quote-wrapper .quote-cite {
    margin-top: 22px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 27px;
    line-height: 37px;
    color: #f2e5b3;
	font-weight: 500;	
}

blockquote:before, q:before {
    background: #80c44c;
}

/*
Masonry Grid
==============================================
*/
.body-resource-detail .nav-overall-wrapper{
    background: rgba(0,31,0,.8) !important;
}
.masonry-container {
    padding: 30px 15px;
}
.masonry-one-by-one, .masonry-one-by-two {
	background: #2b3b2b;
}
.masonry-link.masonry-one-by-one:hover {
    background: #7eca47;
}
.masonry-two-by-one {
    background: #7eca47;
}

.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #2b3b2b;
    -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;	
}
.masonry-link.masonry-two-by-one:hover {
    background: #2b3b2b;
}
.masonry-img-container:after {
    -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;	
}
.masonry-link.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid  #2b3b2b;
}
.masonry-link.masonry-one-by-two:hover {
	background: #7eca47; 
}
.masonry-link:hover .masonry-copy:after {
    border-bottom: 15px solid  #7eca47;	
}
.masonry-one-of-two {
	padding: 0;
}
.masonry-title {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
}
.masonry-date {
	color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.masonry-paragraph {
	color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.masonry-cta-text .masonry-cta, .masonry-category {
	color: #fff;
	padding-left: 20px;
}
.masonry-link.masonry-one-by-one:hover .masonry-cta, .masonry-link.masonry-two-by-one:hover .masonry-cta, .masonry-link.masonry-two-by-two:hover .masonry-cta, .masonry-link.masonry-one-by-two:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-two-of-two-stacked:hover .masonry-cta {
    color: #fff !important;
}
.filter-open.fa-angle-down:before {
    color: #7eca47;
}
.filter a {
    color: #2b3b2b;
    font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.filter a:hover {
    color: #7eca47;
}
.filter-reset {
    color: #2b3b2b;	
}
.filter-reset:hover {
    color: #7eca47;
}
.masonry-load-more, .masonry-tertiary-load-more {
    border: 2px solid #2b3b2b;
    font-family: 'Lato', sans-serif !important;
    color: #2b3b2b;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    border: 2px solid #7eca47;
    background: rgba(255, 255, 255, 0.5);
    color: #7eca47;
}
.resource-detail-tag-cloud-links a {
    color: #7eca47 !important;
}
.resource-detail-info-divider {
    color: #2b3b2b !important;
}
.resource-detail-info-wrapper a {
    color: #2b3b2b !important;
}
.resource-detail-info-wrapper a:hover, .blog-detail-info-wrapper a:hover {
    color: #7eca47 !important;
}
.social-media-share-wrapper span, .fa-share-alt {
    color: #2b3b2b !important;
}
.social-media-share-wrapper span {
    background-color: #7eca47;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #7eca47;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #7eca47;
}
.social-media-share-wrapper span a:hover {
    color: #fff !important;
}
.resource-detail-previous-link:hover:after {
    border-left: 1px solid #7eca47;
    border-top: 1px solid #7eca47;
}
.resource-detail-next-link:hover .resource-detail-next-arrow {
    border-color: #7eca47 !important;
}
.resource-detail-copy-wrapper a {
    color: #7eca47;
    position: relative;
    z-index: 1;	
}



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

.contact-form {
    margin-top: 40px;
	background-color: #fbfbfa;
}
.contact-form .form-inline .form-group .form-control::-webkit-input-placeholder {
  color: #343434;
}
.contact-form .form-inline .form-group .form-control {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.contact-form .form-inline .captcha .btn-contact {
	font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #2b3b2b;
    display: inline-block;
    border: 1px solid #2b3b2b;
    text-transform: uppercase;
    padding: 10px 25px 8px;
	background: transparent;
}
.contact-form .form-inline .captcha .btn-contact:hover {
	background: transparent;
	border: 1px solid #7eca47;
    color: #7eca47;
}
.contact-form .form-inline .captcha {
	background-color: transparent;
	padding: 20px 35px 10px;
}

.directions-search .submit-search {
    border: 2px solid #2b3b2b;
    font-family: 'Lato', sans-serif !important;
    color: #2b3b2b;
}
.directions-search .submit-search:hover {
    border: 2px solid #7eca47;
    color: #7eca47;
}
.contact-form .form-inline .form-group.select-container:before {
    border-color: #7eca47 transparent transparent transparent;
}

/*
Footer Section
==============================================
*/
.footer-image-content .billboard-container.billboard-full-height {
	min-height: calc(70vh);
}
.footer-section {
	background: #1c261c;
}
.footer-social-content {
	background: #1c261c;
	animation: none;
}
.footer-component-section .social-container {
    text-align: center;
    border-bottom: 8px solid #151c15;
    border-top: 8px solid #2b3b2b;
}
.social-container a:hover .fa {
    color: #7eca47 !important;
}
.social-container .fa {
    padding: 0 20px;
}
.footer-headline {
    display: table !important;
    position: relative;
    padding: 0 0 50px;	
}
.footer-headline:before {
	content:'';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(20,27,20,0.7);
    background: -moz-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(20,27,20,0.7)), color-stop(50%, rgba(20,27,20,0)), color-stop(100%, rgba(20,27,20,0)));
    background: -webkit-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -o-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: linear-gradient(45deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14', GradientType=1 );
}
.footer-headline:after {
	content:'';
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: rgba(20,27,20,0.7);
    background: -moz-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(20,27,20,0.7)), color-stop(50%, rgba(20,27,20,0)), color-stop(100%, rgba(20,27,20,0)));
    background: -webkit-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -o-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: -ms-linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    background: linear-gradient(315deg, rgba(20,27,20,0.7) 0%, rgba(20,27,20,0) 50%, rgba(20,27,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14', GradientType=1 );
}
.footer-headline-content .sub-head-main {
	color: #fff;
	line-height: 58px;
    position: relative;
    z-index: 1;	
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	
}
.footer-headline-content .sub-head-main:hover {
	color: #7eca47;
}
.footer-headline-content .sub-head-main .head-1:hover {
	color: #7eca47;
}
.footer-headline-content .sub-head-main:hover .head-1 {
	color: #7eca47;
}

.footer-headline-content .sub-head-main .head-1 {
    font-size: 20px;
    line-height: 26px;
    display: block;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;		
}
.footer-content a {
	color: #a4ada6;
}
.footer-content a:hover {
    color: #7eca47;
}
.footer-content-2 {
    text-align: center;
}
.footer-contact-section a:hover {
    color: #7eca47;
}
.footer-contact {
	background: #2b3b2b;
	padding: 40px 0 70px;
	position: relative;
}
.footer-contact:before {
    content: '';
    position: relative;
    display: block;
    top: -68px;
    margin: 0 auto;
    background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/m/i/millerandgay/images/diamond.svg);
    height: 57px;
    width: 38px;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-contact .ftr-nap li {
    padding: 0;
}
.footer-content-2 .ftr-nap-wrapper {
	padding: 20px 0;
}
.ftr-nap li, .ftr-nap-phone a, .ftr-nap-map-directions a {
	color: #f2e5b3;
}
.ftr-nap li, .ftr-nap-phone a, .ftr-nap-map-directions a {
    line-height: 23px;
}
.footer-contact .ftr-nap .ftr-nap-address-line1:after {
	content: ' | ';
	color: #f2e5b3;	
    margin-left: 2px;
    margin-right: 2px;	
}
.footer-contact .ftr-nap .ftr-nap-phone:after {
	content: ' | ';
	color: #f2e5b3;	
    margin-left: 2px;
    margin-right: 2px;	
}

.footer-contact .ftr-nap .ftr-nap-phone:last-child:after {
    content: '';
	position: relative;
}
.ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions {
	display: block;
}
.ftr-nap-address:before {
	content: '' !important;
}
.footer-disclaimers {
	background: #1c261c;
}
.ftr-disclosures {
	font-family: 'Lato', sans-serif;	
    color: #a4ada6;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	margin: 0 auto;
}

/*	
Mouse Scroller
==============================================
*/	
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
    background-color: rgba(132, 142, 138, 0.1) !important;
}
.scroller-wrapper .scroller:before {
    background: rgba(132, 142, 138, 0.2);
}
.scroller-wrapper .scroller:after {
    background: rgba(132, 142, 138, 0.5);
}

/*	
Video Player
==============================================
*/
.video-container {
    margin: 0 auto;
}
.video-container iframe {
    width: 50% !important;
    height: 50% !important;
    left: 50%;
    transform: translate(-50%);
}



/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {
	.gpm-head-text {
		font-size: 18px;
	}
	.gpm-head-main {
		font-size: 40px;
	}

}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.sub-content-text {
		padding: 0 0 0 60px;
		}
	.billboard-section:before, .main-billboard-int-section:before {
		display: none;
	}	
	.billboard-container:before {
		background: none;
	}
	.nav-image:after {
		right: -20px;
	}
	.sub-light .head-1 {
		margin-top: 0;
	}
	.interior .nav-overall-wrapper {
		position: fixed !important;
	}	
	.interior .billboard-container.billboard-full-height {
		min-height: calc(100vh - 136px);
	}	
	.bio-detail-headshot {
		width: 250px;
	}	
	.gpm-gauge-content:after, .gpm-headline-content:after, .gpm-video-content:after, .gpm-video-content:before {
		opacity: 1;
	}
	.gpm-headline-content:hover > .gpm-head-main, .gpm-headline-content:hover > .gpm-head-text {
		opacity: 1;
	}
	.niche-section .content-slider-copy-wrapper {
		padding: 27px 40px 0;
	}	
	.video-container iframe {
		width: 75% !important;
		height: 75% !important;
	}	
	.resource-detail-content-wrapper {
		padding: 0px 15px 80px 15px;
		margin: 0;
	}	
}


/* 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: #7eca47;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav {
    	background: #242424;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav {
		background: rgba(0,0,0,1);
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before {
		background: #7eca47;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
		background: #7eca47;
	}	
	.fa-angle-down:before {
		color: #7eca47;
	}
	.primary-nav > li > a {
		line-height: 17px;
	}	
	.investor-access-links-wrapper a {
		border-bottom: none;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
		margin-top: 0px;
		top: 0;
	}	
	.primary-nav .nav-subnav a {
		margin-bottom: 0;
	    border-bottom: none;	
	}
	.nav-address-wrapper {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
	}	
	.billboard-container:after {
		background: -moz-linear-gradient(top, rgba(20,27,20,0.8) 0%, rgba(20,27,20,0) 42%, rgba(20,27,20,0) 100%);
		background: -webkit-linear-gradient(top, rgba(20,27,20,0.8) 0%,rgba(20,27,20,0) 42%,rgba(20,27,20,0) 100%);
		background: linear-gradient(to bottom, rgba(20,27,20,0.8) 0%,rgba(20,27,20,0) 42%,rgba(20,27,20,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b14', endColorstr='#141b14',GradientType=0 );
		z-index: 1;
	}	
	.sub-content-text {
		padding: 0 30px;
	}
	.sub-content-diamond {
		top: 40px;
	}	
	.gpm-gauge, .gpm-video {
		padding: 30px;
	}
	.gpm-headline:before {
		position: relative;
		display: block;
		top: 0px;
		left: 0px;
		margin: 0 auto 20px;
	}
	.gpm-headline:after {
		position: relative;
		display: block;
		top: 0px;
		right: 0px;
		margin: 30px auto 0;
	}	
	.niche-section .content-slider-half-image-wrapper:before {
		top: 484px;
		right: 0;
		position: relative;
		display: block;
		margin: 0 auto;
	}
	.niche-section .content-slider-half-image-wrapper {
		margin-top: -35px;
	}	
/*	.niche-section .content-slider-wrapper .content-slider-half-image {
		height: 456px !important;
	}*/
	.niche-section .content-slider-wrapper .content-slider-heading {
		margin-top: 50px;
	}	
	.niche-section .content-slider-wrapper .wrap-content-slider-content {
		padding: 0 0 20px;
	}	
	.niche-section .content-slider-wrapper .slick-prev, .niche-section .content-slider-wrapper .slick-next {
		top: 33%;
	}
	.sub-content-container:after {
		position: relative;
		bottom: -40px;
	}	
	.footer-image-section .billboard-container.billboard-full-height {
		min-height: 510px;
	}
	.header-main {
		background: rgba(0,31,0,.8) !important;
	}
	.no-billboard .main-content-int-section {
    	padding-top: 60px;
	}
	.bio-name, .bio-title {
    	text-align: center;
	}
	.billboard-container .billboard-logo-wrapper {
		padding-top: 40px;
	}	
	.nav-subnav .account-access {
		padding: 0px 40px 0px 30px !important;
	}	
	.primary-nav .page-link .nav-subnav a {
    	padding-left: 0px !important;
	}
	.primary-nav .page-link .nav-subnav .parent-nav-item a {
    	display: none !important;
	}	
/*	.body-resource-detail .main-content-int-content {
		padding: 0 80px 100px;
	}*/
	.yearbook-two .yearbook-headshot-wrapper {
		max-width: 290px;
	}	
	.bio-detail-headshot-wrapper {
		margin: 0 auto;
	}	
	.sub-content-container:after {
		position: relative;
	}
	.sub-content-section .sub-content-slider {
		margin-top: 20px;
	}	
	.ia-photo {
		max-width: 100%;
	}

}


@media (min-width: 670px) {
  .masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #7eca47;
  }
}
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	.billboard-content .content-slider {
		top: -145px;
	}	
	.bodycopy-wrap-content {
		padding: 1px 0 66px;	
	}
	.footer-headline-content .sub-head-main {
		font-size: 37px;
		line-height: 40px;
	}
	.sub-content-section {
		padding: 80px 0;
	}
	.sub-content-text {
		text-align: center;
	}	
	.sub-head-main {
		font-size: 28px;
		line-height: 30px;
	}
	.sub-content-slider .slick-track {
		padding: 0
	}
	.niche-section .content-slider-half-image-wrapper:before {
		top: 267px;
	}	
	.content-slider-wrapper .content-slider-half-image { 
		height: 249px !important;
	    margin-top: 15px;	
	}
	.niche-section .content-slider-wrapper .content-slider-copy {
		text-align: center;
	}	
	.niche-section .content-slider-heading .head-2 {
		font-size: 36px !important;
		line-height: 36px;	
	}
	.niche-section .content-slider-heading .head-2 {
    	line-height: 36px;
	}
	.niche-section .content-slider-wrapper .content-slider-heading {
		padding: 30px 0 0;
	}	
	.main-content-int-headline {
		padding: 0 15px;
	}	
	.slick-dots li.slick-active button:before {
		color: #7eca47 !important;
	}	
	.masonry-container {
		padding: 70px 30px;
	}
	.masonry-two-by-one .masonry-img-container:after {
    	border-top: 15px solid #7eca47;
	}
	.content-slider-heading .head-2 {
		font-size: 38px !important;
		line-height: 40px;
	}
	.slick-dots {
		padding-right: 0px;
	}
	.main-content-int-section h1 {
    	font-size: 40px !important;
		line-height: 42px;
	}
	.main-content-int-resource-filter {
		padding:0 30px;
	}	
	.footer-content-1, .footer-content-2 {
		margin: 0 auto;
	}	
	.footer-content-2 .ftr-nap-wrapper {
		padding: 0;
	}	
	.footer-contact {
		padding: 40px 0;
	}
	.gpm-video-content img {
		width: 260px;
		height: 145px;	
	}	
	.gpm-video-content:before {
		width: 260px;
		height: 145px;	
	}	
/*	.gpm-headline:before {
		display: none;
	}*/
	.video-container iframe {
		width: 100% !important;
		height: 100% !important;
		left: unset;
		transform: none;
	}	

}
	
/* 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) {
	.billboard-content .content-slider {
		top: -10px;
	}	
	.billboard-content .content-slider-wrapper {
		margin-top: -249px;
	}	
	.bodycopy-wrap-content {
		padding: 1px 0 66px;	
	}	
	.sub-content-section {
		padding: 80px 0;
	}	
	.sub-content-text {
		text-align: center;
	}	
	.sub-content-slider .slick-track {
		padding: 0
	}	
	.slick-dots {
		padding: 0
	}
	.niche-section .content-slider-half-image-wrapper:before {
		top: 475px;
	}	
	.niche-section .content-slider-wrapper .content-slider-heading {
		padding: 30px 0 0;
	}	
	.content-slider-wrapper .content-slider-half-image { 
		height: 249px !important;
	    margin-top: 15px;	
	}	
	.content-slider-wrapper .content-slider-half-image { 
		width: 100%;
		height: 410px !important;
	    margin-top: 15px;	
	}	
	.main-content-int-headline {
		padding: 0 15px;
	}	
	.masonry-container {
		padding: 70px 30px;
	}	
	.yearbook-container .slick-prev, .yearbook-container .slick-next {
		display: none !important;
	}
	.slick-dots li.slick-active button:before {
		color: #7eca47 !important;
	}	
	.bio-detail-content {
		padding: 0 15px 0px;
	}
	.main-content-int-content {
		padding: 0 15px;
	}
	.billboard-container.billboard-full-height {
		min-height: 450px;
	}	
	.masonry-two-by-one .masonry-img-container:after {
		border-left: 15px solid #7eca47;
	}	
	.main-content-int-resource-filter {
		padding:0 30px;
	}
	.footer-content-1, .footer-content-2 {
		margin: 0 auto;
	}	
	.footer-content-2 .ftr-nap-wrapper {
		padding: 0;
	}	
	.footer-contact {
		padding: 40px 0;
	}
	.interior .billboard-container {
		min-height: 455px;
	}	
	.gpm-video-content img {
		width: 260px;
		height: 145px;	
	}	
	.gpm-video-content:before {
		width: 260px;
		height: 145px;	
	}
/*	.gpm-headline:before {
		display: none;
	}*/	
}

/* IE only */
@media screen\0 {

	.gpm-video-content:before {
    width: 196px;
	height: 110px;	
		left: 33px;
	}
	.content-slider-wrapper {
		padding-bottom: 0 !important;
	}
	.quote-int-section {
		display: table;
	}

}

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

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

