/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
/*@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');


/*==============================================  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:

font-family: 'Hind Siliguri', sans-serif;


========================================================================================================================
*/


.nav-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: #fff;
    z-index: -1;
}
.nav-opened.nav-trigger:after {
    background: none;
}

/*

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: #5c5647 !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: #002949 !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: #fff !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: #5c5647 !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: #002949 !important;
}

.content-disclosure-wrapper {
  font-size: 11px;
}
.resource-detail-next-link-wrapper-mobile {
    position: absolute;
    right: 15px;
    z-index: 3;
    bottom: 0;
    transition: opacity 500ms ease;
}
.resource-detail-next-link-wrapper, .resource-detail-previous-link-wrapper, .bio-detail-next-link-wrapper, .bio-detail-previous-link-wrapper {
  opacity: 1 !important;
  top: 195px !important;
}
.resource-detail-previous-link-wrapper-mobile {
    position: absolute;
    right: 15px;
    z-index: 3;
    bottom: 0;
    transition: opacity 500ms ease;
}

.firm-history {
  border: 1px solid #ccc;
  padding: 40px 40px 20px 40px;
  text-align: center;
  margin-bottom: 25px;
}
.firm-history h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
.img-responsive {
	width: auto;
  display: inherit;
}

.nav-overall-wrapper:not(.van-mobile-nav){
	animation-duration: 2s;
  min-height: 130px;
  background: #ffffff;
	animation-name: slideInSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999999999;
	transition:0.5s all ease;
/*	border-bottom:1px solid #002949;*/
	clear: both;
	width: 100%;
}
.nav-trigger {
	z-index: 999999;
}
.nav {
	z-index: 250;
	animation-delay: 1s;
}


.primary-nav a, .investor-access-remember-me-label {
	color: #dfdfdf;
	font-size: 18px;
	font-weight: 300;
	/* line-height: 47px; */
	padding: 0px 32px 17px 17px;
	-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;
}
.primary-nav > li {
  margin-left: 0px;
  margin-top: -30px;
	top: 10px;
}


.primary-nav .nav-subnav {
	margin-top: 9px;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
	color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.investor-access-remember-me-label {
	margin-bottom:0px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
	overflow-y: inherit;
}

.top-level-sub {
	top:131px !important;
}

.investor-access-input-wrapper input {
	padding: 10px 10px 10px 19px;
}
.investor-access-id-icon, .investor-access-password-icon {
	bottom: 22px;
	left: 10px;
}


/* Investor Access */

.investor-access-input-wrapper input {
  padding: 10px 0 10px 35px;
  margin-bottom: 10px;
  border: none;
  width: 100%;
	background-color: #FFF;
	font-size: 12px;
}
.investor-access-login-button {
  display: block;
  height: 40px;
  width: 150px;
  border: 2px solid #d27855;
  margin: 20px 0px 20px 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background:none;
}
.investor-access-remember-me-label {
	margin-bottom:0px;
}
.investor-access-wrapper .investor-access-id-icon {
	-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;
}
.investor-access-wrapper .investor-access-password-icon {
	-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;
}
.account-access-header {
	color:#393939;
}
input {
	color: #393939;
}

/*
::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	color: #ccc;
}
*/

.nav-header-buttons {
    margin-top: 30px;
}

.nav-main-header {
	background:none;
	height:0 !important;
}
li.has-children a > i {
	margin-right: 0;
}





/*
==============================================
Universal Styles
==============================================
*/
body {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: normal;
  font-size: 18px;
}

/* Universal Link Colors */
a {
  color: #85764e;
}
a:hover {
  color: #306654;
}

/* Universal Sub Heads */
h2 {
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
	font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
h3 {
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
	font-weight: bold;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 15px;
}
h4 {
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
h5 {
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
  margin-bottom: 10px;
}

/* Universal Blockquote */
blockquote, q {
    quotes: none;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    max-width: 858px;
    width: 100%;
    font-style: italic;
    color: #002949;
    text-align: center;
    padding: 60px 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 60px auto;
}
blockquote:before, q:before {
    background: #85764e;
}
ol, ul {
    list-style: disc;
    padding-left: 20px;
}

/* Universal Accordions */
.accord .accord-link {
    color: #002949;
    padding: 15px 15px 15px 0px;
    font-size: 20px;
    font-family: 'Hind Siliguri', sans-serif;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #002949;
}
.accord li.open .fa {
    color: #002949;
}
.accord .accord-link-content, .accord .accord-inner-link-content {
    display: none;
    background: #eeeeee;
    margin: 0;
    padding: 15px 20px;
    line-height: 1.5;
}

/* Universal Next/Prev Buttons */
.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 35px;
  background-size: 35px 35px;
  color: black;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
}
.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 35px;
  background-size: 35px 35px;
  color: black;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
}
/* Universal Section Padding */
.rich-text-section, .carousel-section, .intro-model-section, .copy-section, .intro-section, .bio-section, .related-resources-section, .resource-section, .content-section {
  background-image: none;
  text-align: left;
  padding: 50px 0px 50px 0px;
  background-size: cover;
  background-position: center center;
  /*border: 3px solid blue;*/
}
/* Universal Content Padding */
.intro-content, .rich-text-content, .carousel-content, .resource-content, .righ-text-content, .bio-section .bio-content, .copy-section .copy-content, .related-resources-content, .resource-section, .content-main {
  padding: 30px 85px 30px 85px;
  /*border: 1px solid red;*/
  max-width: inherit;
  text-align: left;
}
.related-resources-content {
    padding: 30px 10px 30px;
  }

/* Univeral h1 head-1 */
.body-home h1 .head-1, .interior h1 .head-1, .rich-text-section, .copy-section .head-1 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #4f5964;
  display: block;
}
.resource-detail-heading {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 32px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #4f5964;
  display: block;
}
.interior .billboard-heading-wrapper {
	display: none !important;
}
.interior h1 {
  margin-bottom: 38px;
}

/* Bio correctino css added by Earl */
.interior .bio-name h1 {
margin-bottom: 0px;
display: inline;
}

.interior h1 .head-1, .copy-section .head-1 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #404040;
  display: block;
  text-align: center;
}
.interior h1 .head-2, .copy-section .head-2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #404040;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.interior h1 .head-2-blue, .copy-section .head-2-blue {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #002949;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
.blog-detail-heading {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 32px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #404040;
  display: block;
  text-align: left;
}

.rich-text-section .rich-text-content .rich-text-container h1 {
  font-family: 'Hind Siliguri', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
  line-height: 20px;
}
.rich-text-section .rich-text-content .rich-text-container .col-md-4 {
  border: 1px solid #fff;
  text-align: center;
  padding: 20px;
  margin: 10px;
  width: 31.3%;
}


.body-home .billboard-heading h1:before {
  display: none;
}

