@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Oswald:300,400|Playfair+Display:400,700,900,400i,700i,900i|Raleway:300,400,700|Old+Standard+TT:700');

@import url('components/navigation-section.css');
@import url('components/billboard-section.css');
@import url('components/intro-section.css');
@import url('components/team-section.css');
@import url('components/home-yearbook.css');
@import url('components/billboard-services-section.css');
@import url('components/callouts-section.css');
@import url('components/niche-section.css');
@import url('components/quote-section.css');
@import url('components/footer-section.css');
@import url('components/copy-section.css');
@import url('components/media-section.css');
@import url('components/team-int-section.css');
@import url('components/bio-section.css');
@import url('components/resource-section.css');
@import url('components/blog-section.css');
@import url('components/sticky.css');
@import url('components/connected-advisor-section.css');
@import url('components/calculator.css');
@import url('components/worthwhile.css');
@import url('modules/main-styles.css');
@import url('modules/behavioral-finance.css');
@import url('modules/landing-page.css');
@import url('modules/living-your-legacy.css');
@import url('modules/retirees.css');
@import url('modules/pre-retirees.css');
@import url('modules/corporate-executives.css');
@import url('modules/private-wealth.css');
@import url('modules/client-center.css');
@import url('modules/e-delivery.css');
@import url('modules/intergenerational-wealth-transfer.css');
@import url('misc/rjl.css');
@import url('features/advanced-bio.css');
@import url('features/email-capture-form.css');
@import url('features/podcast.css');
@import url('features/sticky-footer-cta.css');
@import url('features/awards-and-recognition.css');
@import url('features/header-contact.css');
@import url('features/mc-ks-feed.css');
@import url('../shared/cookie-banner.css');
@import url('features/ks-process-slider.css');
@import url('features/schedule.css');
@import url('features/digital-landing-page.css');
@import url('features/ks-cs-hero.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: Jose
DESIGNER: Jesse
JOB #: 17-BR3FL-0108
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____



========================================================================================================================
*/

:root {

    /* Model 3 Variables */
  
    --light: #efce61;
    --light-color-1: #F8E196;
    --medium: #947200;
    --medium-color-1: #664E00;
    --dark: #003e51;
    --dark-color-1: #001B24;
    --gray-light: #f5f7f9;
    --gray-medium: #c7c7c7;
    --gray-dark: #393939;
    --black: #000000;
    --white: #ffffff;
    --rgb-color-1: 4,62,81;
    --rgb-color-2: 93,127,148;
    --rgb-color-3: 4,62,81;
    --rgb-opacity-1: 0.1;
    --rgb-opacity-2: 0.5;
    --rgb-opacity-3: 1;
    --font-1: 'Playfair Display', serif;
    --font-2: 'Oswald', sans-serif;
    --font-3: 'Lato', sans-serif;
    --font-4: 'Source Sans Pro', sans-serif;
  }
body {
	font-family: 'Raleway', sans-serif;
	color: #656464;
	font-size: 17px;
	line-height: 33px;
	font-weight: 300;
	position: relative;
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-3/patterns/texture.jpg);
}

.wow {
	visibility: hidden;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-size: 35px;
    line-height: 46px;
	font-weight: 600;
	color: inherit;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Playfair Display', serif;
	font-size: 35px;
    line-height: 44px;
	font-weight: 600;
	color: inherit;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 41px;
	font-weight: 600;
	color: inherit;
	margin-bottom: 10px;
}

h4 {
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	line-height: 38px;
	font-weight: 600;
	color: inherit;
	margin-bottom: 10px;
}

h5 {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: 600;
	color: inherit;
	margin-bottom: 10px;
}
hr {
    border: 0 !important;
    color: #bfbebe;
    background-color: #bfbebe;
    height: 1px;
    width: 100%;
    text-align: left;
    margin: 20px 0;
}

a {
-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;
}
a:hover, a:focus {
    text-decoration: none;
}
a:focus {
    outline: none;
}

.red { background: red !important; padding: 90px;   }
.pink { background: pink !important; padding: 90px;   }
.green { background: green !important; padding: 90px;   }
.yellow{ background: yellow !important; padding: 90px;   }
.blue { background: blue !important; padding: 90px; }
.orange { background: orange !important; padding: 90px;   }
.teal { background: teal !important; padding: 90px;   }

p {
	margin-bottom: 35px !important;
}
em {
	font-style: italic;
}

