@import url('https://fonts.googleapis.com/css?family=Lora:700,700i|Ubuntu:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');

/*==============================================  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: Marc/Brandon
DESIGNER: Pam
JOB #: 17-BR3FL-0108
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

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

light 300
regular 400
bold 700
____

font-family: 'Lora', serif;
bold 700

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

.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-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/bg_text.jpg);
	position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  color: #615a49;
}

p {
    margin: 0 0 20px !important;
}

.main-content {
  -webkit-box-shadow: inset 0px 0px 300px -37px rgba(97,90,73,0.36);
  -moz-box-shadow: inset 0px 0px 300px -37px rgba(97,90,73,0.36);
  box-shadow: inset 0px 0px 300px -37px rgba(97,90,73,0.36);
}
a, .resource-detail-copy-wrapper a {
	color: #4e7d80;
}
a:hover, .resource-detail-copy-wrapper a:hover {
	color: #615a49;
}
.wow {
	visibility: hidden;
}

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

.billboard-heading { text-align: right; }
.billboard-heading {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  color: #615a49;
}

.billboard-heading span.lg {
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  font-size: 53px;
  text-transform: lowercase;
  color: #4e7d80;
  position: relative;
  top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.billboard-heading span.lg:before {
  content: '◆';
  font-size: 12px;
  text-align: center;
  color: #615a49;
  position: absolute;
  width: 100%;
  height: auto;
  line-height: 38px;
  top: -50px;
  left: 0px;
  border-bottom: 1px solid #615a49;
}

.billboard-heading span.lg:after {
  content: '◆';
  font-size: 12px;
  text-align: center;
  color: #615a49;
  position: absolute;
  width: 100%;
  height: auto;
  line-height: 38px;
  left: 0px;
  bottom: -65px;
  border-top: 1px solid #615a49;
}


/*
Header
==============================================
*/

.ftr-logo-wrapper { padding: 15px 0px; }

.investor-access-input-wrapper input {
    border: 1px solid #e2e0d9;
}
.investor-access-input-wrapper input {
	padding: 10px 20px;
}
.investor-access-id-icon {
	bottom: 17px;
}
.investor-access-password-icon {
    bottom: 17px;
}
.investor-access-login-button {
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #52b9bb;
    display: inline-block;
    border: 1px solid #52b9bb;
    text-transform: uppercase;
    padding: 10px 25px 8px;
	margin: 7px 0 15px;
}
.header-content a {
	display: block;
    width: 300px;
    margin: 0 auto;
}


/*
Navigation
==============================================
*/

.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger {
	top:50px;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
	text-align: center;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 18px 10px;
}
.primary-nav {
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/nav_bg.png);
  background-position: center -60px;
  background-repeat: no-repeat;
	height: 43px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper {
	height: inherit;
}
.nav-overall-wrapper:not(.van-mobile-nav){
	min-height: inherit;
	background: none;
	z-index: 160;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	color: #615a49;
	text-transform: uppercase;
}
.primary-nav .nav-subnav a.active, .primary-nav a.active {
	color:#4e7d80 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a:hover {
    color: #4e7d80;
	text-transform: uppercase;
	-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;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background: rgba(236, 236, 232, 0.95);
	top: 41px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 11px;
  color: #615a49;
	text-transform: uppercase;
	-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;


}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    color: #4e7d80;
}
.primary-nav li:nth-child(9) {
    position: absolute !important;
    right: 170px;
    top: -105px;
    text-align: center;
    padding: 0px 5px;
    height: 30px;
	background: #4e7d80;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 173px;
}
.primary-nav li:nth-child(9) a {
	font-size: 13px!important;
	line-height: 20px;
	padding: 3px 0px 10px 0px !important;
	color: #FFF !important;
	
}
.primary-nav li:nth-child(9) ul {
	top: 30px !important;
	left: 0px;
}
.primary-nav li:nth-child(9) ul li a {
  color: #615a49 !important;
}
.primary-nav li:nth-child(9) a.selected {
	color: #ffffff !important;
}
.primary-nav li.has-children:nth-child(9) a i {
	display: none;
}
.primary-nav li:nth-child(9):hover {
    position: absolute;
    right: 170px;
    top: -105px;
    text-align: center;
    padding: 0px 5px;
    height: 30px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary-nav > li:nth-child(9) > a:hover {
	color: #FFFFFF !important;
}

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

.billboard-container {
  background-size: cover;
  background-position: center center;
	background-repeat: no-repeat;
}
.billboard-content .billboard-container {
    height: 600px;
}

.billboard-section:before {
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/bar_texture.png);
  background-position: center center;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  content: '';
}

