@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/base.css');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600|Cormorant:400,500|Montserrat');

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER: Evan
DESIGNER: Pam
JOB #: 16-BR3HR-0014
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

font-family: 'Cardo', serif;

regular 400

font-family: 'Oswald', sans-serif;

light 300
regular 400

font-family: 'Julius Sans One', sans-serif;


font-family: 'Lato', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900
____
*/


.cfp {
	font-variant: small-caps;
}
a, .resource-detail-copy-wrapper a {
	color: #4E79A6;
}
a:hover, a:focus, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
    color: #25435a;
}
.disclosure, .disclaimer {
    font-size: 15px;
    line-height: 18px;
}
button {
    font-family: 'Cormorant', serif;
    color: #4E79A6;
    text-transform: uppercase;
    border: none;
    background: none;	
}
.copy-content h2 {
    font-family: 'Cormorant', serif;
    color: #25435a;
}
.copy-content h3, .resource-detail-heading h3 {
    font-family: 'Cormorant', serif;
    color: #25435a;
}
.copy-content h4 {
    font-family: 'Cormorant', serif;
    color: #25435a;
}
.copy-content h5 {
    font-family: 'Cormorant', serif;
    color: #25435a;
}
.copy-content blockquote, q, .resource-detail-copy-wrapper blockquote {
    font-family: 'Cormorant', serif;
    color: #25435a;
    border-top: 1px solid #4E79A6;
    border-bottom: 1px solid #4E79A6;
}
.copy-content blockquote:before, .resource-detail-copy-wrapper blockquote:before {
    background: #4E79A6;
}
/*
==============================================
HOME PAGE
==============================================
*/


/*
==============================================
HEADER
==============================================
*/
.header-main {
    background: #25435a;
}
.social-container .fa {
	color: #fff;
}
.header-content .ftr-logo-divider, .header-content .ftr-group-name {
	display: none;
} 
.social-container .fa:hover {
    color: #f4e9d3;
}
/*
==============================================
 NAVIGATION
==============================================
*/
.nav {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.primary-nav > li > a:hover {
    color: #E1CB98 !important;
}
.primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
    color: #E1CB98;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    color: #E1CB98;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
    color: #E1CB98;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav .has-children {
    padding-right: 0px !important;
}
/*.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background-color: rgba(37,67,90,.9) !important;
}*/
/*.nav-sticky {
    background: rgba(37,67,90,.9) !important;
}*/
.interior .nav-overall-wrapper:not(.van-mobile-nav) {
    background: #25435a !important;
	border-bottom: 3px solid #627788;	
}
/*
==============================================
LOGO
==============================================
*/


/*
==============================================
BILLBOARD - HOME
==============================================
*/
.body-home .billboard-section .billboard-container {
	background-position: bottom center;
    min-height: 106vh;	
}
.body-home .billboard-section .billboard-content-wrapper:after {
    background-color: rgba(19,24,34,0.2) !important;
}
.billboard-heading h1 .head-1 {
	font-family: 'Cormorant', serif;
    color: #f4e9d3;	
    font-size: 58px;
    line-height: 50px;	
}
.billboard-heading h1 .head-2 {
    font-size: 22px;
    color: #f4e9d3;
}
.body-home .billboard-heading h1 {
    padding: 130px 0 50px;
}
.body-home .billboard-heading {
    top: 100px;
    position: relative;
    border: 1px solid rgba(255,255,255,.5);
    max-width: 390px;
    margin: 0 auto;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation: billboard-border 2s ease-in-out;	
}
.billboard-heading h1:before {
	display: none;
}
@keyframes billboard-border {
  from {
	width: 360px;
	opacity: 0;
  }

  to {
	width: 390px;
	opacity: 1;
  }
}
.billboard-section-3 .billboard-content-3 .billboard-container {
	min-height: 520px;
}


/*
HOME INTRO SECTION
==============================================
*/
.intro-section {
	background: url(/-/media/rj/advisor-sites/Sites/t/r/trimaranadvisors/Images/seamless-geometric-pattern.jpg);
	border: none;
}
.intro-section .intro-text {
    font-family: 'Cormorant', serif;
	font-weight: 500;
	font-size: 20px;
	color: #000;
}
.intro-section .intro-text p {
	margin: 0 0 20px;
}

