/* /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|Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
 
@import url('https://www.raymondjames.com/-/media/34d01108a19a419eb2f4ff71406a8082.ashx');
 
:root {
--light: #E2ECFF;
--light-color-1: #DEF9FE;
--light-color-2: #BFBFBF;
--medium: #3966C6;
--medium-color-1: #272D9A;
--dark: #06038D;
--dark-color-1: #002949;
--gray-light: #f5f7f9;
--gray-medium: #737373;
--gray-dark: #393939;
--black: #000000;
--white: #ffffff;
--black-alpha: 0, 0, 0;
--font-1: 'Montserrat', sans-serif;
--font-2: 'Playfair Display', serif;
--font-3: 'Open Sans', sans-serif;
--font-4: 'Cormorant', serif;
}
 
.p-gallery img {
  object-fit: cover;
}
.p-gallery {
  display: inline-block;
}
.p-gallery a img {
  width: 295px;
  height: 375px;
  float:left;
  margin: 16.5px;
}
.gallery-2 a img {
  width: 40%;
  height: 220px;
}
.gallery-3 a img {
  width: 100%;
  height: 220px;
}

.block-initiate-animation:before {
  animation: animate-top 4s ease-in-out forwards;
  animation-delay: 2s;
}
.block-initiate-animation:before {
  animation: animate-bottom 4s ease-in-out forwards;
}
.block-initiate-animation:after {
  animation: animate-left 4s ease-in-out forwards;
}
.block-initiate-animation:after {
  animation: animate-right 4s ease-in-out forwards;
}


.header-main .ftr-logo {
  max-width: 212px !important;
  height: auto !important;
  width: 212px !important;
}
.callouts-container-block-initiate-animation:after {
  animation: zoomIn 3s forwards;
}
.link-disable a {
  pointer-events: none;
}
/*
==============================================
New Footer Box Draw Animation
==============================================
*/   
.footer-flower-new {
  z-index: 1;
  position: relative;
  left: -36px;
  top: -28px;
  animation: fadeInUpSmall 2.2s forwards;
  opacity: 0;
  animation-delay: 0.5s;
}
.box-footer {
  width: 118px;
  height: 226px;
  position: relative;
  margin: 0 auto;
}

.box-footer .flower-top, .box-footer .flower-left, .box-footer .flower-bottom, .box-footer .flower-right {
  position: absolute;
  box-sizing: border-box;
  opacity: 0;
}

.box-footer .flower-top {
  top: 0;
  left: 0;
  width: 0;
  height: 10px;
  background-color: var(--light-color-2);
  animation: animate-top 4s ease-in-out forwards;
}

.box-footer .flower-left {
  top: 0;
  left: 0;
  width: 10px;
  height: 0;
  background-color: var(--light-color-2);
  animation: animate-left 4s ease-in-out forwards;
}

.box-footer .flower-bottom {
  bottom: 0;
  right: 0;
  width: 0;
  height: 10px;
  background-color: var(--light-color-2);
  animation: animate-bottom 4s ease-in-out forwards;
}

.box-footer .flower-right {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 0;
  background-color: var(--light-color-2);
  animation: animate-right 4s ease-in-out forwards;
}

@keyframes animate-top {
  0% {
      width: 0;
      opacity: 1;
  }
  50% {
      width: 100%;
      opacity: 1;
  }
  100% {
      width: 100%;
      opacity: 1;
  }
}

@keyframes animate-left {
  0% {
      height: 0;
      opacity: 1;
  }
  50% {
      height: 100%;
      opacity: 1;
  }
  100% {
      height: 100%;
      opacity: 1;
  }
}

@keyframes animate-bottom {
  0% {
      width: 0;
      opacity: 1;
  }
  50% {
      width: 100%;
      opacity: 1;
  }
  100% {
      width: 100%;
      opacity: 1;
  }
}

@keyframes animate-right {
  0% {
      height: 0;
      opacity: 1;
  }
  50% {
      height: 100%;
      opacity: 1;
  }
  100% {
      height: 100%;
      opacity: 1;
  }
}

/*
==============================================
Buttons
==============================================
*/
 
/* 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"] {
  background: transparent;
  color: var(--dark);
  padding: 5px 20px !important;
  font-family: var(--font-2) !important;
  height: auto !important;
  line-height: initial;
  width: inherit !important;
  border: 2px solid var(--medium);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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;
 }
 .simple-form label {
  font-weight: 500;
}
 .investor-access-login-button {
   background: var(--white); 
 }
 /* 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 {
   background: transparent;
   color: var(--gray-dark);
   border: 2px solid var(--dark);
   letter-spacing:0; 
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
 .investor-access-login-button:hover {
   background: var(--white); 
 }
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  display: inline-flex;
  border: 2px solid var(--dark);
  margin: 30px 0 20px;
  font-family: 'Playfair Display', serif !important;
  color: var(--dark) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 37px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent !important;
}
.blog-landing-load-more:before {
  display: none;
}
.blog-landing-load-more:hover {
  letter-spacing: 0;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
}
 
body {
  color: var(--gray-dark);
  font-family: var(--font-3); 
  font-size: 18px;
}
.masterprime .related-resources-main {
  background: var(--white);
}
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: var(--medium);
 text-decoration: underline;
}
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: var(--dark) !important;
  text-decoration: none;
}

.copy-section .copy-content h3 a {
  text-decoration: underline;
}
.copy-section .copy-content h3 a:hover {
  text-decoration: none;
}
/*
==============================================
Header Section
==============================================
*/
 
