/* /RJ/Advisor Sites/Global/Global CSS/Model 1/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=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');
 

@import url('resources.css');
@import url('modules.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: 
DESIGNER: 
JOB #:
COMPLETION DATE: 
ADDITIONAL NOTES:
Fonts:
 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
 
 
========================================================================================================================
*/
 
.masterprime .related-resources-main {
background: #fff;
}
 
/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
 
 -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;

 border: 2px solid #C3A650;

}
.accord a.accord-cta{
  color: #8E7630;
}

.cta-btn{
	width: 250px;
	color: #001f3d;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
    border: 2px solid #001f3d ;
    background: #C3A650;
    color: #001f3d ;
}
 
a, .resource-detail-copy-wrapper a, .blog-detail-copy-wrapper a, .accordion-panel a,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .related-resources-content .mc-cta
 {
  color: #001f3d;
}
a:hover, .resource-detail-copy-wrapper a:hover, .blog-detail-copy-wrapper a:hover, .accordion-panel a:hover,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .mc-container a:hover .mc-cta {
  color: #8E7630;
}
 
/*
==============================================
Header Section
==============================================
*/
.header-main {
 background: #001f3d !important;
}
 
/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #001f3d !important;
} /* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #dfdfdf;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #C3A650 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #dfdfdf;
}
/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  color: #C3A650;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #001f3d !important;
}
.nav:before{

    background: #001f3d;
} 
.nav:after{
  background: #001f3d;
} 
/*
==============================================
Billboard Section
==============================================
*/
 
.billboard-section h1, .copy-section h1, .services-section .services-headline h2, .copy-section .head-1, .body-about-us .copy-section h2 {
  color: #C3A650;
}
.copy-section h3, .copy-section h4, .copy-section h5{
  color:#7D692B;
}
.billboard-section .head-2, .team-section .head-1, .copy-section .head-2, .copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
  color: #fff;
}
.services-section h2:after, .team-section h4:after, .pov-section h4:after, .footer-section .footer-cta-section h4:after, .copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  background: #C3A650;
}
.billboard-section h1:after {
  display: none;
}
 
.team-section h4, .pov-section h4{
  color: #7D692B;  
}


/*
==============================================
Fade Griffin Logo
==============================================
*/
.body-home .billboard-section {
  position: relative;
  overflow: hidden;
  min-height: 650px;
}
.body-home .billboard-section:before {
  content: url("https://www.raymondjames.com/-/media/070ee691aa41444199413f925cfc4bff.ashx");
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 100% !important;
  transform: scale(4);
  text-align: center;
  opacity: 60%;
  animation: fadeIn 5s ease-in both !important;
  animation-delay: 2s !important;
  background: none !important;
  background-image: none !important;
}
.body-home .billboard-content-wrapper .container {
  z-index: 1001;
}

/*
==============================================
Fade Billboard Section
==============================================
*/
.body-home .billboard-section:after {
  background: #b2a57b !important;
  animation: fadeIn 8s ease-in both !important;
}
.body-home .billboard-section .billboard-heading {
  animation: fadeIn 5s ease-in both !important;
  animation-delay: 8s !important;
}
.billboard-heading-wrapper{
 /* top: -160px;*/
  top: -9em;
}
.body-home .billboard-section .head-1, .body-home .billboard-section .head-2 {
  color: #001f3d !important;
}
.body-home .billboard-container p{
   animation: fadeIn 5s ease-in both !important;
   animation-delay: 10s !important;
   text-align: center;
   color: #001f3d;
   font-size: 19px;

}
.body-home .billboard-container p span{
  display: block;

}
.body-home .billboard-section .head-2:after {
    content: "";
    height: 5px;
    width: 60px;
    background: #8E7630;
    display: block;
    margin:28px auto 20px;
}
/*


:before{
background: #8E7630;
}
*/