/*
==============================================
NICHE SECTION
==============================================
*/

/*
==============================================
TEAM SECTION
==============================================
*/
.team-section {
    border-bottom: none;
    background: rgb(66,79,89);
    background: -moz-radial-gradient(center, ellipse cover, rgba(66,79,89,1) 0%, rgba(37,67,90,1) 99%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(66,79,89,1) 0%,rgba(37,67,90,1) 99%);
    background: radial-gradient(ellipse at center, rgba(66,79,89,1) 0%,rgba(37,67,90,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424f59', endColorstr='#25435a',GradientType=1 );
}
.team-section .team-copy h2 {
    text-align: center;
    margin: 0 0 50px;
}
.team-section .team-copy h2 .head-1 {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    font-style: normal;
    color: #f4e9d3;
}
.team-section .team-copy h2 .head-2 {
    font-family: 'Cormorant', serif;
    font-size: 45px;
    color: #f4e9d3;
    letter-spacing: 10px;	
}
.yearbook-headshot {
	-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;	
}

.yearbook-three a:hover .yearbook-headshot {
	opacity: .5;
}
.team-section .team-copy {
	padding: 0;
}
.body-home .yearbook-first-name, .body-home .yearbook-last-name, .body-home .yearbook-designation {
    font-family: 'Cormorant', serif;
    color: #f4e9d3 !important;
    text-transform: none;
    line-height: 32px !important;
}
.body-home .yearbook-three .yearbook-title {
	color: #fff;
    font-size: 18px !important;
    line-height: 22px;	
    letter-spacing: 0px;	
}
.body-home.yearbook-three .yearbook-hr {
    background-color: #f4e9d3;
}
.team-section .team-copy p {
	font-family: 'Raleway', sans-serif;	
    color: #fff;
}
.yearbook-slide {
	width: 20%;
}
 .team-section .team-slider .yearbook-three .yearbook-headshot-wrapper {
    max-width: 228px !important;
}
/*
==============================================
BILLBOARD 3 SECTION
==============================================
*/
.billboard-section-3 .billboard-container.show-billboard {
    background-size: cover;
    min-height: 550px;
	-webkit-box-shadow: inset -1px 30px 35px 3px rgba(0,0,0,.25);
    -moz-box-shadow: inset -1px 30px 35px 3px rgba(0,0,0,.25);
    box-shadow: inset -1px 30px 35px 3px rgba(0,0,0,.25);
}

/*
==============================================
CALLOUTS SECTION
==============================================
*/
.callouts-section {
	border: none;
	position: relative;
}
.callouts-section:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    height: 5px;
    width: 100%;
    border-top: 1px solid #f4e9d3;
    border-bottom: 1px solid #f4e9d3;
}
.callouts-section:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 5px;
    width: 100%;
    border-top: 1px solid #f4e9d3;
    border-bottom: 1px solid #f4e9d3;
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
    font-family: 'Cormorant', serif;
    font-style: normal;
    text-transform: uppercase;
    color: #252525;
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .head-2, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .head-2 {
    font-family: 'Cormorant', serif;
    font-size: 29px;
    color: #252525;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    font-family: 'Raleway', sans-serif;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #25435a;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: #4E79A6;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button:after, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button:after {
	display: none;
}
.callouts-container .callout-item, .callouts-mobile-slider .callout-item {
    min-height: 320px;
}
/*
==============================================
NICHE SECTION
==============================================
*/
.niche-section {
	background: #25435a;
    border: none;
    padding: 150px 0 0;
}
.niche-section .niche-content {
    margin: 0 auto 0px auto !important;
    background: #fff;
}
.niche-section .niche-content:before {
	background: none;
}
.niche-section .niche-content .mc-heading {
    font-family: 'Cormorant', serif;
    font-style: normal;
    text-transform: uppercase;
    color: #252525;
}
.niche-section .niche-content .mc-copy {
    font-family: 'Raleway', sans-serif;
}
.niche-section .niche-content .mc-image-wrapper {
    background: #25435a;
}
.niche-section .niche-content a:hover .mc-cta {
    background-color: transparent !important;
    color: #f4e9d3!important;
    border: solid 1px #f4e9d3!important;
}
.niche-section .niche-content a .mc-cta {
    background-color: rgb(37, 67, 90, .8) !important;
    color: #f4e9d3 !important;
    border: solid 1px #f4e9d3 !important;
}
.mc-container .slick-next:after {
    border-right: 1px solid #252525;
    border-top: 1px solid #252525;
}
.mc-container .slick-prev:after {

    border-left: 1px solid #252525;
    border-top: 1px solid #252525;
}

/*
==============================================
INTERIOR  SECTION
==============================================
*/
.copy-section:before {
    background: transparent;
}
.copy-section h1 {
    font-family: 'Cormorant', serif;
    color: #25435a;
    font-size: 38px;
    line-height: 39px;	
}
.copy-section h1 .head-2 {
    color: #25435a;
    font-size: 21px;	
}
.body-about-us .billboard-container {
	border: none;
}
.interior .quote-section {
	display: none;
}
.copy-content {
    font-family: 'Cormorant', serif;
	color: #000;
	font-size: 20px;
}
.body-contact .billboard-content .billboard-container {
    background-position: bottom center;
}
/*
==============================================
ABOUT US PAGE
==============================================
*/
.yearbook-first-name, .yearbook-last-name, .yearbook-designation {
    font-family: 'Cormorant', serif;
    color: #25435a !important;
    text-transform: none;
    line-height: 32px !important;
}
.yearbook-three .yearbook-title {
	color: #25435a;
    font-size: 18px !important;
    line-height: 22px;	
    letter-spacing: 0px;	
}
.yearbook-three .yearbook-hr {
    background-color: #f4e9d3;
}
.yearbook-three .yearbook-links .fa {
    color: #25435a;
    font-size: 20px;	
}
.yearbook-three .yearbook-links .fa:hover {
    color: #4E79A6;
}
.yearbook-slide:hover {
    background: rgba(244,233,211,.2);
}
.yearbook-slide:before {
    font-family: 'Cormorant', serif;
    background-color: #f4e9d3;
    color: #25435a;
}
.team-section .team-slider .yearbook-container .slick-prev, .team-section .team-slider .yearbook-container .slick-next {
	border: none;
}
/*
==============================================
BIO DETAIL
==============================================
*/
.bio-detail-container:before, .bio-detail-container:before, .resource-section:before {
	background: none;
}
.bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
    font-family: 'Cormorant', serif !important;
    color: #25435a !important;
}
.bio-detail-title-wrapper, .bio-detail-title {
    font-family: 'Source Sans Pro', sans-serif;
    color: #25435a;
}
.bio-content-social:before {
	background: #f4e9d3;
}
.bio-detail-links-wrapper .fa {
	color: #25435a;
}
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before  {
	background-color: #25435a;
}
.bio-detail-links-wrapper .fa:hover {
    color: #4E79A6;
}
.bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio {
    color: #000;
}
.bio-sticky {
	margin-top: 45px !important;
}
.bio-detail-copy-wrapper p {
    font-family: 'Cormorant', serif;
}
/*
==============================================
MASONRY GRID
==============================================
*/
.filter-name, .filter a, .filter-reset {
    font-family: 'Cormorant', serif;
    font-weight: 600;	
	color: #25435a;
}
.filter-reset:hover {
    color: #4E79A6;
}
.filter a:hover {
    background: #f4e9d3;
    color: #25435a;
}
.masonry-one-by-one, .masonry-one-of-two-stacked, .masonry-two-of-two-stacked {
    background: #25435a;
}
.masonry-one-by-one:hover, .masonry-one-by-one-stacked a:hover .masonry-one-of-two-stacked, .masonry-one-by-one-stacked a:hover .masonry-two-of-two-stacked {
    background: #f4e9d3;
    color: #000 !important;
}
.masonry-row a:hover > .masonry-copy .masonry-cta-container button, .masonry-row a:hover > .masonry-copy .masonry-category-container .masonry-category, .masonry-one-by-one-stacked a:hover > .masonry-one-of-two-stacked .masonry-copy .masonry-cta-container button, .masonry-one-by-one-stacked a:hover > .masonry-one-of-two-stacked .masonry-copy .masonry-category-container .masonry-category, .masonry-one-by-one-stacked a:hover > .masonry-two-of-two-stacked .masonry-copy .masonry-cta-container button, .masonry-one-by-one-stacked a:hover > .masonry-two-of-two-stacked .masonry-copy .masonry-category-container .masonry-category {
    color: #000 !important;
}
.masonry-two-by-one {
    background: #f4e9d3;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #f4e9d3;
}
.masonry-two-by-one:hover {
    background: #e4e6e7;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #e4e6e7;
}
.masonry-cta-container button {
	color: #000 !important;
}
.masonry-one-by-two, .masonry-three-by-one {
    background: #f4e9d3;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #f4e9d3;
}
.masonry-one-by-two:hover, .masonry-three-by-one:hover {
    background: #e4e6e7;
    color: #000 !important;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #e4e6e7;
}
.masonry-two-by-two {
    background: #25435a;
}
.masonry-two-by-two:hover {
    background: #f4e9d3;
}
.masonry-title {
    font-family: 'Cormorant', serif;
}
.masonry-paragraph {
    font-family: 'Cormorant', serif;
}
.masonry-cta-container, .masonry-category-container {
    font-family: 'Cormorant', serif;
}
.masonry-cta-container, .masonry-category-container {
    font-family: 'Cormorant', serif;
}

