@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&display=swap');

/* @import url('modules.css');
@import url('resources.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: Jesse
JOB #: 20-BR3MB-0058
COMPLETION DATE: 2020
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900

____

font-family: 'Oswald', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

========================================================================================================================
*/
.content-disclosure-wrapper, .disclosure {
    font-size: 12px;
    line-height: 16px;
}
body {
    background: #fff;
	color: #393939;
}

.cfp {
	font-variant: small-caps;
}

h2, h3, h4, h5 {
    font-weight: 900;
    text-transform: none;
    font-family: 'Playfair Display', serif;
}
blockquote:before, q:before {
    background: #2c231b;
}
a, .resource-detail-copy-wrapper a {
    color: #6F5220;
}


.contact-form .form-inline .captcha .btn-contact, .accord a.accord-cta, .investor-access-login-button, .masonry-load-more, .masonry-tertiary-load-more, .directions-search .submit-search {
    border: 2px solid #2c231b;
    font-family: 'Raleway', sans-serif !important;
    color: #2c231b;
    font-weight: 600;
        border-radius: 0;
}
.contact-form .form-inline .captcha .btn-contact:hover,  .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .directions-search .submit-search:hover {
    color: #fff;
    background: #2c231b;
    border: 2px solid #393939;
    border-radius: 0;
    -web  kit-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;

}
.investor-access-login-button:hover {
  border-color: #fff !important;
}
/*
==============================================
HEADER PAGE
==============================================
*/
.header-main {
  /* background: url(/-/media/rj/advisor-sites/sites/j/e/jerichoroad/images/old-brown-paper-texture-background-1054544258.jpg); */
  background: transparent;
}
.main-content {
/* 	background-image: url(/-/media/rj/advisor-sites/sites/q/u/quattuorcapitalpartners-new/images/billboards/bg_top.png) !important; */
/* 	height: 350px; */
	display: block;
    /* background-position: center top; */
    margin-top: -214px;
  /* background-repeat: repeat-x; */
}
.main-content:before {
  content:"";
  display: block !important;
  height: 217px !important;
  width: 100%;
  height: auto;
  display: block;
  background-image: url(/-/media/rj/advisor-sites/sites/j/e/jerichoroad/images/old-brown-paper-texture-background-1054544258.jpg) !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
 }
 .nav-overall-wrapper:not(.van-mobile-nav) {
    background: none !important;
}
.billboard-section-1 {
  z-index: -1;
  position: relative;
}
.nav-sticky {
  position: relative;
}
.nav-sticky:before {
  content: "";
  display: block !important;
  height: 53px;
  width: 100%;
  background-image: url(/-/media/rj/advisor-sites/sites/j/e/jerichoroad/images/old-brown-paper-texture-background-1054544258.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  position: absolute;
  animation: fadeIn;
  -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;
}

/*
==============================================
HOME PAGE
==============================================
*/


/*
==============================================
SCROLLER
==============================================
*/
/*
==============================================
Mouse Scroller Model 1
==============================================
*/
 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: #e3dbc6 !important;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    animation: none !important;
    background: none !important;
    border-radius: 50%;
}
.scroller:after, .scroller-mobile:after  {
    content: '' !important;
    height: 18px !important;
    width: 18px !important;
    animation-name: none !important;
    display: block !important;
    border-radius: 0 !important;
    border: 2px solid #906a29;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute !important;
    bottom: 20px !important;
    left: 52% !important;
    top: 13px !important;
    background: rgba(210, 120, 85, 0) !important;
    margin-left: -10px !important;
}
.scroller-mobile:after  {
     transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    bottom: 10px;
    top: 20px !important;
}

/*
==============================================
HEADER
==============================================
*/
.header-main {
	background: transparent !important;
    position: relative;
    z-index: 10;
}

/*
==============================================
Navigation
==============================================
*/
/* .nav-overall-wrapper:not(.van-mobile-nav) {
	background: #fff !important;
} */

.primary-nav a, .investor-access-remember-me-label {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500 !important;
}

/* Effect 3: bottom line slides/fades in */
.nav-subnav .sub-a:before {
  display: none;
}
.primary-nav .nav-subnav a:hover:before {
 display: none !important;
}


