/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&family=Open+Sans:wght@100;400;500;700&family=Playfair+Display:wght@100;400;500;600;700&display=swap');

@import url('resources.css');

/*
@import url('modules.css');
*/

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

font-family: 'Fanwood Text', serif;
font-family: 'Source Sans Pro', sans-serif;


========================================================================================================================
*/

.button {
  display: inline-block;
  height: auto;
  width: inherit;
  padding: 0 20px;
  background: #54534e;
  color: #a9e9ee;
  border-radius: 0;
  border: 1px solid #ffffff;
  text-transform: none;
  font-style: italic;
}
.masterprime .related-resources-main {
  background: #fff;
}
.billboard-section h1:after, .services-section h2:after, .team-section h4:after, .pov-section h4:after, .pov-carousel .mc-heading:after, .footer-section .footer-cta-section h4:after, .copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  display: none;
}
.resource-section, .body-resource-detail .resource-section, .resource-section, .copy-section, .bio-section, .blog-main {
  background-image: none !important;
  background: #f9f9f9;
}
/* 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"] {
  display: inline-block;
  height: auto;
  width: inherit;
  padding: 8px 20px !important;
  background: #54534e;
  line-height: 17px;
  color: #a9e9ee;
  border-radius: 0;
  border: 1px solid #ffffff;
  text-transform: none;
  font-style: italic;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
  border-radius: 0;
  color: #393939;
  letter-spacing: 0px;
  border: 1px solid #393939;
  background: transparent;
}

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: #3072AB;
}
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: #29333d;
}

h2, h3, h4, h5, h6 {
  font-family: 'Fanwood Text', serif !important;
  font-weight: 400 !important;

}


/*
==============================================
Main Styles
==============================================
*/
.head-1, .head-2, .mc-heading {
  font-family: 'Fanwood Text', serif !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

/*
==============================================
Header Section
==============================================
*/
.header-main {
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/nav.jpg) !important;
  background-repeat: repeat-y;
  background-position: center center !important;
 }

.header-section .ftr-logo-divider, .header-section .ftr-group-name {
  display: none;
}

.nav-overall-wrapper:not(.van-mobile-nav) {
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/nav.jpg) !important;
  background-repeat: repeat-y;
  background-position: center center !important;
}

/*
==============================================
Navigation Section
==============================================
*/

.nav:before, .nav:after {
  display: none;
}
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #231f20;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #13828a !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #231f20;
  font-weight: 400;
}
/* 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: #116E73;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #e7e7e7 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 47px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav .nav-subnav-second {
  background: #ffffff !important;
}
/*
==============================================
Billboard Section
==============================================
*/
.billboard-section h1 {
  font-family: 'Fanwood Text', serif;
  color: #14b1bd !important;
  font-size: 42px;
  font-weight: 100 !important;
  line-height: 50px;
  text-transform: none;
  font-style: italic;
  display: block;
}
.billboard-section h1 .head-2 {
  font-family: 'Fanwood Text', serif  !important;
  color: #EAF0F0 !important;
  font-size: 52px !important;
  font-style: normal !important;
  font-weight: 100 !important;
  text-transform: none !important;
}
.interior .billboard-section h1 {
  font-style: normal;
}
.interior .billboard-section h1 .head-2 {
  font-style: italic !important;
}
.billboard-section h1:after, .services-section h2:after, .team-section h4:after, .pov-section h4:after, .pov-carousel .mc-heading:after, .footer-section .footer-cta-section h4:after, .copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  background: #14b1bd;
}
.body-home .billboard-container.billboard-full-height {
    min-height: 690px;
    height: 690px;
}
.body-home .billboard-container {
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #000000;
}
.body-home .billboard-heading-wrapper {
    bottom: -90px;
}
/*

Mouse Scroller Model 1
==============================================

red = #
blue = #

==============================================
*/

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: #3072ab !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 #ffffff;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute !important;
    bottom: 20px !important;
    left: 52% !important;
    top: 13px !important;
    background: rgba(210, 120, 85, 0) !important;
    margin-left: -10px !important;
}
.scroller-mobile:after  {
     transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    bottom: 10px;
    top: 20px !important;
}