.resource-detail-copy-wrapper {
    font-family: 'Cormorant', serif;
	font-size: 20px;
}
.resource-detail-heading-wrapper h3, .resource-detail-copy-wrapper h4 {
    font-family: 'Cormorant', serif;
    color: #25435a;
}
.resource-detail-next-link-wrapper.hover-link:before, .resource-detail-previous-link:hover:before {
    background: #25435a;
}
.resource-date-link, .resource-category-link, .resource-media-type-link, .social-media-share-link, .blog-detail-tag-cloud-header, .blog-detail-tag-cloud-links a {
    color: #25435a !important;
}
.resource-date-link, .resource-category-link:hover, .resource-media-type-link:hover, .social-media-share-link:hover, .blog-detail-tag-cloud-header, .blog-detail-tag-cloud-links a:hover {
    color: #25435a !important;
}
.masonry-load-more, .masonry-tertiary-load-more {
    font-family: inherit;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    background: #f4e9d3;
}
.social-media-share {
    color: #25435a !important;
}
.social-media-share-wrapper span {
    background-color: #25435a;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #25435a;
}
.social-media-share-wrapper span a:hover {
    color: #f4e9d3;
}
.resource-date-link, .resource-category-link, .resource-media-type-link, .social-media-share-link, .resource-detail-tag-cloud-header, .resource-detail-tag-cloud-links a {
    color: #25435a !important;
    font-family: 'Cormorant', serif;
}
.resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
    color: #4E79A6 !important;
}
.resource-content {
    font-family: 'Cormorant', serif;
    color: #000;
    font-size: 20px;
    line-height: 35px;	
	padding: 50px 0px 150px 0px;	
}
    