/* Univeral Flex Tabs */
.flextabs-wrapper {
  display: block;
}
.flextabs {
  margin-bottom: 50px;
  overflow: visible;
  position: relative;
  padding: 0px;
  min-height: auto;
}
.flextab-triggers {
  text-align: center;
  background: #fff;
}
.flextab-triggers .set, .flextab-triggers .set:hover {
  background: #004c42;
  color: #fff;
}
.flextab-triggers a {
  background: none;
  color: #004c42;
}
.flextab-triggers a:hover {
  color: #85764e ;
}
.flextabs-wrapper {
  background: #efefef;
}
.flextab-content {
  position: absolute;
  border-top: 5px solid #a09371;
  padding: 30px;
  background: #eee;
  margin: 0 auto;
  width: 100%;
}
.flextab-content p {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.flextab-content img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Universal Mouse Scroller Model 1 */
 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none;
 background-color: #fff;
 opacity: .5;
 border: 1px solid #ccc;
}
.scroller:before, .scroller-mobile:before {
  content: '';
  height: 50px;
  width: 50px;
  display: block;
  animation: none;
  background: none;
  border-radius: 50%;
}
.scroller:after, .scroller-mobile:after  {
  content: '';
  height: 18px;
  width: 18px;
  animation-name: none;
  display: block;
  border-radius: 0;
  border: 2px solid #000;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  bottom: 20px;
  left: 52%;
  top: 13px;
  background: rgba(210, 120, 85, 0);
  margin-left: -10px;
}
.scroller-mobile:after  {
   transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  bottom: 10px;
  top: 20px;
}

/* Universal Buttons */
.button, .mc-cta, .related-resources-content .mc-cta, .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"] {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 600;
  font-size: 16px;
  height: auto;
  width: auto;
  color: #fff;
  border: 1px solid #002949;
  background: #002949;
  border-radius: 10px;
	padding: 6px;
  -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;
}
/* Universal 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, .directions-search .submit-search:hover, .simple-form input[type="submit"]:hover {
  color: #002949;
  border: 1px solid #002949;
  background: transparent;
}


/* Media Carousel Buttons */

.body-home .mc-cta {
  position: relative;
}
.body-home .cta-left .mc-cta {
  left: 0px;
  top: 18px;
}
.mc-cta:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  background-size: 20px 20px;
  color: #002949;
  display: none;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
  padding-left: 10px;
}
/* Media Carousel Buttons Hover */
.mc-container a:hover .mc-cta {
  padding: 0px 0px 5px 0px;
  color: #002949;
}
.mc-content-wrapper {
  padding: 20px 20px;
  position: relative;
}
.body-home .cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta {
  bottom: 0px;
}
.mc-container .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 35px;
  background-size: 35px 35px;
  color: #002949;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
  -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;
}
.mc-container .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 35px;
  background-size: 35px 35px;
  color: #002949;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
  -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;
}
.mc-container .slick-dots {
    bottom: -25px;
}
.body-home .main-carousel .mc-container .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 35px;
  background-size: 35px 35px;
  color: #c1b28b;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
  opacity: 1;
  -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;
}
.body-home .main-carousel .mc-container .slick-next:hover:before {
  color: #fff;
}
.body-home .main-carousel .mc-container .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 35px;
  background-size: 35px 35px;
  color: #c1b28b;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
  opacity: 1;
  -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;
}
.body-home .main-carousel .mc-container .slick-prev:hover:before {
  color: #fff;
}

a, .resource-detail-copy-wrapper a, .blog-detail-copy-wrapper a, .accordion-panel a, .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
  color: #002949;
}
a:hover, .resource-detail-copy-wrapper a:hover, .blog-detail-copy-wrapper a:hover, .accordion-panel a:hover, .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
  color: #000;
}

/*
==============================================
Product tables inserted by Earl
==============================================
*/

.reams-tb table {
/*  border: 1px solid #ccc; 
  border-collapse: collapse; */
  margin: 0 0 50px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.reams-tb table thead tr {
	border-top: 2px solid #444444;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ebce9a;
	background-color: #f8f8f8;
}

.reams-tb table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.reams-tb table tr {
  background-color: #f8f8f8;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  padding: .35em;
}

#row-label {
  padding: .625em;
  text-align: left;
}

.reams-tb table th {
  padding: .625em .625em .25em .625em;
  text-align: center;
/*  vertical-align: bottom; */
  font-size: .75em;
  line-height: 18pt;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:#002949;
  background-color: none;
}

.reams-tb table td {
  padding: .625em;
  text-align: center;
  vertical-align: middle;
}

td.tbl-footer {
	border-top:  2px solid #ebce9a;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ebce9a;
	background-color: #fff;
	font-size: .85em;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color:#002949;
}	

.prod_asof_date {
	margin-top: -16px;
}

p.disc {
        font-size: 80em;
        color: #777;
}