/*
==============================================
Intro Section
==============================================
*/
.intro-section {
  background-image: none;
  background: #a5a08c;
  padding: 12px 0 12px;
}
.intro-section .intro-text:before, .niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
  background: #a5a08c;
}
.intro-section .intro-content:before, .intro-section .intro-content:after, .intro-section .intro-text:before {
  display: none;
}
.intro-content {
  border-top: 2px solid #54534e;
  border-bottom: 2px solid #54534e;
  max-width: none;
}
.intro-content .intro-text {
  padding: 100px;
  max-width: 800px;
  margin: 0 auto;
}
.intro-content .intro-text {
  padding: 100px 0;
}

.intro-content .p-btn:before {
  content:"";
  width: 600px;
  height: 1px;
  display: block;
  border-top: 1px solid #706e6e;
  margin: 0 auto 18px;
}
.intro-content .intro-text {
    padding-bottom: 30px;
}

/*
==============================================
Services Section
==============================================
*/

/*
==============================================
Niches Section
==============================================
*/
.niche-section {
  background-image: none;
  background-size: cover;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px !important;
  position: relative;
  background: #d0cec8;
  padding-top: 90px;
}
.niche-section {
    background-image: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/niche-pattern.jpg) !important;
  }
.niche-section .image-container {
  text-align: center;
}
.mc-container .slick-dots li.slick-active button:before {
  color: #285f8f;
}
.slick-dots li button:before {
  opacity: 1;
}
.niche-section .mc-heading {
  font-family: 'Fanwood Text', serif;
  font-size: 35px;
  line-height: 36px;
  font-weight: 400;
  color: #393939;
  text-transform: none !important;
}
.niche-section .mc-copy {
    font-size: 17px;
    line-height: 22px;
}


/* .niche-section:before {
  content: "image here";
  display: block;
  height: auto;
  width: 200px;
  background: none;
  position: relative;
  top: 27px;
  margin: 0 auto;
  border: 1px solid red;
  text-align: center;
} */
.mc-image-wrapper {
    background: #346FA2 !important;
}
.mc-container .media-carousel-three a:hover .mc-image {
    opacity: 0.1;
}
.niche-section .mc-container .media-carousel-three a:hover .mc-cta {
  display: inline-block;
  height: auto;
  width: inherit;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  letter-spacing: 0px;
  border-radius: 0;
  border: 1px solid #ffffff;
  text-transform: none;
  font-style: italic;
}
.niche-section .mc-container .media-carousel-three a .mc-cta {
  display: inline-block;
  height: auto;
  width: inherit;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ffffff;
  text-transform: none;
  font-style: normal !important;
}
.niche-section .mc-container .slick-prev:after {
    border-left: 1px solid #0f4d81;
    border-top: 1px solid #0f4d81;
}
.niche-section .mc-container .slick-next:after {
    border-right: 1px solid #0f4d81;
    border-top: 1px solid #0f4d81;
}
.intro-section .intro-text:before, .niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
    background: #3072AB;
}
.niche-section .mc-container .slick-slide a:hover {
    box-shadow: none !important;
}
/*
==============================================
Team Section
==============================================
*/
.bio-section .bio-detail-title {
  font-size: 15px;
  margin-bottom: 20px;
}
.team-section h4 {
  font-family: 'Fanwood Text', serif;
  font-size: 40px !important;
  line-height: 45px !important;
  font-weight: 400 !important;
  color: #3072AB !important;
  text-transform: none !important;
  letter-spacing: 0;
}
.team-section .head-2 {
  font-style: italic;
}
.team-section .head-1 {
  font-family: 'Fanwood Text', serif;
  font-size: 50px !important;
  line-height: 38px !important;
  font-weight: 400 !important;
  color: #393939 !important;
  text-transform: none !important;
  letter-spacing: 0;
  margin-top: -4px;
  font-style: none !important;
  text-transform: lowercase !important;
}
.team-section h4:after {
  display: none;
}
.yearbook-three.yearbook-container {
    margin-top: 70px;
}
.team-section {
  border-top: none;
  background: #ffffff;
}
/* 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-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 {
  color: #393939 !important;
  font-family: 'Fanwood Text', serif !important;
  font-weight: 400 !important;
}
.team-section .yearbook-container .yearbook-first-name {
    display: inline;
}

/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #393939 !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #3072AB !important;
  -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: #393939 !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: #14b1bd;
}
/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background: red;
  padding-bottom: 40px;
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/blue-pattern.jpg) !important;
}
.callouts-section:after {
content:"";
display: block;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#040607+0,040607+100&0.37+0,0+39,0+71,0.37+100 */
background: -moz-linear-gradient(top, rgba(4,6,7,0.37) 0%, rgba(4,6,7,0) 39%, rgba(4,6,7,0) 71%, rgba(4,6,7,0.37) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(4,6,7,0.37) 0%,rgba(4,6,7,0) 39%,rgba(4,6,7,0) 71%,rgba(4,6,7,0.37) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(4,6,7,0.37) 0%,rgba(4,6,7,0) 39%,rgba(4,6,7,0) 71%,rgba(4,6,7,0.37) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e040607', endColorstr='#5e040607',GradientType=0 ); /* IE6-9 */

}
.callouts-section:before {
content:"";
display: block;
height: 1px;
width: 100%;
position: absolute;
top: 20px;
left: 0;
background: rgb(255 255 255 / 30%);
}
.callouts-section .callouts-container, .callouts-section .callouts-mobile-slider, .callouts-section .callout-slide {
    z-index: 10;
    position: relative;
}
.callouts-section .callout-heading .head-1, .callouts-section .callout-heading .head-2 {
  font-family: 'Fanwood Text', serif !important;
  color: #ffffff;
  font-weight: 400;
}
.callouts-section .callouts-container:before {
    content: "";
    display: block;
    height: 22px;
    border-bottom: 2px solid rgb(255 255 255 / 30%);
    width: 187px;
    right: 0;
    left: 0;
    position: absolute;
    top: -20px;
    margin: -24px auto;
    text-align: center;
    background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/icon-top.png) !important;
}

