/* /RJ/Advisor Sites/Global/Global CSS/Model 3/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css?family=Marcellus+SC|Playfair+Display:400,400i&display=swap');


/*==============================================  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: Brandon
DESIGNER: Jesse
JOB #: 19-BR3JZ-0002
COMPLETION DATE: 2019
ADDITIONAL NOTES: 
Fonts:



____


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



a:hover, a:focus {
    text-decoration: none !important;
}
a, .resource-detail-copy-wrapper a {
    color: #506c19;
}
a:focus {
    color: #506c19;
}

.footer-section .ftr-disclosures a span {
    text-decoration: none !important;
}
.intro-content ul {
    margin-top: 20px;
}
body {
/*    background-image: url(https://cm.raymondjames.com/-/media/rj/advisor-sites/sites/c/o/conciergewealthmanagement-new/Images/naples-beach-shore-and-calm-ocean-florida) !important;*/
    background-repeat: no-repeat;
    background-size: cover;

}

.accord a.accord-cta, .contact-form .form-inline .captcha .btn-contact, .directions-search .submit-search, .masonry-load-more, .masonry-tertiary-load-more, .blog-landing-copy-cta {
    display: inline-flex;
    margin-top: 40px;
    min-height: 50px !important;
    width: inherit !important;
    font-size: 17px;
    padding: 0 20px !important;
	border-color: #506c19;
    letter-spacing: 0;
    color: #333;
}
.accord a.accord-cta:hover, .contact-form .form-inline .captcha .btn-contact:hover, .directions-search .submit-search:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, ..blog-landing-copy-cta:hover {
    display: inline-flex;
    margin-top: 40px;
    min-height: 50px !important;
    width: inherit !important;
    font-size: 17px;
    padding: 0 20px !important;
	border-color: #506c19;
    letter-spacing: 1px;
    color: #506c19;
    background: none !important;
}
.investor-access-login-button {
    border: 2px solid #ffffff;
}
.account-access-header-wrapper {
	display: none;
}
h2, .resource-detail-heading {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 400 !important;
    color: #506c19 !important;
    text-transform: uppercase;
    display: block;
	margin: 15px 0;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: 400;
    color: #506c19;
    text-transform: uppercase;
    display: block;
	margin: 15px 0;	
}
h4 {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-weight: 400;
    color: #506c19 ;
    text-transform: uppercase;
    display: block;
	margin: 15px 0;
}

h5 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    font-weight: 400;
    color: #506c19;
    text-transform: uppercase;
    display: block;
	margin: 15px 0;
}

blockquote:before, q:before {
    display: none;
}
blockquote, q {
    color: #333;
    border-top: 4px double #506c19;
    border-bottom: 4px double #506c19;
}

.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #253746 !important;
}

.accord li.open .fa {
    color: #253746;
}

.flextab-triggers a {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
.flextab-triggers .set {
    color: #506c19;
}

.header-main {
    background: #ffffff !important;
}
.header-main .ftr-logo {
    max-width: 250px;
}

/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
	background: #ffffff !important;
}
.primary-nav a {
    font-family: 'Playfair Display', serif;
    color: #506c19;
	text-transform: uppercase;
}
.investor-access-remember-me-label {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}
.primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: #522d80;
}
.nav:after {
    content: "";
    display: block;
    height: 5px;
    width: 75px;
    margin: 0 auto;
    background: #506c19;
}
.nav:before {
    content: " ";
    display: table;
    background: rgba(80, 108, 25, 0.52);
}
.primary-nav > li > a:hover {
    color: #522d80;
}
.primary-nav .nav-subnav {
    background-image: none !important;
	background-color: #522d80 !important;
}
.primary-nav .nav-subnav a:hover, .primary-nav .nav-subnav a.active {
    color: #fdb287;
}
.primary-nav .nav-subnav a {
	color: #ffffff;
	font-weight: 400;
}

/*
==============================================
Billboard Section
==============================================
*/
.billboard-section h1 {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}
.billboard-section h1:after {
	background: #ea6a20;
}
.billboard-background-video-overlay {
	top: 70%;
    z-index: 5;
}
.interior .billboard-content:after {
	display: none;
}