.header-main {
 background: none !important;
 border-top: 20px solid var(--gray-medium);
}
.interior .header-main {
  background: url(https://www.raymondjames.com/-/media/674aa8c84dd74138831d9be3729d4860.ashx) no-repeat !important;  
  background-size: cover !important;
}
 
/*
==============================================
Navigation Section
==============================================
*/
 
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: none !important;
}
.nav-overall-wrapper:not(.van-mobile-nav), .nav-overall-wrapper:not(.van-mobile-nav) .nav, .primary-nav {
  animation: none;  
}
.interior .nav-overall-wrapper:not(.van-mobile-nav) {
  background: url(https://www.raymondjames.com/-/media/674aa8c84dd74138831d9be3729d4860.ashx) no-repeat !important;  
  background-size: cover !important;
  background-position-y: -120px !important;
}
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: var(--gray-dark);
  font-family: var(--font-1); 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
/* 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(--black);
  font-family: var(--font-1); 
  font-weight: 400;
  font-size: 15px;
}
/* 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);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--gray-light) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 47px;
}
.nav:before, .nav:after {
  display: none;
}

.nav-overall-wrapper:not(.van-mobile-nav).nav-sticky {
  background: url(https://www.raymondjames.com/-/media/674aa8c84dd74138831d9be3729d4860.ashx) !important;  
  background-size: cover !important;
}
 
/*
==============================================
Billboard Section
==============================================
*/
.billboard-section .hasVideo {
  background: #c8ecf3;
}
.billboard-background-video-wrapper {
  mix-blend-mode: luminosity;
}
.home-copy-image {
  margin-top: -55px;
}
.body-home .main-content {
    margin-top: -220px;    
}
.billboard-content .hasVideo .billboard-background-video-wrapper:after {
  background: none !important;
}
.billboard-section:after {
  background: none;
}
.billboard-background-video {
  height: 960px;
}
.billboard-content .hasVideo {
  height: 960px;
  max-height: none;
}
.billboard-container.billboard-full-height {
  min-height: auto;
}
.billboard-section .billboard-content-wrap {
  position: relative;
}
.body-home .billboard-section .billboard-team-image {
  position: relative;
  left: -100px;
  margin-top: -570px;  
  animation: slideInDownMedium 1s both;
}

.body-home .billboard-section .billboard-copy {
  position: relative;
  right: -580px;
  top: -160px;
  width: 450px;
  animation: slideInUp 1s both;
}


@-webkit-keyframes slideInDownMedium {
  from {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDownMedium {
  from {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDownMedium {
  -webkit-animation-name: slideInDownMedium;
  animation-name: slideInDownMedium;
}


.billboard-section .head-1 {
  display: block;
  animation-name: none;
}

.billboard-section .head-2 {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: none;
  font-size: 80px !important;
  line-height: 80px;
  font-weight: 300;
}
.billboard-section h1 {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: none;
  font-size: 80px;
  line-height: 80px;
}
.billboard-section h1:after {
  background: none;
}
.billboard-section p {
  font-size: 26px;
  line-height: 33px;
  font-weight: 400; 
}
 
/*
==============================================
Intro Section
==============================================
*/
 
.intro-section {
  background: var(--gray-light);
}
.intro-section .intro-text:before, .niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
  background: var(--light);
} 
.intro-section .body-copy-accent {
  color: var(--medium);
  font-family: var(--font-2); 
}
.intro-section .body-copy-accent:after {
  background: var(--light);
  opacity: .2;
}
.intro-section .intro-content:before {
  background: var(--gray-dark);
  opacity: .2;
}
.intro-section .intro-content:after {
  background: var(--gray-dark);
  opacity: .2;
}
 
/*
==============================================
Services Section
==============================================
*/
 
.services-section {
  background: var(--white);
}
.services-section h2:after {
  background: var(--light);
}
.services-section .services-headline h2 {
  color: var(--dark); 
  font-family: var(--font-2); 
}
.services-section .head-1 {
  color: var(--gray-dark);
  font-family: var(--font-1); 
}
.services-section .services-slider h3 {
  color: var(--gray-dark);
  font-family: var(--font-1); 
}
 
/*
==============================================
Niches Section
==============================================
*/
 
.niche-section {
  background: var(--gray-light);
  border-top: 5px solid var(--gray-medium);
  border-bottom: 5px solid var(--gray-medium);
}
.niche-section:before {
  background: var(--white); 
}
.niche-section .mc-heading:after {
  background: var(--light);
} 
.niche-section .mc-heading {
  color: var(--gray-dark) !important;
  font-family: var(--font-2) !important; 
}
.niche-section .mc-copy {
  font-family: var(--font-1);
  color: var(--gray-dark);
}
.niche-section .mc-container .media-carousel-three .mc-cta, .niche-section .mc-container .media-carousel-three a:hover .mc-cta {
  border: 2px solid var(--light);
  color: var(--white);
  background: var(--gray-dark);
  font-family: var(--font-2) !important; 
  letter-spacing: 1px;   
}
.niche-section .mc-container .slick-next:after {
    border-right: 1px solid var(--gray-dark);
    border-top: 1px solid var(--gray-dark);
}
.niche-section .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
 
/*
==============================================
Team Section, Team Page & Bio Pages
==============================================
*/
 
.team-section {
  border-top: 10px solid var(--gray-medium);
  background: var(--white);
}
.team-section h4 {
  color: var(--dark);
  font-family: var(--font-2); 
}
.yearbook-headshot-link {
  text-decoration: none !important;
}
.team-section .head-1 {
  color: var(--gray-dark);
  font-family: var(--font-1); 
}
.team-section h4:after {
  background: var(--light);
}
.team-section .yearbook-container .yearbook-last-name{
  color: var(--gray-dark);
  font-family: var(--font-1); 
}
.team-section .yearbook-container .yearbook-first-name {
  color: var(--gray-dark);
  font-family: var(--font-2);
}
.team-section .yearbook-container .yearbook-title {
  color: var(--gray-dark);
  font-family: var(--font-1);   
}
.team-section .yearbook-container .yearbook-designation {
  font-family: var(--font-1); 
}
.team-section .yearbook-three .yearbook-headshot-wrapper::after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e414e+0,2e414e+100&0+7,1+100 */
    background: -moz-linear-gradient(top, rgba(var(--black-alpha), 0.2) 30%,rgba(var(--black-alpha),0) 52%,(var(--black-alpha),1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(var(--black-alpha), 0.2) 30%,rgba(var(--black-alpha),0) 52%,(var(--black-alpha),1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(var(--black-alpha), 0.2) 30%,rgba(var(--black-alpha),0) 52%,(var(--black-alpha),1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 ); /* IE6-9 */
}
.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
background: none !important;

}
.copy-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background-color: transparent;
}
.copy-section .yearbook-three .yearbook-headshot-wrapper img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  -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;  
}
.copy-section .yearbook-three a:hover .yearbook-headshot-wrapper img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);  
}
.copy-section .yearbook-three .yearbook-headshot-wrapper {
  overflow: hidden;
}
.copy-section .yearbook-container .yearbook-first-name {
  font-family: var(--font-2);
  text-transform: none;
  color: var(--dark) !important;
}
.copy-section .yearbook-container .yearbook-last-name {
  font-family: var(--font-2);
  text-transform: none;
  color: var(--dark) !important;
  font-weight: 300;
}
.copy-section .yearbook-container .yearbook-designation {
  font-family: var(--font-1);  
}
.team-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background-color: rgba(var(--black-alpha), 0.2);
}
.team-section .yearbook-container .slick-prev {
  border-top: 1px solid var(--gray-dark);
  border-left: 1px solid var(--gray-dark);
}
.team-section .yearbook-container .slick-next {
  border-top: 1px solid var(--gray-dark);
  border-right: 1px solid var(--gray-dark);
}
/* 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-section .bio-detail-first-name, .bio-detail-preferred-name, .bio-section .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: var(--gray-dark) !important;
}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
  font-family: var(--font-2);    
}
.bio-section .bio-detail-last-name {
  font-family: var(--font-1);  
}
.bio-section .bio-detail-designation {
  font-family: var(--font-1);  
}
.body-bio-alt-3 .bio-detail-quote {
  font-family: var(--font-4);  
  font-style: italic;
  font-weight: 500;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-section .bio-detail-title {
  color: var(--gray-dark) !important;
  font-family: var(--font-1);   
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: var(--dark) !important;
  text-decoration: none;
  -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: var(--medium) !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color:var(--gray-medium);
}
.bio-quote-section {
  background: var(--white);
/* Unhide the snippet below to hide the bio quote section */ 
  /* display: none; */
}
.bio-quote-section:before {
  background: var(--light-color-1);
}
.bio-detail-quote {
  color: var(--gray-dark); 
  font-family: var(--font-1);  
}
.bio-photo-lg-section .bio-detail-quote-cite {
  display: none;
}
.bio-detail-quote-cite {
  color: var(--dark);
  font-family: var(--font-2);   
}
.bio-quote-section:after {
  background: var(--light-color-1);
}
.bio-signature img {
  width: 300px;
  margin: 0 auto;
  display: block;
}
 