strong {
    font-weight: 600;
}
.disclosure, .disclaimer {
	font-size: 11px;
	line-height: 13px;
}

.content-disclosure-wrapper {
    font-size: 11px;
    line-height: 14px;
}
ul {
	list-style-type: disc;
}
ol {
	margin-left: 20px;
	list-style-type: decimal;
}
.cfp {
  font-variant: small-caps;
}

/*
==============================================
Date and Month
==============================================
*/

#holder	{
    height: 37px;
    width: 248px;
    border: 2px solid #efce61;
    position: absolute;
    right: 15px;
    top: 52px;
/*    top: 32px;*/
}

#date {
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center;
	background:#efce61;
	width:73px;
	font-family: 'Old Standard TT', serif;
	font-size: 35px;
	font-weight: 700;
	color:#4d4d4f;
	float: right;
	padding-top: 2px;
}
#month {
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color:#4d4d4f;
	padding-top:0px;
}


/*
==============================================
Buttons
==============================================
*/

.button {
	background: #efce61;
    font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
    text-transform: uppercase;
	text-align: center;
    color: #4d4d4f;
	padding: 8px 87px;
    position: relative;
	border: transparent;
}

.button:before {
    border: 2px solid #efce61;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.billboard-cta {
	transition: all 300ms ease;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #4d4d4f;
    padding: 8px 87px;
    position: relative;
    border: transparent;
    float: left;
    background: #efce61;
    line-height: 40px;
}
.billboard-cta:before {
    border: 2px solid #efce61;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.billboard-cta:hover {
    border: none;
}

/*
==============================================
Accordsions
==============================================
*/

.accord {
    list-style-type: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.accord .accord-link, .accord .accord-inner-link {
	border-bottom: 1px solid #f1f1ee;
}
.accord {
	background: none;
	max-width: inherit;
}
.accord .accord-link-content, .accord .accord-inner-link-content {
	background: rgba(255, 255, 255, 0);
	padding: 33px 30px;
}
.accord .accord-link {
font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.accord .accord-link {
	color: #4d4d4f;
	padding: 15px 15px 15px 0px;
    font-family: 'Oswald', sans-serif;
	font-size: 20px;

}
.accord-link-content {
    font-size: inherit;
    line-height: inherit !important;
    font-weight: inherit;
    color: inherit;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #947200 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #947200;
}
.accord .fa.fa-chevron-down {
	    font-size: 13px;
}
.accord li.open .fa {
    color: #947200;
}
.accord .fa {
	color: rgba(57, 57, 57, 0.3);
}
.accord .accord-link-content li, .accord .accord-inner-link-content li {
	border-bottom: none;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
	padding: 0px !important;
	display: inline;
}
.accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
	background: none;
	color: #333;
}
.accord a.accord-cta {
    background: #efce61;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #4d4d4f;
    padding: 8px 40px !important;
    position: relative;
    border: transparent;
	border-radius: 0;
}
.accord a.accord-cta:before {
    border: 2px solid #efce61;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.accord a.accord-cta:hover {
    color: #fff;
    background: #efce61;
    border: transparent;
}

/* LANDING PAGE FIX */
.accordion-panel a{
    color: #efce61;
}
.accordion-panel a:hover{
    color: #4d4d4f;

}
.accordion-panel button{
    background: transparent;
    border: none;
}

/*
==============================================
Flex Tabs
==============================================
*/
.flextab-triggers a {
    display: inline-block;
    padding: 20px;
    width: auto;
    background: #4d4d4f;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.flextab-triggers .set {
	color: #4d4d4f;
	background: #efce61;
}
.flextab-content {
	padding: 30px;
}


/*
==============================================
Block Quote
==============================================
*/


blockquote:before {
	content:"“";
	display:block;
	color:#efce61;
	font-size: 120px;
	position: relative;
    bottom: 0px;
	font-style: normal !important;
}
blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 43px;
    font-weight: 300;
    color: #737578;
    font-style: italic;
	max-width: 940px;
    margin: 60px auto;
	text-align: center;
}
blockquote:after {
    content: "";
    display: block;
    top: 0px;
    left: 16px;
    height: 7px;
    width: 225px;
	margin: 30px auto 30px;
    border-top: 3px solid #4d4d4f;
    border-bottom: 1px solid #4d4d4f;
}

/*
Next Prev Arrows Shared
==============================================
*/
.body-resource-detail .resource-detail-previous-link-wrapper, .body-resource-detail .resource-detail-next-link-wrapper,.bio-detail-next-link-wrapper, .bio-detail-previous-link-wrapper, .blog-detail-next-link-wrapper, .blog-detail-previous-link-wrapper {
    top: 410px !important;
	opacity: 1 !important;
}