/*
==============================================
Intro Section
==============================================
*/
.intro-section {
    padding: 142px 0 122px;
    background-size: cover;
    background-position: center center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+42,dad9d7+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 42%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 42%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 42%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.intro-section .intro-content:before {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.intro-section .intro-content:after {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.intro-section .body-copy-accent {
    font-family: 'Playfair Display', serif;
    color: #c05619;
	padding: 0px;
}
.intro-content .intro-text {
	color: #58595b;
}
.intro-section .body-copy-accent:after {
	background: #506c19;
}
.intro-section .intro-text:before {
	background: #506c19;
}
.intro-text .button {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #506c19;
    margin: 20px 20px 20px 20px;
    font-family: 'Playfair Display', serif !important;
    color: #506c19;
}
.intro-section .intro-content:before {
    background: rgba(80, 108, 25, 0.4);
}
/*
==============================================
Services Section
==============================================
*/
.services-section {
  	display: none !important;
}

/*
==============================================
Niche Section
==============================================
*/
.niche-section {
    display: none;
}
.related-resources-content .mc-slide {
	background: none !important;
}

/*
==============================================
Team Section
==============================================
*/
.team-section {
    border-top: none;
    background-image: none !important;
	background-color: #ffffff !important;
    padding: 40px 0 60px;
}
.team-section h4 {
	color: #506c19;
}
.team-section .head-1 {
    color: #414042;
}
.team-section h4:after {
	background: #dc6016;
}
.team-section .yearbook-container .yearbook-first-name, .team-section .yearbook-container .yearbook-last-name {
	color: #506c19;
}
.team-section .yearbook-container .yearbook-title, .team-section .yearbook-container .yearbook-designation {
	color: #414042;
}
.team-section hr {
    border: 0 !important;
    color: #dc6016;
    background-color: #dc6016;
}
.yearbook-container hr {
    border: 0 !important;
    color: #dc6016;
    background-color: #dc6016;
}
.team-image-wrapper {
    height: auto;
    margin: 55px auto 0px;
    width: 80%;
}
.team-caption {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 100px !important;
}
.team-section .yearbook-three .yearbook-headshot-wrapper::after {
    background: -moz-linear-gradient(top, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 );
}

/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
    background-image: url(/-/media/rj/advisor-sites/sites/h/a/harvestwealthadvisory/Images/callouts-bg.jpg) !important;
	background-color: #ffffff;
	min-height: 950px;
	background-size: cover;
}
.callouts-section .callout-heading .head-1 {
    color: #506c19;
}
.callouts-section .callout-heading .head-2 {
    color: #58595b;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
	color: #414042;
}
.callouts-section .callout-heading .head-2:after {
    background: #dc6016;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-container .callout-item:hover .callout-cta {
    color: #506c19;
}
.callouts-section .callout-item:hover {
    background: rgba(236, 235, 235, 0.65);
}
.callouts-section .callouts-content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.callouts-container, .callouts-mobile-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 300px 300px;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 0px;
	padding: 0px;
}

/*
==============================================
Quote Section
==============================================
*/
.body-home .quote-section {
  	background-image: none !important;
    background: rgba(80, 75, 71, 0.65) !important;
    margin-top: -264px;
}
.body-home .quote-section {
	border-top: none;
}
.quote-section .quote-wrapper .quote-hr:before {
    background: #ea6a20;
}
.body-home .quote-section .quote-cite {
    color: #ffffff !important;
}
.quote-section .quote {
	color: #ffffff;
    margin: 35px auto 25px;
	max-width: 700px;
}
.quote-section .quote-cite {
	color: #ffffff !important;
}

.interior .quote-section {
    background-image: url(/-/media/rj/advisor-sites/sites/h/a/harvestwealthadvisory/Images/interior-quote-bg.jpg) !important;
	background-size: cover;
    background-position: center center;
	min-height: 450px;
}
.interior .quote-section .quote-wrapper {
    padding: 100px 15px 65px;
}
/*
==============================================
POV Section
==============================================
*/
.pov-section {
  	display: none;
}


/*
==============================================
Footer Section
==============================================
*/
.footer-section {
/*  	background-image: url(https://cm.raymondjames.com/-/media/rj/advisor-sites/sites/h/a/harvestwealthadvisory/Images/footer-bg.jpg) !important;*/
	 background-size: cover;
    background-position: center center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+42,dad9d7+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 42%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 42%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 42%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.footer-contact-section {
	padding: 0px;
}
.footer-section .footer-contact-info .ftr-nap {
    margin-bottom: 12px;
    margin-top: 50px;
}

.footer-section .social-container:after {
    content: "";
    display: block;
    height: 2px;
    position: relative;
    bottom: -29px;
    background: none;
}
.footer-section .social-container {
    text-align: center;
    border-bottom: 8px solid #cac9c7;
    border-top: 8px solid #dc6016;
}
.footer-section .footer-cta-section h4 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #506c19;
}
.footer-section .sub-light .head-1 {
    color: #414042;
}
.footer-section .footer-cta-section h4:after {
    background: #dc6016;
}
.footer-section .ftr-disclosures {
    color: #414042;
}
.footer-section .footer-content a, .footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
    color: #414042;
}
.footer-section .ftr-nap-address:before {
    color: #dc6016 !important; 
}
.footer-section .footer-content a:hover {
    color: #506c19;
}
.footer-section .footer-cta-section h4:hover {
    color: #506c19;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #506c19 !important;
}
.footer-section .footer-logo .ftr-logo {
    max-width: 230px;
}
.footer-section .social-container a .fa {
    color: #506c19 !important;
}
.footer-section .social-container a:hover .fa {
    color: #dc6016 !important;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
	color: #dc6016;
}
/*
==============================================
Copy Section
==============================================
*/
.copy-section, .bio-section, .body-resource-detail .resource-section, .resource-section, .blog-main {
    background-image: none !important;
}
.main-content-int-blog h1 {
    font-family: 'Playfair Display', serif;
    color: #c97453;
    font-size: 31px;
    font-weight: 300;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation: slideInUpSmall 1s linear;
    margin-bottom: 40px;
}
.main-content-int-blog .head-1 {
    /* text-align: left; */
    font-family: 'Raleway', sans-serif;
    color: #393939;
    font-size: 52px !important;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-top: 10px;
    animation: slideInUpSmall 1s linear;
}
.main-content-int-blog h1 .head-2:after {
	content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #c97453;
    margin: 19px 0;
}
.copy-section .head-1, .main-content-int-blog .head-1 {
    /* text-align: left; */
    font-family: 'Raleway', sans-serif;
    color: #58595b;
	font-size: 48px !important;
}
.copy-section .head-3, .copy-section .head-2, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2, .main-content-int-blog .head-2 {
	color: #506c19;
	max-width: inherit;
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after, .main-content-int-blog h1 .head-2:after {
	background: #dc6016;
}

/*
==============================================
Bio Section
==============================================
*/
.bio-quote-section {
	display: none;
}
.bio-detail-next-link-wrapper.hover-link:before, .bio-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before {
	background: #506c19;
}
.bio-section .bio-detail-links-wrapper .fa {
    color: #506c19;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #522d80;
}
.copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name {
	color: #506c19;
}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name, .bio-section .bio-detail-last-name {
	color: #506c19;
}

/*
==============================================
Related Resources Section
========================================but======
*/
.accord .accord-link {
    color: #506c19;
    padding: 15px 15px 15px 0px;
    font-size: 20px;
	line-height: 21px;
}
.related-resources-content .mc-heading, .related-resources-content .mc-copy, .related-resources-content .mc-cta {
    color: #fff;
}
.pov-carousel .mc-heading:after {
	background: #dc6016;
}
.pov-carousel .mc-container .slick-next:after {
	border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.pov-carousel .mc-container .slick-prev:after {
	    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.related-resources-content .mc-container a:hover .mc-cta {
	color: #dc6016;
}

/*
==============================================
Contact us Section
==============================================
*/
.contact-form .form-inline .form-group.select-container:before {
    border-color: #506c19 transparent transparent transparent;
}


/*
==============================================
Resources Filter Section
==============================================
*/
.filter a {
    color: #506c19;
}
.filter a:hover, .filter-open.fa-angle-down:before, .filter-reset:hover {
    color: #333;
} 
.filter-overlay .close-filter-overlay {
    background: #ffffff;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #506c19;
}
.filter-reset-container {
    border-bottom: none;
}
.filter-dropdown {
    border-top: double #506c19;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a {
    color: #506c19;
}

/*
==============================================
Resources Masonry Section
==============================================
*/

.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: #333 !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 {
    color: #fff !important;
}

.masonry-one-by-one .masonry-title, .masonry-one-of-two-stacked .masonry-title, .masonry-two-of-two-stacked .masonry-title, .masonry-one-of-two .masonry-title, .masonry-one-by-two .masonry-title, .masonry-one-by-one .masonry-title, .masonry-three-by-one .masonry-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

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

.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: #506c19;
}

.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #506c19;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #506c19;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #dde5e9;

}