/*
==============================================
Callouts Section
==============================================
*/
.callout-link {
  text-decoration: none;
}
 
.callouts-wide-section .callouts-container, .callouts-wide-section .callouts-mobile-slider {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px;
  margin: 0;
  padding: 0;  
  position: relative
}
.callouts-wide-section .callouts-container:after {
  content:'';
  position: absolute;
  width: 2px;
  height: 250px;
  background: var(--light-color-2);
  margin: 0 auto;
  bottom: -10px;
  left: 0;
  right: 0;
}
.callouts-wide-section .callouts-container .callout-item .callout-image-wrapper, 
.callouts-wide-section .callouts-mobile-slider .callout-item .callout-image-wrapper {
  max-height: none;
  position: relative;
}
.callouts-wide-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, 
.callouts-wide-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  font-family: var(--font-2);
  font-weight: 300;
  color: var(--gray-medium);
  text-transform: none;
  font-size: 45px;
  line-height: 50px;
  -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;  
}
.callouts-wide-section .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading, 
.callouts-wide-section .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading {
  color: var(--dark);
}
.callouts-wide-section .callouts-container .callout-item .callout-heading-wrapper, 
.callouts-wide-section .callouts-mobile-slider .callout-item .callout-heading-wrapper {
  margin-bottom: 20px;
  padding: 30px 100px 0;
}
.callouts-wide-section .callouts-container .callout-1 .callout-heading-wrapper .callout-heading, 
.callouts-wide-section .callouts-mobile-slider .callout-1 .callout-heading-wrapper .callout-heading, 
.callouts-wide-section .callouts-container .callout-1 .callout-copy-wrapper, 
.callouts-wide-section .callouts-mobile-slider .callout-1 .callout-copy-wrapper, 
.callouts-wide-section .callouts-container .callout-1 .callout-cta-wrapper, 
.callouts-wide-section .callouts-mobile-slider .callout-1 .callout-cta-wrapper {
  text-align: right;
}
.callouts-wide-section .callouts-container .callout-item .callout-copy-wrapper, 
.callouts-wide-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  color: var(--gray-dark);
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  padding: 0 100px;
  margin: 0;
}
.callouts-wide-section .callouts-container .callout-item .callout-cta-wrapper, 
.callouts-wide-section .callouts-mobile-slider .callout-item .callout-cta-wrapper {
  padding: 20px 100px 0;
}
.callouts-wide-section .callouts-container .callout-item .callout-cta-wrapper button, 
.callouts-wide-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
  font-size: 16px;
  font-family: var(--font-3);
  color: var(--dark);
  font-weight: 600;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
  -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;  
}
.callouts-wide-section .callouts-container .callout-item:hover .callout-cta-wrapper button, 
.callouts-wide-section .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
  color: var(--medium);  
}
.callouts-wide-section .callouts-container .callout-item {
  position: relative;
}
.callouts-wide-section .callouts-container .callout-image-wrapper:after {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: -0;
  right: -85px;
  border-right: solid 85px transparent;
  border-left: solid 85px transparent;
  border-bottom: solid 65px var(--white); 
}
.callouts-wide-section .callouts-container .callout-2 .callout-image-wrapper:after {
  left: -85px;
}
.callouts-wide-section .callout-item .callout-image-wrapper .callout-image {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1.);
  -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;
}
.callouts-wide-section .callout-item:hover .callout-image-wrapper .callout-image {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}



.callouts-section {
  background: var(--dark);
}
.callouts-section .callout-heading .head-1 {
  color: var(--light);
  font-family: var(--font-2); 
}
.callouts-section .callout-heading .head-2 {
  color: var(--white);
  font-family: var(--font-1); 
}
.callouts-section .callout-heading .head-2:after {
  color: var(--white);
  opacity: .2;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  color: var(--white);
  font-family: var(--font-1); 
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  color: var(--light);
  font-family: var(--font-2); 
}
.callouts-section .callout-item:hover {
  background: rgba(var(--black-alpha), 0.2);
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
  color: var(--white);
}
 

 /*
==============================================
Interior Callouts Section
==============================================
*/ 
.callouts-container, .callouts-mobile-slider {
  background: transparent !important;
}
.callouts-container .callout-item, .callouts-mobile-slider .callout-item {
  background: transparent !important;
}
.co-int .callout-heading {
  font-size: 28px !important;
  line-height: 30px !important;
  color: var(--dark) !important;
}
.co-int, .co-int .callouts-mobile-slider {
  margin: 0px;
  padding: 40px 0 0;
}
.co-int .callout-item, 
.co-int.callouts-mobile-slider .callout-item {
  text-align: center;
}
.co-int .callout-copy-wrapper {
  color: var(--gray-dark) !important;
  font-family: var(--font-3);
  font-size: 18px !important;
  line-height: 26px !important;
  padding: 20px 0 0 !important;
}
.co-int .callout-cta {
  background: transparent;
  border: 1px solid var(--dark);
  color: var(--dark) !important;
  font-family: var(--font-2);
  font-size: 17px !important;
  line-height: 20px;
  font-weight: 500 !important;
  padding: 6px 14px !important;
  text-decoration: none;
  text-transform: none !important;
  -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;
}
.co-int .callout-link:hover .callout-cta {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white) !important;
}
.co-int .callout-cta-wrapper {
  padding: 0px;
}
 /*
==============================================
Quote Section
==============================================
*/ 
 
.body-home .quote-section {
  border-top: 3px solid var(--gray-dark);
  background: var(--black);
}
.body-home .quote-section .quote {
  color: var(--white) !important;
  font-family: var(--font-1); 
}
.body-home .quote-section .quote-cite {
  color: var(--light) !important;
  font-family: var(--font-2);
}
.quote-section .quote-wrapper .quote-hr:before {
  background: var(--light);
} 
.quote-section .quote-wrapper .quote-hr:after {
  background: var(--gray-dark);
  opacity: .2;
}
.body-home .quote-section:after {
  background: var(--white);
  opacity: .2;
}
 