@media screen and (max-width: 600px) {
  .reams-tb table {
    border: 0;
  }

  .reams-tb table caption {
    font-size: 1.3em;
  }
  
  .reams-tb table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .reams-tb table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .reams-tb table td {
/*    border-bottom: 1px solid #ddd;  */
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .reams-tb table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .reams-tb table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .reams-tb table td:last-child {
    border-bottom: 0;
  }
}

/*
===========================
Custome CSS - Earl
===========================
*/

.body-home .intro-section {
    padding: 50px 0 50px !important;
}

.bio-detail-next-link-wrapper {
  display:none;
}
.bio-detail-previous-link-wrapper {
  display:none;
}

hr {
        border: 0;
        height: 3px;
        background: #d9a340;
        background-image: linear-gradient(to right, #fff, #d9a340, #fff));
   width: 100%;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 60px;
   margin-bottom: 60px;
}

/*
==============================================
Carousels
==============================================
*/

.mc-container {
  margin: 0 auto;
  padding: 25px 0px 50px 0px;
  max-width: 1500px;
}
.mc-slide-number {
  position: absolute;
  left: inherit;
  right: 20px;
  bottom: 10px;
  font-size: 24px;
  color: #7D6F54;
}

.perspectives-alt-color {
  background: #efefef;
}

/*
==============================================
Home Carousel Section 1
==============================================
*/

/* Unique Style for Carousel at the top of the homepage - One-off */
.body-home .carousel-section {
  background: #004c42;
}

/* Carousel Section 1 - Main Slide Hovers */
.body-home .main-carousel .mc-container .slick-track .slick-slide {
  /*border-top: 2px solid #c1b28b;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.body-home .main-carousel .mc-container .slick-track .slick-slide:before {
  background: #c1b28b;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.body-home .main-carousel .mc-container .slick-track .slick-slide:hover:before {
  background: #c1b28b;
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
}
.body-home .main-carousel .mc-slide {
  background: #004c42;
}
.body-home .main-carousel .mc-slide:hover {
  background: #013730;
  /*border-top: 10px solid #c1b28b;*/
}

/* Carousel Section 1 - Slide Content */
.body-home .main-carousel .mc-heading {
  font-size: 18px;
  line-height: normal;
  color: white;
  margin: 0;
}
.body-home .main-carousel .mc-date {
  color: #BEB09D;
  font-size: 12px;
  margin: 5px 0;
  padding-bottom: 10px;
}
.body-home .main-carousel .mc-copy {
  font-size: 16px;
  color: white;
  line-height: normal;
  margin: 0;
}
.body-home .main-carousel .mc-slide-number {
  position: absolute;
  left: inherit;
  right: 20px;
  bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.body-home .main-carousel .mc-category-hr-wrapper hr {
  display: none;
}
.body-home .main-carousel .mc-category {
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.body-home .main-carousel .mc-category:hover {
  color: #fff;
}
.body-home .main-carousel .slick-dots li button {
  display: inherit;
}
.body-home .main-carousel .slick-dots li button:before {
  color: #fff;
  opacity: 0.25;
}
.body-home .main-carousel .mc-container .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.body-home .main-carousel .mc-container a:hover .mc-cta {
  color: #c1b28b;
}
.body-home .main-carousel .mc-cta, .body-home .main-carousel .mc-cta:hover {
  color: #fff;
}
.body-home .main-carousel .mc-date {
  color: #fff;
}
.body-home .main-carousel .mc-cta:after {
  color: #c1b28b;
}

/*
==============================================
Related Resources
==============================================
*/

.related-resources-section {
  background-image: none;
  text-align: left;
  background-size: cover;
  background-position: center center;
}
.body-home .related-resources-section {
  background: white;
}
.body-home .related-resources-section .mc-container .slick-track .slick-slide {
  border-top: 2px solid #c1b28b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.related-resources-section .mc-container .slick-track .slick-slide {
  background: transparent;
  border-top: 2px solid #c1b28b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.related-resources-section .mc-container .slick-track .slick-slide:hover {
  background: #eee;
}
.perspectives-alt-color .mc-container .slick-track .slick-slide:hover {
  background: #ddd;
}
.related-resources-section .mc-container a .mc-image {
  -webkit-backface-visibility: hidden;
  display: block;
  transition: all 0.5s ease-in-out;
}
.related-resources-section .mc-heading {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #004c42;
  margin: 0;
}
.related-resources-section .mc-date {
  color: #343434;
  font-size: 12px;
  margin: 5px 0;
  padding-bottom: 10px;
}
.related-resources-section .mc-copy {
  font-size: 16px;
  color: #343434;
  line-height: normal;
  margin: 0;
}
.related-resources-section .mc-slide-number {
  position: absolute;
  left: inherit;
  right: 20px;
  bottom: 10px;
  font-size: 24px;
  color: #343434;
}
.related-resources-section .mc-category-hr-wrapper hr {
  display: none;
}
.related-resources-section .mc-category-hr-wrapper {
  height: auto;
}
.related-resources-section .mc-category {
  color: #343434;
  margin-top: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.related-resources-section .mc-category:hover {
  color: #7D6F54;
}

/*
==============================================
Resources
==============================================
*/
/*
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
  color: #002949;
  font-size: 18px;
  font-weight: 500;
  -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;
}
.resource-detail-info-wrapper a:hover, .social-media-share-link:hover, .blog-date-link:hover, .blog-category-link:hover, .blog-media-type-link:hover {
  color: #004c42;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
  font-family: 'Hind Siliguri', sans-serif;
  color: #004c42;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  text-align: left;
}
.resource-detail-info-divider {
  color: #c1b28b;
}*/
.fa-share-alt:before {
  color: #002949;
}
.social-media-share-wrapper span {
  background-color: #002949;
  padding: 3px 9px;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #002949;
}
.social-media-share-wrapper span a:hover {
    color: #eee;
}


/*
==============================================
Header Section
==============================================
*/
.nav-image {
  top: -10px !important;
  top: 0;
  float: left;
  position: relative;
  padding: 10px;
}
.header-main {
  background-image: none;
  display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
  background-image: none;
  border-bottom: #adb2b7 1px solid;
  /* padding: 30px 20px 20px 20px; */
  padding: 0px;
  position: fixed;
}
.nav-overall-wrapper:not(.van-mobile-nav).is-fixed {
  background-color: #ffffff;
}

/*
==============================================
Navigation Section
==============================================
*/


/* hide nav  show nav */
.hide-nav{
	transform: translate3d(0,-100%,0) !important;
	top: 0px !important;
    transition-delay: 20s;
}
.nav-sticky {
	position: fixed !important;
	top:0;
}
.logo-sticky {
    margin-top: -0px;
}
.header-sticky {
    margin-top: 60px;
    padding: 0px 0 10px;
}


/*
==============================================
Sticky Header
==============================================
*/
.billboard-sticky {
/*    margin-top: 79px;*/
  position: relative;
  margin-top: 0px !important;
}
.main-content {
  padding-top: 128px;
}
.billboard-sticky-v2 {
/*    margin-top: 72px;*/
    position: relative;
}

.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
  top: 40px;
}
.nav-container {
  max-width: 1170px;
  margin: 0 auto;
}
.nav-image {
  position: relative;
}
.nav-image:after {
  content: "";
  width: 2px;
  height: 85px;
  background: #ebce9a;
  position: absolute;
  top: 20px;
  right: -5px;
}


/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #7D6636;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li:before {
  -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-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li:hover:before {
  content: "";
  background: #8B723C;
  height: 1px;
  width: 73%;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 9px;
  position: absolute;
  animation: zoomIn forwards 1s;
}
.nav-image:hover:before {
  display: none !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a .fa {
  display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 18px 15px 18px 15px;
}
.primary-nav > li {
    /* margin-top: -50px;
    top: 10px; */
}
/* Dropdown nav */
.primary-nav .nav-subnav {
  background-image: none;
  -webkit-box-shadow: inset 0 60px 60px -60px rgb(0 0 0 / 20%);
  -moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.9);
  /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
  border: 1px solid #eee;
}
.primary-nav .nav-subnav a {
  color: #002949;
}
/* 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: #7D6636;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #fff;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 32px;
}
.nav:after {
  display: none;
}

/*
==============================================
Homepage Main Billboard Styles
==============================================
*/

.body-home .billboard-container {
    min-height: 730px;
}

.body-home .billboard-section .billboard-container:after {
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 1;
  position: absolute;

/* Removed by Earl Smith */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,13171b+100&0+30,1+93 */
  /*
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(6,7,8,0) 30%, rgba(18,21,25,1) 93%, rgba(19,23,27,1) 100%); /* FF3.6-15 */
   /*
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(6,7,8,0) 30%,rgba(18,21,25,1) 93%,rgba(19,23,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
   /*
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(6,7,8,0) 30%,rgba(18,21,25,1) 93%,rgba(19,23,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13171b',GradientType=0 ); /* IE6-9 */
}

.body-home .billboard-heading-wrapper {
  z-index: 10;
  position: relative;
}
.billboard-section-sm .billboard-heading h1 .head-1 {
  color: #fff;
  font-size: 28px;
  font-family: 'Hind Siliguri', sans-serif;
  padding: 0px 0px 20px 0px;
}
.body-home .billboard-section .billboard-container {
  max-width: inherit;
  background-size: cover;
  background-position: center center;
  padding: 75px 150px 100px 150px;
  position: relative;
}
.body-home .billboard-section .billboard-container p {
  margin: 0 0 15px;
  text-align: center;
}
.body-home .billboard-section {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  height: auto;
  width: inherit;
  background-image: none;
  background: #ccc;
  position: relative;
  min-height: 400px;
}
.body-home .billboard-content {
  margin: 0 auto;
  left: 50%;
  position: sticky;
}
.body-home .billboard-section .head-1 {
  color: #fff;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 42px;
  line-height: 43px;
  text-align: center;
  padding: 0px;
  display: block;
  text-transform: uppercase;
}
.body-home .billboard-section .head-2 {
  color: #fff;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.body-home .billboard-section h1:after, .body-home h1 .head-1:before {
  display: none;
}
.body-home .billboard-section:before, .body-home .billboard-content:before {
  background: none;
}

.body-home .billboard-content-wrapper .container {
  position: absolute;
  bottom: 80px;
  width: 100%;
}


/*
==============================================
Interior Main Billboard Styles
==============================================
*/
.interior .billboard-section {
  position: relative;
  z-index: 5;
  display: block;
  min-height: inherit;
  background-image: none;
  background: #ccc;
}
.interior .billboard-content {
  min-height: 500px;
}
.interior .billboard-container {
    min-height: inherit;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    background-position: center center;
    width: 100%;
    max-width: 100%;
}

/*
==============================================
Misc Billboard Styles
==============================================
*/
/* Random Images And Objects Inside The Billboards */
.billboard-container:before {
  display: none;
}
.billboard-branch-location-wrapper {
  display: none;
}
.interior .billboard-content:after {
  display: none;
}




/*
==============================================
Home Intro Section
==============================================
*/
 /* {
  background-image: none;
  text-align: left;
  padding: 50px 20px 50px 20px;
  background-size: cover;
  background-position: center center;
} */
/*.intro-section h1 {
  text-align: left;
  margin: 10px 0px 20px 0px;
}
.intro-section h1 .head-1, .copy-section .head-1 {
  font-family: 'Hind Siliguri', sans-serif;
  color: #004c42;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
}*/
/*.intro-section:before, .copy-section:before {
  height: 10px;
  width: 50%;
  background: #a09371;
}*/
.intro-section .intro-content {
  max-width: inherit;
  margin: 0 auto;
  text-align: left;
  /*text-align: center;
  padding: 100px;*/
}
.body-home .intro-section {
  padding: 110px 0 120px;
  /* -webkit-box-shadow: 0px 9px 4px -2px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 9px 4px -2px rgba(0,0,0,0.11);
box-shadow: 0px 9px 4px -2px rgba(0,0,0,0.11); */
}
.intro-section .intro-content:before {
  display: none;
}
.intro-section .intro-content:after {
  display: none;
}
.intro-content .intro-text {
  padding: 0px;
  font-family: 'Hind Siliguri', sans-serif;
  color: #373737;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.body-home .intro-content .intro-text p {
  text-align: left;
}
.intro-section .intro-text:before {
  display: none;
}

/*
==============================================
Home Intro Section 1 - Media carousels
==============================================
*/
.media-carousel-one .mc-image-wrapper {
  max-height: 241.469px;
  max-width: 300px;
  margin: 0 auto;
  min-height: 175px;
}
.mc-container a .mc-image {
  -webkit-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  -ms-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.mc-container a:hover .mc-image {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.12, 1.2);
  opacity: 1;
}
.home-1-section {
/*  box-shadow:
  inset 0px 11px 8px -10px #CCC,
  inset 0px -11px 8px -10px #CCC;  */
  padding: 30px 0 60px;
  }
.home-1-section .mc-heading {
  font-size: 24px;
  line-height: 30px;
  color: #002949;
  font-weight: 400;
  font-family: 'Hind Siliguri', sans-serif;
}
.home-1-section .mc-date-wrapper {
  text-align: center;
}
.home-1-section .mc-date {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Hind Siliguri', sans-serif;
}
.home-1-section .mc-copy {
  font-size: 16px;
  line-height: 24px;
  color: #373737;
  font-weight: 400;
  font-family: 'Hind Siliguri', sans-serif;
}
.home-1-section .mc-cta {
  color: #002949;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 12px 10px 12px;
  border-radius: 10px;
  font-family: 'Hind Siliguri', sans-serif;
  border: 0px;
  background: none;
}
.home-1-section .mc-container a:hover .mc-cta {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Hind Siliguri', sans-serif;
  background: #002949;
  padding: 12px 40px 12px;
  border-radius: 10px;
}
.home-1-section .mc-container .slick-track .slick-slide {
    padding-bottom: 30px;
}
.home-1-section .mc-slide {
  margin: 0px 0px;
}
.home-1-section .mc-slide:nth-child(odd) .mc-content-wrapper {
  position: relative;
}
.home-1-section .mc-slide:nth-child(odd) .mc-content-wrapper:after {
  content: "";
  background: #ccb688;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  position: absolute;
  display: block !important;
  /* border-left: 1px solid #ccb688;
  border-right: 1px solid #ccb688; */
}
.home-1-section .mc-content-wrapper {
  margin-top: 20px;
}
.home-1-section .mc-copy-wrapper {
  text-align: center;
  padding: 0 14px;
}
.home-1-section .mc-slide:nth-child(odd) .mc-content-wrapper:before {
  content: "";
  background: #ccb688;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  position: absolute;
  display: block !important;
  /* border-left: 1px solid #ccb688;
  border-right: 1px solid #ccb688; */
}
/*
==============================================
Home Intro Section 2
==============================================
*/
.home-2-section .content-slider-wrapper {
  overflow: visible;
}
.home-2-section .content-slider-wrapper .content-slider-half-width-content-wrapper {
  border: none !important;
  background: #002949;
  color: #ffffff;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.home-2-section .content-slider-heading-wrapper h3 {
  color: #ffffff;
  font-family: 'Hind Siliguri', sans-serif;
  text-transform: none;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.home-2-section .content-slider-wrapper .wrap-content-slider-content {
  padding: 0 75px;
}
.home-2-section .content-slider-wrapper .content-slider-cta {
  margin-bottom: 15px;
  border: 1px solid transparent;
  color: #002949;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Hind Siliguri', sans-serif;
  background: #ffffff;
  padding: 12px 40px 12px;
  border-radius: 10px;
  -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;

}
.home-2-section .slick-initialized .slick-slide .content-slider-cta {
  color: #ffffff;
  background: #002949;
  border-color: #ffffff;
}
.home-2-section .slick-initialized .slick-slide:hover .content-slider-cta {
  color: #002949;
  background: #fff;
  border-color: #ffffff;
}
.home-2-section .content-slider-cta:hover {
  text-decoration: none !important;
}
.home-2-section .content-slider-half-image {

-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;
}
.home-2-section .slick-initialized .slick-slide:hover .content-slider-half-image {
  opacity: 0.8;
}
.content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
  width: 100%;
  bottom: -28px;
}
.callouts-mobile-slider {
  opacity: 1;
}
/*
==============================================
Interior Intro Section 2
==============================================
*/
.interior .content-slider-wrapper {
  overflow: visible;
}
.interior .content-slider-wrapper .content-slider-half-width-content-wrapper {
  border: none !important;
  background: #002949;
  color: #ffffff;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.interior .content-slider-heading-wrapper h3 {
  color: #ffffff;
  font-family: 'Hind Siliguri', sans-serif;
  text-transform: none;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.interior .content-slider-wrapper .wrap-content-slider-content {
  padding: 0 75px;
}
.content-slider-wrapper .content-slider-heading {
    padding-bottom: 0px !important;
}
.interior .content-slider-wrapper .content-slider-cta {
  margin-bottom: 15px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Hind Siliguri', sans-serif;
  background: #002949;
  padding: 12px 40px 12px;
  border-radius: 10px;
  -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;

}
.interior .slick-initialized .slick-slide:hover .content-slider-cta {
  color: #002949;
  background: #fff;
  border-color: #ffffff;
}
.interior .content-slider-cta:hover {
  text-decoration: none !important;
}
.interior .content-slider-half-image {

-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;
}
.interior .slick-initialized .slick-slide:hover .content-slider-half-image {
  opacity: 0.8;
}
.content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
  width: 100%;
  bottom: -28px;
}

/*
==============================================
Home Intro Section 2
==============================================
*/

/*.intro-model-section {
  background-image: none;
  text-align: left;
  padding: 50px 20px 50px 20px;
  background-size: cover;
  background-position: center center;
}
.intro-model-section-2 h1 {
  text-align: left;
  margin: 10px 0px 20px 0px;
}
.intro-model-section-2 h1 .head-1 {
  font-family: 'Hind Siliguri', sans-serif;
  color: #004c42;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
}
.intro-model-section-2 .intro-content {
  max-width: inherit;
  margin: 0 auto;
  /*text-align: center;
  padding: 100px;
}
.intro-model-section-2 .intro-content:before {
  height: 10px;
  width: 50%;
  background: #a09371;
}*/
.intro-model-section-2 .intro-content:after {
  display: none;
}
.intro-model-section-2 .intro-content p {
  text-align: left;
  color: #85764e;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 100;
}
/*.intro-content .intro-text {
  padding: 0px;
}*/
.intro-model-section-2 .intro-text:before {
  display: none;
}


/*.intro-model-section-2 {
  background-image: none;
  text-align: left;
}
.intro-model-section-2 h1 {
  text-align: left;
  margin: 10px 0px 20px 0px;
}
.intro-model-section-2 h1 .head-1 {
  font-family: 'Hind Siliguri', sans-serif;
  color: #004c42;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
}
.intro-model-section-2 .intro-content:before {
    height: 10px;
    width: 50%;
    background: #a09371;
}
.intro-model-section-2 .intro-content:after {
  display: none;
}
.intro-model-section-2 .intro-content p {
  text-align: left;
  color: #85764e;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 100;
}
.intro-model-section-2 .intro-content .intro-text {
  padding: 0px;
}*/



.intro-model-section-2 h2 {
  width: 100%;
  text-align: center;
}

.intro-model-section-2 h2 .head-2 {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}


/*
==============================================
Team Section
==============================================
*/
.yearbook-section .yearbook-slide {
  width: 25%;
}
.yearbook-three .yearbook-headshot {
  width: 75%;
}
.yearbook-section .yearbook-three.yearbook-container {
  margin-bottom: 70px;
}
.yearbook-section .yearbook-container:after {
  content:"";

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#596068+0,596068+76&0.65+0,0+75 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(89,96,104,0.65) 0%, rgba(89,96,104,0) 75%, rgba(89,96,104,0) 76%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(89,96,104,0.65) 0%,rgba(89,96,104,0) 75%,rgba(89,96,104,0) 76%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(89,96,104,0.65) 0%,rgba(89,96,104,0) 75%,rgba(89,96,104,0) 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6596068', endColorstr='#00596068',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width: 100%;
  height: 1px;
  display: block;
  position: relative;
}

.yearbook-section .yearbook-content .yearbook-container:nth-last-child(1).yearbook-container:after{
  display: none;
}
.yearbook-section {
  padding: 70px 0;
  background: #e8e8e8;
  position: relative;
  z-index: 2;
}
/* .yearbook-three .yearbook-carousel-three {
    justify-content: space-between;
} */
.yearbook-section .yearbook-container h1 {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #002949;
  text-transform: uppercase;
  text-align: center;
  padding-left: 28px;
}

/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: red;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #004c42;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: #85764e;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: #ccc;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  display: none;
}
.yearbook-three .yearbook-first-name, .yearbook-three .yearbook-last-name {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 20px;  
  /* 24px; */
  font-weight: lighter;
  color: #404040;
  display: inline-block;
  font-weight: 400;
  line-height: 20px;  
  /* 24px; */
  text-transform: uppercase;
}

.yearbook-designation {
  font-family: 'Hind Siliguri', sans-serif;
  white-space: nowrap;
  font-size: 20px;
  color: #343434;
  display: inline;
  line-height: 1.25;
  padding: 0px 0px;
}
.yearbook-three .yearbook-title {
  display: block;
  white-space: inherit;
  font-size: 16px;
  color: #343434;
  line-height: 18px !important;
  font-weight: lighter;
  margin-top: 4px;
}

.bio-detail-headshot-wrapper {
/*  margin-bottom: 25px;  */
	margin-bottom: 8px;
}

.bio-section .bio-detail-first-name, .bio-detail-preferred-name, .bio-detail-middle-initial, .bio-section .bio-detail-last-name {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #404040;
    line-height: 25px;
    text-transform: uppercase;
}

/*  original replaced by above - ES */

/*
.bio-section .bio-detail-first-name, .bio-detail-preferred-name, .bio-detail-middle-initial, .bio-section .bio-detail-last-name {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #404040;
  line-height: 25px;
  text-transform: uppercase;
}
*/

.bio-detail-quote-hr {
  height: 2px;
  max-width: 290px;
  border: none;
  width: 100%;
  background: #d9a340;
  border: none;
  margin: 0px auto 30px;
}
.bio-detail-quote {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 25px;
  color: #404040;
  line-height: 29px;
  font-weight: 400;
}
.bio-detail-quote-cite {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 15px;
  color: #404040;
  line-height: 20px;
  font-weight: 400;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bio-section .bio-detail-designation {
  font-family: 'Hind Siliguri', sans-serif;
  white-space: nowrap;
  font-size: 15px;
  color: #404040;
  display: inline;
  line-height: 20px;
  padding: 0px 0px;
}
.bio-detail-headshot {
width: 177px;
}

.bio-section .bio-detail-title {
    font-family: 'Hind Siliguri', sans-serif;
    display: block;
    line-height: 14px;
    white-space: inherit;
    font-size: 16px;
    color: #404040;
    margin-top: 0px;
}

/* Original - using above - ES */

/*
.bio-section .bio-detail-title {
  font-family: 'Hind Siliguri', sans-serif;
  display: block;
  line-height: 18px;
  white-space: inherit;
  font-size: 16px;
  color: #404040;
  margin-top: 0px;
}
*/

.bio-detail-copy-wrapper p {
  padding-bottom: 20px;
}

.bio-detail-copy-wrapper p, .bio-detail-copy-wrapper {
  text-align: left;
  color: #343434;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.yearbook-three .yearbook-headshot-wrapper::after {
  background-color: transparent !important;
}
.yearbook-headshot-link img {
    opacity: 1;
    -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;
}
.yearbook-headshot-link:hover img {
    opacity: 0.9;
    -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;
}
.yearbook-container .slick-next {
  z-index: 2;
  right: -40px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #002949;
  border-right: 3px solid #002949;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.yearbook-container .slick-prev {
  z-index: 2;
  left: -40px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #002949;
  border-left: 3px solid #002949;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.yearbook-container .slick-next:hover {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.yearbook-container .slick-prev:hover {
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
.yearbook-container .slick-arrow {
  padding: 0px;
  transition: all 500ms ease;
}


/*
==============================================
Investment Philosophy
==============================================
*/
.interior .intro-section {
  -webkit-box-shadow: 0px 160px 21px -172px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 160px 21px -172px rgba(0,0,0,0.75);
  box-shadow: 0px 160px 21px -172px rgba(0,0,0,0.75);
    z-index: 5;
  position: relative;
  padding: 90px 50px;
}
.interior .intro-section .intro-content, .interior .intro-section .intro-content p, .interior .copy-content, .interior .copy-content p, .related-resources-content {
  text-align: left;
  color: #373737;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.related-resources-content p {
  text-align: center;
  padding: 20px 40px;
}
.related-resources-content .head-1 {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #404040;
    display: block;
    text-align: center;
}
.related-resources-content .head-2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #404040;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.interior .intro-section .intro-content .gold-intro-text {
  text-align: left;
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 100;
}
.interior .content-section {
  background-image: none;
  background-color: #002949;
  text-align: left;
  padding: 25px 0px;
  background-size: cover;
  background-position: center center;
}
.interior .content-main {
  max-width: inherit;
  margin: 0 auto;
  text-align: center;
  padding: 100px;
  text-align: center;
}
.interior .content-main h3 {
  font-family: 'Hind Siliguri', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}
.interior .content-main p {
  color: #fff;
}
.interior .intro-content:before {
  display: none;
}



/*
==============================================
Copy Section
==============================================
*/
.copy-section {
  background-image: none;
}
.copy-section h1 {
    font-family: 'Hind Siliguri', sans-serif;
    color: #004c42;
    font-size: 37px;
    font-weight: 300;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation: slideInUpSmall 1s linear;
    margin-bottom: 40px;
}

/*
==============================================
Resources
==============================================
*/
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
  color: #343434 !important;
  font-size: 18px;
  font-weight: 500;
}
.resource-detail-info-wrapper a:hover, .social-media-share-link:hover, .blog-date-link:hover, .blog-category-link:hover, .blog-media-type-link:hover {
  color: #85754d;
}
.resource-detail-info-divider {
  color: #85754d;
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}
.social-media-share-wrapper span a {
  color: #fff !important;
}
.social-media-share-wrapper span a:hover {
  color: #ccc !important;
}


/*
==============================================
Investment Philosophy
==============================================
*/
.interior .billboard-content:after {
  background-image: none;
}
.interior .intro-section .intro-content .gold-intro-text {
  text-align: left;
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 100;
}
.interior .firm-overview-section {
  background-image: none;
  background-color: #002949;
  text-align: left;
  padding: 25px 0px;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.interior .firm-overview-section p {
  font-size: 21px;
  color: #fff;
  text-transform: none;
  text-align: center;
  line-height: normal;
  font-weight: 100;
}
.interior .firm-overview-section .our-process-box {
  border: 1px solid #fff;
  padding: 20px;
  margin: 10px;
  width: 31.3%;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.interior .content-main {
  max-width: inherit;
  margin: 0 auto;
  text-align: center;
  padding: 100px;
  text-align: center;
}
.interior .intro-content:before {
  display: none;
}





/*
==============================================
Contact Us
==============================================
*/
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #000;
}
.fields-required {
  font-size: 12px;
  line-height: normal;
}
.simple-form label {
    line-height: 1.5;
    font-weight: normal;
    font-size: 16px;
}
.body-contact-us .billboard-section {
  display: none;
}
.recaptcha-disclaimer {
	font-size: 12px !important;
	line-height: normal !important;
}



/*
==============================================
Resources
==============================================
*/
.resource-section {
    background-image: none;
    /*padding: 40px 15px 65px;*/
    position: relative;
    padding: 0px;
}
.resource-detail-copy-wrapper p, .resource-detail-copy-wrapper span, .resource-detail-copy-wrapper ul li, .resource-detail-copy-wrapper ol li {
  text-align: left;
  color: #343434;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}

/*
==============================================
Market Insights
==============================================
*/
.market-insights-section {
 box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
 padding: 100px 0 60px;
}
.market-insights-section h3 {
 font-size: 24px;
 line-height: 32px;
 color: #002949;
 font-weight: 600;
 font-family: 'Hind Siliguri', sans-serif;
 text-transform: uppercase;
 padding: 0 40px;
/* margin: 0 0 30px;  */
 margin: 15px 10px;
}
.market-insights-section .mc-copy {
  font-size: 16px;
  line-height: 24px;
  color: #373737;
  font-weight: 400;
  font-family: 'Hind Siliguri', sans-serif;
}
.market-insights-section .mc-heading {
  font-size: 20px;
  line-height: 24px;
  color: #002949;
	font-weight: 500;
  font-family: 'Hind Siliguri', sans-serif;
	padding: 0;
	margin: 0;
	text-transform: none;
}
.mc-heading .mc-heading-line-two {
	font-size: 12px;
  line-height: normal;
  color: #373737;
	font-weight: 400;
  font-family: 'Hind Siliguri', sans-serif;
	padding: 0;
	margin: 0;
	text-transform: none;
}
.body-market-insights .market-insights-section .mc-date-wrapper, .body-market-insights .market-insights-section .mc-copy-wrapper {
	text-align: left;
	padding: 0 15px;
}
.body-market-insights .market-insights-section .mc-heading-wrapper {
  padding: 0 14px;
}
.body-market-insights .market-insights-section .mc-cta {
  padding: 12px 0px 12px;
  left: 36px;
	background: none;
	border: 0px;
	color: #5b5b5b;
}
.body-market-insights .market-insights-section .mc-container a:hover .mc-cta {
  padding: 12px 0px 12px;
	background: transparent;
	color: #002949;
}
.body-market-insights .market-insights-section {
	background: #e0e0e0;
}
.body-market-insights .market-insights-2-section {
	background: #efefef;
	border-top: 1px solid #d9a340;
	border-bottom: 1px solid #d9a340;
}
.body-market-insights .market-insights-section .mc-container .mc-slide {
	background: transparent;
}

/*
==============================================
Home Callout Section
==============================================
*/
.home-3-section {
  padding: 105px 0 22px;
}
.home-3-section .rich-text-container  {
  text-align: center;
  padding: 0 110px;
}
.home-3-section {
  color: #373737;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.home-3-section h2 {
  margin-bottom: 35px;
}
.home-3-section .head-1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #4f5964;
  display: block;
}
.home-3-section .head-2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4f5964;
  text-transform: uppercase;
}
.callouts-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 300px 300px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 20px;
  justify-items: center;
  background-color: #ffffff;
  margin: 45px 0;
  padding: 20px;
  text-align: center;
}
.callout-item {
  background: #e8e8e8 !important;
  padding: 40px 15px;
  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;
}
.callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  color: #002949 !important;
  font-size: 20px !important;
  line-height: 19px !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
}
.callout-learn-more {
  text-transform: uppercase !important;
}
.callouts-container .callout-item .callout-heading-wrapper, .callouts-mobile-slider .callout-item .callout-heading-wrapper {
  margin-bottom: 10px;
}
.callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  font-family: 'Hind Siliguri', sans-serif !important;
  color: #002949 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
}
.callouts-container .callout-item .callout-heading-wrapper {
  height: auto !important;
}
.callout-item:hover {
  background: #d9a340 !important;
}
.callout-8 {
  background: #ffffff !important;
  border: 1px solid #4f5964;
}