.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #dde5e9;
}

.masonry-one-of-two-stacked {
    background: #522d80;
}


.masonry-two-of-two-stacked {
    background: #506c19;
}

.masonry-two-of-two-stacked:hover {
    background: #522d80;
}

/*
==============================================
Resources Detail Page Section
==============================================
*/
/*
.resource-detail-next-link-wrapper:before, .resource-detail-previous-link:before {
	background: #407191;
}
*/
.resource-detail-previous-link:after {
	
	top: 2px;
}
/*
.resource-detail-next-arrow {
	    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.resource-detail-next-link-wrapper.hover-link:before, .resource-detail-previous-link:hover:before {
  	background: #593b23;
}

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

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

}
.social-media-share-wrapper span a:hover {
	color: #dde5e9 !important;
}
.social-media-share-wrapper span {
	left: 11px;
	top: 34px;
}
.resource-detail-info-divider, .blog-landing-info-divider {
	color:#333;
	padding: 0 5px;
	margin:0;
}
.blog-landing-info-divider {
	padding: 0 10px;
}
.blog-landing-load-more {
	border: 2px solid #dc6016;
}
.filter-list-heading a:hover {
    color: #dc6016 !important;
}
.resource-pager .resource-pager-link:hover, .resource-pager .resource-pager-arrow:hover, .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a {
    color: #506c19;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #506c19;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #506c19 !important;
	font-size: 18px;
	font-weight: 500;
	-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;
}
.resource-detail-info-wrapper a:hover {
    color: #333 !important;
}
.social-media-share-wrapper span {
    background-color: #506c19;
	padding: 3px 9px;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #506c19;
}
.directions-search .submit-search, .directions-search .submit-search:hover {
	margin-top: 0px;
}
.slick-dots li button:before {
	color: #333;
}
.services-slider .slick-dots li button:before {
	color: #333;
	opacity: .5;
}
.scroller-wrapper .scroller:before {
	background: rgba(234, 106, 32, 0.2);
}
.scroller-wrapper .scroller:after {
	background: rgba(234, 106, 32, 0.5);
}








/*
==============================================
Responsive Meia Queries NEW
==============================================
*/
@media only screen and (min-width: 769px) {

	

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.callouts-section .callouts-container .callout-item {
		width: 100%;
		margin: 0px;
	}
}