.billboard-section:after {
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/bar_texture.png);
  background-position: center center;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  content: '';
}

/*
Home Intro Section
==============================================
*/
.intro-section {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 28px;
	position: relative;
}
.intro-section:before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
  top: 11px;
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/decorative_bar.png);
  background-position: center center;
  background-repeat: repeat-x;
}

.intro-content {
	padding: 75px 45px 0px 45px;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    position: relative;
}
.intro-content .question {
	font-family: 'Lora', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #4e7d80;
}

.content-slider-wrapper { border: none; }
.content-slider-section { position: relative; margin-bottom: 50px }
.content-slider-content { padding: 15px 0px; }
.content-slider-section:before {
  content: '◆◆◆';
  letter-spacing: 6px;
  width: 100%;
  line-height: 44px;
  color: #615a49;
  text-align: center;
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/nav_bg.png);
  background-position: center 25px;
  background-repeat: no-repeat;
}

.content-slider-section:after {
  content: '◆◆◆';
  letter-spacing: 6px;
  width: 100%;
  line-height: 44px;
  color: #615a49;
  text-align: center;
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/nav_bg.png);
  background-position: center -55px;
  background-repeat: no-repeat;
}

.content-slider-wrapper h3.content-slider-heading {
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  font-size: 23px;
  text-transform: none;
  color: #4e7d80;
  line-height: 30px;
}

.content-slider-wrapper h3.content-slider-heading p { margin: 0px !important; }

.content-slider-cta-wrapper { margin: 0px; padding: 0px; text-align: center; }
.content-slider-wrapper .content-slider-cta {
  padding: 10px 20px;
  margin-bottom: 0px;
  border: none;
  background: transparent;
  text-transform: uppercase;
  color: #615a49;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 300;
  font-size: 17px;
}

.content-slider-section .content-slider-wrapper .content-slider-content-wrapper { max-width: 500px; }

.content-slider-section .slick-dots, .content-slider-section .slick-prev, .content-slider-section .slick-next { display: none !important; }

.footer-section {
	position: relative;
}
.footer-contact-hedge {
	max-width: 950px;
	padding: 0px;
}
.footer-section:before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: rotateX(180deg);
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/decorative_bar.png);
  background-position: center center;
  background-repeat: repeat-x;
}
.ftr-disclosures-wrapper, .ftr-disclaimers-wrapper {
	padding: 0px;
}
.ftr-disclaimers-wrapper a {
	color: #818285;
}
.ftr-disclaimers-wrapper a:hover {
	color: #4e7d80;
}
.footer-hedge-content {
	
	padding-bottom: 50px;
}
.ftr-nap li, .ftr-nap-name {
	padding-bottom: 0px !important;
}
.ftr-nap .ftr-nap-name {
	text-transform: uppercase;
}
.footer-hedge-content p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px !important;
	line-height: 18px;
	color: #818285;
}
.footer-contact-info-social {
	padding-right: 0px;
}
.ftr-nap .ftr-nap-name:before, .ftr-nap .ftr-nap-map-directions:before, .ftr-nap .ftr-nap-phone:before {
	display: none;
}
.footer-contact-info-address, .ftr-nap li {
	padding-left: 0px;
}
.ftr-nap-address-line2:after {
	content: "|";
    position: relative;
    margin-left: 8px;
    margin-right: 6px;
    color: #818285;
}
.ftr-nap a {
	color: #615a49;
}
.ftr-nap a:hover {
	color: #4e7d80;
}
.ftr-nap-map-directions a {
	color: #4e7d80;
}
.ftr-nap-map-directions a:hover {
	color: #615a49;
}
.social-container .fa {
	padding: 0 5px;
}
.social-container a:hover {
	color: #615a49;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.interior .billboard-container {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.interior .interior-billboard-content .billboard-container {
    height: 600px;
}
.interior .interior-billboard-section:before {
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/bar_texture.png);
	background-position: center center;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	content: '';
}