.resource-detail-next, .resource-detail-next-resource, .resource-detail-prev, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-next-bio, .bio-detail-prev, .bio-detail-prev-bio, .blog-detail-next, .blog-detail-next-resource, .blog-detail-prev, .blog-detail-prev-resource {
	display: inline-block;
}

.bio-detail-next-link-wrapper:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-next-link-wrapper:before, .resource-detail-previous-link:before, .resource-detail-next-link-wrapper-mobile:before  {
    background: #efce61;
    top: -8px;
}


.bio-detail-prev, .bio-detail-prev-bio, .bio-detail-next, .bio-detail-next-bio, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev, .resource-detail-prev-resource, .blog-detail-next, .blog-detail-next-resource, .blog-detail-prev, .blog-detail-prev-resource {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #4d4d4f;
	transition: all 500ms ease-in-out;
}

.bio-detail-next-wrapper:hover .bio-detail-next, .bio-detail-next-wrapper:hover .bio-detail-next-bio, .bio-detail-prev-wrapper:hover .bio-detail-prev, .bio-detail-prev-wrapper:hover .bio-detail-prev-bio, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-next-link:hover .resource-detail-next-resource, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-previous-link:hover .resource-detail-prev-resource, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-next-link:hover .blog-detail-next-resource, .blog-detail-next-link:hover .blog-detail-next {
	color: rgba(77, 77, 79, 1);
	transition: all 500ms ease-in-out;
}
.bio-detail-next-link:hover .bio-detail-next, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev-bio {
  color: #4d4d4f;
}

.bio-detail-next-arrow, .resource-detail-next-arrow, .blog-detail-next-arrow {
    border-right: 1px solid #4d4d4f;
    border-top: 1px solid #4d4d4f;
    position: relative;
}


.bio-detail-next-wrapper, .bio-detail-prev-wrapper  {
	margin-top: 0;
}


.bio-detail-next-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper-mobile.hover-link:before, .bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-previous-link-wrapper-mobile.hover-link:before, .resource-detail-next-link-wrapper.hover-link:before, .resource-detail-previous-link:hover:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper-mobile.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper-mobile.hover-link:before,
.resource-detail-previous-link-wrapper.hover-link:before {
  background: #4d4d4f;
}

.resource-detail-previous-link:after {
	top: 9px;
    left: -3px;
}

.resource-detail-previous-link-wrapper:before {
	background: #efce61;
    top: -10px;
}
.resource-detail-previous-link-wrapper-mobile:before {
	background: #efce61;
}
.resource-detail-previous-link:hover .resource-detail-previous-arrow {
	border-color: #ffffff;
}
.resource-detail-previous-link-wrapper-mobile:before {
	top: -7px;
}

.resource-detail-previous-link-wrapper-mobile.hover-link:before

/*
Padding Next Prev Arrows
==============================================
*/
.bio-detail-prev-wrapper, .blog-detail-prev-wrapper{
    padding-left: 15px !important;
}
.resource-detail-prev-wrapper {
    padding-left: 15px !important;
}
.bio-detail-next-wrapper, .blog-detail-next-wrapper, .resource-detail-next-wrapper {
    padding-right: 15px !important;
}

/*
Resource Next Prev Arrows
==============================================
*/
.resource-detail-next-wrapper  {
	margin-top:0;
}
.resource-detail-next-wrapper, .resource-detail-prev-wrapper {
    margin-top: -3px;
}

.resource-detail-previous-link:hover:after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.resource-detail-next-arrow {
	top: 2px;
}

/*
Blog Next Prev Arrows
==============================================
*/

.blog-detail-next-wrapper, .blog-detail-prev-wrapper {
	margin:0 !important;
}
.blog-detail-next-arrow {
    top: -2px;
    right: 0;
}


.resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
	color: inherit;
}