.callouts-section .callouts-container {
  border-top: 1px solid rgb(255 255 255 / 30%);
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
  color: #a9e9ee;
  font-weight: 400;
  text-transform: none;
  border: 1px solid #9aa0a8 !important;
  padding: 0px 8px;
  margin-left: 8px;
  letter-spacing: 0 !important;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
  border: 1px solid #ffffff;
}
.lead-form-section {
  position: relative;
}
/* .lead-form-section:after {
  content: "";
  display: block;
  height: 71px;
  width: 71px;
  background: red;
  position: relative;
  top: 0px;
  margin: -24px auto;
  text-align: center;
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/icon-crown.png) !important;
}
.lead-form-section:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    background: rgb(255 255 255 / 30%);
} */

/*
==============================================
POV Section
==============================================
*/

/*
==============================================
Footer Section
==============================================
*/
.footer-social-section {
  position: relative;
  border-top: 25px solid #fff;
}
.footer-social-section:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    background: rgb(255 255 255 / 30%);
  }
.footer-social-section:after {
  content: "";
  display: block;
  height: 71px;
  width: 71px;
  background: red;
  position: relative;
  top: -125px;
  margin: -24px auto;
  text-align: center;
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/icon-crown.png) !important;
}

.footer-section {
  background: #29333d ;
}
.footer-section .social-container {
  border-top: none;
}
.social-container {
  padding: 25px 0 20px;
}
.footer-section .footer-cta-section h4 {
  font-family: 'Fanwood Text', serif;
  color: #94d2d7;
  font-weight: 400 !important;
  font-size: 40px;
}
.footer-section .footer-cta-section .head-1 {
  font-family: 'Fanwood Text', serif;
  font-weight: 400 !important;
  font-size: 50px;
  /* text-transform: lowercase !important; */
}
.footer-section .footer-cta-section .head-2 {
  font-style: italic !important;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #94d2d7 !important;
}
.footer-section .social-container {
  text-align: center;
  border-bottom: 8px solid #1f262e;
}
.footer-section .ftr-nap .ftr-nap-address:before {
  display: none;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  font-family: 'Fanwood Text', serif;
  font-size: 17px;
  font-style: italic;
}
.footer-section .footer-content a:hover {
  color: #94d2d7;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  content: "|" !important;
  color: #ffffff !important;
}
.footer-section .ftr-disclosures {
  color: #d3cfcf;
}
.footer-section .footer-cta-section h4:after {
  display: none;
}
.footer-section .social-container a:hover .fa {
    color: #94d2d7 !important;
}
.footer-section .ftr-nap-map-directions a {
  color: #94d2d7 !important;
}
.footer-section .ftr-nap-map-directions a:hover {
  color: #ffffff !important;
}
/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: red !important;
}