/*
==============================================
Market Insights Callout Section
==============================================
*/

.callout-market-insights .callout-item {
  padding: 0px;
  border-radius: 0px;
}

.callout-market-insights {
  border: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 300px 300px;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 20px;
  justify-items: center;
  background-color: transparent;
  margin: 45px 0;
  padding: 20px;
  text-align: center;
}

/*.callout-market-insights .callout-item .callout-1 {
	padding: -2px !important;
}

.callout-market-insights .callout-heading {
	margin-top: 20px;
}*/


/*
==============================================
Home CTA Section
==============================================
*/
.cta-section {
  background: #f1f1f1;
}
.cta-section .ftr-cta {
  text-align: center;
  width: 100%;
  display: block;
  padding: 100px 0;
}
.cta-section .ftr-cta .contact-cta {
  padding: 12px 40px 10px;
  background: #002949;
  display: table;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -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;
  margin: 10px auto;
}
.cta-section .ftr-cta:hover .contact-cta {
  background: #d9a340;
  color: #002949;
}
.cta-section .ftr-cta h3 {
  color: #002949;
  font-family: 'Hind Siliguri', sans-serif;
  margin-bottom: 5px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.ftr-cta-wrapper {
  margin: 0px 0;
}

/*
==============================================
Footer Section
==============================================
*/
.footer-section  {
  background: #464646;
  padding: 0px 0px 50px 0px;
}
.footer-section .social-container {
  border-bottom: 1px solid #5c5647;
  border-top: 8px solid #d9a340;
  text-align: center;
}

/* Footer Links */
.footer-section .footer-content a {
  color: #fff;
}
.footer-section .footer-content a:hover {
  color: #F4DDC3;
}

/* Footer Disclosures */
.footer-section .ftr-disclosures {
  color: #fff;
  text-align: left;
}
.footer-section .ftr-disclosures p {
  line-height: 18px;
}
.footer-section .ftr-disclosures p span {
  display: block;
}
.footer-section .ftr-disclosures a {
  color: #fff;
}
.footer-section .ftr-disclosures a:hover {
  color: #F4DDC3;
}

/* Footer - Hiding Vanilla Footer CTA */
.footer-cta-section {
  display: none;
}

/* Footer Social Icons */
.footer-section .social-container a .fa {
  color: #fff;
  -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;
}
.footer-section .social-container a:hover .fa {
  color: #F4DDC3;
}
.footer-section .social-container a {
  color: red;
  position: relative;
  top: 0px;
}

/* Footer Address */
.footer-section .footer-contact-section {
  padding: 75px 0px 40px 0px;
}
.footer-section .ftr-nap li {
  padding: 5px 0 5px 0px;
  color: #fff;
}
.footer-section .ftr-nap-phone, .footer-section .ftr-nap-map-directions {
  display: inline-block;
}
.footer-section .ftr-nap-phone:after {
/*  content: "//";  */
  position: relative;
  margin-left: 8px;
  margin-right: 3px;
  color: #c1b28b;
}

/* Footer - Hiding address icons */
.footer-section .ftr-nap .ftr-nap-name:before, .footer-section .ftr-nap .ftr-nap-address-label:before, .footer-section .ftr-nap .ftr-nap-phone:before, .footer-section .ftr-nap .ftr-nap-map-directions:before  {
  display: none;
}

/* Footer - Hiding address labels */
.footer-section .ftr-nap-address-label {
  display: none;
}

/* Footer Logo */
.ftr-logo-wrapper {
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  margin: 0 auto;
  padding: 0;
}

/*

Media Carousel Dots to Outlines
==============================================

red = #

==============================================
*/

.slick-dots li.slick-active button:focus:before {
    opacity: 1;
    color: transparent;
}
.slick-dots li.slick-active button:before {
    color: transparent !important;
    opacity: 1 !important;
    background: #002949;
}
.slick-dots li button:before {
    color: #002949;
    opacity: 0.95;
    font-size: 10px;
}
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}
.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%; */
}
.slick-dots li button:before {
    color: transparent !important;
    opacity: 1 !important;
    font-size: 10px;
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #002949;
    border-radius: 50%;
}
.slick-dots li {
    width: 9px !important;
    height: 9px;
}


