/* /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/css2?family=Allura&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;1,200;1,300;1,400&display=swap');

/* @import url('modules.css');
@import url('resources.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: 'Allura', cursive;
font-family: 'Raleway', sans-serif;
font-family: 'Montserrat', sans-serif;


========================================================================================================================
*/

/* img {
  position: relative;
  z-index: -1;
} */


a, .resource-detail-copy-wrapper a {
  color: #e03302;
  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;
}
a:hover, a:focus, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  color: #333231
}
.resource-section, .body-resource-detail .resource-section, .resource-section, .copy-section, .bio-section, .blog-main {
  background-image: none !important;
}

/***** Subheads *****/
h2, h3, h4, h5 {
  font-weight: 500;
}

/***** Accordions *****/
.accord .accord-link {
  font-family: 'Raleway', sans-serif !important;
  font-size: 23px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
color: #e03302 !important;
}

/***** Flex Tabs *****/
.flextab-triggers .set {
  color: #e03302;
}
.flextab-triggers a {
font-family: 'Raleway', sans-serif !important;
font-size: 16px;
line-height: 25px;
font-weight: 600;
text-transform: uppercase;
}

.header-main {
  z-index: 6;
  position: relative;
  background: none !important;
  background: #fff !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #fff !important;
  background-image: none !important;
  -webkit-box-shadow: 0px 11px 21px -9px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 11px 21px -9px rgba(0,0,0,0.48);
box-shadow: 0px 11px 21px -9px rgba(0,0,0,0.48);
}

/* 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{
  background: #e03302;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 37px;
  border: 2px solid transparent;
  font-family: 'Raleway', sans-serif !important;
  border-radius: 15px;
  width: auto;
}
/* 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: #fff;
  color: #333231 !important;
  border: 2px solid #e03302 !important;
  letter-spacing: 0px !important;
  border-radius: 15px;
}

blockquote:before, q:before {
  background: #e03302;
}
blockquote, q {
  font-family: 'Raleway', sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  font-style: normal;
  text-transform: uppercase;
  color: #e03302 ;
}

/*
==============================================
Navigation Section
==============================================
*/
.contact-form .form-inline .form-group.select-container:before {
    border-color: #e03302 transparent transparent transparent;
}
.investor-access-content-wrapper {
  color: #e03302;
}
.primary-nav a, .investor-access-remember-me-label, .primary-nav .nav-subnav a  {
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.primary-nav > li {
  top: 5px;
}
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #212121;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #e03302 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #212121;

}
/* 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: #e03302;
}
.primary-nav .nav-subnav {
  background: #fcfcfc !important;
}
.primary-nav .nav-subnav {
    -webkit-box-shadow: inset 0 60px 60px -60px rgba(228,228,228,0.9);
    -moz-box-shadow: inset 0 60px 60px -60px rgba(288,288,288,0.9);
}
.nav:before, .nav:after {
  display: none;
}



.nav-sticky .primary-nav > li {
  top: 14px;
}
.nav-sticky .primary-nav > li > .nav-subnav {
  margin-top: 0px !important;
}
.nav-sticky .primary-nav > li:hover > .nav-subnav {
  margin-top: 0px !important;
}

/*
==============================================
Billboard Section
==============================================
*/
.ourMission .billboard-content h1 {
    text-align: right !important;
}

.head-approach {
  text-transform: capitalize !important;
}
/* .logo-header {
  position: absolute;
  top: -6px;
  margin-left: 10px;
} */
.logo-header {
  position: absolute;
  top: -56px;
  margin-left: 0;
}
.interior .billboard-content .head-2 {
  position: relative;
}
.wow {
  visibility: visible !important;
}
/* test new layout */
.billboard-section-animated .billboard-container:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  opacity: 0;
  left:0;
  top: 0;
  background: rgba(246, 249, 255, 0.83);
  /* background: rgba(0, 0, 0, 0.5); */
}

/* Main billboard */
.billboard-section-main-0:before, .billboard-section-main:after {
  display: none !important;
}
.billboard-section {
  /* border: 1px solid red; */
  overflow: hidden;
 }

.billboard-section-1 .container, .billboard-section-2 .container, .billboard-section-3 .container {
  position: relative;
  bottom: 0px;
  z-index: 10;
  padding: 0px;
  width: 1170px;
  /* left: 0; */
  /* border: 20px solid orange; */
}
.billboard-section-animated .billboard-heading {
    text-align: left;
  }

.billboard-content-wrapper {
    min-height: -webkit-fill-available;
  }
/* jericho billboard code */
.billboard-section .billboard-container {
  height: 750px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* background-repeat: repeat; */
  background-size: 100% !important;
}

.billboard-section-animated .billboard-container {
  height: 750px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* background-repeat: repeat; */
  background-size: 100% !important;
}



.billboard-section .billboard-container {
  transform: translateZ(-1px) scale(1.25);
  z-index: -1;
}
/* .billboard-section-3 .billboard-container {
    transform: translateZ(-1px) scale(1);
} */
/***** Animation Styles BEGIN *****/
/* .billboard-section-2:before, .billboard-section-3:before {
    background: rgb(0 128 0 / 0.7);
} */
.billboard-section-1:after, .billboard-section-2:after, .billboard-section-3:after {
  background: none;
  display: none;
}
/*
.wowbar1, .wowbar2, .wowbar3, .wowbar4, .wowbar5, .wowbar6 {
  visibility: hidden;
} */

/***** Animation Styles BEGIN *****/


.bar-initiate-animation4:before {
  animation: fadeIn 3s forwards;
}

.bar-initiate-animation4:after {
  animation: fadeIn 3s forwards;
}

