@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Oswald:300,400|Playfair+Display:400,700,900,400i,700i,900i|Raleway:300,400,700|Old+Standard+TT:700Noto+Serif:400,400i,700');
/*@import url('https://publicdev.rjf.com/branches/_custom_dev/vanilla-dev/model-3/css/model-3.css');*/
@import url('https://raymondjames.com/-/media/rj/Advisor-Sites/Global/Global-CSS/Model-3/base.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: Jose
DESIGNER: Debra
JOB #: 17-BRAPG-0009
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Noto Serif', serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____



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

body {
	color: #214b71;
}


h2 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}
h3 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;}
h4 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;}
h5 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}

blockquote:before {
	content:"“";
	display:block;
	color:#9e6613;
	font-size: 120px;
	position: relative;
    bottom: 0px;
	font-style: normal !important;
}
blockquote {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    line-height: 43px;
    font-weight: 300;
    color: inherit;
    font-style: italic;
	max-width: 940px;
    margin: 60px auto;
	text-align: center;
}
blockquote:after {
    content: "";
    display: block;
    top: 0px;
    left: 16px;
    height: 7px;
    width: 225px;
	margin: 30px auto 30px;
    border-top: 3px solid #435981;
    border-bottom: none;;
}

.content-disclosure-wrapper {
    margin-top: 10px;
}


/*
==============================================
Buttons
==============================================
*/

.button {
	background: #9e6614;
    font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 400;
    text-transform: uppercase;
	text-align: center;
    color: #fff;
	padding: 8px 37px;
    position: relative;
	border: transparent;
}

.button:before {
	display:none;
    border: 2px solid #efce61;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}


/*
==============================================
Accordsions
==============================================
*/

.accord .accord-link {
font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.accord .accord-link {
	color: #214b71;
	padding: 15px 15px 15px 0px;
    font-family: 'Noto Serif', serif;
	font-size: 27px;

}
.accord-link-content {
    font-size: inherit;
    line-height: inherit !important;
    font-weight: inherit;
    color: inherit;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #9e6614 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #9e6614;
}
.accord li.open .fa {
    color: #9e6614;
}




/*
==============================================
Navigation Section
==============================================
*/
.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: #47608c;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
    background: #e8edf2 !important;
}
.primary-nav a, .investor-access-remember-me-label {
    color: #081f2d;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
    width: 0;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
    background: rgba(67, 89, 129, 0.15);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background: #e3e8ed;
		-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
		-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
		box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
}
.primary-nav a:hover, .primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: #9e6614;
}
.primary-nav a, .investor-access-remember-me-label {
    font-family: inherit;
}


/*
==============================================
Logo Section
==============================================
*/
.logo-section {
	height: 75px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c5074+0,2f3f5b+100 */

	background: rgb(60,80,116); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(60,80,116,1) 0%, rgba(47,63,91,1) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  rgba(60,80,116,1) 0%,rgba(47,63,91,1) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  rgba(60,80,116,1) 0%,rgba(47,63,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5074', endColorstr='#2f3f5b',GradientType=0 ); /* IE6-9 */
	z-index: 5;
    position: relative;

}
.body-bio .logo-section, .body-resource .logo-section, .body-resource-detail .logo-section, .body-map-directions .logo-section {
    margin-bottom: 68px;
}
.logo-btn-section .logo-content .ftr-logo {
    max-width: 186px;
}
.logo-btn-section .logo-content .ftr-logo-wrapper {
    padding: 65px 0;
}
.interior .logo-btn-section .logo-content .ftr-logo-wrapper {
    padding: 65px 0;
}
.logo-section .ftr-logo-wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#435981+0,2b3c59+92 */

	background: rgb(67,89,129); /* Old browsers */

	background: -moz-radial-gradient(center, ellipse cover,  rgba(67,89,129,1) 0%, rgba(43,60,89,1) 92%); /* FF3.6-15 */

	background: -webkit-radial-gradient(center, ellipse cover,  rgba(67,89,129,1) 0%,rgba(43,60,89,1) 92%); /* Chrome10-25,Safari5.1-6 */

	background: radial-gradient(ellipse at center,  rgba(67,89,129,1) 0%,rgba(43,60,89,1) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435981', endColorstr='#2b3c59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	-webkit-box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.49);
	box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.49);
	
}