.interior .interior-billboard-section:after {
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/bar_texture.png);
	background-position: center center;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	width: 100%;
	height: 15px;
	content: '';
}
.interior-body-section {
	position: relative;
}
.interior-body-container {
	padding: 75px 150px 0px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
.interior-body-section:before {
	content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 11px;
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/decorative_bar.png);
    background-position: center center;
    background-repeat: repeat-x;
}
.interior-body-container:after {
	content: '◆◆◆';
    letter-spacing: 6px;
    width: 100%;
    line-height: 44px;
    color: #615a49;
    text-align: center;
}
.bio-section:after {
	content: '◆◆◆';
    letter-spacing: 6px;
    width: 100%;
    line-height: 44px;
    color: #615a49;
    text-align: center;
}
.interior-headline-content {
	margin-bottom: 100px;
	margin-top: 50px;
}
.interior .billboard-heading {
	text-align: center;
}
.interior-body-content p, .bio-detail-copy-wrapper p, .interior-body-content ul, .interior-body-content ol {
	font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
	line-height: 25px;
  color: #615a49;
}
.interior-body-content ul, .interior-body-content ol {
	margin-left: 25px;
}
.interior-body-content .disclaimer, .bio-detail-copy-wrapper .disclaimer {
  font-size: 12px !important;
	line-height: 21px !important;
}
.interior .footer-content:before {
	content: '';
    width: 100%;
    height: 43px;
	background-image:url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/nav_bg.png);
    background-position: center -60px;
    background-repeat: no-repeat;
	position: absolute;
}
.interior .footer-contact-hedge {
	padding-top: 30px;
}
.interior-body-content h3 {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    color: #4e7d80;
}

.yearbook-content {
	margin-top: 50px;
}
.yearbook-three .yearbook-slide {
	width: 31%;
}
.yearbook-three .yearbook-headshot-wrapper::after {
	background-color: transparent;
}
.yearbook-name-wrapper {
	padding: 20px 0px 0px !important;
}
.yearbook-three .yearbook-title {
	width: 100%;
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
	color: #84858a;
	text-transform: none;
    margin-top: 5px;
    display: block;
	margin-bottom: 0px !important;
}
.yearbook-container .yearbook-links .fa {
	color: #4e7d80;
}
.yearbook-designation {
	    font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 14px;
    color: #615a49;
}
.yearbook-three .yearbook-hr {
	background-color: #4e7d80;
}
.yearbook-first-name, .yearbook-last-name {
	    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    color: #615a49;
}
.body-bio .main-content:before, .body-resource .main-content:before, .article-page .main-content:before {
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/bar_texture.png);
    background-position: center center;
    background-repeat: repeat-x;
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    content: '';
}
.bio-section:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 2px;
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/l/e/legacywealthmanagement/images/misc/decorative_bar.png);
    background-position: center center;
    background-repeat: repeat-x;
}
.bio-section {
	    padding: 80px 100px 0px;
}
.bio-content-right {
	padding-bottom: 50px;
}
.bio-detail-name-wrapper {
	margin-top: 20px;
	text-align: center;
}
.bio-detail-first-name, .bio-detail-last-name {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    color: #615a49;
}
.bio-social:before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #4e7d80;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.bio-detail-title {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
	margin-top: 5px;
	display: block;
}
.bio-detail-links-wrapper .fa {
    padding: 0px 10px;
}
.bio-social {
	text-align: center;
}
.bio-detail-links-wrapper .fa {
	color: #4e7d80;
}
.bio-detail-previous-link-wrapper, .bio-detail-next-link-wrapper, .resource-detail-next-link-wrapper, .resource-detail-previous-link-wrapper {
	top: 30% !important;
}
.body-resource .interior-body-container {
	max-width: inherit !important;
	padding: 75px 0px 0px;
}