.bar-initiate-animation3 .billboard-section-1 .billboard-container:before {
  animation: fadeIn 3s forwards;
}

/* .wowbar1.bar-initiate-animation, .wowbar2.bar-initiate-animation, .wowbar3.bar-initiate-animation, .wowbar4.bar-initiate-animation4, .wowbar5.bar-initiate-animation4, .wowbar6.bar-initiate-animation4 {
  visibility: visible !important;
} */

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes fadeIn {
		from {opacity: 0;}
		to {opacity: 1;}
	}

	/* Standard syntax */
	@keyframes fadeIn {
		from {opacity: 0;}
		to {opacity: 1;}
	}

.billboard-section-main .billboard-content-wrapper .container {
  position: relative;
  bottom: inherit;
  z-index: 10;
  padding: 0px;
  /* border: 20px solid red; */
  left: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.billboard-section-main .billboard-container {
  background-color: #f3f3f3;
}
.billboard-section h1:after {
  display: none;
}
.billboard-section h1 {
  font-family: 'Playfair Display', serif;
  color: #333231;
  font-family: 'Raleway', sans-serif;
  font-size: 24px !important;
  line-height: 45px;
  text-transform: uppercase;
  display: block;
  width: 185px;
  text-align: left;
}
.billboard-section .head-2 {
  font-family: 'Raleway', sans-serif;
  color: #e03302;
  font-size: 35px !important;
  line-height: 34px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.billboard-section .head-3 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 22px !important;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  animation-delay: 0s !important;
}
.billboard-section:before {
    z-index: -1;
  }
.billboard-content-3 {
  background-size: 80% !important;
}

/*
==============================================
Intro Section
==============================================
*/

.intro-section {
  background-image: none;
  background: #fff;
  padding: 62px 0 42px;
  background: url(/-/media/rj/advisor-sites/sites/s/e/serendipitysecurities/images/geometric-shape-ornament-modern-stylish-1130458372.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}
.intro-content {
  max-width: 1170px;
}
.intro-content p {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.interior .billboard-section .billboard-content-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  opacity: 1;
  left:0;
  top: 0;
    background: rgba(227,230,234, 0.85);
  animation-delay: .5s;
  animation: fadeIn;
  animation-duration: 3s;
  /* background: red !important; */
}
.intro-section .intro-content:before, .intro-section .intro-content:after {
  display: none;
}
.intro-section h2 {
  margin-bottom: 20px;
}
.intro-section .head-2 {
  font-family: 'Allura', cursive;
  color: #e03302;
  font-size: 34px !important;
  line-height: 45px;
  font-weight: 300;
  text-transform: none;
  display: block;
  margin-bottom: -14px;
}
.intro-section .head-3 {
  font-family: 'Raleway', sans-serif;
  color: #e03302;
  font-size: 36px !important;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

/*
==============================================
Callouts Section
==============================================
*/
.intro-section .callouts-container .callout-item .callout-cta-wrapper button, .intro-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  background: #e03302;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 15px;
  padding: 8px 37px;
  webkit-transition: all 0.4 ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -ms-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.intro-section .callouts-container .callout-item .callout-cta-wrapper button:hover, .intro-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button:hover, .billboard-section-animated a:hover {
  background: #fff;
  color: #333231;
  border: 2px solid #e03302 !important;
  letter-spacing: 0px !important;
  border-radius: 15px;

}
.intro-section .callouts-container sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 4px;
  font-size: 16px;
}

/*
==============================================
Intro Quote Section
==============================================
*/

.quote {
  color: #333231;
  font-size: 24px;
  font-weight: 400;
}
.quote:after, .bio-detail-quote:after {
  content: "";
  display: block;
  height: 5px;
  width: 85px;
  position: relative;
  background: #e03302;
  margin: 19px auto;
}
.quote-wrapper .quote-hr {
  width: 365px;
  height: 1px;
  background-color: #e03302;
  margin-bottom: 54px;
}
.quote-cite {
  color: #333231;
  font-size: 18px;
  font-weight: 400;
  color: #e03302;
}
.quote-wrapper {
  padding: 20px 155px;
}
/*
==============================================
Bottom 3 Billboard Sections
==============================================
*/
.billboard-section-animated h3 {
  font-family: 'Raleway', sans-serif;
  /* font-size: 50px; */
  font-size: 40px;
  font-weight: 300;
  color: #333231;
  text-transform: uppercase;
  display: block;
  margin: 15px 0;
}
.billboard-section-animated p {
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 34px;
  color: #000;
}
.billboard-section-animated a {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  background: #e03302;
  color: #fff;
  border: 2px solid transparent !important;
  padding: 8px 17px;
  border-radius: 15px !important;
  text-transform: uppercase;
}
.billboard-section-animated .billboard-heading {
  text-align: left;
  width: 433px;
}
/*
==============================================
Main Quote Section
==============================================
*/
.quote-section, .bio-quote-section {
  background: url(/-/media/rj/advisor-sites/sites/s/e/serendipitysecurities/images/pink-geometric-shape-ornament-modern-stylish-1130458372.jpg) #f7cabb !important;
  background-position: top;
  background-repeat: repeat-x;
}
.body-home .quote-section .quote, .bio-detail-quote{
  color: #333231!important;
  font-size: 24px;
  font-weight: 500 !important;
  margin: 0 auto;
  font-weight: 400 !important;
}
.body-home .quote-section .quote-cite {
  color: #333231 !important;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}
.quote-section .quote-wrapper .quote-hr:after, .quote-section .quote-wrapper .quote-hr:before {
  display: none;
}
.quote-section .quote-wrapper .quote-hr, .bio-detail-quote-hr {
  display: none !important;
}
.quote-section .quote-wrapper {
  padding: 40px 15px 36px;
}
.quote-section .quote-content {
  padding-top: 0px;
}
.quote-section, .bio-quote-section {
  border-top: 1px solid #e03302 !important;
  border-bottom: 1px solid #e03302 !important;
}

/*
==============================================
Footer Section
==============================================
*/
.footer-section {
    background-image: none;
    background: #e03302;
}

/*
FOOTER SECTION
==============================================
*/
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  font-family: 'Raleway', sans-serif;
}
.footer-section {
  background: #e03302;
  position: relative;
  z-index: 10;
  /* z-index: -1; */
}
.footer-section .footer-cta-section h4:after {
  height: 2px;
  width: 365px;
  background: #e1af9f;
}
.footer-section .footer-cta-section h4 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 48px;
}
.footer-section .footer-cta {
	border-top: 10px solid #f7cabb;
}
.footer-section .ftr-cta-wrapper {
  max-height: 172px;
}
.footer-section .sub-light .head-1 {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  font-family: 'Raleway', sans-serif;
  font-size: 24px !important;
  /* line-height: 20px; */
  margin-top: -17px !important;
  position: relative;
  bottom: -12px;
}
.footer-section .social-container a {
  top: -10px;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  color: #fff;
  }
.footer-section .footer-cta-section .head-1 {
  margin-top: 0px;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: #000  !important;
}
.footer-section .footer-cta-section h4:hover {
  color: #000  !important;
}
.footer-section .social-container {
	border: none;
  margin-top: -30px;
}
.footer-section .social-container:after {
	display: none;
}
.footer-section .social-container a .fa {
  color: #fff !important;
}
.footer-section .footer-content a:hover {
  color: #000;
}
.footer-section .social-container a:hover .fa {
  color: #000 !important;
}
.footer-section .footer-contact-info {
  text-align: center;
}
.footer-section .footer-contact-info .ftr-nap {
  margin-top: 0;
}
.footer-section .ftr-nap .ftr-nap-address:before {
	display: none;
}
.footer-section .footer-hedge-content .ftr-disclosures span {
  text-decoration: none !important;
}
.footer-section .footer-hedge-section {
	background: #f7cabb;
}
.footer-section .ftr-disclosures {
	color: #333231;
	text-align: left;
  font-weight: 500;
}
.interior .footer-section {
  position: relative;
}
/* .interior .footer-section:before {
  content: "";
  height: 117px;
  width: 100%;
  background-image: url(/-/media/rj/advisor-sites/sites/j/e/jerichoroad/images/icon-interior.png) !important;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 80;
  top: -117px;
  text-align: center;
  background-position: center center;
} */
.footer-section .footer-content a {
  color: #fff;
}
.ftr-disclosures-wrapper {
  padding: 0;
}
.footer-section .footer-contact-section {
    padding-bottom: 20px;
}
.footer-logo {
  margin-bottom: 25px;
}
.ftr-disclosures a {
  color: #333231 !important;
}
.body-home .billboard-section .billboard-content-wrapper .container {
  max-width: 740px;
  bottom: 60px;
}
/*
==============================================
Interior Billboards
==============================================
*/
.interior .billboard-section .billboard-container {
  transform: inherit;
}
.interior .billboard-section .billboard-container {
  height: 420px;
  background-attachment: inherit;
}
.interior .billboard-content:after {
  display: none !important;
}
.interior .billboard-heading-wrapper {
  display: block;
  /* padding-left: 105px; */
}
.interior .billboard-content-wrapper .container {
    position: inherit;
    bottom: 130px;
    z-index: 10;
    padding: 0px;
    width: 1170px;
    left: inherit;
}
.interior .billboard-section h1 {
  width: inherit;
}
.interior .billboard-section .head-1, .copy-section .head-1 {
  font-family: 'Raleway', sans-serif;
  color: #e03302;
  font-size: 45px !important;
  line-height: 44px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  animation-delay: 0s !important;
}
.interior .billboard-content .head-2, .copy-section .head-2 {
  font-family: 'Raleway', sans-serif;
  color: #333231;
  font-size: 25px !important;
  line-height: 24px;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  animation-delay: 0s !important;
}
.interior .billboard-section h1 sup {
    font-size: 87%;
    line-height: 0;
    position: relative;
    vertical-align: super;
    TOP: 4PX;
}
/*
==============================================
Yearbook Section
==============================================
*/
.body-about-us .copy-section h2 {
  margin-bottom: 40px;
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  display: none;
}
.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e414e+0,e03302+100&0+7,0.23+100 */
background: -moz-linear-gradient(top, rgba(46,65,78,0) 0%, rgba(58,64,73,0) 7%, rgba(224,51,2,0.23) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(46,65,78,0) 0%,rgba(58,64,73,0) 7%,rgba(224,51,2,0.23) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(46,65,78,0) 0%,rgba(58,64,73,0) 7%,rgba(224,51,2,0.23) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#3be03302',GradientType=0 ); /* IE6-9 */
}
.copy-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
    background-color: rgba(222, 50, 2,0.3);
}