/*
==============================================
POV Section
==============================================
*/ 
 
.pov-section {
  background: var(--white);
}
.pov-section h4 {
  color: var(--dark-color-1);
  font-family: var(--font-2);
}
.pov-section h4:after, .pov-carousel .mc-heading:after {
  background: var(--light);
}
.pov-carousel .mc-heading {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: none;
}
.pov-section .head-1 {
  color: var(--dark);
  font-family: var(--font-1);   
}
.pov-carousel .mc-date {
  color: var(--gray-dark);
  font-family: var(--font-1); 
}
.pov-carousel .mc-copy {
  color: var(--gray-dark);
  font-family: var(--font-1); 
}
.pov-carousel .mc-cta {
  color: var(--medium-color-1);
  font-family: var(--font-2); 
}
.pov-carousel .mc-container a:hover .mc-cta {
  color: var(--gray-dark); 
}
.pov-carousel .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-carousel .mc-container .slick-next:after {
  border-right: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-section .btm-image {
  display: none;
}
.pov-carousel .mc-container:before {
  border-top: 1px solid var(--gray-dark);
  border-bottom: 1px solid var(--gray-dark);
}

 /*
==============================================
Media Section
==============================================
*/ 
.media-section {
  padding: 200px 0 0px;
}
.media-section .media-content {
  position: relative;
  display: table;  
}
/* .media-section .mc-container {
  position: absolute;
}
.media-section .mc-container .mc-content-wrapper {
  display: none;
} */
.media-section .mc-container {
  animation: slideInRightSmall 1s both;  
}
.media-section .mc-container .slick-track {
  width: inherit !important;
}
.media-section .media-carousel-one .mc-image-wrapper {
  max-height: inherit !important;
  position: relative;
  background: none;
}
.media-section .mc-container .mc-image {
  position: relative;
  right: 2px;
}
.media-section .media-carousel-one .mc-image-wrapper:after {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: 0;
  right: -85px;
  border-right: solid 85px transparent;
  border-left: solid 85px transparent;
  border-bottom: solid 65px var(--white);
}
.media-section .mc-container .slick-track .slick-slide {
  width: 572px !important;
  margin: 0;
}
.media-section .mc-container .slick-track .slick-slide a {
  text-decoration: none;
}
.media-section .hide-cta.hide-slide-number.hide-category .mc-content-wrapper {
  display: none;
}
.media-section .mc-container a:hover .mc-image {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 1;
}
.media-section h2 {
  color: var(--gray-medium);
  font-size: 45px;
  line-height: 50px;
}
.media-section h2 .head-2 {
  display: block;
}
.media-section .media-wrap {
  display: block;
  flex-direction: column-reverse;
}
.media-section .media-portrait img {
  float: right;
  margin-top: -680px;
  position: relative;
  left: 300px;
  width: 329px;
}
.media-section .media-portrait {
  position: relative;
  z-index: -1;
  animation: fadeInLeftSmall 1s both;  
}
.media-section .media-portrait:after {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  z-index: 0;
  bottom: 300px;
  right: 404px;
  border-right: solid 85px transparent;
  border-left: solid 85px transparent;
  border-bottom: solid 65px var(--white);
}
.media-section .media-copy {
  position: relative;
  width: 460px;
  float: right;
  right: 90px;
  top: -100px;
  animation: slideInDownSmall 1s both;
}


.media-copy-block-initiate-animation:before {
  animation: fadeInDown 3s forwards;
  animation-delay: 2s;
}

.media-section .media-copy:before {
  content: '';
  position: absolute;
  top: 60px;
  left: -50px;
  width: 2px;
  height: 260px;
  background: var(--light-color-2);
  opacity: 0;
}
.media-section .media-copy p {
  font-size: 22px;
  line-height: 35px;  
  font-weight: 400;
}

.media-section .media-copy a {
  text-transform: uppercase;
  color: var(--dark);
  font-weight: 600;
  text-decoration: underline;
}
.media-section .media-copy a:hover {
  color: var(--medium) !important;
}
.media-section .mc-cta-slide-number-wrapper {
  display: none;
}

/*
==============================================
Awards Section
==============================================
*/ 
.mc-ks-awards-base.mc-container .slick-prev:before, 
.mc-ks-awards-base.mc-container .slick-next:before {
  font-size: 40px !important;
}
.mc-ks-awards-base .mc-main-heading {
  color: var(--dark) !important;
  text-align: center;
}
.awards-section {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#def9fe+0,def9fe+100&0+5,1+100 */
background: linear-gradient(to bottom, rgba(222,249,254,0) 0%,rgba(222,249,254,0) 5%,rgba(222,249,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

padding-top: 0px;
}
.awards-section .awards-content {
  padding: 25px 0 80px;
}
.awards-section .mc-heading {
  -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;
}
.awards-section a:hover .mc-heading {
  color: var(--dark);
}
/*
==============================================
Awards Disclaimer Section
==============================================
*/
.disclaimer-section {
  background: var(--gray-light);
  border-top: 5px solid var(--dark);
  padding:  50px 0 35px;
} 
/*
==============================================
Footer Section
==============================================
*/
 
.footer-section {
  background: url(https://www.raymondjames.com/-/media/674aa8c84dd74138831d9be3729d4860.ashx);
  background-size: cover;
}
.interior .footer-section {
  border-top: 5px solid var(--dark);
}
.footer-section .social-container {
  border-bottom: none;
  border-top: none;
  padding: 20px 0 0;
}
.footer-section .footer-cta-section h4:after {
  display: none;
}
.footer-section .social-container:after {
  display: none;
}
.footer-section .social-container a .fa {
  color: var(--dark) !important;
}
.footer-section .social-container a:hover .fa {
  color: var(--black) !important;
}
.footer-section .footer-content a {
  color: var(--white);
  text-decoration: none;
}
.footer-section .footer-content a:hover {
  color: var(--light) !important;
}
.footer-section .footer-content .ftr-disclosures span {
  text-decoration: none !important;  
}
.footer-section .footer-content .ftr-disclosures a {
  text-decoration: underline;
}
.footer-section .footer-content .ftr-disclosures a:hover {
  text-decoration: none;
}
.footer-section .footer-content .ftr-nap a:hover {
  color: var(--dark) !important;
}
.footer-section .footer-cta-section h4 {
  color: var(--dark);
  font-family: var(--font-2); 
  text-transform: none;
  font-size: 45px;
  margin: 0;
}
.footer-section .sub-light .head-1 {
  color: var(--dark);
  font-family: var(--font-2);
  font-weight: 300;
  text-transform: none;
  font-size: 45px !important;
}
.footer-section .footer-cta-section h4:hover {
  color: var(--black);
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: var(--black) !important;
}
.footer-section .footer-logo {
  text-align: center;
}
.footer-section .footer-contact-info {
  text-align: center;
}
.footer-section .ftr-nap-name {
  color: var(--gray-light) !important;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  color: var(--black);
  font-family: var(--font-3); 
}
.footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  text-decoration: underline;
}
.footer-section .ftr-nap-phone a:hover, .footer-section .ftr-nap-map-directions a:hover {
  text-decoration: none;
}
.footer-section .footer-hedge-section {
  background: var(--gray-medium);  
}
.footer-section .ftr-disclosures {
  color: var(--white);
}
/* This hides the word "address" that appeard above the address */
.footer-section .ftr-nap-address:before {
  display: none;
}
 
/*
==============================================
Interior Pages
==============================================
*/
.interior .billboard-container {
    width: 1170px;
}
.copy-section, .bio-section, .resource-section, .blog-main, .body-resource-detail .resource-section, .body-map-directions .resource-section {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,def9fe+100&0+50,1+100 */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(126,168,204,0) 50%,rgba(222,249,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  background: none;
}
.copy-section h1, .copy-section .head-1, .body-about-us .copy-section h2, .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5, .resource-detail-copy-wrapper h4, h2 {
  color: var(--dark);
  font-family: var(--font-2); 
  text-transform: none;  
  font-weight: 300;
  font-size: 28px;
}
.copy-section h1, .copy-section .head-1 {
  font-size: 45px !important;
  line-height: 50px;
  text-align: center;  
}
.copy-section .head-2, .copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
  color: var(--dark);
  font-family: var(--font-2); 
  text-transform: none;
  font-weight: 300;
}
.copy-section .head-2, .copy-section .head-3 {
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}
.interior .billboard-content:after {
  background: none;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
  color: var(--dark) !important;
  text-transform: none;
  font-weight: 300 !important;
  font-family: var(--font-2);
}
.interior .quote-section {
  display: none;
}
.quote-section {
  background: var(--white);
}
.quote-section .quote {
  color: var(--gray-dark);
  font-family: var(--font-1);
}
.quote-section .quote span {
  animation: none;
}
.quote-section .quote-cite {
  color: var(--dark) !important;
  font-family: var(--font-2); 
}
.quote-section .mc-container .slick-track .slick-slide {
  background: transparent;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--black);
}
.pov-carousel .mc-category {
  color: var(--medium);
} 
.pov-carousel .mc-category:hover {
  color: var(--dark);
}
.pov-carousel .mc-container .slick-slide a:hover {
  box-shadow: none;
}
.pov-carousel .mc-heading {
  color: var(--gray-dark);
  -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;  
}
.pov-carousel a:hover .mc-heading {
  color: var(--dark)
}

.interior .mc-ks-awards-base .mc-content-wrapper {
  padding-bottom: 0 !important;
  height: auto !important;
}
.mc-ks-awards-base .mc-content-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
/*
==============================================
Resource Detail Page
==============================================
*/
 
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a,
.fa-share-alt, .resource-detail-info-wrapper a,
.social-media-share-link, .blog-date-link,
.blog-category-link, .blog-media-type-link {
  color: var(--medium) !important;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
  color: var(--gray-dark) !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: var(--dark) !important;
}
.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
  color: var(--white) !important;
}
 
/*
==============================================
Masonry fixes model 1 variables
==============================================
*/
.masonry-one-of-two .masonry-title, .masonry-one-by-two .masonry-title, .masonry-one-by-one .masonry-title, .masonry-three-by-one .masonry-title {
  color: var(--dark) !important;
}
.masonry-load-more:before {
  display: none;
}
.masonry-grid-3 .masonry-title {
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-2);

}
.filter-name, .filter a, .filter-reset {
  border: solid 1px transparent;
  padding: inherit;
}
.masonry-grid-3 {
  background: var(--gray-light);
}
/*
==============================================
Masonry Grid Styles
==============================================
*/