.logo-pattern-section {
	background: #fff;
	min-height: 100px;
	border-bottom: 0px;

}

/* mouse scroller */
.scroller-wrapper div:before {
	background-color: #435981 !important;
    content: "CONTINUE";
	font-family: 'Raleway', sans-serif;

}

.scroller-wrapper div:after {
	background-color: #435981 !important;
	color: #9e6614;
}


/*
==============================================
Billboard - Main
==============================================
*/
.billboard-section {
	border-bottom:8px solid #253b56;
}
.billboard-section .billboard-container h1 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.billboard-section .billboard-container .head-1 {
    font-size: 50px;
    line-height: 49px;
    display: block;
	letter-spacing: 4px;
}
.billboard-section .billboard-container .head-2 {
	font-size: 40px;
    line-height: 49px;
    display: block;
}

/*
==============================================
Intro-section
==============================================
*/
.intro-section {
	background: #3f5479;
}
.intro-section .intro-copy {
    margin: 0px auto 100px;
}
.intro-section .intro-content {
    z-index: 5;
    position: relative;
}
.intro-section:before {
	content:"";
	height: 100%;
	width: 100%;
	display:block;
	position: absolute;
    top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#081f2d+0,081f2d+51&0.8+0,0+31 */

	background: -moz-linear-gradient(left,  rgba(8,31,45,0.8) 0%, rgba(8,31,45,0) 31%, rgba(8,31,45,0) 51%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  rgba(8,31,45,0.8) 0%,rgba(8,31,45,0) 31%,rgba(8,31,45,0) 51%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  rgba(8,31,45,0.8) 0%,rgba(8,31,45,0) 31%,rgba(8,31,45,0) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc081f2d', endColorstr='#00081f2d',GradientType=1 ); /* IE6-9 */	
}

.intro-section:after {
	content:"";
	height: 100%;
	width: 100%;
	display:block;
	position: absolute;
    top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#081f2d+49,081f2d+100&0+69,0.8+100 */

	background: -moz-linear-gradient(left,  rgba(8,31,45,0) 49%, rgba(8,31,45,0) 69%, rgba(8,31,45,0.8) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  rgba(8,31,45,0) 49%,rgba(8,31,45,0) 69%,rgba(8,31,45,0.8) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  rgba(8,31,45,0) 49%,rgba(8,31,45,0) 69%,rgba(8,31,45,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00081f2d', endColorstr='#cc081f2d',GradientType=1 ); /* IE6-9 */	
}


/*
==============================================
Intro-section
==============================================
*/

.intro-section {
	min-height: auto;
	padding: 210px 0px 110px;
	border-bottom:8px solid #9e6614;
}
.intro-section .intro-copy {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
.intro-section .intro-cta {
    display: none;
}
.intro-section .image-container {
	margin-top: 60px;
}

/*
==============================================
Team-section
==============================================
*/
.team-title-content{
	background: #9e6614;
    max-width: 170px;
	font-family: 'Raleway', sans-serif;
}

.team-section .team-intro {
	font-family: 'Noto Serif', serif;
	line-height: 44px;
	color: #435981;
	font-weight: 400;
	padding-right: 90px;
}

.team-intro:before {
    border-top: 3px solid #435981;
	border-bottom:none;
}

.team-section .team-intro .button {
    top: 35px;
}

.team-section .team-image-text p {
    font-family:inherit;
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #435981;

}

.team-section .team-image-text .rich-text-container {
	border-bottom: 3px solid #435981;
}
.team-section .team-intro .button:hover {
    color: #fff;
	background: #435981;
}
.team-int-section .team-int-content:after {
	display:none;
}
.team-int-section .yearbook-three.yearbook-container {
	padding: 60px 85px 50px;
}


/*
==============================================
Callouts Section
==============================================
*/

.callouts-section {
	position: relative;
    border-top: 8px solid #9e6614;
}

.callouts-section:before {
	content:"";
	height: 100%;
	width: 100%;
	background: rgba(120, 114, 107, 0.75);
	position: absolute;
	top:0;
}
.callouts-section:after {
	content:"";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78726b+0,78726b+35,78726b+68,78726b+100&0+0,0.8+34,1+49,0.8+66,0+100 */

background: -moz-linear-gradient(top,  rgba(120,114,107,0) 0%, rgba(120,114,107,0.8) 34%, rgba(120,114,107,0.81) 35%, rgba(120,114,107,1) 49%, rgba(120,114,107,0.8) 66%, rgba(120,114,107,0.75) 68%, rgba(120,114,107,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(120,114,107,0) 0%,rgba(120,114,107,0.8) 34%,rgba(120,114,107,0.81) 35%,rgba(120,114,107,1) 49%,rgba(120,114,107,0.8) 66%,rgba(120,114,107,0.75) 68%,rgba(120,114,107,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(120,114,107,0) 0%,rgba(120,114,107,0.8) 34%,rgba(120,114,107,0.81) 35%,rgba(120,114,107,1) 49%,rgba(120,114,107,0.8) 66%,rgba(120,114,107,0.75) 68%,rgba(120,114,107,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078726b', endColorstr='#0078726b',GradientType=0 ); /* IE6-9 */
z-index: 2;

}

.callouts-section .callouts-content {
	z-index:5;
	position: relative;
}
.callouts-section .callout-item {
    border-right: 2px solid #fff;
}

.callouts-section .callout-heading-wrapper h3 {
    font-family: 'Noto Serif', serif;
    color: #fff !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-size: 30px !important;
	line-height: 34px !important;
}
.callouts-section .callout-heading span {
	display:block;

}
.callouts-section .callout-heading-wrapper h3:before {
	display:none;
}
.callouts-section .callout-heading-wrapper h3:after {
	content:"";
	height: 2px;
	background:#fff;
	width: 225px;
	margin: 18px 0;
	display:block;
}
.callouts-section .callout-copy-wrapper {
    color: #fff !important;
	font-size: 21px !important;
	line-height: 28px !important;
}
.callouts-section .callout-copy-wrapper {
    margin-top: 15px;
}

.callouts-section .callout-cta {
    color: #fff;
	font-family: 'Raleway', sans-serif; 
	font-weight: 600 !important;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
	color: #fff;
    background: #938e89;
}
.callouts-section .callout-cta:before {
	display: none;
}


/*
==============================================
Quote Section
==============================================
*/
.quote-section {
    border-top: 8px solid #9e6614;
}
.quote-section .quote-content {
	background-repeat: repeat;
	background-size: inherit;
    padding: 300px 0;
}
.quote-section .quote-content:before {
	display: none;
}
.quote-section .quote-content:after {
	display: none;	
}

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

.quote-section .quote {
    font-family: 'Noto Serif', serif;
    font-size: 39px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
	padding-right: 0px !important;
	text-align: center;
}
.quote-section .quote-cite {
    max-width: 800px;
	margin: 15px auto;
}
.quote-section .quote-cite {
	text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
	text-transform: none;
	color:#fff;
}
.quote-section .quote-cite:before {
    display:none;
}
.quote-section .quote:before {
    content: "";
    display: block;
    height: 7px;
    width: 224px;
    border-top: 3px solid #fff;
    border-bottom: 0px solid #fff;
    margin: 30px auto 30px;
}


/*
==============================================
Footer Section
==============================================
*/
.footer-section {
    border-top: 8px solid #9e6614;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#081f2d+0,435981+82 */

	background: rgb(8,31,45); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(8,31,45,1) 0%, rgba(67,89,129,1) 82%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  rgba(8,31,45,1) 0%,rgba(67,89,129,1) 82%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  rgba(8,31,45,1) 0%,rgba(67,89,129,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081f2d', endColorstr='#435981',GradientType=0 ); /* IE6-9 */
}

.footer-section .ftr-nap {
	font-family: 'Noto Serif', serif;
    color: #fff; 
}

.footer-section .ftr-nap a, .footer-section .social-container a {
    color: #fff;
}

.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover  {
	color: #9e6614; 	
}

.footer-section .social-container:before {
	display:none;
}

.footer-section .ftr-nap .ftr-nap-phone:after, .footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-csz:after, .footer-section .ftr-nap-email:before {
    font-family: 'Noto Serif', serif;
	color: #9e6614;
	font-weight: 600;
}
.footer-section .footer-cta {
    border: 4px solid #fff;
}
.footer-section .button {
    background: #fff;
	color: #9e6614;
}
.footer-section .ftr-cta:hover .button {
    background: #9e6614;
    color: #fff;
}
.footer-section .button {
    top: 24px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}

.footer-section .footer-cta h4 {
    font-family: 'Noto Serif', serif;
    color: #fff;
	font-weight: 400;
	margin: 0px 0 20px;
}
.footer-section .ftr-cta-wrapper {
    margin: 0px 0 25px;
}

.footer-section .footer-privacy-section {
    background: #182f44;
	color: rgba(255, 255, 255, 0.6);
    font-family: 'Noto Serif', serif;
}
.footer-section .ftr-disclosures {
    padding: 20px 0 0;
    font-family: 'Noto Serif', serif;
	color: rgba(255, 255, 255, 0.6);
}

.footer-section .ftr-disclaimers-wrapper, .footer-section .footer-privacy-section a {
    font-family: 'Noto Serif', serif;
	color: rgba(255, 255, 255, 0.6);
}

.footer-section .ftr-logo {
    max-width: 200px;
}

/*
==============================================
Interior pages
==============================================
*/


/*
==============================================
Billboard - Interior
==============================================
*/
.interior .billboard-section {
    border-bottom: 0px solid #253b56;
}


/*
==============================================
Copy Section
==============================================
*/

.copy-section {
	border-top: 0px ;
	position: relative;
}

.copy-section:before {
	content:"";
	height: 80px;
	width: 100%;
	display:block;
	background: url(https://cm.raymondjames.com/-/media/rj/advisor-sites/sites/b/o/boothwm-new/images/top-copy-pattern.jpg);
	top:0;
	left:0;
	position: absolute;

}
.copy-section a {
    color: #9e6613;
}
.copy-section a:hover {
    color: #214b71;
}


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

.team-int-section, .bio-team-section {
    border-top: 8px solid #9e6614;
	position: relative;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#435981+0,081f2d+79,081f2d+79 */
background: rgb(67,89,129); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(67,89,129,1) 0%, rgba(8,31,45,1) 79%, rgba(8,31,45,1) 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(67,89,129,1) 0%,rgba(8,31,45,1) 79%,rgba(8,31,45,1) 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(67,89,129,1) 0%,rgba(8,31,45,1) 79%,rgba(8,31,45,1) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435981', endColorstr='#081f2d',GradientType=0 ); /* IE6-9 */

}

.team-int-section .team-int-intro, .bio-team-section .bio-team-intro {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}
.team-int-section .yearbook-first-name, .team-int-section .yearbook-last-name, .team-int-section .yearbook-designation, .bio-team-section .yearbook-first-name, .bio-team-section .yearbook-last-name, .bio-team-section .yearbook-designation  {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}
.team-int-section .yearbook-three .yearbook-title, .bio-team-section .yearbook-three .yearbook-title {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

/* Team Image */
.team-int-section .team-int-image {
	border-top: 8px solid #9e6613;
	background: #0d2637;
}
.team-int-section .team-image-wrapper  {
	text-align: center;
}
.team-int-section .team-image-wrapper img {
    display: inline;
}
.team-int-section .yearbook-three .yearbook-hr, .bio-team-section .yearbook-three .yearbook-hr{
 	border-top:3px solid #9e6613;
	border-bottom: 0px;
}

.team-int-section .team-int-title, .bio-team-section .bio-team-title{
	background: #9e6613;
	font-family: 'Raleway', sans-serif;
	top: 0;
}

/*
==============================================
Bio Details
==============================================
*/

.bio-detail-first-name, .bio-detail-last-name, .bio-detail-middle-initial,  .bio-detail-designation {
    font-family: 'Noto Serif', serif;
	color: #214b71;
	font-weight: 400;
}

.bio-detail-title {
	font-family: 'Raleway', sans-serif;
    color: #214b71;
}

.bio-detail-links-wrapper:before {
    border-top: 3px solid #435981;
    border-bottom: 0px;
}

.bio-team-section .yearbook-container .slick-prev {
	border-top: 3px solid #9e6613;
	border-left: 3px solid #9e6613;
}
.bio-team-section .yearbook-container .slick-next {
	border-top: 3px solid #9e6613;
	border-right: 3px solid #9e6613;
}
.bio-detail-links-wrapper .fa {
	color: #214b71;
}
.bio-detail-links-wrapper .fa:hover {
    color: #9e6613;
}

.bio-team-section .slick-dots li.slick-active button:before, .team-int-section .slick-dots li.slick-active button:before{
    color: #9e6613;
}


/*
Next Prev Arrows Shared
==============================================
*/
.bio-detail-next-link-wrapper:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-next-link-wrapper:before, .resource-detail-previous-link:before, .resource-detail-next-link-wrapper-mobile:before {
    background: #9e6613;
}


/*
==============================================
Masonry Grid
==============================================
*/

.masonry-title {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}
.masonry-title:after {
    border-top: 3px solid #9e6613;
    border-bottom: 0px;
}

.masonry-cta-text .masonry-cta {
    color: #fff;
    background: #9e6614;
	border: none !important;
    font-family: 'Raleway', sans-serif;
}

.masonry-cta-text .masonry-cta:before {
  display:none;
}

.masonry-one-of-two-stacked {
    background: #9e6613;
    color: #fff;
}


/* masonry two of-two stacked - bottom */
.masonry-two-of-two-stacked {
	background: #4d4d4f;
}


.masonry-two-of-two-stacked .masonry-title, .masonry-two-of-two-stacked .masonry-date, .masonry-two-of-two-stacked .masonry-paragraph, .masonry-two-of-two-stacked .masonry-paragraph, .masonry-two-of-two-stacked .masonry-cta, .masonry-two-of-two-stacked, .masonry-one-by-one-stacked .masonry-title{
	color: #fff;
}
.masonry-two-by-two .masonry-title, .masonry-two-by-two .masonry-date, .masonry-two-by-two .masonry-paragraph, .masonry-two-by-two .masonry-paragraph, .masonry-two-by-two .masonry-cta, .masonry-two-by-two, .masonry-one-by-one-stacked .masonry-date{
	color: #fff;
}

.masonry-three-by-one-full-image .masonry-title, .masonry-three-by-one-full-image .masonry-date, .masonry-three-by-one-full-image .masonry-paragraph, .masonry-three-by-one-full-image .masonry-paragraph, .masonry-three-by-one-full-image .masonry-cta, .masonry-three-by-one-full-image, .masonry-one-by-one-stacked .masonry-paragraph {
	color: #fff;
}


.masonry-two-of-two-stacked .masonry-cta, .masonry-two-by-two .masonry-cta, .masonry-three-by-one-full-image .masonry-cta, .masonry-one-by-one-stacked .masonry-cta {
    color: #fff  ;
}

.masonry-one-of-two-stacked .masonry-cta  {
    background: #435981;
}
.masonry-one-of-two-stacked .masonry-title:after {
    content: "";
    display: block;
    height: 7px;
    width: 77px;
    border-top: 3px solid #fff;
    border-bottom: 0;
}

.masonry-link:hover .masonry-cta {
    color: #fff;
    background: #435981;
    font-family: 'Raleway', sans-serif;
}

.masonry-link:hover .masonry-two-of-two-stacked .masonry-cta {
    background: #435981;
    color: #fff;
}
.masonry-link:hover .masonry-one-of-two-stacked .masonry-cta {
    background: #fff;
    color: #435981;
}

/* Load More Button */
.masonry-load-more, .masonry-tertiary-load-more {
    background: #9e6613;
    color: #fff;
    border: transparent;
    font-family: 'Raleway', sans-serif;
}
.masonry-load-more:before, .masonry-tertiary-load-more:before {
    border: 2px solid #efce61;
    display:none;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    background: #fff;
	color:#9e6613;
    font-family: 'Raleway', sans-serif;
}


/*
==============================================
Resource Section
==============================================
*/
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
	color: #d6b64f;
	font-size: 17px;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
	color: #393939;
}
.resource-section {
    border-top: none;
	position: relative;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#435981+0,081f2d+79,081f2d+79 */
	background: rgb(67,89,129); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(67,89,129,1) 0%, rgba(8,31,45,1) 79%, rgba(8,31,45,1) 79%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(67,89,129,1) 0%,rgba(8,31,45,1) 79%,rgba(8,31,45,1) 79%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(67,89,129,1) 0%,rgba(8,31,45,1) 79%,rgba(8,31,45,1) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435981', endColorstr='#081f2d',GradientType=0 ); /* IE6-9 */

}

/* Button */
.filter-link {
	font-family: 'Raleway', sans-serif;
	
}
.filter-open.fa-angle-down:before {
    color: #9e6613;
}

.filter-overlay .close-filter-overlay {
    background: #9e6613;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #fff !important;
}
.filter-reset {
    color: #fff;
}
.filter-body-container li a {
	font-family: 'Raleway', sans-serif;
}

.filter-reset:hover, .filter a:hover {
    color: #9e6613;
}

/*
==============================================
Map and Directions
==============================================
*/

.directions-search .submit-search {
	background: #9e6613;
    color: #fff;
    border: none;
}
.directions-search .submit-search:before {
    display: none;
}
.directions-search .submit-search:hover {
    background: #435981;
}
.adp-placemark {
    background: #eee !important;
}

/*
==============================================
Resource Details Section
==============================================
*/

.body-resource-detail h3 {
    font-family: 'Noto Serif', serif;
	font-weight: 400 !important;
}

.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: inherit !important;
    font-family: 'Raleway', sans-serif;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #9e6613;
}
.resource-detail-info-wrapper a:hover {
    color: #9e6613 !important;
}

.resource-detail-copy-wrapper a {
    color: #9e6613;
	text-decoration: none;
}


/*
Share Widget
==============================================
*/

.social-media-share-link:hover > .fa-share-alt:before {
    color: #9e6613;
}
.social-media-share-link:active > .fa-share-alt:before {
    color: #9e6613;
}
.resource-detail-tag-cloud-links a:active  > .fa-share-alt:before {
    color: #fff !important;
}
.social-media-share-wrapper span a {
	color: #fff !important;
}
.fa-share-alt {
	color: #9e6613 !important;

}
.social-media-share-wrapper span a:hover {
	    color: rgba(255, 255, 255, 0.5) !important;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #9e6613;
}
.social-media-share-wrapper span {
    background-color: #9e6613;
	left: 11px;
	top: 22px;
}
.resource-detail-info-divider, .blog-landing-info-divider {
	color:#9e6613;
	padding: 0 5px;
	margin:0;
}

.resource-detail-info-divider, .blog-landing-info-divider {
    color: #9e6613;
}

/*
==============================================
Contact Form
==============================================
*/
.contact-form {
    margin-top: 40px;
	background-color: #eaeaea ;
}
.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 {
	background: #9e6613;
    font-family: 'Raleway', sans-serif;
    border: transparent;
	color:#fff;

}
.contact-form .form-inline .captcha .btn-contact:before {
	display:none;
}
.contact-form .form-inline .captcha .btn-contact:hover {
	background: #435981;
    font-family: 'Raleway', sans-serif;
    color: #fff;
	padding:  6px 57px;;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Navigation Section
==============================================
*/
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link {
		right: 15px;
	}

	.primary-nav a, .investor-access-remember-me-label {
		font-size: 12px;
	}
	
/*
==============================================
Intro-section
==============================================
*/

	.intro-section .intro-copy {
		margin: 0px auto 100px;
	}
	.intro-section {
		padding: 100px 0px 80px !important;
	}
	
/*
==============================================
Copy Section
==============================================
*/
	.copy-section {
		padding: 144px 15px 80px;
	}
/*
==============================================
Quote Section
==============================================
*/

	.quote-section .quote-content {
		padding: 200px 0;
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Navigation Section
==============================================
*/
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link {
		right: 0;
	}
	.primary-nav a, .investor-access-remember-me-label {
		font-size: 14px;
	}

	.nav-overall-wrapper:not(.van-mobile-nav) {
		background: transparent !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
		background: transparent;
	}
	
	
/*
==============================================
Logo
==============================================
*/
	.logo-content a {
		width: 43%;
	}
	
	
/*
==============================================
Callouts Section
==============================================
*/
	.callouts-section .callout-item {
		border-right: none;
	}
	.callouts-section .callout-heading-wrapper h3:after {
		display:none;
	}
	.callouts-section .callout-cta {
		background: #938e89;
	}
	.callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
		color: #FFF;
	}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Logo
==============================================
*/
	.logo-content a {
		width: 100%;
	}

	.logo-btn-section .logo-content .ftr-logo-wrapper {
		padding: 45px 40px !important;	
	}	
/*
==============================================
Billboard - Main
==============================================
*/
	.billboard-container h1 {
		padding: 0 0px !important;
	}	
	.billboard-section .billboard-container .head-1 {
		font-size: 39px;
		line-height: 38px;
	}
	.billboard-section .billboard-container .head-2 {
		font-size: 29px;
		line-height: 38px;
	}
		
/*
==============================================
Intro-section
==============================================
*/
	.intro-section {
		padding: 100px 0px 0px !important;
	}

/*
==============================================
Team-section
==============================================
*/
	.team-section .button {
		padding: 8px 16px !important;
		font-size: 15px;
	}	
	.team-section .team-intro {
		padding-right: 0;
		padding: 0 0px;
	}
	
/*
==============================================
Team Interior Section
==============================================
*/
	.team-int-section .yearbook-container .slick-next {
		z-index: 2;
		right: -5px;
		border-top: 1px solid #9d6513;
		border-right: 1px solid #9d6513;
	}
	.team-int-section .yearbook-container .slick-prev {
		z-index: 2;
		left: -5px;
		border-top: 3px solid #9d6513;
		border-left: 3px solid #9d6513;
	}
	.team-int-section .yearbook-container .slick-next {
		z-index: 2;
		right: -5px;
		border-top: 3px solid #9d6513;
		border-right: 3px solid #9d6513;
	}	
/*
==============================================
Quote-section
==============================================
*/
	.quote-section .quote-content {
		padding: 70px 0;
	}

	.footer-section .button {
		font-size: 20px;
	}
/*
==============================================
Footer-section
==============================================
*/
	.footer-section .footer-cta h4 {
		padding: 0 0px;
	}
	
/*
==============================================
Contact Form
==============================================
*/

	.contact-form .form-inline .captcha .btn-contact {
		padding: 6px 37px;
	}

}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Logo
==============================================
*/
	.logo-content a {
		width: 100%;
	}

	.logo-btn-section .logo-content .ftr-logo-wrapper {
		padding: 45px 40px !important;
	}	
	

/*
==============================================
Quote-section
==============================================
*/
	.quote-section .quote-content {
		padding: 80px 0;
	}
	
}
	

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