.resource-detail-next-link-wrapper-mobile.hover-link:before {
  background: gray;
}

.resource-detail-next-link-wrapper-mobile:before {
  content: "";
  right: -15px;
  top: -18px;
  position: absolute;
  background: #eaeaea;
  width: 40px;
  height: 60px;
  transition: all 500ms ease;
}

.resource-detail-next-link {
  position: relative;
  transition: hover 500ms ease;
}

.resource-detail-next-link:hover .resource-detail-next-arrow {
  border-color: white;
}

.resource-detail-next-link:hover .resource-detail-next {
  color: black;
}

.resource-detail-next-link:hover:before {
  background: gray;
}

.resource-detail-next-link:hover:after {
  border-right: 1px solid white;
  border-top: 1px solid white;
}

.resource-detail-next-link:hover.hover-link:before {
  background: gray;
}

.resource-detail-next-arrow {
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  width: 25px;
  height: 25px;
  border-right: 1px solid black;
  border-top: 1px solid black;
  display: inline-block;
  transition: all 500ms ease;
  z-index: 5;
}

.resource-detail-next-wrapper {
  padding: 10px 30px 10px 0;
  margin-top: -14px;
  display: inline-block;
}

.resource-detail-next {
  display: block;
  font-weight: lighter;
  color: gray;
  transition: all 500ms ease;
}