/*
==============================================
Contact Form
==============================================
*/
.contact-form {
    margin-top: 40px;
	background-color: #eaeaea ;
}
.contact-form .form-inline .form-group .form-control::-webkit-input-placeholder {
  color: #343434;
}
.contact-form .form-inline .form-group .form-control {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.contact-form .form-inline .captcha .btn-contact,
.simple-form input[type="submit"] {
	background: #efce61;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #4d4d4f;
    padding: 6px 57px;
    position: relative;
    border: transparent;

}
.simple-form input[type="submit"] {
	margin-bottom: 20px;
}
.contact-form .form-inline .captcha .btn-contact:before {
    border: 2px solid #efce61;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.contact-form .form-inline .form-group textarea.form-control {
	width: 100%;
}

.form-control {
	background: rgba(255, 255, 255, 0.6);
}
.contact-form .form-inline .form-group {
	    border-bottom: 1px solid #c2c2c3;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
	    outline: transparent;
}

.contact-form .form-inline .captcha .btn-contact:hover {
	background: #efce61;
    font-family: 'Oswald', sans-serif;
	font-size: 19px;
	font-weight: 400;
    text-transform: uppercase;
	text-align: center;
    color: #fff;
	padding:  6px 57px;;
    position: relative;
	border: transparent;
}
.contact-form .form-inline .captcha {
    background-color: transparent;
	padding: 20px 35px 10px;
}

/*
==============================================
START Password Protected Page
==============================================
*/

.password-page .copy-section {
	padding: 0;
}
.password-page .copy-content {
	padding: 0 25%;
}
.password-protect button {
    background: #efce61;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #4d4d4f;
    padding: 6px 57px;
    position: relative;
    border: transparent;
	margin: 0 auto;
    transition: all 300ms ease;
}
.password-protect button:before {
	border: 2px solid #efce61;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.password-protect button:hover {
    color: #fff;
}
.password-page .password-protect {
    padding: 10%;
    text-align: center;
}
.password-protect-recaptcha-disclaimer {
    font-size: 12px;
    margin-top: 20px !important;
}
.password-protect input {
    width: 100%;
    padding: 5px 10px;
    border: 2px solid lightgray;
    min-height: 36px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.password-protect .password-protect-input-with-icon {
    width: 70%;
    margin: 0 auto;
}
.password-protect-headline {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 10px;
    display: block;
}
.password-protect-container {
    padding: 5% 20% 5% 20%;
}
.password-protect label {
	font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 20px;
}
.password-protect .password-protect-description {
    line-height: inherit;
    margin-top: 35px !important;
    margin-bottom: 30px !important;
}
.password-protect .password-protect-failure-text,
.password-protect .password-protect-multi-failure-text {
    margin-bottom: 30px;
}

/*
==============================================
END Password Protected Page
==============================================
*/

/*
Video Component
==============================================
*/
.video-container {
    margin: 25px auto;
}

/*
==============================================
Transition Video
==============================================
*/

.transition-video-section .transition-video-content h2 {
	text-align: center;
}
.transition-video-section .transition-video-content {
	padding: 100px 50px;
}
.transition-video-section .video-container {
	margin: 50px auto 0;
}
.copy-section .button {
    color: #4d4d4f;
}
.copy-section .button:hover {
    color: #000;
}
/*
==============================================
Map and Directions
==============================================
*/

.body-map-directions .resource-section .resource-content:after {
	display:none;
}

.body-map-directions .resource-section {
	background: #fff;
	padding: 165px 0 150px !important;
}
.body-map-directions .resource-section .resource-content {
	padding: 0px !important;
}


.directions-search .submit-search {
	background: #efce61;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #4d4d4f;
    padding: 6px 27px;
    position: relative;
    border: transparent;

}
.directions-search .submit-search:before {
    border: 2px solid #efce61;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}

.directions-search .submit-search:hover {
	background: #efce61;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 6px 27px;
    position: relative;
    border: transparent;
}
.adp-placemark {
	background: #efce61 !important;
}
	.interior .header-main .freeform-embed-wrapper {
		display: none;
	}

/*
==============================================
CLIENT ACCESS LOGIN
==============================================
*/

.client-access-on-page {
	background-color: var(--gray-light);
}
.client-access-on-page .client-access-on-page-content .client-access-on-page-input-wrapper .fa {
    color: var(--gray-dark);
}
.client-access-on-page .client-access-on-page-content .client-access-on-page-password .client-access-on-page-password-show {
    color: var(--gray-dark);  
    font-family: var(--font-4);
    font-weight: 400;    
}
.client-access-on-page .client-access-on-page-content .client-access-on-page-header h2 {
    font-size: 20px;
    line-height: 24px;
    color: var(--gray-dark);
    margin: 0;    
}
.client-access-on-page .client-access-on-page-content .client-access-on-page-remember {
    color: var(--gray-dark);
    font-family: var(--font-4);
    font-weight: 400;    
}
.client-access-on-page .client-access-on-page-content .client-access-on-page-submit {
    padding: 0;
}
.client-access-on-page .client-access-on-page-content .client-access-on-page-submit button {
    background-color: var(--dark);
    font-family: var(--font-2);
    font-weight: 400;    
    border: 1px solid transparent;
	padding: 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;	    
}
.client-access-on-page .client-access-on-page-content .client-access-on-page-submit button:hover {
	background: none;
	color: var(--dark); 
	border: 1px solid var(--dark);
}
.client-access-on-page .client-access-on-page-links ul .client-access-on-page-link {
    font-size: 13px;
    line-height: 20px;
}
.client-access-on-page .client-access-on-page-links ul .client-access-on-page-link a:hover {
    text-decoration: underline;
}
.client-access-on-page .client-access-on-page-links ul {
    list-style-type: none;
    grid-gap: 13px;
    justify-items: left;
}

/*
==============================================
PRINT 
==============================================
*/
@media print {
    .button-content,
    .logo-pattern-section,
    .nav-overall-wrapper,
    .bio-detail-previous-link-wrapper,
    .bio-detail-next-link-wrapper,
    .bio-detail-previous-link-wrapper-mobile,
    .bio-detail-next-link-wrapper-mobile,
    .bio-team-section,
    .blog-detail-previous-link-wrapper,
    .blog-detail-next-link-wrapper,
    .blog-detail-previous-link-wrapper-mobile,
    .blog-detail-next-link-wrapper-mobile,
    .blog-detail-banner-wrapper, 
    .bio-team-section,
    .social-media-share-wrapper, 
    .resource-detail-banner-wrapper,
    .resource-detail-previous-link-wrapper,
    .resource-detail-next-link-wrapper,
    .resource-detail-previous-link-wrapper-mobile,
    .resource-detail-next-link-wrapper-mobile,
    .resource-detail-tag-cloud-wrapper, 
    .resource-detail-tag-cloud-heading-wrapper,
    .footer-section,
    .cookie-consent-banner-wrapper.cookie-consent-banner-wrapper-visible {
        display: none !important;
      }
      .header-main, .resource-detail-copy-wrapper, .blog-detail-copy-wrapper {
        margin-top: 0;
      }
      .logo-btn-section .logo-content .ftr-logo-wrapper {
        min-height: auto;
      }
      .bio-copy,
      .bio-section,
      .body-resource .intro-content,
      .body-blog-detail .resource-section,
      .body-blog .intro-content,
      .body-resource-detail .resource-section,
      .resource-section .resource-details,
      .header-main {
        padding: 0 15px !important;
      }
      .body-blog-detail .resource-section {
        padding: 0 15px 0 !important;
      }
      .bio-detail-links-wrapper a {
        display: block;
      }
      .bio-detail-links-wrapper .fa {
        display: none;
      }
      .bio-detail-links-wrapper:before {
        display: none;
      }
      .bio-section .bio-connect-links {
		border-top: 1px solid var(--gray-medium);
		border-bottom: 1px solid var(--gray-medium);
		padding: 20px 0;
		margin: 20px 0;
	  }
      .bio-detail-links-wrapper a {
        padding: 0;
      }
      .header-main .ftr-logo {
		filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(12%) hue-rotate(257deg) brightness(104%) contrast(104%);
	  }

      *,
*:before,
*:after {
	background: transparent !important;
	color: var(--black) !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.copy-section,
.bio-section,
.resource-section,
.blog-main,
.body-resource-detail .resource-section,
.body-map-directions .resource-section,
.header-section {
	background-color: var(--white) !important;
}
body {
	border-bottom: 1px solid var(--gray-light) !important;
}
p,
ul,
li,
div {
	font-size: 9.25pt;
	line-height: 13pt;
}
.body-resource-detail .resource-section h3,
.body-resource-detail .resource-section h4,
.body-resource-detail .resource-section h5,
.body-resource-detail .resource-section h6 {
	color: var(--medium) !important;
}
p.disclaimer {
	font-style: italic !important;
	font-size: 8pt;
}
.header-main {
	padding-block: 10px;
	min-height: auto;
}
.header-main .ftr-logo-wrapper {
	flex-direction: row;
	transform: none;
}
.header-main img.ftr-logo[style] {
	width: clamp(1in, 25%, 1.5in) !important;
	height: auto !important;
}
/* removes the auto link text on a tag */
.logo-content a[href]:after,
.resource-detail-info-wrapper a[href]:after,
.blog-detail-info-wrapper a[href]:after,
.p-button a[href]:after {
	content: none !important;
}
.resource-detail-info-wrapper, 
.blog-detail-info-wrapper {
	display: block !important;
	font-size: 11pt;
	padding-block: 10px;
	margin-block: 10px;
	border-top: 1px solid var(--gray-light);
	border-bottom: 1px solid var(--gray-light);
}
.resource-detail-info-wrapper a, 
.blog-detail-info-wrapper a {
	font-size: 11pt;
	color: var(--medium) !important;
}
.resource-detail-info-wrapper .resource-date-link, 
.blog-detail-info-wrapper .blog-date-link {
	padding-right: 25px;
}
.resource-detail-info-divider:last-of-type, 
.blog-detail-info-divider:last-of-type {
	display: none;
}
.header-main .ftr-group-name {
	font-size: 9.25pt;
	padding: 0 !important;
}
.resource-section .body-resource-detail h3,
.resource-detail-heading {
	font-size: 24pt !important;
	text-transform: initial !important;
	color: var(--dark) !important;
}
h2, h3, h4, h5 {
	text-transform: initial !important;
}
.blog-detail-tag-cloud-wrapper {
	display: none;
}
@page {
    size: auto;
	margin: 0.25in 0.25in 0.25in;
}
    }

/*
==============================================
IE Media Queries ONLY
==============================================
*/

@media screen\0 {
	.logo-content a {
		display: flex;
	}
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/
/* RJ Commercial */
.commercial-description {
    padding: 1.7em 1em;
}
@media only screen
and (min-device-width : 1024px)
and (max-device-width : 1024px)  {
	.commercial-video {
		 margin: 4em 0;
	}
}

/* Touch devices only */
@media (pointer:coarse) {}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Resource Section
==============================================
*/

	.blog-detail-previous-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile, .resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile {
		bottom:0;
	}

	#holder {
		right: 53px;
		width: 208px;
	}
	.password-page .copy-content {
        padding: 0 118px;
    }


}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Resource Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

	.main-content {
		margin-top: 0px;
	}
	.resource-detail-previous-link-wrapper-mobile	.resource-detail-previous-link {
		top: 3px;
	}
	.password-page .copy-content {
        padding: 0;
    }

/*
==============================================
Date and Month
==============================================
*/
	#holder {
		display:none;
	}



/*
==============================================
Resource Section
==============================================
*/

}

/* Client Access Videos */
.client-access-videos .ca-videos h2 {
	font-size: 21px;
	letter-spacing: 1px;
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Resource Section
==============================================
*/
	.button {
		background: #efce61;
		font-family: 'Oswald', sans-serif;
		font-size: 15px;
	}
	.button {
		padding: 8px 16px !important;
	}
	.blog-detail-prev-wrapper {
		padding: 10px 0 10px 10px;
	}
	.blog-detail-next-wrapper {
		padding: 10px 10px 10px 0px;
	}
	.resource-detail-prev-wrapper {
		padding: 10px 0 10px 40px;
	}

	.resource-detail-next-wrapper {
		padding: 10px 10px 10px 0;
	}
	.bio-detail-prev-wrapper {
		padding: 10px 0 10px 10px !important;
	}
	.bio-detail-next-wrapper {
		padding: 10px 10px 10px 0;
	}

	.bio-detail-prev, .bio-detail-prev-bio, .bio-detail-next, .bio-detail-next-bio, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev, .resource-detail-prev-resource, .blog-detail-next, .blog-detail-next-resource, .blog-detail-prev, .blog-detail-prev-resource {
    font-size: 17px;
	}
	.blog-detail-previous-link-wrapper-mobile, .resource-detail-previous-link-wrapper-mobile {
		left: -25px;
	}
	.blog-detail-next-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile {
		right: -25px;
	}
	.password-protect-container {
        padding: 0;
    }
    .password-protect-headline {
        font-size: 26px;
    }
    .client-access-on-page {
		margin: 0 15px;
	}

}



/* 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) {
/*
==============================================
Resource Section
==============================================
*/
.button {
	background: #efce61;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
.button {
    padding: 8px 16px !important;
}
.client-access-on-page {
    margin: 0 auto;
}
}

/* IE only */
@media screen\0 {
	#date {
		height: 35px;
		padding-top: 10px;
	}
	.resource-detail-previous-link:after {
		top:9px;
	}
}


  
  