/* ----------- Non-Retina Screens ----------- 
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	  .billboard-section .head-1 {
		  color: red !important;
	  }
}

/*
@media screen and (min-width: 1024px) and (max-width: 1270px) {
	  .billboard-section .head-1 {
		  color: green !important;
	  }
}
*/


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


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.nav-overall-wrapper:not(.van-mobile-nav) .nav {
		background-image: none !important;
		background: #fff;
    	box-shadow: none;
	}
	.fa-angle-down:before {
		color: #506c19;
	}
	.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, .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: #506c19;
	}
	.address-group-name-1 {
		display: none;
	}
	.footer-section .footer-cta-section .head-1 {
		font-size: 45px !important;
	}
	.nav:before {display: none;}
	.nav-address-wrapper {
		color: #506c19;
	}
	.body-home .billboard-section:before, .body-home .billboard-content:before {
		background: none !important;
	}
	.body-home .billboard-section:before {
    	background-color: rgba(5,28,44,.55) !important;
	}
	.callouts-container, .callouts-mobile-slider {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 300px 300px 300px;
		grid-template-columns: repeat(2, 1fr);
	}
	.callouts-section .callouts-container .callout-item {
		width: calc(100% - 0px);
	}
	.callouts-section {
		background-color: #ffffff;
		min-height: 1280px;
		background-size: cover;
	}
	.billboard-container .billboard-image-video-replacement {
		display: none;
	}
	.callouts-section .callout-copy-wrapper {
    	color: #333 !important;
	}
	
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
    
	.billboard-section:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
		position: absolute;
		opacity: 1;
		top: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
	}
	.intro-section {
    	padding: 42px 0 42px;
	}
	.callouts-section {
		background-color: #ffffff;
		min-height: 850px;
		background-size: cover;
	}
	.body-home .quote-section {
		margin-top: -285px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		height: inherit !important;
	}
	.copy-section .head-1, .main-content-int-blog .head-1 {
		/* text-align: left; */
		font-family: 'Raleway', sans-serif;
		color: #58595b;
		font-size: 38px !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) {
    
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 0px) !important;
	}
	.callouts-section {
		background-color: #ffffff;
		min-height: 700px;
		background-size: cover;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		height: inherit !important;
	}
}

/* IE only */
@media screen\0 {
	.body-home .billboard-section {
		height: inherit;
		min-height: 1030px;
	}
	.callouts-container {
		opacity: 1 !important;
		display: inline-flex;
	}
	.callouts-container .callout-item {
    	width: calc(25% - 20px);
	}
}