/*
Masonry Grid
==============================================
*/
.body-resource .interior-body-section:before, .article-page .interior-body-section:before {
	top: 2px !important;
}
.article-page .interior-body-container {
	padding-top: 30px;
}
.main-content-int-blog-archive {
  margin-top:50px;
}
.filter-dropdown li{
	list-style-type: none;
}
.filter-dropdown, .filter-body {
	padding: 0 !important;
}
.filter a:hover, .filter-reset:hover {
	color: #4e7d80;
}
/* 2x2 Large Tile */
.masonry-two-by-two, .masonry-three-by-one-full-image {
	background: #2f6d90;
}
.masonry-two-by-two .masonry-img, .masonry-three-by-one-full-image .masonry-img {
	opacity: 0.4;
}

.masonry-two-by-two:hover, .masonry-two-by-two:focus, .masonry-three-by-one-full-image:hover, .masonry-three-by-one-full-image:focus {
    color: #fff !important;
}


/* 3x1 */
.masonry-three-by-one.masonry-three-by-one-img-left .masonry-one-of-three:after {
	border-right: 15px solid #edebe4;
}

.masonry-three-by-one-full-image {
	background: #2f6d90;
}

.masonry-three-by-one .masonry-one-of-three:after {
		border-left: 15px solid #edebe4;

}

/* Tan Tile */

.masonry-one-of-two .masonry-title, .masonry-one-by-two .masonry-title, .masonry-one-by-one .masonry-title, .masonry-three-by-one .masonry-title {
	color: #4e7d80 !important;
}
.masonry-one-of-two .masonry-date, .masonry-one-by-two .masonry-date, .masonry-one-by-one .masonry-date, .masonry-three-by-one .masonry-date{
	color: #777777 !important;
}
.masonry-one-of-two .masonry-paragraph, .masonry-one-by-two .masonry-paragraph, .masonry-one-by-one .masonry-paragraph, .masonry-three-by-one .masonry-paragraph{
	color: #777777 !important;
	
}
.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: #4e7d80 !important;
    border: 1px solid #4e7d80 !important;
}

.masonry-one-of-two .masonry-category, .masonry-one-by-two .masonry-category, .masonry-one-by-one .masonry-category, .masonry-three-by-one .masonry-category {
	color:#5a5d63 !important;
}
.masonry-one-by-two .masonry-copy:after {
	left: 25px;
	right: inherit !important;
	border-bottom: 15px solid #edebe4;
}
.masonry-two-by-one .masonry-img-container:after {
	top: 25px;
    bottom: auto !important;
	border-left: 15px solid #edebe4;

}
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
	background: #edebe4;
}

/* Default Tiles */
.masonry-container, .filter, .filter-link {
	background: transparent !important;
}
.masonry-copy {
    padding: 0px 35px !important;
}
.masonry-title {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
	line-height: 24px;
/*	color: #2f6d90;*/
	text-transform: uppercase;
	padding-top: 50px;
}
.masonry-date {
/*	color: #777777;*/
	font-size: 12px;
}
.masonry-paragraph {
	font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 21px !important;
}
.masonry-cta-text .masonry-cta {
/*    color: #52b9bb;*/
    border: 1px solid #52b9bb;
    border-radius: 0;
    padding: 10px 14px;
	left: 37px;
	margin-bottom: 30px;
}
.masonry-category {
/*	color:#5a5d63;*/
	text-transform: uppercase;
}
.masonry-category-container {
	left: 37px;
}
.filter-body-container ul {
	margin-left: 0px;
}
.filter-body-link, .filter-resource-link {
	background: rgba(236, 236, 232, 0.95);
}