.copy-section .dog-name, .copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-middle-initial  {
  font-family: 'Raleway', sans-serif !important;
  color: #333231 !important;
  font-size: 25px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
hr {
    border: 0 !important;
    color: #e03302;
    background-color: #e03302;
  }
/*
==============================================
Bio Section
==============================================
*/
.name-dots {
  font-size: 31px;
  position: relative;
  top: -5px;
}
.bio-section .bio-detail-links-wrapper .fa {
  color: #e03302;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #333231;
}

.bio-questions strong {
  font-family: 'Raleway', sans-serif;
  color: #e03302;
  font-size: 27px;
  line-height: 31px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.copy-section .dog-title {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
  color: #393939;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
/* .copy-section .dog-title:after {
  margin-left: 0.25em;
  font-size: 23px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1b0";
  position: relative;
  left: 0;
  color: #e03302;
  display: block;
  margin-top: 12px;
} */
.paw-about {
  color: #e03302;
  font-size: 23px;
}
.copy-section .dog-name {
  margin-top: 20px;
  display: block;
}
.twenty-two {
  font-size: 30px;
  font-weight: 600;
  color: #e03302;
  /* background: #e8e8e8; */
  padding: 2px 9px 4px;
  border-radius: 7px;
  margin-right: 2px;
  border: 2px solid #e8e8e8;
}
.twenty-two-main {
  margin-left: 60px;
}
.twenty-two-main p {
  margin-bottom: 40px;
}
.accord-link-content p {
  margin-bottom: 0px !important;
      margin-top: 20px !important;
}
/*
==============================================
Interior Quote Section
==============================================
*/
.interior .quote-section .quote {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
}
.interior .quote-section {
  margin-bottom: 45px;

}
.interior .quote-section .quote {
  margin: 85px auto 25px;
}
.interior .quote-section .quote-wrapper {
  padding: 20px 15px 86px;
}
.interior .quote-section .quote-cite, .bio-detail-quote-cite  {
  color: #333231 !important;
  font-size: 18px !important;
  font-family: 'Raleway', sans-serif !important;
  font-style: normal !important;
  font-weight: 500;
}
.bio-quote-section:before, .bio-quote-section:after {
  display: none !important;
}
.interior .quote-section, .bio-quote-section {
  margin-bottom: 45px;
}
.body-home .quote-section .quote, .bio-detail-quote {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  max-width: 858px;
  width: 100%;
  color: #1f1f1f;
}

.header-main-col {
  font-family: 'Raleway', sans-serif;
  color: #e03302;
  font-size: 27px;
  line-height: 31px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
.main-content-col {
  padding-left: 40px;
  border-left: 1px dashed #ccc;
  margin: 0px 0 33px;
}
.multi-row {
  animation-name: slideInDownSmall;
}

.multi-row-2 {
  animation-delay: 0.2s;
}
.multi-row-3 {
  animation-delay: 0.4s;
}
.multi-row-4 {
  animation-delay: 0.6s;
}
.multi-row-5 {
  animation-delay: 0.8s;
}
.multi-column-section-wrap {
  /* border-top: 1px solid #c6c8ca; */
  padding: 50px 0;
  margin: 45px 0;
}
.body-about-you .copy-section .col-md-offset-1 {
  margin-left: 0px;
}
.body-about-you .copy-section .col-md-offset-1 ul {
  margin-top: 0px;
}
.body-about-you .copy-section .col-md-offset-1 h3 {
  font-size: 19px;
  margin: 0px;
}

/*
==============================================
Interior Related Resources
==============================================
*/
.interior .quote-section .pov-carousel .mc-container .slick-dots {
    bottom: -40px;
  }
.interior .quote-section .pov-carousel .mc-container .slick-slider {
  margin-bottom: 0;
  padding: 60px 0px 0;
  }
.interior .quote-section .mc-slide {
  background: transparent;
}
.interior .quote-section .pov-carousel .mc-heading {
  font-family: 'Raleway', sans-serif !important;
  font-size: 24px;
  line-height: 32px;
  color: #1f1f1f;
  font-weight: 400;
}
.interior .quote-section .pov-carousel .mc-heading:after {
  content: "";
  display: block;
  height: 5px;
  /* width: 85px; */
  position: relative;
  background: #e03302;
  margin: 19px auto 6px!important;
}
.pov-carousel .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 20px 50px 0px rgba(255,255,255,0.3), inset 10px 20px 50px -20px rgba(255,255,255,0.1);
}
.pov-carousel .mc-cta {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #1f1f1f;
  font-weight: 500;
}
.body-about-us .copy-section .content-slider-cta-wrapper {
  display: none;

}

/* Slick dots content slider */
.body-about-us .copy-section .slick-dots li.slick-active button:focus:before {
    opacity: 1;
    color: transparent;
}
.body-about-us .copy-section .slick-dots li.slick-active button:before {
    color: transparent !important;
    opacity: 1 !important;
    background: #e03302;
}
.body-about-us .copy-section .slick-dots li button:before {
    color: #e03302;
    opacity: 0.95;
    font-size: 10px;
}
.body-about-us .copy-section .slick-dots li button:focus:before {
    opacity: 1;
}
.body-about-us .copy-section .slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}
.body-about-us .copy-section .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%; */
}
.body-about-us .copy-section .slick-dots li button:before {
    color: transparent !important;
    opacity: 1 !important;
    font-size: 10px;
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #e03302;
    border-radius: 50%;
}
.body-about-us .copy-section .slick-dots li {
    width: 9px !important;
    height: 9px;
}
.main-content-int-blog h1 .head-1 {
  font-family: 'Raleway', sans-serif;
  color: #e03302;
  font-size: 45px !important;
  line-height: 44px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  animation-delay: 0s !important;
}
.main-content-int-blog h1 .head-2 {
  font-family: 'Raleway', sans-serif;
  color: #333231;
  font-size: 25px !important;
  line-height: 24px;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  animation-delay: 0s !important;
}
.blog-section .blog-landing-content-wrapper .blog-landing-content-container {
    margin-top: 40px;
}
.blog-detail-info-wrapper a {
  color: #e03302 !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #e03302;
}
.social-media-share-link:active > .fa-share-alt:before {
    color: #e03302;
}
.resource-detail-tag-cloud-links a:active  > .fa-share-alt:before {
    color: #fff !important;
}
.social-media-share-wrapper span a {
	color: #fff !important;
}
.fa-share-alt {
	color: #e03302 !important;

}
.social-media-share-wrapper span a:hover {
	color: #000 !important;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #e03302 !important;
  }
.social-media-share-wrapper span {
    background-color: #e03302;
	padding: 3px 9px;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #e03302;
}

.filter-reset-container {
border: none !important;
}



/*

Next/Previous arrows and background variables
==============================================

blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #

==============================================
*/


/* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
  color: #000 !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: #e03302 !important;
  /* color: fuchsia !important; */
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #e03302 !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  /* border-color: orange !important; */
  border-color: #000 !important;
}
/* Arrow background normal */
.bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link:before, .resource-detail-next-link-wrapper:before {
  /* background: red !important; */
  background: #f1f1f1 !important;
}
/* Arrow background hover */
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link:hover:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  /* background: #eaeaea !important; */
  /* background: #e03302 !important; */
  background: #f7f7f7 !important;
}