/*
 
Mouse Scroller Model 1
==============================================
 
red = #
blue = #
 
==============================================
*/
 
 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: rgba(0, 31, 61, 0.2) !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 #8E7630;
    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;
}



 
/*
==============================================
Intro Section
==============================================
*/

.intro-section{
	background-image: none;
	padding: 110px 0 122px;
}

.intro-section:before{
background: #d1d1d1;
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 3%, #c8cecf 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 3%,#c8cecf 100%);
background: radial-gradient(ellipse at center,  #ffffff 3%,#c8cecf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8cecf',GradientType=1 );

}

.intro-section .intro-text:before, .niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
  background: #8E7630;
}  
.intro-section .body-copy-accent{
	color: #8E7630;
}
.intro-content .intro-text{
	padding: 56px 0 66px;
}
.intro-section .intro-text:before{
	top: -59px;
}
.intro-section .body-copy-accent{
	margin: 10px auto 20px;
}
 
/*
==============================================
Services Section
==============================================
*/
 
.services-section{
  display: none;
 }


/*
==============================================
Niches Section
==============================================
*/
 
.niche-section {
    background-image: none;
    background-color: #001f3d;
    border-top: 5px solid #001f3d;
    border-bottom: 5px solid #001f3d;
    padding-bottom: 0px !important;
    position: relative;
}
.niche-section:before{
	background: #001f3d;
}
.niche-section .mc-heading, .niche-section .mc-copy{
	color: #fff !important;
}
.niche-section .mc-container .media-carousel-three a:hover .mc-cta{
border: 2px solid #8E7630;
}

.niche-section .mc-container .media-carousel-three .mc-cta{
	border: 2px solid #8E7630;
}

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

.team-section .head-1{
	color: #001f3d;
}


/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: #001f3d !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #001f3d !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #001f3d !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: #8E7630 !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color:#8E7630;
}
/*
==============================================
Callouts Section
==============================================
*/
.body-home .callouts-section{
	display: none;
} 
 
/*
==============================================
Quote Section
==============================================
*/ 

.body-home .quote-section{
	background: #001f3d !important;
}
.body-home .quote-section .quote-cite {
	color: #C3A650 !important;
}
.quote-section .quote-cite{
    color: #7D692B !important;
}

.bio-quote-section{
	display: none;
}

/*
==============================================
POV Section
==============================================
*/  
 
.pov-section .head-1{
	color: #001f3d;
}
.pov-carousel .mc-heading:after{
	background: #8E7630;
}
.pov-carousel .mc-cta{
	color: #8E7630;
}
.btm-image{
  display: none;
}
.pov-carousel .mc-category:hover {
    color: #7D692B;
}

/*
==============================================
Footer Section
==============================================
*/
/*
.footer-section:before{
    content: "";
    background: url(https://www.raymondjames.com/-/media/4100b4b0bb22495aa95432a25f50f6e7.ashx);
    width: 163px;
    height: 185px;
    position: absolute;
    display: block;
    margin: 0 auto;
    top:-178px;
	left: 45%;
}*/
.griffin-footer-section {
    background: #e9edf0;
    text-align: center;
}
.griffin-footer-section img {
  /*  margin-bottom: -17px;*/
    width:125px;
}

.footer-section {
  background: #001f3d;
  position: relative;
}
 
 .footer-section .social-container {
	border-bottom: 8px solid #00182E;
	border-top: 8px solid #8E7630;

}
.footer-section .footer-cta-section h4{
	color:#C3A650;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after{
	color: #8E7630;
}

.footer-section .footer-content a:hover{
	color: #C3A650;
}
.footer-section .social-container a:hover .fa {
    color: #C3A650 !important;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #C3A650 !important;
}
.footer-section .ftr-nap .ftr-nap-address:before{
	display:none;
}
.footer-section .ftr-disclosures{
	color: #e1e1e1;
}