/*
==============================================
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(--dark);
    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(--dark);
}
.slick-dots li button:before {
  color: var(--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(--dark);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}
 

/*
==============================================
Next/Previous arrows and background variables
==============================================
*/ 
 .body-resource-detail .social-media-share-wrapper {
  top: 0;
 }
/* 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(--gray-dark) !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(--dark) !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;
}
.bio-detail-previous-link, 
.bio-detail-next-link, 
.blog-detail-previous-link, 
.blog-detail-next-link, 
.resource-detail-previous-link, 
.resource-detail-next-link  {
  text-decoration: none !important;
  border-bottom: none !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(--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(--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;
}
 
.slick-initialized .slick-slide {
  border-bottom: none;
}

/*
==============================================
Bio content Slider photos
==============================================
*/
.bio-cs-gallery {
  background: var(--gray-light);
  padding: 60px 30px 60px;
}
.bio-cs-gallery .slick-next:before, 
.bio-cs-gallery .slick-prev:before {
  color: var(--gray-dark);
  font-size: 40px !important;
}
.bio-cs-gallery .slick-next:hover:before, 
.bio-cs-gallery .slick-prev:hover:before {
  color: var(--dark);
  -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;
}
.bio-cs-gallery .slick-dots {
  bottom: -45px;
}
.bio-cs-gallery .content-slider-copy {
  padding-bottom: 45px;
}
.bio-cs-gallery .content-slider-image-wrapper {
  margin-bottom: 30px;
}
.bio-cs-gallery .slick-slide {
  text-decoration: none;
  color: var(--gray-dark);
}
.bio-cs-gallery .slick-slide:hover {
  text-decoration: none;
  color: var(--gray-dark) !important;
}



/*
==============================================
Signature
==============================================
*/
.signature {
  max-width: 230px;
}

.bio-quote-section {
  display: none;
}
/*
==============================================
Share Widget and text links
==============================================
*/
.blog-detail-info-wrapper, .blog-detail-info-share-wrapper {
  display: inline-block;
}
.social-media-share-wrapper {
  top: 17px; 
  display: inline-block;
}
.blog-detail-copy-wrapper {
  margin-top: -60px;
}
/* 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(--gray-dark) !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(--medium) !important;
}
.blog-category-link:hover, .blog-date-link:hover, .blog-media-type-link:hover {
  color: var(--dark) !important;
}
/* share pop up box icon normal */
.social-media-share-wrapper span a {
  color: var(--white) !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
  color: var(--light) !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(--gray-dark) !important;
}
/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--medium-color-1);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--medium-color-1);
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
  color: var(--gray-dark);
  border-top: 1px solid var(--gray-medium);
}
 