.resource-section .body-resource-detail h3, .resource-detail-heading, .blog-detail-heading {
  font-weight: 500 !important;
}
.filter-open.fa-angle-down:before {
  color: #e03302;
}
.filter a:hover, .filter-reset:hover {
  color: #e03302;
}
.masonry-one-of-two-stacked .masonry-cta, .masonry-two-of-two-stacked:hover .masonry-cta {
    color: #ffffff !important;
}
.masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
    color: #C52C02 !important;
}
.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta, .masonry-two-of-two-stacked .masonry-cta {
    color: #fff !important;
}

/*
==============================================
Resources Filter Section
==============================================
*/

.filter-overlay .close-filter-overlay {
    background: #e03302;
}
.filter-overlay .close-filter-overlay:hover {
    background: #272727;
}
.fa-times:before {
    color: #e03302;
}
.close-filter-overlay .fa-remove:before, .close-filter-overlay .fa-close:before, .close-filter-overlay .fa-times:before {
  color: #fff;
}
/*
==============================================
Resources Masonry Section
==============================================
*/
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #f9f9f9;
}
.masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover, .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
    background: #e03302;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #e03302;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #e03302;
}
.masonry-two-by-one .masonry-img-container:after {
    border-left: 15px solid #f9f9f9;
}
.masonry-one-by-two .masonry-copy:after {
    border-bottom: 15px solid #f9f9f9;
}
.masonry-one-of-two-stacked {
    background: #272727;
}
.masonry-two-of-two-stacked {
    background: #e03302;
}
.masonry-two-of-two-stacked:hover {
    background: #272727;
}
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    .masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover {
        background: #f9f9f9;
    }
    .masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
        color: inherit !important;
    }
    .masonry-two-of-two-stacked:hover .masonry-cta {
        color: #fff !important;
    }
    .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
        background: #272727;
    }
}


