/* /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('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&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: Jeff
DESIGNER: Elaine
JOB #: 21-BR3AB-0092
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:
    font-family: 'Raleway', sans-serif;

    font-family: 'Playfair Display', serif;


========================================================================================================================
*/
 .masterprime .related-resources-main {
background: #fff;
}

 .header-main {
background-image: linear-gradient(to bottom, rgb(245 246 252 / 0%), rgb(255 255 255)), url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/bkg-pattern-top.jpg)!important;
background: rgb(255,255,255),url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/bkg-pattern-top.jpg)!important;
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%),url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/bkg-pattern-top.jpg)!important;
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%),url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/bkg-pattern-top.jpg)!important;
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%),url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/bkg-pattern-top.jpg)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1),url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/bkg-pattern-top.jpg)!important;;
}
.nav-container {
    background-color: #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"] {

 color:#a58120;
 -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 #a58120;
}
/* 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 {

}
.intro-section .button:hover {
    border: 2px solid #a58120;
}

 .intro-section a.button {
    background-color: #a58120;
    color: white;
}
h3 span.head-2.wow {
    font-size: 28px!important;
}
h3 span.head-1.wow {
    font-size: 24px!important;
}


/* Mega menu css */
/* @media only screen and (min-width: 769px) {
.about-us-page > ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    width: max-content;
}
.about-us-page > li {
   display: inline-block;
    width: 100%;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    display: inline-flex;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100%;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link)  {
    padding: 0 !important;
} */
.primary-nav .nav-subnav {
     -webkit-box-shadow: inset 0 60px 60px -60px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.8);
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
}
}
.nav:before {
background: #b9bfcb;
}

/*
==============================================
Navigation Section
==============================================
*/


}
/* 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: #6f5510;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #fff !important;
}
 .nav:after {
    content: "";
    display: block;
    height: 5px;
    width: 75px;
    margin: 0 auto;
    background: #dfbb5b;
    position: relative;
    bottom: 5px;
    z-index: 7;
    animation: zoomIn 1s linear;
    -webkit-animation: zoomIn 1s linear;
}
/*

Navigation Menu Styles
==============================================



==============================================
*/


 /* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #272b28;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #634f02 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #272b28;
}
/* 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: #6f5510;
}
a:hover, a:focus, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
    color: #2b4460;

}

/*


==============================================
Billboard Section
==============================================
*/
 
 .billboard-section .head-1 {
    color: #dfbb5b!important;
}
.billboard-section h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #dfbb5b;
    margin: 20px auto 0px;
    animation: fromCenter 4s forwards;
}
.interior .billboard-content:after {
    content: "";
    height: 20px;
    background-color: #a58120;
    width: 100%;
    display: block;
    background-image: none!important;
}
/*
==============================================
Intro Section
==============================================
*/
 .intro-section .intro-text:before {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    background: #a58120;
    position: relative;
    top: -99px;
    z-index: 30;
    margin: 0 auto;
}
.intro-section {
	background-color:#fff;
	background-image:none;
}
.copy-section .head-3, .copy-section .head-2 {

    color: #a58120;

}
.copy-section h1 .head-2:after {

    background: #a58120;
 }

