@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i');


@import url('components/navigation-section.css');
@import url('components/billboard-section.css');
@import url('components/copy-section.css');
@import url('components/services-section.css');
@import url('components/niche-section.css');
@import url('components/pov-section.css');
@import url('components/quote-section.css');
@import url('components/team-section.css');
@import url('components/footer-section.css');
@import url('components/contact-widget-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('misc/rjl.css'); 
@import url('../shared/cookie-banner.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: 
JOB #: 
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

font-family: 'Source Sans Pro', sans-serif;

____

light 300
regular 400
semi bold 600
bold 700
____

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

:root {
 
    /* Model 5 Variables */
  
     /* --light: #f3f5f7;*/
     --light-color-1: #f3e6c2;
     --light-color-2: #a9c4da;
     --medium: #43739D;
     --medium-color-1: #8599a8;
     --dark: #002949;
    /* --dark-color-1: #8599a8;*/
     --gray: #767676;
     --gray-light: #f5f7f9;
     --gray-medium: #c7c7c7;
     --gray-dark: #393939;
     --black: #000000;
     --white: #ffffff; 
     
     --rgb-color-1: 255,255,255;
     --rgb-opacity-1: 0.55;
   
   
     --font-1: 'Source Sans Pro', sans-serif;
  }


body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #767676;
	font-size: 17px;
    line-height: 30px;
	font-weight: 400;
	position: relative;
    background-image: linear-gradient(90deg, #f6f6f6 20%, #ffffff 20%, #ffffff 50%, #f6f6f6 50%, #f6f6f6 70%, #ffffff 70%, #ffffff 100%);
	background-size: 10.00px 10.00px;
}

h1 {
	font-family: inherit;
	font-size: 35px;
    line-height: 44px;
	font-weight: 400;
	color: #002949;
	margin-bottom: 10px;
	text-transform: none;
	border-bottom: solid 1px #497ba5;
}
h1 .head-2 {
	display: block;
}
h2 {
	font-family: inherit;
	font-size: 35px;
    line-height: 44px;
	font-weight: 400;
	color: #002949;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-family: inherit;
	font-size: 26px;
	line-height: 31px;
	font-weight: 400;
	color: #002949;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	font-family: inherit;
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	color: #002949;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h5 {
	font-family: inherit;
	font-size: 20px;
	line-height: 35px;
	font-weight: 400;
	color: #002949;
	margin-bottom: 10px;
	text-transform: uppercase;
}


a, .accord .accord-link-content a, .accord .accord-inner-link-content a {
color:#4a7194;

-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, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
    color: #002949;
	background: transparent;
	text-decoration: 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;
}
/*

.main-content {
	overflow: hidden;
	margin-top: 46px;
}
*/

.content-disclosure-wrapper {
    font-size: 11px;
    line-height: 14px;
}
.footer-rjlu-content{
    margin-top: -40px;
    padding-left: 30px;
}
/*
.team-section .slick-track{
    width: 900px !important;
} */

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

.button {
    font-family: inherit;
	font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;
	text-align: center;
    color: #50799e;
	padding: 6px 30px;
    position: relative;
	border: 1px solid #50799e;
}
.button:hover {
	border: 1px solid #002949;
	background:#002949;
	color:#fff;
}
.team-intro .yearbook-cta {
	font-family: inherit;
    font-size: 14px;
	line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #50799e;
    padding: 6px 30px;
    position: relative;
    border: 1px solid #50799e;
		background: transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.team-intro .yearbook-cta:hover {
    border: 1px solid #002949;
    background: #002949 !important;
    color: #fff;
	-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;
}
/*
==============================================
Accordions
==============================================
*/

.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 #a9c4da;
}
.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: #4a7194;
	padding: 15px 15px 15px 0px;
	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: #4a7194 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #4a7194;
}
.accord .fa.fa-chevron-down {
	    font-size: 19px;
}
.accord li.open .fa {
    color: #4a7194;
}
.accord .fa {
	color: rgba(57, 57, 57, 0.3);
}

.accord .fa-chevron-down:before {
    content: "\f107";
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
	padding-left: 0px !important;
	padding: 0px !important;
	display: inline;
}
.accord .accord-link-content li, .accord .accord-inner-link-content li {
	border-bottom: none;
}
.accord a.accord-cta {
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #50799e;
    padding: 6px 30px !important;
    position: relative;
    border: 1px solid #50799e;
    background: transparent !important;
    display: inline;
    border-radius: 0;
}
.accord a.accord-cta:hover {
    color: #000;
    background: none;
    border: 1px solid #000;
}
/* LANDING PAGE FIX */
.accordion-panel a{
    color: #5489b6;
}
.accordion-panel a:hover{
    color: #000;

}
.accordion-panel button{
    background: transparent;
    border: none;
}
/*
==============================================
Flex Tabs
==============================================
*/
.flextab-triggers a {
    display: inline-block;
    padding: 4px 15px;
    width: auto;
    background: #48759c;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
.flextab-triggers a:hover {
	background: #002949;
}
.flextab-triggers .set {
	color: #fff;
	background: #002949;
}
.flextab-content {
	padding: 30px;
}


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


blockquote {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #002949;
	max-width: 800px;
    margin: 60px auto;
	text-align: center;
}
blockquote:before {
	content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 35px;
	margin: 15px auto;
 	border-top:1px solid #4a7194;
 	border-bottom:1px solid #4a7194;
	animation-name: fadeIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

}
blockquote:after {
	content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 35px;
	margin: 20px auto;
 	border-top:1px solid #4a7194;
 	border-bottom:1px solid #4a7194;
}



/*
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: 240px !important;
	opacity: 1 !important;
	z-index: 0 !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: #4a7194;
    top: -8px;
    width: 39px;
    height: 30px;

}
.bio-detail-next-arrow, .resource-detail-next-arrow, .blog-detail-next-arrow {
    width: 11px;
    height: 11px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 2px;
    right: -99px;
}
.bio-detail-previous-arrow, .resource-detail-previous-link:after, .blog-detail-previous-arrow{
    width: 11px;
    height: 11px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.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 {
	color: #4b7aa1;
	font-weight: 600;
	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: #4b7aa1;
	transition: all 500ms ease-in-out;
}


.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 {
  background: #23527c;
}

.bio-detail-next-wrapper, .resource-detail-next-wrapper {
	padding-right: 30px !important;
	margin-top: -11px;
    display: block;
}
.resource-detail-next-wrapper, .blog-detail-next-wrapper, .resource-detail-prev-wrapper, .blog-detail-prev-wrapper {
	position: relative;
    top: -6px;
}

/*
Bio Next Prev Arrows
==============================================
*/
.bio-detail-next-link-wrapper, .bio-detail-previous-link-wrapper, .bio-detail-next-link-wrapper-mobile, .bio-detail-previous-link-wrapper-mobile {
	line-height: 17px;
	z-index: -1;
}
.bio-detail-prev-wrapper {
	padding-left: 30px !important;
    margin-top: -25px;
    display: block;
}
.bio-detail-prev-wrapper {
    padding-left: 35px !important;
}


/*
Resource Next Prev Arrows
==============================================
*/
.resource-detail-previous-link-wrapper-mobile {
	bottom: 3px !important;
}
.resource-detail-prev-wrapper {
    padding: 10px 0 10px 32px;
	top:-2px;
}
.blog-detail-prev-wrapper {
	    padding: 10px 0 10px 22px;
}
.resource-detail-previous-link:after {
	top: 0px;
}
.resource-detail-next-arrow {
	top: 2px;
    position: absolute;
	right: -133px;
}
.resource-detail-previous-link:hover:after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
/*
Blog Next Prev Arrows
==============================================
*/

.blog-detail-next-arrow {
    top: -2px;
    right: 0;
}

.blog-detail-previous-arrow {
    top: -7px;
    position: relative;
}


/*
Contact Us
==============================================
*/
.contact-form {
    margin-top: 40px;
	background: #fff;
}
.contact-form .form-inline .form-group .form-control::-webkit-input-placeholder {
  color: inherit;
}
.contact-form .form-inline .form-group .form-control {
	font-family: inherit;
	font-weight: 400;
	color: inherit !important;
}

.contact-form .form-inline .captcha .btn-contact {
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #4a7194;
    display: inline-block;
    border: 1px solid #4a7194;
    text-transform: uppercase;
    padding: 5px 15px;
	background: transparent;
}
.contact-form .form-inline .captcha .btn-contact:hover {
	background: transparent;
	border: 1px solid #002949;
    color: #002949;
}
.contact-form .form-inline .captcha {
	padding: 20px 35px 10px;
    margin-top: 10px;
    background-color: #fff;
}

.contact-form .form-inline .form-group.select-container:before {
    border-color: #4a7194 transparent transparent transparent;
}

/*
Map and Directions
==============================================
*/
.directions-search .submit-search {
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #4a7194;
    display: inline-block;
    border: 1px solid #4a7194;
    text-transform: uppercase;
    padding: 5px 15px;
	background: transparent;
}
.directions-search .submit-search:hover {
	background: transparent;
	border: 1px solid #002949;
    color: #002949;
}
.adp-placemark {
    background: #f3f5f7 !important;
}
.resource-details{
    background: #fff;
    padding: 30px 0px 40px;
    -webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
}




/*
==============================================
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: 1.7em 0;
     }
}

/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Services Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Services 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;
}

	.bio-detail-container {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.blog-detail-overall-wrapper, .resource-detail-overall-wrapper {
		z-index: 0;
	}
	.flextab-triggers a {
		display: block;
	}
}

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

}


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

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Team Section
==============================================
*/
.team-section .slick-track{
    width: 1870px !important;
}

/*
==============================================
Logo
==============================================
*/

}



/* 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) {
/*
==============================================
Services Section
==============================================
*/
	.flextab-triggers a {
		display: block;
	}

}

/* IE only */
@media screen\0 {

}
