/* /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:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;


========================================================================================================================
*/


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: #542913;
}
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: #000000;
}

/* 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 {
  background-image:  url(/-/media/rj/advisor-sites/sites/f/i/fisetteandkim/images/bkg_repat_main3.gif) !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"] {
  color: #000;
  -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-color: #000000;
  border-radius: 0;
}
/* 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 {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}

/*
==============================================
Header Section
==============================================
*/
.header-cta .ftr-cta, .social-icons .social-container a, .social-icons .social-container .fa {
  color: #E1C8A1 !important;
}
.header-main {
  background-image:  url(/-/media/rj/advisor-sites/sites/f/i/fisetteandkim/images/bkg_repat_main3.gif) !important;
}
.social-contact .ftr-nap a, .social-contact .ftr-nap-wrapper .ftr-nap li {
  color: #E1C8A1 !important;
}
.header-cta .ftr-cta:hover, .social-icons .social-container .fa:hover {
    color: #ffffff !important;
}
.social-contact .ftr-nap a:hover {
    color: #ffffff !important;
}

/*
==============================================
Navigation Section
==============================================
*/
.fa-angle-down:before {
    color: #ffffff;
}
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #E1C8A1 !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #ffffff !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #E1C8A1 !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: #ffffff !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #000000 !important;
}
.primary-nav {
  /* background-image:  url(/-/media/rj/advisor-sites/sites/f/i/fisetteandkim/images/bkg_repat_main3.gif) !important; */
  background: #000000 !important;
}
.logo-content {
  border-bottom: 6px solid #000000
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  background: #1b1b1b !important;
  }
/*
==============================================
Billboard Section
==============================================
*/
.billboard-section {
  border-bottom: 6px solid #000;
}
/*

Mouse Scroller Model 1
==============================================

red = #
blue = #

==============================================
*/

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: #f1e2c9  !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 #000000;
    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, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
  padding-top:0px;
}
.body-home .intro-content {
  border-right: 6px solid #000;
  border-left: 6px solid #000;
}
.intro-section-btm {
  display: none;
}
.interior .intro-content {
  border-right: 6px solid #000;
  border-left: 6px solid #000;
  border-top: 6px solid #000;
}
.body-blog .intro-section, .body-bio .intro-section {
  border-right: 6px solid #000;
  border-left: 6px solid #000;
  border-top: 6px solid #000;
}
.body-blog-detail .intro-section {
  border-right: none;
  border-left: none;
}
.client-access-videos .billboard-section {
  display: none;
}
/* .body-bio .intro-section, .body-blog .intro-section {
  border-right: 6px solid #000;
  border-left: 6px solid #000;
  border-top: 6px solid #000;
} */
.body-our-history .intro-content, .client-access-videos .intro-content, .body-about-rj .intro-content, .no-billboard .intro-content, .body-contact-us .intro-content, .body-blog .intro-section, .body-bio .intro-section  {
  border-top: none !important;
}

.contact-form .form-inline .form-group.select-container:before {
  border-color: #000 transparent transparent transparent;
}

.contact-form {
  border: 2px solid #000;
}