/*
Module sections

#e03302 = #e03302
#333231 = #333231
#ffdbd0 = #ffdbd0
#333231 = #333231
#f3f3f3 = #f3f3f3
#fff = #fff
#e03302 = #e03302

*/

/* .masterprime .main-module-section {
  margin-bottom: 35px;
} */
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
    font-size: 19px;
    line-height: 38px;
    font-weight: 400;
}
.masterprime .mc-image-wrapper {
    background: transparent !important;
}
/* Families and Individuals */
.masterprime .arrow {
   fill: #ffdbd0;
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
  border-color: #e03302 !important;
  border-top: 4px solid;
}
.masterprime .module-intro-content .head-1 {
  font-family: 'Raleway', sans-serif;
  color: #e03302;
  font-size: 45px !important;
  line-height: 44px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
  animation-delay: 0s !important;
}
.masterprime .body-module-pre-retirees .module-case-section .module-case-content a {
    color: inherit;
    font-weight: 500;
}
.masterprime .main-module-content h3 {
  font-weight: 400 !important;
}
.masterprime .body-module-pre-retirees .module-case-content h4, .masterprime .module-section-header h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
}
.masterprime .main-module-content .explore-strategies-text-block h3 {
  font-family: 'Raleway', sans-serif;
  color: #fff !important;
  font-size: 25px !important;
  line-height: 24px;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.masterprime .module-intro-content .head-2 {
  font-family: 'Raleway', sans-serif;
  color: #333231 !important;
  font-size: 25px !important;
  line-height: 24px;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  animation-delay: 0s !important;
  /* animation: slideInUpSmall 2 linear !important; */
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callout-arrow {
 fill: #fff;
}
.donut-ring {
   stroke: #f3f3f3;
}
.donut-segment-2 {
   stroke: #ffdbd0;
}
.masterprime .module-cta, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a:hover .mc-cta, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a .mc-cta {
   color: #e03302 !important;
   border-radius: 13px;
   font-weight: 500 !important;
}
.masterprime .module-case-content:hover .module-cta {
   color: #333231 !important;
}
.masterprime .module-cta:before, .masterprime .content-slider-cta:before, .masterprime .contact-cta:before {
   color: #333231;
}
.masterprime .intro-content .module-multimedia-section h3, .masterprime .content-slider-wrapper .content-slider-heading {
   color: #333231;
}
.whats-your-retirement-text-block a {
 color: #e03302;
}
.whats-your-retirement-text-block a:hover {
 color: #333231;
}
.main-module-content h3, .masterprime .module-contact-content h3 {
 color: #333231;
}
.masterprime .related-resources-content .mc-container a:hover .mc-cta {
 border: 1px solid #333231;
 color: #333231;
}
.masterprime .body-module-pre-retirees .module-related-resources-section {
   border-top: 20px solid #f5f1ef;
}
.masterprime .module-case-content h4, .masterprime .wrap-content-slider-content, .masterprime .module-case-content p, .main-module-section, .masterprime .related-resources-content .mc-copy, .masterprime .related-resources-content h4, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container .mc-copy {
   color: #333231 !important;
   font-family: 'Raleway', sans-serif;
}

.masterprime .module-slider-content .content-slider-wrapper .slick-slide:hover .content-slider-cta, .masterprime .content-slider-wrapper .content-slider-cta {
   color: #e03302 !important;
   font-weight: 500;
}
.masterprime .module-related-resources-section .mc-heading, .masterprime .content-slider-wrapper .content-slider-cta:hover {
   color: #333231 !important;
}
.masterprime .module-multimedia-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
 color: #333231 !important;
}
.masterprime .related-resources-content .mc-cta {
   color:#e03302;
   border: 1px solid transparent;
   font-family: 'Raleway', sans-serif;
}
.masterprime .related-resources-content .mc-content-wrapper:hover .mc-cta {
   color:#333231;
   border: 1px solid #333231;
}
.masterprime .related-resources-content .related-head {
  border-bottom: 1px solid #e03302!important;
}
.masterprime .related-resources-content .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 20px 50px 0px rgba(255,213,208,0.5), inset 10px 20px 50px -20px rgba(255,213,208,0.5);
}
/* .related-resources-content .mc-container .slick-next:before, .mc-container .slick-prev:before, .related-resources-content .mc-container .slick-next:hover:before, .mc-container .slick-prev:hover:before {
   color: #393939;
} */

