/* /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=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800|Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');

/*
@import url('resources.css');
@import url('modules.css');
*/
@import url('hijacking.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: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;


========================================================================================================================
*/
.masterprime .related-resources-main {
background: #fff;
}

/* 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"] {
border: 2px solid #C20000;
color: #000;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
color: #C20000;
}

h2, h3, h4, h5, .blog-detail-heading, .main-content-int-blog h1.blog-landing-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 400 !important;
  color: #000;
  text-transform: none;
}
a, .resource-detail-copy-wrapper a {
  color: #C20000;
}


/*
==============================================
Navigation Section
==============================================
*/

.header-main {
  background: #fff !important;
}
.header-content {
  width: 1170px;
  margin: 0 auto;
  min-height: 85px;
}
.header-content .bio-detail-links-wrapper {
  position: absolute;
  top: 0px;
  right: 150px;
  padding: 0;
}
.header-content .bio-detail-links-wrapper a, .footer-social .bio-detail-links-wrapper a {
  color: #000;
}
.header-content .bio-detail-links-wrapper .fa, .footer-social .bio-detail-links-wrapper .fa {
  background: #cfe0d8;
  border-radius: 5px;
  padding: 3px;
  margin: 0 5px;
  -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;
}
.header-content .bio-detail-links-wrapper .fa:hover, .footer-social .bio-detail-links-wrapper .fa:hover  {
  color: #C20000;
}
.header-main .ftr-logo-wrapper {
  display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  margin: 10px auto;
}
.primary-nav > li {
  top: 0;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav:not(.nav-opened) .primary-nav .nav-subnav {
  min-width: auto;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 31px;
}
.primary-nav {
  animation: none;
  -webkit-animation: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.page-link-client-access {
  position: absolute;
  top: -65px;
  right: 0;
  background: #cfe0d8;
  display: block;
  /* animation: slideInUpSmall 2s linear;
  -webkit-animation: slideInUpSmall 2s linear; */
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.page-link-client-access a {
  padding: 0 10px;
  margin: 0;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.page-link-client-access a:hover {
  border: 1px solid transparent;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #fff !important;
}
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  margin: 0 5px;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #C20000 !important;
  border: 1px solid #000;
}
.primary-nav > li.nav-image > a:hover {
  border: 1px solid transparent;
}

/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #000;

  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
/* 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: #C20000;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 0px 5px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #fff !important;
  -webkit-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.05);
	box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.05);
}
.nav:before, .nav:after {
  display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.nav-image {
  height: 110px;
  width: 320px;
  margin-top: -86px;
  overflow: hidden;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.nav-image img {
  max-width: 255px;
}
.nav-sticky.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.nav-image a img {
  margin-top: 44px;
  animation: fadeOut 0.3s;
  -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;
}
.nav-sticky {
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.4);
  box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.4);
}
.nav-sticky.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.nav-image {
    height: 95px;
}
.investor-access-input-wrapper input {
  background-color: #efefef;
}
.investor-access-id-icon, .investor-access-password-icon {
  color: #C20000;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a .fa {
  margin-right: 0;
}

/*
==============================================
Mouse Scroller Model 1
==============================================
*/

.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
  background-color: #cfe0d8 !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 #000;
    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;
}
/*
==============================================
Billboard Section
==============================================
*/
.billboard-container.billboard-full-height {
  background: url(/-/media/rj/advisor-sites/sites/a/d/advisorashley/Images/banners/banner-home-paper.jpg);
  min-height: auto !important;
  padding: 40px 50px 50px;
}
.billboard-content-wrapper .row {
  margin: 0;
}
.billboard-heading-wrapper {
  background: url(/-/media/rj/advisor-sites/sites/a/d/advisorashley/Images/banners/paper-bg-dark.jpg);
  padding: 100px 50px;
}
.billboard-section:after {
  display: none;
}
.billboard-container p {
  max-width: 715px;
  margin: 0 auto 15px !important;
  text-align: center;
  font-size: 23px;
  font-family: 'Playfair Display', serif;
  color: #000;
  line-height: 1.6;
}
.billboard-container p.no-margin {
  margin: 0 auto !important
}
.billboard-section .billboard-container a {
  color: #C20000;
}
.billboard-container p a:hover {
  color: #000;
}
.billboard-content-wrapper .container {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    padding: 0px;
    width: 100%;
    left: 0;
}

/*
==============================================
Intro Section
==============================================
*/
.intro-section .intro-text:before, .intro-section .intro-content:before, .intro-section .intro-content:after {
  display: none;
}
.intro-content {
  max-width: 1170px;
}
.intro-content .intro-text {
    padding: 96px 30px 66px;
}
.intro-section {
  background: #fff !important;
  padding: 75px 0;
  position: relative;
  z-index: 11;
}
.intro-section .intro-text .content-header-section {
  min-height: 300px;
}
.intro-section .content-header-section-headline h1, .copy-intro .content-header-section-headline h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #3d3d3d;
  width: 100%;
  text-align: left;
  position: relative;
}
.intro-section .content-header-section-headline h1:before, .copy-intro .content-header-section-headline h1:before {
  content:'';
  position: absolute;
  top: -20px;
  left: 0;
  background: #ff5a5a;
  height: 2px;
  width: 70px;
  animation: zoomIn 1s;
}
.head-2 {
  display: block;
}
.red-text {
  color: #C20000;
}

.intro-section .intro-text .content-header-section-image img {
  width: 100%;
  max-width: 110px;
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100px;
}



/*
==============================================
HATCH
==============================================
*/
.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;

	visibility: visible !important;
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}
	65% {
		transform: rotate(1deg);
	}
	80% {
		transform: rotate(-1deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}
	65% {
		-webkit-transform: rotate(1deg);
	}
	80% {
		-webkit-transform: rotate(-1deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}

.intro-section .intro-text-1 .content-header-section-image img {
  top: 290px;
  animation: hatch 2s forwards;
	-webkit-animation: hatch 2s forwards;
  animation-timing-function: linear;
  -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;

}

/*
==============================================
SHAKE
==============================================
*/
@keyframes shake {
10%, 90% {
  transform: translate3d(-1px, 0, 0);
}

20%, 80% {
  transform: translate3d(2px, 0, 0);
}

30%, 50%, 70% {
  transform: translate3d(-4px, 0, 0);
}

40%, 60% {
  transform: translate3d(4px, 0, 0);
}
}
.intro-section .intro-text-2 .content-header-section-image img:hover, .intro-section .intro-text-3 .content-header-section-image img:hover, .intro-section .intro-text-4 .content-header-section-image img:hover   {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
  animation-timing-function: linear;

}







/*
==============================================
Intro Section 2
==============================================
*/
.intro-section .intro-text-2 .content-header-section-image img {
  max-width: 85px;
  top: 290px;
}

/*
==============================================
Intro Section 3
==============================================
*/
.intro-section .intro-text-3 .content-header-section-image img {
  max-width: 142px;
  top: 290px;
}

/*
==============================================
Intro Section 4
==============================================
*/
.intro-section .intro-text-4 .content-header-section-image img {
  width: 100%;
  max-width: 300px;
  top: 290px;
}
/*
==============================================
Interior Section
==============================================
*/
.interior .billboard-container {
  background: url(/-/media/rj/advisor-sites/sites/a/d/advisorashley/Images/banners/banner-home-paper.jpg);
  padding: 50px;
  min-height: 410px;
}
.interior .billboard-heading-wrapper {
   display: block;
   background: url(/-/media/rj/advisor-sites/sites/a/d/advisorashley/Images/banners/paper-bg-dark.jpg);
   padding: 150px 50px;
 }
.interior .billboard-content:after {
   display: none;
 }
.copy-section, .body-map-directions .resource-section, .blog-main, .body-blog-detail .resource-section {
  background: #fff;
}
.copy-section .copy-content {
  padding: 140px 89px;
}

.copy-content-wrap-top {
  padding: 75px 30px;
  position: relative;
}
.copy-intro {
  padding: 96px 0 66px;
}
.copy-content-wrap-top .content-header-section {
  min-height: 300px;
}
.copy-content-wrap-top .content-header-section-image {
  position: relative;
}
.copy-content-wrap-top .content-header-section-image img {
  width: 100%;
  max-width: 110px;
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  right: 0;
 }
.copy-content-wrap-top .content-header-section-image img.about-me-image {
 max-width: 85px;
 bottom: -430px;
}
.copy-content-wrap-top .content-header-section-image img.client-experience-image {
  max-width: 142px;
  bottom: -430px;
}
.copy-content-wrap-top .content-header-section-image img.my-clients-image {
  max-width: 110px;
  bottom: -430px;
}
.copy-content-wrap-top .content-header-section-image img.ask-ashley-image {
  max-width: 90px;
  bottom: -390px;
}
.copy-content-wrap-top .content-header-section-image img.contact-image {
  max-width: 300px;
  bottom: -430px;
}


.cta-column .ftr-cta-wrapper {
  text-align: center;
  padding: 200px 0 100px;
}
.cta-column .ftr-cta-wrapper .ftr-cta {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 800;
  position: relative;
  display: block;
  clear: both;
}
.cta-column .ftr-cta-wrapper .ftr-cta:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background: #ff5a5a;
  height: 2px;
  width: 75px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cta-column .ftr-cta-wrapper .ftr-cta:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #ff5a5a;
  height: 2px;
  width: 75px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cta-column .ftr-cta-wrapper .ftr-cta:hover:before, .cta-column .ftr-cta-wrapper .ftr-cta:hover:after {
  width: 150px;
}
.cta-column .ftr-cta-wrapper .cta-block {
  display: block;
}

.body-new-job .content-header-section-headline, .body-contribute .content-header-section-headline {
  padding: 0 80px;
}
.body-new-job .copy-content-wrap-top .content-header-section, .body-contribute .copy-content-wrap-top .content-header-section {
  min-height: auto;
}
.body-new-job .copy-intro, .body-contribute .copy-intro {
  padding: 96px 0 0px;
}
.body-contact .copy-column .callouts-container, .body-contact .copy-column .callouts-mobile-slider {
    grid-template-columns: repeat(2, 1fr);
    min-height: 200px;
}
.body-contact .copy-column .callouts-container .callout-heading-wrapper {
  height: auto !important;
}
/*
==============================================
Table Styles
==============================================
*/
.table {
	width:100%;
	border:1px solid $color-form-highlight;
}

.table-header {
	display:flex;
	width:100%;
	background:#000;
	padding:($half-spacing-unit * 1.5) 0;
  color: #fff;
	padding: 8px;
}
.table-row:nth-of-type(odd) {
    background: #EEEEEE;
}
.table-row {
	display:flex;
	width:100%;
	padding: 8px;

	&:nth-of-type(odd) {
		background:$color-form-highlight;
	}
}

.table-data, .header__item {
	flex: 1 1 20%;
	text-align:center;
}

.header__item {
	text-transform:uppercase;
}




/*
==============================================
Callouts Section
==============================================
*/
.callouts-container .callout-item, .callouts-mobile-slider .callout-item, .callouts-version-1.callouts-mobile-slider .callout-slide {
  background: #C20000;
  padding: 30px 0 0;
}
.callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  position: relative;
}
.callouts-container .callout-item .callout-heading-wrapper .callout-heading:before, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading:before {
  content:'';
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 2px;
  width: 50px;
  background: #000;


}
.callouts-container .callout-item .callout-heading-wrapper .callout-heading .head-1, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading .head-1 {
  color: #fff;
  font-size: 25px !important;
  font-family: 'Playfair Display', serif;
  line-height: 30px;
  font-weight: 800;
  text-transform: none;
}
.callouts-container .callout-item .callout-cta-wrapper button, .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  text-align: center;
  text-transform: none;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.callouts-container .callout-item .callout-cta-wrapper, .callouts-mobile-slider .callout-item .callout-cta-wrapper {
    height: auto;
}
.callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: #C20000;
    background: #fff;
  }
.body-ask-ashley .callouts-container, .callouts-mobile-slider {
  grid-template-columns: repeat(2, 1fr);
}

/*
==============================================
Team Section
==============================================
*/


/*
==============================================
Callouts Section
==============================================
*/


/*
==============================================
Bio Section
==============================================
*/
.bio-section {
  background: #fff;
}
.bio-section .bio-detail-title {
    bottom: 76px !important;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 19px;
  color: #C20000;
}
.bio-section .bio-detail-links-wrapper .fa {
  color: #C20000;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
  color: #000;
}
.bio-quote-section {
  display: none;
}
.bio-section .bio-detail-designation sup {
  font-size: 75%;
}
.bio-detail-headshot {
  width: 200px;
}
/*
==============================================
Footer Section
==============================================
*/
.footer-section {
  background: #fff;
}
.footer-contact-content  {
  background: url(/-/media/rj/advisor-sites/sites/a/d/advisorashley/Images/banners/paper-bg-dark.jpg);
  position: relative;
}
.footer-section .footer-contact-info {
  text-align: center;
  padding: 30px 0;
}
.footer-section .footer-cta-section h4 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 800;
  color: #000;
  text-transform: none;
  margin: 100px 0 50px;
}
.footer-text .red-text {
  font-weight: 100;
}
.footer-section .footer-content a, .footer-section .ftr-disclosures, .footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  color: #000;
}
.footer-section .ftr-disclosures span {
  text-decoration: none !important;
}
.footer-section .ftr-nap-address:before {
  display: none;
}
.footer-section .footer-cta-section h4:hover {
  color: #000;
}
.footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-line2:after {
  content: "|";
  padding: 0 3px 0 6px;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  content: "|";
  padding: 0 3px 0 6px;
  margin: 0;
  color: #000;
}
.ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions {
  display: block;
}
.footer-section .footer-contact-info .ftr-nap li[data-phonetype="0"]:after {
  display: none;
}
.footer-section .footer-content a:hover {
  color: #C20000;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  line-height: 20px;
}
.footer-section .footer-contact-info .ftr-nap li {
  padding: 0;
}
.footer-contact-content:before {
  content: '';
  background: url(/-/media/rj/advisor-sites/sites/a/d/advisorashley/Images/Group-Logos/seal.png);
  position: absolute;
  top: -45px;
  right: 150px;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.footer-section .footer-cta-section h4:after {
  display: none;
}
.footer-social {
  text-align: center;
  padding: 30px 0 0;
}
.ftr-disclosures-wrapper {
  padding: 0 30px 30px;
}
/*
==============================================
Sticky CTA Footer
==============================================
*/
.home-sidenav {
  margin: 0 !important;
  position: fixed !important;
  right: 20px !important;
  bottom: 33% !important;
  z-index: 11 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  }

.home-sidenav-wrap .home-sidenav {
  border: none !important;
}
.home-sidenav li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
}
.home-sidenav li a:hover:before {
  background: #C20000;
}
.home-sidenav li a.active:before {
  background: #C20000;
}
.home-sidenav {
list-style: none;
}