/*
==============================================
Styles Page Section
==============================================
*/
h3 {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: none;
  font-weight: 300;
}
.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: var(--dark);
  text-transform: none;
}
.accord {
  margin-bottom: 40px;
}
.accord .disclosure {
  margin-top: 20PX;
}
.accord li:last-child .accord-link {
  border-bottom: 1px solid var(--light);
}
.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(--gray-dark) !important;
}
.flextab-triggers a {
  background: var(--white);
  border: 1px solid var(--dark);
  color: var(--dark) !important;
  font-family: var(--font-2);
  font-weight: 500;  
  padding: 2px 14px;
  text-decoration: none;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: var(--dark) !important;
  color: var(--light) !important;
}
blockquote:before, q:before {
  background: var(--light);
}
blockquote, q {
  color: var(--dark) !important;
  border-color: var(--gray-medium) !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: var(--gray-light);
}
 
/*
==============================================
Blog
==============================================
*/
 
.blog-detail-heading {
  color: var(--dark) !important;
  font-family: var(--font-2);
  text-transform: none;
  font-weight: 300 !important;
}
.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) !important;
}
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: var(--dark) !important;
}
.filter-list-heading a {
  border-color: var(--gray-medium) !important;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
  color: var(--dark) !important;
  font-family: var(--font-2);
  text-transform: none;
  font-weight: 300;
}
.fa-calendar:before {
  color: var(--dark);
}
.blog-landing-click-copy .blog-landing-copy {
  color: var(--gray-dark);
}
.blog-landing-overall-copy {
  border-color: var(--gray-medium) !important;
}
.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(--medium) !important;
}

/*
==============================================
Modules/Masonry Grid
==============================================
*/

.copy-section .module-intro-content .head-2 {
  color: var(--dark) !important;
  text-transform: none;
}
.masonry-link {
  text-decoration: none;
}

.resource-section h2 {
  font-family: var(--font-2);
  font-weight: 300;
  color: var(--dark);
  text-transform: none;
}

.masterprime .body-module-private-wealth .module-explore-strategies-section {
  background: var(--dark);
}
.masterprime .body-module-private-wealth .module-explore-strategies-section h3 {
  color: var(--white);
  line-height: normal;
  font-family: var(--font-2);
  font-weight: 300;
  text-transform: none;
}
.masterprime .body-module-private-wealth .module-case-section h3 {
  font-family: var(--font-2);
  text-transform: none;
  line-height: 28px;
  font-weight: 300;
}
.masterprime .body-module-private-wealth .module-section-header {
  background: var(--dark);
}
.masterprime .body-module-private-wealth .content-slider-wrapper .content-slider-heading {
  font-family: var(--font-2);
  text-transform: none;
  font-weight: 300;
}
.masterprime .content-slider-wrapper a:hover .content-slider-copy-wrapper p {
  color: var(--gray-dark);
}
.masterprime .body-module-private-wealth .related-resources-content .mc-heading {
  font-family: var(--font-2);
  color: var(--dark);
  font-weight: 300;
  text-transform: none;
  font-size: 18px;
  line-height: 22px !important;
}
.masterprime .body-module-private-wealth .module-contact-section .contact-cta {
  font-family: var(--font-1);
  color: var(--medium) !important;
  text-transform: uppercase;
}
.masterprime .body-module-pre-retirees .module-case-section .module-case-content a {
  color: var(--medium);
}
.masterprime .body-module-private-wealth .ftr-cta-wrapper h3 {
  font-family: var(--font-2);
  text-transform: none;
  color: var(--dark);
  font-weight: 300;
}
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .intro-cta-headline {
  font-family: var(--font-2);
}