/*
==============================================
Services Section
==============================================
*/
 .services-section {
    background-image: url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/services-bg.png);
    background-attachment: fixed;
    padding: 160px 0;
    background-size: inherit;
	background-repeat: repeat-x;
	background-color: #2a445f;
}
.services-section .sub-head-main span.head-2.wow.animated.animated {
    color: #fff;
}
.services-section .head-1 {
	color:#dfbb5b;
}
.services-section .services-intro p {
color:#fff;
}
.services-intro a.button {
    color: #dfbb5b;
    border: 2px solid #dfbb5b;
}
.services-section .services-slider h3 {
	color: #fff;
}
.services-section h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #dfbb5b;
    margin: 19px auto;
}
.services-section h2:before {
	 content: url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/services-sprite.png);
	 display: block;
}
.body-home .quote-section {
    overflow: auto;
    border-top: 3px solid #0b121b;
    background: #29415b;
    background: -moz-radial-gradient(center, ellipse cover, #29415b 0%, #29415b 0%, #0b121b 99%);
    background: -webkit-radial-gradient(center, ellipse cover, #29415b 0%,#29415b 0%,#0b121b 99%);
    background: radial-gradient(ellipse at center, #29415b 0%,#29415b 0%,#0b121b  99%);
}
.body-home .quote-section .quote-cite {
	color:#d6b45a!important;
}
.quote-section .quote-wrapper .quote-hr:before {

    background: #d6b45a;

}

.services-section .services-slider .slick-dots li.slick-active button:before {
    color: #dfbb5b;
    opacity: 1;
}
.resource-section {
	background-color:#fff;
	background-image:none;
}
/*
==============================================
Niches Section
==============================================
*/
.niche-section .mc-container a .mc-image {
    height: 240px;
}
 .niche-section .mc-container .media-carousel-three .mc-cta {

    border: 2px solid #a58120;

    background: #a58120;
}
.niche-section .mc-container .media-carousel-three a:hover .mc-cta {

    border: 2px solid #a58120;

    background: #a58120;
}
.niche-section .mc-heading:after {

    background: #a58120;

}
.mc-container .slick-dots li.slick-active button:before {
    color: #dfbb5b;
    opacity: 1;
}
/*
==============================================
Team Section
==============================================
*/
 .team-section .head-1 {
    color: #2a4460;
}
 .team-section h4:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #a58120;
    margin: 19px auto;
}
.team-section .yearbook-container .yearbook-last-name {
	color:#2b4460;
}

hr {
    border: 0 !important;
    color: #a58120;
    background-color: #a58120;
    height: 1px;
    width: 100%;
    text-align: left;
    margin: 20px 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #dfbb5b;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #dfbb5b;
    opacity: 0.75;
}
.quote-section .quote-cite {

    color: #a58120!important;
}
blockquote:before, q:before {
	background: #a58120;
}
a, .resource-detail-copy-wrapper a {
    color: #a58120;
    -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;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #a58120;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #a58120 !important;
}
.accord li.open .fa{
	 color: #a58120;
}
/*
==============================================
Callouts Section
==============================================
*/
 .flextab-triggers .set {
    color: #a58120;
    background: #fff;
}

/*
==============================================
POV Section
==============================================
*/
 .sub-head-main span.head-2.wow.animated.animated {
    color: #a58120;
}
.pov-section .head-1 {
	color:#2b4460;
}
.pov-section h4:after {
	background:#a58120;
}
.pov-carousel .mc-heading:after {
background:#a58120;
}
.pov-section {
    background-image: url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/footer-image-seamless-pattern_set02-482875420.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: inherit;
}
/*
==============================================
Footer Section
==============================================
*/
.btm-image .image-container:before {
    content: url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/footer-sprite.png);
    display: block;
 }
.btm-image img {
    display: none;
}
	.rotating {
    animation: none!important;
}
.footer-section .social-container {
    text-align: center;
    border-bottom: 8px solid #2a3d53;
    border-top: 8px solid #a58120;
}
.footer-section {
    background-color: #2a3d53!important;
	background-image:none;
}
.footer-section .social-container:after {
    content: "";
    display: block;
    height: 8px;
    position: relative;
    bottom: -29px;
    border-bottom: 2px solid #364351;
    background: #1f2d3d;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #dfbb5b !important;
}
.footer-content .sub-head-main span.head-2.wow.animated.animated {
    color: #dfbb5b;
}

.footer-section .footer-cta-section h4:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #dfbb5b;
    margin: 19px auto;
    -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-section .ftr-nap-address:before {
 display:none;
}
.interior .quote-cite:after, .bio-detail-quote:after{
    content: url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/int-images/int-footer-spite.png);
    display: block;
    padding-top: 150px;
	margin-bottom: -40px;
}
.interior-content .quote-section {
	    background-image: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255 / 90%)),url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/footer-image-seamless-pattern_set02-482875420.jpg);
background-position: center bottom;
    background-repeat: repeat-x;
    background-size: inherit;
}
.bio-quote-section{
	    background-image: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255 / 90%)),url(/-/media/rj/advisor-sites/sites/t/h/thebrechnitzgroup/Images/footer-image-seamless-pattern_set02-482875420.jpg);