.resource-detail-next-resource {
  font-weight: 400;
  display: block;
  color: black;
}

/*
==============================================
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)  {
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    padding: 10px;
  }
}

/* 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) {
.yearbook-section .yearbook-slide {
  width: 50%;
}
.yearbook-three .yearbook-headshot {
  width: 75%;
}
  .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    text-align: center;
  }
  .primary-nav a, .investor-access-remember-me-label {
  	padding: 0px;
  }
  .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;
	}
  .interior .intro-section {
    padding: 90px 0px;
  }
  .main-content {
		margin-top: 0px;
    padding-top: 128px;
	}
  .callouts-container, .callouts-mobile-slider {
    grid-gap: 0px;
  }
  .body-home h1 .head-1:before, .interior h1 .head-1:before {
    width: 325px;
  }
  .interior .our-process-box {
      border: 1px solid #fff;
      padding: 20px;
      margin: 10px;
      width: 30.8%;
      text-align: center;
  }
  .interior .our-process-box p {
      margin: 10px 10px 0px 10px;
  }
	.primary-nav > li {
	  margin-left: 0px;
	  margin-top: 0px;
		top: 17px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li:hover:before {
		display: none;
	}
  .callouts-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .callouts-container .callout-item {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
    top: 17px;
  }
  .content-slider-half-image {
    height: 300px;
  }
  .yearbook-section .yearbook-container h1 {
    padding-left: 0px;
    text-align: center;
  }
  /*
  ==============================================
  Sticky Header
  ==============================================
  */
  /*
  	.billboard-sticky {
  		margin-top: 79px;
  	}
  */
  /*
  	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
  		margin-top: 200px !important;
  	}
  */
  	.body-bio .copy-sticky {
  		margin-top: 315px !important;
  	}

}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
    .home-1-section .mc-slide:nth-child(odd) .mc-content-wrapper:before, .home-1-section .mc-slide:nth-child(odd) .mc-content-wrapper:after {
        display: none !important;
    }
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
    .copy-content .headerimage .top-right {
    position: relative;
    bottom: -10px;
    right: inherit;
    text-align: center;
  }
  .copy-content .headerimage .top-right h3 {
    color: #002949 !important;
    line-height: 30px;
    font-size: 30px !important;
  }
