/* /RJ/Advisor Sites/Global/Global CSS/Model 4/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-4/base.css');

@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: Evan Tanaka
DESIGNER: Kaitlyn Ruggiero
JOB #: 23-BR35P-0136
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:
 
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
 
 
========================================================================================================================
*/
:root {
  --light: #dbe2e9;
  --light-color-1: #f5e1a4;
  --light-color-2: #faefcf;
  --medium: #dbe2e9;
  --medium-color-1: #253746;
  --medium-color-2: #005A9E;
  --dark: #002949;
  --dark-color-1: #5f5f5f;
  --gray-light: #f1f1f1;
  --gray-medium: #dcdcdc;
  --gray-dark: #393939;  
  --black: #000000;  
  --white: #ffffff;
  }


body {
  color: var(--gray-dark);
}
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-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .related-resources-content .mc-cta
 {
  color: var(--medium-color-2);
}
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-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .mc-container a:hover .mc-cta {
  color: var(--dark);
}
 
/* Removes the model stripe pattern */
/* body, .grid-home, .grid-about-us, .grid-interior, .grid-bio-page, .grid-resources, .related-resources-main, .grid-about-rj, .grid-blog */
body, .grid-home, .grid-about-us, .grid-interior, .grid-bio-page, .grid-resources, .related-resources-main, .grid-about-rj, .grid-blog {
  /* background-image: none !important; */
  background: url(/-/media/7d9b75514e31400b8f8a10a96a9c38c5.ashx) !important;
}
 
 
/* 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"], .footer-cta-section .ftr-cta {
 border: 1px solid var(--light);
 color: var(--dark);
 -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;
}
/* 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, .footer-cta-section .ftr-cta:hover {
  border: 1px solid var(--dark);
  background: var(--dark);
  color: var(--white);
}

.investor-access-login-button {
    border: 1px solid var(--dark);
}
 
/*
==============================================
Header Section
==============================================
*/
.header-cta .ftr-cta, .social-icons .social-container a, .social-icons .social-container .fa {
  color: var(--dark) !important;
}
.header-main {
  background: var(--white) !important;
  background-image: none;
}
.social-contact .ftr-nap a, .social-contact .ftr-nap-wrapper .ftr-nap li {
  color: var(--dark) !important;
}
.header-cta .ftr-cta:hover, .social-icons .social-container .fa:hover {
  color: var(--dark-color-1) !important;
}
.social-contact .ftr-nap a:hover {
  color: var(--dark-color-1) !important;
}
.header-main .ftr-nap-address-line1, .header-main .ftr-nap-address-line2, .header-main .ftr-nap-address-csz {
  display: none;
}
.header-main .social-contact .ftr-nap-wrapper .ftr-nap li:after {
  content:' | ';
}
.header-main .social-contact .ftr-nap {
  display: inline;
}
.header-main .ftr-nap-address-label {
  display: inline;
}
.logo-content {
  background:  var(--white);
  border-bottom: 4px solid var(--light);
}
/*
==============================================
Navigation Section
==============================================
*/
 
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: var(--dark-color-1) !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: var(--dark) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: var(--dark-color-1) !important;
}
/* 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: var(--dark) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--gray-light) !important;
}
/* Main Navigation Background */
.primary-nav {
  background: var(--light);
}
 
/*
==============================================
Billboard Section
==============================================
*/
.billboard-content .hasVideo .billboard-background-video-wrapper:after {
  display: none;
}
 