.home-sidenav li a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #C20000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}




/*

Share Widget and text links
==============================================

red = #
blue = #
green = #
yellow = #
aqua = #
lime = #

==============================================
*/


/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, .resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, .social-media-share-link:active > .fa-share-alt:before, .resource-detail-info-wrapper a:hover {
  color: #000 !important;
}
/* share icon (left) normal */
.fa-share-alt, .resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link  {
    color: #C20000 !important;
}

/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #fff !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #D9D9D9 !important;
}

/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #000 !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: #C20000;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid #C20000;
}

/*

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: #C20000 !important;
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #fff !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: #D9D9D9 !important;
}
/* Arrow background normal */
.resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
  background: #C20000 !important;
}
/* Arrow background hover */
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  background: #000 !important;
}



/*
Blog Side Navigation
==============================================

red = #
green = #
blue = #
purple = #

==============================================
*/

.filter-list-heading a {
  color: red;
}
.filter-list-links .filter-list-date a {
  color: green !important;
}
.filter-list-heading a:hover {
  color: blue;
}
.filter-list-heading a:hover {
  color: purple !important;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: red !important;
}

.filter-list-heading a {
  color: #C20000;
}
.filter-list-links .filter-list-date a {
  color: #C20000 !important;
}
.filter-list-heading a:hover {
  color: #000;
}
.filter-list-heading a:hover {
  color: #000 !important;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: #C20000 !important;
}