.resource-content h1 {
    font-family: 'Cormorant', serif;
    color: #25435a;
    font-size: 38px;
    line-height: 39px;	
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 100px;	
}
.resource-content h1 .head-1 {
	display: block;
}
.resource-content h1 .head-2 {
    color: #25435a;
    font-size: 21px;	
	display: block;
	text-transform: none;
}
.resource-detail-prev-wrapper, .resource-detail-next-resource {
    font-size: 14px;
    line-height: 20px;
}
.bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next {
    font-size: 14px;
    line-height: 20px;
}
/*
==============================================
CONTACT US
==============================================
*/
.contact-form .form-inline .form-group.select-container:before {
    border-color: #25435a transparent transparent transparent;
}
.contact-form .form-inline .captcha .btn-contact {
    background: #25435a;
    color: #fff;
    border: 1px solid #25435a;
}
.contact-form .form-inline .captcha .btn-contact:hover {
    background: #f4e9d3;
}
/*
==============================================
QUOTE SECTION
==============================================
*/
.quote-section {
    background: url(/-/media/rj/advisor-sites/Sites/t/r/trimaranadvisors/Images/seamless-geometric-pattern.jpg);
}
.quote-wrapper:before {
    color: #25435a;
}
.quote {
    color: #353d48;
    max-width: 950px;	
}
.quote-cite {
    color: #353d48 !important;
    font-weight: 600;
}
/*
==============================================
FOOTER SECTION
==============================================
*/
.footer-content {
	border: none;
}
.footer-cta-social-section {
    background: #25435a;
	position: relative;
}
.footer-cta-social-section:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0;
	height: 5px;
	width: 100%;
	border-top: 1px solid rgba(244,233,211,.5);
	border-bottom: 1px solid rgba(244,233,211,.5);	
    animation: none;
	background: none;
}
.footer-cta-social-section:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	border-top: 1px solid rgba(244,233,211,.5);
	border-bottom: 1px solid rgba(244,233,211,.5);	
}