background-position: center bottom;
    background-repeat: repeat-x;
 }
 .interior img.ftr-logo.desktop-image.hidden-xs.hidden-sm {
    display: none;
}
.interior img.ftr-logo.mobile-image.hidden-md.hidden-lg {
    display: inline-block!important;
}
.footer-section .social-container a:hover .fa{
    color: #a58120!important;
}
.footer-section .footer-content a:hover{
    color: #a58120!important;
}
.body-home .pov-carousel ul.slick-dots {
    display: none;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {

    color: #557daa;
}
.bio-section .bio-detail-links-wrapper .fa:hover{
	color:#a58120;
}

/*
==============================================
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)  {
   .nav-overall-wrapper:not(.van-mobile-nav) .nav{
	    background: #fff;
}
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
     .nav-overall-wrapper:not(.van-mobile-nav) .nav{
	    background: #fff;
}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
     .nav-overall-wrapper:not(.van-mobile-nav) .nav{
	    background: #fff;
}
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

 .nav-overall-wrapper:not(.van-mobile-nav) .nav {

    box-shadow: inset 17px 0 169px 3px rgb(0 0 0 / 7%);
}
/* 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:#6f5510;
}


/* 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: #dfbb5b;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
  .fa-angle-down:before {
    color: #a58120;
}
.primary-nav a, .investor-access-remember-me-label,.nav-address-wrapper {
    color: #393939;
}
}/*

Hamburger Menu Styles
==============================================

red = #
blue = #

==============================================
*/





/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.intro-section .intro-text:before {
    top: -59px!important;
}
      p.wow.animated.animated {
    padding: 0px 20px 0px 20px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav{
	    background: #fff;
}

}



/* 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) {}

/* IE only */
@media screen\0 {

}

/*

Resources Masonry Grid
==============================================

green = #
red = #
blue = #
yellow = #
aqua = #
plum = #
crimson = #
lime = #
==============================================
*/

.filter-open.fa-angle-down:before {
  color: #fff;
}
.filter a:hover, .filter-reset:hover {
  color: #ab8800;
}
.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: #FFF !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: #dfbb5b !important;
}
 .masonry-one-of-two .masonry-paragraph, .masonry-one-by-two .masonry-paragraph, .masonry-one-by-one .masonry-paragraph, .masonry-three-by-one .masonry-paragraph,.masonry-one-of-two .masonry-title, .masonry-one-by-two .masonry-title, .masonry-one-by-one .masonry-title, .masonry-three-by-one .masonry-title,.masonry-one-by-one .masonry-category, .masonry-one-of-two-stacked .masonry-category, .masonry-two-of-two-stacked .masonry-category,.masonry-one-of-two .masonry-date, .masonry-one-by-two .masonry-date, .masonry-one-by-one .masonry-date, .masonry-three-by-one .masonry-date,.masonry-one-of-two .masonry-category, .masonry-one-by-two .masonry-category, .masonry-one-by-one .masonry-category, .masonry-three-by-one .masonry-category {
	 color:#fff!important;
 }
/*
==============================================
Resources Filter Section
==============================================
*/

.filter-overlay .close-filter-overlay {
    background: #2b4460;
}
.filter-overlay .close-filter-overlay:hover {
    background: #182a54;
}
.fa-times:before {
    color: #fff;
}
.close-filter-overlay .fa-remove:before, .close-filter-overlay .fa-close:before, .close-filter-overlay .fa-times:before {
  color: #fff;
}
.masonry-load-more, .masonry-tertiary-load-more{
	color: #8a700c;
	background-color:#fff;

}
/*
==============================================
Resources Masonry Section
==============================================
*/
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #8a700c;
}
.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: #2b4460;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #2b4460;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #2b4460;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #ab8800;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #ab8800;
}
.masonry-three-by-one.masonry-three-by-one-img-left .masonry-one-of-three:after {
   border-right: 15px solid #ab8800;
}
.masonry-three-by-one.masonry-three-by-one-img-left:hover .masonry-one-of-three:after {
   border-right: 15px solid #2b4460;
}
.masonry-one-of-two-stacked {
    background: #182a54;
}
.masonry-two-of-two-stacked {
    background: #2b4460;
}
.masonry-two-of-two-stacked:hover {
    background: #182a54;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {

    border: 2px solid #ab8800;
    background: rgba(255, 255, 255, 0.5);
    color: #ab8800;
}
/* 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: #ab8800;
    }
    .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: #dfbb5b;
    }
}

/*

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: #2a3d53 !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: #a58120 !important;
}

/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #a58120 !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #2a3d53 !important;
}

/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #a58120 !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: white;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid white;
}
/*

Mouse Scroller Model 1
==============================================

red = #
blue = #

==============================================
*/

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
    background-color: #dfbb5b45 !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 #ab8800;
    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;
}
/*

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: #393939 !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: #393939 !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, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #a58120 !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, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: #d2cdc1 !important;
}
/* Arrow background normal */
.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: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: #d2cdc129 !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:hover:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  background: #a58120 !important;
}
.bio-detail-quote-hr:before {
	background:#a58120;
}
/*

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: #a58120;
}
.slick-dots li button:before {
    color: #a58120;
    opacity: 0.95;
    font-size: 10px;
}
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    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 #a58120;
    border-radius: 50%;
}
.slick-dots li {
    width: 9px !important;
    height: 9px;
}