/*
==============================================
Responsive Media Queries
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .header-content {
    width: 970px;
  }

}


/* 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) {
  .header-main {
    -webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.4);
    position: relative;
    z-index: 12;
  }
  .header-content {
    width: 750px;
    padding: 65px 0;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.nav-image, .header-content .social-container {
    display: none;
  }
  .header-main .ftr-logo-wrapper  {
    display: block;
  }
  .header-main .ftr-logo-wrapper img {
    max-width: 255px;
    margin: 0 auto;
  }
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  margin: 0 auto;
}
/* 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: #C20000;
}


/* 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;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  background: #fff;
  box-shadow: none;
}
.nav-address-wrapper {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  border: 1px solid transparent;
}
.fa-angle-down:before {
  color: #C20000;
}
.billboard-section:before, .billboard-content:before {
  display: none;
}
.footer-contact-content:before {
  right: 40px;
}
.copy-section .copy-content {
  padding: 65px 60px 140px;
}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .header-content {
    width: 100%;
  }
  .intro-section .content-header-section-headline h1, .copy-intro .content-header-section-headline h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .billboard-container.billboard-full-height {
    padding: 40px 10px 50px;
  }
  .billboard-heading-wrapper {
    padding: 100px 20px;
  }
  .copy-section .copy-content {
    padding: 65px 30px 50px;
  }
  .interior .billboard-container {
    padding: 10px 20px 20px;
  }
  .interior .billboard-heading-wrapper {
    padding: 50px 30px;
  }
  .interior .billboard-container {
    height: auto !important;
  }
  .cta-column .ftr-cta-wrapper {
    padding: 100px 0 0px;
  }
  .footer-section .footer-cta-section h4 {
    margin: 100px 0;
  }
  .footer-contact-content:before {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -70px;
  }
  .footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-line2:after {
    display: none;
  }
  .home-sidenav-wrap {
    display: none;
  }
  .intro-section {
    padding: 25px 0;
  }
  .intro-section .intro-text .content-header-section {
    min-height: 200px;
  }
  .intro-section .intro-text-1 .content-header-section-image img, .intro-section .intro-text-2 .content-header-section-image img, .intro-section .intro-text-3 .content-header-section-image img,.intro-section .intro-text-4 .content-header-section-image img {
    top: 140px;
  }
  .copy-column .slick-prev:before, .copy-column .slick-next:before {
    display: none;
  }
  .copy-column .slick-prev:after {
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      top: 14px;
      right: -20px;
      content: "";
      -webkit-transform: rotate(
      -45deg) skew(
      -10deg,
      -10deg);
      transform: rotate(
      -45deg) skew(
      -10deg,
      -10deg);
      width: 25px;
      height: 25px;
      border-left: 1px solid #000;
      border-top: 1px solid #000;
  }
  .copy-column .slick-next:after {
      content: "" !important;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      top: 14px;
      left: -20px;
      -webkit-transform: rotate(
      45deg) skew(
      10deg,
      10deg);
      transform: rotate(
      45deg) skew(
      10deg,
      10deg);
      width: 25px;
      height: 25px;
      border-right: 1px solid #000;
      border-top: 1px solid #000;
  }
  .header-content .bio-detail-links-wrapper {
    display: none;
  }
  .copy-content-wrap-top .content-header-section-image img.about-me-image {
   max-width: 85px;
   bottom: -390px;
  }
  .copy-content-wrap-top .content-header-section-image img.client-experience-image {
    max-width: 142px;
    bottom: -390px;
  }
  .copy-content-wrap-top .content-header-section-image img.my-clients-image {
    max-width: 110px;
    bottom: -390px;
  }
  .copy-content-wrap-top .content-header-section-image img.ask-ashley-image {
    max-width: 90px;
    bottom: -360px;
  }
  .copy-content-wrap-top .content-header-section-image img.contact-image {
    max-width: 300px;
    bottom: -390px;
  }
}


/* 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) {
  .header-content {
    width: 100%;
  }
  .footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-line2:after {
    display: none;
  }
  .home-sidenav-wrap {
    display: none;
  }
  .intro-section {
    padding: 25px 0;
  }
  .intro-section .intro-text .content-header-section {
    min-height: 200px;
  }
  .intro-section .intro-text-1 .content-header-section-image img, .intro-section .intro-text-2 .content-header-section-image img, .intro-section .intro-text-3 .content-header-section-image img,.intro-section .intro-text-4 .content-header-section-image img {
    top: 140px;
  }
  .body-ask-ashley .copy-column .slick-prev:before, .body-ask-ashley .copy-column .slick-next:before {
    display: none;
  }
   .copy-column .slick-prev:after {
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      top: 14px;
      right: -20px;
      content: "";
      -webkit-transform: rotate(
      -45deg) skew(
      -10deg,
      -10deg);
      transform: rotate(
      -45deg) skew(
      -10deg,
      -10deg);
      width: 25px;
      height: 25px;
      border-left: 1px solid #000;
      border-top: 1px solid #000;
  }
  .copy-column .slick-next:after {
      content: "" !important;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      top: 14px;
      left: -20px;
      -webkit-transform: rotate(
      45deg) skew(
      10deg,
      10deg);
      transform: rotate(
      45deg) skew(
      10deg,
      10deg);
      width: 25px;
      height: 25px;
      border-right: 1px solid #000;
      border-top: 1px solid #000;
  }
  .header-content .bio-detail-links-wrapper {
    display: none;
  }
}

/* IE only */
@media screen\0 {

}