.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: blue !important;
}


/*
==============================================
Interior Billboard Section
==============================================
*/
.interior .billboard-container {
  min-height: 555px !important;
}
.interior .billboard-heading-wrapper {
  display: block !important;
}
.interior .billboard-content:after {
  display: none;
}
.interior .billboard-content-wrapper .container {
  position: inherit !important;
  bottom: inherit !important;
  padding: inherit !important;
  width: 1170px;
  left: 0;
}
.interior .billboard-heading-wrapper {
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/blue-pattern.jpg) !important;
  width: 430px;
  position: relative;
  outline-offset: -18px;
  outline: 2px solid rgb(255 255 255 / 30%);
}
.interior .billboard-heading-wrapper:before {
  content:"";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+57,000000+100&0+60,0.35+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 57%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 57%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.interior .billboard-content .head-1 {
  font-family: 'Fanwood Text', serif;
  color: #ffffff;
  font-size: 46px !important;
  line-height: 49px !important;
  font-weight: 400;
}

.interior .billboard-content .head-2 {
  font-family: 'Fanwood Text', serif;
  color: #cdd4de;
  font-size: 38px !important;
  line-height: 40px !important;
  font-weight: 400;
}

.interior .billboard-content h1 {
  text-align: center;
  padding: 5px 25px;
}
.billboard-section h1:after {
  display: none;
}
.interior .billboard-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.interior .billboard-heading:before {
  content: "";
  display: block;
  height: 22px;
  border-bottom: 2px solid rgb(255 255 255 / 30%);
  width: 187px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 28px auto;
  text-align: center;
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/icon-top.png) !important;
}
.interior .billboard-heading:after {
  content: "";
  display: block;
  height: 22px;
  border-bottom: 2px solid rgb(255 255 255 / 30%);
  width: 187px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 28px auto;
  text-align: center;
  transform: rotate(180deg);
  background: url(/-/media/rj/advisor-sites/sites/t/a/tailoredfinancialstrategiesteam/images/icon-top.png) !important;
}
.interior .billboard-container .row {
  display: flex;
}
.copy-section h1 {
  font-family: 'Fanwood Text', serif;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  color: #3072AB;
}
/* .billboard-section h1, .copy-section h1, .services-section .services-headline h2, .team-section h4, .pov-section h4, .copy-section .head-1, .body-about-us .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5 {
  font-family: 'Fanwood Text', serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #3072AB;
} */
.billboard-section .head-2, .team-section .head-1, .pov-section .head-1, .copy-section .head-2, .copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2, .services-section .head-1 {
  font-family: 'Fanwood Text', serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #393939;
}
.billboard-section .head-2, .copy-section .head-2, .body-about-us .copy-section h2 .head-2 {
  font-style: italic;
}
.accordion-panel h3 {
  font-size: inherit !important;
  margin: 0;
  font-family: 'Raleway', sans-serif !important;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a {
  color: #3072AB;
}
.interior-content .col-md-offset-1 {
    margin-left: 0;
}
.bio-quote-section {
  display: none;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #ae5c3c;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li.open .fa {
    color: #3072AB !important;
}
.signature-img {
  width: 230px;
  height: auto;
}
.tailored-case-study {
  padding: 40px;
  border: double #dddddd;
  background: #f0f0f0;
  margin-bottom: 50px;
}
.tailored-case-study h4 {
  font-size: 27px;
  line-height: 30px;
  text-transform: none !important;
  text-align: center;
  padding-bottom: 9px;
  border-bottom: double #C1BFB8;
  margin-bottom: 40px;
}
.tailored-case-study h5 {
  font-style: italic;
  text-transform: none;
  font-size: 22px;
  line-height: 25px;
}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #29333d;
}
.niche-section .mc-slide-number {
  display: none;
}
 /*
==============================================
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) {
  .body-home .billboard-heading-wrapper {
      bottom: inherit;
  }
  .interior .billboard-heading-wrapper {
    margin-left: 50px;
  }
  .body-home .billboard-container.billboard-full-height {
    min-height: 500px;
    height: 500px;
  }
  .simple-form input[type="submit"] {
    margin: 0;
  }
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

/* Hamburger Menu Icon */
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
  background: #586575;
}