.masterprime .contact-cta:before {
   color: #333231;
}
.masterprime .contact-cta {
   color: #A22402;
}
.masterprime .ftr-cta:hover > .contact-cta {
 color: #333231 !important;
}
.masterprime .slick-dots li.slick-active button:before {
   color: #333231 !important;
}
.masterprime .module-contact-content .ftr-cta, .masterprime .module-investment-management .module-multimedia-section {
  background: url(https://cm.raymondjames.com/-/media/rj/advisor-sites/sites/s/e/serendipitysecurities/images/pink-geometric-shape-ornament-modern-stylish-1130458372.jpg) #f7cabb !important;
  background-position: top;
  background-repeat: repeat-x;
  border-top: 1px solid #e03302 !important;
  /* border-bottom: 1px solid #e03302 !important; */
}
.masterprime .module-families-and-individuals .module-multimedia-section, .masterprime .module-whats-your-retirment-section {
  background: #f5f1ef !important;
}
/* Pre-Retirees */
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section, .masterprime .module-section-header, .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content  {
   background: #e03302;
}
.masterprime .module-whats-your-retirment-section {
 background: #f3f3f3;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
   color: #fff;
   border: 1px solid #fff;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading:before, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading:before {
   border: 1px solid #fff;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:hover:before {
   border-bottom: 1px dashed #fff;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:after {
   color: #fff;
}
/* .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content {
   background: #e03302;
} */
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
   color: #fff;
   border: 1px solid #fff;
   background: transparent;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
   color: #fff !important;
   background: transparent;
   border: 1px solid #fff;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
   border: 1px solid #fff;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
   border-bottom: 1px dashed #fff;
}
@keyframes module-slider-content-slide-animate {
 0%{
   transform: scale(1.0);
   color: rgba(255, 255, 255, .82); /* number colors 1 */
 }
 10% {
   transform: scale(1.2);
   color: rgba(255, 255, 255, 1); /* number colors 2 */
 }
 20%, 100% {
   transform: scale(1.0);
   color: rgba(255, 255, 255, .82); /* number colors 1 */
 }
}@keyframes module-slider-content-slide-line {
 0%{
   opacity: 0;
     border-color: transparent;
     width: 0;
 }
 100% {
   opacity: .5;
     border-color: #fff;
     width: 18px;
 }
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
   color: #fff !important;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item {
   background: #e03302;
   border: 1px solid #e03302;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item:hover {
   border: 1px solid #e03302;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading {
   color: #e03302;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-cta-wrapper button, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
   color: #e03302;
}
.masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
   color: #333231 !important;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-wrapper .content-slider-cta {
   color: #e03302;
   border-radius: 13px;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-cta:before {
   color: #e03302;
}
.masterprime .body-module-corporate-executives .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
   border: 1px solid transparent !important;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container:before {
   background: #fff;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a {
   color: #fff;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before,
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
   border: 1px solid #fff;
}



.masterprime .module-hedge-content p.disclaimer a {
   color: #e03302;
}
@media only screen and (max-width: 1024px) {
   .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
       border: 1px solid #fff;
   }
   .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-container .callout-item .callout-image-wrapper, .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
       border: 1px solid #fff;
       }
 .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-mobile-slider .callout-item .callout-image-wrapper:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
   border: 1px solid #fff;
 }
}
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
   .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:before {
       border-bottom: 1px dashed #fff;
   }
}

.contact-headline .logo-header {
  position: relative;
  top: 19px;
}