/*
==============================================
Sticky CTA Footer
==============================================
*/
.footer-cta-sticky {
    margin: 0 !important;
    position: fixed !important;
    right: -1px !important;
    bottom: 34px !important;
    z-index: 5 !important;
    background: #001f3d !important;
    border: 1px solid #8E7630;
 
    text-transform: uppercase !important;
    padding: 8px 25px !important;
    visibility: visible;
    text-align: center;
    line-height: 20px;
 
    -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;
   /* filter: drop-shadow(3px 1px 0px #fff);*/
  }

.footer-cta-sticky .sticky-img {
    position: absolute;
    top: -101px;
    margin:0 50px;
    animation: loader 2s forwards;
}
.footer-cta-sticky .sticky-img img {
    width:90px;
    height:auto;
    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.25));
}
.footer-cta-sticky:hover{
    background: #C3A650!important;
    color: #001f3d !important;
}
.footer-cta-sticky:hover .sticky-head-1, .footer-cta-sticky:hover .sticky-head-2 {
  color: #001f3d !important;
}
.footer-cta-sticky:hover .sticky-head-2:before, .footer-cta-sticky:hover .sticky-head-2:after {
  background: #001f3d
}


/* .footer-cta-sticky .sticky-head-1:hover {
    background: #C3A650!important;
    color: #001f3d !important;
} */

.footer-cta-sticky .sticky-head-1{
	display:block;	
	color: #C3A650;
	font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
}
.footer-cta-sticky .sticky-head-2{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
}
.footer-cta-sticky .sticky-head-2:before{
 	content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    left: 40px;
    top: 70%;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
}
.footer-cta-sticky .sticky-head-2:after{
 	content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    right: 40px;
    top: 70%;
    position: absolute;
    -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;    
}

/*
==============================================
Contact Form
==============================================
*/

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after{
	color: #8E7630;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #001f3d;
}

/*
==============================================
Interior Pages
==============================================
*/

.interior .billboard-content:after {
    background-color: #8E7630;
    background-image: none;
}

.interior .copy-section .head-1{
	color: #001f3d;
}
.interior .copy-section .head-2, .body-about-us .copy-section h2 .head-2{
	color: #7D692B;
}

.intro-section, .pov-section, .copy-section, .bio-section, .resource-section{
	background: #e9edf0 !important;
	background-image: none !important;
}

.griffin-no-show .footer-griffin{
	display: none;
}

.griffin-quote-white .footer-griffin{
	background-color: #fff;
}

.client-access-videos .quote-section{
	display:none;
}

/*
==============================================
Slick Dots
==============================================
*/

/*
 
Media Carousel Dots to Outlines
==============================================
 
red = #
 
==============================================
*/
 
.slick-dots li.slick-active button:focus:before {
    opacity: 1;
    color: transparent;
}
.slick-dots li.slick-active button:before {
    color: transparent !important;
    opacity: 1 !important;
    background: #001f3d;
}
.slick-dots li button:before {
    color: red;
    opacity: 0.95;
    font-size: 10px;
}
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}
.slick-dots li button {
    border: none;
    background: transparent;
    display: block;
    height: 11px;
    width: 11px;
    outline: none;
    font-size: 0;
    color: transparent;
    padding: 4px;
    cursor: pointer;
    /* border-radius: 50%; */
}
.slick-dots li button:before {
    color: transparent !important;
    opacity: 1 !important;
    font-size: 10px;
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #001f3d;
    border-radius: 50%;
}
.slick-dots li {
    width: 9px !important;
    height: 9px;
}


/*
 
Next/Previous arrows and background variables
==============================================
 
blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #
 
==============================================
*/   /* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
  color: #001f3d !important;
  webkit-transition: all 0.2 ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
/* Next/prev text hover */
.blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
{
  color: #001f3d !important;
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #C3A650 !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: #001f3d !important;
}
/* Arrow background normal */
.resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
  background: #001f3d !important;
}
/* Arrow background hover */
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  background: #8E7630 !important;
}


/*
 
Styles Page Section
==============================================
red = #
blue = #
aqua = #
lime = #
fuchsia = #
orange = #
==============================================
*/
 