.nav-subnav .sub-a: {
  padding: inherit !important;
}
/* .nav ul li a {
	padding: 8px 0;
} */
.nav ul li a::before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #906a29;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.nav ul li a:hover::before,
.nav ul li a:focus::before {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.nav ul li a.active::before {
  opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.primary-nav a, .investor-access-remember-me-label {
    font-family: 'Open Sans Condensed', sans-serif;
}
.primary-nav a, .investor-access-remember-me-label {
    color: #333132;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 15px;
}
.primary-nav a.active, .primary-nav > li > a:hover  {
    color: #30261d;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    color: #dfdfdf;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 15px;
}
.primary-nav .nav-subnav a:hover, .primary-nav .nav-subnav a.active {
    color: #d5c2a2;
}
.nav:before,.nav:after {
	display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 47px;
}
.primary-nav .nav-subnav {
    background: #2c231b !important;
}

.investor-access-login-button {
    border: 2px solid #906a29;
    font-family: 'Open Sans Condensed', sans-serif !important;
    color: #ffffff;
    font-weight: 600;
}
.account-access-header {
    margin: 0 !important;
    padding: 0;
}
.primary-nav .nav-subnav, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
    margin-top: 12px;
}
.nav-sticky .nav-subnav, .nav-sticky:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav  {
    margin-top: -4px;
}
/*
==============================================
BILLBOARD - HOME
==============================================
*/
.interior .billboard-content:after, .interior .billboard-container:after, .interior .billboard-section:before {
  display: none
}
.billboard-section {
    position: relative;
}
.billboard-section .col-lg-8 {
  padding: 0px;
}

.billboard-section .billboard-full-width.billboard-container {
	height: 750px;
    background-attachment: fixed;
	background-repeat: no-repeat;
  /* background-repeat: repeat; */
  background-size: 84% 100% !important;
}
.billboard-section .billboard-container {
	transform: translateZ(-1px) scale(1.25);
    z-index: -1;
}
/*
.body-home .billboard-section:after {
  display: none;
} */

.billboard-section-1:before {
	content: "";
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    opacity: 1;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b150f+0,1b150f+100&1+30,0+100 */
    background: -moz-linear-gradient(left, rgba(27,21,15,1) 0%, rgba(27,21,15,1) 30%, rgba(27,21,15,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 30%,rgba(27,21,15,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 30%,rgba(27,21,15,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b150f', endColorstr='#001b150f',GradientType=1 ); /* IE6-9 */
	animation-name: fadeIn;
	animation-delay: .5s;
	animation-duration: 3s;
}
.billboard-section-1:after {
	content: "";
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    opacity: 1;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b150f+0,1b150f+100&1+7,0+100 */
    background: -moz-linear-gradient(left, rgba(27,21,15,1) 0%, rgba(27,21,15,1) 7%, rgba(27,21,15,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 7%,rgba(27,21,15,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 7%,rgba(27,21,15,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b150f', endColorstr='#001b150f',GradientType=1 ); /* IE6-9 */
	animation-name: fadeIn;
	animation-delay: .5s;
	animation-duration: 3s;
}
.billboard-section-1:after {
	content: "";
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    opacity: 1;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b150f+0,1b150f+100&1+7,0+100 */
    background: -moz-linear-gradient(left, rgba(27,21,15,1) 0%, rgba(27,21,15,1) 7%, rgba(27,21,15,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 7%,rgba(27,21,15,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 7%,rgba(27,21,15,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b150f', endColorstr='#001b150f',GradientType=1 ); /* IE6-9 */
	animation-name: fadeIn;
	animation-delay: .5s;
	animation-duration: 3s;
}
.interior .billboard-section .billboard-content-wrapper:before {
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 1;
    left:0;
    top: 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b150f+0,1b150f+100&1+26,0+100 */
  background: -moz-linear-gradient(left, rgba(27,21,15,1) 0%, rgba(27,21,15,1) 26%, rgba(27,21,15,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 26%,rgba(27,21,15,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 26%,rgba(27,21,15,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b150f', endColorstr='#001b150f',GradientType=1 ); /* IE6-9 */
  animation-delay: .5s;
  animation: fadeIn;
  animation-duration: 3s;
  /* background: red !important; */
}

.billboard-content-prime {
	position: relative;
}

.billboard-content-wrap {
	position: absolute;
	z-index: 10;
    padding: 0 90px;
}
.billboard-1-content-wrap {
    top: -510px;
}
.billboard-2-content-wrap {
    top: -490px;
}
.billboard-3-content-wrap {
    top: -490px;
}
.billboard-4-content-wrap {
    top: -490px;
}
.billboard-section h1:after {
	display: none;
}
.billboard-section h1 {
font-family: 'Playfair Display', serif;
	color: #fff;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
	text-transform: none;
    margin: 0 0 40px;
}
.billboard-section .head-1 {
	display: block;
    animation-delay: 0s;
    animation-name: slideInDownSmall;
}
.billboard-section .head-2 {
    font-size: 48px !important;
    font-weight: 900;
	text-transform: none;
  font-family: 'Playfair Display', serif;
}
.billboard-section p {
	color: #fff;
}
.billboard-section .billboard-green-text {
	color: #5fd82a;
    font-weight: 800;
}
.billboard-section p b {
	font-weight: 600;
}
.billboard-section .btn {
	width: 150px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.billboard-section .billboard-green-button {
	background: #5fd82a;
	border: 1px solid #5fd82a;
}
.billboard-section .billboard-green-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.billboard-section .billboard-blue-button {
    background: #06d2fa;
    border: 1px solid #06d2fa;
}
.billboard-section .billboard-blue-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.billboard-section .billboard-yellow-button {
    background: #ffde01;
    border: 1px solid #ffde01;
}
.billboard-section .billboard-yellow-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}

.billboard-section-2:before, .billboard-section-3:before, .billboard-section-4:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b150f+0,1b150f+100&1+32,0+100 */
  background: -moz-linear-gradient(left, rgba(27,21,15,1) 0%, rgba(27,21,15,1) 32%, rgba(27,21,15,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 32%,rgba(27,21,15,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 32%,rgba(27,21,15,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b150f', endColorstr='#001b150f',GradientType=1 ); /* IE6-9 */
}
.billboard-section-2:after, .billboard-section-3:after, .billboard-section-4:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b150f+0,1b150f+100&1+32,0+100 */
  background: -moz-linear-gradient(left, rgba(27,21,15,1) 0%, rgba(27,21,15,1) 32%, rgba(27,21,15,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 32%,rgba(27,21,15,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(27,21,15,1) 0%,rgba(27,21,15,1) 32%,rgba(27,21,15,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b150f', endColorstr='#001b150f',GradientType=1 ); /* IE6-9 */

}
.billboard-section .billboard-content .billboard-callout{
    text-align: center;
    padding: 130px 0 0;
}
.billboard-section.billboard-section-1 .billboard-content .billboard-callout {
    text-align: center;
    padding: 50px 0 0;
}
.billboard-1-content-wrap .billboard-1-content-block {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding-right: 380px;
}
.billboard-section .billboard-content .billboard-copy {
	/* padding: 0 260px 0 0; */
}

/*.billboard-content .billboard-callout {
	animation-name: slideInUpSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

/*
==============================================
HOME INTRO SECTION
==============================================
*/
.intro-section {
  background: url(/-/media/rj/advisor-sites/sites/j/e/jerichoroad/images/content-sections-old-brown-paper-texture-background-1054544258.jpg);
	padding: 0;
	overflow: hidden;
    z-index: 6;
	position: relative;
	/*height: 24vh;*/
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.intro-content {
	max-width: none;
	position: relative;
}
.intro-section .intro-text:before {
	display: none;
}
.intro-section .intro-text {
	font-weight: 800;
	color: #30261d;
	font-size: 20px;
    text-align: left;
	padding: 50px 0 30px;
}
.intro-section .intro-text p {
	margin: 0 0 10px !important;
    line-height: 28px;
}
.intro-section .author {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.intro-section .author.green-author {
	color: #6F5220;
}
.intro-section .author.blue-author {
	color: #6F5220;
}
.intro-section .author.yellow-author {
	color: #6F5220;
}

.wowbar1, .wowbar2, .wowbar3, .wowbar4, .wowbar5, .wowbar6 {
  visibility: hidden;
}

/***** Animation Styles BEGIN *****/

.bar-initiate-animation:before {
  animation: arrowLeft 3s forwards;
}
.bar-initiate-animation2:before {
  animation: arrowRight 3s forwards;
}
.bar-initiate-animation4:before {
  animation: fadeIn 3s forwards;
}

.bar-initiate-animation:after {
  animation: arrowLeft 3s forwards;
}
.bar-initiate-animation2:after {
  animation: arrowRight 3s forwards;
}
.bar-initiate-animation4:after {
  animation: fadeIn 3s forwards;
}


.wowbar1.bar-initiate-animation, .wowbar2.bar-initiate-animation, .wowbar3.bar-initiate-animation, .wowbar4.bar-initiate-animation4, .wowbar5.bar-initiate-animation4, .wowbar6.bar-initiate-animation4 {
  visibility: visible !important;
}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes arrowLeft {
		from {opacity: 0; left: -150px;}
		to {opacity: 1; left: -85px;}
	}

	/* Standard syntax */
	@keyframes arrowLeft {
		from {opacity: 0; left: -150px;}
		to {opacity: 1; left: -85px;}
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: -50px;}
		to {opacity: 1; right: 0px;}
	}

	/* Standard syntax */
	@keyframes arrowRight {
		from {opacity: 0; right: -50px;}
		to {opacity: 1; right: 0px;}
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes fadeIn {
		from {opacity: 0;}
		to {opacity: 1;}
	}

	/* Standard syntax */
	@keyframes fadeIn {
		from {opacity: 0;}
		to {opacity: 1;}
	}

.intro-section .intro-content.intro-content-1:before {
  display: none;
}
.intro-section .intro-content.intro-content-1:after, .intro-section .intro-content.intro-content-2:after, .intro-section .intro-content.intro-content-3:after {
	display: none;
}
.intro-section .intro-content.intro-content-3:before {
  display: none;
}
.intro-section .intro-content.intro-content-2:before {
  display: none;

}
.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap {
	margin: 0 230px 0 90px;
}
.intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap {
	margin: 0 230px 0 90px;
}
.intro-section .intro-content .intro-text .intro-text-wrap {
	margin: 0 230px 0 90px;
}


/*
==============================================
SERVICES SECTION
==============================================
*/


/*
CALLOUTS SECTION
==============================================
*/


/*
SLIDER SECTION
==============================================
*/


/*
POV SECTION
==============================================
*/


/*
INTERIOR SECTION
==============================================
*/
.interior .billboard-content-wrapper .container {
  padding-left: 90px;
}
.interior .copy-section .copy-content {
    padding-bottom: 200px;
}
.copy-section, .bio-section, .resource-section, .body-resource-detail .resource-section {
  background-image: url(/-/media/rj/advisor-sites/sites/j/e/jerichoroad/images/bkg-pattern.gif) !important;
  background-repeat: repeat;
  background-size: auto;
}
.interior .billboard-section:after {
    content: "";
    height: 31px;
    background: #cdc5a7;
    width: 100%;
    display: block;
    position: relative;
  }
.interior .billboard-content h1, .interior .billboard-content .head-1 {
  font-family: 'Playfair Display', serif !important;
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  text-transform: none;
}
.copy-section {
	background: #fff;
}
.interior .billboard-container {
  z-index: 5;

}
/* .interior .billboard-section .billboard-container:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.75);
	animation-duration: 4s;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */
.interior .billboard-heading-wrapper {
	display: block;
}
/* .interior .billboard-content:after {
	display: none;
} */
.billboard-content-wrapper {
    min-height: 100%;
}
.billboard-content-wrapper .container {
    position: inherit;
    bottom: 0;
    z-index: 10;
    padding: 0px 50px;
    width: 1170px;
    left: 0;
}
.interior .billboard-content h1 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    color: #c97453;
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}
.interior .billboard-content .head-1 {
    color: #fff;
    font-size: 45px !important;
    font-weight: 900;
    line-height: 55px;
    text-transform: none;
}
.billboard-section .head-2 {
    font-size: 45px !important;
	line-height: 55px;
    text-transform: none;
    animation-delay: 0.4s;
}
.interior .billboard-container {
    height: 500px;
	transform: none;
}
.no-billboard .nav-overall-wrapper:not(.van-mobile-nav) {
-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.02);
-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.02);
box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.02);
}
.copy-section .head-1, .copy-section .head-3, .copy-section .head-2, .copy-section .head-1, .copy-section .head-3, .copy-section .head-2, .copy-section .head-1, .copy-section .head-2  {
  font-family: 'Playfair Display', serif !important;
  color: #2f261e !important;
  font-weight: 900 !important;
  font-size: 48px !important;
  line-height: 58px !important;
  text-transform: none !important;
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after{
  display: none;
}


/*
QUOTE INTERIOR
==============================================
*/
.quote-section {
	display: none;
}

/*
TEAM PAGE
==============================================
*/
.body-about-us .copy-section .copy-content h2, .body-about-us .copy-section .copy-content .head-1 {
  font-size: 31px !important;
  font-weight: 300;
  /* color: red !important; */
  line-height: 44px !important;
  margin-bottom: 40px !important
}
.copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name, .bio-section .bio-detail-last-name, .bio-section .bio-detail-first-name, .bio-detail-preferred-name {
  font-family: 'Playfair Display', serif !important;
    font-weight: 900;
    text-transform: none;
    color: #2f261e;
}
.copy-section .yearbook-container .yearbook-last-name {
    font-weight: 900;
    text-transform: none;
    color: #2f261e;
}
.copy-section .yearbook-container .yearbook-designation {
	font-weight: 600;
}
.yearbook-three .yearbook-links .fa {
    color: #6F5220  ;
}
.yearbook-three .yearbook-links .fa:hover {
    color: #393939;
}
.slick-dots li.slick-active button:before {
  color: #6F5220  ;
  opacity: 1;
}
.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
    background: -moz-linear-gradient(top, rgba(49,31,17,0) 30%,rgba(49,31,17,0) 52%,rgba(49,31,17,1) 100%);
    background: -webkit-linear-gradient(top, rgba(49,31,17,0) 30%,rgba(49,31,17,0) 52%,rgba(49,31,17,1) 100%);
    background: linear-gradient(to bottom, rgba(49,31,17,0) 30%,rgba(49,31,17,0) 52%,a(49,31,17,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 );
}
.copy-section .head-3, .copy-section .head-2 {
  animation: none !important;
}
.bio-section .bio-detail-links-wrapper .fa, .yearbook-links a {
    color: #6F5220 !important;
}
.yearbook-links .fa:hover, .bio-detail-links-wrapper .fa:hover {
    color: #000 !important;
}

/*
BIO DETAIL PAGE
==============================================
*/
.bio-section .bio-content {
    padding-bottom: 150px;
}
.bio-section {
	background: #fff;
}
.bio-detail-container {

}
/* .bio-section .bio-detail-first-name, .bio-detail-preferred-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: none;
} */
.bio-section .bio-detail-last-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: none;
}
.bio-section .bio-detail-designation {
	font-weight: 600;
}
.bio-section .bio-detail-title {
	font-weight: 600;
}

.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #393939;
}
.bio-quote-section {
	display: none;
}
.bio-detail-previous-link-wrapper.hover-link:before {
  background: #6F5220  ;
}
.bio-detail-next-link-wrapper.hover-link:before {
  background: #6F5220  ;
}
/*
CONTACT US
==============================================
*/


/*
MAP AND DIRECTIONS
==============================================
*/
.body-map-directions .resource-section {
	background: #fff;
}
.directions-search .submit-search {
    border: 2px solid #6F5220  ;
    font-family: 'Raleway', sans-serif !important;
    color: #6F5220  ;
    font-weight: 600;
}

/*
FOOTER SECTION
==============================================
*/
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  font-family: 'Raleway', sans-serif;
}
.footer-section {
	background: #2c231b;
	/**/
	position: relative;
    z-index: 10;
}
.footer-section .footer-cta-section h4:after {
    height: 2px;
    width: 365px;
    background: #906a29;
}
.footer-section .footer-cta-section h4 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 100;
    text-transform: none;
    font-size: 21px;
}
.footer-section .footer-cta {
	border-top: 10px solid #cdc5a7;
}
.footer-section .ftr-cta-wrapper {
    max-height: 172px;
}
.footer-section .sub-light .head-1 {
    color: #fff;
    font-weight: 800;
    text-transform: none;
    font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    /* line-height: 20px; */
    margin-top: -12px !important;
}
.footer-section .social-container a {
    top: -10px;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
    color: #fff;
  }
.footer-section .footer-cta-section .head-1 {
  margin-top: 0px;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #cdc5a7  !important;
}
.footer-section .footer-cta-section h4:hover {
  color: #cdc5a7  !important;
}
.footer-section .social-container {
	border: none;
  margin-top: -30px;
}
.footer-section .social-container:after {
	display: none;
}
.footer-section .social-container a .fa {
    color: #cdc5a7 !important;
}
.footer-section .footer-content a:hover {
    color: #cdc5a7;
}
.footer-section .social-container a:hover .fa {
    color: #fff !important;
}
.footer-section .footer-contact-info {
    text-align: center;
}
.footer-section .footer-contact-info .ftr-nap {
    margin-top: 0;
}
.footer-section .ftr-nap .ftr-nap-address:before {
	display: none;
}
.footer-section .footer-hedge-content .ftr-disclosures span {
    text-decoration: none !important;
}
.footer-section .footer-hedge-section {
	background: #1b150f;
}
.footer-section .ftr-disclosures {
	color: #fff;
	text-align: left;
}
.interior .footer-section {
  position: relative;
}
.interior .footer-section:before {
  content: "";
  height: 117px;
  width: 100%;
  background-image: url(/-/media/rj/advisor-sites/sites/j/e/jerichoroad/images/icon-interior.png) !important;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 80;
  top: -117px;
  text-align: center;
  background-position: center center;
}


/*
ACCORDIONS
==============================================
*/
.accord .accord-link {
    font-weight: 900;
    text-transform: none;
    font-family: 'Playfair Display', serif;
}
/* .accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #6F5220   !important;
} */
.accord li.open .fa {
    color: #6F5220  ;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .fa, .accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #6F5220 !important;
}
.accord a.accord-cta {
    border: 2px solid #6F5220  ;
    font-family: 'Playfair Display', serif;
    color: #6F5220  ;
    font-weight: 600;
}
/*
FLEXTABS
==============================================
*/
.flextab-triggers .set {
    color: #6F5220;
}
.flextab-triggers a {
	font-size: 15px;
}
/*
CONTACT
==============================================
*/
.contact-form .form-inline .captcha .btn-contact, .accord a.accord-cta {
    border: 2px solid #2c231b;
    font-family: 'Raleway', sans-serif !important;
    color: #2c231b;
    font-weight: 600;
        border-radius: 0;
}
.contact-form .form-inline .captcha .btn-contact:hover {
    color: #fff;
    background: #2c231b;
    border: 2px solid #393939;
    border-radius: 0;
}
.contact-form .form-inline .form-group.select-container:before {
    border-color: #2c231b  transparent transparent transparent;
}
/*
BLOG
==============================================
*/
.blog-main, .body-blog-detail .resource-section {
	background: #fff;
}
.filter-list-heading a:hover {
    color: #6F5220   !important;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #6F5220   !important;
}
.blog-landing-copy-cta {
    border: 2px solid #6F5220  ;
    font-family: 'Raleway', sans-serif !important;
    color: #6F5220  ;
    font-weight: 600;
}
.body-blog-detail h3 {
    font-family: inherit;
    font-weight: 900 !important;
    text-transform: none;
}
.blog-detail-copy-wrapper a {
    color: #6F5220  ;
}
.blog-detail-copy-wrapper a:hover {
    color: #393939;
}
.blog-detail-previous-link-wrapper.hover-link:before {
  background: #6F5220  ;
}
.blog-detail-previous-link:hover:before {
  background: #6F5220  ;
}

.blog-detail-next-link-wrapper.hover-link:before {
  background: #6F5220  ;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
    color: #393939 !important;
}
/*
RESOURCES
==============================================
*/
/* .resource-section, .body-resource-detail .resource-section {
	background: #fff;
} */
.fa-share-alt {
    color: #d27755 !important;
}
.social-media-share-wrapper span {
    background-color: #6F5220  ;
    padding: 3px 9px;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
	font-weight: 600 !important;
	text-transform: none;
  font-family: 'Playfair Display', serif;
}
.fa-share-alt {
    color: #6F5220   !important;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #6F5220  ;
}
.social-media-share-wrapper span a:hover {
    color: #e4e4e4 !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #6F5220  ;
}
.resource-detail-next-link-wrapper.hover-link:before {
  background: #6F5220  ;
}
.resource-detail-previous-link:hover:before {
  background: #6F5220  ;
}
 .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #6F5220  ;
}

/*
Model 4

#6F5220 = #6F5220
#000 = #000
#906a29 = #906a29
#393939 = #393939
#f1f1f1 = #f1f1f1
#d4b785 = #d4b785
#2c231b = #2c231b

*/
.body-modules .footer-section:before {
  display: none !important;
}
.masterprime .main-module-content h3 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500 !important;
}

.main-module-content h3, .masterprime .module-contact-content h3 {
  font-family: 'Playfair Display', serif !important;
}
/* Families and Individuals */
.masterprime .arrow {
    fill: #906a29;
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
  border-color: #906a29 !important;
}
.masterprime .module-intro-content .head-1, .masterprime .module-intro-content .head-2 {
  color: #2f261e !important;
  font-size: 45px !important;
  font-weight: 900 !important;
  line-height: 55px !important;
  text-transform: none !important;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callout-arrow {
  fill: #d4b785;
}
.donut-ring {
    stroke: #f1f1f1;
}
.donut-segment-2 {
    stroke: #906a29;
}
.masterprime .module-cta, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a:hover .mc-cta, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a .mc-cta {
    color: #6F5220 !important;
}
.masterprime .module-case-content:hover .module-cta {
    color: #000 !important;
}
.masterprime .module-cta:before, .masterprime .content-slider-cta:before, .masterprime .contact-cta:before {
    color: #000;
}
.masterprime .intro-content .module-multimedia-section h3, .masterprime .content-slider-wrapper .content-slider-heading {
    color: #000;
}
.whats-your-retirement-text-block a {
  color: #6F5220;
}
.whats-your-retirement-text-block a:hover {
  color: #000;
}
.main-module-content h3, .masterprime .module-contact-content h3 {
  color: #000;
}
.masterprime .related-resources-content .mc-container a:hover .mc-cta {
  border: 1px solid #000;
  color: #000;
}
.masterprime .body-module-pre-retirees .module-related-resources-section {
    border-top: 20px solid #f1f1f1;
}
.masterprime .module-case-content h4, .masterprime .wrap-content-slider-content, .masterprime .module-case-content p, .main-module-section, .masterprime .related-resources-content .mc-copy, .masterprime .related-resources-content h4, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container .mc-copy {
    color: #393939 !important;
}

.masterprime .module-slider-content .content-slider-wrapper .slick-slide:hover .content-slider-cta, .masterprime .content-slider-wrapper .content-slider-cta {
    color: #6F5220 !important;
}
.masterprime .module-related-resources-section .mc-heading, .masterprime .content-slider-wrapper .content-slider-cta:hover {
    color: #000 !important;
}
.masterprime .module-multimedia-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
  color: #000 !important;
}
.masterprime .related-resources-content .mc-cta {
    color:#6F5220;
    border: 1px solid transparent;
}
.masterprime .related-resources-content .mc-content-wrapper:hover .mc-cta {
    color:#000;
    border: 1px solid #000;
}
.masterprime .ftr-cta:hover > .contact-cta {

}
/* .related-resources-content .mc-container .slick-next:before, .mc-container .slick-prev:before, .related-resources-content .mc-container .slick-next:hover:before, .mc-container .slick-prev:hover:before {
    color: #393939;
} */

.masterprime .contact-cta:before {
    color: #000;
}
.masterprime .contact-cta {
    color: #6F5220;
}
.masterprime .ftr-cta:hover > .contact-cta {
  color: #000 !important;
}
.masterprime .slick-dots li.slick-active button:before {
    color: #000 !important;
}
.masterprime .module-contact-content .ftr-cta, .masterprime .module-multimedia-section, .masterprime .module-investment-management .module-multimedia-section {
  background: #f1f1f1;
}
/* Pre-Retirees */
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section, .masterprime .module-section-header, .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content  {
    background: #2c231b;
}
.masterprime .module-whats-your-retirment-section {
  background: #f1f1f1;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    color: #d4b785;
    border: 1px solid #d4b785;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading:before, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading:before {
    border: 1px solid #d4b785;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:hover:before {
    border-bottom: 1px dashed #d4b785;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:after {
    color: #d4b785;
}
/* .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content {
    background: #6F5220;
} */
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
    color: #fff;
    border: 1px solid #d4b785;
    background: transparent;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
    border: 1px solid #d4b785;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
    border-bottom: 1px dashed #d4b785;
}
@keyframes module-slider-content-slide-animate {
  0%{
    transform: scale(1.0);
    color: rgba(255, 255, 255, .82); /* number colors 1 */
  }
  10% {
    transform: scale(1.2);
    color: rgba(255, 255, 255, 1); /* number colors 2 */
  }
  20%, 100% {
    transform: scale(1.0);
    color: rgba(255, 255, 255, .82); /* number colors 1 */
  }
}@keyframes module-slider-content-slide-line {
  0%{
    opacity: 0;
      border-color: transparent;
      width: 0;
  }
  100% {
    opacity: .5;
      border-color: #d4b785;
      width: 18px;
  }
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
    color: #d4b785 !important;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item {
    background: #6F5220;
    border: 1px solid #6F5220;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item:hover {
    border: 1px solid #6F5220;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading {
    color: #6F5220;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-cta-wrapper button, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
    color: #6F5220;
}
.masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
    color: #000 !important;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-wrapper .content-slider-cta {
    color: #6F5220;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-cta:before {
    color: #6F5220;
}
.masterprime .body-module-corporate-executives .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
    border: 1px solid transparent !important;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container:before {
    background: #d4b785;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a {
    color: #d4b785;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before,
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
    border: 1px solid #d4b785;
}

.masterprime .slick-dots li.slick-active button:before {
  color: #fff !important;
}

.masterprime .module-hedge-content p.disclaimer a {
    color: #6F5220;
}
@media only screen and (max-width: 1024px) {
    .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
        border: 1px solid #d4b785;
    }
    .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-container .callout-item .callout-image-wrapper, .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
        border: 1px solid #d4b785;
        }
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-mobile-slider .callout-item .callout-image-wrapper:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
    border: 1px solid #d4b785;
  }
}
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:before {
        border-bottom: 1px dashed #d4b785;
    }
}


/*

Resources Masonry Grid
==============================================

#2c231b = #2c231b
#fff  = #fff
#2c231b = #2c231b
#6F5220 = #6F5220
#fff = #fff
#fff = #fff
#6F5220 = #6F5220
#6F5220 = #6F5220
==============================================
*/

.filter-dropdown {
    border-top: none;
}
.filter-open.fa-angle-down:before {
  color: #6F5220;
}
.filter a:hover, .filter-reset:hover {
  color: #6F5220;
}
.masonry-one-of-two-stacked .masonry-cta, .masonry-two-of-two-stacked:hover .masonry-cta {
    color: #fff !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: #6F5220 !important;
}
.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta, .masonry-two-of-two-stacked .masonry-cta {
    color: #fff !important;
}

/*
==============================================
Resources Filter Section
==============================================
*/

.filter-overlay .close-filter-overlay {
    background: #2c231b;
}
.filter-overlay .close-filter-overlay:hover {
    background: #2c231b;
}
.fa-times:before {
    color: #6F5220;
}
.close-filter-overlay .fa-remove:before, .close-filter-overlay .fa-close:before, .close-filter-overlay .fa-times:before {
  color: #fff;
}
/*
==============================================
Resources Masonry Section
==============================================
*/
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #fff ;
}
.masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover, .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
    background: #2c231b;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #2c231b;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #2c231b;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #fff ;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #fff ;
}
.masonry-one-of-two-stacked {
    background: #2c231b;
}
.masonry-two-of-two-stacked {
    background: #2c231b;
}
.masonry-two-of-two-stacked:hover {
    background: #2c231b;
}
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    .masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover {
        background: #fff ;
    }
    .masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
        color: inherit !important;
    }
    .masonry-two-of-two-stacked:hover .masonry-cta {
        color: #fff !important;
    }
    .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
        background: #2c231b;
    }
}



/*
==============================================
Responsive Meia Queries NEW
==============================================
*/
/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {
	.billboard-1-content-wrap {
		top: -470px;
	}
	.intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0 220px 0 0;
	}

}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.billboard-content-wrap {
		padding: 0;
	}
  .billboard-section .billboard-full-width.billboard-container {
    height: 600px;
  }
	.billboard-content-wrap {
		/* padding: 0 40px 0; */
    padding-right: 295px;
    padding-left: 60px;
	}
  .billboard-1-content-wrap .billboard-1-content-block {
    padding-right: 0px;
  }
  .body-home .billboard-content-wrap .col-md-8 {
    width: 106.66667%;
  }
	@-webkit-keyframes arrowLeft {
		from {opacity: 0; left: -100px;}
		to {opacity: 1; left: -50px;}
	}

	@keyframes arrowLeft {
		from {opacity: 0; left: -100px;}
		to {opacity: 1; left: -50px;}
	}

	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: -15px;}
		to {opacity: 1; right: 35px;}
	}

	@keyframes arrowRight {
		from {opacity: 0; right: -15px;}
		to {opacity: 1; right: 35px;}
	}
	.intro-section .intro-content.intro-content-1:before, .intro-section .intro-content.intro-content-3:before {
		top: 60px;
	}
	.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap {
		margin: 0 80px 0 0px;
	}
	.intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0 250px 0 0;
        margin-right: 40px;
	}
	.billboard-section .billboard-content .billboard-copy {
		padding: 0 60px 0 0;
	}
  .intro-section .intro-text {
    padding-right: 0px;
    padding-left: 60px;
  }
  .masterprime .slick-dots li.slick-active button:before {
    color: #6F5220 !important;
  }
  .billboard-section .billboard-full-width.billboard-container {
    background-size: inherit !important;
  }

  /* billboard "parallax" fix mobile */
  .wowbar1.bar-initiate-animation, .wowbar2.bar-initiate-animation, .wowbar3.bar-initiate-animation, .wowbar4.bar-initiate-animation4, .wowbar5.bar-initiate-animation4, .wowbar6.bar-initiate-animation4 {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  .wowbar1, .wowbar2, .wowbar3, .wowbar4, .wowbar5, .wowbar6 {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    }
  .billboard-section .billboard-container {
    transform: inherit !important;
  }
  .billboard-section .billboard-full-width.billboard-container {
    background-size: inherit !important;
  }
  .billboard-section .billboard-full-width.billboard-container {
    background-attachment: inherit !important;
  }
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .nav ul li a:hover::before, .nav ul li a:focus::before, .nav ul li a::before {
    display: none !important;
  }
  .primary-nav .nav-subnav, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
    margin-top: 0px;
  }
  .nav-sticky:before {
    display: none !important;
  }
  .billboard-section .billboard-full-width.billboard-container {
    height: 750px;
  }
  .billboard-section-1 .billboard-content-wrap {
    padding-right: 220px;
  }
  	.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: #6F5220  ;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav {
		background: #2c231b;
    box-shadow: none;
	}
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
    background: #BBAB7C;
}
	.primary-nav a.active {
		color: #BB8A35;
	}
	.primary-nav > li > a:hover {
		color: #BB8A35;
	}
	.fa-angle-down:before {
		color: #BB8A35;
	}
	.primary-nav a, .investor-access-remember-me-label {
		color: #fff;
	}
	.nav-address-wrapper {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 600;
		color: #fff;
	}
  .address-group-name-wrapper {
    display: none;
  }
	.interior .billboard-content h1 {
		text-align: center;
	}
	.billboard-content-wrapper .container {
    	padding: 0px 30px;
	}
	.body-home .billboard-section .head-1, .body-home .billboard-section .head-2 {
		display: inline;
		animation: none;
	}
	.billboard-section .billboard-green-text {
		display: block;
	}
	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: -100px;}
		to {opacity: 1; right: 50px;}
	}

	@keyframes arrowRight {
		from {opacity: 0; right: -100px;}
		to {opacity: 1; right: 50px;}
	}
	.billboard-container:before {
		display: none;
	}
  .interior .billboard-container {
    min-height: 360px;
    height: 360px;
  }
  .interior .billboard-content-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
	.intro-section .intro-text {
    	font-size: 18px;
	}
  .body-home .billboard-content-wrap .col-md-8 {
    width: 147.66667%;
    padding: 0 !important;
}
	/* .intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0 250px 0 0;
	} */
	/* .intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap {
		margin: 0 0 0 230px;
	} */
	.intro-section .intro-content.intro-content-2:before {
		top: 73px;
	}
	.billboard-section .billboard-content .billboard-copy {
		padding: 0 20px;
	}
	.billboard-1-content-wrap {
		top: -640px;
	}
	.billboard-2-content-wrap {
		top: -590px;
	}
	.billboard-3-content-wrap {
		top: -560px;
	}
	.billboard-4-content-wrap {
		top: -590px;
	}
	.billboard-content:before {
		display: none;
	}
	.intro-section .intro-content.intro-content-1:before {
		top: 70px;
	}
	.intro-section .intro-content.intro-content-3:before {
		top: 50px;
	}
	.billboard-section:before, .billboard-content:before {
		height: 100%;
		background: rgba(0,0,0,.75) !important;
		top: 0;
		z-index: 1;
	}
	.billboard-section-1:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%) !important;
		background: -webkit-linear-gradient(top, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%) !important;
		background: linear-gradient(to bottom, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=-1 );
	}
	.billboard-section:before {
		background: rgba(0,0,0,.75);
		height: 100%;
		top: 0;
	}
	.billboard-content:before {
		display: none !important;
		background: none !important;
		height: inherit;
		z-index: 1;
		top: 0;
	}
	.billboard-section-2:before {
		background: rgba(0,0,0,.75) !important;
		height: 100%;
		top: 0;
	}
	.billboard-section-1:after {
		height: 100%;
	}
	.interior .billboard-section:before, .interior .billboard-content:before {
		z-index: -1;
	}
  .body-bio .footer-section:before {
    display: none !important;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.billboard-section .billboard-content-1 .billboard-full-width.billboard-container {
		height: 700px;
	}
  .billboard-1-content-wrap {
    top: -570px !important;
  }
  .bio-section .bio-detail-last-name {
    font-size: 27px;
  }
  .intro-section .intro-text {
    padding-right: 0px;
    padding-left: 0;
}
	.billboard-section h1 {
		font-size: 26px;
		line-height: 30px;
	}
  .billboard-content-wrap {
    padding: 0 15px 0;
  }
  .body-home .billboard-content-wrap .col-md-8 {
    width: 100%;
    padding: 0 !important;
  }
	.billboard-1-content-wrap .billboard-1-content-block {
		padding: 0 15px 0;
	}
  .billboard-section-1 .billboard-content-wrap {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
	.billboard-section h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.intro-content {
		padding: 0 30px;
	}
	.billboard-section .head-2 {
		font-size: 26px !important;
		line-height: 30px;
	}
	.interior .billboard-content .head-1 {
		font-size: 26px !important;
		line-height: 30px;
	}
	.billboard-1-content-wrap {
		top: -760px;
	}
	.billboard-section.billboard-section-1 .billboard-content .billboard-callout {
		padding: 20px 0 0;
	}
	.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap, .intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0;
	}
	.intro-section .intro-content.intro-content-1:before, .intro-section .intro-content.intro-content-2:before, .intro-section .intro-content.intro-content-3:before {
		display: none;
	}
	.footer-section .footer-cta-section .head-1 {
    	font-size: 38px !important;
	}
  .footer-section .social-container a {
    top: 10px;
  }
  .footer-section .sub-light .head-1 {
    margin-top: -3px !important;
  }
  .footer-section .footer-cta-section h4 {
    font-size: 20px !important;
  }
  .masterprime .module-intro-content .head-1, .masterprime .module-intro-content .head-2 {
    display: inline !important;
  }



}