.intergenerational-interior-landing-page .content-slider-media-content .content-slider-cta, .intergenerational-main-landing-page .contact-cta-section .ftr-cta-wrapper a .button, .intergenerational-interior-landing-page .contact-cta-section .ftr-cta-wrapper a .button {
  border-radius: 0;
}
.intergenerational-interior-landing-page .callout-link {
  border-radius: 0;
}
.intergenerational-interior-landing-page .intro-section h1, .intergenerational-main-landing-page .main-intro-content h1, .intergenerational-main-landing-page .masonry-grid-section h2, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading {
  font-family: var(--font-2);
  font-weight: 500;
  color: var(--dark);
  text-transform: none !important;
}
.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 {
  color: var(--white);
}
.intergenerational-interior-landing-page .intro-section h1 strong, .intergenerational-main-landing-page .main-intro-content h1 strong, .intergenerational-main-landing-page .masonry-grid-section h2 strong, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading strong {
  color: var(--dark);
  font-family: var(--font-2);
  font-weight: 500;
  text-transform: none;
}
.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong {
  color: var(--white);
}
.intergenerational-interior-landing-page.contact-cta-btm .ftr-cta h2 strong, .intergenerational-main-landing-page .contact-cta-btm .ftr-cta h2 strong, .intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2, .intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2 strong, .intergenerational-interior-landing-page .contact-cta-btm .ftr-cta h2, .intergenerational-main-landing-page .contact-cta-btm .ftr-cta h2 {
  font-weight: 500;
  color: var(--dark);
}
.intergenerational-interior-landing-page .contact-cta-btm .ftr-cta h2 strong {
  font-weight: 500;  
}
.intergenerational-interior-landing-page .related-resources-section .media-carousel-base .mc-main-heading-wrapper .mc-main-heading {
  text-transform: none;
  color: var(--dark);
  font-family: var(--font-2);
  font-weight: 500;
} 
.eyebrow {
  font-weight: 500;
  text-transform: none;
  color: var(--dark);
  font-family: var(--font-2);
}
.intergenerational-interior-landing-page .intro-section h3 {
  font-family: var(--font-2); 
}
.intergenerational-interior-landing-page .related-resources-section .mc-heading {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: none;
  font-weight: 500;
}
.intergenerational-interior-landing-page .tile-fa-billboard h3 {
  font-weight: 500;
  text-transform: none;
  color: var(--dark);
  font-family: var(--font-2); 
}
.intergenerational-interior-landing-page .related-resources-section .mc-cta-slide-number-wrapper {
  min-height: inherit !important;
}
.module-living-your-legacy .billboard-background-video {
  height: auto;
}
.module-living-your-legacy .main-module-section .module-multimedia-section .billboard-heading {
  font-family: var(--font-2);
}
.module-living-your-legacy .main-module-section .module-intro-content .head-2 {
  font-family: var(--font-2);
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .copy-section h1:after {
  display: none;
}
.module-living-your-legacy .btn, .module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button, .module-living-your-legacy .callouts-mobile-slider .callout-item .callout-cta-wrapper button, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-cta {
  border: 2px solid var(--dark);
  color: var(--dark);
  text-transform: none;
  border-radius: 0;
}
.module-living-your-legacy .module-callouts-section .callouts-container .callout-item .callout-heading-wrapper h3.callout-heading {
  font-family: var(--font-2);
  font-weight: 500;
  color: var(--dark) !important;
  text-transform: none;
}
.module-living-your-legacy .module-cta-banner-section h2, .module-living-your-legacy .module-footer-cta-banner-section h4 {
  font-family: var(--font-2);
  font-weight: 500;
  color: var(--dark) !important;
}
.module-living-your-legacy .copy-section .head-1 {
  color: var(--dark);
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-heading {
  font-family: var(--font-2);
  color: var(--dark);
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .module-quote-section .quote-cite {
  font-family: var(--font-2);
  color: var(--dark) !important;
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .module-quote-section .quote {
  font-family: var(--font-2);
  color: var(--gray-dark);
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .module-related-resources-section .related-resource-head-wrapper h4 {
  font-family: var(--font-2);
  color: var(--dark) !important;
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .module-related-resources-section .mc-heading {
  font-family: var(--font-2);
  color: var(--dark) !important;
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .module-related-resources-section .mc-cta {
  font-family: var(--font-2);
  color: var(--dark) !important;
  font-weight: 500;
  text-transform: none;
}
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr:after {
  background: var(--dark);
}
/*
==============================================
Advanced Bios
==============================================
*/
.body-bio-alt-3 .bio-social-sticky-wrap {
  background: var(--gray-light);
}
.body-bio-alt-3 .bio-detail-links-wrapper .fa {
  color: var(--medium) !important;
}
.body-bio-alt-3 .bio-detail-links-wrapper .fa:hover {
  color:  var(--dark)  !important;
}
.body-bio-alt-3 .bio-detail-first-name, .body-bio-alt-3 .bio-detail-middle-initial, .body-bio-alt-3 .bio-detail-last-name, .body-bio-alt-3 .bio-detail-preferred-name {
  color: var(--dark) !important;
  font-family: var(--font-2);
  text-transform: none;
  font-size: 32px;
  line-height: 35px;
}
.body-bio-alt-3 .bio-full-contact-content {
  background: var(--gray-light);
}
.body-bio-alt-3 .bio-detail-designation {
  font-family: var(--font-3);  
}
.body-bio-alt-3 .bio-detail-title  {
  background: none;
  color: var(--gray-dark);
  font-family: var(--font-3); 
  font-size: 15px;
  padding: 0px 30px 0px;
  margin: 0;
}
.body-bio-alt-3 .bio-full-contact-section .bio-detail-email-link-as-text {
  color: var(--gray-dark);
  font-family: var(--font-3); 
  display: inline;
  font-size: 15px;

}
.body-bio-alt-3 .bio-full-contact-section .bio-detail-links-as-text {
  background: none;
  padding: 7px 30px 15px;
}
.body-bio-alt-3 .bio-full-contact-section .bio-detail-email-link-as-text:hover {
  color: var(--medium);
}
.rt-q {
  font-weight: 600;
  margin-bottom: 0 !important;  
}

.filter-name, .filter a, 
.filter-reset {
  text-decoration: none;
}


.intergenerational-interior-landing-page .related-resources-section .hide-category .mc-content-wrapper {
  /* padding: inherit !important;
  padding-left: 20px !important; */
}
.intergenerational-interior-landing-page .related-resources-section .mc-cta-slide-number-wrapper {
  min-height: 45px !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) {
  .home-copy-image {
    margin-top: 0px;
  }
  .billboard-content .hasVideo {
    height: 720px;
  }
.body-home .billboard-section .billboard-team-image {
  left: 40px;
  margin-top: -440px;
}  
.body-home .billboard-section .billboard-team-image img {
  width: 627px;  
}
.body-home .billboard-section .billboard-copy {
  right: -510px;
  top: -130px;
}  
.co-int .callout-item {
  width: calc(31% - 20px);
}
.co-int .callout-heading {
  font-size: 21px !important;
  line-height: 23px !important;
}
.callouts-wide-section .callouts-container .callout-item {
  width: calc(50% - 1px);
  margin: 0;
}
.media-section {
  padding: 300px 0 50px;
}
.media-section .mc-container {
  padding: 25px 0px 0px 0px;
}
.media-section .media-portrait img {
  left: 350px;
}
.media-section .media-portrait:after {
  right: 254px;
}
.media-section .media-copy {
  width: 360px;
  right: 40px;
  top: -90px;
}
.interior .billboard-container {
  width: 100%;
}
.callouts-wide-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  font-size: 40px;
  line-height: 45px;
}
.p-gallery a img {
  width: 265px;
  height: 345px;
}
.gallery-2 a img {
  width: 40%;
  height: 220px;
}
.gallery-3 a img {
  width: 100%;
  height: 220px;
}
}

  
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
      
}
  
  
/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .nav-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: var(--white);
    opacity: .8;
    z-index: -1;
  }
  .co-int .callout-item {
    width: calc(60% - 20px);
    margin: 0 auto;
  }
  /* .nav-opened.nav-trigger:after {
    background: none;
  }  */
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background: var(--gray-light) !important;
    box-shadow: none;
  }
  .fa-angle-down:before {
    color: var(--gray-medium);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    border-bottom: 1px solid var(--gray-medium);
  }
  .nav-address-wrapper {
    font-family: var(--font-1);
    font-weight: 500;
    font-size: 14px;
    color: var(--gray-dark);
}
  /* 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(--dark);
  }
  /* 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(--dark);
  }
  .nav-container .address-group-name-wrapper {
    display: none !important;
  }
  .header-main:after {
    display: none;
  }
  .body-home .main-content {
    margin-top: 0;
  }
  .billboard-content .hasVideo {
    display: none;
  }
  .body-home .billboard-section .billboard-team-image {
    left: 0;
    margin-top: 0;
}
  .body-home .billboard-section .billboard-team-image img {
    width: 100%;
  }  
  .body-home .billboard-section .billboard-copy {
    right: 0;
    left: 0;
    top: 40px;
    padding: 0 25px;
    width: auto;
  }
  .billboard-section .head-2 {
    font-size: 50px !important;
    line-height: 50px;
  }
  .billboard-section h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .callouts-wide-section .callouts-wide-content {
    margin: 100px 0 0;
  }  
  .callouts-wide-section .callouts-container .callout-item .callout-heading-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-item .callout-heading-wrapper {
    padding: 30px 15px 0;
  }
  .callouts-wide-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    font-size: 35px;
    line-height: 40px;
  }
  .callouts-wide-section .callouts-container:after {
    bottom: 0px;
  }
  .callouts-wide-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    padding: 0 20px;
  }
  .callouts-wide-section .callouts-container .callout-item .callout-cta-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-item .callout-cta-wrapper {
    padding: 20px 20px 0;
  }
  .media-section {
    padding: 50px 0;
  }
  .media-section .media-content {
    margin-bottom: 0;
    display: block;
  }
  .media-section .mc-container {
    padding: 25px 50px 50px 50px;
  }
  .media-section .media-copy {
    width: 100%;
    right: 0;
    top: 0;
    float: none;
    padding: 0 25px;
  }
  .media-section .media-portrait {
    text-align: center;
}
  .media-section .media-portrait img {
    left: auto;
    float: none;
    margin: 50px auto;
  }
  .media-section .media-copy:before {
    top: -25px;
    left: 0px;
    width: 100%;
    height: 2px;
  }
  .media-section .media-portrait:after {
    right: 445px;
    bottom: 60px;
  }
  .media-section h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
  
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .body-home .billboard-section .billboard-team-image img {
    width: 100%;
    top: -720px;
  }
  .body-home .billboard-section .billboard-copy {
    padding: 0;
    width: 100%;
    top: 0;
  }
  .co-int .callout-heading {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  .callouts-wide-section .callouts-wide-content {
    margin-top: 50px !important;
  }

    .callouts-section .slick-prev:after {
        border-left: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }
    .callouts-section  .slick-next:after {
        border-right: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }    
  .callouts-section .callout-cta-wrapper button {
    color: var(--white)
  }
  .callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    color: var(--gray-dark) !important;   
  }
  .callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light);
  }
  .callouts-wide-section .callouts-container .callout-1 .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-container .callout-1 .callout-copy-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-copy-wrapper, .callouts-wide-section .callouts-container .callout-1 .callout-cta-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-cta-wrapper {
    text-align: inherit;
  }
  .media-section .media-portrait img {
    width: 100%;
  }
  .media-section .media-carousel-one .mc-image-wrapper:after {
    display: none;
  }
  .media-section .media-portrait:after {
    display: none;
  }
  .media-section .mc-container {
    padding: 0;
  }
  .media-section .mc-container .slick-track .slick-slide {
    margin: 0;
  }
  .media-section .media-copy:before {
    display: none;
  }
  .blog-detail-info-wrapper, .blog-detail-info-share-wrapper {
    display: initial;
  }
  .social-media-share-wrapper {
    top: 0;
  }
  .copy-section h1, .copy-section .head-1, 
  .copy-section .head-2, 
  .copy-section .head-3 {
    font-size: 38px !important;
    line-height: 36px;
  }

  .p-gallery a img {
    width: 100%;
    height: auto;
  }
  .body-bio-alt-5 .bio-detail-headshot-wrapper img {
    margin-left: inherit;
  }
  .body-bio-alt-3 .bio-detail-headshot-wrapper {
    height: 283px;
    overflow: hidden;
  }
  .body-bio-alt-3 .bio-detail-headshot-wrapper {
    width: 114% !important;
    max-width: 114% !important;
  }
  .media-section .mc-container .slick-track .slick-slide {
    width: 100% !important;
  }
}
  
/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .callouts-section .slick-prev:after {
        border-left: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }
    .callouts-section  .slick-next:after {
        border-right: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }    
  .callouts-section .callout-cta-wrapper button {
    color: var(--white) !important;
  } 
  .callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light) !important;
  } 
  .callouts-wide-section .callouts-container .callout-1 .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-container .callout-1 .callout-copy-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-copy-wrapper, .callouts-wide-section .callouts-container .callout-1 .callout-cta-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-cta-wrapper {
    text-align: inherit;
  }
  .media-section .media-copy:before {
    display: none;
  }
  .media-section .media-portrait {
    margin-top: 50px;
  }   
}  

@media only screen 
and (device-width: 390px) 
and (device-height: 844px) 
and (-webkit-device-pixel-ratio: 3) {

  .body-home .main-content {
    margin-top: 0;
  }
  .billboard-content .hasVideo {
    display: none;
  }
  .body-home .billboard-section .billboard-team-image img {
    width: 100%;
  } 
  .body-home .billboard-section .billboard-team-image {
    left: 0;
    margin-top: 0;
  }
  .body-home .billboard-section .billboard-copy {
    right: 0;
    top: 0;
  }
  .callouts-wide-section .callouts-container .callout-item .callout-heading-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-item .callout-heading-wrapper {
    padding: 30px 30px 0;
  }
  .callouts-wide-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    padding: 0 30px;
  }
  .media-section {
    padding: 0px;
  }
}



@media only screen 
and (min-width: 390px) 
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {   
  /* body { border: 20px solid red;} */

  
  .co-int .callout-item {
    width: calc(60% - 20px);
    margin: 0 auto;
  }
  .body-home .billboard-section .billboard-copy {
    right: 0;
    left: 0;
    top: 40px;
    padding: 0 25px;
    width: auto;
  }
  
  .media-section {
    padding: 50px 0;
  }
  .media-section .media-content {
    margin-bottom: 0;
    display: block;
  }
  .media-section .mc-container {
    padding: 25px 50px 50px 50px;
  }
  .media-section .media-copy {
    width: 100%;
    right: 0;
    top: 0;
    float: none;
    padding: 0 25px;
  }
  .media-section .media-portrait {
    text-align: center;
}
  .media-section .media-portrait img {
    left: auto;
    float: none;
    margin: 50px auto;
  }
  .media-section .media-copy:before {
    top: -25px;
    left: 0px;
    width: 100%;
    height: 2px;
  }
  .media-section .media-portrait:after {
    right: 445px;
    bottom: 60px;
  }
  .media-section h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .callouts-wide-section .callouts-container .callout-item {
    width: calc(100% - 0px);
    margin: 0;
  }
  .callouts-wide-section .callouts-container .callout-1 .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-heading-wrapper .callout-heading, .callouts-wide-section .callouts-container .callout-1 .callout-copy-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-copy-wrapper, .callouts-wide-section .callouts-container .callout-1 .callout-cta-wrapper, .callouts-wide-section .callouts-mobile-slider .callout-1 .callout-cta-wrapper {
    text-align: inherit;
  }
  .callouts-wide-section .callouts-container:after {
    display: none;
  }
  .callouts-wide-section .callouts-container .callout-image-wrapper:after {
    display: none;
  }
  .callouts-wide-section .callouts-container .callout-item .callout-heading-wrapper, 
  .callouts-wide-section .callouts-mobile-slider .callout-item .callout-heading-wrapper, 
  .callouts-wide-section .callouts-container .callout-1 .callout-copy-wrapper, 
  .callouts-wide-section .callouts-container .callout-item .callout-cta-wrapper, 
  .callouts-wide-section .callouts-container .callout-item .callout-copy-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .media-section .media-copy:before {
    display: none;
  }
  .mc-ks-awards-base .mc-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .billboard-section h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .billboard-section .head-2 {
    font-size: 50px !important;
    line-height: 50px;
  }
  .callouts-wide-section .callouts-wide-content {
    margin: 100px 0 0;
  }
}

 