/*
==============================================
Intro Section
==============================================
*/
/* Headlines and headers */
.main-content-int-blog h1 .head-2, .intro-content h1 .head-2, .intro-content h1, .int-team .yearbook-last-name, .yearbook-first-name, .bio-detail-first-name, .bio-detail-middle-initial, .bio-detail-last-name, .bio-detail-preferred-name, .intro-content h2, .intro-content h3, .intro-content h4, .intro-content h5, .related-resources-content h4, .related-resources-content .mc-heading, .intro-content blockquote, q, .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper, .main-module-content h1, .masterprime .copy-section h1, .masterprime h1 .head-2, .niche-content .mc-heading {
  /* color: #225d38; */
  color: var(--dark);
}
.intro-content h1, .grid-home .intro-content h1 {
  color: var(--dark); 
}
/*
==============================================
Niches Section
==============================================
*/
.niche-content .mc-container {
    border-top: 6px solid var(--light-color-1);
    border-bottom: none;
} 
.niche-content .mc-cta, .niche-content .mc-container a:hover .mc-cta {
    color: var(--dark);
    border: 1px solid var(--light-color-1) !important;
}
.niche-content .mc-container .slick-next:before, .niche-content .mc-container .slick-prev:before {
    color: var(--dark);
}
/*
==============================================
Services Slider Section
==============================================
*/
.slider-content {
  background: url(/-/media/dbc737b6daf74f29b6ed22b352a789db.ashx) !important;
}
.slider-section .content-slider-heading {
    color: var(--dark);
} 
.slider-section .content-slider-cta {
    color: var(--dark);
    border: 1px solid var(--dark);
}
.slider-section .slick-slide:hover .content-slider-cta {
	color: var(--medium-color-2);
	border: 1px solid var(--medium-color-2);
}
.slider-section .slick-dots li.slick-active button:before {
	color: var(--dark);
}
.slider-section .slick-dots li button:before {
	color: var(--dark);
} 
.slider-section .slick-prev:before, .slider-section .slick-next:before, .content-slider-wrapper .slick-next:hover:before, .content-slider-wrapper .slick-prev:hover:before {
	color:var(--dark);
}
.slider-section .content-slider-wrapper .slick-dots {
    bottom: 0;
}
/*
==============================================
Team Section
==============================================
*/
.team-headline { 
  background: var(--light-color-2);
}
.team-section .team-headline h2 {
  color: var(--dark);  
}
.team-slider .yearbook-one .yearbook-headshot-wrapper {
  border-right: 6px solid var(--medium-color-1);
}
.team-slider .yearbook-container .yearbook-cta {
  background: none;
  color: var(--light-color-1);
  border: 1px solid var(--light-color-1);
}
.team-slider .yearbook-container .yearbook-cta:hover {
  border: 1px solid var(--light-color-1);
  background: var(--light-color-1);
  color: var(--dark);
}
.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
  background-color: var(--medium-color-1);
  opacity: .9;
}
.bio-detail-links-wrapper .fa {
  color: var(--dark);
}
.bio-detail-links-wrapper .fa:hover {
    color: var(--dark-color-1);    
}
.bio-detail-links-wrapper a {
  background: var(--light) !important;
}
.int-team .yearbook-three .yearbook-links .fa {
  color: var(--dark);
}
.int-team .yearbook-three .yearbook-links .fa:hover {
  color: var(--dark-color-1);
}
.int-team .yearbook-headshot-wrapper:after, .int-team .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background: var(--medium-color-1);  
} 
/*
==============================================
Quote Section
==============================================
*/
.quote-section .quote-content {
  background: url(/-/media/dbc737b6daf74f29b6ed22b352a789db.ashx) !important;; 
} 
.quote-content .quote {
  color: var(--dark);  
} 
.quote-content .quote-cite {
  color: var(--medium-color-1);
}
/*
==============================================
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: var(--dark-color-1) !important;
}
 
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: var(--dark) !important;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  border: 1px solid var(--light);
  color: var(--dark);
  background: none !important;  
}  
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  border: 1px solid var(--dark);
  background: var(--dark) !important;
  color: var(--white) !important;  
}
.fa-calendar:before {
  color: var(--dark);
}
.blog-category-link:hover, .blog-date-link:hover, .blog-media-type-link:hover {
  color: var(--dark) !important;
}
/*
==============================================
Footer Billboard Section
==============================================
*/
 
/*
==============================================
Footer Section
==============================================
*/

.footer-image-content .billboard-container {
  border-top: 7px solid var(--medium-color-1);
  border-bottom: 7px solid var(--light-color-1);
} 
.footer-contact-content .social-container .fa {
  color: var(--dark);
}
.footer-contact-content .social-container .fa:hover, .ftr-nap a:hover {
  color: var(--medium-color-2);
}
.footer-contact-content .ftr-nap .ftr-nap-address-line1:after, .footer-contact-content .ftr-nap .ftr-nap-address-line2:after {
    color: var(--medium-color-2);
    margin-right: 4px;
}
.footer-hedge-section, .ftr-disclaimers, .footer-hedge-section a, .ftr-disclaimers a {
    color: var(--white);
}
.footer-hedge-section a:hover, .ftr-disclaimers a:hover {
    color: var(--light-color-1);
}
.footer-contact-content .ftr-nap-wrapper, .ftr-nap-address, .ftr-nap-link, .ftr-nap a {
  color: var(--gray-dark)
}
/*
==============================================
Interior
==============================================
*/