.contact-headline {
  color: #333231 !important;
}
.contact-headline .head-1 {
  color: #333231 !important;
  animation: none !important;
}
.contact-headline .head-2 {
  animation: none !important;
}
.services-ul-content {
  text-align: center;
  padding-top: 30px;
}
.services-ul-content .services-btns {
  list-style: none;
  padding-left: 0;
}
.services-ul-content .services-btns li {
  background: transparent;
  display: initial;
  text-align: center;
  margin-top: 0px;
}
.services-content-head {
  margin-bottom: 12px !important;
  font-family: 'Raleway', sans-serif;
  font-size: 26px !important;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.services-ul-content .button {
  font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1px 27px;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/



/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
.body-home .callouts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.callouts-container .callout-item {
  width: auto;
  margin: 5px;
}
.callouts-container .callout-item .callout-cta-wrapper {
  padding: 0px;
}
.billboard-section-main .billboard-container {
  background-position: bottom center;
}
.body-home .billboard-section .billboard-content-wrapper .container {
  max-width: 700px;
}
.body-home .billboard-section-main .billboard-container {
  background-position: 60px center;
  height: 620px;
  bottom: auto !important;
}

.body-home .billboard-section-main .billboard-content-wrapper .container {
  bottom: auto;
}
.body-home .callouts-container {
  height: 90px;
}
.intro-section .callouts-container .callout-item .callout-cta-wrapper button, .intro-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    line-height: 34px;
}
.body-home .billboard-section-main .billboard-container {
    background-position: 60px 230px;
    background-size: 90% !important;
  }
  .intro-section .callouts-container .callout-item .callout-cta-wrapper button, .intro-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    font-size: 16px;
  }
  .interior .billboard-content-wrapper .container {
    padding: 30px !important;
    width: 100% !important;
  }
  .interior .billboard-section .billboard-container {
    background-size: 110% !important;
  }
  .multi-column-section-wrap {
    padding: 40px 0 0;
    margin: 45px 0 20px;
  }
  .copy-section .col-sm-3 {
    width: 28%;
  }
  .copy-section .col-sm-9 {
    width: 70%;
  }


}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .nav-address-wrapper {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
  }
  .billboard-section-main .billboard-container {
    transform: inherit;
  }
  .billboard-section-main .billboard-container {
    background-attachment: inherit;
  }
  .address-group-name-wrapper .address-group-name-1 {
    display: none;
  }
  .intro-section .rich-text-container {
    padding: 0 55px;
  }
  .body-home .quote-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
  .callouts-container, .callouts-mobile-slider {
    margin-bottom: 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background: #fff;
    box-shadow: none;
  }
  .interior .billboard-section .billboard-container {
      height: 310px !important;
      min-height: 310px !important;
  }
  /* 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:#a92500;
  }
  /* 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: #fff;
  }
  .fa-angle-down:before {
    color: #e03302;
  }
  .billboard-section-animated .billboard-container {
    background-size: 150% !important;
  }
  .intro-section .callouts-container .callout-item .callout-cta-wrapper button, .intro-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    line-height: 18px;
  }
  .body-home .billboard-section .billboard-content-wrapper .container {
    max-width: 525px;
  }
  .body-home .billboard-section-main .billboard-container {
    /* background-position: -60px center !important;
    background-size: 120% !important; */
    /* background-position: center 131px !important;
    background-size: 111% !important; */
    background-position: -170px -90px !important;
    background-size: 126% !important;
  }
  .interior .billboard-section .billboard-container {
    height: 560px;
    min-height: 560px;
  }
  .body-home .billboard-section h1 {
    font-size: 24px !important;
    width: 100%;
    text-align: center;
  }
  .billboard-section-main .billboard-heading-wrapper {
    bottom: -155px;
  }
  .billboard-heading-wrapper {
    padding: 25px 15px;
    text-align: center;
    bottom: -65px;
  }
  .interior .billboard-heading-wrapper {
    bottom: 0;
  }
  .body-home .billboard-section-main .head-2 {
    /* font-size: 32px !important;
    line-height: 31px; */
    margin-bottom: 15px;
    margin-top: 70px;
  }
  .body-home .billboard-section-main .head-3 {
    /* font-size: 20px !important;
    line-height: 29px; */
  }
  .main-content-col {
    padding-left: 80px;
  }
  .copy-section img {
    width: 100%;
    height: auto;
  }
  .main-content-col {
    padding-top: 30px;
    margin-top: 20px;
  }
  .copy-section .col-sm-3 {
    width: 100%;
    padding-left: 0;
  }
  .copy-section .col-sm-9 {
    width: 100%;
  }
  .main-content-col {
    border-left: none;
    border-top: 1px dashed #ccc;
  }
  .copy-section .row {
    margin-left: 0;
    margin-right: 0;
  }
  .main-content-col {
    padding-left: 0px;
    margin-bottom: 23px;
  }
  .contact-headline .logo-header {
    width: auto !important;
  }
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .logo-header {
    position: relative !important;
    top: 11px !important;
    margin-left: 0 !important;
  }

  .body-home .billboard-section .billboard-content-wrapper .container {
      width: 230px;
  }
  .billboard-heading-wrapper {
    padding: 25px 15px;
    text-align: center;
    bottom: -60px;
  }
  .billboard-section-main .billboard-heading-wrapper {
    bottom: -75px;
  }
  .interior .billboard-section .billboard-container {
      height: 390px !important;
      min-height: 390px !important;
      /* border: 1px solid red; */
  }
  .interior .billboard-section .head-1, .copy-section .head-1 {
    font-size: 36px !important;
    line-height: 35px;
  }
  .interior .billboard-heading-wrapper {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
  }
  .body-home .billboard-section-main .billboard-container {
    /* background-position: 0px 0px !important;
    background-size: 100% !important; */
    background-position: -130px -60px !important;
    background-size: 145% !important;
  }
  .billboard-section-2 .billboard-container {
    background-position: -890px top !important;
  }
  .body-home .billboard-section-main .billboard-container {
    height: 480px !important;
    min-height: 480px !important;
  }
  .body-home .billboard-section-main .head-2 {
    font-size: 32px !important;
    line-height: 31px;
    margin-bottom: 15px;
    margin-top: 70px;
  }
  .body-home .billboard-section-main .head-3 {
    padding: 0 10px;
  }
  .billboard-section-animated .billboard-heading {
    width: 100%
  }
  .body-home .billboard-section .billboard-content-wrapper .container {
    width: 100%;
    padding: 0 40px;
  }
  .billboard-container:after {
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background: rgba(255, 255, 255, 0);
  }
  .billboard-section-animated .billboard-container {
    height: 650px;
  }
  .body-home .callouts-version-1 .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #e03302;
    opacity: 1;
  }
  .body-home .callouts-version-1 .slick-next {
    right: 20px;
  }
  .body-home .callouts-version-1 .slick-prev {
    left: 20px;
    z-index: 15;
  }
  .billboard-section .billboard-container {
    background-attachment: inherit !important;
  }
  .billboard-section .billboard-container {
    transform: inherit !important;
    background-position: top;
  }
  .billboard-section-animated .billboard-container {
    background-size: 390% !important;
  }
  .footer-social-section {
    margin-top: 40px;
  }
  .footer-section .footer-cta-section h4 {
    line-height: 40px;
  }
  .interior .billboard-section .billboard-content-wrapper:before {
    background: rgba(227,230,234, 0);
  }
  .interior .billboard-content-wrapper .container {
    padding: 30px;
    width: 100%;
  }
  .interior .billboard-container {
    height: 420px !important;
  }
  .interior .billboard-content-wrapper .container {
    position: relative;
    bottom: 0px;
  }
  .main-content-col, .header-main-col {
    padding-left: 0px;
  }
  .multi-row {
    margin-left: 0;
    margin-right: 0;
  }
  .copy-section .copy-content {
    padding-top: 5px;
  }
  .quote-wrapper .quote-hr {
    width: 100%;
  }
  .footer-section .footer-cta-section h4:after {
    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) {
  .body-home .billboard-section .billboard-content-wrapper .container {
      width: 230px;
  }
  .body-home .billboard-section-main .billboard-heading-wrapper {
    padding: 25px 15px;
    text-align: center;
    bottom: -140px;
  }
  .interior .billboard-heading-wrapper {
      padding: 25px 15px;
      text-align: center;
      bottom: inherit !important;
    }
  .body-home .billboard-section-main .billboard-container {
    /* background-position: 0px 0px !important;
    background-size: 100% !important; */
    background-position: -120px -60px !important;
    background-size: 117% !important;
  }
  .billboard-section-2 .billboard-container {
    background-position: -560px top !important;
  }
  .body-home .billboard-section-main .billboard-container {
    height: 610px !important;
    min-height: 610px !important;
  }
  .body-home .billboard-section-main .head-2 {
    font-size: 32px !important;
    line-height: 31px;
    margin-bottom: 15px;
    margin-top: 70px;
  }
  .body-home .billboard-section-main .head-3 {
    padding: 0 10px;
  }
  .billboard-section-animated .billboard-heading {
    width: 100%
  }
  .body-home .billboard-section .billboard-content-wrapper .container {
    width: 100%;
    padding: 0 40px;
  }
  .billboard-container:after {
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    /* background: rgba(255, 255, 255, 0); */
  }
  .billboard-section-animated .billboard-container {
    height: 520px;
  }
  .body-home .callouts-version-1 .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #e03302;
    opacity: 1;
  }
  .body-home .callouts-version-1 .slick-next {
    right: 20px;
  }
  .body-home .callouts-version-1 .slick-prev {
    left: 20px;
    z-index: 15;
  }
  .billboard-section .billboard-container {
    background-attachment: inherit !important;
  }
  .billboard-section .billboard-container {
    transform: inherit !important;
    background-position: top;
  }

  .billboard-section-animated .billboard-container {
    background-size: 200% !important;
  }
  .footer-social-section {
    margin-top: 40px;
  }
  .footer-section .footer-cta-section h4 {
    line-height: 40px;
  }
  .interior .billboard-section .billboard-content-wrapper:before {
    /* background: rgba(227,230,234, 0); */
  }
  .interior .billboard-content-wrapper .container {
    padding: 30px !important;
    width: 100% !important;
  }
  .interior .billboard-section .billboard-container {
    background-size: 110% !important;
  }
  .interior .billboard-container {
    height: 420px !important;
    min-height: 420px !important;
  }
  .interior .billboard-content-wrapper .container {
    position: relative;
    bottom: inherit;
  }
  .main-content-col {
    padding-left: 0px;
  }
  .header-main-col {
    padding-left: 0px;
  }
  .multi-row {
    margin-left: 0;
    margin-right: 0;
  }

}

/* ----------- laptop 1 Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .billboard-section h1 {
      color: teal !important;
      /* border: 20px solid red; */
    }
    .billboard-section-main .billboard-container {
      background-position: center 90px;
    }

  }
  /* ----------- laptop 2 Non-Retina Screens ----------- */

@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .billboard-heading h1 {
    color: green !important;
    /* border: 20px solid green; */
  }
  .billboard-section-main .billboard-container {
    background-position: center 160px;
  }

}

/* IE only */
@media screen\0 {
  .billboard-container {
    max-height: inherit;
  }
  .body-home .billboard-section .billboard-content-wrapper .container {
    top: 175px;
  }
  .interior .billboard-heading-wrapper {
    top: 140px;
  }
  .billboard-section-main .billboard-container {
    background-size: 80% !important;
    background-position-y: 20px;
  }

}