.yearbook-section .yearbook-slide {
  width: 100%;
}
.yearbook-three .yearbook-headshot {
  width: 75%;
}
.yearbook-container .slick-arrow {
  display: none !important;
}
.yearbook-three .yearbook-headshot {
  max-width: 225px;
}
.main-content {
  margin-top: 0px;
  padding-top: 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
  height: 100% !important;
  overflow-y: auto !important;
}
.img-responsive {
	width: 100%;
  display: inherit;
}
.home .mc-container .slick-prev {
  left: -15px;
  opacity: 1;
}
.home .mc-container .slick-next {
    right: -15px;
    opacity: 1;
}
.content-slider-wrapper .content-slide {
  padding: 0px;
}
.bio-detail-headshot {
  width: auto;
}
.bio-detail-name-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.bio-copy {
  padding-left: 0px;
}
.billboard-sticky {
  margin-top: 0px !important;
}
.home-2-section .content-slider-half-image-wrapper {
  width: 100%;
}
.home-2-section .content-slider-wrapper .wrap-content-slider-content {
    padding: 25px;
}
.interior .content-slider-half-image-wrapper {
  width: 100%;
}
.interior .content-slider-wrapper .wrap-content-slider-content {
    padding: 25px;
}
.header-content .ftr-logo-wrapper .hidden-xs {
 display: block !important;
 padding-top: 5px;
 margin: 0 auto;
}
.header-content .ftr-logo-wrapper .hidden-lg {
	display: none !important;
}
.ftr-logo-wrapper {
  padding: 25px 25px;
  justify-content: center;
}
.footer-section .footer-contact-section {
  padding: 25px 0px 40px 0px;
}
.ftr-nap {
  text-align: center;
}
.footer-section .ftr-disclosures {
  text-align: center;
}
.body-home .billboard-container {
  min-height: 500px !important;
  height: 500px !important;
}
.interior .billboard-container {
  height: 300px !important;
}
.interior .billboard-content {
  min-height: 300px;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
  min-height: inherit;
  height: 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
  padding: 8px 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
  padding: 25px;
}
.primary-nav .nav-subnav {
  background-image: none;
  -webkit-box-shadow: inset 0 60px 60px -60px rgb(0 0 0 / 0%);
  -moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0);
  /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
  border: 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 0px;
}