.interior .quote-content {
  border-top: none;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--medium-color-1);
}
.related-resources-content {
  border-top: 20px solid transparent;
  background: url(/-/media/dbc737b6daf74f29b6ed22b352a789db.ashx) !important;
}
.related-resources-content .slick-slide {
  border-right: 6px solid var(--dark);
}
.body-digital-advice .slider-section {
  padding: 0;
}
.body-digital-advice .connected-advisor-container {
  background: url(/-/media/dbc737b6daf74f29b6ed22b352a789db.ashx) !important;  
}
.body-digital-advice .connected-advisor-content-wrapper {
  margin-left: 0;
}
.connected-advisor-container .connected-advisor-heading {
  color: var(--dark);
}
.connected-advisor-container .connected-advisor-cta {
  color: var(--dark);
  border: 1px solid var(--dark);
  padding: 10px 20px;  
}
.connected-advisor-slide-link:hover .connected-advisor-cta {
  border: 1px solid var(--dark);
  background: var(--dark);
  color: var(--white);
}
.connected-advisor-slide-link:hover {
	background: rgba(38, 95, 127, 0.1);
}
.interior-content .col-md-offset-1 ul.accordion {    
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.related-resources-content .mc-container .slick-next:before, .related-resources-content .mc-container .slick-prev:before {
  font-size: 40px;
  color: var(--dark);
}
.related-resources-content .mc-container .slick-next:hover:before, .related-resources-content .mc-container .slick-prev:hover:before {
	color: var(--dark-color-1);
}
.bh-page .related-resources-content {
  display: none;
}
.body-bio .bio-copy .button, .body-contact .intro-content .button {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2.5px;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  margin: 0 0 20px;  
}
.body-contact .intro-content .freeform-embed {
  text-align: center;
  margin: 0 auto 25px;
}
.body-contact .intro-content img {
  margin: 25px auto 50px;
}
.body-webinars .intro-content h1 .head-2 {
  text-transform: none;
} 
.image-container img {
  max-width: 75%;
}
.team-image-wrapper img {
  margin: 0 auto;
}

.gallery{
  margin: 50px auto 0; 
}
.gallery img{
  width:100%;
}
.gallery .col-md-6 {
  margin-bottom: 20px;
}
.body-designtations .intro-content h1 .head-2, .body-about-raymond-james .intro-content h1 .head-2 {
  text-transform: none;
}
/*
============================================== 
STICKY CTA
==============================================
*/
.footer-contact-content .ftr-cta-wrapper {
  margin: 0;
}
.footer-section .footer-cta-sticky {
  background: var(--gray-light);
  color: var(--dark);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0 0 0 / 50%);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);  
}
.footer-section .footer-cta-sticky:hover {
  background: var(--dark);
  color: var(--white);
}
/*
============================================== 
Mouse Scroller Model 1
==============================================
*/
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: var(--gray-light) !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 var(--medium-color-1);
    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;
}

/*
============================================== 
Media Carousel Dots to Outlines
==============================================
*/
 
.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: var(--gray-dark);
}
.slick-dots li button:before {
  color: var(--gray-dark);
  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 var(--gray-dark);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}

/*
============================================== 
Next/Previous arrows and background variables
==============================================
*/   /* 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: var(--light) !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: var(--light) !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: var(--dark) !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: var(--gray-light) !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: var(--gray-light) !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: var(--dark) !important;
}

/*
============================================== 
Share Widget and text links
==============================================
*/
 
/* 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: var(--medium-color-1) !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: var(--dark-color-1) !important;
}
/* share pop up box icon normal */
.social-media-share-wrapper span a {
  color: var(--dark-color-1) !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
  color: var(--dark) !important;
}
/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
  color: var(--light) !important;
}
/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--light);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--light);
}

/*
============================================== 
Styles Page Section
==============================================
*/

.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: var(--dark-color-1);
}
.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: var(--dark) !important;
}
.flextab-triggers a {
  background: var(--light);
  color: var(--dark-color-1) !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: var(--light) !important;
  color: var(--dark) !important;
}
blockquote:before, q:before {
  background: var(--medium);
}
blockquote, q {
  color: var(--dark) !important;
  border-color: var(--light) !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: var(--dark);
}

/*
==============================================
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) {
.team-slider .yearbook-one .yearbook-first-last-title {
  background: rgba(0, 41, 73, 0.82); 
}

 
 
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
 
}
 
 
/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {  
.nav-trigger:after {
  left: -2px;
  top: -15px;
  right: -25px;
  bottom: -17px;
  background: rgba(255,255,255,.9);
  z-index: -1;
}
.nav-opened.nav-trigger:after {
  background: none;
} 
/* 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:var(--medium-color-1);
}
 
 
/* 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: var(--white);
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.fa-angle-down:before {
    color: var(--dark);
} 

}
 
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .body-bio .bio-copy .button {
    width: 100%;
    text-align: center;
} 
.body-home .billboard-container {
  background-position-x: -130px;  
}

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