.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: #001f3d;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li.open .fa, .flextabs-wrapper a:hover {
  color: #8E7630 !important;
}
.flextab-triggers a {
  background: #001f3d;
  color: #C3A650 !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #C3A650 !important;
  color: #001f3d !important;
}
blockquote:before, q:before {
  background: #8E7630;
}
blockquote, q {
  color: #001f3d !important;
  border-color: #bfbebe !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: lime;
}
.related-resources-content .slick-slide {
    border-color: lime;
}

/*
 
Share Widget and text links
==============================================
 
red = #
blue = #
green = #
yellow = #
aqua = #
lime = #
 
==============================================
*/
 
 
/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, .resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, .social-media-share-link:active > .fa-share-alt:before, .resource-detail-info-wrapper a:hover {
  color: #8E7630 !important;
}
/* share icon (left) normal */
.fa-share-alt, .resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link  {
    color: #001f3d !important;
}
 
/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #fff !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #C3A650 !important;
}
 
/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #8E7630 !important;
}
 
/* share pop up box background */
.social-media-share-wrapper span {
  background-color: #001f3d;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid #001f3d;
}
/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: #001f3d !important;
}
 
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: #8E7630 !important;
}
 
 
 /*
==============================================
Responsive Media Queries
==============================================
*/
  
/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
    
}
 
/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
   
}
 
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .body-home .billboard-section:before {
    top: 600px !important;
    transform: scale(3);
  }
  .body-home .billboard-section {
    min-height: auto;
  }
}
 
 
/* 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) {
.footer-cta-sticky .sticky-img {
    display:none;
}
.footer-section .footer-cta-sticky:before{
	display: none;
}
.footer-cta-sticky .sticky-head-2:before{
	left: 260px;
}
.footer-cta-sticky .sticky-head-2:after{
	right: 260px;
}
.body-home .billboard-section:before {
  top: 1400px !important;
  transform: scale(4);
  z-index: 1;
}

/* Hamburger Menu Icon */
.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:#8E7630;
}
 
 
/* Hamburger Menu Icon Active and Open*/
.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: #8E7630;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.fa-angle-down:before {
    color: #C3A650;
}

.niche-section .slick-dots li button:before{
    border: 2px solid #fff;

}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background-image: none;
    background: #001f3d;
    box-shadow: inset 17px 0 169px 3px rgb(0 0 0 / 40%);
}
.bio-detail-container{
background-color: #e9edf0;
}
 
}
 
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
.billboard-heading-wrapper {
    top: -50px;
}
.billboard-section .head-2 {
    font-size: 30px !important;
    line-height: 30px;
}

.body-home .billboard-container p{
  line-height: 28px;
}

.footer-cta-sticky .sticky-img {
    display:none;
}
.footer-section .footer-cta-sticky:before{
	display: none;
}
.fa-angle-down:before {
    color: #C3A650;
}
.footer-section .footer-cta-sticky{
  line-height: 20px !important;
}
.bio-detail-container{
background-color: #e9edf0;
}
.body-home .billboard-section:before {
  display: none;
}
}
 
 
 
/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
 
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
.billboard-heading-wrapper {
    top: -60px;
}
.billboard-section .head-2 {
    font-size: 30px !important;
    line-height: 30px;
}

.body-home .billboard-container p{
  line-height: 28px;
}
.body-home .billboard-container p span {
    display: inline;
}
.billboard-container.billboard-full-height {
    min-height: calc(100vh - 20px) !important;
}

.footer-griffin{
  padding-top: 20px;
}
.footer-cta-sticky .sticky-img {
    display:none;
}
.footer-section .footer-cta-sticky{
  line-height: 20px !important;
}
.footer-cta-sticky .sticky-head-2:before{
  left: 285px;
}
.footer-cta-sticky .sticky-head-2:after{
  right: 285px;
} 
.bio-detail-container{
  background-color: #e9edf0;
}
}
 
/* IE only */
@media screen\0 {
 
}