/* one by one blue */
.masonry-two-of-two-stacked {
	background: #615a49;
}


.masonry-one-by-one .masonry-title, .masonry-one-of-two-stacked .masonry-title, .masonry-two-of-two-stacked .masonry-title {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}
.masonry-one-by-one .masonry-date, .masonry-one-of-two-stacked .masonry-date, .masonry-two-of-two-stacked .masonry-date {
	color: #fff;
	font-size: 12px;
}
.masonry-one-by-one .masonry-paragraph, .masonry-one-of-two-stacked .masonry-paragraph, .masonry-two-of-two-stacked .masonry-paragraph {
	font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 21px !important;
	color: #fff;
	
}
.masonry-one-by-one .masonry-cta, .masonry-two-of-two-stacked  .masonry-cta {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 14px;
	margin-bottom: 30px;
}
.masonry-one-by-one .masonry-category, .masonry-one-of-two-stacked .masonry-category, .masonry-two-of-two-stacked .masonry-category {
	color:#fff;
	text-transform: uppercase;
}

.masonry-two-by-two, .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-category{
    color: #fff !important;
}
.masonry-two-by-two .masonry-cta, .masonry-three-by-one-full-image .masonry-cta {
	color: #fff !important;
	border: 1px solid #fff !important;
}
.masonry-one-of-two-stacked {
	background: #edebe4;
}
.masonry-one-of-two-stacked {
	background: #4e7d80;
}
.masonry-cta-text .masonry-cta:hover {
    text-decoration: none;
}
.masonry-one-of-two-stacked .masonry-cta {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 14px;
    left: 37px;
}

.masonry-one-of-two-stacked:hover .masonry-cta, .t1x1rev:hover .masonry-cta, .masonry-two-of-two-stacked:hover .masonry-cta {
border-color: inherit !important;
}
/* Button */
.masonry-load-more, .masonry-tertiary-load-more {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 22px;
    color: #4e7d80;
	font-weight: 400;
    text-transform: uppercase;
	display: inline-block;
    padding: 10px 20px;
    background: none;
    -webkit-transition: all 400ms ease;
    border: none;
    border-top: 1px solid #615a49;
    border-bottom: 1px solid #615a49;
    transition: all 400ms ease;
}