.no-billboard .intro-team-quote-section, .no-billboard .intro-resource-content, .no-billboard .intro-team-quote-section {
  top: 0;
}
.body-map-directions .footer-section, .body-about-us .footer-section, .body-bio .footer-section, .body-resource .footer-section, .body-blog .footer-section {
    margin-top: 0;
}
/* 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: #000000;
}
.intro-slider-team-quote-section, .intro-team-quote-section,  .logo-content {
    background-image: url(/-/media/rj/advisor-sites/sites/f/i/fisetteandkim/images/content_bkg-2.jpg) !important;
}
/*
==============================================
Niches Section
==============================================
*/
.mc-slide {
  background: transparent;
}
.mc-image-wrapper {
  background: transparent;
}
.niche-content .mc-container {
  border-left: 6px solid #000000;
  border-right: 6px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.niche-content .mc-container a:hover .mc-cta {
  border: 1px solid #000000 !important;
  color: #000000;
}
.team-headline {
  background: rgba(243, 221, 190, 0.5);
}
/*
==============================================
Services Slider Section
==============================================
*/
.slider-section {
  padding-bottom: 0px;
}

/*
==============================================
Team Section
==============================================
*/
.team-section {
  border-left: 6px solid #000000;
  border-right: 6px solid #000000;
}
.team-headline {
  background: rgba(243, 221, 190, 0.5);
}
.team-section .team-headline h2 {
  font-weight: 400;
  color: #000000;
}
.int-team .yearbook-three .yearbook-links .fa {
  color: #542913;
  -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;
}
.int-team .yearbook-three .yearbook-links .fa:hover {
  color: #000000;
}
.team-section .slick-slider {
  margin-bottom: 0;
}
.team-slider {
  background: transparent;
  padding-bottom: 40px;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper {
  border-right: 1px solid #000000;
}
.team-slider .yearbook-container .slick-next, .team-slider .yearbook-container .slick-prev {
  border-color: #000000;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
    background-color: rgba(106, 59, 32, 0.9);
}
.team-slider .yearbook-container .yearbook-cta {
  background: #000;
  -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;
}
.photo-caption-center {
  text-align: center;
}
/*
==============================================
Interior Yearbook Section
==============================================
*/
.int-team .yearbook-three .yearbook-headshot, .int-team .yearbook-headshot-wrapper, .bio-detail-headshot-wrapper {
    border-color: #000000;
}
.int-team .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background: #542913;
}

/*
==============================================
Bio Section
==============================================
*/
.bio-detail-links-wrapper a {
  background: #542913 !important;
}
.bio-detail-links-wrapper .fa:hover {
    color: #E1C8A1;
}
/*
==============================================
Interior pages
==============================================
*/
/* .intro-section, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
    border-top: 6px solid #000;
    border-right: 6px solid #000;
    border-left: 6px solid #000;
} */
.body-blog .intro-section {
    padding-top: 0;
}
.body-resource-detail .intro-content, .body-blog .intro-content {
  padding-bottom: 20px !important
}
.blog-category-link:hover, .blog-date-link:hover, .blog-media-type-link:hover {
  color: #000000 !important;
}
/*
==============================================
Quote Section
==============================================
*/
.quote-section {
  display: none;
}

/*
==============================================
Footer Billboard Section
==============================================
*/

/*
==============================================
Footer Section
==============================================
*/
.footer-contact-content .social-container .fa {
  color: #ffffff;
}
.footer-contact-content .social-container .fa:hover {
  color: #E1C8A1;
}
.footer-cta-contact-section {
  background: transparent;
}
.footer-image-content .billboard-container {
  height: 522px;
  border-top: 6px solid #000000;
  border-bottom: 6px solid #000000;
}
.footer-cta-section .ftr-cta {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.footer-contact-content .ftr-nap-wrapper .ftr-nap li {
  color: #ffffff;
}
.footer-contact-content .ftr-nap .ftr-nap-address-line1:after, .footer-contact-content .ftr-nap .ftr-nap-address-line2:after, .footer-contact-content .ftr-nap .ftr-nap-phone:after {
  color: #E1C8A1 ;
}
.footer-contact-content .ftr-nap-wrapper, .ftr-nap-address, .ftr-nap-link, .ftr-nap a {
  color: #fff;
}
.footer-hedge-section, .ftr-disclaimers {
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
}
.footer-hedge-section a, .ftr-disclaimers a {
  color: #ffffff;
}
.footer-section a:hover, .ftr-disclaimers a:hover {
  color: #E1C8A1;
}
.footer-cta-section .ftr-cta:hover {
  border: 1px solid #E1C8A1;
  color: #E1C8A1;
}

/*

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: #ffffff !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: #E1C8A1 !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: #ffffff !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: #E1C8A1 !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: #000000 !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: #000000 !important;
}

.simple-form input:not([type="submit"]), .simple-form textarea, .select2-container--default .select2-selection--single, .directions-search #directions-input {
  border: 1px solid #000 !important;
  background: #f5e8d3;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #000;
}
.directions-search {
  background: transparent;
}
.directions-list {
  border-top: 4px solid #000000;
  background: transparent;
}
.adp-placemark {
  background: transparent;
  border: 1px solid #000 !important;
}
/*

Styles Page Section
==============================================
#542913 = #542913
#000000 = #000000
transparent = transparent
#000000 = #000000
#000000 = #
#fff2e0 = #fff2e0
==============================================
*/
.resource-pager .resource-pager-link, .resource-pager .resource-pager-arrow {
  color: #000;
}
.related-resources-content .mc-container .slick-next:before, .mc-container .slick-prev:before, .related-resources-content .mc-container .slick-next:hover:before, .blog-landing-heading, .blog-detail-heading, .filter-list-heading a {
  color: #000000 !important;
}
.related-resources-content .mc-copy, .related-resources-content .mc-category {
  color: #000000;
}
.filter-list-heading a, .blog-landing-overall-copy {
  border-color: #000000;
}
.accord .accord-link, .accord .fa, .flextabs-wrapper a, .filter-list-links .filter-list-date a {
  color: #542913 !important;
}
.accord .accord-link, .accord .accord-inner-link {
  border-color: #000000 !important;
}
.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: #000000 !important;
}
.flextab-triggers a {
  background: transparent;
  color: #542913 !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #fff2e0 !important;
  color: #000000 !important;
}
blockquote:before, q:before {
  background: #542913;
}
blockquote, q {
  color: #000000 !important;
  border-color: #000000 !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: #000000;
}
.related-resources-content .slick-slide {
    border-color: #000000;
}

/*

Share Widget and text links
==============================================

red = #
blue = #
green = #
yellow = #
aqua = #
lime = #

==============================================
*/
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
  border-color: #000000 !important;
}