.nav-address-mobile .address-1, .nav-address-mobile .address-2, .nav-address-mobile .address-3, .nav-address-mobile .address-4, .nav-address-mobile .address-5, .nav-address-mobile .phone-1 {
	display: block;
}
.yearbook-section .yearbook-container h1 {
  padding-left: 0px;
  text-align: center;
}

.models-callout, .models-callout .callouts-mobile-slider {
  grid-template-columns: repeat(1, 1fr);
  background: #eee;
  padding: 10px;
}
.callouts-version-1.callouts-mobile-slider .callout-slide {
  margin: 5px 0px;
  border: 1px solid #ccc;
}
/*.billboard-container {
  min-height: inherit;
  max-width: inherit;
  background-size: cover;
  background-position: center center;
  padding: 75px 60px 100px 60px;
  position: relative;
  border: 3px solid red;
}*/
.body-home h1 .head-1:before, .interior h1 .head-1:before {
  width: 225px;
}
.interior .our-process-box {
  border: 1px solid #fff;
  padding: 20px;
  margin: 10px auto;
  width: 80%;
  min-height: 50px;
}
.interior .our-process-box p {
  margin: 0px;
}
.interior .content-main {
  max-width: inherit;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  text-align: center;
}



.header-main {
  background-image: none;
  display: inherit;
}
.intro-content, .carousel-content, .rich-text-content, .righ-text-content, .bio-section .bio-content, .copy-section .copy-content, .related-resources-content, .content-main {
  padding: 10px 25px 10px 25px;
}
.resource-content, .resource-section {
  padding: 0px;
}
.header-sticky, .header-section {
  margin-top: 0px;
  padding: 0px;
}


/* 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: #002949;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  background-image: none;
  background: #fff;
  box-shadow: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 0px 5px 8px 15px;
  border-bottom: 1px solid #eee;
}
.has-children-arrow-wrapper i {
  margin-top: 2px;
}
.fa-angle-down:before {
  color: #85764e;
}


/* 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;
}
/*
==============================================
Sticky Header
==============================================
*/



	.header-sticky, .header-section {
		margin-top: 0px;
		padding: 10px 0 10px;
	}
	.bio-sticky, .blog-sticky {
		margin-top: 0;
	}
	.billboard-sticky {
		margin-top: 128px;
	}
  .interior-no-billboard .main-content {
		margin-top: 0px;
	}
  .interior-no-billboard .billboard-sticky {
		margin-top: 0px;
	}
	.hide-nav{
		transform: inherit !important;
	}
	.billboard-sticky {
		margin-top: 150px;
	}
	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
		margin-top: 0px !important;
	}

	.body-bio .copy-sticky {
		margin-top: 110px !important;
	}
	.nav-sticky {
		position: relative !important;
	}
	.logo-sticky {
		margin-top: inherit;
	}
	.billboard-sticky {
		margin-top: 0;
	}
  .home-3-text .slick-prev {
    left: -10px;
  }
  .home-3-text .slick-next {
    right: -10px;
  }

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-container {
    min-height: inherit;
    max-width: inherit;
    background-size: cover;
    background-position: center center;
    padding: 75px 30px 100px 30px;
    position: relative;
  }
  .home-2-section .content-slider-wrapper .wrap-content-slider-content {
    padding: 10px 30px;
  }
  .body-home .content-slider-wrapper .content-slide {
    padding: 0px 15px 0px 15px;
  }
  .body-home .home-3-section .rich-text-container {
    padding: 0 30px;
  }
  .home-1-section .mc-slide:nth-child(odd) .mc-content-wrapper:before, .home-1-section .mc-slide:nth-child(odd) .mc-content-wrapper:after {
    display: none !important;
  }
  .copy-content .headerimage .top-right {
    position: relative;
    bottom: inherit;
    right: inherit;
    text-align: center;
  }
  .copy-content .headerimage .top-right h3 {
    color: #002949 !important;
    line-height: 30px;
    font-size: 30px !important;
  }
}



/* 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) {}

/* IE only */
@media screen\0 {

}