/* Button */
.filter-link {
	border: 1px solid #615a49;
	padding: 0px 30px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 38px;
	font-size: 14px;
}
.filter a {
    color: #343434;
}
.filter-body-link, .filter-resource-link {
	font-size: 14px;

}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    border: none;
    border-top: 1px solid #4e7d80;
    border-bottom: 1px solid #4e7d80;
	color:#615a49;
	background: transparent;
}
.directions-list {
	background: none;
}
.resource-detail-info-wrapper a:hover, .social-media-share-wrapper span a:hover, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
    color: #4e7d80;
}
/****** Newsletter tables ******/
.wmsTbl {width:100%; border:1px solid #e5e5e5; padding:4px;}
.wmsTbl th {font-family:verdana; font-size: 14px; text-align: left !important; background: #D3D3D3; color: #676767 !important; text-transform:uppercase; }
.wmsTbl td {font-family:verdana; font-size: 14px; padding:4px; }
.wmsTbl tr.tblon td {background: rgba(255,255,255,0.3); padding:10px;}
.wmsTbl tr.tbloff td {background: rgba(234, 234, 234, 0.5); padding:10px;}


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

.accord-container ul {
	margin-left: 0px;
}
.accord .accord-link, .accord .accord-inner-link {
	border-bottom: 1px solid #f1f1ee;
}
.accord {
	background: none;
	max-width: inherit;
}
.accord .accord-link-content, .accord .accord-inner-link-content {
	background: rgba(255, 255, 255, 0);
	padding: 13px 0px;
}
.accord .accord-link {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    color: #4e7d80;
}
.accord .accord-link {
	color: #4e7d80;
	padding: 15px 15px 15px 0px;
}
.accord-link-content {
    font-size: inherit;
    line-height: inherit !important;
    font-weight: 400;
    color: #343434;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #615a49 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #615a49;
}
.accord .fa.fa-chevron-down {
	    font-size: 13px;
}
.accord li.open .fa {
    color: #4e7d80;
}
.accord .fa {
	color: #4e7d80;
	top: 20px;
}

.content-disclosure-wrapper {
	font-size: 11px;
	line-height: 14px;
}
.contact-form .form-inline .captcha .btn-contact, .directions-search .submit-search {
	border: none;
	background: #4e7d80;
}
.contact-form .form-inline .captcha .btn-contact:hover, .directions-search .submit-search:hover {
	background: none;
	border: solid 1px #615a49;
}
.directions-search {
	background: none;
}
.investor-access-login-button {
	color: #4e7d80;
    border: 1px solid #4e7d80;
}
.account-access-header-wrapper {
	display: none;
}




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


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

@media only screen and (max-width: 1200px) {
	
}

/* Large devices (tablet landscape, 1024px and less) */
@media only screen and (max-width: 1024px) {
	.resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile, .bio-detail-previous-link-wrapper-mobile {
		bottom: 30px !important;
	}
	.resource-detail-content-wrapper {
		margin: 0 auto;
	}
	.footer-contact-hedge, .interior-body-container, .bio-section {
		padding: 75px 80px 0px;
		max-width: inherit;
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
	
	.ftr-brokercheck {
		z-index: 999;
	}
	
}

/* Medium devices (tablet portrait, 768px and less) */
@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: #4e7d80;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger {
    top: 30px;
}	
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
	padding: 0px;
}	
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	left: 0px;
	top: 0px;
	padding: 10px 30px;
}
.primary-nav {
	background: #eeeeee;
}
.nav-address-mobile {
	margin-top: 100px;
	line-height: 20px;
}
.nav-address-mobile .address-1, .nav-address-mobile .address-2, .nav-address-mobile .phone-1 {
	display: block;
}
.primary-nav li:nth-child(9) {
    display: inline-flex;
    float: none;
    padding: 8px 15px;
    position: relative;
    white-space: inherit;
    width: 300px;
	
    right: inherit;
    top: inherit;
    text-align: center;
    height: inherit;
    background: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 173px;
}
.primary-nav li:nth-child(9) a {
    font-size: inherit;
    line-height: 20px;
    padding: 18px 10px !important;
	color: #615a49 !important;
}
.primary-nav li:nth-child(9) ul {
	top: inherit !important;
	left: inherit;
}
.primary-nav li:nth-child(9) ul li a {
  color: #615a49 !important;
}
.primary-nav li:nth-child(9) a.selected {
	color: inherit !important;
}
.primary-nav li.has-children:nth-child(9) a i {
	display: none;
}
.primary-nav li:nth-child(9):hover {
    position: inherit;
    right: inherit;
    top: inherit;
    text-align: center;
    padding: inherit;
    height: inherit;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary-nav > li:nth-child(9) > a:hover {
	color: #615a49 !important;
}
.billboard-heading-wrapper {
    padding: 25px 15px;
    text-align: center;
    position: relative;
    top: 400px;
    z-index: 25;
}
.billboard-heading {
    text-align: center;
	font-size: 21px;
}
.billboard-heading span.lg {
    font-size: 45px;
}
.intro-section {
    padding-top: 150px;
}
.footer-contact-hedge, .interior-body-container, .bio-section {
	padding: 75px 30px 0px;
	max-width: inherit;
}
	.footer-contact-hedge {
		padding-top: 0px;
	}
.footer-contact-info-address, .ftr-nap li {
    padding: 0px;
    text-align: center;
    line-height: 20px;
}	
.footer-contact-info-social {
    padding: 0px;
    text-align: center;
}
.bio-detail-card-container {
	max-width: 200px;
	margin: 0 auto;
}	
.bio-social {
	margin-bottom: 40px;
}
.resource-detail-content-wrapper {
	padding: 75px 0px 80px 0px;
}

}
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
.billboard-content .billboard-container {
    height: 450px;
}
.billboard-heading span.lg {
	display: block;
	margin-bottom: 40px;
    margin-top: 25px;
}
.interior-headline-content {
    margin-bottom: 40px;
    margin-top: 0px;
}
.billboard-heading-wrapper {
    top: 200px;
}
.intro-section {
    padding-top: 170px;
}
.intro-content {
    padding: 75px 0px 0px 0px;
}
.footer-contact-hedge, .interior-body-container, .bio-section, .intro-content {
    max-width: inherit;
	padding: 75px 30px 0px;
}
	.footer-contact-hedge {
		padding-top: 0px;
	}