/* 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: #000000 !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: #542913 !important;
}

/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #542913 !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #000000 !important;
}

/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #542913 !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: #fff2e0;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid #fff2e0;
}
/*

Resources Masonry Grid
==============================================

#542913 = #542913
#fff1dd = #fff1dd
#000000 = #000000
#000000 = #000000
#ffffff = #ffffff
#ffffff = #ffffff
#542913 = #542913
#000000 = #000000
#542913 = #542913
==============================================
*/

.related-resources-content {
    border-top: 6px solid #000;
    border-right: 6px solid #000000;
    border-left: 6px solid #000000;
}

.masonry-load-more, .masonry-tertiary-load-more {
  border-color: #000000 !important;

}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
  border-color: #000;;
  background: transparent;
    color: #542913;
}
.filter-link {
  border: 1px solid #000000;
}
.filter-link {
  background: #fff2e0;
}
.filter-body-link, .filter-resource-link {
  background: #fff2e0;
}
.masonry-container {
  background: transparent;
}
.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-of-two .masonry-category, .masonry-one-by-two .masonry-category, .masonry-one-by-one .masonry-category, .masonry-three-by-one .masonry-category, .masonry-one-of-two .masonry-paragraph, .masonry-one-by-two .masonry-paragraph, .masonry-one-by-one .masonry-paragraph, .masonry-three-by-one .masonry-paragraph {
  color: #000000 !important;
}
.filter a {
  color: #542913;
}
.filter-open.fa-angle-down:before {
  color: #542913;
}
.filter a:hover, .filter-reset:hover {
  color: #000000;
}
.masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
  border: 1px solid #000000 !important;
}
.masonry-one-of-two-stacked .masonry-cta, .masonry-two-of-two-stacked:hover .masonry-cta {
    color: #ffffff !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: #000000 !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: #ffffff !important;
}

/*
==============================================
Resources Filter Section
==============================================
*/

.filter-overlay .close-filter-overlay {
    background: #542913;
}
.filter-overlay .close-filter-overlay:hover {
    background: #000000;
}
.fa-times:before {
    color: #542913;
}
.close-filter-overlay .fa-remove:before, .close-filter-overlay .fa-close:before, .close-filter-overlay .fa-times:before {
  color: #fff;
}
/*
==============================================
Resources Masonry Section
==============================================
*/
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #fff1dd;
}
.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: #542913;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #542913;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #542913;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #fff1dd;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #fff1dd;
}
.masonry-three-by-one.masonry-three-by-one-img-left .masonry-one-of-three:after {
   border-right: 15px solid #fff1dd;
}
.masonry-three-by-one.masonry-three-by-one-img-left:hover .masonry-one-of-three:after {
   border-right: 15px solid #542913;
}
.masonry-one-of-two-stacked {
    background: #000000;
}
.masonry-two-of-two-stacked {
    background: #542913;
}
.masonry-two-of-two-stacked:hover {
    background: #000000;
}
/* 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: #fff1dd;
    }
    .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: #000000;
    }
    .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 {
      border-color: #000000 !important;
    }
    .masonry-two-by-one:hover .masonry-date, .masonry-one-by-two:hover .masonry-date, .masonry-one-by-two:hover .masonry-date, .masonry-one-by-one:hover .masonry-date, .masonry-two-by-one:hover .masonry-date, .masonry-three-by-one:hover .masonry-date, .masonry-two-by-one:hover .masonry-category, .masonry-one-by-two:hover .masonry-category, .masonry-one-by-two:hover .masonry-ticategorytle, .masonry-one-by-one:hover .masonry-category, .masonry-two-by-one:hover .masonry-category, .masonry-three-by-one:hover .masonry-category, .masonry-two-by-one:hover .masonry-paragraph, .masonry-one-by-two:hover .masonry-paragraph, .masonry-one-by-two:hover .masonry-paragraph, .masonry-one-by-one:hover .masonry-paragraph, .masonry-two-by-one:hover .masonry-paragraph, .masonry-three-by-one:hover .masonry-paragraph, .masonry-two-by-one:hover .masonry-title, .masonry-one-by-two:hover .masonry-title, .masonry-one-by-two:hover .masonry-title, .masonry-one-by-one:hover .masonry-title, .masonry-two-by-one:hover .masonry-title, .masonry-three-by-one:hover .masonry-title{
      color: #000000 !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) {
  .niche-content .mc-cta {
    color: #000000;
    border-color: #000000;
  }
  .niche-content .mc-image-wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .team-slider .yearbook-one .yearbook-headshot-wrapper {
    background-color: transparent !important;
  }
  .niche-content .mc-container .slick-next:before {
    color: #000000;
  }
  .team-slider .slick-dots li.slick-active button:before {
    color: #000000;
  }
}


/* 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) {

/* 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: #000000;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  border-bottom-color: rgba(255, 255, 255, 0.13);
}
.investor-access-login-button {
  background: #ffffff;
}
/* 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: #ffffff;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.address-phone-wrapper {
  color: #ffffff;
}
.team-section {
  padding-bottom: 30px;
}
.niche-section .mc-container .slick-slider {
  padding-bottom: 30px;
}



}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {

}



/* 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 {

}