.ftr-cta-wrapper a h2 {
	font-family: 'Cormorant Garamond', serif;
    color: #f4e9d3;
    font-size: 22px;
	line-height: 30px;
	text-transform: none;
}
.ftr-cta-wrapper a h2 .footer-subhead {
	font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
	line-height: 32px;
    color: #f4e9d3;
    text-transform: uppercase;
    letter-spacing: 0;	
}
.footer-social .social-container .fa-twitter, .footer-social .social-container .fa-facebook, .footer-social .social-container .fa-linkedin, .footer-social .social-container .fa-envelope {
    border: solid 1px #fff;
}
.footer-social .social-container a, .footer-social .social-container .fa {
	color: #fff;
}
.footer-social .social-container .fa:hover {
    background: #fff;
    color: #25435a;
}
.footer-hedge-section {
	background: url(/-/media/rj/advisor-sites/Sites/t/r/trimaranadvisors/Images/Billboards/billboard-1-sea-and-the-sky.jpg) bottom center;	
}
.ftr-nap-address-label {
    color: #f4e9d3 !important;
    font-weight: 400;
    text-transform: uppercase;	
}
.bar6-animate:before {
	background: none;
}
.bar1-animate:before, .bar2-animate:before, .bar3-animate:before, .bar4-animate:before, .bar5-animate:before, .bar6-animate:before, .bar7-animate:before, .bar8-animate:before, .bar9-animate:before, .bar10-animate:before, .bar11-animate:before, .bar12-animate:before {
	background: none;
}
.ftr-nap li[data-phonetype="0"]::before, .ftr-nap li[data-phonetype="5"]::before, .ftr-nap-map-directions a {
    color: #f4e9d3 !important;
    font-weight: 400 !important;
    text-transform: uppercase;		
}
.ftr-nap li[data-phonetype="0"]::before {
	content: '' !important;
}
.footer-name .ftr-logo-wrapper {
	margin: 0;
}
.footer-hedge-section .ftr-logo-divider, .footer-hedge-section .ftr-logo {
	display: none;
}
.ftr-group-name {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #f4e9d3;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ftr-disclosures a {
	color: #f4e9d3;
}
.ftr-disclosures a:hover {
	color: #fff;
}
.footer-section .footer-content a span {
    text-decoration: none !important;
}
.ftr-nap {
	margin: 0 0 20px;
}
/*
==============================================
MAPS AND DIRECTIONS
==============================================
*/
.directions-search .submit-search {
    font-family: 'Cormorant', serif;
    background: #25435a;
    color: #fff;
    border: 1px solid #25435a;	
}
.directions-search .submit-search:hover {
    background: #f4e9d3;
    color: #000;
}
/*
==============================================
ACCORDIONS
==============================================
*/
.accord .accord-link, .accord .accord-inner-link {
    font-family: 'Cormorant', serif;
    color: #4E79A6;
    text-transform: uppercase;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #254359;
}
.accord .fa, .accord li.open .fa {
    color: #254359;
}
.accord a.accord-cta {
    font-family: 'Cormorant', serif;
    color: #4E79A6;
}
.accord a.accord-cta:after {
	background: none;
}
/*
==============================================
BLOG
==============================================
*/
.blog-section:before {
	background: none;
}
.blog-landing-heading, .blog-detail-heading-wrapper h3 {
    font-family: 'Cormorant', serif;
    color: #254359;
    font-size: 26px !important;
    line-height: 28px;	
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
    font-family: 'Cormorant', serif !important;	
    font-size: 18px;
    line-height: 28px;	
}
.blog-landing-copy-cta {
    font-family: 'Cormorant', serif;
    color: #254359;
}
.blog-date-link:hover, .blog-category-link:hover, .blog-category-link:hover, .blog-landing-info-divider {
    color: #4E79A6 !important;
}
.blog-landing-overall-copy {
    border-bottom: solid 1px #4E79A6;
}
.blog-date-link, .blog-category-link, .blog-category-link, .blog-media-type-link {
    color: #000000 !important;
    font-family: inherit;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
    color: #254359;
    font-family: inherit;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
    background: #f4e9d3;
}
.filter-list-heading {
    font-family: 'Cormorant', serif;
    color: #254359 !important;
}
.filter-list-heading a {
    border-bottom: none;
    color: #254359 !important;
}
.filter-list-links a {
    font-family: 'Cormorant', serif;	
}
.resource-pager .resource-pager-link, .resource-pager .resource-pager-arrow {
    color: #254359;
}
.blog-detail-copy-wrapper {
    font-family: 'Cormorant', serif;
	font-size: 20px;
}
.main-content-int-blog {
    font-family: 'Cormorant', serif;
    color: #000;
    font-size: 20px;
    line-height: 35px;	
	padding: 50px 0px 150px 0px;	
}
    