.billboard-heading span.lg:before, .billboard-heading span.lg:after {
	content: '';
}
.billboard-heading span.lg:before {
	top: -10px;		
}
.billboard-heading span.lg:after {
	bottom: -15px;
}
.ftr-nap-address-csz, .ftr-nap-address-line2 {
	display: block;
}
.ftr-nap-address-line2:after {
	display: none;
}
.yearbook-three .yearbook-headshot-wrapper {
    max-width: 250px;
}
.yearbook-container .slick-dots {
	bottom: -10px;
}
.body-home .billboard-content .billboard-container {
	background-position-x: 0px;
}
.body-about-us .interior-billboard-content .billboard-container {
	background-position-x: -330px;
}
.body-serve .interior-billboard-content .billboard-container {
	background-position-x: -460px;
}
.body-services .interior-billboard-content .billboard-container {
	background-position-x: -90px;
}
.body-contact .interior-billboard-content .billboard-container {
	background-position-x: -470px;
}
.resource-detail-content-wrapper {
    padding: 25px 0px 80px 0px;
}
.contact-form .form-inline .captcha {
	padding: 20px;	 
}
	.masonry-two-by-one .masonry-img-container:after {
    top: 0px;    
	bottom: auto !important;
    border-left: 15px solid transparent;
    border-top: 15px solid #edebe4;
}

	
}
/* 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) {

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
		

}

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

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

}


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

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

}

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

.billboard-heading-wrapper {
		top: 280px !important;
}	

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .billboard-heading-wrapper {
		top: 550px !important;
	}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	.billboard-heading-wrapper {
		top: 240px !important;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	 .billboard-heading-wrapper {
		top: 520px;
	  }
	  .billboard-heading span.lg {
		display: block;
		margin-bottom: 40px;
		margin-top: 25px;
	}
	  .billboard-heading span.lg:before, .billboard-heading span.lg:after {
		content: '';
	}
	.billboard-heading span.lg:before {
		top: -10px;		
	}
	.billboard-heading span.lg:after {
		bottom: -15px;
	}
	  .interior-headline-content {
		margin-bottom: 40px;
		margin-top: 0px;
	}
}


/* ----------- iPhone plus 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

  .billboard-heading-wrapper {
		top: 200px !important;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	  .billboard-heading-wrapper {
		top: 510px;
	  }
	  .billboard-heading span.lg {
		display: block;
		margin-bottom: 40px;
		margin-top: 25px;
	}
	  .billboard-heading span.lg:before, .billboard-heading span.lg:after {
		content: '';
	}
	.billboard-heading span.lg:before {
		top: -10px;		
	}
	.billboard-heading span.lg:after {
		bottom: -15px;
	}
	  .interior-headline-content {
		margin-bottom: 40px;
		margin-top: 0px;
	}
	
	}