/* 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) {
	.intro-content {
		padding: 0 30px;
	}
	.intro-section .intro-content.intro-content-1:before, .intro-section .intro-content.intro-content-2:before, .intro-section .intro-content.intro-content-3:before {
		display: none;
	}
	.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap, .intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0;
	}
  .billboard-section-1 .billboard-content-wrap {
      padding-right: 60px;
  }
  .intro-section .intro-text {
    padding-right: 45px;
    padding-left: 45px;
  }
  .footer-section .social-container a {
    top: 10px;
  }
  .billboard-content-wrap {
    /* padding: 0 40px 0; */
    padding-right: 60px;
    padding-left: 60px;
    display: inline-flex;
  }
  .masterprime .module-intro-content .head-1, .masterprime .module-intro-content .head-2 {
      display: inline !important;
  }

}

/* IE only */
@media screen\0 {
	.billboard-container {
		max-height: none;
	}
	.intro-section .rich-text-container {
		animation-name: none;
	}
	.intro-section .intro-content.intro-content-2:before {
		right: 60px;
	}
	.intro-content {
		margin: 0;
	}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: 10px;}
		to {opacity: 1; right: 60px;}
	}

	/* Standard syntax */
	@keyframes arrowRight {
		from {opacity: 0; right: 10px;}
		to {opacity: 1; right: 60px;}
	}
	.billboard-section-1::after {
	height: 110vh;
	}
	.billboard-section .billboard-full-width.billboard-container {
		background-attachment: inherit;
	}
	.interior .billboard-section .billboard-content-wrapper {
		position: relative;
	}
	.interior .billboard-section .billboard-content-wrapper .container{
		position: relative;
		transform: translateY(50%);
		/* width: 100%;
		left: 10%; */
		max-width: inherit;
	}
}