.main-content-int-blog h1 {
    font-family: 'Cormorant', serif;
    color: #25435a;
    font-size: 38px;
    line-height: 39px;	
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 100px;	
}
.main-content-int-blog h1 .head-1 {
	display: block;
}
.main-content-int-blog h1 .head-2 {
    color: #25435a;
    font-size: 21px;	
	display: block;
	text-transform: none;
}
/*
==============================================
FLEX TABS
==============================================
*/
.flextab-triggers a.set {
    background: #254359;
    color: #FFF;
}
.flextab-triggers a {
    font-family: 'Cormorant', serif;
    color: #254359;
}
.flextab-triggers a:hover {
    background: #254359;
    color: #FFF;
}
.flextab-triggers {
    background: #f4e9d3;
}
/*
==============================================
RELATED RESOURCES
==============================================
*/


/*
==============================================
LIVING YOUR LEGACY
==============================================
*/
.module-living-your-legacy .main-module-section .module-multimedia-section .billboard-heading {
    font-family: 'Cormorant', serif;
    border: none;
}
.module-living-your-legacy .module-multimedia-section:after {
	display: none;
}
.module-living-your-legacy .main-module-section .module-intro-content .head-2 {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-intro-content p, .module-living-your-legacy .module-footer-cta-banner-content .ftr-cta-wrapper p {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-cta-banner-section {
    background: #25435a !important;
}
.module-living-your-legacy .btn {
    color: #fff;
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-callouts-section h3 {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-section .callouts-container .callout-item .callout-copy-wrapper {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .btn, .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 {
    font-family: 'Cormorant', serif;
    color: inherit;	
}
.module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button {
    font-family: 'Cormorant', serif;
	color: #25435a;
}
.module-living-your-legacy .callout-item:hover .callout-cta {
	color: #4E79A6 !important;
}
.module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-heading {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-slider-content .module-slider-copy p {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-quote-content:before {
	display: none;
}
.module-living-your-legacy .module-stats-content {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-stats-number {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-related-resources-section .related-resource-head-wrapper h4 {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-related-resources-section .mc-heading {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-related-resources-section .mc-cta {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading  {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-footer-cta-banner-section h4 {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .copy-section .head-1 {
    font-family: 'Cormorant', serif;
}
.module-living-your-legacy .module-stats-section .stat-line {
	top: 0;
}
.module-living-your-legacy .module-cta-banner-section .ftr-cta:hover .btn {
    color: #fff !important;
}
.module-living-your-legacy .module-footer-cta-banner-section .btn {
	color: #25435a;
}
.module-living-your-legacy .module-cta-banner-section .ftr-cta:hover .btn, .module-living-your-legacy .module-footer-cta-banner-section .ftr-cta:hover .btn {
    color: #4E79A6 !important;
}
.module-living-your-legacy .btn {
	color: #fff;
}
.module-living-your-legacy .module-cta-banner-section .ftr-cta:hover .btn {
	color: #fff !important;
}
.module-living-your-legacy .btn:hover {
	color: #fff;
}
.module-living-your-legacy .module-footer-cta-banner-section h4 {
    color: #25435a;
}
.module-living-your-legacy .copy-section .head-1, .module-living-your-legacy .main-module-section .module-intro-content .head-2 {
    color: #25435a;
}
.module-living-your-legacy .main-module-section .module-intro-content .head-2 {
	
}
a, .resource-detail-copy-wrapper a {
	color: #4E79A6;
}
.module-living-your-legacy .module-related-resources-section .mc-cta {
    color: #25435a;
}
.module-living-your-legacy .mc-container a:hover .mc-cta {
    background-color: #25435a !important;	
	color: #fff !important;
}
@media only screen and (max-width: 1199px) {
	.billboard-heading-wrapper {
		padding: 0px 100px;
	}
}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.nav {
		font-size: 12px;
	}
	.quote {
		max-width: 650px;
	}
	.quote-section {
		min-height: 520px;	
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
	.yearbook-slide {
		width: 100%;
	}
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.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: #f4e9d3;
	}	
	.nav {
		font-size: 14px;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav .has-children, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
		padding: 8px 0px !important;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
		line-height: 31px;
		padding: 5px 14px;
		border-bottom-color: rgba(244, 233, 211, 0.13);	
	}	
	.copy-section h1 {
		padding: 0;
		margin: 0 0 100px;
	}	
	.quote-section {
		margin: 0 auto;
	}
	.team-section .team-slider .slick-dots li.slick-active button:before {
		color: #f4e9d3;
	}	
	.team-section .team-slider .slick-dots li button:before {
    	color: #fff;
	}
	.callouts-section .callouts-container .callout-item { 
		width: calc(33% - 20px); 
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1, .nav-address-mobile .address-phone-wrapper a, .nav-address-mobile .address-map-directions-wrapper a {
		color: #fff;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
		line-height: 20px;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
		padding: 0 !important;
	}
	.footer-name .ftr-logo-wrapper {
		padding-top: 80px;
	}
	.yearbook-slide:before {
		display: none;
	}
	.yearbook-three .yearbook-headshot-wrapper {
		max-width: 300px !important;
	}	
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.billboard-heading-wrapper {
		margin-top: 0px;
		padding: 0px 30px;	
	}
	.billboard-heading {
		max-width: 310px;
	}
	.body-home .billboard-heading h1 {
		padding: 130px 20px 50px;
	}	
	.billboard-heading h1 .head-1 {
		font-size: 52px;
		line-height: 54px;
	}	
	.callouts-section {
		height: auto;
	}	
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
		text-align: center;
		padding: 0 !important;
		margin: 0 auto;
	}	
	.footer-name .ftr-logo-wrapper {
		padding-top: 20px;
	}	
	.footer-billboard-content .billboard-container {
		min-height: 240px;
	}	
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
		font-family: inherit;
	}
	.copy-content {
		padding: 50px 20px 60px 20px;
	}	
	.copy-section h1 {
		font-size: 31px;
		line-height: 34px;
		letter-spacing: 0;
	}	
	.resource-detail-content-wrapper, .main-content-int-blog, .main-content-int-copy {
		padding: 50px 20px 50px 20px !important;
	}	
	.module-living-your-legacy .main-module-section .module-living-your-legacy-landing .module-intro-content {
		padding: 50px 30px 0px !important;
	}	
@keyframes billboard-border {
  from {
	width: 310px;
	opacity: 0;
  }

  to {
	width: 310px;
	opacity: 1;
  }
}
	.slick-prev {
		left: 0px;
	}
	.slick-next {
		right: 0px;
	}	
	.callouts-section .slick-prev:before {
		border-left: 1px solid #252525;
		border-top: 1px solid #252525;
	}	
	.callouts-section .slick-next:before {
		border-right: 1px solid #252525;
		border-top: 1px solid #252525;
	}	
	
}

@media only screen and (max-width: 375px) {
	.fixed-top .copy-section {
		padding-top: 0;
	}
	.niche-section .mc-container .slick-prev {
		left: -40px !important;
	}	
	.niche-section .niche-content .slick-next {
		right: -20px!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) {
	.body-home .billboard-section .billboard-container {
		min-height: 700px;
	}	
	.body-home .billboard-heading-wrapper {
		margin-top: 150px;
	}	
	.footer-name .ftr-logo-wrapper {
		padding-top: 20px;
	}	
	.resource-detail-content-wrapper, .main-content-int-blog, .main-content-int-copy {
		padding: 50px 20px 50px 20px !important;
	}		

}

/* IE only */
@media screen\0 {
	.callouts-container .callout-item {
		height: 100%;
	}
}