/* Hamburger Menu Icon Active and Open*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
  background: #ffffff;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background-image: none;
    box-shadow: none;
}
.fa-angle-down:before {
    color: #000000;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 0px !important;
}
.address-phone-wrapper {
  color: #231f20;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
  text-transform: none;
}
.investor-access-input-wrapper input {
  width: -webkit-fill-available;
}
.intro-content .intro-text {
  padding: 100px 30px;
}
.billboard-container.billboard-full-height {
    min-height: 280px !important;
    height: 280px !important;
}

.body-home .billboard-content {
  padding-bottom: 130px;
}
.billboard-heading-wrapper {
  z-index: 10;
  position: absolute;
  text-align: center;
  width: 100%;
  right: 0;
  display: block;
  background: #000000;
}
.niche-section .mc-container .media-carousel-three a .mc-cta {
    background: #343c47;
  }
  .callouts-section .callouts-content {
    padding: 0px;
  }
  .callouts-section .slick-next:after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }
  .callouts-section .slick-prev:after {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }
  .callouts-section .slick-prev {
    left: 0px;
  }
  .callouts-section .slick-next {
    right: 0px;
  }
  .interior .billboard-container {
    min-height: 330px !important;
  }
  .interior .billboard-heading-wrapper {
    margin-left: inherit;
  }
  .interior .billboard-container {
    display: block;
    overflow: visible;
  }
  .interior .billboard-heading-wrapper {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -190px;
    position: absolute;
  }
  .interior .billboard-heading:before, .interior .billboard-heading:after {
    display: none;
  }
  .copy-section .copy-content {
    padding-top: 250px;
  }
  .interior .billboard-content h1 {
    padding: 25px 25px 0px;
  }
  .body-about-us .copy-section .copy-content {
    padding-top: 65px !important;
  }
  .header-sticky, .header-section {
    padding: 30px 0 30px;
  }
  .billboard-heading-wrapper {
    background: #000000;
        margin-top: -10px;
  }

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .tailored-case-study {
    padding: 40px 20px;
  }
  .billboard-container.billboard-full-height {
    min-height: 140px !important;
  }
  .billboard-section h1 {
    font-size: 39px;
  }
  .billboard-section h1 .head-2 {
    font-size: 49px !important;
  }
  .body-home .billboard-content {
    padding-bottom: 69px;
    margin-bottom: 40px;
  }
  .billboard-container.billboard-full-height {
    min-height: 140px !important;
    height: 140px !important;
  }
  .interior .billboard-container {
    min-height: 200px !important;
  }
  .interior .billboard-content .head-2 {
    font-size: 26px !important;
    line-height: 31px !important;
  }
  .interior .billboard-content .head-1 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .interior .billboard-heading-wrapper {
    bottom: -180px;
  }
  .interior .billboard-content h1 {
    margin-bottom: 30px;
  }
  .footer-section .footer-cta-section .head-1 {
    font-size: 44px !important;
  }
  .intro-content .p-btn:before {
    width: 100%;
  }
}



/* 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) {
  .tailored-case-study {
    padding: 40px 20px;
  }
  .body-home .billboard-container.billboard-full-height {
    min-height: 240px !important;
    height: 240px !important;
  }
  .billboard-section h1 {
    font-size: 39px;
  }
  .billboard-section h1 .head-2 {
    font-size: 49px !important;
  }
  .body-home .billboard-content {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .intro-content .intro-text {
    padding: 160px 30px;
  }
  .billboard-heading-wrapper {
      margin-top: -12px;
  }

}

/* IE only */
@media screen\0 {

}
